@vitessce/scatterplot-embedding 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-9e699c70.js → deflate-c51c61e0.js} +1 -1
- package/dist/{index-f135e4b2.js → index-616c9001.js} +10 -9
- package/dist/index.js +1 -1
- package/dist/{jpeg-009f4f5a.js → jpeg-b058e474.js} +1 -1
- package/dist/{lerc-3a631699.js → lerc-c39dd0df.js} +1 -1
- package/dist/{lzw-0762ddb6.js → lzw-64a77c97.js} +1 -1
- package/dist/{packbits-89153e95.js → packbits-a8913205.js} +1 -1
- package/dist/{raw-d3cd6359.js → raw-e9fa39bf.js} +1 -1
- package/dist/{webimage-377ed019.js → webimage-18d86ed2.js} +1 -1
- package/package.json +7 -7
|
@@ -11155,6 +11155,7 @@ const CoordinationType$1 = {
|
|
|
11155
11155
|
FEATURE_TYPE: "featureType",
|
|
11156
11156
|
FEATURE_VALUE_TYPE: "featureValueType",
|
|
11157
11157
|
OBS_LABELS_TYPE: "obsLabelsType",
|
|
11158
|
+
FEATURE_LABELS_TYPE: "featureLabelsType",
|
|
11158
11159
|
// Other types
|
|
11159
11160
|
EMBEDDING_TYPE: "embeddingType",
|
|
11160
11161
|
EMBEDDING_ZOOM: "embeddingZoom",
|
|
@@ -11964,7 +11965,7 @@ const annDataObsSetsArr = z.array(z.object({
|
|
|
11964
11965
|
]),
|
|
11965
11966
|
scorePath: z.string().optional().describe("The location in the AnnData store for the set confidence scores, like 'obs/celltype_prediction_score.'")
|
|
11966
11967
|
}));
|
|
11967
|
-
|
|
11968
|
+
z.object({
|
|
11968
11969
|
obsSets: annDataObsSetsArr
|
|
11969
11970
|
});
|
|
11970
11971
|
const annDataObsFeatureColumnsArr = z.array(z.object({
|
|
@@ -12026,7 +12027,7 @@ const obsFeatureMatrixSpatialdataSchema = annDataObsFeatureMatrix.extend({
|
|
|
12026
12027
|
const obsSetsSpatialdataSchema = z.object({
|
|
12027
12028
|
region: z.string().describe("The name of a region to use to filter instances (i.e., rows) in the table").optional(),
|
|
12028
12029
|
tablePath: z.string().optional().describe("The path to a table which contains the index for the set values."),
|
|
12029
|
-
obsSets:
|
|
12030
|
+
obsSets: annDataObsSetsArr
|
|
12030
12031
|
});
|
|
12031
12032
|
z.object({
|
|
12032
12033
|
targetX: z.number(),
|
|
@@ -123957,16 +123958,16 @@ function addDecoder(cases, importFn) {
|
|
|
123957
123958
|
}
|
|
123958
123959
|
cases.forEach((c2) => registry$1.set(c2, importFn));
|
|
123959
123960
|
}
|
|
123960
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
123961
|
-
addDecoder(5, () => import("./lzw-
|
|
123961
|
+
addDecoder([void 0, 1], () => import("./raw-e9fa39bf.js").then((m2) => m2.default));
|
|
123962
|
+
addDecoder(5, () => import("./lzw-64a77c97.js").then((m2) => m2.default));
|
|
123962
123963
|
addDecoder(6, () => {
|
|
123963
123964
|
throw new Error("old style JPEG compression is not supported.");
|
|
123964
123965
|
});
|
|
123965
|
-
addDecoder(7, () => import("./jpeg-
|
|
123966
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
123967
|
-
addDecoder(32773, () => import("./packbits-
|
|
123968
|
-
addDecoder(34887, () => import("./lerc-
|
|
123969
|
-
addDecoder(50001, () => import("./webimage-
|
|
123966
|
+
addDecoder(7, () => import("./jpeg-b058e474.js").then((m2) => m2.default));
|
|
123967
|
+
addDecoder([8, 32946], () => import("./deflate-c51c61e0.js").then((m2) => m2.default));
|
|
123968
|
+
addDecoder(32773, () => import("./packbits-a8913205.js").then((m2) => m2.default));
|
|
123969
|
+
addDecoder(34887, () => import("./lerc-c39dd0df.js").then((m2) => m2.default));
|
|
123970
|
+
addDecoder(50001, () => import("./webimage-18d86ed2.js").then((m2) => m2.default));
|
|
123970
123971
|
function decodeRowAcc(row, stride) {
|
|
123971
123972
|
let length2 = row.length - stride;
|
|
123972
123973
|
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-616c9001.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/scatterplot-embedding",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.12",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"d3-array": "^2.4.0",
|
|
21
21
|
"lodash-es": "^4.17.21",
|
|
22
22
|
"react-aria": "^3.28.0",
|
|
23
|
-
"@vitessce/constants-internal": "3.4.
|
|
24
|
-
"@vitessce/legend": "3.4.
|
|
25
|
-
"@vitessce/scatterplot": "3.4.
|
|
26
|
-
"@vitessce/sets-utils": "3.4.
|
|
27
|
-
"@vitessce/utils": "3.4.
|
|
28
|
-
"@vitessce/vit-s": "3.4.
|
|
23
|
+
"@vitessce/constants-internal": "3.4.12",
|
|
24
|
+
"@vitessce/legend": "3.4.12",
|
|
25
|
+
"@vitessce/scatterplot": "3.4.12",
|
|
26
|
+
"@vitessce/sets-utils": "3.4.12",
|
|
27
|
+
"@vitessce/utils": "3.4.12",
|
|
28
|
+
"@vitessce/vit-s": "3.4.12"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"react": "^18.0.0",
|