@feedmepos/mf-hrm-portal 1.1.3-dev.8 → 1.1.3-dev.9
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-CVOicxwC.js → AuditLogList-FDOzktEG.js} +101 -105
- package/dist/{EmployeeList-CSBiU32b.js → EmployeeList-BlULf09V.js} +5 -5
- package/dist/{Main-D9xZDqBk.js → Main-BEXtYa2u.js} +5 -5
- package/dist/{Main-BTCSW3JL.js → Main-r19cnUfU.js} +8 -8
- package/dist/{PermissionSetList-r1ZvAW01.js → PermissionSetList-CNfiMPnB.js} +3 -3
- package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-DXsl8Y5d.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-Bu-eBtus.js} +389 -389
- package/dist/{RoleList-Ca2gg1OL.js → RoleList-BGmWrKAP.js} +6 -6
- package/dist/TeamMemberList-_DLS33js.js +965 -0
- package/dist/{TimesheetList-DGRLp8ZY.js → TimesheetList-_iQScXAp.js} +6 -6
- package/dist/{app-c-GiPrdn.js → app-BwF4Swnp.js} +16 -8
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-CJ2WQsea.js → dayjs.min-DVWcfk3W.js} +1 -1
- package/dist/{employee-8oXtifwK.js → employee-09CJRs3Q.js} +3 -3
- package/dist/{index-DSwL5tAm.js → index-BIzqz5Rs.js} +5 -3
- package/dist/{index-AdCh0qd6.js → index-C-0bzcOw.js} +1 -1
- package/dist/{lodash-C7JpKSnW.js → lodash-f-cIBAzV.js} +1 -1
- package/dist/{team-Fs4KPQg5.js → team-doxRPLFp.js} +1 -1
- package/dist/{timesheet-D05cQ6a7.js → timesheet-Dd_xXYAz.js} +2 -2
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-D1eLjzj4.js → useAppStore-CbDp946u.js} +1 -1
- package/dist/{useLoading-DB77wFeJ.js → useLoading-s8etox00.js} +1 -1
- package/dist/{useReportPermissions-p2VZ4ugv.js → useReportPermissions-BphupOls.js} +2 -2
- package/dist/views/team/locales/index.d.ts +8 -0
- package/package.json +2 -2
- package/dist/TeamMemberList-D__tUUst.js +0 -945
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineStore as f, storeToRefs as v } from "pinia";
|
|
2
2
|
import { ref as b } from "vue";
|
|
3
3
|
import { useCoreStore as I, baseClientInstance as w } from "@feedmepos/mf-common";
|
|
4
|
-
import { g as l, b as d, s as R } from "./index-
|
|
4
|
+
import { g as l, b as d, s as R } from "./index-BIzqz5Rs.js";
|
|
5
5
|
const p = {
|
|
6
6
|
async readRoles() {
|
|
7
7
|
return l(await d().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-
|
|
3
|
+
import { a as w, v } from "./useAppStore-CbDp946u.js";
|
|
4
4
|
const E = (r) => {
|
|
5
5
|
async function d(u, e) {
|
|
6
6
|
var l, a;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { computed as u, ref as r } from "vue";
|
|
2
|
-
import { g as v, q as R, e as h, a as m } from "./index-
|
|
2
|
+
import { g as v, q as R, e as h, a as m } from "./index-BIzqz5Rs.js";
|
|
3
3
|
import { useCoreStore as g } from "@feedmepos/mf-common";
|
|
4
|
-
import "./app-
|
|
4
|
+
import "./app-BwF4Swnp.js";
|
|
5
5
|
const P = {
|
|
6
6
|
async fetchReportPermissions(i) {
|
|
7
7
|
return v(
|
|
@@ -87,6 +87,8 @@ export declare const i18nMessages: {
|
|
|
87
87
|
name: string;
|
|
88
88
|
role: string;
|
|
89
89
|
nameEmptyError: string;
|
|
90
|
+
restaurantRequired: string;
|
|
91
|
+
roleRequired: string;
|
|
90
92
|
};
|
|
91
93
|
posRole: {
|
|
92
94
|
placeholder: string;
|
|
@@ -221,6 +223,8 @@ export declare const i18nMessages: {
|
|
|
221
223
|
name: string;
|
|
222
224
|
role: string;
|
|
223
225
|
nameEmptyError: string;
|
|
226
|
+
restaurantRequired: string;
|
|
227
|
+
roleRequired: string;
|
|
224
228
|
};
|
|
225
229
|
posRole: {
|
|
226
230
|
placeholder: string;
|
|
@@ -355,6 +359,8 @@ export declare const i18nMessages: {
|
|
|
355
359
|
name: string;
|
|
356
360
|
role: string;
|
|
357
361
|
nameEmptyError: string;
|
|
362
|
+
restaurantRequired: string;
|
|
363
|
+
roleRequired: string;
|
|
358
364
|
};
|
|
359
365
|
posRole: {
|
|
360
366
|
placeholder: string;
|
|
@@ -489,6 +495,8 @@ export declare const i18nMessages: {
|
|
|
489
495
|
name: string;
|
|
490
496
|
role: string;
|
|
491
497
|
nameEmptyError: string;
|
|
498
|
+
restaurantRequired: string;
|
|
499
|
+
roleRequired: string;
|
|
492
500
|
};
|
|
493
501
|
posRole: {
|
|
494
502
|
placeholder: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feedmepos/mf-hrm-portal",
|
|
3
|
-
"version": "1.1.3-dev.
|
|
3
|
+
"version": "1.1.3-dev.9",
|
|
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": "0.0.4-dev.
|
|
32
|
+
"@feedmepos/hrm-permission": "0.0.4-dev.10"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@casl/ability": "^3.4.0",
|