bok-reader 0.1.6 → 0.1.7

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/bok.es.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsxs as ut, Fragment as Ut, jsx as et } from "react/jsx-runtime";
2
2
  import * as kt from "react";
3
- import { useState as ht, useRef as wt, useCallback as Tt, useEffect as dt, useMemo as Xt } from "react";
3
+ import { useState as ht, useRef as yt, useCallback as Tt, useEffect as dt, useMemo as Xt } from "react";
4
4
  import Gt, { createGlobalStyle as qt } from "styled-components";
5
5
  var Ot = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
6
6
  function $t(X) {
@@ -21,16 +21,16 @@ Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/js
21
21
  JSZip uses the library pako released under the MIT license :
22
22
  https://github.com/nodeca/pako/blob/main/LICENSE
23
23
  */
24
- (function(X, K) {
24
+ (function(X, V) {
25
25
  (function(p) {
26
26
  X.exports = p();
27
27
  })(function() {
28
28
  return function p(A, v, a) {
29
- function o(g, y) {
29
+ function o(g, w) {
30
30
  if (!v[g]) {
31
31
  if (!A[g]) {
32
32
  var _ = typeof It == "function" && It;
33
- if (!y && _) return _(g, !0);
33
+ if (!w && _) return _(g, !0);
34
34
  if (r) return r(g, !0);
35
35
  var b = new Error("Cannot find module '" + g + "'");
36
36
  throw b.code = "MODULE_NOT_FOUND", b;
@@ -48,30 +48,30 @@ https://github.com/nodeca/pako/blob/main/LICENSE
48
48
  }({ 1: [function(p, A, v) {
49
49
  var a = p("./utils"), o = p("./support"), r = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
50
50
  v.encode = function(l) {
51
- for (var g, y, _, b, i, d, n, c = [], s = 0, m = l.length, w = m, x = a.getTypeOf(l) !== "string"; s < l.length; ) w = m - s, _ = x ? (g = l[s++], y = s < m ? l[s++] : 0, s < m ? l[s++] : 0) : (g = l.charCodeAt(s++), y = s < m ? l.charCodeAt(s++) : 0, s < m ? l.charCodeAt(s++) : 0), b = g >> 2, i = (3 & g) << 4 | y >> 4, d = 1 < w ? (15 & y) << 2 | _ >> 6 : 64, n = 2 < w ? 63 & _ : 64, c.push(r.charAt(b) + r.charAt(i) + r.charAt(d) + r.charAt(n));
51
+ for (var g, w, _, b, i, d, n, c = [], s = 0, m = l.length, y = m, x = a.getTypeOf(l) !== "string"; s < l.length; ) y = m - s, _ = x ? (g = l[s++], w = s < m ? l[s++] : 0, s < m ? l[s++] : 0) : (g = l.charCodeAt(s++), w = s < m ? l.charCodeAt(s++) : 0, s < m ? l.charCodeAt(s++) : 0), b = g >> 2, i = (3 & g) << 4 | w >> 4, d = 1 < y ? (15 & w) << 2 | _ >> 6 : 64, n = 2 < y ? 63 & _ : 64, c.push(r.charAt(b) + r.charAt(i) + r.charAt(d) + r.charAt(n));
52
52
  return c.join("");
53
53
  }, v.decode = function(l) {
54
- var g, y, _, b, i, d, n = 0, c = 0, s = "data:";
54
+ var g, w, _, b, i, d, n = 0, c = 0, s = "data:";
55
55
  if (l.substr(0, s.length) === s) throw new Error("Invalid base64 input, it looks like a data url.");
56
- var m, w = 3 * (l = l.replace(/[^A-Za-z0-9+/=]/g, "")).length / 4;
57
- if (l.charAt(l.length - 1) === r.charAt(64) && w--, l.charAt(l.length - 2) === r.charAt(64) && w--, w % 1 != 0) throw new Error("Invalid base64 input, bad content length.");
58
- for (m = o.uint8array ? new Uint8Array(0 | w) : new Array(0 | w); n < l.length; ) g = r.indexOf(l.charAt(n++)) << 2 | (b = r.indexOf(l.charAt(n++))) >> 4, y = (15 & b) << 4 | (i = r.indexOf(l.charAt(n++))) >> 2, _ = (3 & i) << 6 | (d = r.indexOf(l.charAt(n++))), m[c++] = g, i !== 64 && (m[c++] = y), d !== 64 && (m[c++] = _);
56
+ var m, y = 3 * (l = l.replace(/[^A-Za-z0-9+/=]/g, "")).length / 4;
57
+ if (l.charAt(l.length - 1) === r.charAt(64) && y--, l.charAt(l.length - 2) === r.charAt(64) && y--, y % 1 != 0) throw new Error("Invalid base64 input, bad content length.");
58
+ for (m = o.uint8array ? new Uint8Array(0 | y) : new Array(0 | y); n < l.length; ) g = r.indexOf(l.charAt(n++)) << 2 | (b = r.indexOf(l.charAt(n++))) >> 4, w = (15 & b) << 4 | (i = r.indexOf(l.charAt(n++))) >> 2, _ = (3 & i) << 6 | (d = r.indexOf(l.charAt(n++))), m[c++] = g, i !== 64 && (m[c++] = w), d !== 64 && (m[c++] = _);
59
59
  return m;
60
60
  };
61
61
  }, { "./support": 30, "./utils": 32 }], 2: [function(p, A, v) {
62
62
  var a = p("./external"), o = p("./stream/DataWorker"), r = p("./stream/Crc32Probe"), l = p("./stream/DataLengthProbe");
63
- function g(y, _, b, i, d) {
64
- this.compressedSize = y, this.uncompressedSize = _, this.crc32 = b, this.compression = i, this.compressedContent = d;
63
+ function g(w, _, b, i, d) {
64
+ this.compressedSize = w, this.uncompressedSize = _, this.crc32 = b, this.compression = i, this.compressedContent = d;
65
65
  }
66
66
  g.prototype = { getContentWorker: function() {
67
- var y = new o(a.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new l("data_length")), _ = this;
68
- return y.on("end", function() {
67
+ var w = new o(a.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new l("data_length")), _ = this;
68
+ return w.on("end", function() {
69
69
  if (this.streamInfo.data_length !== _.uncompressedSize) throw new Error("Bug : uncompressed data size mismatch");
70
- }), y;
70
+ }), w;
71
71
  }, getCompressedWorker: function() {
72
72
  return new o(a.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize", this.compressedSize).withStreamInfo("uncompressedSize", this.uncompressedSize).withStreamInfo("crc32", this.crc32).withStreamInfo("compression", this.compression);
73
- } }, g.createWorkerFrom = function(y, _, b) {
74
- return y.pipe(new r()).pipe(new l("uncompressedSize")).pipe(_.compressWorker(b)).pipe(new l("compressedSize")).withStreamInfo("compression", _);
73
+ } }, g.createWorkerFrom = function(w, _, b) {
74
+ return w.pipe(new r()).pipe(new l("uncompressedSize")).pipe(_.compressWorker(b)).pipe(new l("compressedSize")).withStreamInfo("compression", _);
75
75
  }, A.exports = g;
76
76
  }, { "./external": 6, "./stream/Crc32Probe": 25, "./stream/DataLengthProbe": 26, "./stream/DataWorker": 27 }], 3: [function(p, A, v) {
77
77
  var a = p("./stream/GenericWorker");
@@ -84,21 +84,21 @@ https://github.com/nodeca/pako/blob/main/LICENSE
84
84
  var a = p("./utils"), o = function() {
85
85
  for (var r, l = [], g = 0; g < 256; g++) {
86
86
  r = g;
87
- for (var y = 0; y < 8; y++) r = 1 & r ? 3988292384 ^ r >>> 1 : r >>> 1;
87
+ for (var w = 0; w < 8; w++) r = 1 & r ? 3988292384 ^ r >>> 1 : r >>> 1;
88
88
  l[g] = r;
89
89
  }
90
90
  return l;
91
91
  }();
92
92
  A.exports = function(r, l) {
93
- return r !== void 0 && r.length ? a.getTypeOf(r) !== "string" ? function(g, y, _, b) {
93
+ return r !== void 0 && r.length ? a.getTypeOf(r) !== "string" ? function(g, w, _, b) {
94
94
  var i = o, d = b + _;
95
95
  g ^= -1;
96
- for (var n = b; n < d; n++) g = g >>> 8 ^ i[255 & (g ^ y[n])];
96
+ for (var n = b; n < d; n++) g = g >>> 8 ^ i[255 & (g ^ w[n])];
97
97
  return -1 ^ g;
98
- }(0 | l, r, r.length, 0) : function(g, y, _, b) {
98
+ }(0 | l, r, r.length, 0) : function(g, w, _, b) {
99
99
  var i = o, d = b + _;
100
100
  g ^= -1;
101
- for (var n = b; n < d; n++) g = g >>> 8 ^ i[255 & (g ^ y.charCodeAt(n))];
101
+ for (var n = b; n < d; n++) g = g >>> 8 ^ i[255 & (g ^ w.charCodeAt(n))];
102
102
  return -1 ^ g;
103
103
  }(0 | l, r, r.length, 0) : 0;
104
104
  };
@@ -109,25 +109,25 @@ https://github.com/nodeca/pako/blob/main/LICENSE
109
109
  a = typeof Promise < "u" ? Promise : p("lie"), A.exports = { Promise: a };
110
110
  }, { lie: 37 }], 7: [function(p, A, v) {
111
111
  var a = typeof Uint8Array < "u" && typeof Uint16Array < "u" && typeof Uint32Array < "u", o = p("pako"), r = p("./utils"), l = p("./stream/GenericWorker"), g = a ? "uint8array" : "array";
112
- function y(_, b) {
112
+ function w(_, b) {
113
113
  l.call(this, "FlateWorker/" + _), this._pako = null, this._pakoAction = _, this._pakoOptions = b, this.meta = {};
114
114
  }
115
- v.magic = "\b\0", r.inherits(y, l), y.prototype.processChunk = function(_) {
115
+ v.magic = "\b\0", r.inherits(w, l), w.prototype.processChunk = function(_) {
116
116
  this.meta = _.meta, this._pako === null && this._createPako(), this._pako.push(r.transformTo(g, _.data), !1);
117
- }, y.prototype.flush = function() {
117
+ }, w.prototype.flush = function() {
118
118
  l.prototype.flush.call(this), this._pako === null && this._createPako(), this._pako.push([], !0);
119
- }, y.prototype.cleanUp = function() {
119
+ }, w.prototype.cleanUp = function() {
120
120
  l.prototype.cleanUp.call(this), this._pako = null;
121
- }, y.prototype._createPako = function() {
121
+ }, w.prototype._createPako = function() {
122
122
  this._pako = new o[this._pakoAction]({ raw: !0, level: this._pakoOptions.level || -1 });
123
123
  var _ = this;
124
124
  this._pako.onData = function(b) {
125
125
  _.push({ data: b, meta: _.meta });
126
126
  };
127
127
  }, v.compressWorker = function(_) {
128
- return new y("Deflate", _);
128
+ return new w("Deflate", _);
129
129
  }, v.uncompressWorker = function() {
130
- return new y("Inflate", {});
130
+ return new w("Inflate", {});
131
131
  };
132
132
  }, { "./stream/GenericWorker": 28, "./utils": 32, pako: 38 }], 8: [function(p, A, v) {
133
133
  function a(i, d) {
@@ -136,22 +136,22 @@ https://github.com/nodeca/pako/blob/main/LICENSE
136
136
  return c;
137
137
  }
138
138
  function o(i, d, n, c, s, m) {
139
- var w, x, S = i.file, D = i.compression, C = m !== g.utf8encode, F = r.transformTo("string", m(S.name)), E = r.transformTo("string", g.utf8encode(S.name)), z = S.comment, Z = r.transformTo("string", m(z)), h = r.transformTo("string", g.utf8encode(z)), B = E.length !== S.name.length, e = h.length !== z.length, P = "", V = "", L = "", Q = S.dir, W = S.date, tt = { crc32: 0, compressedSize: 0, uncompressedSize: 0 };
139
+ var y, x, S = i.file, D = i.compression, z = m !== g.utf8encode, F = r.transformTo("string", m(S.name)), E = r.transformTo("string", g.utf8encode(S.name)), C = S.comment, M = r.transformTo("string", m(C)), h = r.transformTo("string", g.utf8encode(C)), B = E.length !== S.name.length, e = h.length !== C.length, P = "", K = "", L = "", Q = S.dir, W = S.date, tt = { crc32: 0, compressedSize: 0, uncompressedSize: 0 };
140
140
  d && !n || (tt.crc32 = i.crc32, tt.compressedSize = i.compressedSize, tt.uncompressedSize = i.uncompressedSize);
141
141
  var T = 0;
142
- d && (T |= 8), C || !B && !e || (T |= 2048);
142
+ d && (T |= 8), z || !B && !e || (T |= 2048);
143
143
  var I = 0, J = 0;
144
144
  Q && (I |= 16), s === "UNIX" ? (J = 798, I |= function(G, st) {
145
145
  var ft = G;
146
146
  return G || (ft = st ? 16893 : 33204), (65535 & ft) << 16;
147
147
  }(S.unixPermissions, Q)) : (J = 20, I |= function(G) {
148
148
  return 63 & (G || 0);
149
- }(S.dosPermissions)), w = W.getUTCHours(), w <<= 6, w |= W.getUTCMinutes(), w <<= 5, w |= W.getUTCSeconds() / 2, x = W.getUTCFullYear() - 1980, x <<= 4, x |= W.getUTCMonth() + 1, x <<= 5, x |= W.getUTCDate(), B && (V = a(1, 1) + a(y(F), 4) + E, P += "up" + a(V.length, 2) + V), e && (L = a(1, 1) + a(y(Z), 4) + h, P += "uc" + a(L.length, 2) + L);
149
+ }(S.dosPermissions)), y = W.getUTCHours(), y <<= 6, y |= W.getUTCMinutes(), y <<= 5, y |= W.getUTCSeconds() / 2, x = W.getUTCFullYear() - 1980, x <<= 4, x |= W.getUTCMonth() + 1, x <<= 5, x |= W.getUTCDate(), B && (K = a(1, 1) + a(w(F), 4) + E, P += "up" + a(K.length, 2) + K), e && (L = a(1, 1) + a(w(M), 4) + h, P += "uc" + a(L.length, 2) + L);
150
150
  var q = "";
151
151
  return q += `
152
- \0`, q += a(T, 2), q += D.magic, q += a(w, 2), q += a(x, 2), q += a(tt.crc32, 4), q += a(tt.compressedSize, 4), q += a(tt.uncompressedSize, 4), q += a(F.length, 2), q += a(P.length, 2), { fileRecord: _.LOCAL_FILE_HEADER + q + F + P, dirRecord: _.CENTRAL_FILE_HEADER + a(J, 2) + q + a(Z.length, 2) + "\0\0\0\0" + a(I, 4) + a(c, 4) + F + P + Z };
152
+ \0`, q += a(T, 2), q += D.magic, q += a(y, 2), q += a(x, 2), q += a(tt.crc32, 4), q += a(tt.compressedSize, 4), q += a(tt.uncompressedSize, 4), q += a(F.length, 2), q += a(P.length, 2), { fileRecord: _.LOCAL_FILE_HEADER + q + F + P, dirRecord: _.CENTRAL_FILE_HEADER + a(J, 2) + q + a(M.length, 2) + "\0\0\0\0" + a(I, 4) + a(c, 4) + F + P + M };
153
153
  }
154
- var r = p("../utils"), l = p("../stream/GenericWorker"), g = p("../utf8"), y = p("../crc32"), _ = p("../signature");
154
+ var r = p("../utils"), l = p("../stream/GenericWorker"), g = p("../utf8"), w = p("../crc32"), _ = p("../signature");
155
155
  function b(i, d, n, c) {
156
156
  l.call(this, "ZipFileWorker"), this.bytesWritten = 0, this.zipComment = d, this.zipPlatform = n, this.encodeFileName = c, this.streamFiles = i, this.accumulate = !1, this.contentBuffer = [], this.dirRecords = [], this.currentSourceOffset = 0, this.entriesCount = 0, this.currentFile = null, this._sources = [];
157
157
  }
@@ -175,9 +175,9 @@ https://github.com/nodeca/pako/blob/main/LICENSE
175
175
  this.currentFile = null;
176
176
  }, b.prototype.flush = function() {
177
177
  for (var i = this.bytesWritten, d = 0; d < this.dirRecords.length; d++) this.push({ data: this.dirRecords[d], meta: { percent: 100 } });
178
- var n = this.bytesWritten - i, c = function(s, m, w, x, S) {
178
+ var n = this.bytesWritten - i, c = function(s, m, y, x, S) {
179
179
  var D = r.transformTo("string", S(x));
180
- return _.CENTRAL_DIRECTORY_END + "\0\0\0\0" + a(s, 2) + a(s, 2) + a(m, 4) + a(w, 4) + a(D.length, 2) + D;
180
+ return _.CENTRAL_DIRECTORY_END + "\0\0\0\0" + a(s, 2) + a(s, 2) + a(m, 4) + a(y, 4) + a(D.length, 2) + D;
181
181
  }(this.dirRecords.length, n, i, this.zipComment, this.encodeFileName);
182
182
  this.push({ data: c, meta: { percent: 100 } });
183
183
  }, b.prototype.prepareNextSource = function() {
@@ -209,21 +209,21 @@ https://github.com/nodeca/pako/blob/main/LICENSE
209
209
  }, { "../crc32": 4, "../signature": 23, "../stream/GenericWorker": 28, "../utf8": 31, "../utils": 32 }], 9: [function(p, A, v) {
210
210
  var a = p("../compressions"), o = p("./ZipFileWorker");
211
211
  v.generateWorker = function(r, l, g) {
212
- var y = new o(l.streamFiles, g, l.platform, l.encodeFileName), _ = 0;
212
+ var w = new o(l.streamFiles, g, l.platform, l.encodeFileName), _ = 0;
213
213
  try {
214
214
  r.forEach(function(b, i) {
215
215
  _++;
216
- var d = function(m, w) {
217
- var x = m || w, S = a[x];
216
+ var d = function(m, y) {
217
+ var x = m || y, S = a[x];
218
218
  if (!S) throw new Error(x + " is not a valid compression method !");
219
219
  return S;
220
220
  }(i.options.compression, l.compression), n = i.options.compressionOptions || l.compressionOptions || {}, c = i.dir, s = i.date;
221
- i._compressWorker(d, n).withStreamInfo("file", { name: b, dir: c, date: s, comment: i.comment || "", unixPermissions: i.unixPermissions, dosPermissions: i.dosPermissions }).pipe(y);
222
- }), y.entriesCount = _;
221
+ i._compressWorker(d, n).withStreamInfo("file", { name: b, dir: c, date: s, comment: i.comment || "", unixPermissions: i.unixPermissions, dosPermissions: i.dosPermissions }).pipe(w);
222
+ }), w.entriesCount = _;
223
223
  } catch (b) {
224
- y.error(b);
224
+ w.error(b);
225
225
  }
226
- return y;
226
+ return w;
227
227
  };
228
228
  }, { "../compressions": 3, "./ZipFileWorker": 8 }], 10: [function(p, A, v) {
229
229
  function a() {
@@ -239,7 +239,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
239
239
  return new a().loadAsync(o, r);
240
240
  }, a.external = p("./external"), A.exports = a;
241
241
  }, { "./defaults": 5, "./external": 6, "./load": 11, "./object": 15, "./support": 30 }], 11: [function(p, A, v) {
242
- var a = p("./utils"), o = p("./external"), r = p("./utf8"), l = p("./zipEntries"), g = p("./stream/Crc32Probe"), y = p("./nodejsUtils");
242
+ var a = p("./utils"), o = p("./external"), r = p("./utf8"), l = p("./zipEntries"), g = p("./stream/Crc32Probe"), w = p("./nodejsUtils");
243
243
  function _(b) {
244
244
  return new o.Promise(function(i, d) {
245
245
  var n = b.decompressed.getContentWorker().pipe(new g());
@@ -252,7 +252,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
252
252
  }
253
253
  A.exports = function(b, i) {
254
254
  var d = this;
255
- return i = a.extend(i || {}, { base64: !1, checkCRC32: !1, optimizedBinaryString: !1, createFolders: !1, decodeFileName: r.utf8decode }), y.isNode && y.isStream(b) ? o.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")) : a.prepareContent("the loaded zip file", b, !0, i.optimizedBinaryString, i.base64).then(function(n) {
255
+ return i = a.extend(i || {}, { base64: !1, checkCRC32: !1, optimizedBinaryString: !1, createFolders: !1, decodeFileName: r.utf8decode }), w.isNode && w.isStream(b) ? o.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")) : a.prepareContent("the loaded zip file", b, !0, i.optimizedBinaryString, i.base64).then(function(n) {
256
256
  var c = new l(i);
257
257
  return c.load(n), c;
258
258
  }).then(function(n) {
@@ -261,8 +261,8 @@ https://github.com/nodeca/pako/blob/main/LICENSE
261
261
  return o.Promise.all(c);
262
262
  }).then(function(n) {
263
263
  for (var c = n.shift(), s = c.files, m = 0; m < s.length; m++) {
264
- var w = s[m], x = w.fileNameStr, S = a.resolve(w.fileNameStr);
265
- d.file(S, w.decompressed, { binary: !0, optimizedBinaryString: !0, date: w.date, dir: w.dir, comment: w.fileCommentStr.length ? w.fileCommentStr : null, unixPermissions: w.unixPermissions, dosPermissions: w.dosPermissions, createFolders: i.createFolders }), w.dir || (d.file(S).unsafeOriginalName = x);
264
+ var y = s[m], x = y.fileNameStr, S = a.resolve(y.fileNameStr);
265
+ d.file(S, y.decompressed, { binary: !0, optimizedBinaryString: !0, date: y.date, dir: y.dir, comment: y.fileCommentStr.length ? y.fileCommentStr : null, unixPermissions: y.unixPermissions, dosPermissions: y.dosPermissions, createFolders: i.createFolders }), y.dir || (d.file(S).unsafeOriginalName = x);
266
266
  }
267
267
  return c.zipComment.length && (d.comment = c.zipComment), d;
268
268
  });
@@ -274,10 +274,10 @@ https://github.com/nodeca/pako/blob/main/LICENSE
274
274
  }
275
275
  a.inherits(r, o), r.prototype._bindStream = function(l) {
276
276
  var g = this;
277
- (this._stream = l).pause(), l.on("data", function(y) {
278
- g.push({ data: y, meta: { percent: 0 } });
279
- }).on("error", function(y) {
280
- g.isPaused ? this.generatedError = y : g.error(y);
277
+ (this._stream = l).pause(), l.on("data", function(w) {
278
+ g.push({ data: w, meta: { percent: 0 } });
279
+ }).on("error", function(w) {
280
+ g.isPaused ? this.generatedError = w : g.error(w);
281
281
  }).on("end", function() {
282
282
  g.isPaused ? g._upstreamEnded = !0 : g.end();
283
283
  });
@@ -290,13 +290,13 @@ https://github.com/nodeca/pako/blob/main/LICENSE
290
290
  var a = p("readable-stream").Readable;
291
291
  function o(r, l, g) {
292
292
  a.call(this, l), this._helper = r;
293
- var y = this;
293
+ var w = this;
294
294
  r.on("data", function(_, b) {
295
- y.push(_) || y._helper.pause(), g && g(b);
295
+ w.push(_) || w._helper.pause(), g && g(b);
296
296
  }).on("error", function(_) {
297
- y.emit("error", _);
297
+ w.emit("error", _);
298
298
  }).on("end", function() {
299
- y.push(null);
299
+ w.push(null);
300
300
  });
301
301
  }
302
302
  p("../utils").inherits(o, a), o.prototype._read = function() {
@@ -317,76 +317,76 @@ https://github.com/nodeca/pako/blob/main/LICENSE
317
317
  return a && typeof a.on == "function" && typeof a.pause == "function" && typeof a.resume == "function";
318
318
  } };
319
319
  }, {}], 15: [function(p, A, v) {
320
- function a(S, D, C) {
321
- var F, E = r.getTypeOf(D), z = r.extend(C || {}, y);
322
- z.date = z.date || /* @__PURE__ */ new Date(), z.compression !== null && (z.compression = z.compression.toUpperCase()), typeof z.unixPermissions == "string" && (z.unixPermissions = parseInt(z.unixPermissions, 8)), z.unixPermissions && 16384 & z.unixPermissions && (z.dir = !0), z.dosPermissions && 16 & z.dosPermissions && (z.dir = !0), z.dir && (S = s(S)), z.createFolders && (F = c(S)) && m.call(this, F, !0);
323
- var Z = E === "string" && z.binary === !1 && z.base64 === !1;
324
- C && C.binary !== void 0 || (z.binary = !Z), (D instanceof _ && D.uncompressedSize === 0 || z.dir || !D || D.length === 0) && (z.base64 = !1, z.binary = !0, D = "", z.compression = "STORE", E = "string");
320
+ function a(S, D, z) {
321
+ var F, E = r.getTypeOf(D), C = r.extend(z || {}, w);
322
+ C.date = C.date || /* @__PURE__ */ new Date(), C.compression !== null && (C.compression = C.compression.toUpperCase()), typeof C.unixPermissions == "string" && (C.unixPermissions = parseInt(C.unixPermissions, 8)), C.unixPermissions && 16384 & C.unixPermissions && (C.dir = !0), C.dosPermissions && 16 & C.dosPermissions && (C.dir = !0), C.dir && (S = s(S)), C.createFolders && (F = c(S)) && m.call(this, F, !0);
323
+ var M = E === "string" && C.binary === !1 && C.base64 === !1;
324
+ z && z.binary !== void 0 || (C.binary = !M), (D instanceof _ && D.uncompressedSize === 0 || C.dir || !D || D.length === 0) && (C.base64 = !1, C.binary = !0, D = "", C.compression = "STORE", E = "string");
325
325
  var h = null;
326
- h = D instanceof _ || D instanceof l ? D : d.isNode && d.isStream(D) ? new n(S, D) : r.prepareContent(S, D, z.binary, z.optimizedBinaryString, z.base64);
327
- var B = new b(S, h, z);
326
+ h = D instanceof _ || D instanceof l ? D : d.isNode && d.isStream(D) ? new n(S, D) : r.prepareContent(S, D, C.binary, C.optimizedBinaryString, C.base64);
327
+ var B = new b(S, h, C);
328
328
  this.files[S] = B;
329
329
  }
330
- var o = p("./utf8"), r = p("./utils"), l = p("./stream/GenericWorker"), g = p("./stream/StreamHelper"), y = p("./defaults"), _ = p("./compressedObject"), b = p("./zipObject"), i = p("./generate"), d = p("./nodejsUtils"), n = p("./nodejs/NodejsStreamInputAdapter"), c = function(S) {
330
+ var o = p("./utf8"), r = p("./utils"), l = p("./stream/GenericWorker"), g = p("./stream/StreamHelper"), w = p("./defaults"), _ = p("./compressedObject"), b = p("./zipObject"), i = p("./generate"), d = p("./nodejsUtils"), n = p("./nodejs/NodejsStreamInputAdapter"), c = function(S) {
331
331
  S.slice(-1) === "/" && (S = S.substring(0, S.length - 1));
332
332
  var D = S.lastIndexOf("/");
333
333
  return 0 < D ? S.substring(0, D) : "";
334
334
  }, s = function(S) {
335
335
  return S.slice(-1) !== "/" && (S += "/"), S;
336
336
  }, m = function(S, D) {
337
- return D = D !== void 0 ? D : y.createFolders, S = s(S), this.files[S] || a.call(this, S, null, { dir: !0, createFolders: D }), this.files[S];
337
+ return D = D !== void 0 ? D : w.createFolders, S = s(S), this.files[S] || a.call(this, S, null, { dir: !0, createFolders: D }), this.files[S];
338
338
  };
339
- function w(S) {
339
+ function y(S) {
340
340
  return Object.prototype.toString.call(S) === "[object RegExp]";
341
341
  }
342
342
  var x = { load: function() {
343
343
  throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.");
344
344
  }, forEach: function(S) {
345
- var D, C, F;
346
- for (D in this.files) F = this.files[D], (C = D.slice(this.root.length, D.length)) && D.slice(0, this.root.length) === this.root && S(C, F);
345
+ var D, z, F;
346
+ for (D in this.files) F = this.files[D], (z = D.slice(this.root.length, D.length)) && D.slice(0, this.root.length) === this.root && S(z, F);
347
347
  }, filter: function(S) {
348
348
  var D = [];
349
- return this.forEach(function(C, F) {
350
- S(C, F) && D.push(F);
349
+ return this.forEach(function(z, F) {
350
+ S(z, F) && D.push(F);
351
351
  }), D;
352
- }, file: function(S, D, C) {
353
- if (arguments.length !== 1) return S = this.root + S, a.call(this, S, D, C), this;
354
- if (w(S)) {
352
+ }, file: function(S, D, z) {
353
+ if (arguments.length !== 1) return S = this.root + S, a.call(this, S, D, z), this;
354
+ if (y(S)) {
355
355
  var F = S;
356
- return this.filter(function(z, Z) {
357
- return !Z.dir && F.test(z);
356
+ return this.filter(function(C, M) {
357
+ return !M.dir && F.test(C);
358
358
  });
359
359
  }
360
360
  var E = this.files[this.root + S];
361
361
  return E && !E.dir ? E : null;
362
362
  }, folder: function(S) {
363
363
  if (!S) return this;
364
- if (w(S)) return this.filter(function(E, z) {
365
- return z.dir && S.test(E);
364
+ if (y(S)) return this.filter(function(E, C) {
365
+ return C.dir && S.test(E);
366
366
  });
367
- var D = this.root + S, C = m.call(this, D), F = this.clone();
368
- return F.root = C.name, F;
367
+ var D = this.root + S, z = m.call(this, D), F = this.clone();
368
+ return F.root = z.name, F;
369
369
  }, remove: function(S) {
370
370
  S = this.root + S;
371
371
  var D = this.files[S];
372
372
  if (D || (S.slice(-1) !== "/" && (S += "/"), D = this.files[S]), D && !D.dir) delete this.files[S];
373
- else for (var C = this.filter(function(E, z) {
374
- return z.name.slice(0, S.length) === S;
375
- }), F = 0; F < C.length; F++) delete this.files[C[F].name];
373
+ else for (var z = this.filter(function(E, C) {
374
+ return C.name.slice(0, S.length) === S;
375
+ }), F = 0; F < z.length; F++) delete this.files[z[F].name];
376
376
  return this;
377
377
  }, generate: function() {
378
378
  throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.");
379
379
  }, generateInternalStream: function(S) {
380
- var D, C = {};
380
+ var D, z = {};
381
381
  try {
382
- if ((C = r.extend(S || {}, { streamFiles: !1, compression: "STORE", compressionOptions: null, type: "", platform: "DOS", comment: null, mimeType: "application/zip", encodeFileName: o.utf8encode })).type = C.type.toLowerCase(), C.compression = C.compression.toUpperCase(), C.type === "binarystring" && (C.type = "string"), !C.type) throw new Error("No output type specified.");
383
- r.checkSupport(C.type), C.platform !== "darwin" && C.platform !== "freebsd" && C.platform !== "linux" && C.platform !== "sunos" || (C.platform = "UNIX"), C.platform === "win32" && (C.platform = "DOS");
384
- var F = C.comment || this.comment || "";
385
- D = i.generateWorker(this, C, F);
382
+ if ((z = r.extend(S || {}, { streamFiles: !1, compression: "STORE", compressionOptions: null, type: "", platform: "DOS", comment: null, mimeType: "application/zip", encodeFileName: o.utf8encode })).type = z.type.toLowerCase(), z.compression = z.compression.toUpperCase(), z.type === "binarystring" && (z.type = "string"), !z.type) throw new Error("No output type specified.");
383
+ r.checkSupport(z.type), z.platform !== "darwin" && z.platform !== "freebsd" && z.platform !== "linux" && z.platform !== "sunos" || (z.platform = "UNIX"), z.platform === "win32" && (z.platform = "DOS");
384
+ var F = z.comment || this.comment || "";
385
+ D = i.generateWorker(this, z, F);
386
386
  } catch (E) {
387
387
  (D = new l("error")).error(E);
388
388
  }
389
- return new g(D, C.type || "string", C.mimeType);
389
+ return new g(D, z.type || "string", z.mimeType);
390
390
  }, generateAsync: function(S, D) {
391
391
  return this.generateInternalStream(S).accumulate(D);
392
392
  }, generateNodeStream: function(S, D) {
@@ -404,11 +404,11 @@ https://github.com/nodeca/pako/blob/main/LICENSE
404
404
  p("../utils").inherits(o, a), o.prototype.byteAt = function(r) {
405
405
  return this.data[this.zero + r];
406
406
  }, o.prototype.lastIndexOfSignature = function(r) {
407
- for (var l = r.charCodeAt(0), g = r.charCodeAt(1), y = r.charCodeAt(2), _ = r.charCodeAt(3), b = this.length - 4; 0 <= b; --b) if (this.data[b] === l && this.data[b + 1] === g && this.data[b + 2] === y && this.data[b + 3] === _) return b - this.zero;
407
+ for (var l = r.charCodeAt(0), g = r.charCodeAt(1), w = r.charCodeAt(2), _ = r.charCodeAt(3), b = this.length - 4; 0 <= b; --b) if (this.data[b] === l && this.data[b + 1] === g && this.data[b + 2] === w && this.data[b + 3] === _) return b - this.zero;
408
408
  return -1;
409
409
  }, o.prototype.readAndCheckSignature = function(r) {
410
- var l = r.charCodeAt(0), g = r.charCodeAt(1), y = r.charCodeAt(2), _ = r.charCodeAt(3), b = this.readData(4);
411
- return l === b[0] && g === b[1] && y === b[2] && _ === b[3];
410
+ var l = r.charCodeAt(0), g = r.charCodeAt(1), w = r.charCodeAt(2), _ = r.charCodeAt(3), b = this.readData(4);
411
+ return l === b[0] && g === b[1] && w === b[2] && _ === b[3];
412
412
  }, o.prototype.readData = function(r) {
413
413
  if (this.checkOffset(r), r === 0) return [];
414
414
  var l = this.data.slice(this.zero + this.index, this.zero + this.index + r);
@@ -478,10 +478,10 @@ https://github.com/nodeca/pako/blob/main/LICENSE
478
478
  return this.index += r, l;
479
479
  }, A.exports = o;
480
480
  }, { "../utils": 32, "./ArrayReader": 17 }], 22: [function(p, A, v) {
481
- var a = p("../utils"), o = p("../support"), r = p("./ArrayReader"), l = p("./StringReader"), g = p("./NodeBufferReader"), y = p("./Uint8ArrayReader");
481
+ var a = p("../utils"), o = p("../support"), r = p("./ArrayReader"), l = p("./StringReader"), g = p("./NodeBufferReader"), w = p("./Uint8ArrayReader");
482
482
  A.exports = function(_) {
483
483
  var b = a.getTypeOf(_);
484
- return a.checkSupport(b), b !== "string" || o.uint8array ? b === "nodebuffer" ? new g(_) : o.uint8array ? new y(a.transformTo("uint8array", _)) : new r(a.transformTo("array", _)) : new l(_);
484
+ return a.checkSupport(b), b !== "string" || o.uint8array ? b === "nodebuffer" ? new g(_) : o.uint8array ? new w(a.transformTo("uint8array", _)) : new r(a.transformTo("array", _)) : new l(_);
485
485
  };
486
486
  }, { "../support": 30, "../utils": 32, "./ArrayReader": 17, "./NodeBufferReader": 19, "./StringReader": 20, "./Uint8ArrayReader": 21 }], 23: [function(p, A, v) {
487
487
  v.LOCAL_FILE_HEADER = "PK", v.CENTRAL_FILE_HEADER = "PK", v.CENTRAL_DIRECTORY_END = "PK", v.ZIP64_CENTRAL_DIRECTORY_LOCATOR = "PK\x07", v.ZIP64_CENTRAL_DIRECTORY_END = "PK", v.DATA_DESCRIPTOR = "PK\x07\b";
@@ -518,10 +518,10 @@ https://github.com/nodeca/pako/blob/main/LICENSE
518
518
  function r(l) {
519
519
  o.call(this, "DataWorker");
520
520
  var g = this;
521
- this.dataIsReady = !1, this.index = 0, this.max = 0, this.data = null, this.type = "", this._tickScheduled = !1, l.then(function(y) {
522
- g.dataIsReady = !0, g.data = y, g.max = y && y.length || 0, g.type = a.getTypeOf(y), g.isPaused || g._tickAndRepeat();
523
- }, function(y) {
524
- g.error(y);
521
+ this.dataIsReady = !1, this.index = 0, this.max = 0, this.data = null, this.type = "", this._tickScheduled = !1, l.then(function(w) {
522
+ g.dataIsReady = !0, g.data = w, g.max = w && w.length || 0, g.type = a.getTypeOf(w), g.isPaused || g._tickAndRepeat();
523
+ }, function(w) {
524
+ g.error(w);
525
525
  });
526
526
  }
527
527
  a.inherits(r, o), r.prototype.cleanUp = function() {
@@ -604,49 +604,49 @@ https://github.com/nodeca/pako/blob/main/LICENSE
604
604
  return this.previous ? this.previous + " -> " + o : o;
605
605
  } }, A.exports = a;
606
606
  }, {}], 29: [function(p, A, v) {
607
- var a = p("../utils"), o = p("./ConvertWorker"), r = p("./GenericWorker"), l = p("../base64"), g = p("../support"), y = p("../external"), _ = null;
607
+ var a = p("../utils"), o = p("./ConvertWorker"), r = p("./GenericWorker"), l = p("../base64"), g = p("../support"), w = p("../external"), _ = null;
608
608
  if (g.nodestream) try {
609
609
  _ = p("../nodejs/NodejsStreamOutputAdapter");
610
610
  } catch {
611
611
  }
612
612
  function b(d, n) {
613
- return new y.Promise(function(c, s) {
614
- var m = [], w = d._internalType, x = d._outputType, S = d._mimeType;
615
- d.on("data", function(D, C) {
616
- m.push(D), n && n(C);
613
+ return new w.Promise(function(c, s) {
614
+ var m = [], y = d._internalType, x = d._outputType, S = d._mimeType;
615
+ d.on("data", function(D, z) {
616
+ m.push(D), n && n(z);
617
617
  }).on("error", function(D) {
618
618
  m = [], s(D);
619
619
  }).on("end", function() {
620
620
  try {
621
- var D = function(C, F, E) {
622
- switch (C) {
621
+ var D = function(z, F, E) {
622
+ switch (z) {
623
623
  case "blob":
624
624
  return a.newBlob(a.transformTo("arraybuffer", F), E);
625
625
  case "base64":
626
626
  return l.encode(F);
627
627
  default:
628
- return a.transformTo(C, F);
628
+ return a.transformTo(z, F);
629
629
  }
630
- }(x, function(C, F) {
631
- var E, z = 0, Z = null, h = 0;
630
+ }(x, function(z, F) {
631
+ var E, C = 0, M = null, h = 0;
632
632
  for (E = 0; E < F.length; E++) h += F[E].length;
633
- switch (C) {
633
+ switch (z) {
634
634
  case "string":
635
635
  return F.join("");
636
636
  case "array":
637
637
  return Array.prototype.concat.apply([], F);
638
638
  case "uint8array":
639
- for (Z = new Uint8Array(h), E = 0; E < F.length; E++) Z.set(F[E], z), z += F[E].length;
640
- return Z;
639
+ for (M = new Uint8Array(h), E = 0; E < F.length; E++) M.set(F[E], C), C += F[E].length;
640
+ return M;
641
641
  case "nodebuffer":
642
642
  return Buffer.concat(F);
643
643
  default:
644
- throw new Error("concat : unsupported type '" + C + "'");
644
+ throw new Error("concat : unsupported type '" + z + "'");
645
645
  }
646
- }(w, m), S);
646
+ }(y, m), S);
647
647
  c(D);
648
- } catch (C) {
649
- s(C);
648
+ } catch (z) {
649
+ s(z);
650
650
  }
651
651
  m = [];
652
652
  }).resume();
@@ -706,7 +706,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
706
706
  v.nodestream = !1;
707
707
  }
708
708
  }, { "readable-stream": 16 }], 31: [function(p, A, v) {
709
- for (var a = p("./utils"), o = p("./support"), r = p("./nodejsUtils"), l = p("./stream/GenericWorker"), g = new Array(256), y = 0; y < 256; y++) g[y] = 252 <= y ? 6 : 248 <= y ? 5 : 240 <= y ? 4 : 224 <= y ? 3 : 192 <= y ? 2 : 1;
709
+ for (var a = p("./utils"), o = p("./support"), r = p("./nodejsUtils"), l = p("./stream/GenericWorker"), g = new Array(256), w = 0; w < 256; w++) g[w] = 252 <= w ? 6 : 248 <= w ? 5 : 240 <= w ? 4 : 224 <= w ? 3 : 192 <= w ? 2 : 1;
710
710
  g[254] = g[254] = 1;
711
711
  function _() {
712
712
  l.call(this, "utf-8 decode"), this.leftOver = null;
@@ -716,18 +716,18 @@ https://github.com/nodeca/pako/blob/main/LICENSE
716
716
  }
717
717
  v.utf8encode = function(i) {
718
718
  return o.nodebuffer ? r.newBufferFrom(i, "utf-8") : function(d) {
719
- var n, c, s, m, w, x = d.length, S = 0;
719
+ var n, c, s, m, y, x = d.length, S = 0;
720
720
  for (m = 0; m < x; m++) (64512 & (c = d.charCodeAt(m))) == 55296 && m + 1 < x && (64512 & (s = d.charCodeAt(m + 1))) == 56320 && (c = 65536 + (c - 55296 << 10) + (s - 56320), m++), S += c < 128 ? 1 : c < 2048 ? 2 : c < 65536 ? 3 : 4;
721
- for (n = o.uint8array ? new Uint8Array(S) : new Array(S), m = w = 0; w < S; m++) (64512 & (c = d.charCodeAt(m))) == 55296 && m + 1 < x && (64512 & (s = d.charCodeAt(m + 1))) == 56320 && (c = 65536 + (c - 55296 << 10) + (s - 56320), m++), c < 128 ? n[w++] = c : (c < 2048 ? n[w++] = 192 | c >>> 6 : (c < 65536 ? n[w++] = 224 | c >>> 12 : (n[w++] = 240 | c >>> 18, n[w++] = 128 | c >>> 12 & 63), n[w++] = 128 | c >>> 6 & 63), n[w++] = 128 | 63 & c);
721
+ for (n = o.uint8array ? new Uint8Array(S) : new Array(S), m = y = 0; y < S; m++) (64512 & (c = d.charCodeAt(m))) == 55296 && m + 1 < x && (64512 & (s = d.charCodeAt(m + 1))) == 56320 && (c = 65536 + (c - 55296 << 10) + (s - 56320), m++), c < 128 ? n[y++] = c : (c < 2048 ? n[y++] = 192 | c >>> 6 : (c < 65536 ? n[y++] = 224 | c >>> 12 : (n[y++] = 240 | c >>> 18, n[y++] = 128 | c >>> 12 & 63), n[y++] = 128 | c >>> 6 & 63), n[y++] = 128 | 63 & c);
722
722
  return n;
723
723
  }(i);
724
724
  }, v.utf8decode = function(i) {
725
725
  return o.nodebuffer ? a.transformTo("nodebuffer", i).toString("utf-8") : function(d) {
726
- var n, c, s, m, w = d.length, x = new Array(2 * w);
727
- for (n = c = 0; n < w; ) if ((s = d[n++]) < 128) x[c++] = s;
726
+ var n, c, s, m, y = d.length, x = new Array(2 * y);
727
+ for (n = c = 0; n < y; ) if ((s = d[n++]) < 128) x[c++] = s;
728
728
  else if (4 < (m = g[s])) x[c++] = 65533, n += m - 1;
729
729
  else {
730
- for (s &= m === 2 ? 31 : m === 3 ? 15 : 7; 1 < m && n < w; ) s = s << 6 | 63 & d[n++], m--;
730
+ for (s &= m === 2 ? 31 : m === 3 ? 15 : 7; 1 < m && n < y; ) s = s << 6 | 63 & d[n++], m--;
731
731
  1 < m ? x[c++] = 65533 : s < 65536 ? x[c++] = s : (s -= 65536, x[c++] = 55296 | s >> 10 & 1023, x[c++] = 56320 | 1023 & s);
732
732
  }
733
733
  return x.length !== c && (x.subarray ? x = x.subarray(0, c) : x.length = c), a.applyFromCharCode(x);
@@ -741,10 +741,10 @@ https://github.com/nodeca/pako/blob/main/LICENSE
741
741
  } else d = this.leftOver.concat(d);
742
742
  this.leftOver = null;
743
743
  }
744
- var c = function(m, w) {
744
+ var c = function(m, y) {
745
745
  var x;
746
- for ((w = w || m.length) > m.length && (w = m.length), x = w - 1; 0 <= x && (192 & m[x]) == 128; ) x--;
747
- return x < 0 || x === 0 ? w : x + g[m[x]] > w ? x : w;
746
+ for ((y = y || m.length) > m.length && (y = m.length), x = y - 1; 0 <= x && (192 & m[x]) == 128; ) x--;
747
+ return x < 0 || x === 0 ? y : x + g[m[x]] > y ? x : y;
748
748
  }(d), s = d;
749
749
  c !== d.length && (o.uint8array ? (s = d.subarray(0, c), this.leftOver = d.subarray(c, d.length)) : (s = d.slice(0, c), this.leftOver = d.slice(c, d.length))), this.push({ data: v.utf8decode(s), meta: i.meta });
750
750
  }, _.prototype.flush = function() {
@@ -757,7 +757,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
757
757
  function g(n) {
758
758
  return n;
759
759
  }
760
- function y(n, c) {
760
+ function w(n, c) {
761
761
  for (var s = 0; s < n.length; ++s) c[s] = 255 & n.charCodeAt(s);
762
762
  return c;
763
763
  }
@@ -775,9 +775,9 @@ https://github.com/nodeca/pako/blob/main/LICENSE
775
775
  }
776
776
  };
777
777
  var _ = { stringifyByChunk: function(n, c, s) {
778
- var m = [], w = 0, x = n.length;
778
+ var m = [], y = 0, x = n.length;
779
779
  if (x <= s) return String.fromCharCode.apply(null, n);
780
- for (; w < x; ) c === "array" || c === "nodebuffer" ? m.push(String.fromCharCode.apply(null, n.slice(w, Math.min(w + s, x)))) : m.push(String.fromCharCode.apply(null, n.subarray(w, Math.min(w + s, x)))), w += s;
780
+ for (; y < x; ) c === "array" || c === "nodebuffer" ? m.push(String.fromCharCode.apply(null, n.slice(y, Math.min(y + s, x)))) : m.push(String.fromCharCode.apply(null, n.subarray(y, Math.min(y + s, x)))), y += s;
781
781
  return m.join("");
782
782
  }, stringifyByChar: function(n) {
783
783
  for (var c = "", s = 0; s < n.length; s++) c += String.fromCharCode(n[s]);
@@ -811,13 +811,13 @@ https://github.com/nodeca/pako/blob/main/LICENSE
811
811
  v.applyFromCharCode = b;
812
812
  var d = {};
813
813
  d.string = { string: g, array: function(n) {
814
- return y(n, new Array(n.length));
814
+ return w(n, new Array(n.length));
815
815
  }, arraybuffer: function(n) {
816
816
  return d.string.uint8array(n).buffer;
817
817
  }, uint8array: function(n) {
818
- return y(n, new Uint8Array(n.length));
818
+ return w(n, new Uint8Array(n.length));
819
819
  }, nodebuffer: function(n) {
820
- return y(n, r.allocBuffer(n.length));
820
+ return w(n, r.allocBuffer(n.length));
821
821
  } }, d.array = { string: b, array: g, arraybuffer: function(n) {
822
822
  return new Uint8Array(n).buffer;
823
823
  }, uint8array: function(n) {
@@ -851,8 +851,8 @@ https://github.com/nodeca/pako/blob/main/LICENSE
851
851
  return d[s][n](c);
852
852
  }, v.resolve = function(n) {
853
853
  for (var c = n.split("/"), s = [], m = 0; m < c.length; m++) {
854
- var w = c[m];
855
- w === "." || w === "" && m !== 0 && m !== c.length - 1 || (w === ".." ? s.pop() : s.push(w));
854
+ var y = c[m];
855
+ y === "." || y === "" && m !== 0 && m !== c.length - 1 || (y === ".." ? s.pop() : s.push(y));
856
856
  }
857
857
  return s.join("/");
858
858
  }, v.getTypeOf = function(n) {
@@ -875,29 +875,29 @@ https://github.com/nodeca/pako/blob/main/LICENSE
875
875
  var n, c, s = {};
876
876
  for (n = 0; n < arguments.length; n++) for (c in arguments[n]) Object.prototype.hasOwnProperty.call(arguments[n], c) && s[c] === void 0 && (s[c] = arguments[n][c]);
877
877
  return s;
878
- }, v.prepareContent = function(n, c, s, m, w) {
878
+ }, v.prepareContent = function(n, c, s, m, y) {
879
879
  return l.Promise.resolve(c).then(function(x) {
880
880
  return a.blob && (x instanceof Blob || ["[object File]", "[object Blob]"].indexOf(Object.prototype.toString.call(x)) !== -1) && typeof FileReader < "u" ? new l.Promise(function(S, D) {
881
- var C = new FileReader();
882
- C.onload = function(F) {
881
+ var z = new FileReader();
882
+ z.onload = function(F) {
883
883
  S(F.target.result);
884
- }, C.onerror = function(F) {
884
+ }, z.onerror = function(F) {
885
885
  D(F.target.error);
886
- }, C.readAsArrayBuffer(x);
886
+ }, z.readAsArrayBuffer(x);
887
887
  }) : x;
888
888
  }).then(function(x) {
889
889
  var S = v.getTypeOf(x);
890
- return S ? (S === "arraybuffer" ? x = v.transformTo("uint8array", x) : S === "string" && (w ? x = o.decode(x) : s && m !== !0 && (x = function(D) {
891
- return y(D, a.uint8array ? new Uint8Array(D.length) : new Array(D.length));
890
+ return S ? (S === "arraybuffer" ? x = v.transformTo("uint8array", x) : S === "string" && (y ? x = o.decode(x) : s && m !== !0 && (x = function(D) {
891
+ return w(D, a.uint8array ? new Uint8Array(D.length) : new Array(D.length));
892
892
  }(x))), x) : l.Promise.reject(new Error("Can't read the data of '" + n + "'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"));
893
893
  });
894
894
  };
895
895
  }, { "./base64": 1, "./external": 6, "./nodejsUtils": 14, "./support": 30, setimmediate: 54 }], 33: [function(p, A, v) {
896
896
  var a = p("./reader/readerFor"), o = p("./utils"), r = p("./signature"), l = p("./zipEntry"), g = p("./support");
897
- function y(_) {
897
+ function w(_) {
898
898
  this.files = [], this.loadOptions = _;
899
899
  }
900
- y.prototype = { checkSignature: function(_) {
900
+ w.prototype = { checkSignature: function(_) {
901
901
  if (!this.reader.readAndCheckSignature(_)) {
902
902
  this.reader.index -= 4;
903
903
  var b = this.reader.readString(4);
@@ -943,9 +943,9 @@ https://github.com/nodeca/pako/blob/main/LICENSE
943
943
  this.reader = a(_);
944
944
  }, load: function(_) {
945
945
  this.prepareReader(_), this.readEndOfCentral(), this.readCentralDir(), this.readLocalFiles();
946
- } }, A.exports = y;
946
+ } }, A.exports = w;
947
947
  }, { "./reader/readerFor": 22, "./signature": 23, "./support": 30, "./utils": 32, "./zipEntry": 34 }], 34: [function(p, A, v) {
948
- var a = p("./reader/readerFor"), o = p("./utils"), r = p("./compressedObject"), l = p("./crc32"), g = p("./utf8"), y = p("./compressions"), _ = p("./support");
948
+ var a = p("./reader/readerFor"), o = p("./utils"), r = p("./compressedObject"), l = p("./crc32"), g = p("./utf8"), w = p("./compressions"), _ = p("./support");
949
949
  function b(i, d) {
950
950
  this.options = i, this.loadOptions = d;
951
951
  }
@@ -957,7 +957,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
957
957
  var d, n;
958
958
  if (i.skip(22), this.fileNameLength = i.readInt(2), n = i.readInt(2), this.fileName = i.readData(this.fileNameLength), i.skip(n), this.compressedSize === -1 || this.uncompressedSize === -1) throw new Error("Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)");
959
959
  if ((d = function(c) {
960
- for (var s in y) if (Object.prototype.hasOwnProperty.call(y, s) && y[s].magic === c) return y[s];
960
+ for (var s in w) if (Object.prototype.hasOwnProperty.call(w, s) && w[s].magic === c) return w[s];
961
961
  return null;
962
962
  }(this.compressionMethod)) === null) throw new Error("Corrupted zip : compression " + o.pretty(this.compressionMethod) + " unknown (inner file : " + o.transformTo("string", this.fileName) + ")");
963
963
  this.decompressed = new r(this.compressedSize, this.uncompressedSize, this.crc32, d, i.readData(this.compressedSize));
@@ -1015,7 +1015,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1015
1015
  function a(d, n, c) {
1016
1016
  this.name = d, this.dir = c.dir, this.date = c.date, this.comment = c.comment, this.unixPermissions = c.unixPermissions, this.dosPermissions = c.dosPermissions, this._data = n, this._dataBinary = c.binary, this.options = { compression: c.compression, compressionOptions: c.compressionOptions };
1017
1017
  }
1018
- var o = p("./stream/StreamHelper"), r = p("./stream/DataWorker"), l = p("./utf8"), g = p("./compressedObject"), y = p("./stream/GenericWorker");
1018
+ var o = p("./stream/StreamHelper"), r = p("./stream/DataWorker"), l = p("./utf8"), g = p("./compressedObject"), w = p("./stream/GenericWorker");
1019
1019
  a.prototype = { internalStream: function(d) {
1020
1020
  var n = null, c = "string";
1021
1021
  try {
@@ -1024,8 +1024,8 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1024
1024
  c !== "binarystring" && c !== "text" || (c = "string"), n = this._decompressWorker();
1025
1025
  var m = !this._dataBinary;
1026
1026
  m && !s && (n = n.pipe(new l.Utf8EncodeWorker())), !m && s && (n = n.pipe(new l.Utf8DecodeWorker()));
1027
- } catch (w) {
1028
- (n = new y("error")).error(w);
1027
+ } catch (y) {
1028
+ (n = new w("error")).error(y);
1029
1029
  }
1030
1030
  return new o(n, c, "");
1031
1031
  }, async: function(d, n) {
@@ -1037,7 +1037,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1037
1037
  var c = this._decompressWorker();
1038
1038
  return this._dataBinary || (c = c.pipe(new l.Utf8EncodeWorker())), g.createWorkerFrom(c, d, n);
1039
1039
  }, _decompressWorker: function() {
1040
- return this._data instanceof g ? this._data.getContentWorker() : this._data instanceof y ? this._data : new r(this._data);
1040
+ return this._data instanceof g ? this._data.getContentWorker() : this._data instanceof w ? this._data : new r(this._data);
1041
1041
  } };
1042
1042
  for (var _ = ["asText", "asBinary", "asNodeBuffer", "asUint8Array", "asArrayBuffer"], b = function() {
1043
1043
  throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.");
@@ -1047,8 +1047,8 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1047
1047
  (function(a) {
1048
1048
  var o, r, l = a.MutationObserver || a.WebKitMutationObserver;
1049
1049
  if (l) {
1050
- var g = 0, y = new l(d), _ = a.document.createTextNode("");
1051
- y.observe(_, { characterData: !0 }), o = function() {
1050
+ var g = 0, w = new l(d), _ = a.document.createTextNode("");
1051
+ w.observe(_, { characterData: !0 }), o = function() {
1052
1052
  _.data = g = ++g % 2;
1053
1053
  };
1054
1054
  } else if (a.setImmediate || a.MessageChannel === void 0) o = "document" in a && "onreadystatechange" in a.document.createElement("script") ? function() {
@@ -1083,19 +1083,19 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1083
1083
  var a = p("immediate");
1084
1084
  function o() {
1085
1085
  }
1086
- var r = {}, l = ["REJECTED"], g = ["FULFILLED"], y = ["PENDING"];
1086
+ var r = {}, l = ["REJECTED"], g = ["FULFILLED"], w = ["PENDING"];
1087
1087
  function _(s) {
1088
1088
  if (typeof s != "function") throw new TypeError("resolver must be a function");
1089
- this.state = y, this.queue = [], this.outcome = void 0, s !== o && n(this, s);
1089
+ this.state = w, this.queue = [], this.outcome = void 0, s !== o && n(this, s);
1090
1090
  }
1091
- function b(s, m, w) {
1092
- this.promise = s, typeof m == "function" && (this.onFulfilled = m, this.callFulfilled = this.otherCallFulfilled), typeof w == "function" && (this.onRejected = w, this.callRejected = this.otherCallRejected);
1091
+ function b(s, m, y) {
1092
+ this.promise = s, typeof m == "function" && (this.onFulfilled = m, this.callFulfilled = this.otherCallFulfilled), typeof y == "function" && (this.onRejected = y, this.callRejected = this.otherCallRejected);
1093
1093
  }
1094
- function i(s, m, w) {
1094
+ function i(s, m, y) {
1095
1095
  a(function() {
1096
1096
  var x;
1097
1097
  try {
1098
- x = m(w);
1098
+ x = m(y);
1099
1099
  } catch (S) {
1100
1100
  return r.reject(s, S);
1101
1101
  }
@@ -1109,12 +1109,12 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1109
1109
  };
1110
1110
  }
1111
1111
  function n(s, m) {
1112
- var w = !1;
1113
- function x(C) {
1114
- w || (w = !0, r.reject(s, C));
1112
+ var y = !1;
1113
+ function x(z) {
1114
+ y || (y = !0, r.reject(s, z));
1115
1115
  }
1116
- function S(C) {
1117
- w || (w = !0, r.resolve(s, C));
1116
+ function S(z) {
1117
+ y || (y = !0, r.resolve(s, z));
1118
1118
  }
1119
1119
  var D = c(function() {
1120
1120
  m(S, x);
@@ -1122,32 +1122,32 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1122
1122
  D.status === "error" && x(D.value);
1123
1123
  }
1124
1124
  function c(s, m) {
1125
- var w = {};
1125
+ var y = {};
1126
1126
  try {
1127
- w.value = s(m), w.status = "success";
1127
+ y.value = s(m), y.status = "success";
1128
1128
  } catch (x) {
1129
- w.status = "error", w.value = x;
1129
+ y.status = "error", y.value = x;
1130
1130
  }
1131
- return w;
1131
+ return y;
1132
1132
  }
1133
1133
  (A.exports = _).prototype.finally = function(s) {
1134
1134
  if (typeof s != "function") return this;
1135
1135
  var m = this.constructor;
1136
- return this.then(function(w) {
1136
+ return this.then(function(y) {
1137
1137
  return m.resolve(s()).then(function() {
1138
- return w;
1138
+ return y;
1139
1139
  });
1140
- }, function(w) {
1140
+ }, function(y) {
1141
1141
  return m.resolve(s()).then(function() {
1142
- throw w;
1142
+ throw y;
1143
1143
  });
1144
1144
  });
1145
1145
  }, _.prototype.catch = function(s) {
1146
1146
  return this.then(null, s);
1147
1147
  }, _.prototype.then = function(s, m) {
1148
1148
  if (typeof s != "function" && this.state === g || typeof m != "function" && this.state === l) return this;
1149
- var w = new this.constructor(o);
1150
- return this.state !== y ? i(w, this.state === g ? s : m, this.outcome) : this.queue.push(new b(w, s, m)), w;
1149
+ var y = new this.constructor(o);
1150
+ return this.state !== w ? i(y, this.state === g ? s : m, this.outcome) : this.queue.push(new b(y, s, m)), y;
1151
1151
  }, b.prototype.callFulfilled = function(s) {
1152
1152
  r.resolve(this.promise, s);
1153
1153
  }, b.prototype.otherCallFulfilled = function(s) {
@@ -1157,9 +1157,9 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1157
1157
  }, b.prototype.otherCallRejected = function(s) {
1158
1158
  i(this.promise, this.onRejected, s);
1159
1159
  }, r.resolve = function(s, m) {
1160
- var w = c(d, m);
1161
- if (w.status === "error") return r.reject(s, w.value);
1162
- var x = w.value;
1160
+ var y = c(d, m);
1161
+ if (y.status === "error") return r.reject(s, y.value);
1162
+ var x = y.value;
1163
1163
  if (x) n(s, x);
1164
1164
  else {
1165
1165
  s.state = g, s.outcome = m;
@@ -1168,7 +1168,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1168
1168
  return s;
1169
1169
  }, r.reject = function(s, m) {
1170
1170
  s.state = l, s.outcome = m;
1171
- for (var w = -1, x = s.queue.length; ++w < x; ) s.queue[w].callRejected(m);
1171
+ for (var y = -1, x = s.queue.length; ++y < x; ) s.queue[y].callRejected(m);
1172
1172
  return s;
1173
1173
  }, _.resolve = function(s) {
1174
1174
  return s instanceof this ? s : r.resolve(new this(o), s);
@@ -1178,13 +1178,13 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1178
1178
  }, _.all = function(s) {
1179
1179
  var m = this;
1180
1180
  if (Object.prototype.toString.call(s) !== "[object Array]") return this.reject(new TypeError("must be an array"));
1181
- var w = s.length, x = !1;
1182
- if (!w) return this.resolve([]);
1183
- for (var S = new Array(w), D = 0, C = -1, F = new this(o); ++C < w; ) E(s[C], C);
1181
+ var y = s.length, x = !1;
1182
+ if (!y) return this.resolve([]);
1183
+ for (var S = new Array(y), D = 0, z = -1, F = new this(o); ++z < y; ) E(s[z], z);
1184
1184
  return F;
1185
- function E(z, Z) {
1186
- m.resolve(z).then(function(h) {
1187
- S[Z] = h, ++D !== w || x || (x = !0, r.resolve(F, S));
1185
+ function E(C, M) {
1186
+ m.resolve(C).then(function(h) {
1187
+ S[M] = h, ++D !== y || x || (x = !0, r.resolve(F, S));
1188
1188
  }, function(h) {
1189
1189
  x || (x = !0, r.reject(F, h));
1190
1190
  });
@@ -1192,48 +1192,48 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1192
1192
  }, _.race = function(s) {
1193
1193
  var m = this;
1194
1194
  if (Object.prototype.toString.call(s) !== "[object Array]") return this.reject(new TypeError("must be an array"));
1195
- var w = s.length, x = !1;
1196
- if (!w) return this.resolve([]);
1197
- for (var S = -1, D = new this(o); ++S < w; ) C = s[S], m.resolve(C).then(function(F) {
1195
+ var y = s.length, x = !1;
1196
+ if (!y) return this.resolve([]);
1197
+ for (var S = -1, D = new this(o); ++S < y; ) z = s[S], m.resolve(z).then(function(F) {
1198
1198
  x || (x = !0, r.resolve(D, F));
1199
1199
  }, function(F) {
1200
1200
  x || (x = !0, r.reject(D, F));
1201
1201
  });
1202
- var C;
1202
+ var z;
1203
1203
  return D;
1204
1204
  };
1205
1205
  }, { immediate: 36 }], 38: [function(p, A, v) {
1206
1206
  var a = {};
1207
1207
  (0, p("./lib/utils/common").assign)(a, p("./lib/deflate"), p("./lib/inflate"), p("./lib/zlib/constants")), A.exports = a;
1208
1208
  }, { "./lib/deflate": 39, "./lib/inflate": 40, "./lib/utils/common": 41, "./lib/zlib/constants": 44 }], 39: [function(p, A, v) {
1209
- var a = p("./zlib/deflate"), o = p("./utils/common"), r = p("./utils/strings"), l = p("./zlib/messages"), g = p("./zlib/zstream"), y = Object.prototype.toString, _ = 0, b = -1, i = 0, d = 8;
1209
+ var a = p("./zlib/deflate"), o = p("./utils/common"), r = p("./utils/strings"), l = p("./zlib/messages"), g = p("./zlib/zstream"), w = Object.prototype.toString, _ = 0, b = -1, i = 0, d = 8;
1210
1210
  function n(s) {
1211
1211
  if (!(this instanceof n)) return new n(s);
1212
1212
  this.options = o.assign({ level: b, method: d, chunkSize: 16384, windowBits: 15, memLevel: 8, strategy: i, to: "" }, s || {});
1213
1213
  var m = this.options;
1214
1214
  m.raw && 0 < m.windowBits ? m.windowBits = -m.windowBits : m.gzip && 0 < m.windowBits && m.windowBits < 16 && (m.windowBits += 16), this.err = 0, this.msg = "", this.ended = !1, this.chunks = [], this.strm = new g(), this.strm.avail_out = 0;
1215
- var w = a.deflateInit2(this.strm, m.level, m.method, m.windowBits, m.memLevel, m.strategy);
1216
- if (w !== _) throw new Error(l[w]);
1215
+ var y = a.deflateInit2(this.strm, m.level, m.method, m.windowBits, m.memLevel, m.strategy);
1216
+ if (y !== _) throw new Error(l[y]);
1217
1217
  if (m.header && a.deflateSetHeader(this.strm, m.header), m.dictionary) {
1218
1218
  var x;
1219
- if (x = typeof m.dictionary == "string" ? r.string2buf(m.dictionary) : y.call(m.dictionary) === "[object ArrayBuffer]" ? new Uint8Array(m.dictionary) : m.dictionary, (w = a.deflateSetDictionary(this.strm, x)) !== _) throw new Error(l[w]);
1219
+ if (x = typeof m.dictionary == "string" ? r.string2buf(m.dictionary) : w.call(m.dictionary) === "[object ArrayBuffer]" ? new Uint8Array(m.dictionary) : m.dictionary, (y = a.deflateSetDictionary(this.strm, x)) !== _) throw new Error(l[y]);
1220
1220
  this._dict_set = !0;
1221
1221
  }
1222
1222
  }
1223
1223
  function c(s, m) {
1224
- var w = new n(m);
1225
- if (w.push(s, !0), w.err) throw w.msg || l[w.err];
1226
- return w.result;
1224
+ var y = new n(m);
1225
+ if (y.push(s, !0), y.err) throw y.msg || l[y.err];
1226
+ return y.result;
1227
1227
  }
1228
1228
  n.prototype.push = function(s, m) {
1229
- var w, x, S = this.strm, D = this.options.chunkSize;
1229
+ var y, x, S = this.strm, D = this.options.chunkSize;
1230
1230
  if (this.ended) return !1;
1231
- x = m === ~~m ? m : m === !0 ? 4 : 0, typeof s == "string" ? S.input = r.string2buf(s) : y.call(s) === "[object ArrayBuffer]" ? S.input = new Uint8Array(s) : S.input = s, S.next_in = 0, S.avail_in = S.input.length;
1231
+ x = m === ~~m ? m : m === !0 ? 4 : 0, typeof s == "string" ? S.input = r.string2buf(s) : w.call(s) === "[object ArrayBuffer]" ? S.input = new Uint8Array(s) : S.input = s, S.next_in = 0, S.avail_in = S.input.length;
1232
1232
  do {
1233
- if (S.avail_out === 0 && (S.output = new o.Buf8(D), S.next_out = 0, S.avail_out = D), (w = a.deflate(S, x)) !== 1 && w !== _) return this.onEnd(w), !(this.ended = !0);
1233
+ if (S.avail_out === 0 && (S.output = new o.Buf8(D), S.next_out = 0, S.avail_out = D), (y = a.deflate(S, x)) !== 1 && y !== _) return this.onEnd(y), !(this.ended = !0);
1234
1234
  S.avail_out !== 0 && (S.avail_in !== 0 || x !== 4 && x !== 2) || (this.options.to === "string" ? this.onData(r.buf2binstring(o.shrinkBuf(S.output, S.next_out))) : this.onData(o.shrinkBuf(S.output, S.next_out)));
1235
- } while ((0 < S.avail_in || S.avail_out === 0) && w !== 1);
1236
- return x === 4 ? (w = a.deflateEnd(this.strm), this.onEnd(w), this.ended = !0, w === _) : x !== 2 || (this.onEnd(_), !(S.avail_out = 0));
1235
+ } while ((0 < S.avail_in || S.avail_out === 0) && y !== 1);
1236
+ return x === 4 ? (y = a.deflateEnd(this.strm), this.onEnd(y), this.ended = !0, y === _) : x !== 2 || (this.onEnd(_), !(S.avail_out = 0));
1237
1237
  }, n.prototype.onData = function(s) {
1238
1238
  this.chunks.push(s);
1239
1239
  }, n.prototype.onEnd = function(s) {
@@ -1244,12 +1244,12 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1244
1244
  return (m = m || {}).gzip = !0, c(s, m);
1245
1245
  };
1246
1246
  }, { "./utils/common": 41, "./utils/strings": 42, "./zlib/deflate": 46, "./zlib/messages": 51, "./zlib/zstream": 53 }], 40: [function(p, A, v) {
1247
- var a = p("./zlib/inflate"), o = p("./utils/common"), r = p("./utils/strings"), l = p("./zlib/constants"), g = p("./zlib/messages"), y = p("./zlib/zstream"), _ = p("./zlib/gzheader"), b = Object.prototype.toString;
1247
+ var a = p("./zlib/inflate"), o = p("./utils/common"), r = p("./utils/strings"), l = p("./zlib/constants"), g = p("./zlib/messages"), w = p("./zlib/zstream"), _ = p("./zlib/gzheader"), b = Object.prototype.toString;
1248
1248
  function i(n) {
1249
1249
  if (!(this instanceof i)) return new i(n);
1250
1250
  this.options = o.assign({ chunkSize: 16384, windowBits: 0, to: "" }, n || {});
1251
1251
  var c = this.options;
1252
- c.raw && 0 <= c.windowBits && c.windowBits < 16 && (c.windowBits = -c.windowBits, c.windowBits === 0 && (c.windowBits = -15)), !(0 <= c.windowBits && c.windowBits < 16) || n && n.windowBits || (c.windowBits += 32), 15 < c.windowBits && c.windowBits < 48 && !(15 & c.windowBits) && (c.windowBits |= 15), this.err = 0, this.msg = "", this.ended = !1, this.chunks = [], this.strm = new y(), this.strm.avail_out = 0;
1252
+ c.raw && 0 <= c.windowBits && c.windowBits < 16 && (c.windowBits = -c.windowBits, c.windowBits === 0 && (c.windowBits = -15)), !(0 <= c.windowBits && c.windowBits < 16) || n && n.windowBits || (c.windowBits += 32), 15 < c.windowBits && c.windowBits < 48 && !(15 & c.windowBits) && (c.windowBits |= 15), this.err = 0, this.msg = "", this.ended = !1, this.chunks = [], this.strm = new w(), this.strm.avail_out = 0;
1253
1253
  var s = a.inflateInit2(this.strm, c.windowBits);
1254
1254
  if (s !== l.Z_OK) throw new Error(g[s]);
1255
1255
  this.header = new _(), a.inflateGetHeader(this.strm, this.header);
@@ -1260,14 +1260,14 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1260
1260
  return s.result;
1261
1261
  }
1262
1262
  i.prototype.push = function(n, c) {
1263
- var s, m, w, x, S, D, C = this.strm, F = this.options.chunkSize, E = this.options.dictionary, z = !1;
1263
+ var s, m, y, x, S, D, z = this.strm, F = this.options.chunkSize, E = this.options.dictionary, C = !1;
1264
1264
  if (this.ended) return !1;
1265
- m = c === ~~c ? c : c === !0 ? l.Z_FINISH : l.Z_NO_FLUSH, typeof n == "string" ? C.input = r.binstring2buf(n) : b.call(n) === "[object ArrayBuffer]" ? C.input = new Uint8Array(n) : C.input = n, C.next_in = 0, C.avail_in = C.input.length;
1265
+ m = c === ~~c ? c : c === !0 ? l.Z_FINISH : l.Z_NO_FLUSH, typeof n == "string" ? z.input = r.binstring2buf(n) : b.call(n) === "[object ArrayBuffer]" ? z.input = new Uint8Array(n) : z.input = n, z.next_in = 0, z.avail_in = z.input.length;
1266
1266
  do {
1267
- if (C.avail_out === 0 && (C.output = new o.Buf8(F), C.next_out = 0, C.avail_out = F), (s = a.inflate(C, l.Z_NO_FLUSH)) === l.Z_NEED_DICT && E && (D = typeof E == "string" ? r.string2buf(E) : b.call(E) === "[object ArrayBuffer]" ? new Uint8Array(E) : E, s = a.inflateSetDictionary(this.strm, D)), s === l.Z_BUF_ERROR && z === !0 && (s = l.Z_OK, z = !1), s !== l.Z_STREAM_END && s !== l.Z_OK) return this.onEnd(s), !(this.ended = !0);
1268
- C.next_out && (C.avail_out !== 0 && s !== l.Z_STREAM_END && (C.avail_in !== 0 || m !== l.Z_FINISH && m !== l.Z_SYNC_FLUSH) || (this.options.to === "string" ? (w = r.utf8border(C.output, C.next_out), x = C.next_out - w, S = r.buf2string(C.output, w), C.next_out = x, C.avail_out = F - x, x && o.arraySet(C.output, C.output, w, x, 0), this.onData(S)) : this.onData(o.shrinkBuf(C.output, C.next_out)))), C.avail_in === 0 && C.avail_out === 0 && (z = !0);
1269
- } while ((0 < C.avail_in || C.avail_out === 0) && s !== l.Z_STREAM_END);
1270
- return s === l.Z_STREAM_END && (m = l.Z_FINISH), m === l.Z_FINISH ? (s = a.inflateEnd(this.strm), this.onEnd(s), this.ended = !0, s === l.Z_OK) : m !== l.Z_SYNC_FLUSH || (this.onEnd(l.Z_OK), !(C.avail_out = 0));
1267
+ if (z.avail_out === 0 && (z.output = new o.Buf8(F), z.next_out = 0, z.avail_out = F), (s = a.inflate(z, l.Z_NO_FLUSH)) === l.Z_NEED_DICT && E && (D = typeof E == "string" ? r.string2buf(E) : b.call(E) === "[object ArrayBuffer]" ? new Uint8Array(E) : E, s = a.inflateSetDictionary(this.strm, D)), s === l.Z_BUF_ERROR && C === !0 && (s = l.Z_OK, C = !1), s !== l.Z_STREAM_END && s !== l.Z_OK) return this.onEnd(s), !(this.ended = !0);
1268
+ z.next_out && (z.avail_out !== 0 && s !== l.Z_STREAM_END && (z.avail_in !== 0 || m !== l.Z_FINISH && m !== l.Z_SYNC_FLUSH) || (this.options.to === "string" ? (y = r.utf8border(z.output, z.next_out), x = z.next_out - y, S = r.buf2string(z.output, y), z.next_out = x, z.avail_out = F - x, x && o.arraySet(z.output, z.output, y, x, 0), this.onData(S)) : this.onData(o.shrinkBuf(z.output, z.next_out)))), z.avail_in === 0 && z.avail_out === 0 && (C = !0);
1269
+ } while ((0 < z.avail_in || z.avail_out === 0) && s !== l.Z_STREAM_END);
1270
+ return s === l.Z_STREAM_END && (m = l.Z_FINISH), m === l.Z_FINISH ? (s = a.inflateEnd(this.strm), this.onEnd(s), this.ended = !0, s === l.Z_OK) : m !== l.Z_SYNC_FLUSH || (this.onEnd(l.Z_OK), !(z.avail_out = 0));
1271
1271
  }, i.prototype.onData = function(n) {
1272
1272
  this.chunks.push(n);
1273
1273
  }, i.prototype.onEnd = function(n) {
@@ -1279,26 +1279,26 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1279
1279
  var a = typeof Uint8Array < "u" && typeof Uint16Array < "u" && typeof Int32Array < "u";
1280
1280
  v.assign = function(l) {
1281
1281
  for (var g = Array.prototype.slice.call(arguments, 1); g.length; ) {
1282
- var y = g.shift();
1283
- if (y) {
1284
- if (typeof y != "object") throw new TypeError(y + "must be non-object");
1285
- for (var _ in y) y.hasOwnProperty(_) && (l[_] = y[_]);
1282
+ var w = g.shift();
1283
+ if (w) {
1284
+ if (typeof w != "object") throw new TypeError(w + "must be non-object");
1285
+ for (var _ in w) w.hasOwnProperty(_) && (l[_] = w[_]);
1286
1286
  }
1287
1287
  }
1288
1288
  return l;
1289
1289
  }, v.shrinkBuf = function(l, g) {
1290
1290
  return l.length === g ? l : l.subarray ? l.subarray(0, g) : (l.length = g, l);
1291
1291
  };
1292
- var o = { arraySet: function(l, g, y, _, b) {
1293
- if (g.subarray && l.subarray) l.set(g.subarray(y, y + _), b);
1294
- else for (var i = 0; i < _; i++) l[b + i] = g[y + i];
1292
+ var o = { arraySet: function(l, g, w, _, b) {
1293
+ if (g.subarray && l.subarray) l.set(g.subarray(w, w + _), b);
1294
+ else for (var i = 0; i < _; i++) l[b + i] = g[w + i];
1295
1295
  }, flattenChunks: function(l) {
1296
- var g, y, _, b, i, d;
1297
- for (g = _ = 0, y = l.length; g < y; g++) _ += l[g].length;
1298
- for (d = new Uint8Array(_), g = b = 0, y = l.length; g < y; g++) i = l[g], d.set(i, b), b += i.length;
1296
+ var g, w, _, b, i, d;
1297
+ for (g = _ = 0, w = l.length; g < w; g++) _ += l[g].length;
1298
+ for (d = new Uint8Array(_), g = b = 0, w = l.length; g < w; g++) i = l[g], d.set(i, b), b += i.length;
1299
1299
  return d;
1300
- } }, r = { arraySet: function(l, g, y, _, b) {
1301
- for (var i = 0; i < _; i++) l[b + i] = g[y + i];
1300
+ } }, r = { arraySet: function(l, g, w, _, b) {
1301
+ for (var i = 0; i < _; i++) l[b + i] = g[w + i];
1302
1302
  }, flattenChunks: function(l) {
1303
1303
  return [].concat.apply([], l);
1304
1304
  } };
@@ -1318,7 +1318,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1318
1318
  r = !1;
1319
1319
  }
1320
1320
  for (var l = new a.Buf8(256), g = 0; g < 256; g++) l[g] = 252 <= g ? 6 : 248 <= g ? 5 : 240 <= g ? 4 : 224 <= g ? 3 : 192 <= g ? 2 : 1;
1321
- function y(_, b) {
1321
+ function w(_, b) {
1322
1322
  if (b < 65537 && (_.subarray && r || !_.subarray && o)) return String.fromCharCode.apply(null, a.shrinkBuf(_, b));
1323
1323
  for (var i = "", d = 0; d < b; d++) i += String.fromCharCode(_[d]);
1324
1324
  return i;
@@ -1329,7 +1329,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1329
1329
  for (b = new a.Buf8(m), n = c = 0; c < m; n++) (64512 & (i = _.charCodeAt(n))) == 55296 && n + 1 < s && (64512 & (d = _.charCodeAt(n + 1))) == 56320 && (i = 65536 + (i - 55296 << 10) + (d - 56320), n++), i < 128 ? b[c++] = i : (i < 2048 ? b[c++] = 192 | i >>> 6 : (i < 65536 ? b[c++] = 224 | i >>> 12 : (b[c++] = 240 | i >>> 18, b[c++] = 128 | i >>> 12 & 63), b[c++] = 128 | i >>> 6 & 63), b[c++] = 128 | 63 & i);
1330
1330
  return b;
1331
1331
  }, v.buf2binstring = function(_) {
1332
- return y(_, _.length);
1332
+ return w(_, _.length);
1333
1333
  }, v.binstring2buf = function(_) {
1334
1334
  for (var b = new a.Buf8(_.length), i = 0, d = b.length; i < d; i++) b[i] = _.charCodeAt(i);
1335
1335
  return b;
@@ -1341,7 +1341,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1341
1341
  for (n &= c === 2 ? 31 : c === 3 ? 15 : 7; 1 < c && i < s; ) n = n << 6 | 63 & _[i++], c--;
1342
1342
  1 < c ? m[d++] = 65533 : n < 65536 ? m[d++] = n : (n -= 65536, m[d++] = 55296 | n >> 10 & 1023, m[d++] = 56320 | 1023 & n);
1343
1343
  }
1344
- return y(m, d);
1344
+ return w(m, d);
1345
1345
  }, v.utf8border = function(_, b) {
1346
1346
  var i;
1347
1347
  for ((b = b || _.length) > _.length && (b = _.length), i = b - 1; 0 <= i && (192 & _[i]) == 128; ) i--;
@@ -1349,11 +1349,11 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1349
1349
  };
1350
1350
  }, { "./common": 41 }], 43: [function(p, A, v) {
1351
1351
  A.exports = function(a, o, r, l) {
1352
- for (var g = 65535 & a | 0, y = a >>> 16 & 65535 | 0, _ = 0; r !== 0; ) {
1353
- for (r -= _ = 2e3 < r ? 2e3 : r; y = y + (g = g + o[l++] | 0) | 0, --_; ) ;
1354
- g %= 65521, y %= 65521;
1352
+ for (var g = 65535 & a | 0, w = a >>> 16 & 65535 | 0, _ = 0; r !== 0; ) {
1353
+ for (r -= _ = 2e3 < r ? 2e3 : r; w = w + (g = g + o[l++] | 0) | 0, --_; ) ;
1354
+ g %= 65521, w %= 65521;
1355
1355
  }
1356
- return g | y << 16 | 0;
1356
+ return g | w << 16 | 0;
1357
1357
  };
1358
1358
  }, {}], 44: [function(p, A, v) {
1359
1359
  A.exports = { Z_NO_FLUSH: 0, Z_PARTIAL_FLUSH: 1, Z_SYNC_FLUSH: 2, Z_FULL_FLUSH: 3, Z_FINISH: 4, Z_BLOCK: 5, Z_TREES: 6, Z_OK: 0, Z_STREAM_END: 1, Z_NEED_DICT: 2, Z_ERRNO: -1, Z_STREAM_ERROR: -2, Z_DATA_ERROR: -3, Z_BUF_ERROR: -5, Z_NO_COMPRESSION: 0, Z_BEST_SPEED: 1, Z_BEST_COMPRESSION: 9, Z_DEFAULT_COMPRESSION: -1, Z_FILTERED: 1, Z_HUFFMAN_ONLY: 2, Z_RLE: 3, Z_FIXED: 4, Z_DEFAULT_STRATEGY: 0, Z_BINARY: 0, Z_TEXT: 1, Z_UNKNOWN: 2, Z_DEFLATED: 8 };
@@ -1367,15 +1367,15 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1367
1367
  return r;
1368
1368
  }();
1369
1369
  A.exports = function(o, r, l, g) {
1370
- var y = a, _ = g + l;
1370
+ var w = a, _ = g + l;
1371
1371
  o ^= -1;
1372
- for (var b = g; b < _; b++) o = o >>> 8 ^ y[255 & (o ^ r[b])];
1372
+ for (var b = g; b < _; b++) o = o >>> 8 ^ w[255 & (o ^ r[b])];
1373
1373
  return -1 ^ o;
1374
1374
  };
1375
1375
  }, {}], 46: [function(p, A, v) {
1376
- var a, o = p("../utils/common"), r = p("./trees"), l = p("./adler32"), g = p("./crc32"), y = p("./messages"), _ = 0, b = 4, i = 0, d = -2, n = -1, c = 4, s = 2, m = 8, w = 9, x = 286, S = 30, D = 19, C = 2 * x + 1, F = 15, E = 3, z = 258, Z = z + E + 1, h = 42, B = 113, e = 1, P = 2, V = 3, L = 4;
1376
+ var a, o = p("../utils/common"), r = p("./trees"), l = p("./adler32"), g = p("./crc32"), w = p("./messages"), _ = 0, b = 4, i = 0, d = -2, n = -1, c = 4, s = 2, m = 8, y = 9, x = 286, S = 30, D = 19, z = 2 * x + 1, F = 15, E = 3, C = 258, M = C + E + 1, h = 42, B = 113, e = 1, P = 2, K = 3, L = 4;
1377
1377
  function Q(t, N) {
1378
- return t.msg = y[N], N;
1378
+ return t.msg = w[N], N;
1379
1379
  }
1380
1380
  function W(t) {
1381
1381
  return (t << 1) - (4 < t ? 9 : 0);
@@ -1397,69 +1397,69 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1397
1397
  t.pending_buf[t.pending++] = N >>> 8 & 255, t.pending_buf[t.pending++] = 255 & N;
1398
1398
  }
1399
1399
  function G(t, N) {
1400
- var R, f, u = t.max_chain_length, k = t.strstart, U = t.prev_length, j = t.nice_match, O = t.strstart > t.w_size - Z ? t.strstart - (t.w_size - Z) : 0, M = t.window, $ = t.w_mask, H = t.prev, Y = t.strstart + z, at = M[k + U - 1], nt = M[k + U];
1400
+ var R, f, u = t.max_chain_length, k = t.strstart, U = t.prev_length, j = t.nice_match, O = t.strstart > t.w_size - M ? t.strstart - (t.w_size - M) : 0, Z = t.window, $ = t.w_mask, H = t.prev, Y = t.strstart + C, at = Z[k + U - 1], nt = Z[k + U];
1401
1401
  t.prev_length >= t.good_match && (u >>= 2), j > t.lookahead && (j = t.lookahead);
1402
1402
  do
1403
- if (M[(R = N) + U] === nt && M[R + U - 1] === at && M[R] === M[k] && M[++R] === M[k + 1]) {
1403
+ if (Z[(R = N) + U] === nt && Z[R + U - 1] === at && Z[R] === Z[k] && Z[++R] === Z[k + 1]) {
1404
1404
  k += 2, R++;
1405
1405
  do
1406
1406
  ;
1407
- while (M[++k] === M[++R] && M[++k] === M[++R] && M[++k] === M[++R] && M[++k] === M[++R] && M[++k] === M[++R] && M[++k] === M[++R] && M[++k] === M[++R] && M[++k] === M[++R] && k < Y);
1408
- if (f = z - (Y - k), k = Y - z, U < f) {
1407
+ while (Z[++k] === Z[++R] && Z[++k] === Z[++R] && Z[++k] === Z[++R] && Z[++k] === Z[++R] && Z[++k] === Z[++R] && Z[++k] === Z[++R] && Z[++k] === Z[++R] && Z[++k] === Z[++R] && k < Y);
1408
+ if (f = C - (Y - k), k = Y - C, U < f) {
1409
1409
  if (t.match_start = N, j <= (U = f)) break;
1410
- at = M[k + U - 1], nt = M[k + U];
1410
+ at = Z[k + U - 1], nt = Z[k + U];
1411
1411
  }
1412
1412
  }
1413
1413
  while ((N = H[N & $]) > O && --u != 0);
1414
1414
  return U <= t.lookahead ? U : t.lookahead;
1415
1415
  }
1416
1416
  function st(t) {
1417
- var N, R, f, u, k, U, j, O, M, $, H = t.w_size;
1417
+ var N, R, f, u, k, U, j, O, Z, $, H = t.w_size;
1418
1418
  do {
1419
- if (u = t.window_size - t.lookahead - t.strstart, t.strstart >= H + (H - Z)) {
1419
+ if (u = t.window_size - t.lookahead - t.strstart, t.strstart >= H + (H - M)) {
1420
1420
  for (o.arraySet(t.window, t.window, H, H, 0), t.match_start -= H, t.strstart -= H, t.block_start -= H, N = R = t.hash_size; f = t.head[--N], t.head[N] = H <= f ? f - H : 0, --R; ) ;
1421
1421
  for (N = R = H; f = t.prev[--N], t.prev[N] = H <= f ? f - H : 0, --R; ) ;
1422
1422
  u += H;
1423
1423
  }
1424
1424
  if (t.strm.avail_in === 0) break;
1425
- if (U = t.strm, j = t.window, O = t.strstart + t.lookahead, M = u, $ = void 0, $ = U.avail_in, M < $ && ($ = M), R = $ === 0 ? 0 : (U.avail_in -= $, o.arraySet(j, U.input, U.next_in, $, O), U.state.wrap === 1 ? U.adler = l(U.adler, j, $, O) : U.state.wrap === 2 && (U.adler = g(U.adler, j, $, O)), U.next_in += $, U.total_in += $, $), t.lookahead += R, t.lookahead + t.insert >= E) for (k = t.strstart - t.insert, t.ins_h = t.window[k], t.ins_h = (t.ins_h << t.hash_shift ^ t.window[k + 1]) & t.hash_mask; t.insert && (t.ins_h = (t.ins_h << t.hash_shift ^ t.window[k + E - 1]) & t.hash_mask, t.prev[k & t.w_mask] = t.head[t.ins_h], t.head[t.ins_h] = k, k++, t.insert--, !(t.lookahead + t.insert < E)); ) ;
1426
- } while (t.lookahead < Z && t.strm.avail_in !== 0);
1425
+ if (U = t.strm, j = t.window, O = t.strstart + t.lookahead, Z = u, $ = void 0, $ = U.avail_in, Z < $ && ($ = Z), R = $ === 0 ? 0 : (U.avail_in -= $, o.arraySet(j, U.input, U.next_in, $, O), U.state.wrap === 1 ? U.adler = l(U.adler, j, $, O) : U.state.wrap === 2 && (U.adler = g(U.adler, j, $, O)), U.next_in += $, U.total_in += $, $), t.lookahead += R, t.lookahead + t.insert >= E) for (k = t.strstart - t.insert, t.ins_h = t.window[k], t.ins_h = (t.ins_h << t.hash_shift ^ t.window[k + 1]) & t.hash_mask; t.insert && (t.ins_h = (t.ins_h << t.hash_shift ^ t.window[k + E - 1]) & t.hash_mask, t.prev[k & t.w_mask] = t.head[t.ins_h], t.head[t.ins_h] = k, k++, t.insert--, !(t.lookahead + t.insert < E)); ) ;
1426
+ } while (t.lookahead < M && t.strm.avail_in !== 0);
1427
1427
  }
1428
1428
  function ft(t, N) {
1429
1429
  for (var R, f; ; ) {
1430
- if (t.lookahead < Z) {
1431
- if (st(t), t.lookahead < Z && N === _) return e;
1430
+ if (t.lookahead < M) {
1431
+ if (st(t), t.lookahead < M && N === _) return e;
1432
1432
  if (t.lookahead === 0) break;
1433
1433
  }
1434
- if (R = 0, t.lookahead >= E && (t.ins_h = (t.ins_h << t.hash_shift ^ t.window[t.strstart + E - 1]) & t.hash_mask, R = t.prev[t.strstart & t.w_mask] = t.head[t.ins_h], t.head[t.ins_h] = t.strstart), R !== 0 && t.strstart - R <= t.w_size - Z && (t.match_length = G(t, R)), t.match_length >= E) if (f = r._tr_tally(t, t.strstart - t.match_start, t.match_length - E), t.lookahead -= t.match_length, t.match_length <= t.max_lazy_match && t.lookahead >= E) {
1434
+ if (R = 0, t.lookahead >= E && (t.ins_h = (t.ins_h << t.hash_shift ^ t.window[t.strstart + E - 1]) & t.hash_mask, R = t.prev[t.strstart & t.w_mask] = t.head[t.ins_h], t.head[t.ins_h] = t.strstart), R !== 0 && t.strstart - R <= t.w_size - M && (t.match_length = G(t, R)), t.match_length >= E) if (f = r._tr_tally(t, t.strstart - t.match_start, t.match_length - E), t.lookahead -= t.match_length, t.match_length <= t.max_lazy_match && t.lookahead >= E) {
1435
1435
  for (t.match_length--; t.strstart++, t.ins_h = (t.ins_h << t.hash_shift ^ t.window[t.strstart + E - 1]) & t.hash_mask, R = t.prev[t.strstart & t.w_mask] = t.head[t.ins_h], t.head[t.ins_h] = t.strstart, --t.match_length != 0; ) ;
1436
1436
  t.strstart++;
1437
1437
  } else t.strstart += t.match_length, t.match_length = 0, t.ins_h = t.window[t.strstart], t.ins_h = (t.ins_h << t.hash_shift ^ t.window[t.strstart + 1]) & t.hash_mask;
1438
1438
  else f = r._tr_tally(t, 0, t.window[t.strstart]), t.lookahead--, t.strstart++;
1439
1439
  if (f && (I(t, !1), t.strm.avail_out === 0)) return e;
1440
1440
  }
1441
- return t.insert = t.strstart < E - 1 ? t.strstart : E - 1, N === b ? (I(t, !0), t.strm.avail_out === 0 ? V : L) : t.last_lit && (I(t, !1), t.strm.avail_out === 0) ? e : P;
1441
+ return t.insert = t.strstart < E - 1 ? t.strstart : E - 1, N === b ? (I(t, !0), t.strm.avail_out === 0 ? K : L) : t.last_lit && (I(t, !1), t.strm.avail_out === 0) ? e : P;
1442
1442
  }
1443
1443
  function rt(t, N) {
1444
1444
  for (var R, f, u; ; ) {
1445
- if (t.lookahead < Z) {
1446
- if (st(t), t.lookahead < Z && N === _) return e;
1445
+ if (t.lookahead < M) {
1446
+ if (st(t), t.lookahead < M && N === _) return e;
1447
1447
  if (t.lookahead === 0) break;
1448
1448
  }
1449
- if (R = 0, t.lookahead >= E && (t.ins_h = (t.ins_h << t.hash_shift ^ t.window[t.strstart + E - 1]) & t.hash_mask, R = t.prev[t.strstart & t.w_mask] = t.head[t.ins_h], t.head[t.ins_h] = t.strstart), t.prev_length = t.match_length, t.prev_match = t.match_start, t.match_length = E - 1, R !== 0 && t.prev_length < t.max_lazy_match && t.strstart - R <= t.w_size - Z && (t.match_length = G(t, R), t.match_length <= 5 && (t.strategy === 1 || t.match_length === E && 4096 < t.strstart - t.match_start) && (t.match_length = E - 1)), t.prev_length >= E && t.match_length <= t.prev_length) {
1449
+ if (R = 0, t.lookahead >= E && (t.ins_h = (t.ins_h << t.hash_shift ^ t.window[t.strstart + E - 1]) & t.hash_mask, R = t.prev[t.strstart & t.w_mask] = t.head[t.ins_h], t.head[t.ins_h] = t.strstart), t.prev_length = t.match_length, t.prev_match = t.match_start, t.match_length = E - 1, R !== 0 && t.prev_length < t.max_lazy_match && t.strstart - R <= t.w_size - M && (t.match_length = G(t, R), t.match_length <= 5 && (t.strategy === 1 || t.match_length === E && 4096 < t.strstart - t.match_start) && (t.match_length = E - 1)), t.prev_length >= E && t.match_length <= t.prev_length) {
1450
1450
  for (u = t.strstart + t.lookahead - E, f = r._tr_tally(t, t.strstart - 1 - t.prev_match, t.prev_length - E), t.lookahead -= t.prev_length - 1, t.prev_length -= 2; ++t.strstart <= u && (t.ins_h = (t.ins_h << t.hash_shift ^ t.window[t.strstart + E - 1]) & t.hash_mask, R = t.prev[t.strstart & t.w_mask] = t.head[t.ins_h], t.head[t.ins_h] = t.strstart), --t.prev_length != 0; ) ;
1451
1451
  if (t.match_available = 0, t.match_length = E - 1, t.strstart++, f && (I(t, !1), t.strm.avail_out === 0)) return e;
1452
1452
  } else if (t.match_available) {
1453
1453
  if ((f = r._tr_tally(t, 0, t.window[t.strstart - 1])) && I(t, !1), t.strstart++, t.lookahead--, t.strm.avail_out === 0) return e;
1454
1454
  } else t.match_available = 1, t.strstart++, t.lookahead--;
1455
1455
  }
1456
- return t.match_available && (f = r._tr_tally(t, 0, t.window[t.strstart - 1]), t.match_available = 0), t.insert = t.strstart < E - 1 ? t.strstart : E - 1, N === b ? (I(t, !0), t.strm.avail_out === 0 ? V : L) : t.last_lit && (I(t, !1), t.strm.avail_out === 0) ? e : P;
1456
+ return t.match_available && (f = r._tr_tally(t, 0, t.window[t.strstart - 1]), t.match_available = 0), t.insert = t.strstart < E - 1 ? t.strstart : E - 1, N === b ? (I(t, !0), t.strm.avail_out === 0 ? K : L) : t.last_lit && (I(t, !1), t.strm.avail_out === 0) ? e : P;
1457
1457
  }
1458
1458
  function it(t, N, R, f, u) {
1459
1459
  this.good_length = t, this.max_lazy = N, this.nice_length = R, this.max_chain = f, this.func = u;
1460
1460
  }
1461
1461
  function ct() {
1462
- this.strm = null, this.status = 0, this.pending_buf = null, this.pending_buf_size = 0, this.pending_out = 0, this.pending = 0, this.wrap = 0, this.gzhead = null, this.gzindex = 0, this.method = m, this.last_flush = -1, this.w_size = 0, this.w_bits = 0, this.w_mask = 0, this.window = null, this.window_size = 0, this.prev = null, this.head = null, this.ins_h = 0, this.hash_size = 0, this.hash_bits = 0, this.hash_mask = 0, this.hash_shift = 0, this.block_start = 0, this.match_length = 0, this.prev_match = 0, this.match_available = 0, this.strstart = 0, this.match_start = 0, this.lookahead = 0, this.prev_length = 0, this.max_chain_length = 0, this.max_lazy_match = 0, this.level = 0, this.strategy = 0, this.good_match = 0, this.nice_match = 0, this.dyn_ltree = new o.Buf16(2 * C), this.dyn_dtree = new o.Buf16(2 * (2 * S + 1)), this.bl_tree = new o.Buf16(2 * (2 * D + 1)), tt(this.dyn_ltree), tt(this.dyn_dtree), tt(this.bl_tree), this.l_desc = null, this.d_desc = null, this.bl_desc = null, this.bl_count = new o.Buf16(F + 1), this.heap = new o.Buf16(2 * x + 1), tt(this.heap), this.heap_len = 0, this.heap_max = 0, this.depth = new o.Buf16(2 * x + 1), tt(this.depth), this.l_buf = 0, this.lit_bufsize = 0, this.last_lit = 0, this.d_buf = 0, this.opt_len = 0, this.static_len = 0, this.matches = 0, this.insert = 0, this.bi_buf = 0, this.bi_valid = 0;
1462
+ this.strm = null, this.status = 0, this.pending_buf = null, this.pending_buf_size = 0, this.pending_out = 0, this.pending = 0, this.wrap = 0, this.gzhead = null, this.gzindex = 0, this.method = m, this.last_flush = -1, this.w_size = 0, this.w_bits = 0, this.w_mask = 0, this.window = null, this.window_size = 0, this.prev = null, this.head = null, this.ins_h = 0, this.hash_size = 0, this.hash_bits = 0, this.hash_mask = 0, this.hash_shift = 0, this.block_start = 0, this.match_length = 0, this.prev_match = 0, this.match_available = 0, this.strstart = 0, this.match_start = 0, this.lookahead = 0, this.prev_length = 0, this.max_chain_length = 0, this.max_lazy_match = 0, this.level = 0, this.strategy = 0, this.good_match = 0, this.nice_match = 0, this.dyn_ltree = new o.Buf16(2 * z), this.dyn_dtree = new o.Buf16(2 * (2 * S + 1)), this.bl_tree = new o.Buf16(2 * (2 * D + 1)), tt(this.dyn_ltree), tt(this.dyn_dtree), tt(this.bl_tree), this.l_desc = null, this.d_desc = null, this.bl_desc = null, this.bl_count = new o.Buf16(F + 1), this.heap = new o.Buf16(2 * x + 1), tt(this.heap), this.heap_len = 0, this.heap_max = 0, this.depth = new o.Buf16(2 * x + 1), tt(this.depth), this.l_buf = 0, this.lit_bufsize = 0, this.last_lit = 0, this.d_buf = 0, this.opt_len = 0, this.static_len = 0, this.matches = 0, this.insert = 0, this.bi_buf = 0, this.bi_valid = 0;
1463
1463
  }
1464
1464
  function ot(t) {
1465
1465
  var N;
@@ -1474,7 +1474,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1474
1474
  function _t(t, N, R, f, u, k) {
1475
1475
  if (!t) return d;
1476
1476
  var U = 1;
1477
- if (N === n && (N = 6), f < 0 ? (U = 0, f = -f) : 15 < f && (U = 2, f -= 16), u < 1 || w < u || R !== m || f < 8 || 15 < f || N < 0 || 9 < N || k < 0 || c < k) return Q(t, d);
1477
+ if (N === n && (N = 6), f < 0 ? (U = 0, f = -f) : 15 < f && (U = 2, f -= 16), u < 1 || y < u || R !== m || f < 8 || 15 < f || N < 0 || 9 < N || k < 0 || c < k) return Q(t, d);
1478
1478
  f === 8 && (f = 9);
1479
1479
  var j = new ct();
1480
1480
  return (t.state = j).strm = t, j.wrap = U, j.gzhead = null, j.w_bits = f, j.w_size = 1 << j.w_bits, j.w_mask = j.w_size - 1, j.hash_bits = u + 7, j.hash_size = 1 << j.hash_bits, j.hash_mask = j.hash_size - 1, j.hash_shift = ~~((j.hash_bits + E - 1) / E), j.window = new o.Buf8(2 * j.w_size), j.head = new o.Buf16(j.hash_size), j.prev = new o.Buf16(j.w_size), j.lit_bufsize = 1 << u + 6, j.pending_buf_size = 4 * j.lit_bufsize, j.pending_buf = new o.Buf8(j.pending_buf_size), j.d_buf = 1 * j.lit_bufsize, j.l_buf = 3 * j.lit_bufsize, j.level = N, j.strategy = k, j.method = R, bt(t);
@@ -1488,9 +1488,9 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1488
1488
  }
1489
1489
  t.strstart += t.lookahead, t.lookahead = 0;
1490
1490
  var f = t.block_start + R;
1491
- if ((t.strstart === 0 || t.strstart >= f) && (t.lookahead = t.strstart - f, t.strstart = f, I(t, !1), t.strm.avail_out === 0) || t.strstart - t.block_start >= t.w_size - Z && (I(t, !1), t.strm.avail_out === 0)) return e;
1491
+ if ((t.strstart === 0 || t.strstart >= f) && (t.lookahead = t.strstart - f, t.strstart = f, I(t, !1), t.strm.avail_out === 0) || t.strstart - t.block_start >= t.w_size - M && (I(t, !1), t.strm.avail_out === 0)) return e;
1492
1492
  }
1493
- return t.insert = 0, N === b ? (I(t, !0), t.strm.avail_out === 0 ? V : L) : (t.strstart > t.block_start && (I(t, !1), t.strm.avail_out), e);
1493
+ return t.insert = 0, N === b ? (I(t, !0), t.strm.avail_out === 0 ? K : L) : (t.strstart > t.block_start && (I(t, !1), t.strm.avail_out), e);
1494
1494
  }), new it(4, 4, 8, 4, ft), new it(4, 5, 16, 8, ft), new it(4, 6, 32, 32, ft), new it(4, 4, 16, 16, rt), new it(8, 16, 32, 32, rt), new it(8, 16, 128, 128, rt), new it(8, 32, 128, 256, rt), new it(32, 128, 258, 1024, rt), new it(32, 258, 258, 4096, rt)], v.deflateInit = function(t, N) {
1495
1495
  return _t(t, N, m, 15, 8, 0);
1496
1496
  }, v.deflateInit2 = _t, v.deflateReset = bt, v.deflateResetKeep = ot, v.deflateSetHeader = function(t, N) {
@@ -1535,33 +1535,33 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1535
1535
  } else if (t.avail_in === 0 && W(N) <= W(R) && N !== b) return Q(t, -5);
1536
1536
  if (f.status === 666 && t.avail_in !== 0) return Q(t, -5);
1537
1537
  if (t.avail_in !== 0 || f.lookahead !== 0 || N !== _ && f.status !== 666) {
1538
- var j = f.strategy === 2 ? function(O, M) {
1538
+ var j = f.strategy === 2 ? function(O, Z) {
1539
1539
  for (var $; ; ) {
1540
1540
  if (O.lookahead === 0 && (st(O), O.lookahead === 0)) {
1541
- if (M === _) return e;
1541
+ if (Z === _) return e;
1542
1542
  break;
1543
1543
  }
1544
1544
  if (O.match_length = 0, $ = r._tr_tally(O, 0, O.window[O.strstart]), O.lookahead--, O.strstart++, $ && (I(O, !1), O.strm.avail_out === 0)) return e;
1545
1545
  }
1546
- return O.insert = 0, M === b ? (I(O, !0), O.strm.avail_out === 0 ? V : L) : O.last_lit && (I(O, !1), O.strm.avail_out === 0) ? e : P;
1547
- }(f, N) : f.strategy === 3 ? function(O, M) {
1546
+ return O.insert = 0, Z === b ? (I(O, !0), O.strm.avail_out === 0 ? K : L) : O.last_lit && (I(O, !1), O.strm.avail_out === 0) ? e : P;
1547
+ }(f, N) : f.strategy === 3 ? function(O, Z) {
1548
1548
  for (var $, H, Y, at, nt = O.window; ; ) {
1549
- if (O.lookahead <= z) {
1550
- if (st(O), O.lookahead <= z && M === _) return e;
1549
+ if (O.lookahead <= C) {
1550
+ if (st(O), O.lookahead <= C && Z === _) return e;
1551
1551
  if (O.lookahead === 0) break;
1552
1552
  }
1553
1553
  if (O.match_length = 0, O.lookahead >= E && 0 < O.strstart && (H = nt[Y = O.strstart - 1]) === nt[++Y] && H === nt[++Y] && H === nt[++Y]) {
1554
- at = O.strstart + z;
1554
+ at = O.strstart + C;
1555
1555
  do
1556
1556
  ;
1557
1557
  while (H === nt[++Y] && H === nt[++Y] && H === nt[++Y] && H === nt[++Y] && H === nt[++Y] && H === nt[++Y] && H === nt[++Y] && H === nt[++Y] && Y < at);
1558
- O.match_length = z - (at - Y), O.match_length > O.lookahead && (O.match_length = O.lookahead);
1558
+ O.match_length = C - (at - Y), O.match_length > O.lookahead && (O.match_length = O.lookahead);
1559
1559
  }
1560
1560
  if (O.match_length >= E ? ($ = r._tr_tally(O, 1, O.match_length - E), O.lookahead -= O.match_length, O.strstart += O.match_length, O.match_length = 0) : ($ = r._tr_tally(O, 0, O.window[O.strstart]), O.lookahead--, O.strstart++), $ && (I(O, !1), O.strm.avail_out === 0)) return e;
1561
1561
  }
1562
- return O.insert = 0, M === b ? (I(O, !0), O.strm.avail_out === 0 ? V : L) : O.last_lit && (I(O, !1), O.strm.avail_out === 0) ? e : P;
1562
+ return O.insert = 0, Z === b ? (I(O, !0), O.strm.avail_out === 0 ? K : L) : O.last_lit && (I(O, !1), O.strm.avail_out === 0) ? e : P;
1563
1563
  }(f, N) : a[f.level].func(f, N);
1564
- if (j !== V && j !== L || (f.status = 666), j === e || j === V) return t.avail_out === 0 && (f.last_flush = -1), i;
1564
+ if (j !== K && j !== L || (f.status = 666), j === e || j === K) return t.avail_out === 0 && (f.last_flush = -1), i;
1565
1565
  if (j === P && (N === 1 ? r._tr_align(f) : N !== 5 && (r._tr_stored_block(f, 0, 0, !1), N === 3 && (tt(f.head), f.lookahead === 0 && (f.strstart = 0, f.block_start = 0, f.insert = 0))), T(t), t.avail_out === 0)) return f.last_flush = -1, i;
1566
1566
  }
1567
1567
  return N !== b ? i : f.wrap <= 0 ? 1 : (f.wrap === 2 ? (J(f, 255 & t.adler), J(f, t.adler >> 8 & 255), J(f, t.adler >> 16 & 255), J(f, t.adler >> 24 & 255), J(f, 255 & t.total_in), J(f, t.total_in >> 8 & 255), J(f, t.total_in >> 16 & 255), J(f, t.total_in >> 24 & 255)) : (q(f, t.adler >>> 16), q(f, 65535 & t.adler)), T(t), 0 < f.wrap && (f.wrap = -f.wrap), f.pending !== 0 ? i : 1);
@@ -1569,9 +1569,9 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1569
1569
  var N;
1570
1570
  return t && t.state ? (N = t.state.status) !== h && N !== 69 && N !== 73 && N !== 91 && N !== 103 && N !== B && N !== 666 ? Q(t, d) : (t.state = null, N === B ? Q(t, -3) : i) : d;
1571
1571
  }, v.deflateSetDictionary = function(t, N) {
1572
- var R, f, u, k, U, j, O, M, $ = N.length;
1572
+ var R, f, u, k, U, j, O, Z, $ = N.length;
1573
1573
  if (!t || !t.state || (k = (R = t.state).wrap) === 2 || k === 1 && R.status !== h || R.lookahead) return d;
1574
- for (k === 1 && (t.adler = l(t.adler, N, $, 0)), R.wrap = 0, $ >= R.w_size && (k === 0 && (tt(R.head), R.strstart = 0, R.block_start = 0, R.insert = 0), M = new o.Buf8(R.w_size), o.arraySet(M, N, $ - R.w_size, R.w_size, 0), N = M, $ = R.w_size), U = t.avail_in, j = t.next_in, O = t.input, t.avail_in = $, t.next_in = 0, t.input = N, st(R); R.lookahead >= E; ) {
1574
+ for (k === 1 && (t.adler = l(t.adler, N, $, 0)), R.wrap = 0, $ >= R.w_size && (k === 0 && (tt(R.head), R.strstart = 0, R.block_start = 0, R.insert = 0), Z = new o.Buf8(R.w_size), o.arraySet(Z, N, $ - R.w_size, R.w_size, 0), N = Z, $ = R.w_size), U = t.avail_in, j = t.next_in, O = t.input, t.avail_in = $, t.next_in = 0, t.input = N, st(R); R.lookahead >= E; ) {
1575
1575
  for (f = R.strstart, u = R.lookahead - (E - 1); R.ins_h = (R.ins_h << R.hash_shift ^ R.window[f + E - 1]) & R.hash_mask, R.prev[f & R.w_mask] = R.head[R.ins_h], R.head[R.ins_h] = f, f++, --u; ) ;
1576
1576
  R.strstart = f, R.lookahead = E - 1, st(R);
1577
1577
  }
@@ -1583,12 +1583,12 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1583
1583
  };
1584
1584
  }, {}], 48: [function(p, A, v) {
1585
1585
  A.exports = function(a, o) {
1586
- var r, l, g, y, _, b, i, d, n, c, s, m, w, x, S, D, C, F, E, z, Z, h, B, e, P;
1587
- r = a.state, l = a.next_in, e = a.input, g = l + (a.avail_in - 5), y = a.next_out, P = a.output, _ = y - (o - a.avail_out), b = y + (a.avail_out - 257), i = r.dmax, d = r.wsize, n = r.whave, c = r.wnext, s = r.window, m = r.hold, w = r.bits, x = r.lencode, S = r.distcode, D = (1 << r.lenbits) - 1, C = (1 << r.distbits) - 1;
1586
+ var r, l, g, w, _, b, i, d, n, c, s, m, y, x, S, D, z, F, E, C, M, h, B, e, P;
1587
+ r = a.state, l = a.next_in, e = a.input, g = l + (a.avail_in - 5), w = a.next_out, P = a.output, _ = w - (o - a.avail_out), b = w + (a.avail_out - 257), i = r.dmax, d = r.wsize, n = r.whave, c = r.wnext, s = r.window, m = r.hold, y = r.bits, x = r.lencode, S = r.distcode, D = (1 << r.lenbits) - 1, z = (1 << r.distbits) - 1;
1588
1588
  t: do {
1589
- w < 15 && (m += e[l++] << w, w += 8, m += e[l++] << w, w += 8), F = x[m & D];
1589
+ y < 15 && (m += e[l++] << y, y += 8, m += e[l++] << y, y += 8), F = x[m & D];
1590
1590
  e: for (; ; ) {
1591
- if (m >>>= E = F >>> 24, w -= E, (E = F >>> 16 & 255) === 0) P[y++] = 65535 & F;
1591
+ if (m >>>= E = F >>> 24, y -= E, (E = F >>> 16 & 255) === 0) P[w++] = 65535 & F;
1592
1592
  else {
1593
1593
  if (!(16 & E)) {
1594
1594
  if (!(64 & E)) {
@@ -1602,9 +1602,9 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1602
1602
  a.msg = "invalid literal/length code", r.mode = 30;
1603
1603
  break t;
1604
1604
  }
1605
- z = 65535 & F, (E &= 15) && (w < E && (m += e[l++] << w, w += 8), z += m & (1 << E) - 1, m >>>= E, w -= E), w < 15 && (m += e[l++] << w, w += 8, m += e[l++] << w, w += 8), F = S[m & C];
1605
+ C = 65535 & F, (E &= 15) && (y < E && (m += e[l++] << y, y += 8), C += m & (1 << E) - 1, m >>>= E, y -= E), y < 15 && (m += e[l++] << y, y += 8, m += e[l++] << y, y += 8), F = S[m & z];
1606
1606
  r: for (; ; ) {
1607
- if (m >>>= E = F >>> 24, w -= E, !(16 & (E = F >>> 16 & 255))) {
1607
+ if (m >>>= E = F >>> 24, y -= E, !(16 & (E = F >>> 16 & 255))) {
1608
1608
  if (!(64 & E)) {
1609
1609
  F = S[(65535 & F) + (m & (1 << E) - 1)];
1610
1610
  continue r;
@@ -1612,61 +1612,61 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1612
1612
  a.msg = "invalid distance code", r.mode = 30;
1613
1613
  break t;
1614
1614
  }
1615
- if (Z = 65535 & F, w < (E &= 15) && (m += e[l++] << w, (w += 8) < E && (m += e[l++] << w, w += 8)), i < (Z += m & (1 << E) - 1)) {
1615
+ if (M = 65535 & F, y < (E &= 15) && (m += e[l++] << y, (y += 8) < E && (m += e[l++] << y, y += 8)), i < (M += m & (1 << E) - 1)) {
1616
1616
  a.msg = "invalid distance too far back", r.mode = 30;
1617
1617
  break t;
1618
1618
  }
1619
- if (m >>>= E, w -= E, (E = y - _) < Z) {
1620
- if (n < (E = Z - E) && r.sane) {
1619
+ if (m >>>= E, y -= E, (E = w - _) < M) {
1620
+ if (n < (E = M - E) && r.sane) {
1621
1621
  a.msg = "invalid distance too far back", r.mode = 30;
1622
1622
  break t;
1623
1623
  }
1624
1624
  if (B = s, (h = 0) === c) {
1625
- if (h += d - E, E < z) {
1626
- for (z -= E; P[y++] = s[h++], --E; ) ;
1627
- h = y - Z, B = P;
1625
+ if (h += d - E, E < C) {
1626
+ for (C -= E; P[w++] = s[h++], --E; ) ;
1627
+ h = w - M, B = P;
1628
1628
  }
1629
1629
  } else if (c < E) {
1630
- if (h += d + c - E, (E -= c) < z) {
1631
- for (z -= E; P[y++] = s[h++], --E; ) ;
1632
- if (h = 0, c < z) {
1633
- for (z -= E = c; P[y++] = s[h++], --E; ) ;
1634
- h = y - Z, B = P;
1630
+ if (h += d + c - E, (E -= c) < C) {
1631
+ for (C -= E; P[w++] = s[h++], --E; ) ;
1632
+ if (h = 0, c < C) {
1633
+ for (C -= E = c; P[w++] = s[h++], --E; ) ;
1634
+ h = w - M, B = P;
1635
1635
  }
1636
1636
  }
1637
- } else if (h += c - E, E < z) {
1638
- for (z -= E; P[y++] = s[h++], --E; ) ;
1639
- h = y - Z, B = P;
1637
+ } else if (h += c - E, E < C) {
1638
+ for (C -= E; P[w++] = s[h++], --E; ) ;
1639
+ h = w - M, B = P;
1640
1640
  }
1641
- for (; 2 < z; ) P[y++] = B[h++], P[y++] = B[h++], P[y++] = B[h++], z -= 3;
1642
- z && (P[y++] = B[h++], 1 < z && (P[y++] = B[h++]));
1641
+ for (; 2 < C; ) P[w++] = B[h++], P[w++] = B[h++], P[w++] = B[h++], C -= 3;
1642
+ C && (P[w++] = B[h++], 1 < C && (P[w++] = B[h++]));
1643
1643
  } else {
1644
- for (h = y - Z; P[y++] = P[h++], P[y++] = P[h++], P[y++] = P[h++], 2 < (z -= 3); ) ;
1645
- z && (P[y++] = P[h++], 1 < z && (P[y++] = P[h++]));
1644
+ for (h = w - M; P[w++] = P[h++], P[w++] = P[h++], P[w++] = P[h++], 2 < (C -= 3); ) ;
1645
+ C && (P[w++] = P[h++], 1 < C && (P[w++] = P[h++]));
1646
1646
  }
1647
1647
  break;
1648
1648
  }
1649
1649
  }
1650
1650
  break;
1651
1651
  }
1652
- } while (l < g && y < b);
1653
- l -= z = w >> 3, m &= (1 << (w -= z << 3)) - 1, a.next_in = l, a.next_out = y, a.avail_in = l < g ? g - l + 5 : 5 - (l - g), a.avail_out = y < b ? b - y + 257 : 257 - (y - b), r.hold = m, r.bits = w;
1652
+ } while (l < g && w < b);
1653
+ l -= C = y >> 3, m &= (1 << (y -= C << 3)) - 1, a.next_in = l, a.next_out = w, a.avail_in = l < g ? g - l + 5 : 5 - (l - g), a.avail_out = w < b ? b - w + 257 : 257 - (w - b), r.hold = m, r.bits = y;
1654
1654
  };
1655
1655
  }, {}], 49: [function(p, A, v) {
1656
- var a = p("../utils/common"), o = p("./adler32"), r = p("./crc32"), l = p("./inffast"), g = p("./inftrees"), y = 1, _ = 2, b = 0, i = -2, d = 1, n = 852, c = 592;
1656
+ var a = p("../utils/common"), o = p("./adler32"), r = p("./crc32"), l = p("./inffast"), g = p("./inftrees"), w = 1, _ = 2, b = 0, i = -2, d = 1, n = 852, c = 592;
1657
1657
  function s(h) {
1658
1658
  return (h >>> 24 & 255) + (h >>> 8 & 65280) + ((65280 & h) << 8) + ((255 & h) << 24);
1659
1659
  }
1660
1660
  function m() {
1661
1661
  this.mode = 0, this.last = !1, this.wrap = 0, this.havedict = !1, this.flags = 0, this.dmax = 0, this.check = 0, this.total = 0, this.head = null, this.wbits = 0, this.wsize = 0, this.whave = 0, this.wnext = 0, this.window = null, this.hold = 0, this.bits = 0, this.length = 0, this.offset = 0, this.extra = 0, this.lencode = null, this.distcode = null, this.lenbits = 0, this.distbits = 0, this.ncode = 0, this.nlen = 0, this.ndist = 0, this.have = 0, this.next = null, this.lens = new a.Buf16(320), this.work = new a.Buf16(288), this.lendyn = null, this.distdyn = null, this.sane = 0, this.back = 0, this.was = 0;
1662
1662
  }
1663
- function w(h) {
1663
+ function y(h) {
1664
1664
  var B;
1665
1665
  return h && h.state ? (B = h.state, h.total_in = h.total_out = B.total = 0, h.msg = "", B.wrap && (h.adler = 1 & B.wrap), B.mode = d, B.last = 0, B.havedict = 0, B.dmax = 32768, B.head = null, B.hold = 0, B.bits = 0, B.lencode = B.lendyn = new a.Buf32(n), B.distcode = B.distdyn = new a.Buf32(c), B.sane = 1, B.back = -1, b) : i;
1666
1666
  }
1667
1667
  function x(h) {
1668
1668
  var B;
1669
- return h && h.state ? ((B = h.state).wsize = 0, B.whave = 0, B.wnext = 0, w(h)) : i;
1669
+ return h && h.state ? ((B = h.state).wsize = 0, B.whave = 0, B.wnext = 0, y(h)) : i;
1670
1670
  }
1671
1671
  function S(h, B) {
1672
1672
  var e, P;
@@ -1676,29 +1676,29 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1676
1676
  var e, P;
1677
1677
  return h ? (P = new m(), (h.state = P).window = null, (e = S(h, B)) !== b && (h.state = null), e) : i;
1678
1678
  }
1679
- var C, F, E = !0;
1680
- function z(h) {
1679
+ var z, F, E = !0;
1680
+ function C(h) {
1681
1681
  if (E) {
1682
1682
  var B;
1683
- for (C = new a.Buf32(512), F = new a.Buf32(32), B = 0; B < 144; ) h.lens[B++] = 8;
1683
+ for (z = new a.Buf32(512), F = new a.Buf32(32), B = 0; B < 144; ) h.lens[B++] = 8;
1684
1684
  for (; B < 256; ) h.lens[B++] = 9;
1685
1685
  for (; B < 280; ) h.lens[B++] = 7;
1686
1686
  for (; B < 288; ) h.lens[B++] = 8;
1687
- for (g(y, h.lens, 0, 288, C, 0, h.work, { bits: 9 }), B = 0; B < 32; ) h.lens[B++] = 5;
1687
+ for (g(w, h.lens, 0, 288, z, 0, h.work, { bits: 9 }), B = 0; B < 32; ) h.lens[B++] = 5;
1688
1688
  g(_, h.lens, 0, 32, F, 0, h.work, { bits: 5 }), E = !1;
1689
1689
  }
1690
- h.lencode = C, h.lenbits = 9, h.distcode = F, h.distbits = 5;
1690
+ h.lencode = z, h.lenbits = 9, h.distcode = F, h.distbits = 5;
1691
1691
  }
1692
- function Z(h, B, e, P) {
1693
- var V, L = h.state;
1694
- return L.window === null && (L.wsize = 1 << L.wbits, L.wnext = 0, L.whave = 0, L.window = new a.Buf8(L.wsize)), P >= L.wsize ? (a.arraySet(L.window, B, e - L.wsize, L.wsize, 0), L.wnext = 0, L.whave = L.wsize) : (P < (V = L.wsize - L.wnext) && (V = P), a.arraySet(L.window, B, e - P, V, L.wnext), (P -= V) ? (a.arraySet(L.window, B, e - P, P, 0), L.wnext = P, L.whave = L.wsize) : (L.wnext += V, L.wnext === L.wsize && (L.wnext = 0), L.whave < L.wsize && (L.whave += V))), 0;
1692
+ function M(h, B, e, P) {
1693
+ var K, L = h.state;
1694
+ return L.window === null && (L.wsize = 1 << L.wbits, L.wnext = 0, L.whave = 0, L.window = new a.Buf8(L.wsize)), P >= L.wsize ? (a.arraySet(L.window, B, e - L.wsize, L.wsize, 0), L.wnext = 0, L.whave = L.wsize) : (P < (K = L.wsize - L.wnext) && (K = P), a.arraySet(L.window, B, e - P, K, L.wnext), (P -= K) ? (a.arraySet(L.window, B, e - P, P, 0), L.wnext = P, L.whave = L.wsize) : (L.wnext += K, L.wnext === L.wsize && (L.wnext = 0), L.whave < L.wsize && (L.whave += K))), 0;
1695
1695
  }
1696
- v.inflateReset = x, v.inflateReset2 = S, v.inflateResetKeep = w, v.inflateInit = function(h) {
1696
+ v.inflateReset = x, v.inflateReset2 = S, v.inflateResetKeep = y, v.inflateInit = function(h) {
1697
1697
  return D(h, 15);
1698
1698
  }, v.inflateInit2 = D, v.inflate = function(h, B) {
1699
- var e, P, V, L, Q, W, tt, T, I, J, q, G, st, ft, rt, it, ct, ot, bt, _t, t, N, R, f, u = 0, k = new a.Buf8(4), U = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15];
1699
+ var e, P, K, L, Q, W, tt, T, I, J, q, G, st, ft, rt, it, ct, ot, bt, _t, t, N, R, f, u = 0, k = new a.Buf8(4), U = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15];
1700
1700
  if (!h || !h.state || !h.output || !h.input && h.avail_in !== 0) return i;
1701
- (e = h.state).mode === 12 && (e.mode = 13), Q = h.next_out, V = h.output, tt = h.avail_out, L = h.next_in, P = h.input, W = h.avail_in, T = e.hold, I = e.bits, J = W, q = tt, N = b;
1701
+ (e = h.state).mode === 12 && (e.mode = 13), Q = h.next_out, K = h.output, tt = h.avail_out, L = h.next_in, P = h.input, W = h.avail_in, T = e.hold, I = e.bits, J = W, q = tt, N = b;
1702
1702
  t: for (; ; ) switch (e.mode) {
1703
1703
  case d:
1704
1704
  if (e.wrap === 0) {
@@ -1819,7 +1819,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1819
1819
  e.mode = 14;
1820
1820
  break;
1821
1821
  case 1:
1822
- if (z(e), e.mode = 20, B !== 6) break;
1822
+ if (C(e), e.mode = 20, B !== 6) break;
1823
1823
  T >>>= 2, I -= 2;
1824
1824
  break t;
1825
1825
  case 2:
@@ -1845,7 +1845,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1845
1845
  case 16:
1846
1846
  if (G = e.length) {
1847
1847
  if (W < G && (G = W), tt < G && (G = tt), G === 0) break t;
1848
- a.arraySet(V, P, L, G, Q), W -= G, L += G, tt -= G, Q += G, e.length -= G;
1848
+ a.arraySet(K, P, L, G, Q), W -= G, L += G, tt -= G, Q += G, e.length -= G;
1849
1849
  break;
1850
1850
  }
1851
1851
  e.mode = 12;
@@ -1917,7 +1917,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1917
1917
  h.msg = "invalid code -- missing end-of-block", e.mode = 30;
1918
1918
  break;
1919
1919
  }
1920
- if (e.lenbits = 9, R = { bits: e.lenbits }, N = g(y, e.lens, 0, e.nlen, e.lencode, 0, e.work, R), e.lenbits = R.bits, N) {
1920
+ if (e.lenbits = 9, R = { bits: e.lenbits }, N = g(w, e.lens, 0, e.nlen, e.lencode, 0, e.work, R), e.lenbits = R.bits, N) {
1921
1921
  h.msg = "invalid literal/lengths set", e.mode = 30;
1922
1922
  break;
1923
1923
  }
@@ -1930,7 +1930,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
1930
1930
  e.mode = 21;
1931
1931
  case 21:
1932
1932
  if (6 <= W && 258 <= tt) {
1933
- h.next_out = Q, h.avail_out = tt, h.next_in = L, h.avail_in = W, e.hold = T, e.bits = I, l(h, q), Q = h.next_out, V = h.output, tt = h.avail_out, L = h.next_in, P = h.input, W = h.avail_in, T = e.hold, I = e.bits, e.mode === 12 && (e.back = -1);
1933
+ h.next_out = Q, h.avail_out = tt, h.next_in = L, h.avail_in = W, e.hold = T, e.bits = I, l(h, q), Q = h.next_out, K = h.output, tt = h.avail_out, L = h.next_in, P = h.input, W = h.avail_in, T = e.hold, I = e.bits, e.mode === 12 && (e.back = -1);
1934
1934
  break;
1935
1935
  }
1936
1936
  for (e.back = 0; it = (u = e.lencode[T & (1 << e.lenbits) - 1]) >>> 16 & 255, ct = 65535 & u, !((rt = u >>> 24) <= I); ) {
@@ -2004,13 +2004,13 @@ https://github.com/nodeca/pako/blob/main/LICENSE
2004
2004
  break;
2005
2005
  }
2006
2006
  st = G > e.wnext ? (G -= e.wnext, e.wsize - G) : e.wnext - G, G > e.length && (G = e.length), ft = e.window;
2007
- } else ft = V, st = Q - e.offset, G = e.length;
2008
- for (tt < G && (G = tt), tt -= G, e.length -= G; V[Q++] = ft[st++], --G; ) ;
2007
+ } else ft = K, st = Q - e.offset, G = e.length;
2008
+ for (tt < G && (G = tt), tt -= G, e.length -= G; K[Q++] = ft[st++], --G; ) ;
2009
2009
  e.length === 0 && (e.mode = 21);
2010
2010
  break;
2011
2011
  case 26:
2012
2012
  if (tt === 0) break t;
2013
- V[Q++] = e.length, tt--, e.mode = 21;
2013
+ K[Q++] = e.length, tt--, e.mode = 21;
2014
2014
  break;
2015
2015
  case 27:
2016
2016
  if (e.wrap) {
@@ -2018,7 +2018,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
2018
2018
  if (W === 0) break t;
2019
2019
  W--, T |= P[L++] << I, I += 8;
2020
2020
  }
2021
- if (q -= tt, h.total_out += q, e.total += q, q && (h.adler = e.check = e.flags ? r(e.check, V, q, Q - q) : o(e.check, V, q, Q - q)), q = tt, (e.flags ? T : s(T)) !== e.check) {
2021
+ if (q -= tt, h.total_out += q, e.total += q, q && (h.adler = e.check = e.flags ? r(e.check, K, q, Q - q) : o(e.check, K, q, Q - q)), q = tt, (e.flags ? T : s(T)) !== e.check) {
2022
2022
  h.msg = "incorrect data check", e.mode = 30;
2023
2023
  break;
2024
2024
  }
@@ -2050,7 +2050,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
2050
2050
  default:
2051
2051
  return i;
2052
2052
  }
2053
- return h.next_out = Q, h.avail_out = tt, h.next_in = L, h.avail_in = W, e.hold = T, e.bits = I, (e.wsize || q !== h.avail_out && e.mode < 30 && (e.mode < 27 || B !== 4)) && Z(h, h.output, h.next_out, q - h.avail_out) ? (e.mode = 31, -4) : (J -= h.avail_in, q -= h.avail_out, h.total_in += J, h.total_out += q, e.total += q, e.wrap && q && (h.adler = e.check = e.flags ? r(e.check, V, q, h.next_out - q) : o(e.check, V, q, h.next_out - q)), h.data_type = e.bits + (e.last ? 64 : 0) + (e.mode === 12 ? 128 : 0) + (e.mode === 20 || e.mode === 15 ? 256 : 0), (J == 0 && q === 0 || B === 4) && N === b && (N = -5), N);
2053
+ return h.next_out = Q, h.avail_out = tt, h.next_in = L, h.avail_in = W, e.hold = T, e.bits = I, (e.wsize || q !== h.avail_out && e.mode < 30 && (e.mode < 27 || B !== 4)) && M(h, h.output, h.next_out, q - h.avail_out) ? (e.mode = 31, -4) : (J -= h.avail_in, q -= h.avail_out, h.total_in += J, h.total_out += q, e.total += q, e.wrap && q && (h.adler = e.check = e.flags ? r(e.check, K, q, h.next_out - q) : o(e.check, K, q, h.next_out - q)), h.data_type = e.bits + (e.last ? 64 : 0) + (e.mode === 12 ? 128 : 0) + (e.mode === 20 || e.mode === 15 ? 256 : 0), (J == 0 && q === 0 || B === 4) && N === b && (N = -5), N);
2054
2054
  }, v.inflateEnd = function(h) {
2055
2055
  if (!h || !h.state) return i;
2056
2056
  var B = h.state;
@@ -2060,36 +2060,36 @@ https://github.com/nodeca/pako/blob/main/LICENSE
2060
2060
  return h && h.state && 2 & (e = h.state).wrap ? ((e.head = B).done = !1, b) : i;
2061
2061
  }, v.inflateSetDictionary = function(h, B) {
2062
2062
  var e, P = B.length;
2063
- return h && h.state ? (e = h.state).wrap !== 0 && e.mode !== 11 ? i : e.mode === 11 && o(1, B, P, 0) !== e.check ? -3 : Z(h, B, P, P) ? (e.mode = 31, -4) : (e.havedict = 1, b) : i;
2063
+ return h && h.state ? (e = h.state).wrap !== 0 && e.mode !== 11 ? i : e.mode === 11 && o(1, B, P, 0) !== e.check ? -3 : M(h, B, P, P) ? (e.mode = 31, -4) : (e.havedict = 1, b) : i;
2064
2064
  }, v.inflateInfo = "pako inflate (from Nodeca project)";
2065
2065
  }, { "../utils/common": 41, "./adler32": 43, "./crc32": 45, "./inffast": 48, "./inftrees": 50 }], 50: [function(p, A, v) {
2066
2066
  var a = p("../utils/common"), o = [3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 17, 19, 23, 27, 31, 35, 43, 51, 59, 67, 83, 99, 115, 131, 163, 195, 227, 258, 0, 0], r = [16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, 19, 19, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 16, 72, 78], l = [1, 2, 3, 4, 5, 7, 9, 13, 17, 25, 33, 49, 65, 97, 129, 193, 257, 385, 513, 769, 1025, 1537, 2049, 3073, 4097, 6145, 8193, 12289, 16385, 24577, 0, 0], g = [16, 16, 16, 16, 17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 23, 24, 24, 25, 25, 26, 26, 27, 27, 28, 28, 29, 29, 64, 64];
2067
- A.exports = function(y, _, b, i, d, n, c, s) {
2068
- var m, w, x, S, D, C, F, E, z, Z = s.bits, h = 0, B = 0, e = 0, P = 0, V = 0, L = 0, Q = 0, W = 0, tt = 0, T = 0, I = null, J = 0, q = new a.Buf16(16), G = new a.Buf16(16), st = null, ft = 0;
2067
+ A.exports = function(w, _, b, i, d, n, c, s) {
2068
+ var m, y, x, S, D, z, F, E, C, M = s.bits, h = 0, B = 0, e = 0, P = 0, K = 0, L = 0, Q = 0, W = 0, tt = 0, T = 0, I = null, J = 0, q = new a.Buf16(16), G = new a.Buf16(16), st = null, ft = 0;
2069
2069
  for (h = 0; h <= 15; h++) q[h] = 0;
2070
2070
  for (B = 0; B < i; B++) q[_[b + B]]++;
2071
- for (V = Z, P = 15; 1 <= P && q[P] === 0; P--) ;
2072
- if (P < V && (V = P), P === 0) return d[n++] = 20971520, d[n++] = 20971520, s.bits = 1, 0;
2071
+ for (K = M, P = 15; 1 <= P && q[P] === 0; P--) ;
2072
+ if (P < K && (K = P), P === 0) return d[n++] = 20971520, d[n++] = 20971520, s.bits = 1, 0;
2073
2073
  for (e = 1; e < P && q[e] === 0; e++) ;
2074
- for (V < e && (V = e), h = W = 1; h <= 15; h++) if (W <<= 1, (W -= q[h]) < 0) return -1;
2075
- if (0 < W && (y === 0 || P !== 1)) return -1;
2074
+ for (K < e && (K = e), h = W = 1; h <= 15; h++) if (W <<= 1, (W -= q[h]) < 0) return -1;
2075
+ if (0 < W && (w === 0 || P !== 1)) return -1;
2076
2076
  for (G[1] = 0, h = 1; h < 15; h++) G[h + 1] = G[h] + q[h];
2077
2077
  for (B = 0; B < i; B++) _[b + B] !== 0 && (c[G[_[b + B]]++] = B);
2078
- if (C = y === 0 ? (I = st = c, 19) : y === 1 ? (I = o, J -= 257, st = r, ft -= 257, 256) : (I = l, st = g, -1), h = e, D = n, Q = B = T = 0, x = -1, S = (tt = 1 << (L = V)) - 1, y === 1 && 852 < tt || y === 2 && 592 < tt) return 1;
2078
+ if (z = w === 0 ? (I = st = c, 19) : w === 1 ? (I = o, J -= 257, st = r, ft -= 257, 256) : (I = l, st = g, -1), h = e, D = n, Q = B = T = 0, x = -1, S = (tt = 1 << (L = K)) - 1, w === 1 && 852 < tt || w === 2 && 592 < tt) return 1;
2079
2079
  for (; ; ) {
2080
- for (F = h - Q, z = c[B] < C ? (E = 0, c[B]) : c[B] > C ? (E = st[ft + c[B]], I[J + c[B]]) : (E = 96, 0), m = 1 << h - Q, e = w = 1 << L; d[D + (T >> Q) + (w -= m)] = F << 24 | E << 16 | z | 0, w !== 0; ) ;
2080
+ for (F = h - Q, C = c[B] < z ? (E = 0, c[B]) : c[B] > z ? (E = st[ft + c[B]], I[J + c[B]]) : (E = 96, 0), m = 1 << h - Q, e = y = 1 << L; d[D + (T >> Q) + (y -= m)] = F << 24 | E << 16 | C | 0, y !== 0; ) ;
2081
2081
  for (m = 1 << h - 1; T & m; ) m >>= 1;
2082
2082
  if (m !== 0 ? (T &= m - 1, T += m) : T = 0, B++, --q[h] == 0) {
2083
2083
  if (h === P) break;
2084
2084
  h = _[b + c[B]];
2085
2085
  }
2086
- if (V < h && (T & S) !== x) {
2087
- for (Q === 0 && (Q = V), D += e, W = 1 << (L = h - Q); L + Q < P && !((W -= q[L + Q]) <= 0); ) L++, W <<= 1;
2088
- if (tt += 1 << L, y === 1 && 852 < tt || y === 2 && 592 < tt) return 1;
2089
- d[x = T & S] = V << 24 | L << 16 | D - n | 0;
2086
+ if (K < h && (T & S) !== x) {
2087
+ for (Q === 0 && (Q = K), D += e, W = 1 << (L = h - Q); L + Q < P && !((W -= q[L + Q]) <= 0); ) L++, W <<= 1;
2088
+ if (tt += 1 << L, w === 1 && 852 < tt || w === 2 && 592 < tt) return 1;
2089
+ d[x = T & S] = K << 24 | L << 16 | D - n | 0;
2090
2090
  }
2091
2091
  }
2092
- return T !== 0 && (d[D + T] = h - Q << 24 | 64 << 16 | 0), s.bits = V, 0;
2092
+ return T !== 0 && (d[D + T] = h - Q << 24 | 64 << 16 | 0), s.bits = K, 0;
2093
2093
  };
2094
2094
  }, { "../utils/common": 41 }], 51: [function(p, A, v) {
2095
2095
  A.exports = { 2: "need dictionary", 1: "stream end", 0: "", "-1": "file error", "-2": "stream error", "-3": "data error", "-4": "insufficient memory", "-5": "buffer error", "-6": "incompatible version" };
@@ -2098,17 +2098,17 @@ https://github.com/nodeca/pako/blob/main/LICENSE
2098
2098
  function l(u) {
2099
2099
  for (var k = u.length; 0 <= --k; ) u[k] = 0;
2100
2100
  }
2101
- var g = 0, y = 29, _ = 256, b = _ + 1 + y, i = 30, d = 19, n = 2 * b + 1, c = 15, s = 16, m = 7, w = 256, x = 16, S = 17, D = 18, C = [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 0], F = [0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13], E = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 7], z = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15], Z = new Array(2 * (b + 2));
2102
- l(Z);
2101
+ var g = 0, w = 29, _ = 256, b = _ + 1 + w, i = 30, d = 19, n = 2 * b + 1, c = 15, s = 16, m = 7, y = 256, x = 16, S = 17, D = 18, z = [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 0], F = [0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13], E = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 7], C = [16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15], M = new Array(2 * (b + 2));
2102
+ l(M);
2103
2103
  var h = new Array(2 * i);
2104
2104
  l(h);
2105
2105
  var B = new Array(512);
2106
2106
  l(B);
2107
2107
  var e = new Array(256);
2108
2108
  l(e);
2109
- var P = new Array(y);
2109
+ var P = new Array(w);
2110
2110
  l(P);
2111
- var V, L, Q, W = new Array(i);
2111
+ var K, L, Q, W = new Array(i);
2112
2112
  function tt(u, k, U, j, O) {
2113
2113
  this.static_tree = u, this.extra_bits = k, this.extra_base = U, this.elems = j, this.max_length = O, this.has_stree = u && u.length;
2114
2114
  }
@@ -2132,11 +2132,11 @@ https://github.com/nodeca/pako/blob/main/LICENSE
2132
2132
  return U >>> 1;
2133
2133
  }
2134
2134
  function ft(u, k, U) {
2135
- var j, O, M = new Array(c + 1), $ = 0;
2136
- for (j = 1; j <= c; j++) M[j] = $ = $ + U[j - 1] << 1;
2135
+ var j, O, Z = new Array(c + 1), $ = 0;
2136
+ for (j = 1; j <= c; j++) Z[j] = $ = $ + U[j - 1] << 1;
2137
2137
  for (O = 0; O <= k; O++) {
2138
2138
  var H = u[2 * O + 1];
2139
- H !== 0 && (u[2 * O] = st(M[H]++, H));
2139
+ H !== 0 && (u[2 * O] = st(Z[H]++, H));
2140
2140
  }
2141
2141
  }
2142
2142
  function rt(u) {
@@ -2144,78 +2144,78 @@ https://github.com/nodeca/pako/blob/main/LICENSE
2144
2144
  for (k = 0; k < b; k++) u.dyn_ltree[2 * k] = 0;
2145
2145
  for (k = 0; k < i; k++) u.dyn_dtree[2 * k] = 0;
2146
2146
  for (k = 0; k < d; k++) u.bl_tree[2 * k] = 0;
2147
- u.dyn_ltree[2 * w] = 1, u.opt_len = u.static_len = 0, u.last_lit = u.matches = 0;
2147
+ u.dyn_ltree[2 * y] = 1, u.opt_len = u.static_len = 0, u.last_lit = u.matches = 0;
2148
2148
  }
2149
2149
  function it(u) {
2150
2150
  8 < u.bi_valid ? J(u, u.bi_buf) : 0 < u.bi_valid && (u.pending_buf[u.pending++] = u.bi_buf), u.bi_buf = 0, u.bi_valid = 0;
2151
2151
  }
2152
2152
  function ct(u, k, U, j) {
2153
- var O = 2 * k, M = 2 * U;
2154
- return u[O] < u[M] || u[O] === u[M] && j[k] <= j[U];
2153
+ var O = 2 * k, Z = 2 * U;
2154
+ return u[O] < u[Z] || u[O] === u[Z] && j[k] <= j[U];
2155
2155
  }
2156
2156
  function ot(u, k, U) {
2157
2157
  for (var j = u.heap[U], O = U << 1; O <= u.heap_len && (O < u.heap_len && ct(k, u.heap[O + 1], u.heap[O], u.depth) && O++, !ct(k, j, u.heap[O], u.depth)); ) u.heap[U] = u.heap[O], U = O, O <<= 1;
2158
2158
  u.heap[U] = j;
2159
2159
  }
2160
2160
  function bt(u, k, U) {
2161
- var j, O, M, $, H = 0;
2162
- if (u.last_lit !== 0) for (; j = u.pending_buf[u.d_buf + 2 * H] << 8 | u.pending_buf[u.d_buf + 2 * H + 1], O = u.pending_buf[u.l_buf + H], H++, j === 0 ? G(u, O, k) : (G(u, (M = e[O]) + _ + 1, k), ($ = C[M]) !== 0 && q(u, O -= P[M], $), G(u, M = I(--j), U), ($ = F[M]) !== 0 && q(u, j -= W[M], $)), H < u.last_lit; ) ;
2163
- G(u, w, k);
2161
+ var j, O, Z, $, H = 0;
2162
+ if (u.last_lit !== 0) for (; j = u.pending_buf[u.d_buf + 2 * H] << 8 | u.pending_buf[u.d_buf + 2 * H + 1], O = u.pending_buf[u.l_buf + H], H++, j === 0 ? G(u, O, k) : (G(u, (Z = e[O]) + _ + 1, k), ($ = z[Z]) !== 0 && q(u, O -= P[Z], $), G(u, Z = I(--j), U), ($ = F[Z]) !== 0 && q(u, j -= W[Z], $)), H < u.last_lit; ) ;
2163
+ G(u, y, k);
2164
2164
  }
2165
2165
  function _t(u, k) {
2166
- var U, j, O, M = k.dyn_tree, $ = k.stat_desc.static_tree, H = k.stat_desc.has_stree, Y = k.stat_desc.elems, at = -1;
2167
- for (u.heap_len = 0, u.heap_max = n, U = 0; U < Y; U++) M[2 * U] !== 0 ? (u.heap[++u.heap_len] = at = U, u.depth[U] = 0) : M[2 * U + 1] = 0;
2168
- for (; u.heap_len < 2; ) M[2 * (O = u.heap[++u.heap_len] = at < 2 ? ++at : 0)] = 1, u.depth[O] = 0, u.opt_len--, H && (u.static_len -= $[2 * O + 1]);
2169
- for (k.max_code = at, U = u.heap_len >> 1; 1 <= U; U--) ot(u, M, U);
2170
- for (O = Y; U = u.heap[1], u.heap[1] = u.heap[u.heap_len--], ot(u, M, 1), j = u.heap[1], u.heap[--u.heap_max] = U, u.heap[--u.heap_max] = j, M[2 * O] = M[2 * U] + M[2 * j], u.depth[O] = (u.depth[U] >= u.depth[j] ? u.depth[U] : u.depth[j]) + 1, M[2 * U + 1] = M[2 * j + 1] = O, u.heap[1] = O++, ot(u, M, 1), 2 <= u.heap_len; ) ;
2166
+ var U, j, O, Z = k.dyn_tree, $ = k.stat_desc.static_tree, H = k.stat_desc.has_stree, Y = k.stat_desc.elems, at = -1;
2167
+ for (u.heap_len = 0, u.heap_max = n, U = 0; U < Y; U++) Z[2 * U] !== 0 ? (u.heap[++u.heap_len] = at = U, u.depth[U] = 0) : Z[2 * U + 1] = 0;
2168
+ for (; u.heap_len < 2; ) Z[2 * (O = u.heap[++u.heap_len] = at < 2 ? ++at : 0)] = 1, u.depth[O] = 0, u.opt_len--, H && (u.static_len -= $[2 * O + 1]);
2169
+ for (k.max_code = at, U = u.heap_len >> 1; 1 <= U; U--) ot(u, Z, U);
2170
+ for (O = Y; U = u.heap[1], u.heap[1] = u.heap[u.heap_len--], ot(u, Z, 1), j = u.heap[1], u.heap[--u.heap_max] = U, u.heap[--u.heap_max] = j, Z[2 * O] = Z[2 * U] + Z[2 * j], u.depth[O] = (u.depth[U] >= u.depth[j] ? u.depth[U] : u.depth[j]) + 1, Z[2 * U + 1] = Z[2 * j + 1] = O, u.heap[1] = O++, ot(u, Z, 1), 2 <= u.heap_len; ) ;
2171
2171
  u.heap[--u.heap_max] = u.heap[1], function(nt, gt) {
2172
- var St, vt, Et, lt, zt, Rt, yt = gt.dyn_tree, Pt = gt.max_code, Mt = gt.stat_desc.static_tree, Zt = gt.stat_desc.has_stree, Ht = gt.stat_desc.extra_bits, Ft = gt.stat_desc.extra_base, Ct = gt.stat_desc.max_length, At = 0;
2172
+ var St, vt, Et, lt, Ct, Rt, wt = gt.dyn_tree, Pt = gt.max_code, Zt = gt.stat_desc.static_tree, Mt = gt.stat_desc.has_stree, Ht = gt.stat_desc.extra_bits, Ft = gt.stat_desc.extra_base, zt = gt.stat_desc.max_length, At = 0;
2173
2173
  for (lt = 0; lt <= c; lt++) nt.bl_count[lt] = 0;
2174
- for (yt[2 * nt.heap[nt.heap_max] + 1] = 0, St = nt.heap_max + 1; St < n; St++) Ct < (lt = yt[2 * yt[2 * (vt = nt.heap[St]) + 1] + 1] + 1) && (lt = Ct, At++), yt[2 * vt + 1] = lt, Pt < vt || (nt.bl_count[lt]++, zt = 0, Ft <= vt && (zt = Ht[vt - Ft]), Rt = yt[2 * vt], nt.opt_len += Rt * (lt + zt), Zt && (nt.static_len += Rt * (Mt[2 * vt + 1] + zt)));
2174
+ for (wt[2 * nt.heap[nt.heap_max] + 1] = 0, St = nt.heap_max + 1; St < n; St++) zt < (lt = wt[2 * wt[2 * (vt = nt.heap[St]) + 1] + 1] + 1) && (lt = zt, At++), wt[2 * vt + 1] = lt, Pt < vt || (nt.bl_count[lt]++, Ct = 0, Ft <= vt && (Ct = Ht[vt - Ft]), Rt = wt[2 * vt], nt.opt_len += Rt * (lt + Ct), Mt && (nt.static_len += Rt * (Zt[2 * vt + 1] + Ct)));
2175
2175
  if (At !== 0) {
2176
2176
  do {
2177
- for (lt = Ct - 1; nt.bl_count[lt] === 0; ) lt--;
2178
- nt.bl_count[lt]--, nt.bl_count[lt + 1] += 2, nt.bl_count[Ct]--, At -= 2;
2177
+ for (lt = zt - 1; nt.bl_count[lt] === 0; ) lt--;
2178
+ nt.bl_count[lt]--, nt.bl_count[lt + 1] += 2, nt.bl_count[zt]--, At -= 2;
2179
2179
  } while (0 < At);
2180
- for (lt = Ct; lt !== 0; lt--) for (vt = nt.bl_count[lt]; vt !== 0; ) Pt < (Et = nt.heap[--St]) || (yt[2 * Et + 1] !== lt && (nt.opt_len += (lt - yt[2 * Et + 1]) * yt[2 * Et], yt[2 * Et + 1] = lt), vt--);
2180
+ for (lt = zt; lt !== 0; lt--) for (vt = nt.bl_count[lt]; vt !== 0; ) Pt < (Et = nt.heap[--St]) || (wt[2 * Et + 1] !== lt && (nt.opt_len += (lt - wt[2 * Et + 1]) * wt[2 * Et], wt[2 * Et + 1] = lt), vt--);
2181
2181
  }
2182
- }(u, k), ft(M, at, u.bl_count);
2182
+ }(u, k), ft(Z, at, u.bl_count);
2183
2183
  }
2184
2184
  function t(u, k, U) {
2185
- var j, O, M = -1, $ = k[1], H = 0, Y = 7, at = 4;
2186
- for ($ === 0 && (Y = 138, at = 3), k[2 * (U + 1) + 1] = 65535, j = 0; j <= U; j++) O = $, $ = k[2 * (j + 1) + 1], ++H < Y && O === $ || (H < at ? u.bl_tree[2 * O] += H : O !== 0 ? (O !== M && u.bl_tree[2 * O]++, u.bl_tree[2 * x]++) : H <= 10 ? u.bl_tree[2 * S]++ : u.bl_tree[2 * D]++, M = O, at = (H = 0) === $ ? (Y = 138, 3) : O === $ ? (Y = 6, 3) : (Y = 7, 4));
2185
+ var j, O, Z = -1, $ = k[1], H = 0, Y = 7, at = 4;
2186
+ for ($ === 0 && (Y = 138, at = 3), k[2 * (U + 1) + 1] = 65535, j = 0; j <= U; j++) O = $, $ = k[2 * (j + 1) + 1], ++H < Y && O === $ || (H < at ? u.bl_tree[2 * O] += H : O !== 0 ? (O !== Z && u.bl_tree[2 * O]++, u.bl_tree[2 * x]++) : H <= 10 ? u.bl_tree[2 * S]++ : u.bl_tree[2 * D]++, Z = O, at = (H = 0) === $ ? (Y = 138, 3) : O === $ ? (Y = 6, 3) : (Y = 7, 4));
2187
2187
  }
2188
2188
  function N(u, k, U) {
2189
- var j, O, M = -1, $ = k[1], H = 0, Y = 7, at = 4;
2189
+ var j, O, Z = -1, $ = k[1], H = 0, Y = 7, at = 4;
2190
2190
  for ($ === 0 && (Y = 138, at = 3), j = 0; j <= U; j++) if (O = $, $ = k[2 * (j + 1) + 1], !(++H < Y && O === $)) {
2191
2191
  if (H < at) for (; G(u, O, u.bl_tree), --H != 0; ) ;
2192
- else O !== 0 ? (O !== M && (G(u, O, u.bl_tree), H--), G(u, x, u.bl_tree), q(u, H - 3, 2)) : H <= 10 ? (G(u, S, u.bl_tree), q(u, H - 3, 3)) : (G(u, D, u.bl_tree), q(u, H - 11, 7));
2193
- M = O, at = (H = 0) === $ ? (Y = 138, 3) : O === $ ? (Y = 6, 3) : (Y = 7, 4);
2192
+ else O !== 0 ? (O !== Z && (G(u, O, u.bl_tree), H--), G(u, x, u.bl_tree), q(u, H - 3, 2)) : H <= 10 ? (G(u, S, u.bl_tree), q(u, H - 3, 3)) : (G(u, D, u.bl_tree), q(u, H - 11, 7));
2193
+ Z = O, at = (H = 0) === $ ? (Y = 138, 3) : O === $ ? (Y = 6, 3) : (Y = 7, 4);
2194
2194
  }
2195
2195
  }
2196
2196
  l(W);
2197
2197
  var R = !1;
2198
2198
  function f(u, k, U, j) {
2199
- q(u, (g << 1) + (j ? 1 : 0), 3), function(O, M, $, H) {
2200
- it(O), J(O, $), J(O, ~$), a.arraySet(O.pending_buf, O.window, M, $, O.pending), O.pending += $;
2199
+ q(u, (g << 1) + (j ? 1 : 0), 3), function(O, Z, $, H) {
2200
+ it(O), J(O, $), J(O, ~$), a.arraySet(O.pending_buf, O.window, Z, $, O.pending), O.pending += $;
2201
2201
  }(u, k, U);
2202
2202
  }
2203
2203
  v._tr_init = function(u) {
2204
2204
  R || (function() {
2205
- var k, U, j, O, M, $ = new Array(c + 1);
2206
- for (O = j = 0; O < y - 1; O++) for (P[O] = j, k = 0; k < 1 << C[O]; k++) e[j++] = O;
2207
- for (e[j - 1] = O, O = M = 0; O < 16; O++) for (W[O] = M, k = 0; k < 1 << F[O]; k++) B[M++] = O;
2208
- for (M >>= 7; O < i; O++) for (W[O] = M << 7, k = 0; k < 1 << F[O] - 7; k++) B[256 + M++] = O;
2205
+ var k, U, j, O, Z, $ = new Array(c + 1);
2206
+ for (O = j = 0; O < w - 1; O++) for (P[O] = j, k = 0; k < 1 << z[O]; k++) e[j++] = O;
2207
+ for (e[j - 1] = O, O = Z = 0; O < 16; O++) for (W[O] = Z, k = 0; k < 1 << F[O]; k++) B[Z++] = O;
2208
+ for (Z >>= 7; O < i; O++) for (W[O] = Z << 7, k = 0; k < 1 << F[O] - 7; k++) B[256 + Z++] = O;
2209
2209
  for (U = 0; U <= c; U++) $[U] = 0;
2210
- for (k = 0; k <= 143; ) Z[2 * k + 1] = 8, k++, $[8]++;
2211
- for (; k <= 255; ) Z[2 * k + 1] = 9, k++, $[9]++;
2212
- for (; k <= 279; ) Z[2 * k + 1] = 7, k++, $[7]++;
2213
- for (; k <= 287; ) Z[2 * k + 1] = 8, k++, $[8]++;
2214
- for (ft(Z, b + 1, $), k = 0; k < i; k++) h[2 * k + 1] = 5, h[2 * k] = st(k, 5);
2215
- V = new tt(Z, C, _ + 1, b, c), L = new tt(h, F, 0, i, c), Q = new tt(new Array(0), E, 0, d, m);
2216
- }(), R = !0), u.l_desc = new T(u.dyn_ltree, V), u.d_desc = new T(u.dyn_dtree, L), u.bl_desc = new T(u.bl_tree, Q), u.bi_buf = 0, u.bi_valid = 0, rt(u);
2210
+ for (k = 0; k <= 143; ) M[2 * k + 1] = 8, k++, $[8]++;
2211
+ for (; k <= 255; ) M[2 * k + 1] = 9, k++, $[9]++;
2212
+ for (; k <= 279; ) M[2 * k + 1] = 7, k++, $[7]++;
2213
+ for (; k <= 287; ) M[2 * k + 1] = 8, k++, $[8]++;
2214
+ for (ft(M, b + 1, $), k = 0; k < i; k++) h[2 * k + 1] = 5, h[2 * k] = st(k, 5);
2215
+ K = new tt(M, z, _ + 1, b, c), L = new tt(h, F, 0, i, c), Q = new tt(new Array(0), E, 0, d, m);
2216
+ }(), R = !0), u.l_desc = new T(u.dyn_ltree, K), u.d_desc = new T(u.dyn_dtree, L), u.bl_desc = new T(u.bl_tree, Q), u.bi_buf = 0, u.bi_valid = 0, rt(u);
2217
2217
  }, v._tr_stored_block = f, v._tr_flush_block = function(u, k, U, j) {
2218
- var O, M, $ = 0;
2218
+ var O, Z, $ = 0;
2219
2219
  0 < u.level ? (u.strm.data_type === 2 && (u.strm.data_type = function(H) {
2220
2220
  var Y, at = 4093624447;
2221
2221
  for (Y = 0; Y <= 31; Y++, at >>>= 1) if (1 & at && H.dyn_ltree[2 * Y] !== 0) return o;
@@ -2224,17 +2224,17 @@ https://github.com/nodeca/pako/blob/main/LICENSE
2224
2224
  return o;
2225
2225
  }(u)), _t(u, u.l_desc), _t(u, u.d_desc), $ = function(H) {
2226
2226
  var Y;
2227
- for (t(H, H.dyn_ltree, H.l_desc.max_code), t(H, H.dyn_dtree, H.d_desc.max_code), _t(H, H.bl_desc), Y = d - 1; 3 <= Y && H.bl_tree[2 * z[Y] + 1] === 0; Y--) ;
2227
+ for (t(H, H.dyn_ltree, H.l_desc.max_code), t(H, H.dyn_dtree, H.d_desc.max_code), _t(H, H.bl_desc), Y = d - 1; 3 <= Y && H.bl_tree[2 * C[Y] + 1] === 0; Y--) ;
2228
2228
  return H.opt_len += 3 * (Y + 1) + 5 + 5 + 4, Y;
2229
- }(u), O = u.opt_len + 3 + 7 >>> 3, (M = u.static_len + 3 + 7 >>> 3) <= O && (O = M)) : O = M = U + 5, U + 4 <= O && k !== -1 ? f(u, k, U, j) : u.strategy === 4 || M === O ? (q(u, 2 + (j ? 1 : 0), 3), bt(u, Z, h)) : (q(u, 4 + (j ? 1 : 0), 3), function(H, Y, at, nt) {
2229
+ }(u), O = u.opt_len + 3 + 7 >>> 3, (Z = u.static_len + 3 + 7 >>> 3) <= O && (O = Z)) : O = Z = U + 5, U + 4 <= O && k !== -1 ? f(u, k, U, j) : u.strategy === 4 || Z === O ? (q(u, 2 + (j ? 1 : 0), 3), bt(u, M, h)) : (q(u, 4 + (j ? 1 : 0), 3), function(H, Y, at, nt) {
2230
2230
  var gt;
2231
- for (q(H, Y - 257, 5), q(H, at - 1, 5), q(H, nt - 4, 4), gt = 0; gt < nt; gt++) q(H, H.bl_tree[2 * z[gt] + 1], 3);
2231
+ for (q(H, Y - 257, 5), q(H, at - 1, 5), q(H, nt - 4, 4), gt = 0; gt < nt; gt++) q(H, H.bl_tree[2 * C[gt] + 1], 3);
2232
2232
  N(H, H.dyn_ltree, Y - 1), N(H, H.dyn_dtree, at - 1);
2233
2233
  }(u, u.l_desc.max_code + 1, u.d_desc.max_code + 1, $ + 1), bt(u, u.dyn_ltree, u.dyn_dtree)), rt(u), j && it(u);
2234
2234
  }, v._tr_tally = function(u, k, U) {
2235
2235
  return u.pending_buf[u.d_buf + 2 * u.last_lit] = k >>> 8 & 255, u.pending_buf[u.d_buf + 2 * u.last_lit + 1] = 255 & k, u.pending_buf[u.l_buf + u.last_lit] = 255 & U, u.last_lit++, k === 0 ? u.dyn_ltree[2 * U]++ : (u.matches++, k--, u.dyn_ltree[2 * (e[U] + _ + 1)]++, u.dyn_dtree[2 * I(k)]++), u.last_lit === u.lit_bufsize - 1;
2236
2236
  }, v._tr_align = function(u) {
2237
- q(u, 2, 3), G(u, w, Z), function(k) {
2237
+ q(u, 2, 3), G(u, y, M), function(k) {
2238
2238
  k.bi_valid === 16 ? (J(k, k.bi_buf), k.bi_buf = 0, k.bi_valid = 0) : 8 <= k.bi_valid && (k.pending_buf[k.pending++] = 255 & k.bi_buf, k.bi_buf >>= 8, k.bi_valid -= 8);
2239
2239
  }(u);
2240
2240
  };
@@ -2246,7 +2246,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
2246
2246
  (function(a) {
2247
2247
  (function(o, r) {
2248
2248
  if (!o.setImmediate) {
2249
- var l, g, y, _, b = 1, i = {}, d = !1, n = o.document, c = Object.getPrototypeOf && Object.getPrototypeOf(o);
2249
+ var l, g, w, _, b = 1, i = {}, d = !1, n = o.document, c = Object.getPrototypeOf && Object.getPrototypeOf(o);
2250
2250
  c = c && c.setTimeout ? c : o, l = {}.toString.call(o.process) === "[object process]" ? function(x) {
2251
2251
  process.nextTick(function() {
2252
2252
  m(x);
@@ -2258,12 +2258,12 @@ https://github.com/nodeca/pako/blob/main/LICENSE
2258
2258
  x = !1;
2259
2259
  }, o.postMessage("", "*"), o.onmessage = S, x;
2260
2260
  }
2261
- }() ? (_ = "setImmediate$" + Math.random() + "$", o.addEventListener ? o.addEventListener("message", w, !1) : o.attachEvent("onmessage", w), function(x) {
2261
+ }() ? (_ = "setImmediate$" + Math.random() + "$", o.addEventListener ? o.addEventListener("message", y, !1) : o.attachEvent("onmessage", y), function(x) {
2262
2262
  o.postMessage(_ + x, "*");
2263
- }) : o.MessageChannel ? ((y = new MessageChannel()).port1.onmessage = function(x) {
2263
+ }) : o.MessageChannel ? ((w = new MessageChannel()).port1.onmessage = function(x) {
2264
2264
  m(x.data);
2265
2265
  }, function(x) {
2266
- y.port2.postMessage(x);
2266
+ w.port2.postMessage(x);
2267
2267
  }) : n && "onreadystatechange" in n.createElement("script") ? (g = n.documentElement, function(x) {
2268
2268
  var S = n.createElement("script");
2269
2269
  S.onreadystatechange = function() {
@@ -2274,8 +2274,8 @@ https://github.com/nodeca/pako/blob/main/LICENSE
2274
2274
  }, c.setImmediate = function(x) {
2275
2275
  typeof x != "function" && (x = new Function("" + x));
2276
2276
  for (var S = new Array(arguments.length - 1), D = 0; D < S.length; D++) S[D] = arguments[D + 1];
2277
- var C = { callback: x, args: S };
2278
- return i[b] = C, l(b), b++;
2277
+ var z = { callback: x, args: S };
2278
+ return i[b] = z, l(b), b++;
2279
2279
  }, c.clearImmediate = s;
2280
2280
  }
2281
2281
  function s(x) {
@@ -2289,22 +2289,22 @@ https://github.com/nodeca/pako/blob/main/LICENSE
2289
2289
  d = !0;
2290
2290
  try {
2291
2291
  (function(D) {
2292
- var C = D.callback, F = D.args;
2292
+ var z = D.callback, F = D.args;
2293
2293
  switch (F.length) {
2294
2294
  case 0:
2295
- C();
2295
+ z();
2296
2296
  break;
2297
2297
  case 1:
2298
- C(F[0]);
2298
+ z(F[0]);
2299
2299
  break;
2300
2300
  case 2:
2301
- C(F[0], F[1]);
2301
+ z(F[0], F[1]);
2302
2302
  break;
2303
2303
  case 3:
2304
- C(F[0], F[1], F[2]);
2304
+ z(F[0], F[1], F[2]);
2305
2305
  break;
2306
2306
  default:
2307
- C.apply(r, F);
2307
+ z.apply(r, F);
2308
2308
  }
2309
2309
  })(S);
2310
2310
  } finally {
@@ -2313,7 +2313,7 @@ https://github.com/nodeca/pako/blob/main/LICENSE
2313
2313
  }
2314
2314
  }
2315
2315
  }
2316
- function w(x) {
2316
+ function y(x) {
2317
2317
  x.source === o && typeof x.data == "string" && x.data.indexOf(_) === 0 && m(+x.data.slice(_.length));
2318
2318
  }
2319
2319
  })(typeof self > "u" ? a === void 0 ? this : a : self);
@@ -2321,12 +2321,12 @@ https://github.com/nodeca/pako/blob/main/LICENSE
2321
2321
  }, {}] }, {}, [10])(10);
2322
2322
  });
2323
2323
  })(jt);
2324
- var Vt = jt.exports;
2325
- const Kt = /* @__PURE__ */ $t(Vt);
2324
+ var Kt = jt.exports;
2325
+ const Vt = /* @__PURE__ */ $t(Kt);
2326
2326
  function Yt() {
2327
- const [X, K] = ht(""), [p, A] = ht(!1), [v, a] = ht(""), [o, r] = ht(null);
2327
+ const [X, V] = ht(""), [p, A] = ht(!1), [v, a] = ht(""), [o, r] = ht(null);
2328
2328
  let l = "", g = "";
2329
- const y = wt(null), _ = wt(null), b = {}, i = [
2329
+ const w = yt(null), _ = yt(null), b = {}, i = [
2330
2330
  "text/html",
2331
2331
  "text/xml",
2332
2332
  "application/xml",
@@ -2334,47 +2334,47 @@ function Yt() {
2334
2334
  "image/svg+xml"
2335
2335
  ], d = Tt(
2336
2336
  async (E) => {
2337
- A(!0), K(""), a("Loading..."), r(null), _.current && (document.head.removeChild(_.current), URL.revokeObjectURL(_.current.href), _.current = null);
2337
+ A(!0), V(""), a("Loading..."), r(null), _.current && (document.head.removeChild(_.current), URL.revokeObjectURL(_.current.href), _.current = null);
2338
2338
  try {
2339
- let z;
2339
+ let C;
2340
2340
  if (typeof E == "string") {
2341
- const Z = await fetch(E);
2342
- if (!Z.ok)
2341
+ const M = await fetch(E);
2342
+ if (!M.ok)
2343
2343
  throw new Error(
2344
- `HTTP error! status: ${Z.status} ${Z.statusText}`
2344
+ `HTTP error! status: ${M.status} ${M.statusText}`
2345
2345
  );
2346
- z = await Z.arrayBuffer();
2347
- } else E instanceof File ? z = await E.arrayBuffer() : z = E;
2348
- if (!z || z.byteLength === 0)
2346
+ C = await M.arrayBuffer();
2347
+ } else E instanceof File ? C = await E.arrayBuffer() : C = E;
2348
+ if (!C || C.byteLength === 0)
2349
2349
  throw new Error(
2350
2350
  "EPUB source is empty or could not be read."
2351
2351
  );
2352
- y.current = await Kt.loadAsync(z), await n();
2353
- } catch (z) {
2354
- const Z = z instanceof Error ? z.message : "An unknown error occurred while fetching or loading the EPUB.";
2355
- console.error("Error processing EPUB source:", z), r(Z), K(""), a(""), A(!1);
2352
+ w.current = await Vt.loadAsync(C), await n();
2353
+ } catch (C) {
2354
+ const M = C instanceof Error ? C.message : "An unknown error occurred while fetching or loading the EPUB.";
2355
+ console.error("Error processing EPUB source:", C), r(M), V(""), a(""), A(!1);
2356
2356
  }
2357
2357
  },
2358
2358
  // eslint-disable-next-line
2359
2359
  []
2360
2360
  );
2361
2361
  async function n() {
2362
- if (!y.current) throw new Error("Zip not loaded");
2363
- const z = y.current.file("META-INF/container.xml");
2364
- if (!z)
2362
+ if (!w.current) throw new Error("Zip not loaded");
2363
+ const C = w.current.file("META-INF/container.xml");
2364
+ if (!C)
2365
2365
  throw new Error("META-INF/container.xml not found.");
2366
- const Z = await z.async("text"), h = c(Z);
2366
+ const M = await C.async("text"), h = c(M);
2367
2367
  if (!h)
2368
2368
  throw new Error("OPF file path not found in container.xml.");
2369
2369
  l = h.substring(0, h.lastIndexOf("/") + 1);
2370
- const B = y.current.file(h);
2370
+ const B = w.current.file(h);
2371
2371
  if (!B) throw new Error(`OPF file not found at path: ${h}`);
2372
- const e = await B.async("text"), V = new DOMParser().parseFromString(e, "application/xml"), L = V.querySelector("parsererror");
2372
+ const e = await B.async("text"), K = new DOMParser().parseFromString(e, "application/xml"), L = K.querySelector("parsererror");
2373
2373
  if (L)
2374
2374
  throw new Error(
2375
2375
  `Error parsing OPF file: ${L.textContent || "Unknown XML parse error"}`
2376
2376
  );
2377
- s(V), await m(V);
2377
+ s(K), await m(K);
2378
2378
  }
2379
2379
  function c(E) {
2380
2380
  const h = new DOMParser().parseFromString(
@@ -2386,68 +2386,68 @@ function Yt() {
2386
2386
  return (h == null ? void 0 : h.getAttribute("full-path")) ?? null;
2387
2387
  }
2388
2388
  function s(E) {
2389
- const z = E.querySelector("metadata > dc\\:title") || E.querySelector("metadata > title");
2390
- a((z == null ? void 0 : z.textContent) || "Untitled Book");
2389
+ const C = E.querySelector("metadata > dc\\:title") || E.querySelector("metadata > title");
2390
+ a((C == null ? void 0 : C.textContent) || "Untitled Book");
2391
2391
  }
2392
2392
  async function m(E) {
2393
- if (!y.current) return;
2394
- const z = {};
2393
+ if (!w.current) return;
2394
+ const C = {};
2395
2395
  E.querySelectorAll("manifest > item").forEach((e) => {
2396
- const P = e.getAttribute("id"), V = e.getAttribute("href"), L = e.getAttribute("media-type");
2397
- P && V && L && (z[P] = { href: decodeURIComponent(V), type: L });
2396
+ const P = e.getAttribute("id"), K = e.getAttribute("href"), L = e.getAttribute("media-type");
2397
+ P && K && L && (C[P] = { href: decodeURIComponent(K), type: L });
2398
2398
  });
2399
- const Z = Array.from(
2399
+ const M = Array.from(
2400
2400
  E.querySelectorAll("spine > itemref")
2401
2401
  ).map((e) => e.getAttribute("idref"));
2402
2402
  let h = "";
2403
2403
  const B = /* @__PURE__ */ new Set();
2404
- for (const e of Z) {
2404
+ for (const e of M) {
2405
2405
  if (!e) continue;
2406
- const P = z[e];
2406
+ const P = C[e];
2407
2407
  if (P) {
2408
- const V = l + P.href, L = y.current.file(V);
2408
+ const K = l + P.href, L = w.current.file(K);
2409
2409
  if (L && (P.type.includes("html") || P.type.includes("xml")))
2410
2410
  try {
2411
- const Q = await L.async("text"), W = await w(
2411
+ const Q = await L.async("text"), W = await y(
2412
2412
  Q,
2413
2413
  P.type
2414
2414
  );
2415
2415
  h += `<div class="bok-chapter">${W}</div>`;
2416
2416
  } catch (Q) {
2417
2417
  console.warn(
2418
- `Failed to process spine item ${V}:`,
2418
+ `Failed to process spine item ${K}:`,
2419
2419
  Q
2420
2420
  );
2421
2421
  }
2422
2422
  }
2423
2423
  }
2424
- for (const e in z) {
2425
- const P = z[e];
2424
+ for (const e in C) {
2425
+ const P = C[e];
2426
2426
  if (P.type.includes("css")) {
2427
- const V = l + P.href;
2428
- if (!B.has(V)) {
2429
- const L = y.current.file(V);
2427
+ const K = l + P.href;
2428
+ if (!B.has(K)) {
2429
+ const L = w.current.file(K);
2430
2430
  if (L)
2431
2431
  try {
2432
2432
  g += await L.async("text") + `
2433
- `, B.add(V);
2433
+ `, B.add(K);
2434
2434
  } catch (Q) {
2435
- console.warn(`Failed to load CSS ${V}:`, Q);
2435
+ console.warn(`Failed to load CSS ${K}:`, Q);
2436
2436
  }
2437
2437
  }
2438
2438
  }
2439
2439
  }
2440
- F(), K(h);
2440
+ F(), V(h);
2441
2441
  }
2442
- async function w(E, z) {
2443
- let Z = [...E.matchAll(/<style[^>]*>([\s\S]*?)<\/style>/gi)].map((B) => B[1]).join(`
2442
+ async function y(E, C) {
2443
+ let M = [...E.matchAll(/<style[^>]*>([\s\S]*?)<\/style>/gi)].map((B) => B[1]).join(`
2444
2444
  `);
2445
- Z = x(Z), g += Z;
2445
+ M = x(M), g += M;
2446
2446
  let h = E.replace(/<style[^>]*>[\s\S]*?<\/style>/gi, "");
2447
- return h = h.replace(/<link[^>]*?>/gi, ""), h = h.replace(/<title[^>]*>[\s\S]*?<\/title>/gi, ""), h = await S(h, z), h;
2447
+ return h = h.replace(/<link[^>]*?>/gi, ""), h = h.replace(/<title[^>]*>[\s\S]*?<\/title>/gi, ""), h = await S(h, C), h;
2448
2448
  }
2449
2449
  function x(E) {
2450
- const z = [
2450
+ const C = [
2451
2451
  "background-color",
2452
2452
  "color",
2453
2453
  "font-size",
@@ -2456,23 +2456,23 @@ function Yt() {
2456
2456
  "line-height",
2457
2457
  "text-align"
2458
2458
  ];
2459
- return E.split(/}/).map((Z) => {
2460
- const h = Z.split(/{/), B = h[0], e = h[1];
2459
+ return E.split(/}/).map((M) => {
2460
+ const h = M.split(/{/), B = h[0], e = h[1];
2461
2461
  if (!e) return "";
2462
- const P = e.split(/;/).map((V) => V.trim()).filter((V) => V ? !z.some(
2463
- (L) => new RegExp(`^${L}s*:`, "i").test(V)
2462
+ const P = e.split(/;/).map((K) => K.trim()).filter((K) => K ? !C.some(
2463
+ (L) => new RegExp(`^${L}s*:`, "i").test(K)
2464
2464
  ) : !1).join("; ");
2465
2465
  return P ? `${B.trim()} { ${P}; }` : "";
2466
- }).filter((Z) => !!Z).join(`
2466
+ }).filter((M) => !!M).join(`
2467
2467
  `);
2468
2468
  }
2469
- async function S(E, z) {
2470
- const Z = new DOMParser();
2471
- if (i.includes(z))
2469
+ async function S(E, C) {
2470
+ const M = new DOMParser();
2471
+ if (i.includes(C))
2472
2472
  try {
2473
- const h = Z.parseFromString(
2473
+ const h = M.parseFromString(
2474
2474
  E,
2475
- z
2475
+ C
2476
2476
  ), B = h.querySelector("parsererror");
2477
2477
  if (B)
2478
2478
  return console.warn(
@@ -2484,7 +2484,7 @@ function Yt() {
2484
2484
  await D(Q);
2485
2485
  const P = h.querySelectorAll("image");
2486
2486
  for (const Q of P)
2487
- await C(Q);
2487
+ await z(Q);
2488
2488
  return new XMLSerializer().serializeToString(
2489
2489
  h.documentElement || h
2490
2490
  );
@@ -2497,57 +2497,57 @@ function Yt() {
2497
2497
  else return E;
2498
2498
  }
2499
2499
  async function D(E) {
2500
- var Z;
2501
- let z = E.getAttribute("src");
2502
- if (z) {
2503
- for (; z.startsWith(".") || z.startsWith("/"); ) z = z.slice(1);
2504
- if (z = l + z, b[z] === void 0) {
2505
- const h = (Z = y.current) == null ? void 0 : Z.file(z);
2500
+ var M;
2501
+ let C = E.getAttribute("src");
2502
+ if (C) {
2503
+ for (; C.startsWith(".") || C.startsWith("/"); ) C = C.slice(1);
2504
+ if (C = l + C, b[C] === void 0) {
2505
+ const h = (M = w.current) == null ? void 0 : M.file(C);
2506
2506
  if (h)
2507
2507
  try {
2508
2508
  const B = await h.async("blob"), e = URL.createObjectURL(B);
2509
- b[z] = e;
2509
+ b[C] = e;
2510
2510
  } catch (B) {
2511
2511
  console.warn(
2512
- `Could not load image blob (formatImg) ${z}:`,
2512
+ `Could not load image blob (formatImg) ${C}:`,
2513
2513
  B
2514
- ), b[z] = "";
2514
+ ), b[C] = "";
2515
2515
  }
2516
2516
  else
2517
- console.warn(`Image file not found in zip (formatImg): ${z}`), b[z] = "";
2517
+ console.warn(`Image file not found in zip (formatImg): ${C}`), b[C] = "";
2518
2518
  }
2519
- E.setAttribute("src", b[z]);
2519
+ E.setAttribute("src", b[C]);
2520
2520
  }
2521
2521
  }
2522
- async function C(E) {
2523
- var Z;
2524
- let z = E.getAttribute("xlink:href");
2525
- if (z) {
2526
- for (; z.startsWith(".") || z.startsWith("/"); ) z = z.slice(1);
2527
- if (z = l + z, b[z] === void 0) {
2528
- const h = (Z = y.current) == null ? void 0 : Z.file(z);
2522
+ async function z(E) {
2523
+ var M;
2524
+ let C = E.getAttribute("xlink:href");
2525
+ if (C) {
2526
+ for (; C.startsWith(".") || C.startsWith("/"); ) C = C.slice(1);
2527
+ if (C = l + C, b[C] === void 0) {
2528
+ const h = (M = w.current) == null ? void 0 : M.file(C);
2529
2529
  if (h)
2530
2530
  try {
2531
2531
  const B = await h.async("blob"), e = URL.createObjectURL(B);
2532
- b[z] = e;
2532
+ b[C] = e;
2533
2533
  } catch (B) {
2534
2534
  console.warn(
2535
- `Could not load image blob (formatXMLImage) ${z}:`,
2535
+ `Could not load image blob (formatXMLImage) ${C}:`,
2536
2536
  B
2537
- ), b[z] = "";
2537
+ ), b[C] = "";
2538
2538
  }
2539
2539
  else
2540
2540
  console.warn(
2541
- `Image file not found in zip (formatXMLImage): ${z}`
2542
- ), b[z] = "";
2541
+ `Image file not found in zip (formatXMLImage): ${C}`
2542
+ ), b[C] = "";
2543
2543
  }
2544
- E.setAttribute("xlink:href", b[z]);
2544
+ E.setAttribute("xlink:href", b[C]);
2545
2545
  }
2546
2546
  }
2547
2547
  function F() {
2548
2548
  if (!g.trim()) return;
2549
- const E = new Blob([g], { type: "text/css" }), z = URL.createObjectURL(E);
2550
- _.current = document.createElement("link"), _.current.href = z, _.current.rel = "stylesheet", _.current.setAttribute("data-bok-reader-style", "true"), document.head.appendChild(_.current);
2549
+ const E = new Blob([g], { type: "text/css" }), C = URL.createObjectURL(E);
2550
+ _.current = document.createElement("link"), _.current.href = C, _.current.rel = "stylesheet", _.current.setAttribute("data-bok-reader-style", "true"), document.head.appendChild(_.current);
2551
2551
  }
2552
2552
  return {
2553
2553
  title: v,
@@ -2559,7 +2559,7 @@ function Yt() {
2559
2559
  };
2560
2560
  }
2561
2561
  function Wt(X) {
2562
- const [K, p] = ht({
2562
+ const [V, p] = ht({
2563
2563
  width: 0,
2564
2564
  height: 0,
2565
2565
  noOfPages: 1
@@ -2569,11 +2569,11 @@ function Wt(X) {
2569
2569
  if (A) {
2570
2570
  const a = A.getBoundingClientRect(), o = a.height < a.width;
2571
2571
  p((r) => {
2572
- const l = o ? a.width / 2 : a.width, g = a.height, y = o ? 2 : 1;
2573
- return r.width !== l || r.height !== g || r.noOfPages !== y ? {
2572
+ const l = o ? a.width / 2 : a.width, g = a.height, w = o ? 2 : 1;
2573
+ return r.width !== l || r.height !== g || r.noOfPages !== w ? {
2574
2574
  width: l,
2575
2575
  height: g,
2576
- noOfPages: y
2576
+ noOfPages: w
2577
2577
  } : r;
2578
2578
  });
2579
2579
  } else
@@ -2586,10 +2586,10 @@ function Wt(X) {
2586
2586
  a.unobserve(A);
2587
2587
  };
2588
2588
  }
2589
- }, [X]), [K.width, K.height, K.noOfPages];
2589
+ }, [X]), [V.width, V.height, V.noOfPages];
2590
2590
  }
2591
2591
  function Jt(X) {
2592
- const [K, p] = ht(0), A = Tt(() => {
2592
+ const [V, p] = ht(0), A = Tt(() => {
2593
2593
  if (X.current) {
2594
2594
  const v = X.current.scrollWidth, a = X.current.scrollLeft, o = v > 0 ? a / v : 0;
2595
2595
  p(o);
@@ -2607,31 +2607,31 @@ function Jt(X) {
2607
2607
  return v.addEventListener("scroll", r), A(), () => {
2608
2608
  a && clearTimeout(a), v.removeEventListener("scroll", r);
2609
2609
  };
2610
- }, [A, X]), [K, p];
2610
+ }, [A, X]), [V, p];
2611
2611
  }
2612
- function Qt(X, K, p, A, v) {
2612
+ function Qt(X, V, p, A, v) {
2613
2613
  let a = "";
2614
2614
  dt(() => {
2615
- K > 1e-7 && (a = JSON.stringify({
2616
- percentRead: K,
2615
+ V > 1e-7 && (a = JSON.stringify({
2616
+ percentRead: V,
2617
2617
  padding: p,
2618
2618
  fontSize: A,
2619
2619
  fontFamily: v
2620
2620
  }), localStorage.setItem(X, a));
2621
- }, [X, K, p, A, v]);
2621
+ }, [X, V, p, A, v]);
2622
2622
  }
2623
- const te = (X, K, p, A) => {
2624
- const [v, a] = Wt(p), o = wt(null), r = wt(""), l = Tt(
2625
- (g, y) => {
2626
- !K && !A && (g / v <= 0.4 && y / a < 0.8 && X(-1), g / v > 0.4 && y / a < 0.8 && X(1));
2623
+ const te = (X, V, p, A) => {
2624
+ const [v, a] = Wt(p), o = yt(null), r = yt(""), l = Tt(
2625
+ (g, w) => {
2626
+ !V && !A && (g / v <= 0.4 && w / a < 0.8 && X(-1), g / v > 0.4 && w / a < 0.8 && X(1));
2627
2627
  },
2628
- [X, K, v, a, A]
2628
+ [X, V, v, a, A]
2629
2629
  );
2630
2630
  dt(() => {
2631
2631
  const g = () => {
2632
2632
  var _;
2633
- const y = (_ = window.getSelection()) == null ? void 0 : _.toString();
2634
- y && y.length > 0 ? r.current = y : r.current = "";
2633
+ const w = (_ = window.getSelection()) == null ? void 0 : _.toString();
2634
+ w && w.length > 0 ? r.current = w : r.current = "";
2635
2635
  };
2636
2636
  return document.addEventListener("selectionchange", g), () => {
2637
2637
  document.removeEventListener("selectionchange", g);
@@ -2641,38 +2641,38 @@ const te = (X, K, p, A) => {
2641
2641
  o.current = window.setTimeout(() => {
2642
2642
  o.current = null;
2643
2643
  }, 500);
2644
- }, y = (_) => {
2644
+ }, w = (_) => {
2645
2645
  if (o.current && r.current) {
2646
2646
  clearTimeout(o.current), o.current = null;
2647
2647
  const { pageX: b, pageY: i } = _.touches[0];
2648
2648
  l(b, i);
2649
2649
  }
2650
2650
  };
2651
- return window.addEventListener("touchstart", g), window.addEventListener("touchend", y), () => {
2652
- window.removeEventListener("touchstart", g), window.removeEventListener("touchend", y);
2651
+ return window.addEventListener("touchstart", g), window.addEventListener("touchend", w), () => {
2652
+ window.removeEventListener("touchstart", g), window.removeEventListener("touchend", w);
2653
2653
  };
2654
2654
  }, [v, l]), dt(() => {
2655
- const g = p.current, y = () => {
2655
+ const g = p.current, w = () => {
2656
2656
  o.current = window.setTimeout(() => {
2657
2657
  }, 200);
2658
2658
  }, _ = (b) => {
2659
2659
  o.current && !r.current && (clearTimeout(o.current), o.current = null, l(b.clientX, b.clientY));
2660
2660
  };
2661
- return g == null || g.addEventListener("mousedown", y), g == null || g.addEventListener("mouseup", _), () => {
2662
- g == null || g.removeEventListener("mousedown", y), g == null || g.removeEventListener("mouseup", _);
2661
+ return g == null || g.addEventListener("mousedown", w), g == null || g.addEventListener("mouseup", _), () => {
2662
+ g == null || g.removeEventListener("mousedown", w), g == null || g.removeEventListener("mouseup", _);
2663
2663
  };
2664
- }, [v, K, l, p]);
2664
+ }, [v, V, l, p]);
2665
2665
  };
2666
- function ee({ currentPage: X, pages: K }) {
2666
+ function ee({ currentPage: X, pages: V }) {
2667
2667
  return /* @__PURE__ */ ut("div", { className: "page-number", children: [
2668
2668
  X + 1,
2669
2669
  "/",
2670
- K
2670
+ V
2671
2671
  ] });
2672
2672
  }
2673
2673
  function re({
2674
2674
  content: X,
2675
- title: K,
2675
+ title: V,
2676
2676
  setIsLoading: p,
2677
2677
  fontSize: A,
2678
2678
  sidePadding: v,
@@ -2681,21 +2681,21 @@ function re({
2681
2681
  setFontSize: r,
2682
2682
  setPadding: l,
2683
2683
  setFontFamily: g,
2684
- containerElementRef: y,
2684
+ containerElementRef: w,
2685
2685
  showTutorial: _
2686
2686
  }) {
2687
- const b = wt(null), [i, d, n] = Wt(y), [c, s] = Jt(b), [m, w] = ht(1), [x, S] = ht(0);
2688
- Qt(K, c, v, A, a);
2687
+ const b = yt(null), [i, d, n] = Wt(w), [c, s] = Jt(b), [m, y] = ht(1), [x, S] = ht(0);
2688
+ Qt(V, c, v, A, a);
2689
2689
  const D = Tt(
2690
- (C) => {
2691
- w((F) => {
2690
+ (z) => {
2691
+ y((F) => {
2692
2692
  const E = b.current;
2693
2693
  if (E && x > 0 && n > 0 && E.clientWidth > 0) {
2694
- let z = F + C;
2695
- return z < 0 && (z = 0), z >= x && (z = x - 1), E.scroll({
2696
- left: z * i * n,
2694
+ let C = F + z;
2695
+ return C < 0 && (C = 0), C >= x && (C = x - 1), E.scroll({
2696
+ left: C * i * n,
2697
2697
  behavior: "smooth"
2698
- }), z;
2698
+ }), C;
2699
2699
  }
2700
2700
  return F;
2701
2701
  });
@@ -2705,39 +2705,42 @@ function re({
2705
2705
  return te(
2706
2706
  D,
2707
2707
  o,
2708
- y,
2708
+ w,
2709
2709
  _
2710
2710
  ), dt(() => {
2711
- if (!K) return;
2712
- const C = localStorage.getItem(K);
2713
- if (C)
2711
+ if (!V) return;
2712
+ const z = localStorage.getItem(V);
2713
+ if (z)
2714
2714
  try {
2715
- const F = JSON.parse(C);
2715
+ const F = JSON.parse(z);
2716
2716
  F && (s(F.percentRead || 0), F.fontSize !== void 0 && r(F.fontSize), F.padding !== void 0 && l(F.padding), F.fontFamily !== void 0 && g(F.fontFamily));
2717
2717
  } catch (F) {
2718
- console.error("Failed to parse local storage for", K, F), s(0);
2718
+ console.error("Failed to parse local storage for", V, F), s(0);
2719
2719
  }
2720
2720
  else
2721
2721
  s(0);
2722
- w(1);
2723
- }, [K, s, r, l, g]), dt(() => {
2724
- const C = b.current;
2725
- if (!C || i <= 0 || d <= 0) return;
2722
+ y(1);
2723
+ }, [V, s, r, l, g]), dt(() => {
2724
+ const z = b.current;
2725
+ if (!z || i <= 0 || d <= 0) return;
2726
2726
  p(!0);
2727
2727
  const F = setTimeout(() => {
2728
- C.style.setProperty(
2728
+ z.style.setProperty(
2729
2729
  "--side-padding",
2730
2730
  `${v}px`
2731
- ), C.style.setProperty("--font-size", `${A}em`), C.style.setProperty("--font-family", a), C.style.maxHeight = `${d}px`;
2732
- const E = C.scrollWidth, z = i > 0 && E > 0 ? Math.round(E / i) : 0, Z = n === 1 ? z : Math.round(z / 2);
2733
- if (S(Z), Z > 0 && C.clientWidth > 0) {
2734
- let h = Math.round(Z * c);
2731
+ ), z.style.setProperty("--font-size", `${A}em`), z.style.setProperty("--font-family", a), z.style.setProperty(
2732
+ "--computed-width",
2733
+ `${i}px`
2734
+ ), z.style.maxHeight = `${d}px`;
2735
+ const E = z.scrollWidth, C = i > 0 && E > 0 ? Math.round(E / i) : 0, M = n === 1 ? C : Math.round(C / 2);
2736
+ if (S(M), M > 0 && z.clientWidth > 0) {
2737
+ let h = Math.round(M * c);
2735
2738
  h = Math.max(
2736
2739
  0,
2737
- Math.min(Z - 1, h)
2738
- ), m !== h && (w(h), C.scrollLeft = h * i * n);
2740
+ Math.min(M - 1, h)
2741
+ ), m !== h && (y(h), z.scrollLeft = h * i * n);
2739
2742
  } else
2740
- p(!1), w(1);
2743
+ p(!1), y(1);
2741
2744
  p(!1);
2742
2745
  }, 400);
2743
2746
  return () => {
@@ -2751,14 +2754,14 @@ function re({
2751
2754
  a,
2752
2755
  n,
2753
2756
  X,
2754
- K,
2757
+ V,
2755
2758
  p
2756
2759
  ]), dt(() => {
2757
- const C = (F) => {
2760
+ const z = (F) => {
2758
2761
  F.key === "ArrowLeft" ? (F.preventDefault(), D(-1)) : F.key === "ArrowRight" && (F.preventDefault(), D(1));
2759
2762
  };
2760
- return document.addEventListener("keydown", C), () => {
2761
- document.removeEventListener("keydown", C);
2763
+ return document.addEventListener("keydown", z), () => {
2764
+ document.removeEventListener("keydown", z);
2762
2765
  };
2763
2766
  }, [D, i, c]), /* @__PURE__ */ ut(Ut, { children: [
2764
2767
  /* @__PURE__ */ et(
@@ -2795,18 +2798,18 @@ function ie(X) {
2795
2798
  value: X,
2796
2799
  unit: "px"
2797
2800
  };
2798
- var K, p = (X.match(/^[0-9.]*/) || "").toString();
2799
- p.includes(".") ? K = parseFloat(p) : K = parseInt(p, 10);
2801
+ var V, p = (X.match(/^[0-9.]*/) || "").toString();
2802
+ p.includes(".") ? V = parseFloat(p) : V = parseInt(p, 10);
2800
2803
  var A = (X.match(/[^0-9]*$/) || "").toString();
2801
2804
  return ne[A] ? {
2802
- value: K,
2805
+ value: V,
2803
2806
  unit: A
2804
- } : (console.warn("React Spinners: ".concat(X, " is not a valid css value. Defaulting to ").concat(K, "px.")), {
2805
- value: K,
2807
+ } : (console.warn("React Spinners: ".concat(X, " is not a valid css value. Defaulting to ").concat(V, "px.")), {
2808
+ value: V,
2806
2809
  unit: "px"
2807
2810
  });
2808
2811
  }
2809
- var xt = function(X, K, p) {
2812
+ var xt = function(X, V, p) {
2810
2813
  var A = "react-spinners-".concat(X, "-").concat(p);
2811
2814
  if (typeof window > "u" || !window.document)
2812
2815
  return A;
@@ -2814,24 +2817,24 @@ var xt = function(X, K, p) {
2814
2817
  document.head.appendChild(v);
2815
2818
  var a = v.sheet, o = `
2816
2819
  @keyframes `.concat(A, ` {
2817
- `).concat(K, `
2820
+ `).concat(V, `
2818
2821
  }
2819
2822
  `);
2820
2823
  return a && a.insertRule(o, 0), A;
2821
2824
  }, Bt = function() {
2822
2825
  return Bt = Object.assign || function(X) {
2823
- for (var K, p = 1, A = arguments.length; p < A; p++) {
2824
- K = arguments[p];
2825
- for (var v in K) Object.prototype.hasOwnProperty.call(K, v) && (X[v] = K[v]);
2826
+ for (var V, p = 1, A = arguments.length; p < A; p++) {
2827
+ V = arguments[p];
2828
+ for (var v in V) Object.prototype.hasOwnProperty.call(V, v) && (X[v] = V[v]);
2826
2829
  }
2827
2830
  return X;
2828
2831
  }, Bt.apply(this, arguments);
2829
- }, ae = function(X, K) {
2832
+ }, ae = function(X, V) {
2830
2833
  var p = {};
2831
- for (var A in X) Object.prototype.hasOwnProperty.call(X, A) && K.indexOf(A) < 0 && (p[A] = X[A]);
2834
+ for (var A in X) Object.prototype.hasOwnProperty.call(X, A) && V.indexOf(A) < 0 && (p[A] = X[A]);
2832
2835
  if (X != null && typeof Object.getOwnPropertySymbols == "function")
2833
2836
  for (var v = 0, A = Object.getOwnPropertySymbols(X); v < A.length; v++)
2834
- K.indexOf(A[v]) < 0 && Object.prototype.propertyIsEnumerable.call(X, A[v]) && (p[A[v]] = X[A[v]]);
2837
+ V.indexOf(A[v]) < 0 && Object.prototype.propertyIsEnumerable.call(X, A[v]) && (p[A[v]] = X[A[v]]);
2835
2838
  return p;
2836
2839
  }, pt = [1, 3, 5], se = [
2837
2840
  xt("PropagateLoader", "25% {transform: translateX(-".concat(pt[0], `rem) scale(0.75)}
@@ -2858,7 +2861,7 @@ var xt = function(X, K, p) {
2858
2861
  95% {transform: translateX(0rem) scale(1)}`), "propogate-5")
2859
2862
  ];
2860
2863
  function oe(X) {
2861
- var K = X.loading, p = K === void 0 ? !0 : K, A = X.color, v = A === void 0 ? "#000000" : A, a = X.speedMultiplier, o = a === void 0 ? 1 : a, r = X.cssOverride, l = r === void 0 ? {} : r, g = X.size, y = g === void 0 ? 15 : g, _ = ae(X, ["loading", "color", "speedMultiplier", "cssOverride", "size"]), b = ie(y), i = b.value, d = b.unit, n = Bt({ display: "inherit", position: "relative" }, l), c = function(s) {
2864
+ var V = X.loading, p = V === void 0 ? !0 : V, A = X.color, v = A === void 0 ? "#000000" : A, a = X.speedMultiplier, o = a === void 0 ? 1 : a, r = X.cssOverride, l = r === void 0 ? {} : r, g = X.size, w = g === void 0 ? 15 : g, _ = ae(X, ["loading", "color", "speedMultiplier", "cssOverride", "size"]), b = ie(w), i = b.value, d = b.unit, n = Bt({ display: "inherit", position: "relative" }, l), c = function(s) {
2862
2865
  return {
2863
2866
  position: "absolute",
2864
2867
  fontSize: "".concat(i / 3).concat(d),
@@ -2887,7 +2890,7 @@ const Dt = {
2887
2890
  };
2888
2891
  function le({
2889
2892
  isLoading: X,
2890
- color: K
2893
+ color: V
2891
2894
  }) {
2892
2895
  return /* @__PURE__ */ et(
2893
2896
  "div",
@@ -2896,7 +2899,7 @@ function le({
2896
2899
  children: /* @__PURE__ */ et("div", { children: /* @__PURE__ */ et(
2897
2900
  oe,
2898
2901
  {
2899
- color: K || "red"
2902
+ color: V || "red"
2900
2903
  }
2901
2904
  ) })
2902
2905
  }
@@ -2907,7 +2910,7 @@ function ce() {
2907
2910
  }
2908
2911
  function ue({
2909
2912
  onClose: X,
2910
- fontSize: K,
2913
+ fontSize: V,
2911
2914
  padding: p,
2912
2915
  fontFamily: A,
2913
2916
  setFontSize: v,
@@ -2915,43 +2918,43 @@ function ue({
2915
2918
  setFontFamily: o,
2916
2919
  supportedFonts: r
2917
2920
  }) {
2918
- const [l, g] = ht(!1), [y, _] = ht(!1), b = wt(null), i = wt(null), d = [
2921
+ const [l, g] = ht(!1), [w, _] = ht(!1), b = yt(null), i = yt(null), d = [
2919
2922
  { displayName: "System Default", name: "system-ui" },
2920
2923
  ...r
2921
2924
  ];
2922
2925
  dt(() => {
2923
- const C = setTimeout(() => {
2926
+ const z = setTimeout(() => {
2924
2927
  _(!0);
2925
2928
  }, 0);
2926
- return () => clearTimeout(C);
2929
+ return () => clearTimeout(z);
2927
2930
  }, []);
2928
2931
  const n = () => {
2929
2932
  _(!1), g(!0);
2930
2933
  };
2931
2934
  dt(() => {
2932
2935
  if (l) {
2933
- const C = setTimeout(() => {
2936
+ const z = setTimeout(() => {
2934
2937
  X();
2935
2938
  }, 300);
2936
- return () => clearTimeout(C);
2939
+ return () => clearTimeout(z);
2937
2940
  }
2938
2941
  }, [l, X]);
2939
2942
  const c = () => {
2940
2943
  n();
2941
- }, s = (C) => {
2942
- C.stopPropagation();
2943
- }, m = (C) => {
2944
- C.current && (C.current.classList.add("value-changed"), setTimeout(() => {
2945
- C.current && C.current.classList.remove("value-changed");
2944
+ }, s = (z) => {
2945
+ z.stopPropagation();
2946
+ }, m = (z) => {
2947
+ z.current && (z.current.classList.add("value-changed"), setTimeout(() => {
2948
+ z.current && z.current.classList.remove("value-changed");
2946
2949
  }, 300));
2947
- }, w = () => {
2948
- p <= 70 && (a((C) => C + 5), m(i));
2950
+ }, y = () => {
2951
+ p <= 70 && (a((z) => z + 5), m(i));
2949
2952
  }, x = () => {
2950
- p - 5 > 0 && (a((C) => C - 5), m(i));
2953
+ p - 5 > 0 && (a((z) => z - 5), m(i));
2951
2954
  }, S = () => {
2952
- K < 3 && (v((C) => C + 0.2), m(b));
2955
+ V < 3 && (v((z) => z + 0.2), m(b));
2953
2956
  }, D = () => {
2954
- K - 0.2 > 0.6 && (v((C) => C - 0.2), m(b));
2957
+ V - 0.2 > 0.6 && (v((z) => z - 0.2), m(b));
2955
2958
  };
2956
2959
  return /* @__PURE__ */ et(
2957
2960
  "div",
@@ -2961,7 +2964,7 @@ function ue({
2961
2964
  children: /* @__PURE__ */ ut(
2962
2965
  "div",
2963
2966
  {
2964
- className: `options-menu ${y ? "visible" : ""} ${l ? "slide-down" : ""}`,
2967
+ className: `options-menu ${w ? "visible" : ""} ${l ? "slide-down" : ""}`,
2965
2968
  onClick: s,
2966
2969
  children: [
2967
2970
  /* @__PURE__ */ et("button", { onClick: n, className: "close-button", "aria-label": "Close menu", children: "✕" }),
@@ -2973,11 +2976,11 @@ function ue({
2973
2976
  "select",
2974
2977
  {
2975
2978
  value: A,
2976
- onChange: (C) => {
2977
- const F = d.find((E) => E.name === C.target.value);
2979
+ onChange: (z) => {
2980
+ const F = d.find((E) => E.name === z.target.value);
2978
2981
  F && o(F.name);
2979
2982
  },
2980
- children: d.map((C) => /* @__PURE__ */ et("option", { value: C.name, children: C.displayName }, C.displayName))
2983
+ children: d.map((z) => /* @__PURE__ */ et("option", { value: z.name, children: z.displayName }, z.displayName))
2981
2984
  }
2982
2985
  )
2983
2986
  ] }),
@@ -2993,14 +2996,14 @@ function ue({
2993
2996
  children: p
2994
2997
  }
2995
2998
  ),
2996
- /* @__PURE__ */ et("button", { onClick: w, children: "+" })
2999
+ /* @__PURE__ */ et("button", { onClick: y, children: "+" })
2997
3000
  ] })
2998
3001
  ] }),
2999
3002
  /* @__PURE__ */ ut("div", { className: "font-buttons", children: [
3000
3003
  /* @__PURE__ */ et("div", { className: "option-label", children: "Font size" }),
3001
3004
  /* @__PURE__ */ ut("div", { style: { display: "flex", alignItems: "center", gap: "8px" }, children: [
3002
3005
  /* @__PURE__ */ et("button", { onClick: D, children: "-" }),
3003
- /* @__PURE__ */ et("span", { ref: b, className: "option-value", children: Math.round(K * 10) }),
3006
+ /* @__PURE__ */ et("span", { ref: b, className: "option-value", children: Math.round(V * 10) }),
3004
3007
  /* @__PURE__ */ et("button", { onClick: S, children: "+" })
3005
3008
  ] })
3006
3009
  ] }),
@@ -3012,7 +3015,7 @@ function ue({
3012
3015
  }
3013
3016
  );
3014
3017
  }
3015
- const he = "_overlay_1cqa3_53", de = "_fadeOut_1cqa3_80", fe = "_interactionZone_1cqa3_86", pe = "_centerZone_1cqa3_96", me = "_iconWrapper_1cqa3_107", ge = "_label_1cqa3_131", _e = "_bottomIconGroup_1cqa3_143", be = "_bottomIconWrapper_1cqa3_150", ve = "_bounceArrow_1cqa3_169", ye = "_dismissButton_1cqa3_179", mt = {
3018
+ const he = "_overlay_1cqa3_53", de = "_fadeOut_1cqa3_80", fe = "_interactionZone_1cqa3_86", pe = "_centerZone_1cqa3_96", me = "_iconWrapper_1cqa3_107", ge = "_label_1cqa3_131", _e = "_bottomIconGroup_1cqa3_143", be = "_bottomIconWrapper_1cqa3_150", ve = "_bounceArrow_1cqa3_169", we = "_dismissButton_1cqa3_179", mt = {
3016
3019
  overlay: he,
3017
3020
  fadeOut: de,
3018
3021
  interactionZone: fe,
@@ -3022,13 +3025,13 @@ const he = "_overlay_1cqa3_53", de = "_fadeOut_1cqa3_80", fe = "_interactionZone
3022
3025
  bottomIconGroup: _e,
3023
3026
  bottomIconWrapper: be,
3024
3027
  bounceArrow: ve,
3025
- dismissButton: ye
3026
- }, we = ({
3028
+ dismissButton: we
3029
+ }, ye = ({
3027
3030
  color: X = "#4fc3f7",
3028
- onDismiss: K
3031
+ onDismiss: V
3029
3032
  }) => {
3030
3033
  const [p, A] = ht(!1), v = () => {
3031
- A(!0), setTimeout(K, 400);
3034
+ A(!0), setTimeout(V, 400);
3032
3035
  };
3033
3036
  return /* @__PURE__ */ ut(
3034
3037
  "div",
@@ -3103,14 +3106,10 @@ const he = "_overlay_1cqa3_53", de = "_fadeOut_1cqa3_80", fe = "_interactionZone
3103
3106
 
3104
3107
  column-gap: calc(2 * var(--side-padding));
3105
3108
  -webkit-column-fill: auto;
3106
- // column-fill: auto; // MUST be auto for scrollWidth calculation to be correct
3107
3109
  -webkit-column-gap: calc(2 * var(--side-padding));
3108
3110
 
3109
- // Enable horizontal scrolling of the columns
3110
3111
  overflow-x: hidden;
3111
- overflow-y: hidden; // Prevent vertical scrollbar on the container itself
3112
- // scroll-snap-type: x mandatory; // Snap pages (columns)
3113
- // scroll-behavior: auto; // Let JS handle smooth scrolling during page turns
3112
+ overflow-y: hidden;
3114
3113
  -webkit-overflow-scrolling: touch;
3115
3114
  box-sizing: border-box;
3116
3115
 
@@ -3120,15 +3119,11 @@ const he = "_overlay_1cqa3_53", de = "_fadeOut_1cqa3_80", fe = "_interactionZone
3120
3119
  display: none;
3121
3120
  }
3122
3121
 
3123
- // Content *inside* the columns
3124
- > * { // Target direct children (likely the .bok-chapter divs)
3125
- break-inside: avoid-column; // Try to prevent elements breaking mid-column
3126
- page-break-inside: avoid; /* Older alias */
3122
+ > * {
3123
+ break-inside: avoid-column;
3124
+ page-break-inside: avoid;
3127
3125
  -webkit-column-break-inside: avoid;
3128
3126
  }
3129
- p {
3130
- color:
3131
- }
3132
3127
  }
3133
3128
 
3134
3129
  @container (aspect-ratio > 1/1) {
@@ -3148,36 +3143,42 @@ const he = "_overlay_1cqa3_53", de = "_fadeOut_1cqa3_80", fe = "_interactionZone
3148
3143
 
3149
3144
  @container (aspect-ratio <= 1/1) {
3150
3145
  .book-page {
3151
- columns: var(--safari-is-stupid-width, 100%) auto;
3146
+ column-count: 1;
3147
+ -moz-column-count: 1;
3148
+ -webkit-column-count: 1;
3149
+
3150
+ column-width: var(--computed-width, 100%);
3151
+ -webkit-column-width: var(--computed-width, 100%);
3152
+
3153
+ width: 100%;
3154
+ box-sizing: border-box;
3152
3155
 
3153
3156
  img, svg {
3154
3157
  max-width: calc(100% - 2 * var(--side-padding)) !important;
3155
3158
  margin-bottom: 10px;
3156
3159
  }
3157
3160
  }
3158
- } // --- Styles for Images/SVG within Columns ---
3161
+ }
3159
3162
 
3160
3163
  .book-page img,
3161
3164
  .book-page svg {
3162
3165
  border-radius: 10px;
3163
- // Max height respects the vertical padding of the book-page container
3164
3166
  max-height: calc(100% - var(--top-padding) - var(--bottom-padding)) !important;
3165
3167
  display: block;
3166
- margin-left: auto; // Center if smaller than column width
3168
+ margin-left: auto;
3167
3169
  margin-right: auto;
3168
- object-fit: contain; // Fit without distortion
3169
- box-sizing: border-box; // Ensure border/padding included in size
3170
- break-inside: avoid-column; // Crucial to prevent images splitting across columns
3171
- page-break-inside: avoid;
3172
- -webkit-column-break-inside: avoid;
3170
+ object-fit: contain;
3171
+ box-sizing: border-box;
3172
+ break-inside: avoid-column;
3173
+ page-break-inside: avoid;
3174
+ -webkit-column-break-inside: avoid;
3173
3175
  }
3174
3176
 
3175
3177
  .book-page svg > image {
3176
- width: 100%; // Inherit size from parent SVG
3178
+ width: 100%;
3177
3179
  height: 100%;
3178
3180
  }
3179
3181
 
3180
- // --- Chapter Styling ---
3181
3182
  .bok-chapter {
3182
3183
  margin-bottom: 100%;
3183
3184
  break-inside: avoid-column;
@@ -3185,8 +3186,7 @@ const he = "_overlay_1cqa3_53", de = "_fadeOut_1cqa3_80", fe = "_interactionZone
3185
3186
  -webkit-column-break-inside: avoid;
3186
3187
  }
3187
3188
 
3188
- // --- Other Scoped Styles ---
3189
- parsererror { display: none; } // Hide EPUB parsing errors if they render
3189
+ parsererror { display: none; }
3190
3190
 
3191
3191
  .page-number {
3192
3192
  position: absolute;
@@ -3207,12 +3207,12 @@ const he = "_overlay_1cqa3_53", de = "_fadeOut_1cqa3_80", fe = "_interactionZone
3207
3207
  }
3208
3208
 
3209
3209
  .bottom-click-area {
3210
- position: absolute; // Within the reader container
3210
+ position: absolute;
3211
3211
  bottom: 0;
3212
3212
  left: 0;
3213
3213
  width: 100%;
3214
3214
  height: 15%;
3215
- z-index: 1000; // Above page number, below options menu overlay
3215
+ z-index: 1000;
3216
3216
  background-color: transparent;
3217
3217
  cursor: pointer;
3218
3218
  }
@@ -3220,22 +3220,22 @@ const he = "_overlay_1cqa3_53", de = "_fadeOut_1cqa3_80", fe = "_interactionZone
3220
3220
  `, Lt = Gt.div`
3221
3221
  width: 100%;
3222
3222
  height: 100%;
3223
- position: relative;d
3224
- overflow: hidden;d
3223
+ position: relative;
3224
+ overflow: hidden;
3225
3225
  overflow-y: hidden;
3226
3226
  `;
3227
- function ke(X, K) {
3227
+ function ke(X, V) {
3228
3228
  const [p, A] = ht(() => {
3229
3229
  const v = localStorage.getItem(X);
3230
- return v === null ? K : v === "true";
3230
+ return v === null ? V : v === "true";
3231
3231
  });
3232
3232
  return dt(() => {
3233
3233
  localStorage.setItem(X, p ? "true" : "false");
3234
3234
  }, [X, p]), [p, A];
3235
3235
  }
3236
- const Ce = ({
3236
+ const ze = ({
3237
3237
  epubDataSource: X,
3238
- onTitleChange: K,
3238
+ onTitleChange: V,
3239
3239
  onLoadingChange: p,
3240
3240
  onError: A,
3241
3241
  className: v,
@@ -3243,23 +3243,23 @@ const Ce = ({
3243
3243
  color: o,
3244
3244
  supportedFonts: r = []
3245
3245
  }) => {
3246
- const { title: l, rawContent: g, isLoading: y, error: _, loadEpub: b, setIsLoading: i } = Yt(), [d, n] = ht(!1), [c, s] = ht(1.2), [m, w] = ht(30), [x, S] = ht("Inter"), D = wt(null), [C, F] = ke(
3246
+ const { title: l, rawContent: g, isLoading: w, error: _, loadEpub: b, setIsLoading: i } = Yt(), [d, n] = ht(!1), [c, s] = ht(1.2), [m, y] = ht(30), [x, S] = ht("Inter"), D = yt(null), [z, F] = ke(
3247
3247
  "bokreader_tutorial_shown",
3248
3248
  !1
3249
- ), [E, z] = ht(!C);
3249
+ ), [E, C] = ht(!z);
3250
3250
  dt(() => {
3251
- C && z(!1);
3252
- }, [C]);
3253
- const Z = () => {
3254
- z(!1), F(!0);
3251
+ z && C(!1);
3252
+ }, [z]);
3253
+ const M = () => {
3254
+ C(!1), F(!0);
3255
3255
  };
3256
3256
  dt(() => {
3257
3257
  X && b(X);
3258
3258
  }, [X, b]), dt(() => {
3259
- K && K(l);
3260
- }, [l, K]), dt(() => {
3261
- p && p(y);
3262
- }, [y, p]), dt(() => {
3259
+ V && V(l);
3260
+ }, [l, V]), dt(() => {
3261
+ p && p(w);
3262
+ }, [w, p]), dt(() => {
3263
3263
  _ && A && A(_);
3264
3264
  }, [_, A]);
3265
3265
  const h = Xt(
@@ -3273,7 +3273,7 @@ const Ce = ({
3273
3273
  }),
3274
3274
  [m, c, x, o]
3275
3275
  );
3276
- return _ && !y && !g ? /* @__PURE__ */ ut(
3276
+ return _ && !w && !g ? /* @__PURE__ */ ut(
3277
3277
  Lt,
3278
3278
  {
3279
3279
  className: `bok-reader-container ${v || ""}`,
@@ -3294,13 +3294,13 @@ const Ce = ({
3294
3294
  ref: D,
3295
3295
  children: [
3296
3296
  /* @__PURE__ */ et(Nt, {}),
3297
- /* @__PURE__ */ et(le, { isLoading: y, color: o }),
3297
+ /* @__PURE__ */ et(le, { isLoading: w, color: o }),
3298
3298
  g && /* @__PURE__ */ ut(Ut, { children: [
3299
- E && !y && /* @__PURE__ */ et(
3300
- we,
3299
+ E && !w && /* @__PURE__ */ et(
3300
+ ye,
3301
3301
  {
3302
3302
  color: o,
3303
- onDismiss: Z
3303
+ onDismiss: M
3304
3304
  }
3305
3305
  ),
3306
3306
  /* @__PURE__ */ et(
@@ -3312,7 +3312,7 @@ const Ce = ({
3312
3312
  fontSize: c,
3313
3313
  sidePadding: m,
3314
3314
  fontFamily: x,
3315
- setPadding: w,
3315
+ setPadding: y,
3316
3316
  setFontSize: s,
3317
3317
  setFontFamily: S,
3318
3318
  isOptionMenuVisible: d,
@@ -3327,7 +3327,7 @@ const Ce = ({
3327
3327
  fontSize: c,
3328
3328
  padding: m,
3329
3329
  fontFamily: x,
3330
- setPadding: w,
3330
+ setPadding: y,
3331
3331
  setFontSize: s,
3332
3332
  setFontFamily: S,
3333
3333
  supportedFonts: r
@@ -3344,11 +3344,11 @@ const Ce = ({
3344
3344
  }
3345
3345
  )
3346
3346
  ] }),
3347
- !X && !y && !_ && /* @__PURE__ */ et("div", { style: { padding: "20px", textAlign: "center" }, children: "No EPUB loaded." })
3347
+ !X && !w && !_ && /* @__PURE__ */ et("div", { style: { padding: "20px", textAlign: "center" }, children: "No EPUB loaded." })
3348
3348
  ]
3349
3349
  }
3350
3350
  );
3351
3351
  };
3352
3352
  export {
3353
- Ce as BokReader
3353
+ ze as BokReader
3354
3354
  };