@realtek/core-theme 0.0.225 → 0.0.227
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-lib/index.cjs +2 -2
- package/dist-lib/index.cjs.map +1 -1
- package/dist-lib/index.js +10 -2
- package/dist-lib/index.js.map +1 -1
- package/package.json +1 -1
package/dist-lib/index.js
CHANGED
|
@@ -8356,6 +8356,7 @@ var Kp = {
|
|
|
8356
8356
|
"internal submission": "submitted",
|
|
8357
8357
|
resubmit: "resubmitted",
|
|
8358
8358
|
resubmitted: "resubmitted",
|
|
8359
|
+
resent_for_approval: "resent",
|
|
8359
8360
|
reject: "rejected",
|
|
8360
8361
|
rejected: "rejected",
|
|
8361
8362
|
reject_days: "rejected",
|
|
@@ -8409,6 +8410,11 @@ var Kp = {
|
|
|
8409
8410
|
icon: /* @__PURE__ */ X(Zi, {}),
|
|
8410
8411
|
label: "Re-submitted"
|
|
8411
8412
|
},
|
|
8413
|
+
resent: {
|
|
8414
|
+
tone: "purple",
|
|
8415
|
+
icon: /* @__PURE__ */ X(Zi, {}),
|
|
8416
|
+
label: "Resend for Approval"
|
|
8417
|
+
},
|
|
8412
8418
|
approved: {
|
|
8413
8419
|
tone: "success",
|
|
8414
8420
|
icon: /* @__PURE__ */ X(Jr, {}),
|
|
@@ -8451,8 +8457,9 @@ var Kp = {
|
|
|
8451
8457
|
}
|
|
8452
8458
|
}, Jp = [
|
|
8453
8459
|
[/\breject/i, "rejected"],
|
|
8454
|
-
[/\
|
|
8460
|
+
[/\bresent\b/i, "resent"],
|
|
8455
8461
|
[/\bresubmit/i, "resubmitted"],
|
|
8462
|
+
[/\bapprov/i, "approved"],
|
|
8456
8463
|
[/\bsubmit/i, "submitted"],
|
|
8457
8464
|
[/\breassign|\bassign/i, "assigned"],
|
|
8458
8465
|
[/\bdelete|\bremov/i, "deleted"],
|
|
@@ -40575,7 +40582,8 @@ function Lk({ selectedIds: e, selectedRecords: t, onClose: n }) {
|
|
|
40575
40582
|
candidateProposedRate: e.proposedRate,
|
|
40576
40583
|
candidateProposedRateCurrency: e.currency,
|
|
40577
40584
|
candidateProposedRateUnit: "hr",
|
|
40578
|
-
submitVia: "Mail"
|
|
40585
|
+
submitVia: "Mail",
|
|
40586
|
+
context: "resend"
|
|
40579
40587
|
}), J.success("Re-approved and sent for CFO approval"), n?.({ success: !0 });
|
|
40580
40588
|
} }), [
|
|
40581
40589
|
i,
|