@types/swiper
Advanced tools
Comparing version 3.4.2 to 3.4.3
@@ -196,2 +196,6 @@ // Type definitions for Swiper 3.4 | ||
onPaginationRendered?(swiper: Swiper, paginationContainer: any): void; | ||
onScroll?(swiper: Swiper, event: Event): void; | ||
onBeforeResize?(swiper: Swiper): void; | ||
onAfterResize?(swiper: Swiper): void; | ||
onKeyPress?(swiper: Swiper, kc: any): void; | ||
@@ -241,2 +245,4 @@ // Namespace | ||
positions: any; | ||
wrapper: any; | ||
virtualSize: number; | ||
@@ -243,0 +249,0 @@ // Feature detection |
{ | ||
"name": "@types/swiper", | ||
"version": "3.4.2", | ||
"version": "3.4.3", | ||
"description": "TypeScript definitions for Swiper", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "a096da3f7da0bc6939e30bb35d9c96162bc7dd5a11229aea443de0f1f50d50df", | ||
"typesPublisherContentHash": "9e208338ae31f91b7b1cfbedd94a85cf40468d410509548c1cded13811879a0a", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 18 Apr 2017 15:11:46 GMT | ||
* Last updated: Wed, 05 Jul 2017 14:31:12 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: Swiper, SwiperSlide |
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
12595
292