@feedmepos/mf-hrm-portal 2.0.17-dev.5 → 2.0.17

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.
Files changed (54) hide show
  1. package/dist/AuditLogList-DwCmJovS.js +980 -0
  2. package/dist/EmployeeList-8166DlII.js +736 -0
  3. package/dist/FormSection.vue_vue_type_script_setup_true_lang-BVb8c4YU.js +71 -0
  4. package/dist/HorizontalSplitter-o860F4xM.js +12 -0
  5. package/dist/{Main-w0XUUaBp.js → Main-C4LaqZaa.js} +14 -16
  6. package/dist/{Main-pTgqNncY.js → Main-C7Q3OELU.js} +128 -128
  7. package/dist/{Main-CQ3KwxDY.js → Main-CCTDT_TG.js} +1371 -1368
  8. package/dist/PermissionSetList-trnHwNFR.js +341 -0
  9. package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-Bc5nE9NF.js +3480 -0
  10. package/dist/RoleList-DJtbEUSC.js +530 -0
  11. package/dist/TeamMemberList-C6qx-yJi.js +1108 -0
  12. package/dist/{TimesheetList-Bwp9_xHe.js → TimesheetList-DhKfguOb.js} +6 -6
  13. package/dist/{app-COJbSNM4.js → app--3WguZOC.js} +711 -759
  14. package/dist/app.js +1 -1
  15. package/dist/{dayjs.min-CcBi6N-K.js → dayjs.min-RrLy0N6G.js} +1 -1
  16. package/dist/{employee-xiV0LfnL.js → employee-DSAStcBv.js} +3 -3
  17. package/dist/{iteration-JOKbtlLf.js → iteration-BQA73VxD.js} +2 -2
  18. package/dist/{lodash-D5xlVzib.js → lodash-B1ouSWpG.js} +1 -1
  19. package/dist/{rule-3sXHiW0y.js → rule-BL-miuus.js} +181 -179
  20. package/dist/src/api/audit-log/index.d.ts +0 -9
  21. package/dist/src/components/CheckboxInput.vue.d.ts +1 -1
  22. package/dist/src/components/CollapsibleWrapper.vue.d.ts +0 -2
  23. package/dist/src/composables/useBasePermission.d.ts +0 -1
  24. package/dist/src/stores/team.d.ts +6 -6
  25. package/dist/src/types/team.d.ts +1 -1
  26. package/dist/src/views/hr/locales/index.d.ts +0 -16
  27. package/dist/src/views/team/components/BasePermission.vue.d.ts +7 -3
  28. package/dist/src/views/team/components/PosRolePermission.vue.d.ts +2 -2
  29. package/dist/src/views/team/locales/index.d.ts +0 -32
  30. package/dist/src/views/team/member/AddMemberForm.vue.d.ts +3 -5
  31. package/dist/style.css +1 -1
  32. package/dist/{timesheet-DkD3AysG.js → timesheet-BbtAYZ1B.js} +2 -2
  33. package/dist/tsconfig.app.tsbuildinfo +1 -1
  34. package/dist/{useAppStore-CvmsaYSG.js → useAppStore-BHWapSDk.js} +1 -1
  35. package/dist/useDebounce-B8ZPVS5C.js +15 -0
  36. package/dist/useDiscardConfirm-BHni0LNu.js +28 -0
  37. package/dist/{useLoading-4TNmhm5N.js → useLoading-D7PklYeR.js} +1 -1
  38. package/dist/{useReportPermissions-CWMFFb8E.js → useReportPermissions-CNcISy8f.js} +3 -3
  39. package/dist/useSearch-B6WK1LBB.js +15 -0
  40. package/package.json +1 -1
  41. package/dist/AuditLogList-Dl3Nmf00.js +0 -1011
  42. package/dist/CollapsibleWrapper.vue_vue_type_script_setup_true_lang-BLJlmPVa.js +0 -58
  43. package/dist/EmployeeList-DBd_rVW2.js +0 -831
  44. package/dist/FormItem.vue_vue_type_script_setup_true_lang-CoorkndT.js +0 -34
  45. package/dist/FormSection.vue_vue_type_script_setup_true_lang-DknXTYiK.js +0 -49
  46. package/dist/PermissionSetList-B8qNOWH6.js +0 -347
  47. package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-C9VUjAu_.js +0 -3443
  48. package/dist/RoleList-DMFJsUZv.js +0 -545
  49. package/dist/Skeleton.vue_vue_type_script_setup_true_lang-B4PxNMwq.js +0 -16
  50. package/dist/TeamMemberList-BLRTfKLz.js +0 -1031
  51. package/dist/src/components/Skeleton.vue.d.ts +0 -7
  52. package/dist/team-CyNektSD.js +0 -33
  53. package/dist/useDiscardConfirm-DPhEV6v0.js +0 -157
  54. package/dist/useSearch-BAPEUu1R.js +0 -15
