@jbrowse/plugin-lollipop 3.4.0 → 3.5.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.
|
@@ -181,6 +181,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
|
|
|
181
181
|
readonly renderDelay: number;
|
|
182
182
|
readonly TooltipComponent: import("@jbrowse/core/util").AnyReactComponentType;
|
|
183
183
|
readonly selectedFeatureId: string | undefined;
|
|
184
|
+
copyInfoToClipboard(feature: import("@jbrowse/core/util").Feature): void;
|
|
184
185
|
} & {
|
|
185
186
|
readonly features: import("@jbrowse/core/util/compositeMap").default<string, import("@jbrowse/core/util").Feature>;
|
|
186
187
|
readonly featureUnderMouse: import("@jbrowse/core/util").Feature | undefined;
|
|
@@ -190,7 +191,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
|
|
|
190
191
|
} & {
|
|
191
192
|
addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
|
|
192
193
|
deleteBlock(key: string): void;
|
|
193
|
-
selectFeature(feature: import("@jbrowse/core/util").Feature):
|
|
194
|
+
selectFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
194
195
|
navToFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
195
196
|
clearFeatureSelection(): void;
|
|
196
197
|
setFeatureIdUnderMouse(feature?: string): void;
|
|
@@ -181,6 +181,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
|
|
|
181
181
|
readonly renderDelay: number;
|
|
182
182
|
readonly TooltipComponent: import("@jbrowse/core/util").AnyReactComponentType;
|
|
183
183
|
readonly selectedFeatureId: string | undefined;
|
|
184
|
+
copyInfoToClipboard(feature: import("@jbrowse/core/util").Feature): void;
|
|
184
185
|
} & {
|
|
185
186
|
readonly features: import("@jbrowse/core/util/compositeMap").default<string, import("@jbrowse/core/util").Feature>;
|
|
186
187
|
readonly featureUnderMouse: import("@jbrowse/core/util").Feature | undefined;
|
|
@@ -190,7 +191,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
|
|
|
190
191
|
} & {
|
|
191
192
|
addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
|
|
192
193
|
deleteBlock(key: string): void;
|
|
193
|
-
selectFeature(feature: import("@jbrowse/core/util").Feature):
|
|
194
|
+
selectFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
194
195
|
navToFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
195
196
|
clearFeatureSelection(): void;
|
|
196
197
|
setFeatureIdUnderMouse(feature?: string): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-lollipop",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.1",
|
|
4
4
|
"description": "JBrowse 2 plugin for lollipops",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"clean": "rimraf dist esm *.tsbuildinfo"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@jbrowse/core": "^3.
|
|
40
|
-
"@jbrowse/plugin-linear-genome-view": "^3.
|
|
39
|
+
"@jbrowse/core": "^3.5.1",
|
|
40
|
+
"@jbrowse/plugin-linear-genome-view": "^3.5.1",
|
|
41
41
|
"@mui/material": "^7.0.0",
|
|
42
42
|
"mobx": "^6.0.0",
|
|
43
43
|
"mobx-react": "^9.0.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "cb8859da9d838ad2594964777c5c54f385d98f5e"
|
|
56
56
|
}
|