nativescript-slides
Advanced tools
Comparing version 1.5.3 to 1.5.4
@@ -258,3 +258,3 @@ "use strict"; | ||
if (_this.pageIndicators) { | ||
absolute_layout_1.AbsoluteLayout.setTop(_this._footer, topOffset); | ||
_this._footer.marginTop = '88%'; | ||
} | ||
@@ -261,0 +261,0 @@ _this.currentPanel.panel.translateX = -_this.pageWidth; |
@@ -263,3 +263,3 @@ import * as app from 'application'; | ||
if (this.pageIndicators) { | ||
AbsoluteLayout.setTop(this._footer, topOffset); | ||
this._footer.marginTop = <any>'88%'; | ||
} | ||
@@ -266,0 +266,0 @@ this.currentPanel.panel.translateX = -this.pageWidth; |
{ | ||
"name": "nativescript-slides", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "NativeScript Slides plugin.", | ||
@@ -70,7 +70,6 @@ "main": "nativescript-slides.js", | ||
"devDependencies": { | ||
"typescript": "^1.8.7" | ||
"typescript": "^1.8.7", | ||
"tns-platform-declarations": "^2.0.0" | ||
}, | ||
"dependencies": { | ||
"tns-platform-declarations": "^2.0.0" | ||
} | ||
"dependencies": {} | ||
} |
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
0
68722
2
- Removedtns-platform-declarations@^2.0.0
- Removedtns-platform-declarations@2.5.3(transitive)