@feedmepos/mf-hrm-portal 2.1.1-dev.2 → 2.1.1-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/ApprovalCodeList-B0PLZwav.js +758 -0
- package/dist/{AuditLogList-DHiqs9G0.js → AuditLogList-CRXwPImZ.js} +5 -5
- package/dist/{ConditionFormHost.vue_vue_type_script_setup_true_lang-CWqNWNdD.js → ConditionFormHost.vue_vue_type_script_setup_true_lang-zJwkM_Xb.js} +2 -2
- package/dist/{EmployeeList-CUd3VH5h.js → EmployeeList-DN2pnXcS.js} +7 -7
- package/dist/GrantUserList-DoyxknJZ.js +464 -0
- package/dist/{Main-DgemO-iy.js → Main-B5BKGpLg.js} +13 -11
- package/dist/Main-BGONIxo8.js +122 -0
- package/dist/{Main-B_L5flWT.js → Main-DQj4xtkB.js} +10 -8
- package/dist/{PermissionSetList-BaC4lKV5.js → PermissionSetList-4uIU9FvN.js} +13 -12
- package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-D0luaKDb.js +4122 -0
- package/dist/{PortalUserSearcher.vue_vue_type_style_index_0_scoped_79737e32_lang-DbPzVpnG.js → PortalUserSearcher.vue_vue_type_style_index_0_scoped_827dfd60_lang-DVVSBIx2.js} +1 -1
- package/dist/{RoleList-CThb6VEd.js → RoleList-Bj5Y5jd_.js} +12 -11
- package/dist/TableEmptyState.vue_vue_type_script_setup_true_lang-IfAZmWr0.js +37 -0
- package/dist/TeamMemberList-Byjlca2Y.js +1216 -0
- package/dist/{TimesheetList-C_IMtsTH.js → TimesheetList-DwIcsOM-.js} +47 -46
- package/dist/{TimesheetList.vue_vue_type_style_index_0_scoped_2c7a177a_lang-DGwteHIL.js → TimesheetList.vue_vue_type_style_index_0_scoped_2c7a177a_lang-B9qlQ6KG.js} +14 -13
- package/dist/{app-BW91YDke.js → app-BZwE2coe.js} +2512 -2035
- package/dist/app.js +1 -1
- package/dist/approval-code-Q4666xp5.js +58 -0
- package/dist/{dayjs.min-DwQTpnVK.js → dayjs.min-BXBPls4m.js} +1 -1
- package/dist/{employee-yM0kdY70.js → employee-CJTbs1f7.js} +27 -26
- package/dist/grant-user-CQZaTzVt.js +67 -0
- package/dist/{TableEmptyState.vue_vue_type_script_setup_true_lang-Ci_MVqGK.js → index.vue_vue_type_script_setup_true_lang-BVVwfd7B.js} +19 -50
- package/dist/iteration-BCbIbdHR.js +7682 -0
- package/dist/{lodash-DLReQyP0.js → lodash-CUIS1iIz.js} +1 -1
- package/dist/restaurant-YOVMuuFY.js +1876 -0
- package/dist/role-CzXchcSS.js +82 -0
- package/dist/{rule-BJ-o-PKi.js → rule-BO6xj2Xa.js} +37 -36
- package/dist/src/api/approval-code/index.d.ts +7 -0
- package/dist/src/router/shared.d.ts +3 -1
- package/dist/src/stores/approval-code.d.ts +140 -0
- package/dist/src/types/approval-code.d.ts +114 -0
- package/dist/src/views/approval-code/ApprovalCodeList.vue.d.ts +26 -0
- package/dist/src/views/approval-code/components/ApprovalCodeCreatedDialog.vue.d.ts +9 -0
- package/dist/src/views/approval-code/components/ApprovalCodeForm.vue.d.ts +22 -0
- package/dist/src/views/approval-code/locales/index.d.ts +360 -0
- package/dist/src/views/pos-access/locales/index.d.ts +48 -0
- package/dist/src/views/team/locales/index.d.ts +8 -0
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/useAppStore-DNTlIeMv.js +93 -0
- package/dist/{useLoading-B89K5XKO.js → useLoading-BH02lYns.js} +1 -1
- package/dist/{useReportPermissions-Bjfhr6FD.js → useReportPermissions-Q-xLwz5N.js} +3 -3
- package/package.json +1 -1
- package/dist/Main-DUbLeLlK.js +0 -577
- package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-DddOxcG_.js +0 -4121
- package/dist/TeamMemberList-CAw4jr1b.js +0 -1186
- package/dist/iteration-Dj50K6I7.js +0 -9556
- package/dist/useAppStore-CHkGWiai.js +0 -169
- /package/dist/src/views/{grant → pos-access}/Main.vue.d.ts +0 -0
|
@@ -0,0 +1,360 @@
|
|
|
1
|
+
import * as enUS from './en-US.json';
|
|
2
|
+
export type AppMessagesSchema = typeof enUS;
|
|
3
|
+
export declare const i18nMessages: {
|
|
4
|
+
'en-US': {
|
|
5
|
+
approvalCode: {
|
|
6
|
+
title: string;
|
|
7
|
+
actions: {
|
|
8
|
+
create: string;
|
|
9
|
+
revoke: string;
|
|
10
|
+
};
|
|
11
|
+
form: {
|
|
12
|
+
title: string;
|
|
13
|
+
section: string;
|
|
14
|
+
name: string;
|
|
15
|
+
nameRequired: string;
|
|
16
|
+
restaurant: string;
|
|
17
|
+
selectRestaurant: string;
|
|
18
|
+
restaurantRequired: string;
|
|
19
|
+
permissions: string;
|
|
20
|
+
permissionsRequired: string;
|
|
21
|
+
discountMaxPercentage: string;
|
|
22
|
+
discountMaxPercentageInvalid: string;
|
|
23
|
+
count: string;
|
|
24
|
+
countRange: string;
|
|
25
|
+
};
|
|
26
|
+
columns: {
|
|
27
|
+
passcode: string;
|
|
28
|
+
name: string;
|
|
29
|
+
restaurant: string;
|
|
30
|
+
permissions: string;
|
|
31
|
+
status: string;
|
|
32
|
+
grantedBy: string;
|
|
33
|
+
createdAt: string;
|
|
34
|
+
resolvedAt: string;
|
|
35
|
+
};
|
|
36
|
+
status: {
|
|
37
|
+
active: string;
|
|
38
|
+
used: string;
|
|
39
|
+
revoked: string;
|
|
40
|
+
};
|
|
41
|
+
permissions: {
|
|
42
|
+
void: string;
|
|
43
|
+
refund: string;
|
|
44
|
+
discount: string;
|
|
45
|
+
changePrice: string;
|
|
46
|
+
claimDeposit: string;
|
|
47
|
+
payment: string;
|
|
48
|
+
resend: string;
|
|
49
|
+
changePaymentType: string;
|
|
50
|
+
openDrawer: string;
|
|
51
|
+
openCounter: string;
|
|
52
|
+
closeCounter: string;
|
|
53
|
+
printReceipt: string;
|
|
54
|
+
counter: string;
|
|
55
|
+
};
|
|
56
|
+
create: {
|
|
57
|
+
successMessage: string;
|
|
58
|
+
successMessageBulk: string;
|
|
59
|
+
};
|
|
60
|
+
created: {
|
|
61
|
+
title: string;
|
|
62
|
+
titleBulk: string;
|
|
63
|
+
subtitle: string;
|
|
64
|
+
subtitleBulk: string;
|
|
65
|
+
copy: string;
|
|
66
|
+
copyAll: string;
|
|
67
|
+
createAnother: string;
|
|
68
|
+
done: string;
|
|
69
|
+
};
|
|
70
|
+
revoke: {
|
|
71
|
+
title: string;
|
|
72
|
+
message: string;
|
|
73
|
+
successMessage: string;
|
|
74
|
+
};
|
|
75
|
+
search: {
|
|
76
|
+
placeholder: string;
|
|
77
|
+
};
|
|
78
|
+
filter: {
|
|
79
|
+
selected_status_prefix: string;
|
|
80
|
+
status_placeholder: string;
|
|
81
|
+
selected_action_prefix: string;
|
|
82
|
+
action_placeholder: string;
|
|
83
|
+
};
|
|
84
|
+
noData: {
|
|
85
|
+
title: string;
|
|
86
|
+
subtitle: string;
|
|
87
|
+
};
|
|
88
|
+
passcode: {
|
|
89
|
+
copied: string;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
'zh-CN': {
|
|
94
|
+
approvalCode: {
|
|
95
|
+
title: string;
|
|
96
|
+
actions: {
|
|
97
|
+
create: string;
|
|
98
|
+
revoke: string;
|
|
99
|
+
};
|
|
100
|
+
form: {
|
|
101
|
+
title: string;
|
|
102
|
+
section: string;
|
|
103
|
+
name: string;
|
|
104
|
+
nameRequired: string;
|
|
105
|
+
restaurant: string;
|
|
106
|
+
selectRestaurant: string;
|
|
107
|
+
restaurantRequired: string;
|
|
108
|
+
permissions: string;
|
|
109
|
+
permissionsRequired: string;
|
|
110
|
+
discountMaxPercentage: string;
|
|
111
|
+
discountMaxPercentageInvalid: string;
|
|
112
|
+
count: string;
|
|
113
|
+
countRange: string;
|
|
114
|
+
};
|
|
115
|
+
columns: {
|
|
116
|
+
passcode: string;
|
|
117
|
+
name: string;
|
|
118
|
+
restaurant: string;
|
|
119
|
+
permissions: string;
|
|
120
|
+
status: string;
|
|
121
|
+
grantedBy: string;
|
|
122
|
+
createdAt: string;
|
|
123
|
+
resolvedAt: string;
|
|
124
|
+
};
|
|
125
|
+
status: {
|
|
126
|
+
active: string;
|
|
127
|
+
used: string;
|
|
128
|
+
revoked: string;
|
|
129
|
+
};
|
|
130
|
+
permissions: {
|
|
131
|
+
void: string;
|
|
132
|
+
refund: string;
|
|
133
|
+
discount: string;
|
|
134
|
+
changePrice: string;
|
|
135
|
+
claimDeposit: string;
|
|
136
|
+
payment: string;
|
|
137
|
+
resend: string;
|
|
138
|
+
changePaymentType: string;
|
|
139
|
+
openDrawer: string;
|
|
140
|
+
openCounter: string;
|
|
141
|
+
closeCounter: string;
|
|
142
|
+
printReceipt: string;
|
|
143
|
+
counter: string;
|
|
144
|
+
};
|
|
145
|
+
create: {
|
|
146
|
+
successMessage: string;
|
|
147
|
+
successMessageBulk: string;
|
|
148
|
+
};
|
|
149
|
+
created: {
|
|
150
|
+
title: string;
|
|
151
|
+
titleBulk: string;
|
|
152
|
+
subtitle: string;
|
|
153
|
+
subtitleBulk: string;
|
|
154
|
+
copy: string;
|
|
155
|
+
copyAll: string;
|
|
156
|
+
createAnother: string;
|
|
157
|
+
done: string;
|
|
158
|
+
};
|
|
159
|
+
revoke: {
|
|
160
|
+
title: string;
|
|
161
|
+
message: string;
|
|
162
|
+
successMessage: string;
|
|
163
|
+
};
|
|
164
|
+
search: {
|
|
165
|
+
placeholder: string;
|
|
166
|
+
};
|
|
167
|
+
filter: {
|
|
168
|
+
selected_status_prefix: string;
|
|
169
|
+
status_placeholder: string;
|
|
170
|
+
selected_action_prefix: string;
|
|
171
|
+
action_placeholder: string;
|
|
172
|
+
};
|
|
173
|
+
noData: {
|
|
174
|
+
title: string;
|
|
175
|
+
subtitle: string;
|
|
176
|
+
};
|
|
177
|
+
passcode: {
|
|
178
|
+
copied: string;
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
};
|
|
182
|
+
'th-TH': {
|
|
183
|
+
approvalCode: {
|
|
184
|
+
title: string;
|
|
185
|
+
actions: {
|
|
186
|
+
create: string;
|
|
187
|
+
revoke: string;
|
|
188
|
+
};
|
|
189
|
+
form: {
|
|
190
|
+
title: string;
|
|
191
|
+
section: string;
|
|
192
|
+
name: string;
|
|
193
|
+
nameRequired: string;
|
|
194
|
+
restaurant: string;
|
|
195
|
+
selectRestaurant: string;
|
|
196
|
+
restaurantRequired: string;
|
|
197
|
+
permissions: string;
|
|
198
|
+
permissionsRequired: string;
|
|
199
|
+
discountMaxPercentage: string;
|
|
200
|
+
discountMaxPercentageInvalid: string;
|
|
201
|
+
count: string;
|
|
202
|
+
countRange: string;
|
|
203
|
+
};
|
|
204
|
+
columns: {
|
|
205
|
+
passcode: string;
|
|
206
|
+
name: string;
|
|
207
|
+
restaurant: string;
|
|
208
|
+
permissions: string;
|
|
209
|
+
status: string;
|
|
210
|
+
grantedBy: string;
|
|
211
|
+
createdAt: string;
|
|
212
|
+
resolvedAt: string;
|
|
213
|
+
};
|
|
214
|
+
status: {
|
|
215
|
+
active: string;
|
|
216
|
+
used: string;
|
|
217
|
+
revoked: string;
|
|
218
|
+
};
|
|
219
|
+
permissions: {
|
|
220
|
+
void: string;
|
|
221
|
+
refund: string;
|
|
222
|
+
discount: string;
|
|
223
|
+
changePrice: string;
|
|
224
|
+
claimDeposit: string;
|
|
225
|
+
payment: string;
|
|
226
|
+
resend: string;
|
|
227
|
+
changePaymentType: string;
|
|
228
|
+
openDrawer: string;
|
|
229
|
+
openCounter: string;
|
|
230
|
+
closeCounter: string;
|
|
231
|
+
printReceipt: string;
|
|
232
|
+
counter: string;
|
|
233
|
+
};
|
|
234
|
+
create: {
|
|
235
|
+
successMessage: string;
|
|
236
|
+
successMessageBulk: string;
|
|
237
|
+
};
|
|
238
|
+
created: {
|
|
239
|
+
title: string;
|
|
240
|
+
titleBulk: string;
|
|
241
|
+
subtitle: string;
|
|
242
|
+
subtitleBulk: string;
|
|
243
|
+
copy: string;
|
|
244
|
+
copyAll: string;
|
|
245
|
+
createAnother: string;
|
|
246
|
+
done: string;
|
|
247
|
+
};
|
|
248
|
+
revoke: {
|
|
249
|
+
title: string;
|
|
250
|
+
message: string;
|
|
251
|
+
successMessage: string;
|
|
252
|
+
};
|
|
253
|
+
search: {
|
|
254
|
+
placeholder: string;
|
|
255
|
+
};
|
|
256
|
+
filter: {
|
|
257
|
+
selected_status_prefix: string;
|
|
258
|
+
status_placeholder: string;
|
|
259
|
+
selected_action_prefix: string;
|
|
260
|
+
action_placeholder: string;
|
|
261
|
+
};
|
|
262
|
+
noData: {
|
|
263
|
+
title: string;
|
|
264
|
+
subtitle: string;
|
|
265
|
+
};
|
|
266
|
+
passcode: {
|
|
267
|
+
copied: string;
|
|
268
|
+
};
|
|
269
|
+
};
|
|
270
|
+
};
|
|
271
|
+
'zh-Hant': {
|
|
272
|
+
approvalCode: {
|
|
273
|
+
title: string;
|
|
274
|
+
actions: {
|
|
275
|
+
create: string;
|
|
276
|
+
revoke: string;
|
|
277
|
+
};
|
|
278
|
+
form: {
|
|
279
|
+
title: string;
|
|
280
|
+
section: string;
|
|
281
|
+
name: string;
|
|
282
|
+
nameRequired: string;
|
|
283
|
+
restaurant: string;
|
|
284
|
+
selectRestaurant: string;
|
|
285
|
+
restaurantRequired: string;
|
|
286
|
+
permissions: string;
|
|
287
|
+
permissionsRequired: string;
|
|
288
|
+
discountMaxPercentage: string;
|
|
289
|
+
discountMaxPercentageInvalid: string;
|
|
290
|
+
count: string;
|
|
291
|
+
countRange: string;
|
|
292
|
+
};
|
|
293
|
+
columns: {
|
|
294
|
+
passcode: string;
|
|
295
|
+
name: string;
|
|
296
|
+
restaurant: string;
|
|
297
|
+
permissions: string;
|
|
298
|
+
status: string;
|
|
299
|
+
grantedBy: string;
|
|
300
|
+
createdAt: string;
|
|
301
|
+
resolvedAt: string;
|
|
302
|
+
};
|
|
303
|
+
status: {
|
|
304
|
+
active: string;
|
|
305
|
+
used: string;
|
|
306
|
+
revoked: string;
|
|
307
|
+
};
|
|
308
|
+
permissions: {
|
|
309
|
+
void: string;
|
|
310
|
+
refund: string;
|
|
311
|
+
discount: string;
|
|
312
|
+
changePrice: string;
|
|
313
|
+
claimDeposit: string;
|
|
314
|
+
payment: string;
|
|
315
|
+
resend: string;
|
|
316
|
+
changePaymentType: string;
|
|
317
|
+
openDrawer: string;
|
|
318
|
+
openCounter: string;
|
|
319
|
+
closeCounter: string;
|
|
320
|
+
printReceipt: string;
|
|
321
|
+
counter: string;
|
|
322
|
+
};
|
|
323
|
+
create: {
|
|
324
|
+
successMessage: string;
|
|
325
|
+
successMessageBulk: string;
|
|
326
|
+
};
|
|
327
|
+
created: {
|
|
328
|
+
title: string;
|
|
329
|
+
titleBulk: string;
|
|
330
|
+
subtitle: string;
|
|
331
|
+
subtitleBulk: string;
|
|
332
|
+
copy: string;
|
|
333
|
+
copyAll: string;
|
|
334
|
+
createAnother: string;
|
|
335
|
+
done: string;
|
|
336
|
+
};
|
|
337
|
+
revoke: {
|
|
338
|
+
title: string;
|
|
339
|
+
message: string;
|
|
340
|
+
successMessage: string;
|
|
341
|
+
};
|
|
342
|
+
search: {
|
|
343
|
+
placeholder: string;
|
|
344
|
+
};
|
|
345
|
+
filter: {
|
|
346
|
+
selected_status_prefix: string;
|
|
347
|
+
status_placeholder: string;
|
|
348
|
+
selected_action_prefix: string;
|
|
349
|
+
action_placeholder: string;
|
|
350
|
+
};
|
|
351
|
+
noData: {
|
|
352
|
+
title: string;
|
|
353
|
+
subtitle: string;
|
|
354
|
+
};
|
|
355
|
+
passcode: {
|
|
356
|
+
copied: string;
|
|
357
|
+
};
|
|
358
|
+
};
|
|
359
|
+
};
|
|
360
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import * as enUS from './en-US.json';
|
|
2
|
+
export type AppMessagesSchema = typeof enUS;
|
|
3
|
+
export declare const i18nMessages: {
|
|
4
|
+
'en-US': {
|
|
5
|
+
posAccess: {
|
|
6
|
+
title: string;
|
|
7
|
+
tabs: {
|
|
8
|
+
grants: string;
|
|
9
|
+
grantsDescription: string;
|
|
10
|
+
codes: string;
|
|
11
|
+
codesDescription: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
'zh-CN': {
|
|
16
|
+
posAccess: {
|
|
17
|
+
title: string;
|
|
18
|
+
tabs: {
|
|
19
|
+
grants: string;
|
|
20
|
+
grantsDescription: string;
|
|
21
|
+
codes: string;
|
|
22
|
+
codesDescription: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
'th-TH': {
|
|
27
|
+
posAccess: {
|
|
28
|
+
title: string;
|
|
29
|
+
tabs: {
|
|
30
|
+
grants: string;
|
|
31
|
+
grantsDescription: string;
|
|
32
|
+
codes: string;
|
|
33
|
+
codesDescription: string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
'zh-Hant': {
|
|
38
|
+
posAccess: {
|
|
39
|
+
title: string;
|
|
40
|
+
tabs: {
|
|
41
|
+
grants: string;
|
|
42
|
+
grantsDescription: string;
|
|
43
|
+
codes: string;
|
|
44
|
+
codesDescription: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
@@ -63,7 +63,9 @@ export declare const i18nMessages: {
|
|
|
63
63
|
search: string;
|
|
64
64
|
changeUser: string;
|
|
65
65
|
userNotFound: string;
|
|
66
|
+
searchFailed: string;
|
|
66
67
|
emptyError: string;
|
|
68
|
+
invalidEmail: string;
|
|
67
69
|
};
|
|
68
70
|
memberInfo: {
|
|
69
71
|
memberName: string;
|
|
@@ -312,7 +314,9 @@ export declare const i18nMessages: {
|
|
|
312
314
|
search: string;
|
|
313
315
|
changeUser: string;
|
|
314
316
|
userNotFound: string;
|
|
317
|
+
searchFailed: string;
|
|
315
318
|
emptyError: string;
|
|
319
|
+
invalidEmail: string;
|
|
316
320
|
};
|
|
317
321
|
memberInfo: {
|
|
318
322
|
memberName: string;
|
|
@@ -561,7 +565,9 @@ export declare const i18nMessages: {
|
|
|
561
565
|
search: string;
|
|
562
566
|
changeUser: string;
|
|
563
567
|
userNotFound: string;
|
|
568
|
+
searchFailed: string;
|
|
564
569
|
emptyError: string;
|
|
570
|
+
invalidEmail: string;
|
|
565
571
|
};
|
|
566
572
|
memberInfo: {
|
|
567
573
|
memberName: string;
|
|
@@ -810,7 +816,9 @@ export declare const i18nMessages: {
|
|
|
810
816
|
search: string;
|
|
811
817
|
changeUser: string;
|
|
812
818
|
userNotFound: string;
|
|
819
|
+
searchFailed: string;
|
|
813
820
|
emptyError: string;
|
|
821
|
+
invalidEmail: string;
|
|
814
822
|
};
|
|
815
823
|
memberInfo: {
|
|
816
824
|
memberName: string;
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.employee-list-table[data-v-9cf34375] [class~=gap-24]>div:first-child{display:none}.timesheet-user-view[data-v-2c7a177a] .basis-72{display:none}.user-info-icon[data-v-
|
|
1
|
+
.employee-list-table[data-v-9cf34375] [class~=gap-24]>div:first-child{display:none}.timesheet-user-view[data-v-2c7a177a] .basis-72{display:none}.user-info-icon[data-v-827dfd60]{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-827dfd60]{height:2.25rem;width:2.25rem;border-radius:8px}.user-info-icon--lg[data-v-827dfd60]{height:48px;width:48px;border-radius:16px}.profile-menu[data-v-827dfd60]{width:280px;padding-top:12px;padding-bottom:12px}.profile-menu--profile[data-v-827dfd60]>: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-827dfd60]{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-827dfd60]{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-827dfd60],.profile-menu--profile .profile-phone[data-v-827dfd60]{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-5b055e3b] [class~=gap-24]>div:first-child{display:none}.audit-log-list-table[data-v-5b055e3b] tr:has(.audit-op-marker){background-color:var(--fm-color-neutral-gray-100);border-top:1px solid var(--fm-color-neutral-gray-200)}.audit-log-list-table[data-v-5b055e3b] tr:has(.audit-op-marker):hover{background-color:#e8e8ed}.audit-log-action-label[data-v-5b055e3b]{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-5b055e3b]::-webkit-scrollbar{display:none}.audit-log-operation-label-detail[data-v-5b055e3b]{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-5b055e3b]::-webkit-scrollbar{display:none}
|