@jbrowse/plugin-arc 3.5.0 → 3.6.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.
|
@@ -182,6 +182,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
|
|
|
182
182
|
readonly renderDelay: number;
|
|
183
183
|
readonly TooltipComponent: import("@jbrowse/core/util").AnyReactComponentType;
|
|
184
184
|
readonly selectedFeatureId: string | undefined;
|
|
185
|
+
copyInfoToClipboard(feature: import("@jbrowse/core/util").Feature): void;
|
|
185
186
|
} & {
|
|
186
187
|
readonly features: import("@jbrowse/core/util/compositeMap").default<string, import("@jbrowse/core/util").Feature>;
|
|
187
188
|
readonly featureUnderMouse: import("@jbrowse/core/util").Feature | undefined;
|
|
@@ -182,6 +182,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
|
|
|
182
182
|
readonly renderDelay: number;
|
|
183
183
|
readonly TooltipComponent: import("@jbrowse/core/util").AnyReactComponentType;
|
|
184
184
|
readonly selectedFeatureId: string | undefined;
|
|
185
|
+
copyInfoToClipboard(feature: import("@jbrowse/core/util").Feature): void;
|
|
185
186
|
} & {
|
|
186
187
|
readonly features: import("@jbrowse/core/util/compositeMap").default<string, import("@jbrowse/core/util").Feature>;
|
|
187
188
|
readonly featureUnderMouse: import("@jbrowse/core/util").Feature | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-arc",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "JBrowse 2 arc adapters, tracks, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"clean": "rimraf dist esm *.tsbuildinfo"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@jbrowse/core": "^3.
|
|
40
|
-
"@jbrowse/plugin-linear-genome-view": "^3.
|
|
41
|
-
"@jbrowse/plugin-wiggle": "^3.
|
|
39
|
+
"@jbrowse/core": "^3.6.0",
|
|
40
|
+
"@jbrowse/plugin-linear-genome-view": "^3.6.0",
|
|
41
|
+
"@jbrowse/plugin-wiggle": "^3.6.0",
|
|
42
42
|
"@mui/material": "^7.0.0",
|
|
43
43
|
"mobx": "^6.0.0",
|
|
44
44
|
"mobx-react": "^9.0.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "133a68815ab348d156c18d83cffc997356c3cfbb"
|
|
59
59
|
}
|