victory-brush-container
Advanced tools
Comparing version 36.5.2 to 36.5.3
@@ -35,1 +35,22 @@ import * as React from "react"; | ||
> {} | ||
export const BrushHelpers: { | ||
getDimension(props): any; | ||
withinBounds(point, bounds, padding): any; | ||
getDomainBox(props, fullDomain, selectedDomain): any; | ||
getHandles(props, domainBox): any; | ||
getActiveHandles(point, props, domainBox): any; | ||
getResizeMutation(box, handles): any; | ||
getMinimumDomain(): any; | ||
getDefaultBrushArea(targetProps, cachedDomain, evt): any; | ||
getSelectionMutation(point, box, brushDimension): any; | ||
panBox(props, point): any; | ||
constrainBox(box, fullDomainBox): any; | ||
constrainPoint(point, fullDomainBox): any; | ||
hasMoved(props): any; | ||
onMouseDown(evt, targetProps): any; | ||
onGlobalMouseMove(evt, targetProps): any; | ||
onGlobalMouseUp(evt, targetProps): any; | ||
}; | ||
export function brushContainerMixin<T>(Component: T): Component; |
@@ -35,1 +35,22 @@ import * as React from "react"; | ||
> {} | ||
export const BrushHelpers: { | ||
getDimension(props): any; | ||
withinBounds(point, bounds, padding): any; | ||
getDomainBox(props, fullDomain, selectedDomain): any; | ||
getHandles(props, domainBox): any; | ||
getActiveHandles(point, props, domainBox): any; | ||
getResizeMutation(box, handles): any; | ||
getMinimumDomain(): any; | ||
getDefaultBrushArea(targetProps, cachedDomain, evt): any; | ||
getSelectionMutation(point, box, brushDimension): any; | ||
panBox(props, point): any; | ||
constrainBox(box, fullDomainBox): any; | ||
constrainPoint(point, fullDomainBox): any; | ||
hasMoved(props): any; | ||
onMouseDown(evt, targetProps): any; | ||
onGlobalMouseMove(evt, targetProps): any; | ||
onGlobalMouseUp(evt, targetProps): any; | ||
}; | ||
export function brushContainerMixin<T>(Component: T): Component; |
{ | ||
"name": "victory-brush-container", | ||
"version": "36.5.2", | ||
"version": "36.5.3", | ||
"description": "Interactive Brush Component for Victory", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"react-fast-compare": "^3.2.0", | ||
"victory-core": "^36.5.2" | ||
"victory-core": "^36.5.3" | ||
}, | ||
@@ -35,3 +35,3 @@ "peerDependencies": { | ||
"sideEffects": false, | ||
"gitHead": "def218e9749ecafc159ef458dd03a8b92e227666" | ||
"gitHead": "55338af3c57eacca5956e53c08a58e47ba41d01e" | ||
} |
@@ -35,1 +35,22 @@ import * as React from "react"; | ||
> {} | ||
export const BrushHelpers: { | ||
getDimension(props): any; | ||
withinBounds(point, bounds, padding): any; | ||
getDomainBox(props, fullDomain, selectedDomain): any; | ||
getHandles(props, domainBox): any; | ||
getActiveHandles(point, props, domainBox): any; | ||
getResizeMutation(box, handles): any; | ||
getMinimumDomain(): any; | ||
getDefaultBrushArea(targetProps, cachedDomain, evt): any; | ||
getSelectionMutation(point, box, brushDimension): any; | ||
panBox(props, point): any; | ||
constrainBox(box, fullDomainBox): any; | ||
constrainPoint(point, fullDomainBox): any; | ||
hasMoved(props): any; | ||
onMouseDown(evt, targetProps): any; | ||
onGlobalMouseMove(evt, targetProps): any; | ||
onGlobalMouseUp(evt, targetProps): any; | ||
}; | ||
export function brushContainerMixin<T>(Component: T): Component; |
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
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
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
674799
240818
13993
5
150
3
4
0
28
Updatedvictory-core@^36.5.3