@jbrowse/plugin-alignments 4.1.3 → 4.1.5

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.
@@ -1 +1 @@
1
- export declare const configSchema: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{}, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
1
+ export declare const configSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
@@ -33,7 +33,7 @@ export declare function stateModelFactory(pluginManager: PluginManager): import(
33
33
  readonly hasExon: boolean | undefined;
34
34
  readonly hasExonOrCDS: boolean | undefined;
35
35
  } & {
36
- afterAttach(): void;
36
+ afterCreate(): void;
37
37
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>, [undefined]>;
38
38
  descriptions: import("@jbrowse/mobx-state-tree").IType<Record<string, unknown> | undefined, Record<string, unknown> | undefined, Record<string, unknown> | undefined>;
39
39
  } & {
@@ -83,7 +83,7 @@ export declare function stateModelFactory(pluginManager: PluginManager): import(
83
83
  readonly hasExon: boolean | undefined;
84
84
  readonly hasExonOrCDS: boolean | undefined;
85
85
  } & {
86
- afterAttach(): void;
86
+ afterCreate(): void;
87
87
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>, [undefined]>;
88
88
  descriptions: import("@jbrowse/mobx-state-tree").IType<Record<string, unknown> | undefined, Record<string, unknown> | undefined, Record<string, unknown> | undefined>;
89
89
  }>> & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & import("@jbrowse/mobx-state-tree")._NotCustomized, {
@@ -1,5 +1,5 @@
1
1
  import type PluginManager from '@jbrowse/core/PluginManager';
2
- export default function configSchemaFactory(pluginManager: PluginManager): import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{}, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
2
+ export default function configSchemaFactory(pluginManager: PluginManager): import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
3
3
  name: {
4
4
  description: string;
5
5
  type: string;
@@ -31,7 +31,7 @@ export default function configSchemaFactory(pluginManager: PluginManager): impor
31
31
  defaultValue: string;
32
32
  };
33
33
  adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
34
- textSearching: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
34
+ textSearching: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
35
35
  indexingAttributes: {
36
36
  type: string;
37
37
  description: string;
@@ -43,9 +43,9 @@ export default function configSchemaFactory(pluginManager: PluginManager): impor
43
43
  defaultValue: string[];
44
44
  };
45
45
  textSearchAdapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
46
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
46
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
47
47
  displays: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
48
- formatDetails: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
48
+ formatDetails: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
49
49
  feature: {
50
50
  type: string;
51
51
  description: string;
@@ -68,8 +68,8 @@ export default function configSchemaFactory(pluginManager: PluginManager): impor
68
68
  defaultValue: number;
69
69
  description: string;
70
70
  };
71
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
72
- formatAbout: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
71
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
72
+ formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
73
73
  config: {
74
74
  type: string;
75
75
  description: string;
@@ -80,5 +80,5 @@ export default function configSchemaFactory(pluginManager: PluginManager): impor
80
80
  type: string;
81
81
  defaultValue: boolean;
82
82
  };
83
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
84
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "trackId">>, undefined>>;
83
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
84
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "trackId">>, undefined>>;
@@ -1,4 +1,4 @@
1
- declare const configSchema: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
1
+ declare const configSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
2
2
  bamLocation: {
3
3
  type: string;
4
4
  defaultValue: {
@@ -6,7 +6,7 @@ declare const configSchema: import("node_modules/@jbrowse/core/src/configuration
6
6
  locationType: string;
7
7
  };
8
8
  };
9
- index: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
9
+ index: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
10
10
  indexType: {
11
11
  model: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
12
12
  type: string;
@@ -19,11 +19,11 @@ declare const configSchema: import("node_modules/@jbrowse/core/src/configuration
19
19
  locationType: string;
20
20
  };
21
21
  };
22
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
22
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
23
23
  fetchSizeLimit: {
24
24
  type: string;
25
25
  description: string;
26
26
  defaultValue: number;
27
27
  };
28
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
28
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
29
29
  export default configSchema;
@@ -1,4 +1,4 @@
1
- declare const configSchema: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
1
+ declare const configSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
2
2
  fetchSizeLimit: {
3
3
  type: string;
4
4
  description: string;
@@ -18,5 +18,5 @@ declare const configSchema: import("node_modules/@jbrowse/core/src/configuration
18
18
  locationType: string;
19
19
  };
20
20
  };
21
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
21
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
22
22
  export default configSchema;
@@ -1,4 +1,4 @@
1
- declare const HtsgetBamAdapter: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
1
+ declare const HtsgetBamAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
2
2
  htsgetBase: {
3
3
  type: string;
4
4
  description: string;
@@ -9,5 +9,5 @@ declare const HtsgetBamAdapter: import("node_modules/@jbrowse/core/src/configura
9
9
  description: string;
10
10
  defaultValue: string;
11
11
  };
12
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
12
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
13
13
  export default HtsgetBamAdapter;
@@ -1,12 +1,12 @@
1
1
  import type PluginManager from '@jbrowse/core/PluginManager';
2
- export default function configModelFactory(pluginManager: PluginManager): import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
2
+ export default function configModelFactory(pluginManager: PluginManager): import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
3
3
  pileupDisplay: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
4
4
  snpCoverageDisplay: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
5
5
  height: {
6
6
  type: string;
7
7
  defaultValue: number;
8
8
  };
9
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
9
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
10
10
  maxFeatureScreenDensity: {
11
11
  type: string;
12
12
  description: string;
@@ -33,4 +33,4 @@ export default function configModelFactory(pluginManager: PluginManager): import
33
33
  description: string;
34
34
  defaultValue: never[];
35
35
  };
36
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>;
36
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>;
@@ -38,6 +38,7 @@ export declare function SharedLinearPileupDisplayMixin(configSchema: AnyConfigur
38
38
  statusMessage?: string;
39
39
  reactElement?: React.ReactElement;
40
40
  isRenderingPending?: boolean;
41
+ displayHeight?: number;
41
42
  };
42
43
  }) => import("react/jsx-runtime").JSX.Element;
43
44
  renderProps: any;
@@ -56,10 +57,11 @@ export declare function SharedLinearPileupDisplayMixin(configSchema: AnyConfigur
56
57
  beforeDestroy(): void;
57
58
  } & {
58
59
  readonly statusMessage: any;
60
+ readonly displayHeight: number | undefined;
59
61
  } & {
60
62
  afterAttach(): void;
61
63
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
62
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
64
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
63
65
  maxFeatureScreenDensity: {
64
66
  type: string;
65
67
  description: string;
@@ -86,7 +88,7 @@ export declare function SharedLinearPileupDisplayMixin(configSchema: AnyConfigur
86
88
  description: string;
87
89
  defaultValue: never[];
88
90
  };
89
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "displayId">>;
91
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
90
92
  showLegend: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
91
93
  showTooltips: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
92
94
  } & {
@@ -389,6 +391,7 @@ export declare function SharedLinearPileupDisplayMixin(configSchema: AnyConfigur
389
391
  statusMessage?: string;
390
392
  reactElement?: React.ReactElement;
391
393
  isRenderingPending?: boolean;
394
+ displayHeight?: number;
392
395
  };
393
396
  }) => import("react/jsx-runtime").JSX.Element;
394
397
  renderProps: any;
@@ -407,6 +410,7 @@ export declare function SharedLinearPileupDisplayMixin(configSchema: AnyConfigur
407
410
  beforeDestroy(): void;
408
411
  } & {
409
412
  readonly statusMessage: any;
413
+ readonly displayHeight: number | undefined;
410
414
  } & {
411
415
  afterAttach(): void;
412
416
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>> & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IMapType<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -433,6 +437,7 @@ export declare function SharedLinearPileupDisplayMixin(configSchema: AnyConfigur
433
437
  statusMessage?: string;
434
438
  reactElement?: React.ReactElement;
435
439
  isRenderingPending?: boolean;
440
+ displayHeight?: number;
436
441
  };
437
442
  }) => import("react/jsx-runtime").JSX.Element;
438
443
  renderProps: any;
@@ -451,6 +456,7 @@ export declare function SharedLinearPileupDisplayMixin(configSchema: AnyConfigur
451
456
  beforeDestroy(): void;
452
457
  } & {
453
458
  readonly statusMessage: any;
459
+ readonly displayHeight: number | undefined;
454
460
  } & {
455
461
  afterAttach(): void;
456
462
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>>;
@@ -464,7 +470,7 @@ export declare function SharedLinearPileupDisplayMixin(configSchema: AnyConfigur
464
470
  [x: string]: any;
465
471
  } & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
466
472
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
467
- } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
473
+ } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
468
474
  maxFeatureScreenDensity: {
469
475
  type: string;
470
476
  description: string;
@@ -491,7 +497,7 @@ export declare function SharedLinearPileupDisplayMixin(configSchema: AnyConfigur
491
497
  description: string;
492
498
  defaultValue: never[];
493
499
  };
494
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "displayId">>>;
500
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>>;
495
501
  showLegend: boolean | undefined;
496
502
  showTooltips: boolean | undefined;
497
503
  } & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
