@vitessce/biomarker-select 3.7.1 → 3.8.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.
- package/dist/index.js +5 -0
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -21,6 +21,7 @@ const ViewType = {
|
|
|
21
21
|
SCATTERPLOT: "scatterplot",
|
|
22
22
|
SPATIAL: "spatial",
|
|
23
23
|
SPATIAL_BETA: "spatialBeta",
|
|
24
|
+
// SPATIAL_ACCELERATED: 'spatialAccelerated',
|
|
24
25
|
HEATMAP: "heatmap",
|
|
25
26
|
LAYER_CONTROLLER: "layerController",
|
|
26
27
|
LAYER_CONTROLLER_BETA: "layerControllerBeta",
|
|
@@ -152,6 +153,8 @@ const CoordinationType = {
|
|
|
152
153
|
// Could be per-image-layer
|
|
153
154
|
SPATIAL_TARGET_RESOLUTION: "spatialTargetResolution",
|
|
154
155
|
// Per-spatial-layer
|
|
156
|
+
SPATIAL_MAX_RESOLUTION: "spatialMaxResolution",
|
|
157
|
+
// Per-image-channel (for spatial-accelerated)
|
|
155
158
|
// For clipping plane sliders
|
|
156
159
|
SPATIAL_SLICE_X: "spatialSliceX",
|
|
157
160
|
SPATIAL_SLICE_Y: "spatialSliceY",
|
|
@@ -440,6 +443,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
440
443
|
CoordinationType.SPATIAL_RENDERING_MODE,
|
|
441
444
|
CoordinationType.VOLUMETRIC_RENDERING_ALGORITHM,
|
|
442
445
|
CoordinationType.SPATIAL_TARGET_RESOLUTION,
|
|
446
|
+
CoordinationType.SPATIAL_MAX_RESOLUTION,
|
|
443
447
|
CoordinationType.SPATIAL_SLICE_X,
|
|
444
448
|
CoordinationType.SPATIAL_SLICE_Y,
|
|
445
449
|
CoordinationType.SPATIAL_SLICE_Z,
|
|
@@ -613,6 +617,7 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
613
617
|
CoordinationType.SPATIAL_RENDERING_MODE,
|
|
614
618
|
CoordinationType.VOLUMETRIC_RENDERING_ALGORITHM,
|
|
615
619
|
CoordinationType.SPATIAL_TARGET_RESOLUTION,
|
|
620
|
+
CoordinationType.SPATIAL_MAX_RESOLUTION,
|
|
616
621
|
CoordinationType.SPATIAL_SLICE_X,
|
|
617
622
|
CoordinationType.SPATIAL_SLICE_Y,
|
|
618
623
|
CoordinationType.SPATIAL_SLICE_Z,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/biomarker-select",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.1",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"fuse.js": "^7.0.0",
|
|
22
22
|
"d3-dsv": "^1.1.1",
|
|
23
23
|
"clsx": "^1.1.1",
|
|
24
|
-
"@vitessce/styles": "3.
|
|
25
|
-
"@vitessce/constants-internal": "3.
|
|
26
|
-
"@vitessce/vit-s": "3.
|
|
27
|
-
"@vitessce/types": "3.
|
|
24
|
+
"@vitessce/styles": "3.8.1",
|
|
25
|
+
"@vitessce/constants-internal": "3.8.1",
|
|
26
|
+
"@vitessce/vit-s": "3.8.1",
|
|
27
|
+
"@vitessce/types": "3.8.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@testing-library/jest-dom": "^6.6.3",
|
|
31
31
|
"@testing-library/react": "^16.3.0",
|
|
32
|
-
"react": "
|
|
33
|
-
"react-dom": "
|
|
32
|
+
"react": "18.3.1",
|
|
33
|
+
"react-dom": "18.3.1",
|
|
34
34
|
"vite": "^7.0.0",
|
|
35
35
|
"vitest": "^3.1.4"
|
|
36
36
|
},
|