victory-group
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"; | ||
@@ -22,10 +11,12 @@ import { | ||
VictoryDatableProps, | ||
VictoryMultiLabeableProps, | ||
VictoryMultiLabelableProps, | ||
VictoryStyleInterface | ||
} from "victory-core"; | ||
export type VictoryGroupTTargetType = "data" | "labels" | "parent"; | ||
export interface VictoryGroupProps | ||
extends VictoryCommonProps, | ||
VictoryDatableProps, | ||
VictoryMultiLabeableProps { | ||
VictoryMultiLabelableProps { | ||
categories?: CategoryPropType; | ||
@@ -36,3 +27,3 @@ color?: string; | ||
domainPadding?: DomainPaddingPropType; | ||
events?: EventPropTypeInterface<"data" | "labels" | "parent", StringOrNumberOrCallback>[]; | ||
events?: EventPropTypeInterface<VictoryGroupTTargetType, StringOrNumberOrCallback>[]; | ||
eventKey?: StringOrNumberOrCallback; | ||
@@ -39,0 +30,0 @@ horizontal?: boolean; |
@@ -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"; | ||
@@ -22,10 +11,12 @@ import { | ||
VictoryDatableProps, | ||
VictoryMultiLabeableProps, | ||
VictoryMultiLabelableProps, | ||
VictoryStyleInterface | ||
} from "victory-core"; | ||
export type VictoryGroupTTargetType = "data" | "labels" | "parent"; | ||
export interface VictoryGroupProps | ||
extends VictoryCommonProps, | ||
VictoryDatableProps, | ||
VictoryMultiLabeableProps { | ||
VictoryMultiLabelableProps { | ||
categories?: CategoryPropType; | ||
@@ -36,3 +27,3 @@ color?: string; | ||
domainPadding?: DomainPaddingPropType; | ||
events?: EventPropTypeInterface<"data" | "labels" | "parent", StringOrNumberOrCallback>[]; | ||
events?: EventPropTypeInterface<VictoryGroupTTargetType, StringOrNumberOrCallback>[]; | ||
eventKey?: StringOrNumberOrCallback; | ||
@@ -39,0 +30,0 @@ horizontal?: boolean; |
{ | ||
"name": "victory-group", | ||
"version": "34.1.3", | ||
"version": "34.2.0", | ||
"description": "Group Layout Component for Victory", | ||
@@ -25,4 +25,4 @@ "keywords": [ | ||
"react-fast-compare": "^2.0.0", | ||
"victory-core": "^34.1.3", | ||
"victory-shared-events": "^34.1.3" | ||
"victory-core": "^34.2.0", | ||
"victory-shared-events": "^34.2.0" | ||
}, | ||
@@ -29,0 +29,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"; | ||
@@ -22,10 +11,12 @@ import { | ||
VictoryDatableProps, | ||
VictoryMultiLabeableProps, | ||
VictoryMultiLabelableProps, | ||
VictoryStyleInterface | ||
} from "victory-core"; | ||
export type VictoryGroupTTargetType = "data" | "labels" | "parent"; | ||
export interface VictoryGroupProps | ||
extends VictoryCommonProps, | ||
VictoryDatableProps, | ||
VictoryMultiLabeableProps { | ||
VictoryMultiLabelableProps { | ||
categories?: CategoryPropType; | ||
@@ -36,3 +27,3 @@ color?: string; | ||
domainPadding?: DomainPaddingPropType; | ||
events?: EventPropTypeInterface<"data" | "labels" | "parent", StringOrNumberOrCallback>[]; | ||
events?: EventPropTypeInterface<VictoryGroupTTargetType, StringOrNumberOrCallback>[]; | ||
eventKey?: StringOrNumberOrCallback; | ||
@@ -39,0 +30,0 @@ horizontal?: boolean; |
1232104
7635
Updatedvictory-core@^34.2.0