@jbrowse/plugin-gccontent 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.
@@ -203,6 +203,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
203
203
  readonly renderDelay: number;
204
204
  readonly TooltipComponent: import("@jbrowse/core/util").AnyReactComponentType;
205
205
  readonly selectedFeatureId: string | undefined;
206
+ copyInfoToClipboard(feature: import("@jbrowse/core/util").Feature): void;
206
207
  } & {
207
208
  readonly features: import("@jbrowse/core/util/compositeMap").default<string, import("@jbrowse/core/util").Feature>;
208
209
  readonly featureUnderMouse: import("@jbrowse/core/util").Feature | undefined;
@@ -212,7 +213,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
212
213
  } & {
213
214
  addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
214
215
  deleteBlock(key: string): void;
215
- selectFeature(feature: import("@jbrowse/core/util").Feature): Promise<void>;
216
+ selectFeature(feature: import("@jbrowse/core/util").Feature): void;
216
217
  navToFeature(feature: import("@jbrowse/core/util").Feature): void;
217
218
  clearFeatureSelection(): void;
218
219
  setFeatureIdUnderMouse(feature?: string): void;
@@ -205,6 +205,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
205
205
  readonly renderDelay: number;
206
206
  readonly TooltipComponent: import("@jbrowse/core/util").AnyReactComponentType;
207
207
  readonly selectedFeatureId: string | undefined;
208
+ copyInfoToClipboard(feature: import("@jbrowse/core/util").Feature): void;
208
209
  } & {
209
210
  readonly features: import("@jbrowse/core/util/compositeMap").default<string, import("@jbrowse/core/util").Feature>;
210
211
  readonly featureUnderMouse: import("@jbrowse/core/util").Feature | undefined;
@@ -214,7 +215,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
214
215
  } & {
215
216
  addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
216
217
  deleteBlock(key: string): void;
217
- selectFeature(feature: import("@jbrowse/core/util").Feature): Promise<void>;
218
+ selectFeature(feature: import("@jbrowse/core/util").Feature): void;
218
219
  navToFeature(feature: import("@jbrowse/core/util").Feature): void;
219
220
  clearFeatureSelection(): void;
220
221
  setFeatureIdUnderMouse(feature?: string): void;
@@ -205,6 +205,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
205
205
  readonly renderDelay: number;
206
206
  readonly TooltipComponent: import("@jbrowse/core/util").AnyReactComponentType;
207
207
  readonly selectedFeatureId: string | undefined;
208
+ copyInfoToClipboard(feature: import("@jbrowse/core/util").Feature): void;
208
209
  } & {
209
210
  readonly features: import("@jbrowse/core/util/compositeMap").default<string, import("@jbrowse/core/util").Feature>;
210
211
  readonly featureUnderMouse: import("@jbrowse/core/util").Feature | undefined;
@@ -214,7 +215,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
214
215
  } & {
215
216
  addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
216
217
  deleteBlock(key: string): void;
217
- selectFeature(feature: import("@jbrowse/core/util").Feature): Promise<void>;
218
+ selectFeature(feature: import("@jbrowse/core/util").Feature): void;
218
219
  navToFeature(feature: import("@jbrowse/core/util").Feature): void;
219
220
  clearFeatureSelection(): void;
220
221
  setFeatureIdUnderMouse(feature?: string): void;
@@ -203,6 +203,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
203
203
  readonly renderDelay: number;
204
204
  readonly TooltipComponent: import("@jbrowse/core/util").AnyReactComponentType;
205
205
  readonly selectedFeatureId: string | undefined;
206
+ copyInfoToClipboard(feature: import("@jbrowse/core/util").Feature): void;
206
207
  } & {
207
208
  readonly features: import("@jbrowse/core/util/compositeMap").default<string, import("@jbrowse/core/util").Feature>;
208
209
  readonly featureUnderMouse: import("@jbrowse/core/util").Feature | undefined;
@@ -212,7 +213,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
212
213
  } & {
213
214
  addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
214
215
  deleteBlock(key: string): void;
215
- selectFeature(feature: import("@jbrowse/core/util").Feature): Promise<void>;
216
+ selectFeature(feature: import("@jbrowse/core/util").Feature): void;
216
217
  navToFeature(feature: import("@jbrowse/core/util").Feature): void;
217
218
  clearFeatureSelection(): void;
218
219
  setFeatureIdUnderMouse(feature?: string): void;
@@ -205,6 +205,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
205
205
  readonly renderDelay: number;
206
206
  readonly TooltipComponent: import("@jbrowse/core/util").AnyReactComponentType;
207
207
  readonly selectedFeatureId: string | undefined;
208
+ copyInfoToClipboard(feature: import("@jbrowse/core/util").Feature): void;
208
209
  } & {
209
210
  readonly features: import("@jbrowse/core/util/compositeMap").default<string, import("@jbrowse/core/util").Feature>;
210
211
  readonly featureUnderMouse: import("@jbrowse/core/util").Feature | undefined;
@@ -214,7 +215,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
214
215
  } & {
215
216
  addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
216
217
  deleteBlock(key: string): void;
217
- selectFeature(feature: import("@jbrowse/core/util").Feature): Promise<void>;
218
+ selectFeature(feature: import("@jbrowse/core/util").Feature): void;
218
219
  navToFeature(feature: import("@jbrowse/core/util").Feature): void;
219
220
  clearFeatureSelection(): void;
220
221
  setFeatureIdUnderMouse(feature?: string): void;
@@ -205,6 +205,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
205
205
  readonly renderDelay: number;
206
206
  readonly TooltipComponent: import("@jbrowse/core/util").AnyReactComponentType;
207
207
  readonly selectedFeatureId: string | undefined;
208
+ copyInfoToClipboard(feature: import("@jbrowse/core/util").Feature): void;
208
209
  } & {
209
210
  readonly features: import("@jbrowse/core/util/compositeMap").default<string, import("@jbrowse/core/util").Feature>;
210
211
  readonly featureUnderMouse: import("@jbrowse/core/util").Feature | undefined;
@@ -214,7 +215,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
214
215
  } & {
215
216
  addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
216
217
  deleteBlock(key: string): void;
217
- selectFeature(feature: import("@jbrowse/core/util").Feature): Promise<void>;
218
+ selectFeature(feature: import("@jbrowse/core/util").Feature): void;
218
219
  navToFeature(feature: import("@jbrowse/core/util").Feature): void;
219
220
  clearFeatureSelection(): void;
220
221
  setFeatureIdUnderMouse(feature?: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-gccontent",
3
- "version": "3.4.0",
3
+ "version": "3.5.1",
4
4
  "description": "JBrowse 2 gccontent concepts",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -36,10 +36,10 @@
36
36
  "clean": "rimraf dist esm *.tsbuildinfo"
37
37
  },
38
38
  "dependencies": {
39
- "@jbrowse/core": "^3.4.0",
40
- "@jbrowse/plugin-linear-genome-view": "^3.4.0",
41
- "@jbrowse/plugin-sequence": "^3.4.0",
42
- "@jbrowse/plugin-wiggle": "^3.4.0",
39
+ "@jbrowse/core": "^3.5.1",
40
+ "@jbrowse/plugin-linear-genome-view": "^3.5.1",
41
+ "@jbrowse/plugin-sequence": "^3.5.1",
42
+ "@jbrowse/plugin-wiggle": "^3.5.1",
43
43
  "@mui/material": "^7.0.0",
44
44
  "mobx": "^6.0.0",
45
45
  "mobx-react": "^9.0.0",
@@ -55,5 +55,5 @@
55
55
  "distModule": "esm/index.js",
56
56
  "srcModule": "src/index.ts",
57
57
  "module": "esm/index.js",
58
- "gitHead": "a9f1ac35fc2dd810bae92cdaf1fc19995bee4413"
58
+ "gitHead": "cb8859da9d838ad2594964777c5c54f385d98f5e"
59
59
  }