@jbrowse/plugin-gccontent 4.0.3 → 4.1.1

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.
@@ -156,6 +156,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
156
156
  }> | null;
157
157
  readonly adapterConfig: any;
158
158
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
159
+ readonly isMinimized: boolean;
159
160
  readonly parentDisplay: any;
160
161
  readonly effectiveRpcDriverName: any;
161
162
  } & {
@@ -212,6 +213,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
212
213
  }> | null;
213
214
  readonly adapterConfig: any;
214
215
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
216
+ readonly isMinimized: boolean;
215
217
  readonly parentDisplay: any;
216
218
  readonly effectiveRpcDriverName: any;
217
219
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -265,6 +267,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
265
267
  }> | null;
266
268
  readonly adapterConfig: any;
267
269
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
270
+ readonly isMinimized: boolean;
268
271
  readonly parentDisplay: any;
269
272
  readonly effectiveRpcDriverName: any;
270
273
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
@@ -546,6 +549,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
546
549
  }> | null;
547
550
  readonly adapterConfig: any;
548
551
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
552
+ readonly isMinimized: boolean;
549
553
  readonly parentDisplay: any;
550
554
  readonly effectiveRpcDriverName: any;
551
555
  } & {
@@ -602,6 +606,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
602
606
  }> | null;
603
607
  readonly adapterConfig: any;
604
608
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
609
+ readonly isMinimized: boolean;
605
610
  readonly parentDisplay: any;
606
611
  readonly effectiveRpcDriverName: any;
607
612
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -655,6 +660,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
655
660
  }> | null;
656
661
  readonly adapterConfig: any;
657
662
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
663
+ readonly isMinimized: boolean;
658
664
  readonly parentDisplay: any;
659
665
  readonly effectiveRpcDriverName: any;
660
666
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
@@ -881,6 +887,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
881
887
  }> | null;
882
888
  readonly adapterConfig: any;
883
889
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
890
+ readonly isMinimized: boolean;
884
891
  readonly parentDisplay: any;
885
892
  readonly effectiveRpcDriverName: any;
886
893
  } & {
@@ -937,6 +944,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
937
944
  }> | null;
938
945
  readonly adapterConfig: any;
939
946
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
947
+ readonly isMinimized: boolean;
940
948
  readonly parentDisplay: any;
941
949
  readonly effectiveRpcDriverName: any;
942
950
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -990,6 +998,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
990
998
  }> | null;
991
999
  readonly adapterConfig: any;
992
1000
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
1001
+ readonly isMinimized: boolean;
993
1002
  readonly parentDisplay: any;
994
1003
  readonly effectiveRpcDriverName: any;
995
1004
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
@@ -1133,13 +1142,22 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
1133
1142
  readonly minScore: number;
1134
1143
  } & {
1135
1144
  readonly adapterCapabilities: string[];
1136
- readonly rendererConfig: any;
1145
+ readonly rendererConfig: {
1146
+ scaleType: string;
1147
+ filled: any;
1148
+ displayCrossHatches: any;
1149
+ summaryScoreMode: any;
1150
+ color: any;
1151
+ negColor: any;
1152
+ posColor: any;
1153
+ minSize: any;
1154
+ };
1137
1155
  readonly autoscaleType: string;
1138
1156
  } & {
1139
1157
  readonly domain: number[] | undefined;
1140
1158
  } & {
1141
- readonly filled: boolean;
1142
- readonly summaryScoreModeSetting: string;
1159
+ readonly filled: any;
1160
+ readonly summaryScoreModeSetting: any;
1143
1161
  readonly scaleOpts: {
1144
1162
  domain: number[] | undefined;
1145
1163
  stats: {
@@ -1153,7 +1171,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
1153
1171
  inverted: boolean;
1154
1172
  };
1155
1173
  readonly canHaveFill: boolean;
1156
- readonly displayCrossHatchesSetting: boolean;
1174
+ readonly displayCrossHatchesSetting: any;
1157
1175
  readonly hasResolution: boolean;
1158
1176
  readonly hasGlobalStats: boolean;
1159
1177
  } & {
@@ -1229,13 +1247,6 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
1229
1247
  })[];
1230
1248
  })[];
