@jbrowse/plugin-sequence 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.
|
@@ -70,34 +70,32 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
70
70
|
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
71
71
|
maxFeatureScreenDensity: {
|
|
72
72
|
type: string;
|
|
73
|
-
description: string;
|
|
74
|
-
* #property
|
|
75
|
-
*/
|
|
73
|
+
description: string;
|
|
76
74
|
defaultValue: number;
|
|
77
75
|
};
|
|
78
76
|
fetchSizeLimit: {
|
|
79
|
-
type: string;
|
|
80
|
-
* #property
|
|
81
|
-
*/
|
|
77
|
+
type: string;
|
|
82
78
|
defaultValue: number;
|
|
83
79
|
description: string;
|
|
84
|
-
};
|
|
80
|
+
}; /**
|
|
81
|
+
* #property
|
|
82
|
+
*/
|
|
85
83
|
height: {
|
|
86
84
|
type: string;
|
|
87
|
-
defaultValue: number;
|
|
88
|
-
* #property
|
|
89
|
-
*/
|
|
85
|
+
defaultValue: number;
|
|
90
86
|
description: string;
|
|
91
87
|
};
|
|
92
88
|
mouseover: {
|
|
93
89
|
type: string;
|
|
94
90
|
description: string;
|
|
95
|
-
/**
|
|
96
|
-
* #getter
|
|
97
|
-
*/
|
|
98
91
|
defaultValue: string;
|
|
99
92
|
contextVariable: string[];
|
|
100
93
|
};
|
|
94
|
+
jexlFilters: {
|
|
95
|
+
type: string;
|
|
96
|
+
description: string;
|
|
97
|
+
defaultValue: never[];
|
|
98
|
+
};
|
|
101
99
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
|
|
102
100
|
} & {
|
|
103
101
|
type: import("mobx-state-tree").ISimpleType<"LinearReferenceSequenceDisplay">;
|
|
@@ -227,6 +225,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
227
225
|
addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
|
|
228
226
|
deleteBlock(key: string): void;
|
|
229
227
|
selectFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
228
|
+
navToFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
230
229
|
clearFeatureSelection(): void;
|
|
231
230
|
setFeatureIdUnderMouse(feature?: string | undefined): void;
|
|
232
231
|
setContextMenuFeature(feature?: import("@jbrowse/core/util").Feature | undefined): void;
|
|
@@ -355,34 +354,32 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
355
354
|
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
356
355
|
maxFeatureScreenDensity: {
|
|
357
356
|
type: string;
|
|
358
|
-
description: string;
|
|
359
|
-
* #property
|
|
360
|
-
*/
|
|
357
|
+
description: string;
|
|
361
358
|
defaultValue: number;
|
|
362
359
|
};
|
|
363
360
|
fetchSizeLimit: {
|
|
364
|
-
type: string;
|
|
365
|
-
* #property
|
|
366
|
-
*/
|
|
361
|
+
type: string;
|
|
367
362
|
defaultValue: number;
|
|
368
363
|
description: string;
|
|
369
|
-
};
|
|
364
|
+
}; /**
|
|
365
|
+
* #property
|
|
366
|
+
*/
|
|
370
367
|
height: {
|
|
371
368
|
type: string;
|
|
372
|
-
defaultValue: number;
|
|
373
|
-
* #property
|
|
374
|
-
*/
|
|
369
|
+
defaultValue: number;
|
|
375
370
|
description: string;
|
|
376
371
|
};
|
|
377
372
|
mouseover: {
|
|
378
373
|
type: string;
|
|
379
374
|
description: string;
|
|
380
|
-
/**
|
|
381
|
-
* #getter
|
|
382
|
-
*/
|
|
383
375
|
defaultValue: string;
|
|
384
376
|
contextVariable: string[];
|
|
385
377
|
};
|
|
378
|
+
jexlFilters: {
|
|
379
|
+
type: string;
|
|
380
|
+
description: string;
|
|
381
|
+
defaultValue: never[];
|
|
382
|
+
};
|
|
386
383
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
|
|
387
384
|
}>> & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree")._NotCustomized, {
|
|
388
385
|
type: string;
|
|
@@ -70,34 +70,32 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
70
70
|
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
71
71
|
maxFeatureScreenDensity: {
|
|
72
72
|
type: string;
|
|
73
|
-
description: string;
|
|
74
|
-
* #property
|
|
75
|
-
*/
|
|
73
|
+
description: string;
|
|
76
74
|
defaultValue: number;
|
|
77
75
|
};
|
|
78
76
|
fetchSizeLimit: {
|
|
79
|
-
type: string;
|
|
80
|
-
* #property
|
|
81
|
-
*/
|
|
77
|
+
type: string;
|
|
82
78
|
defaultValue: number;
|
|
83
79
|
description: string;
|
|
84
|
-
};
|
|
80
|
+
}; /**
|
|
81
|
+
* #property
|
|
82
|
+
*/
|
|
85
83
|
height: {
|
|
86
84
|
type: string;
|
|
87
|
-
defaultValue: number;
|
|
88
|
-
* #property
|
|
89
|
-
*/
|
|
85
|
+
defaultValue: number;
|
|
90
86
|
description: string;
|
|
91
87
|
};
|
|
92
88
|
mouseover: {
|
|
93
89
|
type: string;
|
|
94
90
|
description: string;
|
|
95
|
-
/**
|
|
96
|
-
* #getter
|
|
97
|
-
*/
|
|
98
91
|
defaultValue: string;
|
|
99
92
|
contextVariable: string[];
|
|
100
93
|
};
|
|
94
|
+
jexlFilters: {
|
|
95
|
+
type: string;
|
|
96
|
+
description: string;
|
|
97
|
+
defaultValue: never[];
|
|
98
|
+
};
|
|
101
99
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
|
|
102
100
|
} & {
|
|
103
101
|
type: import("mobx-state-tree").ISimpleType<"LinearReferenceSequenceDisplay">;
|
|
@@ -227,6 +225,7 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
227
225
|
addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
|
|
228
226
|
deleteBlock(key: string): void;
|
|
229
227
|
selectFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
228
|
+
navToFeature(feature: import("@jbrowse/core/util").Feature): void;
|
|
230
229
|
clearFeatureSelection(): void;
|
|
231
230
|
setFeatureIdUnderMouse(feature?: string | undefined): void;
|
|
232
231
|
setContextMenuFeature(feature?: import("@jbrowse/core/util").Feature | undefined): void;
|
|
@@ -355,34 +354,32 @@ export declare function modelFactory(configSchema: AnyConfigurationSchemaType):
|
|
|
355
354
|
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
356
355
|
maxFeatureScreenDensity: {
|
|
357
356
|
type: string;
|
|
358
|
-
description: string;
|
|
359
|
-
* #property
|
|
360
|
-
*/
|
|
357
|
+
description: string;
|
|
361
358
|
defaultValue: number;
|
|
362
359
|
};
|
|
363
360
|
fetchSizeLimit: {
|
|
364
|
-
type: string;
|
|
365
|
-
* #property
|
|
366
|
-
*/
|
|
361
|
+
type: string;
|
|
367
362
|
defaultValue: number;
|
|
368
363
|
description: string;
|
|
369
|
-
};
|
|
364
|
+
}; /**
|
|
365
|
+
* #property
|
|
366
|
+
*/
|
|
370
367
|
height: {
|
|
371
368
|
type: string;
|
|
372
|
-
defaultValue: number;
|
|
373
|
-
* #property
|
|
374
|
-
*/
|
|
369
|
+
defaultValue: number;
|
|
375
370
|
description: string;
|
|
376
371
|
};
|
|
377
372
|
mouseover: {
|
|
378
373
|
type: string;
|
|
379
374
|
description: string;
|
|
380
|
-
/**
|
|
381
|
-
* #getter
|
|
382
|
-
*/
|
|
383
375
|
defaultValue: string;
|
|
384
376
|
contextVariable: string[];
|
|
385
377
|
};
|
|
378
|
+
jexlFilters: {
|
|
379
|
+
type: string;
|
|
380
|
+
description: string;
|
|
381
|
+
defaultValue: never[];
|
|
382
|
+
};
|
|
386
383
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
|
|
387
384
|
}>> & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree")._NotCustomized, {
|
|
388
385
|
type: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-sequence",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.2",
|
|
4
4
|
"description": "JBrowse 2 sequence adapters, tracks, etc.",
|
|
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
|
}
|