@jbrowse/plugin-gccontent 3.0.5 → 3.2.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/LinearGCContentDisplay/shared.d.ts +10 -10
- package/dist/LinearGCContentDisplay/stateModel1.d.ts +10 -10
- package/dist/LinearGCContentDisplay/stateModel2.d.ts +10 -10
- package/esm/LinearGCContentDisplay/shared.d.ts +10 -10
- package/esm/LinearGCContentDisplay/stateModel1.d.ts +10 -10
- package/esm/LinearGCContentDisplay/stateModel2.d.ts +10 -10
- package/package.json +6 -6
|
@@ -258,11 +258,11 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
|
|
|
258
258
|
setCrossHatches(cross: boolean): void;
|
|
259
259
|
} & {
|
|
260
260
|
readonly adapterTypeName: any;
|
|
261
|
-
readonly rendererTypeNameSimple:
|
|
261
|
+
readonly rendererTypeNameSimple: string;
|
|
262
262
|
readonly filters: undefined;
|
|
263
|
-
readonly scaleType:
|
|
264
|
-
readonly maxScore:
|
|
265
|
-
readonly minScore:
|
|
263
|
+
readonly scaleType: string;
|
|
264
|
+
readonly maxScore: number;
|
|
265
|
+
readonly minScore: number;
|
|
266
266
|
} & {
|
|
267
267
|
readonly adapterCapabilities: string[];
|
|
268
268
|
readonly rendererConfig: {
|
|
@@ -276,7 +276,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
|
|
|
276
276
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
|
|
277
277
|
} & import("mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
|
|
278
278
|
} & import("mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>;
|
|
279
|
-
readonly autoscaleType:
|
|
279
|
+
readonly autoscaleType: string;
|
|
280
280
|
} & {
|
|
281
281
|
readonly domain: number[] | undefined;
|
|
282
282
|
} & {
|
|
@@ -289,9 +289,9 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
|
|
|
289
289
|
scoreMin: number;
|
|
290
290
|
scoreMax: number;
|
|
291
291
|
} | undefined;
|
|
292
|
-
autoscaleType:
|
|
293
|
-
scaleType:
|
|
294
|
-
inverted:
|
|
292
|
+
autoscaleType: string;
|
|
293
|
+
scaleType: string;
|
|
294
|
+
inverted: boolean;
|
|
295
295
|
};
|
|
296
296
|
readonly canHaveFill: boolean;
|
|
297
297
|
readonly displayCrossHatchesSetting: boolean;
|
|
@@ -328,7 +328,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
|
|
|
328
328
|
readonly rendererTypeName: string;
|
|
329
329
|
readonly quantitativeStatsRelevantToCurrentZoom: boolean;
|
|
330
330
|
readonly graphType: boolean;
|
|
331
|
-
readonly inverted:
|
|
331
|
+
readonly inverted: boolean;
|
|
332
332
|
} & {
|
|
333
333
|
adapterProps(): any;
|
|
334
334
|
readonly ticks: {
|
|
@@ -374,7 +374,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
|
|
|
374
374
|
} | {
|
|
375
375
|
label: string;
|
|
376
376
|
type: string;
|
|
377
|
-
checked:
|
|
377
|
+
checked: boolean;
|
|
378
378
|
onClick: () => void;
|
|
379
379
|
icon?: undefined;
|
|
380
380
|
subMenu?: undefined;
|
|
@@ -260,11 +260,11 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
260
260
|
setCrossHatches(cross: boolean): void;
|
|
261
261
|
} & {
|
|
262
262
|
readonly adapterTypeName: any;
|
|
263
|
-
readonly rendererTypeNameSimple:
|
|
263
|
+
readonly rendererTypeNameSimple: string;
|
|
264
264
|
readonly filters: undefined;
|
|
265
|
-
readonly scaleType:
|
|
266
|
-
readonly maxScore:
|
|
267
|
-
readonly minScore:
|
|
265
|
+
readonly scaleType: string;
|
|
266
|
+
readonly maxScore: number;
|
|
267
|
+
readonly minScore: number;
|
|
268
268
|
} & {
|
|
269
269
|
readonly adapterCapabilities: string[];
|
|
270
270
|
readonly rendererConfig: {
|
|
@@ -278,7 +278,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
278
278
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
|
|
279
279
|
} & import("mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
|
|
280
280
|
} & import("mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>;
|
|
281
|
-
readonly autoscaleType:
|
|
281
|
+
readonly autoscaleType: string;
|
|
282
282
|
} & {
|
|
283
283
|
readonly domain: number[] | undefined;
|
|
284
284
|
} & {
|
|
@@ -291,9 +291,9 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
291
291
|
scoreMin: number;
|
|
292
292
|
scoreMax: number;
|
|
293
293
|
} | undefined;
|
|
294
|
-
autoscaleType:
|
|
295
|
-
scaleType:
|
|
296
|
-
inverted:
|
|
294
|
+
autoscaleType: string;
|
|
295
|
+
scaleType: string;
|
|
296
|
+
inverted: boolean;
|
|
297
297
|
};
|
|
298
298
|
readonly canHaveFill: boolean;
|
|
299
299
|
readonly displayCrossHatchesSetting: boolean;
|
|
@@ -330,7 +330,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
330
330
|
readonly rendererTypeName: string;
|
|
331
331
|
readonly quantitativeStatsRelevantToCurrentZoom: boolean;
|
|
332
332
|
readonly graphType: boolean;
|
|
333
|
-
readonly inverted:
|
|
333
|
+
readonly inverted: boolean;
|
|
334
334
|
} & {
|
|
335
335
|
adapterProps(): any;
|
|
336
336
|
readonly ticks: {
|
|
@@ -376,7 +376,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
376
376
|
} | {
|
|
377
377
|
label: string;
|
|
378
378
|
type: string;
|
|
379
|
-
checked:
|
|
379
|
+
checked: boolean;
|
|
380
380
|
onClick: () => void;
|
|
381
381
|
icon?: undefined;
|
|
382
382
|
subMenu?: undefined;
|
|
@@ -260,11 +260,11 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
260
260
|
setCrossHatches(cross: boolean): void;
|
|
261
261
|
} & {
|
|
262
262
|
readonly adapterTypeName: any;
|
|
263
|
-
readonly rendererTypeNameSimple:
|
|
263
|
+
readonly rendererTypeNameSimple: string;
|
|
264
264
|
readonly filters: undefined;
|
|
265
|
-
readonly scaleType:
|
|
266
|
-
readonly maxScore:
|
|
267
|
-
readonly minScore:
|
|
265
|
+
readonly scaleType: string;
|
|
266
|
+
readonly maxScore: number;
|
|
267
|
+
readonly minScore: number;
|
|
268
268
|
} & {
|
|
269
269
|
readonly adapterCapabilities: string[];
|
|
270
270
|
readonly rendererConfig: {
|
|
@@ -278,7 +278,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
278
278
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
|
|
279
279
|
} & import("mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
|
|
280
280
|
} & import("mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>;
|
|
281
|
-
readonly autoscaleType:
|
|
281
|
+
readonly autoscaleType: string;
|
|
282
282
|
} & {
|
|
283
283
|
readonly domain: number[] | undefined;
|
|
284
284
|
} & {
|
|
@@ -291,9 +291,9 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
291
291
|
scoreMin: number;
|
|
292
292
|
scoreMax: number;
|
|
293
293
|
} | undefined;
|
|
294
|
-
autoscaleType:
|
|
295
|
-
scaleType:
|
|
296
|
-
inverted:
|
|
294
|
+
autoscaleType: string;
|
|
295
|
+
scaleType: string;
|
|
296
|
+
inverted: boolean;
|
|
297
297
|
};
|
|
298
298
|
readonly canHaveFill: boolean;
|
|
299
299
|
readonly displayCrossHatchesSetting: boolean;
|
|
@@ -330,7 +330,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
330
330
|
readonly rendererTypeName: string;
|
|
331
331
|
readonly quantitativeStatsRelevantToCurrentZoom: boolean;
|
|
332
332
|
readonly graphType: boolean;
|
|
333
|
-
readonly inverted:
|
|
333
|
+
readonly inverted: boolean;
|
|
334
334
|
} & {
|
|
335
335
|
adapterProps(): any;
|
|
336
336
|
readonly ticks: {
|
|
@@ -376,7 +376,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
376
376
|
} | {
|
|
377
377
|
label: string;
|
|
378
378
|
type: string;
|
|
379
|
-
checked:
|
|
379
|
+
checked: boolean;
|
|
380
380
|
onClick: () => void;
|
|
381
381
|
icon?: undefined;
|
|
382
382
|
subMenu?: undefined;
|
|
@@ -258,11 +258,11 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
|
|
|
258
258
|
setCrossHatches(cross: boolean): void;
|
|
259
259
|
} & {
|
|
260
260
|
readonly adapterTypeName: any;
|
|
261
|
-
readonly rendererTypeNameSimple:
|
|
261
|
+
readonly rendererTypeNameSimple: string;
|
|
262
262
|
readonly filters: undefined;
|
|
263
|
-
readonly scaleType:
|
|
264
|
-
readonly maxScore:
|
|
265
|
-
readonly minScore:
|
|
263
|
+
readonly scaleType: string;
|
|
264
|
+
readonly maxScore: number;
|
|
265
|
+
readonly minScore: number;
|
|
266
266
|
} & {
|
|
267
267
|
readonly adapterCapabilities: string[];
|
|
268
268
|
readonly rendererConfig: {
|
|
@@ -276,7 +276,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
|
|
|
276
276
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
|
|
277
277
|
} & import("mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
|
|
278
278
|
} & import("mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>;
|
|
279
|
-
readonly autoscaleType:
|
|
279
|
+
readonly autoscaleType: string;
|
|
280
280
|
} & {
|
|
281
281
|
readonly domain: number[] | undefined;
|
|
282
282
|
} & {
|
|
@@ -289,9 +289,9 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
|
|
|
289
289
|
scoreMin: number;
|
|
290
290
|
scoreMax: number;
|
|
291
291
|
} | undefined;
|
|
292
|
-
autoscaleType:
|
|
293
|
-
scaleType:
|
|
294
|
-
inverted:
|
|
292
|
+
autoscaleType: string;
|
|
293
|
+
scaleType: string;
|
|
294
|
+
inverted: boolean;
|
|
295
295
|
};
|
|
296
296
|
readonly canHaveFill: boolean;
|
|
297
297
|
readonly displayCrossHatchesSetting: boolean;
|
|
@@ -328,7 +328,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
|
|
|
328
328
|
readonly rendererTypeName: string;
|
|
329
329
|
readonly quantitativeStatsRelevantToCurrentZoom: boolean;
|
|
330
330
|
readonly graphType: boolean;
|
|
331
|
-
readonly inverted:
|
|
331
|
+
readonly inverted: boolean;
|
|
332
332
|
} & {
|
|
333
333
|
adapterProps(): any;
|
|
334
334
|
readonly ticks: {
|
|
@@ -374,7 +374,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
|
|
|
374
374
|
} | {
|
|
375
375
|
label: string;
|
|
376
376
|
type: string;
|
|
377
|
-
checked:
|
|
377
|
+
checked: boolean;
|
|
378
378
|
onClick: () => void;
|
|
379
379
|
icon?: undefined;
|
|
380
380
|
subMenu?: undefined;
|
|
@@ -260,11 +260,11 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
260
260
|
setCrossHatches(cross: boolean): void;
|
|
261
261
|
} & {
|
|
262
262
|
readonly adapterTypeName: any;
|
|
263
|
-
readonly rendererTypeNameSimple:
|
|
263
|
+
readonly rendererTypeNameSimple: string;
|
|
264
264
|
readonly filters: undefined;
|
|
265
|
-
readonly scaleType:
|
|
266
|
-
readonly maxScore:
|
|
267
|
-
readonly minScore:
|
|
265
|
+
readonly scaleType: string;
|
|
266
|
+
readonly maxScore: number;
|
|
267
|
+
readonly minScore: number;
|
|
268
268
|
} & {
|
|
269
269
|
readonly adapterCapabilities: string[];
|
|
270
270
|
readonly rendererConfig: {
|
|
@@ -278,7 +278,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
278
278
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
|
|
279
279
|
} & import("mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
|
|
280
280
|
} & import("mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>;
|
|
281
|
-
readonly autoscaleType:
|
|
281
|
+
readonly autoscaleType: string;
|
|
282
282
|
} & {
|
|
283
283
|
readonly domain: number[] | undefined;
|
|
284
284
|
} & {
|
|
@@ -291,9 +291,9 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
291
291
|
scoreMin: number;
|
|
292
292
|
scoreMax: number;
|
|
293
293
|
} | undefined;
|
|
294
|
-
autoscaleType:
|
|
295
|
-
scaleType:
|
|
296
|
-
inverted:
|
|
294
|
+
autoscaleType: string;
|
|
295
|
+
scaleType: string;
|
|
296
|
+
inverted: boolean;
|
|
297
297
|
};
|
|
298
298
|
readonly canHaveFill: boolean;
|
|
299
299
|
readonly displayCrossHatchesSetting: boolean;
|
|
@@ -330,7 +330,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
330
330
|
readonly rendererTypeName: string;
|
|
331
331
|
readonly quantitativeStatsRelevantToCurrentZoom: boolean;
|
|
332
332
|
readonly graphType: boolean;
|
|
333
|
-
readonly inverted:
|
|
333
|
+
readonly inverted: boolean;
|
|
334
334
|
} & {
|
|
335
335
|
adapterProps(): any;
|
|
336
336
|
readonly ticks: {
|
|
@@ -376,7 +376,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
376
376
|
} | {
|
|
377
377
|
label: string;
|
|
378
378
|
type: string;
|
|
379
|
-
checked:
|
|
379
|
+
checked: boolean;
|
|
380
380
|
onClick: () => void;
|
|
381
381
|
icon?: undefined;
|
|
382
382
|
subMenu?: undefined;
|
|
@@ -260,11 +260,11 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
260
260
|
setCrossHatches(cross: boolean): void;
|
|
261
261
|
} & {
|
|
262
262
|
readonly adapterTypeName: any;
|
|
263
|
-
readonly rendererTypeNameSimple:
|
|
263
|
+
readonly rendererTypeNameSimple: string;
|
|
264
264
|
readonly filters: undefined;
|
|
265
|
-
readonly scaleType:
|
|
266
|
-
readonly maxScore:
|
|
267
|
-
readonly minScore:
|
|
265
|
+
readonly scaleType: string;
|
|
266
|
+
readonly maxScore: number;
|
|
267
|
+
readonly minScore: number;
|
|
268
268
|
} & {
|
|
269
269
|
readonly adapterCapabilities: string[];
|
|
270
270
|
readonly rendererConfig: {
|
|
@@ -278,7 +278,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
278
278
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
|
|
279
279
|
} & import("mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
|
|
280
280
|
} & import("mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>;
|
|
281
|
-
readonly autoscaleType:
|
|
281
|
+
readonly autoscaleType: string;
|
|
282
282
|
} & {
|
|
283
283
|
readonly domain: number[] | undefined;
|
|
284
284
|
} & {
|
|
@@ -291,9 +291,9 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
291
291
|
scoreMin: number;
|
|
292
292
|
scoreMax: number;
|
|
293
293
|
} | undefined;
|
|
294
|
-
autoscaleType:
|
|
295
|
-
scaleType:
|
|
296
|
-
inverted:
|
|
294
|
+
autoscaleType: string;
|
|
295
|
+
scaleType: string;
|
|
296
|
+
inverted: boolean;
|
|
297
297
|
};
|
|
298
298
|
readonly canHaveFill: boolean;
|
|
299
299
|
readonly displayCrossHatchesSetting: boolean;
|
|
@@ -330,7 +330,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
330
330
|
readonly rendererTypeName: string;
|
|
331
331
|
readonly quantitativeStatsRelevantToCurrentZoom: boolean;
|
|
332
332
|
readonly graphType: boolean;
|
|
333
|
-
readonly inverted:
|
|
333
|
+
readonly inverted: boolean;
|
|
334
334
|
} & {
|
|
335
335
|
adapterProps(): any;
|
|
336
336
|
readonly ticks: {
|
|
@@ -376,7 +376,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
376
376
|
} | {
|
|
377
377
|
label: string;
|
|
378
378
|
type: string;
|
|
379
|
-
checked:
|
|
379
|
+
checked: boolean;
|
|
380
380
|
onClick: () => void;
|
|
381
381
|
icon?: undefined;
|
|
382
382
|
subMenu?: undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-gccontent",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.2.0",
|
|
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.0
|
|
40
|
-
"@jbrowse/plugin-linear-genome-view": "^3.0
|
|
41
|
-
"@jbrowse/plugin-sequence": "^3.0
|
|
42
|
-
"@jbrowse/plugin-wiggle": "^3.0
|
|
39
|
+
"@jbrowse/core": "^3.2.0",
|
|
40
|
+
"@jbrowse/plugin-linear-genome-view": "^3.2.0",
|
|
41
|
+
"@jbrowse/plugin-sequence": "^3.2.0",
|
|
42
|
+
"@jbrowse/plugin-wiggle": "^3.2.0",
|
|
43
43
|
"@mui/material": "^6.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": "
|
|
58
|
+
"gitHead": "c750e3f56706a490c19ba75abd807fec5e38aebf"
|
|
59
59
|
}
|