victory-box-plot
Advanced tools
Comparing version 37.0.0 to 37.0.1-next.0
# victory-box-plot | ||
## 37.0.1-next.0 | ||
### Patch Changes | ||
- 22ac23249: Fix the signature of class static functions in components | ||
- victory-core@37.0.1-next.0 | ||
- victory-vendor@37.0.1-next.0 | ||
## 37.0.0 | ||
@@ -4,0 +12,0 @@ |
@@ -0,0 +0,0 @@ export declare const getData: (props: any) => any; |
export * from "./victory-box-plot"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -74,3 +74,3 @@ import React from "react"; | ||
static getData: (props: any) => any; | ||
static getBaseProps: (props: any) => any; | ||
static getBaseProps(props: any): any; | ||
static expectedComponents: Array<keyof VictoryBoxPlotProps>; | ||
@@ -77,0 +77,0 @@ renderBoxPlot(props: any): React.ReactElement<any, string | React.JSXElementConstructor<any>>; |
@@ -88,3 +88,5 @@ import React from "react"; | ||
static getData = getData; | ||
static getBaseProps = props => getBaseProps(props, fallbackProps); | ||
static getBaseProps(props) { | ||
return getBaseProps(props, fallbackProps); | ||
} | ||
static expectedComponents = ["maxComponent", "maxLabelComponent", "medianComponent", "medianLabelComponent", "minComponent", "minLabelComponent", "q1Component", "q1LabelComponent", "q3Component", "q3LabelComponent", "groupComponent", "containerComponent"]; | ||
@@ -91,0 +93,0 @@ renderBoxPlot(props) { |
@@ -0,0 +0,0 @@ export declare const getData: (props: any) => any; |
export * from "./victory-box-plot"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -74,3 +74,3 @@ import React from "react"; | ||
static getData: (props: any) => any; | ||
static getBaseProps: (props: any) => any; | ||
static getBaseProps(props: any): any; | ||
static expectedComponents: Array<keyof VictoryBoxPlotProps>; | ||
@@ -77,0 +77,0 @@ renderBoxPlot(props: any): React.ReactElement<any, string | React.JSXElementConstructor<any>>; |
@@ -95,3 +95,5 @@ "use strict"; | ||
static getData = _helperMethods.getData; | ||
static getBaseProps = props => (0, _helperMethods.getBaseProps)(props, fallbackProps); | ||
static getBaseProps(props) { | ||
return (0, _helperMethods.getBaseProps)(props, fallbackProps); | ||
} | ||
static expectedComponents = ["maxComponent", "maxLabelComponent", "medianComponent", "medianLabelComponent", "minComponent", "minLabelComponent", "q1Component", "q1LabelComponent", "q3Component", "q3LabelComponent", "groupComponent", "containerComponent"]; | ||
@@ -98,0 +100,0 @@ renderBoxPlot(props) { |
{ | ||
"name": "victory-box-plot", | ||
"version": "37.0.0", | ||
"version": "37.0.1-next.0", | ||
"description": "Box Plot Component for Victory", | ||
@@ -24,4 +24,4 @@ "keywords": [ | ||
"lodash": "^4.17.19", | ||
"victory-core": "^37.0.0", | ||
"victory-vendor": "^37.0.0" | ||
"victory-core": "^37.0.1-next.0", | ||
"victory-vendor": "^37.0.1-next.0" | ||
}, | ||
@@ -32,7 +32,4 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"victory-chart": "*" | ||
"victory-chart": "37.0.1-next.0" | ||
}, | ||
"publishConfig": { | ||
"provenance": true | ||
}, | ||
"wireit": { | ||
@@ -39,0 +36,0 @@ "### THESE WIREIT CONFIGS ARE GENERATED ####": {}, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
1134359
20462
235910
2
28
Updatedvictory-core@^37.0.1-next.0