@feedmepos/mf-hrm-portal 2.0.2-dev → 2.0.3-dev

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 (31) hide show
  1. package/dist/{AuditLogList-DIhc0l6X.js → AuditLogList-wzVOem7J.js} +12 -12
  2. package/dist/{EmployeeList-BeEKR289.js → EmployeeList-D5IfP20e.js} +5 -5
  3. package/dist/{Main-VBmK1-KC.js → Main-hADhiwrp.js} +5 -5
  4. package/dist/{Main-C0GZCILF.js → Main-mvm27j-a.js} +8 -8
  5. package/dist/PermissionSetList-DgaTwV_y.js +327 -0
  6. package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-BzA__vQJ.js +3287 -0
  7. package/dist/{RoleList-CV0gVc3E.js → RoleList-C0gK0AMO.js} +6 -6
  8. package/dist/TeamMemberList-BVAbjvKZ.js +979 -0
  9. package/dist/{TimesheetList-BwEfqBTT.js → TimesheetList-C3jduNcK.js} +6 -6
  10. package/dist/{app-aTcgEcFN.js → app-CXscIHdd.js} +897 -803
  11. package/dist/app.js +1 -1
  12. package/dist/composables/useCustomReportPermissions.d.ts +7 -0
  13. package/dist/{dayjs.min-B9nj2sbB.js → dayjs.min-Bc0i83P9.js} +1 -1
  14. package/dist/{employee-Cb9Bw-C0.js → employee-Se3Yks-o.js} +3 -3
  15. package/dist/helpers/permission-set.d.ts +9 -0
  16. package/dist/helpers/rule.d.ts +4 -1
  17. package/dist/{index-BFELrt2A.js → index-D35d9iES.js} +1 -1
  18. package/dist/{index-CUpeDutG.js → index-DOp84DcN.js} +1539 -1491
  19. package/dist/{lodash-ByTVC-hr.js → lodash-DuiYjdnV.js} +1 -1
  20. package/dist/{team-DRrXMlSc.js → team-CT4SDg-h.js} +1 -1
  21. package/dist/{timesheet-B3eCp8WW.js → timesheet-D0SI4Zli.js} +2 -2
  22. package/dist/tsconfig.app.tsbuildinfo +1 -1
  23. package/dist/{useAppStore-Yt4HqLKz.js → useAppStore-TCd8aSgi.js} +1 -1
  24. package/dist/{useLoading-BVU_m_hz.js → useLoading-CwO9YfJb.js} +1 -1
  25. package/dist/useReportPermissions-CmtxmL3h.js +59 -0
  26. package/dist/views/team/components/BasePermission.vue.d.ts +17 -0
  27. package/package.json +2 -2
  28. package/dist/PermissionSetList-C0lRNtWq.js +0 -323
  29. package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-DOBslfDb.js +0 -3092
  30. package/dist/TeamMemberList-BXMfJK16.js +0 -973
  31. package/dist/useReportPermissions-Bchec8_9.js +0 -65
@@ -1,4 +1,4 @@
1
- import { c as jt } from "./app-aTcgEcFN.js";
1
+ import { c as jt } from "./app-CXscIHdd.js";
2
2
  var Jr = { exports: {} };
3
3
  /**
4
4
  * @license
@@ -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-CUpeDutG.js";
3
+ import { t as f } from "./index-DOp84DcN.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-B9nj2sbB.js";
1
+ import { d as i } from "./dayjs.min-Bc0i83P9.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-CUpeDutG.js";
4
+ import { b as c, g as y, k as u, j as S, s as g } from "./index-DOp84DcN.js";
5
5
  const f = {
6
6
  async readTimesheets(t, e) {
7
7
  return y(await c().get(`timesheet?start=${t}&end=${e}`));