@feedmepos/mf-hrm-portal 2.0.2 → 2.0.4-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 (32) hide show
  1. package/dist/{AuditLogList-DmzjFNtu.js → AuditLogList-3LzPMYki.js} +12 -12
  2. package/dist/{EmployeeList-C0P01r8f.js → EmployeeList-Cwwv_Zlz.js} +5 -5
  3. package/dist/{Main-Ea3YRYRi.js → Main-91oL3FhD.js} +8 -8
  4. package/dist/{Main-C4bwcSak.js → Main-Djsmh0z3.js} +5 -5
  5. package/dist/PermissionSetList-Djw6Kq-P.js +327 -0
  6. package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-FOlmgK60.js +3287 -0
  7. package/dist/{RoleList-DPFSIcJM.js → RoleList-Dx7S9lLy.js} +6 -6
  8. package/dist/TeamMemberList-CG-MGTve.js +979 -0
  9. package/dist/{TimesheetList-D_aRlhAF.js → TimesheetList-DMWMr6qz.js} +6 -6
  10. package/dist/api/report-query/index.d.ts +1 -0
  11. package/dist/{app-D3XzDpIl.js → app-hn4p1_a3.js} +786 -689
  12. package/dist/app.js +1 -1
  13. package/dist/composables/useCustomReportPermissions.d.ts +7 -0
  14. package/dist/{dayjs.min-CgKI64Kb.js → dayjs.min-DnPftI7E.js} +1 -1
  15. package/dist/{employee-DiMO7OBV.js → employee-iJ_7LE99.js} +3 -3
  16. package/dist/helpers/permission-set.d.ts +9 -0
  17. package/dist/helpers/rule.d.ts +4 -1
  18. package/dist/{index-BNwH5i7v.js → index-Cm7g-tL7.js} +1639 -1584
  19. package/dist/{index-D-9VSDyv.js → index-DRAOMLuj.js} +1 -1
  20. package/dist/{lodash-JVfJjN55.js → lodash-DL2QGSnr.js} +1 -1
  21. package/dist/{team-CpDDOMg5.js → team-C1LaI_Ne.js} +1 -1
  22. package/dist/{timesheet-B7pXd6CJ.js → timesheet-DU4OLZK4.js} +2 -2
  23. package/dist/tsconfig.app.tsbuildinfo +1 -1
  24. package/dist/{useAppStore-CRiXBv8h.js → useAppStore-CWLLJN_9.js} +1 -1
  25. package/dist/{useLoading-TD1OqZ-E.js → useLoading-BaqJwyj8.js} +1 -1
  26. package/dist/useReportPermissions-DC1NFQEs.js +59 -0
  27. package/dist/views/team/components/BasePermission.vue.d.ts +17 -0
  28. package/package.json +1 -1
  29. package/dist/PermissionSetList-BConvvPI.js +0 -323
  30. package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-Bh8iS3gP.js +0 -3092
  31. package/dist/TeamMemberList-2X_3s91v.js +0 -973
  32. package/dist/useReportPermissions-VXbSUZR5.js +0 -65
@@ -2,7 +2,7 @@ var oe = Object.defineProperty;
2
2
  var se = (_, h, y) => h in _ ? oe(_, h, { enumerable: !0, configurable: !0, writable: !0, value: y }) : _[h] = y;
3
3
  var ot = (_, h, y) => se(_, typeof h != "symbol" ? h + "" : h, y);
4
4
  import { readonly as Nt, ref as Rt } from "vue";
5
- import { c as st } from "./app-D3XzDpIl.js";
5
+ import { c as st } from "./app-hn4p1_a3.js";
6
6
  var Pt = { exports: {} };
7
7
  (function(_, h) {
8
8
  (function(y, p) {
@@ -1,4 +1,4 @@
1
- import { c as jt } from "./app-D3XzDpIl.js";
1
+ import { c as jt } from "./app-hn4p1_a3.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-BNwH5i7v.js";
3
+ import { t as f } from "./index-Cm7g-tL7.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-CgKI64Kb.js";
1
+ import { d as i } from "./dayjs.min-DnPftI7E.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-BNwH5i7v.js";
4
+ import { b as c, g as y, k as u, j as S, s as g } from "./index-Cm7g-tL7.js";
5
5
  const f = {
6
6
  async readTimesheets(t, e) {
7
7
  return y(await c().get(`timesheet?start=${t}&end=${e}`));