@types/d3-transition
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -565,2 +565,8 @@ // Type definitions for D3JS d3-transition module 1.1 | ||
/** | ||
* Represents the union of the Selection and Transition types for any usages that operate on both. | ||
* Typically used for functions which take in either a selection or transition and set or update attributes. | ||
*/ | ||
export type SelectionOrTransition<GElement extends BaseType, Datum, PElement extends BaseType, PDatum> = Selection<GElement, Datum, PElement, PDatum> | Transition<GElement, Datum, PElement, PDatum>; | ||
/** | ||
* Returns a new transition with the specified name. If a name is not specified, null is used. | ||
@@ -567,0 +573,0 @@ * The new transition is only exclusive with other transitions of the same name. |
{ | ||
"name": "@types/d3-transition", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "TypeScript definitions for D3JS d3-transition module", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -33,4 +33,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "10266834f2e04a3cae409e0c3da27ddf918966bfe22e97f4917cd6543b9bd28a", | ||
"typesPublisherContentHash": "f7a874dd4fae325860c150541b8aeb8361e90847e53daa8606dd622e9fbe7998", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-transition | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-transition | ||
Additional Details | ||
* Last updated: Thu, 26 Oct 2017 18:23:10 GMT | ||
* Last updated: Mon, 02 Jul 2018 20:44:33 GMT | ||
* Dependencies: d3-selection | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
553
37607