1231
1249
  wiggleOnlyTrackMenuItems(): ({
1232
- label: string;
1233
- type: string;
1234
- checked: boolean;
1235
- onClick: () => void;
1236
- subMenu?: undefined;
1237
- icon?: undefined;
1238
- } | {
1239
1250
  label: string;
1240
1251
  subMenu: {
1241
1252
  label: string;
@@ -1243,27 +1254,14 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
1243
1254
  checked: boolean;
1244
1255
  onClick: () => void;
1245
1256
  }[];
1246
- type?: undefined;
1247
- checked?: undefined;
1248
- onClick?: undefined;
1249
1257
  icon?: undefined;
1258
+ onClick?: undefined;
1250
1259
  } | {
1251
1260
  label: string;
1252
1261
  icon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
1253
1262
  muiName: string;
1254
1263
  };
1255
1264
  onClick: () => void;
1256
- type?: undefined;
1257
- checked?: undefined;
1258
- subMenu?: undefined;
1259
- } | {
1260
- type: string;
1261
- icon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
1262
- muiName: string;
1263
- };
1264
- label: string;
1265
- checked: boolean;
1266
- onClick: () => void;
1267
1265
  subMenu?: undefined;
1268
1266
  })[];
1269
1267
  } & {
@@ -1293,13 +1291,6 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
1293
1291
  onClick: () => void;
1294
1292
  subMenu?: undefined;
1295
1293
  })[];
1296
- } | {
1297
- label: string;
1298
- type: string;
1299
- checked: boolean;
1300
- onClick: () => void;
1301
- subMenu?: undefined;
1302
- icon?: undefined;
1303
1294
  } | {
1304
1295
  label: string;
1305
1296
  subMenu: {
@@ -1308,27 +1299,14 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
1308
1299
  checked: boolean;
1309
1300
  onClick: () => void;
1310
1301
  }[];
1311
- type?: undefined;
1312
- checked?: undefined;
1313
- onClick?: undefined;
1314
1302
  icon?: undefined;
1303
+ onClick?: undefined;
1315
1304
  } | {
1316
1305
  label: string;
1317
1306
  icon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
1318
1307
  muiName: string;
1319
1308
  };
1320
1309
  onClick: () => void;
1321
- type?: undefined;
1322
- checked?: undefined;
1323
- subMenu?: undefined;
1324
- } | {
1325
- type: string;
1326
- icon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
1327
- muiName: string;
1328
- };
1329
- label: string;
1330
- checked: boolean;
1331
- onClick: () => void;
1332
1310
  subMenu?: undefined;
1333
1311
  } | {
1334
1312
  label: string;
@@ -1338,7 +1316,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
1338
1316
  subMenu: {
1339
1317
  label: string;
1340
1318
  type: string;
1341
- checked: boolean;
1319
+ checked: any;
1342
1320
  onClick: () => void;
1343
1321
  }[];
1344
1322
  })[];
@@ -158,6 +158,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
158
158
  }> | null;
159
159
  readonly adapterConfig: any;
160
160
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
161
+ readonly isMinimized: boolean;
161
162
  readonly parentDisplay: any;
162
163
  readonly effectiveRpcDriverName: any;
163
164
  } & {
@@ -214,6 +215,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
214
215
  }> | null;
215
216
  readonly adapterConfig: any;
216
217
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
218
+ readonly isMinimized: boolean;
217
219
  readonly parentDisplay: any;
218
220
  readonly effectiveRpcDriverName: any;
219
221
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -267,6 +269,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
267
269
  }> | null;
268
270
  readonly adapterConfig: any;
269
271
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
272
+ readonly isMinimized: boolean;
270
273
  readonly parentDisplay: any;
271
274
  readonly effectiveRpcDriverName: any;
272
275
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
@@ -548,6 +551,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
548
551
  }> | null;
549
552
  readonly adapterConfig: any;
550
553
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
554
+ readonly isMinimized: boolean;
551
555
  readonly parentDisplay: any;
552
556
  readonly effectiveRpcDriverName: any;
553
557
  } & {
@@ -604,6 +608,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
604
608
  }> | null;
605
609
  readonly adapterConfig: any;
606
610
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
611
+ readonly isMinimized: boolean;
607
612
  readonly parentDisplay: any;
608
613
  readonly effectiveRpcDriverName: any;
609
614
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -657,6 +662,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
657
662
  }> | null;
658
663
  readonly adapterConfig: any;
659
664
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
665
+ readonly isMinimized: boolean;
660
666
  readonly parentDisplay: any;
661
667
  readonly effectiveRpcDriverName: any;
662
668
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
@@ -883,6 +889,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
883
889
  }> | null;
884
890
  readonly adapterConfig: any;
885
891
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
892
+ readonly isMinimized: boolean;
886
893
  readonly parentDisplay: any;
