@types/swiper
Advanced tools
Comparing version 4.4.2 to 4.4.3
@@ -451,2 +451,3 @@ // Type definitions for Swiper 4.4 | ||
cubeEffect?: CubeEffectOptions; | ||
thumbs?: ThumbsOptions; | ||
zoom?: ZoomOptions | boolean; | ||
@@ -951,2 +952,8 @@ keyboard?: KeyboardOptions | boolean; | ||
export interface ThumbsOptions { | ||
swiper?: Swiper; | ||
slideThumbActiveClass?: string; | ||
thumbsContainerClass?: string; | ||
} | ||
export interface ZoomOptions { | ||
@@ -1558,2 +1565,7 @@ maxRatio?: number; | ||
/** | ||
* Swiper Thumbs module. | ||
*/ | ||
thumbs?: object; | ||
/** | ||
* Swiper Zoom module. | ||
@@ -1560,0 +1572,0 @@ */ |
{ | ||
"name": "@types/swiper", | ||
"version": "4.4.2", | ||
"version": "4.4.3", | ||
"description": "TypeScript definitions for Swiper", | ||
@@ -42,8 +42,9 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/swiper" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "2796c90bd83d84f6151e64a20e83a3fca41fd750042d20ffc8d5b44773032201", | ||
"typesPublisherContentHash": "867ff3d84008aaf7afcd84f6c8d8ff0ec59ae69a58439467bd643113a98db6f5", | ||
"typeScriptVersion": "2.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 14 Feb 2019 00:09:12 GMT | ||
* Last updated: Wed, 22 May 2019 16:49:56 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
49601
1634