@feedmepos/mf-hrm-portal 2.0.24-dev.13 → 2.0.24-dev.14

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 (34) hide show
  1. package/dist/AuditLogList-CtneTBoV.js +1145 -0
  2. package/dist/{EmployeeList-DSotV-7r.js → EmployeeList-C7dIO8gr.js} +78 -78
  3. package/dist/{FormItem.vue_vue_type_script_setup_true_lang-D3MOFOUI.js → FormItem.vue_vue_type_script_setup_true_lang-S4Mh4MvG.js} +1 -1
  4. package/dist/{Main-DiqWFbg6.js → Main-3gbHRwy4.js} +6 -6
  5. package/dist/{Main-pf8KD_ew.js → Main-CU92m_i1.js} +9 -9
  6. package/dist/{Main-Du7lPAnd.js → Main-D5PmpNiB.js} +6 -6
  7. package/dist/{PermissionSetList-BkP_yWYv.js → PermissionSetList-Dej3hhUp.js} +6 -6
  8. package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-C9fM3DpC.js +3457 -0
  9. package/dist/{PortalUserSearcher.vue_vue_type_style_index_0_scoped_a439fdd8_lang-CwHZrP4X.js → PortalUserSearcher.vue_vue_type_style_index_0_scoped_a439fdd8_lang-DiCE_AYD.js} +1 -1
  10. package/dist/{RoleList-i0HAJQ9A.js → RoleList-B98ExzJE.js} +7 -7
  11. package/dist/SelectFilter-C61IZSID.js +269 -0
  12. package/dist/{TeamMemberList-BUCacyhN.js → TeamMemberList-YTHgBCoO.js} +12 -12
  13. package/dist/{TimesheetList-BASAcu4x.js → TimesheetList-2HclOof1.js} +10 -10
  14. package/dist/{TimesheetList.vue_vue_type_style_index_0_scoped_d7ed31d7_lang-BcXV31j3.js → TimesheetList.vue_vue_type_style_index_0_scoped_91afda4e_lang-BBHwVX-k.js} +2 -2
  15. package/dist/{app-BFiZ8ZXX.js → app-CoIsLUsi.js} +222 -203
  16. package/dist/app.js +1 -1
  17. package/dist/{dayjs.min-UHgMNuVS.js → dayjs.min-JqoERYFc.js} +1 -1
  18. package/dist/{employee-CzYb5bvh.js → employee-D_oJJt4e.js} +3 -3
  19. package/dist/{iteration-BjUlb3UE.js → iteration-CmwYwOHJ.js} +1 -1
  20. package/dist/{lodash-B-oxtG88.js → lodash-DISd2c6W.js} +1 -1
  21. package/dist/{rule-C0LG2tV9.js → rule-B4b6tRUV.js} +2 -2
  22. package/dist/src/api/audit-log/index.d.ts +17 -0
  23. package/dist/src/components/form/SelectFilter.vue.d.ts +3 -0
  24. package/dist/src/stores/team.d.ts +4 -1
  25. package/dist/src/views/audit-log/locales/index.d.ts +24 -16
  26. package/dist/style.css +1 -1
  27. package/dist/tsconfig.app.tsbuildinfo +1 -1
  28. package/dist/{useAppStore-C59yWeEW.js → useAppStore-m4x4qFHC.js} +1 -1
  29. package/dist/{useLoading-CTdlaX4S.js → useLoading-BcujhoYe.js} +1 -1
  30. package/dist/{useReportPermissions-BZcS5o0u.js → useReportPermissions-bHlIA-k-.js} +3 -3
  31. package/package.json +2 -2
  32. package/dist/AuditLogList-_jMTq9y8.js +0 -1037
  33. package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-BURg3zZO.js +0 -3457
  34. package/dist/SelectFilter-DUj7GBtT.js +0 -251
@@ -1,7 +1,7 @@
1
1
  import { defineStore as x, storeToRefs as U } from "pinia";
2
2
  import { ref as R } from "vue";
3
3
  import { useCoreStore as D, baseClientInstance as v } from "@feedmepos/mf-common";
4
- import { g as c, b as g, u as Q, s as f } from "./iteration-BjUlb3UE.js";
4
+ import { g as c, b as g, u as Q, s as f } from "./iteration-CmwYwOHJ.js";
5
5
  const y = {
6
6
  async readRoles() {
7
7
  return c(await g().get("/pos-roles"));
@@ -1,6 +1,6 @@
1
1
  import { computed as I, isRef as L, watch as M } from "vue";
2
2
  import { SnackbarPosition as y } from "@feedmepos/ui-library";
3
- import { a as w, v } from "./useAppStore-C59yWeEW.js";
3
+ import { a as w, v } from "./useAppStore-m4x4qFHC.js";
4
4
  const E = (r) => {
5
5
  async function d(u, e) {
6
6
  var l, a;
@@ -1,8 +1,8 @@
1
1
  import { computed as u, ref as t } from "vue";
2
- import { e as d } from "./iteration-BjUlb3UE.js";
2
+ import { e as d } from "./iteration-CmwYwOHJ.js";
3
3
  import { useCoreStore as h } from "@feedmepos/mf-common";
4
- import { e as S, R as g } from "./rule-C0LG2tV9.js";
5
- import "./app-BFiZ8ZXX.js";
4
+ import { e as S, R as g } from "./rule-B4b6tRUV.js";
5
+ import "./app-CoIsLUsi.js";
6
6
  const r = t([]), c = t(!1), a = t(!1), f = t(null), p = t(null), i = t(!1);
7
7
  function B() {
8
8
  const v = h();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feedmepos/mf-hrm-portal",
3
- "version": "2.0.24-dev.13",
3
+ "version": "2.0.24-dev.14",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -29,7 +29,7 @@
29
29
  "vue-router": "^4.3.2",
30
30
  "vue3-lottie": "^3.3.0",
31
31
  "xlsx": "^0.18.5",
32
- "@feedmepos/hrm-permission": "1.0.13"
32
+ "@feedmepos/hrm-permission": "1.0.14"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@casl/ability": "^3.4.0",