@@ -781,6 +787,7 @@ export declare function SharedLinearPileupDisplayMixin(configSchema: AnyConfigur
781
787
  statusMessage?: string;
782
788
  reactElement?: React.ReactElement;
783
789
  isRenderingPending?: boolean;
790
+ displayHeight?: number;
784
791
  };
785
792
  }) => import("react/jsx-runtime").JSX.Element;
786
793
  renderProps: any;
@@ -799,10 +806,11 @@ export declare function SharedLinearPileupDisplayMixin(configSchema: AnyConfigur
799
806
  beforeDestroy(): void;
800
807
  } & {
801
808
  readonly statusMessage: any;
809
+ readonly displayHeight: number | undefined;
802
810
  } & {
803
811
  afterAttach(): void;
804
812
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
805
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
813
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
806
814
  maxFeatureScreenDensity: {
807
815
  type: string;
808
816
  description: string;
@@ -829,7 +837,7 @@ export declare function SharedLinearPileupDisplayMixin(configSchema: AnyConfigur
829
837
  description: string;
830
838
  defaultValue: never[];
831
839
  };
832
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "displayId">>;
840
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
833
841
  showLegend: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
834
842
  showTooltips: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
835
843
  }, {
@@ -1375,6 +1383,7 @@ export declare function SharedLinearPileupDisplayMixin(configSchema: AnyConfigur
1375
1383
  statusMessage?: string;
1376
1384
  reactElement?: React.ReactElement;
1377
1385
  isRenderingPending?: boolean;
1386
+ displayHeight?: number;
1378
1387
  };
1379
1388
  }) => import("react/jsx-runtime").JSX.Element;
