@feedmepos/mf-hrm-portal 2.0.25 → 2.1.0-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.
Files changed (55) hide show
  1. package/dist/AuditLogList-C1bGND8z.js +1037 -0
  2. package/dist/ConditionFormHost.vue_vue_type_script_setup_true_lang-tiuei7CA.js +383 -0
  3. package/dist/{EmployeeList-aRGYYmxf.js → EmployeeList-DqQF9xEx.js} +78 -78
  4. package/dist/{FormItem.vue_vue_type_script_setup_true_lang-DPT2FoIc.js → FormItem.vue_vue_type_script_setup_true_lang-D3MOFOUI.js} +1 -1
  5. package/dist/{Main-C6YMg19H.js → Main-BgOhmojO.js} +6 -6
  6. package/dist/{Main-CyqPnLTe.js → Main-D2Wf__wM.js} +1138 -1142
  7. package/dist/Main-DcKVuIjB.js +90 -0
  8. package/dist/PermissionSetList-CQpTa0eY.js +384 -0
  9. package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-CCKVpAwv.js +4030 -0
  10. package/dist/{PortalUserSearcher.vue_vue_type_style_index_0_scoped_a439fdd8_lang-DWeS7VXx.js → PortalUserSearcher.vue_vue_type_style_index_0_scoped_a439fdd8_lang-D-14ca2J.js} +1 -1
  11. package/dist/RoleList-tSC8RJHe.js +674 -0
  12. package/dist/SelectFilter-DUj7GBtT.js +251 -0
  13. package/dist/TeamMemberList-Bz-kDJ0e.js +1163 -0
  14. package/dist/{TimesheetList-DzeE73Ns.js → TimesheetList-BFVhmcRt.js} +10 -10
  15. package/dist/{TimesheetList.vue_vue_type_style_index_0_scoped_91afda4e_lang-CTQs7MIl.js → TimesheetList.vue_vue_type_style_index_0_scoped_d7ed31d7_lang-CtHuL5tW.js} +2 -2
  16. package/dist/{app-Df4eEEIU.js → app-DRnSocX8.js} +5052 -2394
  17. package/dist/app.js +1 -1
  18. package/dist/{dayjs.min-DmGoh5hw.js → dayjs.min-B8xOAypU.js} +1 -1
  19. package/dist/{employee-zWTRoOkw.js → employee-UrXqUaik.js} +3 -3
  20. package/dist/{iteration-DTV3udF0.js → iteration-LEYoQKiI.js} +3 -3
  21. package/dist/{lodash-LInzVEDS.js → lodash-Bq6_eZZ0.js} +1 -1
  22. package/dist/rule-CJC6Cq6S.js +1047 -0
  23. package/dist/src/api/audit-log/index.d.ts +0 -17
  24. package/dist/src/components/CheckboxInput.vue.d.ts +1 -1
  25. package/dist/src/components/form/SelectFilter.vue.d.ts +0 -3
  26. package/dist/src/composables/useBasePermission.d.ts +1 -0
  27. package/dist/src/composables/useConditionDraft.d.ts +40 -0
  28. package/dist/src/composables/useCoverConditionOverride.d.ts +61 -0
  29. package/dist/src/helpers/business-timezone.d.ts +22 -0
  30. package/dist/src/helpers/permission-set.d.ts +4 -2
  31. package/dist/src/helpers/rule.d.ts +2 -1
  32. package/dist/src/stores/team.d.ts +1 -4
  33. package/dist/src/views/audit-log/locales/index.d.ts +16 -24
  34. package/dist/src/views/hr/locales/index.d.ts +0 -4
  35. package/dist/src/views/team/components/BasePermission.vue.d.ts +13 -0
  36. package/dist/src/views/team/condition-builders/ConditionFormHost.vue.d.ts +22 -0
  37. package/dist/src/views/team/condition-builders/ConditionFormRenderer.vue.d.ts +23 -0
  38. package/dist/src/views/team/condition-builders/component-map.d.ts +4 -0
  39. package/dist/src/views/team/condition-builders/condition-form-dedupe.d.ts +23 -0
  40. package/dist/src/views/team/locales/index.d.ts +68 -4
  41. package/dist/style.css +1 -1
  42. package/dist/tsconfig.app.tsbuildinfo +1 -1
  43. package/dist/{useAppStore-BlQSL2ZO.js → useAppStore-BGsfYWAR.js} +1 -1
  44. package/dist/{useLoading-NkUvAr71.js → useLoading-BUM5R2qV.js} +1 -1
  45. package/dist/{useReportPermissions-R-eg1L2r.js → useReportPermissions-nlQ_BBL2.js} +3 -3
  46. package/package.json +2 -2
  47. package/dist/AuditLogList-BWwgm5wH.js +0 -1145
  48. package/dist/CollapsibleWrapper.vue_vue_type_script_setup_true_lang-BLJlmPVa.js +0 -58
  49. package/dist/Main-DQg87aB2.js +0 -94
  50. package/dist/PermissionSetList-BfKgFFUh.js +0 -356
  51. package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-CNEAlTnY.js +0 -3457
  52. package/dist/RoleList-CtcVwAPE.js +0 -566
  53. package/dist/SelectFilter-ATOm0hdn.js +0 -269
  54. package/dist/TeamMemberList-DU1jYeql.js +0 -1130
  55. package/dist/rule-O-E9JWJz.js +0 -995
