@vitessce/vega 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.
Files changed (2) hide show
  1. package/dist/index.js +17 -3
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -49635,7 +49635,8 @@ const ViewType$1 = {
49635
49635
  DOT_PLOT: "dotPlot",
49636
49636
  FEATURE_BAR_PLOT: "featureBarPlot",
49637
49637
  BIOMARKER_SELECT: "biomarkerSelect",
49638
- LINK_CONTROLLER: "linkController"
49638
+ LINK_CONTROLLER: "linkController",
49639
+ DUAL_SCATTERPLOT: "dualScatterplot"
49639
49640
  };
49640
49641
  const DataType$1 = {
49641
49642
  OBS_LABELS: "obsLabels",
@@ -49814,15 +49815,23 @@ const CoordinationType$1 = {
49814
49815
  HEATMAP_ZOOM_Y: "heatmapZoomY",
49815
49816
  HEATMAP_TARGET_X: "heatmapTargetX",
49816
49817
  HEATMAP_TARGET_Y: "heatmapTargetY",
49817
- OBS_FILTER: "obsFilter",
49818
49818
  OBS_HIGHLIGHT: "obsHighlight",
49819
+ OBS_SELECTION: "obsSelection",
49819
49820
  OBS_SET_SELECTION: "obsSetSelection",
49821
+ OBS_SELECTION_MODE: "obsSelectionMode",
49822
+ OBS_FILTER: "obsFilter",
49823
+ OBS_SET_FILTER: "obsSetFilter",
49824
+ OBS_FILTER_MODE: "obsFilterMode",
49820
49825
  OBS_SET_HIGHLIGHT: "obsSetHighlight",
49821
49826
  OBS_SET_EXPANSION: "obsSetExpansion",
49822
49827
  OBS_SET_COLOR: "obsSetColor",
49823
- FEATURE_FILTER: "featureFilter",
49824
49828
  FEATURE_HIGHLIGHT: "featureHighlight",
49825
49829
  FEATURE_SELECTION: "featureSelection",
49830
+ FEATURE_SET_SELECTION: "featureSetSelection",
49831
+ FEATURE_SELECTION_MODE: "featureSelectionMode",
49832
+ FEATURE_FILTER: "featureFilter",
49833
+ FEATURE_SET_FILTER: "featureSetFilter",
49834
+ FEATURE_FILTER_MODE: "featureFilterMode",
49826
49835
  FEATURE_VALUE_COLORMAP: "featureValueColormap",
49827
49836
  FEATURE_VALUE_TRANSFORM: "featureValueTransform",
49828
49837
  FEATURE_VALUE_COLORMAP_RANGE: "featureValueColormapRange",
@@ -49889,7 +49898,12 @@ const CoordinationType$1 = {
49889
49898
  SPATIAL_CHANNEL_LABEL_SIZE: "spatialChannelLabelSize",
49890
49899
  // Multi-sample / comparative
49891
49900
  SAMPLE_TYPE: "sampleType",
49901
+ SAMPLE_SELECTION: "sampleSelection",
49892
49902
  SAMPLE_SET_SELECTION: "sampleSetSelection",
49903
+ SAMPLE_SELECTION_MODE: "sampleSelectionMode",
49904
+ SAMPLE_FILTER: "sampleFilter",
49905
+ SAMPLE_SET_FILTER: "sampleSetFilter",
49906
+ SAMPLE_FILTER_MODE: "sampleFilterMode",
49893
49907
  SAMPLE_SET_COLOR: "sampleSetColor",
49894
49908
  EMBEDDING_POINTS_VISIBLE: "embeddingPointsVisible",
49895
49909
  EMBEDDING_CONTOURS_VISIBLE: "embeddingContoursVisible",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/vega",
3
- "version": "3.5.5",
3
+ "version": "3.5.6",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -22,8 +22,8 @@
22
22
  "vega": "^5.21.0",
23
23
  "vega-lite": "^5.1.1",
24
24
  "vega-tooltip": "^0.27.0",
25
- "@vitessce/tooltip": "3.5.5",
26
- "@vitessce/legend": "3.5.5"
25
+ "@vitessce/tooltip": "3.5.6",
26
+ "@vitessce/legend": "3.5.6"
27
27
  },
28
28
  "devDependencies": {
29
29
  "react": "^18.0.0",