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.
@@ -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
- }, "\xA0WBS"), React.createElement("div", {
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
- }, "\xA0Task"), React.createElement("div", {
303
+ }, "Task"), React.createElement("div", {
304
304
  className: styles.ganttTable_HeaderSeparator,
305
305
  style: {
306
306
  height: headerHeight * 0.5,
@@ -310,8 +310,9 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
310
310
  className: styles.ganttTable_HeaderItem,
311
311
  style: {
312
312
  minWidth: parseInt(rowWidth) * 0.6
313
- }
314
- }, "\xA0Planned Start"), React.createElement("div", {
313
+ },
314
+ title: "Planned Start"
315
+ }, "Start"), React.createElement("div", {
315
316
  className: styles.ganttTable_HeaderSeparator,
316
317
  style: {
317
318
  height: headerHeight * 0.5,
@@ -321,8 +322,9 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
321
322
  className: styles.ganttTable_HeaderItem,
322
323
  style: {
323
324
  minWidth: parseInt(rowWidth) * 0.6
324
- }
325
- }, "\xA0Planned End")));
325
+ },
326
+ title: "Planned Finish"
327
+ }, "Finish")));
326
328
  };
327
329
 
328
330
  var styles$1 = {"taskListWrapper":"_3ZbQT","taskListTableRow":"_34SS0","taskListCell":"_3lLk3","taskListNameWrapper":"_nI1Xw","taskListExpander":"_2QjE6","taskListEmptyExpander":"_2TfEi","taskListText":"_2ZvXU"};