victory-zoom-container
Advanced tools
Comparing version 36.5.2 to 36.5.3
@@ -25,1 +25,34 @@ import * as React from "react"; | ||
> {} | ||
export const RawZoomHelpers: { | ||
checkDomainEquality(a, b): any; | ||
scale(currentDomain, evt, props, axis): any; | ||
getScaledDomain(currentDomain, factor, percent): any; | ||
getMinimumDomain(point, props, axis): any; | ||
zoommingOut(evt): any; | ||
getScaleFactor(evt): any; | ||
getScalePercent(evt, props, axis): any; | ||
getPosition(evt, props, originalDomain): any; | ||
pan(currentDomain, originalDomain, delta): any; | ||
getDomainScale(domain, scale, axis): any; | ||
handleAnimation(ctx): any; | ||
getLastDomain(targetProps, originalDomain): any; | ||
getDomain(props): any; | ||
onMouseDown(evt, targetProps): any; | ||
onMouseUp(evt, targetProps): any; | ||
onMouseLeave(evt, targetProps): any; | ||
onMouseMove(evt, targetProps, eventKey, ctx): any; | ||
onWheel(evt, targetProps, eventKey, ctx): any; | ||
}; | ||
export const ZoomHelpers: Pick< | ||
RawZoomHelpers, | ||
| "checkDomainEquality" | ||
| "onMouseDown" | ||
| "onMouseUp" | ||
| "onMouseLeave" | ||
| "onMouseMove" | ||
| "onWheel" | ||
>; | ||
export const zoomContainerMixin: (base: Function) => Function; |
@@ -25,1 +25,34 @@ import * as React from "react"; | ||
> {} | ||
export const RawZoomHelpers: { | ||
checkDomainEquality(a, b): any; | ||
scale(currentDomain, evt, props, axis): any; | ||
getScaledDomain(currentDomain, factor, percent): any; | ||
getMinimumDomain(point, props, axis): any; | ||
zoommingOut(evt): any; | ||
getScaleFactor(evt): any; | ||
getScalePercent(evt, props, axis): any; | ||
getPosition(evt, props, originalDomain): any; | ||
pan(currentDomain, originalDomain, delta): any; | ||
getDomainScale(domain, scale, axis): any; | ||
handleAnimation(ctx): any; | ||
getLastDomain(targetProps, originalDomain): any; | ||
getDomain(props): any; | ||
onMouseDown(evt, targetProps): any; | ||
onMouseUp(evt, targetProps): any; | ||
onMouseLeave(evt, targetProps): any; | ||
onMouseMove(evt, targetProps, eventKey, ctx): any; | ||
onWheel(evt, targetProps, eventKey, ctx): any; | ||
}; | ||
export const ZoomHelpers: Pick< | ||
RawZoomHelpers, | ||
| "checkDomainEquality" | ||
| "onMouseDown" | ||
| "onMouseUp" | ||
| "onMouseLeave" | ||
| "onMouseMove" | ||
| "onWheel" | ||
>; | ||
export const zoomContainerMixin: (base: Function) => Function; |
{ | ||
"name": "victory-zoom-container", | ||
"version": "36.5.2", | ||
"version": "36.5.3", | ||
"description": "Interactive Zoom Component for Victory", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"prop-types": "^15.8.1", | ||
"victory-core": "^36.5.2" | ||
"victory-core": "^36.5.3" | ||
}, | ||
@@ -34,3 +34,3 @@ "peerDependencies": { | ||
"sideEffects": false, | ||
"gitHead": "def218e9749ecafc159ef458dd03a8b92e227666" | ||
"gitHead": "55338af3c57eacca5956e53c08a58e47ba41d01e" | ||
} |
@@ -25,1 +25,34 @@ import * as React from "react"; | ||
> {} | ||
export const RawZoomHelpers: { | ||
checkDomainEquality(a, b): any; | ||
scale(currentDomain, evt, props, axis): any; | ||
getScaledDomain(currentDomain, factor, percent): any; | ||
getMinimumDomain(point, props, axis): any; | ||
zoommingOut(evt): any; | ||
getScaleFactor(evt): any; | ||
getScalePercent(evt, props, axis): any; | ||
getPosition(evt, props, originalDomain): any; | ||
pan(currentDomain, originalDomain, delta): any; | ||
getDomainScale(domain, scale, axis): any; | ||
handleAnimation(ctx): any; | ||
getLastDomain(targetProps, originalDomain): any; | ||
getDomain(props): any; | ||
onMouseDown(evt, targetProps): any; | ||
onMouseUp(evt, targetProps): any; | ||
onMouseLeave(evt, targetProps): any; | ||
onMouseMove(evt, targetProps, eventKey, ctx): any; | ||
onWheel(evt, targetProps, eventKey, ctx): any; | ||
}; | ||
export const ZoomHelpers: Pick< | ||
RawZoomHelpers, | ||
| "checkDomainEquality" | ||
| "onMouseDown" | ||
| "onMouseUp" | ||
| "onMouseLeave" | ||
| "onMouseMove" | ||
| "onWheel" | ||
>; | ||
export const zoomContainerMixin: (base: Function) => Function; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
926636
17603
4
Updatedvictory-core@^36.5.3