@jbrowse/web-core 3.3.0 → 3.4.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.
|
@@ -1847,11 +1847,6 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
1847
1847
|
moveViewToBottom(id: string): void;
|
|
1848
1848
|
addView(typeName: string, initialState?: {}): any;
|
|
1849
1849
|
removeView(view: import("@jbrowse/core/pluggableElementTypes").IBaseViewModel): void;
|
|
1850
|
-
addLinearGenomeViewOfAssembly(assemblyName: string, initialState?: {}): any;
|
|
1851
|
-
addViewOfAssembly(viewType: string, assemblyName: string, initialState?: Record<string, unknown>): any;
|
|
1852
|
-
addViewFromAnotherView(viewType: string, otherView: import("@jbrowse/core/pluggableElementTypes/models/BaseViewModel").IBaseViewModelWithDisplayedRegions, initialState?: {
|
|
1853
|
-
displayedRegions?: import("@jbrowse/core/util").Region[];
|
|
1854
|
-
}): any;
|
|
1855
1850
|
setStickyViewHeaders(sticky: boolean): void;
|
|
1856
1851
|
afterAttach(): void;
|
|
1857
1852
|
} & {
|
|
@@ -3944,11 +3939,6 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
3944
3939
|
moveViewToBottom(id: string): void;
|
|
3945
3940
|
addView(typeName: string, initialState?: {}): any;
|
|
3946
3941
|
removeView(view: import("@jbrowse/core/pluggableElementTypes").IBaseViewModel): void;
|
|
3947
|
-
addLinearGenomeViewOfAssembly(assemblyName: string, initialState?: {}): any;
|
|
3948
|
-
addViewOfAssembly(viewType: string, assemblyName: string, initialState?: Record<string, unknown>): any;
|
|
3949
|
-
addViewFromAnotherView(viewType: string, otherView: import("@jbrowse/core/pluggableElementTypes/models/BaseViewModel").IBaseViewModelWithDisplayedRegions, initialState?: {
|
|
3950
|
-
displayedRegions?: import("@jbrowse/core/util").Region[];
|
|
3951
|
-
}): any;
|
|
3952
3942
|
setStickyViewHeaders(sticky: boolean): void;
|
|
3953
3943
|
afterAttach(): void;
|
|
3954
3944
|
} & {
|
|
@@ -5981,11 +5971,6 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
5981
5971
|
moveViewToBottom(id: string): void;
|
|
5982
5972
|
addView(typeName: string, initialState?: {}): any;
|
|
5983
5973
|
removeView(view: import("@jbrowse/core/pluggableElementTypes").IBaseViewModel): void;
|
|
5984
|
-
addLinearGenomeViewOfAssembly(assemblyName: string, initialState?: {}): any;
|
|
5985
|
-
addViewOfAssembly(viewType: string, assemblyName: string, initialState?: Record<string, unknown>): any;
|
|
5986
|
-
addViewFromAnotherView(viewType: string, otherView: import("@jbrowse/core/pluggableElementTypes/models/BaseViewModel").IBaseViewModelWithDisplayedRegions, initialState?: {
|
|
5987
|
-
displayedRegions?: import("@jbrowse/core/util").Region[];
|
|
5988
|
-
}): any;
|
|
5989
5974
|
setStickyViewHeaders(sticky: boolean): void;
|
|
5990
5975
|
afterAttach(): void;
|
|
5991
5976
|
} & {
|
|
@@ -8084,11 +8069,6 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
8084
8069
|
moveViewToBottom(id: string): void;
|
|
8085
8070
|
addView(typeName: string, initialState?: {}): any;
|
|
8086
8071
|
removeView(view: import("@jbrowse/core/pluggableElementTypes").IBaseViewModel): void;
|
|
8087
|
-
addLinearGenomeViewOfAssembly(assemblyName: string, initialState?: {}): any;
|
|
8088
|
-
addViewOfAssembly(viewType: string, assemblyName: string, initialState?: Record<string, unknown>): any;
|
|
8089
|
-
addViewFromAnotherView(viewType: string, otherView: import("@jbrowse/core/pluggableElementTypes/models/BaseViewModel").IBaseViewModelWithDisplayedRegions, initialState?: {
|
|
8090
|
-
displayedRegions?: import("@jbrowse/core/util").Region[];
|
|
8091
|
-
}): any;
|
|
8092
8072
|
setStickyViewHeaders(sticky: boolean): void;
|
|
8093
8073
|
afterAttach(): void;
|
|
8094
8074
|
} & {
|
|
@@ -10121,11 +10101,6 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
10121
10101
|
moveViewToBottom(id: string): void;
|
|
10122
10102
|
addView(typeName: string, initialState?: {}): any;
|
|
10123
10103
|
removeView(view: import("@jbrowse/core/pluggableElementTypes").IBaseViewModel): void;
|
|
10124
|
-
addLinearGenomeViewOfAssembly(assemblyName: string, initialState?: {}): any;
|
|
10125
|
-
addViewOfAssembly(viewType: string, assemblyName: string, initialState?: Record<string, unknown>): any;
|
|
10126
|
-
addViewFromAnotherView(viewType: string, otherView: import("@jbrowse/core/pluggableElementTypes/models/BaseViewModel").IBaseViewModelWithDisplayedRegions, initialState?: {
|
|
10127
|
-
displayedRegions?: import("@jbrowse/core/util").Region[];
|
|
10128
|
-
}): any;
|
|
10129
10104
|
setStickyViewHeaders(sticky: boolean): void;
|
|
10130
10105
|
afterAttach(): void;
|
|
10131
10106
|
} & {
|
|
@@ -1847,11 +1847,6 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
1847
1847
|
moveViewToBottom(id: string): void;
|
|
1848
1848
|
addView(typeName: string, initialState?: {}): any;
|
|
1849
1849
|
removeView(view: import("@jbrowse/core/pluggableElementTypes").IBaseViewModel): void;
|
|
1850
|
-
addLinearGenomeViewOfAssembly(assemblyName: string, initialState?: {}): any;
|
|
1851
|
-
addViewOfAssembly(viewType: string, assemblyName: string, initialState?: Record<string, unknown>): any;
|
|
1852
|
-
addViewFromAnotherView(viewType: string, otherView: import("@jbrowse/core/pluggableElementTypes/models/BaseViewModel").IBaseViewModelWithDisplayedRegions, initialState?: {
|
|
1853
|
-
displayedRegions?: import("@jbrowse/core/util").Region[];
|
|
1854
|
-
}): any;
|
|
1855
1850
|
setStickyViewHeaders(sticky: boolean): void;
|
|
1856
1851
|
afterAttach(): void;
|
|
1857
1852
|
} & {
|
|
@@ -3944,11 +3939,6 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
3944
3939
|
moveViewToBottom(id: string): void;
|
|
3945
3940
|
addView(typeName: string, initialState?: {}): any;
|
|
3946
3941
|
removeView(view: import("@jbrowse/core/pluggableElementTypes").IBaseViewModel): void;
|
|
3947
|
-
addLinearGenomeViewOfAssembly(assemblyName: string, initialState?: {}): any;
|
|
3948
|
-
addViewOfAssembly(viewType: string, assemblyName: string, initialState?: Record<string, unknown>): any;
|
|
3949
|
-
addViewFromAnotherView(viewType: string, otherView: import("@jbrowse/core/pluggableElementTypes/models/BaseViewModel").IBaseViewModelWithDisplayedRegions, initialState?: {
|
|
3950
|
-
displayedRegions?: import("@jbrowse/core/util").Region[];
|
|
3951
|
-
}): any;
|
|
3952
3942
|
setStickyViewHeaders(sticky: boolean): void;
|
|
3953
3943
|
afterAttach(): void;
|
|
3954
3944
|
} & {
|
|
@@ -5981,11 +5971,6 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
5981
5971
|
moveViewToBottom(id: string): void;
|
|
5982
5972
|
addView(typeName: string, initialState?: {}): any;
|
|
5983
5973
|
removeView(view: import("@jbrowse/core/pluggableElementTypes").IBaseViewModel): void;
|
|
5984
|
-
addLinearGenomeViewOfAssembly(assemblyName: string, initialState?: {}): any;
|
|
5985
|
-
addViewOfAssembly(viewType: string, assemblyName: string, initialState?: Record<string, unknown>): any;
|
|
5986
|
-
addViewFromAnotherView(viewType: string, otherView: import("@jbrowse/core/pluggableElementTypes/models/BaseViewModel").IBaseViewModelWithDisplayedRegions, initialState?: {
|
|
5987
|
-
displayedRegions?: import("@jbrowse/core/util").Region[];
|
|
5988
|
-
}): any;
|
|
5989
5974
|
setStickyViewHeaders(sticky: boolean): void;
|
|
5990
5975
|
afterAttach(): void;
|
|
5991
5976
|
} & {
|
|
@@ -8084,11 +8069,6 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
8084
8069
|
moveViewToBottom(id: string): void;
|
|
8085
8070
|
addView(typeName: string, initialState?: {}): any;
|
|
8086
8071
|
removeView(view: import("@jbrowse/core/pluggableElementTypes").IBaseViewModel): void;
|
|
8087
|
-
addLinearGenomeViewOfAssembly(assemblyName: string, initialState?: {}): any;
|
|
8088
|
-
addViewOfAssembly(viewType: string, assemblyName: string, initialState?: Record<string, unknown>): any;
|
|
8089
|
-
addViewFromAnotherView(viewType: string, otherView: import("@jbrowse/core/pluggableElementTypes/models/BaseViewModel").IBaseViewModelWithDisplayedRegions, initialState?: {
|
|
8090
|
-
displayedRegions?: import("@jbrowse/core/util").Region[];
|
|
8091
|
-
}): any;
|
|
8092
8072
|
setStickyViewHeaders(sticky: boolean): void;
|
|
8093
8073
|
afterAttach(): void;
|
|
8094
8074
|
} & {
|
|
@@ -10121,11 +10101,6 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
|
|
|
10121
10101
|
moveViewToBottom(id: string): void;
|
|
10122
10102
|
addView(typeName: string, initialState?: {}): any;
|
|
10123
10103
|
removeView(view: import("@jbrowse/core/pluggableElementTypes").IBaseViewModel): void;
|
|
10124
|
-
addLinearGenomeViewOfAssembly(assemblyName: string, initialState?: {}): any;
|
|
10125
|
-
addViewOfAssembly(viewType: string, assemblyName: string, initialState?: Record<string, unknown>): any;
|
|
10126
|
-
addViewFromAnotherView(viewType: string, otherView: import("@jbrowse/core/pluggableElementTypes/models/BaseViewModel").IBaseViewModelWithDisplayedRegions, initialState?: {
|
|
10127
|
-
displayedRegions?: import("@jbrowse/core/util").Region[];
|
|
10128
|
-
}): any;
|
|
10129
10104
|
setStickyViewHeaders(sticky: boolean): void;
|
|
10130
10105
|
afterAttach(): void;
|
|
10131
10106
|
} & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/web-core",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "JBrowse 2 code shared between web-app type products",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@babel/runtime": "^7.16.3",
|
|
45
|
-
"@jbrowse/app-core": "^3.
|
|
46
|
-
"@jbrowse/product-core": "^3.
|
|
45
|
+
"@jbrowse/app-core": "^3.4.0",
|
|
46
|
+
"@jbrowse/product-core": "^3.4.0",
|
|
47
47
|
"@mui/icons-material": "^7.0.0",
|
|
48
48
|
"@mui/material": "^7.0.0",
|
|
49
49
|
"copy-to-clipboard": "^3.3.1",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "a9f1ac35fc2dd810bae92cdaf1fc19995bee4413"
|
|
64
64
|
}
|