@jbrowse/plugin-linear-comparative-view 2.16.1 → 2.17.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.
|
@@ -114,20 +114,8 @@ declare function stateModelFactory(schema: AnyConfigurationSchemaType): import("
|
|
|
114
114
|
noSpacing: import("mobx-state-tree").IMaybe<import("mobx-state-tree").ISimpleType<boolean>>;
|
|
115
115
|
fadeLikelihood: import("mobx-state-tree").IMaybe<import("mobx-state-tree").ISimpleType<boolean>>;
|
|
116
116
|
trackMaxHeight: import("mobx-state-tree").IMaybe<import("mobx-state-tree").ISimpleType<number>>;
|
|
117
|
-
colorBy: import("mobx-state-tree").
|
|
118
|
-
|
|
119
|
-
tag: import("mobx-state-tree").IMaybe<import("mobx-state-tree").ISimpleType<string>>;
|
|
120
|
-
extra: import("mobx-state-tree").IType<any, any, any>;
|
|
121
|
-
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
122
|
-
filterBy: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
123
|
-
flagInclude: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
124
|
-
flagExclude: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
125
|
-
readName: import("mobx-state-tree").IMaybe<import("mobx-state-tree").ISimpleType<string>>;
|
|
126
|
-
tagFilter: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IModelType<{
|
|
127
|
-
tag: import("mobx-state-tree").ISimpleType<string>;
|
|
128
|
-
value: import("mobx-state-tree").IMaybe<import("mobx-state-tree").ISimpleType<string>>;
|
|
129
|
-
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
130
|
-
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
117
|
+
colorBy: import("mobx-state-tree").IType<import("@jbrowse/plugin-alignments/src/shared/types").ColorBy | undefined, import("@jbrowse/plugin-alignments/src/shared/types").ColorBy | undefined, import("@jbrowse/plugin-alignments/src/shared/types").ColorBy | undefined>;
|
|
118
|
+
filterBy: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("@jbrowse/plugin-alignments/src/shared/types").FilterBy, import("@jbrowse/plugin-alignments/src/shared/types").FilterBy, import("@jbrowse/plugin-alignments/src/shared/types").FilterBy>, [undefined]>;
|
|
131
119
|
jexlFilters: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
132
120
|
} & {
|
|
133
121
|
/**
|
|
@@ -274,17 +262,13 @@ declare function stateModelFactory(schema: AnyConfigurationSchemaType): import("
|
|
|
274
262
|
setMaxHeight(n?: number): void;
|
|
275
263
|
setFeatureHeight(n?: number): void;
|
|
276
264
|
setNoSpacing(flag?: boolean): void;
|
|
277
|
-
setColorScheme(colorScheme:
|
|
278
|
-
type: string;
|
|
279
|
-
tag?: string;
|
|
280
|
-
extra?: import("@jbrowse/plugin-alignments/src/shared/color").ExtraColorBy;
|
|
281
|
-
}): void;
|
|
265
|
+
setColorScheme(colorScheme: import("@jbrowse/plugin-alignments/src/shared/types").ColorBy): void;
|
|
282
266
|
updateColorTagMap(uniqueTag: string[]): void;
|
|
283
267
|
setFeatureUnderMouse(feat?: Feature): void;
|
|
284
268
|
selectFeature(feature: Feature): void;
|
|
285
269
|
copyFeatureToClipboard(feature: Feature): void;
|
|
286
270
|
setConfig(conf: import("@jbrowse/core/configuration").AnyConfigurationModel): void;
|
|
287
|
-
setFilterBy(filter: import("@jbrowse/plugin-alignments/src/shared").
|
|
271
|
+
setFilterBy(filter: import("@jbrowse/plugin-alignments/src/shared/types").FilterBy): void;
|
|
288
272
|
setJexlFilters(filters: string[]): void;
|
|
289
273
|
} & {
|
|
290
274
|
readonly rendererConfig: {
|
|
@@ -114,20 +114,8 @@ declare function stateModelFactory(schema: AnyConfigurationSchemaType): import("
|
|
|
114
114
|
noSpacing: import("mobx-state-tree").IMaybe<import("mobx-state-tree").ISimpleType<boolean>>;
|
|
115
115
|
fadeLikelihood: import("mobx-state-tree").IMaybe<import("mobx-state-tree").ISimpleType<boolean>>;
|
|
116
116
|
trackMaxHeight: import("mobx-state-tree").IMaybe<import("mobx-state-tree").ISimpleType<number>>;
|
|
117
|
-
colorBy: import("mobx-state-tree").
|
|
118
|
-
|
|
119
|
-
tag: import("mobx-state-tree").IMaybe<import("mobx-state-tree").ISimpleType<string>>;
|
|
120
|
-
extra: import("mobx-state-tree").IType<any, any, any>;
|
|
121
|
-
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
122
|
-
filterBy: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
123
|
-
flagInclude: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
124
|
-
flagExclude: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
125
|
-
readName: import("mobx-state-tree").IMaybe<import("mobx-state-tree").ISimpleType<string>>;
|
|
126
|
-
tagFilter: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IModelType<{
|
|
127
|
-
tag: import("mobx-state-tree").ISimpleType<string>;
|
|
128
|
-
value: import("mobx-state-tree").IMaybe<import("mobx-state-tree").ISimpleType<string>>;
|
|
129
|
-
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
130
|
-
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
117
|
+
colorBy: import("mobx-state-tree").IType<import("@jbrowse/plugin-alignments/src/shared/types").ColorBy | undefined, import("@jbrowse/plugin-alignments/src/shared/types").ColorBy | undefined, import("@jbrowse/plugin-alignments/src/shared/types").ColorBy | undefined>;
|
|
118
|
+
filterBy: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("@jbrowse/plugin-alignments/src/shared/types").FilterBy, import("@jbrowse/plugin-alignments/src/shared/types").FilterBy, import("@jbrowse/plugin-alignments/src/shared/types").FilterBy>, [undefined]>;
|
|
131
119
|
jexlFilters: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
132
120
|
} & {
|
|
133
121
|
/**
|
|
@@ -274,17 +262,13 @@ declare function stateModelFactory(schema: AnyConfigurationSchemaType): import("
|
|
|
274
262
|
setMaxHeight(n?: number): void;
|
|
275
263
|
setFeatureHeight(n?: number): void;
|
|
276
264
|
setNoSpacing(flag?: boolean): void;
|
|
277
|
-
setColorScheme(colorScheme:
|
|
278
|
-
type: string;
|
|
279
|
-
tag?: string;
|
|
280
|
-
extra?: import("@jbrowse/plugin-alignments/src/shared/color").ExtraColorBy;
|
|
281
|
-
}): void;
|
|
265
|
+
setColorScheme(colorScheme: import("@jbrowse/plugin-alignments/src/shared/types").ColorBy): void;
|
|
282
266
|
updateColorTagMap(uniqueTag: string[]): void;
|
|
283
267
|
setFeatureUnderMouse(feat?: Feature): void;
|
|
284
268
|
selectFeature(feature: Feature): void;
|
|
285
269
|
copyFeatureToClipboard(feature: Feature): void;
|
|
286
270
|
setConfig(conf: import("@jbrowse/core/configuration").AnyConfigurationModel): void;
|
|
287
|
-
setFilterBy(filter: import("@jbrowse/plugin-alignments/src/shared").
|
|
271
|
+
setFilterBy(filter: import("@jbrowse/plugin-alignments/src/shared/types").FilterBy): void;
|
|
288
272
|
setJexlFilters(filters: string[]): void;
|
|
289
273
|
} & {
|
|
290
274
|
readonly rendererConfig: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-linear-comparative-view",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.17.0",
|
|
4
4
|
"description": "JBrowse 2 linear comparative view",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "eed30b5e671f8f7823652d7cecc51aa89226de46"
|
|
65
65
|
}
|