@feedmepos/mf-hrm-portal 1.1.3-dev.1 → 1.1.3-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-kZBi77lv.js +435 -0
- package/dist/{EmployeeList-BWDsSFoY.js → EmployeeList-Cg-mhdLv.js} +5 -5
- package/dist/{Main-VjhiuuHr.js → Main-BHF7vXlD.js} +28 -27
- package/dist/{Main-D5YEKOpl.js → Main-CC9_bKTG.js} +7 -7
- package/dist/PermissionSetList-C0FOYrQ6.js +283 -0
- package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-CS4B-7AU.js +3084 -0
- package/dist/{RoleList-CfPD_Gk_.js → RoleList-D2NTVZa_.js} +5 -5
- package/dist/{TeamMemberList-DEYo6_pS.js → TeamMemberList-DC0Gxjin.js} +325 -322
- package/dist/{TimesheetList-BTTBjTrO.js → TimesheetList-CksRCsTc.js} +6 -6
- package/dist/api/index.d.ts +4 -0
- package/dist/api/team/index.d.ts +2 -2
- package/dist/{app-CfIHEA52.js → app-kKq54h9D.js} +606 -504
- package/dist/app.js +3 -3
- package/dist/{dayjs.min-C8cBXLt-.js → dayjs.min-CGTR0SS0.js} +1 -1
- package/dist/{employee-ChJpkvUF.js → employee-CRKx3zN0.js} +3 -3
- package/dist/helpers/permission-set.d.ts +15 -0
- package/dist/{index-CgbDOn3W.js → index-DRoNwfyW.js} +2153 -2053
- package/dist/index-TP4vQCyq.js +827 -0
- package/dist/{lodash-0EOIqOEG.js → lodash-CeWi5dyp.js} +1 -1
- package/dist/stores/team.d.ts +4 -1
- package/dist/team-CuLNHjGN.js +29 -0
- package/dist/{timesheet-DTI6G4DD.js → timesheet-V636ISlI.js} +2 -2
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-DCpMNDxE.js → useAppStore-DoX0IUFz.js} +1 -1
- package/dist/{useLoading-ChLCiMQj.js → useLoading-1yy1KHsE.js} +1 -1
- package/dist/views/audit-log/locales/index.d.ts +40 -8
- package/dist/views/team/locales/index.d.ts +12 -8
- package/package.json +3 -2
- package/dist/AuditLogList-qGKeg-cd.js +0 -384
- package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-yghfcQRF.js +0 -3050
- package/dist/RolePermissionList-Cu1KTuuI.js +0 -285
- package/dist/team-C2muObo8.js +0 -26
- package/dist/types/permission.d.ts +0 -1
- /package/dist/views/team/{role/RolePermissionForm.vue.d.ts → permission-set/PermissionSetForm.vue.d.ts} +0 -0
- /package/dist/views/team/{role/RolePermissionList.vue.d.ts → permission-set/PermissionSetList.vue.d.ts} +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { defineComponent as ce, ref as T, computed as _, onMounted as pe, watch as xe, resolveComponent as y, createBlock as C, openBlock as p, unref as t, withCtx as b, createElementVNode as f, createVNode as c, createCommentVNode as re, createElementBlock as L, Fragment as q, renderList as G, toDisplayString as P, h as F, createTextVNode as ne, resolveDynamicComponent as ie, withModifiers as Fe, nextTick as ue } from "vue";
|
|
2
|
-
import { e as Ce, a as E, r as K, h as le, f as Re, c as de, d as j } from "./index-
|
|
2
|
+
import { e as Ce, a as E, r as K, h as le, f as Re, c as de, d as j } from "./index-DRoNwfyW.js";
|
|
3
3
|
import { useI18n as ve, useCoreStore as fe } from "@feedmepos/mf-common";
|
|
4
4
|
import { useSnackbar as _e, components as W, useDialog as Ve, useBreakpoints as we, FmButtonColorThemeVariant as me, FmButtonVariant as ke } from "@feedmepos/ui-library";
|
|
5
|
-
import { _ as Ie } from "./app-
|
|
5
|
+
import { _ as Ie } from "./app-kKq54h9D.js";
|
|
6
6
|
import { _ as Le } from "./index.vue_vue_type_script_setup_true_lang-Vc5ARO29.js";
|
|
7
|
-
import { u as he } from "./useAppStore-
|
|
7
|
+
import { u as he } from "./useAppStore-DoX0IUFz.js";
|
|
8
8
|
import { u as Ue, _ as se, a as Se, b as $e } from "./useRestaurantMap-D5BNPLKh.js";
|
|
9
|
-
import { l as z } from "./lodash-
|
|
10
|
-
import { u as Ee } from "./useLoading-
|
|
9
|
+
import { l as z } from "./lodash-CeWi5dyp.js";
|
|
10
|
+
import { u as Ee } from "./useLoading-1yy1KHsE.js";
|
|
11
11
|
const Te = { class: "fm-typo-en-title-md-600" }, Be = { class: "space-y-40" }, De = { class: "space-y-8" }, Pe = { class: "space-y-8" }, Me = {
|
|
12
12
|
key: 0,
|
|
13
13
|
class: "w-50 ml-5 flex flex-row items-start"
|