gantt-task-react
Advanced tools
Comparing version 0.3.6 to 0.3.7
import { Task, ViewMode } from "../types/public-types"; | ||
import DateTimeFormatOptions = Intl.DateTimeFormatOptions; | ||
import DateTimeFormat = Intl.DateTimeFormat; | ||
declare type DateHelperScales = "year" | "month" | "day" | "hour" | "minute" | "second" | "millisecond"; | ||
export declare const getCachedDateTimeFormat: (locString: string | string[], opts?: DateTimeFormatOptions) => DateTimeFormat; | ||
export declare const addToDate: (date: Date, quantity: number, scale: DateHelperScales) => Date; | ||
@@ -4,0 +7,0 @@ export declare const startOfDate: (date: Date, scale: DateHelperScales) => Date; |
{ | ||
"name": "gantt-task-react", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "Interactive Gantt Chart for React with TypeScript.", | ||
@@ -5,0 +5,0 @@ "author": "MaTeMaTuK <maksym.vikarii@gmail.com>", |
@@ -78,2 +78,3 @@ # gantt-task-react | ||
| onProgressChange\* | (task: Task, children: Task[]) => void/boolean/Promise<void>/Promise<boolean> | Specifies the function to be executed when drag taskbar progress event has finished. | | ||
| onExpanderClick\* | onExpanderClick: (task: Task) => void; | Specifies the function to be executed on the table expander click | | ||
| timeStep | (task: Task) => number | A time step value for onDateChange. Specify in milliseconds. | | ||
@@ -80,0 +81,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
597012
5114
146