@feedmepos/mf-hrm-portal 2.2.2-dev → 2.2.2-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/{ApprovalCodeList-B9O8QzzI.js → ApprovalCodeList-BvZs3tn-.js} +2 -2
- package/dist/AuditLogList-Bv4fkVpI.js +1611 -0
- package/dist/{ConditionBuilderForm.vue_vue_type_script_setup_true_lang-C9MYbxum.js → ConditionBuilderForm.vue_vue_type_script_setup_true_lang-C-03FIfv.js} +2 -2
- package/dist/{EmployeeList-BFxMwFJq.js → EmployeeList-BDTcK6GD.js} +66 -65
- package/dist/{GrantUserList-CZtmMRoS.js → GrantUserList-BOxUsFcl.js} +3 -3
- package/dist/{Main-on0TXkQt.js → Main-Csma2yIU.js} +5 -5
- package/dist/{Main-DD6IthCS.js → Main-Da_g7CTz.js} +2 -2
- package/dist/{Main-B622Z4q4.js → Main-laHdN12w.js} +9 -9
- package/dist/{PermissionSetList-FCX3TBoi.js → PermissionSetList-CpK7M-eA.js} +77 -76
- package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-Cl_YNh0k.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-D91dsivb.js} +627 -622
- package/dist/RoleList-CnuSsHaU.js +739 -0
- package/dist/{TeamMemberList-BAU7Y3jh.js → TeamMemberList-mID3B9gL.js} +305 -305
- package/dist/{TimesheetList-DtFBWhma.js → TimesheetList-B1Vq7RMs.js} +5 -5
- package/dist/{TimesheetList.vue_vue_type_style_index_0_scoped_2c7a177a_lang-Tatn3jUv.js → TimesheetList.vue_vue_type_style_index_0_scoped_2c7a177a_lang-BXVYGX0n.js} +2 -2
- package/dist/{app-Bbf6hEPt.js → app-CDhU3geD.js} +16 -16
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-BAnGg8q2.js → dayjs.min-CuJv-tp-.js} +1 -1
- package/dist/{employee-DVSD3L51.js → employee-RyVvi0m5.js} +3 -3
- package/dist/{iteration-BTZViJtd.js → iteration-3WrCeF_5.js} +1 -1
- package/dist/{lodash-Cgdk4_YL.js → lodash-Cm-71byT.js} +1 -1
- package/dist/{role-CXVpO6fB.js → role-CHQOtd0E.js} +1 -1
- package/dist/{rule-TR3MVo-b.js → rule--e-16FwK.js} +287 -260
- package/dist/src/api/user/index.d.ts +2 -2
- package/dist/src/composables/useReportPermissions.d.ts +1 -0
- package/dist/src/helpers/rule.d.ts +2 -0
- package/dist/src/types/role.d.ts +1 -0
- package/dist/src/views/audit-log/locales/index.d.ts +0 -4
- package/dist/src/views/hr/locales/index.d.ts +12 -8
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/useReportPermissions-Br78ni1L.js +82 -0
- package/package.json +2 -2
- package/dist/AuditLogList-CtFEXKWZ.js +0 -1722
- package/dist/RoleList-p_9KHzqF.js +0 -725
- package/dist/src/views/audit-log/change-nodes.d.ts +0 -14
- package/dist/src/views/audit-log/operation-status.d.ts +0 -2
- package/dist/useReportPermissions-BpAFyO17.js +0 -71
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { FdoUser } from '@feedmepos/core/entity';
|
|
2
2
|
export declare const userApi: {
|
|
3
|
-
readPermissionUserByPhoneNo(phoneNo: string): Promise<FdoUser>;
|
|
4
|
-
readPermissionUserByEmail(email: string): Promise<FdoUser>;
|
|
3
|
+
readPermissionUserByPhoneNo(phoneNo: string): Promise<FdoUser | null>;
|
|
4
|
+
readPermissionUserByEmail(email: string): Promise<FdoUser | null>;
|
|
5
5
|
};
|
|
6
6
|
export default userApi;
|
|
@@ -10,6 +10,7 @@ export declare function useReportPermissions(): {
|
|
|
10
10
|
actions: ("update" | "create" | "read" | "delete" | "manage")[];
|
|
11
11
|
}[]>;
|
|
12
12
|
availableReportKeys: import("vue").ComputedRef<Set<string>>;
|
|
13
|
+
customReportKeys: import("vue").ComputedRef<Set<string>>;
|
|
13
14
|
isLoading: import("vue").ComputedRef<boolean>;
|
|
14
15
|
isLoaded: import("vue").ComputedRef<boolean>;
|
|
15
16
|
};
|
|
@@ -7,6 +7,8 @@ export declare function ruleExtension(rule: FdoPermissionRule): {
|
|
|
7
7
|
isDiscountOperation: boolean;
|
|
8
8
|
isOrderOperation: boolean;
|
|
9
9
|
isReportPermission: boolean;
|
|
10
|
+
isResolvable: boolean;
|
|
11
|
+
discriminator: string | undefined;
|
|
10
12
|
formatted: string;
|
|
11
13
|
label: string;
|
|
12
14
|
value: string;
|
package/dist/src/types/role.d.ts
CHANGED
|
@@ -142,7 +142,6 @@ export declare const i18nMessages: {
|
|
|
142
142
|
rowHint: string;
|
|
143
143
|
unlabeled: string;
|
|
144
144
|
badge: string;
|
|
145
|
-
partialFailure: string;
|
|
146
145
|
sheetHeader: string;
|
|
147
146
|
entity: string;
|
|
148
147
|
duration: string;
|
|
@@ -353,7 +352,6 @@ export declare const i18nMessages: {
|
|
|
353
352
|
rowHint: string;
|
|
354
353
|
unlabeled: string;
|
|
355
354
|
badge: string;
|
|
356
|
-
partialFailure: string;
|
|
357
355
|
sheetHeader: string;
|
|
358
356
|
entity: string;
|
|
359
357
|
duration: string;
|
|
@@ -564,7 +562,6 @@ export declare const i18nMessages: {
|
|
|
564
562
|
rowHint: string;
|
|
565
563
|
unlabeled: string;
|
|
566
564
|
badge: string;
|
|
567
|
-
partialFailure: string;
|
|
568
565
|
sheetHeader: string;
|
|
569
566
|
entity: string;
|
|
570
567
|
duration: string;
|
|
@@ -775,7 +772,6 @@ export declare const i18nMessages: {
|
|
|
775
772
|
rowHint: string;
|
|
776
773
|
unlabeled: string;
|
|
777
774
|
badge: string;
|
|
778
|
-
partialFailure: string;
|
|
779
775
|
sheetHeader: string;
|
|
780
776
|
entity: string;
|
|
781
777
|
duration: string;
|
|
@@ -113,10 +113,11 @@ export declare const i18nMessages: {
|
|
|
113
113
|
maxValueIs: string;
|
|
114
114
|
minValueIs: string;
|
|
115
115
|
restaurant: string;
|
|
116
|
+
v8OnlyReportTag: string;
|
|
116
117
|
permissionLabels: {
|
|
117
118
|
"order:discount": string;
|
|
118
119
|
"order:changePrice": string;
|
|
119
|
-
"order:
|
|
120
|
+
"order:void_": string;
|
|
120
121
|
"order:waiveServiceCharge": string;
|
|
121
122
|
"order:payment": string;
|
|
122
123
|
"order:claimDeposit": string;
|
|
@@ -153,7 +154,7 @@ export declare const i18nMessages: {
|
|
|
153
154
|
"report:drawer": string;
|
|
154
155
|
"report:discount": string;
|
|
155
156
|
"report:refund": string;
|
|
156
|
-
"report:
|
|
157
|
+
"report:void_": string;
|
|
157
158
|
"report:timesheet": string;
|
|
158
159
|
"report:counterPayment": string;
|
|
159
160
|
};
|
|
@@ -318,10 +319,11 @@ export declare const i18nMessages: {
|
|
|
318
319
|
maxValueIs: string;
|
|
319
320
|
minValueIs: string;
|
|
320
321
|
restaurant: string;
|
|
322
|
+
v8OnlyReportTag: string;
|
|
321
323
|
permissionLabels: {
|
|
322
324
|
"order:discount": string;
|
|
323
325
|
"order:changePrice": string;
|
|
324
|
-
"order:
|
|
326
|
+
"order:void_": string;
|
|
325
327
|
"order:waiveServiceCharge": string;
|
|
326
328
|
"order:payment": string;
|
|
327
329
|
"order:claimDeposit": string;
|
|
@@ -358,7 +360,7 @@ export declare const i18nMessages: {
|
|
|
358
360
|
"report:drawer": string;
|
|
359
361
|
"report:discount": string;
|
|
360
362
|
"report:refund": string;
|
|
361
|
-
"report:
|
|
363
|
+
"report:void_": string;
|
|
362
364
|
"report:timesheet": string;
|
|
363
365
|
"report:counterPayment": string;
|
|
364
366
|
};
|
|
@@ -523,10 +525,11 @@ export declare const i18nMessages: {
|
|
|
523
525
|
maxValueIs: string;
|
|
524
526
|
minValueIs: string;
|
|
525
527
|
restaurant: string;
|
|
528
|
+
v8OnlyReportTag: string;
|
|
526
529
|
permissionLabels: {
|
|
527
530
|
"order:discount": string;
|
|
528
531
|
"order:changePrice": string;
|
|
529
|
-
"order:
|
|
532
|
+
"order:void_": string;
|
|
530
533
|
"order:waiveServiceCharge": string;
|
|
531
534
|
"order:payment": string;
|
|
532
535
|
"order:claimDeposit": string;
|
|
@@ -563,7 +566,7 @@ export declare const i18nMessages: {
|
|
|
563
566
|
"report:drawer": string;
|
|
564
567
|
"report:discount": string;
|
|
565
568
|
"report:refund": string;
|
|
566
|
-
"report:
|
|
569
|
+
"report:void_": string;
|
|
567
570
|
"report:timesheet": string;
|
|
568
571
|
"report:counterPayment": string;
|
|
569
572
|
};
|
|
@@ -727,10 +730,11 @@ export declare const i18nMessages: {
|
|
|
727
730
|
maxValueIs: string;
|
|
728
731
|
minValueIs: string;
|
|
729
732
|
restaurant: string;
|
|
733
|
+
v8OnlyReportTag: string;
|
|
730
734
|
permissionLabels: {
|
|
731
735
|
"order:discount": string;
|
|
732
736
|
"order:changePrice": string;
|
|
733
|
-
"order:
|
|
737
|
+
"order:void_": string;
|
|
734
738
|
"order:waiveServiceCharge": string;
|
|
735
739
|
"order:payment": string;
|
|
736
740
|
"order:claimDeposit": string;
|
|
@@ -767,7 +771,7 @@ export declare const i18nMessages: {
|
|
|
767
771
|
"report:drawer": string;
|
|
768
772
|
"report:discount": string;
|
|
769
773
|
"report:refund": string;
|
|
770
|
-
"report:
|
|
774
|
+
"report:void_": string;
|
|
771
775
|
"report:timesheet": string;
|
|
772
776
|
"report:counterPayment": string;
|
|
773
777
|
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.employee-list-table[data-v-9cf34375] [class~=gap-24]>div:first-child{display:none}.timesheet-user-view[data-v-2c7a177a] .basis-72{display:none}.user-info-icon[data-v-827dfd60]{flex-shrink:0;cursor:pointer;font-size:.75rem;font-weight:600;line-height:1rem;letter-spacing:.02em;text-decoration-line:none;color:var(--fm-color-neutral-white);display:flex;align-items:center;justify-content:center;background:linear-gradient(201deg,#fc9b40 10.3%,#ff6052 98.36%)}.user-info-icon--md[data-v-827dfd60]{height:2.25rem;width:2.25rem;border-radius:8px}.user-info-icon--lg[data-v-827dfd60]{height:48px;width:48px;border-radius:16px}.profile-menu[data-v-827dfd60]{width:280px;padding-top:12px;padding-bottom:12px}.profile-menu--profile[data-v-827dfd60]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}.profile-menu--profile[data-v-827dfd60]{padding:16px 16px 12px;border-radius:8px;display:flex;align-items:center;border-width:1px;border-color:var(--fm-color-neutral-gray-200)}.profile-menu--profile .profile-displayName[data-v-827dfd60]{font-size:1rem;font-weight:400;line-height:1.25rem;letter-spacing:.005em;text-decoration-line:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu--profile .profile-email[data-v-827dfd60],.profile-menu--profile .profile-phone[data-v-827dfd60]{font-size:.875rem;font-weight:400;line-height:1.125rem;letter-spacing:.0125em;text-decoration-line:none;color:var(--fm-color-neutral-gray-300);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-log-list-table[data-v-
|
|
1
|
+
.employee-list-table[data-v-9cf34375] [class~=gap-24]>div:first-child{display:none}.timesheet-user-view[data-v-2c7a177a] .basis-72{display:none}.user-info-icon[data-v-827dfd60]{flex-shrink:0;cursor:pointer;font-size:.75rem;font-weight:600;line-height:1rem;letter-spacing:.02em;text-decoration-line:none;color:var(--fm-color-neutral-white);display:flex;align-items:center;justify-content:center;background:linear-gradient(201deg,#fc9b40 10.3%,#ff6052 98.36%)}.user-info-icon--md[data-v-827dfd60]{height:2.25rem;width:2.25rem;border-radius:8px}.user-info-icon--lg[data-v-827dfd60]{height:48px;width:48px;border-radius:16px}.profile-menu[data-v-827dfd60]{width:280px;padding-top:12px;padding-bottom:12px}.profile-menu--profile[data-v-827dfd60]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}.profile-menu--profile[data-v-827dfd60]{padding:16px 16px 12px;border-radius:8px;display:flex;align-items:center;border-width:1px;border-color:var(--fm-color-neutral-gray-200)}.profile-menu--profile .profile-displayName[data-v-827dfd60]{font-size:1rem;font-weight:400;line-height:1.25rem;letter-spacing:.005em;text-decoration-line:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu--profile .profile-email[data-v-827dfd60],.profile-menu--profile .profile-phone[data-v-827dfd60]{font-size:.875rem;font-weight:400;line-height:1.125rem;letter-spacing:.0125em;text-decoration-line:none;color:var(--fm-color-neutral-gray-300);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-log-list-table[data-v-5b055e3b] [class~=gap-24]>div:first-child{display:none}.audit-log-list-table[data-v-5b055e3b] tr:has(.audit-op-marker){background-color:var(--fm-color-neutral-gray-100);border-top:1px solid var(--fm-color-neutral-gray-200)}.audit-log-list-table[data-v-5b055e3b] tr:has(.audit-op-marker):hover{background-color:#e8e8ed}.audit-log-action-label[data-v-5b055e3b]{display:block;width:100%;max-width:100%;max-height:6.25rem;overflow-y:auto;white-space:pre-line;word-break:break-word;line-height:1.25rem;scrollbar-width:none;-ms-overflow-style:none}.audit-log-action-label[data-v-5b055e3b]::-webkit-scrollbar{display:none}.audit-log-operation-label-detail[data-v-5b055e3b]{max-height:6.875rem;overflow-y:auto;white-space:pre-line;word-break:break-word;line-height:1.375rem;scrollbar-width:none;-ms-overflow-style:none}.audit-log-operation-label-detail[data-v-5b055e3b]::-webkit-scrollbar{display:none}
|