@jbrowse/react-circular-genome-view2 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.
- package/dist/react-circular-genome-view.umd.production.min.js +6 -6
- package/dist/react-circular-genome-view.umd.production.min.js.LICENSE.txt +1 -1
- package/dist/react-circular-genome-view.umd.production.min.js.map +1 -1
- package/esm/createModel/createConfigModel.d.ts +5 -0
- package/esm/createModel/createModel.d.ts +15 -0
- package/esm/createViewState.d.ts +35 -0
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +13 -13
|
@@ -61,6 +61,11 @@ export default function createConfigModel(pluginManager: PluginManager, assembly
|
|
|
61
61
|
defaultValue: boolean;
|
|
62
62
|
};
|
|
63
63
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
64
|
+
defaultFolderCategories: {
|
|
65
|
+
type: string;
|
|
66
|
+
description: string;
|
|
67
|
+
defaultValue: never[];
|
|
68
|
+
};
|
|
64
69
|
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
65
70
|
categoryNames: {
|
|
66
71
|
type: string;
|
|
@@ -67,6 +67,11 @@ export default function createModel(runtimePlugins: PluginConstructor[], makeWor
|
|
|
67
67
|
defaultValue: boolean;
|
|
68
68
|
};
|
|
69
69
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
70
|
+
defaultFolderCategories: {
|
|
71
|
+
type: string;
|
|
72
|
+
description: string;
|
|
73
|
+
defaultValue: never[];
|
|
74
|
+
};
|
|
70
75
|
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
71
76
|
categoryNames: {
|
|
72
77
|
type: string;
|
|
@@ -4277,6 +4282,11 @@ export default function createModel(runtimePlugins: PluginConstructor[], makeWor
|
|
|
4277
4282
|
defaultValue: boolean;
|
|
4278
4283
|
};
|
|
4279
4284
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
4285
|
+
defaultFolderCategories: {
|
|
4286
|
+
type: string;
|
|
4287
|
+
description: string;
|
|
4288
|
+
defaultValue: never[];
|
|
4289
|
+
};
|
|
4280
4290
|
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
4281
4291
|
categoryNames: {
|
|
4282
4292
|
type: string;
|
|
@@ -4380,6 +4390,11 @@ export default function createModel(runtimePlugins: PluginConstructor[], makeWor
|
|
|
4380
4390
|
defaultValue: boolean;
|
|
4381
4391
|
};
|
|
4382
4392
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
4393
|
+
defaultFolderCategories: {
|
|
4394
|
+
type: string;
|
|
4395
|
+
description: string;
|
|
4396
|
+
defaultValue: never[];
|
|
4397
|
+
};
|
|
4383
4398
|
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
4384
4399
|
categoryNames: {
|
|
4385
4400
|
type: string;
|
package/esm/createViewState.d.ts
CHANGED
|
@@ -90,6 +90,11 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
90
90
|
defaultValue: boolean;
|
|
91
91
|
};
|
|
92
92
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
93
|
+
defaultFolderCategories: {
|
|
94
|
+
type: string;
|
|
95
|
+
description: string;
|
|
96
|
+
defaultValue: never[];
|
|
97
|
+
};
|
|
93
98
|
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
94
99
|
categoryNames: {
|
|
95
100
|
type: string;
|
|
@@ -193,6 +198,11 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
193
198
|
defaultValue: boolean;
|
|
194
199
|
};
|
|
195
200
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
201
|
+
defaultFolderCategories: {
|
|
202
|
+
type: string;
|
|
203
|
+
description: string;
|
|
204
|
+
defaultValue: never[];
|
|
205
|
+
};
|
|
196
206
|
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
197
207
|
categoryNames: {
|
|
198
208
|
type: string;
|
|
@@ -6760,6 +6770,11 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6760
6770
|
defaultValue: boolean;
|
|
6761
6771
|
};
|
|
6762
6772
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6773
|
+
defaultFolderCategories: {
|
|
6774
|
+
type: string;
|
|
6775
|
+
description: string;
|
|
6776
|
+
defaultValue: never[];
|
|
6777
|
+
};
|
|
6763
6778
|
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6764
6779
|
categoryNames: {
|
|
6765
6780
|
type: string;
|
|
@@ -6863,6 +6878,11 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6863
6878
|
defaultValue: boolean;
|
|
6864
6879
|
};
|
|
6865
6880
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6881
|
+
defaultFolderCategories: {
|
|
6882
|
+
type: string;
|
|
6883
|
+
description: string;
|
|
6884
|
+
defaultValue: never[];
|
|
6885
|
+
};
|
|
6866
6886
|
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6867
6887
|
categoryNames: {
|
|
6868
6888
|
type: string;
|
|
@@ -6963,6 +6983,11 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6963
6983
|
defaultValue: boolean;
|
|
6964
6984
|
};
|
|
6965
6985
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6986
|
+
defaultFolderCategories: {
|
|
6987
|
+
type: string;
|
|
6988
|
+
description: string;
|
|
6989
|
+
defaultValue: never[];
|
|
6990
|
+
};
|
|
6966
6991
|
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6967
6992
|
categoryNames: {
|
|
6968
6993
|
type: string;
|
|
@@ -11173,6 +11198,11 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
11173
11198
|
defaultValue: boolean;
|
|
11174
11199
|
};
|
|
11175
11200
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
11201
|
+
defaultFolderCategories: {
|
|
11202
|
+
type: string;
|
|
11203
|
+
description: string;
|
|
11204
|
+
defaultValue: never[];
|
|
11205
|
+
};
|
|
11176
11206
|
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
11177
11207
|
categoryNames: {
|
|
11178
11208
|
type: string;
|
|
@@ -11276,6 +11306,11 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
11276
11306
|
defaultValue: boolean;
|
|
11277
11307
|
};
|
|
11278
11308
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
11309
|
+
defaultFolderCategories: {
|
|
11310
|
+
type: string;
|
|
11311
|
+
description: string;
|
|
11312
|
+
defaultValue: never[];
|
|
11313
|
+
};
|
|
11279
11314
|
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
11280
11315
|
categoryNames: {
|
|
11281
11316
|
type: string;
|
package/esm/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "4.1
|
|
1
|
+
export declare const version = "4.2.1";
|
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '4.1
|
|
1
|
+
export const version = '4.2.1';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/react-circular-genome-view2",
|
|
3
|
-
"version": "4.1
|
|
3
|
+
"version": "4.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "JBrowse 2 circular genome view React component",
|
|
6
6
|
"keywords": [
|
|
@@ -33,20 +33,20 @@
|
|
|
33
33
|
"@emotion/react": "^11.14.0",
|
|
34
34
|
"@emotion/styled": "^11.14.1",
|
|
35
35
|
"@jbrowse/mobx-state-tree": "^5.6.0",
|
|
36
|
-
"@mui/icons-material": "^7.3.
|
|
37
|
-
"@mui/material": "^7.3.
|
|
36
|
+
"@mui/icons-material": "^7.3.10",
|
|
37
|
+
"@mui/material": "^7.3.10",
|
|
38
38
|
"mobx": "^6.15.0",
|
|
39
39
|
"mobx-react": "^9.2.1",
|
|
40
|
-
"@jbrowse/core": "^4.1
|
|
41
|
-
"@jbrowse/plugin-
|
|
42
|
-
"@jbrowse/plugin-
|
|
43
|
-
"@jbrowse/
|
|
44
|
-
"@jbrowse/plugin-
|
|
45
|
-
"@jbrowse/
|
|
46
|
-
"@jbrowse/plugin-
|
|
47
|
-
"@jbrowse/plugin-
|
|
48
|
-
"@jbrowse/plugin-
|
|
49
|
-
"@jbrowse/product-core": "^4.1
|
|
40
|
+
"@jbrowse/embedded-core": "^4.2.1",
|
|
41
|
+
"@jbrowse/plugin-circular-view": "^4.2.1",
|
|
42
|
+
"@jbrowse/plugin-config": "^4.2.1",
|
|
43
|
+
"@jbrowse/plugin-authentication": "^4.2.1",
|
|
44
|
+
"@jbrowse/plugin-data-management": "^4.2.1",
|
|
45
|
+
"@jbrowse/core": "^4.2.1",
|
|
46
|
+
"@jbrowse/plugin-sequence": "^4.2.1",
|
|
47
|
+
"@jbrowse/plugin-variants": "^4.2.1",
|
|
48
|
+
"@jbrowse/plugin-wiggle": "^4.2.1",
|
|
49
|
+
"@jbrowse/product-core": "^4.2.1"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": ">=18.0.0"
|