@vitessce/biomarker-select 3.9.5 → 3.9.7
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 +22 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -206,6 +206,8 @@ const ViewHelpMapping = {
|
|
|
206
206
|
};
|
|
207
207
|
const COMPONENT_COORDINATION_TYPES = {
|
|
208
208
|
[ViewType.NEUROGLANCER]: [
|
|
209
|
+
CoordinationType.META_COORDINATION_SCOPES,
|
|
210
|
+
CoordinationType.META_COORDINATION_SCOPES_BY,
|
|
209
211
|
CoordinationType.DATASET,
|
|
210
212
|
CoordinationType.SPATIAL_TARGET_X,
|
|
211
213
|
CoordinationType.SPATIAL_TARGET_Y,
|
|
@@ -227,7 +229,26 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
227
229
|
CoordinationType.OBS_COLOR_ENCODING,
|
|
228
230
|
CoordinationType.EMBEDDING_TYPE,
|
|
229
231
|
CoordinationType.ADDITIONAL_OBS_SETS,
|
|
230
|
-
CoordinationType.TOOLTIPS_VISIBLE
|
|
232
|
+
CoordinationType.TOOLTIPS_VISIBLE,
|
|
233
|
+
CoordinationType.FILE_UID,
|
|
234
|
+
CoordinationType.IMAGE_LAYER,
|
|
235
|
+
CoordinationType.SEGMENTATION_LAYER,
|
|
236
|
+
CoordinationType.IMAGE_CHANNEL,
|
|
237
|
+
CoordinationType.SEGMENTATION_CHANNEL,
|
|
238
|
+
CoordinationType.POINT_LAYER,
|
|
239
|
+
CoordinationType.FEATURE_COLOR,
|
|
240
|
+
CoordinationType.FEATURE_FILTER_MODE,
|
|
241
|
+
CoordinationType.FEATURE_HIGHLIGHT,
|
|
242
|
+
CoordinationType.FEATURE_SELECTION,
|
|
243
|
+
CoordinationType.FEATURE_VALUE_COLORMAP,
|
|
244
|
+
CoordinationType.FEATURE_VALUE_COLORMAP_RANGE,
|
|
245
|
+
CoordinationType.SPATIAL_LAYER_COLOR,
|
|
246
|
+
CoordinationType.SPATIAL_LAYER_OPACITY,
|
|
247
|
+
CoordinationType.SPATIAL_LAYER_VISIBLE,
|
|
248
|
+
CoordinationType.SPATIAL_CHANNEL_COLOR,
|
|
249
|
+
CoordinationType.SPATIAL_CHANNEL_OPACITY,
|
|
250
|
+
CoordinationType.SPATIAL_CHANNEL_VISIBLE,
|
|
251
|
+
CoordinationType.LEGEND_VISIBLE
|
|
231
252
|
],
|
|
232
253
|
[ViewType.SCATTERPLOT]: [
|
|
233
254
|
CoordinationType.DATASET,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/biomarker-select",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.7",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"d3-dsv": "^1.1.1",
|
|
23
23
|
"clsx": "^1.1.1",
|
|
24
24
|
"lodash-es": "^4.17.21",
|
|
25
|
-
"@vitessce/styles": "3.9.
|
|
26
|
-
"@vitessce/
|
|
27
|
-
"@vitessce/
|
|
28
|
-
"@vitessce/types": "3.9.
|
|
25
|
+
"@vitessce/styles": "3.9.7",
|
|
26
|
+
"@vitessce/constants-internal": "3.9.7",
|
|
27
|
+
"@vitessce/vit-s": "3.9.7",
|
|
28
|
+
"@vitessce/types": "3.9.7"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@testing-library/jest-dom": "^6.6.3",
|