wuepgg3-track 4.0.0 → 4.0.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/{SharedSystems-CQUTbUIx.mjs → SharedSystems-BpNirFPc.mjs} +2 -2
- package/dist/{WebGLRenderer-zlVosyby.mjs → WebGLRenderer-IYszjvB6.mjs} +3 -3
- package/dist/{WebGPURenderer-OAybUJeH.mjs → WebGPURenderer-BHcmiLMm.mjs} +3 -3
- package/dist/{browserAll-Byje74wY.mjs → browserAll-SwxRApk9.mjs} +2 -2
- package/dist/{colorToUniform-COOzkdM9.mjs → colorToUniform-CpASzTMp.mjs} +1 -1
- package/dist/components/GenomeView/TrackComponents/DynseqComponents/DynseqTrackComponents.d.ts +1 -1
- package/dist/components/GenomeView/TrackComponents/InteractionComponents/DynamicInteractionTrackComponents.d.ts +59 -0
- package/dist/components/GenomeView/TrackComponents/InteractionComponents/InteractionTrackComponent.d.ts +2 -1
- package/dist/components/GenomeView/TrackComponents/MethylcComponents/MethylCTrackComputation.d.ts +1 -1
- package/dist/components/GenomeView/TrackComponents/QBedComponents/QBedTrackComponents.d.ts +1 -1
- package/dist/components/GenomeView/TrackComponents/RulerComponents/RulerComponent.d.ts +1 -1
- package/dist/components/GenomeView/TrackComponents/VcfComponents/VcfTrack.d.ts +1 -1
- package/dist/components/GenomeView/TrackComponents/bedComponents/DynamicBedTrackComponents.d.ts +1 -0
- package/dist/components/GenomeView/TrackComponents/bedComponents/FiberTrackComponent.d.ts +0 -1
- package/dist/components/GenomeView/TrackComponents/commonComponents/numerical/DynamicNumericalTrack.d.ts +1 -0
- package/dist/components/GenomeView/TrackComponents/commonComponents/numerical/DynamicplotTrackComponent.d.ts +1 -0
- package/dist/components/GenomeView/TrackComponents/commonComponents/numerical/MatplotTrackComponent.d.ts +1 -1
- package/dist/components/GenomeView/TrackComponents/commonComponents/numerical/NumericalTrack.d.ts +1 -1
- package/dist/components/GenomeView/TrackComponents/commonComponents/stats/BoxplotTrackComponents.d.ts +1 -1
- package/dist/{index-BRD1ij9p.mjs → index-_RTNAYIJ.mjs} +36369 -37236
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +160 -191
- package/dist/{init-DVJ9vOmS.mjs → init-O_f-ugNZ.mjs} +2 -2
- package/dist/track-container/index.d.ts +1 -1
- package/dist/types/track-container.d.ts +4 -0
- package/dist/webworkerAll-BpsGa4h5.mjs +2 -0
- package/package.json +1 -2
- package/dist/webworkerAll-I0QzCLqb.mjs +0 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { E as m, U as dt, T as he, b as ht, a3 as w, a4 as M, v as C, ad as fe, _ as W, ae as O, Q as ft, o as X, af as pt, ag as pe, $ as Pe, ah as E, ai as gt, aj as P, w as K, G as Fe, a as Be, M as R, n as k, i as Re, I as F, a6 as se, R as ne, H as Ue, h as I, B, D as ae, c as G, z as $, ak as mt, al as oe, L as re, am as L, S as ue, p as Me,
|
|
2
|
-
import { F as St, S as j, c as N, a as Pt, b as Ft, B as ke } from "./colorToUniform-
|
|
1
|
+
import { E as m, U as dt, T as he, b as ht, a3 as w, a4 as M, v as C, ad as fe, _ as W, ae as O, Q as ft, o as X, af as pt, ag as pe, $ as Pe, ah as E, ai as gt, aj as P, w as K, G as Fe, a as Be, M as R, n as k, i as Re, I as F, a6 as se, R as ne, H as Ue, h as I, B, D as ae, c as G, z as $, ak as mt, al as oe, L as re, am as L, S as ue, p as Me, s as Ge, a8 as ze, aa as Ae, q as xt, t as _t, a9 as yt, ab as bt, ac as vt, an as Tt, ao as wt, ap as q, e as T, aq as Ct } from "./index-_RTNAYIJ.mjs";
|
|
2
|
+
import { F as St, S as j, c as N, a as Pt, b as Ft, B as ke } from "./colorToUniform-CpASzTMp.mjs";
|
|
3
3
|
class De {
|
|
4
4
|
/**
|
|
5
5
|
* Initialize the plugin with scope of application instance
|
|
@@ -5,4 +5,4 @@ import { ITrackContainerRepresentableProps } from "../types";
|
|
|
5
5
|
*
|
|
6
6
|
* New serializable state is actively converted to the class-based state and passed to the TrackContainer.
|
|
7
7
|
*/
|
|
8
|
-
export declare function TrackContainerRepresentable({ tracks, highlights, genomeConfig: _genomeConfig, legendWidth, showGenomeNav, showToolBar, onNewRegion, onNewHighlight, onTracksChange, onNewRegionSelect, onSetSelected, viewRegion, userViewRegion, tool, Toolbar, selectedRegionSet, genomeName, setScreenshotData, isScreenShotOpen, overrideViewRegion, currentState, darkTheme, }: ITrackContainerRepresentableProps): any;
|
|
8
|
+
export declare function TrackContainerRepresentable({ tracks, highlights, genomeConfig: _genomeConfig, legendWidth, showGenomeNav, showToolBar, onNewRegion, onNewHighlight, onTracksChange, onNewRegionSelect, onSetSelected, viewRegion, userViewRegion, tool, Toolbar, selectedRegionSet, genomeName, setScreenshotData, isScreenShotOpen, overrideViewRegion, currentState, darkTheme, height, width }: ITrackContainerRepresentableProps): any;
|
|
@@ -24,6 +24,8 @@ export interface ITrackContainerState {
|
|
|
24
24
|
isScreenShotOpen: boolean;
|
|
25
25
|
currentState: any;
|
|
26
26
|
darkTheme: boolean;
|
|
27
|
+
width?: number;
|
|
28
|
+
height?: number;
|
|
27
29
|
}
|
|
28
30
|
export interface ITrackContainerRepresentableProps {
|
|
29
31
|
tracks: ITrackModel[];
|
|
@@ -48,6 +50,8 @@ export interface ITrackContainerRepresentableProps {
|
|
|
48
50
|
overrideViewRegion: GenomeCoordinate | null;
|
|
49
51
|
currentState: any;
|
|
50
52
|
darkTheme: boolean;
|
|
53
|
+
height?: number;
|
|
54
|
+
width?: number;
|
|
51
55
|
}
|
|
52
56
|
export type GenomeCoordinate = `chr${number | string}:${number}-${number}` | `chr${number | string}:${number}-chr${number | string}-${number}`;
|
|
53
57
|
export interface TrackOptions {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wuepgg3-track",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.2",
|
|
5
5
|
"main": "dist/index.umd.js",
|
|
6
6
|
"module": "dist/index.es.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -71,7 +71,6 @@
|
|
|
71
71
|
"react-autosuggest": "^10.1.0",
|
|
72
72
|
"react-color": "^2.19.3",
|
|
73
73
|
"react-compound-slider": "^3.4.0",
|
|
74
|
-
"react-modal": "^3.16.1",
|
|
75
74
|
"react-popper": "^2.3.0",
|
|
76
75
|
"vite-plugin-dts": "^2.1.0",
|
|
77
76
|
"framer-motion": "^12.12.1",
|