@realtek/core-theme 0.0.225 → 0.0.226
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 +4 -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: "resubmitted",
|
|
8359
8360
|
reject: "rejected",
|
|
8360
8361
|
rejected: "rejected",
|
|
8361
8362
|
reject_days: "rejected",
|
|
@@ -8452,7 +8453,7 @@ var Kp = {
|
|
|
8452
8453
|
}, Jp = [
|
|
8453
8454
|
[/\breject/i, "rejected"],
|
|
8454
8455
|
[/\bapprov/i, "approved"],
|
|
8455
|
-
[/\bresubmit/i, "resubmitted"],
|
|
8456
|
+
[/\bresubmit|\bresent\b/i, "resubmitted"],
|
|
8456
8457
|
[/\bsubmit/i, "submitted"],
|
|
8457
8458
|
[/\breassign|\bassign/i, "assigned"],
|
|
8458
8459
|
[/\bdelete|\bremov/i, "deleted"],
|
|
@@ -40575,7 +40576,8 @@ function Lk({ selectedIds: e, selectedRecords: t, onClose: n }) {
|
|
|
40575
40576
|
candidateProposedRate: e.proposedRate,
|
|
40576
40577
|
candidateProposedRateCurrency: e.currency,
|
|
40577
40578
|
candidateProposedRateUnit: "hr",
|
|
40578
|
-
submitVia: "Mail"
|
|
40579
|
+
submitVia: "Mail",
|
|
40580
|
+
context: "resend"
|
|
40579
40581
|
}), J.success("Re-approved and sent for CFO approval"), n?.({ success: !0 });
|
|
40580
40582
|
} }), [
|
|
40581
40583
|
i,
|