@genome-spy/app 0.53.1 → 0.54.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/{_commonjsHelpers-BIiJCwQW.js → _commonjsHelpers-DSebQMb9.js} +2 -4
- package/dist/{index-B5cesONJ.js → index-B6haPltu.js} +33 -65
- package/dist/{index-uO0O4Uv-.js → index-BhtH2nrr.js} +3 -5
- package/dist/{index-_tI-fMQF.js → index-BpoXW6_f.js} +5 -6
- package/dist/{index-BywMLhhd.js → index-COovE1Oo.js} +75 -105
- package/dist/{index-BJLu48Hz.js → index-CjesiOz_.js} +2 -2
- package/dist/{index-oqw_s02W.js → index-HGQZ77IK.js} +2 -2
- package/dist/{index-DAJ8JQLE.js → index-WACuLhO6.js} +64 -119
- package/dist/{index-e0oKgZbZ.js → index-_ftu0t0z.js} +2 -3
- package/dist/{index-CSayoXbw.js → index-nCZhu2o-.js} +3 -3
- package/dist/index.es.js +7144 -7289
- package/dist/index.js +300 -300
- package/dist/{long-D4tVjLLz.js → long-BXK3UEks.js} +9 -16
- package/dist/{remoteFile-BkTxwFub.js → remoteFile-DuIsnepi.js} +1 -1
- package/package.json +3 -3
@@ -3,16 +3,14 @@ function f(e) {
|
|
3
3
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
4
4
|
}
|
5
5
|
function s(e) {
|
6
|
-
if (e.__esModule)
|
7
|
-
return e;
|
6
|
+
if (e.__esModule) return e;
|
8
7
|
var r = e.default;
|
9
8
|
if (typeof r == "function") {
|
10
9
|
var t = function o() {
|
11
10
|
return this instanceof o ? Reflect.construct(r, arguments, this.constructor) : r.apply(this, arguments);
|
12
11
|
};
|
13
12
|
t.prototype = r.prototype;
|
14
|
-
} else
|
15
|
-
t = {};
|
13
|
+
} else t = {};
|
16
14
|
return Object.defineProperty(t, "__esModule", { value: !0 }), Object.keys(e).forEach(function(o) {
|
17
15
|
var n = Object.getOwnPropertyDescriptor(e, o);
|
18
16
|
Object.defineProperty(t, o, n.get ? n : {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { g as _r } from "./_commonjsHelpers-
|
1
|
+
import { g as _r } from "./_commonjsHelpers-DSebQMb9.js";
|
2
2
|
function Sr(c, f) {
|
3
3
|
for (var s = 0; s < f.length; s++) {
|
4
4
|
const w = f[s];
|
@@ -160,8 +160,7 @@ X.write = function(c, f, s, w, y, l) {
|
|
160
160
|
if (n != null && n !== i)
|
161
161
|
return o.from(n, r, t);
|
162
162
|
const e = fr(i);
|
163
|
-
if (e)
|
164
|
-
return e;
|
163
|
+
if (e) return e;
|
165
164
|
if (typeof Symbol < "u" && Symbol.toPrimitive != null && typeof i[Symbol.toPrimitive] == "function")
|
166
165
|
return o.from(i[Symbol.toPrimitive]("string"), r, t);
|
167
166
|
throw new TypeError(
|
@@ -245,8 +244,7 @@ X.write = function(c, f, s, w, y, l) {
|
|
245
244
|
throw new TypeError(
|
246
245
|
'The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array'
|
247
246
|
);
|
248
|
-
if (r === t)
|
249
|
-
return 0;
|
247
|
+
if (r === t) return 0;
|
250
248
|
let n = r.length, e = t.length;
|
251
249
|
for (let u = 0, h = Math.min(n, e); u < h; ++u)
|
252
250
|
if (r[u] !== t[u]) {
|
@@ -308,8 +306,7 @@ X.write = function(c, f, s, w, y, l) {
|
|
308
306
|
'The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type ' + typeof i
|
309
307
|
);
|
310
308
|
const t = i.length, n = arguments.length > 2 && arguments[2] === !0;
|
311
|
-
if (!n && t === 0)
|
312
|
-
return 0;
|
309
|
+
if (!n && t === 0) return 0;
|
313
310
|
let e = !1;
|
314
311
|
for (; ; )
|
315
312
|
switch (r) {
|
@@ -360,8 +357,7 @@ X.write = function(c, f, s, w, y, l) {
|
|
360
357
|
case "utf-16le":
|
361
358
|
return mr(this, r, t);
|
362
359
|
default:
|
363
|
-
if (n)
|
364
|
-
throw new TypeError("Unknown encoding: " + i);
|
360
|
+
if (n) throw new TypeError("Unknown encoding: " + i);
|
365
361
|
i = (i + "").toLowerCase(), n = !0;
|
366
362
|
}
|
367
363
|
}
|
@@ -395,8 +391,7 @@ X.write = function(c, f, s, w, y, l) {
|
|
395
391
|
const r = this.length;
|
396
392
|
return r === 0 ? "" : arguments.length === 0 ? Z(this, 0, r) : pr.apply(this, arguments);
|
397
393
|
}, o.prototype.toLocaleString = o.prototype.toString, o.prototype.equals = function(r) {
|
398
|
-
if (!o.isBuffer(r))
|
399
|
-
throw new TypeError("Argument must be a Buffer");
|
394
|
+
if (!o.isBuffer(r)) throw new TypeError("Argument must be a Buffer");
|
400
395
|
return this === r ? !0 : o.compare(this, r) === 0;
|
401
396
|
}, o.prototype.inspect = function() {
|
402
397
|
let r = "";
|
@@ -415,8 +410,7 @@ X.write = function(c, f, s, w, y, l) {
|
|
415
410
|
return -1;
|
416
411
|
if (t >= n)
|
417
412
|
return 1;
|
418
|
-
if (t >>>= 0, n >>>= 0, e >>>= 0, u >>>= 0, this === r)
|
419
|
-
return 0;
|
413
|
+
if (t >>>= 0, n >>>= 0, e >>>= 0, u >>>= 0, this === r) return 0;
|
420
414
|
let h = u - e, a = n - t;
|
421
415
|
const d = Math.min(h, a), E = this.slice(e, u), g = r.slice(t, n);
|
422
416
|
for (let x = 0; x < d; ++x)
|
@@ -427,17 +421,13 @@ X.write = function(c, f, s, w, y, l) {
|
|
427
421
|
return h < a ? -1 : a < h ? 1 : 0;
|
428
422
|
};
|
429
423
|
function J(i, r, t, n, e) {
|
430
|
-
if (i.length === 0)
|
431
|
-
return -1;
|
424
|
+
if (i.length === 0) return -1;
|
432
425
|
if (typeof t == "string" ? (n = t, t = 0) : t > 2147483647 ? t = 2147483647 : t < -2147483648 && (t = -2147483648), t = +t, q(t) && (t = e ? 0 : i.length - 1), t < 0 && (t = i.length + t), t >= i.length) {
|
433
|
-
if (e)
|
434
|
-
return -1;
|
426
|
+
if (e) return -1;
|
435
427
|
t = i.length - 1;
|
436
428
|
} else if (t < 0)
|
437
|
-
if (e)
|
438
|
-
|
439
|
-
else
|
440
|
-
return -1;
|
429
|
+
if (e) t = 0;
|
430
|
+
else return -1;
|
441
431
|
if (typeof r == "string" && (r = o.from(r, n)), o.isBuffer(r))
|
442
432
|
return r.length === 0 ? -1 : K(i, r, t, n, e);
|
443
433
|
if (typeof r == "number")
|
@@ -459,8 +449,7 @@ X.write = function(c, f, s, w, y, l) {
|
|
459
449
|
let g = -1;
|
460
450
|
for (E = t; E < h; E++)
|
461
451
|
if (d(i, E) === d(r, g === -1 ? 0 : E - g)) {
|
462
|
-
if (g === -1 && (g = E), E - g + 1 === a)
|
463
|
-
return g * u;
|
452
|
+
if (g === -1 && (g = E), E - g + 1 === a) return g * u;
|
464
453
|
} else
|
465
454
|
g !== -1 && (E -= E - g), g = -1;
|
466
455
|
} else
|
@@ -471,8 +460,7 @@ X.write = function(c, f, s, w, y, l) {
|
|
471
460
|
g = !1;
|
472
461
|
break;
|
473
462
|
}
|
474
|
-
if (g)
|
475
|
-
return E;
|
463
|
+
if (g) return E;
|
476
464
|
}
|
477
465
|
return -1;
|
478
466
|
}
|
@@ -492,8 +480,7 @@ X.write = function(c, f, s, w, y, l) {
|
|
492
480
|
let h;
|
493
481
|
for (h = 0; h < n; ++h) {
|
494
482
|
const a = parseInt(r.substr(h * 2, 2), 16);
|
495
|
-
if (q(a))
|
496
|
-
return h;
|
483
|
+
if (q(a)) return h;
|
497
484
|
i[t + h] = a;
|
498
485
|
}
|
499
486
|
return h;
|
@@ -545,8 +532,7 @@ X.write = function(c, f, s, w, y, l) {
|
|
545
532
|
case "utf-16le":
|
546
533
|
return wr(this, r, t, n);
|
547
534
|
default:
|
548
|
-
if (h)
|
549
|
-
throw new TypeError("Unknown encoding: " + e);
|
535
|
+
if (h) throw new TypeError("Unknown encoding: " + e);
|
550
536
|
e = ("" + e).toLowerCase(), h = !0;
|
551
537
|
}
|
552
538
|
}, o.prototype.toJSON = function() {
|
@@ -634,10 +620,8 @@ X.write = function(c, f, s, w, y, l) {
|
|
634
620
|
return Object.setPrototypeOf(e, o.prototype), e;
|
635
621
|
};
|
636
622
|
function m(i, r, t) {
|
637
|
-
if (i % 1 !== 0 || i < 0)
|
638
|
-
|
639
|
-
if (i + r > t)
|
640
|
-
throw new RangeError("Trying to access beyond buffer length");
|
623
|
+
if (i % 1 !== 0 || i < 0) throw new RangeError("offset is not uint");
|
624
|
+
if (i + r > t) throw new RangeError("Trying to access beyond buffer length");
|
641
625
|
}
|
642
626
|
o.prototype.readUintLE = o.prototype.readUIntLE = function(r, t, n) {
|
643
627
|
r = r >>> 0, t = t >>> 0, n || m(r, t, this.length);
|
@@ -722,12 +706,9 @@ X.write = function(c, f, s, w, y, l) {
|
|
722
706
|
return r = r >>> 0, t || m(r, 8, this.length), s.read(this, r, !1, 52, 8);
|
723
707
|
};
|
724
708
|
function U(i, r, t, n, e, u) {
|
725
|
-
if (!o.isBuffer(i))
|
726
|
-
|
727
|
-
if (
|
728
|
-
throw new RangeError('"value" argument is out of bounds');
|
729
|
-
if (t + n > i.length)
|
730
|
-
throw new RangeError("Index out of range");
|
709
|
+
if (!o.isBuffer(i)) throw new TypeError('"buffer" argument must be a Buffer instance');
|
710
|
+
if (r > e || r < u) throw new RangeError('"value" argument is out of bounds');
|
711
|
+
if (t + n > i.length) throw new RangeError("Index out of range");
|
731
712
|
}
|
732
713
|
o.prototype.writeUintLE = o.prototype.writeUIntLE = function(r, t, n, e) {
|
733
714
|
if (r = +r, t = t >>> 0, n = n >>> 0, !e) {
|
@@ -810,10 +791,8 @@ X.write = function(c, f, s, w, y, l) {
|
|
810
791
|
return rr(this, r, t, -BigInt("0x8000000000000000"), BigInt("0x7fffffffffffffff"));
|
811
792
|
});
|
812
793
|
function tr(i, r, t, n, e, u) {
|
813
|
-
if (t + n > i.length)
|
814
|
-
|
815
|
-
if (t < 0)
|
816
|
-
throw new RangeError("Index out of range");
|
794
|
+
if (t + n > i.length) throw new RangeError("Index out of range");
|
795
|
+
if (t < 0) throw new RangeError("Index out of range");
|
817
796
|
}
|
818
797
|
function ir(i, r, t, n, e) {
|
819
798
|
return r = +r, t = t >>> 0, e || tr(i, r, t, 4), s.write(i, r, t, n, 23, 4), t + 4;
|
@@ -831,16 +810,12 @@ X.write = function(c, f, s, w, y, l) {
|
|
831
810
|
}, o.prototype.writeDoubleBE = function(r, t, n) {
|
832
811
|
return nr(this, r, t, !1, n);
|
833
812
|
}, o.prototype.copy = function(r, t, n, e) {
|
834
|
-
if (!o.isBuffer(r))
|
835
|
-
|
836
|
-
if (n || (n = 0), !e && e !== 0 && (e = this.length), t >= r.length && (t = r.length), t || (t = 0), e > 0 && e < n && (e = n), e === n || r.length === 0 || this.length === 0)
|
837
|
-
return 0;
|
813
|
+
if (!o.isBuffer(r)) throw new TypeError("argument should be a Buffer");
|
814
|
+
if (n || (n = 0), !e && e !== 0 && (e = this.length), t >= r.length && (t = r.length), t || (t = 0), e > 0 && e < n && (e = n), e === n || r.length === 0 || this.length === 0) return 0;
|
838
815
|
if (t < 0)
|
839
816
|
throw new RangeError("targetStart out of bounds");
|
840
|
-
if (n < 0 || n >= this.length)
|
841
|
-
|
842
|
-
if (e < 0)
|
843
|
-
throw new RangeError("sourceEnd out of bounds");
|
817
|
+
if (n < 0 || n >= this.length) throw new RangeError("Index out of range");
|
818
|
+
if (e < 0) throw new RangeError("sourceEnd out of bounds");
|
844
819
|
e > this.length && (e = this.length), r.length - t < e - n && (e = r.length - t + n);
|
845
820
|
const u = e - n;
|
846
821
|
return this === r && typeof Uint8Array.prototype.copyWithin == "function" ? this.copyWithin(t, n, e) : Uint8Array.prototype.set.call(
|
@@ -858,8 +833,7 @@ X.write = function(c, f, s, w, y, l) {
|
|
858
833
|
const h = r.charCodeAt(0);
|
859
834
|
(e === "utf8" && h < 128 || e === "latin1") && (r = h);
|
860
835
|
}
|
861
|
-
} else
|
862
|
-
typeof r == "number" ? r = r & 255 : typeof r == "boolean" && (r = Number(r));
|
836
|
+
} else typeof r == "number" ? r = r & 255 : typeof r == "boolean" && (r = Number(r));
|
863
837
|
if (t < 0 || this.length < t || this.length < n)
|
864
838
|
throw new RangeError("Out of range index");
|
865
839
|
if (n <= t)
|
@@ -955,8 +929,7 @@ X.write = function(c, f, s, w, y, l) {
|
|
955
929
|
}
|
956
930
|
const Fr = /[^+/0-9A-Za-z-_]/g;
|
957
931
|
function Ar(i) {
|
958
|
-
if (i = i.split("=")[0], i = i.trim().replace(Fr, ""), i.length < 2)
|
959
|
-
return "";
|
932
|
+
if (i = i.split("=")[0], i = i.trim().replace(Fr, ""), i.length < 2) return "";
|
960
933
|
for (; i.length % 4 !== 0; )
|
961
934
|
i = i + "=";
|
962
935
|
return i;
|
@@ -985,30 +958,25 @@ X.write = function(c, f, s, w, y, l) {
|
|
985
958
|
continue;
|
986
959
|
}
|
987
960
|
t = (e - 55296 << 10 | t - 56320) + 65536;
|
988
|
-
} else
|
989
|
-
e && (r -= 3) > -1 && u.push(239, 191, 189);
|
961
|
+
} else e && (r -= 3) > -1 && u.push(239, 191, 189);
|
990
962
|
if (e = null, t < 128) {
|
991
|
-
if ((r -= 1) < 0)
|
992
|
-
break;
|
963
|
+
if ((r -= 1) < 0) break;
|
993
964
|
u.push(t);
|
994
965
|
} else if (t < 2048) {
|
995
|
-
if ((r -= 2) < 0)
|
996
|
-
break;
|
966
|
+
if ((r -= 2) < 0) break;
|
997
967
|
u.push(
|
998
968
|
t >> 6 | 192,
|
999
969
|
t & 63 | 128
|
1000
970
|
);
|
1001
971
|
} else if (t < 65536) {
|
1002
|
-
if ((r -= 3) < 0)
|
1003
|
-
break;
|
972
|
+
if ((r -= 3) < 0) break;
|
1004
973
|
u.push(
|
1005
974
|
t >> 12 | 224,
|
1006
975
|
t >> 6 & 63 | 128,
|
1007
976
|
t & 63 | 128
|
1008
977
|
);
|
1009
978
|
} else if (t < 1114112) {
|
1010
|
-
if ((r -= 4) < 0)
|
1011
|
-
break;
|
979
|
+
if ((r -= 4) < 0) break;
|
1012
980
|
u.push(
|
1013
981
|
t >> 18 | 240,
|
1014
982
|
t >> 12 & 63 | 128,
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { c as v, g as x } from "./_commonjsHelpers-
|
1
|
+
import { c as v, g as x } from "./_commonjsHelpers-DSebQMb9.js";
|
2
2
|
var T = {}, m = {}, h = {}, g = {};
|
3
3
|
Object.defineProperty(g, "__esModule", { value: !0 });
|
4
4
|
function A(r, e) {
|
@@ -40,10 +40,8 @@ function w(r, e) {
|
|
40
40
|
}, w(r, e);
|
41
41
|
}
|
42
42
|
function $() {
|
43
|
-
if (typeof Reflect > "u" || !Reflect.construct || Reflect.construct.sham)
|
44
|
-
|
45
|
-
if (typeof Proxy == "function")
|
46
|
-
return !0;
|
43
|
+
if (typeof Reflect > "u" || !Reflect.construct || Reflect.construct.sham) return !1;
|
44
|
+
if (typeof Proxy == "function") return !0;
|
47
45
|
try {
|
48
46
|
return Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
49
47
|
})), !0;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { L as V, u as k, a as Q } from "./long-
|
2
|
-
import { b as I } from "./index-
|
1
|
+
import { L as V, u as k, a as Q } from "./long-BXK3UEks.js";
|
2
|
+
import { b as I } from "./index-B6haPltu.js";
|
3
3
|
import { L as A } from "./__vite-browser-external-C--ziKoh.js";
|
4
|
-
import { R } from "./remoteFile-
|
5
|
-
import { _ as Y, L as W } from "./index-
|
4
|
+
import { R } from "./remoteFile-DuIsnepi.js";
|
5
|
+
import { _ as Y, L as W } from "./index-BhtH2nrr.js";
|
6
6
|
class D {
|
7
7
|
constructor(e, t) {
|
8
8
|
this.blockPosition = e, this.dataPosition = t;
|
@@ -1155,8 +1155,7 @@ class pe {
|
|
1155
1155
|
if (f.get("start") >= r) {
|
1156
1156
|
c = !0;
|
1157
1157
|
break;
|
1158
|
-
} else
|
1159
|
-
f.get("end") >= n && u.push(f);
|
1158
|
+
} else f.get("end") >= n && u.push(f);
|
1160
1159
|
if (h.push(u), yield u, c)
|
1161
1160
|
break;
|
1162
1161
|
}
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { b as J } from "./index-
|
2
|
-
import { _ as Gn, L as Yn } from "./index-
|
1
|
+
import { b as J } from "./index-B6haPltu.js";
|
2
|
+
import { _ as Gn, L as Yn } from "./index-BhtH2nrr.js";
|
3
3
|
import { L as nr } from "./__vite-browser-external-C--ziKoh.js";
|
4
|
-
import { R as ir } from "./remoteFile-
|
4
|
+
import { R as ir } from "./remoteFile-DuIsnepi.js";
|
5
5
|
const st = BigInt(32);
|
6
6
|
function rr(e, n, t) {
|
7
7
|
const i = +!!t, a = +!t;
|
@@ -481,8 +481,7 @@ class N {
|
|
481
481
|
else if (this.type === "array" && typeof this.options.length == "number") {
|
482
482
|
let t = NaN;
|
483
483
|
typeof this.options.type == "string" ? t = M[this.options.type] : this.options.type instanceof N && (t = this.options.type.sizeOf()), n = this.options.length * t;
|
484
|
-
} else
|
485
|
-
this.type === "seek" ? n = this.options.length : this.type === "nest" ? n = this.options.type.sizeOf() : this.type || (n = 0);
|
484
|
+
} else this.type === "seek" ? n = this.options.length : this.type === "nest" ? n = this.options.type.sizeOf() : this.type || (n = 0);
|
486
485
|
return this.next && (n += this.next.sizeOf()), n;
|
487
486
|
}
|
488
487
|
// Follow the parser chain till the root and start parsing from there
|
@@ -625,8 +624,7 @@ class N {
|
|
625
624
|
} else if (this.options.length) {
|
626
625
|
const l = n.generateOption(this.options.length);
|
627
626
|
n.pushCode(r ? `${t} = Array.from(buffer.subarray(offset, offset + ${l}), ${o}).join('');` : `${t} = new TextDecoder('${a}').decode(buffer.subarray(offset, offset + ${l}));`), n.pushCode(`offset += ${l};`);
|
628
|
-
} else
|
629
|
-
this.options.zeroTerminated ? (n.pushCode(`var ${i} = offset;`), n.pushCode("while(dataView.getUint8(offset++) !== 0);"), n.pushCode(r ? `${t} = Array.from(buffer.subarray(${i}, offset - 1), ${o}).join('');` : `${t} = new TextDecoder('${a}').decode(buffer.subarray(${i}, offset - 1));`)) : this.options.greedy && (n.pushCode(`var ${i} = offset;`), n.pushCode("while(buffer.length > offset++);"), n.pushCode(r ? `${t} = Array.from(buffer.subarray(${i}, offset), ${o}).join('');` : `${t} = new TextDecoder('${a}').decode(buffer.subarray(${i}, offset));`));
|
627
|
+
} else this.options.zeroTerminated ? (n.pushCode(`var ${i} = offset;`), n.pushCode("while(dataView.getUint8(offset++) !== 0);"), n.pushCode(r ? `${t} = Array.from(buffer.subarray(${i}, offset - 1), ${o}).join('');` : `${t} = new TextDecoder('${a}').decode(buffer.subarray(${i}, offset - 1));`)) : this.options.greedy && (n.pushCode(`var ${i} = offset;`), n.pushCode("while(buffer.length > offset++);"), n.pushCode(r ? `${t} = Array.from(buffer.subarray(${i}, offset), ${o}).join('');` : `${t} = new TextDecoder('${a}').decode(buffer.subarray(${i}, offset));`));
|
630
628
|
this.options.stripNull && n.pushCode(`${t} = ${t}.replace(/\\x00+$/g, '')`);
|
631
629
|
}
|
632
630
|
generateBuffer(n) {
|
@@ -678,8 +676,7 @@ class N {
|
|
678
676
|
const r = Ye[i], o = Ke[i];
|
679
677
|
n.pushCode(`${a} = dataView.get${r}(offset, ${o});`), n.pushCode(`offset += ${M[i]}`);
|
680
678
|
}
|
681
|
-
} else
|
682
|
-
i instanceof N && (n.pushPath(t), i.generate(n), n.popPath(t));
|
679
|
+
} else i instanceof N && (n.pushPath(t), i.generate(n), n.popPath(t));
|
683
680
|
}
|
684
681
|
generateChoice(n) {
|
685
682
|
const t = n.generateOption(this.options.tag), i = n.generateVariable(this.varName);
|
@@ -984,8 +981,7 @@ const ii = (e) => e < 256 ? ze[e] : ze[256 + (e >>> 7)], Be = (e, n) => {
|
|
984
981
|
do
|
985
982
|
j(e, r, e.bl_tree);
|
986
983
|
while (--l !== 0);
|
987
|
-
else
|
988
|
-
r !== 0 ? (r !== a && (j(e, r, e.bl_tree), l--), j(e, Xn, e.bl_tree), D(e, l - 3, 2)) : l <= 10 ? (j(e, qn, e.bl_tree), D(e, l - 3, 3)) : (j(e, Jn, e.bl_tree), D(e, l - 11, 7));
|
984
|
+
else r !== 0 ? (r !== a && (j(e, r, e.bl_tree), l--), j(e, Xn, e.bl_tree), D(e, l - 3, 2)) : l <= 10 ? (j(e, qn, e.bl_tree), D(e, l - 3, 3)) : (j(e, Jn, e.bl_tree), D(e, l - 11, 7));
|
989
985
|
l = 0, a = r, o === 0 ? (u = 138, s = 3) : r === o ? (u = 6, s = 3) : (u = 7, s = 4);
|
990
986
|
}
|
991
987
|
}, vr = (e) => {
|
@@ -1623,8 +1619,7 @@ Gt.prototype.push = function(e, n) {
|
|
1623
1619
|
this.onData(t.output.subarray(0, t.next_out)), t.avail_out = 0;
|
1624
1620
|
continue;
|
1625
1621
|
}
|
1626
|
-
if (t.avail_in === 0)
|
1627
|
-
break;
|
1622
|
+
if (t.avail_in === 0) break;
|
1628
1623
|
}
|
1629
1624
|
return !0;
|
1630
1625
|
};
|
@@ -2055,8 +2050,7 @@ const so = (e) => {
|
|
2055
2050
|
l--, s += i[r++] << f, f += 8;
|
2056
2051
|
}
|
2057
2052
|
t.length = s, t.head && (t.head.extra_len = s), t.flags & 512 && t.wrap & 4 && (m[0] = s & 255, m[1] = s >>> 8 & 255, t.check = R(t.check, m, 2, 0)), s = 0, f = 0;
|
2058
|
-
} else
|
2059
|
-
t.head && (t.head.extra = null);
|
2053
|
+
} else t.head && (t.head.extra = null);
|
2060
2054
|
t.mode = yn;
|
2061
2055
|
case yn:
|
2062
2056
|
if (t.flags & 1024 && (h = t.length, h > l && (h = l), h && (t.head && (b = t.head.extra_len - t.length, t.head.extra || (t.head.extra = new Uint8Array(t.head.extra_len)), t.head.extra.set(
|
@@ -2081,8 +2075,7 @@ const so = (e) => {
|
|
2081
2075
|
while (b && h < l);
|
2082
2076
|
if (t.flags & 512 && t.wrap & 4 && (t.check = R(t.check, i, h, r)), l -= h, r += h, b)
|
2083
2077
|
break e;
|
2084
|
-
} else
|
2085
|
-
t.head && (t.head.name = null);
|
2078
|
+
} else t.head && (t.head.name = null);
|
2086
2079
|
t.length = 0, t.mode = kn;
|
2087
2080
|
case kn:
|
2088
2081
|
if (t.flags & 4096) {
|
@@ -2094,8 +2087,7 @@ const so = (e) => {
|
|
2094
2087
|
while (b && h < l);
|
2095
2088
|
if (t.flags & 512 && t.wrap & 4 && (t.check = R(t.check, i, h, r)), l -= h, r += h, b)
|
2096
2089
|
break e;
|
2097
|
-
} else
|
2098
|
-
t.head && (t.head.comment = null);
|
2090
|
+
} else t.head && (t.head.comment = null);
|
2099
2091
|
t.mode = $n;
|
2100
2092
|
case $n:
|
2101
2093
|
if (t.flags & 512) {
|
@@ -2466,8 +2458,7 @@ function He(e) {
|
|
2466
2458
|
He.prototype.push = function(e, n) {
|
2467
2459
|
const t = this.strm, i = this.options.chunkSize, a = this.options.dictionary;
|
2468
2460
|
let r, o, l;
|
2469
|
-
if (this.ended)
|
2470
|
-
return !1;
|
2461
|
+
if (this.ended) return !1;
|
2471
2462
|
for (n === ~~n ? o = n : o = n === !0 ? So : Co, Ii.call(e) === "[object ArrayBuffer]" ? t.input = new Uint8Array(e) : t.input = e, t.next_in = 0, t.avail_in = t.input.length; ; ) {
|
2472
2463
|
for (t.avail_out === 0 && (t.output = new Uint8Array(i), t.next_out = 0, t.avail_out = i), r = X.inflate(t, o), r === Et && a && (r = X.inflateSetDictionary(t, a), r === Fe ? r = X.inflate(t, o) : r === Ln && (r = Et)); t.avail_in > 0 && r === $t && t.state.wrap > 0 && e[t.next_in] !== 0; )
|
2473
2464
|
X.inflateReset(t), r = X.inflate(t, o);
|
@@ -2487,8 +2478,7 @@ He.prototype.push = function(e, n) {
|
|
2487
2478
|
if (!(r === Fe && l === 0)) {
|
2488
2479
|
if (r === $t)
|
2489
2480
|
return r = X.inflateEnd(this.strm), this.onEnd(r), this.ended = !0, !0;
|
2490
|
-
if (t.avail_in === 0)
|
2491
|
-
break;
|
2481
|
+
if (t.avail_in === 0) break;
|
2492
2482
|
}
|
2493
2483
|
}
|
2494
2484
|
return !0;
|
@@ -2501,8 +2491,7 @@ He.prototype.onEnd = function(e) {
|
|
2501
2491
|
};
|
2502
2492
|
function Yt(e, n) {
|
2503
2493
|
const t = new He(n);
|
2504
|
-
if (t.push(e), t.err)
|
2505
|
-
throw t.msg || ge[t.err];
|
2494
|
+
if (t.push(e), t.err) throw t.msg || ge[t.err];
|
2506
2495
|
return t.result;
|
2507
2496
|
}
|
2508
2497
|
function To(e, n) {
|
@@ -2783,8 +2772,7 @@ var Ft = function(e, n) {
|
|
2783
2772
|
return Ft = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t, i) {
|
2784
2773
|
t.__proto__ = i;
|
2785
2774
|
} || function(t, i) {
|
2786
|
-
for (var a in i)
|
2787
|
-
Object.prototype.hasOwnProperty.call(i, a) && (t[a] = i[a]);
|
2775
|
+
for (var a in i) Object.prototype.hasOwnProperty.call(i, a) && (t[a] = i[a]);
|
2788
2776
|
}, Ft(e, n);
|
2789
2777
|
};
|
2790
2778
|
function Kt(e, n) {
|
@@ -2825,8 +2813,7 @@ function jo(e, n, t, i) {
|
|
2825
2813
|
}
|
2826
2814
|
function Ai(e, n) {
|
2827
2815
|
var t = { label: 0, sent: function() {
|
2828
|
-
if (r[0] & 1)
|
2829
|
-
throw r[1];
|
2816
|
+
if (r[0] & 1) throw r[1];
|
2830
2817
|
return r[1];
|
2831
2818
|
}, trys: [], ops: [] }, i, a, r, o;
|
2832
2819
|
return o = { next: l(0), throw: l(1), return: l(2) }, typeof Symbol == "function" && (o[Symbol.iterator] = function() {
|
@@ -2838,100 +2825,89 @@ function Ai(e, n) {
|
|
2838
2825
|
};
|
2839
2826
|
}
|
2840
2827
|
function u(s) {
|
2841
|
-
if (i)
|
2842
|
-
|
2843
|
-
|
2844
|
-
|
2845
|
-
|
2846
|
-
|
2847
|
-
|
2848
|
-
|
2849
|
-
|
2850
|
-
|
2851
|
-
|
2852
|
-
|
2853
|
-
|
2854
|
-
|
2855
|
-
|
2856
|
-
|
2857
|
-
|
2858
|
-
|
2859
|
-
|
2860
|
-
default:
|
2861
|
-
if (r = t.trys, !(r = r.length > 0 && r[r.length - 1]) && (s[0] === 6 || s[0] === 2)) {
|
2862
|
-
t = 0;
|
2863
|
-
continue;
|
2864
|
-
}
|
2865
|
-
if (s[0] === 3 && (!r || s[1] > r[0] && s[1] < r[3])) {
|
2866
|
-
t.label = s[1];
|
2867
|
-
break;
|
2868
|
-
}
|
2869
|
-
if (s[0] === 6 && t.label < r[1]) {
|
2870
|
-
t.label = r[1], r = s;
|
2871
|
-
break;
|
2872
|
-
}
|
2873
|
-
if (r && t.label < r[2]) {
|
2874
|
-
t.label = r[2], t.ops.push(s);
|
2875
|
-
break;
|
2876
|
-
}
|
2877
|
-
r[2] && t.ops.pop(), t.trys.pop();
|
2828
|
+
if (i) throw new TypeError("Generator is already executing.");
|
2829
|
+
for (; o && (o = 0, s[0] && (t = 0)), t; ) try {
|
2830
|
+
if (i = 1, a && (r = s[0] & 2 ? a.return : s[0] ? a.throw || ((r = a.return) && r.call(a), 0) : a.next) && !(r = r.call(a, s[1])).done) return r;
|
2831
|
+
switch (a = 0, r && (s = [s[0] & 2, r.value]), s[0]) {
|
2832
|
+
case 0:
|
2833
|
+
case 1:
|
2834
|
+
r = s;
|
2835
|
+
break;
|
2836
|
+
case 4:
|
2837
|
+
return t.label++, { value: s[1], done: !1 };
|
2838
|
+
case 5:
|
2839
|
+
t.label++, a = s[1], s = [0];
|
2840
|
+
continue;
|
2841
|
+
case 7:
|
2842
|
+
s = t.ops.pop(), t.trys.pop();
|
2843
|
+
continue;
|
2844
|
+
default:
|
2845
|
+
if (r = t.trys, !(r = r.length > 0 && r[r.length - 1]) && (s[0] === 6 || s[0] === 2)) {
|
2846
|
+
t = 0;
|
2878
2847
|
continue;
|
2879
|
-
|
2880
|
-
|
2881
|
-
|
2882
|
-
|
2883
|
-
|
2884
|
-
|
2848
|
+
}
|
2849
|
+
if (s[0] === 3 && (!r || s[1] > r[0] && s[1] < r[3])) {
|
2850
|
+
t.label = s[1];
|
2851
|
+
break;
|
2852
|
+
}
|
2853
|
+
if (s[0] === 6 && t.label < r[1]) {
|
2854
|
+
t.label = r[1], r = s;
|
2855
|
+
break;
|
2856
|
+
}
|
2857
|
+
if (r && t.label < r[2]) {
|
2858
|
+
t.label = r[2], t.ops.push(s);
|
2859
|
+
break;
|
2860
|
+
}
|
2861
|
+
r[2] && t.ops.pop(), t.trys.pop();
|
2862
|
+
continue;
|
2885
2863
|
}
|
2886
|
-
|
2887
|
-
|
2864
|
+
s = n.call(e, t);
|
2865
|
+
} catch (f) {
|
2866
|
+
s = [6, f], a = 0;
|
2867
|
+
} finally {
|
2868
|
+
i = r = 0;
|
2869
|
+
}
|
2870
|
+
if (s[0] & 5) throw s[1];
|
2888
2871
|
return { value: s[0] ? s[1] : void 0, done: !0 };
|
2889
2872
|
}
|
2890
2873
|
}
|
2891
2874
|
function Le(e) {
|
2892
2875
|
var n = typeof Symbol == "function" && Symbol.iterator, t = n && e[n], i = 0;
|
2893
|
-
if (t)
|
2894
|
-
|
2895
|
-
|
2896
|
-
|
2897
|
-
|
2898
|
-
|
2899
|
-
}
|
2900
|
-
};
|
2876
|
+
if (t) return t.call(e);
|
2877
|
+
if (e && typeof e.length == "number") return {
|
2878
|
+
next: function() {
|
2879
|
+
return e && i >= e.length && (e = void 0), { value: e && e[i++], done: !e };
|
2880
|
+
}
|
2881
|
+
};
|
2901
2882
|
throw new TypeError(n ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
2902
2883
|
}
|
2903
2884
|
function Lt(e, n) {
|
2904
2885
|
var t = typeof Symbol == "function" && e[Symbol.iterator];
|
2905
|
-
if (!t)
|
2906
|
-
return e;
|
2886
|
+
if (!t) return e;
|
2907
2887
|
var i = t.call(e), a, r = [], o;
|
2908
2888
|
try {
|
2909
|
-
for (; (n === void 0 || n-- > 0) && !(a = i.next()).done; )
|
2910
|
-
r.push(a.value);
|
2889
|
+
for (; (n === void 0 || n-- > 0) && !(a = i.next()).done; ) r.push(a.value);
|
2911
2890
|
} catch (l) {
|
2912
2891
|
o = { error: l };
|
2913
2892
|
} finally {
|
2914
2893
|
try {
|
2915
2894
|
a && !a.done && (t = i.return) && t.call(i);
|
2916
2895
|
} finally {
|
2917
|
-
if (o)
|
2918
|
-
throw o.error;
|
2896
|
+
if (o) throw o.error;
|
2919
2897
|
}
|
2920
2898
|
}
|
2921
2899
|
return r;
|
2922
2900
|
}
|
2923
2901
|
function Pt(e, n, t) {
|
2924
|
-
if (t || arguments.length === 2)
|
2925
|
-
|
2926
|
-
(r || !(i in n)) && (r || (r = Array.prototype.slice.call(n, 0, i)), r[i] = n[i]);
|
2902
|
+
if (t || arguments.length === 2) for (var i = 0, a = n.length, r; i < a; i++)
|
2903
|
+
(r || !(i in n)) && (r || (r = Array.prototype.slice.call(n, 0, i)), r[i] = n[i]);
|
2927
2904
|
return e.concat(r || Array.prototype.slice.call(n));
|
2928
2905
|
}
|
2929
2906
|
function be(e) {
|
2930
2907
|
return this instanceof be ? (this.v = e, this) : new be(e);
|
2931
2908
|
}
|
2932
2909
|
function Go(e, n, t) {
|
2933
|
-
if (!Symbol.asyncIterator)
|
2934
|
-
throw new TypeError("Symbol.asyncIterator is not defined.");
|
2910
|
+
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
2935
2911
|
var i = t.apply(e, n || []), a, r = [];
|
2936
2912
|
return a = {}, o("next"), o("throw"), o("return"), a[Symbol.asyncIterator] = function() {
|
2937
2913
|
return this;
|
@@ -2964,8 +2940,7 @@ function Go(e, n, t) {
|
|
2964
2940
|
}
|
2965
2941
|
}
|
2966
2942
|
function Yo(e) {
|
2967
|
-
if (!Symbol.asyncIterator)
|
2968
|
-
throw new TypeError("Symbol.asyncIterator is not defined.");
|
2943
|
+
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
2969
2944
|
var n = e[Symbol.asyncIterator], t;
|
2970
2945
|
return n ? n.call(e) : (e = typeof Le == "function" ? Le(e) : e[Symbol.iterator](), t = {}, i("next"), i("throw"), i("return"), t[Symbol.asyncIterator] = function() {
|
2971
2946
|
return this;
|
@@ -3029,8 +3004,7 @@ var Wt = function() {
|
|
3029
3004
|
try {
|
3030
3005
|
u && !u.done && (t = l.return) && t.call(l);
|
3031
3006
|
} finally {
|
3032
|
-
if (n)
|
3033
|
-
throw n.error;
|
3007
|
+
if (n) throw n.error;
|
3034
3008
|
}
|
3035
3009
|
}
|
3036
3010
|
else
|
@@ -3060,8 +3034,7 @@ var Wt = function() {
|
|
3060
3034
|
try {
|
3061
3035
|
h && !h.done && (a = c.return) && a.call(c);
|
3062
3036
|
} finally {
|
3063
|
-
if (i)
|
3064
|
-
throw i.error;
|
3037
|
+
if (i) throw i.error;
|
3065
3038
|
}
|
3066
3039
|
}
|
3067
3040
|
}
|
@@ -3500,8 +3473,7 @@ function cs(e) {
|
|
3500
3473
|
try {
|
3501
3474
|
r && !r.done && (i = a.return) && i.call(a);
|
3502
3475
|
} finally {
|
3503
|
-
if (t)
|
3504
|
-
throw t.error;
|
3476
|
+
if (t) throw t.error;
|
3505
3477
|
}
|
3506
3478
|
}
|
3507
3479
|
n.complete();
|
@@ -3528,8 +3500,7 @@ function ps(e, n) {
|
|
3528
3500
|
case 1:
|
3529
3501
|
return [4, t.next()];
|
3530
3502
|
case 2:
|
3531
|
-
if (i = u.sent(), !!i.done)
|
3532
|
-
return [3, 4];
|
3503
|
+
if (i = u.sent(), !!i.done) return [3, 4];
|
3533
3504
|
if (o = i.value, n.next(o), n.closed)
|
3534
3505
|
return [2];
|
3535
3506
|
u.label = 3;
|
@@ -3546,8 +3517,7 @@ function ps(e, n) {
|
|
3546
3517
|
case 8:
|
3547
3518
|
return [3, 10];
|
3548
3519
|
case 9:
|
3549
|
-
if (a)
|
3550
|
-
throw a.error;
|
3520
|
+
if (a) throw a.error;
|
3551
3521
|
return [7];
|
3552
3522
|
case 10:
|
3553
3523
|
return [7];
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { L as g } from "./__vite-browser-external-C--ziKoh.js";
|
2
|
-
import { b as m } from "./index-
|
3
|
-
import { L as E, u as _ } from "./long-
|
2
|
+
import { b as m } from "./index-B6haPltu.js";
|
3
|
+
import { L as E, u as _ } from "./long-BXK3UEks.js";
|
4
4
|
const w = 1;
|
5
5
|
class I {
|
6
6
|
constructor({ filehandle: e, path: t }) {
|