@feedmepos/mf-hrm-portal 2.1.0 → 2.1.1-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-Cvp-5_0y.js +1608 -0
- package/dist/{ConditionFormHost.vue_vue_type_script_setup_true_lang-CJEkZVoJ.js → ConditionFormHost.vue_vue_type_script_setup_true_lang-Cb8-YaiH.js} +2 -2
- package/dist/{EmployeeList-CckyPQlP.js → EmployeeList-DgrD3Hjm.js} +10 -9
- package/dist/{Main-BUvX24j0.js → Main-BLRr_ORG.js} +9 -9
- package/dist/{Main-BdPIZkik.js → Main-G3am-0Xi.js} +4 -4
- package/dist/{Main-C4cSWAts.js → Main-mTxcltDY.js} +6 -6
- package/dist/{PermissionSetList-CP8J9Prx.js → PermissionSetList-OzyfE-Yg.js} +6 -6
- package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-C7X69eQq.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-Ca2NnAAF.js} +1308 -1308
- package/dist/{PortalUserSearcher.vue_vue_type_style_index_0_scoped_79737e32_lang-ZAEcrK9Q.js → PortalUserSearcher.vue_vue_type_style_index_0_scoped_79737e32_lang-Czo3FLbc.js} +1 -1
- package/dist/{RoleList-BHvGGF82.js → RoleList-DOZ5RJ6A.js} +8 -8
- package/dist/Skeleton.vue_vue_type_script_setup_true_lang-B4PxNMwq.js +16 -0
- package/dist/{TeamMemberList-DPkocw3U.js → TeamMemberList-CAqLUyQK.js} +24 -23
- package/dist/{TimesheetList-mOWHmWwo.js → TimesheetList-D21j4zLV.js} +6 -6
- package/dist/{TimesheetList.vue_vue_type_style_index_0_scoped_2c7a177a_lang-CpUHcGUj.js → TimesheetList.vue_vue_type_style_index_0_scoped_2c7a177a_lang-CRmmIfTk.js} +2 -2
- package/dist/{app-DnaRDAJY.js → app-CX-St7pv.js} +596 -300
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-NAaPKajp.js → dayjs.min-MDoe5X-P.js} +1 -1
- package/dist/{employee-CILPIL-b.js → employee-B2cdx2t4.js} +3 -3
- package/dist/{iteration-B7PEDIWb.js → iteration-B38iapI_.js} +3 -3
- package/dist/{lodash-CgE5OnVa.js → lodash-DZAGPZLQ.js} +1 -1
- package/dist/{rule-BmSYQ3Op.js → rule-DftQBR76.js} +2 -2
- 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/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-DMmL9JnJ.js → useAppStore-BBsP5C3E.js} +1 -1
- package/dist/useDebounce-B8ZPVS5C.js +15 -0
- package/dist/{useLoading-D56E7ykF.js → useLoading-qgSjOzRD.js} +1 -1
- package/dist/{useReportPermissions-BKj02rVj.js → useReportPermissions-CIhkjN3B.js} +3 -3
- package/package.json +1 -1
- package/dist/AuditLogList-Rrg_dNYp.js +0 -1149
- package/dist/useDebounce-CWb5QR9G.js +0 -28
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as B, ref as N, onMounted as te, nextTick as ne, onUnmounted as oe, resolveComponent as h, createElementBlock as g, openBlock as s, Fragment as U, createElementVNode as x, renderSlot as P, createCommentVNode as E, toDisplayString as ae, createVNode as le, normalizeStyle as ue, watch as W, defineAsyncComponent as re, computed as I, renderList as A, createBlock as p, withCtx as G, unref as D, resolveDynamicComponent as ie } from "vue";
|
|
2
|
-
import { e as H, f as se, U as j } from "./app-
|
|
2
|
+
import { e as H, f as se, U as j } from "./app-CX-St7pv.js";
|
|
3
3
|
import { useI18n as de, useCoreStore as ce } from "@feedmepos/mf-common";
|
|
4
|
-
import { l as me } from "./lodash-
|
|
4
|
+
import { l as me } from "./lodash-DZAGPZLQ.js";
|
|
5
5
|
const fe = { class: "flex items-center" }, ve = {
|
|
6
6
|
key: 0,
|
|
7
7
|
class: "ml-8 fm-typo-en-body-sm-400 text-fm-color-typo-secondary"
|
|
@@ -2,17 +2,18 @@ import { toRaw as je, defineComponent as Ae, ref as v, computed as x, watch as a
|
|
|
2
2
|
import { useI18n as De, useCoreStore as We } from "@feedmepos/mf-common";
|
|
3
3
|
import { useSnackbar as Ne, components as ze, useDialog as Qe, useBreakpoints as Ye } from "@feedmepos/ui-library";
|
|
4
4
|
import { S as fe, _ as Ze } from "./SelectFilter-ATOm0hdn.js";
|
|
5
|
-
import { _ as Xe, a as ea } from "./app-
|
|
5
|
+
import { _ as Xe, a as ea } from "./app-CX-St7pv.js";
|
|
6
6
|
import { _ as Re, u as aa, H as la } from "./FormItem.vue_vue_type_script_setup_true_lang-DPT2FoIc.js";
|
|
7
7
|
import { u as ta, _ as sa } from "./useDiscardConfirm-DPhEV6v0.js";
|
|
8
8
|
import { _ as oa } from "./TableEmptyState.vue_vue_type_script_setup_true_lang-Ci_MVqGK.js";
|
|
9
|
-
import {
|
|
10
|
-
import { u as
|
|
11
|
-
import { u as
|
|
12
|
-
import {
|
|
9
|
+
import { _ as Ue } from "./Skeleton.vue_vue_type_script_setup_true_lang-B4PxNMwq.js";
|
|
10
|
+
import { u as ra } from "./useDebounce-B8ZPVS5C.js";
|
|
11
|
+
import { u as Ke, E as na } from "./employee-B2cdx2t4.js";
|
|
12
|
+
import { u as Oe } from "./iteration-B38iapI_.js";
|
|
13
|
+
import { l as ia } from "./lodash-DZAGPZLQ.js";
|
|
13
14
|
import { _ as $e } from "./FormSection.vue_vue_type_script_setup_true_lang-DknXTYiK.js";
|
|
14
|
-
import { u as Be } from "./useLoading-
|
|
15
|
-
import { u as Ee } from "./useAppStore-
|
|
15
|
+
import { u as Be } from "./useLoading-qgSjOzRD.js";
|
|
16
|
+
import { u as Ee } from "./useAppStore-BBsP5C3E.js";
|
|
16
17
|
/* empty css */
|
|
17
18
|
function Me(z) {
|
|
18
19
|
return JSON.parse(JSON.stringify(z));
|
|
@@ -877,7 +878,7 @@ const ua = { class: "flex w-full items-center justify-between" }, ca = { class:
|
|
|
877
878
|
})) : H("", !0)])], 64);
|
|
878
879
|
};
|
|
879
880
|
}
|
|
880
|
-
}),
|
|
881
|
+
}), ll = /* @__PURE__ */ Ze(Na, [["__scopeId", "data-v-9cf34375"]]);
|
|
881
882
|
export {
|
|
882
|
-
|
|
883
|
+
ll as default
|
|
883
884
|
};
|
|
@@ -4,17 +4,17 @@ import { useCoreStore as uf, useI18n as vf } from "@feedmepos/mf-common";
|
|
|
4
4
|
import { useSnackbar as pf } from "@feedmepos/ui-library";
|
|
5
5
|
import { _ as df } from "./ResponsiveFabButton.vue_vue_type_script_setup_true_lang-QrqYEy8i.js";
|
|
6
6
|
import { _ as mf } from "./PageLayout.vue_vue_type_script_setup_true_lang-HKK4cbW8.js";
|
|
7
|
-
import { u as gf } from "./iteration-
|
|
8
|
-
import { u as _f } from "./useAppStore-
|
|
7
|
+
import { u as gf } from "./iteration-B38iapI_.js";
|
|
8
|
+
import { u as _f } from "./useAppStore-BBsP5C3E.js";
|
|
9
9
|
/* empty css */
|
|
10
|
-
import "./employee-
|
|
11
|
-
import "./lodash-
|
|
10
|
+
import "./employee-B2cdx2t4.js";
|
|
11
|
+
import "./lodash-DZAGPZLQ.js";
|
|
12
12
|
/* empty css */
|
|
13
|
-
import { R as pt } from "./app-
|
|
14
|
-
import "./rule-
|
|
15
|
-
import "./useReportPermissions-
|
|
16
|
-
import "./dayjs.min-
|
|
17
|
-
import "./TimesheetList.vue_vue_type_style_index_0_scoped_2c7a177a_lang-
|
|
13
|
+
import { R as pt } from "./app-CX-St7pv.js";
|
|
14
|
+
import "./rule-DftQBR76.js";
|
|
15
|
+
import "./useReportPermissions-CIhkjN3B.js";
|
|
16
|
+
import "./dayjs.min-MDoe5X-P.js";
|
|
17
|
+
import "./TimesheetList.vue_vue_type_style_index_0_scoped_2c7a177a_lang-CRmmIfTk.js";
|
|
18
18
|
var Nn = {};
|
|
19
19
|
/*! xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
|
|
20
20
|
var qt = {};
|
|
@@ -2,14 +2,14 @@ import { ref as S, defineComponent as J, computed as F, watch as ce, resolveComp
|
|
|
2
2
|
import { useI18n as Q, useCoreStore as ye } from "@feedmepos/mf-common";
|
|
3
3
|
import { useSnackbar as X, components as K, useDialog as Ue, useBreakpoints as he, FmButtonVariant as j } from "@feedmepos/ui-library";
|
|
4
4
|
import { _ as xe } from "./PageLayout.vue_vue_type_script_setup_true_lang-HKK4cbW8.js";
|
|
5
|
-
import { u as Y } from "./useAppStore-
|
|
6
|
-
import { g as z, a as be, b as q, u as Z } from "./iteration-
|
|
5
|
+
import { u as Y } from "./useAppStore-BBsP5C3E.js";
|
|
6
|
+
import { g as z, a as be, b as q, u as Z } from "./iteration-B38iapI_.js";
|
|
7
7
|
import { defineStore as we } from "pinia";
|
|
8
8
|
import { S as D } from "./SelectFilter-ATOm0hdn.js";
|
|
9
|
-
import { _ as ke } from "./app-
|
|
9
|
+
import { _ as ke } from "./app-CX-St7pv.js";
|
|
10
10
|
import { _ as le, u as Fe, H as Ve } from "./FormItem.vue_vue_type_script_setup_true_lang-DPT2FoIc.js";
|
|
11
11
|
import { _ as Se } from "./TableEmptyState.vue_vue_type_script_setup_true_lang-Ci_MVqGK.js";
|
|
12
|
-
import { u as ue } from "./useLoading-
|
|
12
|
+
import { u as ue } from "./useLoading-qgSjOzRD.js";
|
|
13
13
|
import { _ as Ie } from "./FormSection.vue_vue_type_script_setup_true_lang-DknXTYiK.js";
|
|
14
14
|
const H = {
|
|
15
15
|
async getGrantUsers() {
|
|
@@ -3,14 +3,14 @@ import { useRouter as N, useRoute as h } from "vue-router";
|
|
|
3
3
|
import { useI18n as k } from "@feedmepos/mf-common";
|
|
4
4
|
import { _ as x } from "./ResponsiveFabButton.vue_vue_type_script_setup_true_lang-QrqYEy8i.js";
|
|
5
5
|
import { _ as F } from "./PageLayout.vue_vue_type_script_setup_true_lang-HKK4cbW8.js";
|
|
6
|
-
import { u as w } from "./iteration-
|
|
6
|
+
import { u as w } from "./iteration-B38iapI_.js";
|
|
7
7
|
import "@feedmepos/ui-library";
|
|
8
|
-
import "./rule-
|
|
9
|
-
import "./lodash-
|
|
10
|
-
import "./useAppStore-
|
|
11
|
-
import { R as v } from "./app-
|
|
8
|
+
import "./rule-DftQBR76.js";
|
|
9
|
+
import "./lodash-DZAGPZLQ.js";
|
|
10
|
+
import "./useAppStore-BBsP5C3E.js";
|
|
11
|
+
import { R as v } from "./app-CX-St7pv.js";
|
|
12
12
|
/* empty css */
|
|
13
|
-
import "./PortalUserSearcher.vue_vue_type_style_index_0_scoped_79737e32_lang-
|
|
13
|
+
import "./PortalUserSearcher.vue_vue_type_style_index_0_scoped_79737e32_lang-Czo3FLbc.js";
|
|
14
14
|
const $ = { class: "space-y-24" }, X = /* @__PURE__ */ M({
|
|
15
15
|
__name: "Main",
|
|
16
16
|
setup(q) {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { defineComponent as Z, ref as f, computed as h, watch as ue, resolveComponent as _, createBlock as de, openBlock as ee, unref as r, withCtx as C, createVNode as m, createElementVNode as y, toDisplayString as G, nextTick as pe, onMounted as fe, createElementBlock as ve, Fragment as Se, h as S } from "vue";
|
|
2
2
|
import { useI18n as se, useCoreStore as he } from "@feedmepos/mf-common";
|
|
3
3
|
import { useSnackbar as oe, useDialog as te, useBreakpoints as ne, components as H } from "@feedmepos/ui-library";
|
|
4
|
-
import { v as Q, _ as _e } from "./app-
|
|
4
|
+
import { v as Q, _ as _e } from "./app-CX-St7pv.js";
|
|
5
5
|
import { _ as be } from "./TableEmptyState.vue_vue_type_script_setup_true_lang-Ci_MVqGK.js";
|
|
6
6
|
import { u as ge, _ as Pe } from "./useDiscardConfirm-DPhEV6v0.js";
|
|
7
|
-
import { u as ie, c as M, i as ae, p as Y, j as ye, d as we, m as L, n as xe, o as Fe, s as ke, q as Ce, w as Ie } from "./rule-
|
|
8
|
-
import { l as j } from "./lodash-
|
|
9
|
-
import { d as Re, A as Ve } from "./iteration-
|
|
10
|
-
import { u as Ee } from "./useLoading-
|
|
11
|
-
import { _ as je } from "./PortalPermissionEditor.vue_vue_type_script_setup_true_lang-
|
|
7
|
+
import { u as ie, c as M, i as ae, p as Y, j as ye, d as we, m as L, n as xe, o as Fe, s as ke, q as Ce, w as Ie } from "./rule-DftQBR76.js";
|
|
8
|
+
import { l as j } from "./lodash-DZAGPZLQ.js";
|
|
9
|
+
import { d as Re, A as Ve } from "./iteration-B38iapI_.js";
|
|
10
|
+
import { u as Ee } from "./useLoading-qgSjOzRD.js";
|
|
11
|
+
import { _ as je } from "./PortalPermissionEditor.vue_vue_type_script_setup_true_lang-Ca2NnAAF.js";
|
|
12
12
|
const Te = { class: "flex w-full items-center justify-between" }, $e = { class: "fm-typo-en-title-md-600" }, Be = { class: "fm-typo-en-title-sm-600 mt-24" }, Le = { class: "flex items-center justify-start gap-8" }, Ae = /* @__PURE__ */ Z({
|
|
13
13
|
__name: "PermissionSetForm",
|
|
14
14
|
props: {
|