@scalant/career-hub 3.11.0-alpha.0 → 3.12.1-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 +521 -521
- package/dist/career-hub.umd.js +2 -2
- package/package.json +2 -4
package/dist/career-hub.es.js
CHANGED
|
@@ -49783,7 +49783,7 @@ const jY = (e, t, n) => Zn(void 0, null, function* () {
|
|
|
49783
49783
|
"JobAlerts"
|
|
49784
49784
|
],
|
|
49785
49785
|
endpoints: () => ({})
|
|
49786
|
-
}),
|
|
49786
|
+
}), Zre = (e) => {
|
|
49787
49787
|
e !== ap && (ap = e);
|
|
49788
49788
|
}, LY = $o.injectEndpoints({
|
|
49789
49789
|
endpoints: (e) => ({
|
|
@@ -49920,17 +49920,17 @@ const J0 = {
|
|
|
49920
49920
|
isArchivedStatusAvailable: !0,
|
|
49921
49921
|
isApplicationStatusAvailable: !1
|
|
49922
49922
|
}
|
|
49923
|
-
},
|
|
49923
|
+
}, eoe = {
|
|
49924
49924
|
NOT_APPLIED: "Not Applied",
|
|
49925
49925
|
SAVED: "Saved",
|
|
49926
49926
|
APPLIED: "Applied",
|
|
49927
49927
|
IN_PIPELINE: "In Pipeline",
|
|
49928
49928
|
ARCHIVED: "Archived"
|
|
49929
|
-
},
|
|
49929
|
+
}, toe = {
|
|
49930
49930
|
ACTIVE: "active",
|
|
49931
49931
|
PAUSED: "paused",
|
|
49932
49932
|
INACTIVE: "inactive"
|
|
49933
|
-
},
|
|
49933
|
+
}, noe = {
|
|
49934
49934
|
HOME: "home",
|
|
49935
49935
|
ALL: "all",
|
|
49936
49936
|
ELIGIBLE: "eligible",
|
|
@@ -50020,10 +50020,10 @@ const J0 = {
|
|
|
50020
50020
|
setTab: WY,
|
|
50021
50021
|
setKeyword: KY,
|
|
50022
50022
|
setPageNumber: qY,
|
|
50023
|
-
setPerPage:
|
|
50023
|
+
setPerPage: roe,
|
|
50024
50024
|
setSortings: UY,
|
|
50025
|
-
setSkipExpiredJobs:
|
|
50026
|
-
resetFilters:
|
|
50025
|
+
setSkipExpiredJobs: ooe,
|
|
50026
|
+
resetFilters: aoe,
|
|
50027
50027
|
updateFiltersFromForm: ip
|
|
50028
50028
|
} = FN.actions, GY = FN.reducer, XY = ({
|
|
50029
50029
|
hasMore: e = !0,
|
|
@@ -50439,9 +50439,9 @@ const J0 = {
|
|
|
50439
50439
|
);
|
|
50440
50440
|
}
|
|
50441
50441
|
}), {
|
|
50442
|
-
setCompanyOptions:
|
|
50443
|
-
setTitleOptions:
|
|
50444
|
-
setExperienceSkillOptions:
|
|
50442
|
+
setCompanyOptions: ioe,
|
|
50443
|
+
setTitleOptions: loe,
|
|
50444
|
+
setExperienceSkillOptions: soe,
|
|
50445
50445
|
clearCompanyOptions: vQ,
|
|
50446
50446
|
clearTitleOptions: gQ,
|
|
50447
50447
|
clearExperienceSkillOptions: hQ,
|
|
@@ -50889,7 +50889,7 @@ const MQ = {
|
|
|
50889
50889
|
}), {
|
|
50890
50890
|
updateFormField: WQ,
|
|
50891
50891
|
resetForm: KQ,
|
|
50892
|
-
setFormData:
|
|
50892
|
+
setFormData: coe,
|
|
50893
50893
|
addRatingFilterInput: lC,
|
|
50894
50894
|
deleteRatingFilterInput: qQ,
|
|
50895
50895
|
updateRatingFilterInput: sC
|
|
@@ -52075,33 +52075,7 @@ const CJ = tI.reducer, SJ = {
|
|
|
52075
52075
|
e.error = t.payload;
|
|
52076
52076
|
}
|
|
52077
52077
|
}
|
|
52078
|
-
}), { setAlerts: xJ, addAlert:
|
|
52079
|
-
savedJobs: {}
|
|
52080
|
-
// { jobId: { status: 'Saved', lastUpdatedAt: '...' } }
|
|
52081
|
-
}, rI = yr({
|
|
52082
|
-
name: "savedJobs",
|
|
52083
|
-
initialState: $J,
|
|
52084
|
-
reducers: {
|
|
52085
|
-
setJobSavedStatus: (e, t) => {
|
|
52086
|
-
const { jobId: n, status: r, lastUpdatedAt: o } = t.payload;
|
|
52087
|
-
r === "Saved" ? e.savedJobs[n] = {
|
|
52088
|
-
status: "Saved",
|
|
52089
|
-
lastUpdatedAt: o || (/* @__PURE__ */ new Date()).toISOString()
|
|
52090
|
-
} : delete e.savedJobs[n];
|
|
52091
|
-
},
|
|
52092
|
-
initializeSavedJobs: (e, t) => {
|
|
52093
|
-
(t.payload || []).forEach((r) => {
|
|
52094
|
-
r.applicationStatus === "Saved" && (e.savedJobs[r.id] = {
|
|
52095
|
-
status: "Saved",
|
|
52096
|
-
lastUpdatedAt: r.applicationLastUpdatedAt || (/* @__PURE__ */ new Date()).toISOString()
|
|
52097
|
-
});
|
|
52098
|
-
});
|
|
52099
|
-
},
|
|
52100
|
-
clearSavedJobs: (e) => {
|
|
52101
|
-
e.savedJobs = {};
|
|
52102
|
-
}
|
|
52103
|
-
}
|
|
52104
|
-
}), { setJobSavedStatus: wJ, initializeSavedJobs: OJ, clearSavedJobs: poe } = rI.actions, NJ = rI.reducer, voe = RQ({
|
|
52078
|
+
}), { setAlerts: xJ, addAlert: uoe, setLoading: doe, setError: foe } = nI.actions, EJ = nI.reducer, moe = RQ({
|
|
52105
52079
|
[$o.reducerPath]: $o.reducer,
|
|
52106
52080
|
layout: AQ,
|
|
52107
52081
|
filter: GY,
|
|
@@ -52109,15 +52083,14 @@ const CJ = tI.reducer, SJ = {
|
|
|
52109
52083
|
filterForm: UQ,
|
|
52110
52084
|
metaData: CJ,
|
|
52111
52085
|
filterOptions: yQ,
|
|
52112
|
-
alerts: EJ
|
|
52113
|
-
|
|
52114
|
-
|
|
52115
|
-
|
|
52116
|
-
|
|
52117
|
-
|
|
52118
|
-
icon: TJ
|
|
52086
|
+
alerts: EJ
|
|
52087
|
+
}), poe = () => /* @__PURE__ */ O.createElement("div", { style: { padding: "20px", textAlign: "center" } }, /* @__PURE__ */ O.createElement("h1", null, "Hello World - Career Hub"), /* @__PURE__ */ O.createElement("p", null, "This is a dummy component.")), $J = "_tagsSection_gf6im_1", wJ = "_tag_gf6im_1", OJ = "_activeTag_gf6im_22", NJ = "_icon_gf6im_29", Hi = {
|
|
52088
|
+
tagsSection: $J,
|
|
52089
|
+
tag: wJ,
|
|
52090
|
+
activeTag: OJ,
|
|
52091
|
+
icon: NJ
|
|
52119
52092
|
};
|
|
52120
|
-
function
|
|
52093
|
+
function IJ() {
|
|
52121
52094
|
const e = gr(), t = On(
|
|
52122
52095
|
(i) => {
|
|
52123
52096
|
var l, c;
|
|
@@ -52155,17 +52128,17 @@ function RJ() {
|
|
|
52155
52128
|
/* @__PURE__ */ O.createElement("span", { className: Hi.count }, "(", a(i), ")")
|
|
52156
52129
|
)));
|
|
52157
52130
|
}
|
|
52158
|
-
const
|
|
52159
|
-
jobAlert:
|
|
52131
|
+
const _J = "_jobAlert_kiep6_1", cC = {
|
|
52132
|
+
jobAlert: _J
|
|
52160
52133
|
};
|
|
52161
|
-
function
|
|
52134
|
+
function PJ() {
|
|
52162
52135
|
const e = gr(), t = () => {
|
|
52163
52136
|
e(kQ());
|
|
52164
52137
|
};
|
|
52165
52138
|
return /* @__PURE__ */ O.createElement("div", { className: cC.jobAlert, onClick: t }, /* @__PURE__ */ O.createElement(zm, { className: cC.icon }), "Job Alerts");
|
|
52166
52139
|
}
|
|
52167
|
-
const
|
|
52168
|
-
function
|
|
52140
|
+
const TJ = {};
|
|
52141
|
+
function RJ() {
|
|
52169
52142
|
const e = gr(), t = On(
|
|
52170
52143
|
(i) => {
|
|
52171
52144
|
var l, c;
|
|
@@ -52184,7 +52157,7 @@ function jJ() {
|
|
|
52184
52157
|
return /* @__PURE__ */ O.createElement(
|
|
52185
52158
|
rn,
|
|
52186
52159
|
{
|
|
52187
|
-
className:
|
|
52160
|
+
className: TJ.sorting,
|
|
52188
52161
|
value: n,
|
|
52189
52162
|
onChange: r,
|
|
52190
52163
|
suffixIcon: /* @__PURE__ */ O.createElement(Cu, null),
|
|
@@ -52193,20 +52166,20 @@ function jJ() {
|
|
|
52193
52166
|
}
|
|
52194
52167
|
);
|
|
52195
52168
|
}
|
|
52196
|
-
const
|
|
52197
|
-
function
|
|
52169
|
+
const MJ = {};
|
|
52170
|
+
function DJ() {
|
|
52198
52171
|
const e = gr(), t = () => {
|
|
52199
52172
|
e(FQ());
|
|
52200
52173
|
};
|
|
52201
|
-
return /* @__PURE__ */ O.createElement(on, { type: "primary", className:
|
|
52174
|
+
return /* @__PURE__ */ O.createElement(on, { type: "primary", className: MJ.filter, onClick: t }, "Filters ", /* @__PURE__ */ O.createElement(Cu, null));
|
|
52202
52175
|
}
|
|
52203
|
-
const
|
|
52204
|
-
search:
|
|
52205
|
-
iconContainer:
|
|
52206
|
-
input:
|
|
52207
|
-
slideIn:
|
|
52176
|
+
const AJ = "_search_hhvxj_1", jJ = "_iconContainer_hhvxj_7", LJ = "_input_hhvxj_20", zJ = "_slideIn_hhvxj_1", mf = {
|
|
52177
|
+
search: AJ,
|
|
52178
|
+
iconContainer: jJ,
|
|
52179
|
+
input: LJ,
|
|
52180
|
+
slideIn: zJ
|
|
52208
52181
|
};
|
|
52209
|
-
function
|
|
52182
|
+
function FJ() {
|
|
52210
52183
|
const e = gr(), t = On(
|
|
52211
52184
|
(f) => {
|
|
52212
52185
|
var m, p, g;
|
|
@@ -52243,17 +52216,17 @@ function VJ() {
|
|
|
52243
52216
|
}
|
|
52244
52217
|
) : /* @__PURE__ */ O.createElement("div", { className: mf.iconContainer, onClick: c }, /* @__PURE__ */ O.createElement(El, null)));
|
|
52245
52218
|
}
|
|
52246
|
-
const
|
|
52247
|
-
actions:
|
|
52219
|
+
const BJ = "_actions_nxp1u_1", kJ = {
|
|
52220
|
+
actions: BJ
|
|
52248
52221
|
};
|
|
52249
|
-
function
|
|
52250
|
-
return /* @__PURE__ */ O.createElement("div", { className:
|
|
52222
|
+
function HJ() {
|
|
52223
|
+
return /* @__PURE__ */ O.createElement("div", { className: kJ.actions }, /* @__PURE__ */ O.createElement(PJ, null), /* @__PURE__ */ O.createElement(RJ, null), /* @__PURE__ */ O.createElement(DJ, null), /* @__PURE__ */ O.createElement(FJ, null));
|
|
52251
52224
|
}
|
|
52252
|
-
const
|
|
52253
|
-
jobsHeaderContainer:
|
|
52225
|
+
const VJ = "_jobsHeaderContainer_1un8f_1", WJ = {
|
|
52226
|
+
jobsHeaderContainer: VJ
|
|
52254
52227
|
};
|
|
52255
52228
|
function dg({ className: e }) {
|
|
52256
|
-
return /* @__PURE__ */ O.createElement("div", { className: U(e,
|
|
52229
|
+
return /* @__PURE__ */ O.createElement("div", { className: U(e, WJ.jobsHeaderContainer) }, /* @__PURE__ */ O.createElement(IJ, null), /* @__PURE__ */ O.createElement(HJ, null));
|
|
52257
52230
|
}
|
|
52258
52231
|
dg.propTypes = {
|
|
52259
52232
|
className: be.string
|
|
@@ -52261,16 +52234,16 @@ dg.propTypes = {
|
|
|
52261
52234
|
dg.defaultProps = {
|
|
52262
52235
|
className: ""
|
|
52263
52236
|
};
|
|
52264
|
-
const
|
|
52265
|
-
profileName:
|
|
52266
|
-
profileDetails:
|
|
52267
|
-
profileDetailsItems:
|
|
52268
|
-
preferencesTitle:
|
|
52269
|
-
preferencesDivider:
|
|
52270
|
-
preferencesContent:
|
|
52271
|
-
preferenceLabel:
|
|
52272
|
-
preferenceValue:
|
|
52273
|
-
preferenceTag:
|
|
52237
|
+
const KJ = (e) => !e || typeof e != "string" ? [] : e.toLowerCase() === "anywhere_in_india" ? ["Anywhere In India"] : e.split("/").map((t) => t.trim()).filter((t) => t.length > 0).map((t) => as(t)), qJ = (e) => !e || typeof e != "string" ? [] : e.split("/").map((t) => t.trim()).filter((t) => t.length > 0), UJ = "_profileName_rwpnv_1", GJ = "_profileDetails_rwpnv_5", XJ = "_profileDetailsItems_rwpnv_12", YJ = "_preferencesTitle_rwpnv_17", QJ = "_preferencesDivider_rwpnv_21", JJ = "_preferencesContent_rwpnv_26", ZJ = "_preferenceLabel_rwpnv_30", eZ = "_preferenceValue_rwpnv_36", tZ = "_preferenceTag_rwpnv_41", mr = {
|
|
52238
|
+
profileName: UJ,
|
|
52239
|
+
profileDetails: GJ,
|
|
52240
|
+
profileDetailsItems: XJ,
|
|
52241
|
+
preferencesTitle: YJ,
|
|
52242
|
+
preferencesDivider: QJ,
|
|
52243
|
+
preferencesContent: JJ,
|
|
52244
|
+
preferenceLabel: ZJ,
|
|
52245
|
+
preferenceValue: eZ,
|
|
52246
|
+
preferenceTag: tZ
|
|
52274
52247
|
};
|
|
52275
52248
|
function fg({ className: e, onViewResume: t, onEditPreferences: n }) {
|
|
52276
52249
|
var i, l, c, u, d, f, m, p;
|
|
@@ -52284,7 +52257,7 @@ function fg({ className: e, onViewResume: t, onEditPreferences: n }) {
|
|
|
52284
52257
|
return /* @__PURE__ */ O.createElement("div", { className: U(mr.profileDetails, e) }, /* @__PURE__ */ O.createElement(cn, { align: "center", gap: 8 }, /* @__PURE__ */ O.createElement(fv, { shape: "square", size: 48, src: r == null ? void 0 : r.avatar }), /* @__PURE__ */ O.createElement(cn, { justify: "center", vertical: !0, gap: 4 }, /* @__PURE__ */ O.createElement(Et.Title, { level: 5, className: mr.profileName }, r == null ? void 0 : r.name), /* @__PURE__ */ O.createElement(Et.Text, { type: "secondary" }, as((i = r == null ? void 0 : r.mentee) == null ? void 0 : i.careersHubProduct)))), /* @__PURE__ */ O.createElement(cn, { vertical: !0, gap: 8, className: mr.profileDetailsItems }, /* @__PURE__ */ O.createElement(cn, { align: "center", gap: 10 }, /* @__PURE__ */ O.createElement(K9, null), /* @__PURE__ */ O.createElement(Et.Text, null, r == null ? void 0 : r.jobTitle)), /* @__PURE__ */ O.createElement(cn, { align: "center", gap: 10 }, /* @__PURE__ */ O.createElement(M9, null), /* @__PURE__ */ O.createElement(Et.Text, null, pJ(
|
|
52285
52258
|
(l = r == null ? void 0 : r.experienceYears) != null ? l : r == null ? void 0 : r.experienceInYears,
|
|
52286
52259
|
(c = r == null ? void 0 : r.experienceMonths) != null ? c : r == null ? void 0 : r.experienceInMonths
|
|
52287
|
-
))), /* @__PURE__ */ O.createElement(cn, { align: "center", gap: 10 }, /* @__PURE__ */ O.createElement(xV, null), /* @__PURE__ */ O.createElement(Et.Link, { onClick: o }, "View Resume"))), /* @__PURE__ */ O.createElement(cn, { vertical: !0 }, /* @__PURE__ */ O.createElement(cn, { justify: "space-between" }, /* @__PURE__ */ O.createElement(Et.Title, { level: 5, className: mr.preferencesTitle }, "Your Preferences"), /* @__PURE__ */ O.createElement(lV, { onClick: a })), /* @__PURE__ */ O.createElement(Iv, { className: mr.preferencesDivider }), /* @__PURE__ */ O.createElement(cn, { vertical: !0, gap: 8, className: mr.preferencesContent }, /* @__PURE__ */ O.createElement(cn, { vertical: !0, gap: 0.4 }, /* @__PURE__ */ O.createElement(Et.Text, { className: mr.preferenceLabel }, "Location"), /* @__PURE__ */ O.createElement(cn, { gap: 0.4, wrap: !0 },
|
|
52260
|
+
))), /* @__PURE__ */ O.createElement(cn, { align: "center", gap: 10 }, /* @__PURE__ */ O.createElement(xV, null), /* @__PURE__ */ O.createElement(Et.Link, { onClick: o }, "View Resume"))), /* @__PURE__ */ O.createElement(cn, { vertical: !0 }, /* @__PURE__ */ O.createElement(cn, { justify: "space-between" }, /* @__PURE__ */ O.createElement(Et.Title, { level: 5, className: mr.preferencesTitle }, "Your Preferences"), /* @__PURE__ */ O.createElement(lV, { onClick: a })), /* @__PURE__ */ O.createElement(Iv, { className: mr.preferencesDivider }), /* @__PURE__ */ O.createElement(cn, { vertical: !0, gap: 8, className: mr.preferencesContent }, /* @__PURE__ */ O.createElement(cn, { vertical: !0, gap: 0.4 }, /* @__PURE__ */ O.createElement(Et.Text, { className: mr.preferenceLabel }, "Location"), /* @__PURE__ */ O.createElement(cn, { gap: 0.4, wrap: !0 }, KJ(
|
|
52288
52261
|
(u = r == null ? void 0 : r.userCompanyProfile) == null ? void 0 : u.preferredLocation
|
|
52289
52262
|
).map((g, h) => /* @__PURE__ */ O.createElement(
|
|
52290
52263
|
aa,
|
|
@@ -52294,7 +52267,7 @@ function fg({ className: e, onViewResume: t, onEditPreferences: n }) {
|
|
|
52294
52267
|
className: mr.preferenceTag
|
|
52295
52268
|
},
|
|
52296
52269
|
g
|
|
52297
|
-
)))), /* @__PURE__ */ O.createElement(cn, { vertical: !0, gap: 0.4 }, /* @__PURE__ */ O.createElement(Et.Text, { className: mr.preferenceLabel }, "Job roles"), /* @__PURE__ */ O.createElement(cn, { gap: 0.4, wrap: !0 },
|
|
52270
|
+
)))), /* @__PURE__ */ O.createElement(cn, { vertical: !0, gap: 0.4 }, /* @__PURE__ */ O.createElement(Et.Text, { className: mr.preferenceLabel }, "Job roles"), /* @__PURE__ */ O.createElement(cn, { gap: 0.4, wrap: !0 }, qJ(
|
|
52298
52271
|
(d = r == null ? void 0 : r.userCompanyProfile) == null ? void 0 : d.preferredRole
|
|
52299
52272
|
).map((g, h) => /* @__PURE__ */ O.createElement(
|
|
52300
52273
|
aa,
|
|
@@ -52312,7 +52285,7 @@ fg.propTypes = {
|
|
|
52312
52285
|
fg.defaultProps = {
|
|
52313
52286
|
className: ""
|
|
52314
52287
|
};
|
|
52315
|
-
const
|
|
52288
|
+
const nZ = $o.injectEndpoints({
|
|
52316
52289
|
endpoints: (e) => ({
|
|
52317
52290
|
getJobPreview: e.query({
|
|
52318
52291
|
query: (t) => `/job-tracker/job_profile/${t}/`,
|
|
@@ -52337,7 +52310,7 @@ const iZ = $o.injectEndpoints({
|
|
|
52337
52310
|
})
|
|
52338
52311
|
}),
|
|
52339
52312
|
overrideExisting: !0
|
|
52340
|
-
}), { useGetJobPreviewQuery:
|
|
52313
|
+
}), { useGetJobPreviewQuery: rI } = nZ, oI = la(null), rZ = ({
|
|
52341
52314
|
country: e = "IN",
|
|
52342
52315
|
jobId: t,
|
|
52343
52316
|
openMockInterviewModal: n = (i, l) => {
|
|
@@ -52349,7 +52322,7 @@ const iZ = $o.injectEndpoints({
|
|
|
52349
52322
|
skip: o = !1,
|
|
52350
52323
|
children: a
|
|
52351
52324
|
}) => {
|
|
52352
|
-
const { data: i, isLoading: l, error: c, refetch: u } =
|
|
52325
|
+
const { data: i, isLoading: l, error: c, refetch: u } = rI(t, {
|
|
52353
52326
|
skip: !t || o
|
|
52354
52327
|
}), [d, f] = Qe(), [m, p] = Qe(null), g = {
|
|
52355
52328
|
activeApplicationId: m,
|
|
@@ -52369,20 +52342,20 @@ const iZ = $o.injectEndpoints({
|
|
|
52369
52342
|
highlights: i == null ? void 0 : i.highlights,
|
|
52370
52343
|
eligibilityCriteria: i == null ? void 0 : i.eligibilityCriteria
|
|
52371
52344
|
};
|
|
52372
|
-
return /* @__PURE__ */ O.createElement(
|
|
52345
|
+
return /* @__PURE__ */ O.createElement(oI.Provider, { value: g }, a);
|
|
52373
52346
|
}, mn = () => {
|
|
52374
|
-
const e = an(
|
|
52347
|
+
const e = an(oI);
|
|
52375
52348
|
if (!e)
|
|
52376
52349
|
throw new Error("useJobPreview must be used within a JobPreviewProvider");
|
|
52377
52350
|
return e;
|
|
52378
|
-
},
|
|
52379
|
-
descriptionContainer:
|
|
52380
|
-
container:
|
|
52381
|
-
recruiterAvatar:
|
|
52382
|
-
recruiterCardContent:
|
|
52383
|
-
recruiterName:
|
|
52384
|
-
recruiterEmail:
|
|
52385
|
-
},
|
|
52351
|
+
}, oZ = "_descriptionContainer_sd7fu_1", aZ = "_container_sd7fu_6", iZ = "_recruiterAvatar_sd7fu_10", lZ = "_recruiterCardContent_sd7fu_14", sZ = "_recruiterName_sd7fu_18", cZ = "_recruiterEmail_sd7fu_24", Ea = {
|
|
52352
|
+
descriptionContainer: oZ,
|
|
52353
|
+
container: aZ,
|
|
52354
|
+
recruiterAvatar: iZ,
|
|
52355
|
+
recruiterCardContent: lZ,
|
|
52356
|
+
recruiterName: sZ,
|
|
52357
|
+
recruiterEmail: cZ
|
|
52358
|
+
}, uZ = ({ recruiter: e }) => {
|
|
52386
52359
|
const { name: t, avatar: n, email: r } = e || {};
|
|
52387
52360
|
return /* @__PURE__ */ O.createElement($c, { size: "small" }, /* @__PURE__ */ O.createElement(Kt, { direction: "horizontal" }, /* @__PURE__ */ O.createElement(fv, { size: 48, src: n, className: Ea.recruiterAvatar }), /* @__PURE__ */ O.createElement(Kt, { direction: "vertical", className: Ea.recruiterCardContent }, /* @__PURE__ */ O.createElement(Et.Text, { className: Ea.recruiterName }, t), /* @__PURE__ */ O.createElement(
|
|
52388
52361
|
Et.Link,
|
|
@@ -52393,10 +52366,10 @@ const iZ = $o.injectEndpoints({
|
|
|
52393
52366
|
/* @__PURE__ */ O.createElement(ZV, null),
|
|
52394
52367
|
"Send Email To Recruiter"
|
|
52395
52368
|
))));
|
|
52396
|
-
},
|
|
52369
|
+
}, dZ = () => {
|
|
52397
52370
|
const { jobData: e } = mn(), { recruiters: t } = e || {};
|
|
52398
|
-
return /* @__PURE__ */ O.createElement(Kt, null, t.map((n, r) => /* @__PURE__ */ O.createElement(
|
|
52399
|
-
},
|
|
52371
|
+
return /* @__PURE__ */ O.createElement(Kt, null, t.map((n, r) => /* @__PURE__ */ O.createElement(uZ, { key: r, recruiter: n })));
|
|
52372
|
+
}, fZ = () => {
|
|
52400
52373
|
const { jobData: e } = mn(), { applicationTimeline: t } = e || {}, { timeline: n } = t || {}, r = n.map((a) => ({
|
|
52401
52374
|
title: a.stageName,
|
|
52402
52375
|
description: a.stageComments
|
|
@@ -52404,7 +52377,7 @@ const iZ = $o.injectEndpoints({
|
|
|
52404
52377
|
(a) => a.stageStatus === "ongoing"
|
|
52405
52378
|
);
|
|
52406
52379
|
return /* @__PURE__ */ O.createElement(_O, { current: o, items: r, direction: "vertical" });
|
|
52407
|
-
},
|
|
52380
|
+
}, mZ = () => /* @__PURE__ */ O.createElement(
|
|
52408
52381
|
Kt,
|
|
52409
52382
|
{
|
|
52410
52383
|
direction: "vertical",
|
|
@@ -52412,8 +52385,8 @@ const iZ = $o.injectEndpoints({
|
|
|
52412
52385
|
className: Ea.descriptionContainer
|
|
52413
52386
|
},
|
|
52414
52387
|
/* @__PURE__ */ O.createElement(Et.Title, { level: 4 }, "Your Application Status"),
|
|
52415
|
-
/* @__PURE__ */ O.createElement(
|
|
52416
|
-
),
|
|
52388
|
+
/* @__PURE__ */ O.createElement(fZ, null)
|
|
52389
|
+
), pZ = () => {
|
|
52417
52390
|
const { jobData: e } = mn(), { recruiters: t } = e || {};
|
|
52418
52391
|
return !t || t.length === 0 ? null : /* @__PURE__ */ O.createElement(
|
|
52419
52392
|
Kt,
|
|
@@ -52423,21 +52396,21 @@ const iZ = $o.injectEndpoints({
|
|
|
52423
52396
|
className: Ea.descriptionContainer
|
|
52424
52397
|
},
|
|
52425
52398
|
/* @__PURE__ */ O.createElement(Et.Title, { level: 4 }, "Recruiter Details"),
|
|
52426
|
-
/* @__PURE__ */ O.createElement(
|
|
52399
|
+
/* @__PURE__ */ O.createElement(dZ, null)
|
|
52427
52400
|
);
|
|
52428
|
-
},
|
|
52401
|
+
}, vZ = () => /* @__PURE__ */ O.createElement(Kt, { direction: "vertical", size: "large", className: Ea.container }, /* @__PURE__ */ O.createElement(mZ, null), /* @__PURE__ */ O.createElement(pZ, null)), mg = {
|
|
52429
52402
|
bookmark: "https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/170/276/original/BookmarkSimple.svg?1765444708",
|
|
52430
52403
|
exit: "https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/170/344/original/ExportOutlined.svg?1765460782",
|
|
52431
52404
|
airplay: "https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/170/451/original/Vector.svg?1765523747",
|
|
52432
52405
|
monitor: "https://d2beiqkhq929f0.cloudfront.net/public_assets/assets/000/170/455/original/Vector_%281%29.svg?1765526679"
|
|
52433
|
-
},
|
|
52434
|
-
actionBanner:
|
|
52435
|
-
actionBannerIcon:
|
|
52436
|
-
actionBannerContent:
|
|
52437
|
-
actionBannerTitle:
|
|
52438
|
-
actionBannerDescription:
|
|
52439
|
-
actionBannerButton:
|
|
52440
|
-
},
|
|
52406
|
+
}, gZ = "_actionBanner_13z26_1", hZ = "_actionBannerIcon_13z26_12", bZ = "_actionBannerContent_13z26_17", yZ = "_actionBannerTitle_13z26_23", CZ = "_actionBannerDescription_13z26_29", SZ = "_actionBannerButton_13z26_33", Vi = {
|
|
52407
|
+
actionBanner: gZ,
|
|
52408
|
+
actionBannerIcon: hZ,
|
|
52409
|
+
actionBannerContent: bZ,
|
|
52410
|
+
actionBannerTitle: yZ,
|
|
52411
|
+
actionBannerDescription: CZ,
|
|
52412
|
+
actionBannerButton: SZ
|
|
52413
|
+
}, aI = ({
|
|
52441
52414
|
icon: e,
|
|
52442
52415
|
title: t,
|
|
52443
52416
|
description: n,
|
|
@@ -52456,20 +52429,20 @@ const iZ = $o.injectEndpoints({
|
|
|
52456
52429
|
loading: l
|
|
52457
52430
|
},
|
|
52458
52431
|
r
|
|
52459
|
-
)),
|
|
52460
|
-
monitorBanner:
|
|
52461
|
-
monitorIcon:
|
|
52462
|
-
},
|
|
52432
|
+
)), xZ = "_monitorBanner_gxbq6_1", EZ = "_monitorIcon_gxbq6_7", uC = {
|
|
52433
|
+
monitorBanner: xZ,
|
|
52434
|
+
monitorIcon: EZ
|
|
52435
|
+
}, $Z = "https://companion.scaler.com/interview-experiences", iI = () => {
|
|
52463
52436
|
const { jobData: e, companyData: t } = mn(), { appliedOn: n, title: r, applicationStatus: o } = e || {}, a = o === os.WITHDRAWN, { name: i } = t || {}, l = Qt(() => {
|
|
52464
52437
|
globalThis.open(
|
|
52465
|
-
`${
|
|
52438
|
+
`${$Z}?company=${encodeURIComponent(
|
|
52466
52439
|
i
|
|
52467
52440
|
)}&role=${encodeURIComponent(r)}`,
|
|
52468
52441
|
"_blank"
|
|
52469
52442
|
);
|
|
52470
52443
|
}, [i, r]);
|
|
52471
52444
|
return !n || a ? null : /* @__PURE__ */ O.createElement(
|
|
52472
|
-
|
|
52445
|
+
aI,
|
|
52473
52446
|
{
|
|
52474
52447
|
icon: /* @__PURE__ */ O.createElement("img", { src: mg.monitor, className: uC.monitorIcon }),
|
|
52475
52448
|
title: "We've got the resources you need for this role",
|
|
@@ -52480,17 +52453,17 @@ const iZ = $o.injectEndpoints({
|
|
|
52480
52453
|
onClick: l
|
|
52481
52454
|
}
|
|
52482
52455
|
);
|
|
52483
|
-
},
|
|
52484
|
-
jobDescriptionTab:
|
|
52485
|
-
contentContainer:
|
|
52486
|
-
descriptionTitle:
|
|
52487
|
-
descriptionText:
|
|
52488
|
-
descriptionLink:
|
|
52489
|
-
list:
|
|
52490
|
-
steps:
|
|
52491
|
-
descriptionContainer:
|
|
52492
|
-
container:
|
|
52493
|
-
},
|
|
52456
|
+
}, wZ = "_jobDescriptionTab_t28j9_1", OZ = "_contentContainer_t28j9_5", NZ = "_descriptionTitle_t28j9_10", IZ = "_descriptionText_t28j9_18", _Z = "_descriptionLink_t28j9_32", PZ = "_list_t28j9_36", TZ = "_steps_t28j9_40", RZ = "_descriptionContainer_t28j9_44", MZ = "_container_t28j9_49", yn = {
|
|
52457
|
+
jobDescriptionTab: wZ,
|
|
52458
|
+
contentContainer: OZ,
|
|
52459
|
+
descriptionTitle: NZ,
|
|
52460
|
+
descriptionText: IZ,
|
|
52461
|
+
descriptionLink: _Z,
|
|
52462
|
+
list: PZ,
|
|
52463
|
+
steps: TZ,
|
|
52464
|
+
descriptionContainer: RZ,
|
|
52465
|
+
container: MZ
|
|
52466
|
+
}, DZ = () => {
|
|
52494
52467
|
const { companyData: e } = mn(), {
|
|
52495
52468
|
name: t,
|
|
52496
52469
|
employeeCount: n,
|
|
@@ -52524,11 +52497,11 @@ const iZ = $o.injectEndpoints({
|
|
|
52524
52497
|
a && /* @__PURE__ */ O.createElement(Kt, null, /* @__PURE__ */ O.createElement(Et.Text, { className: yn.descriptionTitle }, "Company Category:"), /* @__PURE__ */ O.createElement(Et.Text, { className: yn.descriptionText }, as(a))),
|
|
52525
52498
|
n && /* @__PURE__ */ O.createElement(Kt, null, /* @__PURE__ */ O.createElement(Et.Text, { className: yn.descriptionTitle }, "No. of Employees:"), /* @__PURE__ */ O.createElement(Et.Text, { className: yn.descriptionText }, n))
|
|
52526
52499
|
);
|
|
52527
|
-
},
|
|
52528
|
-
collapsableContainer:
|
|
52529
|
-
collapsed:
|
|
52530
|
-
viewMore:
|
|
52531
|
-
},
|
|
52500
|
+
}, AZ = "_collapsableContainer_1bjjt_1", jZ = "_collapsed_1bjjt_5", LZ = "_viewMore_1bjjt_21", pf = {
|
|
52501
|
+
collapsableContainer: AZ,
|
|
52502
|
+
collapsed: jZ,
|
|
52503
|
+
viewMore: LZ
|
|
52504
|
+
}, zZ = ({ html: e, contentClassName: t }) => {
|
|
52532
52505
|
const [n, r] = Qe(!1);
|
|
52533
52506
|
return /* @__PURE__ */ O.createElement("div", { className: pf.collapsableContainer }, /* @__PURE__ */ O.createElement(
|
|
52534
52507
|
"div",
|
|
@@ -52546,7 +52519,7 @@ const iZ = $o.injectEndpoints({
|
|
|
52546
52519
|
},
|
|
52547
52520
|
n ? "View Less" : "View More"
|
|
52548
52521
|
));
|
|
52549
|
-
},
|
|
52522
|
+
}, FZ = () => {
|
|
52550
52523
|
const { jobData: e } = mn(), { jobDescText: t, jobDesc: n } = e || {};
|
|
52551
52524
|
return /* @__PURE__ */ O.createElement(
|
|
52552
52525
|
Kt,
|
|
@@ -52565,18 +52538,18 @@ const iZ = $o.injectEndpoints({
|
|
|
52565
52538
|
/* @__PURE__ */ O.createElement(Kt, null, /* @__PURE__ */ O.createElement(dO, null), "Know More")
|
|
52566
52539
|
)),
|
|
52567
52540
|
t && /* @__PURE__ */ O.createElement(
|
|
52568
|
-
|
|
52541
|
+
zZ,
|
|
52569
52542
|
{
|
|
52570
52543
|
html: t,
|
|
52571
52544
|
contentClassName: yn.descriptionText
|
|
52572
52545
|
}
|
|
52573
52546
|
)
|
|
52574
52547
|
);
|
|
52575
|
-
},
|
|
52576
|
-
collapsableContainer:
|
|
52577
|
-
collapsed:
|
|
52578
|
-
viewMore:
|
|
52579
|
-
},
|
|
52548
|
+
}, BZ = "_collapsableContainer_1bjjt_1", kZ = "_collapsed_1bjjt_5", HZ = "_viewMore_1bjjt_21", vf = {
|
|
52549
|
+
collapsableContainer: BZ,
|
|
52550
|
+
collapsed: kZ,
|
|
52551
|
+
viewMore: HZ
|
|
52552
|
+
}, VZ = ({ children: e, contentClassName: t }) => {
|
|
52580
52553
|
const [n, r] = Qe(!1);
|
|
52581
52554
|
return /* @__PURE__ */ O.createElement("div", { className: vf.collapsableContainer }, /* @__PURE__ */ O.createElement(
|
|
52582
52555
|
"div",
|
|
@@ -52594,7 +52567,7 @@ const iZ = $o.injectEndpoints({
|
|
|
52594
52567
|
},
|
|
52595
52568
|
n ? "View Less" : "View More"
|
|
52596
52569
|
));
|
|
52597
|
-
},
|
|
52570
|
+
}, WZ = () => {
|
|
52598
52571
|
const { jobData: e, country: t } = mn(), { benefits: n, visaSponsorship: r } = e || {}, o = r === "yes";
|
|
52599
52572
|
return !n && !o || t !== "US" ? null : /* @__PURE__ */ O.createElement(
|
|
52600
52573
|
Kt,
|
|
@@ -52604,9 +52577,9 @@ const iZ = $o.injectEndpoints({
|
|
|
52604
52577
|
size: "large"
|
|
52605
52578
|
},
|
|
52606
52579
|
/* @__PURE__ */ O.createElement(Et.Text, { className: yn.descriptionTitle }, "Benefits"),
|
|
52607
|
-
/* @__PURE__ */ O.createElement(
|
|
52580
|
+
/* @__PURE__ */ O.createElement(VZ, { contentClassName: yn.descriptionText }, /* @__PURE__ */ O.createElement("ul", { className: yn.list }, n == null ? void 0 : n.map((a) => /* @__PURE__ */ O.createElement("li", { key: a }, a)), o && /* @__PURE__ */ O.createElement("li", null, "Visa sponsorship available")))
|
|
52608
52581
|
);
|
|
52609
|
-
},
|
|
52582
|
+
}, KZ = () => {
|
|
52610
52583
|
const { jobData: e } = mn(), { hiringSteps: t } = e || {};
|
|
52611
52584
|
if (!t)
|
|
52612
52585
|
return null;
|
|
@@ -52615,7 +52588,7 @@ const iZ = $o.injectEndpoints({
|
|
|
52615
52588
|
description: /* @__PURE__ */ O.createElement("span", { className: yn.descriptionText }, r.interviewType)
|
|
52616
52589
|
}));
|
|
52617
52590
|
return /* @__PURE__ */ O.createElement(_O, { className: yn.steps, current: -1, progressDot: !0, items: n });
|
|
52618
|
-
},
|
|
52591
|
+
}, qZ = () => /* @__PURE__ */ O.createElement(
|
|
52619
52592
|
Kt,
|
|
52620
52593
|
{
|
|
52621
52594
|
direction: "vertical",
|
|
@@ -52623,10 +52596,10 @@ const iZ = $o.injectEndpoints({
|
|
|
52623
52596
|
className: yn.descriptionContainer
|
|
52624
52597
|
},
|
|
52625
52598
|
/* @__PURE__ */ O.createElement(Et.Title, { level: 4 }, "Job Description"),
|
|
52626
|
-
/* @__PURE__ */ O.createElement(
|
|
52627
|
-
/* @__PURE__ */ O.createElement(
|
|
52628
|
-
/* @__PURE__ */ O.createElement(
|
|
52629
|
-
),
|
|
52599
|
+
/* @__PURE__ */ O.createElement(DZ, null),
|
|
52600
|
+
/* @__PURE__ */ O.createElement(FZ, null),
|
|
52601
|
+
/* @__PURE__ */ O.createElement(WZ, null)
|
|
52602
|
+
), UZ = () => /* @__PURE__ */ O.createElement(
|
|
52630
52603
|
Kt,
|
|
52631
52604
|
{
|
|
52632
52605
|
direction: "vertical",
|
|
@@ -52634,17 +52607,17 @@ const iZ = $o.injectEndpoints({
|
|
|
52634
52607
|
className: yn.descriptionContainer
|
|
52635
52608
|
},
|
|
52636
52609
|
/* @__PURE__ */ O.createElement(Et.Title, { level: 4 }, "Post Application Process"),
|
|
52637
|
-
/* @__PURE__ */ O.createElement(
|
|
52638
|
-
),
|
|
52639
|
-
container:
|
|
52640
|
-
dot:
|
|
52641
|
-
successDot:
|
|
52642
|
-
errorDot:
|
|
52610
|
+
/* @__PURE__ */ O.createElement(KZ, null)
|
|
52611
|
+
), GZ = () => /* @__PURE__ */ O.createElement(Kt, { direction: "vertical", size: "large", className: yn.container }, /* @__PURE__ */ O.createElement(qZ, null), /* @__PURE__ */ O.createElement(UZ, null), /* @__PURE__ */ O.createElement(iI, null)), XZ = "_container_1froy_1", YZ = "_dot_1froy_5", QZ = "_successDot_1froy_11", JZ = "_errorDot_1froy_15", Zo = {
|
|
52612
|
+
container: XZ,
|
|
52613
|
+
dot: YZ,
|
|
52614
|
+
successDot: QZ,
|
|
52615
|
+
errorDot: JZ
|
|
52643
52616
|
}, Fr = {
|
|
52644
52617
|
completed: "Completed",
|
|
52645
52618
|
pending: "Pending",
|
|
52646
52619
|
notRequired: "Not Required"
|
|
52647
|
-
},
|
|
52620
|
+
}, ZZ = [
|
|
52648
52621
|
{
|
|
52649
52622
|
title: "Skill Type",
|
|
52650
52623
|
dataIndex: "skillType"
|
|
@@ -52661,12 +52634,12 @@ const iZ = $o.injectEndpoints({
|
|
|
52661
52634
|
title: "Mock Interview",
|
|
52662
52635
|
dataIndex: "mockInterview"
|
|
52663
52636
|
}
|
|
52664
|
-
],
|
|
52637
|
+
], eee = ({ status: e }) => /* @__PURE__ */ O.createElement(aa, { color: e === Fr.completed ? "success" : "warning" }, e), tee = ({ contestDetails: e }) => {
|
|
52665
52638
|
if (!e)
|
|
52666
52639
|
return Fr.notRequired;
|
|
52667
52640
|
const { cleared: t, joinLink: n } = e;
|
|
52668
52641
|
return t ? /* @__PURE__ */ O.createElement(Kt, null, /* @__PURE__ */ O.createElement("div", { className: U(Zo.dot, Zo.successDot) }), /* @__PURE__ */ O.createElement(Et.Text, null, "Success")) : /* @__PURE__ */ O.createElement(Et.Link, { href: n, underline: !0 }, "Attempt Contest");
|
|
52669
|
-
},
|
|
52642
|
+
}, nee = ({
|
|
52670
52643
|
mockInterviewDetails: e,
|
|
52671
52644
|
skillId: t,
|
|
52672
52645
|
skillName: n
|
|
@@ -52683,7 +52656,7 @@ const iZ = $o.injectEndpoints({
|
|
|
52683
52656
|
},
|
|
52684
52657
|
"Schedule Interview"
|
|
52685
52658
|
);
|
|
52686
|
-
},
|
|
52659
|
+
}, ree = () => {
|
|
52687
52660
|
const { jobData: e } = mn(), { eligibilityCriteria: t } = e || {}, { reasons: n } = t || {}, r = n == null ? void 0 : n.find(
|
|
52688
52661
|
(a) => a.label === "skills"
|
|
52689
52662
|
);
|
|
@@ -52696,10 +52669,10 @@ const iZ = $o.injectEndpoints({
|
|
|
52696
52669
|
) ? Fr.completed : Fr.pending;
|
|
52697
52670
|
return {
|
|
52698
52671
|
skillType: a,
|
|
52699
|
-
status: /* @__PURE__ */ O.createElement(
|
|
52700
|
-
contests: /* @__PURE__ */ O.createElement(
|
|
52672
|
+
status: /* @__PURE__ */ O.createElement(eee, { status: f }),
|
|
52673
|
+
contests: /* @__PURE__ */ O.createElement(tee, { contestDetails: l }),
|
|
52701
52674
|
mockInterview: /* @__PURE__ */ O.createElement(
|
|
52702
|
-
|
|
52675
|
+
nee,
|
|
52703
52676
|
{
|
|
52704
52677
|
mockInterviewDetails: u,
|
|
52705
52678
|
skillId: i.skillId,
|
|
@@ -52713,7 +52686,7 @@ const iZ = $o.injectEndpoints({
|
|
|
52713
52686
|
Xv,
|
|
52714
52687
|
{
|
|
52715
52688
|
title: () => /* @__PURE__ */ O.createElement(Et.Text, { strong: !0 }, "Scaler certifications you need to apply"),
|
|
52716
|
-
columns:
|
|
52689
|
+
columns: ZZ,
|
|
52717
52690
|
dataSource: o,
|
|
52718
52691
|
pagination: !1
|
|
52719
52692
|
}
|
|
@@ -52721,7 +52694,7 @@ const iZ = $o.injectEndpoints({
|
|
|
52721
52694
|
}, Rl = {
|
|
52722
52695
|
added: "Added",
|
|
52723
52696
|
missing: "Missing"
|
|
52724
|
-
},
|
|
52697
|
+
}, oee = [
|
|
52725
52698
|
{
|
|
52726
52699
|
title: "Stack Type",
|
|
52727
52700
|
dataIndex: "stackType"
|
|
@@ -52738,7 +52711,7 @@ const iZ = $o.injectEndpoints({
|
|
|
52738
52711
|
title: "",
|
|
52739
52712
|
dataIndex: "action"
|
|
52740
52713
|
}
|
|
52741
|
-
],
|
|
52714
|
+
], aee = ({ status: e }) => /* @__PURE__ */ O.createElement(Kt, null, /* @__PURE__ */ O.createElement(
|
|
52742
52715
|
"div",
|
|
52743
52716
|
{
|
|
52744
52717
|
className: U(Zo.dot, {
|
|
@@ -52746,10 +52719,10 @@ const iZ = $o.injectEndpoints({
|
|
|
52746
52719
|
[Zo.errorDot]: e === Rl.missing
|
|
52747
52720
|
})
|
|
52748
52721
|
}
|
|
52749
|
-
), /* @__PURE__ */ O.createElement(Et.Text, null, e)),
|
|
52722
|
+
), /* @__PURE__ */ O.createElement(Et.Text, null, e)), iee = ({ status: e }) => {
|
|
52750
52723
|
const { openResume: t } = mn();
|
|
52751
52724
|
return e === Rl.added ? null : /* @__PURE__ */ O.createElement(Et.Link, { onClick: t, underline: !0 }, "Add Skill");
|
|
52752
|
-
},
|
|
52725
|
+
}, lee = () => {
|
|
52753
52726
|
const { jobData: e } = mn(), { eligibilityCriteria: t } = e || {}, { reasons: n } = t || {}, r = n == null ? void 0 : n.find(
|
|
52754
52727
|
(a) => a.label === "tech_stacks"
|
|
52755
52728
|
);
|
|
@@ -52762,8 +52735,8 @@ const iZ = $o.injectEndpoints({
|
|
|
52762
52735
|
return {
|
|
52763
52736
|
stackType: a,
|
|
52764
52737
|
experience: `${Math.floor(i.proficiencyPeriod / 12)}+`,
|
|
52765
|
-
status: /* @__PURE__ */ O.createElement(
|
|
52766
|
-
action: /* @__PURE__ */ O.createElement(
|
|
52738
|
+
status: /* @__PURE__ */ O.createElement(aee, { status: l }),
|
|
52739
|
+
action: /* @__PURE__ */ O.createElement(iee, { status: l })
|
|
52767
52740
|
};
|
|
52768
52741
|
}
|
|
52769
52742
|
);
|
|
@@ -52771,26 +52744,26 @@ const iZ = $o.injectEndpoints({
|
|
|
52771
52744
|
Xv,
|
|
52772
52745
|
{
|
|
52773
52746
|
title: () => /* @__PURE__ */ O.createElement(Et.Text, { strong: !0 }, "Skills and Toolsets in your Resume"),
|
|
52774
|
-
columns:
|
|
52747
|
+
columns: oee,
|
|
52775
52748
|
dataSource: o,
|
|
52776
52749
|
pagination: !1
|
|
52777
52750
|
}
|
|
52778
52751
|
);
|
|
52779
|
-
},
|
|
52752
|
+
}, see = (e, t) => {
|
|
52780
52753
|
const n = `${Math.floor(e / 12)}y`, r = e % 12 === 0 ? "" : ` ${e % 12}m`, o = `${n}${r}`;
|
|
52781
52754
|
if (!t)
|
|
52782
52755
|
return `${o}+ Experience`;
|
|
52783
52756
|
const a = `${Math.floor(t / 12)}y`, i = t % 12 === 0 ? "" : `${t % 12}m`;
|
|
52784
52757
|
return `${o} - ${a} ${i} Experience`;
|
|
52785
|
-
},
|
|
52758
|
+
}, cee = (e) => e === 0 ? "Immediate" : e == null ? "NA" : `${e} days`, uee = {
|
|
52786
52759
|
placed_mentee: () => "CTC greater than 1.6x of current offer",
|
|
52787
52760
|
diversity: () => "Female Candidates Only",
|
|
52788
|
-
experience: ({ minExperience: e, maxExperience: t }) =>
|
|
52789
|
-
notice_period: ({ preferredNoticePeriod: e }) => `${
|
|
52761
|
+
experience: ({ minExperience: e, maxExperience: t }) => see(e, t),
|
|
52762
|
+
notice_period: ({ preferredNoticePeriod: e }) => `${cee(e)} Notice Period`
|
|
52790
52763
|
}, up = {
|
|
52791
52764
|
eligible: "Eligible",
|
|
52792
52765
|
ineligible: "Ineligible"
|
|
52793
|
-
},
|
|
52766
|
+
}, dee = [
|
|
52794
52767
|
{
|
|
52795
52768
|
title: "Requirement",
|
|
52796
52769
|
dataIndex: "requirement"
|
|
@@ -52803,7 +52776,7 @@ const iZ = $o.injectEndpoints({
|
|
|
52803
52776
|
title: "Status",
|
|
52804
52777
|
dataIndex: "status"
|
|
52805
52778
|
}
|
|
52806
|
-
],
|
|
52779
|
+
], fee = ({ status: e }) => e === up.eligible ? /* @__PURE__ */ O.createElement(aa, { color: "success" }, "Eligible") : /* @__PURE__ */ O.createElement(aa, { color: "error" }, "Ineligible"), mee = () => {
|
|
52807
52780
|
const { jobData: e } = mn(), { eligibilityCriteria: t } = e || {}, { reasons: n } = t || {}, r = n == null ? void 0 : n.filter(
|
|
52808
52781
|
(a) => a.label !== "skills" && a.showText
|
|
52809
52782
|
);
|
|
@@ -52813,42 +52786,42 @@ const iZ = $o.injectEndpoints({
|
|
|
52813
52786
|
const i = a.isEligible ? up.eligible : up.ineligible;
|
|
52814
52787
|
return {
|
|
52815
52788
|
requirement: as(a.label),
|
|
52816
|
-
details:
|
|
52817
|
-
status: /* @__PURE__ */ O.createElement(
|
|
52789
|
+
details: uee[a.label](e),
|
|
52790
|
+
status: /* @__PURE__ */ O.createElement(fee, { status: i })
|
|
52818
52791
|
};
|
|
52819
52792
|
});
|
|
52820
52793
|
return /* @__PURE__ */ O.createElement(
|
|
52821
52794
|
Xv,
|
|
52822
52795
|
{
|
|
52823
52796
|
title: () => /* @__PURE__ */ O.createElement(Et.Text, { strong: !0 }, "Skills and Toolsets in your Resume"),
|
|
52824
|
-
columns:
|
|
52797
|
+
columns: dee,
|
|
52825
52798
|
dataSource: o,
|
|
52826
52799
|
pagination: !1
|
|
52827
52800
|
}
|
|
52828
52801
|
);
|
|
52829
|
-
},
|
|
52802
|
+
}, pee = () => {
|
|
52830
52803
|
const { jobData: e } = mn(), { eligibilityCriteria: t } = e || {};
|
|
52831
|
-
return t ? /* @__PURE__ */ O.createElement(Kt, { direction: "vertical", size: "large", className: Zo.container }, /* @__PURE__ */ O.createElement(Et.Title, { level: 4 }, "Job Check-list"), /* @__PURE__ */ O.createElement(
|
|
52832
|
-
},
|
|
52833
|
-
bodyContainer:
|
|
52834
|
-
tabs:
|
|
52835
|
-
},
|
|
52804
|
+
return t ? /* @__PURE__ */ O.createElement(Kt, { direction: "vertical", size: "large", className: Zo.container }, /* @__PURE__ */ O.createElement(Et.Title, { level: 4 }, "Job Check-list"), /* @__PURE__ */ O.createElement(ree, null), /* @__PURE__ */ O.createElement(lee, null), /* @__PURE__ */ O.createElement(mee, null)) : null;
|
|
52805
|
+
}, vee = "_bodyContainer_1nalq_1", gee = "_tabs_1nalq_5", dC = {
|
|
52806
|
+
bodyContainer: vee,
|
|
52807
|
+
tabs: gee
|
|
52808
|
+
}, hee = () => {
|
|
52836
52809
|
var i;
|
|
52837
52810
|
const { activeTab: e, setActiveTab: t, jobData: n } = mn(), { applicationTimeline: r } = n || {}, a = [
|
|
52838
52811
|
((i = r == null ? void 0 : r.timeline) == null ? void 0 : i.length) > 0 && {
|
|
52839
52812
|
key: va.APPLICATION_TIMELINE.key,
|
|
52840
52813
|
label: va.APPLICATION_TIMELINE.label,
|
|
52841
|
-
children: /* @__PURE__ */ O.createElement(
|
|
52814
|
+
children: /* @__PURE__ */ O.createElement(vZ, null)
|
|
52842
52815
|
},
|
|
52843
52816
|
{
|
|
52844
52817
|
key: va.ABOUT_ROLE.key,
|
|
52845
52818
|
label: va.ABOUT_ROLE.label,
|
|
52846
|
-
children: /* @__PURE__ */ O.createElement(
|
|
52819
|
+
children: /* @__PURE__ */ O.createElement(GZ, null)
|
|
52847
52820
|
},
|
|
52848
52821
|
{
|
|
52849
52822
|
key: va.REQUIREMENTS.key,
|
|
52850
52823
|
label: va.REQUIREMENTS.label,
|
|
52851
|
-
children: /* @__PURE__ */ O.createElement(
|
|
52824
|
+
children: /* @__PURE__ */ O.createElement(pee, null)
|
|
52852
52825
|
}
|
|
52853
52826
|
].filter(Boolean);
|
|
52854
52827
|
return /* @__PURE__ */ O.createElement("div", { className: dC.bodyContainer }, /* @__PURE__ */ O.createElement(
|
|
@@ -52860,7 +52833,7 @@ const iZ = $o.injectEndpoints({
|
|
|
52860
52833
|
onChange: t
|
|
52861
52834
|
}
|
|
52862
52835
|
));
|
|
52863
|
-
},
|
|
52836
|
+
}, bee = $o.injectEndpoints({
|
|
52864
52837
|
endpoints: (e) => ({
|
|
52865
52838
|
updateApplicationStatus: e.mutation({
|
|
52866
52839
|
query: (t) => ({
|
|
@@ -52873,16 +52846,16 @@ const iZ = $o.injectEndpoints({
|
|
|
52873
52846
|
]
|
|
52874
52847
|
})
|
|
52875
52848
|
})
|
|
52876
|
-
}), { useUpdateApplicationStatusMutation: pg } =
|
|
52877
|
-
appliedButton:
|
|
52878
|
-
saveButton:
|
|
52879
|
-
savedButton:
|
|
52880
|
-
jobActions:
|
|
52881
|
-
withdrawalReasonForm:
|
|
52882
|
-
warningIcon:
|
|
52883
|
-
withdrawalReasonRadioGroup:
|
|
52884
|
-
withdrawnText:
|
|
52885
|
-
},
|
|
52849
|
+
}), { useUpdateApplicationStatusMutation: pg } = bee, yee = "_appliedButton_1f028_1", Cee = "_saveButton_1f028_9", See = "_savedButton_1f028_9", xee = "_jobActions_1f028_30", Eee = "_withdrawalReasonForm_1f028_36", $ee = "_warningIcon_1f028_41", wee = "_withdrawalReasonRadioGroup_1f028_45", Oee = "_withdrawnText_1f028_52", ea = {
|
|
52850
|
+
appliedButton: yee,
|
|
52851
|
+
saveButton: Cee,
|
|
52852
|
+
savedButton: See,
|
|
52853
|
+
jobActions: xee,
|
|
52854
|
+
withdrawalReasonForm: Eee,
|
|
52855
|
+
warningIcon: $ee,
|
|
52856
|
+
withdrawalReasonRadioGroup: wee,
|
|
52857
|
+
withdrawnText: Oee
|
|
52858
|
+
}, Nee = ({
|
|
52886
52859
|
withdrawalReason: e,
|
|
52887
52860
|
setWithdrawalReason: t,
|
|
52888
52861
|
withdrawalMessage: n,
|
|
@@ -52910,7 +52883,7 @@ const iZ = $o.injectEndpoints({
|
|
|
52910
52883
|
placeholder: "Please specify your reason"
|
|
52911
52884
|
}
|
|
52912
52885
|
)))));
|
|
52913
|
-
},
|
|
52886
|
+
}, Iee = () => {
|
|
52914
52887
|
var v;
|
|
52915
52888
|
const { jobId: e, jobData: t, refetch: n } = mn(), { applicationStatus: r, appliedOn: o } = t || {}, [a, i] = Qe(!1), [l, c] = Qe(
|
|
52916
52889
|
(v = Qi[0]) == null ? void 0 : v.value
|
|
@@ -52949,7 +52922,7 @@ const iZ = $o.injectEndpoints({
|
|
|
52949
52922
|
onCancel: g
|
|
52950
52923
|
},
|
|
52951
52924
|
/* @__PURE__ */ O.createElement(
|
|
52952
|
-
|
|
52925
|
+
Nee,
|
|
52953
52926
|
{
|
|
52954
52927
|
withdrawalReason: l,
|
|
52955
52928
|
setWithdrawalReason: c,
|
|
@@ -52958,7 +52931,7 @@ const iZ = $o.injectEndpoints({
|
|
|
52958
52931
|
}
|
|
52959
52932
|
)
|
|
52960
52933
|
)) : null;
|
|
52961
|
-
},
|
|
52934
|
+
}, _ee = () => {
|
|
52962
52935
|
const { jobId: e, jobData: t, refetch: n } = mn(), [r, { isLoading: o }] = pg(), { applicationStatus: a, appliedOn: i } = t || {}, l = a === os.SAVED, c = () => Zn(void 0, null, function* () {
|
|
52963
52936
|
var d;
|
|
52964
52937
|
const u = yield r({
|
|
@@ -52988,7 +52961,7 @@ const iZ = $o.injectEndpoints({
|
|
|
52988
52961
|
},
|
|
52989
52962
|
"Save"
|
|
52990
52963
|
);
|
|
52991
|
-
},
|
|
52964
|
+
}, Pee = () => {
|
|
52992
52965
|
const { jobData: e, eligibilityCriteria: t, setActiveApplicationId: n, jobId: r } = mn(), { appliedOn: o, applicationStatus: a } = e || {}, { isEligible: i } = t || {}, l = a === os.WITHDRAWN, c = () => {
|
|
52993
52966
|
n(r);
|
|
52994
52967
|
};
|
|
@@ -53015,7 +52988,7 @@ const iZ = $o.injectEndpoints({
|
|
|
53015
52988
|
},
|
|
53016
52989
|
"Apply Now"
|
|
53017
52990
|
);
|
|
53018
|
-
},
|
|
52991
|
+
}, Tee = () => /* @__PURE__ */ O.createElement("div", { className: ea.jobActions }, /* @__PURE__ */ O.createElement(Pee, null), /* @__PURE__ */ O.createElement(_ee, null), /* @__PURE__ */ O.createElement(Iee, null)), fC = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAACqElEQVR4Xu2bMUpEQRBEXQwNFLyKuYE38KDewMDcqyx8A0NRlAWFDbqKGYuezzP9tdMz7/X0Lrt42Lbt84K/NgQOCGnj4mcjCOnlAyHNfCAEId0INNsP7yEIaUag2XYiN+T48jR87Nv7x6E1OuxBOQBCFEqnzGhTKKUQolBCyDml0e5kZP1h2gFGhz0ol5GRpVBiZDGyjD7xox3GRYc9KOQYWQolRhYjy+gTP9phXHTYg0KOkaVQYmQxsow+8aMdxkWHPSjkGFkKJUYWI8voEz/aYVx02INCbpmRpRzmvzOj3zgr+0OIQon3EINSMMoNCcJWSiFEoRTMICQIWymFEIVSMIOQIGylFEIUSsEMQoKwlVIIUSgFMwgJwlZKIUShFMwgJAhbKYUQhVIwg5AgbKUUQhRKwUwLITN+aZvBbBTGKucof6Ba5SCV9FXOgZDK5OTn1U1HyGTg1XIIORFiZFWtYj6vOqtaDiEVIfM5Qha76pVfbkhFyHzODeGGmC2jxavG4mOvxnFaCiGL3XRuyLTe1xbihnBDtE5xU1VnVevxsbciZD5HyMSrfnl1beI/j9/cPQytsb0+D73++8Uf72/Da1SNFXlTrzYxfMrQAjPGXsUCIYZMhBiwElGEJCgbNRBiwEpEEZKgbNRAiAErEUVIgrJRAyEGrEQUIQnKRg2EGLASUYQkKBs1EGLASkQRkqBs1ECIASsRRUiCslFjN0KMM+8+2uL3kN1TNg6IEANWIoqQBGWjBkIMWIkoQhKUjRoIMWAloghJUDZqIMSAlYgiJEHZqIEQA1YiipAEZaMGQgxYiShCEpSNGggxYCWiCElQNmogxICViA4LSWySGr8Eyn/YAVaWAEKyvMtqCCkRZQMIyfIuqyGkRJQNICTLu6yGkBJRNvAFGmsSbsnlaLoAAAAASUVORK5CYII=", Hu = ({
|
|
53019
52992
|
logo: e,
|
|
53020
52993
|
company: t,
|
|
53021
52994
|
companiesList: n,
|
|
@@ -53052,25 +53025,25 @@ Hu.defaultProps = {
|
|
|
53052
53025
|
companiesList: {},
|
|
53053
53026
|
companyName: ""
|
|
53054
53027
|
};
|
|
53055
|
-
const
|
|
53056
|
-
basicInfo:
|
|
53057
|
-
companyInfo:
|
|
53058
|
-
companyName:
|
|
53059
|
-
container:
|
|
53060
|
-
extraDetails:
|
|
53061
|
-
extraDetailsDivider:
|
|
53062
|
-
jobTitle:
|
|
53063
|
-
jobLocation:
|
|
53064
|
-
},
|
|
53028
|
+
const Ree = "_basicInfo_2vzae_1", Mee = "_companyInfo_2vzae_12", Dee = "_companyName_2vzae_18", Aee = "_container_2vzae_25", jee = "_extraDetails_2vzae_33", Lee = "_extraDetailsDivider_2vzae_44", zee = "_jobTitle_2vzae_51", Fee = "_jobLocation_2vzae_58", Ao = {
|
|
53029
|
+
basicInfo: Ree,
|
|
53030
|
+
companyInfo: Mee,
|
|
53031
|
+
companyName: Dee,
|
|
53032
|
+
container: Aee,
|
|
53033
|
+
extraDetails: jee,
|
|
53034
|
+
extraDetailsDivider: Lee,
|
|
53035
|
+
jobTitle: zee,
|
|
53036
|
+
jobLocation: Fee
|
|
53037
|
+
}, Bee = () => {
|
|
53065
53038
|
const { companyData: e } = mn(), { logo: t, name: n } = e || {};
|
|
53066
53039
|
return /* @__PURE__ */ O.createElement("div", { className: Ao.companyInfo }, /* @__PURE__ */ O.createElement(Hu, { logo: t, companyName: n, size: 50 }), /* @__PURE__ */ O.createElement("div", { className: Ao.companyName }, n));
|
|
53067
|
-
},
|
|
53040
|
+
}, kee = () => {
|
|
53068
53041
|
const { jobData: e } = mn(), { title: t } = e || {};
|
|
53069
53042
|
return /* @__PURE__ */ O.createElement(Et.Text, { ellipsis: !0, className: Ao.jobTitle }, t);
|
|
53070
|
-
},
|
|
53043
|
+
}, Hee = () => {
|
|
53071
53044
|
const { jobData: e } = mn(), { preferredCities: t } = e || {}, n = YN(t);
|
|
53072
53045
|
return /* @__PURE__ */ O.createElement("div", { className: Ao.jobLocation }, n);
|
|
53073
|
-
},
|
|
53046
|
+
}, Vee = () => /* @__PURE__ */ O.createElement("div", { className: Ao.basicInfo }, /* @__PURE__ */ O.createElement(Bee, null), /* @__PURE__ */ O.createElement(kee, null), /* @__PURE__ */ O.createElement(Hee, null)), Wee = () => {
|
|
53074
53047
|
const { jobData: e } = mn(), {
|
|
53075
53048
|
minCtc: t,
|
|
53076
53049
|
maxCtc: n,
|
|
@@ -53095,8 +53068,8 @@ const jee = "_basicInfo_2vzae_1", Lee = "_companyInfo_2vzae_12", zee = "_company
|
|
|
53095
53068
|
className: Ao.extraDetailsDivider
|
|
53096
53069
|
}
|
|
53097
53070
|
))));
|
|
53098
|
-
},
|
|
53099
|
-
function
|
|
53071
|
+
}, Kee = () => /* @__PURE__ */ O.createElement("div", { className: Ao.container }, /* @__PURE__ */ O.createElement(Vee, null), /* @__PURE__ */ O.createElement(Wee, null), /* @__PURE__ */ O.createElement(Tee, null)), lI = la();
|
|
53072
|
+
function qee({
|
|
53100
53073
|
children: e,
|
|
53101
53074
|
onUploadFile: t = () => (console.log("Method not implemented. We should get it from MIT"), "")
|
|
53102
53075
|
}) {
|
|
@@ -53109,7 +53082,7 @@ function Yee({
|
|
|
53109
53082
|
r((d) => fr(vn({}, d), { [c]: u }));
|
|
53110
53083
|
};
|
|
53111
53084
|
return /* @__PURE__ */ O.createElement(
|
|
53112
|
-
|
|
53085
|
+
lI.Provider,
|
|
53113
53086
|
{
|
|
53114
53087
|
value: {
|
|
53115
53088
|
defaultFormData: n,
|
|
@@ -53125,18 +53098,18 @@ function Yee({
|
|
|
53125
53098
|
);
|
|
53126
53099
|
}
|
|
53127
53100
|
const Gr = () => {
|
|
53128
|
-
const e = an(
|
|
53101
|
+
const e = an(lI);
|
|
53129
53102
|
if (!e)
|
|
53130
53103
|
throw new Error(
|
|
53131
53104
|
"useApplicationForm must be used within a ApplicationFormProvider"
|
|
53132
53105
|
);
|
|
53133
53106
|
return e;
|
|
53134
|
-
},
|
|
53135
|
-
field:
|
|
53136
|
-
checkboxAdjacentField:
|
|
53137
|
-
fieldGroup:
|
|
53138
|
-
checkboxFieldGroup:
|
|
53139
|
-
fieldGroupLabel:
|
|
53107
|
+
}, Uee = "_field_15aju_1", Gee = "_checkboxAdjacentField_15aju_7", Xee = "_fieldGroup_15aju_11", Yee = "_checkboxFieldGroup_15aju_17", Qee = "_fieldGroupLabel_15aju_21", Sn = {
|
|
53108
|
+
field: Uee,
|
|
53109
|
+
checkboxAdjacentField: Gee,
|
|
53110
|
+
fieldGroup: Xee,
|
|
53111
|
+
checkboxFieldGroup: Yee,
|
|
53112
|
+
fieldGroupLabel: Qee
|
|
53140
53113
|
};
|
|
53141
53114
|
function mC({ fieldName: e, fieldProps: t, label: n }) {
|
|
53142
53115
|
const { updateDefaultField: r } = Gr(), o = (a) => {
|
|
@@ -53155,7 +53128,7 @@ function mC({ fieldName: e, fieldProps: t, label: n }) {
|
|
|
53155
53128
|
/* @__PURE__ */ O.createElement(no, fr(vn({}, t), { onChange: o }))
|
|
53156
53129
|
);
|
|
53157
53130
|
}
|
|
53158
|
-
function
|
|
53131
|
+
function Jee({ fieldName: e, label: t, fieldProps: n }) {
|
|
53159
53132
|
const { updateDefaultField: r } = Gr(), o = (a) => {
|
|
53160
53133
|
r(e, a.target.value);
|
|
53161
53134
|
};
|
|
@@ -53177,7 +53150,7 @@ function nte({ fieldName: e, label: t, fieldProps: n }) {
|
|
|
53177
53150
|
/* @__PURE__ */ O.createElement(no, fr(vn({}, n), { onChange: o }))
|
|
53178
53151
|
);
|
|
53179
53152
|
}
|
|
53180
|
-
const
|
|
53153
|
+
const Zee = $o.injectEndpoints({
|
|
53181
53154
|
endpoints: (e) => ({
|
|
53182
53155
|
getSelectOptions: e.query({
|
|
53183
53156
|
query: ({ fieldType: t, query: n }) => ({
|
|
@@ -53196,9 +53169,9 @@ const rte = $o.injectEndpoints({
|
|
|
53196
53169
|
}
|
|
53197
53170
|
})
|
|
53198
53171
|
})
|
|
53199
|
-
}), { useLazyGetSelectOptionsQuery:
|
|
53200
|
-
function
|
|
53201
|
-
const { updateDefaultField: n } = Gr(), [r] =
|
|
53172
|
+
}), { useLazyGetSelectOptionsQuery: ete } = Zee;
|
|
53173
|
+
function tte({ fieldName: e, label: t }) {
|
|
53174
|
+
const { updateDefaultField: n } = Gr(), [r] = ete(), [o, a] = Qe([]), i = (c) => {
|
|
53202
53175
|
n(e, c);
|
|
53203
53176
|
}, l = (c) => Zn(this, null, function* () {
|
|
53204
53177
|
const u = yield r({
|
|
@@ -53228,10 +53201,10 @@ function ate({ fieldName: e, label: t }) {
|
|
|
53228
53201
|
)
|
|
53229
53202
|
);
|
|
53230
53203
|
}
|
|
53231
|
-
function
|
|
53204
|
+
function nte({ fieldName: e, label: t }) {
|
|
53232
53205
|
const { updateDefaultField: n } = Gr(), r = On(
|
|
53233
53206
|
(l) => l.scalantCareerHub.dashboard.userProfileData
|
|
53234
|
-
), o = (r == null ? void 0 : r.experienceBasedSkills) || [], a =
|
|
53207
|
+
), o = (r == null ? void 0 : r.experienceBasedSkills) || [], a = fte(o), i = (l) => {
|
|
53235
53208
|
const c = o.map((u) => fr(vn({}, u), {
|
|
53236
53209
|
isTop5: l.includes(u.id)
|
|
53237
53210
|
}));
|
|
@@ -53258,7 +53231,7 @@ function ite({ fieldName: e, label: t }) {
|
|
|
53258
53231
|
)
|
|
53259
53232
|
));
|
|
53260
53233
|
}
|
|
53261
|
-
function
|
|
53234
|
+
function rte({ fieldName: e, label: t }) {
|
|
53262
53235
|
const { updateDefaultField: n } = Gr(), r = (o) => {
|
|
53263
53236
|
n(e, o);
|
|
53264
53237
|
};
|
|
@@ -53283,7 +53256,7 @@ function lte({ fieldName: e, label: t }) {
|
|
|
53283
53256
|
)
|
|
53284
53257
|
);
|
|
53285
53258
|
}
|
|
53286
|
-
function
|
|
53259
|
+
function ote({ fieldName: e, fieldProps: t, label: n }) {
|
|
53287
53260
|
const { updateDefaultField: r } = Gr(), o = (a) => {
|
|
53288
53261
|
r(e, a.join("/"));
|
|
53289
53262
|
};
|
|
@@ -53298,7 +53271,7 @@ function ste({ fieldName: e, fieldProps: t, label: n }) {
|
|
|
53298
53271
|
/* @__PURE__ */ O.createElement(rn, fr(vn({}, t), { onChange: o }))
|
|
53299
53272
|
);
|
|
53300
53273
|
}
|
|
53301
|
-
function
|
|
53274
|
+
function ate({ fieldName: e, label: t }) {
|
|
53302
53275
|
var l, c;
|
|
53303
53276
|
const { defaultFormData: n, updateDefaultField: r } = Gr(), o = (u) => {
|
|
53304
53277
|
const d = n[e] || {};
|
|
@@ -53330,12 +53303,12 @@ function cte({ fieldName: e, label: t }) {
|
|
|
53330
53303
|
rules: [{ required: !0, message: "Please select notice period" }],
|
|
53331
53304
|
className: U(Sn.field, Sn.checkboxAdjacentField)
|
|
53332
53305
|
},
|
|
53333
|
-
/* @__PURE__ */ O.createElement(rn, { onChange: o, options:
|
|
53306
|
+
/* @__PURE__ */ O.createElement(rn, { onChange: o, options: dte })
|
|
53334
53307
|
),
|
|
53335
53308
|
/* @__PURE__ */ O.createElement(
|
|
53336
53309
|
yt.Item,
|
|
53337
53310
|
{
|
|
53338
|
-
name:
|
|
53311
|
+
name: sI.notice_period_buyout,
|
|
53339
53312
|
className: Sn.field
|
|
53340
53313
|
},
|
|
53341
53314
|
/* @__PURE__ */ O.createElement(
|
|
@@ -53358,7 +53331,7 @@ function cte({ fieldName: e, label: t }) {
|
|
|
53358
53331
|
/* @__PURE__ */ O.createElement(no, { type: "date", onChange: i })
|
|
53359
53332
|
));
|
|
53360
53333
|
}
|
|
53361
|
-
function
|
|
53334
|
+
function ite({ fieldName: e, label: t, fieldProps: n }) {
|
|
53362
53335
|
const { defaultFormData: r, updateDefaultField: o } = Gr(), a = r[e] === vC, i = (c) => {
|
|
53363
53336
|
o(e, c.join("/"));
|
|
53364
53337
|
}, l = (c) => {
|
|
@@ -53384,9 +53357,9 @@ function ute({ fieldName: e, label: t, fieldProps: n }) {
|
|
|
53384
53357
|
disabled: a
|
|
53385
53358
|
})
|
|
53386
53359
|
)
|
|
53387
|
-
), /* @__PURE__ */ O.createElement(yt.Item, { name:
|
|
53360
|
+
), /* @__PURE__ */ O.createElement(yt.Item, { name: sI.preferred_location_anywhere_in_india }, /* @__PURE__ */ O.createElement(di, { checked: a, onChange: l }, "Anywhere in India")));
|
|
53388
53361
|
}
|
|
53389
|
-
function
|
|
53362
|
+
function lte({ fieldName: e }) {
|
|
53390
53363
|
const { defaultFormData: t, updateDefaultField: n } = Gr(), [r, o] = Qe(
|
|
53391
53364
|
Math.floor(t[e] / 12)
|
|
53392
53365
|
), [a, i] = Qe(t[e] % 12), l = ({ newYears: d, newMonths: f }) => {
|
|
@@ -53410,7 +53383,7 @@ function dte({ fieldName: e }) {
|
|
|
53410
53383
|
rn,
|
|
53411
53384
|
{
|
|
53412
53385
|
onChange: c,
|
|
53413
|
-
options:
|
|
53386
|
+
options: cte,
|
|
53414
53387
|
showSearch: !0
|
|
53415
53388
|
}
|
|
53416
53389
|
)
|
|
@@ -53428,7 +53401,7 @@ function dte({ fieldName: e }) {
|
|
|
53428
53401
|
rn,
|
|
53429
53402
|
{
|
|
53430
53403
|
onChange: u,
|
|
53431
|
-
options:
|
|
53404
|
+
options: ute,
|
|
53432
53405
|
showSearch: !0
|
|
53433
53406
|
}
|
|
53434
53407
|
)
|
|
@@ -53445,10 +53418,10 @@ const Tn = {
|
|
|
53445
53418
|
notice_period: "notice_period",
|
|
53446
53419
|
experience: "experience",
|
|
53447
53420
|
skills: "skills"
|
|
53448
|
-
},
|
|
53421
|
+
}, sI = {
|
|
53449
53422
|
preferred_location_anywhere_in_india: "preferred_location_anywhere_in_india",
|
|
53450
53423
|
notice_period_buyout: "notice_period_buyout"
|
|
53451
|
-
},
|
|
53424
|
+
}, ste = Object.values(Tn);
|
|
53452
53425
|
var EC, $C;
|
|
53453
53426
|
const pC = {
|
|
53454
53427
|
[Tn.expected_ctc]: {
|
|
@@ -53474,7 +53447,7 @@ const pC = {
|
|
|
53474
53447
|
}
|
|
53475
53448
|
},
|
|
53476
53449
|
[Tn.current_location]: {
|
|
53477
|
-
component:
|
|
53450
|
+
component: ote,
|
|
53478
53451
|
props: {
|
|
53479
53452
|
fieldName: Tn.current_location,
|
|
53480
53453
|
label: "Current Locations",
|
|
@@ -53485,7 +53458,7 @@ const pC = {
|
|
|
53485
53458
|
}
|
|
53486
53459
|
},
|
|
53487
53460
|
[Tn.preferred_location]: {
|
|
53488
|
-
component:
|
|
53461
|
+
component: ite,
|
|
53489
53462
|
props: {
|
|
53490
53463
|
fieldName: Tn.preferred_location,
|
|
53491
53464
|
label: "Preferred Locations",
|
|
@@ -53496,14 +53469,14 @@ const pC = {
|
|
|
53496
53469
|
}
|
|
53497
53470
|
},
|
|
53498
53471
|
[Tn.orgyear]: {
|
|
53499
|
-
component:
|
|
53472
|
+
component: rte,
|
|
53500
53473
|
props: {
|
|
53501
53474
|
fieldName: Tn.orgyear,
|
|
53502
53475
|
label: "Graduation Year"
|
|
53503
53476
|
}
|
|
53504
53477
|
},
|
|
53505
53478
|
[Tn.linkedin]: {
|
|
53506
|
-
component:
|
|
53479
|
+
component: Jee,
|
|
53507
53480
|
props: {
|
|
53508
53481
|
fieldName: Tn.linkedin,
|
|
53509
53482
|
label: "LinkedIn profile",
|
|
@@ -53513,34 +53486,34 @@ const pC = {
|
|
|
53513
53486
|
}
|
|
53514
53487
|
},
|
|
53515
53488
|
[Tn.current_company]: {
|
|
53516
|
-
component:
|
|
53489
|
+
component: tte,
|
|
53517
53490
|
props: {
|
|
53518
53491
|
fieldName: Tn.current_company,
|
|
53519
53492
|
label: "Company"
|
|
53520
53493
|
}
|
|
53521
53494
|
},
|
|
53522
53495
|
[Tn.notice_period]: {
|
|
53523
|
-
component:
|
|
53496
|
+
component: ate,
|
|
53524
53497
|
props: {
|
|
53525
53498
|
fieldName: Tn.notice_period,
|
|
53526
53499
|
label: "Notice Period"
|
|
53527
53500
|
}
|
|
53528
53501
|
},
|
|
53529
53502
|
[Tn.experience]: {
|
|
53530
|
-
component:
|
|
53503
|
+
component: lte,
|
|
53531
53504
|
props: {
|
|
53532
53505
|
fieldName: Tn.experience,
|
|
53533
53506
|
label: "Total Years of Experience"
|
|
53534
53507
|
}
|
|
53535
53508
|
},
|
|
53536
53509
|
[Tn.skills]: {
|
|
53537
|
-
component:
|
|
53510
|
+
component: nte,
|
|
53538
53511
|
props: {
|
|
53539
53512
|
fieldName: Tn.skills,
|
|
53540
53513
|
label: "Select upto 5 primary skills that you want to share to recruiters"
|
|
53541
53514
|
}
|
|
53542
53515
|
}
|
|
53543
|
-
},
|
|
53516
|
+
}, cte = new Array(50).fill(0).map((e, t) => ({ label: `${t} Years`, value: t })), ute = new Array(12).fill(0).map((e, t) => ({ label: `${t} Months`, value: t })), dte = [
|
|
53544
53517
|
{ value: "-1", label: "Currently Serving" },
|
|
53545
53518
|
{ value: "0", label: "Immediately Available" },
|
|
53546
53519
|
{ value: "15", label: "15 Days" },
|
|
@@ -53548,7 +53521,7 @@ const pC = {
|
|
|
53548
53521
|
{ value: "45", label: "45 Days" },
|
|
53549
53522
|
{ value: "60", label: "60 Days" },
|
|
53550
53523
|
{ value: "90", label: "90 Days" }
|
|
53551
|
-
], vC = "anywhere_in_india",
|
|
53524
|
+
], vC = "anywhere_in_india", fte = (e) => (e == null ? void 0 : e.map((t) => {
|
|
53552
53525
|
var o, a, i, l;
|
|
53553
53526
|
const n = ((o = t.proficiency_period) == null ? void 0 : o.years) || ((a = t.proficiencyPeriod) == null ? void 0 : a.years), r = ((i = t.proficiency_period) == null ? void 0 : i.months) || ((l = t.proficiencyPeriod) == null ? void 0 : l.months);
|
|
53554
53527
|
return {
|
|
@@ -53560,7 +53533,7 @@ const pC = {
|
|
|
53560
53533
|
date_time: "date_time",
|
|
53561
53534
|
upload: "upload",
|
|
53562
53535
|
number: "number"
|
|
53563
|
-
},
|
|
53536
|
+
}, mte = (e) => {
|
|
53564
53537
|
var r;
|
|
53565
53538
|
const t = Object.fromEntries(
|
|
53566
53539
|
Object.entries(e).map(([o, a]) => {
|
|
@@ -53577,8 +53550,8 @@ const pC = {
|
|
|
53577
53550
|
return Object.entries(n).forEach(([o, a]) => {
|
|
53578
53551
|
t[o] = a;
|
|
53579
53552
|
}), t;
|
|
53580
|
-
},
|
|
53581
|
-
form:
|
|
53553
|
+
}, pte = "_form_1ip4j_1", vte = {
|
|
53554
|
+
form: pte
|
|
53582
53555
|
};
|
|
53583
53556
|
function hC({ formType: e, field: t }) {
|
|
53584
53557
|
const { updateCustomField: n } = Gr(), r = (o) => {
|
|
@@ -53598,7 +53571,7 @@ function hC({ formType: e, field: t }) {
|
|
|
53598
53571
|
/* @__PURE__ */ O.createElement(no, { onChange: r, type: e })
|
|
53599
53572
|
);
|
|
53600
53573
|
}
|
|
53601
|
-
function
|
|
53574
|
+
function gte({ field: e }) {
|
|
53602
53575
|
const [t, n] = Qe(""), [r, o] = Qe(!1), [a, i] = Qe(!1), { onUploadFile: l, updateCustomField: c } = Gr(), u = (d) => Zn(this, null, function* () {
|
|
53603
53576
|
var m, p;
|
|
53604
53577
|
i(!1);
|
|
@@ -53662,24 +53635,24 @@ function Cte({ field: e }) {
|
|
|
53662
53635
|
)
|
|
53663
53636
|
);
|
|
53664
53637
|
}
|
|
53665
|
-
function
|
|
53638
|
+
function hte({ field: e }) {
|
|
53666
53639
|
switch (e.attributes.form_type) {
|
|
53667
53640
|
case gC.upload:
|
|
53668
|
-
return /* @__PURE__ */ O.createElement(
|
|
53641
|
+
return /* @__PURE__ */ O.createElement(gte, { field: e });
|
|
53669
53642
|
case gC.date_time:
|
|
53670
53643
|
return /* @__PURE__ */ O.createElement(hC, { formType: "date", field: e });
|
|
53671
53644
|
default:
|
|
53672
53645
|
return /* @__PURE__ */ O.createElement(hC, { formType: e.attributes.form_type, field: e });
|
|
53673
53646
|
}
|
|
53674
53647
|
}
|
|
53675
|
-
function
|
|
53648
|
+
function bte({ field: e }) {
|
|
53676
53649
|
var o;
|
|
53677
53650
|
if (!pC[(o = e == null ? void 0 : e.attributes) == null ? void 0 : o.title])
|
|
53678
53651
|
return null;
|
|
53679
53652
|
const { title: t } = e.attributes, { component: n, props: r } = pC[t];
|
|
53680
53653
|
return /* @__PURE__ */ O.createElement(n, vn({}, r));
|
|
53681
53654
|
}
|
|
53682
|
-
function
|
|
53655
|
+
function cI({ jobProfileId: e, applicationId: t, status: n }) {
|
|
53683
53656
|
const { data: r, isLoading: o } = kY({
|
|
53684
53657
|
jobProfileId: e,
|
|
53685
53658
|
applicationId: t,
|
|
@@ -53710,41 +53683,41 @@ function uI({ jobProfileId: e, applicationId: t, status: n }) {
|
|
|
53710
53683
|
id: g.id,
|
|
53711
53684
|
response: g.attributes.response
|
|
53712
53685
|
}));
|
|
53713
|
-
l(m), c(p), u.setFieldsValue(
|
|
53686
|
+
l(m), c(p), u.setFieldsValue(mte(m));
|
|
53714
53687
|
}, [
|
|
53715
53688
|
d,
|
|
53716
53689
|
f,
|
|
53717
53690
|
l,
|
|
53718
53691
|
c,
|
|
53719
53692
|
u
|
|
53720
|
-
]), o ? /* @__PURE__ */ O.createElement(Ol, { size: "large" }) : /* @__PURE__ */ O.createElement(Kt, { direction: "vertical", size: "middle" }, /* @__PURE__ */ O.createElement(yt, { layout: "vertical", className:
|
|
53693
|
+
]), o ? /* @__PURE__ */ O.createElement(Ol, { size: "large" }) : /* @__PURE__ */ O.createElement(Kt, { direction: "vertical", size: "middle" }, /* @__PURE__ */ O.createElement(yt, { layout: "vertical", className: vte.form, form: u }, ste.map((m) => /* @__PURE__ */ O.createElement(bte, { key: m, field: d[m] })), Object.entries(f).map(([m, p]) => /* @__PURE__ */ O.createElement(hte, { key: m, field: p }))));
|
|
53721
53694
|
}
|
|
53722
|
-
|
|
53695
|
+
cI.propTypes = {
|
|
53723
53696
|
jobProfileId: be.number.isRequired,
|
|
53724
53697
|
applicationId: be.number,
|
|
53725
53698
|
status: be.string
|
|
53726
53699
|
};
|
|
53727
|
-
const
|
|
53728
|
-
stepText:
|
|
53729
|
-
titleContainer:
|
|
53730
|
-
titleIcon:
|
|
53731
|
-
titleText:
|
|
53700
|
+
const yte = "_stepText_14qm3_1", Cte = "_titleContainer_14qm3_5", Ste = "_titleIcon_14qm3_9", xte = "_titleText_14qm3_14", Wi = {
|
|
53701
|
+
stepText: yte,
|
|
53702
|
+
titleContainer: Cte,
|
|
53703
|
+
titleIcon: Ste,
|
|
53704
|
+
titleText: xte
|
|
53732
53705
|
}, { Text: bC } = Et;
|
|
53733
|
-
function
|
|
53706
|
+
function uI({ currentStep: e, icon: t, title: n, totalSteps: r }) {
|
|
53734
53707
|
return /* @__PURE__ */ O.createElement(Kt, { className: Wi.container, direction: "vertical" }, /* @__PURE__ */ O.createElement(bC, { className: Wi.stepText }, "Step ", e, "/", r), /* @__PURE__ */ O.createElement(Kt, { className: Wi.titleContainer }, /* @__PURE__ */ O.createElement(t, { className: Wi.titleIcon }), /* @__PURE__ */ O.createElement(bC, { className: Wi.titleText }, n)));
|
|
53735
53708
|
}
|
|
53736
|
-
|
|
53709
|
+
uI.propTypes = {
|
|
53737
53710
|
currentStep: be.number.isRequired,
|
|
53738
53711
|
icon: be.elementType.isRequired,
|
|
53739
53712
|
title: be.string.isRequired,
|
|
53740
53713
|
totalSteps: be.number.isRequired
|
|
53741
53714
|
};
|
|
53742
|
-
function
|
|
53715
|
+
function Ete({ jobProfileId: e, applicationData: t }) {
|
|
53743
53716
|
const { applicationId: n, status: r } = t;
|
|
53744
53717
|
switch (r) {
|
|
53745
53718
|
case os.APPLICATION_FORM:
|
|
53746
53719
|
return /* @__PURE__ */ O.createElement(
|
|
53747
|
-
|
|
53720
|
+
cI,
|
|
53748
53721
|
{
|
|
53749
53722
|
jobProfileId: e,
|
|
53750
53723
|
applicationId: n,
|
|
@@ -53755,7 +53728,7 @@ function Nte({ jobProfileId: e, applicationData: t }) {
|
|
|
53755
53728
|
return null;
|
|
53756
53729
|
}
|
|
53757
53730
|
}
|
|
53758
|
-
function
|
|
53731
|
+
function dI({
|
|
53759
53732
|
onClose: e,
|
|
53760
53733
|
currentTab: t,
|
|
53761
53734
|
jobProfileId: n,
|
|
@@ -53775,7 +53748,7 @@ function fI({
|
|
|
53775
53748
|
};
|
|
53776
53749
|
return Je(() => {
|
|
53777
53750
|
c(!!n);
|
|
53778
|
-
}, [n]), /* @__PURE__ */ O.createElement(
|
|
53751
|
+
}, [n]), /* @__PURE__ */ O.createElement(qee, { onUploadFile: i }, /* @__PURE__ */ O.createElement(
|
|
53779
53752
|
U$,
|
|
53780
53753
|
{
|
|
53781
53754
|
closable: { placement: "end" },
|
|
@@ -53785,7 +53758,7 @@ function fI({
|
|
|
53785
53758
|
placement: "bottom",
|
|
53786
53759
|
height: 600,
|
|
53787
53760
|
title: /* @__PURE__ */ O.createElement(
|
|
53788
|
-
|
|
53761
|
+
uI,
|
|
53789
53762
|
{
|
|
53790
53763
|
currentStep: 1,
|
|
53791
53764
|
icon: zl,
|
|
@@ -53794,22 +53767,22 @@ function fI({
|
|
|
53794
53767
|
}
|
|
53795
53768
|
)
|
|
53796
53769
|
},
|
|
53797
|
-
/* @__PURE__ */ O.createElement(
|
|
53770
|
+
/* @__PURE__ */ O.createElement(Ete, { jobProfileId: n, applicationData: u })
|
|
53798
53771
|
));
|
|
53799
53772
|
}
|
|
53800
|
-
|
|
53773
|
+
dI.propTypes = {
|
|
53801
53774
|
currentTab: be.string.isRequired,
|
|
53802
53775
|
jobProfileId: be.number.isRequired,
|
|
53803
53776
|
utmId: be.string,
|
|
53804
53777
|
utmMedium: be.string,
|
|
53805
53778
|
utmSource: be.string
|
|
53806
53779
|
};
|
|
53807
|
-
const
|
|
53780
|
+
const $te = ({ currentTab: e, onUploadFile: t }) => {
|
|
53808
53781
|
const { activeApplicationId: n, setActiveApplicationId: r } = mn(), o = () => {
|
|
53809
53782
|
r(null);
|
|
53810
53783
|
};
|
|
53811
53784
|
return n ? /* @__PURE__ */ O.createElement(
|
|
53812
|
-
|
|
53785
|
+
dI,
|
|
53813
53786
|
{
|
|
53814
53787
|
onUploadFile: t,
|
|
53815
53788
|
jobProfileId: n,
|
|
@@ -53817,31 +53790,31 @@ const Ite = ({ currentTab: e, onUploadFile: t }) => {
|
|
|
53817
53790
|
currentTab: e
|
|
53818
53791
|
}
|
|
53819
53792
|
) : null;
|
|
53820
|
-
},
|
|
53821
|
-
container:
|
|
53822
|
-
actionAlert:
|
|
53823
|
-
ineligible:
|
|
53824
|
-
stepsToApply:
|
|
53825
|
-
actionAlertIcon:
|
|
53826
|
-
actionAlertTitle:
|
|
53827
|
-
eligible:
|
|
53828
|
-
title:
|
|
53829
|
-
highlightsList:
|
|
53830
|
-
keywordsList:
|
|
53831
|
-
keyword:
|
|
53832
|
-
exceptions:
|
|
53833
|
-
exceptionsIconContainer:
|
|
53834
|
-
exceptionsIcon:
|
|
53835
|
-
exceptionsTitle:
|
|
53836
|
-
exception:
|
|
53837
|
-
exceptionItem:
|
|
53838
|
-
exceptionsList:
|
|
53839
|
-
},
|
|
53793
|
+
}, wte = "_container_kgogb_1", Ote = "_actionAlert_kgogb_14", Nte = "_ineligible_kgogb_24", Ite = "_stepsToApply_kgogb_29", _te = "_actionAlertIcon_kgogb_35", Pte = "_actionAlertTitle_kgogb_46", Tte = "_eligible_kgogb_52", Rte = "_title_kgogb_57", Mte = "_highlightsList_kgogb_64", Dte = "_keywordsList_kgogb_72", Ate = "_keyword_kgogb_72", jte = "_exceptions_kgogb_101", Lte = "_exceptionsIconContainer_kgogb_107", zte = "_exceptionsIcon_kgogb_107", Fte = "_exceptionsTitle_kgogb_116", Bte = "_exception_kgogb_101", kte = "_exceptionItem_kgogb_124", Hte = "_exceptionsList_kgogb_131", Fn = {
|
|
53794
|
+
container: wte,
|
|
53795
|
+
actionAlert: Ote,
|
|
53796
|
+
ineligible: Nte,
|
|
53797
|
+
stepsToApply: Ite,
|
|
53798
|
+
actionAlertIcon: _te,
|
|
53799
|
+
actionAlertTitle: Pte,
|
|
53800
|
+
eligible: Tte,
|
|
53801
|
+
title: Rte,
|
|
53802
|
+
highlightsList: Mte,
|
|
53803
|
+
keywordsList: Dte,
|
|
53804
|
+
keyword: Ate,
|
|
53805
|
+
exceptions: jte,
|
|
53806
|
+
exceptionsIconContainer: Lte,
|
|
53807
|
+
exceptionsIcon: zte,
|
|
53808
|
+
exceptionsTitle: Fte,
|
|
53809
|
+
exception: Bte,
|
|
53810
|
+
exceptionItem: kte,
|
|
53811
|
+
exceptionsList: Hte
|
|
53812
|
+
}, Vte = ({ eligibilityStatus: e, metric: t, onScrollToEnd: n }) => {
|
|
53840
53813
|
const { setActiveTab: r } = mn(), o = () => {
|
|
53841
53814
|
r(va.REQUIREMENTS.key), n();
|
|
53842
53815
|
};
|
|
53843
53816
|
return e === lp.ineligible ? /* @__PURE__ */ O.createElement("div", { className: U(Fn.actionAlert, Fn.ineligible) }, /* @__PURE__ */ O.createElement(vV, null), /* @__PURE__ */ O.createElement("span", { className: Fn.actionAlertTitle }, "Unfortunately! Your profile does not have the relevant years of experience for this role")) : e === lp.steps_to_apply ? /* @__PURE__ */ O.createElement(
|
|
53844
|
-
|
|
53817
|
+
aI,
|
|
53845
53818
|
{
|
|
53846
53819
|
icon: /* @__PURE__ */ O.createElement(B7, { className: Fn.actionAlertIcon }),
|
|
53847
53820
|
title: `Eligible to apply in ${t} more steps!`,
|
|
@@ -53852,7 +53825,7 @@ const Ite = ({ currentTab: e, onUploadFile: t }) => {
|
|
|
53852
53825
|
onClick: o
|
|
53853
53826
|
}
|
|
53854
53827
|
) : null;
|
|
53855
|
-
},
|
|
53828
|
+
}, Wte = ({ highlights: e }) => /* @__PURE__ */ O.createElement(O.Fragment, null, /* @__PURE__ */ O.createElement("div", { className: Fn.title }, "Top Reasons to Apply"), /* @__PURE__ */ O.createElement("ul", { className: Fn.highlightsList }, e == null ? void 0 : e.map((t) => /* @__PURE__ */ O.createElement("li", { key: t, className: Fn.highlight }, /* @__PURE__ */ O.createElement("span", { className: Fn.highlightText }, t))))), Kte = ({ keywords: e, eligibilityStatus: t }) => /* @__PURE__ */ O.createElement("div", { className: Fn.keywordsList }, e == null ? void 0 : e.map((n, r) => /* @__PURE__ */ O.createElement(
|
|
53856
53829
|
"div",
|
|
53857
53830
|
{
|
|
53858
53831
|
key: r,
|
|
@@ -53862,7 +53835,7 @@ const Ite = ({ currentTab: e, onUploadFile: t }) => {
|
|
|
53862
53835
|
)
|
|
53863
53836
|
},
|
|
53864
53837
|
n
|
|
53865
|
-
))),
|
|
53838
|
+
))), qte = ({ exceptionalJob: e }) => {
|
|
53866
53839
|
if (!e)
|
|
53867
53840
|
return null;
|
|
53868
53841
|
const t = [
|
|
@@ -53878,7 +53851,7 @@ const Ite = ({ currentTab: e, onUploadFile: t }) => {
|
|
|
53878
53851
|
className: Fn.exceptionsIcon
|
|
53879
53852
|
}
|
|
53880
53853
|
)), /* @__PURE__ */ O.createElement("div", null, /* @__PURE__ */ O.createElement("div", { className: Fn.exceptionsTitle }, "We've made an exception for you!"), /* @__PURE__ */ O.createElement("ul", { className: Fn.exceptionsList }, t.map((n, r) => /* @__PURE__ */ O.createElement("li", { className: [Fn.exception], key: r }, n)))));
|
|
53881
|
-
},
|
|
53854
|
+
}, Ute = () => {
|
|
53882
53855
|
const {
|
|
53883
53856
|
jobData: e,
|
|
53884
53857
|
highlights: t,
|
|
@@ -53902,18 +53875,18 @@ const Ite = ({ currentTab: e, onUploadFile: t }) => {
|
|
|
53902
53875
|
className: U(Fn.container, Fn[i])
|
|
53903
53876
|
},
|
|
53904
53877
|
/* @__PURE__ */ O.createElement(
|
|
53905
|
-
|
|
53878
|
+
Vte,
|
|
53906
53879
|
{
|
|
53907
53880
|
eligibilityStatus: i,
|
|
53908
53881
|
metric: l,
|
|
53909
53882
|
onScrollToEnd: c
|
|
53910
53883
|
}
|
|
53911
53884
|
),
|
|
53912
|
-
/* @__PURE__ */ O.createElement(
|
|
53913
|
-
/* @__PURE__ */ O.createElement(
|
|
53914
|
-
/* @__PURE__ */ O.createElement(
|
|
53885
|
+
/* @__PURE__ */ O.createElement(Wte, { highlights: o }),
|
|
53886
|
+
/* @__PURE__ */ O.createElement(Kte, { keywords: a, eligibilityStatus: i }),
|
|
53887
|
+
/* @__PURE__ */ O.createElement(qte, { exceptionalJob: e == null ? void 0 : e.exceptionalJob })
|
|
53915
53888
|
);
|
|
53916
|
-
},
|
|
53889
|
+
}, Gte = $o.injectEndpoints({
|
|
53917
53890
|
endpoints: (e) => ({
|
|
53918
53891
|
issueScreeningCall: e.mutation({
|
|
53919
53892
|
query: () => ({
|
|
@@ -53922,19 +53895,19 @@ const Ite = ({ currentTab: e, onUploadFile: t }) => {
|
|
|
53922
53895
|
})
|
|
53923
53896
|
})
|
|
53924
53897
|
})
|
|
53925
|
-
}), { useIssueScreeningCallMutation:
|
|
53926
|
-
const
|
|
53898
|
+
}), { useIssueScreeningCallMutation: Xte } = Gte;
|
|
53899
|
+
const Yte = () => {
|
|
53927
53900
|
mn();
|
|
53928
|
-
const [e, { isLoading: t }] =
|
|
53901
|
+
const [e, { isLoading: t }] = Xte();
|
|
53929
53902
|
return Qt(() => Zn(void 0, null, function* () {
|
|
53930
53903
|
var r;
|
|
53931
53904
|
const n = yield e();
|
|
53932
53905
|
(r = n == null ? void 0 : n.data) != null && r.url ? globalThis.open(n.data.url, "_blank") : _r.error("Failed to initiate screening call. Please try again.");
|
|
53933
53906
|
}), [e]), null;
|
|
53934
|
-
},
|
|
53935
|
-
expandedJobView:
|
|
53936
|
-
loadingCard:
|
|
53937
|
-
},
|
|
53907
|
+
}, Qte = "_expandedJobView_1lt4c_2", Jte = "_loadingCard_1lt4c_18", oc = {
|
|
53908
|
+
expandedJobView: Qte,
|
|
53909
|
+
loadingCard: Jte
|
|
53910
|
+
}, Zte = () => /* @__PURE__ */ O.createElement("div", { className: oc.expandedJobView }, /* @__PURE__ */ O.createElement(Kee, null), /* @__PURE__ */ O.createElement(Ute, null), /* @__PURE__ */ O.createElement(Yte, null), /* @__PURE__ */ O.createElement(iI, null), /* @__PURE__ */ O.createElement(hee, null)), ene = ({
|
|
53938
53911
|
country: e,
|
|
53939
53912
|
openMockInterviewModal: t,
|
|
53940
53913
|
openResume: n,
|
|
@@ -53944,7 +53917,7 @@ const ene = () => {
|
|
|
53944
53917
|
onUploadFile: i
|
|
53945
53918
|
}) => {
|
|
53946
53919
|
var f;
|
|
53947
|
-
const { data: l, isLoading: c, isFetching: u, error: d } =
|
|
53920
|
+
const { data: l, isLoading: c, isFetching: u, error: d } = rI(r, {
|
|
53948
53921
|
skip: !r || !o
|
|
53949
53922
|
});
|
|
53950
53923
|
return !o || !r ? null : c || u ? /* @__PURE__ */ O.createElement($c, { className: `${oc.expandedJobView} ${oc.loadingCard}` }, /* @__PURE__ */ O.createElement(Ol, { size: "large" })) : d ? /* @__PURE__ */ O.createElement($c, { className: oc.expandedJobView }, /* @__PURE__ */ O.createElement(
|
|
@@ -53956,7 +53929,7 @@ const ene = () => {
|
|
|
53956
53929
|
showIcon: !0
|
|
53957
53930
|
}
|
|
53958
53931
|
)) : l ? /* @__PURE__ */ O.createElement(ME, null, /* @__PURE__ */ O.createElement(
|
|
53959
|
-
|
|
53932
|
+
rZ,
|
|
53960
53933
|
{
|
|
53961
53934
|
country: e,
|
|
53962
53935
|
openMockInterviewModal: t,
|
|
@@ -53964,17 +53937,17 @@ const ene = () => {
|
|
|
53964
53937
|
jobId: r,
|
|
53965
53938
|
skip: !o
|
|
53966
53939
|
},
|
|
53967
|
-
/* @__PURE__ */ O.createElement(
|
|
53940
|
+
/* @__PURE__ */ O.createElement(Zte, { currentTab: a }),
|
|
53968
53941
|
/* @__PURE__ */ O.createElement(
|
|
53969
|
-
|
|
53942
|
+
$te,
|
|
53970
53943
|
{
|
|
53971
53944
|
currentTab: a,
|
|
53972
53945
|
onUploadFile: i
|
|
53973
53946
|
}
|
|
53974
53947
|
)
|
|
53975
53948
|
)) : null;
|
|
53976
|
-
},
|
|
53977
|
-
jobDetails:
|
|
53949
|
+
}, tne = "_jobDetails_1gavc_1", nne = {
|
|
53950
|
+
jobDetails: tne
|
|
53978
53951
|
};
|
|
53979
53952
|
function vg({
|
|
53980
53953
|
country: e,
|
|
@@ -53984,8 +53957,8 @@ function vg({
|
|
|
53984
53957
|
className: o,
|
|
53985
53958
|
onUploadFile: a
|
|
53986
53959
|
}) {
|
|
53987
|
-
return r ? /* @__PURE__ */ O.createElement("div", { className: U(
|
|
53988
|
-
|
|
53960
|
+
return r ? /* @__PURE__ */ O.createElement("div", { className: U(nne.jobDetails, o) }, /* @__PURE__ */ O.createElement(
|
|
53961
|
+
ene,
|
|
53989
53962
|
{
|
|
53990
53963
|
onUploadFile: a,
|
|
53991
53964
|
country: e,
|
|
@@ -54008,77 +53981,76 @@ vg.defaultProps = {
|
|
|
54008
53981
|
jobId: null,
|
|
54009
53982
|
className: ""
|
|
54010
53983
|
};
|
|
54011
|
-
const
|
|
54012
|
-
|
|
54013
|
-
if (!e || !((n = e.jobs_data) != null && n.data) || !Array.isArray((r = e.jobs_data) == null ? void 0 : r.data))
|
|
53984
|
+
const rne = (e) => {
|
|
53985
|
+
if (!e || !(e != null && e.data) || !Array.isArray(e == null ? void 0 : e.data))
|
|
54014
53986
|
return [];
|
|
54015
53987
|
const t = {};
|
|
54016
|
-
return
|
|
54017
|
-
|
|
54018
|
-
})),
|
|
54019
|
-
if (
|
|
53988
|
+
return e != null && e.included && Array.isArray(e == null ? void 0 : e.included) && (e == null || e.included.forEach((n) => {
|
|
53989
|
+
n.type === "company" && n.attributes && (t[n.id] = n.attributes);
|
|
53990
|
+
})), e == null ? void 0 : e.data.map((n) => {
|
|
53991
|
+
if (n.type !== "job_profile" || !n.attributes)
|
|
54020
53992
|
return null;
|
|
54021
|
-
const
|
|
54022
|
-
let
|
|
54023
|
-
if (
|
|
54024
|
-
const
|
|
54025
|
-
|
|
53993
|
+
const r = n.attributes, o = n.relationships || {};
|
|
53994
|
+
let a = null;
|
|
53995
|
+
if (o.company && o.company.data) {
|
|
53996
|
+
const l = o.company.data.id;
|
|
53997
|
+
a = t[l] || null;
|
|
54026
53998
|
}
|
|
54027
53999
|
return {
|
|
54028
|
-
id: parseInt(
|
|
54029
|
-
title:
|
|
54030
|
-
name:
|
|
54000
|
+
id: parseInt(n.id, 10),
|
|
54001
|
+
title: r.title || "",
|
|
54002
|
+
name: r.title || "",
|
|
54031
54003
|
// JobCard expects 'name' field
|
|
54032
|
-
slug:
|
|
54033
|
-
jobDesc:
|
|
54034
|
-
jobDescText:
|
|
54035
|
-
minExperience:
|
|
54036
|
-
maxExperience:
|
|
54037
|
-
minCtc:
|
|
54038
|
-
maxCtc:
|
|
54039
|
-
validTill:
|
|
54040
|
-
createdAt:
|
|
54041
|
-
jobType:
|
|
54042
|
-
preferredCities:
|
|
54043
|
-
preferredNoticePeriod:
|
|
54044
|
-
meritBasedSkills:
|
|
54045
|
-
contestSkills:
|
|
54046
|
-
applicationStatus:
|
|
54047
|
-
expiry:
|
|
54048
|
-
applicationId:
|
|
54049
|
-
userCompanyStatus:
|
|
54050
|
-
applicationLastUpdatedAt:
|
|
54051
|
-
jobSource:
|
|
54052
|
-
jobProfileId:
|
|
54053
|
-
jobProfileStatus:
|
|
54054
|
-
datePostedOn:
|
|
54055
|
-
openForDiscussionCtc:
|
|
54056
|
-
appliedOn:
|
|
54057
|
-
seniorityLevel:
|
|
54058
|
-
roleType:
|
|
54059
|
-
duration:
|
|
54060
|
-
stipend:
|
|
54061
|
-
eligibilityCriteria:
|
|
54004
|
+
slug: r.slug || "",
|
|
54005
|
+
jobDesc: r.job_desc || "",
|
|
54006
|
+
jobDescText: r.job_desc_text || "",
|
|
54007
|
+
minExperience: r.min_experience ? parseFloat(r.min_experience) : null,
|
|
54008
|
+
maxExperience: r.max_experience ? parseFloat(r.max_experience) : null,
|
|
54009
|
+
minCtc: r.min_ctc ? parseFloat(r.min_ctc) : null,
|
|
54010
|
+
maxCtc: r.max_ctc ? parseFloat(r.max_ctc) : null,
|
|
54011
|
+
validTill: r.valid_till || null,
|
|
54012
|
+
createdAt: r.created_at || null,
|
|
54013
|
+
jobType: r.job_type || null,
|
|
54014
|
+
preferredCities: r.preferred_cities || "",
|
|
54015
|
+
preferredNoticePeriod: r.preferred_notice_period || null,
|
|
54016
|
+
meritBasedSkills: r.merit_based_skills || [],
|
|
54017
|
+
contestSkills: r.contest_skills || [],
|
|
54018
|
+
applicationStatus: r.application_status || null,
|
|
54019
|
+
expiry: r.expiry || r.valid_till || null,
|
|
54020
|
+
applicationId: r.application_id || null,
|
|
54021
|
+
userCompanyStatus: r.user_company_status || null,
|
|
54022
|
+
applicationLastUpdatedAt: r.application_last_upated_at || null,
|
|
54023
|
+
jobSource: r.job_source || null,
|
|
54024
|
+
jobProfileId: r.job_profile_id || null,
|
|
54025
|
+
jobProfileStatus: r.job_profile_status || "active",
|
|
54026
|
+
datePostedOn: r.date_posted_on || null,
|
|
54027
|
+
openForDiscussionCtc: r.open_for_discussion_ctc || !1,
|
|
54028
|
+
appliedOn: r.applied_on || null,
|
|
54029
|
+
seniorityLevel: r.seniority_level || null,
|
|
54030
|
+
roleType: r.role_type || "full_time",
|
|
54031
|
+
duration: r.duration || null,
|
|
54032
|
+
stipend: r.stipend || null,
|
|
54033
|
+
eligibilityCriteria: r.eligibility_criteria || {
|
|
54062
54034
|
is_eligible: !1,
|
|
54063
54035
|
reasons: []
|
|
54064
54036
|
},
|
|
54065
|
-
exceptionalJob:
|
|
54066
|
-
isRelevant:
|
|
54067
|
-
isInternship:
|
|
54037
|
+
exceptionalJob: r.exceptional_job || !1,
|
|
54038
|
+
isRelevant: r.is_relevant || !1,
|
|
54039
|
+
isInternship: r.role_type === "internship",
|
|
54068
54040
|
// Company information
|
|
54069
|
-
company:
|
|
54070
|
-
logo: (
|
|
54071
|
-
companyName: (
|
|
54072
|
-
companySlug: (
|
|
54073
|
-
companyLocation: (
|
|
54074
|
-
companyWebsite: (
|
|
54075
|
-
companyVision: (
|
|
54076
|
-
companyTagline: (
|
|
54077
|
-
companyCategory: (
|
|
54078
|
-
companyEmployeeCount: (
|
|
54041
|
+
company: a ? [parseInt(o.company.data.id, 10)] : [],
|
|
54042
|
+
logo: (a == null ? void 0 : a.logo) || null,
|
|
54043
|
+
companyName: (a == null ? void 0 : a.name) || null,
|
|
54044
|
+
companySlug: (a == null ? void 0 : a.slug) || null,
|
|
54045
|
+
companyLocation: (a == null ? void 0 : a.location) || null,
|
|
54046
|
+
companyWebsite: (a == null ? void 0 : a.company_website) || null,
|
|
54047
|
+
companyVision: (a == null ? void 0 : a.company_vision) || null,
|
|
54048
|
+
companyTagline: (a == null ? void 0 : a.tagline) || null,
|
|
54049
|
+
companyCategory: (a == null ? void 0 : a.category) || null,
|
|
54050
|
+
companyEmployeeCount: (a == null ? void 0 : a.employee_count) || null
|
|
54079
54051
|
};
|
|
54080
54052
|
}).filter(Boolean);
|
|
54081
|
-
},
|
|
54053
|
+
}, one = (e) => {
|
|
54082
54054
|
const t = {};
|
|
54083
54055
|
return e != null && e.included && Array.isArray(e.included) && e.included.forEach((n) => {
|
|
54084
54056
|
n.type === "company" && n.attributes && (t[n.id] = vn({
|
|
@@ -54087,7 +54059,7 @@ const lne = (e) => {
|
|
|
54087
54059
|
}), t;
|
|
54088
54060
|
}, gf = (e = {}) => {
|
|
54089
54061
|
var a, i, l, c;
|
|
54090
|
-
const t = e.jobs_data || e, n =
|
|
54062
|
+
const t = e.jobs_data || e, n = rne(t), r = one(t), o = (c = (l = (a = e.total_entries) != null ? a : t.total_entries) != null ? l : (i = t == null ? void 0 : t.meta) == null ? void 0 : i.total_entries) != null ? c : null;
|
|
54091
54063
|
return {
|
|
54092
54064
|
jobs: n,
|
|
54093
54065
|
companiesMap: r,
|
|
@@ -54095,7 +54067,7 @@ const lne = (e) => {
|
|
|
54095
54067
|
// Backward compatibility
|
|
54096
54068
|
totalEntries: o
|
|
54097
54069
|
};
|
|
54098
|
-
},
|
|
54070
|
+
}, ane = $o.injectEndpoints({
|
|
54099
54071
|
endpoints: (e) => ({
|
|
54100
54072
|
fetchAllJobs: e.query({
|
|
54101
54073
|
query: (t = {}) => ({
|
|
@@ -54126,10 +54098,38 @@ const lne = (e) => {
|
|
|
54126
54098
|
})
|
|
54127
54099
|
})
|
|
54128
54100
|
}), {
|
|
54129
|
-
useFetchAllJobsQuery:
|
|
54130
|
-
useFetchPipelineJobsQuery:
|
|
54131
|
-
useFetchRelevantJobsQuery:
|
|
54132
|
-
} =
|
|
54101
|
+
useFetchAllJobsQuery: ine,
|
|
54102
|
+
useFetchPipelineJobsQuery: fI,
|
|
54103
|
+
useFetchRelevantJobsQuery: lne
|
|
54104
|
+
} = ane, sne = {
|
|
54105
|
+
savedJobs: {}
|
|
54106
|
+
// { jobId: { status: 'Saved', lastUpdatedAt: '...' } }
|
|
54107
|
+
}, mI = yr({
|
|
54108
|
+
name: "savedJobs",
|
|
54109
|
+
initialState: sne,
|
|
54110
|
+
reducers: {
|
|
54111
|
+
setJobSavedStatus: (e, t) => {
|
|
54112
|
+
const { jobId: n, status: r, lastUpdatedAt: o } = t.payload;
|
|
54113
|
+
r === "Saved" ? e.savedJobs[n] = {
|
|
54114
|
+
status: "Saved",
|
|
54115
|
+
lastUpdatedAt: o || (/* @__PURE__ */ new Date()).toISOString()
|
|
54116
|
+
} : delete e.savedJobs[n];
|
|
54117
|
+
},
|
|
54118
|
+
initializeSavedJobs: (e, t) => {
|
|
54119
|
+
(t.payload || []).forEach((r) => {
|
|
54120
|
+
r.applicationStatus === "Saved" && (e.savedJobs[r.id] = {
|
|
54121
|
+
status: "Saved",
|
|
54122
|
+
lastUpdatedAt: r.applicationLastUpdatedAt || (/* @__PURE__ */ new Date()).toISOString()
|
|
54123
|
+
});
|
|
54124
|
+
});
|
|
54125
|
+
},
|
|
54126
|
+
clearSavedJobs: (e) => {
|
|
54127
|
+
e.savedJobs = {};
|
|
54128
|
+
}
|
|
54129
|
+
}
|
|
54130
|
+
}), { setJobSavedStatus: cne, initializeSavedJobs: une, clearSavedJobs: voe } = mI.actions;
|
|
54131
|
+
mI.reducer;
|
|
54132
|
+
const dne = (e) => {
|
|
54133
54133
|
const t = new URLSearchParams();
|
|
54134
54134
|
return !e || typeof e != "object" || Object.keys(e).forEach((n) => {
|
|
54135
54135
|
const r = e[n];
|
|
@@ -54144,7 +54144,7 @@ const lne = (e) => {
|
|
|
54144
54144
|
else
|
|
54145
54145
|
t.append(n, String(r));
|
|
54146
54146
|
}), t;
|
|
54147
|
-
},
|
|
54147
|
+
}, fne = (e) => {
|
|
54148
54148
|
const t = {};
|
|
54149
54149
|
return (typeof e == "string" ? (
|
|
54150
54150
|
// eslint-disable-next-line no-undef
|
|
@@ -54169,7 +54169,7 @@ const lne = (e) => {
|
|
|
54169
54169
|
}, yC = (e) => {
|
|
54170
54170
|
if (typeof window == "undefined")
|
|
54171
54171
|
return;
|
|
54172
|
-
const t =
|
|
54172
|
+
const t = dne(e), n = t.toString() ? (
|
|
54173
54173
|
// eslint-disable-next-line no-undef
|
|
54174
54174
|
`${window.location.pathname}?${t.toString()}`
|
|
54175
54175
|
) : (
|
|
@@ -54177,7 +54177,7 @@ const lne = (e) => {
|
|
|
54177
54177
|
window.location.pathname
|
|
54178
54178
|
);
|
|
54179
54179
|
window.history.replaceState({}, "", n);
|
|
54180
|
-
},
|
|
54180
|
+
}, mne = () => typeof window == "undefined" ? {} : fne(window.location.search), CC = (e) => {
|
|
54181
54181
|
if (typeof window == "undefined")
|
|
54182
54182
|
return;
|
|
54183
54183
|
const t = new URLSearchParams(window.location.search);
|
|
@@ -54190,15 +54190,15 @@ const lne = (e) => {
|
|
|
54190
54190
|
window.location.pathname
|
|
54191
54191
|
);
|
|
54192
54192
|
window.history.replaceState({}, "", n);
|
|
54193
|
-
},
|
|
54194
|
-
header:
|
|
54195
|
-
jobTitle:
|
|
54196
|
-
titleContainer:
|
|
54197
|
-
titleContainerExpanded:
|
|
54198
|
-
titleContainerCollapsed:
|
|
54199
|
-
companyName:
|
|
54200
|
-
actions:
|
|
54201
|
-
}, { Title:
|
|
54193
|
+
}, pne = () => typeof window == "undefined" ? null : new URLSearchParams(window.location.search).get("job_ids") || null, vne = "_header_akxwc_1", gne = "_jobTitle_akxwc_6", hne = "_titleContainer_akxwc_14", bne = "_titleContainerExpanded_akxwc_19", yne = "_titleContainerCollapsed_akxwc_23", Cne = "_companyName_akxwc_27", Sne = "_actions_akxwc_32", ba = {
|
|
54194
|
+
header: vne,
|
|
54195
|
+
jobTitle: gne,
|
|
54196
|
+
titleContainer: hne,
|
|
54197
|
+
titleContainerExpanded: bne,
|
|
54198
|
+
titleContainerCollapsed: yne,
|
|
54199
|
+
companyName: Cne,
|
|
54200
|
+
actions: Sne
|
|
54201
|
+
}, { Title: xne, Text: Ene } = Et, gg = ({ title: e, companyName: t, isExpanded: n }) => /* @__PURE__ */ O.createElement(
|
|
54202
54202
|
Kt,
|
|
54203
54203
|
{
|
|
54204
54204
|
direction: "vertical",
|
|
@@ -54208,8 +54208,8 @@ const lne = (e) => {
|
|
|
54208
54208
|
[ba.titleContainerCollapsed]: !n
|
|
54209
54209
|
})
|
|
54210
54210
|
},
|
|
54211
|
-
/* @__PURE__ */ O.createElement(
|
|
54212
|
-
/* @__PURE__ */ O.createElement(
|
|
54211
|
+
/* @__PURE__ */ O.createElement(xne, { level: 5, className: ba.jobTitle, ellipsis: { rows: 1 } }, e),
|
|
54212
|
+
/* @__PURE__ */ O.createElement(Ene, { type: "secondary", ellipsis: !0, className: ba.companyName }, t)
|
|
54213
54213
|
);
|
|
54214
54214
|
gg.propTypes = {
|
|
54215
54215
|
title: be.string.isRequired,
|
|
@@ -54219,9 +54219,9 @@ gg.propTypes = {
|
|
|
54219
54219
|
gg.defaultProps = {
|
|
54220
54220
|
isExpanded: !1
|
|
54221
54221
|
};
|
|
54222
|
-
const
|
|
54223
|
-
tag:
|
|
54224
|
-
},
|
|
54222
|
+
const $ne = "_tag_ueyiz_1", wne = {
|
|
54223
|
+
tag: $ne
|
|
54224
|
+
}, One = {
|
|
54225
54225
|
CheckCircleOutlined: Ww,
|
|
54226
54226
|
CloseCircleOutlined: W7,
|
|
54227
54227
|
ClockCircleOutlined: L$,
|
|
@@ -54230,13 +54230,13 @@ const wne = "_tag_ueyiz_1", One = {
|
|
|
54230
54230
|
const n = qN(e, e.eligibilityCriteria);
|
|
54231
54231
|
if (!n)
|
|
54232
54232
|
return null;
|
|
54233
|
-
const r =
|
|
54233
|
+
const r = One[n.icon];
|
|
54234
54234
|
return /* @__PURE__ */ O.createElement(
|
|
54235
54235
|
aa,
|
|
54236
54236
|
{
|
|
54237
54237
|
icon: r && /* @__PURE__ */ O.createElement(r, null),
|
|
54238
54238
|
color: n.antdColor,
|
|
54239
|
-
className:
|
|
54239
|
+
className: wne.tag,
|
|
54240
54240
|
style: n.tag === "expired" ? { color: n.color, borderColor: n.color } : {}
|
|
54241
54241
|
},
|
|
54242
54242
|
n.text
|
|
@@ -54302,9 +54302,9 @@ yg.defaultProps = {
|
|
|
54302
54302
|
currentTab: "all",
|
|
54303
54303
|
isExpanded: !1
|
|
54304
54304
|
};
|
|
54305
|
-
const
|
|
54306
|
-
saveButton:
|
|
54307
|
-
savedButton:
|
|
54305
|
+
const Nne = "_saveButton_15f6f_1", Ine = "_savedButton_15f6f_2", SC = {
|
|
54306
|
+
saveButton: Nne,
|
|
54307
|
+
savedButton: Ine
|
|
54308
54308
|
}, Cg = ({
|
|
54309
54309
|
jobProfileId: e,
|
|
54310
54310
|
applicationStatus: t,
|
|
@@ -54367,13 +54367,13 @@ Cg.defaultProps = {
|
|
|
54367
54367
|
applicationLastUpdatedAt: null,
|
|
54368
54368
|
disabled: !1
|
|
54369
54369
|
};
|
|
54370
|
-
const
|
|
54371
|
-
body:
|
|
54372
|
-
detailsRowContainer:
|
|
54373
|
-
detailsRow:
|
|
54374
|
-
detailText:
|
|
54375
|
-
saveButtonWrapper:
|
|
54376
|
-
}, { Text:
|
|
54370
|
+
const _ne = "_body_1tlme_1", Pne = "_detailsRowContainer_1tlme_7", Tne = "_detailsRow_1tlme_7", Rne = "_detailText_1tlme_23", Mne = "_saveButtonWrapper_1tlme_29", sl = {
|
|
54371
|
+
body: _ne,
|
|
54372
|
+
detailsRowContainer: Pne,
|
|
54373
|
+
detailsRow: Tne,
|
|
54374
|
+
detailText: Rne,
|
|
54375
|
+
saveButtonWrapper: Mne
|
|
54376
|
+
}, { Text: Dne } = Et, pI = ({ text: e }) => e ? /* @__PURE__ */ O.createElement(Dne, { className: sl.detailText }, e) : null;
|
|
54377
54377
|
pI.propTypes = {
|
|
54378
54378
|
text: be.string
|
|
54379
54379
|
};
|
|
@@ -54478,12 +54478,12 @@ xg.defaultProps = {
|
|
|
54478
54478
|
userCountry: "IN",
|
|
54479
54479
|
selectedJobId: null
|
|
54480
54480
|
};
|
|
54481
|
-
const
|
|
54482
|
-
jobCard:
|
|
54483
|
-
expired:
|
|
54484
|
-
active:
|
|
54485
|
-
archived:
|
|
54486
|
-
cardContent:
|
|
54481
|
+
const Ane = "_jobCard_1orgi_1", jne = "_expired_1orgi_11", Lne = "_active_1orgi_14", zne = "_archived_1orgi_28", Fne = "_cardContent_1orgi_37", zs = {
|
|
54482
|
+
jobCard: Ane,
|
|
54483
|
+
expired: jne,
|
|
54484
|
+
active: Lne,
|
|
54485
|
+
archived: zne,
|
|
54486
|
+
cardContent: Fne
|
|
54487
54487
|
}, Eg = ({
|
|
54488
54488
|
jobData: e,
|
|
54489
54489
|
isActive: t,
|
|
@@ -54578,15 +54578,15 @@ Eg.defaultProps = {
|
|
|
54578
54578
|
userCountry: "IN",
|
|
54579
54579
|
className: ""
|
|
54580
54580
|
};
|
|
54581
|
-
const
|
|
54582
|
-
heading:
|
|
54583
|
-
spinner:
|
|
54584
|
-
alert:
|
|
54585
|
-
header:
|
|
54586
|
-
sentinel:
|
|
54587
|
-
loadingMore:
|
|
54588
|
-
jobsList:
|
|
54589
|
-
}, { Title: Fs, Text:
|
|
54581
|
+
const Bne = "_heading_1f9yg_1", kne = "_spinner_1f9yg_8", Hne = "_alert_1f9yg_14", Vne = "_header_1f9yg_18", Wne = "_sentinel_1f9yg_23", Kne = "_loadingMore_1f9yg_30", qne = "_jobsList_1f9yg_39", Yr = {
|
|
54582
|
+
heading: Bne,
|
|
54583
|
+
spinner: kne,
|
|
54584
|
+
alert: Hne,
|
|
54585
|
+
header: Vne,
|
|
54586
|
+
sentinel: Wne,
|
|
54587
|
+
loadingMore: Kne,
|
|
54588
|
+
jobsList: qne
|
|
54589
|
+
}, { Title: Fs, Text: Une } = Et, xC = {
|
|
54590
54590
|
[wn.relevant]: "Unlocked Jobs",
|
|
54591
54591
|
[wn.all]: "All Jobs",
|
|
54592
54592
|
[wn.saved]: "Saved Jobs",
|
|
@@ -54616,7 +54616,7 @@ function Ri({
|
|
|
54616
54616
|
isFetchingMore: i
|
|
54617
54617
|
});
|
|
54618
54618
|
Je(() => {
|
|
54619
|
-
n && n.length > 0 && c(
|
|
54619
|
+
n && n.length > 0 && c(une(n));
|
|
54620
54620
|
}, [n, c]), Je(() => {
|
|
54621
54621
|
if (n && n.length > 0) {
|
|
54622
54622
|
const x = new URLSearchParams(window.location.search).get("job_ids");
|
|
@@ -54638,7 +54638,7 @@ function Ri({
|
|
|
54638
54638
|
application_status: "Saved"
|
|
54639
54639
|
}).unwrap();
|
|
54640
54640
|
return c(
|
|
54641
|
-
|
|
54641
|
+
cne({
|
|
54642
54642
|
jobId: S,
|
|
54643
54643
|
status: "Saved",
|
|
54644
54644
|
lastUpdatedAt: (E == null ? void 0 : E.applicationLastUpdatedAt) || (/* @__PURE__ */ new Date()).toISOString()
|
|
@@ -54663,7 +54663,7 @@ function Ri({
|
|
|
54663
54663
|
showIcon: !0,
|
|
54664
54664
|
className: Yr.alert
|
|
54665
54665
|
}
|
|
54666
|
-
)) : /* @__PURE__ */ O.createElement("div", { className: e }, /* @__PURE__ */ O.createElement(Kt, { direction: "vertical", className: Yr.header }, /* @__PURE__ */ O.createElement(Fs, { level: 4, className: Yr.heading }, v, " ", /* @__PURE__ */ O.createElement(aa, { color: "green" }, b(), " Found")), /* @__PURE__ */ O.createElement(
|
|
54666
|
+
)) : /* @__PURE__ */ O.createElement("div", { className: e }, /* @__PURE__ */ O.createElement(Kt, { direction: "vertical", className: Yr.header }, /* @__PURE__ */ O.createElement(Fs, { level: 4, className: Yr.heading }, v, " ", /* @__PURE__ */ O.createElement(aa, { color: "green" }, b(), " Found")), /* @__PURE__ */ O.createElement(Une, null, "Based on your profile, preferences, and activity like applies, searches, and saves")), /* @__PURE__ */ O.createElement("div", { className: Yr.jobsList }, n.map((S) => /* @__PURE__ */ O.createElement(
|
|
54667
54667
|
Eg,
|
|
54668
54668
|
{
|
|
54669
54669
|
key: S.id,
|
|
@@ -54698,11 +54698,11 @@ Ri.defaultProps = {
|
|
|
54698
54698
|
isFetchingMore: !1,
|
|
54699
54699
|
hasMore: !0
|
|
54700
54700
|
};
|
|
54701
|
-
const
|
|
54702
|
-
relevantJobsPage:
|
|
54701
|
+
const Gne = "_relevantJobsPage_19xbf_1", Xne = {
|
|
54702
|
+
relevantJobsPage: Gne
|
|
54703
54703
|
};
|
|
54704
|
-
function
|
|
54705
|
-
const e = Bu(), { data: t, isLoading: n, error: r, isFetching: o } =
|
|
54704
|
+
function Yne() {
|
|
54705
|
+
const e = Bu(), { data: t, isLoading: n, error: r, isFetching: o } = lne(e), {
|
|
54706
54706
|
accumulatedJobs: a,
|
|
54707
54707
|
accumulatedCompaniesMap: i,
|
|
54708
54708
|
hasMore: l,
|
|
@@ -54714,7 +54714,7 @@ function Qne() {
|
|
|
54714
54714
|
n,
|
|
54715
54715
|
wn.relevant
|
|
54716
54716
|
);
|
|
54717
|
-
return /* @__PURE__ */ O.createElement("div", { className:
|
|
54717
|
+
return /* @__PURE__ */ O.createElement("div", { className: Xne.relevantJobsPage }, /* @__PURE__ */ O.createElement(
|
|
54718
54718
|
Ri,
|
|
54719
54719
|
{
|
|
54720
54720
|
currentTab: wn.relevant,
|
|
@@ -54727,18 +54727,18 @@ function Qne() {
|
|
|
54727
54727
|
}
|
|
54728
54728
|
));
|
|
54729
54729
|
}
|
|
54730
|
-
const
|
|
54731
|
-
allJobsPage:
|
|
54730
|
+
const Qne = "_allJobsPage_10f3p_1", Jne = {
|
|
54731
|
+
allJobsPage: Qne
|
|
54732
54732
|
};
|
|
54733
|
-
function
|
|
54734
|
-
const e = Bu(), { data: t, isLoading: n, error: r, isFetching: o } =
|
|
54733
|
+
function Zne() {
|
|
54734
|
+
const e = Bu(), { data: t, isLoading: n, error: r, isFetching: o } = ine(e), {
|
|
54735
54735
|
accumulatedJobs: a,
|
|
54736
54736
|
accumulatedCompaniesMap: i,
|
|
54737
54737
|
hasMore: l,
|
|
54738
54738
|
isFetchingMore: c,
|
|
54739
54739
|
isLoading: u
|
|
54740
54740
|
} = ku(t, o, n, wn.all);
|
|
54741
|
-
return /* @__PURE__ */ O.createElement("div", { className:
|
|
54741
|
+
return /* @__PURE__ */ O.createElement("div", { className: Jne.allJobsPage }, /* @__PURE__ */ O.createElement(
|
|
54742
54742
|
Ri,
|
|
54743
54743
|
{
|
|
54744
54744
|
currentTab: wn.all,
|
|
@@ -54751,11 +54751,11 @@ function ere() {
|
|
|
54751
54751
|
}
|
|
54752
54752
|
));
|
|
54753
54753
|
}
|
|
54754
|
-
const
|
|
54755
|
-
savedJobsPage:
|
|
54754
|
+
const ere = "_savedJobsPage_km19z_1", tre = {
|
|
54755
|
+
savedJobsPage: ere
|
|
54756
54756
|
};
|
|
54757
|
-
function
|
|
54758
|
-
const e = Bu(), { data: t, isLoading: n, error: r, isFetching: o } =
|
|
54757
|
+
function nre() {
|
|
54758
|
+
const e = Bu(), { data: t, isLoading: n, error: r, isFetching: o } = fI(vn({
|
|
54759
54759
|
type: wn.saved
|
|
54760
54760
|
}, e)), {
|
|
54761
54761
|
accumulatedJobs: a,
|
|
@@ -54764,7 +54764,7 @@ function rre() {
|
|
|
54764
54764
|
isFetchingMore: c,
|
|
54765
54765
|
isLoading: u
|
|
54766
54766
|
} = ku(t, o, n, wn.saved);
|
|
54767
|
-
return /* @__PURE__ */ O.createElement("div", { className:
|
|
54767
|
+
return /* @__PURE__ */ O.createElement("div", { className: tre.savedJobsPage }, /* @__PURE__ */ O.createElement(
|
|
54768
54768
|
Ri,
|
|
54769
54769
|
{
|
|
54770
54770
|
currentTab: wn.saved,
|
|
@@ -54777,11 +54777,11 @@ function rre() {
|
|
|
54777
54777
|
}
|
|
54778
54778
|
));
|
|
54779
54779
|
}
|
|
54780
|
-
const
|
|
54781
|
-
appliedJobsPage:
|
|
54780
|
+
const rre = "_appliedJobsPage_lw2yt_1", ore = {
|
|
54781
|
+
appliedJobsPage: rre
|
|
54782
54782
|
};
|
|
54783
|
-
function
|
|
54784
|
-
const e = Bu(), { data: t, isLoading: n, error: r, isFetching: o } =
|
|
54783
|
+
function are() {
|
|
54784
|
+
const e = Bu(), { data: t, isLoading: n, error: r, isFetching: o } = fI(vn({
|
|
54785
54785
|
type: wn.applied
|
|
54786
54786
|
}, e)), {
|
|
54787
54787
|
accumulatedJobs: a,
|
|
@@ -54795,7 +54795,7 @@ function ire() {
|
|
|
54795
54795
|
n,
|
|
54796
54796
|
wn.applied
|
|
54797
54797
|
);
|
|
54798
|
-
return /* @__PURE__ */ O.createElement("div", { className:
|
|
54798
|
+
return /* @__PURE__ */ O.createElement("div", { className: ore.appliedJobsPage }, /* @__PURE__ */ O.createElement(
|
|
54799
54799
|
Ri,
|
|
54800
54800
|
{
|
|
54801
54801
|
currentTab: wn.applied,
|
|
@@ -54914,15 +54914,15 @@ vI.propTypes = {
|
|
|
54914
54914
|
})
|
|
54915
54915
|
).isRequired
|
|
54916
54916
|
};
|
|
54917
|
-
const
|
|
54918
|
-
drawerContent:
|
|
54919
|
-
filterForm:
|
|
54920
|
-
drawerHeaderSubtitle:
|
|
54921
|
-
filterIcon:
|
|
54922
|
-
buttonContainer:
|
|
54923
|
-
drawer:
|
|
54917
|
+
const ire = "_drawerContent_fqkgw_1", lre = "_filterForm_fqkgw_5", sre = "_drawerHeaderSubtitle_fqkgw_9", cre = "_filterIcon_fqkgw_14", ure = "_buttonContainer_fqkgw_18", dre = "_drawer_fqkgw_1", Xo = {
|
|
54918
|
+
drawerContent: ire,
|
|
54919
|
+
filterForm: lre,
|
|
54920
|
+
drawerHeaderSubtitle: sre,
|
|
54921
|
+
filterIcon: cre,
|
|
54922
|
+
buttonContainer: ure,
|
|
54923
|
+
drawer: dre
|
|
54924
54924
|
}, { Option: Nr } = rn;
|
|
54925
|
-
function
|
|
54925
|
+
function fre() {
|
|
54926
54926
|
var _, T, R, M;
|
|
54927
54927
|
const e = gr(), t = On((P) => P.scalantCareerHub.filterForm), n = On(
|
|
54928
54928
|
(P) => P.scalantCareerHub.filterOptions || {}
|
|
@@ -55140,10 +55140,10 @@ function mre() {
|
|
|
55140
55140
|
)))))
|
|
55141
55141
|
);
|
|
55142
55142
|
}
|
|
55143
|
-
function
|
|
55143
|
+
function mre({ onClose: e }) {
|
|
55144
55144
|
return /* @__PURE__ */ O.createElement(cn, { vertical: !0 }, /* @__PURE__ */ O.createElement(cn, { justify: "space-between" }, /* @__PURE__ */ O.createElement(cn, { align: "center", gap: 5 }, /* @__PURE__ */ O.createElement(DV, { className: Xo.filterIcon }), "Filters"), /* @__PURE__ */ O.createElement(qr, { onClick: e })), /* @__PURE__ */ O.createElement("div", { className: Xo.drawerHeaderSubtitle }, "Choose the kind of jobs you'd like to see displayed on this page"));
|
|
55145
55145
|
}
|
|
55146
|
-
function
|
|
55146
|
+
function pre() {
|
|
55147
55147
|
const e = gr(), t = On(
|
|
55148
55148
|
(i) => i.scalantCareerHub.dashboard.filterModalOpen
|
|
55149
55149
|
), n = On((i) => i.scalantCareerHub.filterForm), r = () => {
|
|
@@ -55186,7 +55186,7 @@ function vre() {
|
|
|
55186
55186
|
return /* @__PURE__ */ O.createElement(
|
|
55187
55187
|
U$,
|
|
55188
55188
|
{
|
|
55189
|
-
title: /* @__PURE__ */ O.createElement(
|
|
55189
|
+
title: /* @__PURE__ */ O.createElement(mre, { onClose: r }),
|
|
55190
55190
|
placement: "right",
|
|
55191
55191
|
onClose: r,
|
|
55192
55192
|
open: t,
|
|
@@ -55194,7 +55194,7 @@ function vre() {
|
|
|
55194
55194
|
width: 550,
|
|
55195
55195
|
className: Xo.drawer
|
|
55196
55196
|
},
|
|
55197
|
-
/* @__PURE__ */ O.createElement("div", { className: Xo.drawerContent }, /* @__PURE__ */ O.createElement(
|
|
55197
|
+
/* @__PURE__ */ O.createElement("div", { className: Xo.drawerContent }, /* @__PURE__ */ O.createElement(fre, null), /* @__PURE__ */ O.createElement("div", { className: Xo.buttonContainer }, /* @__PURE__ */ O.createElement(on, { className: Xo.resetButton, onClick: a }, "Reset Filters"), /* @__PURE__ */ O.createElement(
|
|
55198
55198
|
on,
|
|
55199
55199
|
{
|
|
55200
55200
|
type: "primary",
|
|
@@ -55205,7 +55205,7 @@ function vre() {
|
|
|
55205
55205
|
)))
|
|
55206
55206
|
);
|
|
55207
55207
|
}
|
|
55208
|
-
const
|
|
55208
|
+
const vre = $o.injectEndpoints({
|
|
55209
55209
|
endpoints: (e) => ({
|
|
55210
55210
|
fetchAlerts: e.query({
|
|
55211
55211
|
query: () => ({
|
|
@@ -55252,28 +55252,28 @@ const gre = $o.injectEndpoints({
|
|
|
55252
55252
|
})
|
|
55253
55253
|
})
|
|
55254
55254
|
}), {
|
|
55255
|
-
useFetchAlertsQuery:
|
|
55256
|
-
useCreateAlertMutation:
|
|
55257
|
-
useUpdateAlertStatusMutation:
|
|
55258
|
-
useDeleteAlertMutation:
|
|
55259
|
-
useUpdateAlertMutation:
|
|
55260
|
-
} =
|
|
55261
|
-
modalTitle:
|
|
55262
|
-
modalTitleHeader:
|
|
55263
|
-
modalTitleContent:
|
|
55264
|
-
modalCloseIcon:
|
|
55265
|
-
modalDescription:
|
|
55266
|
-
modalFooter:
|
|
55267
|
-
createAlertContent:
|
|
55268
|
-
formField:
|
|
55269
|
-
formLabel:
|
|
55270
|
-
requiredAsterisk:
|
|
55271
|
-
formInput:
|
|
55272
|
-
experienceInputs:
|
|
55273
|
-
modal:
|
|
55274
|
-
radioGroup:
|
|
55275
|
-
drawerHeaderSubtitle:
|
|
55276
|
-
filterIcon:
|
|
55255
|
+
useFetchAlertsQuery: gre,
|
|
55256
|
+
useCreateAlertMutation: hre,
|
|
55257
|
+
useUpdateAlertStatusMutation: bre,
|
|
55258
|
+
useDeleteAlertMutation: yre,
|
|
55259
|
+
useUpdateAlertMutation: Cre
|
|
55260
|
+
} = vre, Sre = "_modalTitle_gu1gu_1", xre = "_modalTitleHeader_gu1gu_6", Ere = "_modalTitleContent_gu1gu_12", $re = "_modalCloseIcon_gu1gu_18", wre = "_modalDescription_gu1gu_22", Ore = "_modalFooter_gu1gu_28", Nre = "_createAlertContent_gu1gu_34", Ire = "_formField_gu1gu_52", _re = "_formLabel_gu1gu_57", Pre = "_requiredAsterisk_gu1gu_63", Tre = "_formInput_gu1gu_67", Rre = "_experienceInputs_gu1gu_71", Mre = "_modal_gu1gu_1", Dre = "_radioGroup_gu1gu_88", Are = "_drawerHeaderSubtitle_gu1gu_94", jre = "_filterIcon_gu1gu_99", go = {
|
|
55261
|
+
modalTitle: Sre,
|
|
55262
|
+
modalTitleHeader: xre,
|
|
55263
|
+
modalTitleContent: Ere,
|
|
55264
|
+
modalCloseIcon: $re,
|
|
55265
|
+
modalDescription: wre,
|
|
55266
|
+
modalFooter: Ore,
|
|
55267
|
+
createAlertContent: Nre,
|
|
55268
|
+
formField: Ire,
|
|
55269
|
+
formLabel: _re,
|
|
55270
|
+
requiredAsterisk: Pre,
|
|
55271
|
+
formInput: Tre,
|
|
55272
|
+
experienceInputs: Rre,
|
|
55273
|
+
modal: Mre,
|
|
55274
|
+
radioGroup: Dre,
|
|
55275
|
+
drawerHeaderSubtitle: Are,
|
|
55276
|
+
filterIcon: jre
|
|
55277
55277
|
}, { Option: hf } = rn;
|
|
55278
55278
|
function gI({ form: e, initialValues: t, onSubmit: n, isSubmitting: r }) {
|
|
55279
55279
|
const { functions: o, locations: a, ctcRanges: i } = KN(), [l, c] = Qe("realtime");
|
|
@@ -55383,16 +55383,16 @@ function gI({ form: e, initialValues: t, onSubmit: n, isSubmitting: r }) {
|
|
|
55383
55383
|
l === "realtime" && /* @__PURE__ */ O.createElement(yt.Item, { label: "Alert mode", name: "notification_type" }, /* @__PURE__ */ O.createElement(Ir.Group, { className: go.radioGroup }, /* @__PURE__ */ O.createElement(Ir, { value: pr.EMAIL }, "Email"), /* @__PURE__ */ O.createElement(Ir, { value: pr.WHATSAPP }, "Whatsapp"), /* @__PURE__ */ O.createElement(Ir, { value: pr.BOTH }, "Both")))
|
|
55384
55384
|
);
|
|
55385
55385
|
}
|
|
55386
|
-
const
|
|
55387
|
-
alertCard:
|
|
55388
|
-
alertHeader:
|
|
55389
|
-
alertIcon:
|
|
55390
|
-
inactiveIcon:
|
|
55391
|
-
alertActions:
|
|
55392
|
-
editFormCard:
|
|
55386
|
+
const Lre = "_alertCard_1k2nv_1", zre = "_alertHeader_1k2nv_14", Fre = "_alertIcon_1k2nv_20", Bre = "_inactiveIcon_1k2nv_25", kre = "_alertActions_1k2nv_29", Hre = "_editFormCard_1k2nv_35", sr = {
|
|
55387
|
+
alertCard: Lre,
|
|
55388
|
+
alertHeader: zre,
|
|
55389
|
+
alertIcon: Fre,
|
|
55390
|
+
inactiveIcon: Bre,
|
|
55391
|
+
alertActions: kre,
|
|
55392
|
+
editFormCard: Hre
|
|
55393
55393
|
};
|
|
55394
|
-
function
|
|
55395
|
-
const e = gr(), { data: t = [], isLoading: n, error: r } =
|
|
55394
|
+
function Vre() {
|
|
55395
|
+
const e = gr(), { data: t = [], isLoading: n, error: r } = gre(), [o] = bre(), [a] = yre(), [i, { isLoading: l }] = Cre(), [c, u] = Qe(null), [d] = yt.useForm();
|
|
55396
55396
|
Je(() => {
|
|
55397
55397
|
t && e(xJ(t));
|
|
55398
55398
|
}, [t, e]);
|
|
@@ -55516,10 +55516,10 @@ function Wre() {
|
|
|
55516
55516
|
)));
|
|
55517
55517
|
}));
|
|
55518
55518
|
}
|
|
55519
|
-
function
|
|
55519
|
+
function Wre() {
|
|
55520
55520
|
const e = gr(), t = On(
|
|
55521
55521
|
(h) => h.scalantCareerHub.dashboard.jobAlertModalOpen
|
|
55522
|
-
), [n, r] = Qe("create"), [o] = yt.useForm(), [a, { isLoading: i }] =
|
|
55522
|
+
), [n, r] = Qe("create"), [o] = yt.useForm(), [a, { isLoading: i }] = hre();
|
|
55523
55523
|
Je(() => {
|
|
55524
55524
|
t || (o.resetFields(), r("create"));
|
|
55525
55525
|
}, [t, o]);
|
|
@@ -55563,7 +55563,7 @@ function Kre() {
|
|
|
55563
55563
|
onSubmit: d,
|
|
55564
55564
|
isSubmitting: i
|
|
55565
55565
|
}
|
|
55566
|
-
), g = /* @__PURE__ */ O.createElement(
|
|
55566
|
+
), g = /* @__PURE__ */ O.createElement(Vre, null);
|
|
55567
55567
|
return /* @__PURE__ */ O.createElement(
|
|
55568
55568
|
Rw,
|
|
55569
55569
|
{
|
|
@@ -55596,10 +55596,10 @@ function Kre() {
|
|
|
55596
55596
|
)
|
|
55597
55597
|
);
|
|
55598
55598
|
}
|
|
55599
|
-
const
|
|
55600
|
-
jobsPageContent:
|
|
55599
|
+
const Kre = "_jobsPageContent_pk7y3_1", qre = {
|
|
55600
|
+
jobsPageContent: Kre
|
|
55601
55601
|
};
|
|
55602
|
-
function
|
|
55602
|
+
function Ure({
|
|
55603
55603
|
country: e,
|
|
55604
55604
|
openMockInterviewModal: t,
|
|
55605
55605
|
openResume: n,
|
|
@@ -55617,7 +55617,7 @@ function Gre({
|
|
|
55617
55617
|
), u = we(!1);
|
|
55618
55618
|
fp(() => {
|
|
55619
55619
|
if (!u.current) {
|
|
55620
|
-
const g =
|
|
55620
|
+
const g = mne(), h = pne(), v = vn({}, g);
|
|
55621
55621
|
if (h) {
|
|
55622
55622
|
const b = Number(h);
|
|
55623
55623
|
isNaN(b) || (v.job_ids = [h], i(cp(b)));
|
|
@@ -55641,14 +55641,14 @@ function Gre({
|
|
|
55641
55641
|
) : /* @__PURE__ */ O.createElement(fg, null), m = l ? eC.JOB_DETAILS : eC.PROFILE_DETAILS, p = () => {
|
|
55642
55642
|
switch (c) {
|
|
55643
55643
|
case wn.relevant:
|
|
55644
|
-
return /* @__PURE__ */ O.createElement(
|
|
55644
|
+
return /* @__PURE__ */ O.createElement(Yne, null);
|
|
55645
55645
|
case wn.saved:
|
|
55646
|
-
return /* @__PURE__ */ O.createElement(
|
|
55646
|
+
return /* @__PURE__ */ O.createElement(nre, null);
|
|
55647
55647
|
case wn.applied:
|
|
55648
|
-
return /* @__PURE__ */ O.createElement(
|
|
55648
|
+
return /* @__PURE__ */ O.createElement(are, null);
|
|
55649
55649
|
case wn.all:
|
|
55650
55650
|
default:
|
|
55651
|
-
return /* @__PURE__ */ O.createElement(
|
|
55651
|
+
return /* @__PURE__ */ O.createElement(Zne, null);
|
|
55652
55652
|
}
|
|
55653
55653
|
};
|
|
55654
55654
|
return /* @__PURE__ */ O.createElement(O.Fragment, null, /* @__PURE__ */ O.createElement(
|
|
@@ -55657,12 +55657,12 @@ function Gre({
|
|
|
55657
55657
|
header: d,
|
|
55658
55658
|
sider: f,
|
|
55659
55659
|
siderWidth: m,
|
|
55660
|
-
className:
|
|
55660
|
+
className: qre.jobsPage
|
|
55661
55661
|
},
|
|
55662
55662
|
p()
|
|
55663
|
-
), /* @__PURE__ */ O.createElement(
|
|
55663
|
+
), /* @__PURE__ */ O.createElement(pre, null), /* @__PURE__ */ O.createElement(Wre, null));
|
|
55664
55664
|
}
|
|
55665
|
-
|
|
55665
|
+
Ure.propTypes = {
|
|
55666
55666
|
processCounts: be.shape({
|
|
55667
55667
|
all: be.number,
|
|
55668
55668
|
relevant: be.number,
|
|
@@ -55674,24 +55674,24 @@ Gre.propTypes = {
|
|
|
55674
55674
|
userProfileData: be.object
|
|
55675
55675
|
};
|
|
55676
55676
|
export {
|
|
55677
|
-
|
|
55677
|
+
eoe as APPLICATION_STATUS,
|
|
55678
55678
|
J0 as JOB_CARD_CONFIG,
|
|
55679
|
-
|
|
55679
|
+
toe as JOB_PROFILE_STATUS,
|
|
55680
55680
|
tg as JobsLayout,
|
|
55681
|
-
|
|
55682
|
-
|
|
55681
|
+
Ure as JobsPage,
|
|
55682
|
+
noe as TABS,
|
|
55683
55683
|
$o as careerHubApi,
|
|
55684
55684
|
oC as checkAllOtherRequirementsMet,
|
|
55685
55685
|
SQ as countPendingSteps,
|
|
55686
|
-
|
|
55686
|
+
poe as default,
|
|
55687
55687
|
qN as determineJobTag,
|
|
55688
55688
|
GN as formatCtc,
|
|
55689
55689
|
EQ as formatDate,
|
|
55690
55690
|
UN as formatExperience,
|
|
55691
55691
|
YN as formatLocation,
|
|
55692
55692
|
XN as formatNoticePeriod,
|
|
55693
|
-
|
|
55694
|
-
|
|
55693
|
+
Zre as setBaseUrl,
|
|
55694
|
+
moe as store,
|
|
55695
55695
|
kY as useApplicationForm,
|
|
55696
55696
|
BY as useCreateApplication,
|
|
55697
55697
|
VY as useJobCardState
|