@jbrowse/plugin-gccontent 4.1.13 → 4.1.15
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.
|
@@ -1105,6 +1105,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
|
|
|
1105
1105
|
onMouseMove(_: unknown, featureId?: string): void;
|
|
1106
1106
|
onMouseLeave(_: unknown): void;
|
|
1107
1107
|
onContextMenu(_: unknown): void;
|
|
1108
|
+
onFeatureClick(_: unknown, featureId?: string): void;
|
|
1108
1109
|
};
|
|
1109
1110
|
renderProps(): any;
|
|
1110
1111
|
} & {
|
|
@@ -1155,7 +1156,7 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
|
|
|
1155
1156
|
} & {
|
|
1156
1157
|
readonly adapterCapabilities: string[];
|
|
1157
1158
|
readonly rendererConfig: {
|
|
1158
|
-
scaleType:
|
|
1159
|
+
scaleType: any;
|
|
1159
1160
|
filled: any;
|
|
1160
1161
|
displayCrossHatches: any;
|
|
1161
1162
|
summaryScoreMode: any;
|
|
@@ -1225,8 +1226,8 @@ export default function SharedModelF(pluginManager: PluginManager, configSchema:
|
|
|
1225
1226
|
readonly ticks: {
|
|
1226
1227
|
range: number[];
|
|
1227
1228
|
values: number[];
|
|
1228
|
-
format: (d: import("d3-scale").NumberValue) => string;
|
|
1229
|
-
position: import("d3-scale").ScaleLinear<number, number, never> | import("d3-scale").ScaleQuantize<number, never>;
|
|
1229
|
+
format: (d: import("@mui/x-charts-vendor/d3-scale").NumberValue) => string;
|
|
1230
|
+
position: import("@mui/x-charts-vendor/d3-scale").ScaleLinear<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScaleQuantize<number, never>;
|
|
1230
1231
|
} | undefined;
|
|
1231
1232
|
} & {
|
|
1232
1233
|
renderProps(): any;
|
|
@@ -1107,6 +1107,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
1107
1107
|
onMouseMove(_: unknown, featureId?: string): void;
|
|
1108
1108
|
onMouseLeave(_: unknown): void;
|
|
1109
1109
|
onContextMenu(_: unknown): void;
|
|
1110
|
+
onFeatureClick(_: unknown, featureId?: string): void;
|
|
1110
1111
|
};
|
|
1111
1112
|
renderProps(): any;
|
|
1112
1113
|
} & {
|
|
@@ -1157,7 +1158,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
1157
1158
|
} & {
|
|
1158
1159
|
readonly adapterCapabilities: string[];
|
|
1159
1160
|
readonly rendererConfig: {
|
|
1160
|
-
scaleType:
|
|
1161
|
+
scaleType: any;
|
|
1161
1162
|
filled: any;
|
|
1162
1163
|
displayCrossHatches: any;
|
|
1163
1164
|
summaryScoreMode: any;
|
|
@@ -1227,8 +1228,8 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
1227
1228
|
readonly ticks: {
|
|
1228
1229
|
range: number[];
|
|
1229
1230
|
values: number[];
|
|
1230
|
-
format: (d: import("d3-scale").NumberValue) => string;
|
|
1231
|
-
position: import("d3-scale").ScaleLinear<number, number, never> | import("d3-scale").ScaleQuantize<number, never>;
|
|
1231
|
+
format: (d: import("@mui/x-charts-vendor/d3-scale").NumberValue) => string;
|
|
1232
|
+
position: import("@mui/x-charts-vendor/d3-scale").ScaleLinear<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScaleQuantize<number, never>;
|
|
1232
1233
|
} | undefined;
|
|
1233
1234
|
} & {
|
|
1234
1235
|
renderProps(): any;
|
|
@@ -1107,6 +1107,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
1107
1107
|
onMouseMove(_: unknown, featureId?: string): void;
|
|
1108
1108
|
onMouseLeave(_: unknown): void;
|
|
1109
1109
|
onContextMenu(_: unknown): void;
|
|
1110
|
+
onFeatureClick(_: unknown, featureId?: string): void;
|
|
1110
1111
|
};
|
|
1111
1112
|
renderProps(): any;
|
|
1112
1113
|
} & {
|
|
@@ -1157,7 +1158,7 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
1157
1158
|
} & {
|
|
1158
1159
|
readonly adapterCapabilities: string[];
|
|
1159
1160
|
readonly rendererConfig: {
|
|
1160
|
-
scaleType:
|
|
1161
|
+
scaleType: any;
|
|
1161
1162
|
filled: any;
|
|
1162
1163
|
displayCrossHatches: any;
|
|
1163
1164
|
summaryScoreMode: any;
|
|
@@ -1227,8 +1228,8 @@ export default function stateModelF(pluginManager: PluginManager, configSchema:
|
|
|
1227
1228
|
readonly ticks: {
|
|
1228
1229
|
range: number[];
|
|
1229
1230
|
values: number[];
|
|
1230
|
-
format: (d: import("d3-scale").NumberValue) => string;
|
|
1231
|
-
position: import("d3-scale").ScaleLinear<number, number, never> | import("d3-scale").ScaleQuantize<number, never>;
|
|
1231
|
+
format: (d: import("@mui/x-charts-vendor/d3-scale").NumberValue) => string;
|
|
1232
|
+
position: import("@mui/x-charts-vendor/d3-scale").ScaleLinear<number, number, never> | import("@mui/x-charts-vendor/d3-scale").ScaleQuantize<number, never>;
|
|
1232
1233
|
} | undefined;
|
|
1233
1234
|
} & {
|
|
1234
1235
|
renderProps(): any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-gccontent",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "JBrowse 2 gccontent concepts",
|
|
6
6
|
"keywords": [
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"esm"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@jbrowse/mobx-state-tree": "^5.
|
|
25
|
-
"@mui/material": "^7.3.
|
|
24
|
+
"@jbrowse/mobx-state-tree": "^5.6.0",
|
|
25
|
+
"@mui/material": "^7.3.9",
|
|
26
26
|
"mobx": "^6.15.0",
|
|
27
27
|
"mobx-react": "^9.2.1",
|
|
28
28
|
"rxjs": "^7.8.2",
|
|
29
|
-
"@jbrowse/core": "^4.1.
|
|
30
|
-
"@jbrowse/plugin-
|
|
31
|
-
"@jbrowse/plugin-
|
|
32
|
-
"@jbrowse/plugin-wiggle": "^4.1.
|
|
29
|
+
"@jbrowse/core": "^4.1.15",
|
|
30
|
+
"@jbrowse/plugin-linear-genome-view": "^4.1.15",
|
|
31
|
+
"@jbrowse/plugin-sequence": "^4.1.15",
|
|
32
|
+
"@jbrowse/plugin-wiggle": "^4.1.15"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": ">=18.0.0"
|