@jbrowse/plugin-spreadsheet-view 2.11.0 → 2.11.2
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/LaunchSpreadsheetView/index.d.ts +1 -2
- package/dist/LaunchSpreadsheetView/index.js +3 -2
- package/dist/SpreadsheetView/index.d.ts +1 -2
- package/dist/SpreadsheetView/index.js +3 -2
- package/esm/LaunchSpreadsheetView/index.d.ts +1 -2
- package/esm/LaunchSpreadsheetView/index.js +2 -2
- package/esm/SpreadsheetView/index.d.ts +1 -2
- package/esm/SpreadsheetView/index.js +2 -2
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
3
|
+
function LaunchSpreadsheetViewF(pluginManager) {
|
|
4
4
|
pluginManager.addToExtensionPoint('LaunchView-SpreadsheetView',
|
|
5
5
|
// @ts-expect-error
|
|
6
6
|
async ({ session, assembly, uri, fileType, }) => {
|
|
@@ -22,4 +22,5 @@ exports.default = (pluginManager) => {
|
|
|
22
22
|
});
|
|
23
23
|
await view.importWizard.import(assembly);
|
|
24
24
|
});
|
|
25
|
-
}
|
|
25
|
+
}
|
|
26
|
+
exports.default = LaunchSpreadsheetViewF;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import PluginManager from '@jbrowse/core/PluginManager';
|
|
2
|
-
|
|
3
|
-
export default _default;
|
|
2
|
+
export default function SpreadsheetViewF(pluginManager: PluginManager): void;
|
|
4
3
|
export { type SpreadsheetViewModel, type SpreadsheetViewStateModel, } from './models/SpreadsheetView';
|
|
@@ -29,7 +29,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
29
29
|
const react_1 = require("react");
|
|
30
30
|
const pluggableElementTypes_1 = require("@jbrowse/core/pluggableElementTypes");
|
|
31
31
|
const SpreadsheetView_1 = __importDefault(require("./models/SpreadsheetView"));
|
|
32
|
-
|
|
32
|
+
function SpreadsheetViewF(pluginManager) {
|
|
33
33
|
pluginManager.addViewType(() => {
|
|
34
34
|
return new pluggableElementTypes_1.ViewType({
|
|
35
35
|
name: 'SpreadsheetView',
|
|
@@ -38,4 +38,5 @@ exports.default = (pluginManager) => {
|
|
|
38
38
|
ReactComponent: (0, react_1.lazy)(() => Promise.resolve().then(() => __importStar(require('./components/SpreadsheetView')))),
|
|
39
39
|
});
|
|
40
40
|
});
|
|
41
|
-
}
|
|
41
|
+
}
|
|
42
|
+
exports.default = SpreadsheetViewF;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export default (pluginManager)
|
|
1
|
+
export default function LaunchSpreadsheetViewF(pluginManager) {
|
|
2
2
|
pluginManager.addToExtensionPoint('LaunchView-SpreadsheetView',
|
|
3
3
|
// @ts-expect-error
|
|
4
4
|
async ({ session, assembly, uri, fileType, }) => {
|
|
@@ -20,4 +20,4 @@ export default (pluginManager) => {
|
|
|
20
20
|
});
|
|
21
21
|
await view.importWizard.import(assembly);
|
|
22
22
|
});
|
|
23
|
-
}
|
|
23
|
+
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import PluginManager from '@jbrowse/core/PluginManager';
|
|
2
|
-
|
|
3
|
-
export default _default;
|
|
2
|
+
export default function SpreadsheetViewF(pluginManager: PluginManager): void;
|
|
4
3
|
export { type SpreadsheetViewModel, type SpreadsheetViewStateModel, } from './models/SpreadsheetView';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { lazy } from 'react';
|
|
2
2
|
import { ViewType } from '@jbrowse/core/pluggableElementTypes';
|
|
3
3
|
import stateModel from './models/SpreadsheetView';
|
|
4
|
-
export default (pluginManager)
|
|
4
|
+
export default function SpreadsheetViewF(pluginManager) {
|
|
5
5
|
pluginManager.addViewType(() => {
|
|
6
6
|
return new ViewType({
|
|
7
7
|
name: 'SpreadsheetView',
|
|
@@ -10,4 +10,4 @@ export default (pluginManager) => {
|
|
|
10
10
|
ReactComponent: lazy(() => import('./components/SpreadsheetView')),
|
|
11
11
|
});
|
|
12
12
|
});
|
|
13
|
-
}
|
|
13
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-spreadsheet-view",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.2",
|
|
4
4
|
"description": "JBrowse 2 spreadsheet view",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@gmod/bgzf-filehandle": "^1.4.3",
|
|
40
40
|
"@gmod/vcf": "^5.0.9",
|
|
41
|
-
"@jbrowse/plugin-variants": "^2.11.
|
|
41
|
+
"@jbrowse/plugin-variants": "^2.11.2",
|
|
42
42
|
"@mui/icons-material": "^5.0.1",
|
|
43
43
|
"csvtojson": "^2.0.10"
|
|
44
44
|
},
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "511048cb6965f0bf624c96de244e7fd47fce17d6"
|
|
64
64
|
}
|