@vitessce/statistical-plots 3.9.9 → 3.9.10
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-B8I9kgCe.js → deflate-C_smIR3L.js} +1 -1
- package/dist/{index-D7d5WNOv.js → index-CvvREgcn.js} +13 -7
- package/dist/index.js +1 -1
- package/dist/{jpeg-w3w8_kcX.js → jpeg-CagwEEOS.js} +1 -1
- package/dist/{lerc-BMgRAz-O.js → lerc-DqbSitEX.js} +1 -1
- package/dist/{lzw-C4i4oRdZ.js → lzw-CL8MZzZv.js} +1 -1
- package/dist/{packbits-OljjKWok.js → packbits-CORLjvVf.js} +1 -1
- package/dist/{raw-D97jhkxP.js → raw-BbR4JPfC.js} +1 -1
- package/dist/{webimage-C2MS8rKP.js → webimage-DEO0wk1-.js} +1 -1
- package/package.json +8 -8
|
@@ -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-CvvREgcn.js";
|
|
3
3
|
class DeflateDecoder extends BaseDecoder {
|
|
4
4
|
decodeBlock(buffer) {
|
|
5
5
|
return inflate_1(new Uint8Array(buffer)).buffer;
|
|
@@ -188,6 +188,7 @@ const FileType$1 = {
|
|
|
188
188
|
OBS_LABELS_MUDATA_ZARR: "obsLabels.mudata.zarr",
|
|
189
189
|
FEATURE_LABELS_MUDATA_ZARR: "featureLabels.mudata.zarr",
|
|
190
190
|
GENOMIC_PROFILES_ZARR: "genomic-profiles.zarr",
|
|
191
|
+
GENOMIC_PROFILES_ZARR_ZIP: "genomic-profiles.zarr.zip",
|
|
191
192
|
NEIGHBORHOODS_JSON: "neighborhoods.json",
|
|
192
193
|
// OME-TIFF
|
|
193
194
|
IMAGE_OME_TIFF: "image.ome-tiff",
|
|
@@ -464,6 +465,7 @@ const ViewHelpMapping = {
|
|
|
464
465
|
[FileType$1.OBS_LABELS_MOLECULES_JSON]: DataType$2.OBS_LABELS,
|
|
465
466
|
// For old file types
|
|
466
467
|
[FileType$1.GENOMIC_PROFILES_ZARR]: DataType$2.GENOMIC_PROFILES,
|
|
468
|
+
[FileType$1.GENOMIC_PROFILES_ZARR_ZIP]: DataType$2.GENOMIC_PROFILES,
|
|
467
469
|
[FileType$1.NEIGHBORHOODS_JSON]: DataType$2.NEIGHBORHOODS
|
|
468
470
|
});
|
|
469
471
|
({
|
|
@@ -628,6 +630,10 @@ const ViewHelpMapping = {
|
|
|
628
630
|
},
|
|
629
631
|
[FileType$1.OBS_EMBEDDING_SPATIALDATA_ZARR]: {
|
|
630
632
|
zip: FileType$1.OBS_EMBEDDING_SPATIALDATA_ZARR_ZIP
|
|
633
|
+
},
|
|
634
|
+
// For genomic profiles:
|
|
635
|
+
[FileType$1.GENOMIC_PROFILES_ZARR]: {
|
|
636
|
+
zip: FileType$1.GENOMIC_PROFILES_ZARR_ZIP
|
|
631
637
|
}
|
|
632
638
|
});
|
|
633
639
|
[
|
|
@@ -179864,22 +179870,22 @@ function addDecoder(cases2, importFn) {
|
|
|
179864
179870
|
}
|
|
179865
179871
|
cases2.forEach((c2) => registry$1.set(c2, importFn));
|
|
179866
179872
|
}
|
|
179867
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
179868
|
-
addDecoder(5, () => import("./lzw-
|
|
179873
|
+
addDecoder([void 0, 1], () => import("./raw-BbR4JPfC.js").then((m2) => m2.default));
|
|
179874
|
+
addDecoder(5, () => import("./lzw-CL8MZzZv.js").then((m2) => m2.default));
|
|
179869
179875
|
addDecoder(6, () => {
|
|
179870
179876
|
throw new Error("old style JPEG compression is not supported.");
|
|
179871
179877
|
});
|
|
179872
|
-
addDecoder(7, () => import("./jpeg-
|
|
179873
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
179874
|
-
addDecoder(32773, () => import("./packbits-
|
|
179878
|
+
addDecoder(7, () => import("./jpeg-CagwEEOS.js").then((m2) => m2.default));
|
|
179879
|
+
addDecoder([8, 32946], () => import("./deflate-C_smIR3L.js").then((m2) => m2.default));
|
|
179880
|
+
addDecoder(32773, () => import("./packbits-CORLjvVf.js").then((m2) => m2.default));
|
|
179875
179881
|
addDecoder(
|
|
179876
179882
|
34887,
|
|
179877
|
-
() => import("./lerc-
|
|
179883
|
+
() => import("./lerc-DqbSitEX.js").then(async (m2) => {
|
|
179878
179884
|
await m2.zstd.init();
|
|
179879
179885
|
return m2;
|
|
179880
179886
|
}).then((m2) => m2.default)
|
|
179881
179887
|
);
|
|
179882
|
-
addDecoder(50001, () => import("./webimage-
|
|
179888
|
+
addDecoder(50001, () => import("./webimage-DEO0wk1-.js").then((m2) => m2.default));
|
|
179883
179889
|
function decodeRowAcc(row, stride) {
|
|
179884
179890
|
let length2 = row.length - stride;
|
|
179885
179891
|
let offset2 = 0;
|
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-CvvREgcn.js";
|
|
3
3
|
const LercParameters = {
|
|
4
4
|
AddCompression: 1
|
|
5
5
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/statistical-plots",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.10",
|
|
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.9.
|
|
32
|
-
"@vitessce/
|
|
33
|
-
"@vitessce/
|
|
34
|
-
"@vitessce/
|
|
35
|
-
"@vitessce/
|
|
36
|
-
"@vitessce/
|
|
37
|
-
"@vitessce/
|
|
31
|
+
"@vitessce/styles": "3.9.10",
|
|
32
|
+
"@vitessce/sets-utils": "3.9.10",
|
|
33
|
+
"@vitessce/constants-internal": "3.9.10",
|
|
34
|
+
"@vitessce/vit-s": "3.9.10",
|
|
35
|
+
"@vitessce/vega": "3.9.10",
|
|
36
|
+
"@vitessce/utils": "3.9.10",
|
|
37
|
+
"@vitessce/gl": "3.9.10"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"react": "18.3.1",
|