@jbrowse/plugin-dotplot-view 3.0.4 → 3.1.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/DotplotView/components/DotplotView.js +1 -1
- package/dist/DotplotView/components/PanButtons.js +1 -1
- package/dist/DotplotView/model.d.ts +2 -0
- package/esm/DotplotView/components/DotplotView.js +1 -1
- package/esm/DotplotView/components/PanButtons.js +1 -1
- package/esm/DotplotView/model.d.ts +2 -0
- package/package.json +4 -4
|
@@ -241,7 +241,7 @@ const DotplotViewInternal = (0, mobx_react_1.observer)(function ({ model, }) {
|
|
|
241
241
|
top: mouseupClient[1] + 50,
|
|
242
242
|
left: mouseupClient[0] + 50,
|
|
243
243
|
}
|
|
244
|
-
: undefined, style: { zIndex:
|
|
244
|
+
: undefined, style: { zIndex: 800 }, menuItems: [
|
|
245
245
|
{
|
|
246
246
|
label: 'Zoom in',
|
|
247
247
|
onClick: () => {
|
|
@@ -166,6 +166,7 @@ export default function stateModelFactory(pm: PluginManager): import("mobx-state
|
|
|
166
166
|
type: import("mobx-state-tree").ISimpleType<string>;
|
|
167
167
|
configuration: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
|
|
168
168
|
minimized: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
169
|
+
pinned: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
169
170
|
displays: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IAnyType>;
|
|
170
171
|
}, {
|
|
171
172
|
readonly rpcSessionId: any;
|
|
@@ -182,6 +183,7 @@ export default function stateModelFactory(pm: PluginManager): import("mobx-state
|
|
|
182
183
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
183
184
|
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>) | undefined;
|
|
184
185
|
} & {
|
|
186
|
+
setPinned(flag: boolean): void;
|
|
185
187
|
setMinimized(flag: boolean): void;
|
|
186
188
|
showDisplay(displayId: string, initialSnapshot?: {}): void;
|
|
187
189
|
hideDisplay(displayId: string): number;
|
|
@@ -203,7 +203,7 @@ const DotplotViewInternal = observer(function ({ model, }) {
|
|
|
203
203
|
top: mouseupClient[1] + 50,
|
|
204
204
|
left: mouseupClient[0] + 50,
|
|
205
205
|
}
|
|
206
|
-
: undefined, style: { zIndex:
|
|
206
|
+
: undefined, style: { zIndex: 800 }, menuItems: [
|
|
207
207
|
{
|
|
208
208
|
label: 'Zoom in',
|
|
209
209
|
onClick: () => {
|
|
@@ -166,6 +166,7 @@ export default function stateModelFactory(pm: PluginManager): import("mobx-state
|
|
|
166
166
|
type: import("mobx-state-tree").ISimpleType<string>;
|
|
167
167
|
configuration: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
|
|
168
168
|
minimized: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
169
|
+
pinned: import("mobx-state-tree").IType<boolean | undefined, boolean, boolean>;
|
|
169
170
|
displays: import("mobx-state-tree").IArrayType<import("mobx-state-tree").IAnyType>;
|
|
170
171
|
}, {
|
|
171
172
|
readonly rpcSessionId: any;
|
|
@@ -182,6 +183,7 @@ export default function stateModelFactory(pm: PluginManager): import("mobx-state
|
|
|
182
183
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
183
184
|
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>) | undefined;
|
|
184
185
|
} & {
|
|
186
|
+
setPinned(flag: boolean): void;
|
|
185
187
|
setMinimized(flag: boolean): void;
|
|
186
188
|
showDisplay(displayId: string, initialSnapshot?: {}): void;
|
|
187
189
|
hideDisplay(displayId: string): number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-dotplot-view",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "JBrowse 2 dotplot view",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"clean": "rimraf dist esm *.tsbuildinfo"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@jbrowse/core": "^3.0
|
|
40
|
-
"@jbrowse/plugin-alignments": "^3.0
|
|
39
|
+
"@jbrowse/core": "^3.1.0",
|
|
40
|
+
"@jbrowse/plugin-alignments": "^3.1.0",
|
|
41
41
|
"@mui/icons-material": "^6.0.0",
|
|
42
42
|
"@mui/material": "^6.0.0",
|
|
43
43
|
"@mui/x-data-grid": "^7.0.0",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "91492049ddea0aed90eb24d3c066c2d9f5a6b189"
|
|
63
63
|
}
|