@vitessce/vega 3.7.1 → 3.8.0
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 +5 -0
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -50603,6 +50603,7 @@ const ViewType$1 = {
|
|
|
50603
50603
|
SCATTERPLOT: "scatterplot",
|
|
50604
50604
|
SPATIAL: "spatial",
|
|
50605
50605
|
SPATIAL_BETA: "spatialBeta",
|
|
50606
|
+
SPATIAL_ACCELERATED: "spatialAccelerated",
|
|
50606
50607
|
HEATMAP: "heatmap",
|
|
50607
50608
|
LAYER_CONTROLLER: "layerController",
|
|
50608
50609
|
LAYER_CONTROLLER_BETA: "layerControllerBeta",
|
|
@@ -50896,6 +50897,8 @@ const CoordinationType$1 = {
|
|
|
50896
50897
|
// Could be per-image-layer
|
|
50897
50898
|
SPATIAL_TARGET_RESOLUTION: "spatialTargetResolution",
|
|
50898
50899
|
// Per-spatial-layer
|
|
50900
|
+
SPATIAL_MAX_RESOLUTION: "spatialMaxResolution",
|
|
50901
|
+
// Per-image-channel (for spatial-accelerated)
|
|
50899
50902
|
// For clipping plane sliders
|
|
50900
50903
|
SPATIAL_SLICE_X: "spatialSliceX",
|
|
50901
50904
|
SPATIAL_SLICE_Y: "spatialSliceY",
|
|
@@ -51441,6 +51444,7 @@ const CoordinationType$1 = {
|
|
|
51441
51444
|
CoordinationType$1.SPATIAL_RENDERING_MODE,
|
|
51442
51445
|
CoordinationType$1.VOLUMETRIC_RENDERING_ALGORITHM,
|
|
51443
51446
|
CoordinationType$1.SPATIAL_TARGET_RESOLUTION,
|
|
51447
|
+
CoordinationType$1.SPATIAL_MAX_RESOLUTION,
|
|
51444
51448
|
CoordinationType$1.SPATIAL_SLICE_X,
|
|
51445
51449
|
CoordinationType$1.SPATIAL_SLICE_Y,
|
|
51446
51450
|
CoordinationType$1.SPATIAL_SLICE_Z,
|
|
@@ -51614,6 +51618,7 @@ const CoordinationType$1 = {
|
|
|
51614
51618
|
CoordinationType$1.SPATIAL_RENDERING_MODE,
|
|
51615
51619
|
CoordinationType$1.VOLUMETRIC_RENDERING_ALGORITHM,
|
|
51616
51620
|
CoordinationType$1.SPATIAL_TARGET_RESOLUTION,
|
|
51621
|
+
CoordinationType$1.SPATIAL_MAX_RESOLUTION,
|
|
51617
51622
|
CoordinationType$1.SPATIAL_SLICE_X,
|
|
51618
51623
|
CoordinationType$1.SPATIAL_SLICE_Y,
|
|
51619
51624
|
CoordinationType$1.SPATIAL_SLICE_Z,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/vega",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.0",
|
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"vega": "^5.21.0",
|
|
22
22
|
"vega-lite": "^5.1.1",
|
|
23
23
|
"vega-tooltip": "^0.27.0",
|
|
24
|
-
"@vitessce/styles": "3.
|
|
25
|
-
"@vitessce/tooltip": "3.
|
|
26
|
-
"@vitessce/legend": "3.
|
|
24
|
+
"@vitessce/styles": "3.8.0",
|
|
25
|
+
"@vitessce/tooltip": "3.8.0",
|
|
26
|
+
"@vitessce/legend": "3.8.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"react": "
|
|
29
|
+
"react": "18.3.1",
|
|
30
30
|
"vite": "^7.0.0",
|
|
31
31
|
"vitest": "^3.1.4"
|
|
32
32
|
},
|