gantt-task-react-powern 0.6.7 → 0.6.8
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 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -3142,8 +3142,6 @@ var Gantt = function Gantt(_ref) {
|
|
|
3142
3142
|
}
|
|
3143
3143
|
}, [startDate, endDate]);
|
|
3144
3144
|
useEffect(function () {
|
|
3145
|
-
console.debug("Tasks or view mode changed, recalculating bars...");
|
|
3146
|
-
|
|
3147
3145
|
if (debounceRef.current) {
|
|
3148
3146
|
clearTimeout(debounceRef.current);
|
|
3149
3147
|
}
|
|
@@ -3197,7 +3195,7 @@ var Gantt = function Gantt(_ref) {
|
|
|
3197
3195
|
|
|
3198
3196
|
setBarTasks(convertToBarTasks(filteredTasks, newDates, columnWidth, rowHeight, taskHeight, barCornerRadius, handleWidth, rtl, barProgressColor, barProgressSelectedColor, barBackgroundColor, barBackgroundSelectedColor, projectProgressColor, projectProgressSelectedColor, projectBackgroundColor, projectBackgroundSelectedColor, milestoneBackgroundColor, milestoneBackgroundSelectedColor));
|
|
3199
3197
|
}, delayToRender);
|
|
3200
|
-
}, [tasks, viewMode, preStepsCount, rowHeight, barCornerRadius, columnWidth, taskHeight, handleWidth, barProgressColor, barProgressSelectedColor, barBackgroundColor, barBackgroundSelectedColor, projectProgressColor, projectProgressSelectedColor, projectBackgroundColor, projectBackgroundSelectedColor, milestoneBackgroundColor, milestoneBackgroundSelectedColor, rtl, onExpanderClick]);
|
|
3198
|
+
}, [tasks, viewMode, preStepsCount, rowHeight, barCornerRadius, columnWidth, taskHeight, handleWidth, barProgressColor, barProgressSelectedColor, barBackgroundColor, barBackgroundSelectedColor, projectProgressColor, projectProgressSelectedColor, projectBackgroundColor, projectBackgroundSelectedColor, milestoneBackgroundColor, milestoneBackgroundSelectedColor, rtl, scrollX, onExpanderClick]);
|
|
3201
3199
|
useEffect(function () {
|
|
3202
3200
|
return function () {
|
|
3203
3201
|
clearTimeout(debounceRef.current);
|