oauth0-js-lib 2.2.4 → 2.2.6
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/README.md +1 -1
- package/dist/index.es.js +576 -568
- package/dist/index.umd.js +176 -176
- package/dist/main.d.ts +1 -1
- package/dist/modal.d.ts +4 -3
- package/package.json +33 -33
package/dist/index.es.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
var
|
|
2
|
-
var xn = (e, t, r) => t in e ?
|
|
3
|
-
var
|
|
1
|
+
var Un = Object.defineProperty;
|
|
2
|
+
var xn = (e, t, r) => t in e ? Un(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
3
|
+
var x = (e, t, r) => xn(e, typeof t != "symbol" ? t + "" : t, r);
|
|
4
4
|
const Fn = {
|
|
5
5
|
baseUrl: "",
|
|
6
6
|
createEndpoint: "/api/oauth0/create",
|
|
7
7
|
authEventEndpoint: "/api/oauth0/auth-events",
|
|
8
8
|
authConfirmEndpoint: "/api/oauth0/auth-confirm"
|
|
9
|
-
}, Mn = typeof __OAUTH_LIB_CONFIG__ < "u" ? __OAUTH_LIB_CONFIG__ : void 0,
|
|
9
|
+
}, Mn = typeof __OAUTH_LIB_CONFIG__ < "u" ? __OAUTH_LIB_CONFIG__ : void 0, Dn = typeof globalThis < "u" && globalThis.OAUTH_LIB_CONFIG ? globalThis.OAUTH_LIB_CONFIG : void 0;
|
|
10
10
|
let nt = {
|
|
11
11
|
...Fn,
|
|
12
12
|
...Mn,
|
|
13
|
-
...
|
|
13
|
+
...Dn
|
|
14
14
|
};
|
|
15
15
|
function Vo(e) {
|
|
16
16
|
nt = { ...nt, ...e };
|
|
17
17
|
}
|
|
18
|
-
function
|
|
18
|
+
function kn() {
|
|
19
19
|
return nt;
|
|
20
20
|
}
|
|
21
21
|
function on(e, t) {
|
|
@@ -35,7 +35,7 @@ function jn(e) {
|
|
|
35
35
|
let t;
|
|
36
36
|
return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && an(e.buffer), t;
|
|
37
37
|
}
|
|
38
|
-
const Hn = Be("string"), M = Be("function"), un = Be("number"), he = (e) => e !== null && typeof e == "object", zn = (e) => e === !0 || e === !1,
|
|
38
|
+
const Hn = Be("string"), M = Be("function"), un = Be("number"), he = (e) => e !== null && typeof e == "object", zn = (e) => e === !0 || e === !1, be = (e) => {
|
|
39
39
|
if (Ae(e) !== "object")
|
|
40
40
|
return !1;
|
|
41
41
|
const t = at(e);
|
|
@@ -69,7 +69,7 @@ function pe(e, t, { allOwnKeys: r = !1 } = {}) {
|
|
|
69
69
|
a = i[n], t.call(null, e[a], a, e);
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
function
|
|
72
|
+
function cn(e, t) {
|
|
73
73
|
if (de(e))
|
|
74
74
|
return null;
|
|
75
75
|
t = t.toLowerCase();
|
|
@@ -80,11 +80,11 @@ function ln(e, t) {
|
|
|
80
80
|
return o;
|
|
81
81
|
return null;
|
|
82
82
|
}
|
|
83
|
-
const Q = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global,
|
|
83
|
+
const Q = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, ln = (e) => !ie(e) && e !== Q;
|
|
84
84
|
function rt() {
|
|
85
|
-
const { caseless: e, skipUndefined: t } =
|
|
86
|
-
const s = e &&
|
|
87
|
-
|
|
85
|
+
const { caseless: e, skipUndefined: t } = ln(this) && this || {}, r = {}, n = (o, i) => {
|
|
86
|
+
const s = e && cn(r, i) || i;
|
|
87
|
+
be(r[s]) && be(o) ? r[s] = rt(r[s], o) : be(o) ? r[s] = rt({}, o) : se(o) ? r[s] = o.slice() : (!t || !ie(o)) && (r[s] = o);
|
|
88
88
|
};
|
|
89
89
|
for (let o = 0, i = arguments.length; o < i; o++)
|
|
90
90
|
arguments[o] && pe(arguments[o], n);
|
|
@@ -119,7 +119,7 @@ const rr = (e, t, r, { allOwnKeys: n } = {}) => (pe(t, (o, i) => {
|
|
|
119
119
|
for (; t-- > 0; )
|
|
120
120
|
r[t] = e[t];
|
|
121
121
|
return r;
|
|
122
|
-
},
|
|
122
|
+
}, cr = /* @__PURE__ */ ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && at(Uint8Array)), lr = (e, t) => {
|
|
123
123
|
const n = (e && e[Te]).call(e);
|
|
124
124
|
let o;
|
|
125
125
|
for (; (o = n.next()) && !o.done; ) {
|
|
@@ -167,10 +167,10 @@ const rr = (e, t, r, { allOwnKeys: n } = {}) => (pe(t, (o, i) => {
|
|
|
167
167
|
return se(e) ? n(e) : n(String(e).split(t)), r;
|
|
168
168
|
}, yr = () => {
|
|
169
169
|
}, wr = (e, t) => e != null && Number.isFinite(e = +e) ? e : t;
|
|
170
|
-
function
|
|
170
|
+
function Er(e) {
|
|
171
171
|
return !!(e && M(e.append) && e[sn] === "FormData" && e[Te]);
|
|
172
172
|
}
|
|
173
|
-
const
|
|
173
|
+
const br = (e) => {
|
|
174
174
|
const t = new Array(10), r = (n, o) => {
|
|
175
175
|
if (he(n)) {
|
|
176
176
|
if (t.indexOf(n) >= 0)
|
|
@@ -206,7 +206,7 @@ const Er = (e) => {
|
|
|
206
206
|
isNumber: un,
|
|
207
207
|
isBoolean: zn,
|
|
208
208
|
isObject: he,
|
|
209
|
-
isPlainObject:
|
|
209
|
+
isPlainObject: be,
|
|
210
210
|
isEmptyObject: Vn,
|
|
211
211
|
isReadableStream: Xn,
|
|
212
212
|
isRequest: Zn,
|
|
@@ -220,7 +220,7 @@ const Er = (e) => {
|
|
|
220
220
|
isFunction: M,
|
|
221
221
|
isStream: Gn,
|
|
222
222
|
isURLSearchParams: Yn,
|
|
223
|
-
isTypedArray:
|
|
223
|
+
isTypedArray: cr,
|
|
224
224
|
isFileList: Wn,
|
|
225
225
|
forEach: pe,
|
|
226
226
|
merge: rt,
|
|
@@ -233,7 +233,7 @@ const Er = (e) => {
|
|
|
233
233
|
kindOfTest: H,
|
|
234
234
|
endsWith: ar,
|
|
235
235
|
toArray: ur,
|
|
236
|
-
forEachEntry:
|
|
236
|
+
forEachEntry: lr,
|
|
237
237
|
matchAll: fr,
|
|
238
238
|
isHTMLForm: dr,
|
|
239
239
|
hasOwnProperty: pt,
|
|
@@ -245,11 +245,11 @@ const Er = (e) => {
|
|
|
245
245
|
toCamelCase: hr,
|
|
246
246
|
noop: yr,
|
|
247
247
|
toFiniteNumber: wr,
|
|
248
|
-
findKey:
|
|
248
|
+
findKey: cn,
|
|
249
249
|
global: Q,
|
|
250
|
-
isContextDefined:
|
|
251
|
-
isSpecCompliantForm:
|
|
252
|
-
toJSONObject:
|
|
250
|
+
isContextDefined: ln,
|
|
251
|
+
isSpecCompliantForm: Er,
|
|
252
|
+
toJSONObject: br,
|
|
253
253
|
isAsyncFn: Cr,
|
|
254
254
|
isThenable: Sr,
|
|
255
255
|
setImmediate: dn,
|
|
@@ -302,9 +302,9 @@ Object.defineProperties(I, pn);
|
|
|
302
302
|
Object.defineProperty(hn, "isAxiosError", { value: !0 });
|
|
303
303
|
I.from = (e, t, r, n, o, i) => {
|
|
304
304
|
const s = Object.create(hn);
|
|
305
|
-
f.toFlatObject(e, s, function(
|
|
306
|
-
return
|
|
307
|
-
}, (
|
|
305
|
+
f.toFlatObject(e, s, function(l) {
|
|
306
|
+
return l !== Error.prototype;
|
|
307
|
+
}, (c) => c !== "isAxiosError");
|
|
308
308
|
const a = e && e.message ? e.message : "Error", u = t == null && e ? e.code : t;
|
|
309
309
|
return I.call(s, a, u, r, n, o), e && s.cause == null && Object.defineProperty(s, "cause", { value: e, configurable: !0 }), s.name = e && e.name || "Error", i && Object.assign(s, i), s;
|
|
310
310
|
};
|
|
@@ -336,10 +336,10 @@ function Ne(e, t, r) {
|
|
|
336
336
|
}, !1, function(p, g) {
|
|
337
337
|
return !f.isUndefined(g[p]);
|
|
338
338
|
});
|
|
339
|
-
const n = r.metaTokens, o = r.visitor ||
|
|
339
|
+
const n = r.metaTokens, o = r.visitor || l, i = r.dots, s = r.indexes, u = (r.Blob || typeof Blob < "u" && Blob) && f.isSpecCompliantForm(t);
|
|
340
340
|
if (!f.isFunction(o))
|
|
341
341
|
throw new TypeError("visitor must be a function");
|
|
342
|
-
function
|
|
342
|
+
function c(d) {
|
|
343
343
|
if (d === null) return "";
|
|
344
344
|
if (f.isDate(d))
|
|
345
345
|
return d.toISOString();
|
|
@@ -349,25 +349,25 @@ function Ne(e, t, r) {
|
|
|
349
349
|
throw new I("Blob is not supported. Use a Buffer instead.");
|
|
350
350
|
return f.isArrayBuffer(d) || f.isTypedArray(d) ? u && typeof Blob == "function" ? new Blob([d]) : Buffer.from(d) : d;
|
|
351
351
|
}
|
|
352
|
-
function
|
|
352
|
+
function l(d, p, g) {
|
|
353
353
|
let w = d;
|
|
354
354
|
if (d && !g && typeof d == "object") {
|
|
355
355
|
if (f.endsWith(p, "{}"))
|
|
356
356
|
p = n ? p : p.slice(0, -2), d = JSON.stringify(d);
|
|
357
357
|
else if (f.isArray(d) && Br(d) || (f.isFileList(d) || f.endsWith(p, "[]")) && (w = f.toArray(d)))
|
|
358
|
-
return p = gn(p), w.forEach(function(
|
|
359
|
-
!(f.isUndefined(
|
|
358
|
+
return p = gn(p), w.forEach(function(b, R) {
|
|
359
|
+
!(f.isUndefined(b) || b === null) && t.append(
|
|
360
360
|
// eslint-disable-next-line no-nested-ternary
|
|
361
361
|
s === !0 ? gt([p], R, i) : s === null ? p : p + "[]",
|
|
362
|
-
|
|
362
|
+
c(b)
|
|
363
363
|
);
|
|
364
364
|
}), !1;
|
|
365
365
|
}
|
|
366
|
-
return ot(d) ? !0 : (t.append(gt(g, p, i),
|
|
366
|
+
return ot(d) ? !0 : (t.append(gt(g, p, i), c(d)), !1);
|
|
367
367
|
}
|
|
368
368
|
const h = [], m = Object.assign(Nr, {
|
|
369
|
-
defaultVisitor:
|
|
370
|
-
convertValue:
|
|
369
|
+
defaultVisitor: l,
|
|
370
|
+
convertValue: c,
|
|
371
371
|
isVisitable: ot
|
|
372
372
|
});
|
|
373
373
|
function y(d, p) {
|
|
@@ -502,30 +502,30 @@ const wn = {
|
|
|
502
502
|
Blob: Ir
|
|
503
503
|
},
|
|
504
504
|
protocols: ["http", "https", "file", "blob", "url", "data"]
|
|
505
|
-
},
|
|
506
|
-
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", xr =
|
|
505
|
+
}, ct = typeof window < "u" && typeof document < "u", it = typeof navigator == "object" && navigator || void 0, vr = ct && (!it || ["ReactNative", "NativeScript", "NS"].indexOf(it.product) < 0), Ur = typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
|
|
506
|
+
self instanceof WorkerGlobalScope && typeof self.importScripts == "function", xr = ct && window.location.href || "http://localhost", Fr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
507
507
|
__proto__: null,
|
|
508
|
-
hasBrowserEnv:
|
|
509
|
-
hasStandardBrowserEnv:
|
|
510
|
-
hasStandardBrowserWebWorkerEnv:
|
|
508
|
+
hasBrowserEnv: ct,
|
|
509
|
+
hasStandardBrowserEnv: vr,
|
|
510
|
+
hasStandardBrowserWebWorkerEnv: Ur,
|
|
511
511
|
navigator: it,
|
|
512
512
|
origin: xr
|
|
513
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
513
|
+
}, Symbol.toStringTag, { value: "Module" })), F = {
|
|
514
514
|
...Fr,
|
|
515
515
|
..._r
|
|
516
516
|
};
|
|
517
517
|
function Mr(e, t) {
|
|
518
|
-
return Ne(e, new
|
|
518
|
+
return Ne(e, new F.classes.URLSearchParams(), {
|
|
519
519
|
visitor: function(r, n, o, i) {
|
|
520
|
-
return
|
|
520
|
+
return F.isNode && f.isBuffer(r) ? (this.append(n, r.toString("base64")), !1) : i.defaultVisitor.apply(this, arguments);
|
|
521
521
|
},
|
|
522
522
|
...t
|
|
523
523
|
});
|
|
524
524
|
}
|
|
525
|
-
function
|
|
525
|
+
function Dr(e) {
|
|
526
526
|
return f.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
|
|
527
527
|
}
|
|
528
|
-
function
|
|
528
|
+
function kr(e) {
|
|
529
529
|
const t = {}, r = Object.keys(e);
|
|
530
530
|
let n;
|
|
531
531
|
const o = r.length;
|
|
@@ -534,17 +534,17 @@ function Dr(e) {
|
|
|
534
534
|
i = r[n], t[i] = e[i];
|
|
535
535
|
return t;
|
|
536
536
|
}
|
|
537
|
-
function
|
|
537
|
+
function En(e) {
|
|
538
538
|
function t(r, n, o, i) {
|
|
539
539
|
let s = r[i++];
|
|
540
540
|
if (s === "__proto__") return !0;
|
|
541
541
|
const a = Number.isFinite(+s), u = i >= r.length;
|
|
542
|
-
return s = !s && f.isArray(o) ? o.length : s, u ? (f.hasOwnProp(o, s) ? o[s] = [o[s], n] : o[s] = n, !a) : ((!o[s] || !f.isObject(o[s])) && (o[s] = []), t(r, n, o[s], i) && f.isArray(o[s]) && (o[s] =
|
|
542
|
+
return s = !s && f.isArray(o) ? o.length : s, u ? (f.hasOwnProp(o, s) ? o[s] = [o[s], n] : o[s] = n, !a) : ((!o[s] || !f.isObject(o[s])) && (o[s] = []), t(r, n, o[s], i) && f.isArray(o[s]) && (o[s] = kr(o[s])), !a);
|
|
543
543
|
}
|
|
544
544
|
if (f.isFormData(e) && f.isFunction(e.entries)) {
|
|
545
545
|
const r = {};
|
|
546
546
|
return f.forEachEntry(e, (n, o) => {
|
|
547
|
-
t(
|
|
547
|
+
t(Dr(n), o, r, 0);
|
|
548
548
|
}), r;
|
|
549
549
|
}
|
|
550
550
|
return null;
|
|
@@ -565,7 +565,7 @@ const ge = {
|
|
|
565
565
|
transformRequest: [function(t, r) {
|
|
566
566
|
const n = r.getContentType() || "", o = n.indexOf("application/json") > -1, i = f.isObject(t);
|
|
567
567
|
if (i && f.isHTMLForm(t) && (t = new FormData(t)), f.isFormData(t))
|
|
568
|
-
return o ? JSON.stringify(
|
|
568
|
+
return o ? JSON.stringify(En(t)) : t;
|
|
569
569
|
if (f.isArrayBuffer(t) || f.isBuffer(t) || f.isStream(t) || f.isFile(t) || f.isBlob(t) || f.isReadableStream(t))
|
|
570
570
|
return t;
|
|
571
571
|
if (f.isArrayBufferView(t))
|
|
@@ -612,8 +612,8 @@ const ge = {
|
|
|
612
612
|
maxContentLength: -1,
|
|
613
613
|
maxBodyLength: -1,
|
|
614
614
|
env: {
|
|
615
|
-
FormData:
|
|
616
|
-
Blob:
|
|
615
|
+
FormData: F.classes.FormData,
|
|
616
|
+
Blob: F.classes.Blob
|
|
617
617
|
},
|
|
618
618
|
validateStatus: function(t) {
|
|
619
619
|
return t >= 200 && t < 300;
|
|
@@ -654,7 +654,7 @@ const jr = f.toObjectSet([
|
|
|
654
654
|
o = s.indexOf(":"), r = s.substring(0, o).trim().toLowerCase(), n = s.substring(o + 1).trim(), !(!r || t[r] && jr[r]) && (r === "set-cookie" ? t[r] ? t[r].push(n) : t[r] = [n] : t[r] = t[r] ? t[r] + ", " + n : n);
|
|
655
655
|
}), t;
|
|
656
656
|
}, wt = Symbol("internals");
|
|
657
|
-
function
|
|
657
|
+
function ce(e) {
|
|
658
658
|
return e && String(e).trim().toLowerCase();
|
|
659
659
|
}
|
|
660
660
|
function Ce(e) {
|
|
@@ -692,30 +692,30 @@ function Jr(e, t) {
|
|
|
692
692
|
});
|
|
693
693
|
});
|
|
694
694
|
}
|
|
695
|
-
let
|
|
695
|
+
let D = class {
|
|
696
696
|
constructor(t) {
|
|
697
697
|
t && this.set(t);
|
|
698
698
|
}
|
|
699
699
|
set(t, r, n) {
|
|
700
700
|
const o = this;
|
|
701
|
-
function i(a, u,
|
|
702
|
-
const
|
|
703
|
-
if (!
|
|
701
|
+
function i(a, u, c) {
|
|
702
|
+
const l = ce(u);
|
|
703
|
+
if (!l)
|
|
704
704
|
throw new Error("header name must be a non-empty string");
|
|
705
|
-
const h = f.findKey(o,
|
|
706
|
-
(!h || o[h] === void 0 ||
|
|
705
|
+
const h = f.findKey(o, l);
|
|
706
|
+
(!h || o[h] === void 0 || c === !0 || c === void 0 && o[h] !== !1) && (o[h || u] = Ce(a));
|
|
707
707
|
}
|
|
708
|
-
const s = (a, u) => f.forEach(a, (
|
|
708
|
+
const s = (a, u) => f.forEach(a, (c, l) => i(c, l, u));
|
|
709
709
|
if (f.isPlainObject(t) || t instanceof this.constructor)
|
|
710
710
|
s(t, r);
|
|
711
711
|
else if (f.isString(t) && (t = t.trim()) && !Vr(t))
|
|
712
712
|
s(Hr(t), r);
|
|
713
713
|
else if (f.isObject(t) && f.isIterable(t)) {
|
|
714
|
-
let a = {}, u,
|
|
715
|
-
for (const
|
|
716
|
-
if (!f.isArray(
|
|
714
|
+
let a = {}, u, c;
|
|
715
|
+
for (const l of t) {
|
|
716
|
+
if (!f.isArray(l))
|
|
717
717
|
throw TypeError("Object iterator must return a key-value pair");
|
|
718
|
-
a[
|
|
718
|
+
a[c = l[0]] = (u = a[c]) ? f.isArray(u) ? [...u, l[1]] : [u, l[1]] : l[1];
|
|
719
719
|
}
|
|
720
720
|
s(a, r);
|
|
721
721
|
} else
|
|
@@ -723,7 +723,7 @@ let k = class {
|
|
|
723
723
|
return this;
|
|
724
724
|
}
|
|
725
725
|
get(t, r) {
|
|
726
|
-
if (t =
|
|
726
|
+
if (t = ce(t), t) {
|
|
727
727
|
const n = f.findKey(this, t);
|
|
728
728
|
if (n) {
|
|
729
729
|
const o = this[n];
|
|
@@ -740,7 +740,7 @@ let k = class {
|
|
|
740
740
|
}
|
|
741
741
|
}
|
|
742
742
|
has(t, r) {
|
|
743
|
-
if (t =
|
|
743
|
+
if (t = ce(t), t) {
|
|
744
744
|
const n = f.findKey(this, t);
|
|
745
745
|
return !!(n && this[n] !== void 0 && (!r || Le(this, this[n], n, r)));
|
|
746
746
|
}
|
|
@@ -750,7 +750,7 @@ let k = class {
|
|
|
750
750
|
const n = this;
|
|
751
751
|
let o = !1;
|
|
752
752
|
function i(s) {
|
|
753
|
-
if (s =
|
|
753
|
+
if (s = ce(s), s) {
|
|
754
754
|
const a = f.findKey(n, s);
|
|
755
755
|
a && (!r || Le(n, n[a], a, r)) && (delete n[a], o = !0);
|
|
756
756
|
}
|
|
@@ -812,14 +812,14 @@ let k = class {
|
|
|
812
812
|
accessors: {}
|
|
813
813
|
}).accessors, o = this.prototype;
|
|
814
814
|
function i(s) {
|
|
815
|
-
const a =
|
|
815
|
+
const a = ce(s);
|
|
816
816
|
n[a] || (Jr(o, s), n[a] = !0);
|
|
817
817
|
}
|
|
818
818
|
return f.isArray(t) ? t.forEach(i) : i(t), this;
|
|
819
819
|
}
|
|
820
820
|
};
|
|
821
|
-
|
|
822
|
-
f.reduceDescriptors(
|
|
821
|
+
D.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
|
|
822
|
+
f.reduceDescriptors(D.prototype, ({ value: e }, t) => {
|
|
823
823
|
let r = t[0].toUpperCase() + t.slice(1);
|
|
824
824
|
return {
|
|
825
825
|
get: () => e,
|
|
@@ -828,15 +828,15 @@ f.reduceDescriptors(k.prototype, ({ value: e }, t) => {
|
|
|
828
828
|
}
|
|
829
829
|
};
|
|
830
830
|
});
|
|
831
|
-
f.freezeMethods(
|
|
831
|
+
f.freezeMethods(D);
|
|
832
832
|
function Ie(e, t) {
|
|
833
|
-
const r = this || ge, n = t || r, o =
|
|
833
|
+
const r = this || ge, n = t || r, o = D.from(n.headers);
|
|
834
834
|
let i = n.data;
|
|
835
835
|
return f.forEach(e, function(a) {
|
|
836
836
|
i = a.call(r, i, o.normalize(), t ? t.status : void 0);
|
|
837
837
|
}), o.normalize(), i;
|
|
838
838
|
}
|
|
839
|
-
function
|
|
839
|
+
function bn(e) {
|
|
840
840
|
return !!(e && e.__CANCEL__);
|
|
841
841
|
}
|
|
842
842
|
function ae(e, t, r) {
|
|
@@ -864,25 +864,25 @@ function Wr(e, t) {
|
|
|
864
864
|
const r = new Array(e), n = new Array(e);
|
|
865
865
|
let o = 0, i = 0, s;
|
|
866
866
|
return t = t !== void 0 ? t : 1e3, function(u) {
|
|
867
|
-
const
|
|
868
|
-
s || (s =
|
|
867
|
+
const c = Date.now(), l = n[i];
|
|
868
|
+
s || (s = c), r[o] = u, n[o] = c;
|
|
869
869
|
let h = i, m = 0;
|
|
870
870
|
for (; h !== o; )
|
|
871
871
|
m += r[h++], h = h % e;
|
|
872
|
-
if (o = (o + 1) % e, o === i && (i = (i + 1) % e),
|
|
872
|
+
if (o = (o + 1) % e, o === i && (i = (i + 1) % e), c - s < t)
|
|
873
873
|
return;
|
|
874
|
-
const y =
|
|
874
|
+
const y = l && c - l;
|
|
875
875
|
return y ? Math.round(m * 1e3 / y) : void 0;
|
|
876
876
|
};
|
|
877
877
|
}
|
|
878
878
|
function Gr(e, t) {
|
|
879
879
|
let r = 0, n = 1e3 / t, o, i;
|
|
880
|
-
const s = (
|
|
881
|
-
r =
|
|
880
|
+
const s = (c, l = Date.now()) => {
|
|
881
|
+
r = l, o = null, i && (clearTimeout(i), i = null), e(...c);
|
|
882
882
|
};
|
|
883
|
-
return [(...
|
|
884
|
-
const
|
|
885
|
-
h >= n ? s(
|
|
883
|
+
return [(...c) => {
|
|
884
|
+
const l = Date.now(), h = l - r;
|
|
885
|
+
h >= n ? s(c, l) : (o = c, i || (i = setTimeout(() => {
|
|
886
886
|
i = null, s(o);
|
|
887
887
|
}, n - h)));
|
|
888
888
|
}, () => o && s(o)];
|
|
@@ -891,32 +891,32 @@ const Re = (e, t, r = 3) => {
|
|
|
891
891
|
let n = 0;
|
|
892
892
|
const o = Wr(50, 250);
|
|
893
893
|
return Gr((i) => {
|
|
894
|
-
const s = i.loaded, a = i.lengthComputable ? i.total : void 0, u = s - n,
|
|
894
|
+
const s = i.loaded, a = i.lengthComputable ? i.total : void 0, u = s - n, c = o(u), l = s <= a;
|
|
895
895
|
n = s;
|
|
896
896
|
const h = {
|
|
897
897
|
loaded: s,
|
|
898
898
|
total: a,
|
|
899
899
|
progress: a ? s / a : void 0,
|
|
900
900
|
bytes: u,
|
|
901
|
-
rate:
|
|
902
|
-
estimated:
|
|
901
|
+
rate: c || void 0,
|
|
902
|
+
estimated: c && a && l ? (a - s) / c : void 0,
|
|
903
903
|
event: i,
|
|
904
904
|
lengthComputable: a != null,
|
|
905
905
|
[t ? "download" : "upload"]: !0
|
|
906
906
|
};
|
|
907
907
|
e(h);
|
|
908
908
|
}, r);
|
|
909
|
-
},
|
|
909
|
+
}, Et = (e, t) => {
|
|
910
910
|
const r = e != null;
|
|
911
911
|
return [(n) => t[0]({
|
|
912
912
|
lengthComputable: r,
|
|
913
913
|
total: e,
|
|
914
914
|
loaded: n
|
|
915
915
|
}), t[1]];
|
|
916
|
-
},
|
|
917
|
-
new URL(
|
|
918
|
-
|
|
919
|
-
) : () => !0, Yr =
|
|
916
|
+
}, bt = (e) => (...t) => f.asap(() => e(...t)), Qr = F.hasStandardBrowserEnv ? /* @__PURE__ */ ((e, t) => (r) => (r = new URL(r, F.origin), e.protocol === r.protocol && e.host === r.host && (t || e.port === r.port)))(
|
|
917
|
+
new URL(F.origin),
|
|
918
|
+
F.navigator && /(msie|trident)/i.test(F.navigator.userAgent)
|
|
919
|
+
) : () => !0, Yr = F.hasStandardBrowserEnv ? (
|
|
920
920
|
// Standard browser envs support document.cookie
|
|
921
921
|
{
|
|
922
922
|
write(e, t, r, n, o, i, s) {
|
|
@@ -955,34 +955,34 @@ function Sn(e, t, r) {
|
|
|
955
955
|
let n = !Xr(t);
|
|
956
956
|
return e && (n || r == !1) ? Zr(e, t) : t;
|
|
957
957
|
}
|
|
958
|
-
const Ct = (e) => e instanceof
|
|
958
|
+
const Ct = (e) => e instanceof D ? { ...e } : e;
|
|
959
959
|
function X(e, t) {
|
|
960
960
|
t = t || {};
|
|
961
961
|
const r = {};
|
|
962
|
-
function n(
|
|
963
|
-
return f.isPlainObject(
|
|
962
|
+
function n(c, l, h, m) {
|
|
963
|
+
return f.isPlainObject(c) && f.isPlainObject(l) ? f.merge.call({ caseless: m }, c, l) : f.isPlainObject(l) ? f.merge({}, l) : f.isArray(l) ? l.slice() : l;
|
|
964
964
|
}
|
|
965
|
-
function o(
|
|
966
|
-
if (f.isUndefined(
|
|
967
|
-
if (!f.isUndefined(
|
|
968
|
-
return n(void 0,
|
|
969
|
-
} else return n(
|
|
965
|
+
function o(c, l, h, m) {
|
|
966
|
+
if (f.isUndefined(l)) {
|
|
967
|
+
if (!f.isUndefined(c))
|
|
968
|
+
return n(void 0, c, h, m);
|
|
969
|
+
} else return n(c, l, h, m);
|
|
970
970
|
}
|
|
971
|
-
function i(
|
|
972
|
-
if (!f.isUndefined(
|
|
973
|
-
return n(void 0,
|
|
971
|
+
function i(c, l) {
|
|
972
|
+
if (!f.isUndefined(l))
|
|
973
|
+
return n(void 0, l);
|
|
974
974
|
}
|
|
975
|
-
function s(
|
|
976
|
-
if (f.isUndefined(
|
|
977
|
-
if (!f.isUndefined(
|
|
978
|
-
return n(void 0,
|
|
979
|
-
} else return n(void 0,
|
|
975
|
+
function s(c, l) {
|
|
976
|
+
if (f.isUndefined(l)) {
|
|
977
|
+
if (!f.isUndefined(c))
|
|
978
|
+
return n(void 0, c);
|
|
979
|
+
} else return n(void 0, l);
|
|
980
980
|
}
|
|
981
|
-
function a(
|
|
981
|
+
function a(c, l, h) {
|
|
982
982
|
if (h in t)
|
|
983
|
-
return n(
|
|
983
|
+
return n(c, l);
|
|
984
984
|
if (h in e)
|
|
985
|
-
return n(void 0,
|
|
985
|
+
return n(void 0, c);
|
|
986
986
|
}
|
|
987
987
|
const u = {
|
|
988
988
|
url: i,
|
|
@@ -1013,30 +1013,30 @@ function X(e, t) {
|
|
|
1013
1013
|
socketPath: s,
|
|
1014
1014
|
responseEncoding: s,
|
|
1015
1015
|
validateStatus: a,
|
|
1016
|
-
headers: (
|
|
1016
|
+
headers: (c, l, h) => o(Ct(c), Ct(l), h, !0)
|
|
1017
1017
|
};
|
|
1018
|
-
return f.forEach(Object.keys({ ...e, ...t }), function(
|
|
1019
|
-
const h = u[
|
|
1020
|
-
f.isUndefined(m) && h !== a || (r[
|
|
1018
|
+
return f.forEach(Object.keys({ ...e, ...t }), function(l) {
|
|
1019
|
+
const h = u[l] || o, m = h(e[l], t[l], l);
|
|
1020
|
+
f.isUndefined(m) && h !== a || (r[l] = m);
|
|
1021
1021
|
}), r;
|
|
1022
1022
|
}
|
|
1023
1023
|
const Rn = (e) => {
|
|
1024
1024
|
const t = X({}, e);
|
|
1025
1025
|
let { data: r, withXSRFToken: n, xsrfHeaderName: o, xsrfCookieName: i, headers: s, auth: a } = t;
|
|
1026
|
-
if (t.headers = s =
|
|
1026
|
+
if (t.headers = s = D.from(s), t.url = yn(Sn(t.baseURL, t.url, t.allowAbsoluteUrls), e.params, e.paramsSerializer), a && s.set(
|
|
1027
1027
|
"Authorization",
|
|
1028
1028
|
"Basic " + btoa((a.username || "") + ":" + (a.password ? unescape(encodeURIComponent(a.password)) : ""))
|
|
1029
1029
|
), f.isFormData(r)) {
|
|
1030
|
-
if (
|
|
1030
|
+
if (F.hasStandardBrowserEnv || F.hasStandardBrowserWebWorkerEnv)
|
|
1031
1031
|
s.setContentType(void 0);
|
|
1032
1032
|
else if (f.isFunction(r.getHeaders)) {
|
|
1033
|
-
const u = r.getHeaders(),
|
|
1034
|
-
Object.entries(u).forEach(([
|
|
1035
|
-
|
|
1033
|
+
const u = r.getHeaders(), c = ["content-type", "content-length"];
|
|
1034
|
+
Object.entries(u).forEach(([l, h]) => {
|
|
1035
|
+
c.includes(l.toLowerCase()) && s.set(l, h);
|
|
1036
1036
|
});
|
|
1037
1037
|
}
|
|
1038
1038
|
}
|
|
1039
|
-
if (
|
|
1039
|
+
if (F.hasStandardBrowserEnv && (n && f.isFunction(n) && (n = n(t)), n || n !== !1 && Qr(t.url))) {
|
|
1040
1040
|
const u = o && i && Yr.read(i);
|
|
1041
1041
|
u && s.set(o, u);
|
|
1042
1042
|
}
|
|
@@ -1045,23 +1045,23 @@ const Rn = (e) => {
|
|
|
1045
1045
|
return new Promise(function(r, n) {
|
|
1046
1046
|
const o = Rn(e);
|
|
1047
1047
|
let i = o.data;
|
|
1048
|
-
const s =
|
|
1049
|
-
let { responseType: a, onUploadProgress: u, onDownloadProgress:
|
|
1048
|
+
const s = D.from(o.headers).normalize();
|
|
1049
|
+
let { responseType: a, onUploadProgress: u, onDownloadProgress: c } = o, l, h, m, y, d;
|
|
1050
1050
|
function p() {
|
|
1051
|
-
y && y(), d && d(), o.cancelToken && o.cancelToken.unsubscribe(
|
|
1051
|
+
y && y(), d && d(), o.cancelToken && o.cancelToken.unsubscribe(l), o.signal && o.signal.removeEventListener("abort", l);
|
|
1052
1052
|
}
|
|
1053
1053
|
let g = new XMLHttpRequest();
|
|
1054
1054
|
g.open(o.method.toUpperCase(), o.url, !0), g.timeout = o.timeout;
|
|
1055
1055
|
function w() {
|
|
1056
1056
|
if (!g)
|
|
1057
1057
|
return;
|
|
1058
|
-
const
|
|
1058
|
+
const b = D.from(
|
|
1059
1059
|
"getAllResponseHeaders" in g && g.getAllResponseHeaders()
|
|
1060
1060
|
), _ = {
|
|
1061
1061
|
data: !a || a === "text" || a === "json" ? g.responseText : g.response,
|
|
1062
1062
|
status: g.status,
|
|
1063
1063
|
statusText: g.statusText,
|
|
1064
|
-
headers:
|
|
1064
|
+
headers: b,
|
|
1065
1065
|
config: e,
|
|
1066
1066
|
request: g
|
|
1067
1067
|
};
|
|
@@ -1076,8 +1076,8 @@ const Rn = (e) => {
|
|
|
1076
1076
|
}, g.onabort = function() {
|
|
1077
1077
|
g && (n(new I("Request aborted", I.ECONNABORTED, e, g)), g = null);
|
|
1078
1078
|
}, g.onerror = function(R) {
|
|
1079
|
-
const _ = R && R.message ? R.message : "Network Error",
|
|
1080
|
-
|
|
1079
|
+
const _ = R && R.message ? R.message : "Network Error", E = new I(_, I.ERR_NETWORK, e, g);
|
|
1080
|
+
E.event = R || null, n(E), g = null;
|
|
1081
1081
|
}, g.ontimeout = function() {
|
|
1082
1082
|
let R = o.timeout ? "timeout of " + o.timeout + "ms exceeded" : "timeout exceeded";
|
|
1083
1083
|
const _ = o.transitional || wn;
|
|
@@ -1089,11 +1089,11 @@ const Rn = (e) => {
|
|
|
1089
1089
|
)), g = null;
|
|
1090
1090
|
}, i === void 0 && s.setContentType(null), "setRequestHeader" in g && f.forEach(s.toJSON(), function(R, _) {
|
|
1091
1091
|
g.setRequestHeader(_, R);
|
|
1092
|
-
}), f.isUndefined(o.withCredentials) || (g.withCredentials = !!o.withCredentials), a && a !== "json" && (g.responseType = o.responseType),
|
|
1093
|
-
g && (n(!
|
|
1094
|
-
}, o.cancelToken && o.cancelToken.subscribe(
|
|
1092
|
+
}), f.isUndefined(o.withCredentials) || (g.withCredentials = !!o.withCredentials), a && a !== "json" && (g.responseType = o.responseType), c && ([m, d] = Re(c, !0), g.addEventListener("progress", m)), u && g.upload && ([h, y] = Re(u), g.upload.addEventListener("progress", h), g.upload.addEventListener("loadend", y)), (o.cancelToken || o.signal) && (l = (b) => {
|
|
1093
|
+
g && (n(!b || b.type ? new ae(null, e, g) : b), g.abort(), g = null);
|
|
1094
|
+
}, o.cancelToken && o.cancelToken.subscribe(l), o.signal && (o.signal.aborted ? l() : o.signal.addEventListener("abort", l)));
|
|
1095
1095
|
const P = Kr(o.url);
|
|
1096
|
-
if (P &&
|
|
1096
|
+
if (P && F.protocols.indexOf(P) === -1) {
|
|
1097
1097
|
n(new I("Unsupported protocol " + P + ":", I.ERR_BAD_REQUEST, e));
|
|
1098
1098
|
return;
|
|
1099
1099
|
}
|
|
@@ -1103,22 +1103,22 @@ const Rn = (e) => {
|
|
|
1103
1103
|
const { length: r } = e = e ? e.filter(Boolean) : [];
|
|
1104
1104
|
if (t || r) {
|
|
1105
1105
|
let n = new AbortController(), o;
|
|
1106
|
-
const i = function(
|
|
1106
|
+
const i = function(c) {
|
|
1107
1107
|
if (!o) {
|
|
1108
1108
|
o = !0, a();
|
|
1109
|
-
const
|
|
1110
|
-
n.abort(
|
|
1109
|
+
const l = c instanceof Error ? c : this.reason;
|
|
1110
|
+
n.abort(l instanceof I ? l : new ae(l instanceof Error ? l.message : l));
|
|
1111
1111
|
}
|
|
1112
1112
|
};
|
|
1113
1113
|
let s = t && setTimeout(() => {
|
|
1114
1114
|
s = null, i(new I(`timeout ${t} of ms exceeded`, I.ETIMEDOUT));
|
|
1115
1115
|
}, t);
|
|
1116
1116
|
const a = () => {
|
|
1117
|
-
e && (s && clearTimeout(s), s = null, e.forEach((
|
|
1118
|
-
|
|
1117
|
+
e && (s && clearTimeout(s), s = null, e.forEach((c) => {
|
|
1118
|
+
c.unsubscribe ? c.unsubscribe(i) : c.removeEventListener("abort", i);
|
|
1119
1119
|
}), e = null);
|
|
1120
1120
|
};
|
|
1121
|
-
e.forEach((
|
|
1121
|
+
e.forEach((c) => c.addEventListener("abort", i));
|
|
1122
1122
|
const { signal: u } = n;
|
|
1123
1123
|
return u.unsubscribe = () => f.asap(a), u;
|
|
1124
1124
|
}
|
|
@@ -1158,19 +1158,19 @@ const Rn = (e) => {
|
|
|
1158
1158
|
return new ReadableStream({
|
|
1159
1159
|
async pull(u) {
|
|
1160
1160
|
try {
|
|
1161
|
-
const { done:
|
|
1162
|
-
if (
|
|
1161
|
+
const { done: c, value: l } = await o.next();
|
|
1162
|
+
if (c) {
|
|
1163
1163
|
a(), u.close();
|
|
1164
1164
|
return;
|
|
1165
1165
|
}
|
|
1166
|
-
let h =
|
|
1166
|
+
let h = l.byteLength;
|
|
1167
1167
|
if (r) {
|
|
1168
1168
|
let m = i += h;
|
|
1169
1169
|
r(m);
|
|
1170
1170
|
}
|
|
1171
|
-
u.enqueue(new Uint8Array(
|
|
1172
|
-
} catch (
|
|
1173
|
-
throw a(
|
|
1171
|
+
u.enqueue(new Uint8Array(l));
|
|
1172
|
+
} catch (c) {
|
|
1173
|
+
throw a(c), c;
|
|
1174
1174
|
}
|
|
1175
1175
|
},
|
|
1176
1176
|
cancel(u) {
|
|
@@ -1198,9 +1198,9 @@ const Rn = (e) => {
|
|
|
1198
1198
|
const { fetch: t, Request: r, Response: n } = e, o = t ? we(t) : typeof fetch == "function", i = we(r), s = we(n);
|
|
1199
1199
|
if (!o)
|
|
1200
1200
|
return !1;
|
|
1201
|
-
const a = o && we(Tt), u = o && (typeof At == "function" ? /* @__PURE__ */ ((d) => (p) => d.encode(p))(new At()) : async (d) => new Uint8Array(await new r(d).arrayBuffer())),
|
|
1201
|
+
const a = o && we(Tt), u = o && (typeof At == "function" ? /* @__PURE__ */ ((d) => (p) => d.encode(p))(new At()) : async (d) => new Uint8Array(await new r(d).arrayBuffer())), c = i && a && Bt(() => {
|
|
1202
1202
|
let d = !1;
|
|
1203
|
-
const p = new r(
|
|
1203
|
+
const p = new r(F.origin, {
|
|
1204
1204
|
body: new Tt(),
|
|
1205
1205
|
method: "POST",
|
|
1206
1206
|
get duplex() {
|
|
@@ -1208,8 +1208,8 @@ const Rn = (e) => {
|
|
|
1208
1208
|
}
|
|
1209
1209
|
}).headers.has("Content-Type");
|
|
1210
1210
|
return d && !p;
|
|
1211
|
-
}),
|
|
1212
|
-
stream:
|
|
1211
|
+
}), l = s && a && Bt(() => f.isReadableStream(new n("").body)), h = {
|
|
1212
|
+
stream: l && ((d) => d.body)
|
|
1213
1213
|
};
|
|
1214
1214
|
o && ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((d) => {
|
|
1215
1215
|
!h[d] && (h[d] = (p, g) => {
|
|
@@ -1225,7 +1225,7 @@ const Rn = (e) => {
|
|
|
1225
1225
|
if (f.isBlob(d))
|
|
1226
1226
|
return d.size;
|
|
1227
1227
|
if (f.isSpecCompliantForm(d))
|
|
1228
|
-
return (await new r(
|
|
1228
|
+
return (await new r(F.origin, {
|
|
1229
1229
|
method: "POST",
|
|
1230
1230
|
body: d
|
|
1231
1231
|
}).arrayBuffer()).byteLength;
|
|
@@ -1243,84 +1243,84 @@ const Rn = (e) => {
|
|
|
1243
1243
|
method: g,
|
|
1244
1244
|
data: w,
|
|
1245
1245
|
signal: P,
|
|
1246
|
-
cancelToken:
|
|
1246
|
+
cancelToken: b,
|
|
1247
1247
|
timeout: R,
|
|
1248
1248
|
onDownloadProgress: _,
|
|
1249
|
-
onUploadProgress:
|
|
1249
|
+
onUploadProgress: E,
|
|
1250
1250
|
responseType: S,
|
|
1251
1251
|
headers: A,
|
|
1252
1252
|
withCredentials: C = "same-origin",
|
|
1253
1253
|
fetchOptions: L
|
|
1254
1254
|
} = Rn(d), B = t || fetch;
|
|
1255
1255
|
S = S ? (S + "").toLowerCase() : "text";
|
|
1256
|
-
let N = no([P,
|
|
1256
|
+
let N = no([P, b && b.toAbortSignal()], R), T = null;
|
|
1257
1257
|
const O = N && N.unsubscribe && (() => {
|
|
1258
1258
|
N.unsubscribe();
|
|
1259
1259
|
});
|
|
1260
1260
|
let q;
|
|
1261
1261
|
try {
|
|
1262
|
-
if (
|
|
1263
|
-
let
|
|
1262
|
+
if (E && c && g !== "get" && g !== "head" && (q = await y(A, w)) !== 0) {
|
|
1263
|
+
let k = new r(p, {
|
|
1264
1264
|
method: "POST",
|
|
1265
1265
|
body: w,
|
|
1266
1266
|
duplex: "half"
|
|
1267
1267
|
}), $;
|
|
1268
|
-
if (f.isFormData(w) && ($ =
|
|
1269
|
-
const [G, te] =
|
|
1268
|
+
if (f.isFormData(w) && ($ = k.headers.get("content-type")) && A.setContentType($), k.body) {
|
|
1269
|
+
const [G, te] = Et(
|
|
1270
1270
|
q,
|
|
1271
|
-
Re(
|
|
1271
|
+
Re(bt(E))
|
|
1272
1272
|
);
|
|
1273
|
-
w = St(
|
|
1273
|
+
w = St(k.body, Rt, G, te);
|
|
1274
1274
|
}
|
|
1275
1275
|
}
|
|
1276
1276
|
f.isString(C) || (C = C ? "include" : "omit");
|
|
1277
|
-
const
|
|
1277
|
+
const U = i && "credentials" in r.prototype, me = {
|
|
1278
1278
|
...L,
|
|
1279
1279
|
signal: N,
|
|
1280
1280
|
method: g.toUpperCase(),
|
|
1281
1281
|
headers: A.normalize().toJSON(),
|
|
1282
1282
|
body: w,
|
|
1283
1283
|
duplex: "half",
|
|
1284
|
-
credentials:
|
|
1284
|
+
credentials: U ? C : void 0
|
|
1285
1285
|
};
|
|
1286
1286
|
T = i && new r(p, me);
|
|
1287
1287
|
let j = await (i ? B(T, L) : B(p, me));
|
|
1288
|
-
const ye =
|
|
1289
|
-
if (
|
|
1290
|
-
const
|
|
1288
|
+
const ye = l && (S === "stream" || S === "response");
|
|
1289
|
+
if (l && (_ || ye && O)) {
|
|
1290
|
+
const k = {};
|
|
1291
1291
|
["status", "statusText", "headers"].forEach((ne) => {
|
|
1292
|
-
|
|
1292
|
+
k[ne] = j[ne];
|
|
1293
1293
|
});
|
|
1294
|
-
const $ = f.toFiniteNumber(j.headers.get("content-length")), [G, te] = _ &&
|
|
1294
|
+
const $ = f.toFiniteNumber(j.headers.get("content-length")), [G, te] = _ && Et(
|
|
1295
1295
|
$,
|
|
1296
|
-
Re(
|
|
1296
|
+
Re(bt(_), !0)
|
|
1297
1297
|
) || [];
|
|
1298
1298
|
j = new n(
|
|
1299
1299
|
St(j.body, Rt, G, () => {
|
|
1300
1300
|
te && te(), O && O();
|
|
1301
1301
|
}),
|
|
1302
|
-
|
|
1302
|
+
k
|
|
1303
1303
|
);
|
|
1304
1304
|
}
|
|
1305
1305
|
S = S || "text";
|
|
1306
1306
|
let ue = await h[f.findKey(h, S) || "text"](j, d);
|
|
1307
|
-
return !ye && O && O(), await new Promise((
|
|
1308
|
-
Cn(
|
|
1307
|
+
return !ye && O && O(), await new Promise((k, $) => {
|
|
1308
|
+
Cn(k, $, {
|
|
1309
1309
|
data: ue,
|
|
1310
|
-
headers:
|
|
1310
|
+
headers: D.from(j.headers),
|
|
1311
1311
|
status: j.status,
|
|
1312
1312
|
statusText: j.statusText,
|
|
1313
1313
|
config: d,
|
|
1314
1314
|
request: T
|
|
1315
1315
|
});
|
|
1316
1316
|
});
|
|
1317
|
-
} catch (
|
|
1318
|
-
throw O && O(),
|
|
1317
|
+
} catch (U) {
|
|
1318
|
+
throw O && O(), U && U.name === "TypeError" && /Load failed|fetch/i.test(U.message) ? Object.assign(
|
|
1319
1319
|
new I("Network Error", I.ERR_NETWORK, d, T),
|
|
1320
1320
|
{
|
|
1321
|
-
cause:
|
|
1321
|
+
cause: U.cause || U
|
|
1322
1322
|
}
|
|
1323
|
-
) : I.from(
|
|
1323
|
+
) : I.from(U, U && U.code, d, T);
|
|
1324
1324
|
}
|
|
1325
1325
|
};
|
|
1326
1326
|
}, uo = /* @__PURE__ */ new Map(), Tn = (e) => {
|
|
@@ -1330,20 +1330,20 @@ const Rn = (e) => {
|
|
|
1330
1330
|
o,
|
|
1331
1331
|
r
|
|
1332
1332
|
];
|
|
1333
|
-
let s = i.length, a = s, u,
|
|
1333
|
+
let s = i.length, a = s, u, c, l = uo;
|
|
1334
1334
|
for (; a--; )
|
|
1335
|
-
u = i[a],
|
|
1336
|
-
return
|
|
1335
|
+
u = i[a], c = l.get(u), c === void 0 && l.set(u, c = a ? /* @__PURE__ */ new Map() : ao(t)), l = c;
|
|
1336
|
+
return c;
|
|
1337
1337
|
};
|
|
1338
1338
|
Tn();
|
|
1339
|
-
const
|
|
1339
|
+
const lt = {
|
|
1340
1340
|
http: Ar,
|
|
1341
1341
|
xhr: to,
|
|
1342
1342
|
fetch: {
|
|
1343
1343
|
get: Tn
|
|
1344
1344
|
}
|
|
1345
1345
|
};
|
|
1346
|
-
f.forEach(
|
|
1346
|
+
f.forEach(lt, (e, t) => {
|
|
1347
1347
|
if (e) {
|
|
1348
1348
|
try {
|
|
1349
1349
|
Object.defineProperty(e, "name", { value: t });
|
|
@@ -1352,8 +1352,8 @@ f.forEach(ct, (e, t) => {
|
|
|
1352
1352
|
Object.defineProperty(e, "adapterName", { value: t });
|
|
1353
1353
|
}
|
|
1354
1354
|
});
|
|
1355
|
-
const Nt = (e) => `- ${e}`,
|
|
1356
|
-
function
|
|
1355
|
+
const Nt = (e) => `- ${e}`, co = (e) => f.isFunction(e) || e === null || e === !1;
|
|
1356
|
+
function lo(e, t) {
|
|
1357
1357
|
e = f.isArray(e) ? e : [e];
|
|
1358
1358
|
const { length: r } = e;
|
|
1359
1359
|
let n, o;
|
|
@@ -1361,7 +1361,7 @@ function co(e, t) {
|
|
|
1361
1361
|
for (let s = 0; s < r; s++) {
|
|
1362
1362
|
n = e[s];
|
|
1363
1363
|
let a;
|
|
1364
|
-
if (o = n, !
|
|
1364
|
+
if (o = n, !co(n) && (o = lt[(a = String(n)).toLowerCase()], o === void 0))
|
|
1365
1365
|
throw new I(`Unknown adapter '${a}'`);
|
|
1366
1366
|
if (o && (f.isFunction(o) || (o = o.get(t))))
|
|
1367
1367
|
break;
|
|
@@ -1369,7 +1369,7 @@ function co(e, t) {
|
|
|
1369
1369
|
}
|
|
1370
1370
|
if (!o) {
|
|
1371
1371
|
const s = Object.entries(i).map(
|
|
1372
|
-
([u,
|
|
1372
|
+
([u, c]) => `adapter ${u} ` + (c === !1 ? "is not supported by the environment" : "is not available in the build")
|
|
1373
1373
|
);
|
|
1374
1374
|
let a = r ? s.length > 1 ? `since :
|
|
1375
1375
|
` + s.map(Nt).join(`
|
|
@@ -1386,19 +1386,19 @@ const An = {
|
|
|
1386
1386
|
* Resolve an adapter from a list of adapter names or functions.
|
|
1387
1387
|
* @type {Function}
|
|
1388
1388
|
*/
|
|
1389
|
-
getAdapter:
|
|
1389
|
+
getAdapter: lo,
|
|
1390
1390
|
/**
|
|
1391
1391
|
* Exposes all known adapters
|
|
1392
1392
|
* @type {Object<string, Function|Object>}
|
|
1393
1393
|
*/
|
|
1394
|
-
adapters:
|
|
1394
|
+
adapters: lt
|
|
1395
1395
|
};
|
|
1396
1396
|
function _e(e) {
|
|
1397
1397
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
1398
1398
|
throw new ae(null, e);
|
|
1399
1399
|
}
|
|
1400
1400
|
function Pt(e) {
|
|
1401
|
-
return _e(e), e.headers =
|
|
1401
|
+
return _e(e), e.headers = D.from(e.headers), e.data = Ie.call(
|
|
1402
1402
|
e,
|
|
1403
1403
|
e.transformRequest
|
|
1404
1404
|
), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), An.getAdapter(e.adapter || ge.adapter, e)(e).then(function(n) {
|
|
@@ -1406,13 +1406,13 @@ function Pt(e) {
|
|
|
1406
1406
|
e,
|
|
1407
1407
|
e.transformResponse,
|
|
1408
1408
|
n
|
|
1409
|
-
), n.headers =
|
|
1409
|
+
), n.headers = D.from(n.headers), n;
|
|
1410
1410
|
}, function(n) {
|
|
1411
|
-
return
|
|
1411
|
+
return bn(n) || (_e(e), n && n.response && (n.response.data = Ie.call(
|
|
1412
1412
|
e,
|
|
1413
1413
|
e.transformResponse,
|
|
1414
1414
|
n.response
|
|
1415
|
-
), n.response.headers =
|
|
1415
|
+
), n.response.headers = D.from(n.response.headers))), Promise.reject(n);
|
|
1416
1416
|
});
|
|
1417
1417
|
}
|
|
1418
1418
|
const Bn = "1.13.1", Pe = {};
|
|
@@ -1521,22 +1521,22 @@ let Y = class {
|
|
|
1521
1521
|
(d) => {
|
|
1522
1522
|
delete i[d];
|
|
1523
1523
|
}
|
|
1524
|
-
), r.headers =
|
|
1524
|
+
), r.headers = D.concat(s, i);
|
|
1525
1525
|
const a = [];
|
|
1526
1526
|
let u = !0;
|
|
1527
1527
|
this.interceptors.request.forEach(function(p) {
|
|
1528
1528
|
typeof p.runWhen == "function" && p.runWhen(r) === !1 || (u = u && p.synchronous, a.unshift(p.fulfilled, p.rejected));
|
|
1529
1529
|
});
|
|
1530
|
-
const
|
|
1530
|
+
const c = [];
|
|
1531
1531
|
this.interceptors.response.forEach(function(p) {
|
|
1532
|
-
|
|
1532
|
+
c.push(p.fulfilled, p.rejected);
|
|
1533
1533
|
});
|
|
1534
|
-
let
|
|
1534
|
+
let l, h = 0, m;
|
|
1535
1535
|
if (!u) {
|
|
1536
1536
|
const d = [Pt.bind(this), void 0];
|
|
1537
|
-
for (d.unshift(...a), d.push(...
|
|
1538
|
-
|
|
1539
|
-
return
|
|
1537
|
+
for (d.unshift(...a), d.push(...c), m = d.length, l = Promise.resolve(r); h < m; )
|
|
1538
|
+
l = l.then(d[h++], d[h++]);
|
|
1539
|
+
return l;
|
|
1540
1540
|
}
|
|
1541
1541
|
m = a.length;
|
|
1542
1542
|
let y = r;
|
|
@@ -1550,13 +1550,13 @@ let Y = class {
|
|
|
1550
1550
|
}
|
|
1551
1551
|
}
|
|
1552
1552
|
try {
|
|
1553
|
-
|
|
1553
|
+
l = Pt.call(this, y);
|
|
1554
1554
|
} catch (d) {
|
|
1555
1555
|
return Promise.reject(d);
|
|
1556
1556
|
}
|
|
1557
|
-
for (h = 0, m =
|
|
1558
|
-
|
|
1559
|
-
return
|
|
1557
|
+
for (h = 0, m = c.length; h < m; )
|
|
1558
|
+
l = l.then(c[h++], c[h++]);
|
|
1559
|
+
return l;
|
|
1560
1560
|
}
|
|
1561
1561
|
getUri(t) {
|
|
1562
1562
|
t = X(this.defaults, t);
|
|
@@ -1749,26 +1749,26 @@ function Pn(e) {
|
|
|
1749
1749
|
return Pn(X(e, o));
|
|
1750
1750
|
}, r;
|
|
1751
1751
|
}
|
|
1752
|
-
const
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1752
|
+
const v = Pn(ge);
|
|
1753
|
+
v.Axios = Y;
|
|
1754
|
+
v.CanceledError = ae;
|
|
1755
|
+
v.CancelToken = ho;
|
|
1756
|
+
v.isCancel = bn;
|
|
1757
|
+
v.VERSION = Bn;
|
|
1758
|
+
v.toFormData = Ne;
|
|
1759
|
+
v.AxiosError = I;
|
|
1760
|
+
v.Cancel = v.CanceledError;
|
|
1761
|
+
v.all = function(t) {
|
|
1762
1762
|
return Promise.all(t);
|
|
1763
1763
|
};
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1764
|
+
v.spread = po;
|
|
1765
|
+
v.isAxiosError = go;
|
|
1766
|
+
v.mergeConfig = X;
|
|
1767
|
+
v.AxiosHeaders = D;
|
|
1768
|
+
v.formToJSON = (e) => En(f.isHTMLForm(e) ? new FormData(e) : e);
|
|
1769
|
+
v.getAdapter = An.getAdapter;
|
|
1770
|
+
v.HttpStatusCode = st;
|
|
1771
|
+
v.default = v;
|
|
1772
1772
|
const {
|
|
1773
1773
|
Axios: Ko,
|
|
1774
1774
|
AxiosError: Wo,
|
|
@@ -1786,182 +1786,182 @@ const {
|
|
|
1786
1786
|
formToJSON: si,
|
|
1787
1787
|
getAdapter: ai,
|
|
1788
1788
|
mergeConfig: ui
|
|
1789
|
-
} =
|
|
1790
|
-
position: fixed
|
|
1791
|
-
top: 0
|
|
1792
|
-
left: 0
|
|
1793
|
-
width: 100
|
|
1794
|
-
height: 100
|
|
1795
|
-
background-color: rgba(0, 0, 0, 0.6)
|
|
1796
|
-
display: flex
|
|
1797
|
-
justify-content: center
|
|
1798
|
-
align-items: flex-end
|
|
1799
|
-
z-index: 1000
|
|
1800
|
-
opacity: 0
|
|
1801
|
-
visibility: hidden
|
|
1802
|
-
transition: opacity 0.3s ease, visibility 0.3s ease
|
|
1803
|
-
padding: 0
|
|
1804
|
-
}
|
|
1805
|
-
|
|
1806
|
-
.oauth-modal-overlay.active {
|
|
1807
|
-
opacity: 1
|
|
1808
|
-
visibility: visible
|
|
1809
|
-
}
|
|
1810
|
-
|
|
1811
|
-
.oauth-modal-content {
|
|
1812
|
-
background: white
|
|
1813
|
-
text-align: center
|
|
1814
|
-
position: relative
|
|
1815
|
-
width: 100
|
|
1816
|
-
border-radius: 20px 20px 0 0
|
|
1817
|
-
padding: 35px 20px 20px 20px; /* Возвращаем исходный padding
|
|
1818
|
-
box-sizing: border-box
|
|
1819
|
-
max-height: 90vh
|
|
1820
|
-
overflow-y: auto
|
|
1821
|
-
transform: translateY(100%)
|
|
1822
|
-
transition: transform 0.4s cubic-bezier(0.32, 0.72, 0, 1)
|
|
1823
|
-
}
|
|
1824
|
-
|
|
1825
|
-
.oauth-modal-content::before {
|
|
1826
|
-
content: ''
|
|
1827
|
-
position: absolute
|
|
1828
|
-
top: 8px
|
|
1829
|
-
left: 50
|
|
1830
|
-
transform: translateX(-50%)
|
|
1831
|
-
width: 36px
|
|
1832
|
-
height: 4px
|
|
1833
|
-
background-color: #c4c4c4
|
|
1834
|
-
border-radius: 4px
|
|
1835
|
-
}
|
|
1836
|
-
|
|
1837
|
-
.oauth-modal-overlay.active .oauth-modal-content {
|
|
1838
|
-
transform: translateY(0)
|
|
1839
|
-
}
|
|
1840
|
-
|
|
1841
|
-
.oauth-modal-content h3 {
|
|
1842
|
-
margin-top: 0; /* Возвращаем исходный margin
|
|
1843
|
-
margin-bottom: 16px
|
|
1844
|
-
color: #333
|
|
1845
|
-
font-size: 1.2rem
|
|
1846
|
-
}
|
|
1847
|
-
|
|
1848
|
-
.oauth-qrcode-container {
|
|
1849
|
-
margin: 20px 0
|
|
1850
|
-
display: flex
|
|
1851
|
-
justify-content: center
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
.oauth-qrcode-container canvas {
|
|
1855
|
-
border: 1px solid #eee
|
|
1856
|
-
max-width: 100
|
|
1857
|
-
height: auto
|
|
1858
|
-
}
|
|
1859
|
-
|
|
1860
|
-
.oauth-modal-separator {
|
|
1861
|
-
margin: 24px 0
|
|
1862
|
-
color: #888
|
|
1863
|
-
font-size: 0.9rem
|
|
1864
|
-
font-weight: 500
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
|
-
.oauth-login-button {
|
|
1868
|
-
background-color: #007bff
|
|
1869
|
-
color: white
|
|
1870
|
-
border: none
|
|
1871
|
-
padding: 16px 24px
|
|
1872
|
-
border-radius: 8px
|
|
1873
|
-
font-size: 18px
|
|
1874
|
-
font-weight: 600
|
|
1875
|
-
cursor: pointer
|
|
1876
|
-
transition: background-color 0.2s
|
|
1877
|
-
width: 100
|
|
1878
|
-
box-sizing: border-box
|
|
1879
|
-
}
|
|
1880
|
-
|
|
1881
|
-
.oauth-login-button:hover {
|
|
1882
|
-
background-color: #0056b3
|
|
1883
|
-
}
|
|
1884
|
-
|
|
1885
|
-
/* --- Стили для десктопов ---
|
|
1886
|
-
@media (min-width: 768px) {
|
|
1887
|
-
.oauth-modal-overlay {
|
|
1888
|
-
align-items: center
|
|
1889
|
-
}
|
|
1890
|
-
|
|
1891
|
-
.oauth-modal-content {
|
|
1892
|
-
width: 90
|
|
1893
|
-
max-width: 500px
|
|
1894
|
-
margin: 0 16px
|
|
1895
|
-
border-radius: 12px
|
|
1896
|
-
padding: 32px
|
|
1897
|
-
transform: scale(0.8)
|
|
1898
|
-
transition: transform 0.3s ease
|
|
1899
|
-
}
|
|
1900
|
-
|
|
1901
|
-
.oauth-modal-content::before {
|
|
1902
|
-
display: none
|
|
1903
|
-
}
|
|
1904
|
-
|
|
1905
|
-
.oauth-modal-overlay.active .oauth-modal-content {
|
|
1906
|
-
transform: scale(1)
|
|
1907
|
-
}
|
|
1908
|
-
}
|
|
1909
|
-
|
|
1910
|
-
/* Лоадер
|
|
1911
|
-
.oauth-loader {
|
|
1912
|
-
display: none
|
|
1913
|
-
justify-content: center
|
|
1914
|
-
align-items: center
|
|
1915
|
-
padding: 40px 0
|
|
1916
|
-
}
|
|
1917
|
-
.oauth-spinner {
|
|
1918
|
-
width: 40px; height: 40px
|
|
1919
|
-
border: 4px solid rgba(0, 0, 0, 0.1)
|
|
1920
|
-
border-radius: 50
|
|
1921
|
-
border-top-color: #007bff
|
|
1922
|
-
animation: spin 1s ease-in-out infinite
|
|
1923
|
-
}
|
|
1924
|
-
@keyframes spin { to { transform: rotate(360deg); } }
|
|
1925
|
-
|
|
1926
|
-
/* Контейнер для ошибки
|
|
1927
|
-
.oauth-error-container {
|
|
1928
|
-
text-align: center
|
|
1929
|
-
padding: 20px 0
|
|
1930
|
-
display: none; /* Изначально скрыт
|
|
1931
|
-
}
|
|
1932
|
-
.oauth-error-message {
|
|
1933
|
-
color: #d9534f
|
|
1934
|
-
margin-bottom: 16px
|
|
1935
|
-
}
|
|
1936
|
-
.oauth-retry-button {
|
|
1937
|
-
background-color: #f0ad4e
|
|
1938
|
-
color: white
|
|
1939
|
-
border: none
|
|
1940
|
-
padding: 12px 20px
|
|
1941
|
-
border-radius: 8px
|
|
1942
|
-
font-size: 16px
|
|
1943
|
-
cursor: pointer
|
|
1944
|
-
transition: background-color 0.2s
|
|
1945
|
-
}
|
|
1946
|
-
.oauth-retry-button:hover {
|
|
1947
|
-
background-color: #ec971f
|
|
1948
|
-
}
|
|
1949
|
-
|
|
1950
|
-
/* Таймер
|
|
1951
|
-
.oauth-timer-container {
|
|
1952
|
-
display: none; /* Изначально скрыт
|
|
1953
|
-
font-size: 0.9rem
|
|
1954
|
-
color: #555
|
|
1955
|
-
margin-top: -10px
|
|
1956
|
-
margin-bottom: 10px
|
|
1789
|
+
} = v, mo = `.oauth-modal-overlay {\r
|
|
1790
|
+
position: fixed;\r
|
|
1791
|
+
top: 0;\r
|
|
1792
|
+
left: 0;\r
|
|
1793
|
+
width: 100%;\r
|
|
1794
|
+
height: 100%;\r
|
|
1795
|
+
background-color: rgba(0, 0, 0, 0.6);\r
|
|
1796
|
+
display: flex;\r
|
|
1797
|
+
justify-content: center;\r
|
|
1798
|
+
align-items: flex-end;\r
|
|
1799
|
+
z-index: 1000;\r
|
|
1800
|
+
opacity: 0;\r
|
|
1801
|
+
visibility: hidden;\r
|
|
1802
|
+
transition: opacity 0.3s ease, visibility 0.3s ease;\r
|
|
1803
|
+
padding: 0;\r
|
|
1804
|
+
}\r
|
|
1805
|
+
\r
|
|
1806
|
+
.oauth-modal-overlay.active {\r
|
|
1807
|
+
opacity: 1;\r
|
|
1808
|
+
visibility: visible;\r
|
|
1809
|
+
}\r
|
|
1810
|
+
\r
|
|
1811
|
+
.oauth-modal-content {\r
|
|
1812
|
+
background: white;\r
|
|
1813
|
+
text-align: center;\r
|
|
1814
|
+
position: relative;\r
|
|
1815
|
+
width: 100%;\r
|
|
1816
|
+
border-radius: 20px 20px 0 0;\r
|
|
1817
|
+
padding: 35px 20px 20px 20px; /* Возвращаем исходный padding */\r
|
|
1818
|
+
box-sizing: border-box;\r
|
|
1819
|
+
max-height: 90vh;\r
|
|
1820
|
+
overflow-y: auto;\r
|
|
1821
|
+
transform: translateY(100%);\r
|
|
1822
|
+
transition: transform 0.4s cubic-bezier(0.32, 0.72, 0, 1);\r
|
|
1823
|
+
}\r
|
|
1824
|
+
\r
|
|
1825
|
+
.oauth-modal-content::before {\r
|
|
1826
|
+
content: '';\r
|
|
1827
|
+
position: absolute;\r
|
|
1828
|
+
top: 8px;\r
|
|
1829
|
+
left: 50%;\r
|
|
1830
|
+
transform: translateX(-50%);\r
|
|
1831
|
+
width: 36px;\r
|
|
1832
|
+
height: 4px;\r
|
|
1833
|
+
background-color: #c4c4c4;\r
|
|
1834
|
+
border-radius: 4px;\r
|
|
1835
|
+
}\r
|
|
1836
|
+
\r
|
|
1837
|
+
.oauth-modal-overlay.active .oauth-modal-content {\r
|
|
1838
|
+
transform: translateY(0);\r
|
|
1839
|
+
}\r
|
|
1840
|
+
\r
|
|
1841
|
+
.oauth-modal-content h3 {\r
|
|
1842
|
+
margin-top: 0; /* Возвращаем исходный margin */\r
|
|
1843
|
+
margin-bottom: 16px;\r
|
|
1844
|
+
color: #333;\r
|
|
1845
|
+
font-size: 1.2rem;\r
|
|
1846
|
+
}\r
|
|
1847
|
+
\r
|
|
1848
|
+
.oauth-qrcode-container {\r
|
|
1849
|
+
margin: 20px 0;\r
|
|
1850
|
+
display: flex;\r
|
|
1851
|
+
justify-content: center;\r
|
|
1852
|
+
}\r
|
|
1853
|
+
\r
|
|
1854
|
+
.oauth-qrcode-container canvas {\r
|
|
1855
|
+
border: 1px solid #eee;\r
|
|
1856
|
+
max-width: 100%;\r
|
|
1857
|
+
height: auto;\r
|
|
1858
|
+
}\r
|
|
1859
|
+
\r
|
|
1860
|
+
.oauth-modal-separator {\r
|
|
1861
|
+
margin: 24px 0;\r
|
|
1862
|
+
color: #888;\r
|
|
1863
|
+
font-size: 0.9rem;\r
|
|
1864
|
+
font-weight: 500;\r
|
|
1865
|
+
}\r
|
|
1866
|
+
\r
|
|
1867
|
+
.oauth-login-button {\r
|
|
1868
|
+
background-color: #007bff;\r
|
|
1869
|
+
color: white;\r
|
|
1870
|
+
border: none;\r
|
|
1871
|
+
padding: 16px 24px;\r
|
|
1872
|
+
border-radius: 8px;\r
|
|
1873
|
+
font-size: 18px;\r
|
|
1874
|
+
font-weight: 600;\r
|
|
1875
|
+
cursor: pointer;\r
|
|
1876
|
+
transition: background-color 0.2s;\r
|
|
1877
|
+
width: 100%;\r
|
|
1878
|
+
box-sizing: border-box;\r
|
|
1879
|
+
}\r
|
|
1880
|
+
\r
|
|
1881
|
+
.oauth-login-button:hover {\r
|
|
1882
|
+
background-color: #0056b3;\r
|
|
1883
|
+
}\r
|
|
1884
|
+
\r
|
|
1885
|
+
/* --- Стили для десктопов --- */\r
|
|
1886
|
+
@media (min-width: 768px) {\r
|
|
1887
|
+
.oauth-modal-overlay {\r
|
|
1888
|
+
align-items: center;\r
|
|
1889
|
+
}\r
|
|
1890
|
+
\r
|
|
1891
|
+
.oauth-modal-content {\r
|
|
1892
|
+
width: 90%;\r
|
|
1893
|
+
max-width: 500px;\r
|
|
1894
|
+
margin: 0 16px;\r
|
|
1895
|
+
border-radius: 12px;\r
|
|
1896
|
+
padding: 32px;\r
|
|
1897
|
+
transform: scale(0.8);\r
|
|
1898
|
+
transition: transform 0.3s ease;\r
|
|
1899
|
+
}\r
|
|
1900
|
+
\r
|
|
1901
|
+
.oauth-modal-content::before {\r
|
|
1902
|
+
display: none;\r
|
|
1903
|
+
}\r
|
|
1904
|
+
\r
|
|
1905
|
+
.oauth-modal-overlay.active .oauth-modal-content {\r
|
|
1906
|
+
transform: scale(1);\r
|
|
1907
|
+
}\r
|
|
1908
|
+
}\r
|
|
1909
|
+
\r
|
|
1910
|
+
/* Лоадер */\r
|
|
1911
|
+
.oauth-loader {\r
|
|
1912
|
+
display: none;\r
|
|
1913
|
+
justify-content: center;\r
|
|
1914
|
+
align-items: center;\r
|
|
1915
|
+
padding: 40px 0;\r
|
|
1916
|
+
}\r
|
|
1917
|
+
.oauth-spinner {\r
|
|
1918
|
+
width: 40px; height: 40px;\r
|
|
1919
|
+
border: 4px solid rgba(0, 0, 0, 0.1);\r
|
|
1920
|
+
border-radius: 50%;\r
|
|
1921
|
+
border-top-color: #007bff;\r
|
|
1922
|
+
animation: spin 1s ease-in-out infinite;\r
|
|
1923
|
+
}\r
|
|
1924
|
+
@keyframes spin { to { transform: rotate(360deg); } }\r
|
|
1925
|
+
\r
|
|
1926
|
+
/* Контейнер для ошибки */\r
|
|
1927
|
+
.oauth-error-container {\r
|
|
1928
|
+
text-align: center;\r
|
|
1929
|
+
padding: 20px 0;\r
|
|
1930
|
+
display: none; /* Изначально скрыт */\r
|
|
1931
|
+
}\r
|
|
1932
|
+
.oauth-error-message {\r
|
|
1933
|
+
color: #d9534f;\r
|
|
1934
|
+
margin-bottom: 16px;\r
|
|
1935
|
+
}\r
|
|
1936
|
+
.oauth-retry-button {\r
|
|
1937
|
+
background-color: #f0ad4e;\r
|
|
1938
|
+
color: white;\r
|
|
1939
|
+
border: none;\r
|
|
1940
|
+
padding: 12px 20px;\r
|
|
1941
|
+
border-radius: 8px;\r
|
|
1942
|
+
font-size: 16px;\r
|
|
1943
|
+
cursor: pointer;\r
|
|
1944
|
+
transition: background-color 0.2s;\r
|
|
1945
|
+
}\r
|
|
1946
|
+
.oauth-retry-button:hover {\r
|
|
1947
|
+
background-color: #ec971f;\r
|
|
1948
|
+
}\r
|
|
1949
|
+
\r
|
|
1950
|
+
/* Таймер */\r
|
|
1951
|
+
.oauth-timer-container {\r
|
|
1952
|
+
display: none; /* Изначально скрыт */\r
|
|
1953
|
+
font-size: 0.9rem;\r
|
|
1954
|
+
color: #555;\r
|
|
1955
|
+
margin-top: -10px;\r
|
|
1956
|
+
margin-bottom: 10px;\r
|
|
1957
1957
|
}`;
|
|
1958
|
-
var oe = {},
|
|
1958
|
+
var oe = {}, ve, Lt;
|
|
1959
1959
|
function yo() {
|
|
1960
|
-
return Lt || (Lt = 1,
|
|
1960
|
+
return Lt || (Lt = 1, ve = function() {
|
|
1961
1961
|
return typeof Promise == "function" && Promise.prototype && Promise.prototype.then;
|
|
1962
|
-
}),
|
|
1962
|
+
}), ve;
|
|
1963
1963
|
}
|
|
1964
|
-
var
|
|
1964
|
+
var Ue = {}, W = {}, It;
|
|
1965
1965
|
function Z() {
|
|
1966
1966
|
if (It) return W;
|
|
1967
1967
|
It = 1;
|
|
@@ -2068,10 +2068,10 @@ function ft() {
|
|
|
2068
2068
|
};
|
|
2069
2069
|
})(xe)), xe;
|
|
2070
2070
|
}
|
|
2071
|
-
var Fe,
|
|
2071
|
+
var Fe, vt;
|
|
2072
2072
|
function wo() {
|
|
2073
|
-
if (
|
|
2074
|
-
|
|
2073
|
+
if (vt) return Fe;
|
|
2074
|
+
vt = 1;
|
|
2075
2075
|
function e() {
|
|
2076
2076
|
this.buffer = [], this.length = 0;
|
|
2077
2077
|
}
|
|
@@ -2093,10 +2093,10 @@ function wo() {
|
|
|
2093
2093
|
}
|
|
2094
2094
|
}, Fe = e, Fe;
|
|
2095
2095
|
}
|
|
2096
|
-
var Me,
|
|
2097
|
-
function
|
|
2098
|
-
if (
|
|
2099
|
-
|
|
2096
|
+
var Me, Ut;
|
|
2097
|
+
function Eo() {
|
|
2098
|
+
if (Ut) return Me;
|
|
2099
|
+
Ut = 1;
|
|
2100
2100
|
function e(t) {
|
|
2101
2101
|
if (!t || t < 1)
|
|
2102
2102
|
throw new Error("BitMatrix size must be defined and greater than 0");
|
|
@@ -2113,8 +2113,8 @@ function bo() {
|
|
|
2113
2113
|
return this.reservedBit[t * this.size + r];
|
|
2114
2114
|
}, Me = e, Me;
|
|
2115
2115
|
}
|
|
2116
|
-
var
|
|
2117
|
-
function
|
|
2116
|
+
var De = {}, xt;
|
|
2117
|
+
function bo() {
|
|
2118
2118
|
return xt || (xt = 1, (function(e) {
|
|
2119
2119
|
const t = Z().getSymbolSize;
|
|
2120
2120
|
e.getRowColCoords = function(n) {
|
|
@@ -2132,14 +2132,14 @@ function Eo() {
|
|
|
2132
2132
|
a === s - 1 && u === 0 || o.push([i[a], i[u]]);
|
|
2133
2133
|
return o;
|
|
2134
2134
|
};
|
|
2135
|
-
})(
|
|
2135
|
+
})(De)), De;
|
|
2136
2136
|
}
|
|
2137
|
-
var
|
|
2137
|
+
var ke = {}, Ft;
|
|
2138
2138
|
function Co() {
|
|
2139
|
-
if (Ft) return
|
|
2139
|
+
if (Ft) return ke;
|
|
2140
2140
|
Ft = 1;
|
|
2141
2141
|
const e = Z().getSymbolSize, t = 7;
|
|
2142
|
-
return
|
|
2142
|
+
return ke.getPositions = function(n) {
|
|
2143
2143
|
const o = e(n);
|
|
2144
2144
|
return [
|
|
2145
2145
|
// top-left
|
|
@@ -2149,7 +2149,7 @@ function Co() {
|
|
|
2149
2149
|
// bottom-left
|
|
2150
2150
|
[0, o - t]
|
|
2151
2151
|
];
|
|
2152
|
-
},
|
|
2152
|
+
}, ke;
|
|
2153
2153
|
}
|
|
2154
2154
|
var qe = {}, Mt;
|
|
2155
2155
|
function So() {
|
|
@@ -2176,12 +2176,12 @@ function So() {
|
|
|
2176
2176
|
return e.isValid(o) ? parseInt(o, 10) : void 0;
|
|
2177
2177
|
}, e.getPenaltyN1 = function(o) {
|
|
2178
2178
|
const i = o.size;
|
|
2179
|
-
let s = 0, a = 0, u = 0,
|
|
2179
|
+
let s = 0, a = 0, u = 0, c = null, l = null;
|
|
2180
2180
|
for (let h = 0; h < i; h++) {
|
|
2181
|
-
a = u = 0,
|
|
2181
|
+
a = u = 0, c = l = null;
|
|
2182
2182
|
for (let m = 0; m < i; m++) {
|
|
2183
2183
|
let y = o.get(h, m);
|
|
2184
|
-
y ===
|
|
2184
|
+
y === c ? a++ : (a >= 5 && (s += t.N1 + (a - 5)), c = y, a = 1), y = o.get(m, h), y === l ? u++ : (u >= 5 && (s += t.N1 + (u - 5)), l = y, u = 1);
|
|
2185
2185
|
}
|
|
2186
2186
|
a >= 5 && (s += t.N1 + (a - 5)), u >= 5 && (s += t.N1 + (u - 5));
|
|
2187
2187
|
}
|
|
@@ -2191,17 +2191,17 @@ function So() {
|
|
|
2191
2191
|
let s = 0;
|
|
2192
2192
|
for (let a = 0; a < i - 1; a++)
|
|
2193
2193
|
for (let u = 0; u < i - 1; u++) {
|
|
2194
|
-
const
|
|
2195
|
-
(
|
|
2194
|
+
const c = o.get(a, u) + o.get(a, u + 1) + o.get(a + 1, u) + o.get(a + 1, u + 1);
|
|
2195
|
+
(c === 4 || c === 0) && s++;
|
|
2196
2196
|
}
|
|
2197
2197
|
return s * t.N2;
|
|
2198
2198
|
}, e.getPenaltyN3 = function(o) {
|
|
2199
2199
|
const i = o.size;
|
|
2200
2200
|
let s = 0, a = 0, u = 0;
|
|
2201
|
-
for (let
|
|
2201
|
+
for (let c = 0; c < i; c++) {
|
|
2202
2202
|
a = u = 0;
|
|
2203
|
-
for (let
|
|
2204
|
-
a = a << 1 & 2047 | o.get(
|
|
2203
|
+
for (let l = 0; l < i; l++)
|
|
2204
|
+
a = a << 1 & 2047 | o.get(c, l), l >= 10 && (a === 1488 || a === 93) && s++, u = u << 1 & 2047 | o.get(l, c), l >= 10 && (u === 1488 || u === 93) && s++;
|
|
2205
2205
|
}
|
|
2206
2206
|
return s * t.N3;
|
|
2207
2207
|
}, e.getPenaltyN4 = function(o) {
|
|
@@ -2240,19 +2240,19 @@ function So() {
|
|
|
2240
2240
|
}, e.getBestMask = function(o, i) {
|
|
2241
2241
|
const s = Object.keys(e.Patterns).length;
|
|
2242
2242
|
let a = 0, u = 1 / 0;
|
|
2243
|
-
for (let
|
|
2244
|
-
i(
|
|
2245
|
-
const
|
|
2246
|
-
e.applyMask(
|
|
2243
|
+
for (let c = 0; c < s; c++) {
|
|
2244
|
+
i(c), e.applyMask(c, o);
|
|
2245
|
+
const l = e.getPenaltyN1(o) + e.getPenaltyN2(o) + e.getPenaltyN3(o) + e.getPenaltyN4(o);
|
|
2246
|
+
e.applyMask(c, o), l < u && (u = l, a = c);
|
|
2247
2247
|
}
|
|
2248
2248
|
return a;
|
|
2249
2249
|
};
|
|
2250
2250
|
})(qe)), qe;
|
|
2251
2251
|
}
|
|
2252
|
-
var
|
|
2252
|
+
var Ee = {}, Dt;
|
|
2253
2253
|
function On() {
|
|
2254
|
-
if (
|
|
2255
|
-
|
|
2254
|
+
if (Dt) return Ee;
|
|
2255
|
+
Dt = 1;
|
|
2256
2256
|
const e = ft(), t = [
|
|
2257
2257
|
// L M Q H
|
|
2258
2258
|
1,
|
|
@@ -2578,7 +2578,7 @@ function On() {
|
|
|
2578
2578
|
2040,
|
|
2579
2579
|
2430
|
|
2580
2580
|
];
|
|
2581
|
-
return
|
|
2581
|
+
return Ee.getBlocksCount = function(o, i) {
|
|
2582
2582
|
switch (i) {
|
|
2583
2583
|
case e.L:
|
|
2584
2584
|
return t[(o - 1) * 4 + 0];
|
|
@@ -2591,7 +2591,7 @@ function On() {
|
|
|
2591
2591
|
default:
|
|
2592
2592
|
return;
|
|
2593
2593
|
}
|
|
2594
|
-
},
|
|
2594
|
+
}, Ee.getTotalCodewordsCount = function(o, i) {
|
|
2595
2595
|
switch (i) {
|
|
2596
2596
|
case e.L:
|
|
2597
2597
|
return r[(o - 1) * 4 + 0];
|
|
@@ -2604,12 +2604,12 @@ function On() {
|
|
|
2604
2604
|
default:
|
|
2605
2605
|
return;
|
|
2606
2606
|
}
|
|
2607
|
-
},
|
|
2607
|
+
}, Ee;
|
|
2608
2608
|
}
|
|
2609
|
-
var je = {},
|
|
2609
|
+
var je = {}, le = {}, kt;
|
|
2610
2610
|
function Ro() {
|
|
2611
|
-
if (
|
|
2612
|
-
|
|
2611
|
+
if (kt) return le;
|
|
2612
|
+
kt = 1;
|
|
2613
2613
|
const e = new Uint8Array(512), t = new Uint8Array(256);
|
|
2614
2614
|
return (function() {
|
|
2615
2615
|
let n = 1;
|
|
@@ -2617,14 +2617,14 @@ function Ro() {
|
|
|
2617
2617
|
e[o] = n, t[n] = o, n <<= 1, n & 256 && (n ^= 285);
|
|
2618
2618
|
for (let o = 255; o < 512; o++)
|
|
2619
2619
|
e[o] = e[o - 255];
|
|
2620
|
-
})(),
|
|
2620
|
+
})(), le.log = function(n) {
|
|
2621
2621
|
if (n < 1) throw new Error("log(" + n + ")");
|
|
2622
2622
|
return t[n];
|
|
2623
|
-
},
|
|
2623
|
+
}, le.exp = function(n) {
|
|
2624
2624
|
return e[n];
|
|
2625
|
-
},
|
|
2625
|
+
}, le.mul = function(n, o) {
|
|
2626
2626
|
return n === 0 || o === 0 ? 0 : e[t[n] + t[o]];
|
|
2627
|
-
},
|
|
2627
|
+
}, le;
|
|
2628
2628
|
}
|
|
2629
2629
|
var qt;
|
|
2630
2630
|
function To() {
|
|
@@ -2774,19 +2774,19 @@ function Bo() {
|
|
|
2774
2774
|
if (y <= e.getCapacity(p, d, m))
|
|
2775
2775
|
return p;
|
|
2776
2776
|
}
|
|
2777
|
-
function
|
|
2777
|
+
function c(m, y) {
|
|
2778
2778
|
return o.getCharCountIndicator(m, y) + 4;
|
|
2779
2779
|
}
|
|
2780
|
-
function
|
|
2780
|
+
function l(m, y) {
|
|
2781
2781
|
let d = 0;
|
|
2782
2782
|
return m.forEach(function(p) {
|
|
2783
|
-
const g =
|
|
2783
|
+
const g = c(p.mode, y);
|
|
2784
2784
|
d += g + p.getBitsLength();
|
|
2785
2785
|
}), d;
|
|
2786
2786
|
}
|
|
2787
2787
|
function h(m, y) {
|
|
2788
2788
|
for (let d = 1; d <= 40; d++)
|
|
2789
|
-
if (
|
|
2789
|
+
if (l(m, d) <= e.getCapacity(d, y, o.MIXED))
|
|
2790
2790
|
return d;
|
|
2791
2791
|
}
|
|
2792
2792
|
e.from = function(y, d) {
|
|
@@ -2797,17 +2797,17 @@ function Bo() {
|
|
|
2797
2797
|
typeof p > "u" && (p = o.BYTE);
|
|
2798
2798
|
const g = t.getSymbolTotalCodewords(y), w = r.getTotalCodewordsCount(y, d), P = (g - w) * 8;
|
|
2799
2799
|
if (p === o.MIXED) return P;
|
|
2800
|
-
const
|
|
2800
|
+
const b = P - c(p, y);
|
|
2801
2801
|
switch (p) {
|
|
2802
2802
|
case o.NUMERIC:
|
|
2803
|
-
return Math.floor(
|
|
2803
|
+
return Math.floor(b / 10 * 3);
|
|
2804
2804
|
case o.ALPHANUMERIC:
|
|
2805
|
-
return Math.floor(
|
|
2805
|
+
return Math.floor(b / 11 * 2);
|
|
2806
2806
|
case o.KANJI:
|
|
2807
|
-
return Math.floor(
|
|
2807
|
+
return Math.floor(b / 13);
|
|
2808
2808
|
case o.BYTE:
|
|
2809
2809
|
default:
|
|
2810
|
-
return Math.floor(
|
|
2810
|
+
return Math.floor(b / 8);
|
|
2811
2811
|
}
|
|
2812
2812
|
}, e.getBestVersionForData = function(y, d) {
|
|
2813
2813
|
let p;
|
|
@@ -2994,10 +2994,10 @@ function _o() {
|
|
|
2994
2994
|
s[n] = 0;
|
|
2995
2995
|
var a = t.PriorityQueue.make();
|
|
2996
2996
|
a.push(n, 0);
|
|
2997
|
-
for (var u,
|
|
2998
|
-
u = a.pop(),
|
|
2999
|
-
for (
|
|
3000
|
-
m.hasOwnProperty(
|
|
2997
|
+
for (var u, c, l, h, m, y, d, p, g; !a.empty(); ) {
|
|
2998
|
+
u = a.pop(), c = u.value, h = u.cost, m = r[c] || {};
|
|
2999
|
+
for (l in m)
|
|
3000
|
+
m.hasOwnProperty(l) && (y = m[l], d = h + y, p = s[l], g = typeof s[l] > "u", (g || p > d) && (s[l] = d, a.push(l, d), i[l] = c));
|
|
3001
3001
|
}
|
|
3002
3002
|
if (typeof o < "u" && typeof s[o] > "u") {
|
|
3003
3003
|
var w = ["Could not find a path from ", n, " to ", o, "."].join("");
|
|
@@ -3054,16 +3054,16 @@ function _o() {
|
|
|
3054
3054
|
})(Xe)), Xe.exports;
|
|
3055
3055
|
}
|
|
3056
3056
|
var Xt;
|
|
3057
|
-
function
|
|
3057
|
+
function vo() {
|
|
3058
3058
|
return Xt || (Xt = 1, (function(e) {
|
|
3059
3059
|
const t = ee(), r = Po(), n = Oo(), o = Lo(), i = Io(), s = In(), a = Z(), u = _o();
|
|
3060
|
-
function
|
|
3060
|
+
function c(w) {
|
|
3061
3061
|
return unescape(encodeURIComponent(w)).length;
|
|
3062
3062
|
}
|
|
3063
|
-
function
|
|
3063
|
+
function l(w, P, b) {
|
|
3064
3064
|
const R = [];
|
|
3065
3065
|
let _;
|
|
3066
|
-
for (; (_ = w.exec(
|
|
3066
|
+
for (; (_ = w.exec(b)) !== null; )
|
|
3067
3067
|
R.push({
|
|
3068
3068
|
data: _[0],
|
|
3069
3069
|
index: _.index,
|
|
@@ -3073,9 +3073,9 @@ function Uo() {
|
|
|
3073
3073
|
return R;
|
|
3074
3074
|
}
|
|
3075
3075
|
function h(w) {
|
|
3076
|
-
const P =
|
|
3076
|
+
const P = l(s.NUMERIC, t.NUMERIC, w), b = l(s.ALPHANUMERIC, t.ALPHANUMERIC, w);
|
|
3077
3077
|
let R, _;
|
|
3078
|
-
return a.isKanjiModeEnabled() ? (R =
|
|
3078
|
+
return a.isKanjiModeEnabled() ? (R = l(s.BYTE, t.BYTE, w), _ = l(s.KANJI, t.KANJI, w)) : (R = l(s.BYTE_KANJI, t.BYTE, w), _ = []), P.concat(b, R, _).sort(function(S, A) {
|
|
3079
3079
|
return S.index - A.index;
|
|
3080
3080
|
}).map(function(S) {
|
|
3081
3081
|
return {
|
|
@@ -3098,15 +3098,15 @@ function Uo() {
|
|
|
3098
3098
|
}
|
|
3099
3099
|
}
|
|
3100
3100
|
function y(w) {
|
|
3101
|
-
return w.reduce(function(P,
|
|
3101
|
+
return w.reduce(function(P, b) {
|
|
3102
3102
|
const R = P.length - 1 >= 0 ? P[P.length - 1] : null;
|
|
3103
|
-
return R && R.mode ===
|
|
3103
|
+
return R && R.mode === b.mode ? (P[P.length - 1].data += b.data, P) : (P.push(b), P);
|
|
3104
3104
|
}, []);
|
|
3105
3105
|
}
|
|
3106
3106
|
function d(w) {
|
|
3107
3107
|
const P = [];
|
|
3108
|
-
for (let
|
|
3109
|
-
const R = w[
|
|
3108
|
+
for (let b = 0; b < w.length; b++) {
|
|
3109
|
+
const R = w[b];
|
|
3110
3110
|
switch (R.mode) {
|
|
3111
3111
|
case t.NUMERIC:
|
|
3112
3112
|
P.push([
|
|
@@ -3124,43 +3124,43 @@ function Uo() {
|
|
|
3124
3124
|
case t.KANJI:
|
|
3125
3125
|
P.push([
|
|
3126
3126
|
R,
|
|
3127
|
-
{ data: R.data, mode: t.BYTE, length:
|
|
3127
|
+
{ data: R.data, mode: t.BYTE, length: c(R.data) }
|
|
3128
3128
|
]);
|
|
3129
3129
|
break;
|
|
3130
3130
|
case t.BYTE:
|
|
3131
3131
|
P.push([
|
|
3132
|
-
{ data: R.data, mode: t.BYTE, length:
|
|
3132
|
+
{ data: R.data, mode: t.BYTE, length: c(R.data) }
|
|
3133
3133
|
]);
|
|
3134
3134
|
}
|
|
3135
3135
|
}
|
|
3136
3136
|
return P;
|
|
3137
3137
|
}
|
|
3138
3138
|
function p(w, P) {
|
|
3139
|
-
const
|
|
3139
|
+
const b = {}, R = { start: {} };
|
|
3140
3140
|
let _ = ["start"];
|
|
3141
|
-
for (let
|
|
3142
|
-
const S = w[
|
|
3141
|
+
for (let E = 0; E < w.length; E++) {
|
|
3142
|
+
const S = w[E], A = [];
|
|
3143
3143
|
for (let C = 0; C < S.length; C++) {
|
|
3144
|
-
const L = S[C], B = "" +
|
|
3145
|
-
A.push(B),
|
|
3144
|
+
const L = S[C], B = "" + E + C;
|
|
3145
|
+
A.push(B), b[B] = { node: L, lastCount: 0 }, R[B] = {};
|
|
3146
3146
|
for (let N = 0; N < _.length; N++) {
|
|
3147
3147
|
const T = _[N];
|
|
3148
|
-
|
|
3148
|
+
b[T] && b[T].node.mode === L.mode ? (R[T][B] = m(b[T].lastCount + L.length, L.mode) - m(b[T].lastCount, L.mode), b[T].lastCount += L.length) : (b[T] && (b[T].lastCount = L.length), R[T][B] = m(L.length, L.mode) + 4 + t.getCharCountIndicator(L.mode, P));
|
|
3149
3149
|
}
|
|
3150
3150
|
}
|
|
3151
3151
|
_ = A;
|
|
3152
3152
|
}
|
|
3153
|
-
for (let
|
|
3154
|
-
R[_[
|
|
3155
|
-
return { map: R, table:
|
|
3153
|
+
for (let E = 0; E < _.length; E++)
|
|
3154
|
+
R[_[E]].end = 0;
|
|
3155
|
+
return { map: R, table: b };
|
|
3156
3156
|
}
|
|
3157
3157
|
function g(w, P) {
|
|
3158
|
-
let
|
|
3158
|
+
let b;
|
|
3159
3159
|
const R = t.getBestModeForData(w);
|
|
3160
|
-
if (
|
|
3161
|
-
throw new Error('"' + w + '" cannot be encoded with mode ' + t.toString(
|
|
3160
|
+
if (b = t.from(P, R), b !== t.BYTE && b.bit < R.bit)
|
|
3161
|
+
throw new Error('"' + w + '" cannot be encoded with mode ' + t.toString(b) + `.
|
|
3162
3162
|
Suggested mode is: ` + t.toString(R));
|
|
3163
|
-
switch (
|
|
3163
|
+
switch (b === t.KANJI && !a.isKanjiModeEnabled() && (b = t.BYTE), b) {
|
|
3164
3164
|
case t.NUMERIC:
|
|
3165
3165
|
return new r(w);
|
|
3166
3166
|
case t.ALPHANUMERIC:
|
|
@@ -3172,13 +3172,13 @@ function Uo() {
|
|
|
3172
3172
|
}
|
|
3173
3173
|
}
|
|
3174
3174
|
e.fromArray = function(P) {
|
|
3175
|
-
return P.reduce(function(
|
|
3176
|
-
return typeof R == "string" ?
|
|
3175
|
+
return P.reduce(function(b, R) {
|
|
3176
|
+
return typeof R == "string" ? b.push(g(R, null)) : R.data && b.push(g(R.data, R.mode)), b;
|
|
3177
3177
|
}, []);
|
|
3178
|
-
}, e.fromString = function(P,
|
|
3179
|
-
const R = h(P, a.isKanjiModeEnabled()), _ = d(R),
|
|
3178
|
+
}, e.fromString = function(P, b) {
|
|
3179
|
+
const R = h(P, a.isKanjiModeEnabled()), _ = d(R), E = p(_, b), S = u.find_path(E.map, "start", "end"), A = [];
|
|
3180
3180
|
for (let C = 1; C < S.length - 1; C++)
|
|
3181
|
-
A.push(
|
|
3181
|
+
A.push(E.table[S[C]].node);
|
|
3182
3182
|
return e.fromArray(y(A));
|
|
3183
3183
|
}, e.rawSplit = function(P) {
|
|
3184
3184
|
return e.fromArray(
|
|
@@ -3188,58 +3188,58 @@ function Uo() {
|
|
|
3188
3188
|
})(Ke)), Ke;
|
|
3189
3189
|
}
|
|
3190
3190
|
var Zt;
|
|
3191
|
-
function
|
|
3192
|
-
if (Zt) return
|
|
3191
|
+
function Uo() {
|
|
3192
|
+
if (Zt) return Ue;
|
|
3193
3193
|
Zt = 1;
|
|
3194
|
-
const e = Z(), t = ft(), r = wo(), n =
|
|
3195
|
-
function y(
|
|
3196
|
-
const A =
|
|
3194
|
+
const e = Z(), t = ft(), r = wo(), n = Eo(), o = bo(), i = Co(), s = So(), a = On(), u = Ao(), c = Bo(), l = No(), h = ee(), m = vo();
|
|
3195
|
+
function y(E, S) {
|
|
3196
|
+
const A = E.size, C = i.getPositions(S);
|
|
3197
3197
|
for (let L = 0; L < C.length; L++) {
|
|
3198
3198
|
const B = C[L][0], N = C[L][1];
|
|
3199
3199
|
for (let T = -1; T <= 7; T++)
|
|
3200
3200
|
if (!(B + T <= -1 || A <= B + T))
|
|
3201
3201
|
for (let O = -1; O <= 7; O++)
|
|
3202
|
-
N + O <= -1 || A <= N + O || (T >= 0 && T <= 6 && (O === 0 || O === 6) || O >= 0 && O <= 6 && (T === 0 || T === 6) || T >= 2 && T <= 4 && O >= 2 && O <= 4 ?
|
|
3202
|
+
N + O <= -1 || A <= N + O || (T >= 0 && T <= 6 && (O === 0 || O === 6) || O >= 0 && O <= 6 && (T === 0 || T === 6) || T >= 2 && T <= 4 && O >= 2 && O <= 4 ? E.set(B + T, N + O, !0, !0) : E.set(B + T, N + O, !1, !0));
|
|
3203
3203
|
}
|
|
3204
3204
|
}
|
|
3205
|
-
function d(
|
|
3206
|
-
const S =
|
|
3205
|
+
function d(E) {
|
|
3206
|
+
const S = E.size;
|
|
3207
3207
|
for (let A = 8; A < S - 8; A++) {
|
|
3208
3208
|
const C = A % 2 === 0;
|
|
3209
|
-
|
|
3209
|
+
E.set(A, 6, C, !0), E.set(6, A, C, !0);
|
|
3210
3210
|
}
|
|
3211
3211
|
}
|
|
3212
|
-
function p(
|
|
3212
|
+
function p(E, S) {
|
|
3213
3213
|
const A = o.getPositions(S);
|
|
3214
3214
|
for (let C = 0; C < A.length; C++) {
|
|
3215
3215
|
const L = A[C][0], B = A[C][1];
|
|
3216
3216
|
for (let N = -2; N <= 2; N++)
|
|
3217
3217
|
for (let T = -2; T <= 2; T++)
|
|
3218
|
-
N === -2 || N === 2 || T === -2 || T === 2 || N === 0 && T === 0 ?
|
|
3218
|
+
N === -2 || N === 2 || T === -2 || T === 2 || N === 0 && T === 0 ? E.set(L + N, B + T, !0, !0) : E.set(L + N, B + T, !1, !0);
|
|
3219
3219
|
}
|
|
3220
3220
|
}
|
|
3221
|
-
function g(
|
|
3222
|
-
const A =
|
|
3221
|
+
function g(E, S) {
|
|
3222
|
+
const A = E.size, C = c.getEncodedBits(S);
|
|
3223
3223
|
let L, B, N;
|
|
3224
3224
|
for (let T = 0; T < 18; T++)
|
|
3225
|
-
L = Math.floor(T / 3), B = T % 3 + A - 8 - 3, N = (C >> T & 1) === 1,
|
|
3225
|
+
L = Math.floor(T / 3), B = T % 3 + A - 8 - 3, N = (C >> T & 1) === 1, E.set(L, B, N, !0), E.set(B, L, N, !0);
|
|
3226
3226
|
}
|
|
3227
|
-
function w(
|
|
3228
|
-
const C =
|
|
3227
|
+
function w(E, S, A) {
|
|
3228
|
+
const C = E.size, L = l.getEncodedBits(S, A);
|
|
3229
3229
|
let B, N;
|
|
3230
3230
|
for (B = 0; B < 15; B++)
|
|
3231
|
-
N = (L >> B & 1) === 1, B < 6 ?
|
|
3232
|
-
|
|
3231
|
+
N = (L >> B & 1) === 1, B < 6 ? E.set(B, 8, N, !0) : B < 8 ? E.set(B + 1, 8, N, !0) : E.set(C - 15 + B, 8, N, !0), B < 8 ? E.set(8, C - B - 1, N, !0) : B < 9 ? E.set(8, 15 - B - 1 + 1, N, !0) : E.set(8, 15 - B - 1, N, !0);
|
|
3232
|
+
E.set(C - 8, 8, 1, !0);
|
|
3233
3233
|
}
|
|
3234
|
-
function P(
|
|
3235
|
-
const A =
|
|
3234
|
+
function P(E, S) {
|
|
3235
|
+
const A = E.size;
|
|
3236
3236
|
let C = -1, L = A - 1, B = 7, N = 0;
|
|
3237
3237
|
for (let T = A - 1; T > 0; T -= 2)
|
|
3238
3238
|
for (T === 6 && T--; ; ) {
|
|
3239
3239
|
for (let O = 0; O < 2; O++)
|
|
3240
|
-
if (!
|
|
3240
|
+
if (!E.isReserved(L, T - O)) {
|
|
3241
3241
|
let q = !1;
|
|
3242
|
-
N < S.length && (q = (S[N] >>> B & 1) === 1),
|
|
3242
|
+
N < S.length && (q = (S[N] >>> B & 1) === 1), E.set(L, T - O, q), B--, B === -1 && (N++, B = 7);
|
|
3243
3243
|
}
|
|
3244
3244
|
if (L += C, L < 0 || A <= L) {
|
|
3245
3245
|
L -= C, C = -C;
|
|
@@ -3247,53 +3247,53 @@ function vo() {
|
|
|
3247
3247
|
}
|
|
3248
3248
|
}
|
|
3249
3249
|
}
|
|
3250
|
-
function E
|
|
3250
|
+
function b(E, S, A) {
|
|
3251
3251
|
const C = new r();
|
|
3252
3252
|
A.forEach(function(O) {
|
|
3253
|
-
C.put(O.mode.bit, 4), C.put(O.getLength(), h.getCharCountIndicator(O.mode,
|
|
3253
|
+
C.put(O.mode.bit, 4), C.put(O.getLength(), h.getCharCountIndicator(O.mode, E)), O.write(C);
|
|
3254
3254
|
});
|
|
3255
|
-
const L = e.getSymbolTotalCodewords(
|
|
3255
|
+
const L = e.getSymbolTotalCodewords(E), B = a.getTotalCodewordsCount(E, S), N = (L - B) * 8;
|
|
3256
3256
|
for (C.getLengthInBits() + 4 <= N && C.put(0, 4); C.getLengthInBits() % 8 !== 0; )
|
|
3257
3257
|
C.putBit(0);
|
|
3258
3258
|
const T = (N - C.getLengthInBits()) / 8;
|
|
3259
3259
|
for (let O = 0; O < T; O++)
|
|
3260
3260
|
C.put(O % 2 ? 17 : 236, 8);
|
|
3261
|
-
return R(C,
|
|
3261
|
+
return R(C, E, S);
|
|
3262
3262
|
}
|
|
3263
|
-
function R(
|
|
3264
|
-
const C = e.getSymbolTotalCodewords(S), L = a.getTotalCodewordsCount(S, A), B = C - L, N = a.getBlocksCount(S, A), T = C % N, O = N - T, q = Math.floor(C / N),
|
|
3263
|
+
function R(E, S, A) {
|
|
3264
|
+
const C = e.getSymbolTotalCodewords(S), L = a.getTotalCodewordsCount(S, A), B = C - L, N = a.getBlocksCount(S, A), T = C % N, O = N - T, q = Math.floor(C / N), U = Math.floor(B / N), me = U + 1, j = q - U, ye = new u(j);
|
|
3265
3265
|
let ue = 0;
|
|
3266
|
-
const
|
|
3266
|
+
const k = new Array(N), $ = new Array(N);
|
|
3267
3267
|
let G = 0;
|
|
3268
|
-
const te = new Uint8Array(
|
|
3268
|
+
const te = new Uint8Array(E.buffer);
|
|
3269
3269
|
for (let re = 0; re < N; re++) {
|
|
3270
|
-
const Oe = re < O ?
|
|
3271
|
-
|
|
3270
|
+
const Oe = re < O ? U : me;
|
|
3271
|
+
k[re] = te.slice(ue, ue + Oe), $[re] = ye.encode(k[re]), ue += Oe, G = Math.max(G, Oe);
|
|
3272
3272
|
}
|
|
3273
3273
|
const ne = new Uint8Array(C);
|
|
3274
3274
|
let ht = 0, J, K;
|
|
3275
3275
|
for (J = 0; J < G; J++)
|
|
3276
3276
|
for (K = 0; K < N; K++)
|
|
3277
|
-
J <
|
|
3277
|
+
J < k[K].length && (ne[ht++] = k[K][J]);
|
|
3278
3278
|
for (J = 0; J < j; J++)
|
|
3279
3279
|
for (K = 0; K < N; K++)
|
|
3280
3280
|
ne[ht++] = $[K][J];
|
|
3281
3281
|
return ne;
|
|
3282
3282
|
}
|
|
3283
|
-
function _(
|
|
3283
|
+
function _(E, S, A, C) {
|
|
3284
3284
|
let L;
|
|
3285
|
-
if (Array.isArray(
|
|
3286
|
-
L = m.fromArray(
|
|
3287
|
-
else if (typeof
|
|
3285
|
+
if (Array.isArray(E))
|
|
3286
|
+
L = m.fromArray(E);
|
|
3287
|
+
else if (typeof E == "string") {
|
|
3288
3288
|
let q = S;
|
|
3289
3289
|
if (!q) {
|
|
3290
|
-
const
|
|
3291
|
-
q =
|
|
3290
|
+
const U = m.rawSplit(E);
|
|
3291
|
+
q = c.getBestVersionForData(U, A);
|
|
3292
3292
|
}
|
|
3293
|
-
L = m.fromString(
|
|
3293
|
+
L = m.fromString(E, q || 40);
|
|
3294
3294
|
} else
|
|
3295
3295
|
throw new Error("Invalid data");
|
|
3296
|
-
const B =
|
|
3296
|
+
const B = c.getBestVersionForData(L, A);
|
|
3297
3297
|
if (!B)
|
|
3298
3298
|
throw new Error("The amount of data is too big to be stored in a QR Code");
|
|
3299
3299
|
if (!S)
|
|
@@ -3305,7 +3305,7 @@ The chosen QR Code version cannot contain this amount of data.
|
|
|
3305
3305
|
Minimum version required to store current data is: ` + B + `.
|
|
3306
3306
|
`
|
|
3307
3307
|
);
|
|
3308
|
-
const N =
|
|
3308
|
+
const N = b(S, A, L), T = e.getSymbolSize(S), O = new n(T);
|
|
3309
3309
|
return y(O, S), d(O), p(O, S), w(O, A, 0), S >= 7 && g(O, S), P(O, N), isNaN(C) && (C = s.getBestMask(
|
|
3310
3310
|
O,
|
|
3311
3311
|
w.bind(null, O, A)
|
|
@@ -3317,12 +3317,12 @@ Minimum version required to store current data is: ` + B + `.
|
|
|
3317
3317
|
segments: L
|
|
3318
3318
|
};
|
|
3319
3319
|
}
|
|
3320
|
-
return
|
|
3320
|
+
return Ue.create = function(S, A) {
|
|
3321
3321
|
if (typeof S > "u" || S === "")
|
|
3322
3322
|
throw new Error("No input text");
|
|
3323
3323
|
let C = t.M, L, B;
|
|
3324
|
-
return typeof A < "u" && (C = t.from(A.errorCorrectionLevel, t.M), L =
|
|
3325
|
-
},
|
|
3324
|
+
return typeof A < "u" && (C = t.from(A.errorCorrectionLevel, t.M), L = c.from(A.version), B = s.from(A.maskPattern), A.toSJISFunc && e.setToSJISFunction(A.toSJISFunc)), _(S, L, C, B);
|
|
3325
|
+
}, Ue;
|
|
3326
3326
|
}
|
|
3327
3327
|
var Ze = {}, et = {}, en;
|
|
3328
3328
|
function _n() {
|
|
@@ -3365,12 +3365,12 @@ function _n() {
|
|
|
3365
3365
|
const i = e.getScale(n, o);
|
|
3366
3366
|
return Math.floor((n + o.margin * 2) * i);
|
|
3367
3367
|
}, e.qrToImageData = function(n, o, i) {
|
|
3368
|
-
const s = o.modules.size, a = o.modules.data, u = e.getScale(s, i),
|
|
3369
|
-
for (let m = 0; m <
|
|
3370
|
-
for (let y = 0; y <
|
|
3371
|
-
let d = (m *
|
|
3372
|
-
if (m >=
|
|
3373
|
-
const g = Math.floor((m -
|
|
3368
|
+
const s = o.modules.size, a = o.modules.data, u = e.getScale(s, i), c = Math.floor((s + i.margin * 2) * u), l = i.margin * u, h = [i.color.light, i.color.dark];
|
|
3369
|
+
for (let m = 0; m < c; m++)
|
|
3370
|
+
for (let y = 0; y < c; y++) {
|
|
3371
|
+
let d = (m * c + y) * 4, p = i.color.light;
|
|
3372
|
+
if (m >= l && y >= l && m < c - l && y < c - l) {
|
|
3373
|
+
const g = Math.floor((m - l) / u), w = Math.floor((y - l) / u);
|
|
3374
3374
|
p = h[a[g * s + w] ? 1 : 0];
|
|
3375
3375
|
}
|
|
3376
3376
|
n[d++] = p.r, n[d++] = p.g, n[d++] = p.b, n[d] = p.a;
|
|
@@ -3393,15 +3393,15 @@ function xo() {
|
|
|
3393
3393
|
}
|
|
3394
3394
|
}
|
|
3395
3395
|
e.render = function(i, s, a) {
|
|
3396
|
-
let u = a,
|
|
3397
|
-
typeof u > "u" && (!s || !s.getContext) && (u = s, s = void 0), s || (
|
|
3398
|
-
const
|
|
3399
|
-
return t.qrToImageData(m.data, i, u), r(h,
|
|
3396
|
+
let u = a, c = s;
|
|
3397
|
+
typeof u > "u" && (!s || !s.getContext) && (u = s, s = void 0), s || (c = n()), u = t.getOptions(u);
|
|
3398
|
+
const l = t.getImageWidth(i.modules.size, u), h = c.getContext("2d"), m = h.createImageData(l, l);
|
|
3399
|
+
return t.qrToImageData(m.data, i, u), r(h, c, l), h.putImageData(m, 0, 0), c;
|
|
3400
3400
|
}, e.renderToDataURL = function(i, s, a) {
|
|
3401
3401
|
let u = a;
|
|
3402
3402
|
typeof u > "u" && (!s || !s.getContext) && (u = s, s = void 0), u || (u = {});
|
|
3403
|
-
const
|
|
3404
|
-
return
|
|
3403
|
+
const c = e.render(i, s, u), l = u.type || "image/png", h = u.rendererOpts || {};
|
|
3404
|
+
return c.toDataURL(l, h.quality);
|
|
3405
3405
|
};
|
|
3406
3406
|
})(Ze)), Ze;
|
|
3407
3407
|
}
|
|
@@ -3419,15 +3419,15 @@ function Fo() {
|
|
|
3419
3419
|
return typeof s < "u" && (a += " " + s), a;
|
|
3420
3420
|
}
|
|
3421
3421
|
function n(o, i, s) {
|
|
3422
|
-
let a = "", u = 0,
|
|
3422
|
+
let a = "", u = 0, c = !1, l = 0;
|
|
3423
3423
|
for (let h = 0; h < o.length; h++) {
|
|
3424
3424
|
const m = Math.floor(h % i), y = Math.floor(h / i);
|
|
3425
|
-
!m && !
|
|
3425
|
+
!m && !c && (c = !0), o[h] ? (l++, h > 0 && m > 0 && o[h - 1] || (a += c ? r("M", m + s, 0.5 + y + s) : r("m", u, 0), u = 0, c = !1), m + 1 < i && o[h + 1] || (a += r("h", l), l = 0)) : u++;
|
|
3426
3426
|
}
|
|
3427
3427
|
return a;
|
|
3428
3428
|
}
|
|
3429
3429
|
return tt.render = function(i, s, a) {
|
|
3430
|
-
const u = e.getOptions(s),
|
|
3430
|
+
const u = e.getOptions(s), c = i.modules.size, l = i.modules.data, h = c + u.margin * 2, m = u.color.light.a ? "<path " + t(u.color.light, "fill") + ' d="M0 0h' + h + "v" + h + 'H0z"/>' : "", y = "<path " + t(u.color.dark, "stroke") + ' d="' + n(l, c, u.margin) + '"/>', d = 'viewBox="0 0 ' + h + " " + h + '"', g = '<svg xmlns="http://www.w3.org/2000/svg" ' + (u.width ? 'width="' + u.width + '" height="' + u.width + '" ' : "") + d + ' shape-rendering="crispEdges">' + m + y + `</svg>
|
|
3431
3431
|
`;
|
|
3432
3432
|
return typeof a == "function" && a(null, g), g;
|
|
3433
3433
|
}, tt;
|
|
@@ -3436,15 +3436,15 @@ var rn;
|
|
|
3436
3436
|
function Mo() {
|
|
3437
3437
|
if (rn) return oe;
|
|
3438
3438
|
rn = 1;
|
|
3439
|
-
const e = yo(), t =
|
|
3440
|
-
function o(i, s, a, u,
|
|
3441
|
-
const
|
|
3439
|
+
const e = yo(), t = Uo(), r = xo(), n = Fo();
|
|
3440
|
+
function o(i, s, a, u, c) {
|
|
3441
|
+
const l = [].slice.call(arguments, 1), h = l.length, m = typeof l[h - 1] == "function";
|
|
3442
3442
|
if (!m && !e())
|
|
3443
3443
|
throw new Error("Callback required as last argument");
|
|
3444
3444
|
if (m) {
|
|
3445
3445
|
if (h < 2)
|
|
3446
3446
|
throw new Error("Too few arguments provided");
|
|
3447
|
-
h === 2 ? (
|
|
3447
|
+
h === 2 ? (c = a, a = s, s = u = void 0) : h === 3 && (s.getContext && typeof c > "u" ? (c = u, u = void 0) : (c = u, u = a, a = s, s = void 0));
|
|
3448
3448
|
} else {
|
|
3449
3449
|
if (h < 1)
|
|
3450
3450
|
throw new Error("Too few arguments provided");
|
|
@@ -3459,34 +3459,37 @@ function Mo() {
|
|
|
3459
3459
|
}
|
|
3460
3460
|
try {
|
|
3461
3461
|
const y = t.create(a, u);
|
|
3462
|
-
|
|
3462
|
+
c(null, i(y, s, u));
|
|
3463
3463
|
} catch (y) {
|
|
3464
|
-
|
|
3464
|
+
c(y);
|
|
3465
3465
|
}
|
|
3466
3466
|
}
|
|
3467
3467
|
return oe.create = t.create, oe.toCanvas = o.bind(null, r.render), oe.toDataURL = o.bind(null, r.renderToDataURL), oe.toString = o.bind(null, function(i, s, a) {
|
|
3468
3468
|
return n.render(i, a);
|
|
3469
3469
|
}), oe;
|
|
3470
3470
|
}
|
|
3471
|
-
var
|
|
3472
|
-
class
|
|
3471
|
+
var Do = Mo();
|
|
3472
|
+
class ko {
|
|
3473
3473
|
constructor() {
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3477
|
-
F(this, "authEvent", null);
|
|
3474
|
+
x(this, "overlay", null);
|
|
3475
|
+
x(this, "isOpen", !1);
|
|
3476
|
+
x(this, "authEvent", null);
|
|
3478
3477
|
// Элементы для управления состояниями
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3478
|
+
x(this, "contentContainer", null);
|
|
3479
|
+
x(this, "loader", null);
|
|
3480
|
+
x(this, "qrContainer", null);
|
|
3481
|
+
x(this, "separator", null);
|
|
3482
|
+
x(this, "loginButton", null);
|
|
3483
|
+
x(this, "errorContainer", null);
|
|
3484
|
+
x(this, "timerContainer", null);
|
|
3486
3485
|
// Таймер
|
|
3487
|
-
|
|
3486
|
+
x(this, "timerInterval", null);
|
|
3487
|
+
// Промис
|
|
3488
|
+
x(this, "resolvePromise", null);
|
|
3489
|
+
x(this, "rejectPromise", null);
|
|
3490
|
+
x(this, "currentPromise", null);
|
|
3488
3491
|
// Добавим свойство для хранения данных запроса
|
|
3489
|
-
|
|
3492
|
+
x(this, "requestData", null);
|
|
3490
3493
|
}
|
|
3491
3494
|
createElement(t, r, n) {
|
|
3492
3495
|
const o = document.createElement(t);
|
|
@@ -3496,14 +3499,15 @@ class Do {
|
|
|
3496
3499
|
this.overlay = this.createElement("div", "oauth-modal-overlay"), this.contentContainer = this.createElement("div", "oauth-modal-content");
|
|
3497
3500
|
const t = this.createElement("h3", "", "Отсканируйте QR-код");
|
|
3498
3501
|
this.contentContainer.appendChild(t), this.loader = this.createElement("div", "oauth-loader"), this.loader.innerHTML = '<div class="oauth-spinner"></div>', this.contentContainer.appendChild(this.loader), this.qrContainer = this.createElement("div", "oauth-qrcode-container"), this.contentContainer.appendChild(this.qrContainer), this.timerContainer = this.createElement("div", "oauth-timer-container"), this.contentContainer.appendChild(this.timerContainer), this.separator = this.createElement("p", "oauth-modal-separator", "ИЛИ"), this.contentContainer.appendChild(this.separator), this.loginButton = this.createElement("button", "oauth-login-button", "Войдите с текущего устройства"), this.contentContainer.appendChild(this.loginButton), this.errorContainer = this.createElement("div", "oauth-error-container"), this.errorContainer.style.display = "none", this.contentContainer.appendChild(this.errorContainer), this.overlay.appendChild(this.contentContainer), this.overlay.addEventListener("click", (r) => {
|
|
3499
|
-
|
|
3502
|
+
var n;
|
|
3503
|
+
r.target === this.overlay && (this.close(), ((n = this.errorContainer) == null ? void 0 : n.style.display) == "block" && this.rejectPromise());
|
|
3500
3504
|
}), document.body.appendChild(this.overlay);
|
|
3501
3505
|
}
|
|
3502
3506
|
async generateQR(t, r) {
|
|
3503
3507
|
try {
|
|
3504
3508
|
t.innerHTML = "";
|
|
3505
3509
|
const n = document.createElement("canvas");
|
|
3506
|
-
await
|
|
3510
|
+
await Do.toCanvas(n, r, { width: 200, margin: 1 }), t.appendChild(n);
|
|
3507
3511
|
} catch (n) {
|
|
3508
3512
|
console.error("Ошибка при генерации QR-кода:", n), t.innerHTML = "<p>Не удалось загрузить QR-код</p>";
|
|
3509
3513
|
}
|
|
@@ -3526,7 +3530,9 @@ class Do {
|
|
|
3526
3530
|
renderSuccessState(t) {
|
|
3527
3531
|
this.loader.style.display = "none", this.errorContainer.style.display = "none", this.qrContainer.style.display = "flex", this.separator.style.display = "block", this.loginButton.style.display = "block";
|
|
3528
3532
|
const r = t.links[0].link;
|
|
3529
|
-
this.generateQR(this.qrContainer, r), this.loginButton.onclick = () => window.open(r), this.authEvent = jo(() =>
|
|
3533
|
+
this.generateQR(this.qrContainer, r), this.loginButton.onclick = () => window.open(r), this.authEvent = jo(() => {
|
|
3534
|
+
this.close(), this.resolvePromise();
|
|
3535
|
+
}, (n) => this.renderErrorState(n)), t.validUntil ? (this.timerContainer.style.display = "block", this.startTimer(t.validUntil)) : this.timerContainer.style.display = "none";
|
|
3530
3536
|
}
|
|
3531
3537
|
renderErrorState(t) {
|
|
3532
3538
|
this.loader.style.display = "none", this.qrContainer.style.display = "none", this.separator.style.display = "none", this.loginButton.style.display = "none", this.timerContainer.style.display = "none", this.errorContainer.style.display = "block", this.errorContainer.innerHTML = `
|
|
@@ -3544,11 +3550,13 @@ class Do {
|
|
|
3544
3550
|
this.startAuthFlow();
|
|
3545
3551
|
});
|
|
3546
3552
|
}
|
|
3547
|
-
async show(t
|
|
3548
|
-
this.isOpen
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3553
|
+
async show(t) {
|
|
3554
|
+
return this.isOpen ? this.currentPromise : (this.requestData = t, this.currentPromise = new Promise((r, n) => {
|
|
3555
|
+
this.resolvePromise = r, this.rejectPromise = n;
|
|
3556
|
+
}), this.overlay || this.createModal(), this.isOpen = !0, setTimeout(() => {
|
|
3557
|
+
var r;
|
|
3558
|
+
return (r = this.overlay) == null ? void 0 : r.classList.add("active");
|
|
3559
|
+
}, 10), this.startAuthFlow(), this.currentPromise);
|
|
3552
3560
|
}
|
|
3553
3561
|
async startAuthFlow() {
|
|
3554
3562
|
if (this.requestData) {
|
|
@@ -3557,7 +3565,7 @@ class Do {
|
|
|
3557
3565
|
const t = await qo(this.requestData);
|
|
3558
3566
|
this.renderSuccessState(t);
|
|
3559
3567
|
} catch (t) {
|
|
3560
|
-
this.renderErrorState(t)
|
|
3568
|
+
this.renderErrorState(t);
|
|
3561
3569
|
}
|
|
3562
3570
|
}
|
|
3563
3571
|
}
|
|
@@ -3568,17 +3576,17 @@ class Do {
|
|
|
3568
3576
|
}
|
|
3569
3577
|
}
|
|
3570
3578
|
Ho();
|
|
3571
|
-
const fe =
|
|
3579
|
+
const fe = kn(), vn = v.create({
|
|
3572
3580
|
baseURL: fe.baseUrl
|
|
3573
|
-
}), dt = new
|
|
3574
|
-
function
|
|
3575
|
-
dt.show(e);
|
|
3581
|
+
}), dt = new ko();
|
|
3582
|
+
async function ci(e = {}) {
|
|
3583
|
+
return dt.show(e);
|
|
3576
3584
|
}
|
|
3577
|
-
function
|
|
3585
|
+
function li() {
|
|
3578
3586
|
dt.close();
|
|
3579
3587
|
}
|
|
3580
3588
|
async function qo(e = {}) {
|
|
3581
|
-
return (await
|
|
3589
|
+
return (await vn.post(fe.createEndpoint, e, {
|
|
3582
3590
|
withCredentials: !0
|
|
3583
3591
|
})).data;
|
|
3584
3592
|
}
|
|
@@ -3589,7 +3597,7 @@ function jo(e = () => dt.close(), t = () => {
|
|
|
3589
3597
|
});
|
|
3590
3598
|
return n.addEventListener("auth-success", async (o) => {
|
|
3591
3599
|
try {
|
|
3592
|
-
await
|
|
3600
|
+
await vn.post(fe.authConfirmEndpoint, null, {
|
|
3593
3601
|
withCredentials: !0
|
|
3594
3602
|
}), e();
|
|
3595
3603
|
} catch (i) {
|
|
@@ -3607,10 +3615,10 @@ function Ho() {
|
|
|
3607
3615
|
e.id = "oauth0-js-lib-styles", e.innerHTML = mo, document.head.appendChild(e);
|
|
3608
3616
|
}
|
|
3609
3617
|
export {
|
|
3610
|
-
|
|
3618
|
+
li as closeQrLogin,
|
|
3611
3619
|
jo as createAuthEvent,
|
|
3612
3620
|
qo as createAuthSession,
|
|
3613
|
-
|
|
3621
|
+
kn as getConfig,
|
|
3614
3622
|
Vo as setConfig,
|
|
3615
|
-
|
|
3623
|
+
ci as showQrLogin
|
|
3616
3624
|
};
|