@jbrowse/app-core 4.1.3 → 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.
|
@@ -2,7 +2,7 @@ import type PluginManager from '@jbrowse/core/PluginManager';
|
|
|
2
2
|
import type { BaseAssemblyConfigSchema } from '@jbrowse/core/assemblyManager';
|
|
3
3
|
import type { AnyConfiguration } from '@jbrowse/core/configuration';
|
|
4
4
|
export declare function SessionAssembliesMixin(pluginManager: PluginManager, assemblyConfigSchemasType: BaseAssemblyConfigSchema): import("@jbrowse/mobx-state-tree").IModelType<{
|
|
5
|
-
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("
|
|
5
|
+
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6
6
|
aliases: {
|
|
7
7
|
type: string;
|
|
8
8
|
defaultValue: never[];
|
|
@@ -14,18 +14,18 @@ export declare function SessionAssembliesMixin(pluginManager: PluginManager, ass
|
|
|
14
14
|
defaultValue: never[];
|
|
15
15
|
description: string;
|
|
16
16
|
};
|
|
17
|
-
refNameAliases: import("
|
|
17
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
18
18
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
19
|
-
}, import("
|
|
20
|
-
cytobands: import("
|
|
19
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
20
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
21
21
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
22
|
-
}, import("
|
|
22
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
23
23
|
displayName: {
|
|
24
24
|
type: string;
|
|
25
25
|
defaultValue: string;
|
|
26
26
|
description: string;
|
|
27
27
|
};
|
|
28
|
-
}, import("
|
|
28
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>;
|
|
29
29
|
}, {
|
|
30
30
|
addSessionAssembly(conf: AnyConfiguration): ({
|
|
31
31
|
[x: string]: any;
|
|
@@ -37,7 +37,7 @@ export declare function SessionAssembliesMixin(pluginManager: PluginManager, ass
|
|
|
37
37
|
[x: string]: any;
|
|
38
38
|
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
39
39
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
40
|
-
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("
|
|
40
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
41
41
|
aliases: {
|
|
42
42
|
type: string;
|
|
43
43
|
defaultValue: never[];
|
|
@@ -49,23 +49,23 @@ export declare function SessionAssembliesMixin(pluginManager: PluginManager, ass
|
|
|
49
49
|
defaultValue: never[];
|
|
50
50
|
description: string;
|
|
51
51
|
};
|
|
52
|
-
refNameAliases: import("
|
|
52
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
53
53
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
54
|
-
}, import("
|
|
55
|
-
cytobands: import("
|
|
54
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
55
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
56
56
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
57
|
-
}, import("
|
|
57
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
58
58
|
displayName: {
|
|
59
59
|
type: string;
|
|
60
60
|
defaultValue: string;
|
|
61
61
|
description: string;
|
|
62
62
|
};
|
|
63
|
-
}, import("
|
|
63
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>) | undefined;
|
|
64
64
|
addAssembly(conf: AnyConfiguration): void;
|
|
65
65
|
removeAssembly(name: string): void;
|
|
66
66
|
removeSessionAssembly(assemblyName: string): void;
|
|
67
67
|
}, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree").ModelSnapshotType<{
|
|
68
|
-
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("
|
|
68
|
+
sessionAssemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
69
69
|
aliases: {
|
|
70
70
|
type: string;
|
|
71
71
|
defaultValue: never[];
|
|
@@ -77,16 +77,16 @@ export declare function SessionAssembliesMixin(pluginManager: PluginManager, ass
|
|
|
77
77
|
defaultValue: never[];
|
|
78
78
|
description: string;
|
|
79
79
|
};
|
|
80
|
-
refNameAliases: import("
|
|
80
|
+
refNameAliases: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
81
81
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
82
|
-
}, import("
|
|
83
|
-
cytobands: import("
|
|
82
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
83
|
+
cytobands: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
84
84
|
adapter: import("@jbrowse/mobx-state-tree").IAnyModelType;
|
|
85
|
-
}, import("
|
|
85
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
86
86
|
displayName: {
|
|
87
87
|
type: string;
|
|
88
88
|
defaultValue: string;
|
|
89
89
|
description: string;
|
|
90
90
|
};
|
|
91
|
-
}, import("
|
|
91
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "name">>>;
|
|
92
92
|
}>>;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import type PluginManager from '@jbrowse/core/PluginManager';
|
|
2
2
|
export default function RootConfiguration({ pluginManager, }: {
|
|
3
3
|
pluginManager: PluginManager;
|
|
4
|
-
}): import("
|
|
5
|
-
rpc: import("
|
|
4
|
+
}): import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
5
|
+
rpc: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6
6
|
defaultDriver: {
|
|
7
7
|
type: string;
|
|
8
8
|
description: string;
|
|
9
9
|
defaultValue: string;
|
|
10
10
|
};
|
|
11
11
|
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]>;
|
|
12
|
-
}, import("
|
|
12
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
13
13
|
highResolutionScaling: {
|
|
14
14
|
type: string;
|
|
15
15
|
defaultValue: number;
|
|
16
16
|
};
|
|
17
|
-
formatDetails: import("
|
|
17
|
+
formatDetails: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
18
18
|
feature: {
|
|
19
19
|
type: string;
|
|
20
20
|
description: string;
|
|
@@ -37,8 +37,8 @@ export default function RootConfiguration({ pluginManager, }: {
|
|
|
37
37
|
defaultValue: number;
|
|
38
38
|
description: string;
|
|
39
39
|
};
|
|
40
|
-
}, import("
|
|
41
|
-
formatAbout: import("
|
|
40
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
41
|
+
formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
42
42
|
config: {
|
|
43
43
|
type: string;
|
|
44
44
|
description: string;
|
|
@@ -49,7 +49,7 @@ export default function RootConfiguration({ pluginManager, }: {
|
|
|
49
49
|
type: string;
|
|
50
50
|
defaultValue: boolean;
|
|
51
51
|
};
|
|
52
|
-
}, import("
|
|
52
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
53
53
|
shareURL: {
|
|
54
54
|
type: string;
|
|
55
55
|
defaultValue: string;
|
|
@@ -58,8 +58,8 @@ export default function RootConfiguration({ pluginManager, }: {
|
|
|
58
58
|
type: string;
|
|
59
59
|
defaultValue: boolean;
|
|
60
60
|
};
|
|
61
|
-
hierarchical: import("
|
|
62
|
-
sort: import("
|
|
61
|
+
hierarchical: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
62
|
+
sort: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
63
63
|
trackNames: {
|
|
64
64
|
type: string;
|
|
65
65
|
defaultValue: boolean;
|
|
@@ -68,8 +68,8 @@ export default function RootConfiguration({ pluginManager, }: {
|
|
|
68
68
|
type: string;
|
|
69
69
|
defaultValue: boolean;
|
|
70
70
|
};
|
|
71
|
-
}, import("
|
|
72
|
-
defaultCollapsed: import("
|
|
71
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
72
|
+
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
73
73
|
categoryNames: {
|
|
74
74
|
type: string;
|
|
75
75
|
defaultValue: never[];
|
|
@@ -82,8 +82,8 @@ export default function RootConfiguration({ pluginManager, }: {
|
|
|
82
82
|
type: string;
|
|
83
83
|
defaultValue: boolean;
|
|
84
84
|
};
|
|
85
|
-
}, import("
|
|
86
|
-
}, import("
|
|
85
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
86
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
87
87
|
theme: {
|
|
88
88
|
type: string;
|
|
89
89
|
defaultValue: {};
|
|
@@ -99,4 +99,4 @@ export default function RootConfiguration({ pluginManager, }: {
|
|
|
99
99
|
locationType: string;
|
|
100
100
|
};
|
|
101
101
|
};
|
|
102
|
-
}, import("
|
|
102
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
@@ -6,20 +6,20 @@ export declare function JBrowseConfigF({ pluginManager, assemblyConfigSchema, }:
|
|
|
6
6
|
assemblyConfigSchema: AnyConfigurationSchemaType;
|
|
7
7
|
adminMode?: boolean;
|
|
8
8
|
}): import("@jbrowse/mobx-state-tree").IModelType<{
|
|
9
|
-
configuration: import("
|
|
10
|
-
rpc: import("
|
|
9
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
10
|
+
rpc: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
11
11
|
defaultDriver: {
|
|
12
12
|
type: string;
|
|
13
13
|
description: string;
|
|
14
14
|
defaultValue: string;
|
|
15
15
|
};
|
|
16
16
|
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]>;
|
|
17
|
-
}, import("
|
|
17
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
18
18
|
highResolutionScaling: {
|
|
19
19
|
type: string;
|
|
20
20
|
defaultValue: number;
|
|
21
21
|
};
|
|
22
|
-
formatDetails: import("
|
|
22
|
+
formatDetails: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
23
23
|
feature: {
|
|
24
24
|
type: string;
|
|
25
25
|
description: string;
|
|
@@ -42,8 +42,8 @@ export declare function JBrowseConfigF({ pluginManager, assemblyConfigSchema, }:
|
|
|
42
42
|
defaultValue: number;
|
|
43
43
|
description: string;
|
|
44
44
|
};
|
|
45
|
-
}, import("
|
|
46
|
-
formatAbout: import("
|
|
45
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
46
|
+
formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
47
47
|
config: {
|
|
48
48
|
type: string;
|
|
49
49
|
description: string;
|
|
@@ -54,7 +54,7 @@ export declare function JBrowseConfigF({ pluginManager, assemblyConfigSchema, }:
|
|
|
54
54
|
type: string;
|
|
55
55
|
defaultValue: boolean;
|
|
56
56
|
};
|
|
57
|
-
}, import("
|
|
57
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
58
58
|
shareURL: {
|
|
59
59
|
type: string;
|
|
60
60
|
defaultValue: string;
|
|
@@ -63,8 +63,8 @@ export declare function JBrowseConfigF({ pluginManager, assemblyConfigSchema, }:
|
|
|
63
63
|
type: string;
|
|
64
64
|
defaultValue: boolean;
|
|
65
65
|
};
|
|
66
|
-
hierarchical: import("
|
|
67
|
-
sort: import("
|
|
66
|
+
hierarchical: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
67
|
+
sort: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
68
68
|
trackNames: {
|
|
69
69
|
type: string;
|
|
70
70
|
defaultValue: boolean;
|
|
@@ -73,8 +73,8 @@ export declare function JBrowseConfigF({ pluginManager, assemblyConfigSchema, }:
|
|
|
73
73
|
type: string;
|
|
74
74
|
defaultValue: boolean;
|
|
75
75
|
};
|
|
76
|
-
}, import("
|
|
77
|
-
defaultCollapsed: import("
|
|
76
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
77
|
+
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
78
78
|
categoryNames: {
|
|
79
79
|
type: string;
|
|
80
80
|
defaultValue: never[];
|
|
@@ -87,8 +87,8 @@ export declare function JBrowseConfigF({ pluginManager, assemblyConfigSchema, }:
|
|
|
87
87
|
type: string;
|
|
88
88
|
defaultValue: boolean;
|
|
89
89
|
};
|
|
90
|
-
}, import("
|
|
91
|
-
}, import("
|
|
90
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
91
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
92
92
|
theme: {
|
|
93
93
|
type: string;
|
|
94
94
|
defaultValue: {};
|
|
@@ -104,7 +104,7 @@ export declare function JBrowseConfigF({ pluginManager, assemblyConfigSchema, }:
|
|
|
104
104
|
locationType: string;
|
|
105
105
|
};
|
|
106
106
|
};
|
|
107
|
-
}, import("
|
|
107
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
108
108
|
plugins: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IType<PluginDefinition, PluginDefinition, PluginDefinition>>;
|
|
109
109
|
assemblies: import("@jbrowse/mobx-state-tree").IArrayType<AnyConfigurationSchemaType>;
|
|
110
110
|
tracks: import("@jbrowse/mobx-state-tree").IType<{
|
|
@@ -8,20 +8,20 @@ export declare function JBrowseModelF({ pluginManager, assemblyConfigSchema, }:
|
|
|
8
8
|
pluginManager: PluginManager;
|
|
9
9
|
assemblyConfigSchema: BaseAssemblyConfigSchema;
|
|
10
10
|
}): import("@jbrowse/mobx-state-tree").IModelType<{
|
|
11
|
-
configuration: import("
|
|
12
|
-
rpc: import("
|
|
11
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
12
|
+
rpc: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
13
13
|
defaultDriver: {
|
|
14
14
|
type: string;
|
|
15
15
|
description: string;
|
|
16
16
|
defaultValue: string;
|
|
17
17
|
};
|
|
18
18
|
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]>;
|
|
19
|
-
}, import("
|
|
19
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
20
20
|
highResolutionScaling: {
|
|
21
21
|
type: string;
|
|
22
22
|
defaultValue: number;
|
|
23
23
|
};
|
|
24
|
-
formatDetails: import("
|
|
24
|
+
formatDetails: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
25
25
|
feature: {
|
|
26
26
|
type: string;
|
|
27
27
|
description: string;
|
|
@@ -44,8 +44,8 @@ export declare function JBrowseModelF({ pluginManager, assemblyConfigSchema, }:
|
|
|
44
44
|
defaultValue: number;
|
|
45
45
|
description: string;
|
|
46
46
|
};
|
|
47
|
-
}, import("
|
|
48
|
-
formatAbout: import("
|
|
47
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
48
|
+
formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
49
49
|
config: {
|
|
50
50
|
type: string;
|
|
51
51
|
description: string;
|
|
@@ -56,7 +56,7 @@ export declare function JBrowseModelF({ pluginManager, assemblyConfigSchema, }:
|
|
|
56
56
|
type: string;
|
|
57
57
|
defaultValue: boolean;
|
|
58
58
|
};
|
|
59
|
-
}, import("
|
|
59
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
60
60
|
shareURL: {
|
|
61
61
|
type: string;
|
|
62
62
|
defaultValue: string;
|
|
@@ -65,8 +65,8 @@ export declare function JBrowseModelF({ pluginManager, assemblyConfigSchema, }:
|
|
|
65
65
|
type: string;
|
|
66
66
|
defaultValue: boolean;
|
|
67
67
|
};
|
|
68
|
-
hierarchical: import("
|
|
69
|
-
sort: import("
|
|
68
|
+
hierarchical: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
69
|
+
sort: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
70
70
|
trackNames: {
|
|
71
71
|
type: string;
|
|
72
72
|
defaultValue: boolean;
|
|
@@ -75,8 +75,8 @@ export declare function JBrowseModelF({ pluginManager, assemblyConfigSchema, }:
|
|
|
75
75
|
type: string;
|
|
76
76
|
defaultValue: boolean;
|
|
77
77
|
};
|
|
78
|
-
}, import("
|
|
79
|
-
defaultCollapsed: import("
|
|
78
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
79
|
+
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
80
80
|
categoryNames: {
|
|
81
81
|
type: string;
|
|
82
82
|
defaultValue: never[];
|
|
@@ -89,8 +89,8 @@ export declare function JBrowseModelF({ pluginManager, assemblyConfigSchema, }:
|
|
|
89
89
|
type: string;
|
|
90
90
|
defaultValue: boolean;
|
|
91
91
|
};
|
|
92
|
-
}, import("
|
|
93
|
-
}, import("
|
|
92
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
93
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
94
94
|
theme: {
|
|
95
95
|
type: string;
|
|
96
96
|
defaultValue: {};
|
|
@@ -106,7 +106,7 @@ export declare function JBrowseModelF({ pluginManager, assemblyConfigSchema, }:
|
|
|
106
106
|
locationType: string;
|
|
107
107
|
};
|
|
108
108
|
};
|
|
109
|
-
}, import("
|
|
109
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
110
110
|
plugins: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IType<PluginDefinition, PluginDefinition, PluginDefinition>>;
|
|
111
111
|
assemblies: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>;
|
|
112
112
|
tracks: import("@jbrowse/mobx-state-tree").IType<{
|
package/esm/ui/App/ViewHeader.js
CHANGED
|
@@ -37,7 +37,7 @@ const ViewHeader = observer(function ViewHeader({ view, onClose, onMinimize, cla
|
|
|
37
37
|
({ stickyViewHeaders } = session);
|
|
38
38
|
}
|
|
39
39
|
useEffect(() => {
|
|
40
|
-
if (typeof jest === 'undefined') {
|
|
40
|
+
if (typeof jest === 'undefined' && window.self === window.top) {
|
|
41
41
|
scrollRef.current?.scrollIntoView({ block: 'center' });
|
|
42
42
|
}
|
|
43
43
|
}, []);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/app-core",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "JBrowse 2 code shared between the 'full featured' apps e.g. jbrowse-web and jbrowse-desktop",
|
|
6
6
|
"keywords": [
|
|
@@ -25,14 +25,14 @@
|
|
|
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
|
"dockview-react": "^4.13.1",
|
|
32
32
|
"mobx": "^6.15.0",
|
|
33
33
|
"mobx-react": "^9.2.1",
|
|
34
|
-
"@jbrowse/core": "^4.1.
|
|
35
|
-
"@jbrowse/product-core": "^4.1.
|
|
34
|
+
"@jbrowse/core": "^4.1.4",
|
|
35
|
+
"@jbrowse/product-core": "^4.1.4"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"react": ">=18.0.0",
|