gantt-task-react-powern 0.4.62 → 0.4.63

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.
@@ -146,4 +146,6 @@ export interface StylingOption {
146
146
  export interface GanttProps extends EventOption, DisplayOption, StylingOption {
147
147
  tasks: Task[];
148
148
  leafTasks?: Task[];
149
+ selectedTaskIds?: string[];
150
+ onTaskSelectionChange?: (taskIds: string[]) => void;
149
151
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-task-react-powern",
3
- "version": "0.4.62",
3
+ "version": "0.4.63",
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",