@vitessce/config 3.5.5 → 3.5.6
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 +15 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -159,15 +159,23 @@ const CoordinationType = {
|
|
|
159
159
|
HEATMAP_ZOOM_Y: "heatmapZoomY",
|
|
160
160
|
HEATMAP_TARGET_X: "heatmapTargetX",
|
|
161
161
|
HEATMAP_TARGET_Y: "heatmapTargetY",
|
|
162
|
-
OBS_FILTER: "obsFilter",
|
|
163
162
|
OBS_HIGHLIGHT: "obsHighlight",
|
|
163
|
+
OBS_SELECTION: "obsSelection",
|
|
164
164
|
OBS_SET_SELECTION: "obsSetSelection",
|
|
165
|
+
OBS_SELECTION_MODE: "obsSelectionMode",
|
|
166
|
+
OBS_FILTER: "obsFilter",
|
|
167
|
+
OBS_SET_FILTER: "obsSetFilter",
|
|
168
|
+
OBS_FILTER_MODE: "obsFilterMode",
|
|
165
169
|
OBS_SET_HIGHLIGHT: "obsSetHighlight",
|
|
166
170
|
OBS_SET_EXPANSION: "obsSetExpansion",
|
|
167
171
|
OBS_SET_COLOR: "obsSetColor",
|
|
168
|
-
FEATURE_FILTER: "featureFilter",
|
|
169
172
|
FEATURE_HIGHLIGHT: "featureHighlight",
|
|
170
173
|
FEATURE_SELECTION: "featureSelection",
|
|
174
|
+
FEATURE_SET_SELECTION: "featureSetSelection",
|
|
175
|
+
FEATURE_SELECTION_MODE: "featureSelectionMode",
|
|
176
|
+
FEATURE_FILTER: "featureFilter",
|
|
177
|
+
FEATURE_SET_FILTER: "featureSetFilter",
|
|
178
|
+
FEATURE_FILTER_MODE: "featureFilterMode",
|
|
171
179
|
FEATURE_VALUE_COLORMAP: "featureValueColormap",
|
|
172
180
|
FEATURE_VALUE_TRANSFORM: "featureValueTransform",
|
|
173
181
|
FEATURE_VALUE_COLORMAP_RANGE: "featureValueColormapRange",
|
|
@@ -234,7 +242,12 @@ const CoordinationType = {
|
|
|
234
242
|
SPATIAL_CHANNEL_LABEL_SIZE: "spatialChannelLabelSize",
|
|
235
243
|
// Multi-sample / comparative
|
|
236
244
|
SAMPLE_TYPE: "sampleType",
|
|
245
|
+
SAMPLE_SELECTION: "sampleSelection",
|
|
237
246
|
SAMPLE_SET_SELECTION: "sampleSetSelection",
|
|
247
|
+
SAMPLE_SELECTION_MODE: "sampleSelectionMode",
|
|
248
|
+
SAMPLE_FILTER: "sampleFilter",
|
|
249
|
+
SAMPLE_SET_FILTER: "sampleSetFilter",
|
|
250
|
+
SAMPLE_FILTER_MODE: "sampleFilterMode",
|
|
238
251
|
SAMPLE_SET_COLOR: "sampleSetColor",
|
|
239
252
|
EMBEDDING_POINTS_VISIBLE: "embeddingPointsVisible",
|
|
240
253
|
EMBEDDING_CONTOURS_VISIBLE: "embeddingContoursVisible",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/config",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.6",
|
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"dist-tsc"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@vitessce/constants-internal": "3.5.
|
|
20
|
-
"@vitessce/utils": "3.5.
|
|
19
|
+
"@vitessce/constants-internal": "3.5.6",
|
|
20
|
+
"@vitessce/utils": "3.5.6"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"bundle": "pnpm exec vite build -c ../../scripts/vite.config.js",
|