wuepgg3-track 2.1.2 → 2.1.4
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-N-VRpudJ.mjs → SharedSystems-BHjbzrAc.mjs} +2 -2
- package/dist/{WebGLRenderer-CxcJLnwE.mjs → WebGLRenderer-CqHBy1v5.mjs} +3 -3
- package/dist/{WebGPURenderer-qqLqyI5p.mjs → WebGPURenderer-WN60R1XR.mjs} +3 -3
- package/dist/{browserAll-DrhCu4ZF.mjs → browserAll-tEb8LB_w.mjs} +2 -2
- package/dist/{colorToUniform-qfspCuri.mjs → colorToUniform-13jsB4wF.mjs} +1 -1
- package/dist/components/GenomeView/TrackComponents/commonComponents/CopyToClipboard.d.ts +1 -6
- package/dist/components/GenomeView/TrackComponents/displayModeComponentMap.d.ts +1 -1
- package/dist/getRemoteData/hicSource.d.ts +3 -1
- package/dist/{index-B_eXITAI.mjs → index-CllCvoGQ.mjs} +31212 -30509
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +141 -141
- package/dist/{init-Be9mfXtq.mjs → init-CpKuAqEc.mjs} +2 -2
- package/dist/models/index.d.ts +2 -0
- package/dist/webworkerAll-BjOvmscu.mjs +2 -0
- package/package.json +1 -2
- package/dist/webworkerAll-BsUXUGrE.mjs +0 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { E as m, U as ct, T as de, b as dt, a2 as w, a3 as U, t as C, ac as he, Z as I, ad as D, O as ht, n as Y, ae as ft, af as fe, _ as Se, ag as W, ah as pt, ai as P, w as X, G as Pe, a as Fe, M as R, m as A, h as Be, F, a5 as ie, R as se, z as Re, d as O, B, D as ne, x as K, aj as gt, ak as ae, J as te, al as V, S as oe, o as Me, s as Ue, a7 as Ge, aa as ze, p as mt, q as xt, a8 as _t, a9 as yt, ab as bt, am as vt, an as Tt, ao as N, e as T, ap as wt } from "./index-
|
|
2
|
-
import { F as Ct, S as j, c as $, a as St, b as Pt, B as Ae } from "./colorToUniform-
|
|
1
|
+
import { E as m, U as ct, T as de, b as dt, a2 as w, a3 as U, t as C, ac as he, Z as I, ad as D, O as ht, n as Y, ae as ft, af as fe, _ as Se, ag as W, ah as pt, ai as P, w as X, G as Pe, a as Fe, M as R, m as A, h as Be, F, a5 as ie, R as se, z as Re, d as O, B, D as ne, x as K, aj as gt, ak as ae, J as te, al as V, S as oe, o as Me, s as Ue, a7 as Ge, aa as ze, p as mt, q as xt, a8 as _t, a9 as yt, ab as bt, am as vt, an as Tt, ao as N, e as T, ap as wt } from "./index-CllCvoGQ.mjs";
|
|
2
|
+
import { F as Ct, S as j, c as $, a as St, b as Pt, B as Ae } from "./colorToUniform-13jsB4wF.mjs";
|
|
3
3
|
class ke {
|
|
4
4
|
/**
|
|
5
5
|
* Initialize the plugin with scope of application instance
|
package/dist/models/index.d.ts
CHANGED
|
@@ -25,3 +25,5 @@ export { default as ColorPicker } from "../trackConfigs/config-menu-components.t
|
|
|
25
25
|
export { default as IsoformSelection } from "../components/GenomeView/genomeNavigator/IsoformSelection";
|
|
26
26
|
export { default as OutsideClickDetector } from "../components/GenomeView/TrackComponents/commonComponents/OutsideClickDetector";
|
|
27
27
|
export { default as TwoBitSource } from "../getRemoteData/TwoBitSource";
|
|
28
|
+
export * from "./genomes/GenomeConfig";
|
|
29
|
+
export * from "../components";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wuepgg3-track",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.4",
|
|
5
5
|
"main": "dist/index.umd.js",
|
|
6
6
|
"module": "dist/index.es.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
"react-autosuggest": "^10.1.0",
|
|
74
74
|
"react-color": "^2.19.3",
|
|
75
75
|
"react-compound-slider": "^3.4.0",
|
|
76
|
-
"react-copy-to-clipboard": "^5.1.0",
|
|
77
76
|
"react-modal": "^3.16.1",
|
|
78
77
|
"react-popper": "^2.3.0",
|
|
79
78
|
"react-table": "^7.8.0",
|