@jbrowse/plugin-circular-view 2.11.1 → 2.11.2
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.
|
@@ -72,7 +72,11 @@ export declare const BaseChordDisplayModel: import("mobx-state-tree").IModelType
|
|
|
72
72
|
readonly viewMenuActions: import("@jbrowse/core/ui").MenuItem[];
|
|
73
73
|
regionCannotBeRendered(): null;
|
|
74
74
|
} & {
|
|
75
|
-
setMessage(arg?: string | undefined): void;
|
|
75
|
+
setMessage(arg?: string | undefined): void; /**
|
|
76
|
+
* #getter
|
|
77
|
+
* returns a string feature ID if the globally-selected object
|
|
78
|
+
* is probably a feature
|
|
79
|
+
*/
|
|
76
80
|
setError(error?: unknown): void;
|
|
77
81
|
setRpcDriverName(rpcDriverName: string): void;
|
|
78
82
|
reload(): void;
|
|
@@ -72,7 +72,11 @@ export declare const BaseChordDisplayModel: import("mobx-state-tree").IModelType
|
|
|
72
72
|
readonly viewMenuActions: import("@jbrowse/core/ui").MenuItem[];
|
|
73
73
|
regionCannotBeRendered(): null;
|
|
74
74
|
} & {
|
|
75
|
-
setMessage(arg?: string | undefined): void;
|
|
75
|
+
setMessage(arg?: string | undefined): void; /**
|
|
76
|
+
* #getter
|
|
77
|
+
* returns a string feature ID if the globally-selected object
|
|
78
|
+
* is probably a feature
|
|
79
|
+
*/
|
|
76
80
|
setError(error?: unknown): void;
|
|
77
81
|
setRpcDriverName(rpcDriverName: string): void;
|
|
78
82
|
reload(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-circular-view",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.2",
|
|
4
4
|
"description": "JBrowse 2 circular view",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"distModule": "esm/index.js",
|
|
58
58
|
"srcModule": "src/index.ts",
|
|
59
59
|
"module": "esm/index.js",
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "511048cb6965f0bf624c96de244e7fd47fce17d6"
|
|
61
61
|
}
|