@feedmepos/mf-hrm-portal 2.0.18-dev.3 → 2.0.18

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 (30) hide show
  1. package/dist/{AuditLogList-CPG5uNyJ.js → AuditLogList-CfvB_c7-.js} +4 -4
  2. package/dist/{EmployeeList-CyF7_ax8.js → EmployeeList-Whx8sBTA.js} +5 -5
  3. package/dist/{Main-S5kR_LNV.js → Main-C_Tm3462.js} +5 -5
  4. package/dist/{Main-y2ea2vuC.js → Main-CoGNATjU.js} +4 -4
  5. package/dist/{Main-BwMCrfKS.js → Main-D2LWkcaI.js} +9 -9
  6. package/dist/{PermissionSetList-C5oGIsQP.js → PermissionSetList-RYl82f1k.js} +5 -5
  7. package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-VaY4Fg_h.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-BiImcVpI.js} +922 -922
  8. package/dist/{RoleList-C95uKJ8O.js → RoleList-D0KdTM9G.js} +7 -7
  9. package/dist/TeamMemberList-DDBFCFlj.js +1108 -0
  10. package/dist/{TimesheetList-DXtxCeNh.js → TimesheetList-BzYGHK7n.js} +6 -6
  11. package/dist/{app-BwtXEFgW.js → app-BMnTcaqa.js} +842 -770
  12. package/dist/app.js +1 -1
  13. package/dist/{dayjs.min-uVMAR_wK.js → dayjs.min-CTzjqhN9.js} +1 -1
  14. package/dist/{employee-ImeXt_Q7.js → employee-DeAtPDRi.js} +3 -3
  15. package/dist/{iteration-BjJgU8cS.js → iteration-L53uoXdY.js} +388 -389
  16. package/dist/{lodash-CSw3Ei7_.js → lodash-t9DlqugD.js} +1 -1
  17. package/dist/{rule-B6wBPpcM.js → rule-BCN5fKAA.js} +2 -2
  18. package/dist/src/api/index.d.ts +0 -1
  19. package/dist/src/views/team/locales/index.d.ts +28 -0
  20. package/dist/style.css +1 -1
  21. package/dist/{timesheet-D1f9XDxj.js → timesheet-D41pctAm.js} +2 -2
  22. package/dist/tsconfig.app.tsbuildinfo +1 -1
  23. package/dist/{useAppStore-D7jswOfq.js → useAppStore-fl7zMdUR.js} +1 -1
  24. package/dist/{useLoading-kFlAIf6Y.js → useLoading-BbpH9pow.js} +1 -1
  25. package/dist/{useReportPermissions-ClWD1GSr.js → useReportPermissions-qEea7Dnt.js} +3 -3
  26. package/package.json +2 -2
  27. package/dist/TeamMemberList-CEqYCWn6.js +0 -1114
  28. package/dist/TeamMemberList.vue_vue_type_style_index_0_scoped_473cbd86_lang-DJ-znUI3.js +0 -34
  29. package/dist/src/api/account/index.d.ts +0 -4
  30. package/dist/src/composables/useSupportedCountries.d.ts +0 -5
@@ -1,4 +1,4 @@
1
- import { c as jt } from "./app-BwtXEFgW.js";
1
+ import { c as jt } from "./app-BMnTcaqa.js";
2
2
  var Jr = { exports: {} };
