@feedmepos/mf-hrm-portal 2.0.2-dev → 2.0.3-dev
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-DIhc0l6X.js → AuditLogList-wzVOem7J.js} +12 -12
- package/dist/{EmployeeList-BeEKR289.js → EmployeeList-D5IfP20e.js} +5 -5
- package/dist/{Main-VBmK1-KC.js → Main-hADhiwrp.js} +5 -5
- package/dist/{Main-C0GZCILF.js → Main-mvm27j-a.js} +8 -8
- package/dist/PermissionSetList-DgaTwV_y.js +327 -0
- package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-BzA__vQJ.js +3287 -0
- package/dist/{RoleList-CV0gVc3E.js → RoleList-C0gK0AMO.js} +6 -6
- package/dist/TeamMemberList-BVAbjvKZ.js +979 -0
- package/dist/{TimesheetList-BwEfqBTT.js → TimesheetList-C3jduNcK.js} +6 -6
- package/dist/{app-aTcgEcFN.js → app-CXscIHdd.js} +897 -803
- package/dist/app.js +1 -1
- package/dist/composables/useCustomReportPermissions.d.ts +7 -0
- package/dist/{dayjs.min-B9nj2sbB.js → dayjs.min-Bc0i83P9.js} +1 -1
- package/dist/{employee-Cb9Bw-C0.js → employee-Se3Yks-o.js} +3 -3
- package/dist/helpers/permission-set.d.ts +9 -0
- package/dist/helpers/rule.d.ts +4 -1
- package/dist/{index-BFELrt2A.js → index-D35d9iES.js} +1 -1
- package/dist/{index-CUpeDutG.js → index-DOp84DcN.js} +1539 -1491
- package/dist/{lodash-ByTVC-hr.js → lodash-DuiYjdnV.js} +1 -1
- package/dist/{team-DRrXMlSc.js → team-CT4SDg-h.js} +1 -1
- package/dist/{timesheet-B3eCp8WW.js → timesheet-D0SI4Zli.js} +2 -2
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-Yt4HqLKz.js → useAppStore-TCd8aSgi.js} +1 -1
- package/dist/{useLoading-BVU_m_hz.js → useLoading-CwO9YfJb.js} +1 -1
- package/dist/useReportPermissions-CmtxmL3h.js +59 -0
- package/dist/views/team/components/BasePermission.vue.d.ts +17 -0
- package/package.json +2 -2
- package/dist/PermissionSetList-C0lRNtWq.js +0 -323
- package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-DOBslfDb.js +0 -3092
- package/dist/TeamMemberList-BXMfJK16.js +0 -973
- package/dist/useReportPermissions-Bchec8_9.js +0 -65
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { ref as d, computed as b, defineComponent as ce, onMounted as me, watch as X, resolveComponent as i, createElementBlock as B, openBlock as D, Fragment as Z, createVNode as l, createElementVNode as u, unref as n, withCtx as C, createCommentVNode as pe, toDisplayString as $, createTextVNode as ve, createBlock as z, isRef as fe, renderList as he, nextTick as ge } from "vue";
|
|
2
|
-
import { d as v } from "./dayjs.min-
|
|
2
|
+
import { d as v } from "./dayjs.min-Bc0i83P9.js";
|
|
3
3
|
import { useI18n as we, useCoreStore as ye, RestaurantSelector as be } from "@feedmepos/mf-common";
|
|
4
4
|
import { useSnackbar as _e, components as De } from "@feedmepos/ui-library";
|
|
5
|
-
import { _ as xe } from "./app-
|
|
5
|
+
import { _ as xe } from "./app-CXscIHdd.js";
|
|
6
6
|
import { _ as Se } from "./index.vue_vue_type_script_setup_true_lang-Vc5ARO29.js";
|
|
7
|
-
import { u as ke } from "./useLoading-
|
|
8
|
-
import { i as Ce, j as Ve, s as Fe } from "./index-
|
|
9
|
-
import { u as Ye } from "./employee-
|
|
10
|
-
import { u as Le } from "./timesheet-
|
|
7
|
+
import { u as ke } from "./useLoading-CwO9YfJb.js";
|
|
8
|
+
import { i as Ce, j as Ve, s as Fe } from "./index-DOp84DcN.js";
|
|
9
|
+
import { u as Ye } from "./employee-Se3Yks-o.js";
|
|
10
|
+
import { u as Le } from "./timesheet-D0SI4Zli.js";
|
|
11
11
|
function Me(x, a) {
|
|
12
12
|
return ["years", "months"].find((S) => {
|
|
13
13
|
const k = x.startOf(S), f = x.endOf(S);
|