gantt-task-react-powern 0.4.17 → 0.4.19
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 +2 -1
- package/dist/index.js +8 -6
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +8 -6
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -289,7 +289,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
|
|
|
289
289
|
minWidth: parseInt(rowWidth) * 0.8,
|
|
290
290
|
maxWidth: parseInt(rowWidth) * 0.8
|
|
291
291
|
}
|
|
292
|
-
}, "
|
|
292
|
+
}, "WBS"), React__default.createElement("div", {
|
|
293
293
|
className: styles.ganttTable_HeaderSeparator,
|
|
294
294
|
style: {
|
|
295
295
|
height: headerHeight * 0.5,
|
|
@@ -301,7 +301,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
|
|
|
301
301
|
minWidth: parseInt(rowWidth) * 2,
|
|
302
302
|
maxWidth: parseInt(rowWidth) * 2
|
|
303
303
|
}
|
|
304
|
-
}, "
|
|
304
|
+
}, "Task"), React__default.createElement("div", {
|
|
305
305
|
className: styles.ganttTable_HeaderSeparator,
|
|
306
306
|
style: {
|
|
307
307
|
height: headerHeight * 0.5,
|
|
@@ -311,8 +311,9 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
|
|
|
311
311
|
className: styles.ganttTable_HeaderItem,
|
|
312
312
|
style: {
|
|
313
313
|
minWidth: parseInt(rowWidth) * 0.6
|
|
314
|
-
}
|
|
315
|
-
|
|
314
|
+
},
|
|
315
|
+
title: "Planned Start"
|
|
316
|
+
}, "Start"), React__default.createElement("div", {
|
|
316
317
|
className: styles.ganttTable_HeaderSeparator,
|
|
317
318
|
style: {
|
|
318
319
|
height: headerHeight * 0.5,
|
|
@@ -322,8 +323,9 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
|
|
|
322
323
|
className: styles.ganttTable_HeaderItem,
|
|
323
324
|
style: {
|
|
324
325
|
minWidth: parseInt(rowWidth) * 0.6
|
|
325
|
-
}
|
|
326
|
-
|
|
326
|
+
},
|
|
327
|
+
title: "Planned Finish"
|
|
328
|
+
}, "Finish")));
|
|
327
329
|
};
|
|
328
330
|
|
|
329
331
|
var styles$1 = {"taskListWrapper":"_3ZbQT","taskListTableRow":"_34SS0","taskListCell":"_3lLk3","taskListNameWrapper":"_nI1Xw","taskListExpander":"_2QjE6","taskListEmptyExpander":"_2TfEi","taskListText":"_2ZvXU"};
|