@jbrowse/web-core 4.1.13 → 4.1.15
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.
|
@@ -97,13 +97,13 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
97
97
|
}): void;
|
|
98
98
|
afterAttach(): void;
|
|
99
99
|
} & {
|
|
100
|
-
queueOfDialogs: [import("@jbrowse/core/util").DialogComponentType, unknown][];
|
|
100
|
+
queueOfDialogs: [import("@jbrowse/core/util").DialogComponentType, Record<string, unknown>][];
|
|
101
101
|
} & {
|
|
102
102
|
readonly DialogComponent: import("@jbrowse/core/util").DialogComponentType | undefined;
|
|
103
|
-
readonly DialogProps: unknown;
|
|
103
|
+
readonly DialogProps: Record<string, unknown> | undefined;
|
|
104
104
|
} & {
|
|
105
105
|
removeActiveDialog(): void;
|
|
106
|
-
queueDialog(
|
|
106
|
+
queueDialog(doneCallback: (doneCallback: () => void) => [import("@jbrowse/core/util").DialogComponentType, Record<string, unknown>]): void;
|
|
107
107
|
} & {
|
|
108
108
|
sessionThemeName: string;
|
|
109
109
|
} & {
|
|
@@ -698,12 +698,12 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
698
698
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
699
699
|
getRefNameMapForAdapter(adapterConf: {
|
|
700
700
|
[x: string]: unknown;
|
|
701
|
-
}, assemblyName: string | undefined, opts: import("
|
|
701
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
702
702
|
[x: string]: string;
|
|
703
703
|
} | undefined>;
|
|
704
704
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
705
705
|
[x: string]: unknown;
|
|
706
|
-
}, assemblyName: string | undefined, opts: import("
|
|
706
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
707
707
|
[x: string]: string;
|
|
708
708
|
} | undefined>;
|
|
709
709
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -1216,12 +1216,12 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
1216
1216
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
1217
1217
|
getRefNameMapForAdapter(adapterConf: {
|
|
1218
1218
|
[x: string]: unknown;
|
|
1219
|
-
}, assemblyName: string | undefined, opts: import("
|
|
1219
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
1220
1220
|
[x: string]: string;
|
|
1221
1221
|
} | undefined>;
|
|
1222
1222
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
1223
1223
|
[x: string]: unknown;
|
|
1224
|
-
}, assemblyName: string | undefined, opts: import("
|
|
1224
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
1225
1225
|
[x: string]: string;
|
|
1226
1226
|
} | undefined>;
|
|
1227
1227
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -1751,12 +1751,12 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
1751
1751
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
1752
1752
|
getRefNameMapForAdapter(adapterConf: {
|
|
1753
1753
|
[x: string]: unknown;
|
|
1754
|
-
}, assemblyName: string | undefined, opts: import("
|
|
1754
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
1755
1755
|
[x: string]: string;
|
|
1756
1756
|
} | undefined>;
|
|
1757
1757
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
1758
1758
|
[x: string]: unknown;
|
|
1759
|
-
}, assemblyName: string | undefined, opts: import("
|
|
1759
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
1760
1760
|
[x: string]: string;
|
|
1761
1761
|
} | undefined>;
|
|
1762
1762
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -1867,7 +1867,7 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
1867
1867
|
readonly connections: BaseConnectionConfigModel[];
|
|
1868
1868
|
} & {
|
|
1869
1869
|
makeConnection(configuration: AnyConfigurationModel, initialSnapshot?: {}): any;
|
|
1870
|
-
prepareToBreakConnection(configuration: AnyConfigurationModel): (Record<string, number>
|
|
1870
|
+
prepareToBreakConnection(configuration: AnyConfigurationModel): [() => void, Record<string, number>] | undefined;
|
|
1871
1871
|
breakConnection(configuration: AnyConfigurationModel): void;
|
|
1872
1872
|
deleteConnection(configuration: AnyConfigurationModel): any;
|
|
1873
1873
|
addConnectionConf(connectionConf: AnyConfigurationModel): any;
|
|
@@ -2036,13 +2036,13 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
2036
2036
|
}): void;
|
|
2037
2037
|
afterAttach(): void;
|
|
2038
2038
|
} & {
|
|
2039
|
-
queueOfDialogs: [import("@jbrowse/core/util").DialogComponentType, unknown][];
|
|
2039
|
+
queueOfDialogs: [import("@jbrowse/core/util").DialogComponentType, Record<string, unknown>][];
|
|
2040
2040
|
} & {
|
|
2041
2041
|
readonly DialogComponent: import("@jbrowse/core/util").DialogComponentType | undefined;
|
|
2042
|
-
readonly DialogProps: unknown;
|
|
2042
|
+
readonly DialogProps: Record<string, unknown> | undefined;
|
|
2043
2043
|
} & {
|
|
2044
2044
|
removeActiveDialog(): void;
|
|
2045
|
-
queueDialog(
|
|
2045
|
+
queueDialog(doneCallback: (doneCallback: () => void) => [import("@jbrowse/core/util").DialogComponentType, Record<string, unknown>]): void;
|
|
2046
2046
|
} & {
|
|
2047
2047
|
sessionThemeName: string;
|
|
2048
2048
|
} & {
|
|
@@ -2637,12 +2637,12 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
2637
2637
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
2638
2638
|
getRefNameMapForAdapter(adapterConf: {
|
|
2639
2639
|
[x: string]: unknown;
|
|
2640
|
-
}, assemblyName: string | undefined, opts: import("
|
|
2640
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
2641
2641
|
[x: string]: string;
|
|
2642
2642
|
} | undefined>;
|
|
2643
2643
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
2644
2644
|
[x: string]: unknown;
|
|
2645
|
-
}, assemblyName: string | undefined, opts: import("
|
|
2645
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
2646
2646
|
[x: string]: string;
|
|
2647
2647
|
} | undefined>;
|
|
2648
2648
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -3155,12 +3155,12 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
3155
3155
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
3156
3156
|
getRefNameMapForAdapter(adapterConf: {
|
|
3157
3157
|
[x: string]: unknown;
|
|
3158
|
-
}, assemblyName: string | undefined, opts: import("
|
|
3158
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
3159
3159
|
[x: string]: string;
|
|
3160
3160
|
} | undefined>;
|
|
3161
3161
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
3162
3162
|
[x: string]: unknown;
|
|
3163
|
-
}, assemblyName: string | undefined, opts: import("
|
|
3163
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
3164
3164
|
[x: string]: string;
|
|
3165
3165
|
} | undefined>;
|
|
3166
3166
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -3690,12 +3690,12 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
3690
3690
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
3691
3691
|
getRefNameMapForAdapter(adapterConf: {
|
|
3692
3692
|
[x: string]: unknown;
|
|
3693
|
-
}, assemblyName: string | undefined, opts: import("
|
|
3693
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
3694
3694
|
[x: string]: string;
|
|
3695
3695
|
} | undefined>;
|
|
3696
3696
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
3697
3697
|
[x: string]: unknown;
|
|
3698
|
-
}, assemblyName: string | undefined, opts: import("
|
|
3698
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
3699
3699
|
[x: string]: string;
|
|
3700
3700
|
} | undefined>;
|
|
3701
3701
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -3806,7 +3806,7 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
3806
3806
|
readonly connections: BaseConnectionConfigModel[];
|
|
3807
3807
|
} & {
|
|
3808
3808
|
makeConnection(configuration: AnyConfigurationModel, initialSnapshot?: {}): any;
|
|
3809
|
-
prepareToBreakConnection(configuration: AnyConfigurationModel): (Record<string, number>
|
|
3809
|
+
prepareToBreakConnection(configuration: AnyConfigurationModel): [() => void, Record<string, number>] | undefined;
|
|
3810
3810
|
breakConnection(configuration: AnyConfigurationModel): void;
|
|
3811
3811
|
deleteConnection(configuration: AnyConfigurationModel): any;
|
|
3812
3812
|
addConnectionConf(connectionConf: AnyConfigurationModel): any;
|
|
@@ -3951,13 +3951,13 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
3951
3951
|
}): void;
|
|
3952
3952
|
afterAttach(): void;
|
|
3953
3953
|
} & {
|
|
3954
|
-
queueOfDialogs: [import("@jbrowse/core/util").DialogComponentType, unknown][];
|
|
3954
|
+
queueOfDialogs: [import("@jbrowse/core/util").DialogComponentType, Record<string, unknown>][];
|
|
3955
3955
|
} & {
|
|
3956
3956
|
readonly DialogComponent: import("@jbrowse/core/util").DialogComponentType | undefined;
|
|
3957
|
-
readonly DialogProps: unknown;
|
|
3957
|
+
readonly DialogProps: Record<string, unknown> | undefined;
|
|
3958
3958
|
} & {
|
|
3959
3959
|
removeActiveDialog(): void;
|
|
3960
|
-
queueDialog(
|
|
3960
|
+
queueDialog(doneCallback: (doneCallback: () => void) => [import("@jbrowse/core/util").DialogComponentType, Record<string, unknown>]): void;
|
|
3961
3961
|
} & {
|
|
3962
3962
|
sessionThemeName: string;
|
|
3963
3963
|
} & {
|
|
@@ -4552,12 +4552,12 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
4552
4552
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
4553
4553
|
getRefNameMapForAdapter(adapterConf: {
|
|
4554
4554
|
[x: string]: unknown;
|
|
4555
|
-
}, assemblyName: string | undefined, opts: import("
|
|
4555
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
4556
4556
|
[x: string]: string;
|
|
4557
4557
|
} | undefined>;
|
|
4558
4558
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
4559
4559
|
[x: string]: unknown;
|
|
4560
|
-
}, assemblyName: string | undefined, opts: import("
|
|
4560
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
4561
4561
|
[x: string]: string;
|
|
4562
4562
|
} | undefined>;
|
|
4563
4563
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -5070,12 +5070,12 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
5070
5070
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
5071
5071
|
getRefNameMapForAdapter(adapterConf: {
|
|
5072
5072
|
[x: string]: unknown;
|
|
5073
|
-
}, assemblyName: string | undefined, opts: import("
|
|
5073
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
5074
5074
|
[x: string]: string;
|
|
5075
5075
|
} | undefined>;
|
|
5076
5076
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
5077
5077
|
[x: string]: unknown;
|
|
5078
|
-
}, assemblyName: string | undefined, opts: import("
|
|
5078
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
5079
5079
|
[x: string]: string;
|
|
5080
5080
|
} | undefined>;
|
|
5081
5081
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -5605,12 +5605,12 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
5605
5605
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
5606
5606
|
getRefNameMapForAdapter(adapterConf: {
|
|
5607
5607
|
[x: string]: unknown;
|
|
5608
|
-
}, assemblyName: string | undefined, opts: import("
|
|
5608
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
5609
5609
|
[x: string]: string;
|
|
5610
5610
|
} | undefined>;
|
|
5611
5611
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
5612
5612
|
[x: string]: unknown;
|
|
5613
|
-
}, assemblyName: string | undefined, opts: import("
|
|
5613
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
5614
5614
|
[x: string]: string;
|
|
5615
5615
|
} | undefined>;
|
|
5616
5616
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -5721,7 +5721,7 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
5721
5721
|
readonly connections: BaseConnectionConfigModel[];
|
|
5722
5722
|
} & {
|
|
5723
5723
|
makeConnection(configuration: AnyConfigurationModel, initialSnapshot?: {}): any;
|
|
5724
|
-
prepareToBreakConnection(configuration: AnyConfigurationModel): (Record<string, number>
|
|
5724
|
+
prepareToBreakConnection(configuration: AnyConfigurationModel): [() => void, Record<string, number>] | undefined;
|
|
5725
5725
|
breakConnection(configuration: AnyConfigurationModel): void;
|
|
5726
5726
|
deleteConnection(configuration: AnyConfigurationModel): any;
|
|
5727
5727
|
addConnectionConf(connectionConf: AnyConfigurationModel): any;
|
|
@@ -5929,13 +5929,13 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
5929
5929
|
}): void;
|
|
5930
5930
|
afterAttach(): void;
|
|
5931
5931
|
} & {
|
|
5932
|
-
queueOfDialogs: [import("@jbrowse/core/util").DialogComponentType, unknown][];
|
|
5932
|
+
queueOfDialogs: [import("@jbrowse/core/util").DialogComponentType, Record<string, unknown>][];
|
|
5933
5933
|
} & {
|
|
5934
5934
|
readonly DialogComponent: import("@jbrowse/core/util").DialogComponentType | undefined;
|
|
5935
|
-
readonly DialogProps: unknown;
|
|
5935
|
+
readonly DialogProps: Record<string, unknown> | undefined;
|
|
5936
5936
|
} & {
|
|
5937
5937
|
removeActiveDialog(): void;
|
|
5938
|
-
queueDialog(
|
|
5938
|
+
queueDialog(doneCallback: (doneCallback: () => void) => [import("@jbrowse/core/util").DialogComponentType, Record<string, unknown>]): void;
|
|
5939
5939
|
} & {
|
|
5940
5940
|
sessionThemeName: string;
|
|
5941
5941
|
} & {
|
|
@@ -6530,12 +6530,12 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
6530
6530
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
6531
6531
|
getRefNameMapForAdapter(adapterConf: {
|
|
6532
6532
|
[x: string]: unknown;
|
|
6533
|
-
}, assemblyName: string | undefined, opts: import("
|
|
6533
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
6534
6534
|
[x: string]: string;
|
|
6535
6535
|
} | undefined>;
|
|
6536
6536
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
6537
6537
|
[x: string]: unknown;
|
|
6538
|
-
}, assemblyName: string | undefined, opts: import("
|
|
6538
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
6539
6539
|
[x: string]: string;
|
|
6540
6540
|
} | undefined>;
|
|
6541
6541
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -7048,12 +7048,12 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
7048
7048
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
7049
7049
|
getRefNameMapForAdapter(adapterConf: {
|
|
7050
7050
|
[x: string]: unknown;
|
|
7051
|
-
}, assemblyName: string | undefined, opts: import("
|
|
7051
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
7052
7052
|
[x: string]: string;
|
|
7053
7053
|
} | undefined>;
|
|
7054
7054
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
7055
7055
|
[x: string]: unknown;
|
|
7056
|
-
}, assemblyName: string | undefined, opts: import("
|
|
7056
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
7057
7057
|
[x: string]: string;
|
|
7058
7058
|
} | undefined>;
|
|
7059
7059
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -7583,12 +7583,12 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
7583
7583
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
7584
7584
|
getRefNameMapForAdapter(adapterConf: {
|
|
7585
7585
|
[x: string]: unknown;
|
|
7586
|
-
}, assemblyName: string | undefined, opts: import("
|
|
7586
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
7587
7587
|
[x: string]: string;
|
|
7588
7588
|
} | undefined>;
|
|
7589
7589
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
7590
7590
|
[x: string]: unknown;
|
|
7591
|
-
}, assemblyName: string | undefined, opts: import("
|
|
7591
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
7592
7592
|
[x: string]: string;
|
|
7593
7593
|
} | undefined>;
|
|
7594
7594
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -7699,7 +7699,7 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
7699
7699
|
readonly connections: BaseConnectionConfigModel[];
|
|
7700
7700
|
} & {
|
|
7701
7701
|
makeConnection(configuration: AnyConfigurationModel, initialSnapshot?: {}): any;
|
|
7702
|
-
prepareToBreakConnection(configuration: AnyConfigurationModel): (Record<string, number>
|
|
7702
|
+
prepareToBreakConnection(configuration: AnyConfigurationModel): [() => void, Record<string, number>] | undefined;
|
|
7703
7703
|
breakConnection(configuration: AnyConfigurationModel): void;
|
|
7704
7704
|
deleteConnection(configuration: AnyConfigurationModel): any;
|
|
7705
7705
|
addConnectionConf(connectionConf: AnyConfigurationModel): any;
|
|
@@ -7844,13 +7844,13 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
7844
7844
|
}): void;
|
|
7845
7845
|
afterAttach(): void;
|
|
7846
7846
|
} & {
|
|
7847
|
-
queueOfDialogs: [import("@jbrowse/core/util").DialogComponentType, unknown][];
|
|
7847
|
+
queueOfDialogs: [import("@jbrowse/core/util").DialogComponentType, Record<string, unknown>][];
|
|
7848
7848
|
} & {
|
|
7849
7849
|
readonly DialogComponent: import("@jbrowse/core/util").DialogComponentType | undefined;
|
|
7850
|
-
readonly DialogProps: unknown;
|
|
7850
|
+
readonly DialogProps: Record<string, unknown> | undefined;
|
|
7851
7851
|
} & {
|
|
7852
7852
|
removeActiveDialog(): void;
|
|
7853
|
-
queueDialog(
|
|
7853
|
+
queueDialog(doneCallback: (doneCallback: () => void) => [import("@jbrowse/core/util").DialogComponentType, Record<string, unknown>]): void;
|
|
7854
7854
|
} & {
|
|
7855
7855
|
sessionThemeName: string;
|
|
7856
7856
|
} & {
|
|
@@ -8445,12 +8445,12 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
8445
8445
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
8446
8446
|
getRefNameMapForAdapter(adapterConf: {
|
|
8447
8447
|
[x: string]: unknown;
|
|
8448
|
-
}, assemblyName: string | undefined, opts: import("
|
|
8448
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
8449
8449
|
[x: string]: string;
|
|
8450
8450
|
} | undefined>;
|
|
8451
8451
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
8452
8452
|
[x: string]: unknown;
|
|
8453
|
-
}, assemblyName: string | undefined, opts: import("
|
|
8453
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
8454
8454
|
[x: string]: string;
|
|
8455
8455
|
} | undefined>;
|
|
8456
8456
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -8963,12 +8963,12 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
8963
8963
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
8964
8964
|
getRefNameMapForAdapter(adapterConf: {
|
|
8965
8965
|
[x: string]: unknown;
|
|
8966
|
-
}, assemblyName: string | undefined, opts: import("
|
|
8966
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
8967
8967
|
[x: string]: string;
|
|
8968
8968
|
} | undefined>;
|
|
8969
8969
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
8970
8970
|
[x: string]: unknown;
|
|
8971
|
-
}, assemblyName: string | undefined, opts: import("
|
|
8971
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
8972
8972
|
[x: string]: string;
|
|
8973
8973
|
} | undefined>;
|
|
8974
8974
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -9498,12 +9498,12 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
9498
9498
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>) | undefined>;
|
|
9499
9499
|
getRefNameMapForAdapter(adapterConf: {
|
|
9500
9500
|
[x: string]: unknown;
|
|
9501
|
-
}, assemblyName: string | undefined, opts: import("
|
|
9501
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
9502
9502
|
[x: string]: string;
|
|
9503
9503
|
} | undefined>;
|
|
9504
9504
|
getReverseRefNameMapForAdapter(adapterConf: {
|
|
9505
9505
|
[x: string]: unknown;
|
|
9506
|
-
}, assemblyName: string | undefined, opts: import("
|
|
9506
|
+
}, assemblyName: string | undefined, opts: import("@jbrowse/core/assemblyManager").AssemblyBaseOpts): Promise<{
|
|
9507
9507
|
[x: string]: string;
|
|
9508
9508
|
} | undefined>;
|
|
9509
9509
|
isValidRefName(refName: string, assemblyName: string): boolean;
|
|
@@ -9614,7 +9614,7 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
9614
9614
|
readonly connections: BaseConnectionConfigModel[];
|
|
9615
9615
|
} & {
|
|
9616
9616
|
makeConnection(configuration: AnyConfigurationModel, initialSnapshot?: {}): any;
|
|
9617
|
-
prepareToBreakConnection(configuration: AnyConfigurationModel): (Record<string, number>
|
|
9617
|
+
prepareToBreakConnection(configuration: AnyConfigurationModel): [() => void, Record<string, number>] | undefined;
|
|
9618
9618
|
breakConnection(configuration: AnyConfigurationModel): void;
|
|
9619
9619
|
deleteConnection(configuration: AnyConfigurationModel): any;
|
|
9620
9620
|
addConnectionConf(connectionConf: AnyConfigurationModel): any;
|
|
@@ -9,7 +9,7 @@ export declare function WebSessionConnectionsMixin(pluginManager: PluginManager)
|
|
|
9
9
|
readonly connections: BaseConnectionConfigModel[];
|
|
10
10
|
} & {
|
|
11
11
|
makeConnection(configuration: AnyConfigurationModel, initialSnapshot?: {}): any;
|
|
12
|
-
prepareToBreakConnection(configuration: AnyConfigurationModel): (Record<string, number>
|
|
12
|
+
prepareToBreakConnection(configuration: AnyConfigurationModel): [() => void, Record<string, number>] | undefined;
|
|
13
13
|
breakConnection(configuration: AnyConfigurationModel): void;
|
|
14
14
|
deleteConnection(configuration: AnyConfigurationModel): any;
|
|
15
15
|
addConnectionConf(connectionConf: AnyConfigurationModel): any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/web-core",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "JBrowse 2 code shared between web-app type products",
|
|
6
6
|
"keywords": [
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"esm"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@jbrowse/mobx-state-tree": "^5.
|
|
28
|
-
"@mui/icons-material": "^7.3.
|
|
29
|
-
"@mui/material": "^7.3.
|
|
30
|
-
"dockview-core": "^
|
|
27
|
+
"@jbrowse/mobx-state-tree": "^5.6.0",
|
|
28
|
+
"@mui/icons-material": "^7.3.9",
|
|
29
|
+
"@mui/material": "^7.3.9",
|
|
30
|
+
"dockview-core": "^5.2.0",
|
|
31
31
|
"mobx": "^6.15.0",
|
|
32
|
-
"@jbrowse/app-core": "^4.1.
|
|
33
|
-
"@jbrowse/product-core": "^4.1.
|
|
34
|
-
"@jbrowse/core": "^4.1.
|
|
32
|
+
"@jbrowse/app-core": "^4.1.15",
|
|
33
|
+
"@jbrowse/product-core": "^4.1.15",
|
|
34
|
+
"@jbrowse/core": "^4.1.15"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"react": ">=18.0.0",
|