@jbrowse/plugin-sv-inspector 2.7.2 → 2.9.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.
@@ -11,7 +11,6 @@ function defaultOnChordClick(feature, chordTrack, pluginManager) {
11
11
  const session = (0, util_1.getSession)(chordTrack);
12
12
  session.setSelection(feature);
13
13
  const view = (0, util_1.getContainingView)(chordTrack);
14
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
15
14
  const viewType = pluginManager.getViewType('BreakpointSplitView');
16
15
  const viewSnapshot = viewType.snapshotFromBreakendFeature(feature, view);
17
16
  // try to center the offsetPx
@@ -732,7 +732,7 @@ declare function SvInspectorViewF(pluginManager: PluginManager): import("mobx-st
732
732
  setRefName(newRefName: string): void;
733
733
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>[]): void;
734
734
  activateTrackSelector(): import("@jbrowse/core/util").Widget;
735
- toggleTrack(trackId: string): void;
735
+ toggleTrack(trackId: string): boolean;
736
736
  setError(error: unknown): void;
737
737
  showTrack(trackId: string, initialSnapshot?: {}): void;
738
738
  addTrackConf(configuration: {
@@ -6,7 +6,6 @@ function defaultOnChordClick(feature, chordTrack, pluginManager) {
6
6
  const session = getSession(chordTrack);
7
7
  session.setSelection(feature);
8
8
  const view = getContainingView(chordTrack);
9
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
10
9
  const viewType = pluginManager.getViewType('BreakpointSplitView');
11
10
  const viewSnapshot = viewType.snapshotFromBreakendFeature(feature, view);
12
11
  // try to center the offsetPx
@@ -732,7 +732,7 @@ declare function SvInspectorViewF(pluginManager: PluginManager): import("mobx-st
732
732
  setRefName(newRefName: string): void;
733
733
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>[]): void;
734
734
  activateTrackSelector(): import("@jbrowse/core/util").Widget;
735
- toggleTrack(trackId: string): void;
735
+ toggleTrack(trackId: string): boolean;
736
736
  setError(error: unknown): void;
737
737
  showTrack(trackId: string, initialSnapshot?: {}): void;
738
738
  addTrackConf(configuration: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-sv-inspector",
3
- "version": "2.7.2",
3
+ "version": "2.9.0",
4
4
  "description": "JBrowse 2 SV inspector view",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -57,5 +57,5 @@
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "9052b295f2d322e729254457ed9fe2231fb22cce"
60
+ "gitHead": "a50b6f67cf8c8f3c65a7b8cd858de2fcca1f2909"
61
61
  }