@jbrowse/react-circular-genome-view2 3.6.2 → 3.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/createModel/createModel.d.ts +7 -0
- package/dist/createModel/createSessionModel.d.ts +3 -0
- package/dist/createViewState.d.ts +18 -0
- package/dist/react-circular-genome-view.umd.production.min.js +6 -6
- package/dist/react-circular-genome-view.umd.production.min.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/esm/createModel/createModel.d.ts +7 -0
- package/esm/createModel/createSessionModel.d.ts +3 -0
- package/esm/createViewState.d.ts +18 -0
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +13 -13
|
@@ -442,6 +442,7 @@ export default function createModel(runtimePlugins: PluginConstructor[], makeWor
|
|
|
442
442
|
afterCreate(): void;
|
|
443
443
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
444
444
|
} & {
|
|
445
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
445
446
|
get(asmName: string): ({
|
|
446
447
|
configuration: any;
|
|
447
448
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -936,6 +937,7 @@ export default function createModel(runtimePlugins: PluginConstructor[], makeWor
|
|
|
936
937
|
afterCreate(): void;
|
|
937
938
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
938
939
|
} & {
|
|
940
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
939
941
|
get(asmName: string): ({
|
|
940
942
|
configuration: any;
|
|
941
943
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -1447,6 +1449,7 @@ export default function createModel(runtimePlugins: PluginConstructor[], makeWor
|
|
|
1447
1449
|
afterCreate(): void;
|
|
1448
1450
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
1449
1451
|
} & {
|
|
1452
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
1450
1453
|
get(asmName: string): ({
|
|
1451
1454
|
configuration: any;
|
|
1452
1455
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -2149,6 +2152,7 @@ export default function createModel(runtimePlugins: PluginConstructor[], makeWor
|
|
|
2149
2152
|
afterCreate(): void;
|
|
2150
2153
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
2151
2154
|
} & {
|
|
2155
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
2152
2156
|
get(asmName: string): ({
|
|
2153
2157
|
configuration: any;
|
|
2154
2158
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -2783,6 +2787,7 @@ export default function createModel(runtimePlugins: PluginConstructor[], makeWor
|
|
|
2783
2787
|
afterCreate(): void;
|
|
2784
2788
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
2785
2789
|
} & {
|
|
2790
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
2786
2791
|
get(asmName: string): ({
|
|
2787
2792
|
configuration: any;
|
|
2788
2793
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -3277,6 +3282,7 @@ export default function createModel(runtimePlugins: PluginConstructor[], makeWor
|
|
|
3277
3282
|
afterCreate(): void;
|
|
3278
3283
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
3279
3284
|
} & {
|
|
3285
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
3280
3286
|
get(asmName: string): ({
|
|
3281
3287
|
configuration: any;
|
|
3282
3288
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -3788,6 +3794,7 @@ export default function createModel(runtimePlugins: PluginConstructor[], makeWor
|
|
|
3788
3794
|
afterCreate(): void;
|
|
3789
3795
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
3790
3796
|
} & {
|
|
3797
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
3791
3798
|
get(asmName: string): ({
|
|
3792
3799
|
configuration: any;
|
|
3793
3800
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -334,6 +334,7 @@ export default function sessionModelFactory(pluginManager: PluginManager): impor
|
|
|
334
334
|
afterCreate(): void;
|
|
335
335
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
336
336
|
} & {
|
|
337
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
337
338
|
get(asmName: string): ({
|
|
338
339
|
configuration: any;
|
|
339
340
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -828,6 +829,7 @@ export default function sessionModelFactory(pluginManager: PluginManager): impor
|
|
|
828
829
|
afterCreate(): void;
|
|
829
830
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
830
831
|
} & {
|
|
832
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
831
833
|
get(asmName: string): ({
|
|
832
834
|
configuration: any;
|
|
833
835
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -1339,6 +1341,7 @@ export default function sessionModelFactory(pluginManager: PluginManager): impor
|
|
|
1339
1341
|
afterCreate(): void;
|
|
1340
1342
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
1341
1343
|
} & {
|
|
1344
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
1342
1345
|
get(asmName: string): ({
|
|
1343
1346
|
configuration: any;
|
|
1344
1347
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -616,6 +616,7 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
616
616
|
afterCreate(): void;
|
|
617
617
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
618
618
|
} & {
|
|
619
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
619
620
|
get(asmName: string): ({
|
|
620
621
|
configuration: any;
|
|
621
622
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -1110,6 +1111,7 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
1110
1111
|
afterCreate(): void;
|
|
1111
1112
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
1112
1113
|
} & {
|
|
1114
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
1113
1115
|
get(asmName: string): ({
|
|
1114
1116
|
configuration: any;
|
|
1115
1117
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -1621,6 +1623,7 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
1621
1623
|
afterCreate(): void;
|
|
1622
1624
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
1623
1625
|
} & {
|
|
1626
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
1624
1627
|
get(asmName: string): ({
|
|
1625
1628
|
configuration: any;
|
|
1626
1629
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -2453,6 +2456,7 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
2453
2456
|
afterCreate(): void;
|
|
2454
2457
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
2455
2458
|
} & {
|
|
2459
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
2456
2460
|
get(asmName: string): ({
|
|
2457
2461
|
configuration: any;
|
|
2458
2462
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -2947,6 +2951,7 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
2947
2951
|
afterCreate(): void;
|
|
2948
2952
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
2949
2953
|
} & {
|
|
2954
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
2950
2955
|
get(asmName: string): ({
|
|
2951
2956
|
configuration: any;
|
|
2952
2957
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -3458,6 +3463,7 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
3458
3463
|
afterCreate(): void;
|
|
3459
3464
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
3460
3465
|
} & {
|
|
3466
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
3461
3467
|
get(asmName: string): ({
|
|
3462
3468
|
configuration: any;
|
|
3463
3469
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -4226,6 +4232,7 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
4226
4232
|
afterCreate(): void;
|
|
4227
4233
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
4228
4234
|
} & {
|
|
4235
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
4229
4236
|
get(asmName: string): ({
|
|
4230
4237
|
configuration: any;
|
|
4231
4238
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -4720,6 +4727,7 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
4720
4727
|
afterCreate(): void;
|
|
4721
4728
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
4722
4729
|
} & {
|
|
4730
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
4723
4731
|
get(asmName: string): ({
|
|
4724
4732
|
configuration: any;
|
|
4725
4733
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -5354,6 +5362,7 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
5354
5362
|
afterCreate(): void;
|
|
5355
5363
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
5356
5364
|
} & {
|
|
5365
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
5357
5366
|
get(asmName: string): ({
|
|
5358
5367
|
configuration: any;
|
|
5359
5368
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -5848,6 +5857,7 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
5848
5857
|
afterCreate(): void;
|
|
5849
5858
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
5850
5859
|
} & {
|
|
5860
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
5851
5861
|
get(asmName: string): ({
|
|
5852
5862
|
configuration: any;
|
|
5853
5863
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -6359,6 +6369,7 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6359
6369
|
afterCreate(): void;
|
|
6360
6370
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
6361
6371
|
} & {
|
|
6372
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
6362
6373
|
get(asmName: string): ({
|
|
6363
6374
|
configuration: any;
|
|
6364
6375
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -7524,6 +7535,7 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
7524
7535
|
afterCreate(): void;
|
|
7525
7536
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
7526
7537
|
} & {
|
|
7538
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
7527
7539
|
get(asmName: string): ({
|
|
7528
7540
|
configuration: any;
|
|
7529
7541
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -8018,6 +8030,7 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
8018
8030
|
afterCreate(): void;
|
|
8019
8031
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
8020
8032
|
} & {
|
|
8033
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
8021
8034
|
get(asmName: string): ({
|
|
8022
8035
|
configuration: any;
|
|
8023
8036
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -8529,6 +8542,7 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
8529
8542
|
afterCreate(): void;
|
|
8530
8543
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
8531
8544
|
} & {
|
|
8545
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
8532
8546
|
get(asmName: string): ({
|
|
8533
8547
|
configuration: any;
|
|
8534
8548
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -9231,6 +9245,7 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
9231
9245
|
afterCreate(): void;
|
|
9232
9246
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
9233
9247
|
} & {
|
|
9248
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
9234
9249
|
get(asmName: string): ({
|
|
9235
9250
|
configuration: any;
|
|
9236
9251
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -9865,6 +9880,7 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
9865
9880
|
afterCreate(): void;
|
|
9866
9881
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
9867
9882
|
} & {
|
|
9883
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
9868
9884
|
get(asmName: string): ({
|
|
9869
9885
|
configuration: any;
|
|
9870
9886
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -10359,6 +10375,7 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
10359
10375
|
afterCreate(): void;
|
|
10360
10376
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
10361
10377
|
} & {
|
|
10378
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
10362
10379
|
get(asmName: string): ({
|
|
10363
10380
|
configuration: any;
|
|
10364
10381
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -10870,6 +10887,7 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
10870
10887
|
afterCreate(): void;
|
|
10871
10888
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
10872
10889
|
} & {
|
|
10890
|
+
getCanonicalAssemblyName(asmName: string): string | undefined;
|
|
10873
10891
|
get(asmName: string): ({
|
|
10874
10892
|
configuration: any;
|
|
10875
10893
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|