@feedmepos/mf-hrm-portal 2.0.3-dev.3 → 2.0.3-dev.5
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/{AuditLogList-ssYtQ2J1.js → AuditLogList-CV-y1xix.js} +28 -28
- package/dist/{EmployeeList-CNNgH2vX.js → EmployeeList-DDbML16v.js} +5 -5
- package/dist/{Main-DAcmCNsi.js → Main-CHG4jcIV.js} +8 -8
- package/dist/{Main-DmaUVB5Y.js → Main-CoY-GVfR.js} +5 -5
- package/dist/{PermissionSetList-CybAQCrm.js → PermissionSetList-BpbcJwgS.js} +27 -27
- package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-6Vgf4lIX.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-CUqD40tX.js} +361 -361
- package/dist/{RoleList-rv6egTFo.js → RoleList-DU6TSPjK.js} +6 -6
- package/dist/{TeamMemberList-JjUw7Pdt.js → TeamMemberList-BPhlYPcR.js} +7 -7
- package/dist/{TimesheetList-lYmFc7sY.js → TimesheetList-BZX7mz7l.js} +6 -6
- package/dist/{app-BF5fWLn5.js → app-CsL8zF1K.js} +703 -789
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-_VE-J0yP.js → dayjs.min-DEds7FgH.js} +1 -1
- package/dist/{employee-BDPrgphI.js → employee-7Dzn6dfg.js} +3 -3
- package/dist/{index-CdQ13eT1.js → index-BWPzcUza.js} +1 -1
- package/dist/{index-CFGp5zzo.js → index-C5JbANxF.js} +652 -631
- package/dist/{lodash-CucjoHYl.js → lodash-OC-U-Tc5.js} +1 -1
- package/dist/src/helpers/permission-set.d.ts +1 -1
- package/dist/{team-DzG7du5b.js → team-WEakcs7T.js} +1 -1
- package/dist/{timesheet-BHNzrve1.js → timesheet-ORUr4kLh.js} +2 -2
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-D4PCstqq.js → useAppStore-BecgT5CH.js} +1 -1
- package/dist/{useLoading-wggM_LZw.js → useLoading-C-sYO9Ah.js} +1 -1
- package/dist/{useReportPermissions-C2cFzRyt.js → useReportPermissions-C0YEiS2R.js} +2 -2
- package/package.json +1 -1
|
@@ -91,7 +91,7 @@ export declare function getEffectivePermissions(basePermissions: FdoPermissionRu
|
|
|
91
91
|
* subject is NOT present in any base permission set (i.e. they target system-expanded subjects,
|
|
92
92
|
* not permission-set-inherited subjects). These denials seed `visitedSetIds` in
|
|
93
93
|
* `expandWithSystemPermissionSets` to block runtime re-expansion of system sets that the user
|
|
94
|
-
* explicitly unchecked. Without them the editor would
|
|
94
|
+
* explicitly unchecked. Without them the editor would initialize without the denial guard and
|
|
95
95
|
* those subjects would reappear as checked the next time the form opens.
|
|
96
96
|
*
|
|
97
97
|
* Inverted rules whose subject IS in base are handled correctly by `getEffectivePermissions`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineStore as d } from "pinia";
|
|
2
2
|
import { ref as s, computed as o } from "vue";
|
|
3
|
-
import { t as f } from "./index-
|
|
3
|
+
import { t as f } from "./index-C5JbANxF.js";
|
|
4
4
|
const I = d("team", () => {
|
|
5
5
|
const r = s([]), a = s(!1), m = o(
|
|
6
6
|
() => Object.fromEntries(r.value.map((e) => [e.doc.userId, e.name]))
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { d as i } from "./dayjs.min-
|
|
1
|
+
import { d as i } from "./dayjs.min-DEds7FgH.js";
|
|
2
2
|
import { defineStore as p, storeToRefs as T } from "pinia";
|
|
3
3
|
import { ref as l } from "vue";
|
|
4
|
-
import { b as c, g as y, k as u, j as S, s as g } from "./index-
|
|
4
|
+
import { b as c, g as y, k as u, j as S, s as g } from "./index-C5JbANxF.js";
|
|
5
5
|
const f = {
|
|
6
6
|
async readTimesheets(t, e) {
|
|
7
7
|
return y(await c().get(`timesheet?start=${t}&end=${e}`));
|