@scalant/career-hub 3.14.4-alpha.0 → 3.14.5-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/career-hub.es.js +484 -414
- package/dist/career-hub.umd.js +18 -18
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/career-hub.es.js
CHANGED
|
@@ -2,7 +2,7 @@ var Zo = Object.defineProperty, ei = Object.defineProperties;
|
|
|
2
2
|
var ti = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var ro = Object.getOwnPropertySymbols;
|
|
4
4
|
var ni = Object.prototype.hasOwnProperty, ri = Object.prototype.propertyIsEnumerable;
|
|
5
|
-
var ao = (C, $, F) => $ in C ? Zo(C, $, { enumerable: !0, configurable: !0, writable: !0, value: F }) : C[$] = F,
|
|
5
|
+
var ao = (C, $, F) => $ in C ? Zo(C, $, { enumerable: !0, configurable: !0, writable: !0, value: F }) : C[$] = F, Hn = (C, $) => {
|
|
6
6
|
for (var F in $ || ($ = {}))
|
|
7
7
|
ni.call($, F) && ao(C, F, $[F]);
|
|
8
8
|
if (ro)
|
|
@@ -28,10 +28,10 @@ var lr = (C, $, F) => new Promise((V, K) => {
|
|
|
28
28
|
});
|
|
29
29
|
import * as React from "react";
|
|
30
30
|
import React__default, { version as version$2, isValidElement, useContext as useContext$1, createContext as createContext$1, useRef, useLayoutEffect as useLayoutEffect$2, useEffect, useState, forwardRef, useMemo as useMemo$1, Children, useCallback, useImperativeHandle, cloneElement as cloneElement$1, Component, useDebugValue, PureComponent, createRef } from "react";
|
|
31
|
+
import { shallowEqual, batch, useDispatch, useSelector, useStore } from "react-redux";
|
|
32
|
+
import { createSlice, nanoid, createAction, createAsyncThunk, SHOULD_AUTOBATCH, prepareAutoBatched, isAnyOf, isFulfilled, isRejectedWithValue, combineReducers as combineReducers$1, createSelector, isPlainObject as isPlainObject$2, isAllOf, isPending, isRejected, createNextState, isAsyncThunkAction } from "@reduxjs/toolkit";
|
|
31
33
|
import * as ReactDOM from "react-dom";
|
|
32
34
|
import ReactDOM__default, { createPortal, unstable_batchedUpdates, flushSync } from "react-dom";
|
|
33
|
-
import { nanoid, createAction, createAsyncThunk, SHOULD_AUTOBATCH, createSlice, prepareAutoBatched, isAnyOf, isFulfilled, isRejectedWithValue, combineReducers as combineReducers$1, createSelector, isPlainObject as isPlainObject$2, isAllOf, isPending, isRejected, createNextState, isAsyncThunkAction } from "@reduxjs/toolkit";
|
|
34
|
-
import { shallowEqual, batch, useDispatch, useSelector, useStore } from "react-redux";
|
|
35
35
|
var commonjsGlobal = typeof globalThis != "undefined" ? globalThis : typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : {};
|
|
36
36
|
function getDefaultExportFromCjs(C) {
|
|
37
37
|
return C && C.__esModule && Object.prototype.hasOwnProperty.call(C, "default") ? C.default : C;
|
|
@@ -5845,9 +5845,9 @@ var CheckCircleFilled = function($, F) {
|
|
|
5845
5845
|
ref: F,
|
|
5846
5846
|
icon: CheckCircleFilledSvg
|
|
5847
5847
|
}));
|
|
5848
|
-
}, RefIcon
|
|
5849
|
-
process.env.NODE_ENV !== "production" && (RefIcon
|
|
5850
|
-
const CheckCircleFilled$1 = RefIcon
|
|
5848
|
+
}, RefIcon$$ = /* @__PURE__ */ React.forwardRef(CheckCircleFilled);
|
|
5849
|
+
process.env.NODE_ENV !== "production" && (RefIcon$$.displayName = "CheckCircleFilled");
|
|
5850
|
+
const CheckCircleFilled$1 = RefIcon$$;
|
|
5851
5851
|
var CloseCircleFilled$2 = { 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" };
|
|
5852
5852
|
const CloseCircleFilledSvg = CloseCircleFilled$2;
|
|
5853
5853
|
var CloseCircleFilled = function($, F) {
|
|
@@ -5855,9 +5855,9 @@ var CloseCircleFilled = function($, F) {
|
|
|
5855
5855
|
ref: F,
|
|
5856
5856
|
icon: CloseCircleFilledSvg
|
|
5857
5857
|
}));
|
|
5858
|
-
}, RefIcon$
|
|
5859
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
5860
|
-
const CloseCircleFilled$1 = RefIcon$
|
|
5858
|
+
}, RefIcon$_ = /* @__PURE__ */ React.forwardRef(CloseCircleFilled);
|
|
5859
|
+
process.env.NODE_ENV !== "production" && (RefIcon$_.displayName = "CloseCircleFilled");
|
|
5860
|
+
const CloseCircleFilled$1 = RefIcon$_;
|
|
5861
5861
|
var CloseOutlined$2 = { 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" };
|
|
5862
5862
|
const CloseOutlinedSvg = CloseOutlined$2;
|
|
5863
5863
|
var CloseOutlined = function($, F) {
|
|
@@ -5865,9 +5865,9 @@ var CloseOutlined = function($, F) {
|
|
|
5865
5865
|
ref: F,
|
|
5866
5866
|
icon: CloseOutlinedSvg
|
|
5867
5867
|
}));
|
|
5868
|
-
}, RefIcon$
|
|
5869
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
5870
|
-
const CloseOutlined$1 = RefIcon$
|
|
5868
|
+
}, RefIcon$Z = /* @__PURE__ */ React.forwardRef(CloseOutlined);
|
|
5869
|
+
process.env.NODE_ENV !== "production" && (RefIcon$Z.displayName = "CloseOutlined");
|
|
5870
|
+
const CloseOutlined$1 = RefIcon$Z;
|
|
5871
5871
|
var ExclamationCircleFilled$2 = { 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" };
|
|
5872
5872
|
const ExclamationCircleFilledSvg = ExclamationCircleFilled$2;
|
|
5873
5873
|
var ExclamationCircleFilled = function($, F) {
|
|
@@ -5875,9 +5875,9 @@ var ExclamationCircleFilled = function($, F) {
|
|
|
5875
5875
|
ref: F,
|
|
5876
5876
|
icon: ExclamationCircleFilledSvg
|
|
5877
5877
|
}));
|
|
5878
|
-
}, RefIcon$
|
|
5879
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
5880
|
-
const ExclamationCircleFilled$1 = RefIcon$
|
|
5878
|
+
}, RefIcon$Y = /* @__PURE__ */ React.forwardRef(ExclamationCircleFilled);
|
|
5879
|
+
process.env.NODE_ENV !== "production" && (RefIcon$Y.displayName = "ExclamationCircleFilled");
|
|
5880
|
+
const ExclamationCircleFilled$1 = RefIcon$Y;
|
|
5881
5881
|
var InfoCircleFilled$2 = { 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" };
|
|
5882
5882
|
const InfoCircleFilledSvg = InfoCircleFilled$2;
|
|
5883
5883
|
var InfoCircleFilled = function($, F) {
|
|
@@ -5885,9 +5885,9 @@ var InfoCircleFilled = function($, F) {
|
|
|
5885
5885
|
ref: F,
|
|
5886
5886
|
icon: InfoCircleFilledSvg
|
|
5887
5887
|
}));
|
|
5888
|
-
}, RefIcon$
|
|
5889
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
5890
|
-
const InfoCircleFilled$1 = RefIcon$
|
|
5888
|
+
}, RefIcon$X = /* @__PURE__ */ React.forwardRef(InfoCircleFilled);
|
|
5889
|
+
process.env.NODE_ENV !== "production" && (RefIcon$X.displayName = "InfoCircleFilled");
|
|
5890
|
+
const InfoCircleFilled$1 = RefIcon$X;
|
|
5891
5891
|
var attributes = `accept acceptCharset accessKey action allowFullScreen allowTransparency
|
|
5892
5892
|
alt async autoComplete autoFocus autoPlay capture cellPadding cellSpacing challenge
|
|
5893
5893
|
charSet checked classID className colSpan cols content contentEditable contextMenu
|
|
@@ -7235,9 +7235,9 @@ var LoadingOutlined = function($, F) {
|
|
|
7235
7235
|
ref: F,
|
|
7236
7236
|
icon: LoadingOutlinedSvg
|
|
7237
7237
|
}));
|
|
7238
|
-
}, RefIcon$
|
|
7239
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
7240
|
-
const LoadingOutlined$1 = RefIcon$
|
|
7238
|
+
}, RefIcon$W = /* @__PURE__ */ React.forwardRef(LoadingOutlined);
|
|
7239
|
+
process.env.NODE_ENV !== "production" && (RefIcon$W.displayName = "LoadingOutlined");
|
|
7240
|
+
const LoadingOutlined$1 = RefIcon$W, zIndexContext = /* @__PURE__ */ React__default.createContext(void 0);
|
|
7241
7241
|
process.env.NODE_ENV !== "production" && (zIndexContext.displayName = "zIndexContext");
|
|
7242
7242
|
const zIndexContext$1 = zIndexContext, 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 = {
|
|
7243
7243
|
Modal: CONTAINER_OFFSET,
|
|
@@ -9110,9 +9110,9 @@ var RightOutlined = function($, F) {
|
|
|
9110
9110
|
ref: F,
|
|
9111
9111
|
icon: RightOutlinedSvg
|
|
9112
9112
|
}));
|
|
9113
|
-
}, RefIcon$
|
|
9114
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
9115
|
-
const RightOutlined$1 = RefIcon$
|
|
9113
|
+
}, RefIcon$V = /* @__PURE__ */ React.forwardRef(RightOutlined);
|
|
9114
|
+
process.env.NODE_ENV !== "production" && (RefIcon$V.displayName = "RightOutlined");
|
|
9115
|
+
const RightOutlined$1 = RefIcon$V, genCollapseMotion = (C) => ({
|
|
9116
9116
|
[C.componentCls]: {
|
|
9117
9117
|
// For common/openAnimation
|
|
9118
9118
|
[`${C.antCls}-motion-collapse-legacy`]: {
|
|
@@ -16356,8 +16356,8 @@ function useAlign(C, $, F, V, K, J, ee) {
|
|
|
16356
16356
|
var de = useEvent(function() {
|
|
16357
16357
|
if ($ && F && C) {
|
|
16358
16358
|
let zn = function(ur, Yn) {
|
|
16359
|
-
var Jn = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : vt, dr = je.x + ur, mr = je.y + Yn, jr = dr + Pe, Tr = mr + Te, Pr = Math.max(dr, Jn.left), fn = Math.max(mr, Jn.top), Rn = Math.min(jr, Jn.right),
|
|
16360
|
-
return Math.max(0, (Rn - Pr) * (
|
|
16359
|
+
var Jn = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : vt, dr = je.x + ur, mr = je.y + Yn, jr = dr + Pe, Tr = mr + Te, Pr = Math.max(dr, Jn.left), fn = Math.max(mr, Jn.top), Rn = Math.min(jr, Jn.right), Wn = Math.min(Tr, Jn.bottom);
|
|
16360
|
+
return Math.max(0, (Rn - Pr) * (Wn - fn));
|
|
16361
16361
|
}, Gn = function() {
|
|
16362
16362
|
ln = je.y + At, gn = ln + Te, mt = je.x + _t, Ot = mt + Pe;
|
|
16363
16363
|
};
|
|
@@ -16444,9 +16444,9 @@ function useAlign(C, $, F, V, K, J, ee) {
|
|
|
16444
16444
|
Gn();
|
|
16445
16445
|
var Ln = Wt === !0 ? 0 : Wt;
|
|
16446
16446
|
typeof Ln == "number" && (mt < dt.left && (_t -= mt - dt.left - Ze, Oe.x + He < dt.left + Ln && (_t += Oe.x - dt.left + He - Ln)), Ot > dt.right && (_t -= Ot - dt.right - Ze, Oe.x > dt.right - Ln && (_t += Oe.x - dt.right + Ln)));
|
|
16447
|
-
var
|
|
16448
|
-
typeof
|
|
16449
|
-
var er = je.x + _t,
|
|
16447
|
+
var Vn = Jt === !0 ? 0 : Jt;
|
|
16448
|
+
typeof Vn == "number" && (ln < dt.top && (At -= ln - dt.top - nt, Oe.y + ke < dt.top + Vn && (At += Oe.y - dt.top + ke - Vn)), gn > dt.bottom && (At -= gn - dt.bottom - nt, Oe.y > dt.bottom - Vn && (At += Oe.y - dt.bottom + Vn)));
|
|
16449
|
+
var er = je.x + _t, Un = er + Pe, Pn = je.y + At, tr = Pn + Te, or = Oe.x, En = or + He, Zt = Oe.y, Cn = Zt + ke, $n = Math.max(er, or), On = Math.min(Un, En), An = ($n + On) / 2, Kn = An - er, Xn = Math.max(Pn, Zt), rr = Math.min(tr, Cn), ir = (Xn + rr) / 2, sr = ir - Pn;
|
|
16450
16450
|
ee == null || ee($, Tt);
|
|
16451
16451
|
var hn = bt.right - je.x - (_t + je.width), yn = bt.bottom - je.y - (At + je.height);
|
|
16452
16452
|
Rt === 1 && (_t = Math.round(_t), hn = Math.round(hn)), wt === 1 && (At = Math.round(At), yn = Math.round(yn));
|
|
@@ -16539,8 +16539,8 @@ function generateTrigger() {
|
|
|
16539
16539
|
}, []);
|
|
16540
16540
|
var it = React.useRef({}), Je = React.useContext(TriggerContext), ct = React.useMemo(function() {
|
|
16541
16541
|
return {
|
|
16542
|
-
registerSubPopup: function(Rn,
|
|
16543
|
-
it.current[Rn] =
|
|
16542
|
+
registerSubPopup: function(Rn, Wn) {
|
|
16543
|
+
it.current[Rn] = Wn, Je == null || Je.registerSubPopup(Rn, Wn);
|
|
16544
16544
|
}
|
|
16545
16545
|
};
|
|
16546
16546
|
}, [Je]), dt = useId$2(), vt = React.useState(null), ht = _slicedToArray(vt, 2), bt = ht[0], Rt = ht[1], wt = React.useRef(null), st = useEvent(function(fn) {
|
|
@@ -16548,8 +16548,8 @@ function generateTrigger() {
|
|
|
16548
16548
|
}), ut = React.useState(null), Ge = _slicedToArray(ut, 2), et = Ge[0], Ze = Ge[1], nt = React.useRef(null), tt = useEvent(function(fn) {
|
|
16549
16549
|
isDOM(fn) && et !== fn && (Ze(fn), nt.current = fn);
|
|
16550
16550
|
}), qe = React.Children.only(ee), ot = (qe == null ? void 0 : qe.props) || {}, ft = {}, yt = useEvent(function(fn) {
|
|
16551
|
-
var Rn,
|
|
16552
|
-
return (nr == null ? void 0 : nr.contains(fn)) || ((Rn = getShadowRoot(nr)) === null || Rn === void 0 ? void 0 : Rn.host) === fn || fn === nr || (bt == null ? void 0 : bt.contains(fn)) || ((
|
|
16551
|
+
var Rn, Wn, nr = et;
|
|
16552
|
+
return (nr == null ? void 0 : nr.contains(fn)) || ((Rn = getShadowRoot(nr)) === null || Rn === void 0 ? void 0 : Rn.host) === fn || fn === nr || (bt == null ? void 0 : bt.contains(fn)) || ((Wn = getShadowRoot(bt)) === null || Wn === void 0 ? void 0 : Wn.host) === fn || fn === bt || Object.values(it.current).some(function(qn) {
|
|
16553
16553
|
return (qn == null ? void 0 : qn.contains(fn)) || fn === qn;
|
|
16554
16554
|
});
|
|
16555
16555
|
}), $t = getMotion$1(J, Ve, at, Ye), Mt = getMotion$1(J, Xe, Le, Ue), Ft = React.useState(ie || !1), Ct = _slicedToArray(Ft, 2), Bt = Ct[0], It = Ct[1], Pt = oe != null ? oe : Bt, Tt = useEvent(function(fn) {
|
|
@@ -16568,10 +16568,10 @@ function generateTrigger() {
|
|
|
16568
16568
|
}), Gt = React.useRef(), zt = function() {
|
|
16569
16569
|
clearTimeout(Gt.current);
|
|
16570
16570
|
}, Dt = function(Rn) {
|
|
16571
|
-
var
|
|
16572
|
-
zt(),
|
|
16571
|
+
var Wn = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
|
|
16572
|
+
zt(), Wn === 0 ? Ht(Rn) : Gt.current = setTimeout(function() {
|
|
16573
16573
|
Ht(Rn);
|
|
16574
|
-
},
|
|
16574
|
+
}, Wn * 1e3);
|
|
16575
16575
|
};
|
|
16576
16576
|
React.useEffect(function() {
|
|
16577
16577
|
return zt;
|
|
@@ -16582,10 +16582,10 @@ function generateTrigger() {
|
|
|
16582
16582
|
}, [Pt]);
|
|
16583
16583
|
var _n = React.useState(null), Wt = _slicedToArray(_n, 2), Jt = Wt[0], dn = Wt[1], ln = React.useState(null), gn = _slicedToArray(ln, 2), mt = gn[0], Ot = gn[1], pt = function(Rn) {
|
|
16584
16584
|
Ot([Rn.clientX, Rn.clientY]);
|
|
16585
|
-
}, St = useAlign(Pt, bt, Ae && mt !== null ? mt : et, xe, Ie, De, je), Et = _slicedToArray(St, 11), Nt = Et[0], kt = Et[1], Lt = Et[2], Xt = Et[3], vn = Et[4], bn = Et[5], Sn = Et[6], Nn = Et[7], Tn = Et[8], Qt = Et[9], Yt = Et[10], wn = useAction(rt, ne, re, ae), Dn = _slicedToArray(wn, 2), Ln = Dn[0],
|
|
16585
|
+
}, St = useAlign(Pt, bt, Ae && mt !== null ? mt : et, xe, Ie, De, je), Et = _slicedToArray(St, 11), Nt = Et[0], kt = Et[1], Lt = Et[2], Xt = Et[3], vn = Et[4], bn = Et[5], Sn = Et[6], Nn = Et[7], Tn = Et[8], Qt = Et[9], Yt = Et[10], wn = useAction(rt, ne, re, ae), Dn = _slicedToArray(wn, 2), Ln = Dn[0], Vn = Dn[1], er = Ln.has("click"), Un = Vn.has("click") || Vn.has("contextMenu"), Pn = useEvent(function() {
|
|
16586
16586
|
qt || Yt();
|
|
16587
16587
|
}), tr = function() {
|
|
16588
|
-
_t.current && Ae &&
|
|
16588
|
+
_t.current && Ae && Un && Dt(!1);
|
|
16589
16589
|
};
|
|
16590
16590
|
useWatch(Pt, et, bt, Pn, tr), useLayoutEffect$1(function() {
|
|
16591
16591
|
Pn();
|
|
@@ -16622,23 +16622,23 @@ function generateTrigger() {
|
|
|
16622
16622
|
useLayoutEffect$1(function() {
|
|
16623
16623
|
Jt && (Yt(), Jt(), dn(null));
|
|
16624
16624
|
}, [Jt]);
|
|
16625
|
-
function yn(fn, Rn,
|
|
16625
|
+
function yn(fn, Rn, Wn, nr) {
|
|
16626
16626
|
ft[fn] = function(qn) {
|
|
16627
16627
|
var fr;
|
|
16628
|
-
nr == null || nr(qn), Dt(Rn,
|
|
16628
|
+
nr == null || nr(qn), Dt(Rn, Wn);
|
|
16629
16629
|
for (var Br = arguments.length, qr = new Array(Br > 1 ? Br - 1 : 0), Nr = 1; Nr < Br; Nr++)
|
|
16630
16630
|
qr[Nr - 1] = arguments[Nr];
|
|
16631
16631
|
(fr = ot[fn]) === null || fr === void 0 || fr.call.apply(fr, [ot, qn].concat(qr));
|
|
16632
16632
|
};
|
|
16633
16633
|
}
|
|
16634
|
-
(er ||
|
|
16634
|
+
(er || Un) && (ft.onClick = function(fn) {
|
|
16635
16635
|
var Rn;
|
|
16636
|
-
_t.current &&
|
|
16637
|
-
for (var
|
|
16636
|
+
_t.current && Un ? Dt(!1) : !_t.current && er && (pt(fn), Dt(!0));
|
|
16637
|
+
for (var Wn = arguments.length, nr = new Array(Wn > 1 ? Wn - 1 : 0), qn = 1; qn < Wn; qn++)
|
|
16638
16638
|
nr[qn - 1] = arguments[qn];
|
|
16639
16639
|
(Rn = ot.onClick) === null || Rn === void 0 || Rn.call.apply(Rn, [ot, fn].concat(nr));
|
|
16640
16640
|
});
|
|
16641
|
-
var Bn = useWinClick(Pt,
|
|
16641
|
+
var Bn = useWinClick(Pt, Un, et, bt, pe, fe, yt, Dt), zn = Ln.has("hover"), Gn = Vn.has("hover"), ur, Yn;
|
|
16642
16642
|
zn && (yn("onMouseEnter", !0, de, function(fn) {
|
|
16643
16643
|
pt(fn);
|
|
16644
16644
|
}), yn("onPointerEnter", !0, de, function(fn) {
|
|
@@ -16650,17 +16650,17 @@ function generateTrigger() {
|
|
|
16650
16650
|
(Rn = ot.onMouseMove) === null || Rn === void 0 || Rn.call(ot, fn);
|
|
16651
16651
|
})), Gn && (yn("onMouseLeave", !1, ve), yn("onPointerLeave", !1, ve), Yn = function() {
|
|
16652
16652
|
Dt(!1, ve);
|
|
16653
|
-
}), Ln.has("focus") && yn("onFocus", !0, me),
|
|
16653
|
+
}), Ln.has("focus") && yn("onFocus", !0, me), Vn.has("focus") && yn("onBlur", !1, he), Ln.has("contextMenu") && (ft.onContextMenu = function(fn) {
|
|
16654
16654
|
var Rn;
|
|
16655
|
-
_t.current &&
|
|
16656
|
-
for (var
|
|
16655
|
+
_t.current && Vn.has("contextMenu") ? Dt(!1) : (pt(fn), Dt(!0)), fn.preventDefault();
|
|
16656
|
+
for (var Wn = arguments.length, nr = new Array(Wn > 1 ? Wn - 1 : 0), qn = 1; qn < Wn; qn++)
|
|
16657
16657
|
nr[qn - 1] = arguments[qn];
|
|
16658
16658
|
(Rn = ot.onContextMenu) === null || Rn === void 0 || Rn.call.apply(Rn, [ot, fn].concat(nr));
|
|
16659
16659
|
}), Te && (ft.className = classNames(ot.className, Te));
|
|
16660
16660
|
var Jn = _objectSpread2(_objectSpread2({}, ot), ft), dr = {}, mr = ["onContextMenu", "onClick", "onMouseDown", "onTouchStart", "onMouseEnter", "onMouseLeave", "onFocus", "onBlur"];
|
|
16661
16661
|
mr.forEach(function(fn) {
|
|
16662
16662
|
ke[fn] && (dr[fn] = function() {
|
|
16663
|
-
for (var Rn,
|
|
16663
|
+
for (var Rn, Wn = arguments.length, nr = new Array(Wn), qn = 0; qn < Wn; qn++)
|
|
16664
16664
|
nr[qn] = arguments[qn];
|
|
16665
16665
|
(Rn = Jn[fn]) === null || Rn === void 0 || Rn.call.apply(Rn, [Jn].concat(nr)), ke[fn].apply(ke, nr);
|
|
16666
16666
|
});
|
|
@@ -17066,14 +17066,14 @@ var _excluded$D = ["id", "prefixCls", "className", "showSearch", "tagRender", "d
|
|
|
17066
17066
|
type: "clear",
|
|
17067
17067
|
values: ae
|
|
17068
17068
|
}), sn("", !1, !1);
|
|
17069
|
-
}, Ln = useAllowClear(K, Dn, ae, Ie, Fe, ve, ot, se),
|
|
17069
|
+
}, Ln = useAllowClear(K, Dn, ae, Ie, Fe, ve, ot, se), Vn = Ln.allowClear, er = Ln.clearIcon, Un = /* @__PURE__ */ React.createElement(Oe, {
|
|
17070
17070
|
ref: ut
|
|
17071
17071
|
}), Pn = classNames(K, J, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, "".concat(K, "-focused"), nt), "".concat(K, "-multiple"), lt), "".concat(K, "-single"), !lt), "".concat(K, "-allow-clear"), Ie), "".concat(K, "-show-arrow"), Yt), "".concat(K, "-disabled"), ve), "".concat(K, "-loading"), me), "".concat(K, "-open"), At), "".concat(K, "-customize-input"), ft), "".concat(K, "-show-search"), it)), tr = /* @__PURE__ */ React.createElement(RefSelectTrigger, {
|
|
17072
17072
|
ref: wt,
|
|
17073
17073
|
disabled: ve,
|
|
17074
17074
|
prefixCls: K,
|
|
17075
17075
|
visible: Gt,
|
|
17076
|
-
popupElement:
|
|
17076
|
+
popupElement: Un,
|
|
17077
17077
|
animation: we,
|
|
17078
17078
|
transitionName: Ae,
|
|
17079
17079
|
dropdownStyle: Me,
|
|
@@ -17133,7 +17133,7 @@ var _excluded$D = ["id", "prefixCls", "className", "showSearch", "tagRender", "d
|
|
|
17133
17133
|
}), /* @__PURE__ */ React.createElement(Polite, {
|
|
17134
17134
|
visible: nt && !At,
|
|
17135
17135
|
values: ae
|
|
17136
|
-
}), tr, wn,
|
|
17136
|
+
}), tr, wn, Vn && er), /* @__PURE__ */ React.createElement(BaseSelectContext.Provider, {
|
|
17137
17137
|
value: Qt
|
|
17138
17138
|
}, or);
|
|
17139
17139
|
});
|
|
@@ -19816,9 +19816,9 @@ var CheckOutlined = function($, F) {
|
|
|
19816
19816
|
ref: F,
|
|
19817
19817
|
icon: CheckOutlinedSvg
|
|
19818
19818
|
}));
|
|
19819
|
-
}, RefIcon$
|
|
19820
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
19821
|
-
const CheckOutlined$1 = RefIcon$
|
|
19819
|
+
}, RefIcon$U = /* @__PURE__ */ React.forwardRef(CheckOutlined);
|
|
19820
|
+
process.env.NODE_ENV !== "production" && (RefIcon$U.displayName = "CheckOutlined");
|
|
19821
|
+
const CheckOutlined$1 = RefIcon$U;
|
|
19822
19822
|
var DownOutlined$2 = { 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" };
|
|
19823
19823
|
const DownOutlinedSvg = DownOutlined$2;
|
|
19824
19824
|
var DownOutlined = function($, F) {
|
|
@@ -19826,9 +19826,9 @@ var DownOutlined = function($, F) {
|
|
|
19826
19826
|
ref: F,
|
|
19827
19827
|
icon: DownOutlinedSvg
|
|
19828
19828
|
}));
|
|
19829
|
-
}, RefIcon$
|
|
19830
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
19831
|
-
const DownOutlined$1 = RefIcon$
|
|
19829
|
+
}, RefIcon$T = /* @__PURE__ */ React.forwardRef(DownOutlined);
|
|
19830
|
+
process.env.NODE_ENV !== "production" && (RefIcon$T.displayName = "DownOutlined");
|
|
19831
|
+
const DownOutlined$1 = RefIcon$T;
|
|
19832
19832
|
var SearchOutlined$2 = { 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" };
|
|
19833
19833
|
const SearchOutlinedSvg = SearchOutlined$2;
|
|
19834
19834
|
var SearchOutlined = function($, F) {
|
|
@@ -19836,9 +19836,9 @@ var SearchOutlined = function($, F) {
|
|
|
19836
19836
|
ref: F,
|
|
19837
19837
|
icon: SearchOutlinedSvg
|
|
19838
19838
|
}));
|
|
19839
|
-
}, RefIcon$
|
|
19840
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
19841
|
-
const SearchOutlined$1 = RefIcon$
|
|
19839
|
+
}, RefIcon$S = /* @__PURE__ */ React.forwardRef(SearchOutlined);
|
|
19840
|
+
process.env.NODE_ENV !== "production" && (RefIcon$S.displayName = "SearchOutlined");
|
|
19841
|
+
const SearchOutlined$1 = RefIcon$S;
|
|
19842
19842
|
function useIcons(C) {
|
|
19843
19843
|
let {
|
|
19844
19844
|
suffixIcon: $,
|
|
@@ -21498,9 +21498,9 @@ var LeftOutlined = function($, F) {
|
|
|
21498
21498
|
ref: F,
|
|
21499
21499
|
icon: LeftOutlinedSvg
|
|
21500
21500
|
}));
|
|
21501
|
-
}, RefIcon$
|
|
21502
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
21503
|
-
const LeftOutlined$1 = RefIcon$
|
|
21501
|
+
}, RefIcon$R = /* @__PURE__ */ React.forwardRef(LeftOutlined);
|
|
21502
|
+
process.env.NODE_ENV !== "production" && (RefIcon$R.displayName = "LeftOutlined");
|
|
21503
|
+
const LeftOutlined$1 = RefIcon$R;
|
|
21504
21504
|
var ESC$1 = KeyCode.ESC, TAB = KeyCode.TAB;
|
|
21505
21505
|
function useAccessibility$1(C) {
|
|
21506
21506
|
var $ = C.visible, F = C.triggerRef, V = C.onVisibleChange, K = C.autoFocus, J = C.overlayRef, ee = React.useRef(!1), te = function() {
|
|
@@ -22475,7 +22475,7 @@ var _excluded$p = ["prefixCls", "rootClassName", "style", "className", "tabIndex
|
|
|
22475
22475
|
On ? Oe == null || Oe(Kn) : Fe == null || Fe(Kn);
|
|
22476
22476
|
}
|
|
22477
22477
|
!Ie && qe.length && Gt !== "inline" && ft(EMPTY_LIST$3);
|
|
22478
|
-
},
|
|
22478
|
+
}, Vn = useMemoCallback(function(Zt) {
|
|
22479
22479
|
ke == null || ke(warnItemProp(Zt)), Ln(Zt);
|
|
22480
22480
|
}), er = useMemoCallback(function(Zt, Cn) {
|
|
22481
22481
|
var $n = qe.filter(function(An) {
|
|
@@ -22490,10 +22490,10 @@ var _excluded$p = ["prefixCls", "rootClassName", "style", "className", "tabIndex
|
|
|
22490
22490
|
});
|
|
22491
22491
|
}
|
|
22492
22492
|
isEqual(qe, $n, !0) || ft($n, !0);
|
|
22493
|
-
}),
|
|
22493
|
+
}), Un = function(Cn, $n) {
|
|
22494
22494
|
var On = $n != null ? $n : !qe.includes(Cn);
|
|
22495
22495
|
er(Cn, On);
|
|
22496
|
-
}, Pn = useAccessibility(Gt, bn, Ze, et, Ge, Et, St, Sn,
|
|
22496
|
+
}, Pn = useAccessibility(Gt, bn, Ze, et, Ge, Et, St, Sn, Un, We);
|
|
22497
22497
|
React.useEffect(function() {
|
|
22498
22498
|
ut(!0);
|
|
22499
22499
|
}, []);
|
|
@@ -22572,7 +22572,7 @@ var _excluded$p = ["prefixCls", "rootClassName", "style", "className", "tabIndex
|
|
|
22572
22572
|
getPopupContainer: Pe,
|
|
22573
22573
|
itemIcon: Ye,
|
|
22574
22574
|
expandIcon: at,
|
|
22575
|
-
onItemClick:
|
|
22575
|
+
onItemClick: Vn,
|
|
22576
22576
|
onOpenChange: er
|
|
22577
22577
|
}, /* @__PURE__ */ React.createElement(PathUserContext.Provider, {
|
|
22578
22578
|
value: Lt
|
|
@@ -22596,9 +22596,9 @@ var BarsOutlined = function($, F) {
|
|
|
22596
22596
|
ref: F,
|
|
22597
22597
|
icon: BarsOutlinedSvg
|
|
22598
22598
|
}));
|
|
22599
|
-
}, RefIcon$
|
|
22600
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
22601
|
-
const BarsOutlined$1 = RefIcon$
|
|
22599
|
+
}, RefIcon$Q = /* @__PURE__ */ React.forwardRef(BarsOutlined);
|
|
22600
|
+
process.env.NODE_ENV !== "production" && (RefIcon$Q.displayName = "BarsOutlined");
|
|
22601
|
+
const BarsOutlined$1 = RefIcon$Q, LayoutContext = /* @__PURE__ */ React.createContext({
|
|
22602
22602
|
siderHook: {
|
|
22603
22603
|
addSider: () => null,
|
|
22604
22604
|
removeSider: () => null
|
|
@@ -22931,9 +22931,9 @@ var EllipsisOutlined = function($, F) {
|
|
|
22931
22931
|
ref: F,
|
|
22932
22932
|
icon: EllipsisOutlinedSvg
|
|
22933
22933
|
}));
|
|
22934
|
-
}, RefIcon$
|
|
22935
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
22936
|
-
const EllipsisOutlined$1 = RefIcon$
|
|
22934
|
+
}, RefIcon$P = /* @__PURE__ */ React.forwardRef(EllipsisOutlined);
|
|
22935
|
+
process.env.NODE_ENV !== "production" && (RefIcon$P.displayName = "EllipsisOutlined");
|
|
22936
|
+
const EllipsisOutlined$1 = RefIcon$P, MenuContext = /* @__PURE__ */ createContext$1({
|
|
22937
22937
|
prefixCls: "",
|
|
22938
22938
|
firstLevel: !0,
|
|
22939
22939
|
inlineCollapsed: !1
|
|
@@ -26239,9 +26239,9 @@ var PlusOutlined = function($, F) {
|
|
|
26239
26239
|
ref: F,
|
|
26240
26240
|
icon: PlusOutlinedSvg
|
|
26241
26241
|
}));
|
|
26242
|
-
}, RefIcon$
|
|
26243
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
26244
|
-
const PlusOutlined$1 = RefIcon$
|
|
26242
|
+
}, RefIcon$O = /* @__PURE__ */ React.forwardRef(PlusOutlined);
|
|
26243
|
+
process.env.NODE_ENV !== "production" && (RefIcon$O.displayName = "PlusOutlined");
|
|
26244
|
+
const PlusOutlined$1 = RefIcon$O, TabContext = /* @__PURE__ */ createContext$1(null);
|
|
26245
26245
|
var useIndicator = function($) {
|
|
26246
26246
|
var F = $.activeTabOffset, V = $.horizontal, K = $.rtl, J = $.indicator, ee = J === void 0 ? {} : J, te = ee.size, ne = ee.align, re = ne === void 0 ? "center" : ne, ae = useState(), oe = _slicedToArray(ae, 2), ie = oe[0], le = oe[1], ue = useRef(), de = React__default.useCallback(function(ve) {
|
|
26247
26247
|
return typeof te == "function" ? te(ve) : typeof te == "number" ? te : ve;
|
|
@@ -26821,12 +26821,12 @@ var TabNode = function($) {
|
|
|
26821
26821
|
return he.forEach(function(bn) {
|
|
26822
26822
|
var Sn, Nn = bn.key, Tn = (Sn = Se.current) === null || Sn === void 0 ? void 0 : Sn.querySelector('[data-node-key="'.concat(genDataNodeKey(Nn), '"]'));
|
|
26823
26823
|
if (Tn) {
|
|
26824
|
-
var Qt = getTabSize(Tn, vn), Yt = _slicedToArray(Qt, 4), wn = Yt[0], Dn = Yt[1], Ln = Yt[2],
|
|
26824
|
+
var Qt = getTabSize(Tn, vn), Yt = _slicedToArray(Qt, 4), wn = Yt[0], Dn = Yt[1], Ln = Yt[2], Vn = Yt[3];
|
|
26825
26825
|
Xt.set(Nn, {
|
|
26826
26826
|
width: wn,
|
|
26827
26827
|
height: Dn,
|
|
26828
26828
|
left: Ln,
|
|
26829
|
-
top:
|
|
26829
|
+
top: Vn
|
|
26830
26830
|
});
|
|
26831
26831
|
}
|
|
26832
26832
|
}), Xt;
|
|
@@ -29708,9 +29708,9 @@ var UpOutlined = function($, F) {
|
|
|
29708
29708
|
ref: F,
|
|
29709
29709
|
icon: UpOutlinedSvg
|
|
29710
29710
|
}));
|
|
29711
|
-
}, RefIcon$
|
|
29712
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
29713
|
-
const UpOutlined$1 = RefIcon$
|
|
29711
|
+
}, RefIcon$N = /* @__PURE__ */ React.forwardRef(UpOutlined);
|
|
29712
|
+
process.env.NODE_ENV !== "production" && (RefIcon$N.displayName = "UpOutlined");
|
|
29713
|
+
const UpOutlined$1 = RefIcon$N;
|
|
29714
29714
|
function hasAddon(C) {
|
|
29715
29715
|
return !!(C.addonBefore || C.addonAfter);
|
|
29716
29716
|
}
|
|
@@ -30121,9 +30121,9 @@ var ClockCircleOutlined = function($, F) {
|
|
|
30121
30121
|
ref: F,
|
|
30122
30122
|
icon: ClockCircleOutlinedSvg
|
|
30123
30123
|
}));
|
|
30124
|
-
}, RefIcon$
|
|
30125
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
30126
|
-
const ClockCircleOutlined$1 = RefIcon$
|
|
30124
|
+
}, RefIcon$M = /* @__PURE__ */ React.forwardRef(ClockCircleOutlined);
|
|
30125
|
+
process.env.NODE_ENV !== "production" && (RefIcon$M.displayName = "ClockCircleOutlined");
|
|
30126
|
+
const ClockCircleOutlined$1 = RefIcon$M;
|
|
30127
30127
|
var DrawerContext = /* @__PURE__ */ React.createContext(null), RefContext = /* @__PURE__ */ React.createContext({}), _excluded$h = ["prefixCls", "className", "containerRef"], DrawerPanel$2 = function($) {
|
|
30128
30128
|
var F = $.prefixCls, V = $.className, K = $.containerRef, J = _objectWithoutProperties($, _excluded$h), ee = React.useContext(RefContext), te = ee.panel, ne = useComposeRef(te, K);
|
|
30129
30129
|
return /* @__PURE__ */ React.createElement("div", _extends({
|
|
@@ -32064,9 +32064,9 @@ var QuestionCircleOutlined = function($, F) {
|
|
|
32064
32064
|
ref: F,
|
|
32065
32065
|
icon: QuestionCircleOutlinedSvg
|
|
32066
32066
|
}));
|
|
32067
|
-
}, RefIcon$
|
|
32068
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
32069
|
-
const QuestionCircleOutlined$1 = RefIcon$
|
|
32067
|
+
}, RefIcon$L = /* @__PURE__ */ React.forwardRef(QuestionCircleOutlined);
|
|
32068
|
+
process.env.NODE_ENV !== "production" && (RefIcon$L.displayName = "QuestionCircleOutlined");
|
|
32069
|
+
const QuestionCircleOutlined$1 = RefIcon$L;
|
|
32070
32070
|
var __rest$p = globalThis && globalThis.__rest || function(C, $) {
|
|
32071
32071
|
var F = {};
|
|
32072
32072
|
for (var V in C)
|
|
@@ -32523,9 +32523,9 @@ var EyeOutlined = function($, F) {
|
|
|
32523
32523
|
ref: F,
|
|
32524
32524
|
icon: EyeOutlinedSvg
|
|
32525
32525
|
}));
|
|
32526
|
-
}, RefIcon$
|
|
32527
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
32528
|
-
const EyeOutlined$1 = RefIcon$
|
|
32526
|
+
}, RefIcon$K = /* @__PURE__ */ React.forwardRef(EyeOutlined);
|
|
32527
|
+
process.env.NODE_ENV !== "production" && (RefIcon$K.displayName = "EyeOutlined");
|
|
32528
|
+
const EyeOutlined$1 = RefIcon$K;
|
|
32529
32529
|
function addEventListenerWrap(C, $, F, V) {
|
|
32530
32530
|
var K = ReactDOM__default.unstable_batchedUpdates ? function(ee) {
|
|
32531
32531
|
ReactDOM__default.unstable_batchedUpdates(F, ee);
|
|
@@ -32816,9 +32816,9 @@ var EyeInvisibleOutlined = function($, F) {
|
|
|
32816
32816
|
ref: F,
|
|
32817
32817
|
icon: EyeInvisibleOutlinedSvg
|
|
32818
32818
|
}));
|
|
32819
|
-
}, RefIcon$
|
|
32820
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
32821
|
-
const EyeInvisibleOutlined$1 = RefIcon$
|
|
32819
|
+
}, RefIcon$J = /* @__PURE__ */ React.forwardRef(EyeInvisibleOutlined);
|
|
32820
|
+
process.env.NODE_ENV !== "production" && (RefIcon$J.displayName = "EyeInvisibleOutlined");
|
|
32821
|
+
const EyeInvisibleOutlined$1 = RefIcon$J;
|
|
32822
32822
|
var __rest$k = globalThis && globalThis.__rest || function(C, $) {
|
|
32823
32823
|
var F = {};
|
|
32824
32824
|
for (var V in C)
|
|
@@ -33529,9 +33529,9 @@ var DoubleLeftOutlined = function($, F) {
|
|
|
33529
33529
|
ref: F,
|
|
33530
33530
|
icon: DoubleLeftOutlinedSvg
|
|
33531
33531
|
}));
|
|
33532
|
-
}, RefIcon$
|
|
33533
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
33534
|
-
const DoubleLeftOutlined$1 = RefIcon$
|
|
33532
|
+
}, RefIcon$I = /* @__PURE__ */ React.forwardRef(DoubleLeftOutlined);
|
|
33533
|
+
process.env.NODE_ENV !== "production" && (RefIcon$I.displayName = "DoubleLeftOutlined");
|
|
33534
|
+
const DoubleLeftOutlined$1 = RefIcon$I;
|
|
33535
33535
|
var DoubleRightOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512 181.7 851.1A7.98 7.98 0 00188 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5zm304 0L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512 485.7 851.1A7.98 7.98 0 00492 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z" } }] }, name: "double-right", theme: "outlined" };
|
|
33536
33536
|
const DoubleRightOutlinedSvg = DoubleRightOutlined$2;
|
|
33537
33537
|
var DoubleRightOutlined = function($, F) {
|
|
@@ -33539,9 +33539,9 @@ var DoubleRightOutlined = function($, F) {
|
|
|
33539
33539
|
ref: F,
|
|
33540
33540
|
icon: DoubleRightOutlinedSvg
|
|
33541
33541
|
}));
|
|
33542
|
-
}, RefIcon$
|
|
33543
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
33544
|
-
const DoubleRightOutlined$1 = RefIcon$
|
|
33542
|
+
}, RefIcon$H = /* @__PURE__ */ React.forwardRef(DoubleRightOutlined);
|
|
33543
|
+
process.env.NODE_ENV !== "production" && (RefIcon$H.displayName = "DoubleRightOutlined");
|
|
33544
|
+
const DoubleRightOutlined$1 = RefIcon$H;
|
|
33545
33545
|
var locale = {
|
|
33546
33546
|
// Options
|
|
33547
33547
|
items_per_page: "条/页",
|
|
@@ -34674,7 +34674,7 @@ function Looper(C) {
|
|
|
34674
34674
|
percent: F
|
|
34675
34675
|
}));
|
|
34676
34676
|
}
|
|
34677
|
-
function Indicator(C) {
|
|
34677
|
+
function Indicator$1(C) {
|
|
34678
34678
|
const {
|
|
34679
34679
|
prefixCls: $,
|
|
34680
34680
|
indicator: F,
|
|
@@ -35043,7 +35043,7 @@ const Spin = (C) => {
|
|
|
35043
35043
|
className: _e,
|
|
35044
35044
|
"aria-live": "polite",
|
|
35045
35045
|
"aria-busy": ge
|
|
35046
|
-
}), /* @__PURE__ */ React.createElement(Indicator, {
|
|
35046
|
+
}), /* @__PURE__ */ React.createElement(Indicator$1, {
|
|
35047
35047
|
prefixCls: ce,
|
|
35048
35048
|
indicator: $e,
|
|
35049
35049
|
percent: Ce
|
|
@@ -36103,9 +36103,9 @@ var AlertFilled = function($, F) {
|
|
|
36103
36103
|
ref: F,
|
|
36104
36104
|
icon: AlertFilledSvg
|
|
36105
36105
|
}));
|
|
36106
|
-
}, RefIcon$
|
|
36107
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36108
|
-
const AlertFilled$1 = RefIcon$
|
|
36106
|
+
}, RefIcon$G = /* @__PURE__ */ React.forwardRef(AlertFilled);
|
|
36107
|
+
process.env.NODE_ENV !== "production" && (RefIcon$G.displayName = "AlertFilled");
|
|
36108
|
+
const AlertFilled$1 = RefIcon$G;
|
|
36109
36109
|
var BellOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M816 768h-24V428c0-141.1-104.3-257.7-240-277.1V112c0-22.1-17.9-40-40-40s-40 17.9-40 40v38.9c-135.7 19.4-240 136-240 277.1v340h-24c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h216c0 61.8 50.2 112 112 112s112-50.2 112-112h216c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM512 888c-26.5 0-48-21.5-48-48h96c0 26.5-21.5 48-48 48zM304 768V428c0-55.6 21.6-107.8 60.9-147.1S456.4 220 512 220c55.6 0 107.8 21.6 147.1 60.9S720 372.4 720 428v340H304z" } }] }, name: "bell", theme: "outlined" };
|
|
36110
36110
|
const BellOutlinedSvg = BellOutlined$2;
|
|
36111
36111
|
var BellOutlined = function($, F) {
|
|
@@ -36113,9 +36113,9 @@ var BellOutlined = function($, F) {
|
|
|
36113
36113
|
ref: F,
|
|
36114
36114
|
icon: BellOutlinedSvg
|
|
36115
36115
|
}));
|
|
36116
|
-
}, RefIcon$
|
|
36117
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36118
|
-
const BellOutlined$1 = RefIcon$
|
|
36116
|
+
}, RefIcon$F = /* @__PURE__ */ React.forwardRef(BellOutlined);
|
|
36117
|
+
process.env.NODE_ENV !== "production" && (RefIcon$F.displayName = "BellOutlined");
|
|
36118
|
+
const BellOutlined$1 = RefIcon$F;
|
|
36119
36119
|
var BulbTwoTone$2 = { icon: function($, F) {
|
|
36120
36120
|
return { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M512 136c-141.4 0-256 114.6-256 256 0 92.5 49.4 176.3 128.1 221.8l35.9 20.8V752h184V634.6l35.9-20.8C718.6 568.3 768 484.5 768 392c0-141.4-114.6-256-256-256z", fill: F } }, { tag: "path", attrs: { d: "M632 888H392c-4.4 0-8 3.6-8 8v32c0 17.7 14.3 32 32 32h192c17.7 0 32-14.3 32-32v-32c0-4.4-3.6-8-8-8zM512 64c-181.1 0-328 146.9-328 328 0 121.4 66 227.4 164 284.1V792c0 17.7 14.3 32 32 32h264c17.7 0 32-14.3 32-32V676.1c98-56.7 164-162.7 164-284.1 0-181.1-146.9-328-328-328zm127.9 549.8L604 634.6V752H420V634.6l-35.9-20.8C305.4 568.3 256 484.5 256 392c0-141.4 114.6-256 256-256s256 114.6 256 256c0 92.5-49.4 176.3-128.1 221.8z", fill: $ } }] };
|
|
36121
36121
|
}, name: "bulb", theme: "twotone" };
|
|
@@ -36125,9 +36125,9 @@ var BulbTwoTone = function($, F) {
|
|
|
36125
36125
|
ref: F,
|
|
36126
36126
|
icon: BulbTwoToneSvg
|
|
36127
36127
|
}));
|
|
36128
|
-
}, RefIcon$
|
|
36129
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36130
|
-
const BulbTwoTone$1 = RefIcon$
|
|
36128
|
+
}, RefIcon$E = /* @__PURE__ */ React.forwardRef(BulbTwoTone);
|
|
36129
|
+
process.env.NODE_ENV !== "production" && (RefIcon$E.displayName = "BulbTwoTone");
|
|
36130
|
+
const BulbTwoTone$1 = RefIcon$E;
|
|
36131
36131
|
var CaretDownFilled$2 = { icon: { tag: "svg", attrs: { viewBox: "0 0 1024 1024", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z" } }] }, name: "caret-down", theme: "filled" };
|
|
36132
36132
|
const CaretDownFilledSvg = CaretDownFilled$2;
|
|
36133
36133
|
var CaretDownFilled = function($, F) {
|
|
@@ -36135,9 +36135,9 @@ var CaretDownFilled = function($, F) {
|
|
|
36135
36135
|
ref: F,
|
|
36136
36136
|
icon: CaretDownFilledSvg
|
|
36137
36137
|
}));
|
|
36138
|
-
}, RefIcon$
|
|
36139
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36140
|
-
const CaretDownFilled$1 = RefIcon$
|
|
36138
|
+
}, RefIcon$D = /* @__PURE__ */ React.forwardRef(CaretDownFilled);
|
|
36139
|
+
process.env.NODE_ENV !== "production" && (RefIcon$D.displayName = "CaretDownFilled");
|
|
36140
|
+
const CaretDownFilled$1 = RefIcon$D;
|
|
36141
36141
|
var CaretDownOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "0 0 1024 1024", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z" } }] }, name: "caret-down", theme: "outlined" };
|
|
36142
36142
|
const CaretDownOutlinedSvg = CaretDownOutlined$2;
|
|
36143
36143
|
var CaretDownOutlined = function($, F) {
|
|
@@ -36145,9 +36145,9 @@ var CaretDownOutlined = function($, F) {
|
|
|
36145
36145
|
ref: F,
|
|
36146
36146
|
icon: CaretDownOutlinedSvg
|
|
36147
36147
|
}));
|
|
36148
|
-
}, RefIcon$
|
|
36149
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36150
|
-
const CaretDownOutlined$1 = RefIcon$
|
|
36148
|
+
}, RefIcon$C = /* @__PURE__ */ React.forwardRef(CaretDownOutlined);
|
|
36149
|
+
process.env.NODE_ENV !== "production" && (RefIcon$C.displayName = "CaretDownOutlined");
|
|
36150
|
+
const CaretDownOutlined$1 = RefIcon$C;
|
|
36151
36151
|
var CaretUpOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "0 0 1024 1024", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M858.9 689L530.5 308.2c-9.4-10.9-27.5-10.9-37 0L165.1 689c-12.2 14.2-1.2 35 18.5 35h656.8c19.7 0 30.7-20.8 18.5-35z" } }] }, name: "caret-up", theme: "outlined" };
|
|
36152
36152
|
const CaretUpOutlinedSvg = CaretUpOutlined$2;
|
|
36153
36153
|
var CaretUpOutlined = function($, F) {
|
|
@@ -36155,9 +36155,9 @@ var CaretUpOutlined = function($, F) {
|
|
|
36155
36155
|
ref: F,
|
|
36156
36156
|
icon: CaretUpOutlinedSvg
|
|
36157
36157
|
}));
|
|
36158
|
-
}, RefIcon$
|
|
36159
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36160
|
-
const CaretUpOutlined$1 = RefIcon$
|
|
36158
|
+
}, RefIcon$B = /* @__PURE__ */ React.forwardRef(CaretUpOutlined);
|
|
36159
|
+
process.env.NODE_ENV !== "production" && (RefIcon$B.displayName = "CaretUpOutlined");
|
|
36160
|
+
const CaretUpOutlined$1 = RefIcon$B;
|
|
36161
36161
|
var CheckCircleOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0051.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z" } }, { 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" } }] }, name: "check-circle", theme: "outlined" };
|
|
36162
36162
|
const CheckCircleOutlinedSvg = CheckCircleOutlined$2;
|
|
36163
36163
|
var CheckCircleOutlined = function($, F) {
|
|
@@ -36165,9 +36165,9 @@ var CheckCircleOutlined = function($, F) {
|
|
|
36165
36165
|
ref: F,
|
|
36166
36166
|
icon: CheckCircleOutlinedSvg
|
|
36167
36167
|
}));
|
|
36168
|
-
}, RefIcon$
|
|
36169
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36170
|
-
const CheckCircleOutlined$1 = RefIcon$
|
|
36168
|
+
}, RefIcon$A = /* @__PURE__ */ React.forwardRef(CheckCircleOutlined);
|
|
36169
|
+
process.env.NODE_ENV !== "production" && (RefIcon$A.displayName = "CheckCircleOutlined");
|
|
36170
|
+
const CheckCircleOutlined$1 = RefIcon$A;
|
|
36171
36171
|
var CheckCircleTwoTone$2 = { icon: function($, F) {
|
|
36172
36172
|
return { 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", fill: $ } }, { tag: "path", attrs: { d: "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm193.4 225.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.3 0 19.9 5 25.9 13.3l71.2 98.8 157.2-218c6-8.4 15.7-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.4 12.7z", fill: F } }, { tag: "path", attrs: { d: "M699 353h-46.9c-10.2 0-19.9 4.9-25.9 13.3L469 584.3l-71.2-98.8c-6-8.3-15.6-13.3-25.9-13.3H325c-6.5 0-10.3 7.4-6.5 12.7l124.6 172.8a31.8 31.8 0 0051.7 0l210.6-292c3.9-5.3.1-12.7-6.4-12.7z", fill: $ } }] };
|
|
36173
36173
|
}, name: "check-circle", theme: "twotone" };
|
|
@@ -36177,9 +36177,9 @@ var CheckCircleTwoTone = function($, F) {
|
|
|
36177
36177
|
ref: F,
|
|
36178
36178
|
icon: CheckCircleTwoToneSvg
|
|
36179
36179
|
}));
|
|
36180
|
-
}, RefIcon$
|
|
36181
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36182
|
-
const CheckCircleTwoTone$1 = RefIcon$
|
|
36180
|
+
}, RefIcon$z = /* @__PURE__ */ React.forwardRef(CheckCircleTwoTone);
|
|
36181
|
+
process.env.NODE_ENV !== "production" && (RefIcon$z.displayName = "CheckCircleTwoTone");
|
|
36182
|
+
const CheckCircleTwoTone$1 = RefIcon$z;
|
|
36183
36183
|
var ClockCircleTwoTone$2 = { icon: function($, F) {
|
|
36184
36184
|
return { 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", fill: $ } }, { tag: "path", attrs: { d: "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm176.5 509.7l-28.6 39a7.99 7.99 0 01-11.2 1.7L483.3 569.8a7.92 7.92 0 01-3.3-6.5V288c0-4.4 3.6-8 8-8h48.1c4.4 0 8 3.6 8 8v247.5l142.6 103.1c3.6 2.5 4.4 7.5 1.8 11.1z", fill: F } }, { 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.3c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.9 11.2-1.7l28.6-39c2.6-3.6 1.8-8.6-1.8-11.1z", fill: $ } }] };
|
|
36185
36185
|
}, name: "clock-circle", theme: "twotone" };
|
|
@@ -36189,9 +36189,9 @@ var ClockCircleTwoTone = function($, F) {
|
|
|
36189
36189
|
ref: F,
|
|
36190
36190
|
icon: ClockCircleTwoToneSvg
|
|
36191
36191
|
}));
|
|
36192
|
-
}, RefIcon$
|
|
36193
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36194
|
-
const ClockCircleTwoTone$1 = RefIcon$
|
|
36192
|
+
}, RefIcon$y = /* @__PURE__ */ React.forwardRef(ClockCircleTwoTone);
|
|
36193
|
+
process.env.NODE_ENV !== "production" && (RefIcon$y.displayName = "ClockCircleTwoTone");
|
|
36194
|
+
const ClockCircleTwoTone$1 = RefIcon$y;
|
|
36195
36195
|
var CloseCircleOutlined$2 = { 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 64zm0 76c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm128.01 198.83c.03 0 .05.01.09.06l45.02 45.01a.2.2 0 01.05.09.12.12 0 010 .07c0 .02-.01.04-.05.08L557.25 512l127.87 127.86a.27.27 0 01.05.06v.02a.12.12 0 010 .07c0 .03-.01.05-.05.09l-45.02 45.02a.2.2 0 01-.09.05.12.12 0 01-.07 0c-.02 0-.04-.01-.08-.05L512 557.25 384.14 685.12c-.04.04-.06.05-.08.05a.12.12 0 01-.07 0c-.03 0-.05-.01-.09-.05l-45.02-45.02a.2.2 0 01-.05-.09.12.12 0 010-.07c0-.02.01-.04.06-.08L466.75 512 338.88 384.14a.27.27 0 01-.05-.06l-.01-.02a.12.12 0 010-.07c0-.03.01-.05.05-.09l45.02-45.02a.2.2 0 01.09-.05.12.12 0 01.07 0c.02 0 .04.01.08.06L512 466.75l127.86-127.86c.04-.05.06-.06.08-.06a.12.12 0 01.07 0z" } }] }, name: "close-circle", theme: "outlined" };
|
|
36196
36196
|
const CloseCircleOutlinedSvg = CloseCircleOutlined$2;
|
|
36197
36197
|
var CloseCircleOutlined = function($, F) {
|
|
@@ -36199,9 +36199,9 @@ var CloseCircleOutlined = function($, F) {
|
|
|
36199
36199
|
ref: F,
|
|
36200
36200
|
icon: CloseCircleOutlinedSvg
|
|
36201
36201
|
}));
|
|
36202
|
-
}, RefIcon$
|
|
36203
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36204
|
-
const CloseCircleOutlined$1 = RefIcon$
|
|
36202
|
+
}, RefIcon$x = /* @__PURE__ */ React.forwardRef(CloseCircleOutlined);
|
|
36203
|
+
process.env.NODE_ENV !== "production" && (RefIcon$x.displayName = "CloseCircleOutlined");
|
|
36204
|
+
const CloseCircleOutlined$1 = RefIcon$x;
|
|
36205
36205
|
var CopyOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z" } }] }, name: "copy", theme: "outlined" };
|
|
36206
36206
|
const CopyOutlinedSvg = CopyOutlined$2;
|
|
36207
36207
|
var CopyOutlined = function($, F) {
|
|
@@ -36209,9 +36209,9 @@ var CopyOutlined = function($, F) {
|
|
|
36209
36209
|
ref: F,
|
|
36210
36210
|
icon: CopyOutlinedSvg
|
|
36211
36211
|
}));
|
|
36212
|
-
}, RefIcon$
|
|
36213
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36214
|
-
const CopyOutlined$1 = RefIcon$
|
|
36212
|
+
}, RefIcon$w = /* @__PURE__ */ React.forwardRef(CopyOutlined);
|
|
36213
|
+
process.env.NODE_ENV !== "production" && (RefIcon$w.displayName = "CopyOutlined");
|
|
36214
|
+
const CopyOutlined$1 = RefIcon$w;
|
|
36215
36215
|
var DeleteOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M360 184h-8c4.4 0 8-3.6 8-8v8h304v-8c0 4.4 3.6 8 8 8h-8v72h72v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80h72v-72zm504 72H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM731.3 840H292.7l-24.2-512h487l-24.2 512z" } }] }, name: "delete", theme: "outlined" };
|
|
36216
36216
|
const DeleteOutlinedSvg = DeleteOutlined$2;
|
|
36217
36217
|
var DeleteOutlined = function($, F) {
|
|
@@ -36219,9 +36219,9 @@ var DeleteOutlined = function($, F) {
|
|
|
36219
36219
|
ref: F,
|
|
36220
36220
|
icon: DeleteOutlinedSvg
|
|
36221
36221
|
}));
|
|
36222
|
-
}, RefIcon$
|
|
36223
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36224
|
-
const DeleteOutlined$1 = RefIcon$
|
|
36222
|
+
}, RefIcon$v = /* @__PURE__ */ React.forwardRef(DeleteOutlined);
|
|
36223
|
+
process.env.NODE_ENV !== "production" && (RefIcon$v.displayName = "DeleteOutlined");
|
|
36224
|
+
const DeleteOutlined$1 = RefIcon$v;
|
|
36225
36225
|
var DownloadOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M505.7 661a8 8 0 0012.6 0l112-141.7c4.1-5.2.4-12.9-6.3-12.9h-74.1V168c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v338.3H400c-6.7 0-10.4 7.7-6.3 12.9l112 141.8zM878 626h-60c-4.4 0-8 3.6-8 8v154H214V634c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v198c0 17.7 14.3 32 32 32h684c17.7 0 32-14.3 32-32V634c0-4.4-3.6-8-8-8z" } }] }, name: "download", theme: "outlined" };
|
|
36226
36226
|
const DownloadOutlinedSvg = DownloadOutlined$2;
|
|
36227
36227
|
var DownloadOutlined = function($, F) {
|
|
@@ -36229,9 +36229,9 @@ var DownloadOutlined = function($, F) {
|
|
|
36229
36229
|
ref: F,
|
|
36230
36230
|
icon: DownloadOutlinedSvg
|
|
36231
36231
|
}));
|
|
36232
|
-
}, RefIcon$
|
|
36233
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36234
|
-
const DownloadOutlined$1 = RefIcon$
|
|
36232
|
+
}, RefIcon$u = /* @__PURE__ */ React.forwardRef(DownloadOutlined);
|
|
36233
|
+
process.env.NODE_ENV !== "production" && (RefIcon$u.displayName = "DownloadOutlined");
|
|
36234
|
+
const DownloadOutlined$1 = RefIcon$u;
|
|
36235
36235
|
var EditOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M257.7 752c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 000-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 009.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89zM880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32z" } }] }, name: "edit", theme: "outlined" };
|
|
36236
36236
|
const EditOutlinedSvg = EditOutlined$2;
|
|
36237
36237
|
var EditOutlined = function($, F) {
|
|
@@ -36239,9 +36239,9 @@ var EditOutlined = function($, F) {
|
|
|
36239
36239
|
ref: F,
|
|
36240
36240
|
icon: EditOutlinedSvg
|
|
36241
36241
|
}));
|
|
36242
|
-
}, RefIcon$
|
|
36243
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36244
|
-
const EditOutlined$1 = RefIcon$
|
|
36242
|
+
}, RefIcon$t = /* @__PURE__ */ React.forwardRef(EditOutlined);
|
|
36243
|
+
process.env.NODE_ENV !== "production" && (RefIcon$t.displayName = "EditOutlined");
|
|
36244
|
+
const EditOutlined$1 = RefIcon$t;
|
|
36245
36245
|
var EditTwoTone$2 = { icon: function($, F) {
|
|
36246
36246
|
return { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M761.1 288.3L687.8 215 325.1 577.6l-15.6 89 88.9-15.7z", fill: F } }, { tag: "path", attrs: { d: "M880 836H144c-17.7 0-32 14.3-32 32v36c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-36c0-17.7-14.3-32-32-32zm-622.3-84c2 0 4-.2 6-.5L431.9 722c2-.4 3.9-1.3 5.3-2.8l423.9-423.9a9.96 9.96 0 000-14.1L694.9 114.9c-1.9-1.9-4.4-2.9-7.1-2.9s-5.2 1-7.1 2.9L256.8 538.8c-1.5 1.5-2.4 3.3-2.8 5.3l-29.5 168.2a33.5 33.5 0 009.4 29.8c6.6 6.4 14.9 9.9 23.8 9.9zm67.4-174.4L687.8 215l73.3 73.3-362.7 362.6-88.9 15.7 15.6-89z", fill: $ } }] };
|
|
36247
36247
|
}, name: "edit", theme: "twotone" };
|
|
@@ -36251,9 +36251,9 @@ var EditTwoTone = function($, F) {
|
|
|
36251
36251
|
ref: F,
|
|
36252
36252
|
icon: EditTwoToneSvg
|
|
36253
36253
|
}));
|
|
36254
|
-
}, RefIcon$
|
|
36255
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36256
|
-
const EditTwoTone$1 = RefIcon$
|
|
36254
|
+
}, RefIcon$s = /* @__PURE__ */ React.forwardRef(EditTwoTone);
|
|
36255
|
+
process.env.NODE_ENV !== "production" && (RefIcon$s.displayName = "EditTwoTone");
|
|
36256
|
+
const EditTwoTone$1 = RefIcon$s;
|
|
36257
36257
|
var EnterOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M864 170h-60c-4.4 0-8 3.6-8 8v518H310v-73c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 000 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-75h498c35.3 0 64-28.7 64-64V178c0-4.4-3.6-8-8-8z" } }] }, name: "enter", theme: "outlined" };
|
|
36258
36258
|
const EnterOutlinedSvg = EnterOutlined$2;
|
|
36259
36259
|
var EnterOutlined = function($, F) {
|
|
@@ -36261,9 +36261,9 @@ var EnterOutlined = function($, F) {
|
|
|
36261
36261
|
ref: F,
|
|
36262
36262
|
icon: EnterOutlinedSvg
|
|
36263
36263
|
}));
|
|
36264
|
-
}, RefIcon$
|
|
36265
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36266
|
-
const EnterOutlined$1 = RefIcon$
|
|
36264
|
+
}, RefIcon$r = /* @__PURE__ */ React.forwardRef(EnterOutlined);
|
|
36265
|
+
process.env.NODE_ENV !== "production" && (RefIcon$r.displayName = "EnterOutlined");
|
|
36266
|
+
const EnterOutlined$1 = RefIcon$r;
|
|
36267
36267
|
var ExclamationCircleOutlined$2 = { 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: "M464 688a48 48 0 1096 0 48 48 0 10-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z" } }] }, name: "exclamation-circle", theme: "outlined" };
|
|
36268
36268
|
const ExclamationCircleOutlinedSvg = ExclamationCircleOutlined$2;
|
|
36269
36269
|
var ExclamationCircleOutlined = function($, F) {
|
|
@@ -36271,9 +36271,9 @@ var ExclamationCircleOutlined = function($, F) {
|
|
|
36271
36271
|
ref: F,
|
|
36272
36272
|
icon: ExclamationCircleOutlinedSvg
|
|
36273
36273
|
}));
|
|
36274
|
-
}, RefIcon$
|
|
36275
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36276
|
-
const ExclamationCircleOutlined$1 = RefIcon$
|
|
36274
|
+
}, RefIcon$q = /* @__PURE__ */ React.forwardRef(ExclamationCircleOutlined);
|
|
36275
|
+
process.env.NODE_ENV !== "production" && (RefIcon$q.displayName = "ExclamationCircleOutlined");
|
|
36276
|
+
const ExclamationCircleOutlined$1 = RefIcon$q;
|
|
36277
36277
|
var ExclamationCircleTwoTone$2 = { icon: function($, F) {
|
|
36278
36278
|
return { 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", fill: $ } }, { tag: "path", attrs: { d: "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm-32 156c0-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", fill: F } }, { tag: "path", attrs: { d: "M488 576h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8zm-24 112a48 48 0 1096 0 48 48 0 10-96 0z", fill: $ } }] };
|
|
36279
36279
|
}, name: "exclamation-circle", theme: "twotone" };
|
|
@@ -36283,9 +36283,9 @@ var ExclamationCircleTwoTone = function($, F) {
|
|
|
36283
36283
|
ref: F,
|
|
36284
36284
|
icon: ExclamationCircleTwoToneSvg
|
|
36285
36285
|
}));
|
|
36286
|
-
}, RefIcon$
|
|
36287
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36288
|
-
const ExclamationCircleTwoTone$1 = RefIcon$
|
|
36286
|
+
}, RefIcon$p = /* @__PURE__ */ React.forwardRef(ExclamationCircleTwoTone);
|
|
36287
|
+
process.env.NODE_ENV !== "production" && (RefIcon$p.displayName = "ExclamationCircleTwoTone");
|
|
36288
|
+
const ExclamationCircleTwoTone$1 = RefIcon$p;
|
|
36289
36289
|
var FileOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494z" } }] }, name: "file", theme: "outlined" };
|
|
36290
36290
|
const FileOutlinedSvg = FileOutlined$2;
|
|
36291
36291
|
var FileOutlined = function($, F) {
|
|
@@ -36293,9 +36293,9 @@ var FileOutlined = function($, F) {
|
|
|
36293
36293
|
ref: F,
|
|
36294
36294
|
icon: FileOutlinedSvg
|
|
36295
36295
|
}));
|
|
36296
|
-
}, RefIcon$
|
|
36297
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36298
|
-
const FileOutlined$1 = RefIcon$
|
|
36296
|
+
}, RefIcon$o = /* @__PURE__ */ React.forwardRef(FileOutlined);
|
|
36297
|
+
process.env.NODE_ENV !== "production" && (RefIcon$o.displayName = "FileOutlined");
|
|
36298
|
+
const FileOutlined$1 = RefIcon$o;
|
|
36299
36299
|
var FileTextTwoTone$2 = { icon: function($, F) {
|
|
36300
36300
|
return { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M534 352V136H232v752h560V394H576a42 42 0 01-42-42zm-22 322c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h184c4.4 0 8 3.6 8 8v48zm200-184v48c0 4.4-3.6 8-8 8H320c-4.4 0-8-3.6-8-8v-48c0-4.4 3.6-8 8-8h384c4.4 0 8 3.6 8 8z", fill: F } }, { tag: "path", attrs: { d: "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z", fill: $ } }, { tag: "path", attrs: { d: "M312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8zm192 128H320c-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-8z", fill: $ } }] };
|
|
36301
36301
|
}, name: "file-text", theme: "twotone" };
|
|
@@ -36305,9 +36305,9 @@ var FileTextTwoTone = function($, F) {
|
|
|
36305
36305
|
ref: F,
|
|
36306
36306
|
icon: FileTextTwoToneSvg
|
|
36307
36307
|
}));
|
|
36308
|
-
}, RefIcon$
|
|
36309
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36310
|
-
const FileTextTwoTone$1 = RefIcon$
|
|
36308
|
+
}, RefIcon$n = /* @__PURE__ */ React.forwardRef(FileTextTwoTone);
|
|
36309
|
+
process.env.NODE_ENV !== "production" && (RefIcon$n.displayName = "FileTextTwoTone");
|
|
36310
|
+
const FileTextTwoTone$1 = RefIcon$n;
|
|
36311
36311
|
var FileTwoTone$2 = { icon: function($, F) {
|
|
36312
36312
|
return { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M534 352V136H232v752h560V394H576a42 42 0 01-42-42z", fill: F } }, { tag: "path", attrs: { d: "M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM602 137.8L790.2 326H602V137.8zM792 888H232V136h302v216a42 42 0 0042 42h216v494z", fill: $ } }] };
|
|
36313
36313
|
}, name: "file", theme: "twotone" };
|
|
@@ -36317,9 +36317,9 @@ var FileTwoTone = function($, F) {
|
|
|
36317
36317
|
ref: F,
|
|
36318
36318
|
icon: FileTwoToneSvg
|
|
36319
36319
|
}));
|
|
36320
|
-
}, RefIcon$
|
|
36321
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36322
|
-
const FileTwoTone$1 = RefIcon$
|
|
36320
|
+
}, RefIcon$m = /* @__PURE__ */ React.forwardRef(FileTwoTone);
|
|
36321
|
+
process.env.NODE_ENV !== "production" && (RefIcon$m.displayName = "FileTwoTone");
|
|
36322
|
+
const FileTwoTone$1 = RefIcon$m;
|
|
36323
36323
|
var FilterFilled$2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V642H349v196zm531.1-684H143.9c-24.5 0-39.8 26.7-27.5 48l221.3 376h348.8l221.3-376c12.1-21.3-3.2-48-27.7-48z" } }] }, name: "filter", theme: "filled" };
|
|
36324
36324
|
const FilterFilledSvg = FilterFilled$2;
|
|
36325
36325
|
var FilterFilled = function($, F) {
|
|
@@ -36327,9 +36327,9 @@ var FilterFilled = function($, F) {
|
|
|
36327
36327
|
ref: F,
|
|
36328
36328
|
icon: FilterFilledSvg
|
|
36329
36329
|
}));
|
|
36330
|
-
}, RefIcon$
|
|
36331
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36332
|
-
const FilterFilled$1 = RefIcon$
|
|
36330
|
+
}, RefIcon$l = /* @__PURE__ */ React.forwardRef(FilterFilled);
|
|
36331
|
+
process.env.NODE_ENV !== "production" && (RefIcon$l.displayName = "FilterFilled");
|
|
36332
|
+
const FilterFilled$1 = RefIcon$l;
|
|
36333
36333
|
var FilterOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 597.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V597.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.4 798H420.6V642h182.9v156zm9.6-236.6l-9.5 16.6h-183l-9.5-16.6L212.7 226h598.6L613 561.4z" } }] }, name: "filter", theme: "outlined" };
|
|
36334
36334
|
const FilterOutlinedSvg = FilterOutlined$2;
|
|
36335
36335
|
var FilterOutlined = function($, F) {
|
|
@@ -36337,9 +36337,9 @@ var FilterOutlined = function($, F) {
|
|
|
36337
36337
|
ref: F,
|
|
36338
36338
|
icon: FilterOutlinedSvg
|
|
36339
36339
|
}));
|
|
36340
|
-
}, RefIcon$
|
|
36341
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36342
|
-
const FilterOutlined$1 = RefIcon$
|
|
36340
|
+
}, RefIcon$k = /* @__PURE__ */ React.forwardRef(FilterOutlined);
|
|
36341
|
+
process.env.NODE_ENV !== "production" && (RefIcon$k.displayName = "FilterOutlined");
|
|
36342
|
+
const FilterOutlined$1 = RefIcon$k;
|
|
36343
36343
|
var FolderOpenOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M928 444H820V330.4c0-17.7-14.3-32-32-32H473L355.7 186.2a8.15 8.15 0 00-5.5-2.2H96c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h698c13 0 24.8-7.9 29.7-20l134-332c1.5-3.8 2.3-7.9 2.3-12 0-17.7-14.3-32-32-32zM136 256h188.5l119.6 114.4H748V444H238c-13 0-24.8 7.9-29.7 20L136 643.2V256zm635.3 512H159l103.3-256h612.4L771.3 768z" } }] }, name: "folder-open", theme: "outlined" };
|
|
36344
36344
|
const FolderOpenOutlinedSvg = FolderOpenOutlined$2;
|
|
36345
36345
|
var FolderOpenOutlined = function($, F) {
|
|
@@ -36347,9 +36347,9 @@ var FolderOpenOutlined = function($, F) {
|
|
|
36347
36347
|
ref: F,
|
|
36348
36348
|
icon: FolderOpenOutlinedSvg
|
|
36349
36349
|
}));
|
|
36350
|
-
}, RefIcon$
|
|
36351
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36352
|
-
const FolderOpenOutlined$1 = RefIcon$
|
|
36350
|
+
}, RefIcon$j = /* @__PURE__ */ React.forwardRef(FolderOpenOutlined);
|
|
36351
|
+
process.env.NODE_ENV !== "production" && (RefIcon$j.displayName = "FolderOpenOutlined");
|
|
36352
|
+
const FolderOpenOutlined$1 = RefIcon$j;
|
|
36353
36353
|
var FolderOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M880 298.4H521L403.7 186.2a8.15 8.15 0 00-5.5-2.2H144c-17.7 0-32 14.3-32 32v592c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V330.4c0-17.7-14.3-32-32-32zM840 768H184V256h188.5l119.6 114.4H840V768z" } }] }, name: "folder", theme: "outlined" };
|
|
36354
36354
|
const FolderOutlinedSvg = FolderOutlined$2;
|
|
36355
36355
|
var FolderOutlined = function($, F) {
|
|
@@ -36357,9 +36357,9 @@ var FolderOutlined = function($, F) {
|
|
|
36357
36357
|
ref: F,
|
|
36358
36358
|
icon: FolderOutlinedSvg
|
|
36359
36359
|
}));
|
|
36360
|
-
}, RefIcon$
|
|
36361
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36362
|
-
const FolderOutlined$1 = RefIcon$
|
|
36360
|
+
}, RefIcon$i = /* @__PURE__ */ React.forwardRef(FolderOutlined);
|
|
36361
|
+
process.env.NODE_ENV !== "production" && (RefIcon$i.displayName = "FolderOutlined");
|
|
36362
|
+
const FolderOutlined$1 = RefIcon$i;
|
|
36363
36363
|
var HolderOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M300 276.5a56 56 0 1056-97 56 56 0 00-56 97zm0 284a56 56 0 1056-97 56 56 0 00-56 97zM640 228a56 56 0 10112 0 56 56 0 00-112 0zm0 284a56 56 0 10112 0 56 56 0 00-112 0zM300 844.5a56 56 0 1056-97 56 56 0 00-56 97zM640 796a56 56 0 10112 0 56 56 0 00-112 0z" } }] }, name: "holder", theme: "outlined" };
|
|
36364
36364
|
const HolderOutlinedSvg = HolderOutlined$2;
|
|
36365
36365
|
var HolderOutlined = function($, F) {
|
|
@@ -36367,9 +36367,21 @@ var HolderOutlined = function($, F) {
|
|
|
36367
36367
|
ref: F,
|
|
36368
36368
|
icon: HolderOutlinedSvg
|
|
36369
36369
|
}));
|
|
36370
|
-
}, RefIcon$
|
|
36371
|
-
process.env.NODE_ENV !== "production" && (RefIcon$
|
|
36372
|
-
const HolderOutlined$1 = RefIcon$
|
|
36370
|
+
}, RefIcon$h = /* @__PURE__ */ React.forwardRef(HolderOutlined);
|
|
36371
|
+
process.env.NODE_ENV !== "production" && (RefIcon$h.displayName = "HolderOutlined");
|
|
36372
|
+
const HolderOutlined$1 = RefIcon$h;
|
|
36373
|
+
var InfoCircleTwoTone$2 = { icon: function($, F) {
|
|
36374
|
+
return { 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", fill: $ } }, { tag: "path", attrs: { d: "M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372 372-166.6 372-372-166.6-372-372-372zm32 588c0 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", fill: F } }, { tag: "path", attrs: { d: "M464 336a48 48 0 1096 0 48 48 0 10-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z", fill: $ } }] };
|
|
36375
|
+
}, name: "info-circle", theme: "twotone" };
|
|
36376
|
+
const InfoCircleTwoToneSvg = InfoCircleTwoTone$2;
|
|
36377
|
+
var InfoCircleTwoTone = function($, F) {
|
|
36378
|
+
return /* @__PURE__ */ React.createElement(AntdIcon, _extends({}, $, {
|
|
36379
|
+
ref: F,
|
|
36380
|
+
icon: InfoCircleTwoToneSvg
|
|
36381
|
+
}));
|
|
36382
|
+
}, RefIcon$g = /* @__PURE__ */ React.forwardRef(InfoCircleTwoTone);
|
|
36383
|
+
process.env.NODE_ENV !== "production" && (RefIcon$g.displayName = "InfoCircleTwoTone");
|
|
36384
|
+
const InfoCircleTwoTone$1 = RefIcon$g;
|
|
36373
36385
|
var LinkOutlined$2 = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M574 665.4a8.03 8.03 0 00-11.3 0L446.5 781.6c-53.8 53.8-144.6 59.5-204 0-59.5-59.5-53.8-150.2 0-204l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3l-39.8-39.8a8.03 8.03 0 00-11.3 0L191.4 526.5c-84.6 84.6-84.6 221.5 0 306s221.5 84.6 306 0l116.2-116.2c3.1-3.1 3.1-8.2 0-11.3L574 665.4zm258.6-474c-84.6-84.6-221.5-84.6-306 0L410.3 307.6a8.03 8.03 0 000 11.3l39.7 39.7c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c53.8-53.8 144.6-59.5 204 0 59.5 59.5 53.8 150.2 0 204L665.3 562.6a8.03 8.03 0 000 11.3l39.8 39.8c3.1 3.1 8.2 3.1 11.3 0l116.2-116.2c84.5-84.6 84.5-221.5 0-306.1zM610.1 372.3a8.03 8.03 0 00-11.3 0L372.3 598.7a8.03 8.03 0 000 11.3l39.6 39.6c3.1 3.1 8.2 3.1 11.3 0l226.4-226.4c3.1-3.1 3.1-8.2 0-11.3l-39.5-39.6z" } }] }, name: "link", theme: "outlined" };
|
|
36374
36386
|
const LinkOutlinedSvg = LinkOutlined$2;
|
|
36375
36387
|
var LinkOutlined = function($, F) {
|
|
@@ -39307,11 +39319,11 @@ function Table$2(C, $) {
|
|
|
39307
39319
|
}, []), React.useEffect(function() {
|
|
39308
39320
|
De && ge && (ge.body.current = st.current);
|
|
39309
39321
|
});
|
|
39310
|
-
var
|
|
39322
|
+
var Vn = React.useCallback(function(hn) {
|
|
39311
39323
|
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(Header$2, hn), Jt === "top" && /* @__PURE__ */ React.createElement(Footer$2, hn, Wt));
|
|
39312
39324
|
}, [Jt, Wt]), er = React.useCallback(function(hn) {
|
|
39313
39325
|
return /* @__PURE__ */ React.createElement(Footer$2, hn, Wt);
|
|
39314
|
-
}, [Wt]),
|
|
39326
|
+
}, [Wt]), Un = Ne(["table"], "table"), Pn = React.useMemo(function() {
|
|
39315
39327
|
return ae || (Ht ? ht === "max-content" ? "auto" : "fixed" : _t || Dt || ct.some(function(hn) {
|
|
39316
39328
|
var yn = hn.ellipsis;
|
|
39317
39329
|
return yn;
|
|
@@ -39355,7 +39367,7 @@ function Table$2(C, $) {
|
|
|
39355
39367
|
onScroll: Lt,
|
|
39356
39368
|
ref: st,
|
|
39357
39369
|
className: classNames("".concat(V, "-body"))
|
|
39358
|
-
}, /* @__PURE__ */ React.createElement(
|
|
39370
|
+
}, /* @__PURE__ */ React.createElement(Un, _extends({
|
|
39359
39371
|
style: _objectSpread2(_objectSpread2({}, gn), {}, {
|
|
39360
39372
|
tableLayout: Pn
|
|
39361
39373
|
})
|
|
@@ -39375,7 +39387,7 @@ function Table$2(C, $) {
|
|
|
39375
39387
|
stickyTopOffset: Vt,
|
|
39376
39388
|
className: "".concat(V, "-header"),
|
|
39377
39389
|
ref: wt
|
|
39378
|
-
}),
|
|
39390
|
+
}), Vn), Kn, Jt && Jt !== "top" && /* @__PURE__ */ React.createElement(FixedHolder$1, _extends({}, Xn, {
|
|
39379
39391
|
stickyBottomOffset: Kt,
|
|
39380
39392
|
className: "".concat(V, "-summary"),
|
|
39381
39393
|
ref: Ge
|
|
@@ -39393,7 +39405,7 @@ function Table$2(C, $) {
|
|
|
39393
39405
|
className: classNames("".concat(V, "-content")),
|
|
39394
39406
|
onScroll: kt,
|
|
39395
39407
|
ref: st
|
|
39396
|
-
}, /* @__PURE__ */ React.createElement(
|
|
39408
|
+
}, /* @__PURE__ */ React.createElement(Un, _extends({
|
|
39397
39409
|
style: _objectSpread2(_objectSpread2({}, gn), {}, {
|
|
39398
39410
|
tableLayout: Pn
|
|
39399
39411
|
})
|
|
@@ -47383,26 +47395,68 @@ process.env.NODE_ENV !== "production" && (Dragger.displayName = "Dragger");
|
|
|
47383
47395
|
const Dragger$1 = Dragger, Upload = InternalUpload$1;
|
|
47384
47396
|
Upload.Dragger = Dragger$1;
|
|
47385
47397
|
Upload.LIST_IGNORE = LIST_IGNORE;
|
|
47386
|
-
const Upload$1 = Upload,
|
|
47387
|
-
|
|
47388
|
-
|
|
47389
|
-
|
|
47390
|
-
|
|
47391
|
-
},
|
|
47392
|
-
|
|
47393
|
-
|
|
47394
|
-
|
|
47395
|
-
|
|
47396
|
-
|
|
47397
|
-
|
|
47398
|
-
|
|
47399
|
-
|
|
47400
|
-
}
|
|
47401
|
-
|
|
47402
|
-
|
|
47403
|
-
|
|
47404
|
-
|
|
47405
|
-
|
|
47398
|
+
const Upload$1 = Upload, initialState$8 = {
|
|
47399
|
+
per_page: 18,
|
|
47400
|
+
tab: "relevant",
|
|
47401
|
+
filters: {
|
|
47402
|
+
keyword: ""
|
|
47403
|
+
},
|
|
47404
|
+
sortings: [
|
|
47405
|
+
{
|
|
47406
|
+
property: "eligibility",
|
|
47407
|
+
direction: "DESC"
|
|
47408
|
+
}
|
|
47409
|
+
],
|
|
47410
|
+
page_number: 1,
|
|
47411
|
+
skip_expired_jobs: !1
|
|
47412
|
+
}, filterSlice = createSlice({
|
|
47413
|
+
name: "filter",
|
|
47414
|
+
initialState: initialState$8,
|
|
47415
|
+
reducers: {
|
|
47416
|
+
setTab: (C, $) => {
|
|
47417
|
+
C.tab = $.payload, C.page_number = 1;
|
|
47418
|
+
},
|
|
47419
|
+
setKeyword: (C, $) => {
|
|
47420
|
+
C.filters.keyword = $.payload, C.page_number = 1;
|
|
47421
|
+
},
|
|
47422
|
+
setPageNumber: (C, $) => {
|
|
47423
|
+
C.page_number = $.payload;
|
|
47424
|
+
},
|
|
47425
|
+
setPerPage: (C, $) => {
|
|
47426
|
+
C.per_page = $.payload, C.page_number = 1;
|
|
47427
|
+
},
|
|
47428
|
+
setSortings: (C, $) => {
|
|
47429
|
+
C.sortings = $.payload;
|
|
47430
|
+
},
|
|
47431
|
+
setSkipExpiredJobs: (C, $) => {
|
|
47432
|
+
C.skip_expired_jobs = $.payload;
|
|
47433
|
+
},
|
|
47434
|
+
resetFilters: (C) => Sr(Hn({}, initialState$8), {
|
|
47435
|
+
tab: C.tab
|
|
47436
|
+
// Keep current tab when resetting
|
|
47437
|
+
}),
|
|
47438
|
+
updateFiltersFromForm: (C, $) => {
|
|
47439
|
+
var V;
|
|
47440
|
+
const F = ((V = C.filters) == null ? void 0 : V.keyword) || "";
|
|
47441
|
+
C.filters = Hn({
|
|
47442
|
+
keyword: F
|
|
47443
|
+
}, $.payload), C.page_number = 1;
|
|
47444
|
+
},
|
|
47445
|
+
updateFormFilters: (C, $) => {
|
|
47446
|
+
C.filters = Hn(Hn({}, C.filters), $.payload);
|
|
47447
|
+
}
|
|
47448
|
+
}
|
|
47449
|
+
}), {
|
|
47450
|
+
setTab,
|
|
47451
|
+
setKeyword,
|
|
47452
|
+
setPageNumber,
|
|
47453
|
+
setPerPage,
|
|
47454
|
+
setSortings,
|
|
47455
|
+
setSkipExpiredJobs,
|
|
47456
|
+
resetFilters,
|
|
47457
|
+
updateFiltersFromForm,
|
|
47458
|
+
updateFormFilters
|
|
47459
|
+
} = filterSlice.actions, filterReducer = filterSlice.reducer;
|
|
47406
47460
|
function n(C) {
|
|
47407
47461
|
for (var $ = arguments.length, F = Array($ > 1 ? $ - 1 : 0), V = 1; V < $; V++)
|
|
47408
47462
|
F[V - 1] = arguments[V];
|
|
@@ -48698,11 +48752,11 @@ function updateMutationSubstateIfExists(C, $, F) {
|
|
|
48698
48752
|
var V = C[getMutationCacheKey($)];
|
|
48699
48753
|
V && F(V);
|
|
48700
48754
|
}
|
|
48701
|
-
var initialState$
|
|
48755
|
+
var initialState$7 = {};
|
|
48702
48756
|
function buildSlice(C) {
|
|
48703
48757
|
var $ = C.reducerPath, F = C.queryThunk, V = C.mutationThunk, K = C.context, J = K.endpointDefinitions, ee = K.apiUid, te = K.extractRehydrationInfo, ne = K.hasRehydrationInfo, re = C.assertTagType, ae = C.config, oe = createAction($ + "/resetApiState"), ie = createSlice({
|
|
48704
48758
|
name: $ + "/queries",
|
|
48705
|
-
initialState: initialState$
|
|
48759
|
+
initialState: initialState$7,
|
|
48706
48760
|
reducers: {
|
|
48707
48761
|
removeQueryResult: {
|
|
48708
48762
|
reducer: function(ce, fe) {
|
|
@@ -48769,7 +48823,7 @@ function buildSlice(C) {
|
|
|
48769
48823
|
}
|
|
48770
48824
|
}), le = createSlice({
|
|
48771
48825
|
name: $ + "/mutations",
|
|
48772
|
-
initialState: initialState$
|
|
48826
|
+
initialState: initialState$7,
|
|
48773
48827
|
reducers: {
|
|
48774
48828
|
removeMutationResult: {
|
|
48775
48829
|
reducer: function(ce, fe) {
|
|
@@ -48807,7 +48861,7 @@ function buildSlice(C) {
|
|
|
48807
48861
|
}
|
|
48808
48862
|
}), ue = createSlice({
|
|
48809
48863
|
name: $ + "/invalidation",
|
|
48810
|
-
initialState: initialState$
|
|
48864
|
+
initialState: initialState$7,
|
|
48811
48865
|
reducers: {},
|
|
48812
48866
|
extraReducers: function(ce) {
|
|
48813
48867
|
ce.addCase(ie.actions.removeQueryResult, function(fe, ye) {
|
|
@@ -48837,7 +48891,7 @@ function buildSlice(C) {
|
|
|
48837
48891
|
}
|
|
48838
48892
|
}), de = createSlice({
|
|
48839
48893
|
name: $ + "/subscriptions",
|
|
48840
|
-
initialState: initialState$
|
|
48894
|
+
initialState: initialState$7,
|
|
48841
48895
|
reducers: {
|
|
48842
48896
|
updateSubscriptionOptions: function(ce, fe) {
|
|
48843
48897
|
},
|
|
@@ -48848,7 +48902,7 @@ function buildSlice(C) {
|
|
|
48848
48902
|
}
|
|
48849
48903
|
}), se = createSlice({
|
|
48850
48904
|
name: $ + "/internalSubscriptions",
|
|
48851
|
-
initialState: initialState$
|
|
48905
|
+
initialState: initialState$7,
|
|
48852
48906
|
reducers: {
|
|
48853
48907
|
subscriptionsUpdated: function(ce, fe) {
|
|
48854
48908
|
return pn(ce, fe.payload);
|
|
@@ -49876,7 +49930,8 @@ const dynamicBaseQuery = (C, $, F) => lr(void 0, null, function* () {
|
|
|
49876
49930
|
tab_name: K,
|
|
49877
49931
|
action_type: J != null ? J : "apply"
|
|
49878
49932
|
}
|
|
49879
|
-
})
|
|
49933
|
+
}),
|
|
49934
|
+
invalidatesTags: ["Jobs", "PipelineJobs", "RelevantJobs"]
|
|
49880
49935
|
}),
|
|
49881
49936
|
getApplication: C.query({
|
|
49882
49937
|
query: ({ applicationId: $, jobProfileId: F, status: V }) => ({
|
|
@@ -49892,7 +49947,8 @@ const dynamicBaseQuery = (C, $, F) => lr(void 0, null, function* () {
|
|
|
49892
49947
|
url: `${BASE_URL}/${$}`,
|
|
49893
49948
|
method: "PATCH",
|
|
49894
49949
|
body: F
|
|
49895
|
-
})
|
|
49950
|
+
}),
|
|
49951
|
+
invalidatesTags: ["Jobs", "PipelineJobs", "RelevantJobs"]
|
|
49896
49952
|
})
|
|
49897
49953
|
})
|
|
49898
49954
|
}), {
|
|
@@ -50057,64 +50113,7 @@ const JOB_CARD_CONFIG = {
|
|
|
50057
50113
|
skip_expired_jobs: te
|
|
50058
50114
|
};
|
|
50059
50115
|
}, [C]);
|
|
50060
|
-
},
|
|
50061
|
-
per_page: 18,
|
|
50062
|
-
tab: "relevant",
|
|
50063
|
-
filters: {
|
|
50064
|
-
keyword: ""
|
|
50065
|
-
},
|
|
50066
|
-
sortings: [
|
|
50067
|
-
{
|
|
50068
|
-
property: "eligibility",
|
|
50069
|
-
direction: "DESC"
|
|
50070
|
-
}
|
|
50071
|
-
],
|
|
50072
|
-
page_number: 1,
|
|
50073
|
-
skip_expired_jobs: !1
|
|
50074
|
-
}, filterSlice = createSlice({
|
|
50075
|
-
name: "filter",
|
|
50076
|
-
initialState: initialState$7,
|
|
50077
|
-
reducers: {
|
|
50078
|
-
setTab: (C, $) => {
|
|
50079
|
-
C.tab = $.payload, C.page_number = 1;
|
|
50080
|
-
},
|
|
50081
|
-
setKeyword: (C, $) => {
|
|
50082
|
-
C.filters.keyword = $.payload, C.page_number = 1;
|
|
50083
|
-
},
|
|
50084
|
-
setPageNumber: (C, $) => {
|
|
50085
|
-
C.page_number = $.payload;
|
|
50086
|
-
},
|
|
50087
|
-
setPerPage: (C, $) => {
|
|
50088
|
-
C.per_page = $.payload, C.page_number = 1;
|
|
50089
|
-
},
|
|
50090
|
-
setSortings: (C, $) => {
|
|
50091
|
-
C.sortings = $.payload;
|
|
50092
|
-
},
|
|
50093
|
-
setSkipExpiredJobs: (C, $) => {
|
|
50094
|
-
C.skip_expired_jobs = $.payload;
|
|
50095
|
-
},
|
|
50096
|
-
resetFilters: (C) => Sr(Un({}, initialState$7), {
|
|
50097
|
-
tab: C.tab
|
|
50098
|
-
// Keep current tab when resetting
|
|
50099
|
-
}),
|
|
50100
|
-
updateFiltersFromForm: (C, $) => {
|
|
50101
|
-
var V;
|
|
50102
|
-
const F = ((V = C.filters) == null ? void 0 : V.keyword) || "";
|
|
50103
|
-
C.filters = Un({
|
|
50104
|
-
keyword: F
|
|
50105
|
-
}, $.payload), C.page_number = 1;
|
|
50106
|
-
}
|
|
50107
|
-
}
|
|
50108
|
-
}), {
|
|
50109
|
-
setTab,
|
|
50110
|
-
setKeyword,
|
|
50111
|
-
setPageNumber,
|
|
50112
|
-
setPerPage,
|
|
50113
|
-
setSortings,
|
|
50114
|
-
setSkipExpiredJobs,
|
|
50115
|
-
resetFilters,
|
|
50116
|
-
updateFiltersFromForm
|
|
50117
|
-
} = filterSlice.actions, filterReducer = filterSlice.reducer, useInfiniteScroll = ({
|
|
50116
|
+
}, useInfiniteScroll = ({
|
|
50118
50117
|
hasMore: C = !0,
|
|
50119
50118
|
isLoading: $ = !1,
|
|
50120
50119
|
isFetchingMore: F = !1,
|
|
@@ -50284,7 +50283,7 @@ const JOB_CARD_CONFIG = {
|
|
|
50284
50283
|
return C;
|
|
50285
50284
|
const F = new Set(C.map((K) => K.id)), V = $.filter((K) => !F.has(K.id));
|
|
50286
50285
|
return [...C, ...V];
|
|
50287
|
-
}, accumulateCompaniesMap = (C = {}, $ = {}) =>
|
|
50286
|
+
}, accumulateCompaniesMap = (C = {}, $ = {}) => Hn(Hn({}, C), $), useAccumulatedJobs = (C, $ = !1, F = !1, V = null) => {
|
|
50288
50287
|
const K = useSelector(
|
|
50289
50288
|
(se) => {
|
|
50290
50289
|
var ve, me;
|
|
@@ -50767,7 +50766,72 @@ function useJobQueryParams({ syncToURL: C = !0, syncFromURL: $ = !0 } = {}) {
|
|
|
50767
50766
|
}
|
|
50768
50767
|
};
|
|
50769
50768
|
}
|
|
50770
|
-
const
|
|
50769
|
+
const container$8 = "_container_lsttj_1", tag$2 = "_tag_lsttj_6", styles$I = {
|
|
50770
|
+
container: container$8,
|
|
50771
|
+
tag: tag$2
|
|
50772
|
+
};
|
|
50773
|
+
function FilterTags() {
|
|
50774
|
+
const C = useDispatch(), { selectedJobId: $, updateJobId: F } = useJobQueryParams({
|
|
50775
|
+
syncFromURL: !1
|
|
50776
|
+
}), V = () => {
|
|
50777
|
+
F(null), C(updateFormFilters({ job_ids: null }));
|
|
50778
|
+
};
|
|
50779
|
+
return $ ? /* @__PURE__ */ React__default.createElement(Flex$1, { className: styles$I.container }, /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$I.title }, "Job Selected:"), /* @__PURE__ */ React__default.createElement(
|
|
50780
|
+
Tag$1,
|
|
50781
|
+
{
|
|
50782
|
+
color: "blue",
|
|
50783
|
+
className: styles$I.tag,
|
|
50784
|
+
onClick: V
|
|
50785
|
+
},
|
|
50786
|
+
`ID#${$}`,
|
|
50787
|
+
/* @__PURE__ */ React__default.createElement(CloseOutlined$1, { className: styles$I.closeIcon })
|
|
50788
|
+
)) : /* @__PURE__ */ React__default.createElement("div", { className: styles$I.container });
|
|
50789
|
+
}
|
|
50790
|
+
const content = "_content_1dwbe_1", header$2 = "_header_1dwbe_9", sider = "_sider_1dwbe_17", layout = "_layout_1dwbe_21", styles$H = {
|
|
50791
|
+
content,
|
|
50792
|
+
header: header$2,
|
|
50793
|
+
sider,
|
|
50794
|
+
layout
|
|
50795
|
+
}, { Header, Sider, Content } = Layout$1;
|
|
50796
|
+
function JobsLayout({ header: C, children: $, className: F, sider: V, siderWidth: K }) {
|
|
50797
|
+
return /* @__PURE__ */ React__default.createElement(Layout$1, { className: F }, /* @__PURE__ */ React__default.createElement(Header, { className: styles$H.header }, C || "Header"), /* @__PURE__ */ React__default.createElement(FilterTags, null), /* @__PURE__ */ React__default.createElement(Layout$1, { className: styles$H.layout }, /* @__PURE__ */ React__default.createElement(Content, { className: styles$H.content }, $), V && /* @__PURE__ */ React__default.createElement(Sider, { className: styles$H.sider, width: K || "25%" }, V)));
|
|
50798
|
+
}
|
|
50799
|
+
JobsLayout.propTypes = {
|
|
50800
|
+
children: PropTypes.node.isRequired,
|
|
50801
|
+
className: PropTypes.string,
|
|
50802
|
+
sider: PropTypes.node,
|
|
50803
|
+
siderWidth: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
|
|
50804
|
+
};
|
|
50805
|
+
JobsLayout.defaultProps = {
|
|
50806
|
+
className: "",
|
|
50807
|
+
sider: null,
|
|
50808
|
+
siderWidth: "25%"
|
|
50809
|
+
};
|
|
50810
|
+
const toCamelCase = (C) => C && C.replace(/_([a-z])/g, ($) => $[1].toUpperCase()), toTitleCase = (C) => !C || typeof C != "string" ? C : C.toLowerCase().split(/[\s_]+/).map(($) => $.charAt(0).toUpperCase() + $.slice(1)).join(" "), toCase = (C, $) => {
|
|
50811
|
+
if (!$ || typeof $ != "string")
|
|
50812
|
+
return $;
|
|
50813
|
+
switch (C) {
|
|
50814
|
+
case "camelCase":
|
|
50815
|
+
return toCamelCase($);
|
|
50816
|
+
case "titleCase":
|
|
50817
|
+
return toTitleCase($);
|
|
50818
|
+
default:
|
|
50819
|
+
return $;
|
|
50820
|
+
}
|
|
50821
|
+
}, toCamelCaseObject = (C) => {
|
|
50822
|
+
if (C == null)
|
|
50823
|
+
return C;
|
|
50824
|
+
if (Array.isArray(C))
|
|
50825
|
+
return C.map(toCamelCaseObject);
|
|
50826
|
+
if (typeof C == "object") {
|
|
50827
|
+
const $ = {};
|
|
50828
|
+
return Object.keys(C).forEach((F) => {
|
|
50829
|
+
const V = toCamelCase(F);
|
|
50830
|
+
$[V] = toCamelCaseObject(C[F]);
|
|
50831
|
+
}), $;
|
|
50832
|
+
}
|
|
50833
|
+
return C;
|
|
50834
|
+
}, countPendingSteps = (C, $) => {
|
|
50771
50835
|
let F = 0;
|
|
50772
50836
|
return C != null && C.data && Object.values(C.data).forEach((V) => {
|
|
50773
50837
|
V.contests && V.contests.cleared === !1 && (F += 1), V.skills && V.skills.cleared === !1 && (F += 1);
|
|
@@ -50795,7 +50859,7 @@ const countPendingSteps = (C, $) => {
|
|
|
50795
50859
|
"Joined",
|
|
50796
50860
|
"Offer Received"
|
|
50797
50861
|
], determineJobTag = (C, $) => {
|
|
50798
|
-
const { isRelevant: F, expiry: V, jobProfileStatus: K } = C, { isEligible: J, reasons: ee = [] } = $ || {};
|
|
50862
|
+
const { isRelevant: F, expiry: V, jobProfileStatus: K } = toCamelCaseObject(C), { isEligible: J, reasons: ee = [] } = toCamelCaseObject($) || {};
|
|
50799
50863
|
if (V && (new Date(V) < /* @__PURE__ */ new Date() || K !== "active"))
|
|
50800
50864
|
return {
|
|
50801
50865
|
tag: "expired",
|
|
@@ -51074,7 +51138,7 @@ const initialState$4 = {
|
|
|
51074
51138
|
C[F] = V;
|
|
51075
51139
|
},
|
|
51076
51140
|
resetForm: () => initialState$3,
|
|
51077
|
-
setFormData: (C, $) =>
|
|
51141
|
+
setFormData: (C, $) => Hn(Hn({}, C), $.payload),
|
|
51078
51142
|
addRatingFilterInput: (C) => {
|
|
51079
51143
|
(!C.mbe_skill_ids || typeof C.mbe_skill_ids != "object") && (C.mbe_skill_ids = {});
|
|
51080
51144
|
const $ = `mbe_skill_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`;
|
|
@@ -52209,36 +52273,12 @@ const initialState$4 = {
|
|
|
52209
52273
|
default_resume_details,
|
|
52210
52274
|
resume_builder_skills,
|
|
52211
52275
|
skill_data
|
|
52212
|
-
}, toCamelCase = (C) => C && C.replace(/_([a-z])/g, ($) => $[1].toUpperCase()), toTitleCase = (C) => !C || typeof C != "string" ? C : C.toLowerCase().split(/[\s_]+/).map(($) => $.charAt(0).toUpperCase() + $.slice(1)).join(" "), toCase = (C, $) => {
|
|
52213
|
-
if (!$ || typeof $ != "string")
|
|
52214
|
-
return $;
|
|
52215
|
-
switch (C) {
|
|
52216
|
-
case "camelCase":
|
|
52217
|
-
return toCamelCase($);
|
|
52218
|
-
case "titleCase":
|
|
52219
|
-
return toTitleCase($);
|
|
52220
|
-
default:
|
|
52221
|
-
return $;
|
|
52222
|
-
}
|
|
52223
|
-
}, toCamelCaseObject = (C) => {
|
|
52224
|
-
if (C == null)
|
|
52225
|
-
return C;
|
|
52226
|
-
if (Array.isArray(C))
|
|
52227
|
-
return C.map(toCamelCaseObject);
|
|
52228
|
-
if (typeof C == "object") {
|
|
52229
|
-
const $ = {};
|
|
52230
|
-
return Object.keys(C).forEach((F) => {
|
|
52231
|
-
const V = toCamelCase(F);
|
|
52232
|
-
$[V] = toCamelCaseObject(C[F]);
|
|
52233
|
-
}), $;
|
|
52234
|
-
}
|
|
52235
|
-
return C;
|
|
52236
52276
|
}, capitalize = (C) => !C || typeof C != "string" ? C : C.charAt(0).toUpperCase() + C.slice(1).toLowerCase(), formatExperience = (C, $) => {
|
|
52237
52277
|
const F = C != null ? C : 0, V = $ != null ? $ : 0, K = [];
|
|
52238
52278
|
return F > 0 && K.push(`${F} ${F === 1 ? "yr" : "yrs"}`), K.push(`${V} ${V === 1 ? "month" : "months"}`), `${K.join(" ")} Experience`;
|
|
52239
|
-
}, transformCompanyCategories = (C) => !C || !Array.isArray(C) ? C : C.map(($) => Sr(
|
|
52279
|
+
}, transformCompanyCategories = (C) => !C || !Array.isArray(C) ? C : C.map(($) => Sr(Hn({}, $), {
|
|
52240
52280
|
label: capitalize($.label || "").replace(/_/g, " ")
|
|
52241
|
-
})), transformRoleTypes = (C) => !C || !Array.isArray(C) ? C : C.map(($) => Sr(
|
|
52281
|
+
})), transformRoleTypes = (C) => !C || !Array.isArray(C) ? C : C.map(($) => Sr(Hn({}, $), {
|
|
52242
52282
|
label: toCase("titleCase", $.label || "")
|
|
52243
52283
|
})), transformMetaData = (C) => {
|
|
52244
52284
|
if (!C || typeof C != "object")
|
|
@@ -52316,7 +52356,7 @@ const metaDataReducer = metaDataSlice.reducer, initialState$1 = {
|
|
|
52316
52356
|
filterOptions: filterOptionsReducer,
|
|
52317
52357
|
alerts: alertReducer,
|
|
52318
52358
|
savedJobs: savedJobsReducer
|
|
52319
|
-
}), HelloWorld = () => /* @__PURE__ */ React__default.createElement("div", { style: { padding: "20px", textAlign: "center" } }, /* @__PURE__ */ React__default.createElement("h1", null, "Hello World - Career Hub"), /* @__PURE__ */ React__default.createElement("p", null, "This is a dummy component.")), tagsSection = "_tagsSection_gf6im_1", tag$1 = "_tag_gf6im_1", activeTag = "_activeTag_gf6im_22", icon = "_icon_gf6im_29", styles$
|
|
52359
|
+
}), HelloWorld = () => /* @__PURE__ */ React__default.createElement("div", { style: { padding: "20px", textAlign: "center" } }, /* @__PURE__ */ React__default.createElement("h1", null, "Hello World - Career Hub"), /* @__PURE__ */ React__default.createElement("p", null, "This is a dummy component.")), tagsSection = "_tagsSection_gf6im_1", tag$1 = "_tag_gf6im_1", activeTag = "_activeTag_gf6im_22", icon = "_icon_gf6im_29", styles$G = {
|
|
52320
52360
|
tagsSection,
|
|
52321
52361
|
tag: tag$1,
|
|
52322
52362
|
activeTag,
|
|
@@ -52342,33 +52382,33 @@ function TagsSection() {
|
|
|
52342
52382
|
const ne = COUNT_TO_TAB_MAPPING[te];
|
|
52343
52383
|
return V[ne] || 0;
|
|
52344
52384
|
};
|
|
52345
|
-
return /* @__PURE__ */ React__default.createElement("div", { className: styles$
|
|
52385
|
+
return /* @__PURE__ */ React__default.createElement("div", { className: styles$G.tagsSection }, Object.keys(JOB_FILTER_TAGS).map((te) => /* @__PURE__ */ React__default.createElement(
|
|
52346
52386
|
Tag$1,
|
|
52347
52387
|
{
|
|
52348
|
-
className: classNames(styles$
|
|
52349
|
-
[styles$
|
|
52388
|
+
className: classNames(styles$G.tag, {
|
|
52389
|
+
[styles$G.activeTag]: J(te)
|
|
52350
52390
|
}),
|
|
52351
52391
|
key: te,
|
|
52352
52392
|
onClick: () => K(te)
|
|
52353
52393
|
},
|
|
52354
52394
|
React__default.createElement(JOB_FILTER_TAGS[te].icon, {
|
|
52355
|
-
className: styles$
|
|
52395
|
+
className: styles$G.icon
|
|
52356
52396
|
}),
|
|
52357
52397
|
JOB_FILTER_TAGS[te].label,
|
|
52358
52398
|
" ",
|
|
52359
|
-
/* @__PURE__ */ React__default.createElement("span", { className: styles$
|
|
52399
|
+
/* @__PURE__ */ React__default.createElement("span", { className: styles$G.count }, "(", ee(te), ")")
|
|
52360
52400
|
)));
|
|
52361
52401
|
}
|
|
52362
|
-
const jobAlert = "_jobAlert_kiep6_1", styles$
|
|
52402
|
+
const jobAlert = "_jobAlert_kiep6_1", styles$F = {
|
|
52363
52403
|
jobAlert
|
|
52364
52404
|
};
|
|
52365
52405
|
function JobAlert() {
|
|
52366
52406
|
const C = useDispatch(), $ = () => {
|
|
52367
52407
|
C(openJobAlertModal());
|
|
52368
52408
|
};
|
|
52369
|
-
return /* @__PURE__ */ React__default.createElement("div", { className: styles$
|
|
52409
|
+
return /* @__PURE__ */ React__default.createElement("div", { className: styles$F.jobAlert, onClick: $ }, /* @__PURE__ */ React__default.createElement(AlertFilled$1, { className: styles$F.icon }), "Job Alerts");
|
|
52370
52410
|
}
|
|
52371
|
-
const styles$
|
|
52411
|
+
const styles$E = {};
|
|
52372
52412
|
function Sorting() {
|
|
52373
52413
|
const C = useDispatch(), $ = useSelector(
|
|
52374
52414
|
(ee) => {
|
|
@@ -52388,7 +52428,7 @@ function Sorting() {
|
|
|
52388
52428
|
return /* @__PURE__ */ React__default.createElement(
|
|
52389
52429
|
Select$1,
|
|
52390
52430
|
{
|
|
52391
|
-
className: styles$
|
|
52431
|
+
className: styles$E.sorting,
|
|
52392
52432
|
value: F,
|
|
52393
52433
|
onChange: V,
|
|
52394
52434
|
suffixIcon: /* @__PURE__ */ React__default.createElement(DownOutlined$1, null),
|
|
@@ -52397,14 +52437,14 @@ function Sorting() {
|
|
|
52397
52437
|
}
|
|
52398
52438
|
);
|
|
52399
52439
|
}
|
|
52400
|
-
const styles$
|
|
52440
|
+
const styles$D = {};
|
|
52401
52441
|
function Filter() {
|
|
52402
52442
|
const C = useDispatch(), $ = () => {
|
|
52403
52443
|
C(openFilterModal());
|
|
52404
52444
|
};
|
|
52405
|
-
return /* @__PURE__ */ React__default.createElement(Button$2, { type: "primary", className: styles$
|
|
52445
|
+
return /* @__PURE__ */ React__default.createElement(Button$2, { type: "primary", className: styles$D.filter, onClick: $ }, "Filters ", /* @__PURE__ */ React__default.createElement(DownOutlined$1, null));
|
|
52406
52446
|
}
|
|
52407
|
-
const search = "_search_hhvxj_1", iconContainer = "_iconContainer_hhvxj_7", input = "_input_hhvxj_20", slideIn = "_slideIn_hhvxj_1", styles$
|
|
52447
|
+
const search = "_search_hhvxj_1", iconContainer = "_iconContainer_hhvxj_7", input = "_input_hhvxj_20", slideIn = "_slideIn_hhvxj_1", styles$C = {
|
|
52408
52448
|
search,
|
|
52409
52449
|
iconContainer,
|
|
52410
52450
|
input,
|
|
@@ -52434,30 +52474,30 @@ function Search() {
|
|
|
52434
52474
|
};
|
|
52435
52475
|
return useEffect(() => () => {
|
|
52436
52476
|
te.current && clearTimeout(te.current);
|
|
52437
|
-
}, []), /* @__PURE__ */ React__default.createElement("div", { className: styles$
|
|
52477
|
+
}, []), /* @__PURE__ */ React__default.createElement("div", { className: styles$C.search }, F || K ? /* @__PURE__ */ React__default.createElement(
|
|
52438
52478
|
Input$1,
|
|
52439
52479
|
{
|
|
52440
52480
|
ref: ee,
|
|
52441
|
-
className: styles$
|
|
52481
|
+
className: styles$C.input,
|
|
52442
52482
|
placeholder: "Search for job or Company Name",
|
|
52443
52483
|
value: K,
|
|
52444
52484
|
onChange: re,
|
|
52445
52485
|
onBlur: ae,
|
|
52446
52486
|
suffix: /* @__PURE__ */ React__default.createElement(SearchOutlined$1, null)
|
|
52447
52487
|
}
|
|
52448
|
-
) : /* @__PURE__ */ React__default.createElement("div", { className: styles$
|
|
52488
|
+
) : /* @__PURE__ */ React__default.createElement("div", { className: styles$C.iconContainer, onClick: ne }, /* @__PURE__ */ React__default.createElement(SearchOutlined$1, null)));
|
|
52449
52489
|
}
|
|
52450
|
-
const actions$1 = "_actions_nxp1u_1", styles$
|
|
52490
|
+
const actions$1 = "_actions_nxp1u_1", styles$B = {
|
|
52451
52491
|
actions: actions$1
|
|
52452
52492
|
};
|
|
52453
52493
|
function Actions$1() {
|
|
52454
|
-
return /* @__PURE__ */ React__default.createElement("div", { className: styles$
|
|
52494
|
+
return /* @__PURE__ */ React__default.createElement("div", { className: styles$B.actions }, /* @__PURE__ */ React__default.createElement(JobAlert, null), /* @__PURE__ */ React__default.createElement(Sorting, null), /* @__PURE__ */ React__default.createElement(Filter, null), /* @__PURE__ */ React__default.createElement(Search, null));
|
|
52455
52495
|
}
|
|
52456
|
-
const jobsHeaderContainer = "_jobsHeaderContainer_1un8f_1", styles$
|
|
52496
|
+
const jobsHeaderContainer = "_jobsHeaderContainer_1un8f_1", styles$A = {
|
|
52457
52497
|
jobsHeaderContainer
|
|
52458
52498
|
};
|
|
52459
52499
|
function JobsHeader({ className: C }) {
|
|
52460
|
-
return /* @__PURE__ */ React__default.createElement("div", { className: classNames(C, styles$
|
|
52500
|
+
return /* @__PURE__ */ React__default.createElement("div", { className: classNames(C, styles$A.jobsHeaderContainer) }, /* @__PURE__ */ React__default.createElement(TagsSection, null), /* @__PURE__ */ React__default.createElement(Actions$1, null));
|
|
52461
52501
|
}
|
|
52462
52502
|
JobsHeader.propTypes = {
|
|
52463
52503
|
className: PropTypes.string
|
|
@@ -52465,7 +52505,7 @@ JobsHeader.propTypes = {
|
|
|
52465
52505
|
JobsHeader.defaultProps = {
|
|
52466
52506
|
className: ""
|
|
52467
52507
|
};
|
|
52468
|
-
const parsePreferredLocations = (C) => !C || typeof C != "string" ? [] : C.toLowerCase() === "anywhere_in_india" ? ["Anywhere In India"] : C.split("/").map(($) => $.trim()).filter(($) => $.length > 0).map(($) => toTitleCase($)), parsePreferredJobRoles = (C) => !C || typeof C != "string" ? [] : C.split("/").map(($) => $.trim()).filter(($) => $.length > 0), profileName = "_profileName_rwpnv_1", profileDetails = "_profileDetails_rwpnv_5", profileDetailsItems = "_profileDetailsItems_rwpnv_12", preferencesTitle = "_preferencesTitle_rwpnv_17", preferencesDivider = "_preferencesDivider_rwpnv_21", preferencesContent = "_preferencesContent_rwpnv_26", preferenceLabel = "_preferenceLabel_rwpnv_30", preferenceValue = "_preferenceValue_rwpnv_36", preferenceTag = "_preferenceTag_rwpnv_41", styles$
|
|
52508
|
+
const parsePreferredLocations = (C) => !C || typeof C != "string" ? [] : C.toLowerCase() === "anywhere_in_india" ? ["Anywhere In India"] : C.split("/").map(($) => $.trim()).filter(($) => $.length > 0).map(($) => toTitleCase($)), parsePreferredJobRoles = (C) => !C || typeof C != "string" ? [] : C.split("/").map(($) => $.trim()).filter(($) => $.length > 0), profileName = "_profileName_rwpnv_1", profileDetails = "_profileDetails_rwpnv_5", profileDetailsItems = "_profileDetailsItems_rwpnv_12", preferencesTitle = "_preferencesTitle_rwpnv_17", preferencesDivider = "_preferencesDivider_rwpnv_21", preferencesContent = "_preferencesContent_rwpnv_26", preferenceLabel = "_preferenceLabel_rwpnv_30", preferenceValue = "_preferenceValue_rwpnv_36", preferenceTag = "_preferenceTag_rwpnv_41", styles$z = {
|
|
52469
52509
|
profileName,
|
|
52470
52510
|
profileDetails,
|
|
52471
52511
|
profileDetailsItems,
|
|
@@ -52485,30 +52525,30 @@ function ProfileDetails({ className: C, onViewResume: $, onEditPreferences: F })
|
|
|
52485
52525
|
}, J = () => {
|
|
52486
52526
|
F == null || F();
|
|
52487
52527
|
};
|
|
52488
|
-
return /* @__PURE__ */ React__default.createElement("div", { className: classNames(styles$
|
|
52528
|
+
return /* @__PURE__ */ React__default.createElement("div", { className: classNames(styles$z.profileDetails, C) }, /* @__PURE__ */ React__default.createElement(Flex$1, { align: "center", gap: 8 }, /* @__PURE__ */ React__default.createElement(Avatar$1, { shape: "square", size: 48, src: V == null ? void 0 : V.avatar }), /* @__PURE__ */ React__default.createElement(Flex$1, { justify: "center", vertical: !0, gap: 4 }, /* @__PURE__ */ React__default.createElement(Typography$1.Title, { level: 5, className: styles$z.profileName }, V == null ? void 0 : V.name), /* @__PURE__ */ React__default.createElement(Typography$1.Text, { type: "secondary" }, toTitleCase((ee = V == null ? void 0 : V.mentee) == null ? void 0 : ee.careersHubProduct)))), /* @__PURE__ */ React__default.createElement(Flex$1, { vertical: !0, gap: 8, className: styles$z.profileDetailsItems }, /* @__PURE__ */ React__default.createElement(Flex$1, { align: "center", gap: 10 }, /* @__PURE__ */ React__default.createElement(UserOutlined$1, null), /* @__PURE__ */ React__default.createElement(Typography$1.Text, null, V == null ? void 0 : V.jobTitle)), /* @__PURE__ */ React__default.createElement(Flex$1, { align: "center", gap: 10 }, /* @__PURE__ */ React__default.createElement(StarOutlined$1, null), /* @__PURE__ */ React__default.createElement(Typography$1.Text, null, formatExperience(
|
|
52489
52529
|
(te = V == null ? void 0 : V.experienceYears) != null ? te : V == null ? void 0 : V.experienceInYears,
|
|
52490
52530
|
(ne = V == null ? void 0 : V.experienceMonths) != null ? ne : V == null ? void 0 : V.experienceInMonths
|
|
52491
|
-
))), /* @__PURE__ */ React__default.createElement(Flex$1, { align: "center", gap: 10 }, /* @__PURE__ */ React__default.createElement(FileTextTwoTone$1, null), /* @__PURE__ */ React__default.createElement(Typography$1.Link, { onClick: K }, "View Resume"))), /* @__PURE__ */ React__default.createElement(Flex$1, { vertical: !0 }, /* @__PURE__ */ React__default.createElement(Flex$1, { justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Typography$1.Title, { level: 5, className: styles$
|
|
52531
|
+
))), /* @__PURE__ */ React__default.createElement(Flex$1, { align: "center", gap: 10 }, /* @__PURE__ */ React__default.createElement(FileTextTwoTone$1, null), /* @__PURE__ */ React__default.createElement(Typography$1.Link, { onClick: K }, "View Resume"))), /* @__PURE__ */ React__default.createElement(Flex$1, { vertical: !0 }, /* @__PURE__ */ React__default.createElement(Flex$1, { justify: "space-between" }, /* @__PURE__ */ React__default.createElement(Typography$1.Title, { level: 5, className: styles$z.preferencesTitle }, "Your Preferences"), /* @__PURE__ */ React__default.createElement(EditTwoTone$1, { onClick: J })), /* @__PURE__ */ React__default.createElement(Divider$1, { className: styles$z.preferencesDivider }), /* @__PURE__ */ React__default.createElement(Flex$1, { vertical: !0, gap: 8, className: styles$z.preferencesContent }, /* @__PURE__ */ React__default.createElement(Flex$1, { vertical: !0, gap: 0.4 }, /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$z.preferenceLabel }, "Location"), /* @__PURE__ */ React__default.createElement(Flex$1, { gap: 0.4, wrap: !0 }, parsePreferredLocations(
|
|
52492
52532
|
(re = V == null ? void 0 : V.userCompanyProfile) == null ? void 0 : re.preferredLocation
|
|
52493
52533
|
).map((ue, de) => /* @__PURE__ */ React__default.createElement(
|
|
52494
52534
|
Tag$1,
|
|
52495
52535
|
{
|
|
52496
52536
|
key: de,
|
|
52497
52537
|
bordered: !1,
|
|
52498
|
-
className: styles$
|
|
52538
|
+
className: styles$z.preferenceTag
|
|
52499
52539
|
},
|
|
52500
52540
|
ue
|
|
52501
|
-
)))), /* @__PURE__ */ React__default.createElement(Flex$1, { vertical: !0, gap: 0.4 }, /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$
|
|
52541
|
+
)))), /* @__PURE__ */ React__default.createElement(Flex$1, { vertical: !0, gap: 0.4 }, /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$z.preferenceLabel }, "Job roles"), /* @__PURE__ */ React__default.createElement(Flex$1, { gap: 0.4, wrap: !0 }, parsePreferredJobRoles(
|
|
52502
52542
|
(ae = V == null ? void 0 : V.userCompanyProfile) == null ? void 0 : ae.preferredRole
|
|
52503
52543
|
).map((ue, de) => /* @__PURE__ */ React__default.createElement(
|
|
52504
52544
|
Tag$1,
|
|
52505
52545
|
{
|
|
52506
52546
|
key: de,
|
|
52507
52547
|
bordered: !1,
|
|
52508
|
-
className: styles$
|
|
52548
|
+
className: styles$z.preferenceTag
|
|
52509
52549
|
},
|
|
52510
52550
|
ue
|
|
52511
|
-
)))), /* @__PURE__ */ React__default.createElement(Flex$1, { align: "center" }, /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$
|
|
52551
|
+
)))), /* @__PURE__ */ React__default.createElement(Flex$1, { align: "center" }, /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$z.preferenceLabel }, "Expected CTC (LPA):"), /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$z.preferenceValue }, (oe = V == null ? void 0 : V.userCompanyProfile) == null ? void 0 : oe.expectedCtc)), /* @__PURE__ */ React__default.createElement(Flex$1, { align: "center" }, /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$z.preferenceLabel }, "Notice period (In days):"), /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$z.preferenceValue }, (ie = V == null ? void 0 : V.userCompanyProfile) == null ? void 0 : ie.noticePeriod)), /* @__PURE__ */ React__default.createElement(Flex$1, { align: "center" }, ((le = V == null ? void 0 : V.userCompanyProfile) == null ? void 0 : le.buyoutNotice) && /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$z.preferenceLabel }, "*Buyout available:")))));
|
|
52512
52552
|
}
|
|
52513
52553
|
ProfileDetails.propTypes = {
|
|
52514
52554
|
className: PropTypes.string
|
|
@@ -52528,7 +52568,7 @@ const jobPreviewApi = careerHubApi.injectEndpoints({
|
|
|
52528
52568
|
var ee, te, ne;
|
|
52529
52569
|
const F = toCamelCaseObject($), V = ((ee = F == null ? void 0 : F.data) == null ? void 0 : ee.attributes) || {}, K = ((ne = (te = F == null ? void 0 : F.included) == null ? void 0 : te.find((re) => re.type === "company")) == null ? void 0 : ne.attributes) || {}, J = V.contestSkills || [];
|
|
52530
52570
|
return {
|
|
52531
|
-
jobData: Sr(
|
|
52571
|
+
jobData: Sr(Hn({}, V), {
|
|
52532
52572
|
contestSkills: J,
|
|
52533
52573
|
// Ensure company name is available in jobData
|
|
52534
52574
|
name: V.name || (K == null ? void 0 : K.name) || "Company"
|
|
@@ -52621,19 +52661,19 @@ const useApplicationFormContext = () => {
|
|
|
52621
52661
|
"useApplicationForm must be used within a ApplicationFormProvider"
|
|
52622
52662
|
);
|
|
52623
52663
|
return C;
|
|
52624
|
-
}, descriptionContainer$1 = "_descriptionContainer_sd7fu_1", container$
|
|
52664
|
+
}, descriptionContainer$1 = "_descriptionContainer_sd7fu_1", container$7 = "_container_sd7fu_6", recruiterAvatar = "_recruiterAvatar_sd7fu_10", recruiterCardContent = "_recruiterCardContent_sd7fu_14", recruiterName = "_recruiterName_sd7fu_18", recruiterEmail = "_recruiterEmail_sd7fu_24", styles$y = {
|
|
52625
52665
|
descriptionContainer: descriptionContainer$1,
|
|
52626
|
-
container: container$
|
|
52666
|
+
container: container$7,
|
|
52627
52667
|
recruiterAvatar,
|
|
52628
52668
|
recruiterCardContent,
|
|
52629
52669
|
recruiterName,
|
|
52630
52670
|
recruiterEmail
|
|
52631
52671
|
}, RecruiterCard = ({ recruiter: C }) => {
|
|
52632
52672
|
const { name: $, avatar: F, email: V } = C || {};
|
|
52633
|
-
return /* @__PURE__ */ React__default.createElement(Card$1, { size: "small" }, /* @__PURE__ */ React__default.createElement(Space$1, { direction: "horizontal" }, /* @__PURE__ */ React__default.createElement(Avatar$1, { size: 48, src: F, className: styles$
|
|
52673
|
+
return /* @__PURE__ */ React__default.createElement(Card$1, { size: "small" }, /* @__PURE__ */ React__default.createElement(Space$1, { direction: "horizontal" }, /* @__PURE__ */ React__default.createElement(Avatar$1, { size: 48, src: F, className: styles$y.recruiterAvatar }), /* @__PURE__ */ React__default.createElement(Space$1, { direction: "vertical", className: styles$y.recruiterCardContent }, /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$y.recruiterName }, $), /* @__PURE__ */ React__default.createElement(
|
|
52634
52674
|
Typography$1.Link,
|
|
52635
52675
|
{
|
|
52636
|
-
className: styles$
|
|
52676
|
+
className: styles$y.recruiterEmail,
|
|
52637
52677
|
href: `mailto:${V}`
|
|
52638
52678
|
},
|
|
52639
52679
|
/* @__PURE__ */ React__default.createElement(MailTwoTone$1, null),
|
|
@@ -52655,7 +52695,7 @@ const useApplicationFormContext = () => {
|
|
|
52655
52695
|
{
|
|
52656
52696
|
direction: "vertical",
|
|
52657
52697
|
size: "large",
|
|
52658
|
-
className: styles$
|
|
52698
|
+
className: styles$y.descriptionContainer
|
|
52659
52699
|
},
|
|
52660
52700
|
/* @__PURE__ */ React__default.createElement(Typography$1.Title, { level: 3 }, "Your Application Status"),
|
|
52661
52701
|
/* @__PURE__ */ React__default.createElement(TimelineSteps, null)
|
|
@@ -52666,18 +52706,18 @@ const useApplicationFormContext = () => {
|
|
|
52666
52706
|
{
|
|
52667
52707
|
direction: "vertical",
|
|
52668
52708
|
size: "large",
|
|
52669
|
-
className: styles$
|
|
52709
|
+
className: styles$y.descriptionContainer
|
|
52670
52710
|
},
|
|
52671
52711
|
/* @__PURE__ */ React__default.createElement(Typography$1.Title, { level: 3 }, "Recruiter Details"),
|
|
52672
52712
|
/* @__PURE__ */ React__default.createElement(Recruiters, null)
|
|
52673
52713
|
);
|
|
52674
|
-
}, ApplicationTimelineTab = () => /* @__PURE__ */ React__default.createElement(Space$1, { direction: "vertical", size: "large", className: styles$
|
|
52714
|
+
}, ApplicationTimelineTab = () => /* @__PURE__ */ React__default.createElement(Space$1, { direction: "vertical", size: "large", className: styles$y.container }, /* @__PURE__ */ React__default.createElement(Timeline, null), /* @__PURE__ */ React__default.createElement(RecruiterDetails, null)), ICONS = {
|
|
52675
52715
|
bookmark: "https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/170/276/original/BookmarkSimple.svg?1765444708",
|
|
52676
52716
|
exit: "https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/170/344/original/ExportOutlined.svg?1765460782",
|
|
52677
52717
|
airplay: "https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/170/451/original/Vector.svg?1765523747",
|
|
52678
52718
|
monitor: "https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/170/455/original/Vector_%281%29.svg?1765526679",
|
|
52679
52719
|
likeBadge: "https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/171/516/original/Like-badge-_remix__1.svg?1766402587"
|
|
52680
|
-
}, actionBanner = "_actionBanner_13z26_1", actionBannerIcon = "_actionBannerIcon_13z26_12", actionBannerContent = "_actionBannerContent_13z26_17", actionBannerTitle = "_actionBannerTitle_13z26_23", actionBannerDescription = "_actionBannerDescription_13z26_29", actionBannerButton = "_actionBannerButton_13z26_33", styles$
|
|
52720
|
+
}, actionBanner = "_actionBanner_13z26_1", actionBannerIcon = "_actionBannerIcon_13z26_12", actionBannerContent = "_actionBannerContent_13z26_17", actionBannerTitle = "_actionBannerTitle_13z26_23", actionBannerDescription = "_actionBannerDescription_13z26_29", actionBannerButton = "_actionBannerButton_13z26_33", styles$x = {
|
|
52681
52721
|
actionBanner,
|
|
52682
52722
|
actionBannerIcon,
|
|
52683
52723
|
actionBannerContent,
|
|
@@ -52693,17 +52733,17 @@ const useApplicationFormContext = () => {
|
|
|
52693
52733
|
className: J,
|
|
52694
52734
|
onClick: ee,
|
|
52695
52735
|
isLoading: te
|
|
52696
|
-
}) => /* @__PURE__ */ React__default.createElement("div", { className: classNames(styles$
|
|
52736
|
+
}) => /* @__PURE__ */ React__default.createElement("div", { className: classNames(styles$x.actionBanner, J) }, C, /* @__PURE__ */ React__default.createElement("div", { className: styles$x.actionBannerContent }, /* @__PURE__ */ React__default.createElement("span", { className: styles$x.actionBannerTitle }, $), /* @__PURE__ */ React__default.createElement("span", { className: styles$x.actionBannerDescription }, F)), /* @__PURE__ */ React__default.createElement(
|
|
52697
52737
|
Button$2,
|
|
52698
52738
|
{
|
|
52699
52739
|
icon: K,
|
|
52700
52740
|
type: "primary",
|
|
52701
|
-
className: styles$
|
|
52741
|
+
className: styles$x.actionBannerButton,
|
|
52702
52742
|
onClick: ee,
|
|
52703
52743
|
loading: te
|
|
52704
52744
|
},
|
|
52705
52745
|
V
|
|
52706
|
-
)), monitorBanner = "_monitorBanner_gxbq6_1", monitorIcon = "_monitorIcon_gxbq6_7", styles$
|
|
52746
|
+
)), monitorBanner = "_monitorBanner_gxbq6_1", monitorIcon = "_monitorIcon_gxbq6_7", styles$w = {
|
|
52707
52747
|
monitorBanner,
|
|
52708
52748
|
monitorIcon
|
|
52709
52749
|
}, INTERVIEW_QUESTIONS_URL = "https://companion.scaler.com/interview-experiences", InterviewExperiencesBanner = () => {
|
|
@@ -52721,25 +52761,31 @@ const useApplicationFormContext = () => {
|
|
|
52721
52761
|
return !$ || K !== TAG_TO_TAB_MAPPING.applied || te ? null : /* @__PURE__ */ React__default.createElement(
|
|
52722
52762
|
ActionBanner,
|
|
52723
52763
|
{
|
|
52724
|
-
icon: /* @__PURE__ */ React__default.createElement("img", { src: ICONS.monitor, className: styles$
|
|
52764
|
+
icon: /* @__PURE__ */ React__default.createElement("img", { src: ICONS.monitor, className: styles$w.monitorIcon }),
|
|
52725
52765
|
title: "We've got the resources you need for this role",
|
|
52726
52766
|
description: "Explore Interview Experiences from Scaler learners who have attempted this before",
|
|
52727
52767
|
buttonText: "Explore",
|
|
52728
52768
|
buttonIcon: /* @__PURE__ */ React__default.createElement(DoubleRightOutlined$1, null),
|
|
52729
|
-
className: styles$
|
|
52769
|
+
className: styles$w.monitorBanner,
|
|
52730
52770
|
onClick: re
|
|
52731
52771
|
}
|
|
52732
52772
|
);
|
|
52733
|
-
}, jobDescriptionTab = "
|
|
52773
|
+
}, jobDescriptionTab = "_jobDescriptionTab_1g78n_1", contentContainer = "_contentContainer_1g78n_5", descriptionTitle = "_descriptionTitle_1g78n_10", descriptionText = "_descriptionText_1g78n_19", stepText$1 = "_stepText_1g78n_19", descriptionLink = "_descriptionLink_1g78n_33", list = "_list_1g78n_37", steps = "_steps_1g78n_41", stepTitle = "_stepTitle_1g78n_48", descriptionContainer = "_descriptionContainer_1g78n_59", container$6 = "_container_1g78n_64", indicatorContainer = "_indicatorContainer_1g78n_69", indicatorLine = "_indicatorLine_1g78n_74", indicatorDot = "_indicatorDot_1g78n_82", extraIndicatorDot = "_extraIndicatorDot_1g78n_82", styles$v = {
|
|
52734
52774
|
jobDescriptionTab,
|
|
52735
52775
|
contentContainer,
|
|
52736
52776
|
descriptionTitle,
|
|
52737
52777
|
descriptionText,
|
|
52778
|
+
stepText: stepText$1,
|
|
52738
52779
|
descriptionLink,
|
|
52739
52780
|
list,
|
|
52740
52781
|
steps,
|
|
52782
|
+
stepTitle,
|
|
52741
52783
|
descriptionContainer,
|
|
52742
|
-
container: container$
|
|
52784
|
+
container: container$6,
|
|
52785
|
+
indicatorContainer,
|
|
52786
|
+
indicatorLine,
|
|
52787
|
+
indicatorDot,
|
|
52788
|
+
extraIndicatorDot
|
|
52743
52789
|
}, Company$1 = () => {
|
|
52744
52790
|
const { companyData: C } = useJobPreview(), {
|
|
52745
52791
|
name: $,
|
|
@@ -52752,47 +52798,47 @@ const useApplicationFormContext = () => {
|
|
|
52752
52798
|
return /* @__PURE__ */ React__default.createElement(
|
|
52753
52799
|
Space$1,
|
|
52754
52800
|
{
|
|
52755
|
-
className: styles$
|
|
52801
|
+
className: styles$v.contentContainer,
|
|
52756
52802
|
direction: "vertical",
|
|
52757
52803
|
size: "large"
|
|
52758
52804
|
},
|
|
52759
52805
|
/* @__PURE__ */ React__default.createElement(
|
|
52760
52806
|
Typography$1.Link,
|
|
52761
52807
|
{
|
|
52762
|
-
className: styles$
|
|
52808
|
+
className: styles$v.descriptionTitle,
|
|
52763
52809
|
href: ee,
|
|
52764
52810
|
target: "_blank"
|
|
52765
52811
|
},
|
|
52766
52812
|
"About ",
|
|
52767
52813
|
$
|
|
52768
52814
|
),
|
|
52769
|
-
V && /* @__PURE__ */ React__default.createElement(Typography$1.Paragraph, { className: styles$
|
|
52815
|
+
V && /* @__PURE__ */ React__default.createElement(Typography$1.Paragraph, { className: styles$v.descriptionText }, React__default.createElement("div", {
|
|
52770
52816
|
dangerouslySetInnerHTML: {
|
|
52771
52817
|
__html: V
|
|
52772
52818
|
}
|
|
52773
52819
|
})),
|
|
52774
|
-
K && /* @__PURE__ */ React__default.createElement(Space$1, null, /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$
|
|
52775
|
-
J && /* @__PURE__ */ React__default.createElement(Space$1, null, /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$
|
|
52776
|
-
F && /* @__PURE__ */ React__default.createElement(Space$1, null, /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$
|
|
52820
|
+
K && /* @__PURE__ */ React__default.createElement(Space$1, null, /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$v.descriptionTitle }, "Office Location:"), /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$v.descriptionText }, K)),
|
|
52821
|
+
J && /* @__PURE__ */ React__default.createElement(Space$1, null, /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$v.descriptionTitle }, "Company Category:"), /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$v.descriptionText }, toTitleCase(J))),
|
|
52822
|
+
F && /* @__PURE__ */ React__default.createElement(Space$1, null, /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$v.descriptionTitle }, "No. of Employees:"), /* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$v.descriptionText }, F))
|
|
52777
52823
|
);
|
|
52778
|
-
}, collapsableContainer$1 = "_collapsableContainer_1s2ds_1", collapsed$1 = "_collapsed_1s2ds_5", viewMore$1 = "_viewMore_1s2ds_21", styles$
|
|
52824
|
+
}, collapsableContainer$1 = "_collapsableContainer_1s2ds_1", collapsed$1 = "_collapsed_1s2ds_5", viewMore$1 = "_viewMore_1s2ds_21", styles$u = {
|
|
52779
52825
|
collapsableContainer: collapsableContainer$1,
|
|
52780
52826
|
collapsed: collapsed$1,
|
|
52781
52827
|
viewMore: viewMore$1
|
|
52782
52828
|
}, CollapsableHTML = ({ html: C, contentClassName: $ }) => {
|
|
52783
52829
|
const [F, V] = useState(!1);
|
|
52784
|
-
return /* @__PURE__ */ React__default.createElement("div", { className: styles$
|
|
52830
|
+
return /* @__PURE__ */ React__default.createElement("div", { className: styles$u.collapsableContainer }, /* @__PURE__ */ React__default.createElement(
|
|
52785
52831
|
"div",
|
|
52786
52832
|
{
|
|
52787
52833
|
className: classNames($, {
|
|
52788
|
-
[styles$
|
|
52834
|
+
[styles$u.collapsed]: !F
|
|
52789
52835
|
}),
|
|
52790
52836
|
dangerouslySetInnerHTML: { __html: C }
|
|
52791
52837
|
}
|
|
52792
52838
|
), /* @__PURE__ */ React__default.createElement(
|
|
52793
52839
|
Typography$1.Link,
|
|
52794
52840
|
{
|
|
52795
|
-
className: styles$
|
|
52841
|
+
className: styles$u.viewMore,
|
|
52796
52842
|
onClick: () => V(!F)
|
|
52797
52843
|
},
|
|
52798
52844
|
F ? "View Less" : "View More"
|
|
@@ -52802,46 +52848,46 @@ const useApplicationFormContext = () => {
|
|
|
52802
52848
|
return /* @__PURE__ */ React__default.createElement(
|
|
52803
52849
|
Space$1,
|
|
52804
52850
|
{
|
|
52805
|
-
className: styles$
|
|
52851
|
+
className: styles$v.contentContainer,
|
|
52806
52852
|
direction: "vertical",
|
|
52807
52853
|
size: "large"
|
|
52808
52854
|
},
|
|
52809
|
-
/* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$
|
|
52855
|
+
/* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$v.descriptionTitle }, "About the Role"),
|
|
52810
52856
|
$ && /* @__PURE__ */ React__default.createElement(
|
|
52811
52857
|
CollapsableHTML,
|
|
52812
52858
|
{
|
|
52813
52859
|
html: $,
|
|
52814
|
-
contentClassName: styles$
|
|
52860
|
+
contentClassName: styles$v.descriptionText
|
|
52815
52861
|
}
|
|
52816
52862
|
),
|
|
52817
52863
|
F && /* @__PURE__ */ React__default.createElement(
|
|
52818
52864
|
Typography$1.Link,
|
|
52819
52865
|
{
|
|
52820
|
-
className: styles$
|
|
52866
|
+
className: styles$v.descriptionLink,
|
|
52821
52867
|
href: F,
|
|
52822
52868
|
target: "_blank"
|
|
52823
52869
|
},
|
|
52824
52870
|
/* @__PURE__ */ React__default.createElement(Space$1, null, /* @__PURE__ */ React__default.createElement(LinkOutlined$1, null), "Know More")
|
|
52825
52871
|
)
|
|
52826
52872
|
);
|
|
52827
|
-
}, collapsableContainer = "_collapsableContainer_1bjjt_1", collapsed = "_collapsed_1bjjt_5", viewMore = "_viewMore_1bjjt_21", styles$
|
|
52873
|
+
}, collapsableContainer = "_collapsableContainer_1bjjt_1", collapsed = "_collapsed_1bjjt_5", viewMore = "_viewMore_1bjjt_21", styles$t = {
|
|
52828
52874
|
collapsableContainer,
|
|
52829
52875
|
collapsed,
|
|
52830
52876
|
viewMore
|
|
52831
52877
|
}, CollapsableContainer = ({ children: C, contentClassName: $ }) => {
|
|
52832
52878
|
const [F, V] = useState(!1);
|
|
52833
|
-
return /* @__PURE__ */ React__default.createElement("div", { className: styles$
|
|
52879
|
+
return /* @__PURE__ */ React__default.createElement("div", { className: styles$t.collapsableContainer }, /* @__PURE__ */ React__default.createElement(
|
|
52834
52880
|
"div",
|
|
52835
52881
|
{
|
|
52836
52882
|
className: classNames($, {
|
|
52837
|
-
[styles$
|
|
52883
|
+
[styles$t.collapsed]: !F
|
|
52838
52884
|
})
|
|
52839
52885
|
},
|
|
52840
52886
|
C
|
|
52841
52887
|
), /* @__PURE__ */ React__default.createElement(
|
|
52842
52888
|
Typography$1.Link,
|
|
52843
52889
|
{
|
|
52844
|
-
className: styles$
|
|
52890
|
+
className: styles$t.viewMore,
|
|
52845
52891
|
onClick: () => V(!F)
|
|
52846
52892
|
},
|
|
52847
52893
|
F ? "View Less" : "View More"
|
|
@@ -52851,28 +52897,44 @@ const useApplicationFormContext = () => {
|
|
|
52851
52897
|
return !F && !K || $ !== "US" ? null : /* @__PURE__ */ React__default.createElement(
|
|
52852
52898
|
Space$1,
|
|
52853
52899
|
{
|
|
52854
|
-
className: styles$
|
|
52900
|
+
className: styles$v.contentContainer,
|
|
52855
52901
|
direction: "vertical",
|
|
52856
52902
|
size: "large"
|
|
52857
52903
|
},
|
|
52858
|
-
/* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$
|
|
52859
|
-
/* @__PURE__ */ React__default.createElement(CollapsableContainer, { contentClassName: styles$
|
|
52904
|
+
/* @__PURE__ */ React__default.createElement(Typography$1.Text, { className: styles$v.descriptionTitle }, "Benefits"),
|
|
52905
|
+
/* @__PURE__ */ React__default.createElement(CollapsableContainer, { contentClassName: styles$v.descriptionText }, /* @__PURE__ */ React__default.createElement("ul", { className: styles$v.list }, F == null ? void 0 : F.map((J) => /* @__PURE__ */ React__default.createElement("li", { key: J }, J)), K && /* @__PURE__ */ React__default.createElement("li", null, "Visa sponsorship available")))
|
|
52860
52906
|
);
|
|
52861
|
-
},
|
|
52862
|
-
|
|
52863
|
-
|
|
52864
|
-
|
|
52865
|
-
|
|
52866
|
-
|
|
52867
|
-
|
|
52907
|
+
}, STEPS = [
|
|
52908
|
+
{
|
|
52909
|
+
title: "In Progress",
|
|
52910
|
+
description: "Once you apply, our team checks if it’s a right match"
|
|
52911
|
+
},
|
|
52912
|
+
{
|
|
52913
|
+
title: "Resume Forwarded",
|
|
52914
|
+
description: "We send your resume to the company"
|
|
52915
|
+
},
|
|
52916
|
+
{
|
|
52917
|
+
title: "Feedback Stage",
|
|
52918
|
+
description: "The company reviews and shares feedback"
|
|
52919
|
+
},
|
|
52920
|
+
{
|
|
52921
|
+
title: "Interview Process",
|
|
52922
|
+
description: "If selected, your interview rounds begin"
|
|
52923
|
+
}
|
|
52924
|
+
], Indicator = () => /* @__PURE__ */ React__default.createElement(Flex$1, { vertical: !0, className: styles$v.indicatorContainer }, /* @__PURE__ */ React__default.createElement("div", { className: styles$v.indicatorLine }), /* @__PURE__ */ React__default.createElement(Flex$1, { flex: 1, gap: 12 }, STEPS.map((C, $) => /* @__PURE__ */ React__default.createElement(Flex$1, { key: $, flex: 1 }, /* @__PURE__ */ React__default.createElement("div", { className: styles$v.indicatorDot }))), /* @__PURE__ */ React__default.createElement("div", { className: styles$v.extraIndicatorDot }))), HiringSteps = () => {
|
|
52925
|
+
const C = STEPS.map(($) => ({
|
|
52926
|
+
title: /* @__PURE__ */ React__default.createElement("span", { className: styles$v.stepTitle }, $.title),
|
|
52927
|
+
description: /* @__PURE__ */ React__default.createElement("span", { className: styles$v.stepText }, $.description)
|
|
52868
52928
|
}));
|
|
52869
|
-
return /* @__PURE__ */ React__default.createElement(
|
|
52870
|
-
},
|
|
52929
|
+
return /* @__PURE__ */ React__default.createElement(Flex$1, { vertical: !0, gap: 12 }, /* @__PURE__ */ React__default.createElement(Indicator, null), /* @__PURE__ */ React__default.createElement(Flex$1, { className: styles$v.steps, gap: 12 }, C.map(($) => /* @__PURE__ */ React__default.createElement(Flex$1, { vertical: !0, flex: 1 }, $.title, $.description))));
|
|
52930
|
+
}, container$5 = "_container_10bwq_1", styles$s = {
|
|
52931
|
+
container: container$5
|
|
52932
|
+
}, PlacementProcessDisclaimerBanner = () => /* @__PURE__ */ React__default.createElement(Flex$1, { className: styles$s.container }, /* @__PURE__ */ React__default.createElement(InfoCircleTwoTone$1, { twoToneColor: "#913ECE" }), /* @__PURE__ */ React__default.createElement(Typography$1.Text, null, "Our placement team has access to the same application status and updates that are visible to you")), BasicInfo$1 = () => /* @__PURE__ */ React__default.createElement(
|
|
52871
52933
|
Space$1,
|
|
52872
52934
|
{
|
|
52873
52935
|
direction: "vertical",
|
|
52874
52936
|
size: "large",
|
|
52875
|
-
className: styles$
|
|
52937
|
+
className: styles$v.descriptionContainer
|
|
52876
52938
|
},
|
|
52877
52939
|
/* @__PURE__ */ React__default.createElement(Typography$1.Title, { level: 3 }, "Job Description"),
|
|
52878
52940
|
/* @__PURE__ */ React__default.createElement(Company$1, null),
|
|
@@ -52883,11 +52945,11 @@ const useApplicationFormContext = () => {
|
|
|
52883
52945
|
{
|
|
52884
52946
|
direction: "vertical",
|
|
52885
52947
|
size: "large",
|
|
52886
|
-
className: styles$
|
|
52948
|
+
className: styles$v.descriptionContainer
|
|
52887
52949
|
},
|
|
52888
52950
|
/* @__PURE__ */ React__default.createElement(Typography$1.Title, { level: 3 }, "Post Application Process"),
|
|
52889
52951
|
/* @__PURE__ */ React__default.createElement(HiringSteps, null)
|
|
52890
|
-
), JobDescriptionTab = () => /* @__PURE__ */ React__default.createElement(Space$1, { direction: "vertical", size: "large", className: styles$
|
|
52952
|
+
), JobDescriptionTab = () => /* @__PURE__ */ React__default.createElement(Space$1, { direction: "vertical", size: "large", className: styles$v.container }, /* @__PURE__ */ React__default.createElement(BasicInfo$1, null), /* @__PURE__ */ React__default.createElement(PostApplicationProcess, null), /* @__PURE__ */ React__default.createElement(PlacementProcessDisclaimerBanner, null), /* @__PURE__ */ React__default.createElement(InterviewExperiencesBanner, null)), container$4 = "_container_tfeme_1", dot = "_dot_tfeme_5", successDot = "_successDot_tfeme_11", errorDot = "_errorDot_tfeme_15", tableTitle = "_tableTitle_tfeme_19", styles$r = {
|
|
52891
52953
|
container: container$4,
|
|
52892
52954
|
dot,
|
|
52893
52955
|
successDot,
|
|
@@ -53372,7 +53434,7 @@ function CTC({ fieldName: C, fieldProps: $, label: F }) {
|
|
|
53372
53434
|
className: styles$n.field,
|
|
53373
53435
|
extra: "Enter amount in lakhs. For eg, if amount is 50 LPA, enter 50."
|
|
53374
53436
|
},
|
|
53375
|
-
/* @__PURE__ */ React__default.createElement(Input$1,
|
|
53437
|
+
/* @__PURE__ */ React__default.createElement(Input$1, Hn({}, $))
|
|
53376
53438
|
);
|
|
53377
53439
|
}
|
|
53378
53440
|
function Linkedin({ fieldName: C, label: $, fieldProps: F }) {
|
|
@@ -53391,7 +53453,7 @@ function Linkedin({ fieldName: C, label: $, fieldProps: F }) {
|
|
|
53391
53453
|
layout: "vertical",
|
|
53392
53454
|
className: styles$n.field
|
|
53393
53455
|
},
|
|
53394
|
-
/* @__PURE__ */ React__default.createElement(Input$1,
|
|
53456
|
+
/* @__PURE__ */ React__default.createElement(Input$1, Hn({}, F))
|
|
53395
53457
|
);
|
|
53396
53458
|
}
|
|
53397
53459
|
const selectOptionsService = careerHubApi.injectEndpoints({
|
|
@@ -53489,7 +53551,7 @@ function CurrentLocation({ fieldName: C, fieldProps: $, label: F }) {
|
|
|
53489
53551
|
rules: [{ required: !0, message: "Please select current location" }],
|
|
53490
53552
|
className: styles$n.field
|
|
53491
53553
|
},
|
|
53492
|
-
/* @__PURE__ */ React__default.createElement(Select$1,
|
|
53554
|
+
/* @__PURE__ */ React__default.createElement(Select$1, Hn({}, $))
|
|
53493
53555
|
);
|
|
53494
53556
|
}
|
|
53495
53557
|
function NoticePeriod({ label: C }) {
|
|
@@ -53540,7 +53602,7 @@ function PreferredLocation({ fieldName: C, label: $, fieldProps: F }) {
|
|
|
53540
53602
|
name: C,
|
|
53541
53603
|
className: classNames(styles$n.field, styles$n.checkboxAdjacentField)
|
|
53542
53604
|
},
|
|
53543
|
-
/* @__PURE__ */ React__default.createElement(Select$1, Sr(
|
|
53605
|
+
/* @__PURE__ */ React__default.createElement(Select$1, Sr(Hn({}, F), { disabled: V }))
|
|
53544
53606
|
), /* @__PURE__ */ React__default.createElement(
|
|
53545
53607
|
Form$1.Item,
|
|
53546
53608
|
{
|
|
@@ -53731,14 +53793,14 @@ const NON_CUSTOM_FIELD_COMPONENT_MAPPING = {
|
|
|
53731
53793
|
}), Object.entries(V).forEach(([J, ee]) => {
|
|
53732
53794
|
$[J] = ee;
|
|
53733
53795
|
}), $[CHECKBOX_FIELD_MAP.preferred_location_anywhere_in_india] = K === ANYWHERE_IN_INDIA, $;
|
|
53734
|
-
}, getInitialCustomFormData = (C) => C.reduce((F, V) => Sr(
|
|
53796
|
+
}, getInitialCustomFormData = (C) => C.reduce((F, V) => Sr(Hn({}, F), {
|
|
53735
53797
|
[V.id]: V.response
|
|
53736
|
-
}), {}), createNoticePeriodFieldPayload = (C) => Sr(
|
|
53798
|
+
}), {}), createNoticePeriodFieldPayload = (C) => Sr(Hn({}, C), {
|
|
53737
53799
|
[NOTICE_PERIOD_FIELD_MAP.serving_notice]: C[NOTICE_PERIOD_FIELD_MAP.notice_period] === "-1"
|
|
53738
53800
|
}), createExperienceFieldPayload = (C) => {
|
|
53739
53801
|
let $ = 0;
|
|
53740
53802
|
return $ += (Number(C[EXPERIENCE_FIELD_MAP.years_of_experience]) || 0) * 12, $ += Number(C[EXPERIENCE_FIELD_MAP.months_of_experience]) || 0, $;
|
|
53741
|
-
}, createSkillsFieldPayload = (C, $) => $.map((F) => Sr(
|
|
53803
|
+
}, createSkillsFieldPayload = (C, $) => $.map((F) => Sr(Hn({}, F), {
|
|
53742
53804
|
is_top_5: C.includes(String(F.skillId))
|
|
53743
53805
|
})), createCustomFieldsPayload = (C) => {
|
|
53744
53806
|
const $ = Object.keys(NON_CUSTOM_FIELD_MAP) + Object.keys(CHECKBOX_FIELD_MAP) + Object.keys(EXPERIENCE_FIELD_MAP) + Object.keys(NOTICE_PERIOD_FIELD_MAP);
|
|
@@ -53859,7 +53921,7 @@ function NonCustomField({ field: C }) {
|
|
|
53859
53921
|
if (!NON_CUSTOM_FIELD_COMPONENT_MAPPING[(K = C == null ? void 0 : C.attributes) == null ? void 0 : K.title])
|
|
53860
53922
|
return null;
|
|
53861
53923
|
const { title: $ } = C.attributes, { component: F, props: V } = NON_CUSTOM_FIELD_COMPONENT_MAPPING[$];
|
|
53862
|
-
return /* @__PURE__ */ React__default.createElement(F,
|
|
53924
|
+
return /* @__PURE__ */ React__default.createElement(F, Hn({}, V));
|
|
53863
53925
|
}
|
|
53864
53926
|
function ApplicationForm() {
|
|
53865
53927
|
const { applicationId: C, stepName: $, jobProfileId: F } = useApplicationFormContext(), { data: V, isLoading: K } = useApplicationForm({
|
|
@@ -53885,7 +53947,7 @@ function ApplicationForm() {
|
|
|
53885
53947
|
id: oe.id,
|
|
53886
53948
|
response: oe.attributes.response
|
|
53887
53949
|
}));
|
|
53888
|
-
J.setFieldsValue(
|
|
53950
|
+
J.setFieldsValue(Hn(Hn({}, getInitialFormData(re)), getInitialCustomFormData(ae)));
|
|
53889
53951
|
}, [te, ne, J]), useEffect(() => {
|
|
53890
53952
|
ee(J);
|
|
53891
53953
|
}, [J, ee]), K || !te || !ne ? /* @__PURE__ */ React__default.createElement(Skeleton$1, { active: !0 }) : /* @__PURE__ */ React__default.createElement(Form$1, { layout: "vertical", className: styles$m.form, form: J }, NON_CUSTOM_FIELDS.map((re) => /* @__PURE__ */ React__default.createElement(NonCustomField, { key: re, field: te[re] })), Object.entries(ne).map(([re, ae]) => /* @__PURE__ */ React__default.createElement(CustomField, { key: re, field: ae })));
|
|
@@ -55713,17 +55775,17 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
55713
55775
|
}, {
|
|
55714
55776
|
key: "bezierBoundingBox",
|
|
55715
55777
|
value: function(pt, St, Et, Nt, kt, Lt, Xt, vn) {
|
|
55716
|
-
for (var bn = [], Sn = [[], []], Nn, Tn, Qt, Yt, wn, Dn, Ln,
|
|
55778
|
+
for (var bn = [], Sn = [[], []], Nn, Tn, Qt, Yt, wn, Dn, Ln, Vn, er = 0; er < 2; ++er) {
|
|
55717
55779
|
if (er === 0 ? (Tn = 6 * pt - 12 * Et + 6 * kt, Nn = -3 * pt + 9 * Et - 9 * kt + 3 * Xt, Qt = 3 * Et - 3 * pt) : (Tn = 6 * St - 12 * Nt + 6 * Lt, Nn = -3 * St + 9 * Nt - 9 * Lt + 3 * vn, Qt = 3 * Nt - 3 * St), Math.abs(Nn) < 1e-12) {
|
|
55718
55780
|
if (Math.abs(Tn) < 1e-12)
|
|
55719
55781
|
continue;
|
|
55720
55782
|
Yt = -Qt / Tn, 0 < Yt && Yt < 1 && bn.push(Yt);
|
|
55721
55783
|
continue;
|
|
55722
55784
|
}
|
|
55723
|
-
Ln = Tn * Tn - 4 * Qt * Nn,
|
|
55785
|
+
Ln = Tn * Tn - 4 * Qt * Nn, Vn = Math.sqrt(Ln), !(Ln < 0) && (wn = (-Tn + Vn) / (2 * Nn), 0 < wn && wn < 1 && bn.push(wn), Dn = (-Tn - Vn) / (2 * Nn), 0 < Dn && Dn < 1 && bn.push(Dn));
|
|
55724
55786
|
}
|
|
55725
|
-
for (var
|
|
55726
|
-
Yt = bn[
|
|
55787
|
+
for (var Un = bn.length, Pn, tr = Un; Un--; )
|
|
55788
|
+
Yt = bn[Un], Pn = 1 - Yt, Sn[0][Un] = Pn * Pn * Pn * pt + 3 * Pn * Pn * Yt * Et + 3 * Pn * Yt * Yt * kt + Yt * Yt * Yt * Xt, Sn[1][Un] = Pn * Pn * Pn * St + 3 * Pn * Pn * Yt * Nt + 3 * Pn * Yt * Yt * Lt + Yt * Yt * Yt * vn;
|
|
55727
55789
|
return Sn[0][tr] = pt, Sn[1][tr] = St, Sn[0][tr + 1] = Xt, Sn[1][tr + 1] = vn, Sn[0].length = Sn[1].length = tr + 2, [Math.min.apply(Math, J(Sn[0])), Math.min.apply(Math, J(Sn[1])), Math.max.apply(Math, J(Sn[0])), Math.max.apply(Math, J(Sn[1]))];
|
|
55728
55790
|
}
|
|
55729
55791
|
}]), mt;
|
|
@@ -58498,7 +58560,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
58498
58560
|
function ln(Re, Be) {
|
|
58499
58561
|
var Qe = Re._controlledReadableByteStream;
|
|
58500
58562
|
if (er(Qe))
|
|
58501
|
-
for (;
|
|
58563
|
+
for (; Vn(Qe) > 0; ) {
|
|
58502
58564
|
var gt = Ot(Re);
|
|
58503
58565
|
Dt(Qe, gt);
|
|
58504
58566
|
}
|
|
@@ -58528,7 +58590,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
58528
58590
|
var Be = Re._controlledReadableByteStream;
|
|
58529
58591
|
if (Be._state !== "readable" || Re._closeRequested || !Re._started)
|
|
58530
58592
|
return !1;
|
|
58531
|
-
if (dt(Be) && ct(Be) > 0 || er(Be) &&
|
|
58593
|
+
if (dt(Be) && ct(Be) > 0 || er(Be) && Vn(Be) > 0)
|
|
58532
58594
|
return !0;
|
|
58533
58595
|
var Qe = Xt(Re);
|
|
58534
58596
|
return Qe > 0;
|
|
@@ -58656,7 +58718,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
58656
58718
|
return new TypeError("ReadableByteStreamController.prototype." + Re + " can only be used on a ReadableByteStreamController");
|
|
58657
58719
|
}
|
|
58658
58720
|
function wn(Re) {
|
|
58659
|
-
return new
|
|
58721
|
+
return new Un(Re);
|
|
58660
58722
|
}
|
|
58661
58723
|
function Dn(Re, Be) {
|
|
58662
58724
|
Re._reader._readIntoRequests.push(Be);
|
|
@@ -58665,14 +58727,14 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
58665
58727
|
var gt = Re._reader, xt = gt._readIntoRequests.shift();
|
|
58666
58728
|
Qe ? xt._closeSteps(Be) : xt._chunkSteps(Be);
|
|
58667
58729
|
}
|
|
58668
|
-
function
|
|
58730
|
+
function Vn(Re) {
|
|
58669
58731
|
return Re._reader._readIntoRequests.length;
|
|
58670
58732
|
}
|
|
58671
58733
|
function er(Re) {
|
|
58672
58734
|
var Be = Re._reader;
|
|
58673
58735
|
return !(Be === void 0 || !Pn(Be));
|
|
58674
58736
|
}
|
|
58675
|
-
var
|
|
58737
|
+
var Un = function() {
|
|
58676
58738
|
function Re(Be) {
|
|
58677
58739
|
if (Te(Be, 1, "ReadableStreamBYOBReader"), rt(Be, "First parameter"), $r(Be))
|
|
58678
58740
|
throw new TypeError("This stream has already been locked for exclusive reading by another reader");
|
|
@@ -58729,17 +58791,17 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
58729
58791
|
}
|
|
58730
58792
|
}, Re;
|
|
58731
58793
|
}();
|
|
58732
|
-
Object.defineProperties(
|
|
58794
|
+
Object.defineProperties(Un.prototype, {
|
|
58733
58795
|
cancel: { enumerable: !0 },
|
|
58734
58796
|
read: { enumerable: !0 },
|
|
58735
58797
|
releaseLock: { enumerable: !0 },
|
|
58736
58798
|
closed: { enumerable: !0 }
|
|
58737
|
-
}), typeof V.toStringTag == "symbol" && Object.defineProperty(
|
|
58799
|
+
}), typeof V.toStringTag == "symbol" && Object.defineProperty(Un.prototype, V.toStringTag, {
|
|
58738
58800
|
value: "ReadableStreamBYOBReader",
|
|
58739
58801
|
configurable: !0
|
|
58740
58802
|
});
|
|
58741
58803
|
function Pn(Re) {
|
|
58742
|
-
return !te(Re) || !Object.prototype.hasOwnProperty.call(Re, "_readIntoRequests") ? !1 : Re instanceof
|
|
58804
|
+
return !te(Re) || !Object.prototype.hasOwnProperty.call(Re, "_readIntoRequests") ? !1 : Re instanceof Un;
|
|
58743
58805
|
}
|
|
58744
58806
|
function tr(Re, Be, Qe) {
|
|
58745
58807
|
var gt = Re._ownerReadableStream;
|
|
@@ -58970,7 +59032,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
58970
59032
|
function Rn(Re) {
|
|
58971
59033
|
Re._inFlightWriteRequest._resolve(void 0), Re._inFlightWriteRequest = void 0;
|
|
58972
59034
|
}
|
|
58973
|
-
function
|
|
59035
|
+
function Wn(Re, Be) {
|
|
58974
59036
|
Re._inFlightWriteRequest._reject(Be), Re._inFlightWriteRequest = void 0, Tr(Re, Be);
|
|
58975
59037
|
}
|
|
58976
59038
|
function nr(Re) {
|
|
@@ -59259,7 +59321,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
59259
59321
|
}
|
|
59260
59322
|
Jr(Re);
|
|
59261
59323
|
}, function(xt) {
|
|
59262
|
-
Qe._state === "writable" && Yr(Re),
|
|
59324
|
+
Qe._state === "writable" && Yr(Re), Wn(Qe, xt);
|
|
59263
59325
|
});
|
|
59264
59326
|
}
|
|
59265
59327
|
function ga(Re) {
|
|
@@ -60285,7 +60347,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
60285
60347
|
function to(Re) {
|
|
60286
60348
|
return new TypeError("TransformStream.prototype." + Re + " can only be used on a TransformStream");
|
|
60287
60349
|
}
|
|
60288
|
-
F.ByteLengthQueuingStrategy = oa, F.CountQueuingStrategy = ia, F.ReadableByteStreamController = _t, F.ReadableStream = Rr, F.ReadableStreamBYOBReader =
|
|
60350
|
+
F.ByteLengthQueuingStrategy = oa, F.CountQueuingStrategy = ia, F.ReadableByteStreamController = _t, F.ReadableStream = Rr, F.ReadableStreamBYOBReader = Un, F.ReadableStreamBYOBRequest = Tt, F.ReadableStreamDefaultController = kr, F.ReadableStreamDefaultReader = vt, F.TransformStream = la, F.TransformStreamDefaultController = Kr, F.WritableStream = Bn, F.WritableStreamDefaultController = Mr, F.WritableStreamDefaultWriter = zr, Object.defineProperty(F, "__esModule", { value: !0 });
|
|
60289
60351
|
});
|
|
60290
60352
|
},
|
|
60291
60353
|
/* 135 */
|
|
@@ -73539,6 +73601,7 @@ function BlockerPoints({ value: C }) {
|
|
|
73539
73601
|
}), (te == null ? void 0 : te.is_eligible) === !1 && /* @__PURE__ */ React__default.createElement("li", { key: "skill-requirement" }, (ve = te == null ? void 0 : te.details) == null ? void 0 : ve.map((me, he) => /* @__PURE__ */ React__default.createElement("li", { key: he }, "Missing skill to be added: ", me.skill, " (", me.proficiency_period, "yr exp)"))), (ae == null ? void 0 : ae.length) > 0 && ae.map((me, he) => /* @__PURE__ */ React__default.createElement("li", { key: he }, "Inaccurate work experience: ", me.company, " -", " ", me.job_title)), (oe == null ? void 0 : oe.length) > 0 && oe.map((me, he) => /* @__PURE__ */ React__default.createElement("li", { key: he }, "Inaccurate education: ", me.university, " -", " ", me.degree, " (", me.branch, ")"))));
|
|
73540
73602
|
}
|
|
73541
73603
|
pdfExports.GlobalWorkerOptions.workerSrc = `//cdnjs.cloudflare.com/ajax/libs/pdf.js/${pdfExports.version}/pdf.worker.min.js`;
|
|
73604
|
+
const MAX_RETRY_COUNT = 6;
|
|
73542
73605
|
function ResumeChoiceOptionLabel({ value: C }) {
|
|
73543
73606
|
const { selectedResume: $, setSelectedResume: F } = useApplicationFormContext(), { resume_details: V, is_blocker: K } = C || {}, { id: J, name: ee, modified_at: te } = V || {}, ne = $ === J && !K, re = () => {
|
|
73544
73607
|
F(J);
|
|
@@ -73564,16 +73627,23 @@ function ResumeChoiceOptionLabel({ value: C }) {
|
|
|
73564
73627
|
);
|
|
73565
73628
|
}
|
|
73566
73629
|
function ResumePreview() {
|
|
73567
|
-
const { selectedResume:
|
|
73568
|
-
{ resumeId:
|
|
73569
|
-
{ skip: !
|
|
73570
|
-
)
|
|
73571
|
-
|
|
73630
|
+
const [C, $] = useState(0), { selectedResume: F } = useApplicationFormContext(), { data: V, isFetching: K } = useGetResumeLinkQuery(
|
|
73631
|
+
{ resumeId: F },
|
|
73632
|
+
{ skip: !F }
|
|
73633
|
+
), J = (ee) => {
|
|
73634
|
+
C < MAX_RETRY_COUNT ? setTimeout(() => {
|
|
73635
|
+
$(C + 1);
|
|
73636
|
+
}, 1e3) : console.error("Error while loading pdf! ", ee.message);
|
|
73637
|
+
};
|
|
73638
|
+
return !(V != null && V.link) || K ? /* @__PURE__ */ React__default.createElement(Skeleton$1, { active: !0 }) : /* @__PURE__ */ React__default.createElement(
|
|
73572
73639
|
Document$1,
|
|
73573
73640
|
{
|
|
73574
73641
|
className: styles$j.resumePreview,
|
|
73575
|
-
file:
|
|
73576
|
-
loading: /* @__PURE__ */ React__default.createElement(Skeleton$1, { active: !0 })
|
|
73642
|
+
file: V == null ? void 0 : V.link,
|
|
73643
|
+
loading: /* @__PURE__ */ React__default.createElement(Skeleton$1, { active: !0 }),
|
|
73644
|
+
onLoadError: J,
|
|
73645
|
+
error: /* @__PURE__ */ React__default.createElement(Skeleton$1, { active: !0 }),
|
|
73646
|
+
key: C
|
|
73577
73647
|
},
|
|
73578
73648
|
/* @__PURE__ */ React__default.createElement(Page$1, { pageNumber: 1 })
|
|
73579
73649
|
);
|
|
@@ -73946,7 +74016,7 @@ const transformJobsData = (C) => {
|
|
|
73946
74016
|
meritBasedSkills: V.merit_based_skills || [],
|
|
73947
74017
|
contestSkills: V.contest_skills || [],
|
|
73948
74018
|
applicationStatus: V.application_status || null,
|
|
73949
|
-
expiry: V.expiry ||
|
|
74019
|
+
expiry: V.expiry || null,
|
|
73950
74020
|
applicationId: V.application_id || null,
|
|
73951
74021
|
userCompanyStatus: V.user_company_status || null,
|
|
73952
74022
|
applicationLastUpdatedAt: V.application_last_upated_at || null,
|
|
@@ -73983,7 +74053,7 @@ const transformJobsData = (C) => {
|
|
|
73983
74053
|
}, createCompaniesMap = (C) => {
|
|
73984
74054
|
const $ = {};
|
|
73985
74055
|
return C != null && C.included && Array.isArray(C.included) && C.included.forEach((F) => {
|
|
73986
|
-
F.type === "company" && F.attributes && ($[F.id] =
|
|
74056
|
+
F.type === "company" && F.attributes && ($[F.id] = Hn({
|
|
73987
74057
|
id: F.id
|
|
73988
74058
|
}, F.attributes));
|
|
73989
74059
|
}), $;
|
|
@@ -74475,7 +74545,7 @@ function JobsList({
|
|
|
74475
74545
|
}
|
|
74476
74546
|
}, [F, ie, le]);
|
|
74477
74547
|
const se = (fe) => {
|
|
74478
|
-
|
|
74548
|
+
ie === fe ? (le(null), ne(updateFormFilters({ job_ids: null }))) : le(fe);
|
|
74479
74549
|
}, ve = (fe, ye) => lr(this, null, function* () {
|
|
74480
74550
|
if (ye !== "save")
|
|
74481
74551
|
return;
|
|
@@ -74601,7 +74671,7 @@ const savedJobsPage = "_savedJobsPage_km19z_1", styles$5 = {
|
|
|
74601
74671
|
savedJobsPage
|
|
74602
74672
|
};
|
|
74603
74673
|
function SavedJobsPage() {
|
|
74604
|
-
const C = useJobFilters(), { data: $, isLoading: F, error: V, isFetching: K } = useFetchPipelineJobsQuery(
|
|
74674
|
+
const C = useJobFilters(), { data: $, isLoading: F, error: V, isFetching: K } = useFetchPipelineJobsQuery(Hn({
|
|
74605
74675
|
type: TAG_TO_TAB_MAPPING.saved
|
|
74606
74676
|
}, C)), {
|
|
74607
74677
|
accumulatedJobs: J,
|
|
@@ -74627,7 +74697,7 @@ const appliedJobsPage = "_appliedJobsPage_lw2yt_1", styles$4 = {
|
|
|
74627
74697
|
appliedJobsPage
|
|
74628
74698
|
};
|
|
74629
74699
|
function AppliedJobsPage() {
|
|
74630
|
-
const C = useJobFilters(), { data: $, isLoading: F, error: V, isFetching: K } = useFetchPipelineJobsQuery(
|
|
74700
|
+
const C = useJobFilters(), { data: $, isLoading: F, error: V, isFetching: K } = useFetchPipelineJobsQuery(Hn({
|
|
74631
74701
|
type: TAG_TO_TAB_MAPPING.applied
|
|
74632
74702
|
}, C)), {
|
|
74633
74703
|
accumulatedJobs: J,
|
|
@@ -75398,7 +75468,7 @@ function JobAlertModal() {
|
|
|
75398
75468
|
message$1.error("Failed to create alert"), console.error("Error creating alert:", de);
|
|
75399
75469
|
}
|
|
75400
75470
|
}), ae = (de) => lr(this, null, function* () {
|
|
75401
|
-
const se = Sr(
|
|
75471
|
+
const se = Sr(Hn({}, de), {
|
|
75402
75472
|
resume_alert: !1
|
|
75403
75473
|
});
|
|
75404
75474
|
return yield J(se).unwrap();
|
|
@@ -75469,7 +75539,7 @@ function JobsPage({
|
|
|
75469
75539
|
});
|
|
75470
75540
|
useLayoutEffect$2(() => {
|
|
75471
75541
|
if (!ie.current) {
|
|
75472
|
-
const me = getFiltersFromURL(), he =
|
|
75542
|
+
const me = getFiltersFromURL(), he = Hn({}, me), ce = new URLSearchParams(window.location.search).get("job_ids");
|
|
75473
75543
|
ce && (he.job_ids = [ce]), Object.keys(he).length > 0 && ae(updateFiltersFromForm(he)), ie.current = !0;
|
|
75474
75544
|
}
|
|
75475
75545
|
}, [ae]), useEffect(() => {
|