@evidence-dev/components
Advanced tools
Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "@evidence-dev/components", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"type": "module", | ||
@@ -8,4 +8,3 @@ "dependencies": { | ||
"echarts": "5.2.2", | ||
"echarts-stat": "1.2.0", | ||
"prettier-sql": "5.0.1" | ||
"echarts-stat": "1.2.0" | ||
}, | ||
@@ -12,0 +11,0 @@ "exports": { |
@@ -6,3 +6,2 @@ /** @typedef {typeof __propDef.props} LineProps */ | ||
name?: any; | ||
lineWidth?: number; | ||
y?: any; | ||
@@ -13,2 +12,3 @@ series?: any; | ||
lineColor?: any; | ||
lineWidth?: number; | ||
lineType?: string; | ||
@@ -30,3 +30,2 @@ lineOpacity?: any; | ||
name?: any; | ||
lineWidth?: number; | ||
y?: any; | ||
@@ -37,2 +36,3 @@ series?: any; | ||
lineColor?: any; | ||
lineWidth?: number; | ||
lineType?: string; | ||
@@ -39,0 +39,0 @@ lineOpacity?: any; |
@@ -9,3 +9,2 @@ /** @typedef {typeof __propDef.props} LineChartProps */ | ||
data?: any; | ||
lineWidth?: any; | ||
x?: any; | ||
@@ -27,2 +26,3 @@ xType?: any; | ||
lineColor?: any; | ||
lineWidth?: any; | ||
lineType?: any; | ||
@@ -47,3 +47,2 @@ lineOpacity?: any; | ||
data?: any; | ||
lineWidth?: any; | ||
x?: any; | ||
@@ -65,2 +64,3 @@ xType?: any; | ||
lineColor?: any; | ||
lineWidth?: any; | ||
lineType?: any; | ||
@@ -67,0 +67,0 @@ lineOpacity?: any; |
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
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
3
166171
- Removedprettier-sql@5.0.1
- Removedargparse@2.0.1(transitive)
- Removedprettier-sql@5.0.1(transitive)