angular-gridster2
Advanced tools
Comparing version 1.17.0 to 1.18.0
{ | ||
"name": "angular-gridster2", | ||
"version": "1.17.0", | ||
"version": "1.18.0", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -96,2 +96,3 @@ angular-gridster2 | ||
initCallback: undefined, // callback to call after grid has initialized. Arguments: gridsterComponent | ||
destroyCallback: undefined, // callback to call after grid has destroyed. Arguments: gridsterComponent | ||
itemChangeCallback: undefined, // callback to call for each item when is changes x, y, rows, cols. | ||
@@ -150,3 +151,4 @@ // Arguments: gridsterItem, gridsterItemComponent | ||
displayGrid: 'onDrag&Resize', // display background grid of rows and columns | ||
disableWindowResize: false // disable the window on resize listener. This will stop grid to recalculate on window resize. | ||
disableWindowResize: false, // disable the window on resize listener. This will stop grid to recalculate on window resize. | ||
disableWarnings: false // disable console log warnings about misplacement of grid items | ||
}; | ||
@@ -153,0 +155,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
112998
2499
233