@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.
- package/dist/AuditLogList-D4E8pss5.js +1037 -0
- package/dist/{EmployeeList-DcMvF9U5.js → EmployeeList-BfJO89pN.js} +302 -314
- package/dist/FormItem.vue_vue_type_script_setup_true_lang-D3MOFOUI.js +45 -0
- package/dist/{Main-CvW6Vu8N.js → Main-BbOMNP31.js} +9 -9
- package/dist/{Main-D7k57uq5.js → Main-XmxzThcC.js} +7 -8
- package/dist/{Main-CleutFvF.js → Main-dqgR1UXY.js} +11 -12
- package/dist/{PermissionSetList-CM7kbWkO.js → PermissionSetList-DO0PRS6Z.js} +6 -6
- 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
- package/dist/{RoleList-DR3eVJ9f.js → RoleList-DB3NfUYF.js} +7 -7
- package/dist/TeamMemberList-4hEx6L5r.js +1090 -0
- package/dist/{TimesheetList-WqqoKPbg.js → TimesheetList-D29EFj1Q.js} +6 -6
- package/dist/{app-R5EioPr4.js → app-SadE2J6-.js} +4 -4
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-CN15Ft3o.js → dayjs.min-DKCxxK08.js} +1 -1
- package/dist/{employee-DwQlWLkL.js → employee-3KJs872J.js} +3 -3
- package/dist/{iteration-UBGGRoxQ.js → iteration-QZxp7XeE.js} +1 -1
- package/dist/{lodash-CC6qHVUo.js → lodash-DrksHyHu.js} +1 -1
- package/dist/{rule-B519XbW6.js → rule-CSsgDC6F.js} +2 -2
- package/dist/{timesheet-BylrXRfd.js → timesheet-sBe_HCZh.js} +2 -2
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-Akl8AoVN.js → useAppStore-BDADkWuX.js} +1 -1
- package/dist/useDebounce-CWb5QR9G.js +28 -0
- package/dist/{useLoading-rbrVwWuj.js → useLoading-PTqnaz_W.js} +1 -1
- package/dist/{useReportPermissions-BOEZU86S.js → useReportPermissions-C3Uzu7vB.js} +3 -3
- package/package.json +1 -1
- package/dist/AuditLogList-CaoW9uYd.js +0 -1011
- package/dist/FormItem.vue_vue_type_script_setup_true_lang-CoorkndT.js +0 -34
- package/dist/Skeleton.vue_vue_type_script_setup_true_lang-B4PxNMwq.js +0 -16
- package/dist/TeamMemberList-CZZv4Pu5.js +0 -1038
- package/dist/team-BGLhgx5P.js +0 -33
- package/dist/useSearch-BAPEUu1R.js +0 -15
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as s, openBlock as n, createElementVNode as o, defineComponent as l, renderSlot as r, createCommentVNode as i, toDisplayString as c } from "vue";
|
|
2
|
-
import { _ as a } from "./SelectFilter-DUj7GBtT.js";
|
|
3
|
-
const d = {};
|
|
4
|
-
function m(t, e) {
|
|
5
|
-
return n(), s("div", null, [...e[0] || (e[0] = [
|
|
6
|
-
o("div", { class: "h-px w-full bg-fm-color-neutral-gray-100" }, null, -1)
|
|
7
|
-
])]);
|
|
8
|
-
}
|
|
9
|
-
const x = /* @__PURE__ */ a(d, [["render", m]]), p = { class: "space-y-8" }, _ = { class: "flex items-center justify-between" }, f = { class: "space-y-8" }, u = { class: "fm-typo-en-body-lg-600" }, y = {
|
|
10
|
-
key: 0,
|
|
11
|
-
class: "fm-typo-en-body-md-400 text-fm-color-typo-secondary"
|
|
12
|
-
}, g = /* @__PURE__ */ l({
|
|
13
|
-
__name: "FormItem",
|
|
14
|
-
props: {
|
|
15
|
-
label: {},
|
|
16
|
-
description: {}
|
|
17
|
-
},
|
|
18
|
-
setup(t) {
|
|
19
|
-
return (e, b) => (n(), s("div", p, [
|
|
20
|
-
o("div", _, [
|
|
21
|
-
o("div", f, [
|
|
22
|
-
o("p", u, c(t.label), 1),
|
|
23
|
-
t.description ? (n(), s("p", y, c(t.description), 1)) : i("", !0)
|
|
24
|
-
]),
|
|
25
|
-
r(e.$slots, "append")
|
|
26
|
-
]),
|
|
27
|
-
r(e.$slots, "default")
|
|
28
|
-
]));
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
export {
|
|
32
|
-
x as H,
|
|
33
|
-
g as _
|
|
34
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { defineComponent as t, createElementBlock as n, openBlock as o, normalizeStyle as l } from "vue";
|
|
2
|
-
const i = /* @__PURE__ */ t({
|
|
3
|
-
__name: "Skeleton",
|
|
4
|
-
props: {
|
|
5
|
-
width: { default: "160px" }
|
|
6
|
-
},
|
|
7
|
-
setup(e) {
|
|
8
|
-
return (r, a) => (o(), n("div", {
|
|
9
|
-
class: "h-16 animate-pulse rounded bg-fm-color-neutral-gray-200",
|
|
10
|
-
style: l({ width: e.width })
|
|
11
|
-
}, null, 4));
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
export {
|
|
15
|
-
i as _
|
|
16
|
-
};
|