1380
1389
  renderProps: any;
@@ -1393,10 +1402,11 @@ export declare function SharedLinearPileupDisplayMixin(configSchema: AnyConfigur
1393
1402
  beforeDestroy(): void;
1394
1403
  } & {
1395
1404
  readonly statusMessage: any;
1405
+ readonly displayHeight: number | undefined;
1396
1406
  } & {
1397
1407
  afterAttach(): void;
1398
1408
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
1399
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
1409
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
1400
1410
  maxFeatureScreenDensity: {
1401
1411
  type: string;
1402
1412
  description: string;
@@ -1423,7 +1433,7 @@ export declare function SharedLinearPileupDisplayMixin(configSchema: AnyConfigur
1423
1433
  description: string;
1424
1434
  defaultValue: never[];
1425
1435
  };
1426
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "displayId">>;
1436
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
1427
1437
  showLegend: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
1428
1438
  showTooltips: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
1429
1439
  } & {
@@ -1472,6 +1482,7 @@ export declare function SharedLinearPileupDisplayMixin(configSchema: AnyConfigur
1472
1482
  statusMessage?: string;
1473
1483
  reactElement?: React.ReactElement;
1474
1484
  isRenderingPending?: boolean;
1485
+ displayHeight?: number;
1475
1486
  };
1476
1487
  }) => import("react/jsx-runtime").JSX.Element;
1477
1488
  renderProps: any;
