@feedmepos/mf-hrm-portal 2.1.1-dev.3 → 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.
Files changed (73) hide show
  1. package/dist/ApprovalCodeList-B0PLZwav.js +758 -0
  2. package/dist/AuditLogList-CRXwPImZ.js +1611 -0
  3. package/dist/ConditionFormHost.vue_vue_type_script_setup_true_lang-zJwkM_Xb.js +387 -0
  4. package/dist/EmployeeList-DN2pnXcS.js +884 -0
  5. package/dist/GrantUserList-DoyxknJZ.js +464 -0
  6. package/dist/{Main-cskEZ3k_.js → Main-B5BKGpLg.js} +1033 -1029
  7. package/dist/Main-BGONIxo8.js +122 -0
  8. package/dist/{Main-DLlpEU3j.js → Main-DQj4xtkB.js} +7 -7
  9. package/dist/PermissionSetList-4uIU9FvN.js +393 -0
  10. package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-D0luaKDb.js +4122 -0
  11. package/dist/{PortalUserSearcher.vue_vue_type_style_index_0_scoped_a439fdd8_lang-BJp9hEfv.js → PortalUserSearcher.vue_vue_type_style_index_0_scoped_827dfd60_lang-DVVSBIx2.js} +1 -0
  12. package/dist/ResponsiveFabButton.vue_vue_type_script_setup_true_lang-QrqYEy8i.js +42 -0
  13. package/dist/RoleList-Bj5Y5jd_.js +685 -0
  14. package/dist/Skeleton.vue_vue_type_script_setup_true_lang-B4PxNMwq.js +16 -0
  15. package/dist/TableEmptyState.vue_vue_type_script_setup_true_lang-IfAZmWr0.js +37 -0
  16. package/dist/TeamMemberList-Byjlca2Y.js +1216 -0
  17. package/dist/{TimesheetList-B1H_6zfP.js → TimesheetList-DwIcsOM-.js} +118 -112
  18. package/dist/{TimesheetList.vue_vue_type_style_index_0_scoped_91afda4e_lang-DeTpbaRk.js → TimesheetList.vue_vue_type_style_index_0_scoped_2c7a177a_lang-B9qlQ6KG.js} +2 -2
  19. package/dist/{app-DX-PG6wx.js → app-BZwE2coe.js} +5407 -2374
  20. package/dist/app.js +1 -1
  21. package/dist/{dayjs.min-BJrHE7oz.js → dayjs.min-BXBPls4m.js} +1 -1
  22. package/dist/{employee-BJcqtqLM.js → employee-CJTbs1f7.js} +3 -3
  23. package/dist/{iteration-Cfaqt-0s.js → iteration-BCbIbdHR.js} +1 -1
  24. package/dist/{lodash-ClKqCmlZ.js → lodash-CUIS1iIz.js} +1 -1
  25. package/dist/{role-CR_-nBDY.js → role-CzXchcSS.js} +1 -1
  26. package/dist/rule-BO6xj2Xa.js +1058 -0
  27. package/dist/src/api/audit-log/index.d.ts +6 -0
  28. package/dist/src/components/CheckboxInput.vue.d.ts +1 -1
  29. package/dist/src/components/button/ResponsiveFabButton.vue.d.ts +7 -1
  30. package/dist/src/components/table/TableEmptyState.vue.d.ts +7 -15
  31. package/dist/src/composables/useBasePermission.d.ts +2 -1
  32. package/dist/src/composables/useConditionDraft.d.ts +40 -0
  33. package/dist/src/composables/useCoverConditionOverride.d.ts +61 -0
  34. package/dist/src/helpers/business-timezone.d.ts +22 -0
  35. package/dist/src/helpers/filter.d.ts +15 -0
  36. package/dist/src/helpers/permission-reconcile.d.ts +15 -0
  37. package/dist/src/helpers/permission-reconcile.test.d.ts +1 -0
  38. package/dist/src/helpers/permission-set.d.ts +8 -4
  39. package/dist/src/helpers/rule.d.ts +2 -1
  40. package/dist/src/stores/permission-set.d.ts +12 -3
  41. package/dist/src/types/approval-code.d.ts +22 -7
  42. package/dist/src/types/audit-log.d.ts +1 -1
  43. package/dist/src/views/approval-code/components/ApprovalCodeCreatedDialog.vue.d.ts +9 -0
  44. package/dist/src/views/approval-code/components/ApprovalCodeForm.vue.d.ts +6 -1
  45. package/dist/src/views/approval-code/locales/index.d.ts +40 -0
  46. package/dist/src/views/audit-log/event-line.d.ts +13 -0
  47. package/dist/src/views/audit-log/locales/index.d.ts +296 -0
  48. package/dist/src/views/audit-log/snapshot-diff.d.ts +11 -0
  49. package/dist/src/views/hr/employee/EmployeeList.vue.d.ts +1 -0
  50. package/dist/src/views/team/components/BasePermission.vue.d.ts +13 -0
  51. package/dist/src/views/team/condition-builders/ConditionFormHost.vue.d.ts +22 -0
  52. package/dist/src/views/team/condition-builders/ConditionFormRenderer.vue.d.ts +23 -0
  53. package/dist/src/views/team/condition-builders/component-map.d.ts +4 -0
  54. package/dist/src/views/team/condition-builders/condition-form-dedupe.d.ts +23 -0
  55. package/dist/src/views/team/locales/index.d.ts +80 -0
  56. package/dist/style.css +1 -1
  57. package/dist/tsconfig.app.tsbuildinfo +1 -1
  58. package/dist/useDebounce-B8ZPVS5C.js +15 -0
  59. package/dist/{useReportPermissions-ybHA26cJ.js → useReportPermissions-Q-xLwz5N.js} +3 -3
  60. package/package.json +2 -2
  61. package/dist/ApprovalCodeList-BH5sgVMU.js +0 -638
  62. package/dist/AuditLogList-Q4L5Te8O.js +0 -1145
  63. package/dist/CollapsibleWrapper.vue_vue_type_script_setup_true_lang-BLJlmPVa.js +0 -58
  64. package/dist/EmployeeList-GtKmJZbf.js +0 -899
  65. package/dist/GrantUserList-CnLjOi5_.js +0 -468
  66. package/dist/Main-Cn7Dawg4.js +0 -120
  67. package/dist/PermissionSetList-C2fK2pTz.js +0 -357
  68. package/dist/PortalPermissionEditor.vue_vue_type_script_setup_true_lang-CMh0DL1_.js +0 -3458
  69. package/dist/ResponsiveFabButton.vue_vue_type_script_setup_true_lang-Cn-3MRBO.js +0 -38
  70. package/dist/RoleList-CcuT1ERb.js +0 -567
  71. package/dist/TeamMemberList-Dfs2iNdC.js +0 -1131
  72. package/dist/rule-BB-3S-2R.js +0 -996
  73. package/dist/useDebounce-CWb5QR9G.js +0 -28
