@vitessce/heatmap 3.4.11 → 3.4.12
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-651ff0f1.js → deflate-17ee4fbc.js} +1 -1
- package/dist/{index-ee6a9dfb.js → index-005b1147.js} +10 -9
- package/dist/index.js +1 -1
- package/dist/{jpeg-1ac7dac2.js → jpeg-61c3e2a6.js} +1 -1
- package/dist/{lerc-041fa622.js → lerc-023bfa6c.js} +1 -1
- package/dist/{lzw-d3d185fb.js → lzw-860d563d.js} +1 -1
- package/dist/{packbits-3b3d0e9b.js → packbits-5df44667.js} +1 -1
- package/dist/{raw-a1a15d51.js → raw-f5ac4d51.js} +1 -1
- package/dist/{webimage-891a5d2c.js → webimage-b230879f.js} +1 -1
- package/package.json +9 -9
|
@@ -11139,6 +11139,7 @@ const CoordinationType$1 = {
|
|
|
11139
11139
|
FEATURE_TYPE: "featureType",
|
|
11140
11140
|
FEATURE_VALUE_TYPE: "featureValueType",
|
|
11141
11141
|
OBS_LABELS_TYPE: "obsLabelsType",
|
|
11142
|
+
FEATURE_LABELS_TYPE: "featureLabelsType",
|
|
11142
11143
|
// Other types
|
|
11143
11144
|
EMBEDDING_TYPE: "embeddingType",
|
|
11144
11145
|
EMBEDDING_ZOOM: "embeddingZoom",
|
|
@@ -11948,7 +11949,7 @@ const annDataObsSetsArr = z.array(z.object({
|
|
|
11948
11949
|
]),
|
|
11949
11950
|
scorePath: z.string().optional().describe("The location in the AnnData store for the set confidence scores, like 'obs/celltype_prediction_score.'")
|
|
11950
11951
|
}));
|
|
11951
|
-
|
|
11952
|
+
z.object({
|
|
11952
11953
|
obsSets: annDataObsSetsArr
|
|
11953
11954
|
});
|
|
11954
11955
|
const annDataObsFeatureColumnsArr = z.array(z.object({
|
|
@@ -12010,7 +12011,7 @@ const obsFeatureMatrixSpatialdataSchema = annDataObsFeatureMatrix.extend({
|
|
|
12010
12011
|
const obsSetsSpatialdataSchema = z.object({
|
|
12011
12012
|
region: z.string().describe("The name of a region to use to filter instances (i.e., rows) in the table").optional(),
|
|
12012
12013
|
tablePath: z.string().optional().describe("The path to a table which contains the index for the set values."),
|
|
12013
|
-
obsSets:
|
|
12014
|
+
obsSets: annDataObsSetsArr
|
|
12014
12015
|
});
|
|
12015
12016
|
z.object({
|
|
12016
12017
|
targetX: z.number(),
|
|
@@ -133528,16 +133529,16 @@ function addDecoder(cases, importFn) {
|
|
|
133528
133529
|
}
|
|
133529
133530
|
cases.forEach((c) => registry$1.set(c, importFn));
|
|
133530
133531
|
}
|
|
133531
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
133532
|
-
addDecoder(5, () => import("./lzw-
|
|
133532
|
+
addDecoder([void 0, 1], () => import("./raw-f5ac4d51.js").then((m) => m.default));
|
|
133533
|
+
addDecoder(5, () => import("./lzw-860d563d.js").then((m) => m.default));
|
|
133533
133534
|
addDecoder(6, () => {
|
|
133534
133535
|
throw new Error("old style JPEG compression is not supported.");
|
|
133535
133536
|
});
|
|
133536
|
-
addDecoder(7, () => import("./jpeg-
|
|
133537
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
133538
|
-
addDecoder(32773, () => import("./packbits-
|
|
133539
|
-
addDecoder(34887, () => import("./lerc-
|
|
133540
|
-
addDecoder(50001, () => import("./webimage-
|
|
133537
|
+
addDecoder(7, () => import("./jpeg-61c3e2a6.js").then((m) => m.default));
|
|
133538
|
+
addDecoder([8, 32946], () => import("./deflate-17ee4fbc.js").then((m) => m.default));
|
|
133539
|
+
addDecoder(32773, () => import("./packbits-5df44667.js").then((m) => m.default));
|
|
133540
|
+
addDecoder(34887, () => import("./lerc-023bfa6c.js").then((m) => m.default));
|
|
133541
|
+
addDecoder(50001, () => import("./webimage-b230879f.js").then((m) => m.default));
|
|
133541
133542
|
function decodeRowAcc(row, stride) {
|
|
133542
133543
|
let length2 = row.length - stride;
|
|
133543
133544
|
let offset5 = 0;
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-68f84e2a.js";
|
|
2
|
-
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-
|
|
2
|
+
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-005b1147.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "@vitessce/vit-s";
|
|
5
5
|
import "react-dom";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/heatmap",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.12",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"lodash-es": "^4.17.21",
|
|
21
21
|
"uuid": "^9.0.0",
|
|
22
22
|
"react-aria": "^3.28.0",
|
|
23
|
-
"@vitessce/constants-internal": "3.4.
|
|
24
|
-
"@vitessce/gl": "3.4.
|
|
25
|
-
"@vitessce/legend": "3.4.
|
|
26
|
-
"@vitessce/sets-utils": "3.4.
|
|
27
|
-
"@vitessce/tooltip": "3.4.
|
|
28
|
-
"@vitessce/utils": "3.4.
|
|
29
|
-
"@vitessce/vit-s": "3.4.
|
|
30
|
-
"@vitessce/workers": "3.4.
|
|
23
|
+
"@vitessce/constants-internal": "3.4.12",
|
|
24
|
+
"@vitessce/gl": "3.4.12",
|
|
25
|
+
"@vitessce/legend": "3.4.12",
|
|
26
|
+
"@vitessce/sets-utils": "3.4.12",
|
|
27
|
+
"@vitessce/tooltip": "3.4.12",
|
|
28
|
+
"@vitessce/utils": "3.4.12",
|
|
29
|
+
"@vitessce/vit-s": "3.4.12",
|
|
30
|
+
"@vitessce/workers": "3.4.12"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@testing-library/jest-dom": "^5.16.4",
|