@jbrowse/plugin-variants 3.4.0 → 3.5.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.
- package/dist/LinearVariantDisplay/model.d.ts +1 -1
- package/dist/MultiLinearVariantDisplay/model.d.ts +1 -1
- package/dist/MultiLinearVariantMatrixDisplay/model.d.ts +1 -1
- package/dist/shared/MultiVariantBaseModel.d.ts +1 -1
- package/dist/shared/SharedVariantMixin.d.ts +1 -1
- package/esm/LinearVariantDisplay/model.d.ts +1 -1
- package/esm/MultiLinearVariantDisplay/model.d.ts +1 -1
- package/esm/MultiLinearVariantMatrixDisplay/model.d.ts +1 -1
- package/esm/shared/MultiVariantBaseModel.d.ts +1 -1
- package/esm/shared/SharedVariantMixin.d.ts +1 -1
- package/package.json +7 -7
|
@@ -200,7 +200,7 @@ export default function stateModelFactory(configSchema: AnyConfigurationSchemaTy
|
|
|
200
200
|
} & {
|
|
201
201
|
addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
|
|
202
202
|
deleteBlock(key: string): void;
|
|
203
|
-
selectFeature(feature: Feature):
|
|
203
|
+
selectFeature(feature: Feature): void;
|
|
204
204
|
navToFeature(feature: Feature): void;
|
|
205
205
|
clearFeatureSelection(): void;
|
|
206
206
|
setFeatureIdUnderMouse(feature?: string): void;
|
|
@@ -208,7 +208,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
|
|
|
208
208
|
} & {
|
|
209
209
|
addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
|
|
210
210
|
deleteBlock(key: string): void;
|
|
211
|
-
selectFeature(feature: import("@jbrowse/core/util").Feature):
|
|
211
|
+
selectFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
212
212
|
navToFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
213
213
|
clearFeatureSelection(): void;
|
|
214
214
|
setFeatureIdUnderMouse(feature?: string): void;
|
|
@@ -208,7 +208,7 @@ export default function stateModelFactory(configSchema: AnyConfigurationSchemaTy
|
|
|
208
208
|
} & {
|
|
209
209
|
addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
|
|
210
210
|
deleteBlock(key: string): void;
|
|
211
|
-
selectFeature(feature: import("@jbrowse/core/util").Feature):
|
|
211
|
+
selectFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
212
212
|
navToFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
213
213
|
clearFeatureSelection(): void;
|
|
214
214
|
setFeatureIdUnderMouse(feature?: string): void;
|
|
@@ -205,7 +205,7 @@ export default function MultiVariantBaseModelF(configSchema: AnyConfigurationSch
|
|
|
205
205
|
} & {
|
|
206
206
|
addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
|
|
207
207
|
deleteBlock(key: string): void;
|
|
208
|
-
selectFeature(feature: Feature):
|
|
208
|
+
selectFeature(feature: Feature): void;
|
|
209
209
|
navToFeature(feature: Feature): void;
|
|
210
210
|
clearFeatureSelection(): void;
|
|
211
211
|
setFeatureIdUnderMouse(feature?: string): void;
|
|
@@ -193,7 +193,7 @@ export default function SharedVariantMixin(configSchema: AnyConfigurationSchemaT
|
|
|
193
193
|
} & {
|
|
194
194
|
addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
|
|
195
195
|
deleteBlock(key: string): void;
|
|
196
|
-
selectFeature(feature: Feature):
|
|
196
|
+
selectFeature(feature: Feature): void;
|
|
197
197
|
navToFeature(feature: Feature): void;
|
|
198
198
|
clearFeatureSelection(): void;
|
|
199
199
|
setFeatureIdUnderMouse(feature?: string): void;
|
|
@@ -200,7 +200,7 @@ export default function stateModelFactory(configSchema: AnyConfigurationSchemaTy
|
|
|
200
200
|
} & {
|
|
201
201
|
addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
|
|
202
202
|
deleteBlock(key: string): void;
|
|
203
|
-
selectFeature(feature: Feature):
|
|
203
|
+
selectFeature(feature: Feature): void;
|
|
204
204
|
navToFeature(feature: Feature): void;
|
|
205
205
|
clearFeatureSelection(): void;
|
|
206
206
|
setFeatureIdUnderMouse(feature?: string): void;
|
|
@@ -208,7 +208,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
|
|
|
208
208
|
} & {
|
|
209
209
|
addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
|
|
210
210
|
deleteBlock(key: string): void;
|
|
211
|
-
selectFeature(feature: import("@jbrowse/core/util").Feature):
|
|
211
|
+
selectFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
212
212
|
navToFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
213
213
|
clearFeatureSelection(): void;
|
|
214
214
|
setFeatureIdUnderMouse(feature?: string): void;
|
|
@@ -208,7 +208,7 @@ export default function stateModelFactory(configSchema: AnyConfigurationSchemaTy
|
|
|
208
208
|
} & {
|
|
209
209
|
addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
|
|
210
210
|
deleteBlock(key: string): void;
|
|
211
|
-
selectFeature(feature: import("@jbrowse/core/util").Feature):
|
|
211
|
+
selectFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
212
212
|
navToFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
213
213
|
clearFeatureSelection(): void;
|
|
214
214
|
setFeatureIdUnderMouse(feature?: string): void;
|
|
@@ -205,7 +205,7 @@ export default function MultiVariantBaseModelF(configSchema: AnyConfigurationSch
|
|
|
205
205
|
} & {
|
|
206
206
|
addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
|
|
207
207
|
deleteBlock(key: string): void;
|
|
208
|
-
selectFeature(feature: Feature):
|
|
208
|
+
selectFeature(feature: Feature): void;
|
|
209
209
|
navToFeature(feature: Feature): void;
|
|
210
210
|
clearFeatureSelection(): void;
|
|
211
211
|
setFeatureIdUnderMouse(feature?: string): void;
|
|
@@ -193,7 +193,7 @@ export default function SharedVariantMixin(configSchema: AnyConfigurationSchemaT
|
|
|
193
193
|
} & {
|
|
194
194
|
addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
|
|
195
195
|
deleteBlock(key: string): void;
|
|
196
|
-
selectFeature(feature: Feature):
|
|
196
|
+
selectFeature(feature: Feature): void;
|
|
197
197
|
navToFeature(feature: Feature): void;
|
|
198
198
|
clearFeatureSelection(): void;
|
|
199
199
|
setFeatureIdUnderMouse(feature?: string): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-variants",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "JBrowse 2 variant adapters, tracks, etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@flatten-js/interval-tree": "^1.0.15",
|
|
40
|
-
"@gmod/bgzf-filehandle": "^
|
|
40
|
+
"@gmod/bgzf-filehandle": "^4.0.0",
|
|
41
41
|
"@gmod/tabix": "^3.0.1",
|
|
42
42
|
"@gmod/vcf": "^6.0.8",
|
|
43
|
-
"@jbrowse/core": "^3.
|
|
44
|
-
"@jbrowse/plugin-circular-view": "^3.
|
|
45
|
-
"@jbrowse/plugin-linear-genome-view": "^3.
|
|
46
|
-
"@jbrowse/sv-core": "^3.
|
|
43
|
+
"@jbrowse/core": "^3.5.0",
|
|
44
|
+
"@jbrowse/plugin-circular-view": "^3.5.0",
|
|
45
|
+
"@jbrowse/plugin-linear-genome-view": "^3.5.0",
|
|
46
|
+
"@jbrowse/sv-core": "^3.5.0",
|
|
47
47
|
"@mui/icons-material": "^7.0.0",
|
|
48
48
|
"@mui/material": "^7.0.0",
|
|
49
49
|
"@mui/x-data-grid": "^8.0.0",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"distModule": "esm/index.js",
|
|
64
64
|
"srcModule": "src/index.ts",
|
|
65
65
|
"module": "esm/index.js",
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "8a8aa0aab2229dece106a5715a767e649e2fe92b"
|
|
67
67
|
}
|