@jbrowse/plugin-arc 4.0.3 → 4.0.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.
@@ -135,6 +135,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
135
135
  }> | null;
136
136
  readonly adapterConfig: any;
137
137
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
138
+ readonly isMinimized: boolean;
138
139
  readonly parentDisplay: any;
139
140
  readonly effectiveRpcDriverName: any;
140
141
  } & {
@@ -191,6 +192,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
191
192
  }> | null;
192
193
  readonly adapterConfig: any;
193
194
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
195
+ readonly isMinimized: boolean;
194
196
  readonly parentDisplay: any;
195
197
  readonly effectiveRpcDriverName: any;
196
198
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -244,6 +246,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
244
246
  }> | null;
245
247
  readonly adapterConfig: any;
246
248
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
249
+ readonly isMinimized: boolean;
247
250
  readonly parentDisplay: any;
248
251
  readonly effectiveRpcDriverName: any;
249
252
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
@@ -525,6 +528,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
525
528
  }> | null;
526
529
  readonly adapterConfig: any;
527
530
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
531
+ readonly isMinimized: boolean;
528
532
  readonly parentDisplay: any;
529
533
  readonly effectiveRpcDriverName: any;
530
534
  } & {
@@ -581,6 +585,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
581
585
  }> | null;
582
586
  readonly adapterConfig: any;
583
587
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
588
+ readonly isMinimized: boolean;
584
589
  readonly parentDisplay: any;
585
590
  readonly effectiveRpcDriverName: any;
586
591
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -634,6 +639,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
634
639
  }> | null;
635
640
  readonly adapterConfig: any;
636
641
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
642
+ readonly isMinimized: boolean;
637
643
  readonly parentDisplay: any;
638
644
  readonly effectiveRpcDriverName: any;
639
645
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
@@ -860,6 +866,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
860
866
  }> | null;
861
867
  readonly adapterConfig: any;
862
868
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
869
+ readonly isMinimized: boolean;
863
870
  readonly parentDisplay: any;
864
871
  readonly effectiveRpcDriverName: any;
865
872
  } & {
@@ -916,6 +923,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
916
923
  }> | null;
917
924
  readonly adapterConfig: any;
918
925
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
926
+ readonly isMinimized: boolean;
919
927
  readonly parentDisplay: any;
920
928
  readonly effectiveRpcDriverName: any;
921
929
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -969,6 +977,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
969
977
  }> | null;
970
978
  readonly adapterConfig: any;
971
979
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
980
+ readonly isMinimized: boolean;
972
981
  readonly parentDisplay: any;
973
982
  readonly effectiveRpcDriverName: any;
974
983
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
@@ -62,6 +62,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
62
62
  }> | null;
63
63
  readonly adapterConfig: any;
64
64
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
65
+ readonly isMinimized: boolean;
65
66
  readonly parentDisplay: any;
66
67
  readonly effectiveRpcDriverName: any;
67
68
  } & {
@@ -118,6 +119,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
118
119
  }> | null;
119
120
  readonly adapterConfig: any;
120
121
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
122
+ readonly isMinimized: boolean;
121
123
  readonly parentDisplay: any;
122
124
  readonly effectiveRpcDriverName: any;
123
125
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -171,6 +173,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
171
173
  }> | null;
172
174
  readonly adapterConfig: any;
173
175
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
176
+ readonly isMinimized: boolean;
174
177
  readonly parentDisplay: any;
175
178
  readonly effectiveRpcDriverName: any;
176
179
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-arc",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "JBrowse 2 arc adapters, tracks, etc.",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -27,8 +27,8 @@
27
27
  "mobx": "^6.15.0",
28
28
  "mobx-react": "^9.2.1",
29
29
  "rxjs": "^7.8.2",
30
- "@jbrowse/plugin-linear-genome-view": "^4.0.3",
31
- "@jbrowse/core": "^4.0.3"
30
+ "@jbrowse/plugin-linear-genome-view": "^4.0.4",
31
+ "@jbrowse/core": "^4.0.4"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": ">=18.0.0",