@vitessce/heatmap 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-e7a29866.js → deflate-7e579a30.js} +1 -1
- package/dist/{index-5cd0c9fa.js → index-b56eab52.js} +13 -10
- package/dist/index.js +1 -1
- package/dist/{jpeg-f5eab55f.js → jpeg-f15f272b.js} +1 -1
- package/dist/{lerc-95fccfab.js → lerc-0a74f6b0.js} +1 -1
- package/dist/{lzw-08a4e34f.js → lzw-01a17337.js} +1 -1
- package/dist/{packbits-35c6bfd6.js → packbits-5a5ae26c.js} +1 -1
- package/dist/{raw-0424ecb4.js → raw-f60f82d6.js} +1 -1
- package/dist/{webimage-e25730c6.js → webimage-98ff0639.js} +1 -1
- package/package.json +9 -9
|
@@ -11702,7 +11702,8 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
11702
11702
|
CoordinationType$1.OBS_COLOR_ENCODING,
|
|
11703
11703
|
CoordinationType$1.ADDITIONAL_OBS_SETS,
|
|
11704
11704
|
CoordinationType$1.MOLECULE_HIGHLIGHT,
|
|
11705
|
-
CoordinationType$1.TOOLTIPS_VISIBLE
|
|
11705
|
+
CoordinationType$1.TOOLTIPS_VISIBLE,
|
|
11706
|
+
CoordinationType$1.PHOTOMETRIC_INTERPRETATION
|
|
11706
11707
|
],
|
|
11707
11708
|
[ViewType$1.SPATIAL_BETA]: [
|
|
11708
11709
|
CoordinationType$1.META_COORDINATION_SCOPES,
|
|
@@ -11775,7 +11776,8 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
11775
11776
|
CoordinationType$1.LEGEND_VISIBLE,
|
|
11776
11777
|
CoordinationType$1.SPATIAL_CHANNEL_LABELS_VISIBLE,
|
|
11777
11778
|
CoordinationType$1.SPATIAL_CHANNEL_LABELS_ORIENTATION,
|
|
11778
|
-
CoordinationType$1.SPATIAL_CHANNEL_LABEL_SIZE
|
|
11779
|
+
CoordinationType$1.SPATIAL_CHANNEL_LABEL_SIZE,
|
|
11780
|
+
CoordinationType$1.PHOTOMETRIC_INTERPRETATION
|
|
11779
11781
|
],
|
|
11780
11782
|
[ViewType$1.HEATMAP]: [
|
|
11781
11783
|
CoordinationType$1.DATASET,
|
|
@@ -11890,7 +11892,8 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
11890
11892
|
CoordinationType$1.SPATIAL_ROTATION_Y,
|
|
11891
11893
|
CoordinationType$1.SPATIAL_ROTATION_Z,
|
|
11892
11894
|
CoordinationType$1.SPATIAL_ROTATION_ORBIT,
|
|
11893
|
-
CoordinationType$1.SPATIAL_ORBIT_AXIS
|
|
11895
|
+
CoordinationType$1.SPATIAL_ORBIT_AXIS,
|
|
11896
|
+
CoordinationType$1.PHOTOMETRIC_INTERPRETATION
|
|
11894
11897
|
],
|
|
11895
11898
|
[ViewType$1.LAYER_CONTROLLER_BETA]: [
|
|
11896
11899
|
CoordinationType$1.META_COORDINATION_SCOPES,
|
|
@@ -140327,16 +140330,16 @@ function addDecoder(cases, importFn) {
|
|
|
140327
140330
|
}
|
|
140328
140331
|
cases.forEach((c) => registry$1.set(c, importFn));
|
|
140329
140332
|
}
|
|
140330
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
140331
|
-
addDecoder(5, () => import("./lzw-
|
|
140333
|
+
addDecoder([void 0, 1], () => import("./raw-f60f82d6.js").then((m) => m.default));
|
|
140334
|
+
addDecoder(5, () => import("./lzw-01a17337.js").then((m) => m.default));
|
|
140332
140335
|
addDecoder(6, () => {
|
|
140333
140336
|
throw new Error("old style JPEG compression is not supported.");
|
|
140334
140337
|
});
|
|
140335
|
-
addDecoder(7, () => import("./jpeg-
|
|
140336
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
140337
|
-
addDecoder(32773, () => import("./packbits-
|
|
140338
|
-
addDecoder(34887, () => import("./lerc-
|
|
140339
|
-
addDecoder(50001, () => import("./webimage-
|
|
140338
|
+
addDecoder(7, () => import("./jpeg-f15f272b.js").then((m) => m.default));
|
|
140339
|
+
addDecoder([8, 32946], () => import("./deflate-7e579a30.js").then((m) => m.default));
|
|
140340
|
+
addDecoder(32773, () => import("./packbits-5a5ae26c.js").then((m) => m.default));
|
|
140341
|
+
addDecoder(34887, () => import("./lerc-0a74f6b0.js").then((m) => m.default));
|
|
140342
|
+
addDecoder(50001, () => import("./webimage-98ff0639.js").then((m) => m.default));
|
|
140340
140343
|
function decodeRowAcc(row, stride) {
|
|
140341
140344
|
let length2 = row.length - stride;
|
|
140342
140345
|
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-b56eab52.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/heatmap",
|
|
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": {
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"lodash-es": "^4.17.21",
|
|
21
21
|
"uuid": "^9.0.0",
|
|
22
22
|
"react-aria": "^3.28.0",
|
|
23
|
-
"@vitessce/constants-internal": "3.5.
|
|
24
|
-
"@vitessce/gl": "3.5.
|
|
25
|
-
"@vitessce/
|
|
26
|
-
"@vitessce/
|
|
27
|
-
"@vitessce/
|
|
28
|
-
"@vitessce/
|
|
29
|
-
"@vitessce/
|
|
30
|
-
"@vitessce/
|
|
23
|
+
"@vitessce/constants-internal": "3.5.12",
|
|
24
|
+
"@vitessce/gl": "3.5.12",
|
|
25
|
+
"@vitessce/legend": "3.5.12",
|
|
26
|
+
"@vitessce/sets-utils": "3.5.12",
|
|
27
|
+
"@vitessce/tooltip": "3.5.12",
|
|
28
|
+
"@vitessce/utils": "3.5.12",
|
|
29
|
+
"@vitessce/vit-s": "3.5.12",
|
|
30
|
+
"@vitessce/workers": "3.5.12"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@testing-library/jest-dom": "^5.16.4",
|