@jbrowse/plugin-arc 4.1.1 → 4.1.4

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,4 +1,4 @@
1
- declare const ArcRenderer: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
1
+ declare const ArcRenderer: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
2
2
  color: {
3
3
  type: string;
4
4
  description: string;
@@ -35,5 +35,5 @@ declare const ArcRenderer: import("node_modules/@jbrowse/core/src/configuration/
35
35
  model: import("@jbrowse/mobx-state-tree").ISimpleType<string>;
36
36
  description: string;
37
37
  };
38
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
38
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
39
39
  export default ArcRenderer;
@@ -1,7 +1,7 @@
1
1
  import type PluginManager from '@jbrowse/core/PluginManager';
2
- export declare function configSchemaFactory(pluginManager: PluginManager): import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
2
+ export declare function configSchemaFactory(pluginManager: PluginManager): import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
3
3
  renderer: import("@jbrowse/mobx-state-tree").IOptionalIType<import("@jbrowse/mobx-state-tree").IAnyModelType, [undefined]>;
4
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
4
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
5
5
  maxFeatureScreenDensity: {
6
6
  type: string;
7
7
  description: string;
@@ -28,4 +28,4 @@ export declare function configSchemaFactory(pluginManager: PluginManager): impor
28
28
  description: string;
29
29
  defaultValue: never[];
30
30
  };
31
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>;
31
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>;
@@ -33,6 +33,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
33
33
  statusMessage?: string;
34
34
  reactElement?: React.ReactElement;
35
35
  isRenderingPending?: boolean;
36
+ displayHeight?: number;
36
37
  };
37
38
  }) => import("react/jsx-runtime").JSX.Element;
38
39
  renderProps: any;
@@ -51,10 +52,11 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
51
52
  beforeDestroy(): void;
52
53
  } & {
53
54
  readonly statusMessage: any;
55
+ readonly displayHeight: number | undefined;
54
56
  } & {
55
57
  afterAttach(): void;
56
58
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
57
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
59
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
58
60
  maxFeatureScreenDensity: {
59
61
  type: string;
60
62
  description: string;
@@ -81,7 +83,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
81
83
  description: string;
82
84
  defaultValue: never[];
83
85
  };
84
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
86
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
85
87
  showLegend: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
86
88
  showTooltips: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
87
89
  } & {
@@ -376,6 +378,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
376
378
  statusMessage?: string;
377
379
  reactElement?: React.ReactElement;
378
380
  isRenderingPending?: boolean;
381
+ displayHeight?: number;
379
382
  };
380
383
  }) => import("react/jsx-runtime").JSX.Element;
381
384
  renderProps: any;
@@ -394,6 +397,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
394
397
  beforeDestroy(): void;
395
398
  } & {
396
399
  readonly statusMessage: any;
400
+ readonly displayHeight: number | undefined;
397
401
  } & {
398
402
  afterAttach(): void;
399
403
  }, 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<{
@@ -420,6 +424,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
420
424
  statusMessage?: string;
421
425
  reactElement?: React.ReactElement;
422
426
  isRenderingPending?: boolean;
427
+ displayHeight?: number;
423
428
  };
424
429
  }) => import("react/jsx-runtime").JSX.Element;
425
430
  renderProps: any;
@@ -438,6 +443,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
438
443
  beforeDestroy(): void;
439
444
  } & {
440
445
  readonly statusMessage: any;
446
+ readonly displayHeight: number | undefined;
441
447
  } & {
442
448
  afterAttach(): void;
443
449
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>>;
@@ -451,7 +457,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
451
457
  [x: string]: any;
452
458
  } & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
453
459
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
454
- } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
460
+ } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
455
461
  maxFeatureScreenDensity: {
456
462
  type: string;
457
463
  description: string;
@@ -478,7 +484,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
478
484
  description: string;
479
485
  defaultValue: never[];
480
486
  };
481
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>>;
487
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>>;
482
488
  showLegend: boolean | undefined;
