gantt-task-react-powern 0.6.5 → 0.6.6
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 +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -2
- package/dist/index.modern.js.map +1 -1
- package/dist/types/public-types.d.ts +1 -0
- package/package.json +1 -1
|
@@ -154,6 +154,7 @@ export interface StylingOption {
|
|
|
154
154
|
}>;
|
|
155
155
|
taskLabelRenderer?: (Task: Task) => React.ReactNode;
|
|
156
156
|
taskProgressColor?: string;
|
|
157
|
+
delayToRender?: number;
|
|
157
158
|
}
|
|
158
159
|
export interface GanttProps extends EventOption, DisplayOption, StylingOption {
|
|
159
160
|
tasks: Task[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gantt-task-react-powern",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
4
4
|
"description": "Interactive Gantt Chart for React with TypeScript.",
|
|
5
5
|
"author": "lewibs <benjamin.lewis@powern.ai>",
|
|
6
6
|
"homepage": "https://github.com/powernai/gantt-task-react-powern",
|