@feedmepos/mf-hrm-portal 2.2.0 → 2.2.1-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/{ApprovalCodeList-S4hLycQ7.js → ApprovalCodeList-DZajn7xx.js} +5 -5
- package/dist/AuditLogList-CpKIq8I0.js +1611 -0
- package/dist/{ConditionFormHost.vue_vue_type_script_setup_true_lang-Db5yMCst.js → ConditionFormHost.vue_vue_type_script_setup_true_lang-DCfvikJB.js} +10 -10
- package/dist/{EmployeeList-DVK6TFh7.js → EmployeeList-DDuxDdlJ.js} +10 -9
- package/dist/{GrantUserList-gcgVZRFe.js → GrantUserList-735upmIE.js} +6 -6
- package/dist/{Main-Bjo-Zb4r.js → Main-CHHR0r5b.js} +5 -5
- package/dist/{Main-CCIwJYOT.js → Main-DyZ6dJ2d.js} +8 -8
- package/dist/{Main-Dtw5H3tG.js → Main-tQ6MrkkP.js} +11 -11
- package/dist/{PermissionSetList-BfCrgZQi.js → PermissionSetList-ZxLNYPEB.js} +19 -19
- package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-DH_L0NJq.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-MoFevdmL.js} +540 -540
- package/dist/{PortalUserSearcher.vue_vue_type_style_index_0_scoped_827dfd60_lang-pRHy5bGs.js → PortalUserSearcher.vue_vue_type_style_index_0_scoped_827dfd60_lang-DVVSBIx2.js} +1 -1
- package/dist/{RoleList-Du18kaOT.js → RoleList-BZbEGpCi.js} +9 -9
- package/dist/Skeleton.vue_vue_type_script_setup_true_lang-B4PxNMwq.js +16 -0
- package/dist/{TeamMemberList-2vosaS6u.js → TeamMemberList-B58boeR9.js} +25 -24
- package/dist/{TimesheetList-CbVxR3Nh.js → TimesheetList-DMnNVVlB.js} +7 -7
- package/dist/{TimesheetList.vue_vue_type_style_index_0_scoped_2c7a177a_lang-Gu52_TaA.js → TimesheetList.vue_vue_type_style_index_0_scoped_2c7a177a_lang-Ch8Ng6wi.js} +3 -3
- package/dist/{app-JkrwYC8k.js → app-CtuaUGnw.js} +904 -597
- package/dist/app.js +1 -1
- package/dist/{approval-code-C-7Qjk5q.js → approval-code-Q4666xp5.js} +1 -1
- package/dist/{dayjs.min-Ds1lSsW9.js → dayjs.min-9pRWRTS9.js} +1 -1
- package/dist/{employee-NVbuYwqa.js → employee-JmfN-rQF.js} +4 -4
- package/dist/{grant-user-B09JP3Fr.js → grant-user-CQZaTzVt.js} +1 -1
- package/dist/{iteration-BAS0Wr1D.js → iteration-CkzTvtOv.js} +1 -1
- package/dist/{lodash-CSqbTmkq.js → lodash-BNBzabCH.js} +1 -1
- package/dist/{restaurant-DSckEY5G.js → restaurant-YOVMuuFY.js} +2 -2
- package/dist/{role-B-btt9cX.js → role-R_9sO2QD.js} +2 -2
- package/dist/{rule-CW-i9AQB.js → rule-D1pKbnKR.js} +3 -3
- package/dist/src/api/audit-log/index.d.ts +6 -0
- package/dist/src/types/audit-log.d.ts +1 -1
- package/dist/src/views/audit-log/event-line.d.ts +13 -0
- package/dist/src/views/audit-log/locales/index.d.ts +296 -0
- package/dist/src/views/audit-log/snapshot-diff.d.ts +11 -0
- package/dist/src/views/team/locales/index.d.ts +4 -0
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-0rmhkdGc.js → useAppStore-DNTlIeMv.js} +1 -1
- package/dist/useDebounce-B8ZPVS5C.js +15 -0
- package/dist/{useLoading-kc23X-H9.js → useLoading-BH02lYns.js} +1 -1
- package/dist/{useReportPermissions-Bar0VbuP.js → useReportPermissions-ByxRc3kz.js} +3 -3
- package/package.json +2 -2
- package/dist/AuditLogList-B0qIy_XA.js +0 -1149
- package/dist/useDebounce-CWb5QR9G.js +0 -28
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { watch as s } from "vue";
|
|
2
|
+
function m(o, e, c = 300) {
|
|
3
|
+
let t;
|
|
4
|
+
const i = s(o, (r) => {
|
|
5
|
+
t && clearTimeout(t), t = setTimeout(() => {
|
|
6
|
+
e(r);
|
|
7
|
+
}, c);
|
|
8
|
+
});
|
|
9
|
+
return () => {
|
|
10
|
+
i(), t && (clearTimeout(t), t = void 0);
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
export {
|
|
14
|
+
m as u
|
|
15
|
+
};
|
|
@@ -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-DNTlIeMv.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-
|
|
2
|
+
import { e as d } from "./iteration-CkzTvtOv.js";
|
|
3
3
|
import { useCoreStore as h } from "@feedmepos/mf-common";
|
|
4
|
-
import { e as S, R as g } from "./rule-
|
|
5
|
-
import "./app-
|
|
4
|
+
import { e as S, R as g } from "./rule-D1pKbnKR.js";
|
|
5
|
+
import "./app-CtuaUGnw.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.2.
|
|
3
|
+
"version": "2.2.1-dev.2",
|
|
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.1.
|
|
32
|
+
"@feedmepos/hrm-permission": "1.1.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@casl/ability": "^3.4.0",
|