angular-sortablejs
Advanced tools
Comparing version 2.6.0 to 2.7.0
@@ -23,2 +23,6 @@ export interface SortablejsOptions { | ||
dataIdAttr?: string; | ||
swapThreshold?: number; | ||
invertSwap?: boolean; | ||
invertedSwapThreshold?: number; | ||
direction?: string; | ||
forceFallback?: boolean; | ||
@@ -25,0 +29,0 @@ fallbackClass?: string; |
{ | ||
"name": "angular-sortablejs", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"description": "SortableJS for Angular", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -178,3 +178,3 @@ # angular-sortablejs | ||
myCloneImplementation(item) { | ||
myCloneImplementation = (item) => { | ||
return item; // this is what happens if sortablejsCloneFunction is not provided. Add your stuff here | ||
@@ -181,0 +181,0 @@ } |
45415
391