@jbrowse/plugin-dotplot-view 4.0.4 → 4.1.1
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/esm/DotplotView/model.d.ts +1 -1
- package/esm/index.d.ts +1 -1
- package/package.json +7 -6
|
@@ -359,7 +359,7 @@ export default function stateModelFactory(pm: PluginManager): import("@jbrowse/m
|
|
|
359
359
|
} & {
|
|
360
360
|
activateTrackSelector(): import("@jbrowse/core/util").Widget;
|
|
361
361
|
showTrack(trackId: string, initialSnapshot?: {}): any;
|
|
362
|
-
hideTrack(trackId: string):
|
|
362
|
+
hideTrack(trackId: string): 1 | 0;
|
|
363
363
|
toggleTrack(trackId: string): void;
|
|
364
364
|
setAssemblyNames(target: string, query: string): void;
|
|
365
365
|
setViews(arr: SnapshotIn<Base1DViewModel>[]): void;
|
package/esm/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Plugin from '@jbrowse/core/Plugin';
|
|
2
2
|
import type PluginManager from '@jbrowse/core/PluginManager';
|
|
3
|
-
export type { DotplotImportFormSyntenyOption } from './DotplotView/components/ImportForm/TrackSelector';
|
|
3
|
+
export type { DotplotImportFormSyntenyOption } from './DotplotView/components/ImportForm/TrackSelector.ts';
|
|
4
4
|
export default class DotplotPlugin extends Plugin {
|
|
5
5
|
name: string;
|
|
6
6
|
install(pluginManager: PluginManager): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-dotplot-view",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.1",
|
|
4
|
+
"type": "module",
|
|
4
5
|
"description": "JBrowse 2 dotplot view",
|
|
5
6
|
"keywords": [
|
|
6
7
|
"jbrowse",
|
|
@@ -21,15 +22,15 @@
|
|
|
21
22
|
],
|
|
22
23
|
"dependencies": {
|
|
23
24
|
"@jbrowse/mobx-state-tree": "^5.5.0",
|
|
24
|
-
"@mui/icons-material": "^7.3.
|
|
25
|
-
"@mui/material": "^7.3.
|
|
26
|
-
"@mui/x-data-grid": "^8.
|
|
25
|
+
"@mui/icons-material": "^7.3.7",
|
|
26
|
+
"@mui/material": "^7.3.7",
|
|
27
|
+
"@mui/x-data-grid": "^8.26.0",
|
|
27
28
|
"@types/file-saver-es": "^2.0.3",
|
|
28
29
|
"file-saver-es": "^2.0.5",
|
|
29
30
|
"mobx": "^6.15.0",
|
|
30
31
|
"mobx-react": "^9.2.1",
|
|
31
|
-
"@jbrowse/
|
|
32
|
-
"@jbrowse/
|
|
32
|
+
"@jbrowse/core": "^4.1.1",
|
|
33
|
+
"@jbrowse/plugin-alignments": "^4.1.1"
|
|
33
34
|
},
|
|
34
35
|
"peerDependencies": {
|
|
35
36
|
"react": ">=18.0.0",
|