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.modern.js
CHANGED
|
@@ -275,7 +275,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
|
|
|
275
275
|
style: {
|
|
276
276
|
minWidth: rowWidth
|
|
277
277
|
}
|
|
278
|
-
}, "\
|
|
278
|
+
}, "\xA0WBS"), React.createElement("div", {
|
|
279
279
|
className: styles.ganttTable_HeaderSeparator,
|
|
280
280
|
style: {
|
|
281
281
|
height: headerHeight * 0.5,
|
|
@@ -286,7 +286,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
|
|
|
286
286
|
style: {
|
|
287
287
|
minWidth: rowWidth
|
|
288
288
|
}
|
|
289
|
-
}, "\
|
|
289
|
+
}, "\xA0Task"), React.createElement("div", {
|
|
290
290
|
className: styles.ganttTable_HeaderSeparator,
|
|
291
291
|
style: {
|
|
292
292
|
height: headerHeight * 0.5,
|
|
@@ -297,7 +297,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
|
|
|
297
297
|
style: {
|
|
298
298
|
minWidth: rowWidth
|
|
299
299
|
}
|
|
300
|
-
}, "\
|
|
300
|
+
}, "\xA0Start"), React.createElement("div", {
|
|
301
301
|
className: styles.ganttTable_HeaderSeparator,
|
|
302
302
|
style: {
|
|
303
303
|
height: headerHeight * 0.5,
|
|
@@ -308,7 +308,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
|
|
|
308
308
|
style: {
|
|
309
309
|
minWidth: rowWidth
|
|
310
310
|
}
|
|
311
|
-
}, "\
|
|
311
|
+
}, "\xA0Finish")));
|
|
312
312
|
};
|
|
313
313
|
|
|
314
314
|
var styles$1 = {"taskListWrapper":"_3ZbQT","taskListTableRow":"_34SS0","taskListCell":"_3lLk3","taskListNameWrapper":"_nI1Xw","taskListExpander":"_2QjE6","taskListEmptyExpander":"_2TfEi"};
|