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