gantt-task-react-powern 0.6.16 → 0.6.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.
@@ -47,5 +47,7 @@ export declare type TaskListProps = {
47
47
  taskLabelRenderer?: (Task: Task) => React.ReactNode;
48
48
  virtualItems?: VirtualItem[];
49
49
  }>;
50
+ containerWidth?: number;
51
+ innerScrollRef?: React.RefObject<HTMLDivElement>;
50
52
  } & EventOption;
51
53
  export declare const TaskList: React.FC<TaskListProps>;
package/dist/index.css CHANGED
@@ -20,10 +20,10 @@
20
20
  display: table-cell;
21
21
  vertical-align: -webkit-baseline-middle;
22
22
  vertical-align: middle;
23
- overflow: hidden;
23
+ overflow: visible;
24
24
  text-align: center;
25
- white-space: nowrap;
26
- text-overflow: ellipsis;
25
+ white-space: normal;
26
+ word-break: break-word;
27
27
  }
28
28
 
29
29
  ._3ZbQT {
@@ -162,6 +162,14 @@
162
162
  background-clip: padding-box;
163
163
  }
164
164
 
165
+ ._38emS {
166
+ scrollbar-width: none;
167
+ -ms-overflow-style: none;
168
+ }
169
+ ._38emS::-webkit-scrollbar {
170
+ display: none;
171
+ }
172
+
165
173
  ._2dZTy {
166
174
  fill: #fff;
167
175
  }