@vitessce/neuroglancer 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.
|
@@ -2,7 +2,7 @@ var __defProp = Object.defineProperty;
|
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
4
|
import React__default from "react";
|
|
5
|
-
import { g as getDefaultExportFromCjs, c as commonjsGlobal, d as diffCameraState } from "./index-
|
|
5
|
+
import { g as getDefaultExportFromCjs, c as commonjsGlobal, d as diffCameraState } from "./index-BNWANKfn.js";
|
|
6
6
|
var es6_object_assign = {};
|
|
7
7
|
var _global = { exports: {} };
|
|
8
8
|
var hasRequired_global;
|
|
@@ -10400,7 +10400,9 @@ const obsSegmentationsSpatialdataSchema = z.object({
|
|
|
10400
10400
|
const obsPointsSpatialdataSchema = z.object({
|
|
10401
10401
|
path: z.string().describe("The path to the point data."),
|
|
10402
10402
|
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."),
|
|
10403
|
-
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.')
|
|
10403
|
+
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.'),
|
|
10404
|
+
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)."),
|
|
10405
|
+
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".')
|
|
10404
10406
|
});
|
|
10405
10407
|
z.object({
|
|
10406
10408
|
path: z.string(),
|
|
@@ -28200,7 +28202,7 @@ function NeuroglancerGlobalStyles(props) {
|
|
|
28200
28202
|
}
|
|
28201
28203
|
));
|
|
28202
28204
|
}
|
|
28203
|
-
const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-
|
|
28205
|
+
const LazyReactNeuroglancer = React__default.lazy(() => import("./ReactNeuroglancer-CfXWCAza.js"));
|
|
28204
28206
|
function createWorker() {
|
|
28205
28207
|
return new WorkerFactory();
|
|
28206
28208
|
}
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/neuroglancer",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.1",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"lodash-es": "^4.17.21",
|
|
21
21
|
"three": "^0.154.0",
|
|
22
22
|
"react": "18.3.1",
|
|
23
|
-
"@vitessce/neuroglancer-workers": "3.9.
|
|
24
|
-
"@vitessce/constants-internal": "3.9.
|
|
25
|
-
"@vitessce/vit-s": "3.9.
|
|
26
|
-
"@vitessce/sets-utils": "3.9.
|
|
27
|
-
"@vitessce/
|
|
28
|
-
"@vitessce/
|
|
29
|
-
"@vitessce/tooltip": "3.9.
|
|
23
|
+
"@vitessce/neuroglancer-workers": "3.9.1",
|
|
24
|
+
"@vitessce/constants-internal": "3.9.1",
|
|
25
|
+
"@vitessce/vit-s": "3.9.1",
|
|
26
|
+
"@vitessce/sets-utils": "3.9.1",
|
|
27
|
+
"@vitessce/utils": "3.9.1",
|
|
28
|
+
"@vitessce/styles": "3.9.1",
|
|
29
|
+
"@vitessce/tooltip": "3.9.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@testing-library/jest-dom": "^6.6.3",
|