@@ -1490,10 +1501,11 @@ export declare function SharedLinearPileupDisplayMixin(configSchema: AnyConfigur
1490
1501
  beforeDestroy(): void;
1491
1502
  } & {
1492
1503
  readonly statusMessage: any;
1504
+ readonly displayHeight: number | undefined;
1493
1505
  } & {
1494
1506
  afterAttach(): void;
1495
1507
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
1496
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
1508
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
1497
1509
  maxFeatureScreenDensity: {
1498
1510
  type: string;
1499
1511
  description: string;
@@ -1520,7 +1532,7 @@ export declare function SharedLinearPileupDisplayMixin(configSchema: AnyConfigur
1520
1532
  description: string;
1521
1533
  defaultValue: never[];
1522
1534
  };
1523
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "displayId">>;
1535
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
1524
1536
  showLegend: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
1525
1537
  showTooltips: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
1526
1538
  } & {
@@ -1,13 +1,13 @@
1
1
  import type PluginManager from '@jbrowse/core/PluginManager';
2
- declare function configSchemaF(pluginManager: PluginManager): import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
2
+ declare function configSchemaF(pluginManager: PluginManager): import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
3
3
  defaultRendering: {
4
4
  type: string;
5
5
  model: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
6
6
  defaultValue: string;
7
7
  };
8
- renderers: import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
8
+ renderers: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
9
9
  PileupRenderer: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
10
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, undefined>>;
10
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
11
11
  maxFeatureScreenDensity: {
12
12
  type: string;
13
13
  description: string;
@@ -28,9 +28,9 @@ declare function configSchemaF(pluginManager: PluginManager): import("node_modul
28
28
  flagExclude: number;
29
29
  };
30
30
  };
31
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
31
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
32
32
  renderer: import("@jbrowse/mobx-state-tree").IAnyModelType;
33
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
33
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
34
34
  maxFeatureScreenDensity: {
35
35
  type: string;
36
36
  description: string;
@@ -57,5 +57,5 @@ declare function configSchemaF(pluginManager: PluginManager): import("node_modul
57
57
  description: string;
58
58
  defaultValue: never[];
59
59
  };
60
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>, undefined>>;
60
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>, undefined>>;
61
61
  export default configSchemaF;
@@ -35,6 +35,7 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
35
35
  statusMessage?: string;
36
36
  reactElement?: React.ReactElement;
37
37
  isRenderingPending?: boolean;
38
+ displayHeight?: number;
38
39
  };
39
40
  }) => import("react/jsx-runtime").JSX.Element;
40
41
  renderProps: any;
@@ -53,10 +54,11 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
53
54
  beforeDestroy(): void;
54
55
  } & {
55
56
  readonly statusMessage: any;
57
+ readonly displayHeight: number | undefined;
56
58
  } & {
57
59
  afterAttach(): void;
58
60
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
59
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
61
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
60
62
  maxFeatureScreenDensity: {
61
63
  type: string;
62
64
  description: string;
@@ -83,7 +85,7 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
83
85
  description: string;
84
86
  defaultValue: never[];
85
87
  };
86
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "displayId">>;
88
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
87
89
  showLegend: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
88
90
  showTooltips: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
89
91
  } & {
@@ -392,6 +394,7 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
392
394
  statusMessage?: string;
393
395
  reactElement?: React.ReactElement;
394
396
  isRenderingPending?: boolean;
397
+ displayHeight?: number;
395
398
  };
396
399
  }) => import("react/jsx-runtime").JSX.Element;
397
400
  renderProps: any;
@@ -410,6 +413,7 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
410
413
  beforeDestroy(): void;
411
414
  } & {
412
415
  readonly statusMessage: any;
416
+ readonly displayHeight: number | undefined;
413
417
  } & {
414
418
  afterAttach(): void;
415
419
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>> & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IMapType<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -436,6 +440,7 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
436
440
  statusMessage?: string;
437
441
  reactElement?: React.ReactElement;
438
442
  isRenderingPending?: boolean;
443
+ displayHeight?: number;
439
444
  };
440
445
  }) => import("react/jsx-runtime").JSX.Element;
441
446
  renderProps: any;
@@ -454,6 +459,7 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
454
459
  beforeDestroy(): void;
455
460
  } & {
456
461
  readonly statusMessage: any;
462
+ readonly displayHeight: number | undefined;
457
463
  } & {
458
464
  afterAttach(): void;
459
465
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>>;
@@ -467,7 +473,7 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
467
473
  [x: string]: any;
468
474
  } & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
469
475
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
470
- } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
476
+ } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
471
477
  maxFeatureScreenDensity: {
472
478
  type: string;
473
479
  description: string;
@@ -494,7 +500,7 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
494
500
  description: string;
495
501
  defaultValue: never[];
496
502
  };
497
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "displayId">>>;
503
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>>;
498
504
  showLegend: boolean | undefined;
499
505
  showTooltips: boolean | undefined;
500
506
  } & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
@@ -784,6 +790,7 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
784
790
  statusMessage?: string;
785
791
  reactElement?: React.ReactElement;
786
792
  isRenderingPending?: boolean;
793
+ displayHeight?: number;
787
794
  };
788
795
  }) => import("react/jsx-runtime").JSX.Element;
789
796
  renderProps: any;
