@jbrowse/product-core 2.15.3 → 2.16.0
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/RootModel/BaseRootModel.d.ts +0 -1
- package/dist/Session/MultipleViews.d.ts +0 -3
- package/dist/Session/SessionTracks.d.ts +0 -3
- package/dist/Session/Tracks.d.ts +0 -3
- package/esm/RootModel/BaseRootModel.d.ts +0 -1
- package/esm/Session/MultipleViews.d.ts +0 -3
- package/esm/Session/SessionTracks.d.ts +0 -3
- package/esm/Session/Tracks.d.ts +0 -3
- package/package.json +3 -4
|
@@ -555,7 +555,6 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
555
555
|
afterAttach(): void;
|
|
556
556
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
557
557
|
addAssembly(configuration: any): void;
|
|
558
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
559
558
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
560
559
|
}, {
|
|
561
560
|
rpcManager: RpcManager;
|
|
@@ -628,7 +628,6 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
628
628
|
afterAttach(): void;
|
|
629
629
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
630
630
|
addAssembly(configuration: any): void;
|
|
631
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
632
631
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
633
632
|
assemblies: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
634
633
|
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
@@ -1155,7 +1154,6 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1155
1154
|
afterAttach(): void;
|
|
1156
1155
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1157
1156
|
addAssembly(configuration: any): void;
|
|
1158
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1159
1157
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
1160
1158
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1161
1159
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -1695,7 +1693,6 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1695
1693
|
afterAttach(): void;
|
|
1696
1694
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1697
1695
|
addAssembly(configuration: any): void;
|
|
1698
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1699
1696
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1700
1697
|
}, {
|
|
1701
1698
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -613,7 +613,6 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
613
613
|
afterAttach(): void;
|
|
614
614
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
615
615
|
addAssembly(configuration: any): void;
|
|
616
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
617
616
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
618
617
|
assemblies: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
619
618
|
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
@@ -1136,7 +1135,6 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1136
1135
|
afterAttach(): void;
|
|
1137
1136
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1138
1137
|
addAssembly(configuration: any): void;
|
|
1139
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1140
1138
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
1141
1139
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1142
1140
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -1676,7 +1674,6 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1676
1674
|
afterAttach(): void;
|
|
1677
1675
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1678
1676
|
addAssembly(configuration: any): void;
|
|
1679
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1680
1677
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1681
1678
|
}, {
|
|
1682
1679
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
package/dist/Session/Tracks.d.ts
CHANGED
|
@@ -611,7 +611,6 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
611
611
|
afterAttach(): void;
|
|
612
612
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
613
613
|
addAssembly(configuration: any): void;
|
|
614
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
615
614
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
616
615
|
assemblies: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
617
616
|
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
@@ -1134,7 +1133,6 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1134
1133
|
afterAttach(): void;
|
|
1135
1134
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1136
1135
|
addAssembly(configuration: any): void;
|
|
1137
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1138
1136
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
1139
1137
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1140
1138
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -1674,7 +1672,6 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1674
1672
|
afterAttach(): void;
|
|
1675
1673
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1676
1674
|
addAssembly(configuration: any): void;
|
|
1677
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1678
1675
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1679
1676
|
}, {
|
|
1680
1677
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -555,7 +555,6 @@ export declare function BaseRootModelFactory({ pluginManager, jbrowseModelType,
|
|
|
555
555
|
afterAttach(): void;
|
|
556
556
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
557
557
|
addAssembly(configuration: any): void;
|
|
558
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
559
558
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
560
559
|
}, {
|
|
561
560
|
rpcManager: RpcManager;
|
|
@@ -628,7 +628,6 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
628
628
|
afterAttach(): void;
|
|
629
629
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
630
630
|
addAssembly(configuration: any): void;
|
|
631
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
632
631
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
633
632
|
assemblies: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
634
633
|
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
@@ -1155,7 +1154,6 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1155
1154
|
afterAttach(): void;
|
|
1156
1155
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1157
1156
|
addAssembly(configuration: any): void;
|
|
1158
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1159
1157
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
1160
1158
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1161
1159
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -1695,7 +1693,6 @@ export declare function MultipleViewsSessionMixin(pluginManager: PluginManager):
|
|
|
1695
1693
|
afterAttach(): void;
|
|
1696
1694
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1697
1695
|
addAssembly(configuration: any): void;
|
|
1698
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1699
1696
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1700
1697
|
}, {
|
|
1701
1698
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -613,7 +613,6 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
613
613
|
afterAttach(): void;
|
|
614
614
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
615
615
|
addAssembly(configuration: any): void;
|
|
616
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
617
616
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
618
617
|
assemblies: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
619
618
|
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
@@ -1136,7 +1135,6 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1136
1135
|
afterAttach(): void;
|
|
1137
1136
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1138
1137
|
addAssembly(configuration: any): void;
|
|
1139
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1140
1138
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
1141
1139
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1142
1140
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -1676,7 +1674,6 @@ export declare function SessionTracksManagerSessionMixin(pluginManager: PluginMa
|
|
|
1676
1674
|
afterAttach(): void;
|
|
1677
1675
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1678
1676
|
addAssembly(configuration: any): void;
|
|
1679
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1680
1677
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1681
1678
|
}, {
|
|
1682
1679
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
package/esm/Session/Tracks.d.ts
CHANGED
|
@@ -611,7 +611,6 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
611
611
|
afterAttach(): void;
|
|
612
612
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
613
613
|
addAssembly(configuration: any): void;
|
|
614
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
615
614
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
616
615
|
assemblies: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
617
616
|
configuration: import("mobx-state-tree").IMaybe<import("mobx-state-tree").IReferenceType<import("mobx-state-tree").IAnyType>>;
|
|
@@ -1134,7 +1133,6 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1134
1133
|
afterAttach(): void;
|
|
1135
1134
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1136
1135
|
addAssembly(configuration: any): void;
|
|
1137
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1138
1136
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
1139
1137
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1140
1138
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
|
@@ -1674,7 +1672,6 @@ export declare function TracksManagerSessionMixin(pluginManager: PluginManager):
|
|
|
1674
1672
|
afterAttach(): void;
|
|
1675
1673
|
removeAssembly(asm: import("@jbrowse/core/assemblyManager/assembly").Assembly): void;
|
|
1676
1674
|
addAssembly(configuration: any): void;
|
|
1677
|
-
replaceAssembly(idx: number, configuration: any): void;
|
|
1678
1675
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
1679
1676
|
}, {
|
|
1680
1677
|
rpcManager: import("@jbrowse/core/rpc/RpcManager").default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/product-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.16.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "JBrowse 2 code shared between products but not used by plugins",
|
|
6
6
|
"keywords": [
|
|
@@ -43,12 +43,11 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@babel/runtime": "^7.16.3",
|
|
46
|
-
"@jbrowse/core": "^2.
|
|
46
|
+
"@jbrowse/core": "^2.16.0",
|
|
47
47
|
"@mui/icons-material": "^6.0.0",
|
|
48
48
|
"@mui/material": "^6.0.0",
|
|
49
49
|
"copy-to-clipboard": "^3.3.1",
|
|
50
50
|
"librpc-web-mod": "^1.0.0",
|
|
51
|
-
"react-error-boundary": "^4.0.3",
|
|
52
51
|
"serialize-error": "^8.0.0"
|
|
53
52
|
},
|
|
54
53
|
"peerDependencies": {
|
|
@@ -63,5 +62,5 @@
|
|
|
63
62
|
"publishConfig": {
|
|
64
63
|
"access": "public"
|
|
65
64
|
},
|
|
66
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "1e6d4fbc27ce684eed19e3c217f34bd2da24ab75"
|
|
67
66
|
}
|