@acrool/react-kanban
Advanced tools
Comparing version 2.0.1-alpha.4 to 2.0.1-alpha.5
@@ -8,2 +8,4 @@ import * as React from 'react'; | ||
onChangePriority?: (id: string, isPriorityHeight: boolean) => void; | ||
isDragGroupDisabled: boolean; | ||
isDragTaskDisabled: boolean; | ||
} | ||
@@ -15,3 +17,3 @@ export declare const KanbanContext: React.Context<IKanbanContext>; | ||
} | ||
declare const KanbanProvider: ({ children, tasks, onClickTaskCard, isVisibleBanner, onChangePriority, }: IProps) => JSX.Element; | ||
declare const KanbanProvider: ({ children, tasks, onClickTaskCard, isVisibleBanner, onChangePriority, isDragGroupDisabled, isDragTaskDisabled, }: IProps) => JSX.Element; | ||
export default KanbanProvider; |
@@ -58,3 +58,3 @@ import * as React from 'react'; | ||
onRenameGroup?: TOnRenameGroup; | ||
onChangePriority: (id: string, isPriorityHeight: boolean) => void; | ||
onChangePriority?: (id: string, isPriorityHeight: boolean) => void; | ||
onGroupChangeSequence?: TOnGroupChangeSequence; | ||
@@ -61,0 +61,0 @@ onTaskChangeSequence?: TOnTaskChangeSequence; |
{ | ||
"name": "@acrool/react-kanban", | ||
"version": "2.0.1-alpha.4", | ||
"version": "2.0.1-alpha.5", | ||
"description": "Most modern kanban with dnd for ReactJS", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
351329
10994