@@ -19,6 +19,9 @@ export declare const i18nMessages: {
19
19
  dateRange: {
20
20
  placeholder: string;
21
21
  };
22
+ search: {
23
+ placeholder: string;
24
+ };
22
25
  user: {
23
26
  feedmeAdmin: string;
24
27
  };
@@ -134,6 +137,77 @@ export declare const i18nMessages: {
134
137
  requestPath: string;
135
138
  requestBody: string;
136
139
  };
140
+ operation: {
141
+ toggle: string;
142
+ rowHint: string;
143
+ unlabeled: string;
144
+ badge: string;
145
+ sheetHeader: string;
146
+ entity: string;
147
+ duration: string;
148
+ durationValue: string;
149
+ error: string;
150
+ changes: string;
151
+ showData: string;
152
+ added: string;
153
+ removed: string;
154
+ updated: string;
155
+ before: string;
156
+ after: string;
157
+ noChanges: string;
158
+ wholeValue: string;
159
+ };
160
+ event: {
161
+ sentence: {
162
+ "audit-log": {
163
+ view: string;
164
+ };
165
+ restaurant: {
166
+ list: string;
167
+ };
168
+ "permission-assignment": {
169
+ manage: string;
170
+ list: string;
171
+ view: string;
172
+ };
173
+ "permission-set": {
174
+ manage: string;
175
+ list: string;
176
+ view: string;
177
+ };
178
+ "portal-user": {
179
+ list: string;
180
+ "list-page": string;
181
+ view: string;
182
+ create: string;
183
+ update: string;
184
+ delete: string;
185
+ };
186
+ "pos-user": {
187
+ list: string;
188
+ "list-page": string;
189
+ create: string;
190
+ "sync-meta": string;
191
+ update: string;
192
+ migrate: string;
193
+ "generate-passcode": string;
194
+ };
195
+ "pos-master-user": {
196
+ create: string;
197
+ update: string;
198
+ delete: string;
199
+ };
200
+ "pos-role": {
201
+ list: string;
202
+ create: string;
203
+ update: string;
204
+ };
205
+ timesheet: {
206
+ view: string;
207
+ update: string;
208
+ };
209
+ };
210
+ };
137
211
  };
