gantt-task-react-powern 0.4.68 → 0.4.69

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 CHANGED
@@ -309,6 +309,18 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
309
309
  height: headerHeight * 0.5,
310
310
  marginTop: headerHeight * 0.2
311
311
  }
312
+ }), React__default.createElement("div", {
313
+ className: styles.ganttTable_HeaderItem,
314
+ style: {
315
+ minWidth: parseInt(rowWidth) * 0.8,
316
+ maxWidth: parseInt(rowWidth) * 0.8
317
+ }
318
+ }, "ID"), React__default.createElement("div", {
319
+ className: styles.ganttTable_HeaderSeparator,
320
+ style: {
321
+ height: headerHeight * 0.5,
322
+ marginTop: headerHeight * 0.2
323
+ }
312
324
  }), React__default.createElement("div", {
313
325
  className: styles.ganttTable_HeaderItem,
314
326
  style: {
@@ -438,6 +450,13 @@ var TaskListTableDefault = function TaskListTableDefault(_ref) {
438
450
  fontSize: "16px"
439
451
  }
440
452
  }, "\u2714") : ""))), React__default.createElement("div", {
453
+ className: styles$1.taskListCell,
454
+ style: {
455
+ minWidth: parseInt(rowWidth) * 0.8,
456
+ maxWidth: parseInt(rowWidth) * 0.8
457
+ },
458
+ title: t.optionalId ? t.optionalId : ""
459
+ }, t.optionalId), React__default.createElement("div", {
441
460
  className: styles$1.taskListCell,
442
461
  style: {
443
462
  minWidth: parseInt(rowWidth) * 2,