@masterteam/task-schedule 0.0.24 → 0.0.25

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.24",
3
+ "version": "0.0.25",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/task-schedule",
6
6
  "linkDirectory": false,
@@ -11,8 +11,8 @@
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",
14
+ "@masterteam/components": "^0.0.206",
15
+ "@masterteam/forms": "^0.0.103",
16
16
  "@masterteam/icons": "^0.0.17",
17
17
  "@syncfusion/ej2-angular-gantt": "^32.2.9",
18
18
  "@syncfusion/ej2-base": "^32.2.9",
@@ -626,7 +626,13 @@ declare class TaskScheduleImportDialog {
626
626
  private markImportResultDirty;
627
627
  private buildApplyPayloadData;
628
628
  private buildApplyPayloadTask;
629
- private resolveParentGuidForPreviewRow;
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;