@vitessce/heatmap 3.8.4 → 3.8.5
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-lfoE9oOA.js → deflate-D1zCiRQz.js} +1 -1
- package/dist/{index-DI59bHeH.js → index-e8-Lh_l9.js} +8 -7
- package/dist/index.js +1 -1
- package/dist/{jpeg-D8ICsuyw.js → jpeg-C-aR7Yvm.js} +1 -1
- package/dist/{lerc-_Plw-Pfz.js → lerc-BDETtaHZ.js} +1 -1
- package/dist/{lzw-BSM34oow.js → lzw-DuQQG26m.js} +1 -1
- package/dist/{packbits-CWSJP83H.js → packbits-CKkWkWM2.js} +1 -1
- package/dist/{raw-BMUd6p5P.js → raw-CYkXbM-r.js} +1 -1
- package/dist/{webimage-CxV9hUEk.js → webimage-CK0o5if1.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-e8-Lh_l9.js";
|
|
3
3
|
class DeflateDecoder extends BaseDecoder {
|
|
4
4
|
decodeBlock(buffer) {
|
|
5
5
|
return inflate_1(new Uint8Array(buffer)).buffer;
|
|
@@ -10645,6 +10645,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
10645
10645
|
CoordinationType$1.FEATURE_SELECTION,
|
|
10646
10646
|
CoordinationType$1.FEATURE_VALUE_COLORMAP,
|
|
10647
10647
|
CoordinationType$1.FEATURE_VALUE_COLORMAP_RANGE,
|
|
10648
|
+
CoordinationType$1.FEATURE_AGGREGATION_STRATEGY,
|
|
10648
10649
|
// TODO: CoordinationType.FEATURE_COLOR_ENCODING,
|
|
10649
10650
|
// TODO: CoordinationType.ADDITIONAL_FEATURE_SETS,
|
|
10650
10651
|
CoordinationType$1.TOOLTIPS_VISIBLE,
|
|
@@ -137828,22 +137829,22 @@ function addDecoder(cases, importFn) {
|
|
|
137828
137829
|
}
|
|
137829
137830
|
cases.forEach((c) => registry$1.set(c, importFn));
|
|
137830
137831
|
}
|
|
137831
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
137832
|
-
addDecoder(5, () => import("./lzw-
|
|
137832
|
+
addDecoder([void 0, 1], () => import("./raw-CYkXbM-r.js").then((m) => m.default));
|
|
137833
|
+
addDecoder(5, () => import("./lzw-DuQQG26m.js").then((m) => m.default));
|
|
137833
137834
|
addDecoder(6, () => {
|
|
137834
137835
|
throw new Error("old style JPEG compression is not supported.");
|
|
137835
137836
|
});
|
|
137836
|
-
addDecoder(7, () => import("./jpeg-
|
|
137837
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
137838
|
-
addDecoder(32773, () => import("./packbits-
|
|
137837
|
+
addDecoder(7, () => import("./jpeg-C-aR7Yvm.js").then((m) => m.default));
|
|
137838
|
+
addDecoder([8, 32946], () => import("./deflate-D1zCiRQz.js").then((m) => m.default));
|
|
137839
|
+
addDecoder(32773, () => import("./packbits-CKkWkWM2.js").then((m) => m.default));
|
|
137839
137840
|
addDecoder(
|
|
137840
137841
|
34887,
|
|
137841
|
-
() => import("./lerc-
|
|
137842
|
+
() => import("./lerc-BDETtaHZ.js").then(async (m) => {
|
|
137842
137843
|
await m.zstd.init();
|
|
137843
137844
|
return m;
|
|
137844
137845
|
}).then((m) => m.default)
|
|
137845
137846
|
);
|
|
137846
|
-
addDecoder(50001, () => import("./webimage-
|
|
137847
|
+
addDecoder(50001, () => import("./webimage-CK0o5if1.js").then((m) => m.default));
|
|
137847
137848
|
function decodeRowAcc(row, stride) {
|
|
137848
137849
|
let length2 = row.length - stride;
|
|
137849
137850
|
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-e8-Lh_l9.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.8.
|
|
3
|
+
"version": "3.8.5",
|
|
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.8.
|
|
23
|
-
"@vitessce/constants-internal": "3.8.
|
|
24
|
-
"@vitessce/gl": "3.8.
|
|
25
|
-
"@vitessce/legend": "3.8.
|
|
26
|
-
"@vitessce/sets-utils": "3.8.
|
|
27
|
-
"@vitessce/tooltip": "3.8.
|
|
28
|
-
"@vitessce/utils": "3.8.
|
|
29
|
-
"@vitessce/vit-s": "3.8.
|
|
30
|
-
"@vitessce/workers": "3.8.
|
|
22
|
+
"@vitessce/styles": "3.8.5",
|
|
23
|
+
"@vitessce/constants-internal": "3.8.5",
|
|
24
|
+
"@vitessce/gl": "3.8.5",
|
|
25
|
+
"@vitessce/legend": "3.8.5",
|
|
26
|
+
"@vitessce/sets-utils": "3.8.5",
|
|
27
|
+
"@vitessce/tooltip": "3.8.5",
|
|
28
|
+
"@vitessce/utils": "3.8.5",
|
|
29
|
+
"@vitessce/vit-s": "3.8.5",
|
|
30
|
+
"@vitessce/workers": "3.8.5"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@testing-library/jest-dom": "^6.6.3",
|