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