@masterteam/task-schedule 0.0.24 → 0.0.26
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.26",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"directory": "../../../dist/masterteam/task-schedule",
|
|
6
6
|
"linkDirectory": false,
|
|
@@ -11,9 +11,6 @@
|
|
|
11
11
|
"@angular/core": "^21.2.8",
|
|
12
12
|
"@angular/forms": "^21.2.8",
|
|
13
13
|
"@jsverse/transloco": "^8.3.0",
|
|
14
|
-
"@masterteam/components": "^0.0.203",
|
|
15
|
-
"@masterteam/forms": "^0.0.100",
|
|
16
|
-
"@masterteam/icons": "^0.0.17",
|
|
17
14
|
"@syncfusion/ej2-angular-gantt": "^32.2.9",
|
|
18
15
|
"@syncfusion/ej2-base": "^32.2.9",
|
|
19
16
|
"@syncfusion/ej2-pdf-export": "^32.2.3",
|
|
@@ -23,7 +20,10 @@
|
|
|
23
20
|
"postcss": "^8.5.9",
|
|
24
21
|
"primeng": "21.1.5",
|
|
25
22
|
"tailwindcss": "^4.2.2",
|
|
26
|
-
"tailwindcss-primeui": "^0.6.1"
|
|
23
|
+
"tailwindcss-primeui": "^0.6.1",
|
|
24
|
+
"@masterteam/components": "^0.0.207",
|
|
25
|
+
"@masterteam/icons": "^0.0.17",
|
|
26
|
+
"@masterteam/forms": "^0.0.103"
|
|
27
27
|
},
|
|
28
28
|
"sideEffects": false,
|
|
29
29
|
"exports": {
|
|
@@ -47,4 +47,4 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"tslib": "^2.8.1"
|
|
49
49
|
}
|
|
50
|
-
}
|
|
50
|
+
}
|
|
@@ -626,7 +626,13 @@ declare class TaskScheduleImportDialog {
|
|
|
626
626
|
private markImportResultDirty;
|
|
627
627
|
private buildApplyPayloadData;
|
|
628
628
|
private buildApplyPayloadTask;
|
|
629
|
-
private
|
|
629
|
+
private resolveParentExternalIdForPreviewRow;
|
|
630
|
+
/**
|
|
631
|
+
* A unique, stable external id for the import DTO. The MPP parse yields
|
|
632
|
+
* `guid`/`externalId` of "None" for tasks without one, which the backend
|
|
633
|
+
* rejects as a duplicate/reserved value — fall back to the task's unique id.
|
|
634
|
+
*/
|
|
635
|
+
private toStableExternalId;
|
|
630
636
|
private resolveChildTasks;
|
|
631
637
|
private resolveTaskKey;
|
|
632
638
|
private collectTreeNodes;
|