@types/hammerjs
Advanced tools
Comparing version 2.0.36 to 2.0.37
@@ -174,2 +174,8 @@ // Type definitions for Hammer.js 2.0.8 | ||
overallVelocity:number; | ||
overallVelocityX:number; | ||
overallVelocityY:number; | ||
/** Direction moved. Matches the DIRECTION constants. */ | ||
@@ -214,2 +220,8 @@ direction:number; | ||
/** Maximum number of pointers detected in the gesture */ | ||
maxPointers:number; | ||
/** Timestamp of a gesture */ | ||
timeStamp:number; | ||
/** Reference to the srcEvent.preventDefault() method. Only for experts! */ | ||
@@ -216,0 +228,0 @@ preventDefault:Function; |
{ | ||
"name": "@types/hammerjs", | ||
"version": "2.0.36", | ||
"version": "2.0.37", | ||
"description": "TypeScript definitions for Hammer.js", | ||
@@ -19,10 +19,12 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/hammerjs" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "accf80ac4ca9e090f78699ea336672ddbc1fe25ad9cf30a5dd6b2d8238f60a57", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "47d5efde4509f586e1f873a4d32ce56c136025f7200389f6a39b1acfb4999ab8", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hammerjs | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hammerjs. | ||
Additional Details | ||
* Last updated: Mon, 10 Sep 2018 23:10:33 GMT | ||
### Additional Details | ||
* Last updated: Mon, 25 Jan 2021 21:23:51 GMT | ||
* Dependencies: none | ||
* Global values: Hammer, HammerInput, MouseInput, PointerEventInput, SingleTouchInput, TouchAction, TouchInput, TouchMouseInput | ||
* Global values: `Hammer`, `HammerInput`, `MouseInput`, `PointerEventInput`, `SingleTouchInput`, `TouchAction`, `TouchInput`, `TouchMouseInput` | ||
# Credits | ||
These definitions were written by Philip Bulley <https://github.com/milkisevil>, Han Lin Yap <https://github.com/codler>. | ||
These definitions were written by [Philip Bulley](https://github.com/milkisevil), and [Han Lin Yap](https://github.com/codler). |
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
295
11588