138
212
  };
139
213
  'zh-CN': {
@@ -154,6 +228,9 @@ export declare const i18nMessages: {
154
228
  dateRange: {
155
229
  placeholder: string;
156
230
  };
231
+ search: {
232
+ placeholder: string;
233
+ };
157
234
  user: {
158
235
  feedmeAdmin: string;
159
236
  };
@@ -270,6 +347,77 @@ export declare const i18nMessages: {
270
347
  requestPath: string;
271
348
  requestBody: string;
272
349
  };
350
+ operation: {
351
+ toggle: string;
352
+ rowHint: string;
353
+ unlabeled: string;
354
+ badge: string;
355
+ sheetHeader: string;
356
+ entity: string;
357
+ duration: string;
358
+ durationValue: string;
359
+ error: string;
360
+ changes: string;
361
+ showData: string;
362
+ added: string;
363
+ removed: string;
364
+ updated: string;
365
+ before: string;
366
+ after: string;
367
+ noChanges: string;
368
+ wholeValue: string;
369
+ };
370
+ event: {
371
+ sentence: {
372
+ "audit-log": {
373
+ view: string;
374
+ };
375
+ restaurant: {
376
+ list: string;
377
+ };
378
+ "permission-assignment": {
379
+ manage: string;
380
+ list: string;
381
+ view: string;
382
+ };
383
+ "permission-set": {
384
+ manage: string;
385
+ list: string;
386
+ view: string;
387
+ };
388
+ "portal-user": {
389
+ list: string;
390
+ "list-page": string;
391
+ view: string;
392
+ create: string;
393
+ update: string;
394
+ delete: string;
395
+ };
396
+ "pos-user": {
397
+ list: string;
398
+ "list-page": string;
399
+ create: string;
400
+ "sync-meta": string;
401
+ update: string;
402
+ migrate: string;
403
+ "generate-passcode": string;
404
+ };
405
+ "pos-master-user": {
406
+ create: string;
407
+ update: string;
408
+ delete: string;
409
+ };
410
+ "pos-role": {
411
+ list: string;
412
+ create: string;
413
+ update: string;
414
+ };
415
+ timesheet: {
416
+ view: string;
417
+ update: string;
418
+ };
419
+ };
420
+ };
273
421
  };
274
422
  };
