@jbrowse/plugin-lollipop 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.
@@ -134,6 +134,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
134
134
  }> | null;
135
135
  readonly adapterConfig: any;
136
136
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
137
+ readonly isMinimized: boolean;
137
138
  readonly parentDisplay: any;
138
139
  readonly effectiveRpcDriverName: any;
139
140
  } & {
@@ -190,6 +191,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
190
191
  }> | null;
191
192
  readonly adapterConfig: any;
192
193
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
194
+ readonly isMinimized: boolean;
193
195
  readonly parentDisplay: any;
194
196
  readonly effectiveRpcDriverName: any;
195
197
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -243,6 +245,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
243
245
  }> | null;
244
246
  readonly adapterConfig: any;
245
247
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
248
+ readonly isMinimized: boolean;
246
249
  readonly parentDisplay: any;
247
250
  readonly effectiveRpcDriverName: any;
248
251
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
@@ -524,6 +527,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
524
527
  }> | null;
525
528
  readonly adapterConfig: any;
526
529
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
530
+ readonly isMinimized: boolean;
527
531
  readonly parentDisplay: any;
528
532
  readonly effectiveRpcDriverName: any;
529
533
  } & {
@@ -580,6 +584,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
580
584
  }> | null;
581
585
  readonly adapterConfig: any;
582
586
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
587
+ readonly isMinimized: boolean;
583
588
  readonly parentDisplay: any;
584
589
  readonly effectiveRpcDriverName: any;
585
590
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -633,6 +638,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
633
638
  }> | null;
634
639
  readonly adapterConfig: any;
635
640
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
641
+ readonly isMinimized: boolean;
636
642
  readonly parentDisplay: any;
637
643
  readonly effectiveRpcDriverName: any;
638
644
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
@@ -859,6 +865,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
859
865
  }> | null;
860
866
  readonly adapterConfig: any;
861
867
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
868
+ readonly isMinimized: boolean;
862
869
  readonly parentDisplay: any;
863
870
  readonly effectiveRpcDriverName: any;
864
871
  } & {
@@ -915,6 +922,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
915
922
  }> | null;
916
923
  readonly adapterConfig: any;
917
924
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
925
+ readonly isMinimized: boolean;
918
926
  readonly parentDisplay: any;
919
927
  readonly effectiveRpcDriverName: any;
920
928
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -968,6 +976,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
968
976
  }> | null;
969
977
  readonly adapterConfig: any;
970
978
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
979
+ readonly isMinimized: boolean;
971
980
  readonly parentDisplay: any;
972
981
  readonly effectiveRpcDriverName: any;
973
982
  }, 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-lollipop",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "JBrowse 2 plugin for lollipops",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -23,8 +23,8 @@
23
23
  "@jbrowse/mobx-state-tree": "^5.5.0",
24
24
  "mobx": "^6.15.0",
25
25
  "mobx-react": "^9.2.1",
26
- "@jbrowse/core": "^4.0.3",
27
- "@jbrowse/plugin-linear-genome-view": "^4.0.3"
26
+ "@jbrowse/core": "^4.0.4",
27
+ "@jbrowse/plugin-linear-genome-view": "^4.0.4"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "react": ">=18.0.0"