@vitessce/statistical-plots 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-49ab3d32.js → deflate-eda0aad4.js} +1 -1
- package/dist/{index-7aa37ee9.js → index-65c79335.js} +10 -9
- package/dist/index.js +1 -1
- package/dist/{jpeg-ba7bae31.js → jpeg-7970799f.js} +1 -1
- package/dist/{lerc-2c40d55c.js → lerc-8d94d4f9.js} +1 -1
- package/dist/{lzw-d8b09410.js → lzw-f0fcb4b1.js} +1 -1
- package/dist/{packbits-937f8889.js → packbits-4fa7d5d8.js} +1 -1
- package/dist/{raw-2c83cfa0.js → raw-d637b4c6.js} +1 -1
- package/dist/{webimage-bffbce5c.js → webimage-9a9c8587.js} +1 -1
- package/package.json +7 -7
@@ -1102,6 +1102,7 @@ const CoordinationType$1 = {
|
|
1102
1102
|
FEATURE_TYPE: "featureType",
|
1103
1103
|
FEATURE_VALUE_TYPE: "featureValueType",
|
1104
1104
|
OBS_LABELS_TYPE: "obsLabelsType",
|
1105
|
+
FEATURE_LABELS_TYPE: "featureLabelsType",
|
1105
1106
|
// Other types
|
1106
1107
|
EMBEDDING_TYPE: "embeddingType",
|
1107
1108
|
EMBEDDING_ZOOM: "embeddingZoom",
|
@@ -11895,7 +11896,7 @@ const annDataObsSetsArr = z.array(z.object({
|
|
11895
11896
|
]),
|
11896
11897
|
scorePath: z.string().optional().describe("The location in the AnnData store for the set confidence scores, like 'obs/celltype_prediction_score.'")
|
11897
11898
|
}));
|
11898
|
-
|
11899
|
+
z.object({
|
11899
11900
|
obsSets: annDataObsSetsArr
|
11900
11901
|
});
|
11901
11902
|
const annDataObsFeatureColumnsArr = z.array(z.object({
|
@@ -11957,7 +11958,7 @@ const obsFeatureMatrixSpatialdataSchema = annDataObsFeatureMatrix.extend({
|
|
11957
11958
|
const obsSetsSpatialdataSchema = z.object({
|
11958
11959
|
region: z.string().describe("The name of a region to use to filter instances (i.e., rows) in the table").optional(),
|
11959
11960
|
tablePath: z.string().optional().describe("The path to a table which contains the index for the set values."),
|
11960
|
-
obsSets:
|
11961
|
+
obsSets: annDataObsSetsArr
|
11961
11962
|
});
|
11962
11963
|
z.object({
|
11963
11964
|
targetX: z.number(),
|
@@ -133208,16 +133209,16 @@ function addDecoder(cases2, importFn) {
|
|
133208
133209
|
}
|
133209
133210
|
cases2.forEach((c2) => registry$1.set(c2, importFn));
|
133210
133211
|
}
|
133211
|
-
addDecoder([void 0, 1], () => import("./raw-
|
133212
|
-
addDecoder(5, () => import("./lzw-
|
133212
|
+
addDecoder([void 0, 1], () => import("./raw-d637b4c6.js").then((m2) => m2.default));
|
133213
|
+
addDecoder(5, () => import("./lzw-f0fcb4b1.js").then((m2) => m2.default));
|
133213
133214
|
addDecoder(6, () => {
|
133214
133215
|
throw new Error("old style JPEG compression is not supported.");
|
133215
133216
|
});
|
133216
|
-
addDecoder(7, () => import("./jpeg-
|
133217
|
-
addDecoder([8, 32946], () => import("./deflate-
|
133218
|
-
addDecoder(32773, () => import("./packbits-
|
133219
|
-
addDecoder(34887, () => import("./lerc-
|
133220
|
-
addDecoder(50001, () => import("./webimage-
|
133217
|
+
addDecoder(7, () => import("./jpeg-7970799f.js").then((m2) => m2.default));
|
133218
|
+
addDecoder([8, 32946], () => import("./deflate-eda0aad4.js").then((m2) => m2.default));
|
133219
|
+
addDecoder(32773, () => import("./packbits-4fa7d5d8.js").then((m2) => m2.default));
|
133220
|
+
addDecoder(34887, () => import("./lerc-8d94d4f9.js").then((m2) => m2.default));
|
133221
|
+
addDecoder(50001, () => import("./webimage-9a9c8587.js").then((m2) => m2.default));
|
133221
133222
|
function decodeRowAcc(row, stride) {
|
133222
133223
|
let length2 = row.length - stride;
|
133223
133224
|
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-65c79335.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/statistical-plots",
|
3
|
-
"version": "3.4.
|
3
|
+
"version": "3.4.12",
|
4
4
|
"author": "Gehlenborg Lab",
|
5
5
|
"homepage": "http://vitessce.io",
|
6
6
|
"repository": {
|
@@ -28,12 +28,12 @@
|
|
28
28
|
"react-aria": "^3.28.0",
|
29
29
|
"internmap": "^2.0.3",
|
30
30
|
"uuid": "^9.0.0",
|
31
|
-
"@vitessce/constants-internal": "3.4.
|
32
|
-
"@vitessce/sets-utils": "3.4.
|
33
|
-
"@vitessce/utils": "3.4.
|
34
|
-
"@vitessce/vega": "3.4.
|
35
|
-
"@vitessce/vit-s": "3.4.
|
36
|
-
"@vitessce/gl": "3.4.
|
31
|
+
"@vitessce/constants-internal": "3.4.12",
|
32
|
+
"@vitessce/sets-utils": "3.4.12",
|
33
|
+
"@vitessce/utils": "3.4.12",
|
34
|
+
"@vitessce/vega": "3.4.12",
|
35
|
+
"@vitessce/vit-s": "3.4.12",
|
36
|
+
"@vitessce/gl": "3.4.12"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
39
|
"react": "^18.0.0",
|