887
894
  readonly effectiveRpcDriverName: any;
888
895
  } & {
@@ -939,6 +946,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
939
946
  }> | null;
940
947
  readonly adapterConfig: any;
941
948
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
949
+ readonly isMinimized: boolean;
942
950
  readonly parentDisplay: any;
943
951
  readonly effectiveRpcDriverName: any;
944
952
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -992,6 +1000,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
992
1000
  }> | null;
993
1001
  readonly adapterConfig: any;
994
1002
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
1003
+ readonly isMinimized: boolean;
995
1004
  readonly parentDisplay: any;
996
1005
  readonly effectiveRpcDriverName: any;
997
1006
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
@@ -1135,13 +1144,22 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
1135
1144
  readonly minScore: number;
1136
1145
  } & {
1137
1146
  readonly adapterCapabilities: string[];
1138
- readonly rendererConfig: any;
1147
+ readonly rendererConfig: {
1148
+ scaleType: string;
1149
+ filled: any;
1150
+ displayCrossHatches: any;
1151
+ summaryScoreMode: any;
1152
+ color: any;
1153
+ negColor: any;
1154
+ posColor: any;
1155
+ minSize: any;
1156
+ };
1139
1157
  readonly autoscaleType: string;
1140
1158
  } & {
1141
1159
  readonly domain: number[] | undefined;
1142
1160
  } & {
1143
- readonly filled: boolean;
1144
- readonly summaryScoreModeSetting: string;
1161
+ readonly filled: any;
1162
+ readonly summaryScoreModeSetting: any;
1145
1163
  readonly scaleOpts: {
1146
1164
  domain: number[] | undefined;
1147
1165
  stats: {
@@ -1155,7 +1173,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
1155
1173
  inverted: boolean;
1156
1174
  };
1157
1175
  readonly canHaveFill: boolean;
1158
- readonly displayCrossHatchesSetting: boolean;
1176
+ readonly displayCrossHatchesSetting: any;
1159
1177
  readonly hasResolution: boolean;
1160
1178
  readonly hasGlobalStats: boolean;
1161
1179
  } & {
@@ -1231,13 +1249,6 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
1231
1249
  })[];
1232
1250
  })[];
1233
1251
  wiggleOnlyTrackMenuItems(): ({
1234
- label: string;
1235
- type: string;
1236
- checked: boolean;
1237
- onClick: () => void;
1238
- subMenu?: undefined;
1239
- icon?: undefined;
1240
- } | {
1241
1252
  label: string;
1242
1253
  subMenu: {
1243
1254
  label: string;
@@ -1245,27 +1256,14 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
1245
1256
  checked: boolean;
1246
1257
  onClick: () => void;
1247
1258
  }[];
1248
- type?: undefined;
1249
- checked?: undefined;
1250
- onClick?: undefined;
1251
1259
  icon?: undefined;
1260
+ onClick?: undefined;
1252
1261
  } | {
1253
1262
  label: string;
1254
1263
  icon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
1255
1264
  muiName: string;
1256
1265
  };
1257
1266
  onClick: () => void;
1258
- type?: undefined;
1259
- checked?: undefined;
1260
- subMenu?: undefined;
1261
- } | {
1262
- type: string;
1263
- icon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
1264
- muiName: string;
1265
- };
1266
- label: string;
1267
- checked: boolean;
1268
- onClick: () => void;
1269
1267
  subMenu?: undefined;
1270
1268
  })[];
1271
1269
  } & {
@@ -1295,13 +1293,6 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
1295
1293
  onClick: () => void;
1296
1294
  subMenu?: undefined;
1297
1295
  })[];
1298
- } | {
1299
- label: string;
1300
- type: string;
1301
- checked: boolean;
1302
- onClick: () => void;
1303
- subMenu?: undefined;
1304
- icon?: undefined;
1305
1296
  } | {
1306
1297
  label: string;
1307
1298
  subMenu: {
@@ -1310,27 +1301,14 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
1310
1301
  checked: boolean;
1311
1302
  onClick: () => void;
1312
1303
  }[];
1313
- type?: undefined;
1314
- checked?: undefined;
1315
- onClick?: undefined;
1316
1304
  icon?: undefined;
1305
+ onClick?: undefined;
1317
1306
  } | {
1318
1307
  label: string;
1319
1308
  icon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
1320
1309
  muiName: string;
1321
1310
  };
1322
1311
  onClick: () => void;
