Comparing version 4.0.2 to 4.0.3
import { Store } from 'redux'; | ||
import { State } from './reducers'; | ||
import { DragDropMonitor, Listener, Unsubscribe, XYCoord, HandlerRegistry, Identifier } from './interfaces'; | ||
import { DragDropMonitor, Listener, Unsubscribe, XYCoord, HandlerRegistry } from './interfaces'; | ||
export default class DragDropMonitorImpl implements DragDropMonitor { | ||
@@ -19,3 +19,3 @@ private store; | ||
}): boolean; | ||
getItemType(): Identifier; | ||
getItemType(): string | symbol; | ||
getItem(): any; | ||
@@ -22,0 +22,0 @@ getSourceId(): string | null; |
@@ -17,3 +17,3 @@ import { Store } from 'redux'; | ||
getTarget(targetId: string): DropTarget; | ||
getSourceType(sourceId: string): Identifier; | ||
getSourceType(sourceId: string): string | symbol; | ||
getTargetType(targetId: string): Identifier | Identifier[]; | ||
@@ -20,0 +20,0 @@ isSourceId(handlerId: string): boolean; |
{ | ||
"name": "dnd-core", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Drag and drop sans the GUI", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
84554
63
1329
1