@jbrowse/product-core 4.1.15 → 4.2.1
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.
|
@@ -9,6 +9,11 @@ export declare function HierarchicalConfigSchemaFactory(): import("@jbrowse/core
|
|
|
9
9
|
defaultValue: boolean;
|
|
10
10
|
};
|
|
11
11
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
12
|
+
defaultFolderCategories: {
|
|
13
|
+
type: string;
|
|
14
|
+
description: string;
|
|
15
|
+
defaultValue: never[];
|
|
16
|
+
};
|
|
12
17
|
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
13
18
|
categoryNames: {
|
|
14
19
|
type: string;
|
|
@@ -11,6 +11,11 @@ export function HierarchicalConfigSchemaFactory() {
|
|
|
11
11
|
defaultValue: false,
|
|
12
12
|
},
|
|
13
13
|
}),
|
|
14
|
+
defaultFolderCategories: {
|
|
15
|
+
type: 'stringArray',
|
|
16
|
+
description: 'list of category names to display as folders by default',
|
|
17
|
+
defaultValue: [],
|
|
18
|
+
},
|
|
14
19
|
defaultCollapsed: ConfigurationSchema('defaultCollapsed', {
|
|
15
20
|
categoryNames: {
|
|
16
21
|
type: 'stringArray',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/product-core",
|
|
3
|
-
"version": "4.1
|
|
3
|
+
"version": "4.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"description": "JBrowse 2 code shared between products but not used by plugins",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@jbrowse/mobx-state-tree": "^5.6.0",
|
|
29
|
-
"@mui/material": "^7.3.
|
|
29
|
+
"@mui/material": "^7.3.10",
|
|
30
30
|
"copy-to-clipboard": "^3.3.3",
|
|
31
31
|
"librpc-web-mod": "^2.1.1",
|
|
32
32
|
"mobx": "^6.15.0",
|
|
33
33
|
"mobx-react": "^9.2.1",
|
|
34
|
-
"@jbrowse/core": "^4.1
|
|
34
|
+
"@jbrowse/core": "^4.2.1"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"react": ">=18.0.0",
|