@jbrowse/product-core 3.6.4 → 3.7.0
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.
- package/dist/RootModel/BaseRootModel.d.ts +8 -0
- package/dist/Session/MultipleViews.d.ts +25 -0
- package/dist/Session/SessionTracks.d.ts +25 -0
- package/dist/Session/Tracks.d.ts +25 -0
- package/esm/RootModel/BaseRootModel.d.ts +8 -0
- package/esm/Session/MultipleViews.d.ts +25 -0
- package/esm/Session/SessionTracks.d.ts +25 -0
- package/esm/Session/Tracks.d.ts +25 -0
- package/package.json +3 -3
|
@@ -45,6 +45,7 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
45
45
|
readonly refNames: string[] | undefined;
|
|
46
46
|
} & {
|
|
47
47
|
getCanonicalRefName(refName: string): string | undefined;
|
|
48
|
+
getCanonicalRefName2(asmName: string): string;
|
|
48
49
|
getRefNameColor(refName: string): string | undefined;
|
|
49
50
|
isValidRefName(refName: string): boolean;
|
|
50
51
|
} & {
|
|
@@ -113,6 +114,7 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
113
114
|
readonly refNames: string[] | undefined;
|
|
114
115
|
} & {
|
|
115
116
|
getCanonicalRefName(refName: string): string | undefined;
|
|
117
|
+
getCanonicalRefName2(asmName: string): string;
|
|
116
118
|
getRefNameColor(refName: string): string | undefined;
|
|
117
119
|
isValidRefName(refName: string): boolean;
|
|
118
120
|
} & {
|
|
@@ -179,6 +181,7 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
179
181
|
readonly refNames: string[] | undefined;
|
|
180
182
|
} & {
|
|
181
183
|
getCanonicalRefName(refName: string): string | undefined;
|
|
184
|
+
getCanonicalRefName2(asmName: string): string;
|
|
182
185
|
getRefNameColor(refName: string): string | undefined;
|
|
183
186
|
isValidRefName(refName: string): boolean;
|
|
184
187
|
} & {
|
|
@@ -216,6 +219,7 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
216
219
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
217
220
|
} & {
|
|
218
221
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
222
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
219
223
|
get(asmName: string): ({
|
|
220
224
|
configuration: any;
|
|
221
225
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -248,6 +252,7 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
248
252
|
readonly refNames: string[] | undefined;
|
|
249
253
|
} & {
|
|
250
254
|
getCanonicalRefName(refName: string): string | undefined;
|
|
255
|
+
getCanonicalRefName2(asmName: string): string;
|
|
251
256
|
getRefNameColor(refName: string): string | undefined;
|
|
252
257
|
isValidRefName(refName: string): boolean;
|
|
253
258
|
} & {
|
|
@@ -314,6 +319,7 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
314
319
|
readonly refNames: string[] | undefined;
|
|
315
320
|
} & {
|
|
316
321
|
getCanonicalRefName(refName: string): string | undefined;
|
|
322
|
+
getCanonicalRefName2(asmName: string): string;
|
|
317
323
|
getRefNameColor(refName: string): string | undefined;
|
|
318
324
|
isValidRefName(refName: string): boolean;
|
|
319
325
|
} & {
|
|
@@ -385,6 +391,7 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
385
391
|
readonly refNames: string[] | undefined;
|
|
386
392
|
} & {
|
|
387
393
|
getCanonicalRefName(refName: string): string | undefined;
|
|
394
|
+
getCanonicalRefName2(asmName: string): string;
|
|
388
395
|
getRefNameColor(refName: string): string | undefined;
|
|
389
396
|
isValidRefName(refName: string): boolean;
|
|
390
397
|
} & {
|
|
@@ -451,6 +458,7 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
451
458
|
readonly refNames: string[] | undefined;
|
|
452
459
|
} & {
|
|
453
460
|
getCanonicalRefName(refName: string): string | undefined;
|
|
461
|
+
getCanonicalRefName2(asmName: string): string;
|
|
454
462
|
getRefNameColor(refName: string): string | undefined;
|
|
455
463
|
isValidRefName(refName: string): boolean;
|
|
456
464
|
} & {
|
|
@@ -55,6 +55,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
55
55
|
readonly refNames: string[] | undefined;
|
|
56
56
|
} & {
|
|
57
57
|
getCanonicalRefName(refName: string): string | undefined;
|
|
58
|
+
getCanonicalRefName2(asmName: string): string;
|
|
58
59
|
getRefNameColor(refName: string): string | undefined;
|
|
59
60
|
isValidRefName(refName: string): boolean;
|
|
60
61
|
} & {
|
|
@@ -121,6 +122,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
121
122
|
readonly refNames: string[] | undefined;
|
|
122
123
|
} & {
|
|
123
124
|
getCanonicalRefName(refName: string): string | undefined;
|
|
125
|
+
getCanonicalRefName2(asmName: string): string;
|
|
124
126
|
getRefNameColor(refName: string): string | undefined;
|
|
125
127
|
isValidRefName(refName: string): boolean;
|
|
126
128
|
} & {
|
|
@@ -189,6 +191,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
189
191
|
readonly refNames: string[] | undefined;
|
|
190
192
|
} & {
|
|
191
193
|
getCanonicalRefName(refName: string): string | undefined;
|
|
194
|
+
getCanonicalRefName2(asmName: string): string;
|
|
192
195
|
getRefNameColor(refName: string): string | undefined;
|
|
193
196
|
isValidRefName(refName: string): boolean;
|
|
194
197
|
} & {
|
|
@@ -255,6 +258,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
255
258
|
readonly refNames: string[] | undefined;
|
|
256
259
|
} & {
|
|
257
260
|
getCanonicalRefName(refName: string): string | undefined;
|
|
261
|
+
getCanonicalRefName2(asmName: string): string;
|
|
258
262
|
getRefNameColor(refName: string): string | undefined;
|
|
259
263
|
isValidRefName(refName: string): boolean;
|
|
260
264
|
} & {
|
|
@@ -292,6 +296,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
292
296
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
293
297
|
} & {
|
|
294
298
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
299
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
295
300
|
get(asmName: string): ({
|
|
296
301
|
configuration: any;
|
|
297
302
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -324,6 +329,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
324
329
|
readonly refNames: string[] | undefined;
|
|
325
330
|
} & {
|
|
326
331
|
getCanonicalRefName(refName: string): string | undefined;
|
|
332
|
+
getCanonicalRefName2(asmName: string): string;
|
|
327
333
|
getRefNameColor(refName: string): string | undefined;
|
|
328
334
|
isValidRefName(refName: string): boolean;
|
|
329
335
|
} & {
|
|
@@ -390,6 +396,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
390
396
|
readonly refNames: string[] | undefined;
|
|
391
397
|
} & {
|
|
392
398
|
getCanonicalRefName(refName: string): string | undefined;
|
|
399
|
+
getCanonicalRefName2(asmName: string): string;
|
|
393
400
|
getRefNameColor(refName: string): string | undefined;
|
|
394
401
|
isValidRefName(refName: string): boolean;
|
|
395
402
|
} & {
|
|
@@ -461,6 +468,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
461
468
|
readonly refNames: string[] | undefined;
|
|
462
469
|
} & {
|
|
463
470
|
getCanonicalRefName(refName: string): string | undefined;
|
|
471
|
+
getCanonicalRefName2(asmName: string): string;
|
|
464
472
|
getRefNameColor(refName: string): string | undefined;
|
|
465
473
|
isValidRefName(refName: string): boolean;
|
|
466
474
|
} & {
|
|
@@ -527,6 +535,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
527
535
|
readonly refNames: string[] | undefined;
|
|
528
536
|
} & {
|
|
529
537
|
getCanonicalRefName(refName: string): string | undefined;
|
|
538
|
+
getCanonicalRefName2(asmName: string): string;
|
|
530
539
|
getRefNameColor(refName: string): string | undefined;
|
|
531
540
|
isValidRefName(refName: string): boolean;
|
|
532
541
|
} & {
|
|
@@ -616,6 +625,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
616
625
|
readonly refNames: string[] | undefined;
|
|
617
626
|
} & {
|
|
618
627
|
getCanonicalRefName(refName: string): string | undefined;
|
|
628
|
+
getCanonicalRefName2(asmName: string): string;
|
|
619
629
|
getRefNameColor(refName: string): string | undefined;
|
|
620
630
|
isValidRefName(refName: string): boolean;
|
|
621
631
|
} & {
|
|
@@ -684,6 +694,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
684
694
|
readonly refNames: string[] | undefined;
|
|
685
695
|
} & {
|
|
686
696
|
getCanonicalRefName(refName: string): string | undefined;
|
|
697
|
+
getCanonicalRefName2(asmName: string): string;
|
|
687
698
|
getRefNameColor(refName: string): string | undefined;
|
|
688
699
|
isValidRefName(refName: string): boolean;
|
|
689
700
|
} & {
|
|
@@ -750,6 +761,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
750
761
|
readonly refNames: string[] | undefined;
|
|
751
762
|
} & {
|
|
752
763
|
getCanonicalRefName(refName: string): string | undefined;
|
|
764
|
+
getCanonicalRefName2(asmName: string): string;
|
|
753
765
|
getRefNameColor(refName: string): string | undefined;
|
|
754
766
|
isValidRefName(refName: string): boolean;
|
|
755
767
|
} & {
|
|
@@ -787,6 +799,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
787
799
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
788
800
|
} & {
|
|
789
801
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
802
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
790
803
|
get(asmName: string): ({
|
|
791
804
|
configuration: any;
|
|
792
805
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -819,6 +832,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
819
832
|
readonly refNames: string[] | undefined;
|
|
820
833
|
} & {
|
|
821
834
|
getCanonicalRefName(refName: string): string | undefined;
|
|
835
|
+
getCanonicalRefName2(asmName: string): string;
|
|
822
836
|
getRefNameColor(refName: string): string | undefined;
|
|
823
837
|
isValidRefName(refName: string): boolean;
|
|
824
838
|
} & {
|
|
@@ -885,6 +899,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
885
899
|
readonly refNames: string[] | undefined;
|
|
886
900
|
} & {
|
|
887
901
|
getCanonicalRefName(refName: string): string | undefined;
|
|
902
|
+
getCanonicalRefName2(asmName: string): string;
|
|
888
903
|
getRefNameColor(refName: string): string | undefined;
|
|
889
904
|
isValidRefName(refName: string): boolean;
|
|
890
905
|
} & {
|
|
@@ -956,6 +971,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
956
971
|
readonly refNames: string[] | undefined;
|
|
957
972
|
} & {
|
|
958
973
|
getCanonicalRefName(refName: string): string | undefined;
|
|
974
|
+
getCanonicalRefName2(asmName: string): string;
|
|
959
975
|
getRefNameColor(refName: string): string | undefined;
|
|
960
976
|
isValidRefName(refName: string): boolean;
|
|
961
977
|
} & {
|
|
@@ -1022,6 +1038,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1022
1038
|
readonly refNames: string[] | undefined;
|
|
1023
1039
|
} & {
|
|
1024
1040
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1041
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1025
1042
|
getRefNameColor(refName: string): string | undefined;
|
|
1026
1043
|
isValidRefName(refName: string): boolean;
|
|
1027
1044
|
} & {
|
|
@@ -1128,6 +1145,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1128
1145
|
readonly refNames: string[] | undefined;
|
|
1129
1146
|
} & {
|
|
1130
1147
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1148
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1131
1149
|
getRefNameColor(refName: string): string | undefined;
|
|
1132
1150
|
isValidRefName(refName: string): boolean;
|
|
1133
1151
|
} & {
|
|
@@ -1196,6 +1214,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1196
1214
|
readonly refNames: string[] | undefined;
|
|
1197
1215
|
} & {
|
|
1198
1216
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1217
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1199
1218
|
getRefNameColor(refName: string): string | undefined;
|
|
1200
1219
|
isValidRefName(refName: string): boolean;
|
|
1201
1220
|
} & {
|
|
@@ -1262,6 +1281,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1262
1281
|
readonly refNames: string[] | undefined;
|
|
1263
1282
|
} & {
|
|
1264
1283
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1284
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1265
1285
|
getRefNameColor(refName: string): string | undefined;
|
|
1266
1286
|
isValidRefName(refName: string): boolean;
|
|
1267
1287
|
} & {
|
|
@@ -1299,6 +1319,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1299
1319
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
1300
1320
|
} & {
|
|
1301
1321
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
1322
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
1302
1323
|
get(asmName: string): ({
|
|
1303
1324
|
configuration: any;
|
|
1304
1325
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -1331,6 +1352,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1331
1352
|
readonly refNames: string[] | undefined;
|
|
1332
1353
|
} & {
|
|
1333
1354
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1355
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1334
1356
|
getRefNameColor(refName: string): string | undefined;
|
|
1335
1357
|
isValidRefName(refName: string): boolean;
|
|
1336
1358
|
} & {
|
|
@@ -1397,6 +1419,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1397
1419
|
readonly refNames: string[] | undefined;
|
|
1398
1420
|
} & {
|
|
1399
1421
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1422
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1400
1423
|
getRefNameColor(refName: string): string | undefined;
|
|
1401
1424
|
isValidRefName(refName: string): boolean;
|
|
1402
1425
|
} & {
|
|
@@ -1468,6 +1491,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1468
1491
|
readonly refNames: string[] | undefined;
|
|
1469
1492
|
} & {
|
|
1470
1493
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1494
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1471
1495
|
getRefNameColor(refName: string): string | undefined;
|
|
1472
1496
|
isValidRefName(refName: string): boolean;
|
|
1473
1497
|
} & {
|
|
@@ -1534,6 +1558,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1534
1558
|
readonly refNames: string[] | undefined;
|
|
1535
1559
|
} & {
|
|
1536
1560
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1561
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1537
1562
|
getRefNameColor(refName: string): string | undefined;
|
|
1538
1563
|
isValidRefName(refName: string): boolean;
|
|
1539
1564
|
} & {
|
|
@@ -48,6 +48,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
48
48
|
readonly refNames: string[] | undefined;
|
|
49
49
|
} & {
|
|
50
50
|
getCanonicalRefName(refName: string): string | undefined;
|
|
51
|
+
getCanonicalRefName2(asmName: string): string;
|
|
51
52
|
getRefNameColor(refName: string): string | undefined;
|
|
52
53
|
isValidRefName(refName: string): boolean;
|
|
53
54
|
} & {
|
|
@@ -114,6 +115,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
114
115
|
readonly refNames: string[] | undefined;
|
|
115
116
|
} & {
|
|
116
117
|
getCanonicalRefName(refName: string): string | undefined;
|
|
118
|
+
getCanonicalRefName2(asmName: string): string;
|
|
117
119
|
getRefNameColor(refName: string): string | undefined;
|
|
118
120
|
isValidRefName(refName: string): boolean;
|
|
119
121
|
} & {
|
|
@@ -182,6 +184,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
182
184
|
readonly refNames: string[] | undefined;
|
|
183
185
|
} & {
|
|
184
186
|
getCanonicalRefName(refName: string): string | undefined;
|
|
187
|
+
getCanonicalRefName2(asmName: string): string;
|
|
185
188
|
getRefNameColor(refName: string): string | undefined;
|
|
186
189
|
isValidRefName(refName: string): boolean;
|
|
187
190
|
} & {
|
|
@@ -248,6 +251,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
248
251
|
readonly refNames: string[] | undefined;
|
|
249
252
|
} & {
|
|
250
253
|
getCanonicalRefName(refName: string): string | undefined;
|
|
254
|
+
getCanonicalRefName2(asmName: string): string;
|
|
251
255
|
getRefNameColor(refName: string): string | undefined;
|
|
252
256
|
isValidRefName(refName: string): boolean;
|
|
253
257
|
} & {
|
|
@@ -285,6 +289,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
285
289
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
286
290
|
} & {
|
|
287
291
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
292
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
288
293
|
get(asmName: string): ({
|
|
289
294
|
configuration: any;
|
|
290
295
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -317,6 +322,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
317
322
|
readonly refNames: string[] | undefined;
|
|
318
323
|
} & {
|
|
319
324
|
getCanonicalRefName(refName: string): string | undefined;
|
|
325
|
+
getCanonicalRefName2(asmName: string): string;
|
|
320
326
|
getRefNameColor(refName: string): string | undefined;
|
|
321
327
|
isValidRefName(refName: string): boolean;
|
|
322
328
|
} & {
|
|
@@ -383,6 +389,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
383
389
|
readonly refNames: string[] | undefined;
|
|
384
390
|
} & {
|
|
385
391
|
getCanonicalRefName(refName: string): string | undefined;
|
|
392
|
+
getCanonicalRefName2(asmName: string): string;
|
|
386
393
|
getRefNameColor(refName: string): string | undefined;
|
|
387
394
|
isValidRefName(refName: string): boolean;
|
|
388
395
|
} & {
|
|
@@ -454,6 +461,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
454
461
|
readonly refNames: string[] | undefined;
|
|
455
462
|
} & {
|
|
456
463
|
getCanonicalRefName(refName: string): string | undefined;
|
|
464
|
+
getCanonicalRefName2(asmName: string): string;
|
|
457
465
|
getRefNameColor(refName: string): string | undefined;
|
|
458
466
|
isValidRefName(refName: string): boolean;
|
|
459
467
|
} & {
|
|
@@ -520,6 +528,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
520
528
|
readonly refNames: string[] | undefined;
|
|
521
529
|
} & {
|
|
522
530
|
getCanonicalRefName(refName: string): string | undefined;
|
|
531
|
+
getCanonicalRefName2(asmName: string): string;
|
|
523
532
|
getRefNameColor(refName: string): string | undefined;
|
|
524
533
|
isValidRefName(refName: string): boolean;
|
|
525
534
|
} & {
|
|
@@ -609,6 +618,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
609
618
|
readonly refNames: string[] | undefined;
|
|
610
619
|
} & {
|
|
611
620
|
getCanonicalRefName(refName: string): string | undefined;
|
|
621
|
+
getCanonicalRefName2(asmName: string): string;
|
|
612
622
|
getRefNameColor(refName: string): string | undefined;
|
|
613
623
|
isValidRefName(refName: string): boolean;
|
|
614
624
|
} & {
|
|
@@ -677,6 +687,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
677
687
|
readonly refNames: string[] | undefined;
|
|
678
688
|
} & {
|
|
679
689
|
getCanonicalRefName(refName: string): string | undefined;
|
|
690
|
+
getCanonicalRefName2(asmName: string): string;
|
|
680
691
|
getRefNameColor(refName: string): string | undefined;
|
|
681
692
|
isValidRefName(refName: string): boolean;
|
|
682
693
|
} & {
|
|
@@ -743,6 +754,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
743
754
|
readonly refNames: string[] | undefined;
|
|
744
755
|
} & {
|
|
745
756
|
getCanonicalRefName(refName: string): string | undefined;
|
|
757
|
+
getCanonicalRefName2(asmName: string): string;
|
|
746
758
|
getRefNameColor(refName: string): string | undefined;
|
|
747
759
|
isValidRefName(refName: string): boolean;
|
|
748
760
|
} & {
|
|
@@ -780,6 +792,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
780
792
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
781
793
|
} & {
|
|
782
794
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
795
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
783
796
|
get(asmName: string): ({
|
|
784
797
|
configuration: any;
|
|
785
798
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -812,6 +825,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
812
825
|
readonly refNames: string[] | undefined;
|
|
813
826
|
} & {
|
|
814
827
|
getCanonicalRefName(refName: string): string | undefined;
|
|
828
|
+
getCanonicalRefName2(asmName: string): string;
|
|
815
829
|
getRefNameColor(refName: string): string | undefined;
|
|
816
830
|
isValidRefName(refName: string): boolean;
|
|
817
831
|
} & {
|
|
@@ -878,6 +892,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
878
892
|
readonly refNames: string[] | undefined;
|
|
879
893
|
} & {
|
|
880
894
|
getCanonicalRefName(refName: string): string | undefined;
|
|
895
|
+
getCanonicalRefName2(asmName: string): string;
|
|
881
896
|
getRefNameColor(refName: string): string | undefined;
|
|
882
897
|
isValidRefName(refName: string): boolean;
|
|
883
898
|
} & {
|
|
@@ -949,6 +964,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
949
964
|
readonly refNames: string[] | undefined;
|
|
950
965
|
} & {
|
|
951
966
|
getCanonicalRefName(refName: string): string | undefined;
|
|
967
|
+
getCanonicalRefName2(asmName: string): string;
|
|
952
968
|
getRefNameColor(refName: string): string | undefined;
|
|
953
969
|
isValidRefName(refName: string): boolean;
|
|
954
970
|
} & {
|
|
@@ -1015,6 +1031,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1015
1031
|
readonly refNames: string[] | undefined;
|
|
1016
1032
|
} & {
|
|
1017
1033
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1034
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1018
1035
|
getRefNameColor(refName: string): string | undefined;
|
|
1019
1036
|
isValidRefName(refName: string): boolean;
|
|
1020
1037
|
} & {
|
|
@@ -1121,6 +1138,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1121
1138
|
readonly refNames: string[] | undefined;
|
|
1122
1139
|
} & {
|
|
1123
1140
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1141
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1124
1142
|
getRefNameColor(refName: string): string | undefined;
|
|
1125
1143
|
isValidRefName(refName: string): boolean;
|
|
1126
1144
|
} & {
|
|
@@ -1189,6 +1207,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1189
1207
|
readonly refNames: string[] | undefined;
|
|
1190
1208
|
} & {
|
|
1191
1209
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1210
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1192
1211
|
getRefNameColor(refName: string): string | undefined;
|
|
1193
1212
|
isValidRefName(refName: string): boolean;
|
|
1194
1213
|
} & {
|
|
@@ -1255,6 +1274,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1255
1274
|
readonly refNames: string[] | undefined;
|
|
1256
1275
|
} & {
|
|
1257
1276
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1277
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1258
1278
|
getRefNameColor(refName: string): string | undefined;
|
|
1259
1279
|
isValidRefName(refName: string): boolean;
|
|
1260
1280
|
} & {
|
|
@@ -1292,6 +1312,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1292
1312
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
1293
1313
|
} & {
|
|
1294
1314
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
1315
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
1295
1316
|
get(asmName: string): ({
|
|
1296
1317
|
configuration: any;
|
|
1297
1318
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -1324,6 +1345,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1324
1345
|
readonly refNames: string[] | undefined;
|
|
1325
1346
|
} & {
|
|
1326
1347
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1348
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1327
1349
|
getRefNameColor(refName: string): string | undefined;
|
|
1328
1350
|
isValidRefName(refName: string): boolean;
|
|
1329
1351
|
} & {
|
|
@@ -1390,6 +1412,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1390
1412
|
readonly refNames: string[] | undefined;
|
|
1391
1413
|
} & {
|
|
1392
1414
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1415
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1393
1416
|
getRefNameColor(refName: string): string | undefined;
|
|
1394
1417
|
isValidRefName(refName: string): boolean;
|
|
1395
1418
|
} & {
|
|
@@ -1461,6 +1484,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1461
1484
|
readonly refNames: string[] | undefined;
|
|
1462
1485
|
} & {
|
|
1463
1486
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1487
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1464
1488
|
getRefNameColor(refName: string): string | undefined;
|
|
1465
1489
|
isValidRefName(refName: string): boolean;
|
|
1466
1490
|
} & {
|
|
@@ -1527,6 +1551,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1527
1551
|
readonly refNames: string[] | undefined;
|
|
1528
1552
|
} & {
|
|
1529
1553
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1554
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1530
1555
|
getRefNameColor(refName: string): string | undefined;
|
|
1531
1556
|
isValidRefName(refName: string): boolean;
|
|
1532
1557
|
} & {
|
package/dist/Session/Tracks.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
46
46
|
readonly refNames: string[] | undefined;
|
|
47
47
|
} & {
|
|
48
48
|
getCanonicalRefName(refName: string): string | undefined;
|
|
49
|
+
getCanonicalRefName2(asmName: string): string;
|
|
49
50
|
getRefNameColor(refName: string): string | undefined;
|
|
50
51
|
isValidRefName(refName: string): boolean;
|
|
51
52
|
} & {
|
|
@@ -112,6 +113,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
112
113
|
readonly refNames: string[] | undefined;
|
|
113
114
|
} & {
|
|
114
115
|
getCanonicalRefName(refName: string): string | undefined;
|
|
116
|
+
getCanonicalRefName2(asmName: string): string;
|
|
115
117
|
getRefNameColor(refName: string): string | undefined;
|
|
116
118
|
isValidRefName(refName: string): boolean;
|
|
117
119
|
} & {
|
|
@@ -180,6 +182,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
180
182
|
readonly refNames: string[] | undefined;
|
|
181
183
|
} & {
|
|
182
184
|
getCanonicalRefName(refName: string): string | undefined;
|
|
185
|
+
getCanonicalRefName2(asmName: string): string;
|
|
183
186
|
getRefNameColor(refName: string): string | undefined;
|
|
184
187
|
isValidRefName(refName: string): boolean;
|
|
185
188
|
} & {
|
|
@@ -246,6 +249,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
246
249
|
readonly refNames: string[] | undefined;
|
|
247
250
|
} & {
|
|
248
251
|
getCanonicalRefName(refName: string): string | undefined;
|
|
252
|
+
getCanonicalRefName2(asmName: string): string;
|
|
249
253
|
getRefNameColor(refName: string): string | undefined;
|
|
250
254
|
isValidRefName(refName: string): boolean;
|
|
251
255
|
} & {
|
|
@@ -283,6 +287,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
283
287
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
284
288
|
} & {
|
|
285
289
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
290
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
286
291
|
get(asmName: string): ({
|
|
287
292
|
configuration: any;
|
|
288
293
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -315,6 +320,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
315
320
|
readonly refNames: string[] | undefined;
|
|
316
321
|
} & {
|
|
317
322
|
getCanonicalRefName(refName: string): string | undefined;
|
|
323
|
+
getCanonicalRefName2(asmName: string): string;
|
|
318
324
|
getRefNameColor(refName: string): string | undefined;
|
|
319
325
|
isValidRefName(refName: string): boolean;
|
|
320
326
|
} & {
|
|
@@ -381,6 +387,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
381
387
|
readonly refNames: string[] | undefined;
|
|
382
388
|
} & {
|
|
383
389
|
getCanonicalRefName(refName: string): string | undefined;
|
|
390
|
+
getCanonicalRefName2(asmName: string): string;
|
|
384
391
|
getRefNameColor(refName: string): string | undefined;
|
|
385
392
|
isValidRefName(refName: string): boolean;
|
|
386
393
|
} & {
|
|
@@ -452,6 +459,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
452
459
|
readonly refNames: string[] | undefined;
|
|
453
460
|
} & {
|
|
454
461
|
getCanonicalRefName(refName: string): string | undefined;
|
|
462
|
+
getCanonicalRefName2(asmName: string): string;
|
|
455
463
|
getRefNameColor(refName: string): string | undefined;
|
|
456
464
|
isValidRefName(refName: string): boolean;
|
|
457
465
|
} & {
|
|
@@ -518,6 +526,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
518
526
|
readonly refNames: string[] | undefined;
|
|
519
527
|
} & {
|
|
520
528
|
getCanonicalRefName(refName: string): string | undefined;
|
|
529
|
+
getCanonicalRefName2(asmName: string): string;
|
|
521
530
|
getRefNameColor(refName: string): string | undefined;
|
|
522
531
|
isValidRefName(refName: string): boolean;
|
|
523
532
|
} & {
|
|
@@ -607,6 +616,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
607
616
|
readonly refNames: string[] | undefined;
|
|
608
617
|
} & {
|
|
609
618
|
getCanonicalRefName(refName: string): string | undefined;
|
|
619
|
+
getCanonicalRefName2(asmName: string): string;
|
|
610
620
|
getRefNameColor(refName: string): string | undefined;
|
|
611
621
|
isValidRefName(refName: string): boolean;
|
|
612
622
|
} & {
|
|
@@ -675,6 +685,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
675
685
|
readonly refNames: string[] | undefined;
|
|
676
686
|
} & {
|
|
677
687
|
getCanonicalRefName(refName: string): string | undefined;
|
|
688
|
+
getCanonicalRefName2(asmName: string): string;
|
|
678
689
|
getRefNameColor(refName: string): string | undefined;
|
|
679
690
|
isValidRefName(refName: string): boolean;
|
|
680
691
|
} & {
|
|
@@ -741,6 +752,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
741
752
|
readonly refNames: string[] | undefined;
|
|
742
753
|
} & {
|
|
743
754
|
getCanonicalRefName(refName: string): string | undefined;
|
|
755
|
+
getCanonicalRefName2(asmName: string): string;
|
|
744
756
|
getRefNameColor(refName: string): string | undefined;
|
|
745
757
|
isValidRefName(refName: string): boolean;
|
|
746
758
|
} & {
|
|
@@ -778,6 +790,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
778
790
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
779
791
|
} & {
|
|
780
792
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
793
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
781
794
|
get(asmName: string): ({
|
|
782
795
|
configuration: any;
|
|
783
796
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -810,6 +823,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
810
823
|
readonly refNames: string[] | undefined;
|
|
811
824
|
} & {
|
|
812
825
|
getCanonicalRefName(refName: string): string | undefined;
|
|
826
|
+
getCanonicalRefName2(asmName: string): string;
|
|
813
827
|
getRefNameColor(refName: string): string | undefined;
|
|
814
828
|
isValidRefName(refName: string): boolean;
|
|
815
829
|
} & {
|
|
@@ -876,6 +890,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
876
890
|
readonly refNames: string[] | undefined;
|
|
877
891
|
} & {
|
|
878
892
|
getCanonicalRefName(refName: string): string | undefined;
|
|
893
|
+
getCanonicalRefName2(asmName: string): string;
|
|
879
894
|
getRefNameColor(refName: string): string | undefined;
|
|
880
895
|
isValidRefName(refName: string): boolean;
|
|
881
896
|
} & {
|
|
@@ -947,6 +962,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
947
962
|
readonly refNames: string[] | undefined;
|
|
948
963
|
} & {
|
|
949
964
|
getCanonicalRefName(refName: string): string | undefined;
|
|
965
|
+
getCanonicalRefName2(asmName: string): string;
|
|
950
966
|
getRefNameColor(refName: string): string | undefined;
|
|
951
967
|
isValidRefName(refName: string): boolean;
|
|
952
968
|
} & {
|
|
@@ -1013,6 +1029,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1013
1029
|
readonly refNames: string[] | undefined;
|
|
1014
1030
|
} & {
|
|
1015
1031
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1032
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1016
1033
|
getRefNameColor(refName: string): string | undefined;
|
|
1017
1034
|
isValidRefName(refName: string): boolean;
|
|
1018
1035
|
} & {
|
|
@@ -1119,6 +1136,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1119
1136
|
readonly refNames: string[] | undefined;
|
|
1120
1137
|
} & {
|
|
1121
1138
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1139
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1122
1140
|
getRefNameColor(refName: string): string | undefined;
|
|
1123
1141
|
isValidRefName(refName: string): boolean;
|
|
1124
1142
|
} & {
|
|
@@ -1187,6 +1205,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1187
1205
|
readonly refNames: string[] | undefined;
|
|
1188
1206
|
} & {
|
|
1189
1207
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1208
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1190
1209
|
getRefNameColor(refName: string): string | undefined;
|
|
1191
1210
|
isValidRefName(refName: string): boolean;
|
|
1192
1211
|
} & {
|
|
@@ -1253,6 +1272,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1253
1272
|
readonly refNames: string[] | undefined;
|
|
1254
1273
|
} & {
|
|
1255
1274
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1275
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1256
1276
|
getRefNameColor(refName: string): string | undefined;
|
|
1257
1277
|
isValidRefName(refName: string): boolean;
|
|
1258
1278
|
} & {
|
|
@@ -1290,6 +1310,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1290
1310
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
1291
1311
|
} & {
|
|
1292
1312
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
1313
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
1293
1314
|
get(asmName: string): ({
|
|
1294
1315
|
configuration: any;
|
|
1295
1316
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -1322,6 +1343,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1322
1343
|
readonly refNames: string[] | undefined;
|
|
1323
1344
|
} & {
|
|
1324
1345
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1346
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1325
1347
|
getRefNameColor(refName: string): string | undefined;
|
|
1326
1348
|
isValidRefName(refName: string): boolean;
|
|
1327
1349
|
} & {
|
|
@@ -1388,6 +1410,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1388
1410
|
readonly refNames: string[] | undefined;
|
|
1389
1411
|
} & {
|
|
1390
1412
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1413
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1391
1414
|
getRefNameColor(refName: string): string | undefined;
|
|
1392
1415
|
isValidRefName(refName: string): boolean;
|
|
1393
1416
|
} & {
|
|
@@ -1459,6 +1482,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1459
1482
|
readonly refNames: string[] | undefined;
|
|
1460
1483
|
} & {
|
|
1461
1484
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1485
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1462
1486
|
getRefNameColor(refName: string): string | undefined;
|
|
1463
1487
|
isValidRefName(refName: string): boolean;
|
|
1464
1488
|
} & {
|
|
@@ -1525,6 +1549,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1525
1549
|
readonly refNames: string[] | undefined;
|
|
1526
1550
|
} & {
|
|
1527
1551
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1552
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1528
1553
|
getRefNameColor(refName: string): string | undefined;
|
|
1529
1554
|
isValidRefName(refName: string): boolean;
|
|
1530
1555
|
} & {
|
|
@@ -45,6 +45,7 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
45
45
|
readonly refNames: string[] | undefined;
|
|
46
46
|
} & {
|
|
47
47
|
getCanonicalRefName(refName: string): string | undefined;
|
|
48
|
+
getCanonicalRefName2(asmName: string): string;
|
|
48
49
|
getRefNameColor(refName: string): string | undefined;
|
|
49
50
|
isValidRefName(refName: string): boolean;
|
|
50
51
|
} & {
|
|
@@ -113,6 +114,7 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
113
114
|
readonly refNames: string[] | undefined;
|
|
114
115
|
} & {
|
|
115
116
|
getCanonicalRefName(refName: string): string | undefined;
|
|
117
|
+
getCanonicalRefName2(asmName: string): string;
|
|
116
118
|
getRefNameColor(refName: string): string | undefined;
|
|
117
119
|
isValidRefName(refName: string): boolean;
|
|
118
120
|
} & {
|
|
@@ -179,6 +181,7 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
179
181
|
readonly refNames: string[] | undefined;
|
|
180
182
|
} & {
|
|
181
183
|
getCanonicalRefName(refName: string): string | undefined;
|
|
184
|
+
getCanonicalRefName2(asmName: string): string;
|
|
182
185
|
getRefNameColor(refName: string): string | undefined;
|
|
183
186
|
isValidRefName(refName: string): boolean;
|
|
184
187
|
} & {
|
|
@@ -216,6 +219,7 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
216
219
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
217
220
|
} & {
|
|
218
221
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
222
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
219
223
|
get(asmName: string): ({
|
|
220
224
|
configuration: any;
|
|
221
225
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -248,6 +252,7 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
248
252
|
readonly refNames: string[] | undefined;
|
|
249
253
|
} & {
|
|
250
254
|
getCanonicalRefName(refName: string): string | undefined;
|
|
255
|
+
getCanonicalRefName2(asmName: string): string;
|
|
251
256
|
getRefNameColor(refName: string): string | undefined;
|
|
252
257
|
isValidRefName(refName: string): boolean;
|
|
253
258
|
} & {
|
|
@@ -314,6 +319,7 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
314
319
|
readonly refNames: string[] | undefined;
|
|
315
320
|
} & {
|
|
316
321
|
getCanonicalRefName(refName: string): string | undefined;
|
|
322
|
+
getCanonicalRefName2(asmName: string): string;
|
|
317
323
|
getRefNameColor(refName: string): string | undefined;
|
|
318
324
|
isValidRefName(refName: string): boolean;
|
|
319
325
|
} & {
|
|
@@ -385,6 +391,7 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
385
391
|
readonly refNames: string[] | undefined;
|
|
386
392
|
} & {
|
|
387
393
|
getCanonicalRefName(refName: string): string | undefined;
|
|
394
|
+
getCanonicalRefName2(asmName: string): string;
|
|
388
395
|
getRefNameColor(refName: string): string | undefined;
|
|
389
396
|
isValidRefName(refName: string): boolean;
|
|
390
397
|
} & {
|
|
@@ -451,6 +458,7 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
451
458
|
readonly refNames: string[] | undefined;
|
|
452
459
|
} & {
|
|
453
460
|
getCanonicalRefName(refName: string): string | undefined;
|
|
461
|
+
getCanonicalRefName2(asmName: string): string;
|
|
454
462
|
getRefNameColor(refName: string): string | undefined;
|
|
455
463
|
isValidRefName(refName: string): boolean;
|
|
456
464
|
} & {
|
|
@@ -55,6 +55,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
55
55
|
readonly refNames: string[] | undefined;
|
|
56
56
|
} & {
|
|
57
57
|
getCanonicalRefName(refName: string): string | undefined;
|
|
58
|
+
getCanonicalRefName2(asmName: string): string;
|
|
58
59
|
getRefNameColor(refName: string): string | undefined;
|
|
59
60
|
isValidRefName(refName: string): boolean;
|
|
60
61
|
} & {
|
|
@@ -121,6 +122,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
121
122
|
readonly refNames: string[] | undefined;
|
|
122
123
|
} & {
|
|
123
124
|
getCanonicalRefName(refName: string): string | undefined;
|
|
125
|
+
getCanonicalRefName2(asmName: string): string;
|
|
124
126
|
getRefNameColor(refName: string): string | undefined;
|
|
125
127
|
isValidRefName(refName: string): boolean;
|
|
126
128
|
} & {
|
|
@@ -189,6 +191,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
189
191
|
readonly refNames: string[] | undefined;
|
|
190
192
|
} & {
|
|
191
193
|
getCanonicalRefName(refName: string): string | undefined;
|
|
194
|
+
getCanonicalRefName2(asmName: string): string;
|
|
192
195
|
getRefNameColor(refName: string): string | undefined;
|
|
193
196
|
isValidRefName(refName: string): boolean;
|
|
194
197
|
} & {
|
|
@@ -255,6 +258,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
255
258
|
readonly refNames: string[] | undefined;
|
|
256
259
|
} & {
|
|
257
260
|
getCanonicalRefName(refName: string): string | undefined;
|
|
261
|
+
getCanonicalRefName2(asmName: string): string;
|
|
258
262
|
getRefNameColor(refName: string): string | undefined;
|
|
259
263
|
isValidRefName(refName: string): boolean;
|
|
260
264
|
} & {
|
|
@@ -292,6 +296,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
292
296
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
293
297
|
} & {
|
|
294
298
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
299
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
295
300
|
get(asmName: string): ({
|
|
296
301
|
configuration: any;
|
|
297
302
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -324,6 +329,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
324
329
|
readonly refNames: string[] | undefined;
|
|
325
330
|
} & {
|
|
326
331
|
getCanonicalRefName(refName: string): string | undefined;
|
|
332
|
+
getCanonicalRefName2(asmName: string): string;
|
|
327
333
|
getRefNameColor(refName: string): string | undefined;
|
|
328
334
|
isValidRefName(refName: string): boolean;
|
|
329
335
|
} & {
|
|
@@ -390,6 +396,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
390
396
|
readonly refNames: string[] | undefined;
|
|
391
397
|
} & {
|
|
392
398
|
getCanonicalRefName(refName: string): string | undefined;
|
|
399
|
+
getCanonicalRefName2(asmName: string): string;
|
|
393
400
|
getRefNameColor(refName: string): string | undefined;
|
|
394
401
|
isValidRefName(refName: string): boolean;
|
|
395
402
|
} & {
|
|
@@ -461,6 +468,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
461
468
|
readonly refNames: string[] | undefined;
|
|
462
469
|
} & {
|
|
463
470
|
getCanonicalRefName(refName: string): string | undefined;
|
|
471
|
+
getCanonicalRefName2(asmName: string): string;
|
|
464
472
|
getRefNameColor(refName: string): string | undefined;
|
|
465
473
|
isValidRefName(refName: string): boolean;
|
|
466
474
|
} & {
|
|
@@ -527,6 +535,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
527
535
|
readonly refNames: string[] | undefined;
|
|
528
536
|
} & {
|
|
529
537
|
getCanonicalRefName(refName: string): string | undefined;
|
|
538
|
+
getCanonicalRefName2(asmName: string): string;
|
|
530
539
|
getRefNameColor(refName: string): string | undefined;
|
|
531
540
|
isValidRefName(refName: string): boolean;
|
|
532
541
|
} & {
|
|
@@ -616,6 +625,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
616
625
|
readonly refNames: string[] | undefined;
|
|
617
626
|
} & {
|
|
618
627
|
getCanonicalRefName(refName: string): string | undefined;
|
|
628
|
+
getCanonicalRefName2(asmName: string): string;
|
|
619
629
|
getRefNameColor(refName: string): string | undefined;
|
|
620
630
|
isValidRefName(refName: string): boolean;
|
|
621
631
|
} & {
|
|
@@ -684,6 +694,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
684
694
|
readonly refNames: string[] | undefined;
|
|
685
695
|
} & {
|
|
686
696
|
getCanonicalRefName(refName: string): string | undefined;
|
|
697
|
+
getCanonicalRefName2(asmName: string): string;
|
|
687
698
|
getRefNameColor(refName: string): string | undefined;
|
|
688
699
|
isValidRefName(refName: string): boolean;
|
|
689
700
|
} & {
|
|
@@ -750,6 +761,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
750
761
|
readonly refNames: string[] | undefined;
|
|
751
762
|
} & {
|
|
752
763
|
getCanonicalRefName(refName: string): string | undefined;
|
|
764
|
+
getCanonicalRefName2(asmName: string): string;
|
|
753
765
|
getRefNameColor(refName: string): string | undefined;
|
|
754
766
|
isValidRefName(refName: string): boolean;
|
|
755
767
|
} & {
|
|
@@ -787,6 +799,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
787
799
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
788
800
|
} & {
|
|
789
801
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
802
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
790
803
|
get(asmName: string): ({
|
|
791
804
|
configuration: any;
|
|
792
805
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -819,6 +832,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
819
832
|
readonly refNames: string[] | undefined;
|
|
820
833
|
} & {
|
|
821
834
|
getCanonicalRefName(refName: string): string | undefined;
|
|
835
|
+
getCanonicalRefName2(asmName: string): string;
|
|
822
836
|
getRefNameColor(refName: string): string | undefined;
|
|
823
837
|
isValidRefName(refName: string): boolean;
|
|
824
838
|
} & {
|
|
@@ -885,6 +899,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
885
899
|
readonly refNames: string[] | undefined;
|
|
886
900
|
} & {
|
|
887
901
|
getCanonicalRefName(refName: string): string | undefined;
|
|
902
|
+
getCanonicalRefName2(asmName: string): string;
|
|
888
903
|
getRefNameColor(refName: string): string | undefined;
|
|
889
904
|
isValidRefName(refName: string): boolean;
|
|
890
905
|
} & {
|
|
@@ -956,6 +971,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
956
971
|
readonly refNames: string[] | undefined;
|
|
957
972
|
} & {
|
|
958
973
|
getCanonicalRefName(refName: string): string | undefined;
|
|
974
|
+
getCanonicalRefName2(asmName: string): string;
|
|
959
975
|
getRefNameColor(refName: string): string | undefined;
|
|
960
976
|
isValidRefName(refName: string): boolean;
|
|
961
977
|
} & {
|
|
@@ -1022,6 +1038,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1022
1038
|
readonly refNames: string[] | undefined;
|
|
1023
1039
|
} & {
|
|
1024
1040
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1041
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1025
1042
|
getRefNameColor(refName: string): string | undefined;
|
|
1026
1043
|
isValidRefName(refName: string): boolean;
|
|
1027
1044
|
} & {
|
|
@@ -1128,6 +1145,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1128
1145
|
readonly refNames: string[] | undefined;
|
|
1129
1146
|
} & {
|
|
1130
1147
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1148
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1131
1149
|
getRefNameColor(refName: string): string | undefined;
|
|
1132
1150
|
isValidRefName(refName: string): boolean;
|
|
1133
1151
|
} & {
|
|
@@ -1196,6 +1214,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1196
1214
|
readonly refNames: string[] | undefined;
|
|
1197
1215
|
} & {
|
|
1198
1216
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1217
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1199
1218
|
getRefNameColor(refName: string): string | undefined;
|
|
1200
1219
|
isValidRefName(refName: string): boolean;
|
|
1201
1220
|
} & {
|
|
@@ -1262,6 +1281,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1262
1281
|
readonly refNames: string[] | undefined;
|
|
1263
1282
|
} & {
|
|
1264
1283
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1284
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1265
1285
|
getRefNameColor(refName: string): string | undefined;
|
|
1266
1286
|
isValidRefName(refName: string): boolean;
|
|
1267
1287
|
} & {
|
|
@@ -1299,6 +1319,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1299
1319
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
1300
1320
|
} & {
|
|
1301
1321
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
1322
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
1302
1323
|
get(asmName: string): ({
|
|
1303
1324
|
configuration: any;
|
|
1304
1325
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -1331,6 +1352,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1331
1352
|
readonly refNames: string[] | undefined;
|
|
1332
1353
|
} & {
|
|
1333
1354
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1355
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1334
1356
|
getRefNameColor(refName: string): string | undefined;
|
|
1335
1357
|
isValidRefName(refName: string): boolean;
|
|
1336
1358
|
} & {
|
|
@@ -1397,6 +1419,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1397
1419
|
readonly refNames: string[] | undefined;
|
|
1398
1420
|
} & {
|
|
1399
1421
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1422
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1400
1423
|
getRefNameColor(refName: string): string | undefined;
|
|
1401
1424
|
isValidRefName(refName: string): boolean;
|
|
1402
1425
|
} & {
|
|
@@ -1468,6 +1491,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1468
1491
|
readonly refNames: string[] | undefined;
|
|
1469
1492
|
} & {
|
|
1470
1493
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1494
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1471
1495
|
getRefNameColor(refName: string): string | undefined;
|
|
1472
1496
|
isValidRefName(refName: string): boolean;
|
|
1473
1497
|
} & {
|
|
@@ -1534,6 +1558,7 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1534
1558
|
readonly refNames: string[] | undefined;
|
|
1535
1559
|
} & {
|
|
1536
1560
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1561
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1537
1562
|
getRefNameColor(refName: string): string | undefined;
|
|
1538
1563
|
isValidRefName(refName: string): boolean;
|
|
1539
1564
|
} & {
|
|
@@ -48,6 +48,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
48
48
|
readonly refNames: string[] | undefined;
|
|
49
49
|
} & {
|
|
50
50
|
getCanonicalRefName(refName: string): string | undefined;
|
|
51
|
+
getCanonicalRefName2(asmName: string): string;
|
|
51
52
|
getRefNameColor(refName: string): string | undefined;
|
|
52
53
|
isValidRefName(refName: string): boolean;
|
|
53
54
|
} & {
|
|
@@ -114,6 +115,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
114
115
|
readonly refNames: string[] | undefined;
|
|
115
116
|
} & {
|
|
116
117
|
getCanonicalRefName(refName: string): string | undefined;
|
|
118
|
+
getCanonicalRefName2(asmName: string): string;
|
|
117
119
|
getRefNameColor(refName: string): string | undefined;
|
|
118
120
|
isValidRefName(refName: string): boolean;
|
|
119
121
|
} & {
|
|
@@ -182,6 +184,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
182
184
|
readonly refNames: string[] | undefined;
|
|
183
185
|
} & {
|
|
184
186
|
getCanonicalRefName(refName: string): string | undefined;
|
|
187
|
+
getCanonicalRefName2(asmName: string): string;
|
|
185
188
|
getRefNameColor(refName: string): string | undefined;
|
|
186
189
|
isValidRefName(refName: string): boolean;
|
|
187
190
|
} & {
|
|
@@ -248,6 +251,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
248
251
|
readonly refNames: string[] | undefined;
|
|
249
252
|
} & {
|
|
250
253
|
getCanonicalRefName(refName: string): string | undefined;
|
|
254
|
+
getCanonicalRefName2(asmName: string): string;
|
|
251
255
|
getRefNameColor(refName: string): string | undefined;
|
|
252
256
|
isValidRefName(refName: string): boolean;
|
|
253
257
|
} & {
|
|
@@ -285,6 +289,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
285
289
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
286
290
|
} & {
|
|
287
291
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
292
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
288
293
|
get(asmName: string): ({
|
|
289
294
|
configuration: any;
|
|
290
295
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -317,6 +322,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
317
322
|
readonly refNames: string[] | undefined;
|
|
318
323
|
} & {
|
|
319
324
|
getCanonicalRefName(refName: string): string | undefined;
|
|
325
|
+
getCanonicalRefName2(asmName: string): string;
|
|
320
326
|
getRefNameColor(refName: string): string | undefined;
|
|
321
327
|
isValidRefName(refName: string): boolean;
|
|
322
328
|
} & {
|
|
@@ -383,6 +389,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
383
389
|
readonly refNames: string[] | undefined;
|
|
384
390
|
} & {
|
|
385
391
|
getCanonicalRefName(refName: string): string | undefined;
|
|
392
|
+
getCanonicalRefName2(asmName: string): string;
|
|
386
393
|
getRefNameColor(refName: string): string | undefined;
|
|
387
394
|
isValidRefName(refName: string): boolean;
|
|
388
395
|
} & {
|
|
@@ -454,6 +461,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
454
461
|
readonly refNames: string[] | undefined;
|
|
455
462
|
} & {
|
|
456
463
|
getCanonicalRefName(refName: string): string | undefined;
|
|
464
|
+
getCanonicalRefName2(asmName: string): string;
|
|
457
465
|
getRefNameColor(refName: string): string | undefined;
|
|
458
466
|
isValidRefName(refName: string): boolean;
|
|
459
467
|
} & {
|
|
@@ -520,6 +528,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
520
528
|
readonly refNames: string[] | undefined;
|
|
521
529
|
} & {
|
|
522
530
|
getCanonicalRefName(refName: string): string | undefined;
|
|
531
|
+
getCanonicalRefName2(asmName: string): string;
|
|
523
532
|
getRefNameColor(refName: string): string | undefined;
|
|
524
533
|
isValidRefName(refName: string): boolean;
|
|
525
534
|
} & {
|
|
@@ -609,6 +618,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
609
618
|
readonly refNames: string[] | undefined;
|
|
610
619
|
} & {
|
|
611
620
|
getCanonicalRefName(refName: string): string | undefined;
|
|
621
|
+
getCanonicalRefName2(asmName: string): string;
|
|
612
622
|
getRefNameColor(refName: string): string | undefined;
|
|
613
623
|
isValidRefName(refName: string): boolean;
|
|
614
624
|
} & {
|
|
@@ -677,6 +687,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
677
687
|
readonly refNames: string[] | undefined;
|
|
678
688
|
} & {
|
|
679
689
|
getCanonicalRefName(refName: string): string | undefined;
|
|
690
|
+
getCanonicalRefName2(asmName: string): string;
|
|
680
691
|
getRefNameColor(refName: string): string | undefined;
|
|
681
692
|
isValidRefName(refName: string): boolean;
|
|
682
693
|
} & {
|
|
@@ -743,6 +754,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
743
754
|
readonly refNames: string[] | undefined;
|
|
744
755
|
} & {
|
|
745
756
|
getCanonicalRefName(refName: string): string | undefined;
|
|
757
|
+
getCanonicalRefName2(asmName: string): string;
|
|
746
758
|
getRefNameColor(refName: string): string | undefined;
|
|
747
759
|
isValidRefName(refName: string): boolean;
|
|
748
760
|
} & {
|
|
@@ -780,6 +792,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
780
792
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
781
793
|
} & {
|
|
782
794
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
795
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
783
796
|
get(asmName: string): ({
|
|
784
797
|
configuration: any;
|
|
785
798
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -812,6 +825,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
812
825
|
readonly refNames: string[] | undefined;
|
|
813
826
|
} & {
|
|
814
827
|
getCanonicalRefName(refName: string): string | undefined;
|
|
828
|
+
getCanonicalRefName2(asmName: string): string;
|
|
815
829
|
getRefNameColor(refName: string): string | undefined;
|
|
816
830
|
isValidRefName(refName: string): boolean;
|
|
817
831
|
} & {
|
|
@@ -878,6 +892,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
878
892
|
readonly refNames: string[] | undefined;
|
|
879
893
|
} & {
|
|
880
894
|
getCanonicalRefName(refName: string): string | undefined;
|
|
895
|
+
getCanonicalRefName2(asmName: string): string;
|
|
881
896
|
getRefNameColor(refName: string): string | undefined;
|
|
882
897
|
isValidRefName(refName: string): boolean;
|
|
883
898
|
} & {
|
|
@@ -949,6 +964,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
949
964
|
readonly refNames: string[] | undefined;
|
|
950
965
|
} & {
|
|
951
966
|
getCanonicalRefName(refName: string): string | undefined;
|
|
967
|
+
getCanonicalRefName2(asmName: string): string;
|
|
952
968
|
getRefNameColor(refName: string): string | undefined;
|
|
953
969
|
isValidRefName(refName: string): boolean;
|
|
954
970
|
} & {
|
|
@@ -1015,6 +1031,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1015
1031
|
readonly refNames: string[] | undefined;
|
|
1016
1032
|
} & {
|
|
1017
1033
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1034
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1018
1035
|
getRefNameColor(refName: string): string | undefined;
|
|
1019
1036
|
isValidRefName(refName: string): boolean;
|
|
1020
1037
|
} & {
|
|
@@ -1121,6 +1138,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1121
1138
|
readonly refNames: string[] | undefined;
|
|
1122
1139
|
} & {
|
|
1123
1140
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1141
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1124
1142
|
getRefNameColor(refName: string): string | undefined;
|
|
1125
1143
|
isValidRefName(refName: string): boolean;
|
|
1126
1144
|
} & {
|
|
@@ -1189,6 +1207,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1189
1207
|
readonly refNames: string[] | undefined;
|
|
1190
1208
|
} & {
|
|
1191
1209
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1210
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1192
1211
|
getRefNameColor(refName: string): string | undefined;
|
|
1193
1212
|
isValidRefName(refName: string): boolean;
|
|
1194
1213
|
} & {
|
|
@@ -1255,6 +1274,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1255
1274
|
readonly refNames: string[] | undefined;
|
|
1256
1275
|
} & {
|
|
1257
1276
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1277
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1258
1278
|
getRefNameColor(refName: string): string | undefined;
|
|
1259
1279
|
isValidRefName(refName: string): boolean;
|
|
1260
1280
|
} & {
|
|
@@ -1292,6 +1312,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1292
1312
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
1293
1313
|
} & {
|
|
1294
1314
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
1315
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
1295
1316
|
get(asmName: string): ({
|
|
1296
1317
|
configuration: any;
|
|
1297
1318
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -1324,6 +1345,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1324
1345
|
readonly refNames: string[] | undefined;
|
|
1325
1346
|
} & {
|
|
1326
1347
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1348
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1327
1349
|
getRefNameColor(refName: string): string | undefined;
|
|
1328
1350
|
isValidRefName(refName: string): boolean;
|
|
1329
1351
|
} & {
|
|
@@ -1390,6 +1412,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1390
1412
|
readonly refNames: string[] | undefined;
|
|
1391
1413
|
} & {
|
|
1392
1414
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1415
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1393
1416
|
getRefNameColor(refName: string): string | undefined;
|
|
1394
1417
|
isValidRefName(refName: string): boolean;
|
|
1395
1418
|
} & {
|
|
@@ -1461,6 +1484,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1461
1484
|
readonly refNames: string[] | undefined;
|
|
1462
1485
|
} & {
|
|
1463
1486
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1487
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1464
1488
|
getRefNameColor(refName: string): string | undefined;
|
|
1465
1489
|
isValidRefName(refName: string): boolean;
|
|
1466
1490
|
} & {
|
|
@@ -1527,6 +1551,7 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1527
1551
|
readonly refNames: string[] | undefined;
|
|
1528
1552
|
} & {
|
|
1529
1553
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1554
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1530
1555
|
getRefNameColor(refName: string): string | undefined;
|
|
1531
1556
|
isValidRefName(refName: string): boolean;
|
|
1532
1557
|
} & {
|
package/esm/Session/Tracks.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
46
46
|
readonly refNames: string[] | undefined;
|
|
47
47
|
} & {
|
|
48
48
|
getCanonicalRefName(refName: string): string | undefined;
|
|
49
|
+
getCanonicalRefName2(asmName: string): string;
|
|
49
50
|
getRefNameColor(refName: string): string | undefined;
|
|
50
51
|
isValidRefName(refName: string): boolean;
|
|
51
52
|
} & {
|
|
@@ -112,6 +113,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
112
113
|
readonly refNames: string[] | undefined;
|
|
113
114
|
} & {
|
|
114
115
|
getCanonicalRefName(refName: string): string | undefined;
|
|
116
|
+
getCanonicalRefName2(asmName: string): string;
|
|
115
117
|
getRefNameColor(refName: string): string | undefined;
|
|
116
118
|
isValidRefName(refName: string): boolean;
|
|
117
119
|
} & {
|
|
@@ -180,6 +182,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
180
182
|
readonly refNames: string[] | undefined;
|
|
181
183
|
} & {
|
|
182
184
|
getCanonicalRefName(refName: string): string | undefined;
|
|
185
|
+
getCanonicalRefName2(asmName: string): string;
|
|
183
186
|
getRefNameColor(refName: string): string | undefined;
|
|
184
187
|
isValidRefName(refName: string): boolean;
|
|
185
188
|
} & {
|
|
@@ -246,6 +249,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
246
249
|
readonly refNames: string[] | undefined;
|
|
247
250
|
} & {
|
|
248
251
|
getCanonicalRefName(refName: string): string | undefined;
|
|
252
|
+
getCanonicalRefName2(asmName: string): string;
|
|
249
253
|
getRefNameColor(refName: string): string | undefined;
|
|
250
254
|
isValidRefName(refName: string): boolean;
|
|
251
255
|
} & {
|
|
@@ -283,6 +287,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
283
287
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
284
288
|
} & {
|
|
285
289
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
290
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
286
291
|
get(asmName: string): ({
|
|
287
292
|
configuration: any;
|
|
288
293
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -315,6 +320,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
315
320
|
readonly refNames: string[] | undefined;
|
|
316
321
|
} & {
|
|
317
322
|
getCanonicalRefName(refName: string): string | undefined;
|
|
323
|
+
getCanonicalRefName2(asmName: string): string;
|
|
318
324
|
getRefNameColor(refName: string): string | undefined;
|
|
319
325
|
isValidRefName(refName: string): boolean;
|
|
320
326
|
} & {
|
|
@@ -381,6 +387,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
381
387
|
readonly refNames: string[] | undefined;
|
|
382
388
|
} & {
|
|
383
389
|
getCanonicalRefName(refName: string): string | undefined;
|
|
390
|
+
getCanonicalRefName2(asmName: string): string;
|
|
384
391
|
getRefNameColor(refName: string): string | undefined;
|
|
385
392
|
isValidRefName(refName: string): boolean;
|
|
386
393
|
} & {
|
|
@@ -452,6 +459,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
452
459
|
readonly refNames: string[] | undefined;
|
|
453
460
|
} & {
|
|
454
461
|
getCanonicalRefName(refName: string): string | undefined;
|
|
462
|
+
getCanonicalRefName2(asmName: string): string;
|
|
455
463
|
getRefNameColor(refName: string): string | undefined;
|
|
456
464
|
isValidRefName(refName: string): boolean;
|
|
457
465
|
} & {
|
|
@@ -518,6 +526,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
518
526
|
readonly refNames: string[] | undefined;
|
|
519
527
|
} & {
|
|
520
528
|
getCanonicalRefName(refName: string): string | undefined;
|
|
529
|
+
getCanonicalRefName2(asmName: string): string;
|
|
521
530
|
getRefNameColor(refName: string): string | undefined;
|
|
522
531
|
isValidRefName(refName: string): boolean;
|
|
523
532
|
} & {
|
|
@@ -607,6 +616,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
607
616
|
readonly refNames: string[] | undefined;
|
|
608
617
|
} & {
|
|
609
618
|
getCanonicalRefName(refName: string): string | undefined;
|
|
619
|
+
getCanonicalRefName2(asmName: string): string;
|
|
610
620
|
getRefNameColor(refName: string): string | undefined;
|
|
611
621
|
isValidRefName(refName: string): boolean;
|
|
612
622
|
} & {
|
|
@@ -675,6 +685,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
675
685
|
readonly refNames: string[] | undefined;
|
|
676
686
|
} & {
|
|
677
687
|
getCanonicalRefName(refName: string): string | undefined;
|
|
688
|
+
getCanonicalRefName2(asmName: string): string;
|
|
678
689
|
getRefNameColor(refName: string): string | undefined;
|
|
679
690
|
isValidRefName(refName: string): boolean;
|
|
680
691
|
} & {
|
|
@@ -741,6 +752,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
741
752
|
readonly refNames: string[] | undefined;
|
|
742
753
|
} & {
|
|
743
754
|
getCanonicalRefName(refName: string): string | undefined;
|
|
755
|
+
getCanonicalRefName2(asmName: string): string;
|
|
744
756
|
getRefNameColor(refName: string): string | undefined;
|
|
745
757
|
isValidRefName(refName: string): boolean;
|
|
746
758
|
} & {
|
|
@@ -778,6 +790,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
778
790
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
779
791
|
} & {
|
|
780
792
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
793
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
781
794
|
get(asmName: string): ({
|
|
782
795
|
configuration: any;
|
|
783
796
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -810,6 +823,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
810
823
|
readonly refNames: string[] | undefined;
|
|
811
824
|
} & {
|
|
812
825
|
getCanonicalRefName(refName: string): string | undefined;
|
|
826
|
+
getCanonicalRefName2(asmName: string): string;
|
|
813
827
|
getRefNameColor(refName: string): string | undefined;
|
|
814
828
|
isValidRefName(refName: string): boolean;
|
|
815
829
|
} & {
|
|
@@ -876,6 +890,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
876
890
|
readonly refNames: string[] | undefined;
|
|
877
891
|
} & {
|
|
878
892
|
getCanonicalRefName(refName: string): string | undefined;
|
|
893
|
+
getCanonicalRefName2(asmName: string): string;
|
|
879
894
|
getRefNameColor(refName: string): string | undefined;
|
|
880
895
|
isValidRefName(refName: string): boolean;
|
|
881
896
|
} & {
|
|
@@ -947,6 +962,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
947
962
|
readonly refNames: string[] | undefined;
|
|
948
963
|
} & {
|
|
949
964
|
getCanonicalRefName(refName: string): string | undefined;
|
|
965
|
+
getCanonicalRefName2(asmName: string): string;
|
|
950
966
|
getRefNameColor(refName: string): string | undefined;
|
|
951
967
|
isValidRefName(refName: string): boolean;
|
|
952
968
|
} & {
|
|
@@ -1013,6 +1029,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1013
1029
|
readonly refNames: string[] | undefined;
|
|
1014
1030
|
} & {
|
|
1015
1031
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1032
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1016
1033
|
getRefNameColor(refName: string): string | undefined;
|
|
1017
1034
|
isValidRefName(refName: string): boolean;
|
|
1018
1035
|
} & {
|
|
@@ -1119,6 +1136,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1119
1136
|
readonly refNames: string[] | undefined;
|
|
1120
1137
|
} & {
|
|
1121
1138
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1139
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1122
1140
|
getRefNameColor(refName: string): string | undefined;
|
|
1123
1141
|
isValidRefName(refName: string): boolean;
|
|
1124
1142
|
} & {
|
|
@@ -1187,6 +1205,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1187
1205
|
readonly refNames: string[] | undefined;
|
|
1188
1206
|
} & {
|
|
1189
1207
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1208
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1190
1209
|
getRefNameColor(refName: string): string | undefined;
|
|
1191
1210
|
isValidRefName(refName: string): boolean;
|
|
1192
1211
|
} & {
|
|
@@ -1253,6 +1272,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1253
1272
|
readonly refNames: string[] | undefined;
|
|
1254
1273
|
} & {
|
|
1255
1274
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1275
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1256
1276
|
getRefNameColor(refName: string): string | undefined;
|
|
1257
1277
|
isValidRefName(refName: string): boolean;
|
|
1258
1278
|
} & {
|
|
@@ -1290,6 +1310,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1290
1310
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
1291
1311
|
} & {
|
|
1292
1312
|
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
1313
|
+
getCanonicalAssemblyName2(asmName: string): string;
|
|
1293
1314
|
get(asmName: string): ({
|
|
1294
1315
|
configuration: any;
|
|
1295
1316
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -1322,6 +1343,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1322
1343
|
readonly refNames: string[] | undefined;
|
|
1323
1344
|
} & {
|
|
1324
1345
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1346
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1325
1347
|
getRefNameColor(refName: string): string | undefined;
|
|
1326
1348
|
isValidRefName(refName: string): boolean;
|
|
1327
1349
|
} & {
|
|
@@ -1388,6 +1410,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1388
1410
|
readonly refNames: string[] | undefined;
|
|
1389
1411
|
} & {
|
|
1390
1412
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1413
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1391
1414
|
getRefNameColor(refName: string): string | undefined;
|
|
1392
1415
|
isValidRefName(refName: string): boolean;
|
|
1393
1416
|
} & {
|
|
@@ -1459,6 +1482,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1459
1482
|
readonly refNames: string[] | undefined;
|
|
1460
1483
|
} & {
|
|
1461
1484
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1485
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1462
1486
|
getRefNameColor(refName: string): string | undefined;
|
|
1463
1487
|
isValidRefName(refName: string): boolean;
|
|
1464
1488
|
} & {
|
|
@@ -1525,6 +1549,7 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1525
1549
|
readonly refNames: string[] | undefined;
|
|
1526
1550
|
} & {
|
|
1527
1551
|
getCanonicalRefName(refName: string): string | undefined;
|
|
1552
|
+
getCanonicalRefName2(asmName: string): string;
|
|
1528
1553
|
getRefNameColor(refName: string): string | undefined;
|
|
1529
1554
|
isValidRefName(refName: string): boolean;
|
|
1530
1555
|
} & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/product-core",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "JBrowse 2 code shared between products but not used by plugins",
|
|
6
6
|
"keywords": [
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@babel/runtime": "^7.16.3",
|
|
46
|
-
"@jbrowse/core": "^3.
|
|
46
|
+
"@jbrowse/core": "^3.7.0",
|
|
47
47
|
"@mui/icons-material": "^7.0.0",
|
|
48
48
|
"@mui/material": "^7.0.0",
|
|
49
49
|
"copy-to-clipboard": "^3.3.1",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "85bdd0d58286b7adbfd408146b15847676317635"
|
|
66
66
|
}
|