@feedmepos/mf-hrm-portal 2.0.24-dev.1 → 2.0.24-dev.4
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/{AuditLogList-BetvGaDX.js → AuditLogList-mfHfCrDp.js} +374 -380
- package/dist/{EmployeeList-B-XHFRU-.js → EmployeeList-mnaGEL4R.js} +6 -6
- package/dist/{Main-2OGCqAeO.js → Main-B4Xf2dm4.js} +4 -4
- package/dist/{Main-0k0WaemL.js → Main-BWSMKWxB.js} +6 -6
- package/dist/{Main-CjfEUkuJ.js → Main-DTJOj2jJ.js} +9 -9
- package/dist/{PermissionSetList-Cl5Zkj0c.js → PermissionSetList-CgPUMTJg.js} +6 -6
- package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-DhsRoS9v.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-CfHx0q1H.js} +702 -702
- package/dist/{PortalUserSearcher.vue_vue_type_style_index_0_scoped_a439fdd8_lang-DREzWx0l.js → PortalUserSearcher.vue_vue_type_style_index_0_scoped_a439fdd8_lang-Cod0zTbu.js} +1 -1
- package/dist/{RoleList-CqxTqm13.js → RoleList-Cg8Ye2Zk.js} +7 -7
- package/dist/{TeamMemberList-BVWthOPA.js → TeamMemberList-BoVZBjtB.js} +8 -8
- package/dist/{TimesheetList-Bh9v_qYt.js → TimesheetList-BiQswrw7.js} +6 -6
- package/dist/{TimesheetList.vue_vue_type_style_index_0_scoped_d7ed31d7_lang-CLPUVVhu.js → TimesheetList.vue_vue_type_style_index_0_scoped_d7ed31d7_lang-Bx5-vyxN.js} +2 -2
- package/dist/{app-CMYV9sz0.js → app-CZLWCtKb.js} +28 -20
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-DlsortAX.js → dayjs.min-BMdREwIr.js} +1 -1
- package/dist/{employee-walWoaes.js → employee-CHBituQX.js} +3 -3
- package/dist/{iteration-CzhHoG_z.js → iteration-DLrwtjjD.js} +1 -1
- package/dist/{lodash-DLFCPgMt.js → lodash-DrGn50Sb.js} +1 -1
- package/dist/{rule-BqeyTmLz.js → rule-BFOjocRa.js} +2 -2
- package/dist/src/stores/team.d.ts +4 -1
- package/dist/src/views/audit-log/locales/index.d.ts +16 -8
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-BX_L8TWU.js → useAppStore-C1TRO_QU.js} +1 -1
- package/dist/{useLoading-BlNSXpjY.js → useLoading-BBHvBcQn.js} +1 -1
- package/dist/{useReportPermissions-DiF4euxe.js → useReportPermissions-DhyumGy6.js} +3 -3
- package/package.json +1 -1
|
@@ -94,13 +94,14 @@ declare const useTeamStore: import("pinia").StoreDefinition<"team", Pick<{
|
|
|
94
94
|
};
|
|
95
95
|
}[]>;
|
|
96
96
|
isLoading: import("vue").Ref<boolean, boolean>;
|
|
97
|
+
hasLoaded: import("vue").Ref<boolean, boolean>;
|
|
97
98
|
userIdToName: import("vue").ComputedRef<Record<string, string>>;
|
|
98
99
|
userIdToEmail: import("vue").ComputedRef<Record<string, string>>;
|
|
99
100
|
userIdToPhone: import("vue").ComputedRef<Record<string, string>>;
|
|
100
101
|
readTeamMembers: ({ force }?: {
|
|
101
102
|
force?: boolean | undefined;
|
|
102
103
|
}) => Promise<void>;
|
|
103
|
-
}, "isLoading" | "members">, Pick<{
|
|
104
|
+
}, "isLoading" | "members" | "hasLoaded">, Pick<{
|
|
104
105
|
members: import("vue").Ref<{
|
|
105
106
|
id: string;
|
|
106
107
|
name: string;
|
|
@@ -195,6 +196,7 @@ declare const useTeamStore: import("pinia").StoreDefinition<"team", Pick<{
|
|
|
195
196
|
};
|
|
196
197
|
}[]>;
|
|
197
198
|
isLoading: import("vue").Ref<boolean, boolean>;
|
|
199
|
+
hasLoaded: import("vue").Ref<boolean, boolean>;
|
|
198
200
|
userIdToName: import("vue").ComputedRef<Record<string, string>>;
|
|
199
201
|
userIdToEmail: import("vue").ComputedRef<Record<string, string>>;
|
|
200
202
|
userIdToPhone: import("vue").ComputedRef<Record<string, string>>;
|
|
@@ -296,6 +298,7 @@ declare const useTeamStore: import("pinia").StoreDefinition<"team", Pick<{
|
|
|
296
298
|
};
|
|
297
299
|
}[]>;
|
|
298
300
|
isLoading: import("vue").Ref<boolean, boolean>;
|
|
301
|
+
hasLoaded: import("vue").Ref<boolean, boolean>;
|
|
299
302
|
userIdToName: import("vue").ComputedRef<Record<string, string>>;
|
|
300
303
|
userIdToEmail: import("vue").ComputedRef<Record<string, string>>;
|
|
301
304
|
userIdToPhone: import("vue").ComputedRef<Record<string, string>>;
|
|
@@ -19,6 +19,9 @@ export declare const i18nMessages: {
|
|
|
19
19
|
dateRange: {
|
|
20
20
|
placeholder: string;
|
|
21
21
|
};
|
|
22
|
+
user: {
|
|
23
|
+
feedmeAdmin: string;
|
|
24
|
+
};
|
|
22
25
|
filter: {
|
|
23
26
|
user_placeholder: string;
|
|
24
27
|
selected_user_prefix: string;
|
|
@@ -104,13 +107,12 @@ export declare const i18nMessages: {
|
|
|
104
107
|
email: string;
|
|
105
108
|
action: string;
|
|
106
109
|
operation: string;
|
|
107
|
-
role: string;
|
|
108
110
|
subject: string;
|
|
109
111
|
field: string;
|
|
110
112
|
outcome: string;
|
|
111
113
|
business: string;
|
|
112
114
|
restaurant: string;
|
|
113
|
-
|
|
115
|
+
eventDetails: string;
|
|
114
116
|
actionDescription: string;
|
|
115
117
|
metadata: string;
|
|
116
118
|
reason: string;
|
|
@@ -152,6 +154,9 @@ export declare const i18nMessages: {
|
|
|
152
154
|
dateRange: {
|
|
153
155
|
placeholder: string;
|
|
154
156
|
};
|
|
157
|
+
user: {
|
|
158
|
+
feedmeAdmin: string;
|
|
159
|
+
};
|
|
155
160
|
filter: {
|
|
156
161
|
user_placeholder: string;
|
|
157
162
|
selected_user_prefix: string;
|
|
@@ -237,13 +242,12 @@ export declare const i18nMessages: {
|
|
|
237
242
|
email: string;
|
|
238
243
|
action: string;
|
|
239
244
|
operation: string;
|
|
240
|
-
role: string;
|
|
241
245
|
subject: string;
|
|
242
246
|
field: string;
|
|
243
247
|
outcome: string;
|
|
244
248
|
business: string;
|
|
245
249
|
restaurant: string;
|
|
246
|
-
|
|
250
|
+
eventDetails: string;
|
|
247
251
|
actionDescription: string;
|
|
248
252
|
metadata: string;
|
|
249
253
|
reason: string;
|
|
@@ -286,6 +290,9 @@ export declare const i18nMessages: {
|
|
|
286
290
|
dateRange: {
|
|
287
291
|
placeholder: string;
|
|
288
292
|
};
|
|
293
|
+
user: {
|
|
294
|
+
feedmeAdmin: string;
|
|
295
|
+
};
|
|
289
296
|
filter: {
|
|
290
297
|
user_placeholder: string;
|
|
291
298
|
selected_user_prefix: string;
|
|
@@ -371,13 +378,12 @@ export declare const i18nMessages: {
|
|
|
371
378
|
email: string;
|
|
372
379
|
action: string;
|
|
373
380
|
operation: string;
|
|
374
|
-
role: string;
|
|
375
381
|
subject: string;
|
|
376
382
|
field: string;
|
|
377
383
|
outcome: string;
|
|
378
384
|
business: string;
|
|
379
385
|
restaurant: string;
|
|
380
|
-
|
|
386
|
+
eventDetails: string;
|
|
381
387
|
actionDescription: string;
|
|
382
388
|
metadata: string;
|
|
383
389
|
reason: string;
|
|
@@ -420,6 +426,9 @@ export declare const i18nMessages: {
|
|
|
420
426
|
dateRange: {
|
|
421
427
|
placeholder: string;
|
|
422
428
|
};
|
|
429
|
+
user: {
|
|
430
|
+
feedmeAdmin: string;
|
|
431
|
+
};
|
|
423
432
|
filter: {
|
|
424
433
|
user_placeholder: string;
|
|
425
434
|
selected_user_prefix: string;
|
|
@@ -505,13 +514,12 @@ export declare const i18nMessages: {
|
|
|
505
514
|
email: string;
|
|
506
515
|
action: string;
|
|
507
516
|
operation: string;
|
|
508
|
-
role: string;
|
|
509
517
|
subject: string;
|
|
510
518
|
field: string;
|
|
511
519
|
outcome: string;
|
|
512
520
|
business: string;
|
|
513
521
|
restaurant: string;
|
|
514
|
-
|
|
522
|
+
eventDetails: string;
|
|
515
523
|
actionDescription: string;
|
|
516
524
|
metadata: string;
|
|
517
525
|
reason: string;
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
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-
|
|
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-61b74784] [class~=gap-24]>div:first-child{display:none}.audit-log-action-label[data-v-61b74784]{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-61b74784]::-webkit-scrollbar{display:none}.audit-log-operation-label-detail[data-v-61b74784]{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-61b74784]::-webkit-scrollbar{display:none}
|