@jbrowse/plugin-gccontent 3.1.0 → 3.3.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.
@@ -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: any;
261
+ readonly rendererTypeNameSimple: string;
262
262
  readonly filters: undefined;
263
- readonly scaleType: any;
264
- readonly maxScore: any;
265
- readonly minScore: any;
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: any;
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: any;
293
- scaleType: any;
294
- inverted: any;
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: any;
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: any;
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: any;
263
+ readonly rendererTypeNameSimple: string;
264
264
  readonly filters: undefined;
265
- readonly scaleType: any;
266
- readonly maxScore: any;
267
- readonly minScore: any;
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: any;
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: any;
295
- scaleType: any;
296
- inverted: any;
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: any;
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: any;
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: any;
263
+ readonly rendererTypeNameSimple: string;
264
264
  readonly filters: undefined;
265
- readonly scaleType: any;
266
- readonly maxScore: any;
267
- readonly minScore: any;
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: any;
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: any;
295
- scaleType: any;
296
- inverted: any;
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: any;
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: any;
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: any;
261
+ readonly rendererTypeNameSimple: string;
262
262
  readonly filters: undefined;
263
- readonly scaleType: any;
264
- readonly maxScore: any;
265
- readonly minScore: any;
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: any;
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: any;
293
- scaleType: any;
294
- inverted: any;
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: any;
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: any;
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: any;
263
+ readonly rendererTypeNameSimple: string;
264
264
  readonly filters: undefined;
265
- readonly scaleType: any;
266
- readonly maxScore: any;
267
- readonly minScore: any;
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: any;
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: any;
295
- scaleType: any;
296
- inverted: any;
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: any;
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: any;
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: any;
263
+ readonly rendererTypeNameSimple: string;
264
264
  readonly filters: undefined;
265
- readonly scaleType: any;
266
- readonly maxScore: any;
267
- readonly minScore: any;
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: any;
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: any;
295
- scaleType: any;
296
- inverted: any;
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: any;
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: any;
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.1.0",
3
+ "version": "3.3.0",
4
4
  "description": "JBrowse 2 gccontent concepts",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -36,11 +36,11 @@
36
36
  "clean": "rimraf dist esm *.tsbuildinfo"
37
37
  },
38
38
  "dependencies": {
39
- "@jbrowse/core": "^3.1.0",
40
- "@jbrowse/plugin-linear-genome-view": "^3.1.0",
41
- "@jbrowse/plugin-sequence": "^3.1.0",
42
- "@jbrowse/plugin-wiggle": "^3.1.0",
43
- "@mui/material": "^6.0.0",
39
+ "@jbrowse/core": "^3.3.0",
40
+ "@jbrowse/plugin-linear-genome-view": "^3.3.0",
41
+ "@jbrowse/plugin-sequence": "^3.3.0",
42
+ "@jbrowse/plugin-wiggle": "^3.3.0",
43
+ "@mui/material": "^7.0.0",
44
44
  "mobx": "^6.0.0",
45
45
  "mobx-react": "^9.0.0",
46
46
  "mobx-state-tree": "^5.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": "91492049ddea0aed90eb24d3c066c2d9f5a6b189"
58
+ "gitHead": "0bb64d8cc7ecdd167515308b31eec3d9acbc59e4"
59
59
  }