@feedmepos/mf-hrm-portal 2.0.23 → 2.0.24-dev.10
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-DIyduqwa.js +1054 -0
- package/dist/{EmployeeList-DV6b-sUl.js → EmployeeList-DieXbCR4.js} +78 -78
- package/dist/{FormItem.vue_vue_type_script_setup_true_lang-D3MOFOUI.js → FormItem.vue_vue_type_script_setup_true_lang-S4Mh4MvG.js} +1 -1
- package/dist/{Main--_6xW_6T.js → Main-8fURDx0W.js} +9 -9
- package/dist/{Main-brGoD5LT.js → Main-BjzCTw3C.js} +6 -6
- package/dist/{Main-ikZ4GbMs.js → Main-BxX0lnL5.js} +6 -6
- package/dist/{PermissionSetList-Ba_OoTIV.js → PermissionSetList-CqM4La6P.js} +6 -6
- package/dist/{PortalPermissionEditor.vue_vue_type_script_setup_true_lang-DE6kAP4K.js → PortalPermissionEditor.vue_vue_type_script_setup_true_lang-C6uznL8r.js} +719 -719
- package/dist/{PortalUserSearcher.vue_vue_type_style_index_0_scoped_a439fdd8_lang-Dgiy6--r.js → PortalUserSearcher.vue_vue_type_style_index_0_scoped_a439fdd8_lang-CSxT3KNJ.js} +1 -1
- package/dist/{RoleList-hbFtGRXp.js → RoleList-CEgNBw-4.js} +7 -7
- package/dist/SelectFilter-C61IZSID.js +269 -0
- package/dist/{TeamMemberList-CLQB9CrO.js → TeamMemberList-DoLkDpoB.js} +60 -60
- package/dist/{TimesheetList-DGLg16vD.js → TimesheetList-DqGEKlEL.js} +10 -10
- package/dist/{TimesheetList.vue_vue_type_style_index_0_scoped_d7ed31d7_lang-DAq_QztI.js → TimesheetList.vue_vue_type_style_index_0_scoped_91afda4e_lang-BdCL8SB4.js} +2 -2
- package/dist/{app-BvSnSbKt.js → app-L0IWvTST.js} +51 -58
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-0cwnJZKr.js → dayjs.min-COxuf_H8.js} +1 -1
- package/dist/{employee-BI_kMMXy.js → employee-DRnkg7jL.js} +3 -3
- package/dist/{iteration-BWe1Eiu-.js → iteration-V9rH_pC3.js} +3 -3
- package/dist/{lodash-D89ipwrs.js → lodash-DoaaH6eb.js} +1 -1
- package/dist/{rule-CwMu9Wr3.js → rule-BI1ycxfM.js} +25 -25
- package/dist/src/components/form/SelectFilter.vue.d.ts +3 -0
- package/dist/src/stores/team.d.ts +4 -1
- package/dist/src/views/audit-log/locales/index.d.ts +24 -16
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-BFSRwyzx.js → useAppStore-a32PT_PC.js} +1 -1
- package/dist/{useLoading-8AI-5_oV.js → useLoading-BxqU47eu.js} +1 -1
- package/dist/{useReportPermissions-CwaUFfn0.js → useReportPermissions-BIbz17zb.js} +3 -3
- package/package.json +2 -2
- package/dist/AuditLogList-D5ptt1oj.js +0 -1037
- package/dist/SelectFilter-DUj7GBtT.js +0 -251
|
@@ -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;
|
|
@@ -46,12 +49,12 @@ export declare const i18nMessages: {
|
|
|
46
49
|
payment: string;
|
|
47
50
|
menu: string;
|
|
48
51
|
crm: string;
|
|
52
|
+
other: string;
|
|
49
53
|
more: string;
|
|
50
54
|
};
|
|
51
55
|
columns: {
|
|
52
56
|
timestamp: string;
|
|
53
57
|
user: string;
|
|
54
|
-
role: string;
|
|
55
58
|
subject: string;
|
|
56
59
|
action: string;
|
|
57
60
|
operation: string;
|
|
@@ -104,14 +107,13 @@ 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
|
-
|
|
114
|
-
|
|
115
|
+
eventDetails: string;
|
|
116
|
+
actionDescription: string;
|
|
115
117
|
metadata: string;
|
|
116
118
|
reason: string;
|
|
117
119
|
resolvedFrom: 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;
|
|
@@ -179,12 +184,12 @@ export declare const i18nMessages: {
|
|
|
179
184
|
payment: string;
|
|
180
185
|
menu: string;
|
|
181
186
|
crm: string;
|
|
187
|
+
other: string;
|
|
182
188
|
more: string;
|
|
183
189
|
};
|
|
184
190
|
columns: {
|
|
185
191
|
timestamp: string;
|
|
186
192
|
user: string;
|
|
187
|
-
role: string;
|
|
188
193
|
subject: string;
|
|
189
194
|
action: string;
|
|
190
195
|
operation: string;
|
|
@@ -237,14 +242,13 @@ 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
|
-
|
|
247
|
-
|
|
250
|
+
eventDetails: string;
|
|
251
|
+
actionDescription: string;
|
|
248
252
|
metadata: string;
|
|
249
253
|
reason: string;
|
|
250
254
|
resolvedFrom: 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;
|
|
@@ -313,12 +320,12 @@ export declare const i18nMessages: {
|
|
|
313
320
|
payment: string;
|
|
314
321
|
menu: string;
|
|
315
322
|
crm: string;
|
|
323
|
+
other: string;
|
|
316
324
|
more: string;
|
|
317
325
|
};
|
|
318
326
|
columns: {
|
|
319
327
|
timestamp: string;
|
|
320
328
|
user: string;
|
|
321
|
-
role: string;
|
|
322
329
|
subject: string;
|
|
323
330
|
action: string;
|
|
324
331
|
operation: string;
|
|
@@ -371,14 +378,13 @@ 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
|
-
|
|
381
|
-
|
|
386
|
+
eventDetails: string;
|
|
387
|
+
actionDescription: string;
|
|
382
388
|
metadata: string;
|
|
383
389
|
reason: string;
|
|
384
390
|
resolvedFrom: 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;
|
|
@@ -447,12 +456,12 @@ export declare const i18nMessages: {
|
|
|
447
456
|
payment: string;
|
|
448
457
|
menu: string;
|
|
449
458
|
crm: string;
|
|
459
|
+
other: string;
|
|
450
460
|
more: string;
|
|
451
461
|
};
|
|
452
462
|
columns: {
|
|
453
463
|
timestamp: string;
|
|
454
464
|
user: string;
|
|
455
|
-
role: string;
|
|
456
465
|
subject: string;
|
|
457
466
|
action: string;
|
|
458
467
|
operation: string;
|
|
@@ -505,14 +514,13 @@ 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
|
-
|
|
515
|
-
|
|
522
|
+
eventDetails: string;
|
|
523
|
+
actionDescription: string;
|
|
516
524
|
metadata: string;
|
|
517
525
|
reason: string;
|
|
518
526
|
resolvedFrom: string;
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.employee-list-table[data-v-
|
|
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-cf386576] [class~=gap-24]>div:first-child{display:none}.audit-log-action-label[data-v-cf386576]{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-cf386576]::-webkit-scrollbar{display:none}.audit-log-operation-label-detail[data-v-cf386576]{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-cf386576]::-webkit-scrollbar{display:none}
|