@vitessce/statistical-plots 3.9.9 → 3.9.11

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.
@@ -1,5 +1,5 @@
1
1
  import { i as inflate_1 } from "./pako.esm-SxljTded.js";
2
- import { B as BaseDecoder } from "./index-D7d5WNOv.js";
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-D97jhkxP.js").then((m2) => m2.default));
179868
- addDecoder(5, () => import("./lzw-C4i4oRdZ.js").then((m2) => m2.default));
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-w3w8_kcX.js").then((m2) => m2.default));
179873
- addDecoder([8, 32946], () => import("./deflate-B8I9kgCe.js").then((m2) => m2.default));
179874
- addDecoder(32773, () => import("./packbits-OljjKWok.js").then((m2) => m2.default));
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-BMgRAz-O.js").then(async (m2) => {
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-C2MS8rKP.js").then((m2) => m2.default));
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,4 +1,4 @@
1
- import { b, f, C, e, a, i, D, h, E, F, c, d, T, V } from "./index-D7d5WNOv.js";
1
+ import { b, f, C, e, a, i, D, h, E, F, c, d, T, V } from "./index-CvvREgcn.js";
2
2
  export {
3
3
  b as CellSetCompositionBarPlotSubscriber,
4
4
  f as CellSetExpressionPlot,
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-D7d5WNOv.js";
1
+ import { B as BaseDecoder } from "./index-CvvREgcn.js";
2
2
  const dctZigZag = new Int32Array([
3
3
  0,
4
4
  1,
@@ -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-D7d5WNOv.js";
2
+ import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-CvvREgcn.js";
3
3
  const LercParameters = {
4
4
  AddCompression: 1
5
5
  };
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-D7d5WNOv.js";
1
+ import { B as BaseDecoder } from "./index-CvvREgcn.js";
2
2
  const MIN_BITS = 9;
3
3
  const CLEAR_CODE = 256;
4
4
  const EOI_CODE = 257;
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-D7d5WNOv.js";
1
+ import { B as BaseDecoder } from "./index-CvvREgcn.js";
2
2
  class PackbitsDecoder extends BaseDecoder {
3
3
  decodeBlock(buffer) {
4
4
  const dataView = new DataView(buffer);
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-D7d5WNOv.js";
1
+ import { B as BaseDecoder } from "./index-CvvREgcn.js";
2
2
  class RawDecoder extends BaseDecoder {
3
3
  decodeBlock(buffer) {
4
4
  return buffer;
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-D7d5WNOv.js";
1
+ import { B as BaseDecoder } from "./index-CvvREgcn.js";
2
2
  class WebImageDecoder extends BaseDecoder {
3
3
  constructor() {
4
4
  super();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/statistical-plots",
3
- "version": "3.9.9",
3
+ "version": "3.9.11",
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.9",
32
- "@vitessce/constants-internal": "3.9.9",
33
- "@vitessce/sets-utils": "3.9.9",
34
- "@vitessce/vega": "3.9.9",
35
- "@vitessce/utils": "3.9.9",
36
- "@vitessce/gl": "3.9.9",
37
- "@vitessce/vit-s": "3.9.9"
31
+ "@vitessce/styles": "3.9.11",
32
+ "@vitessce/constants-internal": "3.9.11",
33
+ "@vitessce/sets-utils": "3.9.11",
34
+ "@vitessce/utils": "3.9.11",
35
+ "@vitessce/vit-s": "3.9.11",
36
+ "@vitessce/gl": "3.9.11",
37
+ "@vitessce/vega": "3.9.11"
38
38
  },
39
39
  "devDependencies": {
40
40
  "react": "18.3.1",