@@ -802,10 +809,11 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
802
809
  beforeDestroy(): void;
803
810
  } & {
804
811
  readonly statusMessage: any;
812
+ readonly displayHeight: number | undefined;
805
813
  } & {
806
814
  afterAttach(): void;
807
815
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
808
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
816
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
809
817
  maxFeatureScreenDensity: {
810
818
  type: string;
811
819
  description: string;
@@ -832,7 +840,7 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
832
840
  description: string;
833
841
  defaultValue: never[];
834
842
  };
835
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "displayId">>;
843
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
836
844
  showLegend: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
837
845
  showTooltips: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
838
846
  }, {
@@ -1490,6 +1498,7 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
1490
1498
  statusMessage?: string;
1491
1499
  reactElement?: React.ReactElement;
1492
1500
  isRenderingPending?: boolean;
1501
+ displayHeight?: number;
1493
1502
  };
1494
1503
  }) => import("react/jsx-runtime").JSX.Element;
1495
1504
  renderProps: any;
@@ -1508,10 +1517,11 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
1508
1517
  beforeDestroy(): void;
1509
1518
  } & {
1510
1519
  readonly statusMessage: any;
1520
+ readonly displayHeight: number | undefined;
1511
1521
  } & {
1512
1522
  afterAttach(): void;
1513
1523
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
1514
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
1524
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
1515
1525
  maxFeatureScreenDensity: {
1516
1526
  type: string;
1517
1527
  description: string;
@@ -1538,7 +1548,7 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
1538
1548
  description: string;
1539
1549
  defaultValue: never[];
1540
1550
  };
1541
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "displayId">>;
1551
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
1542
1552
  showLegend: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
1543
1553
  showTooltips: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
1544
1554
  } & {
@@ -1587,6 +1597,7 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
1587
1597
  statusMessage?: string;
1588
1598
  reactElement?: React.ReactElement;
1589
1599
  isRenderingPending?: boolean;
1600
+ displayHeight?: number;
1590
1601
  };
1591
1602
  }) => import("react/jsx-runtime").JSX.Element;
1592
1603
  renderProps: any;
@@ -1605,10 +1616,11 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
1605
1616
  beforeDestroy(): void;
