@jbrowse/plugin-breakpoint-split-view 3.0.5 → 3.1.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.
|
@@ -56,10 +56,14 @@ export default function stateModelFactory(pluginManager: PluginManager): import(
|
|
|
56
56
|
leftOffset: undefined | import("@jbrowse/plugin-linear-genome-view/src/LinearGenomeView/types").BpOffset;
|
|
57
57
|
rightOffset: undefined | import("@jbrowse/plugin-linear-genome-view/src/LinearGenomeView/types").BpOffset;
|
|
58
58
|
} & {
|
|
59
|
+
readonly pinnedTracks: any[];
|
|
60
|
+
readonly unpinnedTracks: any[];
|
|
59
61
|
readonly trackLabelsSetting: any;
|
|
60
62
|
readonly width: number;
|
|
61
63
|
readonly interRegionPaddingWidth: number;
|
|
62
64
|
readonly assemblyNames: string[];
|
|
65
|
+
readonly stickyViewHeaders: boolean;
|
|
66
|
+
readonly pinnedTracksTop: number;
|
|
63
67
|
} & {
|
|
64
68
|
scaleBarDisplayPrefix(): string | undefined;
|
|
65
69
|
MiniControlsComponent(): React.FC<any>;
|
|
@@ -56,10 +56,14 @@ export default function stateModelFactory(pluginManager: PluginManager): import(
|
|
|
56
56
|
leftOffset: undefined | import("@jbrowse/plugin-linear-genome-view/src/LinearGenomeView/types").BpOffset;
|
|
57
57
|
rightOffset: undefined | import("@jbrowse/plugin-linear-genome-view/src/LinearGenomeView/types").BpOffset;
|
|
58
58
|
} & {
|
|
59
|
+
readonly pinnedTracks: any[];
|
|
60
|
+
readonly unpinnedTracks: any[];
|
|
59
61
|
readonly trackLabelsSetting: any;
|
|
60
62
|
readonly width: number;
|
|
61
63
|
readonly interRegionPaddingWidth: number;
|
|
62
64
|
readonly assemblyNames: string[];
|
|
65
|
+
readonly stickyViewHeaders: boolean;
|
|
66
|
+
readonly pinnedTracksTop: number;
|
|
63
67
|
} & {
|
|
64
68
|
scaleBarDisplayPrefix(): string | undefined;
|
|
65
69
|
MiniControlsComponent(): React.FC<any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-breakpoint-split-view",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "JBrowse 2 breakpoint detail split view",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@gmod/vcf": "^6.0.8",
|
|
40
|
-
"@jbrowse/core": "^3.0
|
|
41
|
-
"@jbrowse/plugin-linear-genome-view": "^3.0
|
|
40
|
+
"@jbrowse/core": "^3.1.0",
|
|
41
|
+
"@jbrowse/plugin-linear-genome-view": "^3.1.0",
|
|
42
42
|
"@mui/icons-material": "^6.0.0",
|
|
43
43
|
"@mui/material": "^6.0.0",
|
|
44
44
|
"@types/file-saver": "^2.0.1",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "91492049ddea0aed90eb24d3c066c2d9f5a6b189"
|
|
62
62
|
}
|