angular-gridster2
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -27,3 +27,2 @@ export declare type GridType = 'fit' | 'scrollVertical' | 'scrollHorizontal' | 'fixed'; | ||
itemResizeCallback?: Function; | ||
optionsChanged?: Function; | ||
draggable?: Draggable; | ||
@@ -30,0 +29,0 @@ resizable?: Resizable; |
{ | ||
"name": "angular-gridster2", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"license": "MIT", | ||
@@ -58,3 +58,3 @@ "main": "dist/index.js", | ||
"@angular/language-service": "4.2.3", | ||
"@angular/material": "2.0.0-beta.6", | ||
"@angular/material": "2.0.0-beta.7", | ||
"@angular/platform-browser": "4.2.3", | ||
@@ -65,3 +65,3 @@ "@angular/platform-browser-dynamic": "4.2.3", | ||
"@types/jasmine": "2.5.52", | ||
"@types/node": "7.0.31", | ||
"@types/node": "8.0.0", | ||
"codelyzer": "3.0.1", | ||
@@ -68,0 +68,0 @@ "core-js": "2.4.1", |
@@ -178,3 +178,3 @@ angular-gridster2 | ||
this.options.api.resize(); // call if size of container changes. Grid will auto resize on window resize. | ||
this.options.api.optionsChanged(); // call after change of options after initialization | ||
this.options.api.optionsChanged(); // call on change of options after initialization | ||
``` | ||
@@ -181,0 +181,0 @@ |
212010
1983