@@ -1,7 +0,0 @@
1
- type __VLS_Props = {
2
- width?: string;
3
- };
4
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
5
- width: string;
6
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- export default _default;
@@ -1,33 +0,0 @@
1
- import { defineStore as d } from "pinia";
2
- import { ref as s, computed as o } from "vue";
3
- import { t as f } from "./rule-3sXHiW0y.js";
4
- const I = d("team", () => {
5
- const r = s([]), a = s(!1), m = o(
6
- () => Object.fromEntries(r.value.map((e) => [e.doc.userId, e.name]))
7
- ), n = o(
8
- () => Object.fromEntries(r.value.map((e) => [e.doc.userId, e.email]))
9
- ), u = o(
10
- () => Object.fromEntries(r.value.map((e) => [e.doc.userId, e.phoneNumber]))
11
- );
12
- async function c({ force: e = !1 } = {}) {
13
- if (!(!e && r.value.length > 0))
14
- try {
15
- a.value = !0;
16
- const i = await f.readTeamMembers();
17
- r.value = i.sort((t, l) => t.doc.isOwner ? -1 : t.name.localeCompare(l.name));
18
- } finally {
19
- a.value = !1;
20
- }
21
- }
22
- return {
23
- members: r,
24
- isLoading: a,
25
- userIdToName: m,
26
- userIdToEmail: n,
27
- userIdToPhone: u,
28
- readTeamMembers: c
29
- };
30
- });
31
- export {
32
- I as u
33
- };
@@ -1,157 +0,0 @@
1
- import { defineComponent as x, ref as M, resolveComponent as l, createBlock as a, openBlock as t, withCtx as i, createElementVNode as g, renderSlot as b, createCommentVNode as k, withModifiers as $, nextTick as I, createElementBlock as f, normalizeClass as h, createTextVNode as V, toDisplayString as C, computed as w, Fragment as B, renderList as F, createVNode as S } from "vue";
2
- import { useBreakpoints as z, useDialog as D } from "@feedmepos/ui-library";
3
- import { useI18n as N } from "@feedmepos/mf-common";
4
- const A = /* @__PURE__ */ x({
5
- __name: "BottomSheetMenu",
6
- setup(o) {
7
- const e = M(!1);
8
- async function r() {
9
- await I(), e.value = !e.value;
10
- }
11
- return (n, s) => {
12
- const y = l("FmButton"), _ = l("FmBottomSheet");
13
- return t(), a(_, {
14
- modelValue: e.value,
15
- "onUpdate:modelValue": s[1] || (s[1] = (d) => e.value = d),
16
- "dismiss-away": "",
17
- "no-header": "",
18
- "z-index": 110
19
- }, {
20
- "bottom-sheet-button": i(() => [
21
- n.$slots.button ? k("", !0) : (t(), a(y, {
22
- key: 0,
23
- icon: "more_vert",
24
- variant: "tertiary",
25
- onClick: $(r, ["stop"])
26
- })),
27
- b(n.$slots, "button")
28
- ]),
29
- default: i(() => [
30
- g("div", {
31
- onClick: s[0] || (s[0] = (d) => e.value = !1)
32
- }, [
33
- b(n.$slots, "default")
34
- ])
35
- ]),
36
- _: 3
37
- }, 8, ["modelValue"]);
38
- };
39
- }
40
- }), E = { class: "py-8 px-12 hover:bg-fm-color-neutral-gray-100" }, T = /* @__PURE__ */ x({
41
- __name: "BottomSheetMenuItem",
42
- props: {
43
- label: {},
44
- icon: {},
45
- disabled: { type: Boolean },
46
- itemClass: {}
47
- },
48
- setup(o) {
49
- const e = o;
50
- return (r, n) => {
51
- const s = l("FmIcon");
52
- return t(), f("div", E, [
53
- r.$slots.content ? k("", !0) : (t(), f("div", {
54
- key: 0,
55
- class: h(["flex items-center", {
56
- "text-fm-color-typo-disabled": e.disabled,
57
- "cursor-pointer": !e.disabled,
58
- "cursor-not-allowed": e.disabled,
59
- [e.itemClass || ""]: e.itemClass && !e.disabled
60
- }])
61
- }, [
62
- o.icon ? (t(), a(s, {
63
- key: 0,
64
- name: o.icon
65
- }, null, 8, ["name"])) : k("", !0),
66
- V(" " + C(o.label), 1)
67
- ], 2)),
68
- b(r.$slots, "content")
69
- ]);
70
- };
71
- }
72
- }), U = /* @__PURE__ */ x({
73
- __name: "ResponsiveContextMenu",
74
- props: {
75
- items: {}
76
- },
77
- setup(o) {
78
- const e = z(), r = w(() => e.breakpoints.value.xs);
79
- return (n, s) => {
80
- const y = l("FmButton"), _ = l("FmMenuItem"), d = l("FmMenu");
81
- return r.value ? (t(), a(A, { key: 0 }, {
82
- default: i(() => [
83
- (t(!0), f(B, null, F(o.items, ({ icon: c, label: m, disabled: p, itemClass: u, onClick: v }) => (t(), a(T, {
84
- key: m,
85
- icon: c,
86
- label: m,
87
- disabled: p,
88
- itemClass: u,
89
- onClick: () => {
90
- !p && (v == null || v());
91
- }
92
- }, null, 8, ["icon", "label", "disabled", "itemClass", "onClick"]))), 128))
93
- ]),
94
- _: 1
95
- })) : (t(), a(d, {
96
- key: 1,
97
- "stop-click-propagation": "",
98
- shift: !0
99
- }, {
100
- "menu-button": i(() => [
101
- S(y, {
102
- type: "button",
103
- variant: "tertiary",
104
- icon: "more_vert",
105
- "text-color": "neutral-gray-400",
106
- size: "md"
107
- })
108
- ]),
109
- default: i(() => [
110
- (t(!0), f(B, null, F(o.items, ({ label: c, disabled: m, itemClass: p, onClick: u }) => (t(), a(_, {
111
- key: c,
112
- disabled: m,
113
- label: c,
114
- onClick: () => {
115
- !m && (u == null || u());
116
- }
117
- }, {
118
- label: i(() => [
119
- g("span", {
120
- class: h(m ? "text-fm-color-typo-disabled" : p)
121
- }, C(c), 3)
122
- ]),
123
- _: 2
124
- }, 1032, ["disabled", "label", "onClick"]))), 128))
125
- ]),
126
- _: 1
127
- }));
128
- };
129
- }
130
- });
131
- function j(o, e) {
132
- const r = D(), { t: n } = N();
133
- function s() {
134
- o() ? r.open({
135
- title: n("portalCommon.dismiss.title"),
136
- message: n("portalCommon.dismiss.message"),
137
- zIndex: 200,
138
- primaryActions: {
139
- text: n("portalCommon.dismiss.primaryActions"),
140
- variant: "primary",
141
- close: !0
142
- },
143
- secondaryActions: {
144
- text: n("common.cancel"),
145
- variant: "tertiary",
146
- close: !0
147
- }
148
- }).onPrimary(() => {
149
- e();
150
- }) : e();
151
- }
152
- return s;
153
- }
154
- export {
155
- U as _,
156
- j as u
157
- };
@@ -1,15 +0,0 @@
1
- import { ref as a, computed as c } from "vue";
2
- const f = (i) => {
3
- const r = a("");
4
- function t(e) {
5
- return `${e}`.trim().toLowerCase();
6
- }
7
- const u = c(() => t(r.value));
8
- function o(e) {
9
- return u.value ? e.some((n) => t(n).includes(u.value)) : !0;
10
- }
11
- return { searchKey: r, filter: o };
12
- };
13
- export {
14
- f as u
15
- };