@vitessce/heatmap 3.8.2 → 3.8.4
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-DMZqBPLq.js → deflate-lfoE9oOA.js} +1 -1
- package/dist/{index-gtSn38WN.js → index-DI59bHeH.js} +11 -8
- package/dist/index.js +1 -1
- package/dist/{jpeg-CM3wUtWq.js → jpeg-D8ICsuyw.js} +1 -1
- package/dist/{lerc-Bb47we2Q.js → lerc-_Plw-Pfz.js} +1 -1
- package/dist/{lzw-DfDJYLgg.js → lzw-BSM34oow.js} +1 -1
- package/dist/{packbits-adacuKDz.js → packbits-CWSJP83H.js} +1 -1
- package/dist/{raw-JqdJhY1E.js → raw-BMUd6p5P.js} +1 -1
- package/dist/{webimage-DhlCEJyb.js → webimage-CxV9hUEk.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-DI59bHeH.js";
|
|
3
3
|
class DeflateDecoder extends BaseDecoder {
|
|
4
4
|
decodeBlock(buffer) {
|
|
5
5
|
return inflate_1(new Uint8Array(buffer)).buffer;
|
|
@@ -11244,7 +11244,10 @@ z.object({
|
|
|
11244
11244
|
obsSets: obsSetsSpatialdataSchema,
|
|
11245
11245
|
obsEmbedding: obsEmbeddingSpatialdataSchemaConvenience,
|
|
11246
11246
|
// TODO: obsLabels
|
|
11247
|
-
|
|
11247
|
+
featureLabels: z.union([
|
|
11248
|
+
annDataFeatureLabels,
|
|
11249
|
+
z.array(annDataConvenienceFeatureLabelsItem)
|
|
11250
|
+
]),
|
|
11248
11251
|
// TODO: allow specifying tablePath and region at the top-level here.
|
|
11249
11252
|
coordinateSystem: z.string().optional().describe("The name of a coordinate transformation output used to transform all elements which lack a per-element coordinateSystem property.")
|
|
11250
11253
|
}).partial();
|
|
@@ -137825,22 +137828,22 @@ function addDecoder(cases, importFn) {
|
|
|
137825
137828
|
}
|
|
137826
137829
|
cases.forEach((c) => registry$1.set(c, importFn));
|
|
137827
137830
|
}
|
|
137828
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
137829
|
-
addDecoder(5, () => import("./lzw-
|
|
137831
|
+
addDecoder([void 0, 1], () => import("./raw-BMUd6p5P.js").then((m) => m.default));
|
|
137832
|
+
addDecoder(5, () => import("./lzw-BSM34oow.js").then((m) => m.default));
|
|
137830
137833
|
addDecoder(6, () => {
|
|
137831
137834
|
throw new Error("old style JPEG compression is not supported.");
|
|
137832
137835
|
});
|
|
137833
|
-
addDecoder(7, () => import("./jpeg-
|
|
137834
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
137835
|
-
addDecoder(32773, () => import("./packbits-
|
|
137836
|
+
addDecoder(7, () => import("./jpeg-D8ICsuyw.js").then((m) => m.default));
|
|
137837
|
+
addDecoder([8, 32946], () => import("./deflate-lfoE9oOA.js").then((m) => m.default));
|
|
137838
|
+
addDecoder(32773, () => import("./packbits-CWSJP83H.js").then((m) => m.default));
|
|
137836
137839
|
addDecoder(
|
|
137837
137840
|
34887,
|
|
137838
|
-
() => import("./lerc-
|
|
137841
|
+
() => import("./lerc-_Plw-Pfz.js").then(async (m) => {
|
|
137839
137842
|
await m.zstd.init();
|
|
137840
137843
|
return m;
|
|
137841
137844
|
}).then((m) => m.default)
|
|
137842
137845
|
);
|
|
137843
|
-
addDecoder(50001, () => import("./webimage-
|
|
137846
|
+
addDecoder(50001, () => import("./webimage-CxV9hUEk.js").then((m) => m.default));
|
|
137844
137847
|
function decodeRowAcc(row, stride) {
|
|
137845
137848
|
let length2 = row.length - stride;
|
|
137846
137849
|
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-DI59bHeH.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.4",
|
|
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.4",
|
|
23
|
+
"@vitessce/constants-internal": "3.8.4",
|
|
24
|
+
"@vitessce/gl": "3.8.4",
|
|
25
|
+
"@vitessce/legend": "3.8.4",
|
|
26
|
+
"@vitessce/sets-utils": "3.8.4",
|
|
27
|
+
"@vitessce/tooltip": "3.8.4",
|
|
28
|
+
"@vitessce/utils": "3.8.4",
|
|
29
|
+
"@vitessce/vit-s": "3.8.4",
|
|
30
|
+
"@vitessce/workers": "3.8.4"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@testing-library/jest-dom": "^6.6.3",
|