275
423
  'th-TH': {
@@ -290,6 +438,9 @@ export declare const i18nMessages: {
290
438
  dateRange: {
291
439
  placeholder: string;
292
440
  };
441
+ search: {
442
+ placeholder: string;
443
+ };
293
444
  user: {
294
445
  feedmeAdmin: string;
295
446
  };
@@ -406,6 +557,77 @@ export declare const i18nMessages: {
406
557
  requestPath: string;
407
558
  requestBody: string;
408
559
  };
560
+ operation: {
561
+ toggle: string;
562
+ rowHint: string;
563
+ unlabeled: string;
564
+ badge: string;
565
+ sheetHeader: string;
566
+ entity: string;
567
+ duration: string;
568
+ durationValue: string;
569
+ error: string;
570
+ changes: string;
571
+ showData: string;
572
+ added: string;
573
+ removed: string;
574
+ updated: string;
575
+ before: string;
576
+ after: string;
577
+ noChanges: string;
578
+ wholeValue: string;
579
+ };
580
+ event: {
581
+ sentence: {
582
+ "audit-log": {
583
+ view: string;
584
+ };
585
+ restaurant: {
586
+ list: string;
587
+ };
588
+ "permission-assignment": {
589
+ manage: string;
590
+ list: string;
591
+ view: string;
592
+ };
593
+ "permission-set": {
594
+ manage: string;
595
+ list: string;
596
+ view: string;
597
+ };
598
+ "portal-user": {
599
+ list: string;
600
+ "list-page": string;
601
+ view: string;
602
+ create: string;
603
+ update: string;
604
+ delete: string;
605
+ };
606
+ "pos-user": {
607
+ list: string;
608
+ "list-page": string;
609
+ create: string;
610
+ "sync-meta": string;
611
+ update: string;
612
+ migrate: string;
613
+ "generate-passcode": string;
614
+ };
615
+ "pos-master-user": {
616
+ create: string;
617
+ update: string;
618
+ delete: string;
619
+ };
620
+ "pos-role": {
621
+ list: string;
622
+ create: string;
623
+ update: string;
624
+ };
625
+ timesheet: {
626
+ view: string;
627
+ update: string;
628
+ };
629
+ };
630
+ };
409
631
  };
410
632
  };
411
633
  'zh-Hant': {
@@ -426,6 +648,9 @@ export declare const i18nMessages: {
426
648
  dateRange: {
427
649
  placeholder: string;
428
650
  };
651
+ search: {
652
+ placeholder: string;
653
+ };
429
654
  user: {
430
655
  feedmeAdmin: string;
431
656
  };
@@ -542,6 +767,77 @@ export declare const i18nMessages: {
542
767
  requestPath: string;
543
768
  requestBody: string;
544
769
  };
770
+ operation: {
771
+ toggle: string;
772
+ rowHint: string;
773
+ unlabeled: string;
774
+ badge: string;
775
+ sheetHeader: string;
776
+ entity: string;
777
+ duration: string;
778
+ durationValue: string;
779
+ error: string;
780
+ changes: string;
781
+ showData: string;
782
+ added: string;
783
+ removed: string;
784
+ updated: string;
785
+ before: string;
786
+ after: string;
787
+ noChanges: string;
788
+ wholeValue: string;
789
+ };
790
+ event: {
791
+ sentence: {
792
+ "audit-log": {
793
+ view: string;
794
+ };
795
+ restaurant: {
796
+ list: string;
797
+ };
798
+ "permission-assignment": {
799
+ manage: string;
800
+ list: string;
801
+ view: string;
802
+ };
803
+ "permission-set": {
804
+ manage: string;
805
+ list: string;
806
+ view: string;
807
+ };
808
+ "portal-user": {
809
+ list: string;
810
+ "list-page": string;
811
+ view: string;
812
+ create: string;
813
+ update: string;
814
+ delete: string;
815
+ };
816
+ "pos-user": {
817
+ list: string;
818
+ "list-page": string;
819
+ create: string;
820
+ "sync-meta": string;
821
+ update: string;
822
+ migrate: string;
823
+ "generate-passcode": string;
824
+ };
825
+ "pos-master-user": {
826
+ create: string;
827
+ update: string;
828
+ delete: string;
829
+ };
830
+ "pos-role": {
831
+ list: string;
832
+ create: string;
833
+ update: string;
834
+ };
835
+ timesheet: {
836
+ view: string;
837
+ update: string;
838
+ };
839
+ };
840
+ };
545
841
  };
546
842
  };
547
843
  };
