@types/d3-transition
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -626,3 +626,3 @@ // Type definitions for D3JS d3-transition module 3.0 | ||
* | ||
* The generic "OldDatum" refers to the type of a previously-set datum of the selected HTML element in the Transition. | ||
* The generic "OldDatum" refers to the type of a previously-set datum of the selected element in the Transition. | ||
* | ||
@@ -632,3 +632,3 @@ * @param name Name of the transition. | ||
// tslint:disable-next-line:no-unnecessary-generics | ||
export function transition<OldDatum>(name?: string): Transition<HTMLElement, OldDatum, null, undefined>; | ||
export function transition<OldDatum>(name?: string): Transition<BaseType, OldDatum, null, undefined>; | ||
@@ -640,3 +640,3 @@ /** | ||
* | ||
* The generic "OldDatum" refers to the type of a previously-set datum of the selected HTML element in the Transition. | ||
* The generic "OldDatum" refers to the type of a previously-set datum of the selected element in the Transition. | ||
* | ||
@@ -646,2 +646,2 @@ * @param transition A transition instance. | ||
// tslint:disable-next-line:no-unnecessary-generics | ||
export function transition<OldDatum>(transition: Transition<BaseType, any, BaseType, any>): Transition<HTMLElement, OldDatum, null, undefined>; | ||
export function transition<OldDatum>(transition: Transition<BaseType, any, BaseType, any>): Transition<BaseType, OldDatum, null, undefined>; |
{ | ||
"name": "@types/d3-transition", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "TypeScript definitions for D3JS d3-transition module", | ||
@@ -45,4 +45,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-transition", | ||
}, | ||
"typesPublisherContentHash": "f4383643ecfa63f8c21e105b35d58686f8335a602a2e834373a0dff5012d117f", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "d2d5f5a042a2639aae73d096e61a0e5d522438604c5acd33a62b973c894b9e25", | ||
"typeScriptVersion": "4.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 01 Jul 2021 17:01:27 GMT | ||
* Last updated: Wed, 17 Aug 2022 16:32:28 GMT | ||
* Dependencies: [@types/d3-selection](https://npmjs.com/package/@types/d3-selection) | ||
@@ -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
42515