@jbrowse/plugin-sv-inspector 4.1.1 → 4.1.3
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.
|
@@ -177,8 +177,8 @@ declare function SvInspectorViewF(pluginManager: PluginManager): import("@jbrows
|
|
|
177
177
|
visibleColumns: Record<string, boolean>;
|
|
178
178
|
};
|
|
179
179
|
height: number;
|
|
180
|
-
id: string;
|
|
181
180
|
type: "SpreadsheetView";
|
|
181
|
+
id: string;
|
|
182
182
|
displayName: string | undefined;
|
|
183
183
|
minimized: boolean;
|
|
184
184
|
offsetPx: number;
|
|
@@ -193,8 +193,8 @@ declare function SvInspectorViewF(pluginManager: PluginManager): import("@jbrows
|
|
|
193
193
|
cachedFileLocation: import("@jbrowse/mobx-state-tree").IType<import("@jbrowse/core/util").FileLocation | undefined, import("@jbrowse/core/util").FileLocation | undefined, import("@jbrowse/core/util").FileLocation | undefined>;
|
|
194
194
|
}>;
|
|
195
195
|
height: number;
|
|
196
|
-
id: string;
|
|
197
196
|
type: "SpreadsheetView";
|
|
197
|
+
id: string;
|
|
198
198
|
displayName: string | undefined;
|
|
199
199
|
minimized: boolean;
|
|
200
200
|
offsetPx: number;
|
|
@@ -551,8 +551,8 @@ declare function SvInspectorViewF(pluginManager: PluginManager): import("@jbrows
|
|
|
551
551
|
afterAttach(): void;
|
|
552
552
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, Omit<{
|
|
553
553
|
height: number;
|
|
554
|
-
id: string;
|
|
555
554
|
type: "SvInspectorView";
|
|
555
|
+
id: string;
|
|
556
556
|
displayName: string | undefined;
|
|
557
557
|
minimized: boolean;
|
|
558
558
|
onlyDisplayRelevantRegionsInCircularView: boolean;
|
|
@@ -572,8 +572,8 @@ declare function SvInspectorViewF(pluginManager: PluginManager): import("@jbrows
|
|
|
572
572
|
visibleColumns: Record<string, boolean>;
|
|
573
573
|
};
|
|
574
574
|
height: number;
|
|
575
|
-
id: string;
|
|
576
575
|
type: "SpreadsheetView";
|
|
576
|
+
id: string;
|
|
577
577
|
displayName: string | undefined;
|
|
578
578
|
minimized: boolean;
|
|
579
579
|
offsetPx: number;
|
|
@@ -588,8 +588,8 @@ declare function SvInspectorViewF(pluginManager: PluginManager): import("@jbrows
|
|
|
588
588
|
cachedFileLocation: import("@jbrowse/mobx-state-tree").IType<import("@jbrowse/core/util").FileLocation | undefined, import("@jbrowse/core/util").FileLocation | undefined, import("@jbrowse/core/util").FileLocation | undefined>;
|
|
589
589
|
}>;
|
|
590
590
|
height: number;
|
|
591
|
-
id: string;
|
|
592
591
|
type: "SpreadsheetView";
|
|
592
|
+
id: string;
|
|
593
593
|
displayName: string | undefined;
|
|
594
594
|
minimized: boolean;
|
|
595
595
|
offsetPx: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-sv-inspector",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "JBrowse 2 SV inspector view",
|
|
6
6
|
"keywords": [
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"@mui/material": "^7.3.7",
|
|
27
27
|
"mobx": "^6.15.0",
|
|
28
28
|
"mobx-react": "^9.2.1",
|
|
29
|
-
"@jbrowse/core": "^4.1.
|
|
30
|
-
"@jbrowse/plugin-circular-view": "^4.1.
|
|
31
|
-
"@jbrowse/plugin-spreadsheet-view": "^4.1.
|
|
32
|
-
"@jbrowse/sv-core": "^4.1.
|
|
29
|
+
"@jbrowse/core": "^4.1.3",
|
|
30
|
+
"@jbrowse/plugin-circular-view": "^4.1.3",
|
|
31
|
+
"@jbrowse/plugin-spreadsheet-view": "^4.1.3",
|
|
32
|
+
"@jbrowse/sv-core": "^4.1.3"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": ">=18.0.0",
|