@vitessce/scatterplot-embedding 3.5.11 → 3.5.12
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-7f3bb131.js → deflate-94dfdd6c.js} +1 -1
- package/dist/{index-ab73546f.js → index-de0a204e.js} +13 -10
- package/dist/index.js +1 -1
- package/dist/{jpeg-6b5f0200.js → jpeg-ea5d6166.js} +1 -1
- package/dist/{lerc-6a84a90d.js → lerc-7e5d53ac.js} +1 -1
- package/dist/{lzw-ec516fe1.js → lzw-cecbc3f4.js} +1 -1
- package/dist/{packbits-28d4e412.js → packbits-04a500da.js} +1 -1
- package/dist/{raw-140846a5.js → raw-5d0a1d41.js} +1 -1
- package/dist/{webimage-5e317232.js → webimage-67a3c5bf.js} +1 -1
- package/package.json +7 -7
|
@@ -11988,7 +11988,8 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
11988
11988
|
CoordinationType$1.OBS_COLOR_ENCODING,
|
|
11989
11989
|
CoordinationType$1.ADDITIONAL_OBS_SETS,
|
|
11990
11990
|
CoordinationType$1.MOLECULE_HIGHLIGHT,
|
|
11991
|
-
CoordinationType$1.TOOLTIPS_VISIBLE
|
|
11991
|
+
CoordinationType$1.TOOLTIPS_VISIBLE,
|
|
11992
|
+
CoordinationType$1.PHOTOMETRIC_INTERPRETATION
|
|
11992
11993
|
],
|
|
11993
11994
|
[ViewType$1.SPATIAL_BETA]: [
|
|
11994
11995
|
CoordinationType$1.META_COORDINATION_SCOPES,
|
|
@@ -12061,7 +12062,8 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
12061
12062
|
CoordinationType$1.LEGEND_VISIBLE,
|
|
12062
12063
|
CoordinationType$1.SPATIAL_CHANNEL_LABELS_VISIBLE,
|
|
12063
12064
|
CoordinationType$1.SPATIAL_CHANNEL_LABELS_ORIENTATION,
|
|
12064
|
-
CoordinationType$1.SPATIAL_CHANNEL_LABEL_SIZE
|
|
12065
|
+
CoordinationType$1.SPATIAL_CHANNEL_LABEL_SIZE,
|
|
12066
|
+
CoordinationType$1.PHOTOMETRIC_INTERPRETATION
|
|
12065
12067
|
],
|
|
12066
12068
|
[ViewType$1.HEATMAP]: [
|
|
12067
12069
|
CoordinationType$1.DATASET,
|
|
@@ -12176,7 +12178,8 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
12176
12178
|
CoordinationType$1.SPATIAL_ROTATION_Y,
|
|
12177
12179
|
CoordinationType$1.SPATIAL_ROTATION_Z,
|
|
12178
12180
|
CoordinationType$1.SPATIAL_ROTATION_ORBIT,
|
|
12179
|
-
CoordinationType$1.SPATIAL_ORBIT_AXIS
|
|
12181
|
+
CoordinationType$1.SPATIAL_ORBIT_AXIS,
|
|
12182
|
+
CoordinationType$1.PHOTOMETRIC_INTERPRETATION
|
|
12180
12183
|
],
|
|
12181
12184
|
[ViewType$1.LAYER_CONTROLLER_BETA]: [
|
|
12182
12185
|
CoordinationType$1.META_COORDINATION_SCOPES,
|
|
@@ -128709,16 +128712,16 @@ function addDecoder(cases, importFn) {
|
|
|
128709
128712
|
}
|
|
128710
128713
|
cases.forEach((c2) => registry$1.set(c2, importFn));
|
|
128711
128714
|
}
|
|
128712
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
128713
|
-
addDecoder(5, () => import("./lzw-
|
|
128715
|
+
addDecoder([void 0, 1], () => import("./raw-5d0a1d41.js").then((m2) => m2.default));
|
|
128716
|
+
addDecoder(5, () => import("./lzw-cecbc3f4.js").then((m2) => m2.default));
|
|
128714
128717
|
addDecoder(6, () => {
|
|
128715
128718
|
throw new Error("old style JPEG compression is not supported.");
|
|
128716
128719
|
});
|
|
128717
|
-
addDecoder(7, () => import("./jpeg-
|
|
128718
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
128719
|
-
addDecoder(32773, () => import("./packbits-
|
|
128720
|
-
addDecoder(34887, () => import("./lerc-
|
|
128721
|
-
addDecoder(50001, () => import("./webimage-
|
|
128720
|
+
addDecoder(7, () => import("./jpeg-ea5d6166.js").then((m2) => m2.default));
|
|
128721
|
+
addDecoder([8, 32946], () => import("./deflate-94dfdd6c.js").then((m2) => m2.default));
|
|
128722
|
+
addDecoder(32773, () => import("./packbits-04a500da.js").then((m2) => m2.default));
|
|
128723
|
+
addDecoder(34887, () => import("./lerc-7e5d53ac.js").then((m2) => m2.default));
|
|
128724
|
+
addDecoder(50001, () => import("./webimage-67a3c5bf.js").then((m2) => m2.default));
|
|
128722
128725
|
function decodeRowAcc(row, stride) {
|
|
128723
128726
|
let length2 = row.length - stride;
|
|
128724
128727
|
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-de0a204e.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.5.
|
|
3
|
+
"version": "3.5.12",
|
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"lodash-es": "^4.17.21",
|
|
22
22
|
"react-aria": "^3.28.0",
|
|
23
23
|
"@turf/circle": "^7.2.0",
|
|
24
|
-
"@vitessce/constants-internal": "3.5.
|
|
25
|
-
"@vitessce/legend": "3.5.
|
|
26
|
-
"@vitessce/scatterplot": "3.5.
|
|
27
|
-
"@vitessce/sets-utils": "3.5.
|
|
28
|
-
"@vitessce/utils": "3.5.
|
|
29
|
-
"@vitessce/vit-s": "3.5.
|
|
24
|
+
"@vitessce/constants-internal": "3.5.12",
|
|
25
|
+
"@vitessce/legend": "3.5.12",
|
|
26
|
+
"@vitessce/scatterplot": "3.5.12",
|
|
27
|
+
"@vitessce/sets-utils": "3.5.12",
|
|
28
|
+
"@vitessce/utils": "3.5.12",
|
|
29
|
+
"@vitessce/vit-s": "3.5.12"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"react": "^18.0.0",
|