@jbrowse/react-app2 4.1.1 → 4.1.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/react-app.umd.production.min.js +229 -0
- package/dist/react-app.umd.production.min.js.LICENSE.txt +145 -0
- package/dist/react-app.umd.production.min.js.map +1 -0
- package/esm/jbrowseModel.d.ts +14 -14
- package/esm/sessionModel/index.d.ts +76 -76
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +36 -35
- package/LICENSE +0 -201
package/esm/jbrowseModel.d.ts
CHANGED
|
@@ -5,20 +5,20 @@ export default function JBrowseWeb({ pluginManager, assemblyConfigSchema, adminM
|
|
|
5
5
|
assemblyConfigSchema: AnyConfigurationSchemaType;
|
|
6
6
|
adminMode?: boolean;
|
|
7
7
|
}): import("@jbrowse/mobx-state-tree").IModelType<{
|
|
8
|
-
configuration: import("
|
|
9
|
-
rpc: import("
|
|
8
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
9
|
+
rpc: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
10
10
|
defaultDriver: {
|
|
11
11
|
type: string;
|
|
12
12
|
description: string;
|
|
13
13
|
defaultValue: string;
|
|
14
14
|
};
|
|
15
15
|
drivers: import("@jbrowse/mobx-state-tree").IOptionalIType<import("@jbrowse/mobx-state-tree").IMapType<import("@jbrowse/mobx-state-tree").ITypeUnion<import("@jbrowse/mobx-state-tree").ModelCreationType<import("@jbrowse/mobx-state-tree/dist/internal").ExtractCFromProps<Record<string, any>>> | undefined, import("@jbrowse/mobx-state-tree").ModelSnapshotType<Record<string, any>>, ({} & Partial<import("@jbrowse/mobx-state-tree/dist/internal").ExtractCFromProps<Record<string, any>>> & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject) | undefined>>, [undefined]>;
|
|
16
|
-
}, import("
|
|
16
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
17
17
|
highResolutionScaling: {
|
|
18
18
|
type: string;
|
|
19
19
|
defaultValue: number;
|
|
20
20
|
};
|
|
21
|
-
formatDetails: import("
|
|
21
|
+
formatDetails: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
22
22
|
feature: {
|
|
23
23
|
type: string;
|
|
24
24
|
description: string;
|
|
@@ -41,8 +41,8 @@ export default function JBrowseWeb({ pluginManager, assemblyConfigSchema, adminM
|
|
|
41
41
|
defaultValue: number;
|
|
42
42
|
description: string;
|
|
43
43
|
};
|
|
44
|
-
}, import("
|
|
45
|
-
formatAbout: import("
|
|
44
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
45
|
+
formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
46
46
|
config: {
|
|
47
47
|
type: string;
|
|
48
48
|
description: string;
|
|
@@ -53,7 +53,7 @@ export default function JBrowseWeb({ pluginManager, assemblyConfigSchema, adminM
|
|
|
53
53
|
type: string;
|
|
54
54
|
defaultValue: boolean;
|
|
55
55
|
};
|
|
56
|
-
}, import("
|
|
56
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
57
57
|
shareURL: {
|
|
58
58
|
type: string;
|
|
59
59
|
defaultValue: string;
|
|
@@ -62,8 +62,8 @@ export default function JBrowseWeb({ pluginManager, assemblyConfigSchema, adminM
|
|
|
62
62
|
type: string;
|
|
63
63
|
defaultValue: boolean;
|
|
64
64
|
};
|
|
65
|
-
hierarchical: import("
|
|
66
|
-
sort: import("
|
|
65
|
+
hierarchical: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
66
|
+
sort: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
67
67
|
trackNames: {
|
|
68
68
|
type: string;
|
|
69
69
|
defaultValue: boolean;
|
|
@@ -72,8 +72,8 @@ export default function JBrowseWeb({ pluginManager, assemblyConfigSchema, adminM
|
|
|
72
72
|
type: string;
|
|
73
73
|
defaultValue: boolean;
|
|
74
74
|
};
|
|
75
|
-
}, import("
|
|
76
|
-
defaultCollapsed: import("
|
|
75
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
76
|
+
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
77
77
|
categoryNames: {
|
|
78
78
|
type: string;
|
|
79
79
|
defaultValue: never[];
|
|
@@ -86,8 +86,8 @@ export default function JBrowseWeb({ pluginManager, assemblyConfigSchema, adminM
|
|
|
86
86
|
type: string;
|
|
87
87
|
defaultValue: boolean;
|
|
88
88
|
};
|
|
89
|
-
}, import("
|
|
90
|
-
}, import("
|
|
89
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
90
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
91
91
|
theme: {
|
|
92
92
|
type: string;
|
|
93
93
|
defaultValue: {};
|
|
@@ -103,7 +103,7 @@ export default function JBrowseWeb({ pluginManager, assemblyConfigSchema, adminM
|
|
|
103
103
|
locationType: string;
|
|
104
104
|
};
|
|
105
105
|
};
|
|
106
|
-
}, import("
|
|
106
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
107
107
|
plugins: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IType<import("@jbrowse/core/PluginLoader").PluginDefinition, import("@jbrowse/core/PluginLoader").PluginDefinition, import("@jbrowse/core/PluginLoader").PluginDefinition>>;
|
|
108
108
|
assemblies: import("@jbrowse/mobx-state-tree").IArrayType<AnyConfigurationSchemaType>;
|
|
109
109
|
tracks: import("@jbrowse/mobx-state-tree").IType<{
|
|
@@ -21,7 +21,7 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
21
21
|
} & {
|
|
22
22
|
sessionTracks: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
23
23
|
} & {
|
|
24
|
-
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("
|
|
24
|
+
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
25
25
|
aliases: {
|
|
26
26
|
type: string;
|
|
27
27
|
defaultValue: never[];
|
|
@@ -33,18 +33,18 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
33
33
|
defaultValue: never[];
|
|
34
34
|
description: string;
|
|
35
35
|
};
|
|
36
|
-
refNameAliases: import("
|
|
36
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
37
37
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
38
|
-
}, import("
|
|
39
|
-
cytobands: import("
|
|
38
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
39
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
40
40
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
41
|
-
}, import("
|
|
41
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
42
42
|
displayName: {
|
|
43
43
|
type: string;
|
|
44
44
|
defaultValue: string;
|
|
45
45
|
description: string;
|
|
46
46
|
};
|
|
47
|
-
}, import("
|
|
47
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>;
|
|
48
48
|
} & {
|
|
49
49
|
temporaryAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IType<any, any, any>>;
|
|
50
50
|
} & {
|
|
@@ -1825,7 +1825,7 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
1825
1825
|
[x: string]: any;
|
|
1826
1826
|
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
1827
1827
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
1828
|
-
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("
|
|
1828
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1829
1829
|
aliases: {
|
|
1830
1830
|
type: string;
|
|
1831
1831
|
defaultValue: never[];
|
|
@@ -1837,18 +1837,18 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
1837
1837
|
defaultValue: never[];
|
|
1838
1838
|
description: string;
|
|
1839
1839
|
};
|
|
1840
|
-
refNameAliases: import("
|
|
1840
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1841
1841
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
1842
|
-
}, import("
|
|
1843
|
-
cytobands: import("
|
|
1842
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
1843
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1844
1844
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
1845
|
-
}, import("
|
|
1845
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
1846
1846
|
displayName: {
|
|
1847
1847
|
type: string;
|
|
1848
1848
|
defaultValue: string;
|
|
1849
1849
|
description: string;
|
|
1850
1850
|
};
|
|
1851
|
-
}, import("
|
|
1851
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>) | undefined;
|
|
1852
1852
|
addAssembly(conf: import("@jbrowse/core/configuration").AnyConfiguration): void;
|
|
1853
1853
|
removeAssembly(name: string): void;
|
|
1854
1854
|
removeSessionAssembly(assemblyName: string): void;
|
|
@@ -1938,7 +1938,7 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
1938
1938
|
stickyViewHeaders: boolean;
|
|
1939
1939
|
useWorkspaces: boolean;
|
|
1940
1940
|
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>>;
|
|
1941
|
-
sessionAssemblies: import("@jbrowse/mobx-state-tree").IMSTArray<import("
|
|
1941
|
+
sessionAssemblies: import("@jbrowse/mobx-state-tree").IMSTArray<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1942
1942
|
aliases: {
|
|
1943
1943
|
type: string;
|
|
1944
1944
|
defaultValue: never[];
|
|
@@ -1950,18 +1950,18 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
1950
1950
|
defaultValue: never[];
|
|
1951
1951
|
description: string;
|
|
1952
1952
|
};
|
|
1953
|
-
refNameAliases: import("
|
|
1953
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1954
1954
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
1955
|
-
}, import("
|
|
1956
|
-
cytobands: import("
|
|
1955
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
1956
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1957
1957
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
1958
|
-
}, import("
|
|
1958
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
1959
1959
|
displayName: {
|
|
1960
1960
|
type: string;
|
|
1961
1961
|
defaultValue: string;
|
|
1962
1962
|
description: string;
|
|
1963
1963
|
};
|
|
1964
|
-
}, import("
|
|
1964
|
+
}, 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<{
|
|
1965
1965
|
aliases: {
|
|
1966
1966
|
type: string;
|
|
1967
1967
|
defaultValue: never[];
|
|
@@ -1973,18 +1973,18 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
1973
1973
|
defaultValue: never[];
|
|
1974
1974
|
description: string;
|
|
1975
1975
|
};
|
|
1976
|
-
refNameAliases: import("
|
|
1976
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1977
1977
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
1978
|
-
}, import("
|
|
1979
|
-
cytobands: import("
|
|
1978
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
1979
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
1980
1980
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
1981
|
-
}, import("
|
|
1981
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
1982
1982
|
displayName: {
|
|
1983
1983
|
type: string;
|
|
1984
1984
|
defaultValue: string;
|
|
1985
1985
|
description: string;
|
|
1986
1986
|
};
|
|
1987
|
-
}, import("
|
|
1987
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>>;
|
|
1988
1988
|
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>>>;
|
|
1989
1989
|
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>>;
|
|
1990
1990
|
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>>;
|
|
@@ -3764,7 +3764,7 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
3764
3764
|
[x: string]: any;
|
|
3765
3765
|
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
3766
3766
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
3767
|
-
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("
|
|
3767
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3768
3768
|
aliases: {
|
|
3769
3769
|
type: string;
|
|
3770
3770
|
defaultValue: never[];
|
|
@@ -3776,18 +3776,18 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
3776
3776
|
defaultValue: never[];
|
|
3777
3777
|
description: string;
|
|
3778
3778
|
};
|
|
3779
|
-
refNameAliases: import("
|
|
3779
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3780
3780
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
3781
|
-
}, import("
|
|
3782
|
-
cytobands: import("
|
|
3781
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
3782
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3783
3783
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
3784
|
-
}, import("
|
|
3784
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
3785
3785
|
displayName: {
|
|
3786
3786
|
type: string;
|
|
3787
3787
|
defaultValue: string;
|
|
3788
3788
|
description: string;
|
|
3789
3789
|
};
|
|
3790
|
-
}, import("
|
|
3790
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>) | undefined;
|
|
3791
3791
|
addAssembly(conf: import("@jbrowse/core/configuration").AnyConfiguration): void;
|
|
3792
3792
|
removeAssembly(name: string): void;
|
|
3793
3793
|
removeSessionAssembly(assemblyName: string): void;
|
|
@@ -3875,7 +3875,7 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
3875
3875
|
} & {
|
|
3876
3876
|
sessionTracks: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
3877
3877
|
} & {
|
|
3878
|
-
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("
|
|
3878
|
+
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3879
3879
|
aliases: {
|
|
3880
3880
|
type: string;
|
|
3881
3881
|
defaultValue: never[];
|
|
@@ -3887,18 +3887,18 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
3887
3887
|
defaultValue: never[];
|
|
3888
3888
|
description: string;
|
|
3889
3889
|
};
|
|
3890
|
-
refNameAliases: import("
|
|
3890
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3891
3891
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
3892
|
-
}, import("
|
|
3893
|
-
cytobands: import("
|
|
3892
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
3893
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
3894
3894
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
3895
|
-
}, import("
|
|
3895
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
3896
3896
|
displayName: {
|
|
3897
3897
|
type: string;
|
|
3898
3898
|
defaultValue: string;
|
|
3899
3899
|
description: string;
|
|
3900
3900
|
};
|
|
3901
|
-
}, import("
|
|
3901
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>;
|
|
3902
3902
|
} & {
|
|
3903
3903
|
temporaryAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IType<any, any, any>>;
|
|
3904
3904
|
} & {
|
|
@@ -5679,7 +5679,7 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
5679
5679
|
[x: string]: any;
|
|
5680
5680
|
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
5681
5681
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
5682
|
-
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("
|
|
5682
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
5683
5683
|
aliases: {
|
|
5684
5684
|
type: string;
|
|
5685
5685
|
defaultValue: never[];
|
|
@@ -5691,18 +5691,18 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
5691
5691
|
defaultValue: never[];
|
|
5692
5692
|
description: string;
|
|
5693
5693
|
};
|
|
5694
|
-
refNameAliases: import("
|
|
5694
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
5695
5695
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
5696
|
-
}, import("
|
|
5697
|
-
cytobands: import("
|
|
5696
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
5697
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
5698
5698
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
5699
|
-
}, import("
|
|
5699
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
5700
5700
|
displayName: {
|
|
5701
5701
|
type: string;
|
|
5702
5702
|
defaultValue: string;
|
|
5703
5703
|
description: string;
|
|
5704
5704
|
};
|
|
5705
|
-
}, import("
|
|
5705
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>) | undefined;
|
|
5706
5706
|
addAssembly(conf: import("@jbrowse/core/configuration").AnyConfiguration): void;
|
|
5707
5707
|
removeAssembly(name: string): void;
|
|
5708
5708
|
removeSessionAssembly(assemblyName: string): void;
|
|
@@ -5831,7 +5831,7 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
5831
5831
|
stickyViewHeaders: boolean;
|
|
5832
5832
|
useWorkspaces: boolean;
|
|
5833
5833
|
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>>;
|
|
5834
|
-
sessionAssemblies: import("@jbrowse/mobx-state-tree").IMSTArray<import("
|
|
5834
|
+
sessionAssemblies: import("@jbrowse/mobx-state-tree").IMSTArray<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
5835
5835
|
aliases: {
|
|
5836
5836
|
type: string;
|
|
5837
5837
|
defaultValue: never[];
|
|
@@ -5843,18 +5843,18 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
5843
5843
|
defaultValue: never[];
|
|
5844
5844
|
description: string;
|
|
5845
5845
|
};
|
|
5846
|
-
refNameAliases: import("
|
|
5846
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
5847
5847
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
5848
|
-
}, import("
|
|
5849
|
-
cytobands: import("
|
|
5848
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
5849
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
5850
5850
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
5851
|
-
}, import("
|
|
5851
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
5852
5852
|
displayName: {
|
|
5853
5853
|
type: string;
|
|
5854
5854
|
defaultValue: string;
|
|
5855
5855
|
description: string;
|
|
5856
5856
|
};
|
|
5857
|
-
}, import("
|
|
5857
|
+
}, 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<{
|
|
5858
5858
|
aliases: {
|
|
5859
5859
|
type: string;
|
|
5860
5860
|
defaultValue: never[];
|
|
@@ -5866,18 +5866,18 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
5866
5866
|
defaultValue: never[];
|
|
5867
5867
|
description: string;
|
|
5868
5868
|
};
|
|
5869
|
-
refNameAliases: import("
|
|
5869
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
5870
5870
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
5871
|
-
}, import("
|
|
5872
|
-
cytobands: import("
|
|
5871
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
5872
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
5873
5873
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
5874
|
-
}, import("
|
|
5874
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
5875
5875
|
displayName: {
|
|
5876
5876
|
type: string;
|
|
5877
5877
|
defaultValue: string;
|
|
5878
5878
|
description: string;
|
|
5879
5879
|
};
|
|
5880
|
-
}, import("
|
|
5880
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>>;
|
|
5881
5881
|
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>>>;
|
|
5882
5882
|
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>>;
|
|
5883
5883
|
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>>;
|
|
@@ -7657,7 +7657,7 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
7657
7657
|
[x: string]: any;
|
|
7658
7658
|
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
7659
7659
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
7660
|
-
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("
|
|
7660
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
7661
7661
|
aliases: {
|
|
7662
7662
|
type: string;
|
|
7663
7663
|
defaultValue: never[];
|
|
@@ -7669,18 +7669,18 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
7669
7669
|
defaultValue: never[];
|
|
7670
7670
|
description: string;
|
|
7671
7671
|
};
|
|
7672
|
-
refNameAliases: import("
|
|
7672
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
7673
7673
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
7674
|
-
}, import("
|
|
7675
|
-
cytobands: import("
|
|
7674
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
7675
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
7676
7676
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
7677
|
-
}, import("
|
|
7677
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
7678
7678
|
displayName: {
|
|
7679
7679
|
type: string;
|
|
7680
7680
|
defaultValue: string;
|
|
7681
7681
|
description: string;
|
|
7682
7682
|
};
|
|
7683
|
-
}, import("
|
|
7683
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>) | undefined;
|
|
7684
7684
|
addAssembly(conf: import("@jbrowse/core/configuration").AnyConfiguration): void;
|
|
7685
7685
|
removeAssembly(name: string): void;
|
|
7686
7686
|
removeSessionAssembly(assemblyName: string): void;
|
|
@@ -7768,7 +7768,7 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
7768
7768
|
} & {
|
|
7769
7769
|
sessionTracks: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
7770
7770
|
} & {
|
|
7771
|
-
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("
|
|
7771
|
+
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
7772
7772
|
aliases: {
|
|
7773
7773
|
type: string;
|
|
7774
7774
|
defaultValue: never[];
|
|
@@ -7780,18 +7780,18 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
7780
7780
|
defaultValue: never[];
|
|
7781
7781
|
description: string;
|
|
7782
7782
|
};
|
|
7783
|
-
refNameAliases: import("
|
|
7783
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
7784
7784
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
7785
|
-
}, import("
|
|
7786
|
-
cytobands: import("
|
|
7785
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
7786
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
7787
7787
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
7788
|
-
}, import("
|
|
7788
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
7789
7789
|
displayName: {
|
|
7790
7790
|
type: string;
|
|
7791
7791
|
defaultValue: string;
|
|
7792
7792
|
description: string;
|
|
7793
7793
|
};
|
|
7794
|
-
}, import("
|
|
7794
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>;
|
|
7795
7795
|
} & {
|
|
7796
7796
|
temporaryAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IType<any, any, any>>;
|
|
7797
7797
|
} & {
|
|
@@ -9572,7 +9572,7 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
9572
9572
|
[x: string]: any;
|
|
9573
9573
|
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
9574
9574
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
9575
|
-
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("
|
|
9575
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
9576
9576
|
aliases: {
|
|
9577
9577
|
type: string;
|
|
9578
9578
|
defaultValue: never[];
|
|
@@ -9584,18 +9584,18 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
9584
9584
|
defaultValue: never[];
|
|
9585
9585
|
description: string;
|
|
9586
9586
|
};
|
|
9587
|
-
refNameAliases: import("
|
|
9587
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
9588
9588
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
9589
|
-
}, import("
|
|
9590
|
-
cytobands: import("
|
|
9589
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
9590
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
9591
9591
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
9592
|
-
}, import("
|
|
9592
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
9593
9593
|
displayName: {
|
|
9594
9594
|
type: string;
|
|
9595
9595
|
defaultValue: string;
|
|
9596
9596
|
description: string;
|
|
9597
9597
|
};
|
|
9598
|
-
}, import("
|
|
9598
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>) | undefined;
|
|
9599
9599
|
addAssembly(conf: import("@jbrowse/core/configuration").AnyConfiguration): void;
|
|
9600
9600
|
removeAssembly(name: string): void;
|
|
9601
9601
|
removeSessionAssembly(assemblyName: string): void;
|
|
@@ -9768,7 +9768,7 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
9768
9768
|
} & {
|
|
9769
9769
|
sessionTracks: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
9770
9770
|
} & {
|
|
9771
|
-
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("
|
|
9771
|
+
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
9772
9772
|
aliases: {
|
|
9773
9773
|
type: string;
|
|
9774
9774
|
defaultValue: never[];
|
|
@@ -9780,18 +9780,18 @@ export default function sessionModelFactory({ pluginManager, assemblyConfigSchem
|
|
|
9780
9780
|
defaultValue: never[];
|
|
9781
9781
|
description: string;
|
|
9782
9782
|
};
|
|
9783
|
-
refNameAliases: import("
|
|
9783
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
9784
9784
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
9785
|
-
}, import("
|
|
9786
|
-
cytobands: import("
|
|
9785
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
9786
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
9787
9787
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
9788
|
-
}, import("
|
|
9788
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
9789
9789
|
displayName: {
|
|
9790
9790
|
type: string;
|
|
9791
9791
|
defaultValue: string;
|
|
9792
9792
|
description: string;
|
|
9793
9793
|
};
|
|
9794
|
-
}, import("
|
|
9794
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>;
|
|
9795
9795
|
} & {
|
|
9796
9796
|
temporaryAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IType<any, any, any>>;
|
|
9797
9797
|
} & {
|
package/esm/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "4.1.
|
|
1
|
+
export declare const version = "4.1.4";
|
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '4.1.
|
|
1
|
+
export const version = '4.1.4';
|