@jbrowse/plugin-config 4.1.2 → 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/esm/ConfigurationEditorWidget/components/useSlotEditorStyles.d.ts +2 -2
- package/esm/FromConfigAdapter/configSchema.d.ts +2 -2
- package/esm/FromConfigRegionsAdapter/configSchema.d.ts +2 -2
- package/esm/FromConfigSequenceAdapter/configSchema.d.ts +2 -2
- package/esm/NcbiSequenceReportAliasAdapter/configSchema.d.ts +2 -2
- package/esm/RefNameAliasAdapter/configSchema.d.ts +2 -2
- package/package.json +4 -4
|
@@ -5,6 +5,6 @@ export declare const useSlotEditorStyles: (_params?: unknown, muiStyleOverridesP
|
|
|
5
5
|
} | undefined) => {
|
|
6
6
|
classes: Record<"paper" | "paperContent" | "slotModeSwitch", string>;
|
|
7
7
|
theme: import("@mui/material").Theme;
|
|
8
|
-
css: import("
|
|
9
|
-
cx: import("
|
|
8
|
+
css: import("@jbrowse/core/util/tss-react/types").Css;
|
|
9
|
+
cx: import("@jbrowse/core/util/tss-react/types").Cx;
|
|
10
10
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const configSchema: import("
|
|
1
|
+
declare const configSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
features: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: never[];
|
|
5
5
|
};
|
|
6
|
-
}, import("
|
|
6
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
7
7
|
export default configSchema;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const regionsConfigSchema: import("
|
|
1
|
+
declare const regionsConfigSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
features: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: never[];
|
|
5
5
|
};
|
|
6
|
-
}, import("
|
|
6
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
7
7
|
export default regionsConfigSchema;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare const sequenceConfigSchema: import("
|
|
1
|
+
declare const sequenceConfigSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
features: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: never[];
|
|
5
5
|
};
|
|
6
|
-
}, import("
|
|
6
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
7
7
|
export default sequenceConfigSchema;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const NcbiSequenceReportAliasAdapterConfigSchema: import("
|
|
1
|
+
declare const NcbiSequenceReportAliasAdapterConfigSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
location: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: {
|
|
@@ -11,5 +11,5 @@ declare const NcbiSequenceReportAliasAdapterConfigSchema: import("node_modules/@
|
|
|
11
11
|
defaultValue: boolean;
|
|
12
12
|
description: string;
|
|
13
13
|
};
|
|
14
|
-
}, import("
|
|
14
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
15
15
|
export default NcbiSequenceReportAliasAdapterConfigSchema;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const RefNameAliasAdapter: import("
|
|
1
|
+
declare const RefNameAliasAdapter: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
2
2
|
location: {
|
|
3
3
|
type: string;
|
|
4
4
|
defaultValue: {
|
|
@@ -15,5 +15,5 @@ declare const RefNameAliasAdapter: import("node_modules/@jbrowse/core/src/config
|
|
|
15
15
|
description: string;
|
|
16
16
|
defaultValue: string;
|
|
17
17
|
};
|
|
18
|
-
}, import("
|
|
18
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
19
19
|
export default RefNameAliasAdapter;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-config",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "JBrowse 2 config utilities",
|
|
6
6
|
"keywords": [
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@jbrowse/mobx-state-tree": "^5.5.0",
|
|
25
|
-
"@mui/icons-material": "^7.3.
|
|
26
|
-
"@mui/material": "^7.3.
|
|
25
|
+
"@mui/icons-material": "^7.3.8",
|
|
26
|
+
"@mui/material": "^7.3.8",
|
|
27
27
|
"mobx": "^6.15.0",
|
|
28
28
|
"mobx-react": "^9.2.1",
|
|
29
29
|
"pluralize": "^8.0.0",
|
|
30
30
|
"rxjs": "^7.8.2",
|
|
31
|
-
"@jbrowse/core": "^4.1.
|
|
31
|
+
"@jbrowse/core": "^4.1.4"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": ">=18.0.0",
|