@dxs-ts/eveli-ide 2.0.51 → 2.0.52

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/gitlog.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "libraryName": "@dxs-ts/eveli-ide",
3
- "version": "2.0.51",
3
+ "version": "2.0.52",
4
4
  "generatedFiles": [
5
5
  {
6
6
  "name": "index.css",
@@ -8,11 +8,11 @@
8
8
  },
9
9
  {
10
10
  "name": "index.d.ts",
11
- "size": 328420
11
+ "size": 329052
12
12
  },
13
13
  {
14
14
  "name": "index.js",
15
- "size": 3979625
15
+ "size": 3978287
16
16
  }
17
17
  ],
18
18
  "internalDependencies": [
@@ -77,15 +77,39 @@
77
77
  },
78
78
  "moduleLogs": [
79
79
  {
80
- "hash": "4a6ea6b0e97460b162b2dac05179180a3a135a9c",
81
- "date": "2025-11-17 14:43:13 +0200",
80
+ "hash": "e6cea072a37c1814e24a4a8f9fd3a951c72f9a5d",
81
+ "date": "2025-11-17 16:02:44 +0200",
82
82
  "author": "Vahur Krouverk",
83
- "comment": "added missing translations",
83
+ "comment": "task retransfer is enabled only with corresponding permission",
84
84
  "issueId": "",
85
85
  "modules": [
86
- "@dxs-ts/eveli-intl",
86
+ "@dxs-ts/eveli-api",
87
+ "@dxs-ts/eveli-primitives",
88
+ "@dxs-ts/eveli-routes",
89
+ "@dxs-ts/task-api",
87
90
  "@dxs-ts/task-composer-v1"
88
91
  ]
92
+ },
93
+ {
94
+ "hash": "b9b95b3a6c7ec78c0ca5403bb107ef1261ea24e1",
95
+ "date": "2025-11-17 15:38:23 +0200",
96
+ "author": "jocelyn.mutso",
97
+ "comment": "remove default message from translation keys",
98
+ "issueId": "",
99
+ "modules": [
100
+ "@dxs-ts/task-composer-v2"
101
+ ]
102
+ },
103
+ {
104
+ "hash": "e87f82502399a66988008f1b1ef1de098c2899e7",
105
+ "date": "2025-11-17 15:34:56 +0200",
106
+ "author": "jocelyn.mutso",
107
+ "comment": "remove default message from translation keys",
108
+ "issueId": "",
109
+ "modules": [
110
+ "@dxs-ts/eveli-intl",
111
+ "@dxs-ts/task-composer-v2"
112
+ ]
89
113
  }
90
114
  ]
91
115
  }
package/dist/index.d.ts CHANGED
@@ -822,6 +822,7 @@ declare const EveliPermissionMapping: {
822
822
  DELETE_TASK: (input: IamApi.UserPermission) => boolean;
823
823
  DELETE_STENCIL_ASSET: (input: IamApi.UserPermission) => boolean;
824
824
  TASK_REOPEN: (input: IamApi.UserPermission) => boolean;
825
+ TASK_RETRANSFER: (input: IamApi.UserPermission) => boolean;
825
826
  NAV_TO_TABLES_V2: (input: IamApi.UserPermission) => boolean;
826
827
  };
827
828
 
@@ -1295,7 +1296,7 @@ export declare namespace IamApi {
1295
1296
  }
1296
1297
 
1297
1298
  export declare namespace IamApi {
1298
- export type UserPermission = 'WRENCH_VIEW' | 'WRENCH_EDIT' | 'STENCIL_VIEW' | 'STENCIL_EDIT' | 'TASK_ALL_VIEW' | 'TASK_ALL_EDIT' | 'TASK_ALL_DELETE' | 'TASK_GROUP_VIEW' | 'TASK_GROUP_EDIT' | 'RELEASE_VIEW' | 'RELEASE_EDIT' | 'DEPLOYMENT_VIEW' | 'DEPLOYMENT_EDIT' | 'DASHBOARD_VIEW' | 'FEEDBACK_VIEW' | 'FEEBACK_EDIT' | 'DIALOB_VIEW' | 'DIALOB_EDIT' | 'TABLES_V2' | 'BATCH_VIEW' | 'BATCH_EDIT' | 'TASK_REOPEN' | 'USER_PROFILE_EDIT' | 'HEALTH_VIEW' | 'TAGOMI_EDIT' | 'CONTRACT_EDIT';
1299
+ export type UserPermission = 'WRENCH_VIEW' | 'WRENCH_EDIT' | 'STENCIL_VIEW' | 'STENCIL_EDIT' | 'TASK_ALL_VIEW' | 'TASK_ALL_EDIT' | 'TASK_ALL_DELETE' | 'TASK_GROUP_VIEW' | 'TASK_GROUP_EDIT' | 'RELEASE_VIEW' | 'RELEASE_EDIT' | 'DEPLOYMENT_VIEW' | 'DEPLOYMENT_EDIT' | 'DASHBOARD_VIEW' | 'FEEDBACK_VIEW' | 'FEEBACK_EDIT' | 'DIALOB_VIEW' | 'DIALOB_EDIT' | 'TABLES_V2' | 'BATCH_VIEW' | 'BATCH_EDIT' | 'TASK_REOPEN' | 'USER_PROFILE_EDIT' | 'HEALTH_VIEW' | 'TAGOMI_EDIT' | 'CONTRACT_EDIT' | 'TASK_RETRANSFER';
1299
1300
  export interface User {
1300
1301
  userId: string;
1301
1302
  name: string;
@@ -2320,6 +2321,7 @@ export declare const messages: {
2320
2321
  'taskcard.title.customerMessages': string;
2321
2322
  'taskcard.title.notes': string;
2322
2323
  'taskcard.title.statusAndPriority': string;
2324
+ 'taskcard.title.formReview': string;
2323
2325
  'taskcard.title.history': string;
2324
2326
  'taskcard.title.taskRefId': string;
2325
2327
  'taskcard.title.assignable': string;
@@ -2390,6 +2392,18 @@ export declare const messages: {
2390
2392
  'task.feedback.title': string;
2391
2393
  'task.feedback.detailedResponse': string;
2392
2394
  'task.feedback.notPublished': string;
2395
+ 'task.attachments': string;
2396
+ 'task.button.uploadFile': string;
2397
+ 'task.file.fileName': string;
2398
+ 'task.file.uploadDate': string;
2399
+ 'task.files.none': string;
2400
+ 'task.customerMessages.user.message.wroteOn': string;
2401
+ 'task.notes.edit': string;
2402
+ 'task.notes.history': string;
2403
+ 'task.notes.none': string;
2404
+ 'task.notes.newNote': string;
2405
+ 'task.status.percComplete': string;
2406
+ 'task.priorityAndStatusEdit': string;
2393
2407
  'toolbar.tagomi': string;
2394
2408
  'tagomi.services.searchAll': string;
2395
2409
  'tagomi.main.services.all': string;