@vitessce/statistical-plots 3.7.0 → 3.7.1
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-B5Mg3kwY.js → deflate-DgQl9TkB.js} +1 -1
- package/dist/{index-CA8GNk6M.js → index-CiYiZlc7.js} +9 -11
- package/dist/index.js +1 -1
- package/dist/{jpeg-BzxWgvmY.js → jpeg-DEScdVti.js} +1 -1
- package/dist/{lerc-DD_Qgv9w.js → lerc-DTqrdnG3.js} +1 -1
- package/dist/{lzw-CCOmLsId.js → lzw-DD1Tdz8g.js} +1 -1
- package/dist/{packbits-1HUBp5DU.js → packbits-DQKhpi_i.js} +1 -1
- package/dist/{raw-CmQNUdnh.js → raw-FFiWm3QN.js} +1 -1
- package/dist/{webimage-Bl4VBRx9.js → webimage-CsGQM3x-.js} +1 -1
- package/package.json +8 -8
@@ -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-CiYiZlc7.js";
|
3
3
|
class DeflateDecoder extends BaseDecoder {
|
4
4
|
decodeBlock(buffer) {
|
5
5
|
return inflate_1(new Uint8Array(buffer)).buffer;
|
@@ -653,6 +653,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
653
653
|
CoordinationType$1.SPATIAL_ROTATION_Y,
|
654
654
|
CoordinationType$1.SPATIAL_ROTATION_Z,
|
655
655
|
CoordinationType$1.SPATIAL_AXIS_FIXED,
|
656
|
+
CoordinationType$1.SPATIAL_ROTATION_ORBIT,
|
656
657
|
CoordinationType$1.SPATIAL_ORBIT_AXIS,
|
657
658
|
CoordinationType$1.SPATIAL_ZOOM,
|
658
659
|
CoordinationType$1.OBS_FILTER,
|
@@ -660,14 +661,11 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
660
661
|
CoordinationType$1.OBS_SET_SELECTION,
|
661
662
|
CoordinationType$1.OBS_SET_FILTER,
|
662
663
|
CoordinationType$1.OBS_SET_HIGHLIGHT,
|
663
|
-
CoordinationType$1.OBS_SET_COLOR,
|
664
664
|
CoordinationType$1.OBS_TYPE,
|
665
|
-
CoordinationType$1.ADDITIONAL_OBS_SETS,
|
666
665
|
CoordinationType$1.OBS_SET_COLOR,
|
667
666
|
CoordinationType$1.OBS_COLOR_ENCODING,
|
668
|
-
CoordinationType$1.OBS_SET_SELECTION,
|
669
667
|
CoordinationType$1.EMBEDDING_TYPE,
|
670
|
-
CoordinationType$1.
|
668
|
+
CoordinationType$1.ADDITIONAL_OBS_SETS,
|
671
669
|
CoordinationType$1.TOOLTIPS_VISIBLE
|
672
670
|
],
|
673
671
|
[ViewType$1.SCATTERPLOT]: [
|
@@ -178739,22 +178737,22 @@ function addDecoder(cases2, importFn) {
|
|
178739
178737
|
}
|
178740
178738
|
cases2.forEach((c2) => registry$1.set(c2, importFn));
|
178741
178739
|
}
|
178742
|
-
addDecoder([void 0, 1], () => import("./raw-
|
178743
|
-
addDecoder(5, () => import("./lzw-
|
178740
|
+
addDecoder([void 0, 1], () => import("./raw-FFiWm3QN.js").then((m2) => m2.default));
|
178741
|
+
addDecoder(5, () => import("./lzw-DD1Tdz8g.js").then((m2) => m2.default));
|
178744
178742
|
addDecoder(6, () => {
|
178745
178743
|
throw new Error("old style JPEG compression is not supported.");
|
178746
178744
|
});
|
178747
|
-
addDecoder(7, () => import("./jpeg-
|
178748
|
-
addDecoder([8, 32946], () => import("./deflate-
|
178749
|
-
addDecoder(32773, () => import("./packbits-
|
178745
|
+
addDecoder(7, () => import("./jpeg-DEScdVti.js").then((m2) => m2.default));
|
178746
|
+
addDecoder([8, 32946], () => import("./deflate-DgQl9TkB.js").then((m2) => m2.default));
|
178747
|
+
addDecoder(32773, () => import("./packbits-DQKhpi_i.js").then((m2) => m2.default));
|
178750
178748
|
addDecoder(
|
178751
178749
|
34887,
|
178752
|
-
() => import("./lerc-
|
178750
|
+
() => import("./lerc-DTqrdnG3.js").then(async (m2) => {
|
178753
178751
|
await m2.zstd.init();
|
178754
178752
|
return m2;
|
178755
178753
|
}).then((m2) => m2.default)
|
178756
178754
|
);
|
178757
|
-
addDecoder(50001, () => import("./webimage-
|
178755
|
+
addDecoder(50001, () => import("./webimage-CsGQM3x-.js").then((m2) => m2.default));
|
178758
178756
|
function decodeRowAcc(row, stride) {
|
178759
178757
|
let length2 = row.length - stride;
|
178760
178758
|
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-CiYiZlc7.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/statistical-plots",
|
3
|
-
"version": "3.7.
|
3
|
+
"version": "3.7.1",
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
5
5
|
"homepage": "http://vitessce.io",
|
6
6
|
"repository": {
|
@@ -28,13 +28,13 @@
|
|
28
28
|
"react-aria": "^3.28.0",
|
29
29
|
"internmap": "^2.0.3",
|
30
30
|
"uuid": "^9.0.0",
|
31
|
-
"@vitessce/styles": "3.7.
|
32
|
-
"@vitessce/constants-internal": "3.7.
|
33
|
-
"@vitessce/sets-utils": "3.7.
|
34
|
-
"@vitessce/utils": "3.7.
|
35
|
-
"@vitessce/vega": "3.7.
|
36
|
-
"@vitessce/vit-s": "3.7.
|
37
|
-
"@vitessce/gl": "3.7.
|
31
|
+
"@vitessce/styles": "3.7.1",
|
32
|
+
"@vitessce/constants-internal": "3.7.1",
|
33
|
+
"@vitessce/sets-utils": "3.7.1",
|
34
|
+
"@vitessce/utils": "3.7.1",
|
35
|
+
"@vitessce/vega": "3.7.1",
|
36
|
+
"@vitessce/vit-s": "3.7.1",
|
37
|
+
"@vitessce/gl": "3.7.1"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
40
|
"react": "^18.0.0",
|