@vitessce/vega 3.4.10 → 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/index.js +3 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -49823,6 +49823,7 @@ const CoordinationType$1 = {
|
|
|
49823
49823
|
FEATURE_TYPE: "featureType",
|
|
49824
49824
|
FEATURE_VALUE_TYPE: "featureValueType",
|
|
49825
49825
|
OBS_LABELS_TYPE: "obsLabelsType",
|
|
49826
|
+
FEATURE_LABELS_TYPE: "featureLabelsType",
|
|
49826
49827
|
// Other types
|
|
49827
49828
|
EMBEDDING_TYPE: "embeddingType",
|
|
49828
49829
|
EMBEDDING_ZOOM: "embeddingZoom",
|
|
@@ -50198,7 +50199,7 @@ const annDataObsSetsArr = z.array(z.object({
|
|
|
50198
50199
|
]),
|
|
50199
50200
|
scorePath: z.string().optional().describe("The location in the AnnData store for the set confidence scores, like 'obs/celltype_prediction_score.'")
|
|
50200
50201
|
}));
|
|
50201
|
-
|
|
50202
|
+
z.object({
|
|
50202
50203
|
obsSets: annDataObsSetsArr
|
|
50203
50204
|
});
|
|
50204
50205
|
const annDataObsFeatureColumnsArr = z.array(z.object({
|
|
@@ -50260,7 +50261,7 @@ const obsFeatureMatrixSpatialdataSchema = annDataObsFeatureMatrix.extend({
|
|
|
50260
50261
|
const obsSetsSpatialdataSchema = z.object({
|
|
50261
50262
|
region: z.string().describe("The name of a region to use to filter instances (i.e., rows) in the table").optional(),
|
|
50262
50263
|
tablePath: z.string().optional().describe("The path to a table which contains the index for the set values."),
|
|
50263
|
-
obsSets:
|
|
50264
|
+
obsSets: annDataObsSetsArr
|
|
50264
50265
|
});
|
|
50265
50266
|
z.object({
|
|
50266
50267
|
targetX: z.number(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/vega",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.12",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"vega": "^5.21.0",
|
|
23
23
|
"vega-lite": "^5.1.1",
|
|
24
24
|
"vega-tooltip": "^0.27.0",
|
|
25
|
-
"@vitessce/tooltip": "3.4.
|
|
26
|
-
"@vitessce/legend": "3.4.
|
|
25
|
+
"@vitessce/tooltip": "3.4.12",
|
|
26
|
+
"@vitessce/legend": "3.4.12"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"react": "^18.0.0",
|