@realtek/core-theme 0.0.220 → 0.0.221
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 -3
- package/dist-lib/index.js.map +1 -1
- package/package.json +1 -1
package/dist-lib/index.js
CHANGED
|
@@ -19056,6 +19056,8 @@ function FS(e, t) {
|
|
|
19056
19056
|
//#endregion
|
|
19057
19057
|
//#region src/utils/permissionApplicability.js
|
|
19058
19058
|
var IS = {
|
|
19059
|
+
po: [],
|
|
19060
|
+
msa: [],
|
|
19059
19061
|
sourcing: ["jobs"],
|
|
19060
19062
|
assign: ["jobs"],
|
|
19061
19063
|
approve: [
|
|
@@ -19088,7 +19090,7 @@ var IS = {
|
|
|
19088
19090
|
],
|
|
19089
19091
|
viewProposedRate: ["submissions"],
|
|
19090
19092
|
po: ["onboarding"],
|
|
19091
|
-
|
|
19093
|
+
po_msa: ["onboarding"]
|
|
19092
19094
|
};
|
|
19093
19095
|
function LS(e, t) {
|
|
19094
19096
|
let n = IS[t];
|
|
@@ -42074,8 +42076,7 @@ var lA = [
|
|
|
42074
42076
|
change_status: "Status",
|
|
42075
42077
|
my_jobs: "My Jobs",
|
|
42076
42078
|
all_jobs: "All Jobs",
|
|
42077
|
-
|
|
42078
|
-
msa: "MSA"
|
|
42079
|
+
po_msa: "PO MSA"
|
|
42079
42080
|
};
|
|
42080
42081
|
function dA(e) {
|
|
42081
42082
|
return uA[e] ?? e.replace(/_/g, " ").replace(/\b\w/g, (e) => e.toUpperCase());
|