483
489
  showTooltips: boolean | undefined;
484
490
  } & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
@@ -768,6 +774,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
768
774
  statusMessage?: string;
769
775
  reactElement?: React.ReactElement;
770
776
  isRenderingPending?: boolean;
777
+ displayHeight?: number;
771
778
  };
772
779
  }) => import("react/jsx-runtime").JSX.Element;
773
780
  renderProps: any;
@@ -786,10 +793,11 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
786
793
  beforeDestroy(): void;
787
794
  } & {
788
795
  readonly statusMessage: any;
796
+ readonly displayHeight: number | undefined;
789
797
  } & {
790
798
  afterAttach(): void;
791
799
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
792
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
800
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
793
801
  maxFeatureScreenDensity: {
794
802
  type: string;
795
803
  description: string;
@@ -816,7 +824,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
816
824
  description: string;
817
825
  defaultValue: never[];
818
826
  };
819
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
827
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
820
828
  showLegend: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
821
829
  showTooltips: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
822
830
  }, {
@@ -1141,6 +1149,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
1141
1149
  statusMessage?: string;
1142
1150
  reactElement?: React.ReactElement;
1143
1151
  isRenderingPending?: boolean;
1152
+ displayHeight?: number;
1144
1153
  };
1145
1154
  }) => import("react/jsx-runtime").JSX.Element;
1146
1155
  renderProps: any;
@@ -1159,10 +1168,11 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
1159
1168
  beforeDestroy(): void;
1160
1169
  } & {
1161
1170
  readonly statusMessage: any;
1171
+ readonly displayHeight: number | undefined;
1162
1172
  } & {
1163
1173
  afterAttach(): void;
1164
1174
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
1165
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
1175
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
1166
1176
  maxFeatureScreenDensity: {
1167
1177
  type: string;
1168
1178
  description: string;
@@ -1189,7 +1199,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
1189
1199
  description: string;
1190
1200
  defaultValue: never[];
1191
1201
  };
1192
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
1202
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
1193
1203
  showLegend: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
1194
1204
  showTooltips: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
1195
1205
  }>> & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & import("@jbrowse/mobx-state-tree")._NotCustomized, {
@@ -1,11 +1,11 @@
1
- export declare function configSchemaFactory(): import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
1
+ export declare function configSchemaFactory(): import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
2
2
  color: {
3
3
  type: string;
4
4
  description: string;
5
5
  defaultValue: string;
6
6
  contextVariable: string[];
7
7
  };
8
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
8
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
9
9
  maxFeatureScreenDensity: {
10
10
  type: string;
11
11
  description: string;
@@ -32,4 +32,4 @@ export declare function configSchemaFactory(): import("node_modules/@jbrowse/cor
32
32
  description: string;
33
33
  defaultValue: never[];
34
34
  };
35
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>;
35
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-arc",
3
- "version": "4.1.1",
3
+ "version": "4.1.4",
4
4
  "type": "module",
5
5
  "description": "JBrowse 2 arc adapters, tracks, etc.",
6
6
  "keywords": [
@@ -23,13 +23,13 @@
23
23
  "dependencies": {
24
24
  "@gmod/vcf": "^7.0.0",
25
25
  "@jbrowse/mobx-state-tree": "^5.5.0",
26
- "@mui/icons-material": "^7.3.7",
27
- "@mui/material": "^7.3.7",
26
+ "@mui/icons-material": "^7.3.8",
27
+ "@mui/material": "^7.3.8",
28
28
  "mobx": "^6.15.0",
29
29
  "mobx-react": "^9.2.1",
30
30
  "rxjs": "^7.8.2",
31
- "@jbrowse/plugin-linear-genome-view": "^4.1.1",
32
- "@jbrowse/core": "^4.1.1"
31
+ "@jbrowse/plugin-linear-genome-view": "^4.1.4",
32
+ "@jbrowse/core": "^4.1.4"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": ">=18.0.0",