@vitessce/statistical-plots 3.6.5 → 3.6.7
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/{deflate-CSQukm9U.js → deflate-CIQ8HfQ4.js} +1 -1
- package/dist/{index--XCq-Ued.js → index-DKYKw8DX.js} +8 -8
- package/dist/index.js +1 -1
- package/dist/{jpeg-D_5qvdC3.js → jpeg-L5T74jDu.js} +1 -1
- package/dist/{lerc-DizzO1o8.js → lerc-xXmKz_nL.js} +1 -1
- package/dist/{lzw-ewtV3KsT.js → lzw-D-d5b3_9.js} +1 -1
- package/dist/{packbits--pekGbSu.js → packbits-EdeFNk-p.js} +1 -1
- package/dist/{raw-D75k-pXG.js → raw-B0E5tGhb.js} +1 -1
- package/dist/{webimage-BBuwfaEg.js → webimage-Dr7tpGET.js} +1 -1
- package/dist-tsc/CellSetExpressionPlotSubscriber.js +1 -1
- package/package.json +8 -8
- package/src/CellSetExpressionPlotSubscriber.js +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-SxljTded.js";
|
2
|
-
import { B as BaseDecoder } from "./index
|
2
|
+
import { B as BaseDecoder } from "./index-DKYKw8DX.js";
|
3
3
|
class DeflateDecoder extends BaseDecoder {
|
4
4
|
decodeBlock(buffer) {
|
5
5
|
return inflate_1(new Uint8Array(buffer)).buffer;
|
@@ -178664,22 +178664,22 @@ function addDecoder(cases2, importFn) {
|
|
178664
178664
|
}
|
178665
178665
|
cases2.forEach((c2) => registry$1.set(c2, importFn));
|
178666
178666
|
}
|
178667
|
-
addDecoder([void 0, 1], () => import("./raw-
|
178668
|
-
addDecoder(5, () => import("./lzw-
|
178667
|
+
addDecoder([void 0, 1], () => import("./raw-B0E5tGhb.js").then((m2) => m2.default));
|
178668
|
+
addDecoder(5, () => import("./lzw-D-d5b3_9.js").then((m2) => m2.default));
|
178669
178669
|
addDecoder(6, () => {
|
178670
178670
|
throw new Error("old style JPEG compression is not supported.");
|
178671
178671
|
});
|
178672
|
-
addDecoder(7, () => import("./jpeg-
|
178673
|
-
addDecoder([8, 32946], () => import("./deflate-
|
178674
|
-
addDecoder(32773, () => import("./packbits
|
178672
|
+
addDecoder(7, () => import("./jpeg-L5T74jDu.js").then((m2) => m2.default));
|
178673
|
+
addDecoder([8, 32946], () => import("./deflate-CIQ8HfQ4.js").then((m2) => m2.default));
|
178674
|
+
addDecoder(32773, () => import("./packbits-EdeFNk-p.js").then((m2) => m2.default));
|
178675
178675
|
addDecoder(
|
178676
178676
|
34887,
|
178677
|
-
() => import("./lerc-
|
178677
|
+
() => import("./lerc-xXmKz_nL.js").then(async (m2) => {
|
178678
178678
|
await m2.zstd.init();
|
178679
178679
|
return m2;
|
178680
178680
|
}).then((m2) => m2.default)
|
178681
178681
|
);
|
178682
|
-
addDecoder(50001, () => import("./webimage-
|
178682
|
+
addDecoder(50001, () => import("./webimage-Dr7tpGET.js").then((m2) => m2.default));
|
178683
178683
|
function decodeRowAcc(row, stride) {
|
178684
178684
|
let length2 = row.length - stride;
|
178685
178685
|
let offset2 = 0;
|
@@ -198810,7 +198810,7 @@ function CellSetExpressionPlotSubscriber(props) {
|
|
198810
198810
|
return /* @__PURE__ */ React__default.createElement(
|
198811
198811
|
TitleInfo,
|
198812
198812
|
{
|
198813
|
-
title: title2 ? `${title2}${titleSuffix}` :
|
198813
|
+
title: title2 ? `${title2}${titleSuffix}` : `${capitalize$3(featureValueType)} by ${capitalize$3(obsType)} Set${titleSuffix}`,
|
198814
198814
|
closeButtonVisible,
|
198815
198815
|
downloadButtonVisible,
|
198816
198816
|
removeGridComponent,
|
package/dist/index.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-SxljTded.js";
|
2
|
-
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index
|
2
|
+
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-DKYKw8DX.js";
|
3
3
|
const LercParameters = {
|
4
4
|
AddCompression: 1
|
5
5
|
};
|
@@ -139,5 +139,5 @@ export function CellSetExpressionPlotSubscriber(props) {
|
|
139
139
|
// Use empty string when firstGeneSelected is null
|
140
140
|
const titleSuffix = featureSuffix ? ` (${featureSuffix})` : '';
|
141
141
|
return (_jsx(TitleInfo, { title: title ? `${title}${titleSuffix}`
|
142
|
-
:
|
142
|
+
: `${capitalize(featureValueType)} by ${capitalize(obsType)} Set${titleSuffix}`, closeButtonVisible: closeButtonVisible, downloadButtonVisible: downloadButtonVisible, removeGridComponent: removeGridComponent, urls: urls, theme: theme, isReady: isReady, helpText: helpText, options: (_jsx(CellSetExpressionPlotOptions, { featureValueTransform: featureValueTransform, setFeatureValueTransform: setFeatureValueTransform, featureValueTransformCoefficient: featureValueTransformCoefficient, setFeatureValueTransformCoefficient: setFeatureValueTransformCoefficient, transformOptions: transformOptions, featureAggregationStrategy: featureAggregationStrategy, setFeatureAggregationStrategy: setFeatureAggregationStrategy })), children: _jsx("div", { ref: containerRef, className: classes.vegaContainer, children: histogramData ? (_jsx(CellSetExpressionPlot, { yMin: yMin, yUnits: yUnits, jitter: jitter, obsSetSelection: cellSetSelection, obsSetColor: cellSetColor, sampleSetSelection: sampleSetSelection, sampleSetColor: sampleSetColor, colors: setArr, data: histogramData, exprMax: exprMax, theme: theme, width: width, height: height, obsType: obsType, featureType: featureType, featureValueType: featureValueType, featureValueTransformName: selectedTransformName, xAxisTitle: xAxisTitle })) : (_jsxs("span", { children: ["Select a ", featureType, "."] })) }) }));
|
143
143
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vitessce/statistical-plots",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.7",
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
5
5
|
"homepage": "http://vitessce.io",
|
6
6
|
"repository": {
|
@@ -28,13 +28,13 @@
|
|
28
28
|
"react-aria": "^3.28.0",
|
29
29
|
"internmap": "^2.0.3",
|
30
30
|
"uuid": "^9.0.0",
|
31
|
-
"@vitessce/styles": "3.6.
|
32
|
-
"@vitessce/constants-internal": "3.6.
|
33
|
-
"@vitessce/sets-utils": "3.6.
|
34
|
-
"@vitessce/utils": "3.6.
|
35
|
-
"@vitessce/vega": "3.6.
|
36
|
-
"@vitessce/vit-s": "3.6.
|
37
|
-
"@vitessce/gl": "3.6.
|
31
|
+
"@vitessce/styles": "3.6.7",
|
32
|
+
"@vitessce/constants-internal": "3.6.7",
|
33
|
+
"@vitessce/sets-utils": "3.6.7",
|
34
|
+
"@vitessce/utils": "3.6.7",
|
35
|
+
"@vitessce/vega": "3.6.7",
|
36
|
+
"@vitessce/vit-s": "3.6.7",
|
37
|
+
"@vitessce/gl": "3.6.7"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
40
|
"react": "^18.0.0",
|
@@ -264,7 +264,7 @@ export function CellSetExpressionPlotSubscriber(props) {
|
|
264
264
|
return (
|
265
265
|
<TitleInfo
|
266
266
|
title={title ? `${title}${titleSuffix}`
|
267
|
-
:
|
267
|
+
: `${capitalize(featureValueType)} by ${capitalize(obsType)} Set${titleSuffix}`
|
268
268
|
}
|
269
269
|
closeButtonVisible={closeButtonVisible}
|
270
270
|
downloadButtonVisible={downloadButtonVisible}
|