@nosferatu500/react-sortable-tree
Advanced tools
Comparing version 4.0.0-beta.3 to 4.0.0-beta.4
{ | ||
"name": "@nosferatu500/react-sortable-tree", | ||
"version": "4.0.0-beta.3", | ||
"version": "4.0.0-beta.4", | ||
"description": "Drag-and-drop sortable component for nested data and hierarchies", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -1,18 +0,3 @@ | ||
export default class DndManager { | ||
constructor(treeRef: any); | ||
get startDrag(): any; | ||
get dragHover(): any; | ||
get endDrag(): any; | ||
get drop(): any; | ||
get treeId(): any; | ||
get dndType(): any; | ||
get treeData(): any; | ||
get getNodeKey(): any; | ||
get customCanDrop(): any; | ||
get maxDepth(): any; | ||
getTargetDepth(dropTargetProps: any, monitor: any, component: any): number; | ||
canDrop(dropTargetProps: any, monitor: any): any; | ||
wrapSource(el: any): any; | ||
wrapTarget(el: any): any; | ||
wrapPlaceholder(el: any): any; | ||
} | ||
export declare const wrapSource: (el: any, startDrag: any, endDrag: any, dndType: any) => any; | ||
export declare const wrapPlaceholder: (el: any, treeId: any, drop: any, dndType: any) => any; | ||
export declare const wrapTarget: (el: any, canNodeHaveChildren: any, treeId: any, maxDepth: any, treeRefcanDrop: any, drop: any, dragHover: any, dndType: any, draggingTreeData: any, treeReftreeData: any, getNodeKey: any) => any; |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
285867
7804
1