@feedmepos/mf-hrm-portal 2.0.8-dev.3 → 2.0.8-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/{AuditLogList-DU9bvapH.js → AuditLogList-BscTDw7f.js} +22 -22
- package/dist/{EmployeeList-C0Kt6J2s.js → EmployeeList-QpIB0AXS.js} +5 -5
- package/dist/{Main-YgAJrDXR.js → Main-BSj43Pdc.js} +6 -6
- package/dist/{Main-CGoSOSHf.js → Main-Bl0VGnn1.js} +9 -9
- package/dist/{Main-wneSr3Yj.js → Main-sDQg3824.js} +4 -4
- package/dist/{PermissionSetList-BG5FcHDo.js → PermissionSetList-Bkux87LR.js} +5 -5
- package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-Dfey316Z.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-B4BhprVe.js} +899 -894
- package/dist/{RoleList-D6aapDtQ.js → RoleList-BRxUhBXh.js} +7 -7
- package/dist/{TeamMemberList-BQ3xq4Q2.js → TeamMemberList-D3puvcA9.js} +8 -8
- package/dist/{TimesheetList-DqEtBC_2.js → TimesheetList-CjE8XfWJ.js} +7 -7
- package/dist/{app-efNRBiJB.js → app-C9HyG-zy.js} +653 -628
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-O2mY8Dsx.js → dayjs.min-DNbUZdFy.js} +1 -1
- package/dist/{employee-Cr5TX4u1.js → employee-DvQdratV.js} +4 -4
- package/dist/{index-DPcm9B8U.js → index-BRx9j4oZ.js} +255 -248
- package/dist/{index-CMFJQ1p8.js → index-C8moNYeC.js} +1 -1
- package/dist/{iteration-BzPWNf3I.js → iteration-KLUms7Qj.js} +1 -1
- package/dist/{lodash-rnloBy2O.js → lodash-DCsXdK6o.js} +1 -1
- package/dist/src/helpers/permission-set.d.ts +8 -1
- package/dist/{team-CJ3xjFT7.js → team-Cguxd_q3.js} +1 -1
- package/dist/{timesheet-BABSsqqp.js → timesheet-Bg3eBf_0.js} +3 -3
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-DxEeYbWz.js → useAppStore-5IngCVkm.js} +1 -1
- package/dist/{useLoading-zLCQaKfz.js → useLoading-CpcZUx9R.js} +1 -1
- package/dist/{useReportPermissions-BB-vWjkE.js → useReportPermissions-CzW7GcK3.js} +3 -3
- package/package.json +2 -2
|
@@ -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-C9HyG-zy.js";
|
|
6
6
|
var Pt = { exports: {} };
|
|
7
7
|
(function(_, h) {
|
|
8
8
|
(function(y, p) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as U } from "./app-
|
|
1
|
+
import { c as U } from "./app-C9HyG-zy.js";
|
|
2
2
|
import { useCoreStore as To, baseClientInstance as jr, FeedMeAuth as Zs } from "@feedmepos/mf-common";
|
|
3
3
|
var Ys = {}, _n = {}, _ = {}, zo = {}, $i = {}, eo = {}, ui = {};
|
|
4
4
|
(function(e) {
|
|
@@ -43,7 +43,14 @@ export declare function materializeSystemPermissionSetOverrides(overridePermissi
|
|
|
43
43
|
/**
|
|
44
44
|
* Strip positive rules whose subject would be re-injected by system permission set expansion.
|
|
45
45
|
* These need not be persisted to DB — expansion re-adds them at runtime.
|
|
46
|
-
*
|
|
46
|
+
*
|
|
47
|
+
* Also strips inverted rules for subjects that are ONLY reachable as non-manage via permissions[]
|
|
48
|
+
* leaf injection. Such inverted rules cannot block permissions[] injection (only visitedSetIds/
|
|
49
|
+
* permissionSets[] expansion is blockable), are useless, and cause a CASL side-effect where an
|
|
50
|
+
* inverted `manage` rule inadvertently blocks `read` access.
|
|
51
|
+
*
|
|
52
|
+
* Inverted rules targeting subjects reachable as `manage` (via permissionSets[] chaining) are
|
|
53
|
+
* always preserved — they seed visitedSetIds to block system set re-expansion.
|
|
47
54
|
*/
|
|
48
55
|
export declare function stripSystemExpandedPositives(permissions: FdoPermissionRule[]): FdoPermissionRule[];
|
|
49
56
|
export declare const REPORT_SUBJECT_PREFIX = "business::report::";
|
|
@@ -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-BRx9j4oZ.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,8 +1,8 @@
|
|
|
1
|
-
import { d as i } from "./dayjs.min-
|
|
1
|
+
import { d as i } from "./dayjs.min-DNbUZdFy.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, s as S } from "./iteration-
|
|
5
|
-
import { i as u, b as g } from "./index-
|
|
4
|
+
import { b as c, g as y, s as S } from "./iteration-KLUms7Qj.js";
|
|
5
|
+
import { i as u, b as g } from "./index-BRx9j4oZ.js";
|
|
6
6
|
const f = {
|
|
7
7
|
async readTimesheets(t, e) {
|
|
8
8
|
return y(await c().get(`timesheet?start=${t}&end=${e}`));
|