@genome-spy/app 0.57.0 → 0.58.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/app.css +1 -0
- package/dist/index-BftNdA0O.js +27 -0
- package/dist/index-C08YCM2T.js +539 -0
- package/dist/{index-C159nEYc.js → index-CCJIjehY.js} +89 -83
- package/dist/index-CalimFw3.js +2131 -0
- package/dist/index-DS2hvLgl.js +3425 -0
- package/dist/index-DTcHjAHp.js +505 -0
- package/dist/{index-CfEH2hsw.js → index-Dec7VcMU.js} +25 -25
- package/dist/index-DnIkxb0L.js +1025 -0
- package/dist/{index-Bg62fPK7.js → index-DwLfOHEk.js} +435 -465
- package/dist/{index-DhPRJZz0.js → index-Ww3TAo6_.js} +7 -7
- package/dist/{index-DutovjI-.js → index-vgGDWUPz.js} +2 -2
- package/dist/index.es.js +5398 -6589
- package/dist/index.js +400 -396
- package/dist/long-BviWyoZx.js +2387 -0
- package/dist/{remoteFile-DwSeXAZ0.js → remoteFile-BuaqFGWk.js} +1 -1
- package/package.json +3 -3
- package/dist/index-CubKalvr.js +0 -500
- package/dist/index-DNzxWHJt.js +0 -2136
- package/dist/index-DluFz_0j.js +0 -1042
- package/dist/index-Dpv0n-cZ.js +0 -3998
- package/dist/long-DM5IWGqg.js +0 -2375
- package/dist/style.css +0 -1
@@ -1,6 +1,6 @@
|
|
1
1
|
import { L as d } from "./__vite-browser-external-C--ziKoh.js";
|
2
|
-
import { R as b } from "./remoteFile-
|
3
|
-
import { b as i } from "./index-
|
2
|
+
import { R as b } from "./remoteFile-BuaqFGWk.js";
|
3
|
+
import { b as i } from "./index-BftNdA0O.js";
|
4
4
|
function a(o) {
|
5
5
|
const r = new FileReader();
|
6
6
|
return new Promise((n, e) => {
|
@@ -25,14 +25,14 @@ function c(o) {
|
|
25
25
|
}, r.readAsText(o);
|
26
26
|
});
|
27
27
|
}
|
28
|
-
class
|
28
|
+
class E {
|
29
29
|
constructor(r) {
|
30
30
|
this.blob = r, this.size = r.size;
|
31
31
|
}
|
32
32
|
async read(r, n = 0, e, u = 0) {
|
33
33
|
if (!e)
|
34
34
|
return { bytesRead: 0, buffer: r };
|
35
|
-
const t = u,
|
35
|
+
const t = u, l = t + e, f = await a(this.blob.slice(t, l)), s = i.Buffer.from(f);
|
36
36
|
return { bytesRead: s.copy(r, n), buffer: s };
|
37
37
|
}
|
38
38
|
async readFile(r) {
|
@@ -53,7 +53,7 @@ class B {
|
|
53
53
|
function w(o, r = {}) {
|
54
54
|
return new b(o, r);
|
55
55
|
}
|
56
|
-
function
|
56
|
+
function B(o, r, n, e = {}) {
|
57
57
|
if (n !== void 0)
|
58
58
|
return n;
|
59
59
|
if (o !== void 0)
|
@@ -63,9 +63,9 @@ function E(o, r, n, e = {}) {
|
|
63
63
|
throw new Error("no url, path, or filehandle provided, cannot open");
|
64
64
|
}
|
65
65
|
export {
|
66
|
-
|
66
|
+
E as BlobFile,
|
67
67
|
d as LocalFile,
|
68
68
|
b as RemoteFile,
|
69
69
|
w as fromUrl,
|
70
|
-
|
70
|
+
B as open
|
71
71
|
};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { L as g } from "./__vite-browser-external-C--ziKoh.js";
|
2
|
-
import { b as w } from "./index-
|
3
|
-
import { L as _, u as b } from "./long-
|
2
|
+
import { b as w } from "./index-BftNdA0O.js";
|
3
|
+
import { L as _, u as b } from "./long-BviWyoZx.js";
|
4
4
|
const m = 1;
|
5
5
|
class I {
|
6
6
|
constructor({ filehandle: e, path: t }) {
|