@genai-fi/base 4.3.7 → 4.3.8
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/{Button-BgSe1MyE.js → Button-HlUfDiMM.js} +3 -3
- package/dist/{CircularProgress-DgKnRiq7.js → CircularProgress-DZ8YZ0Dt.js} +345 -310
- package/dist/{Close-Cv_QwhIN.js → Close-TS8H1lQg.js} +1 -1
- package/dist/{DefaultPropsProvider-BurgXZzw.js → DefaultPropsProvider-B_x1hwuY.js} +2 -2
- package/dist/{DialogQR-DoM8ZHBM.js → DialogQR-ByOert0g.js} +4 -4
- package/dist/{FileSaver.min-DhePf63e.js → FileSaver.min-CDwyANUI.js} +57 -57
- package/dist/{FlashWifi-slUpI7sB.js → FlashWifi-CNanHNye.js} +1 -1
- package/dist/{Portal-MiwrHMB_.js → Portal-BdRLJx1y.js} +140 -133
- package/dist/assets/SidePanel.css +1 -1
- package/dist/assets/SvgLayer.css +1 -1
- package/dist/assets/Widget.css +1 -1
- package/dist/{browser-HW-wgeM2.js → browser-DWbgwj89.js} +421 -451
- package/dist/components/AlertPara/AlertPara.js +1 -1
- package/dist/components/Application/Application.js +724 -689
- package/dist/components/BusyButton/BusyButton.d.ts +4 -4
- package/dist/components/BusyButton/BusyButton.js +1 -1
- package/dist/components/Button/Button.js +2 -2
- package/dist/components/ConnectionStatus/ConnectionStatus.js +3 -3
- package/dist/components/ConnectionStatus/FlashWifi.js +1 -1
- package/dist/components/Feedback/Feedback.js +4 -4
- package/dist/components/Feedback/Rating.js +1 -1
- package/dist/components/Help/Help.js +5 -5
- package/dist/components/LangSelect/LangSelect.js +1 -1
- package/dist/components/Motd/Motd.js +1 -1
- package/dist/components/PieScore/PieScore.js +9609 -6092
- package/dist/components/QRCode/DialogQR.js +4 -4
- package/dist/components/QRCode/QRCode.js +2 -2
- package/dist/components/SidePanel/SidePanel.d.ts +2 -1
- package/dist/components/SidePanel/SidePanel.js +107 -89
- package/dist/components/Webcam/Webcam.js +3 -3
- package/dist/components/WorkflowLayout/Widget.js +1460 -1438
- package/dist/{createSvgIcon-BM4dw4Lw.js → createSvgIcon-DjQWJ3wn.js} +2 -2
- package/dist/{createTheme-DV959X3d.js → createTheme-DnBeI7Zz.js} +752 -749
- package/dist/hooks/peer.js +1 -1
- package/dist/{index-SOhdqzHq.js → index-B_zFkp-8.js} +2 -2
- package/dist/react-CiLnfHJp.js +140 -0
- package/dist/services/peer2peer/Incoming.js +1 -1
- package/dist/services/peer2peer/Outgoing.js +1 -1
- package/dist/services/peer2peer/Peer2Peer.js +538 -541
- package/dist/services/peer2peer/PeerConnection.js +1 -1
- package/dist/state/webrtcState.js +1 -1
- package/dist/style/theme.js +1 -1
- package/dist/util/Observer.js +1 -1
- package/dist/util/zip.js +1 -1
- package/dist/vanilla-OLGM3aAq.js +439 -0
- package/package.json +3 -3
- package/dist/react-B9NW8BS7.js +0 -112
- package/dist/vanilla-BJxibF1U.js +0 -404
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { c as r } from "./createSvgIcon-
|
|
2
|
+
import { c as r } from "./createSvgIcon-DjQWJ3wn.js";
|
|
3
3
|
const c = r(/* @__PURE__ */ o("path", {
|
|
4
4
|
d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
5
5
|
}), "Close");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as ie, r as L, b as ae, s as G, i as fe, a as ue, P as R, c as ce } from "./createTheme-
|
|
1
|
+
import { g as ie, r as L, b as ae, s as G, i as fe, a as ue, P as R, c as ce } from "./createTheme-DnBeI7Zz.js";
|
|
2
2
|
import le from "@emotion/styled";
|
|
3
3
|
import "@emotion/react";
|
|
4
4
|
import * as Y from "react";
|
|
@@ -219,7 +219,7 @@ function pe(e, t, n) {
|
|
|
219
219
|
};
|
|
220
220
|
}
|
|
221
221
|
/**
|
|
222
|
-
* @mui/styled-engine v7.3.
|
|
222
|
+
* @mui/styled-engine v7.3.9
|
|
223
223
|
*
|
|
224
224
|
* @license MIT
|
|
225
225
|
* This source code is licensed under the MIT license found in the
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as o, jsxs as c } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as m, useCallback as p, useEffect as h } from "react";
|
|
3
|
-
import { q as f } from "./browser-
|
|
3
|
+
import { q as f } from "./browser-DWbgwj89.js";
|
|
4
4
|
import { Dialog as g, DialogContent as u, DialogActions as v } from "@mui/material";
|
|
5
5
|
import { useTranslation as _ } from "react-i18next";
|
|
6
|
-
import { c as k } from "./createSvgIcon-
|
|
6
|
+
import { c as k } from "./createSvgIcon-DjQWJ3wn.js";
|
|
7
7
|
import "./state/webrtcState.js";
|
|
8
8
|
import "./hooks/peer.js";
|
|
9
9
|
import { Button as s } from "./components/Button/Button.js";
|
|
10
|
-
import "./index-
|
|
10
|
+
import "./index-B_zFkp-8.js";
|
|
11
11
|
import "./style/theme.js";
|
|
12
12
|
import "./util/canvas.js";
|
|
13
|
-
import "./FileSaver.min-
|
|
13
|
+
import "./FileSaver.min-CDwyANUI.js";
|
|
14
14
|
import "./components/BusyButton/BusyButton.js";
|
|
15
15
|
import "./components/WorkflowLayout/lines.js";
|
|
16
16
|
import "./components/WorkflowLayout/svgContext.js";
|
|
@@ -16,11 +16,11 @@ https://github.com/nodeca/pako/blob/main/LICENSE
|
|
|
16
16
|
*/
|
|
17
17
|
var Et;
|
|
18
18
|
function Tt() {
|
|
19
|
-
return Et || (Et = 1, function(pt, At) {
|
|
19
|
+
return Et || (Et = 1, (function(pt, At) {
|
|
20
20
|
(function(b) {
|
|
21
21
|
pt.exports = b();
|
|
22
22
|
})(function() {
|
|
23
|
-
return function b(U, k, h) {
|
|
23
|
+
return (function b(U, k, h) {
|
|
24
24
|
function o(p, g) {
|
|
25
25
|
if (!k[p]) {
|
|
26
26
|
if (!U[p]) {
|
|
@@ -40,7 +40,7 @@ function Tt() {
|
|
|
40
40
|
}
|
|
41
41
|
for (var i = typeof yt == "function" && yt, u = 0; u < h.length; u++) o(h[u]);
|
|
42
42
|
return o;
|
|
43
|
-
}({ 1: [function(b, U, k) {
|
|
43
|
+
})({ 1: [function(b, U, k) {
|
|
44
44
|
var h = b("./utils"), o = b("./support"), i = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
|
|
45
45
|
k.encode = function(u) {
|
|
46
46
|
for (var p, g, _, m, n, c, r, l = [], a = 0, d = u.length, y = d, S = h.getTypeOf(u) !== "string"; a < u.length; ) y = d - a, _ = S ? (p = u[a++], g = a < d ? u[a++] : 0, a < d ? u[a++] : 0) : (p = u.charCodeAt(a++), g = a < d ? u.charCodeAt(a++) : 0, a < d ? u.charCodeAt(a++) : 0), m = p >> 2, n = (3 & p) << 4 | g >> 4, c = 1 < y ? (15 & g) << 2 | _ >> 6 : 64, r = 2 < y ? 63 & _ : 64, l.push(i.charAt(m) + i.charAt(n) + i.charAt(c) + i.charAt(r));
|
|
@@ -76,26 +76,26 @@ function Tt() {
|
|
|
76
76
|
return new h("STORE decompression");
|
|
77
77
|
} }, k.DEFLATE = b("./flate");
|
|
78
78
|
}, { "./flate": 7, "./stream/GenericWorker": 28 }], 4: [function(b, U, k) {
|
|
79
|
-
var h = b("./utils"), o = function() {
|
|
79
|
+
var h = b("./utils"), o = (function() {
|
|
80
80
|
for (var i, u = [], p = 0; p < 256; p++) {
|
|
81
81
|
i = p;
|
|
82
82
|
for (var g = 0; g < 8; g++) i = 1 & i ? 3988292384 ^ i >>> 1 : i >>> 1;
|
|
83
83
|
u[p] = i;
|
|
84
84
|
}
|
|
85
85
|
return u;
|
|
86
|
-
}();
|
|
86
|
+
})();
|
|
87
87
|
U.exports = function(i, u) {
|
|
88
|
-
return i !== void 0 && i.length ? h.getTypeOf(i) !== "string" ? function(p, g, _, m) {
|
|
88
|
+
return i !== void 0 && i.length ? h.getTypeOf(i) !== "string" ? (function(p, g, _, m) {
|
|
89
89
|
var n = o, c = m + _;
|
|
90
90
|
p ^= -1;
|
|
91
91
|
for (var r = m; r < c; r++) p = p >>> 8 ^ n[255 & (p ^ g[r])];
|
|
92
92
|
return -1 ^ p;
|
|
93
|
-
}(0 | u, i, i.length, 0) : function(p, g, _, m) {
|
|
93
|
+
})(0 | u, i, i.length, 0) : (function(p, g, _, m) {
|
|
94
94
|
var n = o, c = m + _;
|
|
95
95
|
p ^= -1;
|
|
96
96
|
for (var r = m; r < c; r++) p = p >>> 8 ^ n[255 & (p ^ g.charCodeAt(r))];
|
|
97
97
|
return -1 ^ p;
|
|
98
|
-
}(0 | u, i, i.length, 0) : 0;
|
|
98
|
+
})(0 | u, i, i.length, 0) : 0;
|
|
99
99
|
};
|
|
100
100
|
}, { "./utils": 32 }], 5: [function(b, U, k) {
|
|
101
101
|
k.base64 = !1, k.binary = !1, k.dir = !1, k.createFolders = !0, k.date = null, k.compression = null, k.compressionOptions = null, k.comment = null, k.unixPermissions = null, k.dosPermissions = null;
|
|
@@ -136,12 +136,12 @@ function Tt() {
|
|
|
136
136
|
var C = 0;
|
|
137
137
|
c && (C |= 8), O || !B && !e || (C |= 2048);
|
|
138
138
|
var E = 0, X = 0;
|
|
139
|
-
$ && (E |= 16), a === "UNIX" ? (X = 798, E |= function(H, nt) {
|
|
139
|
+
$ && (E |= 16), a === "UNIX" ? (X = 798, E |= (function(H, nt) {
|
|
140
140
|
var ot = H;
|
|
141
141
|
return H || (ot = nt ? 16893 : 33204), (65535 & ot) << 16;
|
|
142
|
-
}(x.unixPermissions, $)) : (X = 20, E |= function(H) {
|
|
142
|
+
})(x.unixPermissions, $)) : (X = 20, E |= (function(H) {
|
|
143
143
|
return 63 & (H || 0);
|
|
144
|
-
}(x.dosPermissions)), y = j.getUTCHours(), y <<= 6, y |= j.getUTCMinutes(), y <<= 5, y |= j.getUTCSeconds() / 2, S = j.getUTCFullYear() - 1980, S <<= 4, S |= j.getUTCMonth() + 1, S <<= 5, S |= j.getUTCDate(), B && (J = h(1, 1) + h(g(P), 4) + I, T += "up" + h(J.length, 2) + J), e && (L = h(1, 1) + h(g(q), 4) + v, T += "uc" + h(L.length, 2) + L);
|
|
144
|
+
})(x.dosPermissions)), y = j.getUTCHours(), y <<= 6, y |= j.getUTCMinutes(), y <<= 5, y |= j.getUTCSeconds() / 2, S = j.getUTCFullYear() - 1980, S <<= 4, S |= j.getUTCMonth() + 1, S <<= 5, S |= j.getUTCDate(), B && (J = h(1, 1) + h(g(P), 4) + I, T += "up" + h(J.length, 2) + J), e && (L = h(1, 1) + h(g(q), 4) + v, T += "uc" + h(L.length, 2) + L);
|
|
145
145
|
var G = "";
|
|
146
146
|
return G += `
|
|
147
147
|
\0`, G += h(C, 2), G += D.magic, G += h(y, 2), G += h(S, 2), G += h(V.crc32, 4), G += h(V.compressedSize, 4), G += h(V.uncompressedSize, 4), G += h(P.length, 2), G += h(T.length, 2), { fileRecord: _.LOCAL_FILE_HEADER + G + P + T, dirRecord: _.CENTRAL_FILE_HEADER + h(X, 2) + G + h(q.length, 2) + "\0\0\0\0" + h(E, 4) + h(l, 4) + P + T + q };
|
|
@@ -163,17 +163,17 @@ function Tt() {
|
|
|
163
163
|
}, m.prototype.closedSource = function(n) {
|
|
164
164
|
this.accumulate = !1;
|
|
165
165
|
var c = this.streamFiles && !n.file.dir, r = o(n, c, !0, this.currentSourceOffset, this.zipPlatform, this.encodeFileName);
|
|
166
|
-
if (this.dirRecords.push(r.dirRecord), c) this.push({ data: function(l) {
|
|
166
|
+
if (this.dirRecords.push(r.dirRecord), c) this.push({ data: (function(l) {
|
|
167
167
|
return _.DATA_DESCRIPTOR + h(l.crc32, 4) + h(l.compressedSize, 4) + h(l.uncompressedSize, 4);
|
|
168
|
-
}(n), meta: { percent: 100 } });
|
|
168
|
+
})(n), meta: { percent: 100 } });
|
|
169
169
|
else for (this.push({ data: r.fileRecord, meta: { percent: 0 } }); this.contentBuffer.length; ) this.push(this.contentBuffer.shift());
|
|
170
170
|
this.currentFile = null;
|
|
171
171
|
}, m.prototype.flush = function() {
|
|
172
172
|
for (var n = this.bytesWritten, c = 0; c < this.dirRecords.length; c++) this.push({ data: this.dirRecords[c], meta: { percent: 100 } });
|
|
173
|
-
var r = this.bytesWritten - n, l = function(a, d, y, S, x) {
|
|
173
|
+
var r = this.bytesWritten - n, l = (function(a, d, y, S, x) {
|
|
174
174
|
var D = i.transformTo("string", x(S));
|
|
175
175
|
return _.CENTRAL_DIRECTORY_END + "\0\0\0\0" + h(a, 2) + h(a, 2) + h(d, 4) + h(y, 4) + h(D.length, 2) + D;
|
|
176
|
-
}(this.dirRecords.length, r, n, this.zipComment, this.encodeFileName);
|
|
176
|
+
})(this.dirRecords.length, r, n, this.zipComment, this.encodeFileName);
|
|
177
177
|
this.push({ data: l, meta: { percent: 100 } });
|
|
178
178
|
}, m.prototype.prepareNextSource = function() {
|
|
179
179
|
this.previous = this._sources.shift(), this.openedSource(this.previous.streamInfo), this.isPaused ? this.previous.pause() : this.previous.resume();
|
|
@@ -208,11 +208,11 @@ function Tt() {
|
|
|
208
208
|
try {
|
|
209
209
|
i.forEach(function(m, n) {
|
|
210
210
|
_++;
|
|
211
|
-
var c = function(d, y) {
|
|
211
|
+
var c = (function(d, y) {
|
|
212
212
|
var S = d || y, x = h[S];
|
|
213
213
|
if (!x) throw new Error(S + " is not a valid compression method !");
|
|
214
214
|
return x;
|
|
215
|
-
}(n.options.compression, u.compression), r = n.options.compressionOptions || u.compressionOptions || {}, l = n.dir, a = n.date;
|
|
215
|
+
})(n.options.compression, u.compression), r = n.options.compressionOptions || u.compressionOptions || {}, l = n.dir, a = n.date;
|
|
216
216
|
n._compressWorker(c, r).withStreamInfo("file", { name: m, dir: l, date: a, comment: n.comment || "", unixPermissions: n.unixPermissions, dosPermissions: n.dosPermissions }).pipe(g);
|
|
217
217
|
}), g.entriesCount = _;
|
|
218
218
|
} catch (m) {
|
|
@@ -613,7 +613,7 @@ function Tt() {
|
|
|
613
613
|
d = [], a(D);
|
|
614
614
|
}).on("end", function() {
|
|
615
615
|
try {
|
|
616
|
-
var D = function(O, P, I) {
|
|
616
|
+
var D = (function(O, P, I) {
|
|
617
617
|
switch (O) {
|
|
618
618
|
case "blob":
|
|
619
619
|
return h.newBlob(h.transformTo("arraybuffer", P), I);
|
|
@@ -622,7 +622,7 @@ function Tt() {
|
|
|
622
622
|
default:
|
|
623
623
|
return h.transformTo(O, P);
|
|
624
624
|
}
|
|
625
|
-
}(S, function(O, P) {
|
|
625
|
+
})(S, (function(O, P) {
|
|
626
626
|
var I, W = 0, q = null, v = 0;
|
|
627
627
|
for (I = 0; I < P.length; I++) v += P[I].length;
|
|
628
628
|
switch (O) {
|
|
@@ -638,7 +638,7 @@ function Tt() {
|
|
|
638
638
|
default:
|
|
639
639
|
throw new Error("concat : unsupported type '" + O + "'");
|
|
640
640
|
}
|
|
641
|
-
}(y, d), x);
|
|
641
|
+
})(y, d), x);
|
|
642
642
|
l(D);
|
|
643
643
|
} catch (O) {
|
|
644
644
|
a(O);
|
|
@@ -710,14 +710,14 @@ function Tt() {
|
|
|
710
710
|
u.call(this, "utf-8 encode");
|
|
711
711
|
}
|
|
712
712
|
k.utf8encode = function(n) {
|
|
713
|
-
return o.nodebuffer ? i.newBufferFrom(n, "utf-8") : function(c) {
|
|
713
|
+
return o.nodebuffer ? i.newBufferFrom(n, "utf-8") : (function(c) {
|
|
714
714
|
var r, l, a, d, y, S = c.length, x = 0;
|
|
715
715
|
for (d = 0; d < S; d++) (64512 & (l = c.charCodeAt(d))) == 55296 && d + 1 < S && (64512 & (a = c.charCodeAt(d + 1))) == 56320 && (l = 65536 + (l - 55296 << 10) + (a - 56320), d++), x += l < 128 ? 1 : l < 2048 ? 2 : l < 65536 ? 3 : 4;
|
|
716
716
|
for (r = o.uint8array ? new Uint8Array(x) : new Array(x), d = y = 0; y < x; d++) (64512 & (l = c.charCodeAt(d))) == 55296 && d + 1 < S && (64512 & (a = c.charCodeAt(d + 1))) == 56320 && (l = 65536 + (l - 55296 << 10) + (a - 56320), d++), l < 128 ? r[y++] = l : (l < 2048 ? r[y++] = 192 | l >>> 6 : (l < 65536 ? r[y++] = 224 | l >>> 12 : (r[y++] = 240 | l >>> 18, r[y++] = 128 | l >>> 12 & 63), r[y++] = 128 | l >>> 6 & 63), r[y++] = 128 | 63 & l);
|
|
717
717
|
return r;
|
|
718
|
-
}(n);
|
|
718
|
+
})(n);
|
|
719
719
|
}, k.utf8decode = function(n) {
|
|
720
|
-
return o.nodebuffer ? h.transformTo("nodebuffer", n).toString("utf-8") : function(c) {
|
|
720
|
+
return o.nodebuffer ? h.transformTo("nodebuffer", n).toString("utf-8") : (function(c) {
|
|
721
721
|
var r, l, a, d, y = c.length, S = new Array(2 * y);
|
|
722
722
|
for (r = l = 0; r < y; ) if ((a = c[r++]) < 128) S[l++] = a;
|
|
723
723
|
else if (4 < (d = p[a])) S[l++] = 65533, r += d - 1;
|
|
@@ -726,7 +726,7 @@ function Tt() {
|
|
|
726
726
|
1 < d ? S[l++] = 65533 : a < 65536 ? S[l++] = a : (a -= 65536, S[l++] = 55296 | a >> 10 & 1023, S[l++] = 56320 | 1023 & a);
|
|
727
727
|
}
|
|
728
728
|
return S.length !== l && (S.subarray ? S = S.subarray(0, l) : S.length = l), h.applyFromCharCode(S);
|
|
729
|
-
}(n = h.transformTo(o.uint8array ? "uint8array" : "array", n));
|
|
729
|
+
})(n = h.transformTo(o.uint8array ? "uint8array" : "array", n));
|
|
730
730
|
}, h.inherits(_, u), _.prototype.processChunk = function(n) {
|
|
731
731
|
var c = h.transformTo(o.uint8array ? "uint8array" : "array", n.data);
|
|
732
732
|
if (this.leftOver && this.leftOver.length) {
|
|
@@ -736,11 +736,11 @@ function Tt() {
|
|
|
736
736
|
} else c = this.leftOver.concat(c);
|
|
737
737
|
this.leftOver = null;
|
|
738
738
|
}
|
|
739
|
-
var l = function(d, y) {
|
|
739
|
+
var l = (function(d, y) {
|
|
740
740
|
var S;
|
|
741
741
|
for ((y = y || d.length) > d.length && (y = d.length), S = y - 1; 0 <= S && (192 & d[S]) == 128; ) S--;
|
|
742
742
|
return S < 0 || S === 0 ? y : S + p[d[S]] > y ? S : y;
|
|
743
|
-
}(c), a = c;
|
|
743
|
+
})(c), a = c;
|
|
744
744
|
l !== c.length && (o.uint8array ? (a = c.subarray(0, l), this.leftOver = c.subarray(l, c.length)) : (a = c.slice(0, l), this.leftOver = c.slice(l, c.length))), this.push({ data: k.utf8decode(a), meta: n.meta });
|
|
745
745
|
}, _.prototype.flush = function() {
|
|
746
746
|
this.leftOver && this.leftOver.length && (this.push({ data: k.utf8decode(this.leftOver), meta: {} }), this.leftOver = null);
|
|
@@ -777,19 +777,19 @@ function Tt() {
|
|
|
777
777
|
}, stringifyByChar: function(r) {
|
|
778
778
|
for (var l = "", a = 0; a < r.length; a++) l += String.fromCharCode(r[a]);
|
|
779
779
|
return l;
|
|
780
|
-
}, applyCanBeUsed: { uint8array: function() {
|
|
780
|
+
}, applyCanBeUsed: { uint8array: (function() {
|
|
781
781
|
try {
|
|
782
782
|
return h.uint8array && String.fromCharCode.apply(null, new Uint8Array(1)).length === 1;
|
|
783
783
|
} catch {
|
|
784
784
|
return !1;
|
|
785
785
|
}
|
|
786
|
-
}(), nodebuffer: function() {
|
|
786
|
+
})(), nodebuffer: (function() {
|
|
787
787
|
try {
|
|
788
788
|
return h.nodebuffer && String.fromCharCode.apply(null, i.allocBuffer(1)).length === 1;
|
|
789
789
|
} catch {
|
|
790
790
|
return !1;
|
|
791
791
|
}
|
|
792
|
-
}() } };
|
|
792
|
+
})() } };
|
|
793
793
|
function m(r) {
|
|
794
794
|
var l = 65536, a = k.getTypeOf(r), d = !0;
|
|
795
795
|
if (a === "uint8array" ? d = _.applyCanBeUsed.uint8array : a === "nodebuffer" && (d = _.applyCanBeUsed.nodebuffer), d) for (; 1 < l; ) try {
|
|
@@ -882,9 +882,9 @@ function Tt() {
|
|
|
882
882
|
}) : S;
|
|
883
883
|
}).then(function(S) {
|
|
884
884
|
var x = k.getTypeOf(S);
|
|
885
|
-
return x ? (x === "arraybuffer" ? S = k.transformTo("uint8array", S) : x === "string" && (y ? S = o.decode(S) : a && d !== !0 && (S = function(D) {
|
|
885
|
+
return x ? (x === "arraybuffer" ? S = k.transformTo("uint8array", S) : x === "string" && (y ? S = o.decode(S) : a && d !== !0 && (S = (function(D) {
|
|
886
886
|
return g(D, h.uint8array ? new Uint8Array(D.length) : new Array(D.length));
|
|
887
|
-
}(S))), S) : u.Promise.reject(new Error("Can't read the data of '" + r + "'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"));
|
|
887
|
+
})(S))), S) : u.Promise.reject(new Error("Can't read the data of '" + r + "'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"));
|
|
888
888
|
});
|
|
889
889
|
};
|
|
890
890
|
}, { "./base64": 1, "./external": 6, "./nodejsUtils": 14, "./support": 30, setimmediate: 54 }], 33: [function(b, U, k) {
|
|
@@ -951,10 +951,10 @@ function Tt() {
|
|
|
951
951
|
}, readLocalPart: function(n) {
|
|
952
952
|
var c, r;
|
|
953
953
|
if (n.skip(22), this.fileNameLength = n.readInt(2), r = n.readInt(2), this.fileName = n.readData(this.fileNameLength), n.skip(r), 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)");
|
|
954
|
-
if ((c = function(l) {
|
|
954
|
+
if ((c = (function(l) {
|
|
955
955
|
for (var a in g) if (Object.prototype.hasOwnProperty.call(g, a) && g[a].magic === l) return g[a];
|
|
956
956
|
return null;
|
|
957
|
-
}(this.compressionMethod)) === null) throw new Error("Corrupted zip : compression " + o.pretty(this.compressionMethod) + " unknown (inner file : " + o.transformTo("string", this.fileName) + ")");
|
|
957
|
+
})(this.compressionMethod)) === null) throw new Error("Corrupted zip : compression " + o.pretty(this.compressionMethod) + " unknown (inner file : " + o.transformTo("string", this.fileName) + ")");
|
|
958
958
|
this.decompressed = new i(this.compressedSize, this.uncompressedSize, this.crc32, c, n.readData(this.compressedSize));
|
|
959
959
|
}, readCentralPart: function(n) {
|
|
960
960
|
this.versionMadeBy = n.readInt(2), n.skip(2), this.bitFlag = n.readInt(2), this.compressionMethod = n.readString(2), this.date = n.readDate(), this.crc32 = n.readInt(4), this.compressedSize = n.readInt(4), this.uncompressedSize = n.readInt(4);
|
|
@@ -1353,14 +1353,14 @@ function Tt() {
|
|
|
1353
1353
|
}, {}], 44: [function(b, U, k) {
|
|
1354
1354
|
U.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 };
|
|
1355
1355
|
}, {}], 45: [function(b, U, k) {
|
|
1356
|
-
var h = function() {
|
|
1356
|
+
var h = (function() {
|
|
1357
1357
|
for (var o, i = [], u = 0; u < 256; u++) {
|
|
1358
1358
|
o = u;
|
|
1359
1359
|
for (var p = 0; p < 8; p++) o = 1 & o ? 3988292384 ^ o >>> 1 : o >>> 1;
|
|
1360
1360
|
i[u] = o;
|
|
1361
1361
|
}
|
|
1362
1362
|
return i;
|
|
1363
|
-
}();
|
|
1363
|
+
})();
|
|
1364
1364
|
U.exports = function(o, i, u, p) {
|
|
1365
1365
|
var g = h, _ = p + u;
|
|
1366
1366
|
o ^= -1;
|
|
@@ -1462,9 +1462,9 @@ function Tt() {
|
|
|
1462
1462
|
}
|
|
1463
1463
|
function ht(t) {
|
|
1464
1464
|
var R = it(t);
|
|
1465
|
-
return R === n && function(A) {
|
|
1465
|
+
return R === n && (function(A) {
|
|
1466
1466
|
A.window_size = 2 * A.w_size, V(A.head), A.max_lazy_match = h[A.level].max_lazy, A.good_match = h[A.level].good_length, A.nice_match = h[A.level].nice_length, A.max_chain_length = h[A.level].max_chain, A.strstart = 0, A.block_start = 0, A.lookahead = 0, A.insert = 0, A.match_length = A.prev_length = I - 1, A.match_available = 0, A.ins_h = 0;
|
|
1467
|
-
}(t.state), R;
|
|
1467
|
+
})(t.state), R;
|
|
1468
1468
|
}
|
|
1469
1469
|
function lt(t, R, A, f, s, w) {
|
|
1470
1470
|
if (!t) return c;
|
|
@@ -1530,7 +1530,7 @@ function Tt() {
|
|
|
1530
1530
|
} else if (t.avail_in === 0 && j(R) <= j(A) && R !== m) return $(t, -5);
|
|
1531
1531
|
if (f.status === 666 && t.avail_in !== 0) return $(t, -5);
|
|
1532
1532
|
if (t.avail_in !== 0 || f.lookahead !== 0 || R !== _ && f.status !== 666) {
|
|
1533
|
-
var N = f.strategy === 2 ? function(z, Z) {
|
|
1533
|
+
var N = f.strategy === 2 ? (function(z, Z) {
|
|
1534
1534
|
for (var K; ; ) {
|
|
1535
1535
|
if (z.lookahead === 0 && (nt(z), z.lookahead === 0)) {
|
|
1536
1536
|
if (Z === _) return e;
|
|
@@ -1539,7 +1539,7 @@ function Tt() {
|
|
|
1539
1539
|
if (z.match_length = 0, K = i._tr_tally(z, 0, z.window[z.strstart]), z.lookahead--, z.strstart++, K && (E(z, !1), z.strm.avail_out === 0)) return e;
|
|
1540
1540
|
}
|
|
1541
1541
|
return z.insert = 0, Z === m ? (E(z, !0), z.strm.avail_out === 0 ? J : L) : z.last_lit && (E(z, !1), z.strm.avail_out === 0) ? e : T;
|
|
1542
|
-
}(f, R) : f.strategy === 3 ? function(z, Z) {
|
|
1542
|
+
})(f, R) : f.strategy === 3 ? (function(z, Z) {
|
|
1543
1543
|
for (var K, M, Y, rt, tt = z.window; ; ) {
|
|
1544
1544
|
if (z.lookahead <= W) {
|
|
1545
1545
|
if (nt(z), z.lookahead <= W && Z === _) return e;
|
|
@@ -1555,7 +1555,7 @@ function Tt() {
|
|
|
1555
1555
|
if (z.match_length >= I ? (K = i._tr_tally(z, 1, z.match_length - I), z.lookahead -= z.match_length, z.strstart += z.match_length, z.match_length = 0) : (K = i._tr_tally(z, 0, z.window[z.strstart]), z.lookahead--, z.strstart++), K && (E(z, !1), z.strm.avail_out === 0)) return e;
|
|
1556
1556
|
}
|
|
1557
1557
|
return z.insert = 0, Z === m ? (E(z, !0), z.strm.avail_out === 0 ? J : L) : z.last_lit && (E(z, !1), z.strm.avail_out === 0) ? e : T;
|
|
1558
|
-
}(f, R) : h[f.level].func(f, R);
|
|
1558
|
+
})(f, R) : h[f.level].func(f, R);
|
|
1559
1559
|
if (N !== J && N !== L || (f.status = 666), N === e || N === J) return t.avail_out === 0 && (f.last_flush = -1), n;
|
|
1560
1560
|
if (N === T && (R === 1 ? i._tr_align(f) : R !== 5 && (i._tr_stored_block(f, 0, 0, !1), R === 3 && (V(f.head), f.lookahead === 0 && (f.strstart = 0, f.block_start = 0, f.insert = 0))), C(t), t.avail_out === 0)) return f.last_flush = -1, n;
|
|
1561
1561
|
}
|
|
@@ -2163,7 +2163,7 @@ function Tt() {
|
|
|
2163
2163
|
for (; s.heap_len < 2; ) Z[2 * (z = s.heap[++s.heap_len] = rt < 2 ? ++rt : 0)] = 1, s.depth[z] = 0, s.opt_len--, M && (s.static_len -= K[2 * z + 1]);
|
|
2164
2164
|
for (w.max_code = rt, F = s.heap_len >> 1; 1 <= F; F--) it(s, Z, F);
|
|
2165
2165
|
for (z = Y; F = s.heap[1], s.heap[1] = s.heap[s.heap_len--], it(s, Z, 1), N = s.heap[1], s.heap[--s.heap_max] = F, s.heap[--s.heap_max] = N, Z[2 * z] = Z[2 * F] + Z[2 * N], s.depth[z] = (s.depth[F] >= s.depth[N] ? s.depth[F] : s.depth[N]) + 1, Z[2 * F + 1] = Z[2 * N + 1] = z, s.heap[1] = z++, it(s, Z, 1), 2 <= s.heap_len; ) ;
|
|
2166
|
-
s.heap[--s.heap_max] = s.heap[1], function(tt, ut) {
|
|
2166
|
+
s.heap[--s.heap_max] = s.heap[1], (function(tt, ut) {
|
|
2167
2167
|
var mt, ft, _t, at, vt, kt, ct = ut.dyn_tree, St = ut.max_code, It = ut.stat_desc.static_tree, Ot = ut.stat_desc.has_stree, Bt = ut.stat_desc.extra_bits, zt = ut.stat_desc.extra_base, gt = ut.stat_desc.max_length, bt = 0;
|
|
2168
2168
|
for (at = 0; at <= l; at++) tt.bl_count[at] = 0;
|
|
2169
2169
|
for (ct[2 * tt.heap[tt.heap_max] + 1] = 0, mt = tt.heap_max + 1; mt < r; mt++) gt < (at = ct[2 * ct[2 * (ft = tt.heap[mt]) + 1] + 1] + 1) && (at = gt, bt++), ct[2 * ft + 1] = at, St < ft || (tt.bl_count[at]++, vt = 0, zt <= ft && (vt = Bt[ft - zt]), kt = ct[2 * ft], tt.opt_len += kt * (at + vt), Ot && (tt.static_len += kt * (It[2 * ft + 1] + vt)));
|
|
@@ -2174,7 +2174,7 @@ function Tt() {
|
|
|
2174
2174
|
} while (0 < bt);
|
|
2175
2175
|
for (at = gt; at !== 0; at--) for (ft = tt.bl_count[at]; ft !== 0; ) St < (_t = tt.heap[--mt]) || (ct[2 * _t + 1] !== at && (tt.opt_len += (at - ct[2 * _t + 1]) * ct[2 * _t], ct[2 * _t + 1] = at), ft--);
|
|
2176
2176
|
}
|
|
2177
|
-
}(s, w), ot(Z, rt, s.bl_count);
|
|
2177
|
+
})(s, w), ot(Z, rt, s.bl_count);
|
|
2178
2178
|
}
|
|
2179
2179
|
function t(s, w, F) {
|
|
2180
2180
|
var N, z, Z = -1, K = w[1], M = 0, Y = 7, rt = 4;
|
|
@@ -2191,12 +2191,12 @@ function Tt() {
|
|
|
2191
2191
|
u(j);
|
|
2192
2192
|
var A = !1;
|
|
2193
2193
|
function f(s, w, F, N) {
|
|
2194
|
-
G(s, (p << 1) + (N ? 1 : 0), 3), function(z, Z, K, M) {
|
|
2194
|
+
G(s, (p << 1) + (N ? 1 : 0), 3), (function(z, Z, K, M) {
|
|
2195
2195
|
et(z), X(z, K), X(z, ~K), h.arraySet(z.pending_buf, z.window, Z, K, z.pending), z.pending += K;
|
|
2196
|
-
}(s, w, F);
|
|
2196
|
+
})(s, w, F);
|
|
2197
2197
|
}
|
|
2198
2198
|
k._tr_init = function(s) {
|
|
2199
|
-
A || (function() {
|
|
2199
|
+
A || ((function() {
|
|
2200
2200
|
var w, F, N, z, Z, K = new Array(l + 1);
|
|
2201
2201
|
for (z = N = 0; z < g - 1; z++) for (T[z] = N, w = 0; w < 1 << O[z]; w++) e[N++] = z;
|
|
2202
2202
|
for (e[N - 1] = z, z = Z = 0; z < 16; z++) for (j[z] = Z, w = 0; w < 1 << P[z]; w++) B[Z++] = z;
|
|
@@ -2208,30 +2208,30 @@ function Tt() {
|
|
|
2208
2208
|
for (; w <= 287; ) q[2 * w + 1] = 8, w++, K[8]++;
|
|
2209
2209
|
for (ot(q, m + 1, K), w = 0; w < n; w++) v[2 * w + 1] = 5, v[2 * w] = nt(w, 5);
|
|
2210
2210
|
J = new V(q, O, _ + 1, m, l), L = new V(v, P, 0, n, l), $ = new V(new Array(0), I, 0, c, d);
|
|
2211
|
-
}(), A = !0), s.l_desc = new C(s.dyn_ltree, J), s.d_desc = new C(s.dyn_dtree, L), s.bl_desc = new C(s.bl_tree, $), s.bi_buf = 0, s.bi_valid = 0, Q(s);
|
|
2211
|
+
})(), A = !0), s.l_desc = new C(s.dyn_ltree, J), s.d_desc = new C(s.dyn_dtree, L), s.bl_desc = new C(s.bl_tree, $), s.bi_buf = 0, s.bi_valid = 0, Q(s);
|
|
2212
2212
|
}, k._tr_stored_block = f, k._tr_flush_block = function(s, w, F, N) {
|
|
2213
2213
|
var z, Z, K = 0;
|
|
2214
|
-
0 < s.level ? (s.strm.data_type === 2 && (s.strm.data_type = function(M) {
|
|
2214
|
+
0 < s.level ? (s.strm.data_type === 2 && (s.strm.data_type = (function(M) {
|
|
2215
2215
|
var Y, rt = 4093624447;
|
|
2216
2216
|
for (Y = 0; Y <= 31; Y++, rt >>>= 1) if (1 & rt && M.dyn_ltree[2 * Y] !== 0) return o;
|
|
2217
2217
|
if (M.dyn_ltree[18] !== 0 || M.dyn_ltree[20] !== 0 || M.dyn_ltree[26] !== 0) return i;
|
|
2218
2218
|
for (Y = 32; Y < _; Y++) if (M.dyn_ltree[2 * Y] !== 0) return i;
|
|
2219
2219
|
return o;
|
|
2220
|
-
}(s)), lt(s, s.l_desc), lt(s, s.d_desc), K = function(M) {
|
|
2220
|
+
})(s)), lt(s, s.l_desc), lt(s, s.d_desc), K = (function(M) {
|
|
2221
2221
|
var Y;
|
|
2222
2222
|
for (t(M, M.dyn_ltree, M.l_desc.max_code), t(M, M.dyn_dtree, M.d_desc.max_code), lt(M, M.bl_desc), Y = c - 1; 3 <= Y && M.bl_tree[2 * W[Y] + 1] === 0; Y--) ;
|
|
2223
2223
|
return M.opt_len += 3 * (Y + 1) + 5 + 5 + 4, Y;
|
|
2224
|
-
}(s), z = s.opt_len + 3 + 7 >>> 3, (Z = s.static_len + 3 + 7 >>> 3) <= z && (z = Z)) : z = Z = F + 5, F + 4 <= z && w !== -1 ? f(s, w, F, N) : s.strategy === 4 || Z === z ? (G(s, 2 + (N ? 1 : 0), 3), ht(s, q, v)) : (G(s, 4 + (N ? 1 : 0), 3), function(M, Y, rt, tt) {
|
|
2224
|
+
})(s), z = s.opt_len + 3 + 7 >>> 3, (Z = s.static_len + 3 + 7 >>> 3) <= z && (z = Z)) : z = Z = F + 5, F + 4 <= z && w !== -1 ? f(s, w, F, N) : s.strategy === 4 || Z === z ? (G(s, 2 + (N ? 1 : 0), 3), ht(s, q, v)) : (G(s, 4 + (N ? 1 : 0), 3), (function(M, Y, rt, tt) {
|
|
2225
2225
|
var ut;
|
|
2226
2226
|
for (G(M, Y - 257, 5), G(M, rt - 1, 5), G(M, tt - 4, 4), ut = 0; ut < tt; ut++) G(M, M.bl_tree[2 * W[ut] + 1], 3);
|
|
2227
2227
|
R(M, M.dyn_ltree, Y - 1), R(M, M.dyn_dtree, rt - 1);
|
|
2228
|
-
}(s, s.l_desc.max_code + 1, s.d_desc.max_code + 1, K + 1), ht(s, s.dyn_ltree, s.dyn_dtree)), Q(s), N && et(s);
|
|
2228
|
+
})(s, s.l_desc.max_code + 1, s.d_desc.max_code + 1, K + 1), ht(s, s.dyn_ltree, s.dyn_dtree)), Q(s), N && et(s);
|
|
2229
2229
|
}, k._tr_tally = function(s, w, F) {
|
|
2230
2230
|
return s.pending_buf[s.d_buf + 2 * s.last_lit] = w >>> 8 & 255, s.pending_buf[s.d_buf + 2 * s.last_lit + 1] = 255 & w, s.pending_buf[s.l_buf + s.last_lit] = 255 & F, s.last_lit++, w === 0 ? s.dyn_ltree[2 * F]++ : (s.matches++, w--, s.dyn_ltree[2 * (e[F] + _ + 1)]++, s.dyn_dtree[2 * E(w)]++), s.last_lit === s.lit_bufsize - 1;
|
|
2231
2231
|
}, k._tr_align = function(s) {
|
|
2232
|
-
G(s, 2, 3), H(s, y, q), function(w) {
|
|
2232
|
+
G(s, 2, 3), H(s, y, q), (function(w) {
|
|
2233
2233
|
w.bi_valid === 16 ? (X(w, w.bi_buf), w.bi_buf = 0, w.bi_valid = 0) : 8 <= w.bi_valid && (w.pending_buf[w.pending++] = 255 & w.bi_buf, w.bi_buf >>= 8, w.bi_valid -= 8);
|
|
2234
|
-
}(s);
|
|
2234
|
+
})(s);
|
|
2235
2235
|
};
|
|
2236
2236
|
}, { "../utils/common": 41 }], 53: [function(b, U, k) {
|
|
2237
2237
|
U.exports = function() {
|
|
@@ -2246,14 +2246,14 @@ function Tt() {
|
|
|
2246
2246
|
process.nextTick(function() {
|
|
2247
2247
|
d(S);
|
|
2248
2248
|
});
|
|
2249
|
-
} : function() {
|
|
2249
|
+
} : (function() {
|
|
2250
2250
|
if (o.postMessage && !o.importScripts) {
|
|
2251
2251
|
var S = !0, x = o.onmessage;
|
|
2252
2252
|
return o.onmessage = function() {
|
|
2253
2253
|
S = !1;
|
|
2254
2254
|
}, o.postMessage("", "*"), o.onmessage = x, S;
|
|
2255
2255
|
}
|
|
2256
|
-
}() ? (_ = "setImmediate$" + Math.random() + "$", o.addEventListener ? o.addEventListener("message", y, !1) : o.attachEvent("onmessage", y), function(S) {
|
|
2256
|
+
})() ? (_ = "setImmediate$" + Math.random() + "$", o.addEventListener ? o.addEventListener("message", y, !1) : o.attachEvent("onmessage", y), function(S) {
|
|
2257
2257
|
o.postMessage(_ + S, "*");
|
|
2258
2258
|
}) : o.MessageChannel ? ((g = new MessageChannel()).port1.onmessage = function(S) {
|
|
2259
2259
|
d(S.data);
|
|
@@ -2315,13 +2315,13 @@ function Tt() {
|
|
|
2315
2315
|
}).call(this, typeof dt < "u" ? dt : typeof self < "u" ? self : typeof window < "u" ? window : {});
|
|
2316
2316
|
}, {}] }, {}, [10])(10);
|
|
2317
2317
|
});
|
|
2318
|
-
}(xt)), xt.exports;
|
|
2318
|
+
})(xt)), xt.exports;
|
|
2319
2319
|
}
|
|
2320
2320
|
var Dt = Tt();
|
|
2321
2321
|
const Lt = /* @__PURE__ */ Rt(Dt);
|
|
2322
2322
|
var wt = { exports: {} }, Ft = wt.exports, Ct;
|
|
2323
2323
|
function Ut() {
|
|
2324
|
-
return Ct || (Ct = 1, function(pt, At) {
|
|
2324
|
+
return Ct || (Ct = 1, (function(pt, At) {
|
|
2325
2325
|
(function(b, U) {
|
|
2326
2326
|
U();
|
|
2327
2327
|
})(Ft, function() {
|
|
@@ -2388,7 +2388,7 @@ function Ut() {
|
|
|
2388
2388
|
});
|
|
2389
2389
|
o.saveAs = u.saveAs = u, pt.exports = u;
|
|
2390
2390
|
});
|
|
2391
|
-
}(wt)), wt.exports;
|
|
2391
|
+
})(wt)), wt.exports;
|
|
2392
2392
|
}
|
|
2393
2393
|
var Pt = Ut();
|
|
2394
2394
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useState as a, useEffect as c } from "react";
|
|
3
|
-
import { c as r } from "./createSvgIcon-
|
|
3
|
+
import { c as r } from "./createSvgIcon-DjQWJ3wn.js";
|
|
4
4
|
const f = r(/* @__PURE__ */ t("path", {
|
|
5
5
|
d: "m1 9 2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9m8 8 3 3 3-3c-1.65-1.66-4.34-1.66-6 0m-4-4 2 2c2.76-2.76 7.24-2.76 10 0l2-2C15.14 9.14 8.87 9.14 5 13"
|
|
6
6
|
}), "Wifi"), l = r(/* @__PURE__ */ t("path", {
|