@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.
- package/dist/{deflate-DgQl9TkB.js → deflate-BE3DOVpx.js} +1 -1
- package/dist/{index-CiYiZlc7.js → index-CBlESl44.js} +12 -7
- package/dist/index.js +1 -1
- package/dist/{jpeg-DEScdVti.js → jpeg-BHVtMh8a.js} +1 -1
- package/dist/{lerc-DTqrdnG3.js → lerc-CCK2xeTV.js} +1 -1
- package/dist/{lzw-DD1Tdz8g.js → lzw-C3n2EPuo.js} +1 -1
- package/dist/{packbits-DQKhpi_i.js → packbits-Byi5S9of.js} +1 -1
- package/dist/{raw-FFiWm3QN.js → raw-BRhDP5pl.js} +1 -1
- package/dist/{webimage-CsGQM3x-.js → webimage-Bss6PdfZ.js} +1 -1
- package/package.json +10 -10
@@ -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-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-
|
178741
|
-
addDecoder(5, () => import("./lzw-
|
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-
|
178746
|
-
addDecoder([8, 32946], () => import("./deflate-
|
178747
|
-
addDecoder(32773, () => import("./packbits-
|
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-
|
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-
|
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,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-CBlESl44.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.
|
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.
|
32
|
-
"@vitessce/constants-internal": "3.
|
33
|
-
"@vitessce/sets-utils": "3.
|
34
|
-
"@vitessce/utils": "3.
|
35
|
-
"@vitessce/vega": "3.
|
36
|
-
"@vitessce/vit-s": "3.
|
37
|
-
"@vitessce/gl": "3.
|
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": "
|
41
|
-
"react-dom": "
|
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
|
},
|