@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.
Files changed (24) hide show
  1. package/dist/{AuditLogList-ssYtQ2J1.js → AuditLogList-CV-y1xix.js} +28 -28
  2. package/dist/{EmployeeList-CNNgH2vX.js → EmployeeList-DDbML16v.js} +5 -5
  3. package/dist/{Main-DAcmCNsi.js → Main-CHG4jcIV.js} +8 -8
  4. package/dist/{Main-DmaUVB5Y.js → Main-CoY-GVfR.js} +5 -5
  5. package/dist/{PermissionSetList-CybAQCrm.js → PermissionSetList-BpbcJwgS.js} +27 -27
  6. package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-6Vgf4lIX.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-CUqD40tX.js} +361 -361
  7. package/dist/{RoleList-rv6egTFo.js → RoleList-DU6TSPjK.js} +6 -6
  8. package/dist/{TeamMemberList-JjUw7Pdt.js → TeamMemberList-BPhlYPcR.js} +7 -7
  9. package/dist/{TimesheetList-lYmFc7sY.js → TimesheetList-BZX7mz7l.js} +6 -6
  10. package/dist/{app-BF5fWLn5.js → app-CsL8zF1K.js} +703 -789
  11. package/dist/app.js +1 -1
  12. package/dist/{dayjs.min-_VE-J0yP.js → dayjs.min-DEds7FgH.js} +1 -1
  13. package/dist/{employee-BDPrgphI.js → employee-7Dzn6dfg.js} +3 -3
  14. package/dist/{index-CdQ13eT1.js → index-BWPzcUza.js} +1 -1
  15. package/dist/{index-CFGp5zzo.js → index-C5JbANxF.js} +652 -631
  16. package/dist/{lodash-CucjoHYl.js → lodash-OC-U-Tc5.js} +1 -1
  17. package/dist/src/helpers/permission-set.d.ts +1 -1
  18. package/dist/{team-DzG7du5b.js → team-WEakcs7T.js} +1 -1
  19. package/dist/{timesheet-BHNzrve1.js → timesheet-ORUr4kLh.js} +2 -2
  20. package/dist/tsconfig.app.tsbuildinfo +1 -1
  21. package/dist/{useAppStore-D4PCstqq.js → useAppStore-BecgT5CH.js} +1 -1
  22. package/dist/{useLoading-wggM_LZw.js → useLoading-C-sYO9Ah.js} +1 -1
  23. package/dist/{useReportPermissions-C2cFzRyt.js → useReportPermissions-C0YEiS2R.js} +2 -2
  24. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { c as jt } from "./app-BF5fWLn5.js";
1
+ import { c as jt } from "./app-CsL8zF1K.js";
2
2
  var Jr = { exports: {} };
3
3
  /**
4
4
  * @license
@@ -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 initialise without the denial guard and
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-CFGp5zzo.js";
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-_VE-J0yP.js";
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-CFGp5zzo.js";
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}`));