@types/react-swipeable-views
Advanced tools
Comparing version 0.12.2 to 0.13.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-swipeable-views 0.12 | ||
// Type definitions for react-swipeable-views 0.13 | ||
// Project: https://github.com/oliviertassinari/react-swipeable-views | ||
@@ -32,2 +32,6 @@ // Definitions by: Michael Ledin <https://github.com/mxl> | ||
disabled?: boolean; | ||
/* | ||
* This is the config used to disable lazy loading, if true it will render all the views in first rendering. | ||
*/ | ||
disableLazyLoading?: boolean; | ||
enableMouseEvents?: boolean; | ||
@@ -34,0 +38,0 @@ hysteresis?: number; |
{ | ||
"name": "@types/react-swipeable-views", | ||
"version": "0.12.2", | ||
"version": "0.13.0", | ||
"description": "TypeScript definitions for react-swipeable-views", | ||
@@ -19,5 +19,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/react-swipeable-views" | ||
}, | ||
@@ -28,4 +30,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "924e543e6cf773d8c35d8c50b03d77606f1f64a276f932805659bcfd59d34622", | ||
"typesPublisherContentHash": "95228adfa1c9fd0eb1550015e1f1e651f14c244dedce749cd1411b68b30b1ba9", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for react-swipeable-views (https://github.com/oliviertassinari/react-swipeable-views). | ||
This package contains type definitions for react-swipeable-views ( https://github.com/oliviertassinari/react-swipeable-views ). | ||
@@ -12,4 +12,4 @@ # Details | ||
Additional Details | ||
* Last updated: Mon, 06 Aug 2018 21:55:30 GMT | ||
* Dependencies: react | ||
* Last updated: Sat, 02 Mar 2019 00:29:14 GMT | ||
* Dependencies: @types/react | ||
* Global values: none | ||
@@ -16,0 +16,0 @@ |
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
4688
50