@vitessce/heatmap 3.9.0 → 3.9.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-BkVXwIOr.js → deflate-CtXZgCAW.js} +1 -1
- package/dist/{index-DYmO2OXo.js → index-DgJedZPO.js} +10 -8
- package/dist/index.js +1 -1
- package/dist/{jpeg-BgSqSBcW.js → jpeg-DHh36Lwj.js} +1 -1
- package/dist/{lerc-Bh37u7Qj.js → lerc-DWs1G17t.js} +1 -1
- package/dist/{lzw-CqQYDnuj.js → lzw-Cvt0LkXw.js} +1 -1
- package/dist/{packbits-DLjqHTtn.js → packbits-5TE0g68q.js} +1 -1
- package/dist/{raw-X9wB5QOd.js → raw-BY4wlPHH.js} +1 -1
- package/dist/{webimage-CgODQeEE.js → webimage-CikUgHwn.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-DgJedZPO.js";
|
|
3
3
|
class DeflateDecoder extends BaseDecoder {
|
|
4
4
|
decodeBlock(buffer) {
|
|
5
5
|
return inflate_1(new Uint8Array(buffer)).buffer;
|
|
@@ -11139,7 +11139,9 @@ const obsSegmentationsSpatialdataSchema = z.object({
|
|
|
11139
11139
|
const obsPointsSpatialdataSchema = z.object({
|
|
11140
11140
|
path: z.string().describe("The path to the point data."),
|
|
11141
11141
|
tablePath: z.string().optional().describe("The path to a table which annotates the points. If available but not specified, the spot identifiers may not be aligned with associated tabular data as expected."),
|
|
11142
|
-
coordinateSystem: z.string().optional().describe('The name of a coordinate transformation output used to transform the image. If not provided, the "global" coordinate system is assumed.')
|
|
11142
|
+
coordinateSystem: z.string().optional().describe('The name of a coordinate transformation output used to transform the image. If not provided, the "global" coordinate system is assumed.'),
|
|
11143
|
+
featureIndexColumn: z.string().optional().describe("The name of the column in the table which contains the feature (e.g., gene) indices associated with each point (aligned with the table var.index dataframe column)."),
|
|
11144
|
+
mortonCodeColumn: z.string().optional().describe('The name of the column in the table which contains the Morton codes for each point, used for efficient spatial querying. If not provided, Vitessce will assume the default column name "morton_code_2d".')
|
|
11143
11145
|
});
|
|
11144
11146
|
z.object({
|
|
11145
11147
|
path: z.string(),
|
|
@@ -138181,22 +138183,22 @@ function addDecoder(cases, importFn) {
|
|
|
138181
138183
|
}
|
|
138182
138184
|
cases.forEach((c) => registry$1.set(c, importFn));
|
|
138183
138185
|
}
|
|
138184
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
138185
|
-
addDecoder(5, () => import("./lzw-
|
|
138186
|
+
addDecoder([void 0, 1], () => import("./raw-BY4wlPHH.js").then((m) => m.default));
|
|
138187
|
+
addDecoder(5, () => import("./lzw-Cvt0LkXw.js").then((m) => m.default));
|
|
138186
138188
|
addDecoder(6, () => {
|
|
138187
138189
|
throw new Error("old style JPEG compression is not supported.");
|
|
138188
138190
|
});
|
|
138189
|
-
addDecoder(7, () => import("./jpeg-
|
|
138190
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
138191
|
-
addDecoder(32773, () => import("./packbits-
|
|
138191
|
+
addDecoder(7, () => import("./jpeg-DHh36Lwj.js").then((m) => m.default));
|
|
138192
|
+
addDecoder([8, 32946], () => import("./deflate-CtXZgCAW.js").then((m) => m.default));
|
|
138193
|
+
addDecoder(32773, () => import("./packbits-5TE0g68q.js").then((m) => m.default));
|
|
138192
138194
|
addDecoder(
|
|
138193
138195
|
34887,
|
|
138194
|
-
() => import("./lerc-
|
|
138196
|
+
() => import("./lerc-DWs1G17t.js").then(async (m) => {
|
|
138195
138197
|
await m.zstd.init();
|
|
138196
138198
|
return m;
|
|
138197
138199
|
}).then((m) => m.default)
|
|
138198
138200
|
);
|
|
138199
|
-
addDecoder(50001, () => import("./webimage-
|
|
138201
|
+
addDecoder(50001, () => import("./webimage-CikUgHwn.js").then((m) => m.default));
|
|
138200
138202
|
function decodeRowAcc(row, stride) {
|
|
138201
138203
|
let length2 = row.length - stride;
|
|
138202
138204
|
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-DgJedZPO.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.9.
|
|
3
|
+
"version": "3.9.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/
|
|
23
|
-
"@vitessce/gl": "3.9.
|
|
24
|
-
"@vitessce/
|
|
25
|
-
"@vitessce/legend": "3.9.
|
|
26
|
-
"@vitessce/sets-utils": "3.9.
|
|
27
|
-
"@vitessce/
|
|
28
|
-
"@vitessce/
|
|
29
|
-
"@vitessce/
|
|
30
|
-
"@vitessce/
|
|
22
|
+
"@vitessce/styles": "3.9.1",
|
|
23
|
+
"@vitessce/gl": "3.9.1",
|
|
24
|
+
"@vitessce/constants-internal": "3.9.1",
|
|
25
|
+
"@vitessce/legend": "3.9.1",
|
|
26
|
+
"@vitessce/sets-utils": "3.9.1",
|
|
27
|
+
"@vitessce/utils": "3.9.1",
|
|
28
|
+
"@vitessce/tooltip": "3.9.1",
|
|
29
|
+
"@vitessce/workers": "3.9.1",
|
|
30
|
+
"@vitessce/vit-s": "3.9.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@testing-library/jest-dom": "^6.6.3",
|