3
3
  /**
4
4
  * @license
@@ -1,5 +1,5 @@
1
- import { g as b, b as v, q as F, s as k, d as H, e as h } from "./iteration-BjJgU8cS.js";
2
- import { e as I, P as W, d as D, y as j, C as Y, i as J } from "./app-BwtXEFgW.js";
1
+ import { g as b, b as v, q as F, s as k, d as H, e as h } from "./iteration-L53uoXdY.js";
2
+ import { f as I, e as W, d as D, y as j, C as Y, h as J } from "./app-BMnTcaqa.js";
3
3
  import { s as Z } from "./utils-BZkjJbju.js";
4
4
  import { defineStore as V, storeToRefs as z } from "pinia";
5
5
  import { ref as S, computed as T } from "vue";
@@ -5,7 +5,6 @@ export declare class ApiError extends Error {
5
5
  }
6
6
  export declare const businessClientInstance: (subPath?: string) => AxiosInstance;
7
7
  export declare const queryEngineClientInstance: () => AxiosInstance;
8
- export declare const accountClientInstance: () => AxiosInstance;
9
8
  export declare const grantClientInstance: () => AxiosInstance;
10
9
  export declare const grantValidateClientInstance: () => AxiosInstance;
11
10
  export declare function getAxiosData<T>(response: AxiosResponse<T>): T;
@@ -142,6 +142,7 @@ export declare const i18nMessages: {
142
142
  Report: string;
143
143
  "Default Report": string;
144
144
  "Custom Report": string;
145
+ "Mini Program": string;
145
146
  };
146
147
  actionLabels: {
147
148
  read: string;
@@ -151,6 +152,12 @@ export declare const i18nMessages: {
151
152
  };
152
153
  permissionLabels: {
153
154
  "business::restaurant": string;
155
+ "business::miniProgram::profile": string;
156
+ "business::miniProgram::brandkit": string;
157
+ "business::miniProgram::template": string;
158
+ "business::miniProgram::publish": string;
159
+ "business::miniProgram::assets": string;
160
+ "business::miniProgram::nativeCredentials": string;
154
161
  "business::menu": string;
155
162
  "business::inventory::stockBalance": string;
156
163
  "business::inventory::stockAdjustment": string;
@@ -357,6 +364,7 @@ export declare const i18nMessages: {
357
364
  Report: string;
358
365
  "Default Report": string;
359
366
  "Custom Report": string;
367
+ "Mini Program": string;
360
368
  };
361
369
  actionLabels: {
362
370
  read: string;
@@ -366,6 +374,12 @@ export declare const i18nMessages: {
366
374
  };
367
375
  permissionLabels: {
368
376
  "business::restaurant": string;
377
+ "business::miniProgram::profile": string;
378
+ "business::miniProgram::brandkit": string;
379
+ "business::miniProgram::template": string;
380
+ "business::miniProgram::publish": string;
381
+ "business::miniProgram::assets": string;
382
+ "business::miniProgram::nativeCredentials": string;
369
383
  "business::menu": string;
370
384
  "business::inventory::stockBalance": string;
371
385
  "business::inventory::stockAdjustment": string;
@@ -572,6 +586,7 @@ export declare const i18nMessages: {
572
586
  Report: string;
573
587
  "Default Report": string;
574
588
  "Custom Report": string;
589
+ "Mini Program": string;
575
590
  };
576
591
  actionLabels: {
577
592
  read: string;
@@ -581,6 +596,12 @@ export declare const i18nMessages: {
581
596
  };
582
597
  permissionLabels: {
583
598
  "business::restaurant": string;
599
+ "business::miniProgram::profile": string;
600
+ "business::miniProgram::brandkit": string;
601
+ "business::miniProgram::template": string;
602
+ "business::miniProgram::publish": string;
603
+ "business::miniProgram::assets": string;
604
+ "business::miniProgram::nativeCredentials": string;
584
605
  "business::menu": string;
585
606
  "business::inventory::stockBalance": string;
586
607
  "business::inventory::stockAdjustment": string;
@@ -794,6 +815,7 @@ export declare const i18nMessages: {
794
815
  Report: string;
795
816
  "Default Report": string;
796
817
  "Custom Report": string;
818
+ "Mini Program": string;
797
819
  };
798
820
  actionLabels: {
799
821
  read: string;
@@ -803,6 +825,12 @@ export declare const i18nMessages: {
803
825
  };
804
826
  permissionLabels: {
805
827
  "business::restaurant": string;
828
+ "business::miniProgram::profile": string;
829
+ "business::miniProgram::brandkit": string;
830
+ "business::miniProgram::template": string;
831
+ "business::miniProgram::publish": string;
832
+ "business::miniProgram::assets": string;
833
+ "business::miniProgram::nativeCredentials": string;
806
834
  "business::menu": string;
807
835
  "business::inventory::stockBalance": string;
808
836
  "business::inventory::stockAdjustment": string;
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .employee-list-table[data-v-48cb3903] [class~=gap-24]>div:first-child{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}.team-member-list-table[data-v-473cbd86] [class~=gap-24]>div:first-child{display:none}.audit-log-action-label{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::-webkit-scrollbar{display:none}.audit-log-operation-label-detail{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::-webkit-scrollbar{display:none}
1
+ .employee-list-table[data-v-48cb3903] [class~=gap-24]>div:first-child{display:none}.user-info-icon[data-v-c2c7ed35]{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-c2c7ed35]{height:2.25rem;width:2.25rem;border-radius:8px}.user-info-icon--lg[data-v-c2c7ed35]{height:48px;width:48px;border-radius:16px}.profile-menu[data-v-c2c7ed35]{width:280px;padding-top:12px;padding-bottom:12px}.profile-menu--profile[data-v-c2c7ed35]>: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-c2c7ed35]{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-c2c7ed35]{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-c2c7ed35],.profile-menu--profile .profile-phone[data-v-c2c7ed35]{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}.team-member-list-table[data-v-d77998ca] [class~=gap-24]>div:first-child{display:none}.audit-log-action-label{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::-webkit-scrollbar{display:none}.audit-log-operation-label-detail{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::-webkit-scrollbar{display:none}
@@ -1,7 +1,7 @@
1
- import { d as i } from "./dayjs.min-uVMAR_wK.js";
1
+ import { d as i } from "./dayjs.min-CTzjqhN9.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-BjJgU8cS.js";
4
+ import { b as c, g as y, s as S } from "./iteration-L53uoXdY.js";
5
5
  import { i as f, f as g } from "./utils-BZkjJbju.js";
6
6
  const u = {
7
7
  async readTimesheets(t, e) {