1323
- type?: undefined;
1324
- checked?: undefined;
1325
- subMenu?: undefined;
1326
- } | {
1327
- type: string;
1328
- icon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
1329
- muiName: string;
1330
- };
1331
- label: string;
1332
- checked: boolean;
1333
- onClick: () => void;
1334
1312
  subMenu?: undefined;
1335
1313
  } | {
1336
1314
  label: string;
@@ -1340,7 +1318,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
1340
1318
  subMenu: {
1341
1319
  label: string;
1342
1320
  type: string;
1343
- checked: boolean;
1321
+ checked: any;
1344
1322
  onClick: () => void;
1345
1323
  }[];
1346
1324
  })[];
@@ -158,6 +158,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
158
158
  }> | null;
159
159
  readonly adapterConfig: any;
160
160
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
161
+ readonly isMinimized: boolean;
161
162
  readonly parentDisplay: any;
162
163
  readonly effectiveRpcDriverName: any;
163
164
  } & {
@@ -214,6 +215,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
214
215
  }> | null;
215
216
  readonly adapterConfig: any;
216
217
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
218
+ readonly isMinimized: boolean;
217
219
  readonly parentDisplay: any;
218
220
  readonly effectiveRpcDriverName: any;
219
221
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -267,6 +269,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
267
269
  }> | null;
268
270
  readonly adapterConfig: any;
269
271
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
272
+ readonly isMinimized: boolean;
270
273
  readonly parentDisplay: any;
271
274
  readonly effectiveRpcDriverName: any;
272
275
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
@@ -548,6 +551,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
548
551
  }> | null;
549
552
  readonly adapterConfig: any;
550
553
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
554
+ readonly isMinimized: boolean;
551
555
  readonly parentDisplay: any;
552
556
  readonly effectiveRpcDriverName: any;
553
557
  } & {
@@ -604,6 +608,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
604
608
  }> | null;
605
609
  readonly adapterConfig: any;
606
610
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
611
+ readonly isMinimized: boolean;
607
612
  readonly parentDisplay: any;
608
613
  readonly effectiveRpcDriverName: any;
609
614
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -657,6 +662,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
657
662
  }> | null;
658
663
  readonly adapterConfig: any;
659
664
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
665
+ readonly isMinimized: boolean;
660
666
  readonly parentDisplay: any;
661
667
  readonly effectiveRpcDriverName: any;
662
668
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
@@ -883,6 +889,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
883
889
  }> | null;
884
890
  readonly adapterConfig: any;
885
891
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
892
+ readonly isMinimized: boolean;
886
893
  readonly parentDisplay: any;
887
894
  readonly effectiveRpcDriverName: any;
888
895
  } & {
@@ -939,6 +946,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
939
946
  }> | null;
940
947
  readonly adapterConfig: any;
941
948
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
949
+ readonly isMinimized: boolean;
942
950
  readonly parentDisplay: any;
943
951
  readonly effectiveRpcDriverName: any;
944
952
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -992,6 +1000,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
992
1000
  }> | null;
993
1001
  readonly adapterConfig: any;
994
1002
  readonly parentTrack: import("@jbrowse/core/util").AbstractTrackModel;
1003
+ readonly isMinimized: boolean;
995
1004
  readonly parentDisplay: any;
996
1005
  readonly effectiveRpcDriverName: any;
997
1006
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
@@ -1135,13 +1144,22 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
1135
1144
  readonly minScore: number;
1136
1145
  } & {
1137
1146
  readonly adapterCapabilities: string[];
1138
- readonly rendererConfig: any;
1147
+ readonly rendererConfig: {
1148
+ scaleType: string;
1149
+ filled: any;
1150
+ displayCrossHatches: any;
1151
+ summaryScoreMode: any;
1152
+ color: any;
1153
+ negColor: any;
1154
+ posColor: any;
1155
+ minSize: any;
1156
+ };
1139
1157
  readonly autoscaleType: string;
1140
1158
  } & {
1141
1159
  readonly domain: number[] | undefined;
1142
1160
  } & {
1143
- readonly filled: boolean;
1144
- readonly summaryScoreModeSetting: string;
1161
+ readonly filled: any;
1162
+ readonly summaryScoreModeSetting: any;
1145
1163
  readonly scaleOpts: {
1146
1164
  domain: number[] | undefined;
1147
1165
  stats: {
@@ -1155,7 +1173,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
1155
1173
  inverted: boolean;
1156
1174
  };
1157
1175
  readonly canHaveFill: boolean;
1158
- readonly displayCrossHatchesSetting: boolean;
1176
+ readonly displayCrossHatchesSetting: any;
1159
1177
  readonly hasResolution: boolean;
1160
1178
  readonly hasGlobalStats: boolean;
1161
1179
  } & {
@@ -1231,13 +1249,6 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
1231
1249
  })[];
