@feedmepos/mf-hrm-portal 2.0.20-dev.4 → 2.0.21

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 (29) hide show
  1. package/dist/{AuditLogList-BYYLqx_Y.js → AuditLogList-COhT1PFG.js} +4 -4
  2. package/dist/{EmployeeList-faGmAgin.js → EmployeeList-CBfr6g9t.js} +6 -6
  3. package/dist/{Main-DYtpusvH.js → Main-BEfbP-bs.js} +6 -6
  4. package/dist/{Main-BAKU5xhk.js → Main-D1dN1FTE.js} +9 -9
  5. package/dist/{Main-BqGguhdK.js → Main-gByKBqZC.js} +4 -4
  6. package/dist/{PermissionSetList-BkNXF5wd.js → PermissionSetList-CHLm6ueB.js} +6 -6
  7. package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-BSLC4-XO.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-BRb3aRsV.js} +989 -989
  8. package/dist/PortalUserSearcher.vue_vue_type_style_index_0_scoped_a439fdd8_lang-BW8o67ka.js +34 -0
  9. package/dist/{RoleList-CU6fMUKg.js → RoleList-mgMUDQa_.js} +7 -7
  10. package/dist/TeamMemberList-Bdtm1lLi.js +1130 -0
  11. package/dist/{TimesheetList-oVhzBmO4.js → TimesheetList-BdO8bRzv.js} +113 -113
  12. package/dist/{app-C6YPb0ie.js → app-DdGJIhvX.js} +180 -179
  13. package/dist/app.js +1 -1
  14. package/dist/{dayjs.min-DjBQkDnl.js → dayjs.min-Dn0iKqwG.js} +1 -1
  15. package/dist/{employee-CgQNP7Yg.js → employee-rjbsWBRt.js} +3 -3
  16. package/dist/{iteration-DK5wFKKW.js → iteration-iN8h5bwW.js} +359 -358
  17. package/dist/{lodash-D2og8lPS.js → lodash-BX4i2dq_.js} +1 -1
  18. package/dist/{rule-CkKkOqTh.js → rule-CBauoBQ2.js} +2 -2
  19. package/dist/src/api/account/index.d.ts +4 -0
  20. package/dist/src/api/index.d.ts +1 -0
  21. package/dist/src/composables/useSupportedCountries.d.ts +5 -0
  22. package/dist/style.css +1 -1
  23. package/dist/{timesheet-AUYF-qUh.js → timesheet-q4UbovJv.js} +2 -2
  24. package/dist/tsconfig.app.tsbuildinfo +1 -1
  25. package/dist/{useAppStore-BvpZCRgH.js → useAppStore-DPDMpfh5.js} +1 -1
  26. package/dist/{useLoading-RPOCpcNO.js → useLoading-DLMKZcST.js} +1 -1
  27. package/dist/{useReportPermissions-wHthaWRW.js → useReportPermissions-DjUtbNV6.js} +3 -3
  28. package/package.json +1 -1
  29. package/dist/TeamMemberList-DWXfFltX.js +0 -1124
@@ -1,4 +1,4 @@
1
- import { c as jt } from "./app-C6YPb0ie.js";
1
+ import { c as jt } from "./app-DdGJIhvX.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 L, u as H, s as x, d as Y, e as h } from "./iteration-DK5wFKKW.js";
2
- import { e as R, h as k, b as F, l as j, C as Z, d as J } from "./app-C6YPb0ie.js";
1
+ import { g as b, b as v, q as L, u as H, s as x, d as Y, e as h } from "./iteration-iN8h5bwW.js";
2
+ import { e as R, h as k, b as F, l as j, C as Z, d as J } from "./app-DdGJIhvX.js";
3
3
  import { s as q } from "./utils-BZkjJbju.js";
4
4
  import { defineStore as W, storeToRefs as V } from "pinia";
5
5
  import { ref as S, computed as T } from "vue";
@@ -0,0 +1,4 @@
1
+ export declare const accountApi: {
2
+ getSupportedCountries(): Promise<string[]>;
3
+ };
4
+ export default accountApi;
@@ -5,6 +5,7 @@ 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;
8
9
  export declare const grantClientInstance: () => AxiosInstance;
9
10
  export declare const grantValidateClientInstance: () => AxiosInstance;
10
11
  export declare function getAxiosData<T>(response: AxiosResponse<T>): T;
@@ -0,0 +1,5 @@
1
+ import { type CountryCode } from 'libphonenumber-js';
2
+ export declare function useSupportedCountries(): {
3
+ supportedCountries: import("vue").Ref<CountryCode[], CountryCode[]>;
4
+ ready: import("vue").Ref<boolean, boolean>;
5
+ };
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .employee-list-table[data-v-cefb09f9] [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}.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}
1
+ .employee-list-table[data-v-cefb09f9] [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}.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}
@@ -1,7 +1,7 @@
1
- import { d as i } from "./dayjs.min-DjBQkDnl.js";
1
+ import { d as i } from "./dayjs.min-Dn0iKqwG.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-DK5wFKKW.js";
4
+ import { b as c, g as y, s as S } from "./iteration-iN8h5bwW.js";
5
5
  import { i as f, f as g } from "./utils-BZkjJbju.js";
6
6
  const u = {
7
7
  async readTimesheets(t, e) {