@@ -4,7 +4,6 @@ export declare const i18nMessages: {
4
4
  'en-US': {
5
5
  team: {
6
6
  title: string;
7
- subtitle: string;
8
7
  actions: {
9
8
  addMember: string;
10
9
  updateMember: string;
@@ -84,6 +83,17 @@ export declare const i18nMessages: {
84
83
  allowedCount: string;
85
84
  columnName: string;
86
85
  columnManage: string;
86
+ conditionTitle: string;
87
+ conditionCover: {
88
+ inherit: string;
89
+ custom: string;
90
+ confirmTitle: string;
91
+ confirmMessage: string;
92
+ override: string;
93
+ keep: string;
94
+ };
95
+ conditionApply: string;
96
+ conditionButtonTitle: string;
87
97
  };
88
98
  masterUser: {
89
99
  title: string;
@@ -139,6 +149,12 @@ export declare const i18nMessages: {
139
149
  nameRequired: string;
140
150
  includedSets: string;
141
151
  includedSetsPlaceholder: string;
152
+ overrideInherited: {
153
+ title: string;
154
+ message: string;
155
+ override: string;
156
+ keepCurrent: string;
157
+ };
142
158
  };
143
159
  categoryLabels: {
144
160
  General: string;
@@ -235,7 +251,6 @@ export declare const i18nMessages: {
235
251
  'zh-CN': {
236
252
  team: {
237
253
  title: string;
238
- subtitle: string;
239
254
  actions: {
240
255
  addMember: string;
241
256
  updateMember: string;
@@ -315,6 +330,17 @@ export declare const i18nMessages: {
315
330
  allowedCount: string;
316
331
  columnName: string;
317
332
  columnManage: string;
333
+ conditionTitle: string;
334
+ conditionCover: {
335
+ inherit: string;
336
+ custom: string;
337
+ confirmTitle: string;
338
+ confirmMessage: string;
339
+ override: string;
340
+ keep: string;
341
+ };
342
+ conditionApply: string;
343
+ conditionButtonTitle: string;
318
344
  };
319
345
  masterUser: {
320
346
  title: string;
@@ -370,6 +396,12 @@ export declare const i18nMessages: {
370
396
  nameRequired: string;
371
397
  includedSets: string;
372
398
  includedSetsPlaceholder: string;
399
+ overrideInherited: {
400
+ title: string;
401
+ message: string;
402
+ override: string;
403
+ keepCurrent: string;
404
+ };
373
405
  };
374
406
  categoryLabels: {
375
407
  General: string;
@@ -466,7 +498,6 @@ export declare const i18nMessages: {
466
498
  'th-TH': {
467
499
  team: {
468
500
  title: string;
469
- subtitle: string;
470
501
  actions: {
471
502
  addMember: string;
472
503
  updateMember: string;
@@ -546,6 +577,17 @@ export declare const i18nMessages: {
546
577
  allowedCount: string;
547
578
  columnName: string;
548
579
  columnManage: string;
580
+ conditionTitle: string;
581
+ conditionCover: {
582
+ inherit: string;
583
+ custom: string;
584
+ confirmTitle: string;
585
+ confirmMessage: string;
586
+ override: string;
587
+ keep: string;
588
+ };
589
+ conditionApply: string;
590
+ conditionButtonTitle: string;
549
591
  };
550
592
  masterUser: {
551
593
  title: string;
@@ -601,6 +643,12 @@ export declare const i18nMessages: {
601
643
  nameRequired: string;
602
644
  includedSets: string;
603
645
  includedSetsPlaceholder: string;
646
+ overrideInherited: {
647
+ title: string;
648
+ message: string;
649
+ override: string;
650
+ keepCurrent: string;
651
+ };
604
652
  };
605
653
  categoryLabels: {
606
654
  General: string;
@@ -697,7 +745,6 @@ export declare const i18nMessages: {
697
745
  'zh-Hant': {
698
746
  team: {
699
747
  title: string;
700
- subtitle: string;
701
748
  actions: {
702
749
  addMember: string;
703
750
  updateMember: string;
@@ -777,6 +824,17 @@ export declare const i18nMessages: {
777
824
  allowedCount: string;
778
825
  columnName: string;
779
826
  columnManage: string;
827
+ conditionTitle: string;
828
+ conditionCover: {
829
+ inherit: string;
830
+ custom: string;
831
+ confirmTitle: string;
832
+ confirmMessage: string;
833
+ override: string;
834
+ keep: string;
835
+ };
836
+ conditionApply: string;
837
+ conditionButtonTitle: string;
780
838
  };
781
839
  masterUser: {
782
840
  title: string;
@@ -839,6 +897,12 @@ export declare const i18nMessages: {
839
897
  nameRequired: string;
840
898
  includedSets: string;
841
899
  includedSetsPlaceholder: string;
900
+ overrideInherited: {
901
+ title: string;
902
+ message: string;
903
+ override: string;
904
+ keepCurrent: string;
905
+ };
842
906
  };
843
907
  categoryLabels: {
844
908
  General: string;
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .employee-list-table[data-v-202bbc71] [class~=gap-24]>div:first-child{display:none}.timesheet-user-view[data-v-91afda4e] .basis-72{display:none}.user-info-icon[data-v-a439fdd8]{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-a439fdd8]{height:2.25rem;width:2.25rem;border-radius:8px}.user-info-icon--lg[data-v-a439fdd8]{height:48px;width:48px;border-radius:16px}.profile-menu[data-v-a439fdd8]{width:280px;padding-top:12px;padding-bottom:12px}.profile-menu--profile[data-v-a439fdd8]>: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-a439fdd8]{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-a439fdd8]{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-a439fdd8],.profile-menu--profile .profile-phone[data-v-a439fdd8]{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-e7bff8e8] [class~=gap-24]>div:first-child{display:none}.audit-log-action-label[data-v-e7bff8e8]{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-e7bff8e8]::-webkit-scrollbar{display:none}.audit-log-operation-label-detail[data-v-e7bff8e8]{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-e7bff8e8]::-webkit-scrollbar{display:none}
1
+ .employee-list-table[data-v-cefb09f9] [class~=gap-24]>div:first-child{display:none}.timesheet-user-view[data-v-d7ed31d7] .basis-72{display:none}.user-info-icon[data-v-a439fdd8]{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-a439fdd8]{height:2.25rem;width:2.25rem;border-radius:8px}.user-info-icon--lg[data-v-a439fdd8]{height:48px;width:48px;border-radius:16px}.profile-menu[data-v-a439fdd8]{width:280px;padding-top:12px;padding-bottom:12px}.profile-menu--profile[data-v-a439fdd8]>: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-a439fdd8]{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-a439fdd8]{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-a439fdd8],.profile-menu--profile .profile-phone[data-v-a439fdd8]{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-5566060e] [class~=gap-24]>div:first-child{display:none}.audit-log-action-label[data-v-5566060e]{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-5566060e]::-webkit-scrollbar{display:none}.audit-log-operation-label-detail[data-v-5566060e]{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-5566060e]::-webkit-scrollbar{display:none}