@types/d3-brush
Advanced tools
Comparing version 1.0.10 to 1.1.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for D3JS d3-brush module 1.0 | ||
// Type definitions for D3JS d3-brush module 1.1 | ||
// Project: https://github.com/d3/d3-brush/, https://d3js.org/d3-brush | ||
@@ -7,3 +7,3 @@ // Definitions by: Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov> | ||
// Last module patch version validated against: 1.0.3 | ||
// Last module patch version validated against: 1.1.5 | ||
@@ -143,2 +143,16 @@ import { ArrayLike, Selection, TransitionLike, ValueFn } from 'd3-selection'; | ||
/** | ||
* Returns the current key modifiers flag. | ||
*/ | ||
keyModifiers(): boolean; | ||
/** | ||
* Sets the key modifiers flag and returns the brush. | ||
* | ||
* The key modifiers flag determines whether the brush listens to key events during brushing. | ||
* The default value is true. | ||
* | ||
* @param keyModifiers New value for key modifiers flag. | ||
*/ | ||
keyModifiers(modifiers: boolean): this; | ||
/** | ||
* Returns the current handle size, which defaults to six. | ||
@@ -145,0 +159,0 @@ */ |
{ | ||
"name": "@types/d3-brush", | ||
"version": "1.0.10", | ||
"version": "1.1.0", | ||
"description": "TypeScript definitions for D3JS d3-brush module", | ||
@@ -24,6 +24,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/d3-brush" | ||
}, | ||
@@ -34,4 +35,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "ff2c007b75f8ad0e54381acdc442ffd122df13b7a843325efc9db726da84e285", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "ccfae42db1d0b1904779dcc5edd1b640bd3325501e7b7c4af0bdafa4ab93b9da", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for D3JS d3-brush module ( https://github.com/d3/d3-brush/ ). | ||
This package contains type definitions for D3JS d3-brush module (https://github.com/d3/d3-brush/). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-brush | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-brush. | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 17:05:42 GMT | ||
* Dependencies: @types/d3-selection | ||
### Additional Details | ||
* Last updated: Mon, 02 Mar 2020 18:23:09 GMT | ||
* Dependencies: [@types/d3-selection](https://npmjs.com/package/@types/d3-selection) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>. | ||
These definitions were written by [Tom Wanzek](https://github.com/tomwanzek), [Alex Ford](https://github.com/gustavderdrache), and [Boris Yankov](https://github.com/borisyankov). |
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
16432
251