lowcoder-comps 2.4.14 → 2.4.16
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/{fc3b7856.js → 1043ea14.js} +247 -258
- package/{52a11357.js → 14530b4e.js} +5 -5
- package/{029476f8.js → 145794bd.js} +4 -4
- package/248f3eba.js +797 -0
- package/{e6f7d4a7.js → 28364e9c.js} +411 -451
- package/{a3820fc3.js → 38ec0f55.js} +3 -3
- package/{6296008d.js → 40bee586.js} +55069 -55754
- package/{256b619e.js → 428ebac9.js} +14 -15
- package/{21e8a932.js → 4407a5f9.js} +1 -1
- package/{286121b3.js → 474d7e5f.js} +6 -6
- package/{32d11caf.js → 48ca2a1e.js} +2 -2
- package/5b2c9b5c.js +206 -0
- package/{b42bc0a6.js → 633f4ede.js} +919 -969
- package/{35b2542e.js → 668d3da2.js} +1 -1
- package/{005a58c0.js → 78321d1a.js} +4 -4
- package/{2ea4f729.js → 7c479abc.js} +8 -8
- package/{09ab5d81.js → 7c7200e7.js} +7 -7
- package/{d42741f5.js → 7e6d090c.js} +1067 -1085
- package/7e78c333.js +373 -0
- package/{abadf1f6.js → 88415712.js} +140 -141
- package/{43254cb0.js → 8ae1f7a4.js} +4 -5
- package/{af28f5d5.js → 8e6be41e.js} +4 -4
- package/{a73a7fb8.js → 8ffe69e1.js} +6 -6
- package/{14a0be5d.js → 9afbfdff.js} +1 -1
- package/{25f232c1.js → a8987699.js} +6 -6
- package/afdeb8e9.js +190 -0
- package/c0405acc.js +1083 -0
- package/{08ea4a8f.js → ca993649.js} +2 -2
- package/{bf684fc8.js → cc8ba9a3.js} +12713 -12735
- package/{bcd4bce3.js → d27497a0.js} +18 -18
- package/{c69763fa.js → dbeb2d17.js} +2 -2
- package/{6741b2b9.js → de3e61cd.js} +68 -69
- package/df15a543.js +817 -0
- package/{47848c42.js → e5b014a9.js} +5 -5
- package/e86c3e3a.js +1264 -0
- package/{0f43fe1e.js → eb52cd1a.js} +8 -8
- package/{0da7ca4d.js → ebbe2009.js} +92 -92
- package/{cb338c34.js → ecab0a38.js} +96 -99
- package/{268c902c.js → f3455869.js} +26 -27
- package/f701d7da.js +433 -0
- package/{6402852d.js → fc681b47.js} +12 -12
- package/index.js +2 -2
- package/package.json +1 -1
- package/04c7d898.js +0 -819
- package/078d4a18.js +0 -818
- package/18cd6b56.js +0 -391
- package/1a8f0a25.js +0 -455
- package/2b4f4275.js +0 -1276
- package/2efee7c6.js +0 -1102
- package/a6a69647.js +0 -237
- package/c2bb8612.js +0 -208
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getDefaultExportFromCjs, c as commonjsGlobal } from "./
|
|
1
|
+
import { g as getDefaultExportFromCjs, c as commonjsGlobal } from "./40bee586.js";
|
|
2
2
|
var agoraRtmSdk = { exports: {} };
|
|
3
3
|
/*
|
|
4
4
|
@preserve
|
|
@@ -95,14 +95,14 @@ agoraRtmSdk.exports;
|
|
|
95
95
|
})(e, t);
|
|
96
96
|
}
|
|
97
97
|
function ym() {
|
|
98
|
-
if (typeof Reflect
|
|
98
|
+
if (typeof Reflect > "u" || !Reflect.construct || Reflect.construct.sham)
|
|
99
99
|
return !1;
|
|
100
100
|
if (typeof Proxy == "function")
|
|
101
101
|
return !0;
|
|
102
102
|
try {
|
|
103
103
|
return Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
104
104
|
})), !0;
|
|
105
|
-
} catch
|
|
105
|
+
} catch {
|
|
106
106
|
return !1;
|
|
107
107
|
}
|
|
108
108
|
}
|
|
@@ -166,7 +166,7 @@ agoraRtmSdk.exports;
|
|
|
166
166
|
};
|
|
167
167
|
}
|
|
168
168
|
function Li(e, t, n) {
|
|
169
|
-
return (Li = typeof Reflect
|
|
169
|
+
return (Li = typeof Reflect < "u" && Reflect.get ? Reflect.get : function(r, o, i) {
|
|
170
170
|
for (; !Object.prototype.hasOwnProperty.call(r, o) && (r = Td(r)) !== null; )
|
|
171
171
|
;
|
|
172
172
|
if (r)
|
|
@@ -176,7 +176,7 @@ agoraRtmSdk.exports;
|
|
|
176
176
|
function $a(e, t) {
|
|
177
177
|
var n = Array.isArray(e) ? e : void 0;
|
|
178
178
|
if (!n)
|
|
179
|
-
if ((n = e && (typeof Symbol
|
|
179
|
+
if ((n = e && (typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"])) == null)
|
|
180
180
|
n = void 0;
|
|
181
181
|
else {
|
|
182
182
|
var r, o = [], i = !0, s = !1;
|
|
@@ -203,7 +203,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
203
203
|
}
|
|
204
204
|
function Z(e) {
|
|
205
205
|
var t = Array.isArray(e) ? Mi(e) : void 0;
|
|
206
|
-
if (t || (t = typeof Symbol
|
|
206
|
+
if (t || (t = typeof Symbol < "u" && e[Symbol.iterator] != null || e["@@iterator"] != null ? Array.from(e) : void 0), !(e = t || zm(e)))
|
|
207
207
|
throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
208
208
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
209
209
|
return e;
|
|
@@ -240,7 +240,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
240
240
|
function Ce(e) {
|
|
241
241
|
e || (e = {});
|
|
242
242
|
var t = e.ua;
|
|
243
|
-
if (t || typeof navigator
|
|
243
|
+
if (t || typeof navigator > "u" || (t = navigator.userAgent), t && t.headers && typeof t.headers["user-agent"] == "string" && (t = t.headers["user-agent"]), typeof t != "string")
|
|
244
244
|
return !1;
|
|
245
245
|
var n = Zt.test(t) && !$t.test(t) || !!e.tablet && au.test(t);
|
|
246
246
|
return !n && e.tablet && e.featureDetect && navigator && 1 < navigator.maxTouchPoints && t.indexOf("Macintosh") !== -1 && t.indexOf("Safari") !== -1 && (n = !0), n;
|
|
@@ -1434,7 +1434,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1434
1434
|
this._listeners = {};
|
|
1435
1435
|
}
|
|
1436
1436
|
function Fn(e) {
|
|
1437
|
-
return typeof Float32Array
|
|
1437
|
+
return typeof Float32Array < "u" ? function() {
|
|
1438
1438
|
function t(a, l, f) {
|
|
1439
1439
|
i[0] = a, l[f] = s[0], l[f + 1] = s[1], l[f + 2] = s[2], l[f + 3] = s[3];
|
|
1440
1440
|
}
|
|
@@ -1469,7 +1469,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1469
1469
|
return i = r(o, i), r = 2 * (i >> 31) + 1, o = i >>> 23 & 255, i &= 8388607, o === 255 ? i ? NaN : 1 / 0 * r : o === 0 ? 1401298464324817e-60 * r * i : r * Math.pow(2, o - 150) * (i + 8388608);
|
|
1470
1470
|
}
|
|
1471
1471
|
e.writeFloatLE = t.bind(null, Gn), e.writeFloatBE = t.bind(null, Hn), e.readFloatLE = n.bind(null, In), e.readFloatBE = n.bind(null, Jn);
|
|
1472
|
-
}(), typeof Float64Array
|
|
1472
|
+
}(), typeof Float64Array < "u" ? function() {
|
|
1473
1473
|
function t(a, l, f) {
|
|
1474
1474
|
i[0] = a, l[f] = s[0], l[f + 1] = s[1], l[f + 2] = s[2], l[f + 3] = s[3], l[f + 4] = s[4], l[f + 5] = s[5], l[f + 6] = s[6], l[f + 7] = s[7];
|
|
1475
1475
|
}
|
|
@@ -1692,7 +1692,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1692
1692
|
return i !== S.GLOBAL && i !== S.OVERSEA;
|
|
1693
1693
|
}), n in Zf) {
|
|
1694
1694
|
t = Zf[n];
|
|
1695
|
-
var r = [].concat(Z(t
|
|
1695
|
+
var r = [].concat(Z(t ?? []), [n]);
|
|
1696
1696
|
return Ve(e.filter(function(i) {
|
|
1697
1697
|
return !r.includes(i);
|
|
1698
1698
|
}));
|
|
@@ -1813,7 +1813,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1813
1813
|
}
|
|
1814
1814
|
return g.abrupt("return");
|
|
1815
1815
|
case 3:
|
|
1816
|
-
if (v = Xe(v = r ? "https://".concat((d = fa
|
|
1816
|
+
if (v = Xe(v = r ? "https://".concat((d = fa?.PROXY_NGINX[0]) !== null && d !== void 0 ? d : "webrtc-cloud-proxy.sd-rtn.com", "/rs/?h=").concat(h, "&p=443&d=events/proto-raw") : "https://".concat(h, "/events/proto-raw"), "sentTs", Math.ceil(Date.now() / 1e3).toString()), v = Xe(v, "id", Jv[t].toString()), !o) {
|
|
1817
1817
|
g.next = 9;
|
|
1818
1818
|
break;
|
|
1819
1819
|
}
|
|
@@ -1831,12 +1831,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1831
1831
|
return function(f) {
|
|
1832
1832
|
return l.apply(this, arguments);
|
|
1833
1833
|
};
|
|
1834
|
-
}(), a.prev = 3, a.next = 6, s(
|
|
1834
|
+
}(), a.prev = 3, a.next = 6, s(fa?.EVENT_REPORT_DOMAIN[0] || $f(null) && null || "webcollector-rtm.agora.io");
|
|
1835
1835
|
case 6:
|
|
1836
1836
|
a.next = 12;
|
|
1837
1837
|
break;
|
|
1838
1838
|
case 8:
|
|
1839
|
-
return a.prev = 8, a.t0 = a.catch(3), a.next = 12, s(fa && On(1 <
|
|
1839
|
+
return a.prev = 8, a.t0 = a.catch(3), a.next = 12, s(fa && On(1 < fa?.EVENT_REPORT_DOMAIN.length ? fa?.EVENT_REPORT_DOMAIN.slice(1) : fa?.EVENT_REPORT_DOMAIN) || "rtm.statscollector.sd-rtn.com");
|
|
1840
1840
|
case 12:
|
|
1841
1841
|
case "end":
|
|
1842
1842
|
return a.stop();
|
|
@@ -1855,7 +1855,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1855
1855
|
var t = e.split(".").map(function(r) {
|
|
1856
1856
|
return Number(r);
|
|
1857
1857
|
});
|
|
1858
|
-
} catch
|
|
1858
|
+
} catch {
|
|
1859
1859
|
return !1;
|
|
1860
1860
|
}
|
|
1861
1861
|
if (t.length !== 4 || t[0] === 0)
|
|
@@ -1960,7 +1960,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1960
1960
|
return r.abrupt("return");
|
|
1961
1961
|
case 2:
|
|
1962
1962
|
return r.abrupt("return", new Promise(function(o) {
|
|
1963
|
-
setTimeout(o, t), n
|
|
1963
|
+
setTimeout(o, t), n?.addEventListener("abort", o);
|
|
1964
1964
|
}));
|
|
1965
1965
|
case 3:
|
|
1966
1966
|
case "end":
|
|
@@ -2039,7 +2039,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2039
2039
|
}, v.onabort = function() {
|
|
2040
2040
|
try {
|
|
2041
2041
|
A(new DOMException("The request aborted.", "AbortError"));
|
|
2042
|
-
} catch
|
|
2042
|
+
} catch {
|
|
2043
2043
|
var j = Error("The request aborted.");
|
|
2044
2044
|
j.name = "AbortError", A(j);
|
|
2045
2045
|
}
|
|
@@ -2200,7 +2200,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2200
2200
|
}
|
|
2201
2201
|
function Xe(e, t, n) {
|
|
2202
2202
|
var r = e.match(/([^?#]+)(\?[^#]*)?(#.*)?/);
|
|
2203
|
-
if (e = r
|
|
2203
|
+
if (e = r?.[1], r = r?.[2]) {
|
|
2204
2204
|
var o;
|
|
2205
2205
|
for (r = r.substr(1).split("&"), o = 0; o < r.length; o++)
|
|
2206
2206
|
if (r[o].split("=")[0] == t) {
|
|
@@ -2263,14 +2263,14 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2263
2263
|
return t;
|
|
2264
2264
|
};
|
|
2265
2265
|
}
|
|
2266
|
-
var Ya = typeof globalThis
|
|
2266
|
+
var Ya = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof commonjsGlobal < "u" ? commonjsGlobal : typeof self < "u" ? self : {}, vh = function(e) {
|
|
2267
2267
|
return e && e.Math == Math && e;
|
|
2268
2268
|
}, R = vh(typeof globalThis == "object" && globalThis) || vh(typeof window == "object" && window) || vh(typeof self == "object" && self) || vh(typeof Ya == "object" && Ya) || function() {
|
|
2269
2269
|
return this;
|
|
2270
2270
|
}() || Function("return this")(), la = function(e) {
|
|
2271
2271
|
try {
|
|
2272
2272
|
return !!e();
|
|
2273
|
-
} catch
|
|
2273
|
+
} catch {
|
|
2274
2274
|
return !0;
|
|
2275
2275
|
}
|
|
2276
2276
|
}, wa = !la(function() {
|
|
@@ -2314,7 +2314,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2314
2314
|
if (e = Mb(e), t = Oc(t, !0), io)
|
|
2315
2315
|
try {
|
|
2316
2316
|
return jo(e, t);
|
|
2317
|
-
} catch
|
|
2317
|
+
} catch {
|
|
2318
2318
|
}
|
|
2319
2319
|
if (ka(e, t))
|
|
2320
2320
|
return Nc(!eg.call(e, t), e[t]);
|
|
@@ -2326,7 +2326,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2326
2326
|
if (Ia(e), t = Oc(t, !0), Ia(n), io)
|
|
2327
2327
|
try {
|
|
2328
2328
|
return ko(e, t, n);
|
|
2329
|
-
} catch
|
|
2329
|
+
} catch {
|
|
2330
2330
|
}
|
|
2331
2331
|
if ("get" in n || "set" in n)
|
|
2332
2332
|
throw TypeError("Accessors not supported");
|
|
@@ -2338,7 +2338,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2338
2338
|
}, Bj = function(e, t) {
|
|
2339
2339
|
try {
|
|
2340
2340
|
kb(R, e, t);
|
|
2341
|
-
} catch
|
|
2341
|
+
} catch {
|
|
2342
2342
|
R[e] = t;
|
|
2343
2343
|
}
|
|
2344
2344
|
return t;
|
|
@@ -2458,7 +2458,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2458
2458
|
(e.sham || l && l.sham) && kb(a, "sham", !0);
|
|
2459
2459
|
try {
|
|
2460
2460
|
Za(r, o, a, e);
|
|
2461
|
-
} catch
|
|
2461
|
+
} catch {
|
|
2462
2462
|
}
|
|
2463
2463
|
}
|
|
2464
2464
|
}, Gj = function() {
|
|
@@ -2583,7 +2583,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2583
2583
|
return o === void 0 && i === 0 ? [] : t.call(this, o, i);
|
|
2584
2584
|
} : t;
|
|
2585
2585
|
return [function(o, i) {
|
|
2586
|
-
var s = Eb(this), u = o
|
|
2586
|
+
var s = Eb(this), u = o?.[e];
|
|
2587
2587
|
return u !== void 0 ? u.call(o, s, i) : r.call(String(s), o, i);
|
|
2588
2588
|
}, function(o, i) {
|
|
2589
2589
|
var s = n(r, o, this, i, r !== t);
|
|
@@ -2745,7 +2745,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2745
2745
|
try {
|
|
2746
2746
|
r = o[Ow];
|
|
2747
2747
|
break t;
|
|
2748
|
-
} catch
|
|
2748
|
+
} catch {
|
|
2749
2749
|
}
|
|
2750
2750
|
r = void 0;
|
|
2751
2751
|
}
|
|
@@ -2803,7 +2803,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2803
2803
|
return { done: n = !0 };
|
|
2804
2804
|
} };
|
|
2805
2805
|
}, e(t);
|
|
2806
|
-
} catch
|
|
2806
|
+
} catch {
|
|
2807
2807
|
}
|
|
2808
2808
|
return n;
|
|
2809
2809
|
}, Sw = !Eh(function(e) {
|
|
@@ -2840,7 +2840,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2840
2840
|
}, Vj, Hh = function() {
|
|
2841
2841
|
try {
|
|
2842
2842
|
Vj = document.domain && new ActiveXObject("htmlfile");
|
|
2843
|
-
} catch
|
|
2843
|
+
} catch {
|
|
2844
2844
|
}
|
|
2845
2845
|
if (Vj) {
|
|
2846
2846
|
var e = Vj;
|
|
@@ -2871,7 +2871,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2871
2871
|
try {
|
|
2872
2872
|
var n = Object.getOwnPropertyDescriptor(Object.prototype, "__proto__").set;
|
|
2873
2873
|
n.call(t, []), e = t instanceof Array;
|
|
2874
|
-
} catch
|
|
2874
|
+
} catch {
|
|
2875
2875
|
}
|
|
2876
2876
|
return function(r, o) {
|
|
2877
2877
|
if (Ia(r), !xa(o) && o !== null)
|
|
@@ -3221,7 +3221,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3221
3221
|
}, { unsafe: !0 }), Za(je, "catch", Oh.catch, { unsafe: !0 }));
|
|
3222
3222
|
try {
|
|
3223
3223
|
delete je.constructor;
|
|
3224
|
-
} catch
|
|
3224
|
+
} catch {
|
|
3225
3225
|
}
|
|
3226
3226
|
tb && tb(je, Oh);
|
|
3227
3227
|
}
|
|
@@ -3286,7 +3286,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3286
3286
|
Bh("replace", 2, function(e, t, n, r) {
|
|
3287
3287
|
var o = r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE, i = r.REPLACE_KEEPS_$0, s = o ? "$" : "$0";
|
|
3288
3288
|
return [function(u, a) {
|
|
3289
|
-
var l = Eb(this), f = u
|
|
3289
|
+
var l = Eb(this), f = u?.[e];
|
|
3290
3290
|
return f !== void 0 ? f.call(u, l, a) : t.call(String(l), u, a);
|
|
3291
3291
|
}, function(u, a) {
|
|
3292
3292
|
if (!o && i || typeof a == "string" && a.indexOf(s) === -1) {
|
|
@@ -3337,7 +3337,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3337
3337
|
return !t || r >= t.length ? (e.target = void 0, { value: void 0, done: !0 }) : n == "keys" ? { value: r, done: !1 } : n == "values" ? { value: t[r], done: !1 } : { value: [r, t[r]], done: !1 };
|
|
3338
3338
|
}, "values");
|
|
3339
3339
|
gf.Arguments = gf.Array, ng("keys"), ng("values"), ng("entries");
|
|
3340
|
-
var wp = typeof ArrayBuffer
|
|
3340
|
+
var wp = typeof ArrayBuffer < "u" && typeof DataView < "u", of = function(e) {
|
|
3341
3341
|
if (e === void 0)
|
|
3342
3342
|
return 0;
|
|
3343
3343
|
e = yc(e);
|
|
@@ -3532,7 +3532,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3532
3532
|
if (o && ka(o.prototype, e))
|
|
3533
3533
|
try {
|
|
3534
3534
|
delete o.prototype[e];
|
|
3535
|
-
} catch
|
|
3535
|
+
} catch {
|
|
3536
3536
|
}
|
|
3537
3537
|
}
|
|
3538
3538
|
Dc[e] && !n || Za(Dc, e, n ? t : hd && pk[e] || t);
|
|
@@ -3546,14 +3546,14 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3546
3546
|
if ((o = R[r]) && ka(o, e))
|
|
3547
3547
|
try {
|
|
3548
3548
|
delete o[e];
|
|
3549
|
-
} catch
|
|
3549
|
+
} catch {
|
|
3550
3550
|
}
|
|
3551
3551
|
}
|
|
3552
3552
|
if (Tc[e] && !n)
|
|
3553
3553
|
return;
|
|
3554
3554
|
try {
|
|
3555
3555
|
return Za(Tc, e, n ? t : hd && Tc[e] || t);
|
|
3556
|
-
} catch
|
|
3556
|
+
} catch {
|
|
3557
3557
|
}
|
|
3558
3558
|
}
|
|
3559
3559
|
for (r in Uc)
|
|
@@ -3787,7 +3787,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3787
3787
|
!wa || "name" in vk || my(vk, "name", { configurable: !0, get: function() {
|
|
3788
3788
|
try {
|
|
3789
3789
|
return ny.call(this).match(oy)[1];
|
|
3790
|
-
} catch
|
|
3790
|
+
} catch {
|
|
3791
3791
|
return "";
|
|
3792
3792
|
}
|
|
3793
3793
|
} });
|
|
@@ -3829,7 +3829,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3829
3829
|
if (id[xk] !== yk)
|
|
3830
3830
|
try {
|
|
3831
3831
|
kb(id, xk, yk);
|
|
3832
|
-
} catch
|
|
3832
|
+
} catch {
|
|
3833
3833
|
id[xk] = yk;
|
|
3834
3834
|
}
|
|
3835
3835
|
if (id[fq] || kb(id, fq, Zh), wk[Zh]) {
|
|
@@ -3837,7 +3837,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3837
3837
|
if (id[rf] !== Gd[rf])
|
|
3838
3838
|
try {
|
|
3839
3839
|
kb(id, rf, Gd[rf]);
|
|
3840
|
-
} catch
|
|
3840
|
+
} catch {
|
|
3841
3841
|
id[rf] = Gd[rf];
|
|
3842
3842
|
}
|
|
3843
3843
|
}
|
|
@@ -3848,7 +3848,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3848
3848
|
};
|
|
3849
3849
|
Bh("search", 1, function(e, t, n) {
|
|
3850
3850
|
return [function(r) {
|
|
3851
|
-
var o = Eb(this), i = r
|
|
3851
|
+
var o = Eb(this), i = r?.[e];
|
|
3852
3852
|
return i !== void 0 ? i.call(r, o) : new RegExp(r)[e](String(o));
|
|
3853
3853
|
}, function(r) {
|
|
3854
3854
|
var o = n(t, r, this);
|
|
@@ -3861,7 +3861,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
3861
3861
|
}), xb(function(e) {
|
|
3862
3862
|
(function(t, n) {
|
|
3863
3863
|
e.exports ? e.exports = n(t) : n(t);
|
|
3864
|
-
})(typeof self
|
|
3864
|
+
})(typeof self < "u" ? self : Ya, function(t) {
|
|
3865
3865
|
function n(k) {
|
|
3866
3866
|
return btoa(k).replace(/=+$/, "").replace(/\+/g, "-").replace(/\//g, "_");
|
|
3867
3867
|
}
|
|
@@ -4185,7 +4185,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
4185
4185
|
e[t] || (e[t] = {});
|
|
4186
4186
|
for (; t = o.pop(); )
|
|
4187
4187
|
e[t] || (e[t] = n);
|
|
4188
|
-
}(typeof window
|
|
4188
|
+
}(typeof window > "u" ? Ya : window), ea({ target: "Object", stat: !0 }, { setPrototypeOf: tb });
|
|
4189
4189
|
var uy = la(function() {
|
|
4190
4190
|
uc(1);
|
|
4191
4191
|
});
|
|
@@ -4251,7 +4251,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
4251
4251
|
if (oq && xy.call(e) == "[object Window]")
|
|
4252
4252
|
try {
|
|
4253
4253
|
var t = nq(e);
|
|
4254
|
-
} catch
|
|
4254
|
+
} catch {
|
|
4255
4255
|
t = oq.slice();
|
|
4256
4256
|
}
|
|
4257
4257
|
else
|
|
@@ -4404,14 +4404,14 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
4404
4404
|
}
|
|
4405
4405
|
function s(h) {
|
|
4406
4406
|
var d = function() {
|
|
4407
|
-
if (typeof Reflect
|
|
4407
|
+
if (typeof Reflect > "u" || !Reflect.construct || Reflect.construct.sham)
|
|
4408
4408
|
return !1;
|
|
4409
4409
|
if (typeof Proxy == "function")
|
|
4410
4410
|
return !0;
|
|
4411
4411
|
try {
|
|
4412
4412
|
return Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
|
|
4413
4413
|
})), !0;
|
|
4414
|
-
} catch
|
|
4414
|
+
} catch {
|
|
4415
4415
|
return !1;
|
|
4416
4416
|
}
|
|
4417
4417
|
}();
|
|
@@ -4426,7 +4426,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
4426
4426
|
};
|
|
4427
4427
|
}
|
|
4428
4428
|
function u(h, d, p) {
|
|
4429
|
-
return (u = typeof Reflect
|
|
4429
|
+
return (u = typeof Reflect < "u" && Reflect.get ? Reflect.get : function(v, y, g) {
|
|
4430
4430
|
for (; !Object.prototype.hasOwnProperty.call(v, y) && (v = r(v)) !== null; )
|
|
4431
4431
|
;
|
|
4432
4432
|
if (v)
|
|
@@ -4487,22 +4487,22 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
4487
4487
|
return n(h, [{ key: "abort", value: function() {
|
|
4488
4488
|
try {
|
|
4489
4489
|
var d = new Event("abort");
|
|
4490
|
-
} catch
|
|
4491
|
-
typeof document
|
|
4490
|
+
} catch {
|
|
4491
|
+
typeof document < "u" ? document.createEvent ? (d = document.createEvent("Event")).initEvent("abort", !1, !1) : (d = document.createEventObject()).type = "abort" : d = { type: "abort", bubbles: !1, cancelable: !1 };
|
|
4492
4492
|
}
|
|
4493
4493
|
this.signal.dispatchEvent(d);
|
|
4494
4494
|
} }, { key: "toString", value: function() {
|
|
4495
4495
|
return "[object AbortController]";
|
|
4496
4496
|
} }]), h;
|
|
4497
4497
|
}();
|
|
4498
|
-
typeof Symbol
|
|
4498
|
+
typeof Symbol < "u" && Symbol.toStringTag && (f.prototype[Symbol.toStringTag] = "AbortController", l.prototype[Symbol.toStringTag] = "AbortSignal"), function(h) {
|
|
4499
4499
|
if (h.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL) {
|
|
4500
4500
|
console.log("__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL=true is set, will force install polyfill");
|
|
4501
4501
|
var d = !0;
|
|
4502
4502
|
} else
|
|
4503
4503
|
d = typeof h.Request == "function" && !h.Request.prototype.hasOwnProperty("signal") || !h.AbortController;
|
|
4504
4504
|
d && (h.AbortController = f, h.AbortSignal = l);
|
|
4505
|
-
}(typeof self
|
|
4505
|
+
}(typeof self < "u" ? self : Ya);
|
|
4506
4506
|
}();
|
|
4507
4507
|
var Hy = Math.floor, Iy = Math.log, Jy = Math.LOG2E;
|
|
4508
4508
|
ea({ target: "Math", stat: !0 }, { clz32: function(e) {
|
|
@@ -4555,10 +4555,10 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
4555
4555
|
var t = /./;
|
|
4556
4556
|
try {
|
|
4557
4557
|
"/./"[e](t);
|
|
4558
|
-
} catch
|
|
4558
|
+
} catch {
|
|
4559
4559
|
try {
|
|
4560
4560
|
return t[Ny] = !1, "/./"[e](t);
|
|
4561
|
-
} catch
|
|
4561
|
+
} catch {
|
|
4562
4562
|
}
|
|
4563
4563
|
}
|
|
4564
4564
|
return !1;
|
|
@@ -4576,7 +4576,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
4576
4576
|
if (bi && bi.forEach !== Rk)
|
|
4577
4577
|
try {
|
|
4578
4578
|
kb(bi, "forEach", Rk);
|
|
4579
|
-
} catch
|
|
4579
|
+
} catch {
|
|
4580
4580
|
bi.forEach = Rk;
|
|
4581
4581
|
}
|
|
4582
4582
|
}
|
|
@@ -4718,7 +4718,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
4718
4718
|
var g, m = Object.prototype, E = m.hasOwnProperty, w = typeof Symbol == "function" ? Symbol : {}, C = w.iterator || "@@iterator", q = w.asyncIterator || "@@asyncIterator", J = w.toStringTag || "@@toStringTag";
|
|
4719
4719
|
try {
|
|
4720
4720
|
n({}, "");
|
|
4721
|
-
} catch
|
|
4721
|
+
} catch {
|
|
4722
4722
|
n = function(_, A, j) {
|
|
4723
4723
|
return _[A] = j;
|
|
4724
4724
|
};
|
|
@@ -4836,8 +4836,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
4836
4836
|
}(e.exports);
|
|
4837
4837
|
try {
|
|
4838
4838
|
regeneratorRuntime = e;
|
|
4839
|
-
} catch
|
|
4840
|
-
(typeof globalThis
|
|
4839
|
+
} catch {
|
|
4840
|
+
(typeof globalThis > "u" ? "undefined" : qa(globalThis)) === "object" ? globalThis.regeneratorRuntime = e : Function("r", "regeneratorRuntime = r")(e);
|
|
4841
4841
|
}
|
|
4842
4842
|
}), Cq = !la(function() {
|
|
4843
4843
|
return Object.isExtensible(Object.preventExtensions({}));
|
|
@@ -5038,7 +5038,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
5038
5038
|
ka(Kd, di = Jq[Vk]) && !ka(le, di) && Yy(le, di, Xy(Kd, di));
|
|
5039
5039
|
le.prototype = ci, ci.constructor = le, Za(R, "Number", le);
|
|
5040
5040
|
}
|
|
5041
|
-
var sf = (typeof Reflect
|
|
5041
|
+
var sf = (typeof Reflect > "u" ? "undefined" : qa(Reflect)) === "object" ? Reflect : null, Kq = sf && typeof sf.apply == "function" ? sf.apply : function(e, t, n) {
|
|
5042
5042
|
return Function.prototype.apply.call(e, t, n);
|
|
5043
5043
|
}, $y = sf && typeof sf.ownKeys == "function" ? sf.ownKeys : Object.getOwnPropertySymbols ? function(e) {
|
|
5044
5044
|
return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e));
|
|
@@ -5599,7 +5599,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
5599
5599
|
var n = 1 < arguments.length && arguments[1] !== void 0 ? arguments[1] : qz;
|
|
5600
5600
|
if (2 > this._length)
|
|
5601
5601
|
return this;
|
|
5602
|
-
for (t = t
|
|
5602
|
+
for (t = t ?? Math.ceil(1.5 * Math.log2(this._length)); 0 < t; t--)
|
|
5603
5603
|
for (var r = this.head; r; ) {
|
|
5604
5604
|
var o = r.next;
|
|
5605
5605
|
0.5 > n.float() ? this.asHead(r) : this.asTail(r), r = o;
|
|
@@ -5769,7 +5769,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
5769
5769
|
s.value.t < i && this.removeEntry(s), s = s.next;
|
|
5770
5770
|
return Li(Td(t.prototype), "ensureSize", this).call(this);
|
|
5771
5771
|
} }]), t;
|
|
5772
|
-
}(Wc), Uq = qa(Ya) == "object" && Ya && Ya.Object === Object && Ya, yz = (typeof self
|
|
5772
|
+
}(Wc), Uq = qa(Ya) == "object" && Ya && Ya.Object === Object && Ya, yz = (typeof self > "u" ? "undefined" : qa(self)) == "object" && self && self.Object === Object && self, $b = Uq || yz || Function("return this")(), lc = $b.Symbol, Vq = Object.prototype, zz = Vq.hasOwnProperty, Az = Vq.toString, Eg = lc ? lc.toStringTag : void 0, Bz = Object.prototype.toString, Wq = lc ? lc.toStringTag : void 0, me = function(e) {
|
|
5773
5773
|
if (e == null)
|
|
5774
5774
|
e = e === void 0 ? "[object Undefined]" : "[object Null]";
|
|
5775
5775
|
else if (Wq && Wq in Object(e)) {
|
|
@@ -5777,7 +5777,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
5777
5777
|
try {
|
|
5778
5778
|
e[Eg] = void 0;
|
|
5779
5779
|
var r = !0;
|
|
5780
|
-
} catch
|
|
5780
|
+
} catch {
|
|
5781
5781
|
}
|
|
5782
5782
|
var o = Az.call(e);
|
|
5783
5783
|
r && (t ? e[Eg] = n : delete e[Eg]), e = o;
|
|
@@ -5796,13 +5796,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
5796
5796
|
if (e != null) {
|
|
5797
5797
|
try {
|
|
5798
5798
|
return Cz.call(e);
|
|
5799
|
-
} catch
|
|
5799
|
+
} catch {
|
|
5800
5800
|
}
|
|
5801
5801
|
return e + "";
|
|
5802
5802
|
}
|
|
5803
5803
|
return "";
|
|
5804
5804
|
}, Dz = /^\[object .+?Constructor\]$/, Ez = RegExp("^" + Function.prototype.toString.call(Object.prototype.hasOwnProperty).replace(/[\\^$.*+?()[\]{}|]/g, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"), oe = function(e, t) {
|
|
5805
|
-
return e = e
|
|
5805
|
+
return e = e?.[t], !Gb(e) || Xq && Xq in e || !(jj(e) ? Ez : Dz).test(ne(e)) ? void 0 : e;
|
|
5806
5806
|
}, Fg = oe(Object, "create"), Fz = Object.prototype.hasOwnProperty, Gz = Object.prototype.hasOwnProperty;
|
|
5807
5807
|
Vd.prototype.clear = function() {
|
|
5808
5808
|
this.__data__ = Fg ? Fg(null) : {}, this.size = 0;
|
|
@@ -5964,7 +5964,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
5964
5964
|
try {
|
|
5965
5965
|
var e = oe(Object, "defineProperty");
|
|
5966
5966
|
return e({}, "", {}), e;
|
|
5967
|
-
} catch
|
|
5967
|
+
} catch {
|
|
5968
5968
|
}
|
|
5969
5969
|
}(), Ig = function(e, t, n) {
|
|
5970
5970
|
t == "__proto__" && hi ? hi(e, t, { configurable: !0, enumerable: !0, value: n, writable: !0 }) : e[t] = n;
|
|
@@ -5994,7 +5994,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
5994
5994
|
t = n && n.exports === t ? $b.Buffer : void 0, e.exports = (t ? t.isBuffer : void 0) || Sz;
|
|
5995
5995
|
}), Tz = /^(?:0|[1-9]\d*)$/, gl = function(e, t) {
|
|
5996
5996
|
var n = qa(e);
|
|
5997
|
-
return !!(t = t
|
|
5997
|
+
return !!(t = t ?? 9007199254740991) && (n == "number" || n != "symbol" && Tz.test(e)) && -1 < e && e % 1 == 0 && e < t;
|
|
5998
5998
|
}, hl = function(e) {
|
|
5999
5999
|
return typeof e == "number" && -1 < e && e % 1 == 0 && 9007199254740991 >= e;
|
|
6000
6000
|
}, Va = {};
|
|
@@ -6017,7 +6017,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
6017
6017
|
}
|
|
6018
6018
|
o = n && n.binding && n.binding("util");
|
|
6019
6019
|
break t;
|
|
6020
|
-
} catch
|
|
6020
|
+
} catch {
|
|
6021
6021
|
}
|
|
6022
6022
|
o = void 0;
|
|
6023
6023
|
}
|
|
@@ -6444,7 +6444,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
6444
6444
|
};
|
|
6445
6445
|
}, GA = function(e) {
|
|
6446
6446
|
return function(t) {
|
|
6447
|
-
return t
|
|
6447
|
+
return t?.[e];
|
|
6448
6448
|
};
|
|
6449
6449
|
}, HA = function(e) {
|
|
6450
6450
|
return function(t) {
|
|
@@ -8531,7 +8531,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8531
8531
|
this.destination.next(r);
|
|
8532
8532
|
}, t;
|
|
8533
8533
|
}(Bl), Kr = xb(function(e) {
|
|
8534
|
-
var t = typeof crypto
|
|
8534
|
+
var t = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto < "u" && typeof window.msCrypto.getRandomValues == "function" && msCrypto.getRandomValues.bind(msCrypto);
|
|
8535
8535
|
if (t) {
|
|
8536
8536
|
var n = new Uint8Array(16);
|
|
8537
8537
|
e.exports = function() {
|
|
@@ -8961,7 +8961,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8961
8961
|
return this.name + ": " + this.message;
|
|
8962
8962
|
}, i;
|
|
8963
8963
|
}
|
|
8964
|
-
t.asPromise = kC, t.base64 = lC, t.EventEmitter = hh, t.float = mC, t.inquire = nC, t.utf8 = oC, t.pool = pC, t.LongBits = vb, t.isNode = !!(Ya !== void 0 && Ya && Ya.process && Ya.process.versions && Ya.process.versions.node), t.global = t.isNode && Ya || typeof window
|
|
8964
|
+
t.asPromise = kC, t.base64 = lC, t.EventEmitter = hh, t.float = mC, t.inquire = nC, t.utf8 = oC, t.pool = pC, t.LongBits = vb, t.isNode = !!(Ya !== void 0 && Ya && Ya.process && Ya.process.versions && Ya.process.versions.node), t.global = t.isNode && Ya || typeof window < "u" && window || typeof self < "u" && self || Ya, t.emptyArray = Object.freeze ? Object.freeze([]) : [], t.emptyObject = Object.freeze ? Object.freeze({}) : {}, t.isInteger = Number.isInteger || function(o) {
|
|
8965
8965
|
return typeof o == "number" && isFinite(o) && Math.floor(o) === o;
|
|
8966
8966
|
}, t.isString = function(o) {
|
|
8967
8967
|
return typeof o == "string" || o instanceof String;
|
|
@@ -8974,12 +8974,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8974
8974
|
try {
|
|
8975
8975
|
var o = t.inquire("buffer").Buffer;
|
|
8976
8976
|
return o.prototype.utf8Write ? o : null;
|
|
8977
|
-
} catch
|
|
8977
|
+
} catch {
|
|
8978
8978
|
return null;
|
|
8979
8979
|
}
|
|
8980
8980
|
}(), t._Buffer_from = null, t._Buffer_allocUnsafe = null, t.newBuffer = function(o) {
|
|
8981
|
-
return typeof o == "number" ? t.Buffer ? t._Buffer_allocUnsafe(o) : new t.Array(o) : t.Buffer ? t._Buffer_from(o) : typeof Uint8Array
|
|
8982
|
-
}, t.Array = typeof Uint8Array
|
|
8981
|
+
return typeof o == "number" ? t.Buffer ? t._Buffer_allocUnsafe(o) : new t.Array(o) : t.Buffer ? t._Buffer_from(o) : typeof Uint8Array > "u" ? o : new Uint8Array(o);
|
|
8982
|
+
}, t.Array = typeof Uint8Array < "u" ? Uint8Array : Array, t.Long = t.global.dcodeIO && t.global.dcodeIO.Long || t.global.Long || t.inquire("long"), t.key2Re = /^true|false|0|1$/, t.key32Re = /^-?(?:0|[1-9][0-9]*)$/, t.key64Re = /^(?:[\\x00-\\xff]{8}|-?(?:0|[1-9][0-9]*))$/, t.longToHash = function(o) {
|
|
8983
8983
|
return o ? t.LongBits.from(o).toHash() : t.LongBits.zeroHash;
|
|
8984
8984
|
}, t.longFromHash = function(o, i) {
|
|
8985
8985
|
return o = t.LongBits.fromHash(o), t.Long ? t.Long.fromBits(o.lo, o.hi, i) : o.toNumber(!!i);
|
|
@@ -9093,7 +9093,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
9093
9093
|
var t = pa.Buffer.byteLength(e);
|
|
9094
9094
|
return this.uint32(t), t && this._push(Dv, t, e), this;
|
|
9095
9095
|
}, Lc._configure();
|
|
9096
|
-
var sj = ib, Ql, Kn = pa.LongBits, sC = pa.utf8, ts = typeof Uint8Array
|
|
9096
|
+
var sj = ib, Ql, Kn = pa.LongBits, sC = pa.utf8, ts = typeof Uint8Array < "u" ? function(e) {
|
|
9097
9097
|
if (e instanceof Uint8Array || Array.isArray(e))
|
|
9098
9098
|
return new ib(e);
|
|
9099
9099
|
throw Error("illegal buffer");
|
|
@@ -11013,7 +11013,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
11013
11013
|
return n = n === void 0 ? r : wD(Ma(n), r), r = String(e), Cs ? Cs.call(t, r, n) : t.slice(n - r.length, n) === r;
|
|
11014
11014
|
} }), Bh("match", 1, function(e, t, n) {
|
|
11015
11015
|
return [function(r) {
|
|
11016
|
-
var o = Eb(this), i = r
|
|
11016
|
+
var o = Eb(this), i = r?.[e];
|
|
11017
11017
|
return i !== void 0 ? i.call(r, o) : new RegExp(r)[e](String(o));
|
|
11018
11018
|
}, function(r) {
|
|
11019
11019
|
var o = n(t, r, this);
|
|
@@ -11327,22 +11327,22 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
11327
11327
|
}, t.save = function(o) {
|
|
11328
11328
|
try {
|
|
11329
11329
|
o ? t.storage.setItem("debug", o) : t.storage.removeItem("debug");
|
|
11330
|
-
} catch
|
|
11330
|
+
} catch {
|
|
11331
11331
|
}
|
|
11332
11332
|
}, t.load = function() {
|
|
11333
11333
|
try {
|
|
11334
11334
|
var o = t.storage.getItem("debug");
|
|
11335
|
-
} catch
|
|
11335
|
+
} catch {
|
|
11336
11336
|
}
|
|
11337
|
-
return !o && typeof process
|
|
11337
|
+
return !o && typeof process < "u" && "env" in process && (o = process.env.DEBUG), o;
|
|
11338
11338
|
}, t.useColors = function() {
|
|
11339
|
-
return !(typeof window
|
|
11339
|
+
return !(typeof window > "u" || !window.process || window.process.type !== "renderer" && !window.process.__nwjs) || (typeof navigator > "u" || !navigator.userAgent || !navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)) && (typeof document < "u" && document.documentElement && document.documentElement.style && document.documentElement.style.WebkitAppearance || typeof window < "u" && window.console && (window.console.firebug || window.console.exception && window.console.table) || typeof navigator < "u" && navigator.userAgent && navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/) && 31 <= parseInt(RegExp.$1, 10) || typeof navigator < "u" && navigator.userAgent && navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/));
|
|
11340
11340
|
};
|
|
11341
11341
|
t: {
|
|
11342
11342
|
try {
|
|
11343
11343
|
var n = localStorage;
|
|
11344
11344
|
break t;
|
|
11345
|
-
} catch
|
|
11345
|
+
} catch {
|
|
11346
11346
|
}
|
|
11347
11347
|
n = void 0;
|
|
11348
11348
|
}
|
|
@@ -11582,7 +11582,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
11582
11582
|
}
|
|
11583
11583
|
return f.abrupt("return");
|
|
11584
11584
|
case 3:
|
|
11585
|
-
return s = { withCredentials: !0, body: n, timeout: 2e4 }, u = 0 < i ?
|
|
11585
|
+
return s = { withCredentials: !0, body: n, timeout: 2e4 }, u = 0 < i ? fa?.LOG_UPLOAD_SERVER[0] || "rtm.logservice.sd-rtn.com" : fa?.LOG_UPLOAD_SERVER[0] || "logservice-rtm.agora.io", a = r ? "https://".concat((o = fa?.PROXY_NGINX[0]) !== null && o !== void 0 ? o : "webrtc-cloud-proxy.sd-rtn.com", "/ls/?h=").concat(u, "&p=443&d=upload/v1") : "https://".concat(u, "/upload/v1"), f.next = 8, lh(a, s).catch(function(h) {
|
|
11586
11586
|
return Ps(n, r, i + 1);
|
|
11587
11587
|
});
|
|
11588
11588
|
case 8:
|
|
@@ -11802,7 +11802,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
11802
11802
|
}), Re(function(g) {
|
|
11803
11803
|
return g.pipe(Kb(y));
|
|
11804
11804
|
}));
|
|
11805
|
-
}), h.ip = r, h.env = o, h.ticket = i, h.context = s, h.useNewDomain = a
|
|
11805
|
+
}), h.ip = r, h.env = o, h.ticket = i, h.context = s, h.useNewDomain = a ?? 0.5 <= Math.random(), h.sendLogger = h.genLogger("RTM:MSG:SEND"), h.receiveLogger = h.genLogger("RTM:MSG:RECV"), o !== 0 && o !== 1)
|
|
11806
11806
|
throw new Zs({ ILLEGAL_RTM_ENV: "The env number is out of rtm env count" });
|
|
11807
11807
|
var d = Df[o];
|
|
11808
11808
|
h.log("Opening websocket address %s for the Env %d", h.ip, h.env), bb("LinkLoginRequest", { sid: h.context.sid, userId: h.context.uid, lts: P.fromNumber(Date.now()), elapse: Xa(h.context.startTime), destServerIp: h.ip, linkId: h.env }, (l = h.context.config.enableCloudProxy || h.context.socketUseProxy) !== null && l !== void 0 && l), bb("LinkLoginRequest", { sid: h.context.sid, userId: h.context.uid, lts: P.fromNumber(Date.now()), elapse: Xa(h.context.startTime), destServerIp: h.ip, linkId: h.env }, (f = h.context.config.enableCloudProxy || h.context.socketUseProxy) !== null && f !== void 0 && f);
|
|
@@ -11935,7 +11935,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
11935
11935
|
}), sa(function(f) {
|
|
11936
11936
|
var h;
|
|
11937
11937
|
fa === void 0 && typeof (f = (h = f.match(Ai)) === null || h === void 0 ? void 0 : h[1]) == "string" && s.usedUrl.push(f);
|
|
11938
|
-
}), hb(u ? Math.max(Ec.RECONNECTING_AP_NUM, (a = fa
|
|
11938
|
+
}), hb(u ? Math.max(Ec.RECONNECTING_AP_NUM, (a = fa?.CODES.size) !== null && a !== void 0 ? a : 0) : (l = fa?.CODES.size) !== null && l !== void 0 ? l : 2), $d(function() {
|
|
11939
11939
|
return t.runOutOfUrlSymbol;
|
|
11940
11940
|
}), ab(function(f, h) {
|
|
11941
11941
|
return s.newDomainUsed = !1, f === t.runOutOfUrlSymbol ? (s.usedUrl = [], h) : ra(f);
|
|
@@ -11950,14 +11950,14 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
11950
11950
|
}), sa(function(f) {
|
|
11951
11951
|
var h;
|
|
11952
11952
|
fa === void 0 && typeof (f = (h = f.match(Ai)) === null || h === void 0 ? void 0 : h[1]) == "string" && s.usedUrl.push(f);
|
|
11953
|
-
}), hb(u ? Math.max(Ec.RECONNECTING_AP_NUM, (a = fa
|
|
11953
|
+
}), hb(u ? Math.max(Ec.RECONNECTING_AP_NUM, (a = fa?.CODES.size) !== null && a !== void 0 ? a : 0) : (l = fa?.CODES.size) !== null && l !== void 0 ? l : 2), $d(function() {
|
|
11954
11954
|
return t.runOutOfUrlSymbol;
|
|
11955
11955
|
}), ab(function(f, h) {
|
|
11956
11956
|
return s.backupNewDomainUsed = !1, f === t.runOutOfUrlSymbol ? (s.usedUrl = [], h) : ra(f);
|
|
11957
11957
|
}));
|
|
11958
11958
|
}), x(z(s), "getProxyApUrl$", function(u) {
|
|
11959
11959
|
var a, l;
|
|
11960
|
-
return ob.apply(void 0, Z((
|
|
11960
|
+
return ob.apply(void 0, Z((fa?.PROXY_AP.slice(0, 3) || ["ap-proxy-1.agora.io", "ap-proxy-2.agora.io"]).map(xe))).pipe(hb(u ? Math.max(Ec.RECONNECTING_AP_NUM, (a = fa?.CODES.size) !== null && a !== void 0 ? a : 0) : (l = fa?.CODES.size) !== null && l !== void 0 ? l : 2));
|
|
11961
11961
|
}), x(z(s), "context", void 0), x(z(s), "fetchCloudProxy", function(u, a) {
|
|
11962
11962
|
var l = uj("AP-", s.loggerId);
|
|
11963
11963
|
s.log("The AccessPoint requests %s(%s)", u, l);
|
|
@@ -11970,7 +11970,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
11970
11970
|
for (; ; )
|
|
11971
11971
|
switch (y.prev = y.next) {
|
|
11972
11972
|
case 0:
|
|
11973
|
-
return v = mh(0, Number.MAX_SAFE_INTEGER), s.log("%s request opid: %d", l, v), bb("ApRequest", { sid: s.context.sid, userId: s.context.uid, lts: P.fromNumber(Date.now()), elapse: Xa(s.context.startTime), apAddr: u, opId: P.fromNumber(v), envId: 0, flag: 128 }, (p = s.context.config.enableCloudProxy) !== null && p !== void 0 && p), y.abrupt("return", lh(u, { headers: { "X-Packet-Service-Type": "0", "X-Packet-URI": "90", "Content-Type": "application/json" }, body: { sid: s.context.sid, opid: v, appid: s.context.appId, client_ts: Math.ceil(Date.now() / 1e3), request_bodies: [{ uri: 22, buffer: { service_ids: [7, 16], key: a
|
|
11973
|
+
return v = mh(0, Number.MAX_SAFE_INTEGER), s.log("%s request opid: %d", l, v), bb("ApRequest", { sid: s.context.sid, userId: s.context.uid, lts: P.fromNumber(Date.now()), elapse: Xa(s.context.startTime), apAddr: u, opId: P.fromNumber(v), envId: 0, flag: 128 }, (p = s.context.config.enableCloudProxy) !== null && p !== void 0 && p), y.abrupt("return", lh(u, { headers: { "X-Packet-Service-Type": "0", "X-Packet-URI": "90", "Content-Type": "application/json" }, body: { sid: s.context.sid, opid: v, appid: s.context.appId, client_ts: Math.ceil(Date.now() / 1e3), request_bodies: [{ uri: 22, buffer: { service_ids: [7, 16], key: a ?? s.context.key, cname: s.context.uid, uid: 0, detail: Wa({}, fa === void 0 ? { 11: [S.CHINA, S.GLOBAL].join(), 12: "1" } : { 11: Array.from(fa.CODES).map(function(g) {
|
|
11974
11974
|
return g === S.OVERSEA ? "".concat(S.ASIA, ",").concat(S.EUROPE, ",").concat(S.AFRICA, ",").concat(S.NORTH_AMERICA, ",").concat(S.SOUTH_AMERICA, ",").concat(S.OCEANIA) : g;
|
|
11975
11975
|
}).join(","), 12: "1" }) } }] }, signal: h.signal }));
|
|
11976
11976
|
case 4:
|
|
@@ -12079,7 +12079,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
12079
12079
|
}
|
|
12080
12080
|
return Y.abrupt("return", ra(Error("No available edge address to connect")));
|
|
12081
12081
|
case 14:
|
|
12082
|
-
return s.context.rtmArea = q
|
|
12082
|
+
return s.context.rtmArea = q?.[9], Y.abrupt("return", ob.apply(void 0, Z(J).concat([Mg])));
|
|
12083
12083
|
case 16:
|
|
12084
12084
|
case "end":
|
|
12085
12085
|
return Y.stop();
|
|
@@ -12185,7 +12185,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
12185
12185
|
this.curOpenSockets[r] = void 0, s && (s.isActiveClose = !0, setTimeout(function() {
|
|
12186
12186
|
s.close();
|
|
12187
12187
|
}, o)), i !== void 0 && setTimeout(function() {
|
|
12188
|
-
i
|
|
12188
|
+
i?.unsubscribe();
|
|
12189
12189
|
}, o);
|
|
12190
12190
|
} }, { key: "waitClosing", value: function(r) {
|
|
12191
12191
|
var o = this;
|
|
@@ -12597,7 +12597,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
12597
12597
|
o += "%" + G.bin.pad(e[t + i].toString(16));
|
|
12598
12598
|
try {
|
|
12599
12599
|
r = decodeURIComponent(o);
|
|
12600
|
-
} catch
|
|
12600
|
+
} catch {
|
|
12601
12601
|
return G.bin.readASCII(e, t, n);
|
|
12602
12602
|
}
|
|
12603
12603
|
return r;
|
|
@@ -13138,7 +13138,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
13138
13138
|
}, kt = Pc("fetch"), Yl = Pc("Headers"), TE = Fa("iterator"), lt = cb.set, cc = cb.getterFor("URLSearchParams"), UE = cb.getterFor("URLSearchParamsIterator"), VE = /\+/g, mt = Array(4), WE = function(e) {
|
|
13139
13139
|
try {
|
|
13140
13140
|
return decodeURIComponent(e);
|
|
13141
|
-
} catch
|
|
13141
|
+
} catch {
|
|
13142
13142
|
return e;
|
|
13143
13143
|
}
|
|
13144
13144
|
}, nt = function(e) {
|
|
@@ -13146,7 +13146,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
13146
13146
|
e = 4;
|
|
13147
13147
|
try {
|
|
13148
13148
|
return decodeURIComponent(t);
|
|
13149
|
-
} catch
|
|
13149
|
+
} catch {
|
|
13150
13150
|
for (; e; ) {
|
|
13151
13151
|
var n = t.replace, r = e--;
|
|
13152
13152
|
r = mt[r - 1] || (mt[r - 1] = RegExp("((?:%[\\da-f]{2}){" + r + "})", "gi")), t = n.call(t, r, WE);
|
|
@@ -13707,7 +13707,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
13707
13707
|
if (t == "blob")
|
|
13708
13708
|
try {
|
|
13709
13709
|
return new Rd(t.path[0]).origin;
|
|
13710
|
-
} catch
|
|
13710
|
+
} catch {
|
|
13711
13711
|
return "null";
|
|
13712
13712
|
}
|
|
13713
13713
|
return t != "file" && wb(e) ? t + "://" + Tg(e.host) + (n !== null ? ":" + n : "") : "null";
|
|
@@ -14636,7 +14636,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
14636
14636
|
2500 >= Date.now() - this.lastPingTime[o.env] || (this.incSeqIfNeeded(o.env), o.sendPacket("Ping", { ms: P.fromNumber(Date.now(), !0), seq: this.seq }), this.lastPingTime[o.env] = Date.now());
|
|
14637
14637
|
} }, { key: "updateMessageCount", value: function(o) {
|
|
14638
14638
|
var i, s = (i = {}, x(i, Ka.ChannelRMsg, this.chanelRawMessageReport), x(i, Ka.ChannelSMsg, this.chanelStringMessageReport), x(i, Ka.P2pRMsgNoOfflineFlag, this.p2pRMsgNoOfflineReport), x(i, Ka.P2pSMsgNoOfflineFlag, this.p2pSMsgNoOfflineReport), x(i, 3, void 0), x(i, 4, void 0), x(i, 7, void 0), x(i, 8, void 0), x(i, 9, void 0), x(i, 10, void 0), i)[o.messageCategory];
|
|
14639
|
-
o.type === "common" ? s
|
|
14639
|
+
o.type === "common" ? s?.updateCommonCount(o.key) : o.type === "peer" ? s?.updatePeerAckCount(o.delay) : s?.updateNorecipientackCount(o.delay);
|
|
14640
14640
|
} }], [{ key: "sendMessageAck", value: function(o, i) {
|
|
14641
14641
|
var s = new Ef(o.options);
|
|
14642
14642
|
(s.isInvitation() || s.isPeerMessage()) && i.sendPacket("Ack", { code: 0, dialogue: o.dialogue, instance: o.instance, sequence: o.sequence });
|
|
@@ -14916,7 +14916,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
14916
14916
|
}), x(z(a), "onLogout", function() {
|
|
14917
14917
|
try {
|
|
14918
14918
|
a.clearChannel(a.getSession());
|
|
14919
|
-
} catch
|
|
14919
|
+
} catch {
|
|
14920
14920
|
}
|
|
14921
14921
|
}), x(z(a), "onAttributesUpdated", function(l) {
|
|
14922
14922
|
var f = l.channelId, h = l.attributeMaps, d = l.seq;
|
|
@@ -16499,7 +16499,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
16499
16499
|
}(sc()), Da(W.prototype, "renewToken", [jb], Object.getOwnPropertyDescriptor(W.prototype, "renewToken"), W.prototype), Da(W.prototype, "queryPeersOnlineStatus", [jb], Object.getOwnPropertyDescriptor(W.prototype, "queryPeersOnlineStatus"), W.prototype), Da(W.prototype, "getChannelMemberCount", [jb], Object.getOwnPropertyDescriptor(W.prototype, "getChannelMemberCount"), W.prototype), Da(W.prototype, "setLocalUserAttributes", [jb], Object.getOwnPropertyDescriptor(W.prototype, "setLocalUserAttributes"), W.prototype), Da(W.prototype, "setChannelAttributes", [jb], Object.getOwnPropertyDescriptor(W.prototype, "setChannelAttributes"), W.prototype), Da(W.prototype, "addOrUpdateLocalUserAttributes", [jb], Object.getOwnPropertyDescriptor(W.prototype, "addOrUpdateLocalUserAttributes"), W.prototype), Da(W.prototype, "addOrUpdateChannelAttributes", [jb], Object.getOwnPropertyDescriptor(W.prototype, "addOrUpdateChannelAttributes"), W.prototype), Da(W.prototype, "deleteLocalUserAttributesByKeys", [jb], Object.getOwnPropertyDescriptor(W.prototype, "deleteLocalUserAttributesByKeys"), W.prototype), Da(W.prototype, "deleteChannelAttributesByKeys", [jb], Object.getOwnPropertyDescriptor(W.prototype, "deleteChannelAttributesByKeys"), W.prototype), Da(W.prototype, "clearLocalUserAttributes", [Mc], Object.getOwnPropertyDescriptor(W.prototype, "clearLocalUserAttributes"), W.prototype), Da(W.prototype, "clearChannelAttributes", [jb], Object.getOwnPropertyDescriptor(W.prototype, "clearChannelAttributes"), W.prototype), Da(W.prototype, "getUserAttributes", [jb], Object.getOwnPropertyDescriptor(W.prototype, "getUserAttributes"), W.prototype), Da(W.prototype, "getChannelAttributes", [jb], Object.getOwnPropertyDescriptor(W.prototype, "getChannelAttributes"), W.prototype), Da(W.prototype, "getChannelAttributesByKeys", [jb], Object.getOwnPropertyDescriptor(W.prototype, "getChannelAttributesByKeys"), W.prototype), Da(W.prototype, "getUserAttributesByKeys", [jb], Object.getOwnPropertyDescriptor(W.prototype, "getUserAttributesByKeys"), W.prototype), Da(W.prototype, "login", [Mc], Object.getOwnPropertyDescriptor(W.prototype, "login"), W.prototype), Da(W.prototype, "logout", [Mc], Object.getOwnPropertyDescriptor(W.prototype, "logout"), W.prototype), Da(W.prototype, "logoutSync", [Mc], Object.getOwnPropertyDescriptor(W.prototype, "logoutSync"), W.prototype), Da(W.prototype, "sendMessageToPeer", [jb], Object.getOwnPropertyDescriptor(W.prototype, "sendMessageToPeer"), W.prototype), Da(W.prototype, "createChannel", [jb], Object.getOwnPropertyDescriptor(W.prototype, "createChannel"), W.prototype), Da(W.prototype, "createLocalInvitation", [jb], Object.getOwnPropertyDescriptor(W.prototype, "createLocalInvitation"), W.prototype), Da(W.prototype, "subscribePeersOnlineStatus", [jb], Object.getOwnPropertyDescriptor(W.prototype, "subscribePeersOnlineStatus"), W.prototype), Da(W.prototype, "unsubscribePeersOnlineStatus", [jb], Object.getOwnPropertyDescriptor(W.prototype, "unsubscribePeersOnlineStatus"), W.prototype), Da(W.prototype, "queryPeersBySubscriptionOption", [jb], Object.getOwnPropertyDescriptor(W.prototype, "queryPeersBySubscriptionOption"), W.prototype), Da(W.prototype, "createMessage", [Mc], Object.getOwnPropertyDescriptor(W.prototype, "createMessage"), W.prototype), W), rm, sm, tm, um, Wt = (rm = /Chrome\/([0-9.]+)/.exec((tm = window) === null || tm === void 0 || (um = tm.navigator) === null || um === void 0 ? void 0 : um.userAgent)) === null || rm === void 0 || (sm = rm[1]) === null || sm === void 0 ? void 0 : sm.split(".")[0];
|
|
16500
16500
|
if (Wt && 88 <= parseInt(Wt, 10) && !Ce()) {
|
|
16501
16501
|
var vm, ze = document.createElement("video"), Ae = document.createElement("canvas");
|
|
16502
|
-
ze.setAttribute("style", "display:none"), ze.setAttribute("muted", ""), ze.muted = !0, ze.setAttribute("autoplay", ""), ze.autoplay = !0, ze.setAttribute("playsinline", ""), Ae.setAttribute("style", "display:none"), Ae.setAttribute("width", "1"), Ae.setAttribute("height", "1"), (vm = Ae.getContext("2d")) === null || vm === void 0 || vm.fillRect(0, 0, 1, 1), ze.srcObject = Ae
|
|
16502
|
+
ze.setAttribute("style", "display:none"), ze.setAttribute("muted", ""), ze.muted = !0, ze.setAttribute("autoplay", ""), ze.autoplay = !0, ze.setAttribute("playsinline", ""), Ae.setAttribute("style", "display:none"), Ae.setAttribute("width", "1"), Ae.setAttribute("height", "1"), (vm = Ae.getContext("2d")) === null || vm === void 0 || vm.fillRect(0, 0, 1, 1), ze.srcObject = Ae?.captureStream();
|
|
16503
16503
|
}
|
|
16504
16504
|
var Xt = { LOG_FILTER_OFF: { error: !1, warn: !1, info: !1, track: !1, debug: !1 }, LOG_FILTER_ERROR: { error: !0, warn: !1, info: !1, track: !1, debug: !1 }, LOG_FILTER_WARNING: { error: !0, warn: !0, info: !1, track: !1, debug: !1 }, LOG_FILTER_INFO: { error: !0, warn: !0, info: !0, track: !1, debug: !1 }, LOG_FILTER_DEBUG: { error: !0, warn: !0, info: !0, track: !0, debug: !0 } }, Yt = { enableLogUpload: !1, logFilter: Xt.LOG_FILTER_INFO, enableCloudProxy: !1 }, ue = Wa(Wa({ createInstance: function(e) {
|
|
16505
16505
|
var t = 1 < arguments.length && arguments[1] !== void 0 ? arguments[1] : {}, n = 2 < arguments.length ? arguments[2] : void 0;
|
|
@@ -16538,7 +16538,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
16538
16538
|
try {
|
|
16539
16539
|
var v = f[p];
|
|
16540
16540
|
v != null && (f.enableCloudProxy && i("RTM cloud proxy enabled"), f.enableLogUpload && i("Log upload enabled"), o[p] = v);
|
|
16541
|
-
} catch
|
|
16541
|
+
} catch {
|
|
16542
16542
|
throw new ca(["The %s in the arguments is invalid", p], void 0);
|
|
16543
16543
|
}
|
|
16544
16544
|
}
|