@@ -0,0 +1,11 @@
1
+ export type SnapshotDiffType = 'added' | 'removed' | 'changed';
2
+ export interface SnapshotDiffRow {
3
+ /** e.g. "name", "permissions[business::unitCostHistory]", "roles[0].roleId" */
4
+ path: string;
5
+ type: SnapshotDiffType;
6
+ /** null = value absent on the before side (render as em dash by caller) */
7
+ before: string | null;
8
+ /** null = value absent on the after side */
9
+ after: string | null;
10
+ }
11
+ export declare function computeSnapshotDiff(before: unknown, after: unknown): SnapshotDiffRow[];
@@ -41,5 +41,6 @@ declare const _default: import("vue").DefineComponent<{}, {
41
41
  since: string;
42
42
  })[]>;
43
43
  exportEmployees: typeof exportEmployees;
44
+ getHasPaginationFooter: () => boolean;
44
45
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
45
46
  export default _default;
@@ -5,10 +5,23 @@ declare var __VLS_21: `checkbox-${string}-append`, __VLS_22: {
5
5
  option: {
6
6
  label: string;
7
7
  value: string;
8
+ optionKey: string;
8
9
  };
10
+ isEffectiveSelected: boolean;
11
+ isCoveredByCover: boolean;
12
+ }, __VLS_25: `checkbox-${string}-icon`, __VLS_26: {
13
+ option: {
14
+ label: string;
15
+ value: string;
16
+ optionKey: string;
17
+ };
18
+ isEffectiveSelected: boolean;
19
+ isCoveredByCover: boolean;
9
20
  };
10
21
  type __VLS_Slots = {} & {
11
22
  [K in NonNullable<typeof __VLS_21>]?: (props: typeof __VLS_22) => any;
23
+ } & {
24
+ [K in NonNullable<typeof __VLS_25>]?: (props: typeof __VLS_26) => any;
12
25
  };
13
26
  declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