1232
1250
  })[];
1233
1251
  wiggleOnlyTrackMenuItems(): ({
1234
- label: string;
1235
- type: string;
1236
- checked: boolean;
1237
- onClick: () => void;
1238
- subMenu?: undefined;
1239
- icon?: undefined;
1240
- } | {
1241
1252
  label: string;
1242
1253
  subMenu: {
1243
1254
  label: string;
@@ -1245,27 +1256,14 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
1245
1256
  checked: boolean;
1246
1257
  onClick: () => void;
1247
1258
  }[];
1248
- type?: undefined;
1249
- checked?: undefined;
1250
- onClick?: undefined;
1251
1259
  icon?: undefined;
1260
+ onClick?: undefined;
1252
1261
  } | {
1253
1262
  label: string;
1254
1263
  icon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
1255
1264
  muiName: string;
1256
1265
  };
1257
1266
  onClick: () => void;
1258
- type?: undefined;
1259
- checked?: undefined;
1260
- subMenu?: undefined;
1261
- } | {
1262
- type: string;
1263
- icon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
1264
- muiName: string;
1265
- };
1266
- label: string;
1267
- checked: boolean;
1268
- onClick: () => void;
1269
1267
  subMenu?: undefined;
1270
1268
  })[];
1271
1269
  } & {
@@ -1295,13 +1293,6 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
1295
1293
  onClick: () => void;
1296
1294
  subMenu?: undefined;
1297
1295
  })[];
1298
- } | {
1299
- label: string;
1300
- type: string;
1301
- checked: boolean;
1302
- onClick: () => void;
1303
- subMenu?: undefined;
1304
- icon?: undefined;
1305
1296
  } | {
1306
1297
  label: string;
1307
1298
  subMenu: {
@@ -1310,27 +1301,14 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
1310
1301
  checked: boolean;
1311
1302
  onClick: () => void;
1312
1303
  }[];
1313
- type?: undefined;
1314
- checked?: undefined;
1315
- onClick?: undefined;
1316
1304
  icon?: undefined;
1305
+ onClick?: undefined;
1317
1306
  } | {
1318
1307
  label: string;
1319
1308
  icon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
1320
1309
  muiName: string;
1321
1310
  };
1322
1311
  onClick: () => void;
1323
- type?: undefined;
1324
- checked?: undefined;
1325
- subMenu?: undefined;
1326
- } | {
1327
- type: string;
1328
- icon: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
1329
- muiName: string;
1330
- };
1331
- label: string;
1332
- checked: boolean;
1333
- onClick: () => void;
1334
1312
  subMenu?: undefined;
1335
1313
  } | {
1336
1314
  label: string;
@@ -1340,7 +1318,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
1340
1318
  subMenu: {
1341
1319
  label: string;
1342
1320
  type: string;
1343
- checked: boolean;
1321
+ checked: any;
1344
1322
  onClick: () => void;
1345
1323
  }[];
1346
1324
  })[];
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-gccontent",
3
- "version": "4.0.3",
3
+ "version": "4.1.1",
4
+ "type": "module",
4
5
  "description": "JBrowse 2 gccontent concepts",
5
6
  "keywords": [
6
7
  "jbrowse",
@@ -21,14 +22,14 @@
21
22
  ],
22
23
  "dependencies": {
23
24
  "@jbrowse/mobx-state-tree": "^5.5.0",
24
- "@mui/material": "^7.3.6",
25
+ "@mui/material": "^7.3.7",
25
26
  "mobx": "^6.15.0",
26
27
  "mobx-react": "^9.2.1",
27
28
  "rxjs": "^7.8.2",
28
- "@jbrowse/core": "^4.0.3",
29
- "@jbrowse/plugin-linear-genome-view": "^4.0.3",
30
- "@jbrowse/plugin-sequence": "^4.0.3",
31
- "@jbrowse/plugin-wiggle": "^4.0.3"
29
+ "@jbrowse/core": "^4.1.1",
30
+ "@jbrowse/plugin-linear-genome-view": "^4.1.1",
31
+ "@jbrowse/plugin-sequence": "^4.1.1",
32
+ "@jbrowse/plugin-wiggle": "^4.1.1"
32
33
  },
33
34
  "peerDependencies": {
34
35
  "react": ">=18.0.0"