gantt-task-react-powern 0.4.94 → 0.4.96
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/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -5
package/dist/index.modern.js
CHANGED
|
@@ -3393,6 +3393,7 @@ function getCriticalPaths(leafTasks) {
|
|
|
3393
3393
|
primaryLeaf = taskMap[primaryLeaf].next;
|
|
3394
3394
|
}
|
|
3395
3395
|
|
|
3396
|
+
console.debug(taskMap);
|
|
3396
3397
|
var secondaryLeaf;
|
|
3397
3398
|
var secondaryDuration = 0;
|
|
3398
3399
|
|
|
@@ -3431,6 +3432,7 @@ function computeCriticalPath(taskID, taskMap) {
|
|
|
3431
3432
|
var dependency = (_dependentTask$depend = dependentTask.dependencies) === null || _dependentTask$depend === void 0 ? void 0 : _dependentTask$depend.find(function (d) {
|
|
3432
3433
|
return d.id === taskID;
|
|
3433
3434
|
});
|
|
3435
|
+
console.debug(dependency);
|
|
3434
3436
|
if (!dependency) continue;
|
|
3435
3437
|
|
|
3436
3438
|
switch (dependency.type) {
|