@evidence-dev/components
Advanced tools
Comparing version 0.1.12 to 0.1.13
@@ -1,2 +0,2 @@ | ||
import getDistinctValues from '../modules/getDistinctValues.js' | ||
import getDistinctValues from './getDistinctValues.js' | ||
@@ -3,0 +3,0 @@ export default function getSeriesConfig(data, x, y, series, swapXY, baseConfig, name=null, xMismatch, columnSummary) { |
{ | ||
"name": "@evidence-dev/components", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"type": "module", | ||
@@ -10,2 +10,5 @@ "dependencies": { | ||
}, | ||
"publishConfig": { | ||
"directory": "../../packages/components" | ||
}, | ||
"exports": { | ||
@@ -12,0 +15,0 @@ "./package.json": "./package.json", |
@@ -7,4 +7,4 @@ /** @typedef {typeof __propDef.props} AreaProps */ | ||
name?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
options?: any; | ||
@@ -26,4 +26,4 @@ fillColor?: any; | ||
name?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
options?: any; | ||
@@ -39,3 +39,2 @@ fillColor?: any; | ||
}; | ||
import { props } from "../modules/stores.js"; | ||
export {}; |
@@ -10,11 +10,10 @@ /** @typedef {typeof __propDef.props} AreaChartProps */ | ||
data?: any; | ||
x?: any; | ||
xType?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
fillColor?: any; | ||
fillOpacity?: any; | ||
handleMissing?: any; | ||
yMin?: any; | ||
x?: any; | ||
subtitle?: any; | ||
xType?: any; | ||
xAxisTitle?: any; | ||
@@ -28,2 +27,3 @@ xBaseline?: any; | ||
yGridlines?: any; | ||
yMin?: any; | ||
}, { | ||
@@ -44,11 +44,10 @@ [evt: string]: CustomEvent<any>; | ||
data?: any; | ||
x?: any; | ||
xType?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
fillColor?: any; | ||
fillOpacity?: any; | ||
handleMissing?: any; | ||
yMin?: any; | ||
x?: any; | ||
subtitle?: any; | ||
xType?: any; | ||
xAxisTitle?: any; | ||
@@ -62,2 +61,3 @@ xBaseline?: any; | ||
yGridlines?: any; | ||
yMin?: any; | ||
}; | ||
@@ -64,0 +64,0 @@ events: { |
@@ -6,4 +6,4 @@ /** @typedef {typeof __propDef.props} BarProps */ | ||
name?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
options?: any; | ||
@@ -27,4 +27,4 @@ fillColor?: any; | ||
name?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
options?: any; | ||
@@ -43,3 +43,2 @@ fillColor?: any; | ||
}; | ||
import { props } from "../modules/stores.js"; | ||
export {}; |
@@ -9,11 +9,10 @@ /** @typedef {typeof __propDef.props} BarChartProps */ | ||
data?: any; | ||
x?: any; | ||
swapXY?: boolean; | ||
xType?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
fillColor?: any; | ||
fillOpacity?: any; | ||
yMin?: any; | ||
x?: any; | ||
swapXY?: boolean; | ||
subtitle?: any; | ||
xType?: any; | ||
xAxisTitle?: any; | ||
@@ -27,2 +26,3 @@ xBaseline?: any; | ||
yGridlines?: any; | ||
yMin?: any; | ||
type?: any; | ||
@@ -45,11 +45,10 @@ outlineColor?: any; | ||
data?: any; | ||
x?: any; | ||
swapXY?: boolean; | ||
xType?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
fillColor?: any; | ||
fillOpacity?: any; | ||
yMin?: any; | ||
x?: any; | ||
swapXY?: boolean; | ||
subtitle?: any; | ||
xType?: any; | ||
xAxisTitle?: any; | ||
@@ -63,2 +62,3 @@ xBaseline?: any; | ||
yGridlines?: any; | ||
yMin?: any; | ||
type?: any; | ||
@@ -65,0 +65,0 @@ outlineColor?: any; |
@@ -7,4 +7,4 @@ /** @typedef {typeof __propDef.props} BubbleProps */ | ||
size?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
options?: any; | ||
@@ -30,4 +30,4 @@ fillColor?: any; | ||
size?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
options?: any; | ||
@@ -47,3 +47,2 @@ fillColor?: any; | ||
}; | ||
import { props } from "../modules/stores.js"; | ||
export {}; |
@@ -10,9 +10,8 @@ /** @typedef {typeof __propDef.props} BubbleChartProps */ | ||
data?: any; | ||
x?: any; | ||
xType?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
fillColor?: any; | ||
yMin?: any; | ||
x?: any; | ||
subtitle?: any; | ||
xType?: any; | ||
xAxisTitle?: any; | ||
@@ -26,2 +25,3 @@ xBaseline?: any; | ||
yGridlines?: any; | ||
yMin?: any; | ||
outlineColor?: any; | ||
@@ -48,9 +48,8 @@ outlineWidth?: any; | ||
data?: any; | ||
x?: any; | ||
xType?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
fillColor?: any; | ||
yMin?: any; | ||
x?: any; | ||
subtitle?: any; | ||
xType?: any; | ||
xAxisTitle?: any; | ||
@@ -64,2 +63,3 @@ xBaseline?: any; | ||
yGridlines?: any; | ||
yMin?: any; | ||
outlineColor?: any; | ||
@@ -66,0 +66,0 @@ outlineWidth?: any; |
@@ -10,13 +10,12 @@ /** @typedef {typeof __propDef.props} ChartProps */ | ||
data?: any; | ||
x?: string; | ||
swapXY?: boolean; | ||
xType?: any; | ||
series?: any; | ||
y?: string | string[]; | ||
series?: any; | ||
options?: any; | ||
chartType?: string; | ||
yMin?: any; | ||
x?: string; | ||
swapXY?: boolean; | ||
subtitle?: any; | ||
bubble?: boolean; | ||
hist?: boolean; | ||
xType?: any; | ||
xAxisTitle?: string; | ||
@@ -32,2 +31,3 @@ xBaseline?: boolean; | ||
yAxisLabels?: boolean; | ||
yMin?: any; | ||
}, { | ||
@@ -50,13 +50,12 @@ [evt: string]: CustomEvent<any>; | ||
data?: any; | ||
x?: string; | ||
swapXY?: boolean; | ||
xType?: any; | ||
series?: any; | ||
y?: string | string[]; | ||
series?: any; | ||
options?: any; | ||
chartType?: string; | ||
yMin?: any; | ||
x?: string; | ||
swapXY?: boolean; | ||
subtitle?: any; | ||
bubble?: boolean; | ||
hist?: boolean; | ||
xType?: any; | ||
xAxisTitle?: string; | ||
@@ -72,2 +71,3 @@ xBaseline?: boolean; | ||
yAxisLabels?: boolean; | ||
yMin?: any; | ||
}; | ||
@@ -81,3 +81,2 @@ events: { | ||
}; | ||
import { props } from "../modules/stores.js"; | ||
export {}; |
@@ -5,5 +5,5 @@ /** @typedef {typeof __propDef.props} HistProps */ | ||
export default class Hist extends SvelteComponentTyped<{ | ||
x?: any; | ||
fillColor?: any; | ||
fillOpacity?: number; | ||
x?: any; | ||
}, { | ||
@@ -19,5 +19,5 @@ [evt: string]: CustomEvent<any>; | ||
props: { | ||
x?: any; | ||
fillColor?: any; | ||
fillOpacity?: number; | ||
x?: any; | ||
}; | ||
@@ -29,3 +29,2 @@ events: { | ||
}; | ||
import { props } from "../modules/stores.js"; | ||
export {}; |
@@ -8,6 +8,5 @@ /** @typedef {typeof __propDef.props} HistogramProps */ | ||
data?: any; | ||
x?: any; | ||
fillColor?: any; | ||
fillOpacity?: any; | ||
yMin?: number; | ||
x?: any; | ||
subtitle?: any; | ||
@@ -22,2 +21,3 @@ xAxisTitle?: any; | ||
yGridlines?: any; | ||
yMin?: number; | ||
}, { | ||
@@ -36,6 +36,5 @@ [evt: string]: CustomEvent<any>; | ||
data?: any; | ||
x?: any; | ||
fillColor?: any; | ||
fillOpacity?: any; | ||
yMin?: number; | ||
x?: any; | ||
subtitle?: any; | ||
@@ -50,2 +49,3 @@ xAxisTitle?: any; | ||
yGridlines?: any; | ||
yMin?: number; | ||
}; | ||
@@ -52,0 +52,0 @@ events: { |
@@ -6,4 +6,4 @@ /** @typedef {typeof __propDef.props} LineProps */ | ||
name?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
options?: any; | ||
@@ -29,4 +29,4 @@ handleMissing?: string; | ||
name?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
options?: any; | ||
@@ -47,3 +47,2 @@ handleMissing?: string; | ||
}; | ||
import { props } from "../modules/stores.js"; | ||
export {}; |
@@ -9,9 +9,8 @@ /** @typedef {typeof __propDef.props} LineChartProps */ | ||
data?: any; | ||
x?: any; | ||
xType?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
handleMissing?: any; | ||
yMin?: any; | ||
x?: any; | ||
subtitle?: any; | ||
xType?: any; | ||
xAxisTitle?: any; | ||
@@ -25,2 +24,3 @@ xBaseline?: any; | ||
yGridlines?: any; | ||
yMin?: any; | ||
lineColor?: any; | ||
@@ -47,9 +47,8 @@ lineWidth?: any; | ||
data?: any; | ||
x?: any; | ||
xType?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
handleMissing?: any; | ||
yMin?: any; | ||
x?: any; | ||
subtitle?: any; | ||
xType?: any; | ||
xAxisTitle?: any; | ||
@@ -63,2 +62,3 @@ xBaseline?: any; | ||
yGridlines?: any; | ||
yMin?: any; | ||
lineColor?: any; | ||
@@ -65,0 +65,0 @@ lineWidth?: any; |
@@ -6,4 +6,4 @@ /** @typedef {typeof __propDef.props} ScatterProps */ | ||
name?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
options?: any; | ||
@@ -27,4 +27,4 @@ fillColor?: any; | ||
name?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
options?: any; | ||
@@ -43,3 +43,2 @@ fillColor?: any; | ||
}; | ||
import { props } from "../modules/stores.js"; | ||
export {}; |
@@ -9,9 +9,8 @@ /** @typedef {typeof __propDef.props} ScatterPlotProps */ | ||
data?: any; | ||
x?: any; | ||
xType?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
fillColor?: any; | ||
yMin?: any; | ||
x?: any; | ||
subtitle?: any; | ||
xType?: any; | ||
xAxisTitle?: any; | ||
@@ -25,2 +24,3 @@ xBaseline?: any; | ||
yGridlines?: any; | ||
yMin?: any; | ||
outlineColor?: any; | ||
@@ -45,9 +45,8 @@ outlineWidth?: any; | ||
data?: any; | ||
x?: any; | ||
xType?: any; | ||
series?: any; | ||
y?: any; | ||
series?: any; | ||
fillColor?: any; | ||
yMin?: any; | ||
x?: any; | ||
subtitle?: any; | ||
xType?: any; | ||
xAxisTitle?: any; | ||
@@ -61,2 +60,3 @@ xBaseline?: any; | ||
yGridlines?: any; | ||
yMin?: any; | ||
outlineColor?: any; | ||
@@ -63,0 +63,0 @@ outlineWidth?: any; |
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 README
QualityPackage does not have a README. This may indicate a failed publish or a low quality 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
169188
106
2673
2
0