gantt-task-react-powern 0.4.8 → 0.4.9
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 +3 -13
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -13
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -288,7 +288,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
|
|
|
288
288
|
minWidth: parseInt(rowWidth) / 2,
|
|
289
289
|
maxWidth: parseInt(rowWidth) / 2
|
|
290
290
|
}
|
|
291
|
-
}, "\
|
|
291
|
+
}, "\xA0WBS"), React.createElement("div", {
|
|
292
292
|
className: styles.ganttTable_HeaderSeparator,
|
|
293
293
|
style: {
|
|
294
294
|
height: headerHeight * 0.5,
|
|
@@ -393,11 +393,7 @@ var TaskListTableDefault = function TaskListTableDefault(_ref) {
|
|
|
393
393
|
},
|
|
394
394
|
title: t.id
|
|
395
395
|
}, React.createElement("div", {
|
|
396
|
-
className: styles$1.taskListNameWrapper
|
|
397
|
-
style: {
|
|
398
|
-
minWidth: parseInt(rowWidth) / 2,
|
|
399
|
-
maxWidth: parseInt(rowWidth) / 2
|
|
400
|
-
}
|
|
396
|
+
className: styles$1.taskListNameWrapper
|
|
401
397
|
}, React.createElement("div", {
|
|
402
398
|
className: styles$1.taskListExpander,
|
|
403
399
|
onClick: function onClick() {
|
|
@@ -409,13 +405,7 @@ var TaskListTableDefault = function TaskListTableDefault(_ref) {
|
|
|
409
405
|
minWidth: parseInt(rowWidth) * 1.5,
|
|
410
406
|
maxWidth: parseInt(rowWidth) * 1.5
|
|
411
407
|
}
|
|
412
|
-
}, React.createElement("div", {
|
|
413
|
-
style: {
|
|
414
|
-
minWidth: parseInt(rowWidth) * 1.3,
|
|
415
|
-
maxWidth: parseInt(rowWidth) * 1.3,
|
|
416
|
-
overflow: "hidden"
|
|
417
|
-
}
|
|
418
|
-
}, taskLabelRenderer(t))), React.createElement("div", {
|
|
408
|
+
}, React.createElement("div", null, taskLabelRenderer(t))), React.createElement("div", {
|
|
419
409
|
className: styles$1.taskListCell,
|
|
420
410
|
style: {
|
|
421
411
|
minWidth: rowWidth,
|