@vitessce/statistical-plots 3.7.1 → 3.8.0

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-CiYiZlc7.js";
2
+ import { B as BaseDecoder } from "./index-CBlESl44.js";
3
3
  class DeflateDecoder extends BaseDecoder {
4
4
  decodeBlock(buffer) {
5
5
  return inflate_1(new Uint8Array(buffer)).buffer;
@@ -32,6 +32,7 @@ const ViewType$1 = {
32
32
  SCATTERPLOT: "scatterplot",
33
33
  SPATIAL: "spatial",
34
34
  SPATIAL_BETA: "spatialBeta",
35
+ SPATIAL_ACCELERATED: "spatialAccelerated",
35
36
  HEATMAP: "heatmap",
36
37
  LAYER_CONTROLLER: "layerController",
37
38
  LAYER_CONTROLLER_BETA: "layerControllerBeta",
@@ -328,6 +329,8 @@ const CoordinationType$1 = {
328
329
  // Could be per-image-layer
329
330
  SPATIAL_TARGET_RESOLUTION: "spatialTargetResolution",
330
331
  // Per-spatial-layer
332
+ SPATIAL_MAX_RESOLUTION: "spatialMaxResolution",
333
+ // Per-image-channel (for spatial-accelerated)
331
334
  // For clipping plane sliders
332
335
  SPATIAL_SLICE_X: "spatialSliceX",
333
336
  SPATIAL_SLICE_Y: "spatialSliceY",
@@ -885,6 +888,7 @@ const COMPONENT_COORDINATION_TYPES = {
885
888
  CoordinationType$1.SPATIAL_RENDERING_MODE,
886
889
  CoordinationType$1.VOLUMETRIC_RENDERING_ALGORITHM,
887
890
  CoordinationType$1.SPATIAL_TARGET_RESOLUTION,
891
+ CoordinationType$1.SPATIAL_MAX_RESOLUTION,
888
892
  CoordinationType$1.SPATIAL_SLICE_X,
889
893
  CoordinationType$1.SPATIAL_SLICE_Y,
890
894
  CoordinationType$1.SPATIAL_SLICE_Z,
@@ -1058,6 +1062,7 @@ const COMPONENT_COORDINATION_TYPES = {
1058
1062
  CoordinationType$1.SPATIAL_RENDERING_MODE,
1059
1063
  CoordinationType$1.VOLUMETRIC_RENDERING_ALGORITHM,
1060
1064
  CoordinationType$1.SPATIAL_TARGET_RESOLUTION,
1065
+ CoordinationType$1.SPATIAL_MAX_RESOLUTION,
1061
1066
  CoordinationType$1.SPATIAL_SLICE_X,
1062
1067
  CoordinationType$1.SPATIAL_SLICE_Y,
1063
1068
  CoordinationType$1.SPATIAL_SLICE_Z,
@@ -178737,22 +178742,22 @@ function addDecoder(cases2, importFn) {
178737
178742
  }
178738
178743
  cases2.forEach((c2) => registry$1.set(c2, importFn));
178739
178744
  }
178740
- addDecoder([void 0, 1], () => import("./raw-FFiWm3QN.js").then((m2) => m2.default));
178741
- addDecoder(5, () => import("./lzw-DD1Tdz8g.js").then((m2) => m2.default));
178745
+ addDecoder([void 0, 1], () => import("./raw-BRhDP5pl.js").then((m2) => m2.default));
178746
+ addDecoder(5, () => import("./lzw-C3n2EPuo.js").then((m2) => m2.default));
178742
178747
  addDecoder(6, () => {
178743
178748
  throw new Error("old style JPEG compression is not supported.");
178744
178749
  });
178745
- addDecoder(7, () => import("./jpeg-DEScdVti.js").then((m2) => m2.default));
178746
- addDecoder([8, 32946], () => import("./deflate-DgQl9TkB.js").then((m2) => m2.default));
178747
- addDecoder(32773, () => import("./packbits-DQKhpi_i.js").then((m2) => m2.default));
178750
+ addDecoder(7, () => import("./jpeg-BHVtMh8a.js").then((m2) => m2.default));
178751
+ addDecoder([8, 32946], () => import("./deflate-BE3DOVpx.js").then((m2) => m2.default));
178752
+ addDecoder(32773, () => import("./packbits-Byi5S9of.js").then((m2) => m2.default));
178748
178753
  addDecoder(
178749
178754
  34887,
178750
- () => import("./lerc-DTqrdnG3.js").then(async (m2) => {
178755
+ () => import("./lerc-CCK2xeTV.js").then(async (m2) => {
178751
178756
  await m2.zstd.init();
178752
178757
  return m2;
178753
178758
  }).then((m2) => m2.default)
178754
178759
  );
178755
- addDecoder(50001, () => import("./webimage-CsGQM3x-.js").then((m2) => m2.default));
178760
+ addDecoder(50001, () => import("./webimage-Bss6PdfZ.js").then((m2) => m2.default));
178756
178761
  function decodeRowAcc(row, stride) {
178757
178762
  let length2 = row.length - stride;
178758
178763
  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-CiYiZlc7.js";
1
+ import { b, f, C, e, a, i, D, h, E, F, c, d, T, V } from "./index-CBlESl44.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-CiYiZlc7.js";
1
+ import { B as BaseDecoder } from "./index-CBlESl44.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-CiYiZlc7.js";
2
+ import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-CBlESl44.js";
3
3
  const LercParameters = {
4
4
  AddCompression: 1
5
5
  };
@@ -1,4 +1,4 @@
1
- import { B as BaseDecoder } from "./index-CiYiZlc7.js";
1
+ import { B as BaseDecoder } from "./index-CBlESl44.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-CiYiZlc7.js";
1
+ import { B as BaseDecoder } from "./index-CBlESl44.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-CiYiZlc7.js";
1
+ import { B as BaseDecoder } from "./index-CBlESl44.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-CiYiZlc7.js";
1
+ import { B as BaseDecoder } from "./index-CBlESl44.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.7.1",
3
+ "version": "3.8.0",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -28,17 +28,17 @@
28
28
  "react-aria": "^3.28.0",
29
29
  "internmap": "^2.0.3",
30
30
  "uuid": "^9.0.0",
31
- "@vitessce/styles": "3.7.1",
32
- "@vitessce/constants-internal": "3.7.1",
33
- "@vitessce/sets-utils": "3.7.1",
34
- "@vitessce/utils": "3.7.1",
35
- "@vitessce/vega": "3.7.1",
36
- "@vitessce/vit-s": "3.7.1",
37
- "@vitessce/gl": "3.7.1"
31
+ "@vitessce/styles": "3.8.0",
32
+ "@vitessce/constants-internal": "3.8.0",
33
+ "@vitessce/sets-utils": "3.8.0",
34
+ "@vitessce/utils": "3.8.0",
35
+ "@vitessce/vega": "3.8.0",
36
+ "@vitessce/vit-s": "3.8.0",
37
+ "@vitessce/gl": "3.8.0"
38
38
  },
39
39
  "devDependencies": {
40
- "react": "^18.0.0",
41
- "react-dom": "^18.0.0",
40
+ "react": "18.3.1",
41
+ "react-dom": "18.3.1",
42
42
  "vite": "^7.0.0",
43
43
  "vitest": "^3.1.4"
44
44
  },