@dflex/draggable
Advanced tools
Comparing version 2.14.0 to 2.15.0
@@ -24,3 +24,3 @@ /** | ||
tempTranslate: Coordinates; | ||
static draggedStyleProps: DraggedStyle; | ||
static draggedStyle: DraggedStyle; | ||
/** | ||
@@ -27,0 +27,0 @@ * Creates an instance of AbstractDraggable. |
@@ -52,3 +52,3 @@ "use strict"; | ||
if (isActive) { | ||
this.changeStyle(AbstractDraggable.draggedStyleProps, true); | ||
this.changeStyle(AbstractDraggable.draggedStyle, true); | ||
if (getSelection()) { | ||
@@ -63,3 +63,3 @@ getSelection().removeAllRanges(); | ||
*/ | ||
this.changeStyle(AbstractDraggable.draggedStyleProps, false); | ||
this.changeStyle(AbstractDraggable.draggedStyle, false); | ||
this.draggedElm.ref.removeAttribute("dragged"); | ||
@@ -87,3 +87,3 @@ }; | ||
}; | ||
AbstractDraggable.draggedStyleProps = [ | ||
AbstractDraggable.draggedStyle = [ | ||
{ | ||
@@ -90,0 +90,0 @@ prop: "position", |
{ | ||
"name": "@dflex/draggable", | ||
"version": "2.14.0", | ||
"version": "2.15.0", | ||
"main": "dist/index.js", | ||
@@ -21,4 +21,4 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@dflex/core-instance": "^2.14.0", | ||
"@dflex/store": "^2.14.0" | ||
"@dflex/core-instance": "^2.15.0", | ||
"@dflex/store": "^2.15.0" | ||
}, | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "67ac10e9252dc2473bd3fc3c7ae52c1d9e3124bc" | ||
"gitHead": "ee28d18a71f8bd399c916c135c3fa698127a89f1" | ||
} |
<h1 align="center"> | ||
<img | ||
src="https://raw.githubusercontent.com/jalal246/dflex/master/DFlex-readme.png" | ||
alt="Dflex logo" /> | ||
<a href="https://www.dflex.dev/" target="_blank"> | ||
<img | ||
src="https://raw.githubusercontent.com/jalal246/dflex/master/DFlex-readme.png" | ||
alt="Dflex logo" /> | ||
</a> | ||
</h1> | ||
@@ -6,0 +8,0 @@ |
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
54107
82
Updated@dflex/core-instance@^2.15.0
Updated@dflex/store@^2.15.0