@vitessce/statistical-plots 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-b8c6daae.js → deflate-9e272e07.js} +1 -1
- package/dist/{index-134a71c6.js → index-fa429ace.js} +13 -10
- package/dist/index.js +1 -1
- package/dist/{jpeg-1b818d11.js → jpeg-affe217d.js} +1 -1
- package/dist/{lerc-f38cbdfc.js → lerc-eeb05714.js} +1 -1
- package/dist/{lzw-1120aba9.js → lzw-fdf7d374.js} +1 -1
- package/dist/{packbits-2d02b5e3.js → packbits-530d3977.js} +1 -1
- package/dist/{raw-0887baec.js → raw-5d9364f4.js} +1 -1
- package/dist/{webimage-533922a5.js → webimage-57a383de.js} +1 -1
- package/package.json +7 -7
@@ -1486,7 +1486,8 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
1486
1486
|
CoordinationType$1.OBS_COLOR_ENCODING,
|
1487
1487
|
CoordinationType$1.ADDITIONAL_OBS_SETS,
|
1488
1488
|
CoordinationType$1.MOLECULE_HIGHLIGHT,
|
1489
|
-
CoordinationType$1.TOOLTIPS_VISIBLE
|
1489
|
+
CoordinationType$1.TOOLTIPS_VISIBLE,
|
1490
|
+
CoordinationType$1.PHOTOMETRIC_INTERPRETATION
|
1490
1491
|
],
|
1491
1492
|
[ViewType$1.SPATIAL_BETA]: [
|
1492
1493
|
CoordinationType$1.META_COORDINATION_SCOPES,
|
@@ -1559,7 +1560,8 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
1559
1560
|
CoordinationType$1.LEGEND_VISIBLE,
|
1560
1561
|
CoordinationType$1.SPATIAL_CHANNEL_LABELS_VISIBLE,
|
1561
1562
|
CoordinationType$1.SPATIAL_CHANNEL_LABELS_ORIENTATION,
|
1562
|
-
CoordinationType$1.SPATIAL_CHANNEL_LABEL_SIZE
|
1563
|
+
CoordinationType$1.SPATIAL_CHANNEL_LABEL_SIZE,
|
1564
|
+
CoordinationType$1.PHOTOMETRIC_INTERPRETATION
|
1563
1565
|
],
|
1564
1566
|
[ViewType$1.HEATMAP]: [
|
1565
1567
|
CoordinationType$1.DATASET,
|
@@ -1674,7 +1676,8 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
1674
1676
|
CoordinationType$1.SPATIAL_ROTATION_Y,
|
1675
1677
|
CoordinationType$1.SPATIAL_ROTATION_Z,
|
1676
1678
|
CoordinationType$1.SPATIAL_ROTATION_ORBIT,
|
1677
|
-
CoordinationType$1.SPATIAL_ORBIT_AXIS
|
1679
|
+
CoordinationType$1.SPATIAL_ORBIT_AXIS,
|
1680
|
+
CoordinationType$1.PHOTOMETRIC_INTERPRETATION
|
1678
1681
|
],
|
1679
1682
|
[ViewType$1.LAYER_CONTROLLER_BETA]: [
|
1680
1683
|
CoordinationType$1.META_COORDINATION_SCOPES,
|
@@ -146385,16 +146388,16 @@ function addDecoder(cases2, importFn) {
|
|
146385
146388
|
}
|
146386
146389
|
cases2.forEach((c2) => registry$1.set(c2, importFn));
|
146387
146390
|
}
|
146388
|
-
addDecoder([void 0, 1], () => import("./raw-
|
146389
|
-
addDecoder(5, () => import("./lzw-
|
146391
|
+
addDecoder([void 0, 1], () => import("./raw-5d9364f4.js").then((m2) => m2.default));
|
146392
|
+
addDecoder(5, () => import("./lzw-fdf7d374.js").then((m2) => m2.default));
|
146390
146393
|
addDecoder(6, () => {
|
146391
146394
|
throw new Error("old style JPEG compression is not supported.");
|
146392
146395
|
});
|
146393
|
-
addDecoder(7, () => import("./jpeg-
|
146394
|
-
addDecoder([8, 32946], () => import("./deflate-
|
146395
|
-
addDecoder(32773, () => import("./packbits-
|
146396
|
-
addDecoder(34887, () => import("./lerc-
|
146397
|
-
addDecoder(50001, () => import("./webimage-
|
146396
|
+
addDecoder(7, () => import("./jpeg-affe217d.js").then((m2) => m2.default));
|
146397
|
+
addDecoder([8, 32946], () => import("./deflate-9e272e07.js").then((m2) => m2.default));
|
146398
|
+
addDecoder(32773, () => import("./packbits-530d3977.js").then((m2) => m2.default));
|
146399
|
+
addDecoder(34887, () => import("./lerc-eeb05714.js").then((m2) => m2.default));
|
146400
|
+
addDecoder(50001, () => import("./webimage-57a383de.js").then((m2) => m2.default));
|
146398
146401
|
function decodeRowAcc(row, stride) {
|
146399
146402
|
let length2 = row.length - stride;
|
146400
146403
|
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-fa429ace.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/statistical-plots",
|
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": {
|
@@ -30,12 +30,12 @@
|
|
30
30
|
"react-aria": "^3.28.0",
|
31
31
|
"internmap": "^2.0.3",
|
32
32
|
"uuid": "^9.0.0",
|
33
|
-
"@vitessce/constants-internal": "3.5.
|
34
|
-
"@vitessce/sets-utils": "3.5.
|
35
|
-
"@vitessce/utils": "3.5.
|
36
|
-
"@vitessce/vega": "3.5.
|
37
|
-
"@vitessce/vit-s": "3.5.
|
38
|
-
"@vitessce/gl": "3.5.
|
33
|
+
"@vitessce/constants-internal": "3.5.12",
|
34
|
+
"@vitessce/sets-utils": "3.5.12",
|
35
|
+
"@vitessce/utils": "3.5.12",
|
36
|
+
"@vitessce/vega": "3.5.12",
|
37
|
+
"@vitessce/vit-s": "3.5.12",
|
38
|
+
"@vitessce/gl": "3.5.12"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
41
|
"react": "^18.0.0",
|