@jbrowse/web-core 4.1.3 → 4.1.5
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/esm/BaseWebSession/index.d.ts +76 -76
- package/package.json +6 -6
|
@@ -29,7 +29,7 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
29
29
|
} & {
|
|
30
30
|
sessionTracks: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
31
31
|
} & {
|
|
32
|
-
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("
|
|
32
|
+
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
33
33
|
aliases: {
|
|
34
34
|
type: string;
|
|
35
35
|
defaultValue: never[];
|
|
@@ -41,18 +41,18 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
41
41
|
defaultValue: never[];
|
|
42
42
|
description: string;
|
|
43
43
|
};
|
|
44
|
-
refNameAliases: import("
|
|
44
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
45
45
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
46
|
-
}, import("
|
|
47
|
-
cytobands: import("
|
|
46
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
47
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
48
48
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
49
|
-
}, import("
|
|
49
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
50
50
|
displayName: {
|
|
51
51
|
type: string;
|
|
52
52
|
defaultValue: string;
|
|
53
53
|
description: string;
|
|
54
54
|
};
|
|
55
|
-
}, import("
|
|
55
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>;
|
|
56
56
|
} & {
|
|
57
57
|
temporaryAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IType<any, any, any>>;
|
|
58
58
|
} & {
|
|
@@ -1833,7 +1833,7 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
1833
1833
|
[x: string]: any;
|
|
1834
1834
|
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
1835
1835
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
1836
|
-
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("
|
|
1836
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1837
1837
|
aliases: {
|
|
1838
1838
|
type: string;
|
|
1839
1839
|
defaultValue: never[];
|
|
@@ -1845,18 +1845,18 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
1845
1845
|
defaultValue: never[];
|
|
1846
1846
|
description: string;
|
|
1847
1847
|
};
|
|
1848
|
-
refNameAliases: import("
|
|
1848
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1849
1849
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
1850
|
-
}, import("
|
|
1851
|
-
cytobands: import("
|
|
1850
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
1851
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1852
1852
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
1853
|
-
}, import("
|
|
1853
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
1854
1854
|
displayName: {
|
|
1855
1855
|
type: string;
|
|
1856
1856
|
defaultValue: string;
|
|
1857
1857
|
description: string;
|
|
1858
1858
|
};
|
|
1859
|
-
}, import("
|
|
1859
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>) | undefined;
|
|
1860
1860
|
addAssembly(conf: AnyConfiguration): void;
|
|
1861
1861
|
removeAssembly(name: string): void;
|
|
1862
1862
|
removeSessionAssembly(assemblyName: string): void;
|
|
@@ -1946,7 +1946,7 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
1946
1946
|
stickyViewHeaders: boolean;
|
|
1947
1947
|
useWorkspaces: boolean;
|
|
1948
1948
|
sessionTracks: import("@jbrowse/mobx-state-tree").IMSTArray<import("@jbrowse/mobx-state-tree").IAnyModelType> & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>>;
|
|
1949
|
-
sessionAssemblies: import("@jbrowse/mobx-state-tree").IMSTArray<import("
|
|
1949
|
+
sessionAssemblies: import("@jbrowse/mobx-state-tree").IMSTArray<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1950
1950
|
aliases: {
|
|
1951
1951
|
type: string;
|
|
1952
1952
|
defaultValue: never[];
|
|
@@ -1958,18 +1958,18 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
1958
1958
|
defaultValue: never[];
|
|
1959
1959
|
description: string;
|
|
1960
1960
|
};
|
|
1961
|
-
refNameAliases: import("
|
|
1961
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1962
1962
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
1963
|
-
}, import("
|
|
1964
|
-
cytobands: import("
|
|
1963
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
1964
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1965
1965
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
1966
|
-
}, import("
|
|
1966
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
1967
1967
|
displayName: {
|
|
1968
1968
|
type: string;
|
|
1969
1969
|
defaultValue: string;
|
|
1970
1970
|
description: string;
|
|
1971
1971
|
};
|
|
1972
|
-
}, import("
|
|
1972
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>> & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1973
1973
|
aliases: {
|
|
1974
1974
|
type: string;
|
|
1975
1975
|
defaultValue: never[];
|
|
@@ -1981,18 +1981,18 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
1981
1981
|
defaultValue: never[];
|
|
1982
1982
|
description: string;
|
|
1983
1983
|
};
|
|
1984
|
-
refNameAliases: import("
|
|
1984
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1985
1985
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
1986
|
-
}, import("
|
|
1987
|
-
cytobands: import("
|
|
1986
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
1987
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1988
1988
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
1989
|
-
}, import("
|
|
1989
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
1990
1990
|
displayName: {
|
|
1991
1991
|
type: string;
|
|
1992
1992
|
defaultValue: string;
|
|
1993
1993
|
description: string;
|
|
1994
1994
|
};
|
|
1995
|
-
}, import("
|
|
1995
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>>;
|
|
1996
1996
|
temporaryAssemblies: import("@jbrowse/mobx-state-tree").IMSTArray<import("@jbrowse/mobx-state-tree").IType<any, any, any>> & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IType<any, any, any>>>;
|
|
1997
1997
|
connectionInstances: import("@jbrowse/mobx-state-tree").IMSTArray<import("@jbrowse/mobx-state-tree").IAnyType> & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyType>>;
|
|
1998
1998
|
sessionConnections: import("@jbrowse/mobx-state-tree").IMSTArray<import("@jbrowse/mobx-state-tree").IAnyModelType> & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>>;
|
|
@@ -3772,7 +3772,7 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
3772
3772
|
[x: string]: any;
|
|
3773
3773
|
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
3774
3774
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
3775
|
-
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("
|
|
3775
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3776
3776
|
aliases: {
|
|
3777
3777
|
type: string;
|
|
3778
3778
|
defaultValue: never[];
|
|
@@ -3784,18 +3784,18 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
3784
3784
|
defaultValue: never[];
|
|
3785
3785
|
description: string;
|
|
3786
3786
|
};
|
|
3787
|
-
refNameAliases: import("
|
|
3787
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3788
3788
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
3789
|
-
}, import("
|
|
3790
|
-
cytobands: import("
|
|
3789
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
3790
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3791
3791
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
3792
|
-
}, import("
|
|
3792
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
3793
3793
|
displayName: {
|
|
3794
3794
|
type: string;
|
|
3795
3795
|
defaultValue: string;
|
|
3796
3796
|
description: string;
|
|
3797
3797
|
};
|
|
3798
|
-
}, import("
|
|
3798
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>) | undefined;
|
|
3799
3799
|
addAssembly(conf: AnyConfiguration): void;
|
|
3800
3800
|
removeAssembly(name: string): void;
|
|
3801
3801
|
removeSessionAssembly(assemblyName: string): void;
|
|
@@ -3883,7 +3883,7 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
3883
3883
|
} & {
|
|
3884
3884
|
sessionTracks: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
3885
3885
|
} & {
|
|
3886
|
-
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("
|
|
3886
|
+
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3887
3887
|
aliases: {
|
|
3888
3888
|
type: string;
|
|
3889
3889
|
defaultValue: never[];
|
|
@@ -3895,18 +3895,18 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
3895
3895
|
defaultValue: never[];
|
|
3896
3896
|
description: string;
|
|
3897
3897
|
};
|
|
3898
|
-
refNameAliases: import("
|
|
3898
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3899
3899
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
3900
|
-
}, import("
|
|
3901
|
-
cytobands: import("
|
|
3900
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
3901
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3902
3902
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
3903
|
-
}, import("
|
|
3903
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
3904
3904
|
displayName: {
|
|
3905
3905
|
type: string;
|
|
3906
3906
|
defaultValue: string;
|
|
3907
3907
|
description: string;
|
|
3908
3908
|
};
|
|
3909
|
-
}, import("
|
|
3909
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>;
|
|
3910
3910
|
} & {
|
|
3911
3911
|
temporaryAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IType<any, any, any>>;
|
|
3912
3912
|
} & {
|
|
@@ -5687,7 +5687,7 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
5687
5687
|
[x: string]: any;
|
|
5688
5688
|
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
5689
5689
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
5690
|
-
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("
|
|
5690
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
5691
5691
|
aliases: {
|
|
5692
5692
|
type: string;
|
|
5693
5693
|
defaultValue: never[];
|
|
@@ -5699,18 +5699,18 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
5699
5699
|
defaultValue: never[];
|
|
5700
5700
|
description: string;
|
|
5701
5701
|
};
|
|
5702
|
-
refNameAliases: import("
|
|
5702
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
5703
5703
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
5704
|
-
}, import("
|
|
5705
|
-
cytobands: import("
|
|
5704
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
5705
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
5706
5706
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
5707
|
-
}, import("
|
|
5707
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
5708
5708
|
displayName: {
|
|
5709
5709
|
type: string;
|
|
5710
5710
|
defaultValue: string;
|
|
5711
5711
|
description: string;
|
|
5712
5712
|
};
|
|
5713
|
-
}, import("
|
|
5713
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>) | undefined;
|
|
5714
5714
|
addAssembly(conf: AnyConfiguration): void;
|
|
5715
5715
|
removeAssembly(name: string): void;
|
|
5716
5716
|
removeSessionAssembly(assemblyName: string): void;
|
|
@@ -5839,7 +5839,7 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
5839
5839
|
stickyViewHeaders: boolean;
|
|
5840
5840
|
useWorkspaces: boolean;
|
|
5841
5841
|
sessionTracks: import("@jbrowse/mobx-state-tree").IMSTArray<import("@jbrowse/mobx-state-tree").IAnyModelType> & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>>;
|
|
5842
|
-
sessionAssemblies: import("@jbrowse/mobx-state-tree").IMSTArray<import("
|
|
5842
|
+
sessionAssemblies: import("@jbrowse/mobx-state-tree").IMSTArray<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
5843
5843
|
aliases: {
|
|
5844
5844
|
type: string;
|
|
5845
5845
|
defaultValue: never[];
|
|
@@ -5851,18 +5851,18 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
5851
5851
|
defaultValue: never[];
|
|
5852
5852
|
description: string;
|
|
5853
5853
|
};
|
|
5854
|
-
refNameAliases: import("
|
|
5854
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
5855
5855
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
5856
|
-
}, import("
|
|
5857
|
-
cytobands: import("
|
|
5856
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
5857
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
5858
5858
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
5859
|
-
}, import("
|
|
5859
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
5860
5860
|
displayName: {
|
|
5861
5861
|
type: string;
|
|
5862
5862
|
defaultValue: string;
|
|
5863
5863
|
description: string;
|
|
5864
5864
|
};
|
|
5865
|
-
}, import("
|
|
5865
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>> & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
5866
5866
|
aliases: {
|
|
5867
5867
|
type: string;
|
|
5868
5868
|
defaultValue: never[];
|
|
@@ -5874,18 +5874,18 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
5874
5874
|
defaultValue: never[];
|
|
5875
5875
|
description: string;
|
|
5876
5876
|
};
|
|
5877
|
-
refNameAliases: import("
|
|
5877
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
5878
5878
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
5879
|
-
}, import("
|
|
5880
|
-
cytobands: import("
|
|
5879
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
5880
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
5881
5881
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
5882
|
-
}, import("
|
|
5882
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
5883
5883
|
displayName: {
|
|
5884
5884
|
type: string;
|
|
5885
5885
|
defaultValue: string;
|
|
5886
5886
|
description: string;
|
|
5887
5887
|
};
|
|
5888
|
-
}, import("
|
|
5888
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>>;
|
|
5889
5889
|
temporaryAssemblies: import("@jbrowse/mobx-state-tree").IMSTArray<import("@jbrowse/mobx-state-tree").IType<any, any, any>> & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IType<any, any, any>>>;
|
|
5890
5890
|
connectionInstances: import("@jbrowse/mobx-state-tree").IMSTArray<import("@jbrowse/mobx-state-tree").IAnyType> & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyType>>;
|
|
5891
5891
|
sessionConnections: import("@jbrowse/mobx-state-tree").IMSTArray<import("@jbrowse/mobx-state-tree").IAnyModelType> & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>>;
|
|
@@ -7665,7 +7665,7 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
7665
7665
|
[x: string]: any;
|
|
7666
7666
|
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
7667
7667
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
7668
|
-
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("
|
|
7668
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
7669
7669
|
aliases: {
|
|
7670
7670
|
type: string;
|
|
7671
7671
|
defaultValue: never[];
|
|
@@ -7677,18 +7677,18 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
7677
7677
|
defaultValue: never[];
|
|
7678
7678
|
description: string;
|
|
7679
7679
|
};
|
|
7680
|
-
refNameAliases: import("
|
|
7680
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
7681
7681
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
7682
|
-
}, import("
|
|
7683
|
-
cytobands: import("
|
|
7682
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
7683
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
7684
7684
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
7685
|
-
}, import("
|
|
7685
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
7686
7686
|
displayName: {
|
|
7687
7687
|
type: string;
|
|
7688
7688
|
defaultValue: string;
|
|
7689
7689
|
description: string;
|
|
7690
7690
|
};
|
|
7691
|
-
}, import("
|
|
7691
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>) | undefined;
|
|
7692
7692
|
addAssembly(conf: AnyConfiguration): void;
|
|
7693
7693
|
removeAssembly(name: string): void;
|
|
7694
7694
|
removeSessionAssembly(assemblyName: string): void;
|
|
@@ -7776,7 +7776,7 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
7776
7776
|
} & {
|
|
7777
7777
|
sessionTracks: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
7778
7778
|
} & {
|
|
7779
|
-
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("
|
|
7779
|
+
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
7780
7780
|
aliases: {
|
|
7781
7781
|
type: string;
|
|
7782
7782
|
defaultValue: never[];
|
|
@@ -7788,18 +7788,18 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
7788
7788
|
defaultValue: never[];
|
|
7789
7789
|
description: string;
|
|
7790
7790
|
};
|
|
7791
|
-
refNameAliases: import("
|
|
7791
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
7792
7792
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
7793
|
-
}, import("
|
|
7794
|
-
cytobands: import("
|
|
7793
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
7794
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
7795
7795
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
7796
|
-
}, import("
|
|
7796
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
7797
7797
|
displayName: {
|
|
7798
7798
|
type: string;
|
|
7799
7799
|
defaultValue: string;
|
|
7800
7800
|
description: string;
|
|
7801
7801
|
};
|
|
7802
|
-
}, import("
|
|
7802
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>;
|
|
7803
7803
|
} & {
|
|
7804
7804
|
temporaryAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IType<any, any, any>>;
|
|
7805
7805
|
} & {
|
|
@@ -9580,7 +9580,7 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
9580
9580
|
[x: string]: any;
|
|
9581
9581
|
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
9582
9582
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
9583
|
-
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("
|
|
9583
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
9584
9584
|
aliases: {
|
|
9585
9585
|
type: string;
|
|
9586
9586
|
defaultValue: never[];
|
|
@@ -9592,18 +9592,18 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
9592
9592
|
defaultValue: never[];
|
|
9593
9593
|
description: string;
|
|
9594
9594
|
};
|
|
9595
|
-
refNameAliases: import("
|
|
9595
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
9596
9596
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
9597
|
-
}, import("
|
|
9598
|
-
cytobands: import("
|
|
9597
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
9598
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
9599
9599
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
9600
|
-
}, import("
|
|
9600
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
9601
9601
|
displayName: {
|
|
9602
9602
|
type: string;
|
|
9603
9603
|
defaultValue: string;
|
|
9604
9604
|
description: string;
|
|
9605
9605
|
};
|
|
9606
|
-
}, import("
|
|
9606
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>) | undefined;
|
|
9607
9607
|
addAssembly(conf: AnyConfiguration): void;
|
|
9608
9608
|
removeAssembly(name: string): void;
|
|
9609
9609
|
removeSessionAssembly(assemblyName: string): void;
|
|
@@ -9776,7 +9776,7 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
9776
9776
|
} & {
|
|
9777
9777
|
sessionTracks: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
9778
9778
|
} & {
|
|
9779
|
-
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("
|
|
9779
|
+
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
9780
9780
|
aliases: {
|
|
9781
9781
|
type: string;
|
|
9782
9782
|
defaultValue: never[];
|
|
@@ -9788,18 +9788,18 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
9788
9788
|
defaultValue: never[];
|
|
9789
9789
|
description: string;
|
|
9790
9790
|
};
|
|
9791
|
-
refNameAliases: import("
|
|
9791
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
9792
9792
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
9793
|
-
}, import("
|
|
9794
|
-
cytobands: import("
|
|
9793
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
9794
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
9795
9795
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
9796
|
-
}, import("
|
|
9796
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
9797
9797
|
displayName: {
|
|
9798
9798
|
type: string;
|
|
9799
9799
|
defaultValue: string;
|
|
9800
9800
|
description: string;
|
|
9801
9801
|
};
|
|
9802
|
-
}, import("
|
|
9802
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>;
|
|
9803
9803
|
} & {
|
|
9804
9804
|
temporaryAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IType<any, any, any>>;
|
|
9805
9805
|
} & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/web-core",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "JBrowse 2 code shared between web-app type products",
|
|
6
6
|
"keywords": [
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@jbrowse/mobx-state-tree": "^5.5.0",
|
|
28
|
-
"@mui/icons-material": "^7.3.
|
|
29
|
-
"@mui/material": "^7.3.
|
|
28
|
+
"@mui/icons-material": "^7.3.8",
|
|
29
|
+
"@mui/material": "^7.3.8",
|
|
30
30
|
"dockview-core": "^4.13.1",
|
|
31
31
|
"mobx": "^6.15.0",
|
|
32
|
-
"@jbrowse/core": "^4.1.
|
|
33
|
-
"@jbrowse/product-core": "^4.1.
|
|
34
|
-
"@jbrowse/
|
|
32
|
+
"@jbrowse/app-core": "^4.1.5",
|
|
33
|
+
"@jbrowse/product-core": "^4.1.5",
|
|
34
|
+
"@jbrowse/core": "^4.1.5"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"react": ">=18.0.0",
|