@vitessce/scatterplot-embedding 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-BgSunY3u.js → deflate-BVs8YiyO.js} +1 -1
- package/dist/{index-FjD__8Hd.js → index-Bq7XVVZk.js} +12 -7
- package/dist/index.js +1 -1
- package/dist/{jpeg-YYASIY-4.js → jpeg-SiblH6Cu.js} +1 -1
- package/dist/{lerc-DNPCSfFo.js → lerc-CAFxbgCZ.js} +1 -1
- package/dist/{lzw-BlBBDcB3.js → lzw-UC-SuV7m.js} +1 -1
- package/dist/{packbits-uyBfUErz.js → packbits-Bpsmxlv2.js} +1 -1
- package/dist/{raw-DY_w4Euo.js → raw-vP3CdH6_.js} +1 -1
- package/dist/{webimage-Prgh99Ac.js → webimage-DR1LwE21.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-Bq7XVVZk.js";
|
|
3
3
|
class DeflateDecoder extends BaseDecoder {
|
|
4
4
|
decodeBlock(buffer) {
|
|
5
5
|
return inflate_1(new Uint8Array(buffer)).buffer;
|
|
@@ -9558,6 +9558,7 @@ const ViewType$1 = {
|
|
|
9558
9558
|
SCATTERPLOT: "scatterplot",
|
|
9559
9559
|
SPATIAL: "spatial",
|
|
9560
9560
|
SPATIAL_BETA: "spatialBeta",
|
|
9561
|
+
SPATIAL_ACCELERATED: "spatialAccelerated",
|
|
9561
9562
|
HEATMAP: "heatmap",
|
|
9562
9563
|
LAYER_CONTROLLER: "layerController",
|
|
9563
9564
|
LAYER_CONTROLLER_BETA: "layerControllerBeta",
|
|
@@ -9851,6 +9852,8 @@ const CoordinationType$1 = {
|
|
|
9851
9852
|
// Could be per-image-layer
|
|
9852
9853
|
SPATIAL_TARGET_RESOLUTION: "spatialTargetResolution",
|
|
9853
9854
|
// Per-spatial-layer
|
|
9855
|
+
SPATIAL_MAX_RESOLUTION: "spatialMaxResolution",
|
|
9856
|
+
// Per-image-channel (for spatial-accelerated)
|
|
9854
9857
|
// For clipping plane sliders
|
|
9855
9858
|
SPATIAL_SLICE_X: "spatialSliceX",
|
|
9856
9859
|
SPATIAL_SLICE_Y: "spatialSliceY",
|
|
@@ -10399,6 +10402,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
10399
10402
|
CoordinationType$1.SPATIAL_RENDERING_MODE,
|
|
10400
10403
|
CoordinationType$1.VOLUMETRIC_RENDERING_ALGORITHM,
|
|
10401
10404
|
CoordinationType$1.SPATIAL_TARGET_RESOLUTION,
|
|
10405
|
+
CoordinationType$1.SPATIAL_MAX_RESOLUTION,
|
|
10402
10406
|
CoordinationType$1.SPATIAL_SLICE_X,
|
|
10403
10407
|
CoordinationType$1.SPATIAL_SLICE_Y,
|
|
10404
10408
|
CoordinationType$1.SPATIAL_SLICE_Z,
|
|
@@ -10572,6 +10576,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
10572
10576
|
CoordinationType$1.SPATIAL_RENDERING_MODE,
|
|
10573
10577
|
CoordinationType$1.VOLUMETRIC_RENDERING_ALGORITHM,
|
|
10574
10578
|
CoordinationType$1.SPATIAL_TARGET_RESOLUTION,
|
|
10579
|
+
CoordinationType$1.SPATIAL_MAX_RESOLUTION,
|
|
10575
10580
|
CoordinationType$1.SPATIAL_SLICE_X,
|
|
10576
10581
|
CoordinationType$1.SPATIAL_SLICE_Y,
|
|
10577
10582
|
CoordinationType$1.SPATIAL_SLICE_Z,
|
|
@@ -123323,22 +123328,22 @@ function addDecoder(cases, importFn) {
|
|
|
123323
123328
|
}
|
|
123324
123329
|
cases.forEach((c2) => registry$1.set(c2, importFn));
|
|
123325
123330
|
}
|
|
123326
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
123327
|
-
addDecoder(5, () => import("./lzw-
|
|
123331
|
+
addDecoder([void 0, 1], () => import("./raw-vP3CdH6_.js").then((m2) => m2.default));
|
|
123332
|
+
addDecoder(5, () => import("./lzw-UC-SuV7m.js").then((m2) => m2.default));
|
|
123328
123333
|
addDecoder(6, () => {
|
|
123329
123334
|
throw new Error("old style JPEG compression is not supported.");
|
|
123330
123335
|
});
|
|
123331
|
-
addDecoder(7, () => import("./jpeg-
|
|
123332
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
123333
|
-
addDecoder(32773, () => import("./packbits-
|
|
123336
|
+
addDecoder(7, () => import("./jpeg-SiblH6Cu.js").then((m2) => m2.default));
|
|
123337
|
+
addDecoder([8, 32946], () => import("./deflate-BVs8YiyO.js").then((m2) => m2.default));
|
|
123338
|
+
addDecoder(32773, () => import("./packbits-Bpsmxlv2.js").then((m2) => m2.default));
|
|
123334
123339
|
addDecoder(
|
|
123335
123340
|
34887,
|
|
123336
|
-
() => import("./lerc-
|
|
123341
|
+
() => import("./lerc-CAFxbgCZ.js").then(async (m2) => {
|
|
123337
123342
|
await m2.zstd.init();
|
|
123338
123343
|
return m2;
|
|
123339
123344
|
}).then((m2) => m2.default)
|
|
123340
123345
|
);
|
|
123341
|
-
addDecoder(50001, () => import("./webimage-
|
|
123346
|
+
addDecoder(50001, () => import("./webimage-DR1LwE21.js").then((m2) => m2.default));
|
|
123342
123347
|
function decodeRowAcc(row, stride) {
|
|
123343
123348
|
let length2 = row.length - stride;
|
|
123344
123349
|
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-Bq7XVVZk.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/scatterplot-embedding",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.0",
|
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"lodash-es": "^4.17.21",
|
|
21
21
|
"react-aria": "^3.28.0",
|
|
22
22
|
"@turf/circle": "^7.2.0",
|
|
23
|
-
"@vitessce/styles": "3.
|
|
24
|
-
"@vitessce/constants-internal": "3.
|
|
25
|
-
"@vitessce/legend": "3.
|
|
26
|
-
"@vitessce/scatterplot": "3.
|
|
27
|
-
"@vitessce/sets-utils": "3.
|
|
28
|
-
"@vitessce/utils": "3.
|
|
29
|
-
"@vitessce/vit-s": "3.
|
|
23
|
+
"@vitessce/styles": "3.8.0",
|
|
24
|
+
"@vitessce/constants-internal": "3.8.0",
|
|
25
|
+
"@vitessce/legend": "3.8.0",
|
|
26
|
+
"@vitessce/scatterplot": "3.8.0",
|
|
27
|
+
"@vitessce/sets-utils": "3.8.0",
|
|
28
|
+
"@vitessce/utils": "3.8.0",
|
|
29
|
+
"@vitessce/vit-s": "3.8.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"react": "
|
|
33
|
-
"react-dom": "
|
|
32
|
+
"react": "18.3.1",
|
|
33
|
+
"react-dom": "18.3.1",
|
|
34
34
|
"vite": "^7.0.0",
|
|
35
35
|
"vitest": "^3.1.4"
|
|
36
36
|
},
|