gantt-task-react-powern 0.4.66 → 0.4.67
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/components/task-list/task-list-header.d.ts +1 -2
- package/dist/components/task-list/task-list-table.d.ts +0 -2
- package/dist/components/task-list/task-list.d.ts +1 -4
- package/dist/index.css +18 -0
- package/dist/index.js +441 -466
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +441 -466
- package/dist/index.modern.js.map +1 -1
- package/dist/types/public-types.d.ts +0 -4
- package/package.json +1 -1
|
@@ -76,10 +76,6 @@ export interface EventOption {
|
|
|
76
76
|
* Invokes on expander on task list
|
|
77
77
|
*/
|
|
78
78
|
onExpanderClick?: (task: Task) => void;
|
|
79
|
-
/**
|
|
80
|
-
* Invokes when tasks are multi-selected via checkboxes
|
|
81
|
-
*/
|
|
82
|
-
onMultiSelect?: (tasks: Task[]) => void;
|
|
83
79
|
}
|
|
84
80
|
export interface DisplayOption {
|
|
85
81
|
viewMode?: ViewMode;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gantt-task-react-powern",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.67",
|
|
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",
|