gantt-task-react-powern 0.6.39 → 0.6.40
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -358,7 +358,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
|
|
|
358
358
|
}
|
|
359
359
|
}), {
|
|
360
360
|
resizable: false
|
|
361
|
-
}), cell("id", 0.8, "ID"), cell("wbs", 0.8, "WBS Code / Activity ID"), cell("name", 1.8, "
|
|
361
|
+
}), cell("id", 0.8, "ID"), cell("wbs", 0.8, "WBS Code / Activity ID"), cell("name", 1.8, "Task"), cell("plannedStart", 0.6, "Planned Start", {
|
|
362
362
|
title: "Planned Start"
|
|
363
363
|
}), cell("plannedEnd", 0.6, "Planned End", {
|
|
364
364
|
title: "Planned End"
|