@vitessce/scatterplot-embedding 3.3.9 → 3.3.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.
- package/dist/{deflate-9b4303c6.js → deflate-622b5616.js} +1 -1
- package/dist/{index-dd2f112e.js → index-80654a13.js} +12 -7
- package/dist/index.js +1 -1
- package/dist/{jpeg-090adc7b.js → jpeg-d3105b21.js} +1 -1
- package/dist/{lerc-d85a1773.js → lerc-922fd39b.js} +1 -1
- package/dist/{lzw-26eb4bbc.js → lzw-7b8b7008.js} +1 -1
- package/dist/{packbits-1f898d8f.js → packbits-874f9ab7.js} +1 -1
- package/dist/{raw-4cbe3f30.js → raw-6dbb4ef3.js} +1 -1
- package/dist/{webimage-9ad531da.js → webimage-b6f3192c.js} +1 -1
- package/package.json +7 -7
|
@@ -11218,8 +11218,11 @@ const CoordinationType$1 = {
|
|
|
11218
11218
|
PHOTOMETRIC_INTERPRETATION: "photometricInterpretation",
|
|
11219
11219
|
// For 3D volume rendering
|
|
11220
11220
|
SPATIAL_RENDERING_MODE: "spatialRenderingMode",
|
|
11221
|
+
// For whole spatial view
|
|
11221
11222
|
VOLUMETRIC_RENDERING_ALGORITHM: "volumetricRenderingAlgorithm",
|
|
11223
|
+
// Could be per-image-layer
|
|
11222
11224
|
SPATIAL_TARGET_RESOLUTION: "spatialTargetResolution",
|
|
11225
|
+
// Per-spatial-layer
|
|
11223
11226
|
// For clipping plane sliders
|
|
11224
11227
|
SPATIAL_SLICE_X: "spatialSliceX",
|
|
11225
11228
|
SPATIAL_SLICE_Y: "spatialSliceY",
|
|
@@ -11228,10 +11231,12 @@ const CoordinationType$1 = {
|
|
|
11228
11231
|
SPOT_LAYER: "spotLayer",
|
|
11229
11232
|
POINT_LAYER: "pointLayer",
|
|
11230
11233
|
SPATIAL_SPOT_RADIUS: "spatialSpotRadius",
|
|
11234
|
+
// In micrometers?
|
|
11231
11235
|
SPATIAL_SPOT_FILLED: "spatialSpotFilled",
|
|
11232
11236
|
SPATIAL_SPOT_STROKE_WIDTH: "spatialSpotStrokeWidth",
|
|
11233
11237
|
SPATIAL_LAYER_COLOR: "spatialLayerColor",
|
|
11234
11238
|
PIXEL_HIGHLIGHT: "pixelHighlight",
|
|
11239
|
+
// Per-image-layer
|
|
11235
11240
|
TOOLTIP_CROSSHAIRS_VISIBLE: "tooltipCrosshairsVisible",
|
|
11236
11241
|
LEGEND_VISIBLE: "legendVisible",
|
|
11237
11242
|
SPATIAL_CHANNEL_LABELS_VISIBLE: "spatialChannelLabelsVisible",
|
|
@@ -121351,16 +121356,16 @@ function addDecoder(cases, importFn) {
|
|
|
121351
121356
|
}
|
|
121352
121357
|
cases.forEach((c2) => registry$1.set(c2, importFn));
|
|
121353
121358
|
}
|
|
121354
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
121355
|
-
addDecoder(5, () => import("./lzw-
|
|
121359
|
+
addDecoder([void 0, 1], () => import("./raw-6dbb4ef3.js").then((m2) => m2.default));
|
|
121360
|
+
addDecoder(5, () => import("./lzw-7b8b7008.js").then((m2) => m2.default));
|
|
121356
121361
|
addDecoder(6, () => {
|
|
121357
121362
|
throw new Error("old style JPEG compression is not supported.");
|
|
121358
121363
|
});
|
|
121359
|
-
addDecoder(7, () => import("./jpeg-
|
|
121360
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
121361
|
-
addDecoder(32773, () => import("./packbits-
|
|
121362
|
-
addDecoder(34887, () => import("./lerc-
|
|
121363
|
-
addDecoder(50001, () => import("./webimage-
|
|
121364
|
+
addDecoder(7, () => import("./jpeg-d3105b21.js").then((m2) => m2.default));
|
|
121365
|
+
addDecoder([8, 32946], () => import("./deflate-622b5616.js").then((m2) => m2.default));
|
|
121366
|
+
addDecoder(32773, () => import("./packbits-874f9ab7.js").then((m2) => m2.default));
|
|
121367
|
+
addDecoder(34887, () => import("./lerc-922fd39b.js").then((m2) => m2.default));
|
|
121368
|
+
addDecoder(50001, () => import("./webimage-b6f3192c.js").then((m2) => m2.default));
|
|
121364
121369
|
function decodeRowAcc(row, stride) {
|
|
121365
121370
|
let length2 = row.length - stride;
|
|
121366
121371
|
let offset5 = 0;
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-68f84e2a.js";
|
|
2
|
-
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-
|
|
2
|
+
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-80654a13.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "@vitessce/vit-s";
|
|
5
5
|
import "react-dom";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/scatterplot-embedding",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.11",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"d3-array": "^2.4.0",
|
|
21
21
|
"lodash-es": "^4.17.21",
|
|
22
22
|
"react-aria": "^3.28.0",
|
|
23
|
-
"@vitessce/
|
|
24
|
-
"@vitessce/
|
|
25
|
-
"@vitessce/
|
|
26
|
-
"@vitessce/sets-utils": "3.3.
|
|
27
|
-
"@vitessce/
|
|
28
|
-
"@vitessce/
|
|
23
|
+
"@vitessce/scatterplot": "3.3.11",
|
|
24
|
+
"@vitessce/legend": "3.3.11",
|
|
25
|
+
"@vitessce/constants-internal": "3.3.11",
|
|
26
|
+
"@vitessce/sets-utils": "3.3.11",
|
|
27
|
+
"@vitessce/utils": "3.3.11",
|
|
28
|
+
"@vitessce/vit-s": "3.3.11"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"react": "^18.0.0",
|