@feedmepos/mf-hrm-portal 2.2.1-dev.2 → 2.2.1-dev.4
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/{ApprovalCodeList-DZajn7xx.js → ApprovalCodeList-CJpbX8H_.js} +5 -5
- package/dist/AuditLogList-A1217xlw.js +1722 -0
- package/dist/ConditionBuilderForm.vue_vue_type_script_setup_true_lang-BWNAtv1G.js +438 -0
- package/dist/{EmployeeList-DDuxDdlJ.js → EmployeeList-Gh8aU7BY.js} +6 -6
- package/dist/{GrantUserList-735upmIE.js → GrantUserList-vpaCAv1u.js} +6 -6
- package/dist/{Main-tQ6MrkkP.js → Main-38YNSkW6.js} +11 -11
- package/dist/{Main-DyZ6dJ2d.js → Main-CXjbH7aE.js} +8 -8
- package/dist/{Main-CHHR0r5b.js → Main-GwRBJ3al.js} +5 -5
- package/dist/{PermissionSetList-ZxLNYPEB.js → PermissionSetList-CuzFQm7J.js} +7 -7
- package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-C9bkMb41.js +4169 -0
- package/dist/{PortalUserSearcher.vue_vue_type_style_index_0_scoped_827dfd60_lang-DVVSBIx2.js → PortalUserSearcher.vue_vue_type_style_index_0_scoped_827dfd60_lang-XHuHin8t.js} +1 -1
- package/dist/RoleList-C5VZbU3f.js +725 -0
- package/dist/{TeamMemberList-B58boeR9.js → TeamMemberList-ChrUNLsA.js} +9 -9
- package/dist/{TimesheetList-DMnNVVlB.js → TimesheetList-Dqx3RZ4c.js} +7 -7
- package/dist/{TimesheetList.vue_vue_type_style_index_0_scoped_2c7a177a_lang-Ch8Ng6wi.js → TimesheetList.vue_vue_type_style_index_0_scoped_2c7a177a_lang-rtbLyLSE.js} +3 -3
- package/dist/{app-CtuaUGnw.js → app-CPByRtdD.js} +10 -6
- package/dist/app.js +1 -1
- package/dist/{approval-code-Q4666xp5.js → approval-code-jIjkeVEb.js} +1 -1
- package/dist/{dayjs.min-9pRWRTS9.js → dayjs.min-DeAdykwc.js} +1 -1
- package/dist/{employee-JmfN-rQF.js → employee-dFHap_s3.js} +4 -4
- package/dist/{grant-user-CQZaTzVt.js → grant-user-SNiDV22U.js} +1 -1
- package/dist/{iteration-CkzTvtOv.js → iteration-B_EcCwqv.js} +1 -1
- package/dist/{lodash-BNBzabCH.js → lodash-C5UxxqU2.js} +1 -1
- package/dist/{restaurant-YOVMuuFY.js → restaurant-BTpBmfBV.js} +12 -14
- package/dist/role-8ZQb8Cap.js +92 -0
- package/dist/rule-DJZO_Kev.js +1094 -0
- package/dist/src/composables/useReportPermissions.d.ts +1 -0
- package/dist/src/helpers/rule.d.ts +10 -1
- package/dist/src/stores/role.d.ts +6 -6
- package/dist/src/views/audit-log/change-nodes.d.ts +14 -0
- package/dist/src/views/audit-log/locales/index.d.ts +4 -0
- package/dist/src/views/audit-log/operation-status.d.ts +2 -0
- package/dist/src/views/team/components/PortalConditionForm.vue.d.ts +44 -0
- package/dist/src/views/team/condition-builders/ConditionBuilderForm.vue.d.ts +39 -0
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-DNTlIeMv.js → useAppStore-DCwd8GWN.js} +1 -1
- package/dist/{useLoading-BH02lYns.js → useLoading-CXzTpIVv.js} +1 -1
- package/dist/useReportPermissions-Phq7vqLK.js +71 -0
- package/package.json +1 -1
- package/dist/AuditLogList-CpKIq8I0.js +0 -1611
- package/dist/ConditionFormHost.vue_vue_type_script_setup_true_lang-DCfvikJB.js +0 -387
- package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-MoFevdmL.js +0 -4122
- package/dist/RoleList-BZbEGpCi.js +0 -685
- package/dist/role-R_9sO2QD.js +0 -82
- package/dist/rule-D1pKbnKR.js +0 -1066
- package/dist/useReportPermissions-ByxRc3kz.js +0 -70
|
@@ -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 { u as w, v } from "./useAppStore-
|
|
3
|
+
import { u as w, v } from "./useAppStore-DCwd8GWN.js";
|
|
4
4
|
const E = (r) => {
|
|
5
5
|
async function d(u, e) {
|
|
6
6
|
var l, a;
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { computed as i, ref as t } from "vue";
|
|
2
|
+
import { e as m } from "./iteration-B_EcCwqv.js";
|
|
3
|
+
import { useCoreStore as h } from "@feedmepos/mf-common";
|
|
4
|
+
import { e as S, R as L } from "./rule-DJZO_Kev.js";
|
|
5
|
+
import "./app-CPByRtdD.js";
|
|
6
|
+
const l = t([]), a = t(!1), r = t(!1), d = t(null), p = t(null), u = t(!1);
|
|
7
|
+
function B() {
|
|
8
|
+
const v = h();
|
|
9
|
+
async function f() {
|
|
10
|
+
var e;
|
|
11
|
+
const s = (e = v.currentBusiness.value) == null ? void 0 : e.id;
|
|
12
|
+
if (!s) return;
|
|
13
|
+
d.value !== s && (l.value = [], a.value = !1, r.value = !1, d.value = s, u.value = !1);
|
|
14
|
+
const o = localStorage.getItem("locale");
|
|
15
|
+
if (!(a.value && p.value === o)) {
|
|
16
|
+
if (r.value) {
|
|
17
|
+
u.value = !0;
|
|
18
|
+
return;
|
|
19
|
+
}
|
|
20
|
+
r.value = !0;
|
|
21
|
+
try {
|
|
22
|
+
l.value = await L.fetchReportPermissions(
|
|
23
|
+
s,
|
|
24
|
+
o
|
|
25
|
+
), a.value = !0, p.value = o;
|
|
26
|
+
} catch (n) {
|
|
27
|
+
console.warn("Failed to fetch dynamic report permissions, keeping last known list:", n), a.value = !1;
|
|
28
|
+
} finally {
|
|
29
|
+
r.value = !1, u.value && (u.value = !1, await f());
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
const c = S.filter(
|
|
34
|
+
(s) => s.subject === m.F_RULE_SUBJECT.enum.report && s.conditions
|
|
35
|
+
), y = i(() => {
|
|
36
|
+
const s = new Set(
|
|
37
|
+
c.map((e) => {
|
|
38
|
+
const n = typeof e.conditions == "string" ? JSON.parse(e.conditions) : e.conditions;
|
|
39
|
+
return n == null ? void 0 : n.name;
|
|
40
|
+
})
|
|
41
|
+
), o = l.value.filter((e) => !s.has(e.permissionKey)).map((e) => ({
|
|
42
|
+
label: e.name,
|
|
43
|
+
subject: m.F_RULE_SUBJECT.enum.report,
|
|
44
|
+
actions: ["read"],
|
|
45
|
+
conditions: { name: e.permissionKey },
|
|
46
|
+
inverted: !1,
|
|
47
|
+
reason: ""
|
|
48
|
+
}));
|
|
49
|
+
return [...c, ...o];
|
|
50
|
+
}), R = i(() => {
|
|
51
|
+
const s = new Set(
|
|
52
|
+
c.map((o) => {
|
|
53
|
+
const e = typeof o.conditions == "string" ? JSON.parse(o.conditions) : o.conditions;
|
|
54
|
+
return e == null ? void 0 : e.name;
|
|
55
|
+
})
|
|
56
|
+
);
|
|
57
|
+
for (const o of l.value)
|
|
58
|
+
s.add(o.permissionKey);
|
|
59
|
+
return s;
|
|
60
|
+
});
|
|
61
|
+
return {
|
|
62
|
+
fetchReportPermissions: f,
|
|
63
|
+
allReportPermissions: y,
|
|
64
|
+
availableReportKeys: R,
|
|
65
|
+
isLoading: i(() => r.value),
|
|
66
|
+
isLoaded: i(() => a.value)
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
export {
|
|
70
|
+
B as u
|
|
71
|
+
};
|