@feedmepos/mf-hrm-portal 2.0.1-dev → 2.0.2-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-DZENrFVl.js → AuditLogList-DIhc0l6X.js} +4 -4
- package/dist/{EmployeeList-DJ-Lx4RI.js → EmployeeList-BeEKR289.js} +5 -5
- package/dist/{Main-BiTy1HOn.js → Main-C0GZCILF.js} +8 -8
- package/dist/{Main-Dp5EpNkO.js → Main-VBmK1-KC.js} +5 -5
- package/dist/{PermissionSetList-_pXwG00F.js → PermissionSetList-C0lRNtWq.js} +3 -3
- package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-DrU4O0ww.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-DOBslfDb.js} +613 -613
- package/dist/{RoleList-Ky-QqbsY.js → RoleList-CV0gVc3E.js} +6 -6
- package/dist/{TeamMemberList-DRrHuY31.js → TeamMemberList-BXMfJK16.js} +7 -7
- package/dist/{TimesheetList-BHHH42rb.js → TimesheetList-BwEfqBTT.js} +6 -6
- package/dist/{app-BA8Bg7Fs.js → app-aTcgEcFN.js} +344 -341
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-CEZE1nhx.js → dayjs.min-B9nj2sbB.js} +1 -1
- package/dist/{employee-pAypR6MP.js → employee-Cb9Bw-C0.js} +3 -3
- package/dist/{index-C-bqkIkl.js → index-BFELrt2A.js} +1 -1
- package/dist/{index-bp5uff_3.js → index-CUpeDutG.js} +2 -2
- package/dist/{lodash-D4y44Bjw.js → lodash-ByTVC-hr.js} +1 -1
- package/dist/{team-DcE1JQXZ.js → team-DRrXMlSc.js} +1 -1
- package/dist/{timesheet-DLosZfP0.js → timesheet-B3eCp8WW.js} +2 -2
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-BMisdZ57.js → useAppStore-Yt4HqLKz.js} +1 -1
- package/dist/{useLoading-JdhZp_cM.js → useLoading-BVU_m_hz.js} +1 -1
- package/dist/{useReportPermissions-OjM-nHtC.js → useReportPermissions-Bchec8_9.js} +2 -2
- package/package.json +2 -2
package/dist/app.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { d as T } from "./dayjs.min-
|
|
1
|
+
import { d as T } from "./dayjs.min-B9nj2sbB.js";
|
|
2
2
|
import { defineStore as _, storeToRefs as U } from "pinia";
|
|
3
3
|
import { ref as I } from "vue";
|
|
4
4
|
import { useCoreStore as $ } from "@feedmepos/mf-common";
|
|
5
|
-
import { b as r, g as o, t as b, k as S, s as v } from "./index-
|
|
6
|
-
import { u as x } from "./useAppStore-
|
|
5
|
+
import { b as r, g as o, t as b, k as S, s as v } from "./index-CUpeDutG.js";
|
|
6
|
+
import { u as x } from "./useAppStore-Yt4HqLKz.js";
|
|
7
7
|
const n = {
|
|
8
8
|
async readEmployees() {
|
|
9
9
|
return o(await r().get("/pos-users"));
|
|
@@ -2,7 +2,7 @@ var oe = Object.defineProperty;
|
|
|
2
2
|
var se = (_, h, y) => h in _ ? oe(_, h, { enumerable: !0, configurable: !0, writable: !0, value: y }) : _[h] = y;
|
|
3
3
|
var ot = (_, h, y) => se(_, typeof h != "symbol" ? h + "" : h, y);
|
|
4
4
|
import { readonly as Nt, ref as Rt } from "vue";
|
|
5
|
-
import { c as st } from "./app-
|
|
5
|
+
import { c as st } from "./app-aTcgEcFN.js";
|
|
6
6
|
var Pt = { exports: {} };
|
|
7
7
|
(function(_, h) {
|
|
8
8
|
(function(y, p) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useCoreStore as yi, baseClientInstance as ud, FeedMeAuth as cd } from "@feedmepos/mf-common";
|
|
2
|
-
import { c as U,
|
|
2
|
+
import { c as U, d as No, u as _n, N as Jr, w as md } from "./app-aTcgEcFN.js";
|
|
3
3
|
import { defineStore as Xr, storeToRefs as Qr } from "pinia";
|
|
4
4
|
import { ref as xr } from "vue";
|
|
5
5
|
const Po = [
|
|
@@ -10254,7 +10254,7 @@ function So(e) {
|
|
|
10254
10254
|
t.permissionSets.value
|
|
10255
10255
|
), d = Os(s).map(
|
|
10256
10256
|
({ setNames: E, ...R }) => R
|
|
10257
|
-
), m = r ? r.customPermissions : e.permissions.map((E) => ({
|
|
10257
|
+
), m = r ? r.customPermissions ?? [] : e.permissions.map((E) => ({
|
|
10258
10258
|
...E,
|
|
10259
10259
|
subject: _n(E.subject)
|
|
10260
10260
|
})), u = Fr(d, m), f = ps(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineStore as d } from "pinia";
|
|
2
2
|
import { ref as s, computed as o } from "vue";
|
|
3
|
-
import { t as f } from "./index-
|
|
3
|
+
import { t as f } from "./index-CUpeDutG.js";
|
|
4
4
|
const I = d("team", () => {
|
|
5
5
|
const r = s([]), a = s(!1), m = o(
|
|
6
6
|
() => Object.fromEntries(r.value.map((e) => [e.doc.userId, e.name]))
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { d as i } from "./dayjs.min-
|
|
1
|
+
import { d as i } from "./dayjs.min-B9nj2sbB.js";
|
|
2
2
|
import { defineStore as p, storeToRefs as T } from "pinia";
|
|
3
3
|
import { ref as l } from "vue";
|
|
4
|
-
import { b as c, g as y, k as u, j as S, s as g } from "./index-
|
|
4
|
+
import { b as c, g as y, k as u, j as S, s as g } from "./index-CUpeDutG.js";
|
|
5
5
|
const f = {
|
|
6
6
|
async readTimesheets(t, e) {
|
|
7
7
|
return y(await c().get(`timesheet?start=${t}&end=${e}`));
|