@feedmepos/mf-hrm-portal 2.0.17-dev.2 → 2.0.17-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-DQOiwup5.js → AuditLogList-CV82_8fj.js} +350 -324
- package/dist/EmployeeList-dE0So94R.js +736 -0
- package/dist/FormSection.vue_vue_type_script_setup_true_lang-BVb8c4YU.js +71 -0
- package/dist/HorizontalSplitter-o860F4xM.js +12 -0
- package/dist/{Main-5nIpv-Sp.js → Main-BAx-c_oZ.js} +9 -9
- package/dist/{Main-2uJvk5L7.js → Main-CfAQYaaW.js} +14 -15
- package/dist/{Main-C8ja5xs6.js → Main-CyReTP3K.js} +8 -8
- package/dist/PermissionSetList-DmsJnW2i.js +341 -0
- package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-BbcY9q1x.js +3480 -0
- package/dist/RoleList-CKB8L-BW.js +530 -0
- package/dist/TeamMemberList-CszlbmAX.js +1108 -0
- package/dist/{TimesheetList-D1ByiuwP.js → TimesheetList-NRUfSiYL.js} +6 -6
- package/dist/{app-hS6MBhCw.js → app-B0bANDrM.js} +1891 -1404
- package/dist/app.js +1 -1
- package/dist/{dayjs.min-DFcH-XYr.js → dayjs.min-DdUO0d-2.js} +1 -1
- package/dist/{employee-fBtBUEwZ.js → employee-DJDUT0Wj.js} +3 -3
- package/dist/{iteration-D23fqAQH.js → iteration-DqYIXL4P.js} +1 -1
- package/dist/{lodash-Cqc7y4P5.js → lodash-BBQT31li.js} +1 -1
- package/dist/rule-T7VKkRdN.js +996 -0
- package/dist/src/api/report-query/index.d.ts +2 -2
- package/dist/src/components/CheckboxInput.vue.d.ts +1 -1
- package/dist/src/components/CollapsibleWrapper.vue.d.ts +0 -2
- package/dist/src/composables/useBasePermission.d.ts +1 -1
- package/dist/src/views/hr/locales/index.d.ts +172 -16
- package/dist/src/views/team/components/BasePermission.vue.d.ts +6 -2
- package/dist/src/views/team/components/PosRolePermission.vue.d.ts +2 -2
- package/dist/src/views/team/locales/index.d.ts +312 -32
- package/dist/src/views/team/member/AddMemberForm.vue.d.ts +3 -3
- package/dist/style.css +1 -1
- package/dist/{timesheet-OfLQjuvO.js → timesheet-DjtuB4we.js} +2 -2
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{useAppStore-Du6PRBq0.js → useAppStore-CBb-dugK.js} +1 -1
- package/dist/useDebounce-B8ZPVS5C.js +15 -0
- package/dist/{useLoading-DkTCR5A7.js → useLoading-BCOj8y-t.js} +1 -1
- package/dist/useReportPermissions-DyzhBpi8.js +70 -0
- package/dist/useSearch-B6WK1LBB.js +15 -0
- package/package.json +2 -2
- package/dist/CollapsibleWrapper.vue_vue_type_script_setup_true_lang-BLJlmPVa.js +0 -58
- package/dist/EmployeeList-oERrzrAd.js +0 -828
- package/dist/FormItem.vue_vue_type_script_setup_true_lang-CoorkndT.js +0 -34
- package/dist/FormSection.vue_vue_type_script_setup_true_lang-DknXTYiK.js +0 -49
- package/dist/PermissionSetList-CtpaWlVM.js +0 -323
- package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-B-hvBqE0.js +0 -3439
- package/dist/ResponsiveContextMenu.vue_vue_type_script_setup_true_lang-mSJFKo7r.js +0 -132
- package/dist/RoleList-CDBP2W5v.js +0 -544
- package/dist/TeamMemberList-DSzNjP4y.js +0 -996
- package/dist/rule-BBJzenE1.js +0 -990
- package/dist/team-Dq3VcGNH.js +0 -33
- package/dist/useReportPermissions-DhhjBwPs.js +0 -60
- package/dist/useSearch-BAPEUu1R.js +0 -15
|
@@ -46,8 +46,6 @@ export declare const i18nMessages: {
|
|
|
46
46
|
filter: {
|
|
47
47
|
permission_placeholder: string;
|
|
48
48
|
selected_permission_prefix: string;
|
|
49
|
-
assigned_role_placeholder: string;
|
|
50
|
-
selected_assigned_role_prefix: string;
|
|
51
49
|
};
|
|
52
50
|
emptyState: {
|
|
53
51
|
title: string;
|
|
@@ -69,7 +67,6 @@ export declare const i18nMessages: {
|
|
|
69
67
|
emailAddress: string;
|
|
70
68
|
};
|
|
71
69
|
permissions: {
|
|
72
|
-
title: string;
|
|
73
70
|
manageable: string;
|
|
74
71
|
search: string;
|
|
75
72
|
general: string;
|
|
@@ -80,17 +77,12 @@ export declare const i18nMessages: {
|
|
|
80
77
|
includedNewRole: string;
|
|
81
78
|
roles: string;
|
|
82
79
|
inherited: string;
|
|
83
|
-
allowedCount: string;
|
|
84
|
-
columnName: string;
|
|
85
|
-
columnManage: string;
|
|
86
80
|
};
|
|
87
81
|
masterUser: {
|
|
88
82
|
title: string;
|
|
89
83
|
passcode: string;
|
|
90
84
|
passcodeRequired: string;
|
|
91
85
|
sublabel: string;
|
|
92
|
-
assignmentSection: string;
|
|
93
|
-
addAnother: string;
|
|
94
86
|
code: string;
|
|
95
87
|
name: string;
|
|
96
88
|
role: string;
|
|
@@ -135,9 +127,87 @@ export declare const i18nMessages: {
|
|
|
135
127
|
};
|
|
136
128
|
name: string;
|
|
137
129
|
namePlaceholder: string;
|
|
130
|
+
nameRequired: string;
|
|
138
131
|
includedSets: string;
|
|
139
132
|
includedSetsPlaceholder: string;
|
|
140
133
|
};
|
|
134
|
+
categoryLabels: {
|
|
135
|
+
General: string;
|
|
136
|
+
Inventory: string;
|
|
137
|
+
HRM: string;
|
|
138
|
+
CRM: string;
|
|
139
|
+
Payment: string;
|
|
140
|
+
Menu: string;
|
|
141
|
+
Settings: string;
|
|
142
|
+
Report: string;
|
|
143
|
+
"Default Report": string;
|
|
144
|
+
"Custom Report": string;
|
|
145
|
+
};
|
|
146
|
+
actionLabels: {
|
|
147
|
+
read: string;
|
|
148
|
+
create: string;
|
|
149
|
+
update: string;
|
|
150
|
+
delete: string;
|
|
151
|
+
};
|
|
152
|
+
permissionLabels: {
|
|
153
|
+
"business::restaurant": string;
|
|
154
|
+
"business::menu": string;
|
|
155
|
+
"business::inventory::stockBalance": string;
|
|
156
|
+
"business::inventory::stockAdjustment": string;
|
|
157
|
+
"business::inventory::unitCostHistory": string;
|
|
158
|
+
"business::inventory::wastageTemplate": string;
|
|
159
|
+
"business::inventory::closingHistory": string;
|
|
160
|
+
"business::inventory::closingTemplate": string;
|
|
161
|
+
"business::inventory::closingDraft": string;
|
|
162
|
+
"business::inventory::ingredient": string;
|
|
163
|
+
"business::inventory::ingredientGroup": string;
|
|
164
|
+
"business::inventory::recipe": string;
|
|
165
|
+
"business::inventory::unit": string;
|
|
166
|
+
"business::inventory::purchaseTransfer": string;
|
|
167
|
+
"business::inventory::orderDraftApproval": string;
|
|
168
|
+
"business::inventory::transferOut": string;
|
|
169
|
+
"business::inventory::surcharge": string;
|
|
170
|
+
"business::inventory::orderTemplate": string;
|
|
171
|
+
"business::inventory::supplier": string;
|
|
172
|
+
"business::inventory::warehouse": string;
|
|
173
|
+
"business::inventory::publish": string;
|
|
174
|
+
"business::inventory::import": string;
|
|
175
|
+
"business::inventory::integration": string;
|
|
176
|
+
"business::crm::membership": string;
|
|
177
|
+
"business::crm::promotion": string;
|
|
178
|
+
"business::crm::voucher": string;
|
|
179
|
+
"business::crm::analytic": string;
|
|
180
|
+
"business::crm::tier": string;
|
|
181
|
+
"business::crm::title": string;
|
|
182
|
+
"business::crm::broadcast": string;
|
|
183
|
+
"business::crm::point": string;
|
|
184
|
+
"business::crm::credit": string;
|
|
185
|
+
"business::crm::experience": string;
|
|
186
|
+
"business::crm::game": string;
|
|
187
|
+
"business::crm::mission": string;
|
|
188
|
+
"business::crm::loyaltyMember": string;
|
|
189
|
+
"business::crm::loyaltySegment": string;
|
|
190
|
+
"business::crm::loyaltyCard": string;
|
|
191
|
+
"business::crm::referral": string;
|
|
192
|
+
"business::crm::store": string;
|
|
193
|
+
"business::crm::transaction": string;
|
|
194
|
+
"business::crm::setting": string;
|
|
195
|
+
"business::crm::bin": string;
|
|
196
|
+
"business::payment::payoutAccount": string;
|
|
197
|
+
"business::payment::paymentOnboarding": string;
|
|
198
|
+
"business::payment::transactions": string;
|
|
199
|
+
"business::payment::settlements": string;
|
|
200
|
+
"business::hrm::teamMember": string;
|
|
201
|
+
"business::hrm::employee": string;
|
|
202
|
+
"business::hrm::auditLog": string;
|
|
203
|
+
"business::report::createReport": string;
|
|
204
|
+
"business::report::accessOverview": string;
|
|
205
|
+
"business::report::accessInsight": string;
|
|
206
|
+
"business::report::accessSetting": string;
|
|
207
|
+
"business::report::accessIntegration": string;
|
|
208
|
+
"business::report::allDefaultReports": string;
|
|
209
|
+
"business::report::allCustomReports": string;
|
|
210
|
+
};
|
|
141
211
|
table: {
|
|
142
212
|
columns: {
|
|
143
213
|
name: string;
|
|
@@ -191,8 +261,6 @@ export declare const i18nMessages: {
|
|
|
191
261
|
filter: {
|
|
192
262
|
permission_placeholder: string;
|
|
193
263
|
selected_permission_prefix: string;
|
|
194
|
-
assigned_role_placeholder: string;
|
|
195
|
-
selected_assigned_role_prefix: string;
|
|
196
264
|
};
|
|
197
265
|
emptyState: {
|
|
198
266
|
title: string;
|
|
@@ -214,7 +282,6 @@ export declare const i18nMessages: {
|
|
|
214
282
|
emailAddress: string;
|
|
215
283
|
};
|
|
216
284
|
permissions: {
|
|
217
|
-
title: string;
|
|
218
285
|
manageable: string;
|
|
219
286
|
search: string;
|
|
220
287
|
general: string;
|
|
@@ -225,17 +292,12 @@ export declare const i18nMessages: {
|
|
|
225
292
|
includedNewRole: string;
|
|
226
293
|
roles: string;
|
|
227
294
|
inherited: string;
|
|
228
|
-
allowedCount: string;
|
|
229
|
-
columnName: string;
|
|
230
|
-
columnManage: string;
|
|
231
295
|
};
|
|
232
296
|
masterUser: {
|
|
233
297
|
title: string;
|
|
234
298
|
passcode: string;
|
|
235
299
|
passcodeRequired: string;
|
|
236
300
|
sublabel: string;
|
|
237
|
-
assignmentSection: string;
|
|
238
|
-
addAnother: string;
|
|
239
301
|
code: string;
|
|
240
302
|
name: string;
|
|
241
303
|
role: string;
|
|
@@ -280,9 +342,87 @@ export declare const i18nMessages: {
|
|
|
280
342
|
};
|
|
281
343
|
name: string;
|
|
282
344
|
namePlaceholder: string;
|
|
345
|
+
nameRequired: string;
|
|
283
346
|
includedSets: string;
|
|
284
347
|
includedSetsPlaceholder: string;
|
|
285
348
|
};
|
|
349
|
+
categoryLabels: {
|
|
350
|
+
General: string;
|
|
351
|
+
Inventory: string;
|
|
352
|
+
HRM: string;
|
|
353
|
+
CRM: string;
|
|
354
|
+
Payment: string;
|
|
355
|
+
Menu: string;
|
|
356
|
+
Settings: string;
|
|
357
|
+
Report: string;
|
|
358
|
+
"Default Report": string;
|
|
359
|
+
"Custom Report": string;
|
|
360
|
+
};
|
|
361
|
+
actionLabels: {
|
|
362
|
+
read: string;
|
|
363
|
+
create: string;
|
|
364
|
+
update: string;
|
|
365
|
+
delete: string;
|
|
366
|
+
};
|
|
367
|
+
permissionLabels: {
|
|
368
|
+
"business::restaurant": string;
|
|
369
|
+
"business::menu": string;
|
|
370
|
+
"business::inventory::stockBalance": string;
|
|
371
|
+
"business::inventory::stockAdjustment": string;
|
|
372
|
+
"business::inventory::unitCostHistory": string;
|
|
373
|
+
"business::inventory::wastageTemplate": string;
|
|
374
|
+
"business::inventory::closingHistory": string;
|
|
375
|
+
"business::inventory::closingTemplate": string;
|
|
376
|
+
"business::inventory::closingDraft": string;
|
|
377
|
+
"business::inventory::ingredient": string;
|
|
378
|
+
"business::inventory::ingredientGroup": string;
|
|
379
|
+
"business::inventory::recipe": string;
|
|
380
|
+
"business::inventory::unit": string;
|
|
381
|
+
"business::inventory::purchaseTransfer": string;
|
|
382
|
+
"business::inventory::orderDraftApproval": string;
|
|
383
|
+
"business::inventory::transferOut": string;
|
|
384
|
+
"business::inventory::surcharge": string;
|
|
385
|
+
"business::inventory::orderTemplate": string;
|
|
386
|
+
"business::inventory::supplier": string;
|
|
387
|
+
"business::inventory::warehouse": string;
|
|
388
|
+
"business::inventory::publish": string;
|
|
389
|
+
"business::inventory::import": string;
|
|
390
|
+
"business::inventory::integration": string;
|
|
391
|
+
"business::crm::membership": string;
|
|
392
|
+
"business::crm::promotion": string;
|
|
393
|
+
"business::crm::voucher": string;
|
|
394
|
+
"business::crm::analytic": string;
|
|
395
|
+
"business::crm::tier": string;
|
|
396
|
+
"business::crm::title": string;
|
|
397
|
+
"business::crm::broadcast": string;
|
|
398
|
+
"business::crm::point": string;
|
|
399
|
+
"business::crm::credit": string;
|
|
400
|
+
"business::crm::experience": string;
|
|
401
|
+
"business::crm::game": string;
|
|
402
|
+
"business::crm::mission": string;
|
|
403
|
+
"business::crm::loyaltyMember": string;
|
|
404
|
+
"business::crm::loyaltySegment": string;
|
|
405
|
+
"business::crm::loyaltyCard": string;
|
|
406
|
+
"business::crm::referral": string;
|
|
407
|
+
"business::crm::store": string;
|
|
408
|
+
"business::crm::transaction": string;
|
|
409
|
+
"business::crm::setting": string;
|
|
410
|
+
"business::crm::bin": string;
|
|
411
|
+
"business::payment::payoutAccount": string;
|
|
412
|
+
"business::payment::paymentOnboarding": string;
|
|
413
|
+
"business::payment::transactions": string;
|
|
414
|
+
"business::payment::settlements": string;
|
|
415
|
+
"business::hrm::teamMember": string;
|
|
416
|
+
"business::hrm::employee": string;
|
|
417
|
+
"business::hrm::auditLog": string;
|
|
418
|
+
"business::report::createReport": string;
|
|
419
|
+
"business::report::accessOverview": string;
|
|
420
|
+
"business::report::accessInsight": string;
|
|
421
|
+
"business::report::accessSetting": string;
|
|
422
|
+
"business::report::accessIntegration": string;
|
|
423
|
+
"business::report::allDefaultReports": string;
|
|
424
|
+
"business::report::allCustomReports": string;
|
|
425
|
+
};
|
|
286
426
|
table: {
|
|
287
427
|
columns: {
|
|
288
428
|
name: string;
|
|
@@ -336,8 +476,6 @@ export declare const i18nMessages: {
|
|
|
336
476
|
filter: {
|
|
337
477
|
permission_placeholder: string;
|
|
338
478
|
selected_permission_prefix: string;
|
|
339
|
-
assigned_role_placeholder: string;
|
|
340
|
-
selected_assigned_role_prefix: string;
|
|
341
479
|
};
|
|
342
480
|
emptyState: {
|
|
343
481
|
title: string;
|
|
@@ -359,7 +497,6 @@ export declare const i18nMessages: {
|
|
|
359
497
|
emailAddress: string;
|
|
360
498
|
};
|
|
361
499
|
permissions: {
|
|
362
|
-
title: string;
|
|
363
500
|
manageable: string;
|
|
364
501
|
search: string;
|
|
365
502
|
general: string;
|
|
@@ -370,17 +507,12 @@ export declare const i18nMessages: {
|
|
|
370
507
|
includedNewRole: string;
|
|
371
508
|
roles: string;
|
|
372
509
|
inherited: string;
|
|
373
|
-
allowedCount: string;
|
|
374
|
-
columnName: string;
|
|
375
|
-
columnManage: string;
|
|
376
510
|
};
|
|
377
511
|
masterUser: {
|
|
378
512
|
title: string;
|
|
379
513
|
passcode: string;
|
|
380
514
|
passcodeRequired: string;
|
|
381
515
|
sublabel: string;
|
|
382
|
-
assignmentSection: string;
|
|
383
|
-
addAnother: string;
|
|
384
516
|
code: string;
|
|
385
517
|
name: string;
|
|
386
518
|
role: string;
|
|
@@ -425,9 +557,87 @@ export declare const i18nMessages: {
|
|
|
425
557
|
};
|
|
426
558
|
name: string;
|
|
427
559
|
namePlaceholder: string;
|
|
560
|
+
nameRequired: string;
|
|
428
561
|
includedSets: string;
|
|
429
562
|
includedSetsPlaceholder: string;
|
|
430
563
|
};
|
|
564
|
+
categoryLabels: {
|
|
565
|
+
General: string;
|
|
566
|
+
Inventory: string;
|
|
567
|
+
HRM: string;
|
|
568
|
+
CRM: string;
|
|
569
|
+
Payment: string;
|
|
570
|
+
Menu: string;
|
|
571
|
+
Settings: string;
|
|
572
|
+
Report: string;
|
|
573
|
+
"Default Report": string;
|
|
574
|
+
"Custom Report": string;
|
|
575
|
+
};
|
|
576
|
+
actionLabels: {
|
|
577
|
+
read: string;
|
|
578
|
+
create: string;
|
|
579
|
+
update: string;
|
|
580
|
+
delete: string;
|
|
581
|
+
};
|
|
582
|
+
permissionLabels: {
|
|
583
|
+
"business::restaurant": string;
|
|
584
|
+
"business::menu": string;
|
|
585
|
+
"business::inventory::stockBalance": string;
|
|
586
|
+
"business::inventory::stockAdjustment": string;
|
|
587
|
+
"business::inventory::unitCostHistory": string;
|
|
588
|
+
"business::inventory::wastageTemplate": string;
|
|
589
|
+
"business::inventory::closingHistory": string;
|
|
590
|
+
"business::inventory::closingTemplate": string;
|
|
591
|
+
"business::inventory::closingDraft": string;
|
|
592
|
+
"business::inventory::ingredient": string;
|
|
593
|
+
"business::inventory::ingredientGroup": string;
|
|
594
|
+
"business::inventory::recipe": string;
|
|
595
|
+
"business::inventory::unit": string;
|
|
596
|
+
"business::inventory::purchaseTransfer": string;
|
|
597
|
+
"business::inventory::orderDraftApproval": string;
|
|
598
|
+
"business::inventory::transferOut": string;
|
|
599
|
+
"business::inventory::surcharge": string;
|
|
600
|
+
"business::inventory::orderTemplate": string;
|
|
601
|
+
"business::inventory::supplier": string;
|
|
602
|
+
"business::inventory::warehouse": string;
|
|
603
|
+
"business::inventory::publish": string;
|
|
604
|
+
"business::inventory::import": string;
|
|
605
|
+
"business::inventory::integration": string;
|
|
606
|
+
"business::crm::membership": string;
|
|
607
|
+
"business::crm::promotion": string;
|
|
608
|
+
"business::crm::voucher": string;
|
|
609
|
+
"business::crm::analytic": string;
|
|
610
|
+
"business::crm::tier": string;
|
|
611
|
+
"business::crm::title": string;
|
|
612
|
+
"business::crm::broadcast": string;
|
|
613
|
+
"business::crm::point": string;
|
|
614
|
+
"business::crm::credit": string;
|
|
615
|
+
"business::crm::experience": string;
|
|
616
|
+
"business::crm::game": string;
|
|
617
|
+
"business::crm::mission": string;
|
|
618
|
+
"business::crm::loyaltyMember": string;
|
|
619
|
+
"business::crm::loyaltySegment": string;
|
|
620
|
+
"business::crm::loyaltyCard": string;
|
|
621
|
+
"business::crm::referral": string;
|
|
622
|
+
"business::crm::store": string;
|
|
623
|
+
"business::crm::transaction": string;
|
|
624
|
+
"business::crm::setting": string;
|
|
625
|
+
"business::crm::bin": string;
|
|
626
|
+
"business::payment::payoutAccount": string;
|
|
627
|
+
"business::payment::paymentOnboarding": string;
|
|
628
|
+
"business::payment::transactions": string;
|
|
629
|
+
"business::payment::settlements": string;
|
|
630
|
+
"business::hrm::teamMember": string;
|
|
631
|
+
"business::hrm::employee": string;
|
|
632
|
+
"business::hrm::auditLog": string;
|
|
633
|
+
"business::report::createReport": string;
|
|
634
|
+
"business::report::accessOverview": string;
|
|
635
|
+
"business::report::accessInsight": string;
|
|
636
|
+
"business::report::accessSetting": string;
|
|
637
|
+
"business::report::accessIntegration": string;
|
|
638
|
+
"business::report::allDefaultReports": string;
|
|
639
|
+
"business::report::allCustomReports": string;
|
|
640
|
+
};
|
|
431
641
|
table: {
|
|
432
642
|
columns: {
|
|
433
643
|
name: string;
|
|
@@ -481,8 +691,6 @@ export declare const i18nMessages: {
|
|
|
481
691
|
filter: {
|
|
482
692
|
permission_placeholder: string;
|
|
483
693
|
selected_permission_prefix: string;
|
|
484
|
-
assigned_role_placeholder: string;
|
|
485
|
-
selected_assigned_role_prefix: string;
|
|
486
694
|
};
|
|
487
695
|
emptyState: {
|
|
488
696
|
title: string;
|
|
@@ -504,7 +712,6 @@ export declare const i18nMessages: {
|
|
|
504
712
|
emailAddress: string;
|
|
505
713
|
};
|
|
506
714
|
permissions: {
|
|
507
|
-
title: string;
|
|
508
715
|
manageable: string;
|
|
509
716
|
search: string;
|
|
510
717
|
general: string;
|
|
@@ -515,17 +722,12 @@ export declare const i18nMessages: {
|
|
|
515
722
|
includedNewRole: string;
|
|
516
723
|
roles: string;
|
|
517
724
|
inherited: string;
|
|
518
|
-
allowedCount: string;
|
|
519
|
-
columnName: string;
|
|
520
|
-
columnManage: string;
|
|
521
725
|
};
|
|
522
726
|
masterUser: {
|
|
523
727
|
title: string;
|
|
524
728
|
passcode: string;
|
|
525
729
|
passcodeRequired: string;
|
|
526
730
|
sublabel: string;
|
|
527
|
-
assignmentSection: string;
|
|
528
|
-
addAnother: string;
|
|
529
731
|
code: string;
|
|
530
732
|
name: string;
|
|
531
733
|
role: string;
|
|
@@ -577,9 +779,87 @@ export declare const i18nMessages: {
|
|
|
577
779
|
};
|
|
578
780
|
name: string;
|
|
579
781
|
namePlaceholder: string;
|
|
782
|
+
nameRequired: string;
|
|
580
783
|
includedSets: string;
|
|
581
784
|
includedSetsPlaceholder: string;
|
|
582
785
|
};
|
|
786
|
+
categoryLabels: {
|
|
787
|
+
General: string;
|
|
788
|
+
Inventory: string;
|
|
789
|
+
HRM: string;
|
|
790
|
+
CRM: string;
|
|
791
|
+
Payment: string;
|
|
792
|
+
Menu: string;
|
|
793
|
+
Settings: string;
|
|
794
|
+
Report: string;
|
|
795
|
+
"Default Report": string;
|
|
796
|
+
"Custom Report": string;
|
|
797
|
+
};
|
|
798
|
+
actionLabels: {
|
|
799
|
+
read: string;
|
|
800
|
+
create: string;
|
|
801
|
+
update: string;
|
|
802
|
+
delete: string;
|
|
803
|
+
};
|
|
804
|
+
permissionLabels: {
|
|
805
|
+
"business::restaurant": string;
|
|
806
|
+
"business::menu": string;
|
|
807
|
+
"business::inventory::stockBalance": string;
|
|
808
|
+
"business::inventory::stockAdjustment": string;
|
|
809
|
+
"business::inventory::unitCostHistory": string;
|
|
810
|
+
"business::inventory::wastageTemplate": string;
|
|
811
|
+
"business::inventory::closingHistory": string;
|
|
812
|
+
"business::inventory::closingTemplate": string;
|
|
813
|
+
"business::inventory::closingDraft": string;
|
|
814
|
+
"business::inventory::ingredient": string;
|
|
815
|
+
"business::inventory::ingredientGroup": string;
|
|
816
|
+
"business::inventory::recipe": string;
|
|
817
|
+
"business::inventory::unit": string;
|
|
818
|
+
"business::inventory::purchaseTransfer": string;
|
|
819
|
+
"business::inventory::orderDraftApproval": string;
|
|
820
|
+
"business::inventory::transferOut": string;
|
|
821
|
+
"business::inventory::surcharge": string;
|
|
822
|
+
"business::inventory::orderTemplate": string;
|
|
823
|
+
"business::inventory::supplier": string;
|
|
824
|
+
"business::inventory::warehouse": string;
|
|
825
|
+
"business::inventory::publish": string;
|
|
826
|
+
"business::inventory::import": string;
|
|
827
|
+
"business::inventory::integration": string;
|
|
828
|
+
"business::crm::membership": string;
|
|
829
|
+
"business::crm::promotion": string;
|
|
830
|
+
"business::crm::voucher": string;
|
|
831
|
+
"business::crm::analytic": string;
|
|
832
|
+
"business::crm::tier": string;
|
|
833
|
+
"business::crm::title": string;
|
|
834
|
+
"business::crm::broadcast": string;
|
|
835
|
+
"business::crm::point": string;
|
|
836
|
+
"business::crm::credit": string;
|
|
837
|
+
"business::crm::experience": string;
|
|
838
|
+
"business::crm::game": string;
|
|
839
|
+
"business::crm::mission": string;
|
|
840
|
+
"business::crm::loyaltyMember": string;
|
|
841
|
+
"business::crm::loyaltySegment": string;
|
|
842
|
+
"business::crm::loyaltyCard": string;
|
|
843
|
+
"business::crm::referral": string;
|
|
844
|
+
"business::crm::store": string;
|
|
845
|
+
"business::crm::transaction": string;
|
|
846
|
+
"business::crm::setting": string;
|
|
847
|
+
"business::crm::bin": string;
|
|
848
|
+
"business::payment::payoutAccount": string;
|
|
849
|
+
"business::payment::paymentOnboarding": string;
|
|
850
|
+
"business::payment::transactions": string;
|
|
851
|
+
"business::payment::settlements": string;
|
|
852
|
+
"business::hrm::teamMember": string;
|
|
853
|
+
"business::hrm::employee": string;
|
|
854
|
+
"business::hrm::auditLog": string;
|
|
855
|
+
"business::report::createReport": string;
|
|
856
|
+
"business::report::accessOverview": string;
|
|
857
|
+
"business::report::accessInsight": string;
|
|
858
|
+
"business::report::accessSetting": string;
|
|
859
|
+
"business::report::accessIntegration": string;
|
|
860
|
+
"business::report::allDefaultReports": string;
|
|
861
|
+
"business::report::allCustomReports": string;
|
|
862
|
+
};
|
|
583
863
|
table: {
|
|
584
864
|
columns: {
|
|
585
865
|
name: string;
|
|
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
21
21
|
type: StringConstructor;
|
|
22
22
|
default: string;
|
|
23
23
|
};
|
|
24
|
-
|
|
24
|
+
isLoadingMasterUser: {
|
|
25
25
|
type: BooleanConstructor;
|
|
26
26
|
default: boolean;
|
|
27
27
|
};
|
|
@@ -36,12 +36,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
36
36
|
type: StringConstructor;
|
|
37
37
|
default: string;
|
|
38
38
|
};
|
|
39
|
-
|
|
39
|
+
isLoadingMasterUser: {
|
|
40
40
|
type: BooleanConstructor;
|
|
41
41
|
default: boolean;
|
|
42
42
|
};
|
|
43
43
|
}>> & Readonly<{}>, {
|
|
44
|
-
loading: boolean;
|
|
45
44
|
roleErrorMessage: string;
|
|
45
|
+
isLoadingMasterUser: boolean;
|
|
46
46
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
47
47
|
export default _default;
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.employee-list-table[data-v-
|
|
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-
|
|
1
|
+
import { d as i } from "./dayjs.min-DdUO0d-2.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-
|
|
4
|
+
import { b as c, g as y, s as S } from "./iteration-DqYIXL4P.js";
|
|
5
5
|
import { i as f, f as g } from "./utils-BZkjJbju.js";
|
|
6
6
|
const u = {
|
|
7
7
|
async readTimesheets(t, e) {
|