@vitessce/statistical-plots 3.9.10 → 4.0.0-test.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-tsc/CellSetCompositionBarPlot.d.ts +1 -1
- package/dist-tsc/CellSetCompositionBarPlot.d.ts.map +1 -1
- package/dist-tsc/CellSetCompositionBarPlotSubscriber.d.ts +1 -1
- package/dist-tsc/CellSetCompositionBarPlotSubscriber.d.ts.map +1 -1
- package/dist-tsc/CellSetExpressionPlot.d.ts +1 -1
- package/dist-tsc/CellSetExpressionPlot.d.ts.map +1 -1
- package/dist-tsc/CellSetExpressionPlotOptions.d.ts +1 -1
- package/dist-tsc/CellSetExpressionPlotOptions.d.ts.map +1 -1
- package/dist-tsc/CellSetExpressionPlotSubscriber.d.ts +1 -1
- package/dist-tsc/CellSetExpressionPlotSubscriber.d.ts.map +1 -1
- package/dist-tsc/CellSetSizesPlot.d.ts +1 -1
- package/dist-tsc/CellSetSizesPlot.d.ts.map +1 -1
- package/dist-tsc/CellSetSizesPlotSubscriber.d.ts +1 -1
- package/dist-tsc/CellSetSizesPlotSubscriber.d.ts.map +1 -1
- package/dist-tsc/DotPlot.d.ts +1 -1
- package/dist-tsc/DotPlot.d.ts.map +1 -1
- package/dist-tsc/DotPlotSubscriber.d.ts +1 -1
- package/dist-tsc/DotPlotSubscriber.d.ts.map +1 -1
- package/dist-tsc/ExpressionHistogram.d.ts +1 -1
- package/dist-tsc/ExpressionHistogram.d.ts.map +1 -1
- package/dist-tsc/ExpressionHistogramSubscriber.d.ts +1 -1
- package/dist-tsc/ExpressionHistogramSubscriber.d.ts.map +1 -1
- package/dist-tsc/FeatureBarPlot.d.ts +1 -1
- package/dist-tsc/FeatureBarPlot.d.ts.map +1 -1
- package/dist-tsc/FeatureBarPlotSubscriber.d.ts +1 -1
- package/dist-tsc/FeatureBarPlotSubscriber.d.ts.map +1 -1
- package/dist-tsc/FeatureSetEnrichmentBarPlot.d.ts +1 -1
- package/dist-tsc/FeatureSetEnrichmentBarPlot.d.ts.map +1 -1
- package/dist-tsc/FeatureSetEnrichmentBarPlotSubscriber.d.ts +1 -1
- package/dist-tsc/FeatureSetEnrichmentBarPlotSubscriber.d.ts.map +1 -1
- package/dist-tsc/FeatureStatsTable.d.ts +1 -1
- package/dist-tsc/FeatureStatsTable.d.ts.map +1 -1
- package/dist-tsc/FeatureStatsTableSubscriber.d.ts +1 -1
- package/dist-tsc/FeatureStatsTableSubscriber.d.ts.map +1 -1
- package/dist-tsc/Treemap.d.ts +1 -1
- package/dist-tsc/Treemap.d.ts.map +1 -1
- package/dist-tsc/TreemapOptions.d.ts +1 -1
- package/dist-tsc/TreemapOptions.d.ts.map +1 -1
- package/dist-tsc/TreemapSubscriber.d.ts +1 -1
- package/dist-tsc/TreemapSubscriber.d.ts.map +1 -1
- package/dist-tsc/VolcanoPlot.d.ts +1 -1
- package/dist-tsc/VolcanoPlot.d.ts.map +1 -1
- package/dist-tsc/VolcanoPlotOptions.d.ts +1 -1
- package/dist-tsc/VolcanoPlotOptions.d.ts.map +1 -1
- package/dist-tsc/VolcanoPlotSubscriber.d.ts +1 -1
- package/dist-tsc/VolcanoPlotSubscriber.d.ts.map +1 -1
- package/package.json +11 -11
- package/dist/deflate-C_smIR3L.js +0 -10
- package/dist/index-CvvREgcn.js +0 -253607
- package/dist/index.js +0 -17
- package/dist/jpeg-CagwEEOS.js +0 -856
- package/dist/lerc-DqbSitEX.js +0 -2065
- package/dist/lzw-CL8MZzZv.js +0 -125
- package/dist/packbits-CORLjvVf.js +0 -27
- package/dist/pako.esm-SxljTded.js +0 -2216
- package/dist/raw-BbR4JPfC.js +0 -9
- package/dist/webimage-DEO0wk1-.js +0 -29
package/dist/index.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { b, f, C, e, a, i, D, h, E, F, c, d, T, V } from "./index-CvvREgcn.js";
|
|
2
|
-
export {
|
|
3
|
-
b as CellSetCompositionBarPlotSubscriber,
|
|
4
|
-
f as CellSetExpressionPlot,
|
|
5
|
-
C as CellSetExpressionPlotSubscriber,
|
|
6
|
-
e as CellSetSizesPlot,
|
|
7
|
-
a as CellSetSizesPlotSubscriber,
|
|
8
|
-
i as DotPlot,
|
|
9
|
-
D as DotPlotSubscriber,
|
|
10
|
-
h as ExpressionHistogram,
|
|
11
|
-
E as ExpressionHistogramSubscriber,
|
|
12
|
-
F as FeatureBarPlotSubscriber,
|
|
13
|
-
c as FeatureSetEnrichmentBarPlotSubscriber,
|
|
14
|
-
d as FeatureStatsTableSubscriber,
|
|
15
|
-
T as TreemapSubscriber,
|
|
16
|
-
V as VolcanoPlotSubscriber
|
|
17
|
-
};
|