1606
1617
  } & {
1607
1618
  readonly statusMessage: any;
1619
+ readonly displayHeight: number | undefined;
1608
1620
  } & {
1609
1621
  afterAttach(): void;
1610
1622
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
1611
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
1623
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
1612
1624
  maxFeatureScreenDensity: {
1613
1625
  type: string;
1614
1626
  description: string;
@@ -1635,7 +1647,7 @@ declare function stateModelFactory(configSchema: AnyConfigurationSchemaType): im
1635
1647
  description: string;
1636
1648
  defaultValue: never[];
1637
1649
  };
1638
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "displayId">>;
1650
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
1639
1651
  showLegend: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
1640
1652
  showTooltips: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
1641
1653
  } & {
@@ -1,5 +1,5 @@
1
1
  import type PluginManager from '@jbrowse/core/PluginManager';
2
- declare function configSchemaF(pluginManager: PluginManager): import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
2
+ declare function configSchemaF(pluginManager: PluginManager): import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
3
3
  maxFeatureScreenDensity: {
4
4
  type: string;
5
5
  description: string;
@@ -28,9 +28,9 @@ declare function configSchemaF(pluginManager: PluginManager): import("node_modul
28
28
  flagExclude: number;
29
29
  };
30
30
  };
31
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
31
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
32
32
  renderer: import("@jbrowse/mobx-state-tree").IAnyModelType;
33
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
33
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
34
34
  maxFeatureScreenDensity: {
35
35
  type: string;
36
36
  description: string;
@@ -57,5 +57,5 @@ declare function configSchemaF(pluginManager: PluginManager): import("node_modul
57
57
  description: string;
58
58
  defaultValue: never[];
59
59
  };
60
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>, undefined>>;
60
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>, undefined>>;
61
61
  export default configSchemaF;
@@ -1,5 +1,5 @@
1
1
  import type PluginManager from '@jbrowse/core/PluginManager';
2
- declare function configSchemaF(pluginManager: PluginManager): import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
2
+ declare function configSchemaF(pluginManager: PluginManager): import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
3
3
  minSubfeatureWidth: {
4
4
  type: string;
5
5
  defaultValue: number;
@@ -38,9 +38,9 @@ declare function configSchemaF(pluginManager: PluginManager): import("node_modul
38
38
  flagExclude: number;
39
39
  };
40
40
  };
41
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
41
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
42
42
  renderer: import("@jbrowse/mobx-state-tree").IAnyModelType;
43
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
43
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
44
44
  maxFeatureScreenDensity: {
45
45
  type: string;
46
46
  description: string;
@@ -67,5 +67,5 @@ declare function configSchemaF(pluginManager: PluginManager): import("node_modul
67
67
  description: string;
68
68
  defaultValue: never[];
69
69
  };
70
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>, undefined>>;
70
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>, undefined>>;
71
71
  export default configSchemaF;
@@ -1,5 +1,5 @@
1
1
  import type PluginManager from '@jbrowse/core/PluginManager';
2
- export default function SNPCoverageConfigFactory(pluginManager: PluginManager): import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
2
+ export default function SNPCoverageConfigFactory(pluginManager: PluginManager): import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
3
3
  autoscale: {
4
4
  type: string;
5
5
  defaultValue: string;
@@ -32,9 +32,9 @@ export default function SNPCoverageConfigFactory(pluginManager: PluginManager):
32
32
  description: string;
33
33
  defaultValue: boolean;
34
34
  };
35
- renderers: import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
35
+ renderers: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
36
36
  SNPCoverageRenderer: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
37
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, undefined>>;
37
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
38
38
  colorBy: {
39
39
  type: string;
40
40
  description: string;
@@ -50,7 +50,7 @@ export default function SNPCoverageConfigFactory(pluginManager: PluginManager):
50
50
  flagExclude: number;
51
51
  };
52
52
  };
53
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
53
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
54
54
  maxFeatureScreenDensity: {
55
55
  type: string;
56
56
  description: string;
@@ -77,4 +77,4 @@ export default function SNPCoverageConfigFactory(pluginManager: PluginManager):
77
77
  description: string;
78
78
  defaultValue: never[];
79
79
  };
80
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>;
80
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>;
@@ -37,6 +37,7 @@ declare function stateModelFactory(pluginManager: PluginManager, configSchema: A
37
37
  statusMessage?: string;
38
38
  reactElement?: React.ReactElement;
39
39
  isRenderingPending?: boolean;
40
+ displayHeight?: number;
40
41
  };
41
42
  }) => import("react/jsx-runtime").JSX.Element;
42
43
  renderProps: any;
@@ -55,10 +56,11 @@ declare function stateModelFactory(pluginManager: PluginManager, configSchema: A
55
56
  beforeDestroy(): void;
56
57
  } & {
57
58
  readonly statusMessage: any;
59
+ readonly displayHeight: number | undefined;
58
60
  } & {
59
61
  afterAttach(): void;
60
62
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
61
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
63
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
62
64
  maxFeatureScreenDensity: {
63
65
  type: string;
64
66
  description: string;
@@ -85,7 +87,7 @@ declare function stateModelFactory(pluginManager: PluginManager, configSchema: A
85
87
  description: string;
86
88
  defaultValue: never[];
87
89
  };
88
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "displayId">>;
90
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
89
91
  showLegend: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
90
92
  showTooltips: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
91
93
  } & {
@@ -152,6 +154,7 @@ declare function stateModelFactory(pluginManager: PluginManager, configSchema: A
152
154
  statusMessage?: string;
153
155
  reactElement?: React.ReactElement;
154
156
  isRenderingPending?: boolean;
157
+ displayHeight?: number;
155
158
  };
156
159
  }) => import("react/jsx-runtime").JSX.Element;
157
160
  renderProps: any;
@@ -170,10 +173,11 @@ declare function stateModelFactory(pluginManager: PluginManager, configSchema: A
170
173
  beforeDestroy(): void;
171
174
  } & {
172
175
  readonly statusMessage: any;
176
+ readonly displayHeight: number | undefined;
173
177
  } & {
174
178
  afterAttach(): void;
175
179
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
176
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
180
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
177
181
  maxFeatureScreenDensity: {
178
182
  type: string;
179
183
  description: string;
@@ -200,7 +204,7 @@ declare function stateModelFactory(pluginManager: PluginManager, configSchema: A
200
204
  description: string;
201
205
  defaultValue: never[];
202
206
  };
203
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "displayId">>;
207
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
204
208
  showLegend: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
205
209
  showTooltips: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
206
210
  } & {
@@ -267,6 +271,7 @@ declare function stateModelFactory(pluginManager: PluginManager, configSchema: A
267
271
  statusMessage?: string;
268
272
  reactElement?: React.ReactElement;
269
273
  isRenderingPending?: boolean;
274
+ displayHeight?: number;
270
275
  };
271
276
  }) => import("react/jsx-runtime").JSX.Element;
