@feedmepos/mf-hrm-portal 2.2.2-dev.2 → 2.2.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.
- package/dist/{ApprovalCodeList-BvZs3tn-.js → ApprovalCodeList-Dpg-lwZA.js} +5 -5
- package/dist/AuditLogList-B8lU5FU1.js +1149 -0
- package/dist/{ConditionBuilderForm.vue_vue_type_script_setup_true_lang-C-03FIfv.js → ConditionBuilderForm.vue_vue_type_script_setup_true_lang-Di-1ZwEW.js} +2 -2
- package/dist/{EmployeeList-BDTcK6GD.js → EmployeeList-ByeniR1c.js} +9 -10
- package/dist/{GrantUserList-BOxUsFcl.js → GrantUserList-D0YIdpMH.js} +6 -6
- package/dist/{Main-Csma2yIU.js → Main-Bg0Najd8.js} +8 -8
- package/dist/{Main-laHdN12w.js → Main-C9-EztWV.js} +11 -11
- package/dist/{Main-Da_g7CTz.js → Main-CTsTrR0m.js} +5 -5
- package/dist/{PermissionSetList-CpK7M-eA.js → PermissionSetList-CqVP3iB8.js} +7 -7
- package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-D91dsivb.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-CXNhJDfA.js} +672 -672
- package/dist/{PortalUserSearcher.vue_vue_type_style_index_0_scoped_827dfd60_lang-XHuHin8t.js → PortalUserSearcher.vue_vue_type_style_index_0_scoped_827dfd60_lang-Z-DH7ouY.js} +1 -1
- package/dist/{RoleList-CnuSsHaU.js → RoleList-CQuV9O_f.js} +9 -9
- package/dist/{TeamMemberList-mID3B9gL.js → TeamMemberList-DNitiMN5.js} +24 -25
- package/dist/{TimesheetList-B1Vq7RMs.js → TimesheetList-DYJsjODe.js} +7 -7
- package/dist/{TimesheetList.vue_vue_type_style_index_0_scoped_2c7a177a_lang-BXVYGX0n.js → TimesheetList.vue_vue_type_style_index_0_scoped_2c7a177a_lang-DWKJIq76.js} +3 -3
- package/dist/{app-CDhU3geD.js → app-BJKd6Faz.js} +509 -805
- package/dist/app.js +1 -1
- package/dist/{approval-code-jIjkeVEb.js → approval-code-BRClD2HN.js} +1 -1
- package/dist/{dayjs.min-CuJv-tp-.js → dayjs.min-D8ClaZcZ.js} +1 -1
- package/dist/{employee-RyVvi0m5.js → employee-C9VVckRM.js} +4 -4
- package/dist/{grant-user-SNiDV22U.js → grant-user-Dhi3ilC_.js} +1 -1
- package/dist/{iteration-3WrCeF_5.js → iteration-CMXHdaKL.js} +1 -1
- package/dist/{lodash-Cm-71byT.js → lodash-0-Y1xSyQ.js} +1 -1
- package/dist/{restaurant-BTpBmfBV.js → restaurant-DiYb0pCm.js} +2 -2
- package/dist/{role-CHQOtd0E.js → role-B-Y4JezP.js} +2 -2
- package/dist/{rule--e-16FwK.js → rule-raGIIqlH.js} +3 -3
- package/dist/src/api/audit-log/index.d.ts +0 -6
- package/dist/src/types/audit-log.d.ts +1 -1
- package/dist/src/views/audit-log/locales/index.d.ts +0 -296
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-DCwd8GWN.js → useAppStore-BGhlB1_1.js} +1 -1
- package/dist/useDebounce-CWb5QR9G.js +28 -0
- package/dist/{useLoading-CXzTpIVv.js → useLoading-CvgqVDbF.js} +1 -1
- package/dist/{useReportPermissions-Br78ni1L.js → useReportPermissions-C5_EivtU.js} +3 -3
- package/package.json +1 -1
- package/dist/AuditLogList-Bv4fkVpI.js +0 -1611
- package/dist/Skeleton.vue_vue_type_script_setup_true_lang-B4PxNMwq.js +0 -16
- package/dist/src/views/audit-log/event-line.d.ts +0 -13
- package/dist/src/views/audit-log/snapshot-diff.d.ts +0 -11
- package/dist/useDebounce-B8ZPVS5C.js +0 -15
|
@@ -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 { u as w, v } from "./useAppStore-
|
|
3
|
+
import { u as w, v } from "./useAppStore-BGhlB1_1.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 r, ref as n } from "vue";
|
|
2
|
-
import { e as d } from "./iteration-
|
|
2
|
+
import { e as d } from "./iteration-CMXHdaKL.js";
|
|
3
3
|
import { useCoreStore as h } from "@feedmepos/mf-common";
|
|
4
|
-
import { e as K, R as g } from "./rule
|
|
5
|
-
import "./app-
|
|
4
|
+
import { e as K, R as g } from "./rule-raGIIqlH.js";
|
|
5
|
+
import "./app-BJKd6Faz.js";
|
|
6
6
|
const a = n([]), i = n(!1), l = n(!1), f = n(null), p = n(null), u = n(!1);
|
|
7
7
|
function B() {
|
|
8
8
|
const v = h();
|