mn-video-player 1.2.5 → 1.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.
|
@@ -175,19 +175,19 @@ class Qn {
|
|
|
175
175
|
for (re = 0; re < this.option.channels; re++)
|
|
176
176
|
for (F = q.getChannelData(re), Z = re, de = 50, ie = 0; ie < $; ie++)
|
|
177
177
|
F[ie] = k[Z], ie < 50 && (F[ie] = F[ie] * ie / 50), ie >= $ - 51 && (F[ie] = F[ie] * de-- / 50), Z += this.option.channels;
|
|
178
|
-
let
|
|
179
|
-
p[0].timestamp !== null ?
|
|
178
|
+
let j;
|
|
179
|
+
p[0].timestamp !== null ? j = Math.max(p[0].timestamp, this.startTime) : j = Math.max(a, this.startTime), A.buffer = q, A.connect(this.gainNode), A.playbackRate.value = this.playbackRate;
|
|
180
180
|
const W = {
|
|
181
181
|
bufferSource: A,
|
|
182
182
|
buffer: q,
|
|
183
|
-
startTime:
|
|
184
|
-
endTime:
|
|
183
|
+
startTime: j,
|
|
184
|
+
endTime: j + q.duration / this.playbackRate,
|
|
185
185
|
rawData: p
|
|
186
186
|
};
|
|
187
187
|
this.playingBuffers.push(W), A.onended = () => {
|
|
188
188
|
const L = this.playingBuffers.findIndex((Le) => Le.bufferSource === A);
|
|
189
189
|
L !== -1 && this.playingBuffers.splice(L, 1);
|
|
190
|
-
}, A.start(
|
|
190
|
+
}, A.start(j), this.startTime = j + q.duration / this.playbackRate;
|
|
191
191
|
const Ne = new Set(p.map(
|
|
192
192
|
(L, Le) => this.cacheDataList.findIndex(
|
|
193
193
|
(Ke) => Ke.data === L.data && Ke.timestamp === L.timestamp
|
|
@@ -222,7 +222,7 @@ class Qn {
|
|
|
222
222
|
rawData: [{ data: a, timestamp: p }]
|
|
223
223
|
};
|
|
224
224
|
this.playingBuffers.push(ie), m.onended = () => {
|
|
225
|
-
const de = this.playingBuffers.findIndex((
|
|
225
|
+
const de = this.playingBuffers.findIndex((j) => j.bufferSource === m);
|
|
226
226
|
de !== -1 && this.playingBuffers.splice(de, 1);
|
|
227
227
|
}, m.start(Z), this.startTime = Z + w.duration / this.playbackRate;
|
|
228
228
|
}
|
|
@@ -282,7 +282,7 @@ const G = {
|
|
|
282
282
|
}, br = "data:image/svg+xml,%3c!--%20By%20Sam%20Herbert%20(@sherb),%20for%20everyone.%20More%20@%20http://goo.gl/7AJzbL%20--%3e%3c!--%20Todo:%20add%20easing%20--%3e%3csvg%20width='57'%20height='57'%20viewBox='0%200%2057%2057'%20xmlns='http://www.w3.org/2000/svg'%20stroke='%23fff'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cg%20transform='translate(1%201)'%20stroke-width='2'%3e%3ccircle%20cx='5'%20cy='50'%20r='5'%3e%3canimate%20attributeName='cy'%20begin='0s'%20dur='2.2s'%20values='50;5;50;50'%20calcMode='linear'%20repeatCount='indefinite'%20/%3e%3canimate%20attributeName='cx'%20begin='0s'%20dur='2.2s'%20values='5;27;49;5'%20calcMode='linear'%20repeatCount='indefinite'%20/%3e%3c/circle%3e%3ccircle%20cx='27'%20cy='5'%20r='5'%3e%3canimate%20attributeName='cy'%20begin='0s'%20dur='2.2s'%20from='5'%20to='5'%20values='5;50;50;5'%20calcMode='linear'%20repeatCount='indefinite'%20/%3e%3canimate%20attributeName='cx'%20begin='0s'%20dur='2.2s'%20from='27'%20to='27'%20values='27;49;5;27'%20calcMode='linear'%20repeatCount='indefinite'%20/%3e%3c/circle%3e%3ccircle%20cx='49'%20cy='50'%20r='5'%3e%3canimate%20attributeName='cy'%20begin='0s'%20dur='2.2s'%20values='50;50;5;50'%20calcMode='linear'%20repeatCount='indefinite'%20/%3e%3canimate%20attributeName='cx'%20from='49'%20to='49'%20begin='0s'%20dur='2.2s'%20values='49;5;27;49'%20calcMode='linear'%20repeatCount='indefinite'%20/%3e%3c/circle%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
|
|
283
283
|
function Tr(R) {
|
|
284
284
|
return new Worker(
|
|
285
|
-
"" + new URL("mn-worker-
|
|
285
|
+
"" + new URL("mn-worker-Daq7nMxd.js", import.meta.url).href,
|
|
286
286
|
{
|
|
287
287
|
name: R?.name
|
|
288
288
|
}
|
|
@@ -1019,7 +1019,7 @@ function Cr() {
|
|
|
1019
1019
|
return m.flat.call(e);
|
|
1020
1020
|
} : function(e) {
|
|
1021
1021
|
return m.concat.apply([], e);
|
|
1022
|
-
}, $ = m.push, q = m.indexOf, F = {}, re = F.toString, Z = F.hasOwnProperty, ie = Z.toString, de = ie.call(Object),
|
|
1022
|
+
}, $ = m.push, q = m.indexOf, F = {}, re = F.toString, Z = F.hasOwnProperty, ie = Z.toString, de = ie.call(Object), j = {}, W = function(t) {
|
|
1023
1023
|
return typeof t == "function" && typeof t.nodeType != "number" && typeof t.item != "function";
|
|
1024
1024
|
}, Ne = function(t) {
|
|
1025
1025
|
return t != null && t === t.window;
|
|
@@ -1196,7 +1196,7 @@ function Cr() {
|
|
|
1196
1196
|
guid: 1,
|
|
1197
1197
|
// jQuery.support is not used in Core but other projects attach their
|
|
1198
1198
|
// properties to it so it needs to exist.
|
|
1199
|
-
support:
|
|
1199
|
+
support: j
|
|
1200
1200
|
}), typeof Symbol == "function" && (r.fn[Symbol.iterator] = m[Symbol.iterator]), r.each(
|
|
1201
1201
|
"Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),
|
|
1202
1202
|
function(e, t) {
|
|
@@ -1251,7 +1251,7 @@ function Cr() {
|
|
|
1251
1251
|
var g = "0x" + f.slice(1) - 65536;
|
|
1252
1252
|
return d || (g < 0 ? String.fromCharCode(g + 65536) : String.fromCharCode(g >> 10 | 55296, g & 1023 | 56320));
|
|
1253
1253
|
}, Vn = function() {
|
|
1254
|
-
|
|
1254
|
+
Me();
|
|
1255
1255
|
}, Un = wt(
|
|
1256
1256
|
function(f) {
|
|
1257
1257
|
return f.disabled === !0 && K(f, "fieldset");
|
|
@@ -1283,7 +1283,7 @@ function Cr() {
|
|
|
1283
1283
|
var b, C, E, N, D, B, H, O = d && d.ownerDocument, V = d ? d.nodeType : 9;
|
|
1284
1284
|
if (g = g || [], typeof f != "string" || !f || V !== 1 && V !== 9 && V !== 11)
|
|
1285
1285
|
return g;
|
|
1286
|
-
if (!v && (
|
|
1286
|
+
if (!v && (Me(d), d = d || u, l)) {
|
|
1287
1287
|
if (V !== 11 && (D = pe.exec(f)))
|
|
1288
1288
|
if (b = D[1]) {
|
|
1289
1289
|
if (V === 9)
|
|
@@ -1302,7 +1302,7 @@ function Cr() {
|
|
|
1302
1302
|
}
|
|
1303
1303
|
if (!se[f + " "] && (!h || !h.test(f))) {
|
|
1304
1304
|
if (H = f, O = d, V === 1 && (Ut.test(f) || ut.test(f))) {
|
|
1305
|
-
for (O = $t.test(f) && zt(d.parentNode) || d, (O != d || !
|
|
1305
|
+
for (O = $t.test(f) && zt(d.parentNode) || d, (O != d || !j.scope) && ((N = d.getAttribute("id")) ? N = r.escapeSelector(N) : d.setAttribute("id", N = T)), B = lt(f), C = B.length; C--; )
|
|
1306
1306
|
B[C] = (N ? "#" + N : ":scope") + " " + Tt(B[C]);
|
|
1307
1307
|
H = B.join(",");
|
|
1308
1308
|
}
|
|
@@ -1367,25 +1367,25 @@ function Cr() {
|
|
|
1367
1367
|
function zt(f) {
|
|
1368
1368
|
return f && typeof f.getElementsByTagName < "u" && f;
|
|
1369
1369
|
}
|
|
1370
|
-
function
|
|
1370
|
+
function Me(f) {
|
|
1371
1371
|
var d, g = f ? f.ownerDocument || f : ke;
|
|
1372
1372
|
return g == u || g.nodeType !== 9 || !g.documentElement || (u = g, c = u.documentElement, l = !r.isXMLDoc(u), x = c.matches || c.webkitMatchesSelector || c.msMatchesSelector, c.msMatchesSelector && // Support: IE 11+, Edge 17 - 18+
|
|
1373
1373
|
// IE/Edge sometimes throw a "Permission denied" error when strict-comparing
|
|
1374
1374
|
// two documents; shallow comparisons work.
|
|
1375
1375
|
// eslint-disable-next-line eqeqeq
|
|
1376
|
-
ke != u && (d = u.defaultView) && d.top !== d && d.addEventListener("unload", Vn),
|
|
1376
|
+
ke != u && (d = u.defaultView) && d.top !== d && d.addEventListener("unload", Vn), j.getById = Ye(function(v) {
|
|
1377
1377
|
return c.appendChild(v).id = r.expando, !u.getElementsByName || !u.getElementsByName(r.expando).length;
|
|
1378
|
-
}),
|
|
1378
|
+
}), j.disconnectedMatch = Ye(function(v) {
|
|
1379
1379
|
return x.call(v, "*");
|
|
1380
|
-
}),
|
|
1380
|
+
}), j.scope = Ye(function() {
|
|
1381
1381
|
return u.querySelectorAll(":scope");
|
|
1382
|
-
}),
|
|
1382
|
+
}), j.cssHas = Ye(function() {
|
|
1383
1383
|
try {
|
|
1384
1384
|
return u.querySelector(":has(*,:jqfake)"), !1;
|
|
1385
1385
|
} catch {
|
|
1386
1386
|
return !0;
|
|
1387
1387
|
}
|
|
1388
|
-
}),
|
|
1388
|
+
}), j.getById ? (t.filter.ID = function(v) {
|
|
1389
1389
|
var b = v.replace(Ae, Re);
|
|
1390
1390
|
return function(C) {
|
|
1391
1391
|
return C.getAttribute("id") === b;
|
|
@@ -1421,23 +1421,23 @@ function Cr() {
|
|
|
1421
1421
|
}, h = [], Ye(function(v) {
|
|
1422
1422
|
var b;
|
|
1423
1423
|
c.appendChild(v).innerHTML = "<a id='" + T + "' href='' disabled='disabled'></a><select id='" + T + "-\r\\' disabled='disabled'><option selected=''></option></select>", v.querySelectorAll("[selected]").length || h.push("\\[" + Q + "*(?:value|" + be + ")"), v.querySelectorAll("[id~=" + T + "-]").length || h.push("~="), v.querySelectorAll("a#" + T + "+*").length || h.push(".#.+[+~]"), v.querySelectorAll(":checked").length || h.push(":checked"), b = u.createElement("input"), b.setAttribute("type", "hidden"), v.appendChild(b).setAttribute("name", "D"), c.appendChild(v).disabled = !0, v.querySelectorAll(":disabled").length !== 2 && h.push(":enabled", ":disabled"), b = u.createElement("input"), b.setAttribute("name", ""), v.appendChild(b), v.querySelectorAll("[name='']").length || h.push("\\[" + Q + "*name" + Q + "*=" + Q + `*(?:''|"")`);
|
|
1424
|
-
}),
|
|
1424
|
+
}), j.cssHas || h.push(":has"), h = h.length && new RegExp(h.join("|")), ne = function(v, b) {
|
|
1425
1425
|
if (v === b)
|
|
1426
1426
|
return s = !0, 0;
|
|
1427
1427
|
var C = !v.compareDocumentPosition - !b.compareDocumentPosition;
|
|
1428
1428
|
return C || (C = (v.ownerDocument || v) == (b.ownerDocument || b) ? v.compareDocumentPosition(b) : (
|
|
1429
1429
|
// Otherwise we know they are disconnected
|
|
1430
1430
|
1
|
|
1431
|
-
), C & 1 || !
|
|
1431
|
+
), C & 1 || !j.sortDetached && b.compareDocumentPosition(v) === C ? v === u || v.ownerDocument == ke && Y.contains(ke, v) ? -1 : b === u || b.ownerDocument == ke && Y.contains(ke, b) ? 1 : n ? q.call(n, v) - q.call(n, b) : 0 : C & 4 ? -1 : 1);
|
|
1432
1432
|
}), u;
|
|
1433
1433
|
}
|
|
1434
1434
|
Y.matches = function(f, d) {
|
|
1435
1435
|
return Y(f, null, null, d);
|
|
1436
1436
|
}, Y.matchesSelector = function(f, d) {
|
|
1437
|
-
if (
|
|
1437
|
+
if (Me(f), l && !se[d + " "] && (!h || !h.test(d)))
|
|
1438
1438
|
try {
|
|
1439
1439
|
var g = x.call(f, d);
|
|
1440
|
-
if (g ||
|
|
1440
|
+
if (g || j.disconnectedMatch || // As well, disconnected nodes are said to be in a document
|
|
1441
1441
|
// fragment in IE 9
|
|
1442
1442
|
f.document && f.document.nodeType !== 11)
|
|
1443
1443
|
return g;
|
|
@@ -1446,16 +1446,16 @@ function Cr() {
|
|
|
1446
1446
|
}
|
|
1447
1447
|
return Y(d, u, null, [f]).length > 0;
|
|
1448
1448
|
}, Y.contains = function(f, d) {
|
|
1449
|
-
return (f.ownerDocument || f) != u &&
|
|
1449
|
+
return (f.ownerDocument || f) != u && Me(f), r.contains(f, d);
|
|
1450
1450
|
}, Y.attr = function(f, d) {
|
|
1451
|
-
(f.ownerDocument || f) != u &&
|
|
1451
|
+
(f.ownerDocument || f) != u && Me(f);
|
|
1452
1452
|
var g = t.attrHandle[d.toLowerCase()], v = g && Z.call(t.attrHandle, d.toLowerCase()) ? g(f, d, !l) : void 0;
|
|
1453
1453
|
return v !== void 0 ? v : f.getAttribute(d);
|
|
1454
1454
|
}, Y.error = function(f) {
|
|
1455
1455
|
throw new Error("Syntax error, unrecognized expression: " + f);
|
|
1456
1456
|
}, r.uniqueSort = function(f) {
|
|
1457
1457
|
var d, g = [], v = 0, b = 0;
|
|
1458
|
-
if (s = !
|
|
1458
|
+
if (s = !j.sortStable, n = !j.sortStable && w.call(f, 0), Ui.call(f, ne), s) {
|
|
1459
1459
|
for (; d = f[b++]; )
|
|
1460
1460
|
d === f[b] && (v = g.push(b));
|
|
1461
1461
|
for (; v--; )
|
|
@@ -1522,26 +1522,26 @@ function Cr() {
|
|
|
1522
1522
|
return !!D.parentNode;
|
|
1523
1523
|
}
|
|
1524
1524
|
) : function(D, B, H) {
|
|
1525
|
-
var O, V,
|
|
1525
|
+
var O, V, M, J, ce, oe = C !== E ? "nextSibling" : "previousSibling", ge = D.parentNode, Ce = N && D.nodeName.toLowerCase(), Qe = !H && !N, ae = !1;
|
|
1526
1526
|
if (ge) {
|
|
1527
1527
|
if (C) {
|
|
1528
1528
|
for (; oe; ) {
|
|
1529
|
-
for (
|
|
1530
|
-
if (N ? K(
|
|
1529
|
+
for (M = D; M = M[oe]; )
|
|
1530
|
+
if (N ? K(M, Ce) : M.nodeType === 1)
|
|
1531
1531
|
return !1;
|
|
1532
1532
|
ce = oe = f === "only" && !ce && "nextSibling";
|
|
1533
1533
|
}
|
|
1534
1534
|
return !0;
|
|
1535
1535
|
}
|
|
1536
1536
|
if (ce = [E ? ge.firstChild : ge.lastChild], E && Qe) {
|
|
1537
|
-
for (V = ge[T] || (ge[T] = {}), O = V[f] || [], J = O[0] === y && O[1], ae = J && O[2],
|
|
1537
|
+
for (V = ge[T] || (ge[T] = {}), O = V[f] || [], J = O[0] === y && O[1], ae = J && O[2], M = J && ge.childNodes[J]; M = ++J && M && M[oe] || // Fallback to seeking `elem` from the start
|
|
1538
1538
|
(ae = J = 0) || ce.pop(); )
|
|
1539
|
-
if (
|
|
1539
|
+
if (M.nodeType === 1 && ++ae && M === D) {
|
|
1540
1540
|
V[f] = [y, J, ae];
|
|
1541
1541
|
break;
|
|
1542
1542
|
}
|
|
1543
1543
|
} else if (Qe && (V = D[T] || (D[T] = {}), O = V[f] || [], J = O[0] === y && O[1], ae = J), ae === !1)
|
|
1544
|
-
for (; (
|
|
1544
|
+
for (; (M = ++J && M && M[oe] || (ae = J = 0) || ce.pop()) && !((N ? K(M, Ce) : M.nodeType === 1) && ++ae && (Qe && (V = M[T] || (M[T] = {}), V[f] = [y, ae]), M === D)); )
|
|
1545
1545
|
;
|
|
1546
1546
|
return ae -= b, ae === v || ae % v === 0 && ae / v >= 0;
|
|
1547
1547
|
}
|
|
@@ -1724,7 +1724,7 @@ function Cr() {
|
|
|
1724
1724
|
) : (
|
|
1725
1725
|
// Check against all ancestor/preceding elements
|
|
1726
1726
|
function(D, B, H) {
|
|
1727
|
-
var O, V,
|
|
1727
|
+
var O, V, M = [y, N];
|
|
1728
1728
|
if (H) {
|
|
1729
1729
|
for (; D = D[v]; )
|
|
1730
1730
|
if ((D.nodeType === 1 || E) && f(D, B, H))
|
|
@@ -1736,8 +1736,8 @@ function Cr() {
|
|
|
1736
1736
|
D = D[v] || D;
|
|
1737
1737
|
else {
|
|
1738
1738
|
if ((O = V[C]) && O[0] === y && O[1] === N)
|
|
1739
|
-
return
|
|
1740
|
-
if (V[C] =
|
|
1739
|
+
return M[2] = O[2];
|
|
1740
|
+
if (V[C] = M, M[2] = f(D, B, H))
|
|
1741
1741
|
return !0;
|
|
1742
1742
|
}
|
|
1743
1743
|
return !1;
|
|
@@ -1764,34 +1764,34 @@ function Cr() {
|
|
|
1764
1764
|
}
|
|
1765
1765
|
function Gt(f, d, g, v, b, C) {
|
|
1766
1766
|
return v && !v[T] && (v = Gt(v)), b && !b[T] && (b = Gt(b, C)), me(function(E, N, D, B) {
|
|
1767
|
-
var H, O, V,
|
|
1767
|
+
var H, O, V, M, J = [], ce = [], oe = N.length, ge = E || Gn(
|
|
1768
1768
|
d || "*",
|
|
1769
1769
|
D.nodeType ? [D] : D,
|
|
1770
1770
|
[]
|
|
1771
1771
|
), Ce = f && (E || !d) ? St(ge, J, f, D, B) : ge;
|
|
1772
|
-
if (g ? (
|
|
1772
|
+
if (g ? (M = b || (E ? f : oe || v) ? (
|
|
1773
1773
|
// ...intermediate processing is necessary
|
|
1774
1774
|
[]
|
|
1775
1775
|
) : (
|
|
1776
1776
|
// ...otherwise use results directly
|
|
1777
1777
|
N
|
|
1778
|
-
), g(Ce,
|
|
1779
|
-
for (H = St(
|
|
1780
|
-
(V = H[O]) && (
|
|
1778
|
+
), g(Ce, M, D, B)) : M = Ce, v)
|
|
1779
|
+
for (H = St(M, ce), v(H, [], D, B), O = H.length; O--; )
|
|
1780
|
+
(V = H[O]) && (M[ce[O]] = !(Ce[ce[O]] = V));
|
|
1781
1781
|
if (E) {
|
|
1782
1782
|
if (b || f) {
|
|
1783
1783
|
if (b) {
|
|
1784
|
-
for (H = [], O =
|
|
1785
|
-
(V =
|
|
1786
|
-
b(null,
|
|
1784
|
+
for (H = [], O = M.length; O--; )
|
|
1785
|
+
(V = M[O]) && H.push(Ce[O] = V);
|
|
1786
|
+
b(null, M = [], H, B);
|
|
1787
1787
|
}
|
|
1788
|
-
for (O =
|
|
1789
|
-
(V =
|
|
1788
|
+
for (O = M.length; O--; )
|
|
1789
|
+
(V = M[O]) && (H = b ? q.call(E, V) : J[O]) > -1 && (E[H] = !(N[H] = V));
|
|
1790
1790
|
}
|
|
1791
1791
|
} else
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
), b ? b(null, N,
|
|
1792
|
+
M = St(
|
|
1793
|
+
M === N ? M.splice(oe, M.length) : M
|
|
1794
|
+
), b ? b(null, N, M, B) : o.apply(N, M);
|
|
1795
1795
|
});
|
|
1796
1796
|
}
|
|
1797
1797
|
function Yt(f) {
|
|
@@ -1799,8 +1799,8 @@ function Cr() {
|
|
|
1799
1799
|
return O === d;
|
|
1800
1800
|
}, E, !0), B = wt(function(O) {
|
|
1801
1801
|
return q.call(d, O) > -1;
|
|
1802
|
-
}, E, !0), H = [function(O, V,
|
|
1803
|
-
var J = !C && (
|
|
1802
|
+
}, E, !0), H = [function(O, V, M) {
|
|
1803
|
+
var J = !C && (M || V != i) || ((d = V).nodeType ? D(O, V, M) : B(O, V, M));
|
|
1804
1804
|
return d = null, J;
|
|
1805
1805
|
}]; N < b; N++)
|
|
1806
1806
|
if (g = t.relative[f[N].type])
|
|
@@ -1827,28 +1827,28 @@ function Cr() {
|
|
|
1827
1827
|
}
|
|
1828
1828
|
function Yn(f, d) {
|
|
1829
1829
|
var g = d.length > 0, v = f.length > 0, b = function(C, E, N, D, B) {
|
|
1830
|
-
var H, O, V,
|
|
1830
|
+
var H, O, V, M = 0, J = "0", ce = C && [], oe = [], ge = i, Ce = C || v && t.find.TAG("*", B), Qe = y += ge == null ? 1 : Math.random() || 0.1, ae = Ce.length;
|
|
1831
1831
|
for (B && (i = E == u || E || B); J !== ae && (H = Ce[J]) != null; J++) {
|
|
1832
1832
|
if (v && H) {
|
|
1833
|
-
for (O = 0, !E && H.ownerDocument != u && (
|
|
1833
|
+
for (O = 0, !E && H.ownerDocument != u && (Me(H), N = !l); V = f[O++]; )
|
|
1834
1834
|
if (V(H, E || u, N)) {
|
|
1835
1835
|
o.call(D, H);
|
|
1836
1836
|
break;
|
|
1837
1837
|
}
|
|
1838
1838
|
B && (y = Qe);
|
|
1839
1839
|
}
|
|
1840
|
-
g && ((H = !V && H) &&
|
|
1840
|
+
g && ((H = !V && H) && M--, C && ce.push(H));
|
|
1841
1841
|
}
|
|
1842
|
-
if (
|
|
1842
|
+
if (M += J, g && J !== M) {
|
|
1843
1843
|
for (O = 0; V = d[O++]; )
|
|
1844
1844
|
V(ce, oe, E, N);
|
|
1845
1845
|
if (C) {
|
|
1846
|
-
if (
|
|
1846
|
+
if (M > 0)
|
|
1847
1847
|
for (; J--; )
|
|
1848
1848
|
ce[J] || oe[J] || (oe[J] = Vi.call(D));
|
|
1849
1849
|
oe = St(oe);
|
|
1850
1850
|
}
|
|
1851
|
-
o.apply(D, oe), B && !C && oe.length > 0 &&
|
|
1851
|
+
o.apply(D, oe), B && !C && oe.length > 0 && M + d.length > 1 && r.uniqueSort(D);
|
|
1852
1852
|
}
|
|
1853
1853
|
return B && (y = Qe, i = ge), ce;
|
|
1854
1854
|
};
|
|
@@ -1896,9 +1896,9 @@ function Cr() {
|
|
|
1896
1896
|
!d || $t.test(f) && zt(d.parentNode) || d
|
|
1897
1897
|
), g;
|
|
1898
1898
|
}
|
|
1899
|
-
|
|
1899
|
+
j.sortStable = T.split("").sort(ne).join("") === T, Me(), j.sortDetached = Ye(function(f) {
|
|
1900
1900
|
return f.compareDocumentPosition(u.createElement("fieldset")) & 1;
|
|
1901
|
-
}), r.find = Y, r.expr[":"] = r.expr.pseudos, r.unique = r.uniqueSort, Y.compile = Qt, Y.select = Oi, Y.setDocument =
|
|
1901
|
+
}), r.find = Y, r.expr[":"] = r.expr.pseudos, r.unique = r.uniqueSort, Y.compile = Qt, Y.select = Oi, Y.setDocument = Me, Y.tokenize = lt, Y.escape = r.escapeSelector, Y.getText = r.text, Y.isXML = r.isXMLDoc, Y.selectors = r.expr, Y.support = r.support, Y.uniqueSort = r.uniqueSort;
|
|
1902
1902
|
})();
|
|
1903
1903
|
var _e = function(e, t, i) {
|
|
1904
1904
|
for (var n = [], s = i !== void 0; (e = e[t]) && e.nodeType !== 9; )
|
|
@@ -2551,10 +2551,10 @@ function Cr() {
|
|
|
2551
2551
|
return c(), s.promise(t);
|
|
2552
2552
|
}
|
|
2553
2553
|
});
|
|
2554
|
-
var ai = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, it = new RegExp("^(?:([+-])=|)(" + ai + ")([a-z%]*)$", "i"), De = ["Top", "Right", "Bottom", "Left"],
|
|
2554
|
+
var ai = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, it = new RegExp("^(?:([+-])=|)(" + ai + ")([a-z%]*)$", "i"), De = ["Top", "Right", "Bottom", "Left"], je = L.documentElement, Ve = function(e) {
|
|
2555
2555
|
return r.contains(e.ownerDocument, e);
|
|
2556
2556
|
}, an = { composed: !0 };
|
|
2557
|
-
|
|
2557
|
+
je.getRootNode && (Ve = function(e) {
|
|
2558
2558
|
return r.contains(e.ownerDocument, e) || e.getRootNode(an) === e.ownerDocument;
|
|
2559
2559
|
});
|
|
2560
2560
|
var gt = function(e, t) {
|
|
@@ -2605,7 +2605,7 @@ function Cr() {
|
|
|
2605
2605
|
var nt = /^(?:checkbox|radio)$/i, li = /<([a-z][^\/\0>\x20\t\r\n\f]*)/i, ci = /^$|^module$|\/(?:java|ecma)script/i;
|
|
2606
2606
|
(function() {
|
|
2607
2607
|
var e = L.createDocumentFragment(), t = e.appendChild(L.createElement("div")), i = L.createElement("input");
|
|
2608
|
-
i.setAttribute("type", "radio"), i.setAttribute("checked", "checked"), i.setAttribute("name", "t"), t.appendChild(i),
|
|
2608
|
+
i.setAttribute("type", "radio"), i.setAttribute("checked", "checked"), i.setAttribute("name", "t"), t.appendChild(i), j.checkClone = t.cloneNode(!0).cloneNode(!0).lastChild.checked, t.innerHTML = "<textarea>x</textarea>", j.noCloneChecked = !!t.cloneNode(!0).lastChild.defaultValue, t.innerHTML = "<option></option>", j.option = !!t.lastChild;
|
|
2609
2609
|
})();
|
|
2610
2610
|
var he = {
|
|
2611
2611
|
// XHTML parsers do not magically insert elements in the
|
|
@@ -2617,7 +2617,7 @@ function Cr() {
|
|
|
2617
2617
|
td: [3, "<table><tbody><tr>", "</tr></tbody></table>"],
|
|
2618
2618
|
_default: [0, "", ""]
|
|
2619
2619
|
};
|
|
2620
|
-
he.tbody = he.tfoot = he.colgroup = he.caption = he.thead, he.th = he.td,
|
|
2620
|
+
he.tbody = he.tfoot = he.colgroup = he.caption = he.thead, he.th = he.td, j.option || (he.optgroup = he.option = [1, "<select multiple='multiple'>", "</select>"]);
|
|
2621
2621
|
function fe(e, t) {
|
|
2622
2622
|
var i;
|
|
2623
2623
|
return typeof e.getElementsByTagName < "u" ? i = e.getElementsByTagName(t || "*") : typeof e.querySelectorAll < "u" ? i = e.querySelectorAll(t || "*") : i = [], t === void 0 || t && K(e, t) ? r.merge([e], i) : i;
|
|
@@ -2684,7 +2684,7 @@ function Cr() {
|
|
|
2684
2684
|
add: function(e, t, i, n, s) {
|
|
2685
2685
|
var o, u, c, l, h, x, T, y, S, P, z, _ = I.get(e);
|
|
2686
2686
|
if (et(e))
|
|
2687
|
-
for (i.handler && (o = i, i = o.handler, s = o.selector), s && r.find.matchesSelector(
|
|
2687
|
+
for (i.handler && (o = i, i = o.handler, s = o.selector), s && r.find.matchesSelector(je, s), i.guid || (i.guid = r.guid++), (l = _.events) || (l = _.events = /* @__PURE__ */ Object.create(null)), (u = _.handle) || (u = _.handle = function(se) {
|
|
2688
2688
|
return typeof r < "u" && r.event.triggered !== se.type ? r.event.dispatch.apply(e, arguments) : void 0;
|
|
2689
2689
|
}), t = (t || "").match(ve) || [""], h = t.length; h--; )
|
|
2690
2690
|
c = hi.exec(t[h]) || [], S = z = c[1], P = (c[2] || "").split(".").sort(), S && (T = r.event.special[S] || {}, S = (s ? T.delegateType : T.bindType) || S, T = r.event.special[S] || {}, x = r.extend({
|
|
@@ -2992,7 +2992,7 @@ function Cr() {
|
|
|
2992
2992
|
function Xe(e, t, i, n) {
|
|
2993
2993
|
t = A(t);
|
|
2994
2994
|
var s, o, u, c, l, h, x = 0, T = e.length, y = T - 1, S = t[0], P = W(S);
|
|
2995
|
-
if (P || T > 1 && typeof S == "string" && !
|
|
2995
|
+
if (P || T > 1 && typeof S == "string" && !j.checkClone && cn.test(S))
|
|
2996
2996
|
return e.each(function(z) {
|
|
2997
2997
|
var _ = e.eq(z);
|
|
2998
2998
|
P && (t[0] = S.call(this, z, _.html())), Xe(_, t, i, n);
|
|
@@ -3019,7 +3019,7 @@ function Cr() {
|
|
|
3019
3019
|
},
|
|
3020
3020
|
clone: function(e, t, i) {
|
|
3021
3021
|
var n, s, o, u, c = e.cloneNode(!0), l = Ve(e);
|
|
3022
|
-
if (!
|
|
3022
|
+
if (!j.noCloneChecked && (e.nodeType === 1 || e.nodeType === 11) && !r.isXMLDoc(e))
|
|
3023
3023
|
for (u = fe(c), o = fe(e), n = 0, s = o.length; n < s; n++)
|
|
3024
3024
|
gn(o[n], u[n]);
|
|
3025
3025
|
if (t)
|
|
@@ -3144,16 +3144,16 @@ function Cr() {
|
|
|
3144
3144
|
(function() {
|
|
3145
3145
|
function e() {
|
|
3146
3146
|
if (h) {
|
|
3147
|
-
l.style.cssText = "position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0", h.style.cssText = "position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",
|
|
3147
|
+
l.style.cssText = "position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0", h.style.cssText = "position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%", je.appendChild(l).appendChild(h);
|
|
3148
3148
|
var x = a.getComputedStyle(h);
|
|
3149
|
-
i = x.top !== "1%", c = t(x.marginLeft) === 12, h.style.right = "60%", o = t(x.right) === 36, n = t(x.width) === 36, h.style.position = "absolute", s = t(h.offsetWidth / 3) === 12,
|
|
3149
|
+
i = x.top !== "1%", c = t(x.marginLeft) === 12, h.style.right = "60%", o = t(x.right) === 36, n = t(x.width) === 36, h.style.position = "absolute", s = t(h.offsetWidth / 3) === 12, je.removeChild(l), h = null;
|
|
3150
3150
|
}
|
|
3151
3151
|
}
|
|
3152
3152
|
function t(x) {
|
|
3153
3153
|
return Math.round(parseFloat(x));
|
|
3154
3154
|
}
|
|
3155
3155
|
var i, n, s, o, u, c, l = L.createElement("div"), h = L.createElement("div");
|
|
3156
|
-
h.style && (h.style.backgroundClip = "content-box", h.cloneNode(!0).style.backgroundClip = "",
|
|
3156
|
+
h.style && (h.style.backgroundClip = "content-box", h.cloneNode(!0).style.backgroundClip = "", j.clearCloneStyle = h.style.backgroundClip === "content-box", r.extend(j, {
|
|
3157
3157
|
boxSizingReliable: function() {
|
|
3158
3158
|
return e(), n;
|
|
3159
3159
|
},
|
|
@@ -3180,13 +3180,13 @@ function Cr() {
|
|
|
3180
3180
|
// in computed dimensions. (gh-4529)
|
|
3181
3181
|
reliableTrDimensions: function() {
|
|
3182
3182
|
var x, T, y, S;
|
|
3183
|
-
return u == null && (x = L.createElement("table"), T = L.createElement("tr"), y = L.createElement("div"), x.style.cssText = "position:absolute;left:-11111px;border-collapse:separate", T.style.cssText = "box-sizing:content-box;border:1px solid", T.style.height = "1px", y.style.height = "9px", y.style.display = "block",
|
|
3183
|
+
return u == null && (x = L.createElement("table"), T = L.createElement("tr"), y = L.createElement("div"), x.style.cssText = "position:absolute;left:-11111px;border-collapse:separate", T.style.cssText = "box-sizing:content-box;border:1px solid", T.style.height = "1px", y.style.height = "9px", y.style.display = "block", je.appendChild(x).appendChild(T).appendChild(y), S = a.getComputedStyle(T), u = parseInt(S.height, 10) + parseInt(S.borderTopWidth, 10) + parseInt(S.borderBottomWidth, 10) === T.offsetHeight, je.removeChild(x)), u;
|
|
3184
3184
|
}
|
|
3185
3185
|
}));
|
|
3186
3186
|
})();
|
|
3187
3187
|
function rt(e, t, i) {
|
|
3188
3188
|
var n, s, o, u, c = qt.test(t), l = e.style;
|
|
3189
|
-
return i = i || mt(e), i && (u = i.getPropertyValue(t) || i[t], c && u && (u = u.replace(Ze, "$1") || void 0), u === "" && !Ve(e) && (u = r.style(e, t)), !
|
|
3189
|
+
return i = i || mt(e), i && (u = i.getPropertyValue(t) || i[t], c && u && (u = u.replace(Ze, "$1") || void 0), u === "" && !Ve(e) && (u = r.style(e, t)), !j.pixelBoxStyles() && It.test(u) && yn.test(t) && (n = l.width, s = l.minWidth, o = l.maxWidth, l.minWidth = l.maxWidth = l.width = u, u = i.width, l.width = n, l.minWidth = s, l.maxWidth = o)), u !== void 0 ? (
|
|
3190
3190
|
// Support: IE <=9 - 11 only
|
|
3191
3191
|
// IE returns zIndex value as an integer.
|
|
3192
3192
|
u + ""
|
|
@@ -3209,7 +3209,7 @@ function Cr() {
|
|
|
3209
3209
|
if (e = xi[i] + t, e in bi)
|
|
3210
3210
|
return e;
|
|
3211
3211
|
}
|
|
3212
|
-
function
|
|
3212
|
+
function Mt(e) {
|
|
3213
3213
|
var t = r.cssProps[e] || Ti[e];
|
|
3214
3214
|
return t || (e in bi ? e : Ti[e] = mn(e) || e);
|
|
3215
3215
|
}
|
|
@@ -3224,7 +3224,7 @@ function Cr() {
|
|
|
3224
3224
|
Math.max(0, n[2] - (i || 0)) + (n[3] || "px")
|
|
3225
3225
|
) : t;
|
|
3226
3226
|
}
|
|
3227
|
-
function
|
|
3227
|
+
function jt(e, t, i, n, s, o) {
|
|
3228
3228
|
var u = t === "width" ? 1 : 0, c = 0, l = 0, h = 0;
|
|
3229
3229
|
if (i === (n ? "border" : "content"))
|
|
3230
3230
|
return 0;
|
|
@@ -3237,22 +3237,22 @@ function Cr() {
|
|
|
3237
3237
|
)) || 0), l + h;
|
|
3238
3238
|
}
|
|
3239
3239
|
function Ci(e, t, i) {
|
|
3240
|
-
var n = mt(e), s = !
|
|
3240
|
+
var n = mt(e), s = !j.boxSizingReliable() || i, o = s && r.css(e, "boxSizing", !1, n) === "border-box", u = o, c = rt(e, t, n), l = "offset" + t[0].toUpperCase() + t.slice(1);
|
|
3241
3241
|
if (It.test(c)) {
|
|
3242
3242
|
if (!i)
|
|
3243
3243
|
return c;
|
|
3244
3244
|
c = "auto";
|
|
3245
3245
|
}
|
|
3246
|
-
return (!
|
|
3246
|
+
return (!j.boxSizingReliable() && o || // Support: IE 10 - 11+, Edge 15 - 18+
|
|
3247
3247
|
// IE/Edge misreport `getComputedStyle` of table rows with width/height
|
|
3248
3248
|
// set in CSS while `offset*` properties report correct values.
|
|
3249
3249
|
// Interestingly, in some cases IE 9 doesn't suffer from this issue.
|
|
3250
|
-
!
|
|
3250
|
+
!j.reliableTrDimensions() && K(e, "tr") || // Fall back to offsetWidth/offsetHeight when value is "auto"
|
|
3251
3251
|
// This happens for inline elements with no explicit setting (gh-3571)
|
|
3252
3252
|
c === "auto" || // Support: Android <=4.1 - 4.3 only
|
|
3253
3253
|
// Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)
|
|
3254
3254
|
!parseFloat(c) && r.css(e, "display", !1, n) === "inline") && // Make sure the element is visible & connected
|
|
3255
|
-
e.getClientRects().length && (o = r.css(e, "boxSizing", !1, n) === "border-box", u = l in e, u && (c = e[l])), c = parseFloat(c) || 0, c +
|
|
3255
|
+
e.getClientRects().length && (o = r.css(e, "boxSizing", !1, n) === "border-box", u = l in e, u && (c = e[l])), c = parseFloat(c) || 0, c + jt(
|
|
3256
3256
|
e,
|
|
3257
3257
|
t,
|
|
3258
3258
|
i || (o ? "border" : "content"),
|
|
@@ -3313,17 +3313,17 @@ function Cr() {
|
|
|
3313
3313
|
style: function(e, t, i, n) {
|
|
3314
3314
|
if (!(!e || e.nodeType === 3 || e.nodeType === 8 || !e.style)) {
|
|
3315
3315
|
var s, o, u, c = xe(t), l = qt.test(t), h = e.style;
|
|
3316
|
-
if (l || (t =
|
|
3316
|
+
if (l || (t = Mt(c)), u = r.cssHooks[t] || r.cssHooks[c], i !== void 0) {
|
|
3317
3317
|
if (o = typeof i, o === "string" && (s = it.exec(i)) && s[1] && (i = ui(e, t, s), o = "number"), i == null || i !== i)
|
|
3318
3318
|
return;
|
|
3319
|
-
o === "number" && !l && (i += s && s[3] || (r.cssNumber[c] ? "" : "px")), !
|
|
3319
|
+
o === "number" && !l && (i += s && s[3] || (r.cssNumber[c] ? "" : "px")), !j.clearCloneStyle && i === "" && t.indexOf("background") === 0 && (h[t] = "inherit"), (!u || !("set" in u) || (i = u.set(e, i, n)) !== void 0) && (l ? h.setProperty(t, i) : h[t] = i);
|
|
3320
3320
|
} else
|
|
3321
3321
|
return u && "get" in u && (s = u.get(e, !1, n)) !== void 0 ? s : h[t];
|
|
3322
3322
|
}
|
|
3323
3323
|
},
|
|
3324
3324
|
css: function(e, t, i, n) {
|
|
3325
3325
|
var s, o, u, c = xe(t), l = qt.test(t);
|
|
3326
|
-
return l || (t =
|
|
3326
|
+
return l || (t = Mt(c)), u = r.cssHooks[t] || r.cssHooks[c], u && "get" in u && (s = u.get(e, !0, i)), s === void 0 && (s = rt(e, t, n)), s === "normal" && t in wi && (s = wi[t]), i === "" || i ? (o = parseFloat(s), i === !0 || isFinite(o) ? o || 0 : s) : s;
|
|
3327
3327
|
}
|
|
3328
3328
|
}), r.each(["height", "width"], function(e, t) {
|
|
3329
3329
|
r.cssHooks[t] = {
|
|
@@ -3340,7 +3340,7 @@ function Cr() {
|
|
|
3340
3340
|
}) : Ci(i, t, s);
|
|
3341
3341
|
},
|
|
3342
3342
|
set: function(i, n, s) {
|
|
3343
|
-
var o, u = mt(i), c = !
|
|
3343
|
+
var o, u = mt(i), c = !j.scrollboxSize() && u.position === "absolute", l = c || s, h = l && r.css(i, "boxSizing", !1, u) === "border-box", x = s ? jt(
|
|
3344
3344
|
i,
|
|
3345
3345
|
t,
|
|
3346
3346
|
s,
|
|
@@ -3348,12 +3348,12 @@ function Cr() {
|
|
|
3348
3348
|
u
|
|
3349
3349
|
) : 0;
|
|
3350
3350
|
return h && c && (x -= Math.ceil(
|
|
3351
|
-
i["offset" + t[0].toUpperCase() + t.slice(1)] - parseFloat(u[t]) -
|
|
3351
|
+
i["offset" + t[0].toUpperCase() + t.slice(1)] - parseFloat(u[t]) - jt(i, t, "border", !1, u) - 0.5
|
|
3352
3352
|
)), x && (o = it.exec(n)) && (o[3] || "px") !== "px" && (i.style[t] = n, n = r.css(i, t)), Si(i, n, x);
|
|
3353
3353
|
}
|
|
3354
3354
|
};
|
|
3355
3355
|
}), r.cssHooks.marginLeft = vi(
|
|
3356
|
-
|
|
3356
|
+
j.reliableMarginLeft,
|
|
3357
3357
|
function(e, t) {
|
|
3358
3358
|
if (t)
|
|
3359
3359
|
return (parseFloat(rt(e, "marginLeft")) || e.getBoundingClientRect().left - mi(e, { marginLeft: 0 }, function() {
|
|
@@ -3414,7 +3414,7 @@ function Cr() {
|
|
|
3414
3414
|
return e.elem.nodeType !== 1 || e.elem[e.prop] != null && e.elem.style[e.prop] == null ? e.elem[e.prop] : (t = r.css(e.elem, e.prop, ""), !t || t === "auto" ? 0 : t);
|
|
3415
3415
|
},
|
|
3416
3416
|
set: function(e) {
|
|
3417
|
-
r.fx.step[e.prop] ? r.fx.step[e.prop](e) : e.elem.nodeType === 1 && (r.cssHooks[e.prop] || e.elem.style[
|
|
3417
|
+
r.fx.step[e.prop] ? r.fx.step[e.prop](e) : e.elem.nodeType === 1 && (r.cssHooks[e.prop] || e.elem.style[Mt(e.prop)] != null) ? r.style(e.elem, e.prop, e.now + e.unit) : e.elem[e.prop] = e.now;
|
|
3418
3418
|
}
|
|
3419
3419
|
}
|
|
3420
3420
|
}, le.propHooks.scrollTop = le.propHooks.scrollLeft = {
|
|
@@ -3647,7 +3647,7 @@ function Cr() {
|
|
|
3647
3647
|
});
|
|
3648
3648
|
}, (function() {
|
|
3649
3649
|
var e = L.createElement("input"), t = L.createElement("select"), i = t.appendChild(L.createElement("option"));
|
|
3650
|
-
e.type = "checkbox",
|
|
3650
|
+
e.type = "checkbox", j.checkOn = e.value !== "", j.optSelected = i.selected, e = L.createElement("input"), e.value = "t", e.type = "radio", j.radioValue = e.value === "t";
|
|
3651
3651
|
})();
|
|
3652
3652
|
var Di, st = r.expr.attrHandle;
|
|
3653
3653
|
r.fn.extend({
|
|
@@ -3678,7 +3678,7 @@ function Cr() {
|
|
|
3678
3678
|
attrHooks: {
|
|
3679
3679
|
type: {
|
|
3680
3680
|
set: function(e, t) {
|
|
3681
|
-
if (!
|
|
3681
|
+
if (!j.radioValue && t === "radio" && K(e, "input")) {
|
|
3682
3682
|
var i = e.value;
|
|
3683
3683
|
return e.setAttribute("type", t), i && (e.value = i), t;
|
|
3684
3684
|
}
|
|
@@ -3730,7 +3730,7 @@ function Cr() {
|
|
|
3730
3730
|
for: "htmlFor",
|
|
3731
3731
|
class: "className"
|
|
3732
3732
|
}
|
|
3733
|
-
}),
|
|
3733
|
+
}), j.optSelected || (r.propHooks.selected = {
|
|
3734
3734
|
get: function(e) {
|
|
3735
3735
|
var t = e.parentNode;
|
|
3736
3736
|
return t && t.parentNode && t.parentNode.selectedIndex, null;
|
|
@@ -3862,7 +3862,7 @@ function Cr() {
|
|
|
3862
3862
|
if (Array.isArray(t))
|
|
3863
3863
|
return e.checked = r.inArray(r(e).val(), t) > -1;
|
|
3864
3864
|
}
|
|
3865
|
-
},
|
|
3865
|
+
}, j.checkOn || (r.valHooks[this].get = function(e) {
|
|
3866
3866
|
return e.getAttribute("value") === null ? "on" : e.value;
|
|
3867
3867
|
});
|
|
3868
3868
|
});
|
|
@@ -3976,9 +3976,9 @@ function Cr() {
|
|
|
3976
3976
|
}).get();
|
|
3977
3977
|
}
|
|
3978
3978
|
});
|
|
3979
|
-
var Nn = /%20/g, Ln = /#.*$/, In = /([?&])_=[^&]*/, qn = /^(.*?):[ \t]*([^\r\n]*)$/mg,
|
|
3979
|
+
var Nn = /%20/g, Ln = /#.*$/, In = /([?&])_=[^&]*/, qn = /^(.*?):[ \t]*([^\r\n]*)$/mg, Mn = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, jn = /^(?:GET|HEAD)$/, Hn = /^\/\//, Ii = {}, Wt = {}, qi = "*/".concat("*"), _t = L.createElement("a");
|
|
3980
3980
|
_t.href = ot.href;
|
|
3981
|
-
function
|
|
3981
|
+
function Mi(e) {
|
|
3982
3982
|
return function(t, i) {
|
|
3983
3983
|
typeof t != "string" && (i = t, t = "*");
|
|
3984
3984
|
var n, s = 0, o = t.toLowerCase().match(ve) || [];
|
|
@@ -3987,7 +3987,7 @@ function Cr() {
|
|
|
3987
3987
|
n[0] === "+" ? (n = n.slice(1) || "*", (e[n] = e[n] || []).unshift(i)) : (e[n] = e[n] || []).push(i);
|
|
3988
3988
|
};
|
|
3989
3989
|
}
|
|
3990
|
-
function
|
|
3990
|
+
function ji(e, t, i, n) {
|
|
3991
3991
|
var s = {}, o = e === Wt;
|
|
3992
3992
|
function u(c) {
|
|
3993
3993
|
var l;
|
|
@@ -4074,7 +4074,7 @@ function Cr() {
|
|
|
4074
4074
|
ajaxSettings: {
|
|
4075
4075
|
url: ot.href,
|
|
4076
4076
|
type: "GET",
|
|
4077
|
-
isLocal:
|
|
4077
|
+
isLocal: Mn.test(ot.protocol),
|
|
4078
4078
|
global: !0,
|
|
4079
4079
|
processData: !0,
|
|
4080
4080
|
async: !0,
|
|
@@ -4140,8 +4140,8 @@ function Cr() {
|
|
|
4140
4140
|
Bt(r.ajaxSettings, e)
|
|
4141
4141
|
);
|
|
4142
4142
|
},
|
|
4143
|
-
ajaxPrefilter:
|
|
4144
|
-
ajaxTransport:
|
|
4143
|
+
ajaxPrefilter: Mi(Ii),
|
|
4144
|
+
ajaxTransport: Mi(Wt),
|
|
4145
4145
|
// Main method
|
|
4146
4146
|
ajax: function(e, t) {
|
|
4147
4147
|
typeof e == "object" && (t = e, e = void 0), t = t || {};
|
|
@@ -4195,9 +4195,9 @@ function Cr() {
|
|
|
4195
4195
|
y.crossDomain = !0;
|
|
4196
4196
|
}
|
|
4197
4197
|
}
|
|
4198
|
-
if (y.data && y.processData && typeof y.data != "string" && (y.data = r.param(y.data, y.traditional)),
|
|
4198
|
+
if (y.data && y.processData && typeof y.data != "string" && (y.data = r.param(y.data, y.traditional)), ji(Ii, y, t, U), l)
|
|
4199
4199
|
return U;
|
|
4200
|
-
h = r.event && y.global, h && r.active++ === 0 && r.event.trigger("ajaxStart"), y.type = y.type.toUpperCase(), y.hasContent = !
|
|
4200
|
+
h = r.event && y.global, h && r.active++ === 0 && r.event.trigger("ajaxStart"), y.type = y.type.toUpperCase(), y.hasContent = !jn.test(y.type), n = y.url.replace(Ln, ""), y.hasContent ? y.data && y.processData && (y.contentType || "").indexOf("application/x-www-form-urlencoded") === 0 && (y.data = y.data.replace(Nn, "+")) : (T = y.url.slice(n.length), y.data && (y.processData || typeof y.data == "string") && (n += (Ft.test(n) ? "&" : "?") + y.data, delete y.data), y.cache === !1 && (n = n.replace(In, "$1"), T = (Ft.test(n) ? "&" : "?") + "_=" + Ai.guid++ + T), y.url = n + T), y.ifModified && (r.lastModified[n] && U.setRequestHeader("If-Modified-Since", r.lastModified[n]), r.etag[n] && U.setRequestHeader("If-None-Match", r.etag[n])), (y.data && y.hasContent && y.contentType !== !1 || t.contentType) && U.setRequestHeader("Content-Type", y.contentType), U.setRequestHeader(
|
|
4201
4201
|
"Accept",
|
|
4202
4202
|
y.dataTypes[0] && y.accepts[y.dataTypes[0]] ? y.accepts[y.dataTypes[0]] + (y.dataTypes[0] !== "*" ? ", " + qi + "; q=0.01" : "") : y.accepts["*"]
|
|
4203
4203
|
);
|
|
@@ -4205,7 +4205,7 @@ function Cr() {
|
|
|
4205
4205
|
U.setRequestHeader(x, y.headers[x]);
|
|
4206
4206
|
if (y.beforeSend && (y.beforeSend.call(S, U, y) === !1 || l))
|
|
4207
4207
|
return U.abort();
|
|
4208
|
-
if (Te = "abort", _.add(y.complete), U.done(y.success), U.fail(y.error), i =
|
|
4208
|
+
if (Te = "abort", _.add(y.complete), U.done(y.success), U.fail(y.error), i = ji(Wt, y, t, U), !i)
|
|
4209
4209
|
Fe(-1, "No Transport");
|
|
4210
4210
|
else {
|
|
4211
4211
|
if (U.readyState = 1, h && P.trigger("ajaxSend", [U, y]), l)
|
|
@@ -4316,9 +4316,9 @@ function Cr() {
|
|
|
4316
4316
|
// trac-1450: sometimes IE returns 1223 when it should be 204
|
|
4317
4317
|
1223: 204
|
|
4318
4318
|
}, at = r.ajaxSettings.xhr();
|
|
4319
|
-
|
|
4319
|
+
j.cors = !!at && "withCredentials" in at, j.ajax = at = !!at, r.ajaxTransport(function(e) {
|
|
4320
4320
|
var t, i;
|
|
4321
|
-
if (
|
|
4321
|
+
if (j.cors || at && !e.crossDomain)
|
|
4322
4322
|
return {
|
|
4323
4323
|
send: function(n, s) {
|
|
4324
4324
|
var o, u = e.xhr();
|
|
@@ -4414,7 +4414,7 @@ function Cr() {
|
|
|
4414
4414
|
}, i.always(function() {
|
|
4415
4415
|
s === void 0 ? r(a).removeProp(n) : a[n] = s, e[n] && (e.jsonpCallback = t.jsonpCallback, Hi.push(n)), o && W(s) && s(o[0]), o = s = void 0;
|
|
4416
4416
|
}), "script";
|
|
4417
|
-
}),
|
|
4417
|
+
}), j.createHTMLDocument = (function() {
|
|
4418
4418
|
var e = L.implementation.createHTMLDocument("").body;
|
|
4419
4419
|
return e.innerHTML = "<form></form><form></form>", e.childNodes.length === 2;
|
|
4420
4420
|
})(), r.parseHTML = function(e, t, i) {
|
|
@@ -4422,7 +4422,7 @@ function Cr() {
|
|
|
4422
4422
|
return [];
|
|
4423
4423
|
typeof t == "boolean" && (i = t, t = !1);
|
|
4424
4424
|
var n, s, o;
|
|
4425
|
-
return t || (
|
|
4425
|
+
return t || (j.createHTMLDocument ? (t = L.implementation.createHTMLDocument(""), n = t.createElement("base"), n.href = L.location.href, t.head.appendChild(n)) : t = L), s = ii.exec(e), o = !i && [], s ? [t.createElement(s[1])] : (s = di([e], t, o), o && o.length && r(o).remove(), r.merge([], s.childNodes));
|
|
4426
4426
|
}, r.fn.load = function(e, t, i) {
|
|
4427
4427
|
var n, s, o, u = this, c = e.indexOf(" ");
|
|
4428
4428
|
return c > -1 && (n = He(e.slice(c)), e = e.slice(0, c)), W(t) ? (i = t, t = void 0) : t && typeof t == "object" && (s = "POST"), u.length > 0 && r.ajax({
|
|
@@ -4502,7 +4502,7 @@ function Cr() {
|
|
|
4502
4502
|
return this.map(function() {
|
|
4503
4503
|
for (var e = this.offsetParent; e && r.css(e, "position") === "static"; )
|
|
4504
4504
|
e = e.offsetParent;
|
|
4505
|
-
return e ||
|
|
4505
|
+
return e || je;
|
|
4506
4506
|
});
|
|
4507
4507
|
}
|
|
4508
4508
|
}), r.each({ scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function(e, t) {
|
|
@@ -4520,7 +4520,7 @@ function Cr() {
|
|
|
4520
4520
|
};
|
|
4521
4521
|
}), r.each(["top", "left"], function(e, t) {
|
|
4522
4522
|
r.cssHooks[t] = vi(
|
|
4523
|
-
|
|
4523
|
+
j.pixelPosition,
|
|
4524
4524
|
function(i, n) {
|
|
4525
4525
|
if (n)
|
|
4526
4526
|
return n = rt(i, t), It.test(n) ? r(i).position()[t] + "px" : n;
|