@feedmepos/mf-hrm-portal 2.0.18-dev → 2.0.18-dev.2

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-D4E8pss5.js +1037 -0
  2. package/dist/{EmployeeList-DcMvF9U5.js → EmployeeList-BfJO89pN.js} +302 -314
  3. package/dist/FormItem.vue_vue_type_script_setup_true_lang-D3MOFOUI.js +45 -0
  4. package/dist/{Main-CvW6Vu8N.js → Main-BbOMNP31.js} +9 -9
  5. package/dist/{Main-D7k57uq5.js → Main-XmxzThcC.js} +7 -8
  6. package/dist/{Main-CleutFvF.js → Main-dqgR1UXY.js} +11 -12
  7. package/dist/{PermissionSetList-CM7kbWkO.js → PermissionSetList-DO0PRS6Z.js} +6 -6
  8. package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-Ces9YwYB.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-DL4_xvBZ.js} +708 -708
  9. package/dist/{RoleList-DR3eVJ9f.js → RoleList-DB3NfUYF.js} +7 -7
  10. package/dist/TeamMemberList-4hEx6L5r.js +1090 -0
  11. package/dist/{TimesheetList-WqqoKPbg.js → TimesheetList-D29EFj1Q.js} +6 -6
  12. package/dist/{app-R5EioPr4.js → app-SadE2J6-.js} +4 -4
  13. package/dist/app.js +1 -1
  14. package/dist/{dayjs.min-CN15Ft3o.js → dayjs.min-DKCxxK08.js} +1 -1
  15. package/dist/{employee-DwQlWLkL.js → employee-3KJs872J.js} +3 -3
  16. package/dist/{iteration-UBGGRoxQ.js → iteration-QZxp7XeE.js} +1 -1
  17. package/dist/{lodash-CC6qHVUo.js → lodash-DrksHyHu.js} +1 -1
  18. package/dist/{rule-B519XbW6.js → rule-CSsgDC6F.js} +2 -2
  19. package/dist/{timesheet-BylrXRfd.js → timesheet-sBe_HCZh.js} +2 -2
  20. package/dist/tsconfig.app.tsbuildinfo +1 -1
  21. package/dist/{useAppStore-Akl8AoVN.js → useAppStore-BDADkWuX.js} +1 -1
  22. package/dist/useDebounce-CWb5QR9G.js +28 -0
  23. package/dist/{useLoading-rbrVwWuj.js → useLoading-PTqnaz_W.js} +1 -1
  24. package/dist/{useReportPermissions-BOEZU86S.js → useReportPermissions-C3Uzu7vB.js} +3 -3
  25. package/package.json +1 -1
  26. package/dist/AuditLogList-CaoW9uYd.js +0 -1011
  27. package/dist/FormItem.vue_vue_type_script_setup_true_lang-CoorkndT.js +0 -34
  28. package/dist/Skeleton.vue_vue_type_script_setup_true_lang-B4PxNMwq.js +0 -16
  29. package/dist/TeamMemberList-CZZv4Pu5.js +0 -1038
  30. package/dist/team-BGLhgx5P.js +0 -33
  31. package/dist/useSearch-BAPEUu1R.js +0 -15
@@ -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 h } from "@feedmepos/mf-common";
4
- import { g as c, b as y, u as Q, s as v } from "./iteration-UBGGRoxQ.js";
4
+ import { g as c, b as y, u as Q, s as v } from "./iteration-QZxp7XeE.js";
5
5
  const m = {
6
6
  async readRoles() {
7
7
  return c(await y().get("/pos-roles"));
@@ -0,0 +1,28 @@
1
+ import { defineComponent as a, createElementBlock as i, openBlock as l, normalizeStyle as s, watch as u } from "vue";
2
+ const d = /* @__PURE__ */ a({
3
+ __name: "Skeleton",
4
+ props: {
5
+ width: { default: "160px" }
6
+ },
7
+ setup(t) {
8
+ return (o, n) => (l(), i("div", {
9
+ class: "h-16 animate-pulse rounded bg-fm-color-neutral-gray-200",
10
+ style: s({ width: t.width })
11
+ }, null, 4));
12
+ }
13
+ });
14
+ function f(t, o, n = 300) {
15
+ let e;
16
+ const c = u(t, (r) => {
17
+ e && clearTimeout(e), e = setTimeout(() => {
18
+ o(r);
19
+ }, n);
20
+ });
21
+ return () => {
22
+ c(), e && (clearTimeout(e), e = void 0);
23
+ };
24
+ }
25
+ export {
26
+ d as _,
27
+ f as u
28
+ };
@@ -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-Akl8AoVN.js";
3
+ import { a as w, v } from "./useAppStore-BDADkWuX.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-UBGGRoxQ.js";
2
+ import { e as d } from "./iteration-QZxp7XeE.js";
3
3
  import { useCoreStore as h } from "@feedmepos/mf-common";
4
- import { e as S, R as g } from "./rule-B519XbW6.js";
5
- import "./app-R5EioPr4.js";
4
+ import { e as S, R as g } from "./rule-CSsgDC6F.js";
5
+ import "./app-SadE2J6-.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.18-dev",
3
+ "version": "2.0.18-dev.2",
4
4
  "files": [
5
5
  "dist"
6
6
  ],