react-moveable
Advanced tools
Comparing version 0.50.0-beta.0 to 0.50.0
@@ -44,2 +44,3 @@ import MoveableManager from "./MoveableManager"; | ||
preventClickEventOnDrag: boolean; | ||
dragFocusedInput: boolean; | ||
preventClickDefault: boolean; | ||
@@ -46,0 +47,0 @@ props: Record<string, any>; |
@@ -11,2 +11,3 @@ /// <reference types="react" /> | ||
render(): JSX.Element; | ||
componentDidMount(): void; | ||
componentDidUpdate(): void; | ||
@@ -13,0 +14,0 @@ getTargets(): (HTMLElement | SVGElement)[]; |
{ | ||
"name": "react-moveable", | ||
"version": "0.50.0-beta.0", | ||
"version": "0.50.0", | ||
"description": "A React Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.", | ||
@@ -128,3 +128,3 @@ "main": "./dist/moveable.cjs.js", | ||
"framework-utils": "^1.1.0", | ||
"gesto": "^1.16.0", | ||
"gesto": "^1.17.0", | ||
"overlap-area": "^1.1.0", | ||
@@ -131,0 +131,0 @@ "react-css-styled": "^1.1.2" |
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is not supported yet
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
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
13514867
56201
Updatedgesto@^1.17.0