@masterteam/task-schedule 0.0.1 → 0.0.2
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@masterteam/task-schedule",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"directory": "../../../dist/masterteam/task-schedule",
|
|
6
6
|
"linkDirectory": false,
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"@angular/common": "^21.0.3",
|
|
11
11
|
"@angular/core": "^21.0.3",
|
|
12
12
|
"@angular/forms": "^21.0.3",
|
|
13
|
-
"@syncfusion/ej2-angular-gantt": "^32.2.
|
|
14
|
-
"@syncfusion/ej2-base": "^32.2.
|
|
13
|
+
"@syncfusion/ej2-angular-gantt": "^32.2.9",
|
|
14
|
+
"@syncfusion/ej2-base": "^32.2.9",
|
|
15
15
|
"@syncfusion/ej2-pdf-export": "^32.2.3",
|
|
16
16
|
"rxjs": "^7.8.2",
|
|
17
17
|
"@primeuix/themes": "^2.0.2",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"primeng": "21.0.1",
|
|
21
21
|
"tailwindcss": "^4.1.17",
|
|
22
22
|
"tailwindcss-primeui": "^0.6.1",
|
|
23
|
-
"@masterteam/
|
|
24
|
-
"@masterteam/
|
|
23
|
+
"@masterteam/icons": "^0.0.13",
|
|
24
|
+
"@masterteam/components": "^0.0.101"
|
|
25
25
|
},
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"exports": {
|
|
@@ -324,6 +324,10 @@ declare class TaskScheduleBackendAdapter implements TaskScheduleDataAdapter {
|
|
|
324
324
|
applyImportedTasks(context: TaskScheduleContext, payload: TaskScheduleApplyImportPayload): Observable<unknown>;
|
|
325
325
|
setBaseline(context: TaskScheduleContext, payload?: Record<string, unknown>): Observable<unknown>;
|
|
326
326
|
exportTasks(context: TaskScheduleContext): Observable<Blob>;
|
|
327
|
+
private mapRuntimeMutationPayload;
|
|
328
|
+
private mapRuntimeBulkUpdatePayload;
|
|
329
|
+
private mapRuntimeOrderUpdatePayload;
|
|
330
|
+
private resolveRuntimeScheduleItemType;
|
|
327
331
|
private loadCustomColumns;
|
|
328
332
|
private resolveTreeRouteTemplate;
|
|
329
333
|
private buildTreeRouteParams;
|
|
@@ -335,6 +339,11 @@ declare class TaskScheduleBackendAdapter implements TaskScheduleDataAdapter {
|
|
|
335
339
|
private buildIdempotencyKey;
|
|
336
340
|
private unwrapResponse;
|
|
337
341
|
private extractTaskArray;
|
|
342
|
+
private normalizeTaskRows;
|
|
343
|
+
private flattenResourceGroups;
|
|
344
|
+
private attachGroupResource;
|
|
345
|
+
private mergeTaskResources;
|
|
346
|
+
private resolveResourceIdentity;
|
|
338
347
|
private mapRuntimeTask;
|
|
339
348
|
private applyModelTransformations;
|
|
340
349
|
private resolveResources;
|