14
27
  modelValue: {
@@ -0,0 +1,22 @@
1
+ import type { ConditionBuilder } from '@feedmepos/hrm-permission/condition-builder';
2
+ type __VLS_Props = {
3
+ builder: ConditionBuilder;
4
+ modelValue: unknown;
5
+ disable?: boolean;
6
+ optionProviders?: Record<string, Array<{
7
+ value: string;
8
+ label: string;
9
+ }>>;
10
+ };
11
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
12
+ "update:modelValue": (value: unknown) => any;
13
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
14
+ "onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
15
+ }>, {
16
+ optionProviders: Record<string, Array<{
17
+ value: string;
18
+ label: string;
19
+ }>>;
20
+ disable: boolean;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ export default _default;
@@ -0,0 +1,23 @@
1
+ import type { ConditionFormConfig, ConditionFormState } from '@feedmepos/hrm-permission/condition-builder';
2
+ type __VLS_Props = {
3
+ config: ConditionFormConfig;
4
+ modelValue: ConditionFormState;
5
+ disabled?: boolean;
6
+ /** name → option list, for fields whose options use `{ provider }`. */
7
+ optionProviders?: Record<string, Array<{
8
+ value: string;
9
+ label: string;
10
+ }>>;
11
+ };
12
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
+ "update:modelValue": (value: ConditionFormState) => any;
14
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
15
+ "onUpdate:modelValue"?: ((value: ConditionFormState) => any) | undefined;
16
+ }>, {
17
+ disabled: boolean;
18
+ optionProviders: Record<string, Array<{
19
+ value: string;
20
+ label: string;
21
+ }>>;
22
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ export default _default;
@@ -0,0 +1,4 @@
1
+ import { type Component } from 'vue';
2
+ /** Resolve a form component key to a cached async component, or undefined when no
3
+ * component is registered for that key (the host then renders nothing). */
4
+ export declare function resolveBuilderComponent(key: string): Component | undefined;
@@ -0,0 +1,23 @@
1
+ import type { ConditionFormState } from '@feedmepos/hrm-permission/condition-builder';
2
+ /**
3
+ * Pure decision extracted from `ConditionFormRenderer.vue`'s `setField`, so
4
+ * it can be unit-tested without mounting the component (this repo's vitest
5
+ * setup has no `@vue/test-utils` / jsdom-environment component-mounting
6
+ * infrastructure yet — see the composable spec's notes on jsdom gaps).
7
+ *
8
+ * Some `FmRadio` / `FmCheckbox` fields (ui-library) fire their change
9
+ * handler twice per click — the click handler lives on a `<label>` wrapping
10
+ * the native input, so one click fires the handler once directly and once
11
+ * via the browser's synthetic click bubbling back through the label — which
12
+ * would otherwise make `setField` emit `update:modelValue` twice with an
13
+ * identical value. Comparing the freshly-computed next state against the
14
+ * last emitted (or last committed) state collapses that into a single
15
+ * emission, while still emitting for any genuinely new value.
16
+ *
17
+ * Uses lodash `isEqual` (already this app's idiom for comparing plain
18
+ * records — see `AddMemberForm.vue`, `PermissionSetForm.vue`, `RoleForm.vue`)
19
+ * rather than a `JSON.stringify` comparison, since these flat
20
+ * `{ key: value }` form records can hold arrays (multiselect) and key order
21
+ * is not guaranteed to be stable across the spread in `setField`.
22
+ */
23
+ export declare function shouldEmitConditionFormUpdate(next: ConditionFormState, lastEmitted: ConditionFormState): boolean;
@@ -49,6 +49,7 @@ export declare const i18nMessages: {
49
49
  selected_permission_prefix: string;
50
50
  assigned_role_placeholder: string;
51
51
  selected_assigned_role_prefix: string;
52
+ unassigned_label: string;
52
53
  };
53
54
  emptyState: {
54
55
  title: string;
@@ -62,7 +63,9 @@ export declare const i18nMessages: {
62
63
  search: string;
63
64
  changeUser: string;
64
65
  userNotFound: string;
66
+ searchFailed: string;
65
67
  emptyError: string;
68
+ invalidEmail: string;
66
69
  };
67
70
  memberInfo: {
68
71
  memberName: string;
@@ -84,6 +87,17 @@ export declare const i18nMessages: {
84
87
  allowedCount: string;
85
88
  columnName: string;
86
89
  columnManage: string;
90
+ conditionTitle: string;
91
+ conditionCover: {
92
+ inherit: string;
93
+ custom: string;
94
+ confirmTitle: string;
95
+ confirmMessage: string;
96
+ override: string;
97
+ keep: string;
98
+ };
99
+ conditionApply: string;
100
+ conditionButtonTitle: string;
87
101
  };
88
102
  masterUser: {
89
103
  title: string;
@@ -139,6 +153,12 @@ export declare const i18nMessages: {
139
153
  nameRequired: string;
140
154
  includedSets: string;
141
155
  includedSetsPlaceholder: string;
156
+ overrideInherited: {
157
+ title: string;
158
+ message: string;
159
+ override: string;
160
+ keepCurrent: string;
161
+ };
142
162
  };
143
163
  categoryLabels: {
144
164
  General: string;
@@ -280,6 +300,7 @@ export declare const i18nMessages: {
280
300
  selected_permission_prefix: string;
281
301
  assigned_role_placeholder: string;
282
302
  selected_assigned_role_prefix: string;
303
+ unassigned_label: string;
283
304
  };
284
305
  emptyState: {
285
306
  title: string;
@@ -293,7 +314,9 @@ export declare const i18nMessages: {
293
314
  search: string;
294
315
  changeUser: string;
295
316
  userNotFound: string;
317
+ searchFailed: string;
296
318
  emptyError: string;
319
+ invalidEmail: string;
297
320
  };
298
321
  memberInfo: {
299
322
  memberName: string;
@@ -315,6 +338,17 @@ export declare const i18nMessages: {
315
338
  allowedCount: string;
316
339
  columnName: string;
317
340
  columnManage: string;
341
+ conditionTitle: string;
342
+ conditionCover: {
343
+ inherit: string;
344
+ custom: string;
345
+ confirmTitle: string;
346
+ confirmMessage: string;
347
+ override: string;
348
+ keep: string;
349
+ };
350
+ conditionApply: string;
351
+ conditionButtonTitle: string;
318
352
  };
319
353
  masterUser: {
320
354
  title: string;
@@ -370,6 +404,12 @@ export declare const i18nMessages: {
370
404
  nameRequired: string;
371
405
  includedSets: string;
372
406
  includedSetsPlaceholder: string;
407
+ overrideInherited: {
408
+ title: string;
409
+ message: string;
410
+ override: string;
411
+ keepCurrent: string;
412
+ };
373
413
  };
374
414
  categoryLabels: {
375
415
  General: string;
@@ -511,6 +551,7 @@ export declare const i18nMessages: {
511
551
  selected_permission_prefix: string;
512
552
  assigned_role_placeholder: string;
513
553
  selected_assigned_role_prefix: string;
554
+ unassigned_label: string;
514
555
  };
515
556
  emptyState: {
516
557
  title: string;
@@ -524,7 +565,9 @@ export declare const i18nMessages: {
524
565
  search: string;
525
566
  changeUser: string;
526
567
  userNotFound: string;
568
+ searchFailed: string;
527
569
  emptyError: string;
570
+ invalidEmail: string;
528
571
  };
529
572
  memberInfo: {
530
573
  memberName: string;
@@ -546,6 +589,17 @@ export declare const i18nMessages: {
546
589
  allowedCount: string;
547
590
  columnName: string;
548
591
  columnManage: string;
592
+ conditionTitle: string;
593
+ conditionCover: {
594
+ inherit: string;
595
+ custom: string;
596
+ confirmTitle: string;
597
+ confirmMessage: string;
598
+ override: string;
599
+ keep: string;
600
+ };
601
+ conditionApply: string;
602
+ conditionButtonTitle: string;
549
603
  };
550
604
  masterUser: {
551
605
  title: string;
@@ -601,6 +655,12 @@ export declare const i18nMessages: {
601
655
  nameRequired: string;
602
656
  includedSets: string;
603
657
  includedSetsPlaceholder: string;
658
+ overrideInherited: {
659
+ title: string;
660
+ message: string;
661
+ override: string;
662
+ keepCurrent: string;
663
+ };
604
664
  };
605
665
  categoryLabels: {
606
666
  General: string;
@@ -742,6 +802,7 @@ export declare const i18nMessages: {
742
802
  selected_permission_prefix: string;
743
803
  assigned_role_placeholder: string;
744
804
  selected_assigned_role_prefix: string;
805
+ unassigned_label: string;
745
806
  };
746
807
  emptyState: {
747
808
  title: string;
@@ -755,7 +816,9 @@ export declare const i18nMessages: {
755
816
  search: string;
756
817
  changeUser: string;
757
818
  userNotFound: string;
819
+ searchFailed: string;
758
820
  emptyError: string;
821
+ invalidEmail: string;
759
822
  };
760
823
  memberInfo: {
761
824
  memberName: string;
@@ -777,6 +840,17 @@ export declare const i18nMessages: {
777
840
  allowedCount: string;
778
841
  columnName: string;
779
842
  columnManage: string;
843
+ conditionTitle: string;
844
+ conditionCover: {
845
+ inherit: string;
846
+ custom: string;
847
+ confirmTitle: string;
848
+ confirmMessage: string;
849
+ override: string;
850
+ keep: string;
851
+ };
852
+ conditionApply: string;
853
+ conditionButtonTitle: string;
780
854
  };
781
855
  masterUser: {
782
856
  title: string;
@@ -839,6 +913,12 @@ export declare const i18nMessages: {
839
913
  nameRequired: string;
840
914
  includedSets: string;
841
915
  includedSetsPlaceholder: string;
916
+ overrideInherited: {
917
+ title: string;
918
+ message: string;
919
+ override: string;
920
+ keepCurrent: string;
921
+ };
842
922
  };
843
923
  categoryLabels: {
844
924
  General: string;
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .employee-list-table[data-v-caeeab1d] [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-e7bff8e8] [class~=gap-24]>div:first-child{display:none}.audit-log-action-label[data-v-e7bff8e8]{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-e7bff8e8]::-webkit-scrollbar{display:none}.audit-log-operation-label-detail[data-v-e7bff8e8]{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-e7bff8e8]::-webkit-scrollbar{display:none}
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}