@vitessce/heatmap 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-BBecmfW2.js → deflate-9hig_prR.js} +1 -1
- package/dist/{index-wqNAdDqn.js → index-BDT04sKA.js} +9 -11
- package/dist/index.js +1 -1
- package/dist/{jpeg-BOEyAvbW.js → jpeg-C2Vem90J.js} +1 -1
- package/dist/{lerc-Dfs0vw1A.js → lerc-DK0VVejt.js} +1 -1
- package/dist/{lzw-PVTKOGZx.js → lzw-CbPHwemm.js} +1 -1
- package/dist/{packbits-CIowXOvq.js → packbits-Biz7Ork3.js} +1 -1
- package/dist/{raw-RUWYtfg3.js → raw-DK1tS_1S.js} +1 -1
- package/dist/{webimage-hdqqAfOj.js → webimage-C31NcGoz.js} +1 -1
- package/package.json +10 -10
|
@@ -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-BDT04sKA.js";
|
|
3
3
|
class DeflateDecoder extends BaseDecoder {
|
|
4
4
|
decodeBlock(buffer) {
|
|
5
5
|
return inflate_1(new Uint8Array(buffer)).buffer;
|
|
@@ -10097,6 +10097,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
10097
10097
|
CoordinationType$1.SPATIAL_ROTATION_Y,
|
|
10098
10098
|
CoordinationType$1.SPATIAL_ROTATION_Z,
|
|
10099
10099
|
CoordinationType$1.SPATIAL_AXIS_FIXED,
|
|
10100
|
+
CoordinationType$1.SPATIAL_ROTATION_ORBIT,
|
|
10100
10101
|
CoordinationType$1.SPATIAL_ORBIT_AXIS,
|
|
10101
10102
|
CoordinationType$1.SPATIAL_ZOOM,
|
|
10102
10103
|
CoordinationType$1.OBS_FILTER,
|
|
@@ -10104,14 +10105,11 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
10104
10105
|
CoordinationType$1.OBS_SET_SELECTION,
|
|
10105
10106
|
CoordinationType$1.OBS_SET_FILTER,
|
|
10106
10107
|
CoordinationType$1.OBS_SET_HIGHLIGHT,
|
|
10107
|
-
CoordinationType$1.OBS_SET_COLOR,
|
|
10108
10108
|
CoordinationType$1.OBS_TYPE,
|
|
10109
|
-
CoordinationType$1.ADDITIONAL_OBS_SETS,
|
|
10110
10109
|
CoordinationType$1.OBS_SET_COLOR,
|
|
10111
10110
|
CoordinationType$1.OBS_COLOR_ENCODING,
|
|
10112
|
-
CoordinationType$1.OBS_SET_SELECTION,
|
|
10113
10111
|
CoordinationType$1.EMBEDDING_TYPE,
|
|
10114
|
-
CoordinationType$1.
|
|
10112
|
+
CoordinationType$1.ADDITIONAL_OBS_SETS,
|
|
10115
10113
|
CoordinationType$1.TOOLTIPS_VISIBLE
|
|
10116
10114
|
],
|
|
10117
10115
|
[ViewType$1.SCATTERPLOT]: [
|
|
@@ -137806,22 +137804,22 @@ function addDecoder(cases, importFn) {
|
|
|
137806
137804
|
}
|
|
137807
137805
|
cases.forEach((c) => registry$1.set(c, importFn));
|
|
137808
137806
|
}
|
|
137809
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
137810
|
-
addDecoder(5, () => import("./lzw-
|
|
137807
|
+
addDecoder([void 0, 1], () => import("./raw-DK1tS_1S.js").then((m) => m.default));
|
|
137808
|
+
addDecoder(5, () => import("./lzw-CbPHwemm.js").then((m) => m.default));
|
|
137811
137809
|
addDecoder(6, () => {
|
|
137812
137810
|
throw new Error("old style JPEG compression is not supported.");
|
|
137813
137811
|
});
|
|
137814
|
-
addDecoder(7, () => import("./jpeg-
|
|
137815
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
137816
|
-
addDecoder(32773, () => import("./packbits-
|
|
137812
|
+
addDecoder(7, () => import("./jpeg-C2Vem90J.js").then((m) => m.default));
|
|
137813
|
+
addDecoder([8, 32946], () => import("./deflate-9hig_prR.js").then((m) => m.default));
|
|
137814
|
+
addDecoder(32773, () => import("./packbits-Biz7Ork3.js").then((m) => m.default));
|
|
137817
137815
|
addDecoder(
|
|
137818
137816
|
34887,
|
|
137819
|
-
() => import("./lerc-
|
|
137817
|
+
() => import("./lerc-DK0VVejt.js").then(async (m) => {
|
|
137820
137818
|
await m.zstd.init();
|
|
137821
137819
|
return m;
|
|
137822
137820
|
}).then((m) => m.default)
|
|
137823
137821
|
);
|
|
137824
|
-
addDecoder(50001, () => import("./webimage-
|
|
137822
|
+
addDecoder(50001, () => import("./webimage-C31NcGoz.js").then((m) => m.default));
|
|
137825
137823
|
function decodeRowAcc(row, stride) {
|
|
137826
137824
|
let length2 = row.length - stride;
|
|
137827
137825
|
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-BDT04sKA.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/heatmap",
|
|
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": {
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
"lodash-es": "^4.17.21",
|
|
20
20
|
"uuid": "^9.0.0",
|
|
21
21
|
"react-aria": "^3.28.0",
|
|
22
|
-
"@vitessce/styles": "3.7.
|
|
23
|
-
"@vitessce/constants-internal": "3.7.
|
|
24
|
-
"@vitessce/gl": "3.7.
|
|
25
|
-
"@vitessce/legend": "3.7.
|
|
26
|
-
"@vitessce/sets-utils": "3.7.
|
|
27
|
-
"@vitessce/tooltip": "3.7.
|
|
28
|
-
"@vitessce/utils": "3.7.
|
|
29
|
-
"@vitessce/vit-s": "3.7.
|
|
30
|
-
"@vitessce/workers": "3.7.
|
|
22
|
+
"@vitessce/styles": "3.7.1",
|
|
23
|
+
"@vitessce/constants-internal": "3.7.1",
|
|
24
|
+
"@vitessce/gl": "3.7.1",
|
|
25
|
+
"@vitessce/legend": "3.7.1",
|
|
26
|
+
"@vitessce/sets-utils": "3.7.1",
|
|
27
|
+
"@vitessce/tooltip": "3.7.1",
|
|
28
|
+
"@vitessce/utils": "3.7.1",
|
|
29
|
+
"@vitessce/vit-s": "3.7.1",
|
|
30
|
+
"@vitessce/workers": "3.7.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@testing-library/jest-dom": "^6.6.3",
|