272
277
  renderProps: any;
@@ -285,10 +290,11 @@ declare function stateModelFactory(pluginManager: PluginManager, configSchema: A
285
290
  beforeDestroy(): void;
286
291
  } & {
287
292
  readonly statusMessage: any;
293
+ readonly displayHeight: number | undefined;
288
294
  } & {
289
295
  afterAttach(): void;
290
296
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
291
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaType<{
297
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
292
298
  maxFeatureScreenDensity: {
293
299
  type: string;
294
300
  description: string;
@@ -315,7 +321,7 @@ declare function stateModelFactory(pluginManager: PluginManager, configSchema: A
315
321
  description: string;
316
322
  defaultValue: never[];
317
323
  };
318
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema.ts").ConfigurationSchemaOptions<undefined, "displayId">>;
324
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
319
325
  showLegend: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
320
326
  showTooltips: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
321
327
  } & {
@@ -1,4 +1,4 @@
1
- declare const PileupRenderer: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
1
+ declare const PileupRenderer: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
2
2
  color: {
3
3
  type: string;
4
4
  description: string;
@@ -68,5 +68,5 @@ declare const PileupRenderer: import("node_modules/@jbrowse/core/src/configurati
68
68
  defaultValue: boolean;
69
69
  description: string;
70
70
  };
71
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
71
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
72
72
  export default PileupRenderer;
@@ -1,4 +1,4 @@
1
- declare const configSchema: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
1
+ declare const configSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
2
2
  subadapter: {
3
3
  type: string;
4
4
  defaultValue: null;
@@ -7,5 +7,5 @@ declare const configSchema: import("node_modules/@jbrowse/core/src/configuration
7
7
  type: string;
8
8
  defaultValue: null;
9
9
  };
10
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
10
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
11
11
  export default configSchema;
@@ -1,4 +1,4 @@
1
- declare const SNPCoverageRenderer: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
1
+ declare const SNPCoverageRenderer: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
2
2
  clipColor: {
3
3
  type: string;
4
4
  description: string;
@@ -29,5 +29,5 @@ declare const SNPCoverageRenderer: import("node_modules/@jbrowse/core/src/config
29
29
  description: string;
30
30
  defaultValue: string;
31
31
  };
32
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
32
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
33
33
  export default SNPCoverageRenderer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-alignments",
3
- "version": "4.1.3",
3
+ "version": "4.1.5",
4
4
  "type": "module",
5
5
  "description": "JBrowse 2 alignments adapters, tracks, etc.",
6
6
  "keywords": [
@@ -22,10 +22,10 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "@gmod/bam": "^7.1.15",
25
- "@gmod/cram": "^8.0.0",
25
+ "@gmod/cram": "^8.0.1",
26
26
  "@jbrowse/mobx-state-tree": "^5.5.0",
27
- "@mui/icons-material": "^7.3.7",
28
- "@mui/material": "^7.3.7",
27
+ "@mui/icons-material": "^7.3.8",
28
+ "@mui/material": "^7.3.8",
29
29
  "@mui/x-charts-vendor": "^8.26.0",
30
30
  "canvas2svg": "^1.0.16",
31
31
  "copy-to-clipboard": "^3.3.3",
@@ -34,10 +34,10 @@
34
34
  "mobx": "^6.15.0",
35
35
  "mobx-react": "^9.2.1",
36
36
  "rxjs": "^7.8.2",
37
- "@jbrowse/core": "^4.1.3",
38
- "@jbrowse/plugin-linear-genome-view": "^4.1.3",
39
- "@jbrowse/sv-core": "^4.1.3",
40
- "@jbrowse/plugin-wiggle": "^4.1.3"
37
+ "@jbrowse/core": "^4.1.5",
38
+ "@jbrowse/plugin-linear-genome-view": "^4.1.5",
39
+ "@jbrowse/sv-core": "^4.1.5",
40
+ "@jbrowse/plugin-wiggle": "^4.1.5"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": ">=18.0.0"