gantt-task-react-powern 0.4.18 → 0.4.20
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.css +1 -0
- package/dist/index.js +6 -5
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +6 -5
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -288,7 +288,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
|
|
|
288
288
|
minWidth: parseInt(rowWidth) * 0.8,
|
|
289
289
|
maxWidth: parseInt(rowWidth) * 0.8
|
|
290
290
|
}
|
|
291
|
-
}, "
|
|
291
|
+
}, "WBS"), React.createElement("div", {
|
|
292
292
|
className: styles.ganttTable_HeaderSeparator,
|
|
293
293
|
style: {
|
|
294
294
|
height: headerHeight * 0.5,
|
|
@@ -300,7 +300,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
|
|
|
300
300
|
minWidth: parseInt(rowWidth) * 2,
|
|
301
301
|
maxWidth: parseInt(rowWidth) * 2
|
|
302
302
|
}
|
|
303
|
-
}, "
|
|
303
|
+
}, "Task"), React.createElement("div", {
|
|
304
304
|
className: styles.ganttTable_HeaderSeparator,
|
|
305
305
|
style: {
|
|
306
306
|
height: headerHeight * 0.5,
|
|
@@ -312,7 +312,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
|
|
|
312
312
|
minWidth: parseInt(rowWidth) * 0.6
|
|
313
313
|
},
|
|
314
314
|
title: "Planned Start"
|
|
315
|
-
}, "
|
|
315
|
+
}, "Start"), React.createElement("div", {
|
|
316
316
|
className: styles.ganttTable_HeaderSeparator,
|
|
317
317
|
style: {
|
|
318
318
|
height: headerHeight * 0.5,
|
|
@@ -324,7 +324,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
|
|
|
324
324
|
minWidth: parseInt(rowWidth) * 0.6
|
|
325
325
|
},
|
|
326
326
|
title: "Planned Finish"
|
|
327
|
-
}, "
|
|
327
|
+
}, "Finish")));
|
|
328
328
|
};
|
|
329
329
|
|
|
330
330
|
var styles$1 = {"taskListWrapper":"_3ZbQT","taskListTableRow":"_34SS0","taskListCell":"_3lLk3","taskListNameWrapper":"_nI1Xw","taskListExpander":"_2QjE6","taskListEmptyExpander":"_2TfEi","taskListText":"_2ZvXU"};
|
|
@@ -574,7 +574,8 @@ var VerticalScroll = function VerticalScroll(_ref) {
|
|
|
574
574
|
style: {
|
|
575
575
|
height: ganttHeight,
|
|
576
576
|
marginTop: headerHeight,
|
|
577
|
-
marginLeft: rtl ? "" : "-1rem"
|
|
577
|
+
marginLeft: rtl ? "" : "-1rem",
|
|
578
|
+
marginRight: "1rem"
|
|
578
579
|
},
|
|
579
580
|
className: styles$3.scroll,
|
|
580
581
|
onScroll: onScroll,
|