victory-area
Advanced tools
Comparing version 34.1.3 to 34.2.0
@@ -1,12 +0,1 @@ | ||
// Definitions by: Alexey Svetliakov <https://github.com/asvetliakov> | ||
// snerks <https://github.com/snerks> | ||
// Krzysztof Cebula <https://github.com/Havret> | ||
// Vitaliy Polyanskiy <https://github.com/alreadyExisted> | ||
// James Lismore <https://github.com/jlismore> | ||
// Stack Builders <https://github.com/stackbuilders> | ||
// Esteban Ibarra <https://github.com/ibarrae> | ||
// Dominic Lee <https://github.com/dominictwlee> | ||
// Dave Vedder <https://github.com/veddermatic> | ||
// Alec Flett <https://github.com/alecf> | ||
import * as React from "react"; | ||
@@ -16,15 +5,18 @@ import { | ||
InterpolationPropType, | ||
StringOrNumberOrCallback, | ||
VictoryCommonProps, | ||
VictoryDatableProps, | ||
VictorySingleLabableProps, | ||
VictoryMultiLabelableProps, | ||
VictoryStyleInterface | ||
} from "victory-core"; | ||
export type VictoryAreaTTargetType = "data" | "labels" | "parent"; | ||
export interface VictoryAreaProps | ||
extends VictoryCommonProps, | ||
VictoryDatableProps, | ||
VictorySingleLabableProps { | ||
events?: EventPropTypeInterface<"data" | "labels" | "parent", string | number>[]; | ||
VictoryMultiLabelableProps { | ||
eventKey?: string[] | number[] | StringOrNumberOrCallback; | ||
events?: EventPropTypeInterface<VictoryAreaTTargetType, string | number>[]; | ||
interpolation?: InterpolationPropType; | ||
labels?: string[] | number[] | Function; | ||
samples?: number; | ||
@@ -31,0 +23,0 @@ style?: VictoryStyleInterface; |
@@ -1,12 +0,1 @@ | ||
// Definitions by: Alexey Svetliakov <https://github.com/asvetliakov> | ||
// snerks <https://github.com/snerks> | ||
// Krzysztof Cebula <https://github.com/Havret> | ||
// Vitaliy Polyanskiy <https://github.com/alreadyExisted> | ||
// James Lismore <https://github.com/jlismore> | ||
// Stack Builders <https://github.com/stackbuilders> | ||
// Esteban Ibarra <https://github.com/ibarrae> | ||
// Dominic Lee <https://github.com/dominictwlee> | ||
// Dave Vedder <https://github.com/veddermatic> | ||
// Alec Flett <https://github.com/alecf> | ||
import * as React from "react"; | ||
@@ -16,15 +5,18 @@ import { | ||
InterpolationPropType, | ||
StringOrNumberOrCallback, | ||
VictoryCommonProps, | ||
VictoryDatableProps, | ||
VictorySingleLabableProps, | ||
VictoryMultiLabelableProps, | ||
VictoryStyleInterface | ||
} from "victory-core"; | ||
export type VictoryAreaTTargetType = "data" | "labels" | "parent"; | ||
export interface VictoryAreaProps | ||
extends VictoryCommonProps, | ||
VictoryDatableProps, | ||
VictorySingleLabableProps { | ||
events?: EventPropTypeInterface<"data" | "labels" | "parent", string | number>[]; | ||
VictoryMultiLabelableProps { | ||
eventKey?: string[] | number[] | StringOrNumberOrCallback; | ||
events?: EventPropTypeInterface<VictoryAreaTTargetType, string | number>[]; | ||
interpolation?: InterpolationPropType; | ||
labels?: string[] | number[] | Function; | ||
samples?: number; | ||
@@ -31,0 +23,0 @@ style?: VictoryStyleInterface; |
{ | ||
"name": "victory-area", | ||
"version": "34.1.3", | ||
"version": "34.2.0", | ||
"description": "Area Component for Victory", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"prop-types": "^15.5.8", | ||
"victory-core": "^34.1.3" | ||
"victory-core": "^34.2.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "scripts": { |
@@ -1,12 +0,1 @@ | ||
// Definitions by: Alexey Svetliakov <https://github.com/asvetliakov> | ||
// snerks <https://github.com/snerks> | ||
// Krzysztof Cebula <https://github.com/Havret> | ||
// Vitaliy Polyanskiy <https://github.com/alreadyExisted> | ||
// James Lismore <https://github.com/jlismore> | ||
// Stack Builders <https://github.com/stackbuilders> | ||
// Esteban Ibarra <https://github.com/ibarrae> | ||
// Dominic Lee <https://github.com/dominictwlee> | ||
// Dave Vedder <https://github.com/veddermatic> | ||
// Alec Flett <https://github.com/alecf> | ||
import * as React from "react"; | ||
@@ -16,15 +5,18 @@ import { | ||
InterpolationPropType, | ||
StringOrNumberOrCallback, | ||
VictoryCommonProps, | ||
VictoryDatableProps, | ||
VictorySingleLabableProps, | ||
VictoryMultiLabelableProps, | ||
VictoryStyleInterface | ||
} from "victory-core"; | ||
export type VictoryAreaTTargetType = "data" | "labels" | "parent"; | ||
export interface VictoryAreaProps | ||
extends VictoryCommonProps, | ||
VictoryDatableProps, | ||
VictorySingleLabableProps { | ||
events?: EventPropTypeInterface<"data" | "labels" | "parent", string | number>[]; | ||
VictoryMultiLabelableProps { | ||
eventKey?: string[] | number[] | StringOrNumberOrCallback; | ||
events?: EventPropTypeInterface<VictoryAreaTTargetType, string | number>[]; | ||
interpolation?: InterpolationPropType; | ||
labels?: string[] | number[] | Function; | ||
samples?: number; | ||
@@ -31,0 +23,0 @@ style?: VictoryStyleInterface; |
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
1403197
8740
Updatedvictory-core@^34.2.0