gantt-task-react-powern 0.3.9 → 0.3.10
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 +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -4
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -276,7 +276,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
|
|
|
276
276
|
style: {
|
|
277
277
|
minWidth: rowWidth
|
|
278
278
|
}
|
|
279
|
-
}, "\
|
|
279
|
+
}, "\xA0WBS"), React__default.createElement("div", {
|
|
280
280
|
className: styles.ganttTable_HeaderSeparator,
|
|
281
281
|
style: {
|
|
282
282
|
height: headerHeight * 0.5,
|
|
@@ -287,7 +287,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
|
|
|
287
287
|
style: {
|
|
288
288
|
minWidth: rowWidth
|
|
289
289
|
}
|
|
290
|
-
}, "\
|
|
290
|
+
}, "\xA0Task"), React__default.createElement("div", {
|
|
291
291
|
className: styles.ganttTable_HeaderSeparator,
|
|
292
292
|
style: {
|
|
293
293
|
height: headerHeight * 0.5,
|
|
@@ -298,7 +298,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
|
|
|
298
298
|
style: {
|
|
299
299
|
minWidth: rowWidth
|
|
300
300
|
}
|
|
301
|
-
}, "\
|
|
301
|
+
}, "\xA0Start"), React__default.createElement("div", {
|
|
302
302
|
className: styles.ganttTable_HeaderSeparator,
|
|
303
303
|
style: {
|
|
304
304
|
height: headerHeight * 0.5,
|
|
@@ -309,7 +309,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
|
|
|
309
309
|
style: {
|
|
310
310
|
minWidth: rowWidth
|
|
311
311
|
}
|
|
312
|
-
}, "\
|
|
312
|
+
}, "\xA0Finish")));
|
|
313
313
|
};
|
|
314
314
|
|
|
315
315
|
var styles$1 = {"taskListWrapper":"_3ZbQT","taskListTableRow":"_34SS0","taskListCell":"_3lLk3","taskListNameWrapper":"_nI1Xw","taskListExpander":"_2QjE6","taskListEmptyExpander":"_2TfEi"};
|