angular-gridster2
Advanced tools
Comparing version 2.4.17 to 2.4.18
@@ -193,4 +193,4 @@ "use strict"; | ||
else if (this.$options.gridType === 'fixed') { | ||
this.curColWidth = this.$options.fixedColWidth; | ||
this.curRowHeight = this.$options.fixedRowHeight; | ||
this.curColWidth = this.$options.fixedColWidth + this.$options.margin; | ||
this.curRowHeight = this.$options.fixedRowHeight + this.$options.margin; | ||
addClass = 'fixed'; | ||
@@ -202,3 +202,3 @@ removeClass1 = 'fit'; | ||
else if (this.$options.gridType === 'verticalFixed') { | ||
this.curRowHeight = this.$options.fixedRowHeight; | ||
this.curRowHeight = this.$options.fixedRowHeight + this.$options.margin; | ||
addClass = 'scrollVertical'; | ||
@@ -210,3 +210,3 @@ removeClass1 = 'fit'; | ||
else if (this.$options.gridType === 'horizontalFixed') { | ||
this.curColWidth = this.$options.fixedColWidth; | ||
this.curColWidth = this.$options.fixedColWidth + this.$options.margin; | ||
addClass = 'scrollHorizontal'; | ||
@@ -213,0 +213,0 @@ removeClass1 = 'fit'; |
{ | ||
"name": "angular-gridster2", | ||
"version": "2.4.17", | ||
"version": "2.4.18", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -18,3 +18,3 @@ angular-gridster2 | ||
``npm install angular-gridster2 --save`` | ||
``npm install angular-gridster2@2.4.x --save`` | ||
@@ -21,0 +21,0 @@ Should work out of the box with webpack, respectively angular-cli. |
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
296945