@jbrowse/react-circular-genome-view2 4.1.3 → 4.1.5
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 +79 -79
- package/dist/react-circular-genome-view.umd.production.min.js.map +1 -1
- package/esm/createModel/createConfigModel.d.ts +14 -14
- package/esm/createModel/createModel.d.ts +42 -42
- package/esm/createViewState.d.ts +98 -98
- package/esm/version.d.ts +1 -1
- package/esm/version.js +1 -1
- package/package.json +13 -13
package/esm/createViewState.d.ts
CHANGED
|
@@ -30,20 +30,20 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
30
30
|
[x: string]: any;
|
|
31
31
|
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
32
32
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
33
|
-
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("
|
|
34
|
-
rpc: import("
|
|
33
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
34
|
+
rpc: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
35
35
|
defaultDriver: {
|
|
36
36
|
type: string;
|
|
37
37
|
description: string;
|
|
38
38
|
defaultValue: string;
|
|
39
39
|
};
|
|
40
40
|
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]>;
|
|
41
|
-
}, import("
|
|
41
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
42
42
|
highResolutionScaling: {
|
|
43
43
|
type: string;
|
|
44
44
|
defaultValue: number;
|
|
45
45
|
};
|
|
46
|
-
formatDetails: import("
|
|
46
|
+
formatDetails: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
47
47
|
feature: {
|
|
48
48
|
type: string;
|
|
49
49
|
description: string;
|
|
@@ -66,8 +66,8 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
66
66
|
defaultValue: number;
|
|
67
67
|
description: string;
|
|
68
68
|
};
|
|
69
|
-
}, import("
|
|
70
|
-
formatAbout: import("
|
|
69
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
70
|
+
formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
71
71
|
config: {
|
|
72
72
|
type: string;
|
|
73
73
|
description: string;
|
|
@@ -78,9 +78,9 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
78
78
|
type: string;
|
|
79
79
|
defaultValue: boolean;
|
|
80
80
|
};
|
|
81
|
-
}, import("
|
|
82
|
-
hierarchical: import("
|
|
83
|
-
sort: import("
|
|
81
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
82
|
+
hierarchical: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
83
|
+
sort: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
84
84
|
trackNames: {
|
|
85
85
|
type: string;
|
|
86
86
|
defaultValue: boolean;
|
|
@@ -89,8 +89,8 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
89
89
|
type: string;
|
|
90
90
|
defaultValue: boolean;
|
|
91
91
|
};
|
|
92
|
-
}, import("
|
|
93
|
-
defaultCollapsed: import("
|
|
92
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
93
|
+
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
94
94
|
categoryNames: {
|
|
95
95
|
type: string;
|
|
96
96
|
defaultValue: never[];
|
|
@@ -103,13 +103,13 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
103
103
|
type: string;
|
|
104
104
|
defaultValue: boolean;
|
|
105
105
|
};
|
|
106
|
-
}, import("
|
|
107
|
-
}, import("
|
|
106
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
107
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
108
108
|
theme: {
|
|
109
109
|
type: string;
|
|
110
110
|
defaultValue: {};
|
|
111
111
|
};
|
|
112
|
-
}, import("
|
|
112
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>>;
|
|
113
113
|
assembly: {
|
|
114
114
|
[x: string]: any;
|
|
115
115
|
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -133,20 +133,20 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
133
133
|
readonly assemblyName: string;
|
|
134
134
|
readonly rpcManager: any;
|
|
135
135
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
136
|
-
configuration: import("
|
|
137
|
-
rpc: import("
|
|
136
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
137
|
+
rpc: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
138
138
|
defaultDriver: {
|
|
139
139
|
type: string;
|
|
140
140
|
description: string;
|
|
141
141
|
defaultValue: string;
|
|
142
142
|
};
|
|
143
143
|
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]>;
|
|
144
|
-
}, import("
|
|
144
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
145
145
|
highResolutionScaling: {
|
|
146
146
|
type: string;
|
|
147
147
|
defaultValue: number;
|
|
148
148
|
};
|
|
149
|
-
formatDetails: import("
|
|
149
|
+
formatDetails: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
150
150
|
feature: {
|
|
151
151
|
type: string;
|
|
152
152
|
description: string;
|
|
@@ -169,8 +169,8 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
169
169
|
defaultValue: number;
|
|
170
170
|
description: string;
|
|
171
171
|
};
|
|
172
|
-
}, import("
|
|
173
|
-
formatAbout: import("
|
|
172
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
173
|
+
formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
174
174
|
config: {
|
|
175
175
|
type: string;
|
|
176
176
|
description: string;
|
|
@@ -181,9 +181,9 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
181
181
|
type: string;
|
|
182
182
|
defaultValue: boolean;
|
|
183
183
|
};
|
|
184
|
-
}, import("
|
|
185
|
-
hierarchical: import("
|
|
186
|
-
sort: import("
|
|
184
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
185
|
+
hierarchical: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
186
|
+
sort: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
187
187
|
trackNames: {
|
|
188
188
|
type: string;
|
|
189
189
|
defaultValue: boolean;
|
|
@@ -192,8 +192,8 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
192
192
|
type: string;
|
|
193
193
|
defaultValue: boolean;
|
|
194
194
|
};
|
|
195
|
-
}, import("
|
|
196
|
-
defaultCollapsed: import("
|
|
195
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
196
|
+
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
197
197
|
categoryNames: {
|
|
198
198
|
type: string;
|
|
199
199
|
defaultValue: never[];
|
|
@@ -206,13 +206,13 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
206
206
|
type: string;
|
|
207
207
|
defaultValue: boolean;
|
|
208
208
|
};
|
|
209
|
-
}, import("
|
|
210
|
-
}, import("
|
|
209
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
210
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
211
211
|
theme: {
|
|
212
212
|
type: string;
|
|
213
213
|
defaultValue: {};
|
|
214
214
|
};
|
|
215
|
-
}, import("
|
|
215
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
216
216
|
assembly: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
|
|
217
217
|
tracks: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
218
218
|
internetAccounts: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
@@ -6700,20 +6700,20 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6700
6700
|
[x: string]: any;
|
|
6701
6701
|
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
6702
6702
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
6703
|
-
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("
|
|
6704
|
-
rpc: import("
|
|
6703
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6704
|
+
rpc: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6705
6705
|
defaultDriver: {
|
|
6706
6706
|
type: string;
|
|
6707
6707
|
description: string;
|
|
6708
6708
|
defaultValue: string;
|
|
6709
6709
|
};
|
|
6710
6710
|
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]>;
|
|
6711
|
-
}, import("
|
|
6711
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6712
6712
|
highResolutionScaling: {
|
|
6713
6713
|
type: string;
|
|
6714
6714
|
defaultValue: number;
|
|
6715
6715
|
};
|
|
6716
|
-
formatDetails: import("
|
|
6716
|
+
formatDetails: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6717
6717
|
feature: {
|
|
6718
6718
|
type: string;
|
|
6719
6719
|
description: string;
|
|
@@ -6736,8 +6736,8 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6736
6736
|
defaultValue: number;
|
|
6737
6737
|
description: string;
|
|
6738
6738
|
};
|
|
6739
|
-
}, import("
|
|
6740
|
-
formatAbout: import("
|
|
6739
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6740
|
+
formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6741
6741
|
config: {
|
|
6742
6742
|
type: string;
|
|
6743
6743
|
description: string;
|
|
@@ -6748,9 +6748,9 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6748
6748
|
type: string;
|
|
6749
6749
|
defaultValue: boolean;
|
|
6750
6750
|
};
|
|
6751
|
-
}, import("
|
|
6752
|
-
hierarchical: import("
|
|
6753
|
-
sort: import("
|
|
6751
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6752
|
+
hierarchical: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6753
|
+
sort: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6754
6754
|
trackNames: {
|
|
6755
6755
|
type: string;
|
|
6756
6756
|
defaultValue: boolean;
|
|
@@ -6759,8 +6759,8 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6759
6759
|
type: string;
|
|
6760
6760
|
defaultValue: boolean;
|
|
6761
6761
|
};
|
|
6762
|
-
}, import("
|
|
6763
|
-
defaultCollapsed: import("
|
|
6762
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6763
|
+
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6764
6764
|
categoryNames: {
|
|
6765
6765
|
type: string;
|
|
6766
6766
|
defaultValue: never[];
|
|
@@ -6773,13 +6773,13 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6773
6773
|
type: string;
|
|
6774
6774
|
defaultValue: boolean;
|
|
6775
6775
|
};
|
|
6776
|
-
}, import("
|
|
6777
|
-
}, import("
|
|
6776
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6777
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6778
6778
|
theme: {
|
|
6779
6779
|
type: string;
|
|
6780
6780
|
defaultValue: {};
|
|
6781
6781
|
};
|
|
6782
|
-
}, import("
|
|
6782
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>>;
|
|
6783
6783
|
assembly: {
|
|
6784
6784
|
[x: string]: any;
|
|
6785
6785
|
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -6803,20 +6803,20 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6803
6803
|
readonly assemblyName: string;
|
|
6804
6804
|
readonly rpcManager: any;
|
|
6805
6805
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
6806
|
-
configuration: import("
|
|
6807
|
-
rpc: import("
|
|
6806
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6807
|
+
rpc: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6808
6808
|
defaultDriver: {
|
|
6809
6809
|
type: string;
|
|
6810
6810
|
description: string;
|
|
6811
6811
|
defaultValue: string;
|
|
6812
6812
|
};
|
|
6813
6813
|
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]>;
|
|
6814
|
-
}, import("
|
|
6814
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6815
6815
|
highResolutionScaling: {
|
|
6816
6816
|
type: string;
|
|
6817
6817
|
defaultValue: number;
|
|
6818
6818
|
};
|
|
6819
|
-
formatDetails: import("
|
|
6819
|
+
formatDetails: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6820
6820
|
feature: {
|
|
6821
6821
|
type: string;
|
|
6822
6822
|
description: string;
|
|
@@ -6839,8 +6839,8 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6839
6839
|
defaultValue: number;
|
|
6840
6840
|
description: string;
|
|
6841
6841
|
};
|
|
6842
|
-
}, import("
|
|
6843
|
-
formatAbout: import("
|
|
6842
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6843
|
+
formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6844
6844
|
config: {
|
|
6845
6845
|
type: string;
|
|
6846
6846
|
description: string;
|
|
@@ -6851,9 +6851,9 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6851
6851
|
type: string;
|
|
6852
6852
|
defaultValue: boolean;
|
|
6853
6853
|
};
|
|
6854
|
-
}, import("
|
|
6855
|
-
hierarchical: import("
|
|
6856
|
-
sort: import("
|
|
6854
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6855
|
+
hierarchical: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6856
|
+
sort: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6857
6857
|
trackNames: {
|
|
6858
6858
|
type: string;
|
|
6859
6859
|
defaultValue: boolean;
|
|
@@ -6862,8 +6862,8 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6862
6862
|
type: string;
|
|
6863
6863
|
defaultValue: boolean;
|
|
6864
6864
|
};
|
|
6865
|
-
}, import("
|
|
6866
|
-
defaultCollapsed: import("
|
|
6865
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6866
|
+
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6867
6867
|
categoryNames: {
|
|
6868
6868
|
type: string;
|
|
6869
6869
|
defaultValue: never[];
|
|
@@ -6876,13 +6876,13 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6876
6876
|
type: string;
|
|
6877
6877
|
defaultValue: boolean;
|
|
6878
6878
|
};
|
|
6879
|
-
}, import("
|
|
6880
|
-
}, import("
|
|
6879
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6880
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6881
6881
|
theme: {
|
|
6882
6882
|
type: string;
|
|
6883
6883
|
defaultValue: {};
|
|
6884
6884
|
};
|
|
6885
|
-
}, import("
|
|
6885
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6886
6886
|
assembly: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
|
|
6887
6887
|
tracks: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
6888
6888
|
internetAccounts: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
@@ -6903,20 +6903,20 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6903
6903
|
readonly pluginManager: import("@jbrowse/core/PluginManager").default;
|
|
6904
6904
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
6905
6905
|
config: import("@jbrowse/mobx-state-tree").IModelType<{
|
|
6906
|
-
configuration: import("
|
|
6907
|
-
rpc: import("
|
|
6906
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6907
|
+
rpc: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6908
6908
|
defaultDriver: {
|
|
6909
6909
|
type: string;
|
|
6910
6910
|
description: string;
|
|
6911
6911
|
defaultValue: string;
|
|
6912
6912
|
};
|
|
6913
6913
|
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]>;
|
|
6914
|
-
}, import("
|
|
6914
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6915
6915
|
highResolutionScaling: {
|
|
6916
6916
|
type: string;
|
|
6917
6917
|
defaultValue: number;
|
|
6918
6918
|
};
|
|
6919
|
-
formatDetails: import("
|
|
6919
|
+
formatDetails: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6920
6920
|
feature: {
|
|
6921
6921
|
type: string;
|
|
6922
6922
|
description: string;
|
|
@@ -6939,8 +6939,8 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6939
6939
|
defaultValue: number;
|
|
6940
6940
|
description: string;
|
|
6941
6941
|
};
|
|
6942
|
-
}, import("
|
|
6943
|
-
formatAbout: import("
|
|
6942
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6943
|
+
formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6944
6944
|
config: {
|
|
6945
6945
|
type: string;
|
|
6946
6946
|
description: string;
|
|
@@ -6951,9 +6951,9 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6951
6951
|
type: string;
|
|
6952
6952
|
defaultValue: boolean;
|
|
6953
6953
|
};
|
|
6954
|
-
}, import("
|
|
6955
|
-
hierarchical: import("
|
|
6956
|
-
sort: import("
|
|
6954
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6955
|
+
hierarchical: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6956
|
+
sort: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6957
6957
|
trackNames: {
|
|
6958
6958
|
type: string;
|
|
6959
6959
|
defaultValue: boolean;
|
|
@@ -6962,8 +6962,8 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6962
6962
|
type: string;
|
|
6963
6963
|
defaultValue: boolean;
|
|
6964
6964
|
};
|
|
6965
|
-
}, import("
|
|
6966
|
-
defaultCollapsed: import("
|
|
6965
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6966
|
+
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
6967
6967
|
categoryNames: {
|
|
6968
6968
|
type: string;
|
|
6969
6969
|
defaultValue: never[];
|
|
@@ -6976,13 +6976,13 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
6976
6976
|
type: string;
|
|
6977
6977
|
defaultValue: boolean;
|
|
6978
6978
|
};
|
|
6979
|
-
}, import("
|
|
6980
|
-
}, import("
|
|
6979
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6980
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6981
6981
|
theme: {
|
|
6982
6982
|
type: string;
|
|
6983
6983
|
defaultValue: {};
|
|
6984
6984
|
};
|
|
6985
|
-
}, import("
|
|
6985
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
6986
6986
|
assembly: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
|
|
6987
6987
|
tracks: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
6988
6988
|
internetAccounts: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
@@ -11113,20 +11113,20 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
11113
11113
|
[x: string]: any;
|
|
11114
11114
|
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
11115
11115
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
11116
|
-
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("
|
|
11117
|
-
rpc: import("
|
|
11116
|
+
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
11117
|
+
rpc: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
11118
11118
|
defaultDriver: {
|
|
11119
11119
|
type: string;
|
|
11120
11120
|
description: string;
|
|
11121
11121
|
defaultValue: string;
|
|
11122
11122
|
};
|
|
11123
11123
|
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]>;
|
|
11124
|
-
}, import("
|
|
11124
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
11125
11125
|
highResolutionScaling: {
|
|
11126
11126
|
type: string;
|
|
11127
11127
|
defaultValue: number;
|
|
11128
11128
|
};
|
|
11129
|
-
formatDetails: import("
|
|
11129
|
+
formatDetails: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
11130
11130
|
feature: {
|
|
11131
11131
|
type: string;
|
|
11132
11132
|
description: string;
|
|
@@ -11149,8 +11149,8 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
11149
11149
|
defaultValue: number;
|
|
11150
11150
|
description: string;
|
|
11151
11151
|
};
|
|
11152
|
-
}, import("
|
|
11153
|
-
formatAbout: import("
|
|
11152
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
11153
|
+
formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
11154
11154
|
config: {
|
|
11155
11155
|
type: string;
|
|
11156
11156
|
description: string;
|
|
@@ -11161,9 +11161,9 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
11161
11161
|
type: string;
|
|
11162
11162
|
defaultValue: boolean;
|
|
11163
11163
|
};
|
|
11164
|
-
}, import("
|
|
11165
|
-
hierarchical: import("
|
|
11166
|
-
sort: import("
|
|
11164
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
11165
|
+
hierarchical: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
11166
|
+
sort: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
11167
11167
|
trackNames: {
|
|
11168
11168
|
type: string;
|
|
11169
11169
|
defaultValue: boolean;
|
|
@@ -11172,8 +11172,8 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
11172
11172
|
type: string;
|
|
11173
11173
|
defaultValue: boolean;
|
|
11174
11174
|
};
|
|
11175
|
-
}, import("
|
|
11176
|
-
defaultCollapsed: import("
|
|
11175
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
11176
|
+
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
11177
11177
|
categoryNames: {
|
|
11178
11178
|
type: string;
|
|
11179
11179
|
defaultValue: never[];
|
|
@@ -11186,13 +11186,13 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
11186
11186
|
type: string;
|
|
11187
11187
|
defaultValue: boolean;
|
|
11188
11188
|
};
|
|
11189
|
-
}, import("
|
|
11190
|
-
}, import("
|
|
11189
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
11190
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
11191
11191
|
theme: {
|
|
11192
11192
|
type: string;
|
|
11193
11193
|
defaultValue: {};
|
|
11194
11194
|
};
|
|
11195
|
-
}, import("
|
|
11195
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>>;
|
|
11196
11196
|
assembly: {
|
|
11197
11197
|
[x: string]: any;
|
|
11198
11198
|
} & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -11216,20 +11216,20 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
11216
11216
|
readonly assemblyName: string;
|
|
11217
11217
|
readonly rpcManager: any;
|
|
11218
11218
|
} & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IModelType<{
|
|
11219
|
-
configuration: import("
|
|
11220
|
-
rpc: import("
|
|
11219
|
+
configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
11220
|
+
rpc: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
11221
11221
|
defaultDriver: {
|
|
11222
11222
|
type: string;
|
|
11223
11223
|
description: string;
|
|
11224
11224
|
defaultValue: string;
|
|
11225
11225
|
};
|
|
11226
11226
|
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]>;
|
|
11227
|
-
}, import("
|
|
11227
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
11228
11228
|
highResolutionScaling: {
|
|
11229
11229
|
type: string;
|
|
11230
11230
|
defaultValue: number;
|
|
11231
11231
|
};
|
|
11232
|
-
formatDetails: import("
|
|
11232
|
+
formatDetails: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
11233
11233
|
feature: {
|
|
11234
11234
|
type: string;
|
|
11235
11235
|
description: string;
|
|
@@ -11252,8 +11252,8 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
11252
11252
|
defaultValue: number;
|
|
11253
11253
|
description: string;
|
|
11254
11254
|
};
|
|
11255
|
-
}, import("
|
|
11256
|
-
formatAbout: import("
|
|
11255
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
11256
|
+
formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
11257
11257
|
config: {
|
|
11258
11258
|
type: string;
|
|
11259
11259
|
description: string;
|
|
@@ -11264,9 +11264,9 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
11264
11264
|
type: string;
|
|
11265
11265
|
defaultValue: boolean;
|
|
11266
11266
|
};
|
|
11267
|
-
}, import("
|
|
11268
|
-
hierarchical: import("
|
|
11269
|
-
sort: import("
|
|
11267
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
11268
|
+
hierarchical: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
11269
|
+
sort: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
11270
11270
|
trackNames: {
|
|
11271
11271
|
type: string;
|
|
11272
11272
|
defaultValue: boolean;
|
|
@@ -11275,8 +11275,8 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
11275
11275
|
type: string;
|
|
11276
11276
|
defaultValue: boolean;
|
|
11277
11277
|
};
|
|
11278
|
-
}, import("
|
|
11279
|
-
defaultCollapsed: import("
|
|
11278
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
11279
|
+
defaultCollapsed: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
11280
11280
|
categoryNames: {
|
|
11281
11281
|
type: string;
|
|
11282
11282
|
defaultValue: never[];
|
|
@@ -11289,13 +11289,13 @@ export default function createViewState(opts: ViewStateOptions): {
|
|
|
11289
11289
|
type: string;
|
|
11290
11290
|
defaultValue: boolean;
|
|
11291
11291
|
};
|
|
11292
|
-
}, import("
|
|
11293
|
-
}, import("
|
|
11292
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
11293
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
11294
11294
|
theme: {
|
|
11295
11295
|
type: string;
|
|
11296
11296
|
defaultValue: {};
|
|
11297
11297
|
};
|
|
11298
|
-
}, import("
|
|
11298
|
+
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
11299
11299
|
assembly: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
|
|
11300
11300
|
tracks: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
|
11301
11301
|
internetAccounts: import("@jbrowse/mobx-state-tree").IArrayType<import("@jbrowse/mobx-state-tree").IAnyModelType>;
|
package/esm/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "4.1.
|
|
1
|
+
export declare const version = "4.1.5";
|
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '4.1.
|
|
1
|
+
export const version = '4.1.5';
|
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.1.5",
|
|
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.5.0",
|
|
36
|
-
"@mui/icons-material": "^7.3.
|
|
37
|
-
"@mui/material": "^7.3.
|
|
36
|
+
"@mui/icons-material": "^7.3.8",
|
|
37
|
+
"@mui/material": "^7.3.8",
|
|
38
38
|
"mobx": "^6.15.0",
|
|
39
39
|
"mobx-react": "^9.2.1",
|
|
40
|
-
"@jbrowse/
|
|
41
|
-
"@jbrowse/core": "^4.1.
|
|
42
|
-
"@jbrowse/plugin-authentication": "^4.1.
|
|
43
|
-
"@jbrowse/plugin-circular-view": "^4.1.
|
|
44
|
-
"@jbrowse/plugin-config": "^4.1.
|
|
45
|
-
"@jbrowse/plugin-
|
|
46
|
-
"@jbrowse/plugin-
|
|
47
|
-
"@jbrowse/
|
|
48
|
-
"@jbrowse/plugin-wiggle": "^4.1.
|
|
49
|
-
"@jbrowse/
|
|
40
|
+
"@jbrowse/core": "^4.1.5",
|
|
41
|
+
"@jbrowse/embedded-core": "^4.1.5",
|
|
42
|
+
"@jbrowse/plugin-authentication": "^4.1.5",
|
|
43
|
+
"@jbrowse/plugin-circular-view": "^4.1.5",
|
|
44
|
+
"@jbrowse/plugin-config": "^4.1.5",
|
|
45
|
+
"@jbrowse/plugin-data-management": "^4.1.5",
|
|
46
|
+
"@jbrowse/plugin-sequence": "^4.1.5",
|
|
47
|
+
"@jbrowse/product-core": "^4.1.5",
|
|
48
|
+
"@jbrowse/plugin-wiggle": "^4.1.5",
|
|
49
|
+
"@jbrowse/plugin-variants": "^4.1.5"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": ">=18.0.0"
|