mn-video-player 1.1.9 → 1.2.1

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.
@@ -171,10 +171,10 @@ class Jn {
171
171
  $,
172
172
  this.option.sampleRate
173
173
  );
174
- let F, re, Z, te, he;
174
+ let F, re, Z, ie, he;
175
175
  for (re = 0; re < this.option.channels; re++)
176
- for (F = M.getChannelData(re), Z = re, he = 50, te = 0; te < $; te++)
177
- F[te] = k[Z], te < 50 && (F[te] = F[te] * te / 50), te >= $ - 51 && (F[te] = F[te] * he-- / 50), Z += this.option.channels;
176
+ for (F = M.getChannelData(re), Z = re, he = 50, ie = 0; ie < $; ie++)
177
+ F[ie] = k[Z], ie < 50 && (F[ie] = F[ie] * ie / 50), ie >= $ - 51 && (F[ie] = F[ie] * he-- / 50), Z += this.option.channels;
178
178
  let j;
179
179
  p[0].timestamp !== null ? j = Math.max(p[0].timestamp, this.startTime) : j = Math.max(a, this.startTime), D.buffer = M, D.connect(this.gainNode), D.playbackRate.value = this.playbackRate;
180
180
  const W = {
@@ -214,14 +214,14 @@ class Jn {
214
214
  D[F] = a[M], F < 50 && (D[F] = D[F] * F / 50), F >= k - 51 && (D[F] = D[F] * re-- / 50), M += this.option.channels;
215
215
  let Z;
216
216
  p !== null ? this.baseTime !== null ? Z = this.baseAudioTime + (p - this.baseTime) : Z = this.audioCtx.currentTime : Z = Math.max(this.audioCtx.currentTime, this.startTime), y.buffer = w, y.connect(this.gainNode), y.playbackRate.value = this.playbackRate;
217
- const te = {
217
+ const ie = {
218
218
  bufferSource: y,
219
219
  buffer: w,
220
220
  startTime: Z,
221
221
  endTime: Z + w.duration / this.playbackRate,
222
222
  rawData: [{ data: a, timestamp: p }]
223
223
  };
224
- this.playingBuffers.push(te), y.onended = () => {
224
+ this.playingBuffers.push(ie), y.onended = () => {
225
225
  const he = this.playingBuffers.findIndex((j) => j.bufferSource === y);
226
226
  he !== -1 && this.playingBuffers.splice(he, 1);
227
227
  }, y.start(Z), this.startTime = Z + w.duration / this.playbackRate;
@@ -234,7 +234,7 @@ class Jn {
234
234
  }
235
235
  }
236
236
  console.log("innercommon");
237
- const Kn = 2, Zn = 1, er = 3, tr = 4, ir = 5, nr = 6, rr = 7, or = 9, sr = 10, ar = 11, ur = 12, lr = 13, fr = 2, cr = 4, hr = 5, dr = 6, pr = 7, gr = 8, yr = 13, mr = 14, vr = 15, xr = 16;
237
+ const Kn = 2, Zn = 1, er = 3, tr = 4, ir = 5, nr = 6, rr = 7, sr = 9, or = 10, ar = 11, ur = 12, lr = 13, fr = 2, cr = 4, hr = 5, dr = 6, pr = 7, gr = 8, yr = 13, mr = 14, vr = 15, xr = 16;
238
238
  class br {
239
239
  constructor(a) {
240
240
  this.module = a;
@@ -264,8 +264,8 @@ const G = {
264
264
  kOpenStreamReq: ir,
265
265
  kCloseStreamReq: nr,
266
266
  kEnableAudioReq: rr,
267
- kSwitchStreamReq: or,
268
- kFastForward: sr,
267
+ kSwitchStreamReq: sr,
268
+ kFastForward: or,
269
269
  kRecorderSpeakReq: ar,
270
270
  kRecorderTalkReq: ur,
271
271
  kReplayReq: lr,
@@ -291,7 +291,7 @@ function Bi(R) {
291
291
  }
292
292
  console.log("MnWorker", Bi);
293
293
  const Wi = 0, Jt = 2, Kt = 0, ct = 1, Ct = 2;
294
- class ie {
294
+ class ee {
295
295
  static host = "";
296
296
  static port = 0;
297
297
  static deviceType = "1";
@@ -382,7 +382,7 @@ class ie {
382
382
  a.onVideoFrame(y), y.ti && (console.log(
383
383
  "时间",
384
384
  new Date(y.ti - 1e3 * 60 * 60 * 8).getTime()
385
- ), ie.timeCallback && typeof ie.timeCallback == "function" && ie.timeCallback(
385
+ ), ee.timeCallback && typeof ee.timeCallback == "function" && ee.timeCallback(
386
386
  new Date(y.ti - 1e3 * 60 * 60 * 8).getTime()
387
387
  ));
388
388
  break;
@@ -403,13 +403,13 @@ class ie {
403
403
  }, this.mnWorker.postMessage({
404
404
  t: G.kOpenDecoderReq,
405
405
  renderMode: this.renderMode,
406
- host: ie.host,
407
- port: ie.port,
408
- userId: ie.userId,
409
- tenantId: ie.tenantId,
410
- token: ie.token,
411
- deviceType: ie.deviceType,
412
- ws: ie.ws,
406
+ host: ee.host,
407
+ port: ee.port,
408
+ userId: ee.userId,
409
+ tenantId: ee.tenantId,
410
+ token: ee.token,
411
+ deviceType: ee.deviceType,
412
+ ws: ee.ws,
413
413
  phone: this.phone,
414
414
  channel: this.channel,
415
415
  lang: this.lang
@@ -495,7 +495,9 @@ class ie {
495
495
  let a = {
496
496
  t: G.kResumeDecodingReq
497
497
  };
498
- this.mnWorker.postMessage(a), this.playerState = ct;
498
+ this.mnWorker.postMessage(a), this.playerState = ct, this.beginTime || (this.intervalTimer = setInterval(() => {
499
+ this.drawOne();
500
+ }, 33));
499
501
  }
500
502
  /**
501
503
  * 暂停播放
@@ -794,7 +796,7 @@ class ie {
794
796
  const a = this.canvas.getContext("2d");
795
797
  if (!a || this.frameCache.length < 5) return;
796
798
  const p = this.frameCache.shift();
797
- p && (a.drawImage(p, 0, 0, this.canvas.width, this.canvas.height), p.close());
799
+ p && (a.drawImage(p, 0, 0, this.canvas.width, this.canvas.height), ee.timeCallback && typeof ee.timeCallback == "function" && ee.timeCallback(p.timestamp / 1e3 - 480 * 60 * 1e3), p.close());
798
800
  }
799
801
  /**
800
802
  * 处理解码器错误
@@ -861,8 +863,8 @@ class ie {
861
863
  if (M === -1) break;
862
864
  let F = a[M + 2] === 1 ? 3 : 4, re = M + F, Z = k(re);
863
865
  Z === -1 && (Z = a.length);
864
- const te = a.subarray(re, Z), he = te[0] >> 1 & 63;
865
- (he === 32 || he === 33 || he === 34) && p.push({ type: he, data: te }), y = Z;
866
+ const ie = a.subarray(re, Z), he = ie[0] >> 1 & 63;
867
+ (he === 32 || he === 33 || he === 34) && p.push({ type: he, data: ie }), y = Z;
866
868
  }
867
869
  const w = p.find((M) => M.type === 32)?.data, D = p.find((M) => M.type === 33)?.data, $ = p.find((M) => M.type === 34)?.data;
868
870
  return { vps: w, sps: D, pps: $ };
@@ -922,8 +924,8 @@ class ie {
922
924
  if (console.log("type", k), k === "unknown") return;
923
925
  if (k == "h264") {
924
926
  let $ = function(F) {
925
- const re = F[1], Z = F[2], te = F[3];
926
- return `avc1.${re.toString(16).padStart(2, "0")}${Z.toString(16).padStart(2, "0")}${te.toString(16).padStart(2, "0")}`;
927
+ const re = F[1], Z = F[2], ie = F[3];
928
+ return `avc1.${re.toString(16).padStart(2, "0")}${Z.toString(16).padStart(2, "0")}${ie.toString(16).padStart(2, "0")}`;
927
929
  };
928
930
  this.frameType = "h264";
929
931
  const { sps: w, pps: D } = this.extractSpsPps(a);
@@ -967,7 +969,7 @@ class ie {
967
969
  duration: w
968
970
  // 假设30fps,约33.33ms
969
971
  });
970
- console.log("输入界面帧", p, y), this.videoDecoder.decode(D);
972
+ this.videoDecoder.decode(D);
971
973
  } else {
972
974
  let k = 33333;
973
975
  const w = new EncodedVideoChunk({
@@ -1031,7 +1033,7 @@ function Cr() {
1031
1033
  return y.flat.call(e);
1032
1034
  } : function(e) {
1033
1035
  return y.concat.apply([], e);
1034
- }, $ = y.push, M = y.indexOf, F = {}, re = F.toString, Z = F.hasOwnProperty, te = Z.toString, he = te.call(Object), j = {}, W = function(t) {
1036
+ }, $ = y.push, M = y.indexOf, F = {}, re = F.toString, Z = F.hasOwnProperty, ie = Z.toString, he = ie.call(Object), j = {}, W = function(t) {
1035
1037
  return typeof t == "function" && typeof t.nodeType != "number" && typeof t.item != "function";
1036
1038
  }, Ne = function(t) {
1037
1039
  return t != null && t === t.window;
@@ -1043,11 +1045,11 @@ function Cr() {
1043
1045
  };
1044
1046
  function Ke(e, t, i) {
1045
1047
  i = i || L;
1046
- var n, o, s = i.createElement("script");
1047
- if (s.text = e, t)
1048
+ var n, s, o = i.createElement("script");
1049
+ if (o.text = e, t)
1048
1050
  for (n in Le)
1049
- o = t[n] || t.getAttribute && t.getAttribute(n), o && s.setAttribute(n, o);
1050
- i.head.appendChild(s).parentNode.removeChild(s);
1051
+ s = t[n] || t.getAttribute && t.getAttribute(n), s && o.setAttribute(n, s);
1052
+ i.head.appendChild(o).parentNode.removeChild(o);
1051
1053
  }
1052
1054
  function We(e) {
1053
1055
  return e == null ? e + "" : typeof e == "object" || typeof e == "function" ? F[re.call(e)] || "object" : typeof e;
@@ -1116,11 +1118,11 @@ function Cr() {
1116
1118
  sort: y.sort,
1117
1119
  splice: y.splice
1118
1120
  }, r.extend = r.fn.extend = function() {
1119
- var e, t, i, n, o, s, u = arguments[0] || {}, c = 1, f = arguments.length, d = !1;
1121
+ var e, t, i, n, s, o, u = arguments[0] || {}, c = 1, f = arguments.length, d = !1;
1120
1122
  for (typeof u == "boolean" && (d = u, u = arguments[c] || {}, c++), typeof u != "object" && !W(u) && (u = {}), c === f && (u = this, c--); c < f; c++)
1121
1123
  if ((e = arguments[c]) != null)
1122
1124
  for (t in e)
1123
- n = e[t], !(t === "__proto__" || u === n) && (d && n && (r.isPlainObject(n) || (o = Array.isArray(n))) ? (i = u[t], o && !Array.isArray(i) ? s = [] : !o && !r.isPlainObject(i) ? s = {} : s = i, o = !1, u[t] = r.extend(d, s, n)) : n !== void 0 && (u[t] = n));
1125
+ n = e[t], !(t === "__proto__" || u === n) && (d && n && (r.isPlainObject(n) || (s = Array.isArray(n))) ? (i = u[t], s && !Array.isArray(i) ? o = [] : !s && !r.isPlainObject(i) ? o = {} : o = i, s = !1, u[t] = r.extend(d, o, n)) : n !== void 0 && (u[t] = n));
1124
1126
  return u;
1125
1127
  }, r.extend({
1126
1128
  // Unique for each copy of jQuery on the page
@@ -1134,7 +1136,7 @@ function Cr() {
1134
1136
  },
1135
1137
  isPlainObject: function(e) {
1136
1138
  var t, i;
1137
- return !e || re.call(e) !== "[object Object]" ? !1 : (t = k(e), t ? (i = Z.call(t, "constructor") && t.constructor, typeof i == "function" && te.call(i) === he) : !0);
1139
+ return !e || re.call(e) !== "[object Object]" ? !1 : (t = k(e), t ? (i = Z.call(t, "constructor") && t.constructor, typeof i == "function" && ie.call(i) === he) : !0);
1138
1140
  },
1139
1141
  isEmptyObject: function(e) {
1140
1142
  var t;
@@ -1160,11 +1162,11 @@ function Cr() {
1160
1162
  },
1161
1163
  // Retrieve the text value of an array of DOM nodes
1162
1164
  text: function(e) {
1163
- var t, i = "", n = 0, o = e.nodeType;
1164
- if (!o)
1165
+ var t, i = "", n = 0, s = e.nodeType;
1166
+ if (!s)
1165
1167
  for (; t = e[n++]; )
1166
1168
  i += r.text(t);
1167
- return o === 1 || o === 11 ? e.textContent : o === 9 ? e.documentElement.textContent : o === 3 || o === 4 ? e.nodeValue : i;
1169
+ return s === 1 || s === 11 ? e.textContent : s === 9 ? e.documentElement.textContent : s === 3 || s === 4 ? e.nodeValue : i;
1168
1170
  },
1169
1171
  // results is for internal usage only
1170
1172
  makeArray: function(e, t) {
@@ -1184,24 +1186,24 @@ function Cr() {
1184
1186
  // Support: Android <=4.0 only, PhantomJS 1 only
1185
1187
  // push.apply(_, arraylike) throws on ancient WebKit
1186
1188
  merge: function(e, t) {
1187
- for (var i = +t.length, n = 0, o = e.length; n < i; n++)
1188
- e[o++] = t[n];
1189
- return e.length = o, e;
1189
+ for (var i = +t.length, n = 0, s = e.length; n < i; n++)
1190
+ e[s++] = t[n];
1191
+ return e.length = s, e;
1190
1192
  },
1191
1193
  grep: function(e, t, i) {
1192
- for (var n, o = [], s = 0, u = e.length, c = !i; s < u; s++)
1193
- n = !t(e[s], s), n !== c && o.push(e[s]);
1194
- return o;
1194
+ for (var n, s = [], o = 0, u = e.length, c = !i; o < u; o++)
1195
+ n = !t(e[o], o), n !== c && s.push(e[o]);
1196
+ return s;
1195
1197
  },
1196
1198
  // arg is for internal usage only
1197
1199
  map: function(e, t, i) {
1198
- var n, o, s = 0, u = [];
1200
+ var n, s, o = 0, u = [];
1199
1201
  if (Et(e))
1200
- for (n = e.length; s < n; s++)
1201
- o = t(e[s], s, i), o != null && u.push(o);
1202
+ for (n = e.length; o < n; o++)
1203
+ s = t(e[o], o, i), s != null && u.push(s);
1202
1204
  else
1203
- for (s in e)
1204
- o = t(e[s], s, i), o != null && u.push(o);
1205
+ for (o in e)
1206
+ s = t(e[o], o, i), s != null && u.push(s);
1205
1207
  return D(u);
1206
1208
  },
1207
1209
  // A global GUID counter for objects
@@ -1241,11 +1243,11 @@ function Cr() {
1241
1243
  };
1242
1244
  var ke = L, At = $;
1243
1245
  (function() {
1244
- var e, t, i, n, o, s = At, u, c, f, d, x, T = r.expando, m = 0, S = 0, H = bt(), z = bt(), _ = bt(), oe = bt(), ne = function(l, h) {
1245
- return l === h && (o = !0), 0;
1246
+ var e, t, i, n, s, o = At, u, c, f, d, x, T = r.expando, m = 0, S = 0, P = bt(), z = bt(), _ = bt(), se = bt(), ne = function(l, h) {
1247
+ return l === h && (s = !0), 0;
1246
1248
  }, be = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", Te = "(?:\\\\[\\da-fA-F]{1,6}" + Q + "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", U = "\\[" + Q + "*(" + Te + ")(?:" + Q + // Operator (capture 2)
1247
1249
  "*([*^$|!~]?=)" + Q + // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]"
1248
- `*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(` + Te + "))|)" + Q + "*\\]", Fe = ":(" + Te + `)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|` + U + ")*)|.*)\\)|)", X = new RegExp(Q + "+", "g"), ee = new RegExp("^" + Q + "*," + Q + "*"), ut = new RegExp("^" + Q + "*([>+~]|" + Q + ")" + Q + "*"), Ut = new RegExp(Q + "|>"), we = new RegExp(Fe), lt = new RegExp("^" + Te + "$"), Se = {
1250
+ `*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(` + Te + "))|)" + Q + "*\\]", Fe = ":(" + Te + `)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|` + U + ")*)|.*)\\)|)", X = new RegExp(Q + "+", "g"), te = new RegExp("^" + Q + "*," + Q + "*"), ut = new RegExp("^" + Q + "*([>+~]|" + Q + ")" + Q + "*"), Ut = new RegExp(Q + "|>"), we = new RegExp(Fe), lt = new RegExp("^" + Te + "$"), Se = {
1249
1251
  ID: new RegExp("^#(" + Te + ")"),
1250
1252
  CLASS: new RegExp("^\\.(" + Te + ")"),
1251
1253
  TAG: new RegExp("^(" + Te + "|[*])"),
@@ -1277,12 +1279,12 @@ function Cr() {
1277
1279
  }
1278
1280
  }
1279
1281
  try {
1280
- s.apply(
1282
+ o.apply(
1281
1283
  y = w.call(ke.childNodes),
1282
1284
  ke.childNodes
1283
1285
  ), y[ke.childNodes.length].nodeType;
1284
1286
  } catch {
1285
- s = {
1287
+ o = {
1286
1288
  apply: function(h, g) {
1287
1289
  At.apply(h, w.call(g));
1288
1290
  },
@@ -1292,7 +1294,7 @@ function Cr() {
1292
1294
  };
1293
1295
  }
1294
1296
  function Y(l, h, g, v) {
1295
- var b, C, E, N, A, B, P, O = h && h.ownerDocument, V = h ? h.nodeType : 9;
1297
+ var b, C, E, N, A, B, H, O = h && h.ownerDocument, V = h ? h.nodeType : 9;
1296
1298
  if (g = g || [], typeof l != "string" || !l || V !== 1 && V !== 9 && V !== 11)
1297
1299
  return g;
1298
1300
  if (!v && (qe(h), h = h || u, f)) {
@@ -1301,30 +1303,30 @@ function Cr() {
1301
1303
  if (V === 9)
1302
1304
  if (E = h.getElementById(b)) {
1303
1305
  if (E.id === b)
1304
- return s.call(g, E), g;
1306
+ return o.call(g, E), g;
1305
1307
  } else
1306
1308
  return g;
1307
1309
  else if (O && (E = O.getElementById(b)) && Y.contains(h, E) && E.id === b)
1308
- return s.call(g, E), g;
1310
+ return o.call(g, E), g;
1309
1311
  } else {
1310
1312
  if (A[2])
1311
- return s.apply(g, h.getElementsByTagName(l)), g;
1313
+ return o.apply(g, h.getElementsByTagName(l)), g;
1312
1314
  if ((b = A[3]) && h.getElementsByClassName)
1313
- return s.apply(g, h.getElementsByClassName(b)), g;
1315
+ return o.apply(g, h.getElementsByClassName(b)), g;
1314
1316
  }
1315
- if (!oe[l + " "] && (!d || !d.test(l))) {
1316
- if (P = l, O = h, V === 1 && (Ut.test(l) || ut.test(l))) {
1317
+ if (!se[l + " "] && (!d || !d.test(l))) {
1318
+ if (H = l, O = h, V === 1 && (Ut.test(l) || ut.test(l))) {
1317
1319
  for (O = $t.test(l) && zt(h.parentNode) || h, (O != h || !j.scope) && ((N = h.getAttribute("id")) ? N = r.escapeSelector(N) : h.setAttribute("id", N = T)), B = ft(l), C = B.length; C--; )
1318
1320
  B[C] = (N ? "#" + N : ":scope") + " " + Tt(B[C]);
1319
- P = B.join(",");
1321
+ H = B.join(",");
1320
1322
  }
1321
1323
  try {
1322
- return s.apply(
1324
+ return o.apply(
1323
1325
  g,
1324
- O.querySelectorAll(P)
1326
+ O.querySelectorAll(H)
1325
1327
  ), g;
1326
1328
  } catch {
1327
- oe(l, !0);
1329
+ se(l, !0);
1328
1330
  } finally {
1329
1331
  N === T && h.removeAttribute("id");
1330
1332
  }
@@ -1362,7 +1364,7 @@ function Cr() {
1362
1364
  return (K(h, "input") || K(h, "button")) && h.type === l;
1363
1365
  };
1364
1366
  }
1365
- function Hi(l) {
1367
+ function Pi(l) {
1366
1368
  return function(h) {
1367
1369
  return "form" in h ? h.parentNode && h.disabled === !1 ? "label" in h ? "label" in h.parentNode ? h.parentNode.disabled === l : h.disabled === l : h.isDisabled === l || // Where there is no isDisabled, check manually
1368
1370
  h.isDisabled !== !l && $n(h) === l : h.disabled === l : "label" in h ? h.disabled === l : !1;
@@ -1435,7 +1437,7 @@ function Cr() {
1435
1437
  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 || d.push("\\[" + Q + "*(?:value|" + be + ")"), v.querySelectorAll("[id~=" + T + "-]").length || d.push("~="), v.querySelectorAll("a#" + T + "+*").length || d.push(".#.+[+~]"), v.querySelectorAll(":checked").length || d.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 && d.push(":enabled", ":disabled"), b = u.createElement("input"), b.setAttribute("name", ""), v.appendChild(b), v.querySelectorAll("[name='']").length || d.push("\\[" + Q + "*name" + Q + "*=" + Q + `*(?:''|"")`);
1436
1438
  }), j.cssHas || d.push(":has"), d = d.length && new RegExp(d.join("|")), ne = function(v, b) {
1437
1439
  if (v === b)
1438
- return o = !0, 0;
1440
+ return s = !0, 0;
1439
1441
  var C = !v.compareDocumentPosition - !b.compareDocumentPosition;
1440
1442
  return C || (C = (v.ownerDocument || v) == (b.ownerDocument || b) ? v.compareDocumentPosition(b) : (
1441
1443
  // Otherwise we know they are disconnected
@@ -1446,7 +1448,7 @@ function Cr() {
1446
1448
  Y.matches = function(l, h) {
1447
1449
  return Y(l, null, null, h);
1448
1450
  }, Y.matchesSelector = function(l, h) {
1449
- if (qe(l), f && !oe[h + " "] && (!d || !d.test(h)))
1451
+ if (qe(l), f && !se[h + " "] && (!d || !d.test(h)))
1450
1452
  try {
1451
1453
  var g = x.call(l, h);
1452
1454
  if (g || j.disconnectedMatch || // As well, disconnected nodes are said to be in a document
@@ -1454,7 +1456,7 @@ function Cr() {
1454
1456
  l.document && l.document.nodeType !== 11)
1455
1457
  return g;
1456
1458
  } catch {
1457
- oe(h, !0);
1459
+ se(h, !0);
1458
1460
  }
1459
1461
  return Y(h, u, null, [l]).length > 0;
1460
1462
  }, Y.contains = function(l, h) {
@@ -1467,7 +1469,7 @@ function Cr() {
1467
1469
  throw new Error("Syntax error, unrecognized expression: " + l);
1468
1470
  }, r.uniqueSort = function(l) {
1469
1471
  var h, g = [], v = 0, b = 0;
1470
- if (o = !j.sortStable, n = !j.sortStable && w.call(l, 0), $i.call(l, ne), o) {
1472
+ if (s = !j.sortStable, n = !j.sortStable && w.call(l, 0), $i.call(l, ne), s) {
1471
1473
  for (; h = l[b++]; )
1472
1474
  h === l[b] && (v = g.push(b));
1473
1475
  for (; v--; )
@@ -1513,8 +1515,8 @@ function Cr() {
1513
1515
  };
1514
1516
  },
1515
1517
  CLASS: function(l) {
1516
- var h = H[l + " "];
1517
- return h || (h = new RegExp("(^|" + Q + ")" + l + "(" + Q + "|$)")) && H(l, function(g) {
1518
+ var h = P[l + " "];
1519
+ return h || (h = new RegExp("(^|" + Q + ")" + l + "(" + Q + "|$)")) && P(l, function(g) {
1518
1520
  return h.test(
1519
1521
  typeof g.className == "string" && g.className || typeof g.getAttribute < "u" && g.getAttribute("class") || ""
1520
1522
  );
@@ -1533,27 +1535,27 @@ function Cr() {
1533
1535
  function(A) {
1534
1536
  return !!A.parentNode;
1535
1537
  }
1536
- ) : function(A, B, P) {
1537
- var O, V, q, J, ce, se = C !== E ? "nextSibling" : "previousSibling", ge = A.parentNode, Ce = N && A.nodeName.toLowerCase(), Qe = !P && !N, ae = !1;
1538
+ ) : function(A, B, H) {
1539
+ var O, V, q, J, ce, oe = C !== E ? "nextSibling" : "previousSibling", ge = A.parentNode, Ce = N && A.nodeName.toLowerCase(), Qe = !H && !N, ae = !1;
1538
1540
  if (ge) {
1539
1541
  if (C) {
1540
- for (; se; ) {
1541
- for (q = A; q = q[se]; )
1542
+ for (; oe; ) {
1543
+ for (q = A; q = q[oe]; )
1542
1544
  if (N ? K(q, Ce) : q.nodeType === 1)
1543
1545
  return !1;
1544
- ce = se = l === "only" && !ce && "nextSibling";
1546
+ ce = oe = l === "only" && !ce && "nextSibling";
1545
1547
  }
1546
1548
  return !0;
1547
1549
  }
1548
1550
  if (ce = [E ? ge.firstChild : ge.lastChild], E && Qe) {
1549
- for (V = ge[T] || (ge[T] = {}), O = V[l] || [], J = O[0] === m && O[1], ae = J && O[2], q = J && ge.childNodes[J]; q = ++J && q && q[se] || // Fallback to seeking `elem` from the start
1551
+ for (V = ge[T] || (ge[T] = {}), O = V[l] || [], J = O[0] === m && O[1], ae = J && O[2], q = J && ge.childNodes[J]; q = ++J && q && q[oe] || // Fallback to seeking `elem` from the start
1550
1552
  (ae = J = 0) || ce.pop(); )
1551
1553
  if (q.nodeType === 1 && ++ae && q === A) {
1552
1554
  V[l] = [m, J, ae];
1553
1555
  break;
1554
1556
  }
1555
1557
  } else if (Qe && (V = A[T] || (A[T] = {}), O = V[l] || [], J = O[0] === m && O[1], ae = J), ae === !1)
1556
- for (; (q = ++J && q && q[se] || (ae = J = 0) || ce.pop()) && !((N ? K(q, Ce) : q.nodeType === 1) && ++ae && (Qe && (V = q[T] || (q[T] = {}), V[l] = [m, ae]), q === A)); )
1558
+ for (; (q = ++J && q && q[oe] || (ae = J = 0) || ce.pop()) && !((N ? K(q, Ce) : q.nodeType === 1) && ++ae && (Qe && (V = q[T] || (q[T] = {}), V[l] = [m, ae]), q === A)); )
1557
1559
  ;
1558
1560
  return ae -= b, ae === v || ae % v === 0 && ae / v >= 0;
1559
1561
  }
@@ -1574,8 +1576,8 @@ function Cr() {
1574
1576
  not: me(function(l) {
1575
1577
  var h = [], g = [], v = Qt(l.replace(Ze, "$1"));
1576
1578
  return v[T] ? me(function(b, C, E, N) {
1577
- for (var A, B = v(b, null, N, []), P = b.length; P--; )
1578
- (A = B[P]) && (b[P] = !(C[P] = A));
1579
+ for (var A, B = v(b, null, N, []), H = b.length; H--; )
1580
+ (A = B[H]) && (b[H] = !(C[H] = A));
1579
1581
  }) : function(b, C, E) {
1580
1582
  return h[0] = b, v(h, null, E, g), h[0] = null, !g.pop();
1581
1583
  };
@@ -1619,8 +1621,8 @@ function Cr() {
1619
1621
  return l === zn() && u.hasFocus() && !!(l.type || l.href || ~l.tabIndex);
1620
1622
  },
1621
1623
  // Boolean properties
1622
- enabled: Hi(!1),
1623
- disabled: Hi(!0),
1624
+ enabled: Pi(!1),
1625
+ disabled: Pi(!0),
1624
1626
  checked: function(l) {
1625
1627
  return K(l, "input") && !!l.checked || K(l, "option") && !!l.selected;
1626
1628
  },
@@ -1699,7 +1701,7 @@ function Cr() {
1699
1701
  if (B)
1700
1702
  return h ? 0 : B.slice(0);
1701
1703
  for (E = l, N = [], A = t.preFilter; E; ) {
1702
- (!g || (v = ee.exec(E))) && (v && (E = E.slice(v[0].length) || E), N.push(b = [])), g = !1, (v = ut.exec(E)) && (g = v.shift(), b.push({
1704
+ (!g || (v = te.exec(E))) && (v && (E = E.slice(v[0].length) || E), N.push(b = [])), g = !1, (v = ut.exec(E)) && (g = v.shift(), b.push({
1703
1705
  value: g,
1704
1706
  // Cast descendant combinators to space
1705
1707
  type: v[0].replace(Ze, " ")
@@ -1727,19 +1729,19 @@ function Cr() {
1727
1729
  var v = h.dir, b = h.next, C = b || v, E = g && C === "parentNode", N = S++;
1728
1730
  return h.first ? (
1729
1731
  // Check against closest ancestor/preceding element
1730
- function(A, B, P) {
1732
+ function(A, B, H) {
1731
1733
  for (; A = A[v]; )
1732
1734
  if (A.nodeType === 1 || E)
1733
- return l(A, B, P);
1735
+ return l(A, B, H);
1734
1736
  return !1;
1735
1737
  }
1736
1738
  ) : (
1737
1739
  // Check against all ancestor/preceding elements
1738
- function(A, B, P) {
1740
+ function(A, B, H) {
1739
1741
  var O, V, q = [m, N];
1740
- if (P) {
1742
+ if (H) {
1741
1743
  for (; A = A[v]; )
1742
- if ((A.nodeType === 1 || E) && l(A, B, P))
1744
+ if ((A.nodeType === 1 || E) && l(A, B, H))
1743
1745
  return !0;
1744
1746
  } else
1745
1747
  for (; A = A[v]; )
@@ -1749,7 +1751,7 @@ function Cr() {
1749
1751
  else {
1750
1752
  if ((O = V[C]) && O[0] === m && O[1] === N)
1751
1753
  return q[2] = O[2];
1752
- if (V[C] = q, q[2] = l(A, B, P))
1754
+ if (V[C] = q, q[2] = l(A, B, H))
1753
1755
  return !0;
1754
1756
  }
1755
1757
  return !1;
@@ -1776,34 +1778,34 @@ function Cr() {
1776
1778
  }
1777
1779
  function Gt(l, h, g, v, b, C) {
1778
1780
  return v && !v[T] && (v = Gt(v)), b && !b[T] && (b = Gt(b, C)), me(function(E, N, A, B) {
1779
- var P, O, V, q, J = [], ce = [], se = N.length, ge = E || Yn(
1781
+ var H, O, V, q, J = [], ce = [], oe = N.length, ge = E || Yn(
1780
1782
  h || "*",
1781
1783
  A.nodeType ? [A] : A,
1782
1784
  []
1783
1785
  ), Ce = l && (E || !h) ? St(ge, J, l, A, B) : ge;
1784
- if (g ? (q = b || (E ? l : se || v) ? (
1786
+ if (g ? (q = b || (E ? l : oe || v) ? (
1785
1787
  // ...intermediate processing is necessary
1786
1788
  []
1787
1789
  ) : (
1788
1790
  // ...otherwise use results directly
1789
1791
  N
1790
1792
  ), g(Ce, q, A, B)) : q = Ce, v)
1791
- for (P = St(q, ce), v(P, [], A, B), O = P.length; O--; )
1792
- (V = P[O]) && (q[ce[O]] = !(Ce[ce[O]] = V));
1793
+ for (H = St(q, ce), v(H, [], A, B), O = H.length; O--; )
1794
+ (V = H[O]) && (q[ce[O]] = !(Ce[ce[O]] = V));
1793
1795
  if (E) {
1794
1796
  if (b || l) {
1795
1797
  if (b) {
1796
- for (P = [], O = q.length; O--; )
1797
- (V = q[O]) && P.push(Ce[O] = V);
1798
- b(null, q = [], P, B);
1798
+ for (H = [], O = q.length; O--; )
1799
+ (V = q[O]) && H.push(Ce[O] = V);
1800
+ b(null, q = [], H, B);
1799
1801
  }
1800
1802
  for (O = q.length; O--; )
1801
- (V = q[O]) && (P = b ? M.call(E, V) : J[O]) > -1 && (E[P] = !(N[P] = V));
1803
+ (V = q[O]) && (H = b ? M.call(E, V) : J[O]) > -1 && (E[H] = !(N[H] = V));
1802
1804
  }
1803
1805
  } else
1804
1806
  q = St(
1805
- q === N ? q.splice(se, q.length) : q
1806
- ), b ? b(null, N, q, B) : s.apply(N, q);
1807
+ q === N ? q.splice(oe, q.length) : q
1808
+ ), b ? b(null, N, q, B) : o.apply(N, q);
1807
1809
  });
1808
1810
  }
1809
1811
  function Yt(l) {
@@ -1811,18 +1813,18 @@ function Cr() {
1811
1813
  return O === h;
1812
1814
  }, E, !0), B = wt(function(O) {
1813
1815
  return M.call(h, O) > -1;
1814
- }, E, !0), P = [function(O, V, q) {
1816
+ }, E, !0), H = [function(O, V, q) {
1815
1817
  var J = !C && (q || V != i) || ((h = V).nodeType ? A(O, V, q) : B(O, V, q));
1816
1818
  return h = null, J;
1817
1819
  }]; N < b; N++)
1818
1820
  if (g = t.relative[l[N].type])
1819
- P = [wt(Xt(P), g)];
1821
+ H = [wt(Xt(H), g)];
1820
1822
  else {
1821
1823
  if (g = t.filter[l[N].type].apply(null, l[N].matches), g[T]) {
1822
1824
  for (v = ++N; v < b && !t.relative[l[v].type]; v++)
1823
1825
  ;
1824
1826
  return Gt(
1825
- N > 1 && Xt(P),
1827
+ N > 1 && Xt(H),
1826
1828
  N > 1 && Tt(
1827
1829
  // If the preceding token was a descendant combinator, insert an implicit any-element `*`
1828
1830
  l.slice(0, N - 1).concat({ value: l[N - 2].type === " " ? "*" : "" })
@@ -1833,34 +1835,34 @@ function Cr() {
1833
1835
  v < b && Tt(l)
1834
1836
  );
1835
1837
  }
1836
- P.push(g);
1838
+ H.push(g);
1837
1839
  }
1838
- return Xt(P);
1840
+ return Xt(H);
1839
1841
  }
1840
1842
  function Qn(l, h) {
1841
1843
  var g = h.length > 0, v = l.length > 0, b = function(C, E, N, A, B) {
1842
- var P, O, V, q = 0, J = "0", ce = C && [], se = [], ge = i, Ce = C || v && t.find.TAG("*", B), Qe = m += ge == null ? 1 : Math.random() || 0.1, ae = Ce.length;
1843
- for (B && (i = E == u || E || B); J !== ae && (P = Ce[J]) != null; J++) {
1844
- if (v && P) {
1845
- for (O = 0, !E && P.ownerDocument != u && (qe(P), N = !f); V = l[O++]; )
1846
- if (V(P, E || u, N)) {
1847
- s.call(A, P);
1844
+ var H, O, V, q = 0, J = "0", ce = C && [], oe = [], ge = i, Ce = C || v && t.find.TAG("*", B), Qe = m += ge == null ? 1 : Math.random() || 0.1, ae = Ce.length;
1845
+ for (B && (i = E == u || E || B); J !== ae && (H = Ce[J]) != null; J++) {
1846
+ if (v && H) {
1847
+ for (O = 0, !E && H.ownerDocument != u && (qe(H), N = !f); V = l[O++]; )
1848
+ if (V(H, E || u, N)) {
1849
+ o.call(A, H);
1848
1850
  break;
1849
1851
  }
1850
1852
  B && (m = Qe);
1851
1853
  }
1852
- g && ((P = !V && P) && q--, C && ce.push(P));
1854
+ g && ((H = !V && H) && q--, C && ce.push(H));
1853
1855
  }
1854
1856
  if (q += J, g && J !== q) {
1855
1857
  for (O = 0; V = h[O++]; )
1856
- V(ce, se, E, N);
1858
+ V(ce, oe, E, N);
1857
1859
  if (C) {
1858
1860
  if (q > 0)
1859
1861
  for (; J--; )
1860
- ce[J] || se[J] || (se[J] = Ui.call(A));
1861
- se = St(se);
1862
+ ce[J] || oe[J] || (oe[J] = Ui.call(A));
1863
+ oe = St(oe);
1862
1864
  }
1863
- s.apply(A, se), B && !C && se.length > 0 && q + h.length > 1 && r.uniqueSort(A);
1865
+ o.apply(A, oe), B && !C && oe.length > 0 && q + h.length > 1 && r.uniqueSort(A);
1864
1866
  }
1865
1867
  return B && (m = Qe, i = ge), ce;
1866
1868
  };
@@ -1879,9 +1881,9 @@ function Cr() {
1879
1881
  return C;
1880
1882
  }
1881
1883
  function Oi(l, h, g, v) {
1882
- var b, C, E, N, A, B = typeof l == "function" && l, P = !v && ft(l = B.selector || l);
1883
- if (g = g || [], P.length === 1) {
1884
- if (C = P[0] = P[0].slice(0), C.length > 2 && (E = C[0]).type === "ID" && h.nodeType === 9 && f && t.relative[C[1].type]) {
1884
+ var b, C, E, N, A, B = typeof l == "function" && l, H = !v && ft(l = B.selector || l);
1885
+ if (g = g || [], H.length === 1) {
1886
+ if (C = H[0] = H[0].slice(0), C.length > 2 && (E = C[0]).type === "ID" && h.nodeType === 9 && f && t.relative[C[1].type]) {
1885
1887
  if (h = (t.find.ID(
1886
1888
  E.matches[0].replace(De, Re),
1887
1889
  h
@@ -1896,11 +1898,11 @@ function Cr() {
1896
1898
  $t.test(C[0].type) && zt(h.parentNode) || h
1897
1899
  ))) {
1898
1900
  if (C.splice(b, 1), l = v.length && Tt(C), !l)
1899
- return s.apply(g, v), g;
1901
+ return o.apply(g, v), g;
1900
1902
  break;
1901
1903
  }
1902
1904
  }
1903
- return (B || Qt(l, P))(
1905
+ return (B || Qt(l, H))(
1904
1906
  v,
1905
1907
  h,
1906
1908
  !f,
@@ -1913,9 +1915,9 @@ function Cr() {
1913
1915
  }), r.find = Y, r.expr[":"] = r.expr.pseudos, r.unique = r.uniqueSort, Y.compile = Qt, Y.select = Oi, Y.setDocument = qe, Y.tokenize = ft, Y.escape = r.escapeSelector, Y.getText = r.text, Y.isXML = r.isXMLDoc, Y.selectors = r.expr, Y.support = r.support, Y.uniqueSort = r.uniqueSort;
1914
1916
  })();
1915
1917
  var _e = function(e, t, i) {
1916
- for (var n = [], o = i !== void 0; (e = e[t]) && e.nodeType !== 9; )
1918
+ for (var n = [], s = i !== void 0; (e = e[t]) && e.nodeType !== 9; )
1917
1919
  if (e.nodeType === 1) {
1918
- if (o && r(e).is(i))
1920
+ if (s && r(e).is(i))
1919
1921
  break;
1920
1922
  n.push(e);
1921
1923
  }
@@ -1926,8 +1928,8 @@ function Cr() {
1926
1928
  return i;
1927
1929
  }, ti = r.expr.match.needsContext, ii = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;
1928
1930
  function Dt(e, t, i) {
1929
- return W(t) ? r.grep(e, function(n, o) {
1930
- return !!t.call(n, o, n) !== i;
1931
+ return W(t) ? r.grep(e, function(n, s) {
1932
+ return !!t.call(n, s, n) !== i;
1931
1933
  }) : t.nodeType ? r.grep(e, function(n) {
1932
1934
  return n === t !== i;
1933
1935
  }) : typeof t != "string" ? r.grep(e, function(n) {
@@ -1936,20 +1938,20 @@ function Cr() {
1936
1938
  }
1937
1939
  r.filter = function(e, t, i) {
1938
1940
  var n = t[0];
1939
- return i && (e = ":not(" + e + ")"), t.length === 1 && n.nodeType === 1 ? r.find.matchesSelector(n, e) ? [n] : [] : r.find.matches(e, r.grep(t, function(o) {
1940
- return o.nodeType === 1;
1941
+ return i && (e = ":not(" + e + ")"), t.length === 1 && n.nodeType === 1 ? r.find.matchesSelector(n, e) ? [n] : [] : r.find.matches(e, r.grep(t, function(s) {
1942
+ return s.nodeType === 1;
1941
1943
  }));
1942
1944
  }, r.fn.extend({
1943
1945
  find: function(e) {
1944
- var t, i, n = this.length, o = this;
1946
+ var t, i, n = this.length, s = this;
1945
1947
  if (typeof e != "string")
1946
1948
  return this.pushStack(r(e).filter(function() {
1947
1949
  for (t = 0; t < n; t++)
1948
- if (r.contains(o[t], this))
1950
+ if (r.contains(s[t], this))
1949
1951
  return !0;
1950
1952
  }));
1951
1953
  for (i = this.pushStack([]), t = 0; t < n; t++)
1952
- r.find(e, o[t], i);
1954
+ r.find(e, s[t], i);
1953
1955
  return n > 1 ? r.uniqueSort(i) : i;
1954
1956
  },
1955
1957
  filter: function(e) {
@@ -1969,7 +1971,7 @@ function Cr() {
1969
1971
  }
1970
1972
  });
1971
1973
  var ni, Yi = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, Qi = r.fn.init = function(e, t, i) {
1972
- var n, o;
1974
+ var n, s;
1973
1975
  if (!e)
1974
1976
  return this;
1975
1977
  if (i = i || ni, typeof e == "string")
@@ -1984,7 +1986,7 @@ function Cr() {
1984
1986
  W(this[n]) ? this[n](t[n]) : this.attr(n, t[n]);
1985
1987
  return this;
1986
1988
  } else
1987
- return o = L.getElementById(n[2]), o && (this[0] = o, this.length = 1), this;
1989
+ return s = L.getElementById(n[2]), s && (this[0] = s, this.length = 1), this;
1988
1990
  else return !t || t.jquery ? (t || i).find(e) : this.constructor(t).find(e);
1989
1991
  else {
1990
1992
  if (e.nodeType)
@@ -2014,19 +2016,19 @@ function Cr() {
2014
2016
  });
2015
2017
  },
2016
2018
  closest: function(e, t) {
2017
- var i, n = 0, o = this.length, s = [], u = typeof e != "string" && r(e);
2019
+ var i, n = 0, s = this.length, o = [], u = typeof e != "string" && r(e);
2018
2020
  if (!ti.test(e)) {
2019
- for (; n < o; n++)
2021
+ for (; n < s; n++)
2020
2022
  for (i = this[n]; i && i !== t; i = i.parentNode)
2021
2023
  if (i.nodeType < 11 && (u ? u.index(i) > -1 : (
2022
2024
  // Don't pass non-elements to jQuery#find
2023
2025
  i.nodeType === 1 && r.find.matchesSelector(i, e)
2024
2026
  ))) {
2025
- s.push(i);
2027
+ o.push(i);
2026
2028
  break;
2027
2029
  }
2028
2030
  }
2029
- return this.pushStack(s.length > 1 ? r.uniqueSort(s) : s);
2031
+ return this.pushStack(o.length > 1 ? r.uniqueSort(o) : o);
2030
2032
  },
2031
2033
  // Determine the position of an element within the set
2032
2034
  index: function(e) {
@@ -2097,8 +2099,8 @@ function Cr() {
2097
2099
  }
2098
2100
  }, function(e, t) {
2099
2101
  r.fn[e] = function(i, n) {
2100
- var o = r.map(this, t, i);
2101
- return e.slice(-5) !== "Until" && (n = i), n && typeof n == "string" && (o = r.filter(n, o)), this.length > 1 && (Ki[e] || r.uniqueSort(o), Ji.test(e) && o.reverse()), this.pushStack(o);
2102
+ var s = r.map(this, t, i);
2103
+ return e.slice(-5) !== "Until" && (n = i), n && typeof n == "string" && (s = r.filter(n, s)), this.length > 1 && (Ki[e] || r.uniqueSort(s), Ji.test(e) && s.reverse()), this.pushStack(s);
2102
2104
  };
2103
2105
  });
2104
2106
  var ve = /[^\x20\t\r\n\f]+/g;
@@ -2110,57 +2112,57 @@ function Cr() {
2110
2112
  }
2111
2113
  r.Callbacks = function(e) {
2112
2114
  e = typeof e == "string" ? Zi(e) : r.extend({}, e);
2113
- var t, i, n, o, s = [], u = [], c = -1, f = function() {
2114
- for (o = o || e.once, n = t = !0; u.length; c = -1)
2115
- for (i = u.shift(); ++c < s.length; )
2116
- s[c].apply(i[0], i[1]) === !1 && e.stopOnFalse && (c = s.length, i = !1);
2117
- e.memory || (i = !1), t = !1, o && (i ? s = [] : s = "");
2115
+ var t, i, n, s, o = [], u = [], c = -1, f = function() {
2116
+ for (s = s || e.once, n = t = !0; u.length; c = -1)
2117
+ for (i = u.shift(); ++c < o.length; )
2118
+ o[c].apply(i[0], i[1]) === !1 && e.stopOnFalse && (c = o.length, i = !1);
2119
+ e.memory || (i = !1), t = !1, s && (i ? o = [] : o = "");
2118
2120
  }, d = {
2119
2121
  // Add a callback or a collection of callbacks to the list
2120
2122
  add: function() {
2121
- return s && (i && !t && (c = s.length - 1, u.push(i)), (function x(T) {
2123
+ return o && (i && !t && (c = o.length - 1, u.push(i)), (function x(T) {
2122
2124
  r.each(T, function(m, S) {
2123
- W(S) ? (!e.unique || !d.has(S)) && s.push(S) : S && S.length && We(S) !== "string" && x(S);
2125
+ W(S) ? (!e.unique || !d.has(S)) && o.push(S) : S && S.length && We(S) !== "string" && x(S);
2124
2126
  });
2125
2127
  })(arguments), i && !t && f()), this;
2126
2128
  },
2127
2129
  // Remove a callback from the list
2128
2130
  remove: function() {
2129
2131
  return r.each(arguments, function(x, T) {
2130
- for (var m; (m = r.inArray(T, s, m)) > -1; )
2131
- s.splice(m, 1), m <= c && c--;
2132
+ for (var m; (m = r.inArray(T, o, m)) > -1; )
2133
+ o.splice(m, 1), m <= c && c--;
2132
2134
  }), this;
2133
2135
  },
2134
2136
  // Check if a given callback is in the list.
2135
2137
  // If no argument is given, return whether or not list has callbacks attached.
2136
2138
  has: function(x) {
2137
- return x ? r.inArray(x, s) > -1 : s.length > 0;
2139
+ return x ? r.inArray(x, o) > -1 : o.length > 0;
2138
2140
  },
2139
2141
  // Remove all callbacks from the list
2140
2142
  empty: function() {
2141
- return s && (s = []), this;
2143
+ return o && (o = []), this;
2142
2144
  },
2143
2145
  // Disable .fire and .add
2144
2146
  // Abort any current/pending executions
2145
2147
  // Clear all callbacks and values
2146
2148
  disable: function() {
2147
- return o = u = [], s = i = "", this;
2149
+ return s = u = [], o = i = "", this;
2148
2150
  },
2149
2151
  disabled: function() {
2150
- return !s;
2152
+ return !o;
2151
2153
  },
2152
2154
  // Disable .fire
2153
2155
  // Also disable .add unless we have memory (since it would have no effect)
2154
2156
  // Abort any pending executions
2155
2157
  lock: function() {
2156
- return o = u = [], !i && !t && (s = i = ""), this;
2158
+ return s = u = [], !i && !t && (o = i = ""), this;
2157
2159
  },
2158
2160
  locked: function() {
2159
- return !!o;
2161
+ return !!s;
2160
2162
  },
2161
2163
  // Call all callbacks with the given context and arguments
2162
2164
  fireWith: function(x, T) {
2163
- return o || (T = T || [], T = [x, T.slice ? T.slice() : T], u.push(T), t || f()), this;
2165
+ return s || (T = T || [], T = [x, T.slice ? T.slice() : T], u.push(T), t || f()), this;
2164
2166
  },
2165
2167
  // Call all the callbacks with the given arguments
2166
2168
  fire: function() {
@@ -2179,12 +2181,12 @@ function Cr() {
2179
2181
  function dt(e) {
2180
2182
  throw e;
2181
2183
  }
2182
- function oi(e, t, i, n) {
2183
- var o;
2184
+ function si(e, t, i, n) {
2185
+ var s;
2184
2186
  try {
2185
- e && W(o = e.promise) ? o.call(e).done(t).fail(i) : e && W(o = e.then) ? o.call(e, t, i) : t.apply(void 0, [e].slice(n));
2186
- } catch (s) {
2187
- i.apply(void 0, [s]);
2187
+ e && W(s = e.promise) ? s.call(e).done(t).fail(i) : e && W(s = e.then) ? s.call(e, t, i) : t.apply(void 0, [e].slice(n));
2188
+ } catch (o) {
2189
+ i.apply(void 0, [o]);
2188
2190
  }
2189
2191
  }
2190
2192
  r.extend({
@@ -2220,35 +2222,35 @@ function Cr() {
2220
2222
  return i;
2221
2223
  },
2222
2224
  always: function() {
2223
- return o.done(arguments).fail(arguments), this;
2225
+ return s.done(arguments).fail(arguments), this;
2224
2226
  },
2225
- catch: function(s) {
2226
- return n.then(null, s);
2227
+ catch: function(o) {
2228
+ return n.then(null, o);
2227
2229
  },
2228
2230
  // Keep pipe for back-compat
2229
2231
  pipe: function() {
2230
- var s = arguments;
2232
+ var o = arguments;
2231
2233
  return r.Deferred(function(u) {
2232
2234
  r.each(t, function(c, f) {
2233
- var d = W(s[f[4]]) && s[f[4]];
2234
- o[f[1]](function() {
2235
+ var d = W(o[f[4]]) && o[f[4]];
2236
+ s[f[1]](function() {
2235
2237
  var x = d && d.apply(this, arguments);
2236
2238
  x && W(x.promise) ? x.promise().progress(u.notify).done(u.resolve).fail(u.reject) : u[f[0] + "With"](
2237
2239
  this,
2238
2240
  d ? [x] : arguments
2239
2241
  );
2240
2242
  });
2241
- }), s = null;
2243
+ }), o = null;
2242
2244
  }).promise();
2243
2245
  },
2244
- then: function(s, u, c) {
2246
+ then: function(o, u, c) {
2245
2247
  var f = 0;
2246
2248
  function d(x, T, m, S) {
2247
2249
  return function() {
2248
- var H = this, z = arguments, _ = function() {
2250
+ var P = this, z = arguments, _ = function() {
2249
2251
  var ne, be;
2250
2252
  if (!(x < f)) {
2251
- if (ne = m.apply(H, z), ne === T.promise())
2253
+ if (ne = m.apply(P, z), ne === T.promise())
2252
2254
  throw new TypeError("Thenable self-resolution");
2253
2255
  be = ne && // Support: Promises/A+ section 2.3.4
2254
2256
  // https://promisesaplus.com/#point-64
@@ -2267,19 +2269,19 @@ function Cr() {
2267
2269
  Be,
2268
2270
  T.notifyWith
2269
2271
  )
2270
- )) : (m !== Be && (H = void 0, z = [ne]), (S || T.resolveWith)(H, z));
2272
+ )) : (m !== Be && (P = void 0, z = [ne]), (S || T.resolveWith)(P, z));
2271
2273
  }
2272
- }, oe = S ? _ : function() {
2274
+ }, se = S ? _ : function() {
2273
2275
  try {
2274
2276
  _();
2275
2277
  } catch (ne) {
2276
2278
  r.Deferred.exceptionHook && r.Deferred.exceptionHook(
2277
2279
  ne,
2278
- oe.error
2279
- ), x + 1 >= f && (m !== dt && (H = void 0, z = [ne]), T.rejectWith(H, z));
2280
+ se.error
2281
+ ), x + 1 >= f && (m !== dt && (P = void 0, z = [ne]), T.rejectWith(P, z));
2280
2282
  }
2281
2283
  };
2282
- x ? oe() : (r.Deferred.getErrorHook ? oe.error = r.Deferred.getErrorHook() : r.Deferred.getStackHook && (oe.error = r.Deferred.getStackHook()), a.setTimeout(oe));
2284
+ x ? se() : (r.Deferred.getErrorHook ? se.error = r.Deferred.getErrorHook() : r.Deferred.getStackHook && (se.error = r.Deferred.getStackHook()), a.setTimeout(se));
2283
2285
  };
2284
2286
  }
2285
2287
  return r.Deferred(function(x) {
@@ -2294,7 +2296,7 @@ function Cr() {
2294
2296
  d(
2295
2297
  0,
2296
2298
  x,
2297
- W(s) ? s : Be
2299
+ W(o) ? o : Be
2298
2300
  )
2299
2301
  ), t[2][3].add(
2300
2302
  d(
@@ -2307,11 +2309,11 @@ function Cr() {
2307
2309
  },
2308
2310
  // Get a promise for this deferred
2309
2311
  // If obj is provided, the promise aspect is added to the object
2310
- promise: function(s) {
2311
- return s != null ? r.extend(s, n) : n;
2312
+ promise: function(o) {
2313
+ return o != null ? r.extend(o, n) : n;
2312
2314
  }
2313
- }, o = {};
2314
- return r.each(t, function(s, u) {
2315
+ }, s = {};
2316
+ return r.each(t, function(o, u) {
2315
2317
  var c = u[2], f = u[5];
2316
2318
  n[u[1]] = c.add, f && c.add(
2317
2319
  function() {
@@ -2319,36 +2321,36 @@ function Cr() {
2319
2321
  },
2320
2322
  // rejected_callbacks.disable
2321
2323
  // fulfilled_callbacks.disable
2322
- t[3 - s][2].disable,
2324
+ t[3 - o][2].disable,
2323
2325
  // rejected_handlers.disable
2324
2326
  // fulfilled_handlers.disable
2325
- t[3 - s][3].disable,
2327
+ t[3 - o][3].disable,
2326
2328
  // progress_callbacks.lock
2327
2329
  t[0][2].lock,
2328
2330
  // progress_handlers.lock
2329
2331
  t[0][3].lock
2330
- ), c.add(u[3].fire), o[u[0]] = function() {
2331
- return o[u[0] + "With"](this === o ? void 0 : this, arguments), this;
2332
- }, o[u[0] + "With"] = c.fireWith;
2333
- }), n.promise(o), e && e.call(o, o), o;
2332
+ ), c.add(u[3].fire), s[u[0]] = function() {
2333
+ return s[u[0] + "With"](this === s ? void 0 : this, arguments), this;
2334
+ }, s[u[0] + "With"] = c.fireWith;
2335
+ }), n.promise(s), e && e.call(s, s), s;
2334
2336
  },
2335
2337
  // Deferred helper
2336
2338
  when: function(e) {
2337
- var t = arguments.length, i = t, n = Array(i), o = w.call(arguments), s = r.Deferred(), u = function(c) {
2339
+ var t = arguments.length, i = t, n = Array(i), s = w.call(arguments), o = r.Deferred(), u = function(c) {
2338
2340
  return function(f) {
2339
- n[c] = this, o[c] = arguments.length > 1 ? w.call(arguments) : f, --t || s.resolveWith(n, o);
2341
+ n[c] = this, s[c] = arguments.length > 1 ? w.call(arguments) : f, --t || o.resolveWith(n, s);
2340
2342
  };
2341
2343
  };
2342
- if (t <= 1 && (oi(
2344
+ if (t <= 1 && (si(
2343
2345
  e,
2344
- s.done(u(i)).resolve,
2345
- s.reject,
2346
+ o.done(u(i)).resolve,
2347
+ o.reject,
2346
2348
  !t
2347
- ), s.state() === "pending" || W(o[i] && o[i].then)))
2348
- return s.then();
2349
+ ), o.state() === "pending" || W(s[i] && s[i].then)))
2350
+ return o.then();
2349
2351
  for (; i--; )
2350
- oi(o[i], u(i), s.reject);
2351
- return s.promise();
2352
+ si(s[i], u(i), o.reject);
2353
+ return o.promise();
2352
2354
  }
2353
2355
  });
2354
2356
  var en = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;
@@ -2383,13 +2385,13 @@ function Cr() {
2383
2385
  L.removeEventListener("DOMContentLoaded", pt), a.removeEventListener("load", pt), r.ready();
2384
2386
  }
2385
2387
  L.readyState === "complete" || L.readyState !== "loading" && !L.documentElement.doScroll ? a.setTimeout(r.ready) : (L.addEventListener("DOMContentLoaded", pt), a.addEventListener("load", pt));
2386
- var Ee = function(e, t, i, n, o, s, u) {
2388
+ var Ee = function(e, t, i, n, s, o, u) {
2387
2389
  var c = 0, f = e.length, d = i == null;
2388
2390
  if (We(i) === "object") {
2389
- o = !0;
2391
+ s = !0;
2390
2392
  for (c in i)
2391
- Ee(e, t, c, i[c], !0, s, u);
2392
- } else if (n !== void 0 && (o = !0, W(n) || (u = !0), d && (u ? (t.call(e, n), t = null) : (d = t, t = function(x, T, m) {
2393
+ Ee(e, t, c, i[c], !0, o, u);
2394
+ } else if (n !== void 0 && (s = !0, W(n) || (u = !0), d && (u ? (t.call(e, n), t = null) : (d = t, t = function(x, T, m) {
2393
2395
  return d.call(r(x), m);
2394
2396
  })), t))
2395
2397
  for (; c < f; c++)
@@ -2398,7 +2400,7 @@ function Cr() {
2398
2400
  i,
2399
2401
  u ? n : n.call(e[c], c, t(e[c], i))
2400
2402
  );
2401
- return o ? e : d ? t.call(e) : f ? t(e[0], i) : s;
2403
+ return s ? e : d ? t.call(e) : f ? t(e[0], i) : o;
2402
2404
  }, tn = /^-ms-/, nn = /-([a-z])/g;
2403
2405
  function rn(e, t) {
2404
2406
  return t.toUpperCase();
@@ -2421,13 +2423,13 @@ function Cr() {
2421
2423
  }))), t;
2422
2424
  },
2423
2425
  set: function(e, t, i) {
2424
- var n, o = this.cache(e);
2426
+ var n, s = this.cache(e);
2425
2427
  if (typeof t == "string")
2426
- o[xe(t)] = i;
2428
+ s[xe(t)] = i;
2427
2429
  else
2428
2430
  for (n in t)
2429
- o[xe(n)] = t[n];
2430
- return o;
2431
+ s[xe(n)] = t[n];
2432
+ return s;
2431
2433
  },
2432
2434
  get: function(e, t) {
2433
2435
  return t === void 0 ? this.cache(e) : (
@@ -2452,14 +2454,14 @@ function Cr() {
2452
2454
  return t !== void 0 && !r.isEmptyObject(t);
2453
2455
  }
2454
2456
  };
2455
- var I = new tt(), ue = new tt(), on = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, sn = /[A-Z]/g;
2457
+ var I = new tt(), ue = new tt(), sn = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, on = /[A-Z]/g;
2456
2458
  function an(e) {
2457
- return e === "true" ? !0 : e === "false" ? !1 : e === "null" ? null : e === +e + "" ? +e : on.test(e) ? JSON.parse(e) : e;
2459
+ return e === "true" ? !0 : e === "false" ? !1 : e === "null" ? null : e === +e + "" ? +e : sn.test(e) ? JSON.parse(e) : e;
2458
2460
  }
2459
- function si(e, t, i) {
2461
+ function oi(e, t, i) {
2460
2462
  var n;
2461
2463
  if (i === void 0 && e.nodeType === 1)
2462
- if (n = "data-" + t.replace(sn, "-$&").toLowerCase(), i = e.getAttribute(n), typeof i == "string") {
2464
+ if (n = "data-" + t.replace(on, "-$&").toLowerCase(), i = e.getAttribute(n), typeof i == "string") {
2463
2465
  try {
2464
2466
  i = an(i);
2465
2467
  } catch {
@@ -2489,21 +2491,21 @@ function Cr() {
2489
2491
  }
2490
2492
  }), r.fn.extend({
2491
2493
  data: function(e, t) {
2492
- var i, n, o, s = this[0], u = s && s.attributes;
2494
+ var i, n, s, o = this[0], u = o && o.attributes;
2493
2495
  if (e === void 0) {
2494
- if (this.length && (o = ue.get(s), s.nodeType === 1 && !I.get(s, "hasDataAttrs"))) {
2496
+ if (this.length && (s = ue.get(o), o.nodeType === 1 && !I.get(o, "hasDataAttrs"))) {
2495
2497
  for (i = u.length; i--; )
2496
- u[i] && (n = u[i].name, n.indexOf("data-") === 0 && (n = xe(n.slice(5)), si(s, n, o[n])));
2497
- I.set(s, "hasDataAttrs", !0);
2498
+ u[i] && (n = u[i].name, n.indexOf("data-") === 0 && (n = xe(n.slice(5)), oi(o, n, s[n])));
2499
+ I.set(o, "hasDataAttrs", !0);
2498
2500
  }
2499
- return o;
2501
+ return s;
2500
2502
  }
2501
2503
  return typeof e == "object" ? this.each(function() {
2502
2504
  ue.set(this, e);
2503
2505
  }) : Ee(this, function(c) {
2504
2506
  var f;
2505
- if (s && c === void 0)
2506
- return f = ue.get(s, e), f !== void 0 || (f = si(s, e), f !== void 0) ? f : void 0;
2507
+ if (o && c === void 0)
2508
+ return f = ue.get(o, e), f !== void 0 || (f = oi(o, e), f !== void 0) ? f : void 0;
2507
2509
  this.each(function() {
2508
2510
  ue.set(this, e, c);
2509
2511
  });
@@ -2522,10 +2524,10 @@ function Cr() {
2522
2524
  },
2523
2525
  dequeue: function(e, t) {
2524
2526
  t = t || "fx";
2525
- var i = r.queue(e, t), n = i.length, o = i.shift(), s = r._queueHooks(e, t), u = function() {
2527
+ var i = r.queue(e, t), n = i.length, s = i.shift(), o = r._queueHooks(e, t), u = function() {
2526
2528
  r.dequeue(e, t);
2527
2529
  };
2528
- o === "inprogress" && (o = i.shift(), n--), o && (t === "fx" && i.unshift("inprogress"), delete s.stop, o.call(e, u, s)), !n && s && s.empty.fire();
2530
+ s === "inprogress" && (s = i.shift(), n--), s && (t === "fx" && i.unshift("inprogress"), delete o.stop, s.call(e, u, o)), !n && o && o.empty.fire();
2529
2531
  },
2530
2532
  // Not public - generate a queueHooks object, or return the current one
2531
2533
  _queueHooks: function(e, t) {
@@ -2555,12 +2557,12 @@ function Cr() {
2555
2557
  // Get a promise resolved when queues of a certain type
2556
2558
  // are emptied (fx is the type by default)
2557
2559
  promise: function(e, t) {
2558
- var i, n = 1, o = r.Deferred(), s = this, u = this.length, c = function() {
2559
- --n || o.resolveWith(s, [s]);
2560
+ var i, n = 1, s = r.Deferred(), o = this, u = this.length, c = function() {
2561
+ --n || s.resolveWith(o, [o]);
2560
2562
  };
2561
2563
  for (typeof e != "string" && (t = e, e = void 0), e = e || "fx"; u--; )
2562
- i = I.get(s[u], e + "queueHooks"), i && i.empty && (n++, i.empty.add(c));
2563
- return c(), o.promise(t);
2564
+ i = I.get(o[u], e + "queueHooks"), i && i.empty && (n++, i.empty.add(c));
2565
+ return c(), s.promise(t);
2564
2566
  }
2565
2567
  });
2566
2568
  var ai = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, it = new RegExp("^(?:([+-])=|)(" + ai + ")([a-z%]*)$", "i"), Ae = ["Top", "Right", "Bottom", "Left"], je = L.documentElement, Ve = function(e) {
@@ -2577,28 +2579,28 @@ function Cr() {
2577
2579
  Ve(e) && r.css(e, "display") === "none";
2578
2580
  };
2579
2581
  function ui(e, t, i, n) {
2580
- var o, s, u = 20, c = n ? function() {
2582
+ var s, o, u = 20, c = n ? function() {
2581
2583
  return n.cur();
2582
2584
  } : function() {
2583
2585
  return r.css(e, t, "");
2584
2586
  }, f = c(), d = i && i[3] || (r.cssNumber[t] ? "" : "px"), x = e.nodeType && (r.cssNumber[t] || d !== "px" && +f) && it.exec(r.css(e, t));
2585
2587
  if (x && x[3] !== d) {
2586
2588
  for (f = f / 2, d = d || x[3], x = +f || 1; u--; )
2587
- r.style(e, t, x + d), (1 - s) * (1 - (s = c() / f || 0.5)) <= 0 && (u = 0), x = x / s;
2589
+ r.style(e, t, x + d), (1 - o) * (1 - (o = c() / f || 0.5)) <= 0 && (u = 0), x = x / o;
2588
2590
  x = x * 2, r.style(e, t, x + d), i = i || [];
2589
2591
  }
2590
- return i && (x = +x || +f || 0, o = i[1] ? x + (i[1] + 1) * i[2] : +i[2], n && (n.unit = d, n.start = x, n.end = o)), o;
2592
+ return i && (x = +x || +f || 0, s = i[1] ? x + (i[1] + 1) * i[2] : +i[2], n && (n.unit = d, n.start = x, n.end = s)), s;
2591
2593
  }
2592
2594
  var li = {};
2593
2595
  function ln(e) {
2594
- var t, i = e.ownerDocument, n = e.nodeName, o = li[n];
2595
- return o || (t = i.body.appendChild(i.createElement(n)), o = r.css(t, "display"), t.parentNode.removeChild(t), o === "none" && (o = "block"), li[n] = o, o);
2596
+ var t, i = e.ownerDocument, n = e.nodeName, s = li[n];
2597
+ return s || (t = i.body.appendChild(i.createElement(n)), s = r.css(t, "display"), t.parentNode.removeChild(t), s === "none" && (s = "block"), li[n] = s, s);
2596
2598
  }
2597
2599
  function Ue(e, t) {
2598
- for (var i, n, o = [], s = 0, u = e.length; s < u; s++)
2599
- n = e[s], n.style && (i = n.style.display, t ? (i === "none" && (o[s] = I.get(n, "display") || null, o[s] || (n.style.display = "")), n.style.display === "" && gt(n) && (o[s] = ln(n))) : i !== "none" && (o[s] = "none", I.set(n, "display", i)));
2600
- for (s = 0; s < u; s++)
2601
- o[s] != null && (e[s].style.display = o[s]);
2600
+ for (var i, n, s = [], o = 0, u = e.length; o < u; o++)
2601
+ n = e[o], n.style && (i = n.style.display, t ? (i === "none" && (s[o] = I.get(n, "display") || null, s[o] || (n.style.display = "")), n.style.display === "" && gt(n) && (s[o] = ln(n))) : i !== "none" && (s[o] = "none", I.set(n, "display", i)));
2602
+ for (o = 0; o < u; o++)
2603
+ s[o] != null && (e[o].style.display = s[o]);
2602
2604
  return e;
2603
2605
  }
2604
2606
  r.fn.extend({
@@ -2643,26 +2645,26 @@ function Cr() {
2643
2645
  );
2644
2646
  }
2645
2647
  var fn = /<|&#?\w+;/;
2646
- function hi(e, t, i, n, o) {
2647
- for (var s, u, c, f, d, x, T = t.createDocumentFragment(), m = [], S = 0, H = e.length; S < H; S++)
2648
- if (s = e[S], s || s === 0)
2649
- if (We(s) === "object")
2650
- r.merge(m, s.nodeType ? [s] : s);
2651
- else if (!fn.test(s))
2652
- m.push(t.createTextNode(s));
2648
+ function hi(e, t, i, n, s) {
2649
+ for (var o, u, c, f, d, x, T = t.createDocumentFragment(), m = [], S = 0, P = e.length; S < P; S++)
2650
+ if (o = e[S], o || o === 0)
2651
+ if (We(o) === "object")
2652
+ r.merge(m, o.nodeType ? [o] : o);
2653
+ else if (!fn.test(o))
2654
+ m.push(t.createTextNode(o));
2653
2655
  else {
2654
- for (u = u || T.appendChild(t.createElement("div")), c = (fi.exec(s) || ["", ""])[1].toLowerCase(), f = de[c] || de._default, u.innerHTML = f[1] + r.htmlPrefilter(s) + f[2], x = f[0]; x--; )
2656
+ for (u = u || T.appendChild(t.createElement("div")), c = (fi.exec(o) || ["", ""])[1].toLowerCase(), f = de[c] || de._default, u.innerHTML = f[1] + r.htmlPrefilter(o) + f[2], x = f[0]; x--; )
2655
2657
  u = u.lastChild;
2656
2658
  r.merge(m, u.childNodes), u = T.firstChild, u.textContent = "";
2657
2659
  }
2658
- for (T.textContent = "", S = 0; s = m[S++]; ) {
2659
- if (n && r.inArray(s, n) > -1) {
2660
- o && o.push(s);
2660
+ for (T.textContent = "", S = 0; o = m[S++]; ) {
2661
+ if (n && r.inArray(o, n) > -1) {
2662
+ s && s.push(o);
2661
2663
  continue;
2662
2664
  }
2663
- if (d = Ve(s), u = le(T.appendChild(s), "script"), d && Nt(u), i)
2664
- for (x = 0; s = u[x++]; )
2665
- ci.test(s.type || "") && i.push(s);
2665
+ if (d = Ve(o), u = le(T.appendChild(o), "script"), d && Nt(u), i)
2666
+ for (x = 0; o = u[x++]; )
2667
+ ci.test(o.type || "") && i.push(o);
2666
2668
  }
2667
2669
  return T;
2668
2670
  }
@@ -2673,73 +2675,73 @@ function Cr() {
2673
2675
  function ze() {
2674
2676
  return !1;
2675
2677
  }
2676
- function Lt(e, t, i, n, o, s) {
2678
+ function Lt(e, t, i, n, s, o) {
2677
2679
  var u, c;
2678
2680
  if (typeof t == "object") {
2679
2681
  typeof i != "string" && (n = n || i, i = void 0);
2680
2682
  for (c in t)
2681
- Lt(e, c, i, n, t[c], s);
2683
+ Lt(e, c, i, n, t[c], o);
2682
2684
  return e;
2683
2685
  }
2684
- if (n == null && o == null ? (o = i, n = i = void 0) : o == null && (typeof i == "string" ? (o = n, n = void 0) : (o = n, n = i, i = void 0)), o === !1)
2685
- o = ze;
2686
- else if (!o)
2686
+ if (n == null && s == null ? (s = i, n = i = void 0) : s == null && (typeof i == "string" ? (s = n, n = void 0) : (s = n, n = i, i = void 0)), s === !1)
2687
+ s = ze;
2688
+ else if (!s)
2687
2689
  return e;
2688
- return s === 1 && (u = o, o = function(f) {
2690
+ return o === 1 && (u = s, s = function(f) {
2689
2691
  return r().off(f), u.apply(this, arguments);
2690
- }, o.guid = u.guid || (u.guid = r.guid++)), e.each(function() {
2691
- r.event.add(this, t, o, n, i);
2692
+ }, s.guid = u.guid || (u.guid = r.guid++)), e.each(function() {
2693
+ r.event.add(this, t, s, n, i);
2692
2694
  });
2693
2695
  }
2694
2696
  r.event = {
2695
2697
  global: {},
2696
- add: function(e, t, i, n, o) {
2697
- var s, u, c, f, d, x, T, m, S, H, z, _ = I.get(e);
2698
+ add: function(e, t, i, n, s) {
2699
+ var o, u, c, f, d, x, T, m, S, P, z, _ = I.get(e);
2698
2700
  if (et(e))
2699
- for (i.handler && (s = i, i = s.handler, o = s.selector), o && r.find.matchesSelector(je, o), i.guid || (i.guid = r.guid++), (f = _.events) || (f = _.events = /* @__PURE__ */ Object.create(null)), (u = _.handle) || (u = _.handle = function(oe) {
2700
- return typeof r < "u" && r.event.triggered !== oe.type ? r.event.dispatch.apply(e, arguments) : void 0;
2701
+ for (i.handler && (o = i, i = o.handler, s = o.selector), s && r.find.matchesSelector(je, s), i.guid || (i.guid = r.guid++), (f = _.events) || (f = _.events = /* @__PURE__ */ Object.create(null)), (u = _.handle) || (u = _.handle = function(se) {
2702
+ return typeof r < "u" && r.event.triggered !== se.type ? r.event.dispatch.apply(e, arguments) : void 0;
2701
2703
  }), t = (t || "").match(ve) || [""], d = t.length; d--; )
2702
- c = di.exec(t[d]) || [], S = z = c[1], H = (c[2] || "").split(".").sort(), S && (T = r.event.special[S] || {}, S = (o ? T.delegateType : T.bindType) || S, T = r.event.special[S] || {}, x = r.extend({
2704
+ c = di.exec(t[d]) || [], 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({
2703
2705
  type: S,
2704
2706
  origType: z,
2705
2707
  data: n,
2706
2708
  handler: i,
2707
2709
  guid: i.guid,
2708
- selector: o,
2709
- needsContext: o && r.expr.match.needsContext.test(o),
2710
- namespace: H.join(".")
2711
- }, s), (m = f[S]) || (m = f[S] = [], m.delegateCount = 0, (!T.setup || T.setup.call(e, n, H, u) === !1) && e.addEventListener && e.addEventListener(S, u)), T.add && (T.add.call(e, x), x.handler.guid || (x.handler.guid = i.guid)), o ? m.splice(m.delegateCount++, 0, x) : m.push(x), r.event.global[S] = !0);
2710
+ selector: s,
2711
+ needsContext: s && r.expr.match.needsContext.test(s),
2712
+ namespace: P.join(".")
2713
+ }, o), (m = f[S]) || (m = f[S] = [], m.delegateCount = 0, (!T.setup || T.setup.call(e, n, P, u) === !1) && e.addEventListener && e.addEventListener(S, u)), T.add && (T.add.call(e, x), x.handler.guid || (x.handler.guid = i.guid)), s ? m.splice(m.delegateCount++, 0, x) : m.push(x), r.event.global[S] = !0);
2712
2714
  },
2713
2715
  // Detach an event or set of events from an element
2714
- remove: function(e, t, i, n, o) {
2715
- var s, u, c, f, d, x, T, m, S, H, z, _ = I.hasData(e) && I.get(e);
2716
+ remove: function(e, t, i, n, s) {
2717
+ var o, u, c, f, d, x, T, m, S, P, z, _ = I.hasData(e) && I.get(e);
2716
2718
  if (!(!_ || !(f = _.events))) {
2717
2719
  for (t = (t || "").match(ve) || [""], d = t.length; d--; ) {
2718
- if (c = di.exec(t[d]) || [], S = z = c[1], H = (c[2] || "").split(".").sort(), !S) {
2720
+ if (c = di.exec(t[d]) || [], S = z = c[1], P = (c[2] || "").split(".").sort(), !S) {
2719
2721
  for (S in f)
2720
2722
  r.event.remove(e, S + t[d], i, n, !0);
2721
2723
  continue;
2722
2724
  }
2723
- for (T = r.event.special[S] || {}, S = (n ? T.delegateType : T.bindType) || S, m = f[S] || [], c = c[2] && new RegExp("(^|\\.)" + H.join("\\.(?:.*\\.|)") + "(\\.|$)"), u = s = m.length; s--; )
2724
- x = m[s], (o || z === x.origType) && (!i || i.guid === x.guid) && (!c || c.test(x.namespace)) && (!n || n === x.selector || n === "**" && x.selector) && (m.splice(s, 1), x.selector && m.delegateCount--, T.remove && T.remove.call(e, x));
2725
- u && !m.length && ((!T.teardown || T.teardown.call(e, H, _.handle) === !1) && r.removeEvent(e, S, _.handle), delete f[S]);
2725
+ for (T = r.event.special[S] || {}, S = (n ? T.delegateType : T.bindType) || S, m = f[S] || [], c = c[2] && new RegExp("(^|\\.)" + P.join("\\.(?:.*\\.|)") + "(\\.|$)"), u = o = m.length; o--; )
2726
+ x = m[o], (s || z === x.origType) && (!i || i.guid === x.guid) && (!c || c.test(x.namespace)) && (!n || n === x.selector || n === "**" && x.selector) && (m.splice(o, 1), x.selector && m.delegateCount--, T.remove && T.remove.call(e, x));
2727
+ u && !m.length && ((!T.teardown || T.teardown.call(e, P, _.handle) === !1) && r.removeEvent(e, S, _.handle), delete f[S]);
2726
2728
  }
2727
2729
  r.isEmptyObject(f) && I.remove(e, "handle events");
2728
2730
  }
2729
2731
  },
2730
2732
  dispatch: function(e) {
2731
- var t, i, n, o, s, u, c = new Array(arguments.length), f = r.event.fix(e), d = (I.get(this, "events") || /* @__PURE__ */ Object.create(null))[f.type] || [], x = r.event.special[f.type] || {};
2733
+ var t, i, n, s, o, u, c = new Array(arguments.length), f = r.event.fix(e), d = (I.get(this, "events") || /* @__PURE__ */ Object.create(null))[f.type] || [], x = r.event.special[f.type] || {};
2732
2734
  for (c[0] = f, t = 1; t < arguments.length; t++)
2733
2735
  c[t] = arguments[t];
2734
2736
  if (f.delegateTarget = this, !(x.preDispatch && x.preDispatch.call(this, f) === !1)) {
2735
- for (u = r.event.handlers.call(this, f, d), t = 0; (o = u[t++]) && !f.isPropagationStopped(); )
2736
- for (f.currentTarget = o.elem, i = 0; (s = o.handlers[i++]) && !f.isImmediatePropagationStopped(); )
2737
- (!f.rnamespace || s.namespace === !1 || f.rnamespace.test(s.namespace)) && (f.handleObj = s, f.data = s.data, n = ((r.event.special[s.origType] || {}).handle || s.handler).apply(o.elem, c), n !== void 0 && (f.result = n) === !1 && (f.preventDefault(), f.stopPropagation()));
2737
+ for (u = r.event.handlers.call(this, f, d), t = 0; (s = u[t++]) && !f.isPropagationStopped(); )
2738
+ for (f.currentTarget = s.elem, i = 0; (o = s.handlers[i++]) && !f.isImmediatePropagationStopped(); )
2739
+ (!f.rnamespace || o.namespace === !1 || f.rnamespace.test(o.namespace)) && (f.handleObj = o, f.data = o.data, n = ((r.event.special[o.origType] || {}).handle || o.handler).apply(s.elem, c), n !== void 0 && (f.result = n) === !1 && (f.preventDefault(), f.stopPropagation()));
2738
2740
  return x.postDispatch && x.postDispatch.call(this, f), f.result;
2739
2741
  }
2740
2742
  },
2741
2743
  handlers: function(e, t) {
2742
- var i, n, o, s, u, c = [], f = t.delegateCount, d = e.target;
2744
+ var i, n, s, o, u, c = [], f = t.delegateCount, d = e.target;
2743
2745
  if (f && // Support: IE <=9
2744
2746
  // Black-hole SVG <use> instance trees (trac-13180)
2745
2747
  d.nodeType && // Support: Firefox <=42
@@ -2750,9 +2752,9 @@ function Cr() {
2750
2752
  !(e.type === "click" && e.button >= 1)) {
2751
2753
  for (; d !== this; d = d.parentNode || this)
2752
2754
  if (d.nodeType === 1 && !(e.type === "click" && d.disabled === !0)) {
2753
- for (s = [], u = {}, i = 0; i < f; i++)
2754
- n = t[i], o = n.selector + " ", u[o] === void 0 && (u[o] = n.needsContext ? r(o, this).index(d) > -1 : r.find(o, this, null, [d]).length), u[o] && s.push(n);
2755
- s.length && c.push({ elem: d, handlers: s });
2755
+ for (o = [], u = {}, i = 0; i < f; i++)
2756
+ n = t[i], s = n.selector + " ", u[s] === void 0 && (u[s] = n.needsContext ? r(s, this).index(d) > -1 : r.find(s, this, null, [d]).length), u[s] && o.push(n);
2757
+ o.length && c.push({ elem: d, handlers: o });
2756
2758
  }
2757
2759
  }
2758
2760
  return d = this, f < t.length && c.push({ elem: d, handlers: t.slice(f) }), c;
@@ -2818,15 +2820,15 @@ function Cr() {
2818
2820
  I.set(e, t, !1), r.event.add(e, t, {
2819
2821
  namespace: !1,
2820
2822
  handler: function(n) {
2821
- var o, s = I.get(this, t);
2823
+ var s, o = I.get(this, t);
2822
2824
  if (n.isTrigger & 1 && this[t]) {
2823
- if (s)
2825
+ if (o)
2824
2826
  (r.event.special[t] || {}).delegateType && n.stopPropagation();
2825
- else if (s = w.call(arguments), I.set(this, t, s), this[t](), o = I.get(this, t), I.set(this, t, !1), s !== o)
2826
- return n.stopImmediatePropagation(), n.preventDefault(), o;
2827
- } else s && (I.set(this, t, r.event.trigger(
2828
- s[0],
2829
- s.slice(1),
2827
+ else if (o = w.call(arguments), I.set(this, t, o), this[t](), s = I.get(this, t), I.set(this, t, !1), o !== s)
2828
+ return n.stopImmediatePropagation(), n.preventDefault(), s;
2829
+ } else o && (I.set(this, t, r.event.trigger(
2830
+ o[0],
2831
+ o.slice(1),
2830
2832
  this
2831
2833
  )), n.stopPropagation(), n.isImmediatePropagationStopped = $e);
2832
2834
  }
@@ -2892,8 +2894,8 @@ function Cr() {
2892
2894
  }, r.event.addProp), r.each({ focus: "focusin", blur: "focusout" }, function(e, t) {
2893
2895
  function i(n) {
2894
2896
  if (L.documentMode) {
2895
- var o = I.get(this, "handle"), s = r.event.fix(n);
2896
- s.type = n.type === "focusin" ? "focus" : "blur", s.isSimulated = !0, o(n), s.target === s.currentTarget && o(s);
2897
+ var s = I.get(this, "handle"), o = r.event.fix(n);
2898
+ o.type = n.type === "focusin" ? "focus" : "blur", o.isSimulated = !0, s(n), o.target === o.currentTarget && s(o);
2897
2899
  } else
2898
2900
  r.event.simulate(
2899
2901
  t,
@@ -2928,12 +2930,12 @@ function Cr() {
2928
2930
  delegateType: t
2929
2931
  }, r.event.special[t] = {
2930
2932
  setup: function() {
2931
- var n = this.ownerDocument || this.document || this, o = L.documentMode ? this : n, s = I.get(o, t);
2932
- s || (L.documentMode ? this.addEventListener(t, i) : n.addEventListener(e, i, !0)), I.set(o, t, (s || 0) + 1);
2933
+ var n = this.ownerDocument || this.document || this, s = L.documentMode ? this : n, o = I.get(s, t);
2934
+ o || (L.documentMode ? this.addEventListener(t, i) : n.addEventListener(e, i, !0)), I.set(s, t, (o || 0) + 1);
2933
2935
  },
2934
2936
  teardown: function() {
2935
- var n = this.ownerDocument || this.document || this, o = L.documentMode ? this : n, s = I.get(o, t) - 1;
2936
- s ? I.set(o, t, s) : (L.documentMode ? this.removeEventListener(t, i) : n.removeEventListener(e, i, !0), I.remove(o, t));
2937
+ var n = this.ownerDocument || this.document || this, s = L.documentMode ? this : n, o = I.get(s, t) - 1;
2938
+ o ? I.set(s, t, o) : (L.documentMode ? this.removeEventListener(t, i) : n.removeEventListener(e, i, !0), I.remove(s, t));
2937
2939
  }
2938
2940
  };
2939
2941
  }), r.each({
@@ -2946,8 +2948,8 @@ function Cr() {
2946
2948
  delegateType: t,
2947
2949
  bindType: t,
2948
2950
  handle: function(i) {
2949
- var n, o = this, s = i.relatedTarget, u = i.handleObj;
2950
- return (!s || s !== o && !r.contains(o, s)) && (i.type = u.origType, n = u.handler.apply(this, arguments), i.type = t), n;
2951
+ var n, s = this, o = i.relatedTarget, u = i.handleObj;
2952
+ return (!o || o !== s && !r.contains(s, o)) && (i.type = u.origType, n = u.handler.apply(this, arguments), i.type = t), n;
2951
2953
  }
2952
2954
  };
2953
2955
  }), r.fn.extend({
@@ -2958,7 +2960,7 @@ function Cr() {
2958
2960
  return Lt(this, e, t, i, n, 1);
2959
2961
  },
2960
2962
  off: function(e, t, i) {
2961
- var n, o;
2963
+ var n, s;
2962
2964
  if (e && e.preventDefault && e.handleObj)
2963
2965
  return n = e.handleObj, r(e.delegateTarget).off(
2964
2966
  n.namespace ? n.origType + "." + n.namespace : n.origType,
@@ -2966,8 +2968,8 @@ function Cr() {
2966
2968
  n.handler
2967
2969
  ), this;
2968
2970
  if (typeof e == "object") {
2969
- for (o in e)
2970
- this.off(o, t, e[o]);
2971
+ for (s in e)
2972
+ this.off(s, t, e[s]);
2971
2973
  return this;
2972
2974
  }
2973
2975
  return (t === !1 || typeof t == "function") && (i = t, t = void 0), i === !1 && (i = ze), this.each(function() {
@@ -2986,13 +2988,13 @@ function Cr() {
2986
2988
  return (e.type || "").slice(0, 5) === "true/" ? e.type = e.type.slice(5) : e.removeAttribute("type"), e;
2987
2989
  }
2988
2990
  function gi(e, t) {
2989
- var i, n, o, s, u, c, f;
2991
+ var i, n, s, o, u, c, f;
2990
2992
  if (t.nodeType === 1) {
2991
- if (I.hasData(e) && (s = I.get(e), f = s.events, f)) {
2993
+ if (I.hasData(e) && (o = I.get(e), f = o.events, f)) {
2992
2994
  I.remove(t, "handle events");
2993
- for (o in f)
2994
- for (i = 0, n = f[o].length; i < n; i++)
2995
- r.event.add(t, o, f[o][i]);
2995
+ for (s in f)
2996
+ for (i = 0, n = f[s].length; i < n; i++)
2997
+ r.event.add(t, s, f[s][i]);
2996
2998
  }
2997
2999
  ue.hasData(e) && (u = ue.access(e), c = r.extend({}, u), ue.set(t, c));
2998
3000
  }
@@ -3003,15 +3005,15 @@ function Cr() {
3003
3005
  }
3004
3006
  function Xe(e, t, i, n) {
3005
3007
  t = D(t);
3006
- var o, s, u, c, f, d, x = 0, T = e.length, m = T - 1, S = t[0], H = W(S);
3007
- if (H || T > 1 && typeof S == "string" && !j.checkClone && hn.test(S))
3008
+ var s, o, u, c, f, d, x = 0, T = e.length, m = T - 1, S = t[0], P = W(S);
3009
+ if (P || T > 1 && typeof S == "string" && !j.checkClone && hn.test(S))
3008
3010
  return e.each(function(z) {
3009
3011
  var _ = e.eq(z);
3010
- H && (t[0] = S.call(this, z, _.html())), Xe(_, t, i, n);
3012
+ P && (t[0] = S.call(this, z, _.html())), Xe(_, t, i, n);
3011
3013
  });
3012
- if (T && (o = hi(t, e[0].ownerDocument, !1, e, n), s = o.firstChild, o.childNodes.length === 1 && (o = s), s || n)) {
3013
- for (u = r.map(le(o, "script"), pn), c = u.length; x < T; x++)
3014
- f = o, x !== m && (f = r.clone(f, !0, !0), c && r.merge(u, le(f, "script"))), i.call(e[x], f, x);
3014
+ if (T && (s = hi(t, e[0].ownerDocument, !1, e, n), o = s.firstChild, s.childNodes.length === 1 && (s = o), o || n)) {
3015
+ for (u = r.map(le(s, "script"), pn), c = u.length; x < T; x++)
3016
+ f = s, x !== m && (f = r.clone(f, !0, !0), c && r.merge(u, le(f, "script"))), i.call(e[x], f, x);
3015
3017
  if (c)
3016
3018
  for (d = u[u.length - 1].ownerDocument, r.map(u, gn), x = 0; x < c; x++)
3017
3019
  f = u[x], ci.test(f.type || "") && !I.access(f, "globalEval") && r.contains(d, f) && (f.src && (f.type || "").toLowerCase() !== "module" ? r._evalUrl && !f.noModule && r._evalUrl(f.src, {
@@ -3021,7 +3023,7 @@ function Cr() {
3021
3023
  return e;
3022
3024
  }
3023
3025
  function yi(e, t, i) {
3024
- for (var n, o = t ? r.filter(t, e) : e, s = 0; (n = o[s]) != null; s++)
3026
+ for (var n, s = t ? r.filter(t, e) : e, o = 0; (n = s[o]) != null; o++)
3025
3027
  !i && n.nodeType === 1 && r.cleanData(le(n)), n.parentNode && (i && Ve(n) && Nt(le(n, "script")), n.parentNode.removeChild(n));
3026
3028
  return e;
3027
3029
  }
@@ -3030,25 +3032,25 @@ function Cr() {
3030
3032
  return e;
3031
3033
  },
3032
3034
  clone: function(e, t, i) {
3033
- var n, o, s, u, c = e.cloneNode(!0), f = Ve(e);
3035
+ var n, s, o, u, c = e.cloneNode(!0), f = Ve(e);
3034
3036
  if (!j.noCloneChecked && (e.nodeType === 1 || e.nodeType === 11) && !r.isXMLDoc(e))
3035
- for (u = le(c), s = le(e), n = 0, o = s.length; n < o; n++)
3036
- yn(s[n], u[n]);
3037
+ for (u = le(c), o = le(e), n = 0, s = o.length; n < s; n++)
3038
+ yn(o[n], u[n]);
3037
3039
  if (t)
3038
3040
  if (i)
3039
- for (s = s || le(e), u = u || le(c), n = 0, o = s.length; n < o; n++)
3040
- gi(s[n], u[n]);
3041
+ for (o = o || le(e), u = u || le(c), n = 0, s = o.length; n < s; n++)
3042
+ gi(o[n], u[n]);
3041
3043
  else
3042
3044
  gi(e, c);
3043
3045
  return u = le(c, "script"), u.length > 0 && Nt(u, !f && le(e, "script")), c;
3044
3046
  },
3045
3047
  cleanData: function(e) {
3046
- for (var t, i, n, o = r.event.special, s = 0; (i = e[s]) !== void 0; s++)
3048
+ for (var t, i, n, s = r.event.special, o = 0; (i = e[o]) !== void 0; o++)
3047
3049
  if (et(i)) {
3048
3050
  if (t = i[I.expando]) {
3049
3051
  if (t.events)
3050
3052
  for (n in t.events)
3051
- o[n] ? r.event.remove(i, n) : r.removeEvent(i, n, t.handle);
3053
+ s[n] ? r.event.remove(i, n) : r.removeEvent(i, n, t.handle);
3052
3054
  i[I.expando] = void 0;
3053
3055
  }
3054
3056
  i[ue.expando] && (i[ue.expando] = void 0);
@@ -3106,13 +3108,13 @@ function Cr() {
3106
3108
  },
3107
3109
  html: function(e) {
3108
3110
  return Ee(this, function(t) {
3109
- var i = this[0] || {}, n = 0, o = this.length;
3111
+ var i = this[0] || {}, n = 0, s = this.length;
3110
3112
  if (t === void 0 && i.nodeType === 1)
3111
3113
  return i.innerHTML;
3112
3114
  if (typeof t == "string" && !cn.test(t) && !de[(fi.exec(t) || ["", ""])[1].toLowerCase()]) {
3113
3115
  t = r.htmlPrefilter(t);
3114
3116
  try {
3115
- for (; n < o; n++)
3117
+ for (; n < s; n++)
3116
3118
  i = this[n] || {}, i.nodeType === 1 && (r.cleanData(le(i, !1)), i.innerHTML = t);
3117
3119
  i = 0;
3118
3120
  } catch {
@@ -3136,21 +3138,21 @@ function Cr() {
3136
3138
  replaceAll: "replaceWith"
3137
3139
  }, function(e, t) {
3138
3140
  r.fn[e] = function(i) {
3139
- for (var n, o = [], s = r(i), u = s.length - 1, c = 0; c <= u; c++)
3140
- n = c === u ? this : this.clone(!0), r(s[c])[t](n), $.apply(o, n.get());
3141
- return this.pushStack(o);
3141
+ for (var n, s = [], o = r(i), u = o.length - 1, c = 0; c <= u; c++)
3142
+ n = c === u ? this : this.clone(!0), r(o[c])[t](n), $.apply(s, n.get());
3143
+ return this.pushStack(s);
3142
3144
  };
3143
3145
  });
3144
3146
  var It = new RegExp("^(" + ai + ")(?!px)[a-z%]+$", "i"), Mt = /^--/, mt = function(e) {
3145
3147
  var t = e.ownerDocument.defaultView;
3146
3148
  return (!t || !t.opener) && (t = a), t.getComputedStyle(e);
3147
3149
  }, mi = function(e, t, i) {
3148
- var n, o, s = {};
3149
- for (o in t)
3150
- s[o] = e.style[o], e.style[o] = t[o];
3150
+ var n, s, o = {};
3151
+ for (s in t)
3152
+ o[s] = e.style[s], e.style[s] = t[s];
3151
3153
  n = i.call(e);
3152
- for (o in t)
3153
- e.style[o] = s[o];
3154
+ for (s in t)
3155
+ e.style[s] = o[s];
3154
3156
  return n;
3155
3157
  }, mn = new RegExp(Ae.join("|"), "i");
3156
3158
  (function() {
@@ -3158,19 +3160,19 @@ function Cr() {
3158
3160
  if (d) {
3159
3161
  f.style.cssText = "position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0", d.style.cssText = "position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%", je.appendChild(f).appendChild(d);
3160
3162
  var x = a.getComputedStyle(d);
3161
- i = x.top !== "1%", c = t(x.marginLeft) === 12, d.style.right = "60%", s = t(x.right) === 36, n = t(x.width) === 36, d.style.position = "absolute", o = t(d.offsetWidth / 3) === 12, je.removeChild(f), d = null;
3163
+ i = x.top !== "1%", c = t(x.marginLeft) === 12, d.style.right = "60%", o = t(x.right) === 36, n = t(x.width) === 36, d.style.position = "absolute", s = t(d.offsetWidth / 3) === 12, je.removeChild(f), d = null;
3162
3164
  }
3163
3165
  }
3164
3166
  function t(x) {
3165
3167
  return Math.round(parseFloat(x));
3166
3168
  }
3167
- var i, n, o, s, u, c, f = L.createElement("div"), d = L.createElement("div");
3169
+ var i, n, s, o, u, c, f = L.createElement("div"), d = L.createElement("div");
3168
3170
  d.style && (d.style.backgroundClip = "content-box", d.cloneNode(!0).style.backgroundClip = "", j.clearCloneStyle = d.style.backgroundClip === "content-box", r.extend(j, {
3169
3171
  boxSizingReliable: function() {
3170
3172
  return e(), n;
3171
3173
  },
3172
3174
  pixelBoxStyles: function() {
3173
- return e(), s;
3175
+ return e(), o;
3174
3176
  },
3175
3177
  pixelPosition: function() {
3176
3178
  return e(), i;
@@ -3179,7 +3181,7 @@ function Cr() {
3179
3181
  return e(), c;
3180
3182
  },
3181
3183
  scrollboxSize: function() {
3182
- return e(), o;
3184
+ return e(), s;
3183
3185
  },
3184
3186
  // Support: IE 9 - 11+, Edge 15 - 18+
3185
3187
  // IE/Edge misreport `getComputedStyle` of table rows with width/height
@@ -3197,8 +3199,8 @@ function Cr() {
3197
3199
  }));
3198
3200
  })();
3199
3201
  function rt(e, t, i) {
3200
- var n, o, s, u, c = Mt.test(t), f = e.style;
3201
- 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) && mn.test(t) && (n = f.width, o = f.minWidth, s = f.maxWidth, f.minWidth = f.maxWidth = f.width = u, u = i.width, f.width = n, f.minWidth = o, f.maxWidth = s)), u !== void 0 ? (
3202
+ var n, s, o, u, c = Mt.test(t), f = e.style;
3203
+ 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) && mn.test(t) && (n = f.width, s = f.minWidth, o = f.maxWidth, f.minWidth = f.maxWidth = f.width = u, u = i.width, f.width = n, f.minWidth = s, f.maxWidth = o)), u !== void 0 ? (
3202
3204
  // Support: IE <=9 - 11 only
3203
3205
  // IE returns zIndex value as an integer.
3204
3206
  u + ""
@@ -3236,26 +3238,26 @@ function Cr() {
3236
3238
  Math.max(0, n[2] - (i || 0)) + (n[3] || "px")
3237
3239
  ) : t;
3238
3240
  }
3239
- function jt(e, t, i, n, o, s) {
3241
+ function jt(e, t, i, n, s, o) {
3240
3242
  var u = t === "width" ? 1 : 0, c = 0, f = 0, d = 0;
3241
3243
  if (i === (n ? "border" : "content"))
3242
3244
  return 0;
3243
3245
  for (; u < 4; u += 2)
3244
- i === "margin" && (d += r.css(e, i + Ae[u], !0, o)), n ? (i === "content" && (f -= r.css(e, "padding" + Ae[u], !0, o)), i !== "margin" && (f -= r.css(e, "border" + Ae[u] + "Width", !0, o))) : (f += r.css(e, "padding" + Ae[u], !0, o), i !== "padding" ? f += r.css(e, "border" + Ae[u] + "Width", !0, o) : c += r.css(e, "border" + Ae[u] + "Width", !0, o));
3245
- return !n && s >= 0 && (f += Math.max(0, Math.ceil(
3246
- e["offset" + t[0].toUpperCase() + t.slice(1)] - s - f - c - 0.5
3246
+ i === "margin" && (d += r.css(e, i + Ae[u], !0, s)), n ? (i === "content" && (f -= r.css(e, "padding" + Ae[u], !0, s)), i !== "margin" && (f -= r.css(e, "border" + Ae[u] + "Width", !0, s))) : (f += r.css(e, "padding" + Ae[u], !0, s), i !== "padding" ? f += r.css(e, "border" + Ae[u] + "Width", !0, s) : c += r.css(e, "border" + Ae[u] + "Width", !0, s));
3247
+ return !n && o >= 0 && (f += Math.max(0, Math.ceil(
3248
+ e["offset" + t[0].toUpperCase() + t.slice(1)] - o - f - c - 0.5
3247
3249
  // If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter
3248
3250
  // Use an explicit zero to avoid NaN (gh-3964)
3249
3251
  )) || 0), f + d;
3250
3252
  }
3251
3253
  function Ci(e, t, i) {
3252
- var n = mt(e), o = !j.boxSizingReliable() || i, s = o && r.css(e, "boxSizing", !1, n) === "border-box", u = s, c = rt(e, t, n), f = "offset" + t[0].toUpperCase() + t.slice(1);
3254
+ 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), f = "offset" + t[0].toUpperCase() + t.slice(1);
3253
3255
  if (It.test(c)) {
3254
3256
  if (!i)
3255
3257
  return c;
3256
3258
  c = "auto";
3257
3259
  }
3258
- return (!j.boxSizingReliable() && s || // Support: IE 10 - 11+, Edge 15 - 18+
3260
+ return (!j.boxSizingReliable() && o || // Support: IE 10 - 11+, Edge 15 - 18+
3259
3261
  // IE/Edge misreport `getComputedStyle` of table rows with width/height
3260
3262
  // set in CSS while `offset*` properties report correct values.
3261
3263
  // Interestingly, in some cases IE 9 doesn't suffer from this issue.
@@ -3264,10 +3266,10 @@ function Cr() {
3264
3266
  c === "auto" || // Support: Android <=4.1 - 4.3 only
3265
3267
  // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)
3266
3268
  !parseFloat(c) && r.css(e, "display", !1, n) === "inline") && // Make sure the element is visible & connected
3267
- e.getClientRects().length && (s = r.css(e, "boxSizing", !1, n) === "border-box", u = f in e, u && (c = e[f])), c = parseFloat(c) || 0, c + jt(
3269
+ e.getClientRects().length && (o = r.css(e, "boxSizing", !1, n) === "border-box", u = f in e, u && (c = e[f])), c = parseFloat(c) || 0, c + jt(
3268
3270
  e,
3269
3271
  t,
3270
- i || (s ? "border" : "content"),
3272
+ i || (o ? "border" : "content"),
3271
3273
  u,
3272
3274
  n,
3273
3275
  // Provide the current computed size to request scroll gutter calculation (gh-3589)
@@ -3324,22 +3326,22 @@ function Cr() {
3324
3326
  // Get and set the style property on a DOM Node
3325
3327
  style: function(e, t, i, n) {
3326
3328
  if (!(!e || e.nodeType === 3 || e.nodeType === 8 || !e.style)) {
3327
- var o, s, u, c = xe(t), f = Mt.test(t), d = e.style;
3329
+ var s, o, u, c = xe(t), f = Mt.test(t), d = e.style;
3328
3330
  if (f || (t = qt(c)), u = r.cssHooks[t] || r.cssHooks[c], i !== void 0) {
3329
- if (s = typeof i, s === "string" && (o = it.exec(i)) && o[1] && (i = ui(e, t, o), s = "number"), i == null || i !== i)
3331
+ if (o = typeof i, o === "string" && (s = it.exec(i)) && s[1] && (i = ui(e, t, s), o = "number"), i == null || i !== i)
3330
3332
  return;
3331
- s === "number" && !f && (i += o && o[3] || (r.cssNumber[c] ? "" : "px")), !j.clearCloneStyle && i === "" && t.indexOf("background") === 0 && (d[t] = "inherit"), (!u || !("set" in u) || (i = u.set(e, i, n)) !== void 0) && (f ? d.setProperty(t, i) : d[t] = i);
3333
+ o === "number" && !f && (i += s && s[3] || (r.cssNumber[c] ? "" : "px")), !j.clearCloneStyle && i === "" && t.indexOf("background") === 0 && (d[t] = "inherit"), (!u || !("set" in u) || (i = u.set(e, i, n)) !== void 0) && (f ? d.setProperty(t, i) : d[t] = i);
3332
3334
  } else
3333
- return u && "get" in u && (o = u.get(e, !1, n)) !== void 0 ? o : d[t];
3335
+ return u && "get" in u && (s = u.get(e, !1, n)) !== void 0 ? s : d[t];
3334
3336
  }
3335
3337
  },
3336
3338
  css: function(e, t, i, n) {
3337
- var o, s, u, c = xe(t), f = Mt.test(t);
3338
- return f || (t = qt(c)), u = r.cssHooks[t] || r.cssHooks[c], u && "get" in u && (o = u.get(e, !0, i)), o === void 0 && (o = rt(e, t, n)), o === "normal" && t in wi && (o = wi[t]), i === "" || i ? (s = parseFloat(o), i === !0 || isFinite(s) ? s || 0 : o) : o;
3339
+ var s, o, u, c = xe(t), f = Mt.test(t);
3340
+ return f || (t = qt(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;
3339
3341
  }
3340
3342
  }), r.each(["height", "width"], function(e, t) {
3341
3343
  r.cssHooks[t] = {
3342
- get: function(i, n, o) {
3344
+ get: function(i, n, s) {
3343
3345
  if (n)
3344
3346
  return xn.test(r.css(i, "display")) && // Support: Safari 8+
3345
3347
  // Table columns in Safari have non-zero offsetWidth & zero
@@ -3348,20 +3350,20 @@ function Cr() {
3348
3350
  // Running getBoundingClientRect on a disconnected node
3349
3351
  // in IE throws an error.
3350
3352
  (!i.getClientRects().length || !i.getBoundingClientRect().width) ? mi(i, bn, function() {
3351
- return Ci(i, t, o);
3352
- }) : Ci(i, t, o);
3353
+ return Ci(i, t, s);
3354
+ }) : Ci(i, t, s);
3353
3355
  },
3354
- set: function(i, n, o) {
3355
- var s, u = mt(i), c = !j.scrollboxSize() && u.position === "absolute", f = c || o, d = f && r.css(i, "boxSizing", !1, u) === "border-box", x = o ? jt(
3356
+ set: function(i, n, s) {
3357
+ var o, u = mt(i), c = !j.scrollboxSize() && u.position === "absolute", f = c || s, d = f && r.css(i, "boxSizing", !1, u) === "border-box", x = s ? jt(
3356
3358
  i,
3357
3359
  t,
3358
- o,
3360
+ s,
3359
3361
  d,
3360
3362
  u
3361
3363
  ) : 0;
3362
3364
  return d && c && (x -= Math.ceil(
3363
3365
  i["offset" + t[0].toUpperCase() + t.slice(1)] - parseFloat(u[t]) - jt(i, t, "border", !1, u) - 0.5
3364
- )), x && (s = it.exec(n)) && (s[3] || "px") !== "px" && (i.style[t] = n, n = r.css(i, t)), Si(i, n, x);
3366
+ )), x && (o = it.exec(n)) && (o[3] || "px") !== "px" && (i.style[t] = n, n = r.css(i, t)), Si(i, n, x);
3365
3367
  }
3366
3368
  };
3367
3369
  }), r.cssHooks.marginLeft = vi(
@@ -3379,31 +3381,31 @@ function Cr() {
3379
3381
  }, function(e, t) {
3380
3382
  r.cssHooks[e + t] = {
3381
3383
  expand: function(i) {
3382
- for (var n = 0, o = {}, s = typeof i == "string" ? i.split(" ") : [i]; n < 4; n++)
3383
- o[e + Ae[n] + t] = s[n] || s[n - 2] || s[0];
3384
- return o;
3384
+ for (var n = 0, s = {}, o = typeof i == "string" ? i.split(" ") : [i]; n < 4; n++)
3385
+ s[e + Ae[n] + t] = o[n] || o[n - 2] || o[0];
3386
+ return s;
3385
3387
  }
3386
3388
  }, e !== "margin" && (r.cssHooks[e + t].set = Si);
3387
3389
  }), r.fn.extend({
3388
3390
  css: function(e, t) {
3389
- return Ee(this, function(i, n, o) {
3390
- var s, u, c = {}, f = 0;
3391
+ return Ee(this, function(i, n, s) {
3392
+ var o, u, c = {}, f = 0;
3391
3393
  if (Array.isArray(n)) {
3392
- for (s = mt(i), u = n.length; f < u; f++)
3393
- c[n[f]] = r.css(i, n[f], !1, s);
3394
+ for (o = mt(i), u = n.length; f < u; f++)
3395
+ c[n[f]] = r.css(i, n[f], !1, o);
3394
3396
  return c;
3395
3397
  }
3396
- return o !== void 0 ? r.style(i, n, o) : r.css(i, n);
3398
+ return s !== void 0 ? r.style(i, n, s) : r.css(i, n);
3397
3399
  }, e, t, arguments.length > 1);
3398
3400
  }
3399
3401
  });
3400
- function fe(e, t, i, n, o) {
3401
- return new fe.prototype.init(e, t, i, n, o);
3402
+ function fe(e, t, i, n, s) {
3403
+ return new fe.prototype.init(e, t, i, n, s);
3402
3404
  }
3403
3405
  r.Tween = fe, fe.prototype = {
3404
3406
  constructor: fe,
3405
- init: function(e, t, i, n, o, s) {
3406
- this.elem = e, this.prop = i, this.easing = o || r.easing._default, this.options = t, this.start = this.now = this.cur(), this.end = n, this.unit = s || (r.cssNumber[i] ? "" : "px");
3407
+ init: function(e, t, i, n, s, o) {
3408
+ this.elem = e, this.prop = i, this.easing = s || r.easing._default, this.options = t, this.start = this.now = this.cur(), this.end = n, this.unit = o || (r.cssNumber[i] ? "" : "px");
3407
3409
  },
3408
3410
  cur: function() {
3409
3411
  var e = fe.propHooks[this.prop];
@@ -3443,8 +3445,8 @@ function Cr() {
3443
3445
  _default: "swing"
3444
3446
  }, r.fx = fe.prototype.init, r.fx.step = {};
3445
3447
  var Ge, vt, Tn = /^(?:toggle|show|hide)$/, wn = /queueHooks$/;
3446
- function Pt() {
3447
- vt && (L.hidden === !1 && a.requestAnimationFrame ? a.requestAnimationFrame(Pt) : a.setTimeout(Pt, r.fx.interval), r.fx.tick());
3448
+ function Ht() {
3449
+ vt && (L.hidden === !1 && a.requestAnimationFrame ? a.requestAnimationFrame(Ht) : a.setTimeout(Ht, r.fx.interval), r.fx.tick());
3448
3450
  }
3449
3451
  function ki() {
3450
3452
  return a.setTimeout(function() {
@@ -3452,18 +3454,18 @@ function Cr() {
3452
3454
  }), Ge = Date.now();
3453
3455
  }
3454
3456
  function xt(e, t) {
3455
- var i, n = 0, o = { height: e };
3457
+ var i, n = 0, s = { height: e };
3456
3458
  for (t = t ? 1 : 0; n < 4; n += 2 - t)
3457
- i = Ae[n], o["margin" + i] = o["padding" + i] = e;
3458
- return t && (o.opacity = o.width = e), o;
3459
+ i = Ae[n], s["margin" + i] = s["padding" + i] = e;
3460
+ return t && (s.opacity = s.width = e), s;
3459
3461
  }
3460
3462
  function Ei(e, t, i) {
3461
- for (var n, o = (ye.tweeners[t] || []).concat(ye.tweeners["*"]), s = 0, u = o.length; s < u; s++)
3462
- if (n = o[s].call(i, t, e))
3463
+ for (var n, s = (ye.tweeners[t] || []).concat(ye.tweeners["*"]), o = 0, u = s.length; o < u; o++)
3464
+ if (n = s[o].call(i, t, e))
3463
3465
  return n;
3464
3466
  }
3465
3467
  function Sn(e, t, i) {
3466
- var n, o, s, u, c, f, d, x, T = "width" in t || "height" in t, m = this, S = {}, H = e.style, z = e.nodeType && gt(e), _ = I.get(e, "fxshow");
3468
+ var n, s, o, u, c, f, d, x, T = "width" in t || "height" in t, m = this, S = {}, P = e.style, z = e.nodeType && gt(e), _ = I.get(e, "fxshow");
3467
3469
  i.queue || (u = r._queueHooks(e, "fx"), u.unqueued == null && (u.unqueued = 0, c = u.empty.fire, u.empty.fire = function() {
3468
3470
  u.unqueued || c();
3469
3471
  }), u.unqueued++, m.always(function() {
@@ -3472,22 +3474,22 @@ function Cr() {
3472
3474
  });
3473
3475
  }));
3474
3476
  for (n in t)
3475
- if (o = t[n], Tn.test(o)) {
3476
- if (delete t[n], s = s || o === "toggle", o === (z ? "hide" : "show"))
3477
- if (o === "show" && _ && _[n] !== void 0)
3477
+ if (s = t[n], Tn.test(s)) {
3478
+ if (delete t[n], o = o || s === "toggle", s === (z ? "hide" : "show"))
3479
+ if (s === "show" && _ && _[n] !== void 0)
3478
3480
  z = !0;
3479
3481
  else
3480
3482
  continue;
3481
3483
  S[n] = _ && _[n] || r.style(e, n);
3482
3484
  }
3483
3485
  if (f = !r.isEmptyObject(t), !(!f && r.isEmptyObject(S))) {
3484
- T && e.nodeType === 1 && (i.overflow = [H.overflow, H.overflowX, H.overflowY], d = _ && _.display, d == null && (d = I.get(e, "display")), x = r.css(e, "display"), x === "none" && (d ? x = d : (Ue([e], !0), d = e.style.display || d, x = r.css(e, "display"), Ue([e]))), (x === "inline" || x === "inline-block" && d != null) && r.css(e, "float") === "none" && (f || (m.done(function() {
3485
- H.display = d;
3486
- }), d == null && (x = H.display, d = x === "none" ? "" : x)), H.display = "inline-block")), i.overflow && (H.overflow = "hidden", m.always(function() {
3487
- H.overflow = i.overflow[0], H.overflowX = i.overflow[1], H.overflowY = i.overflow[2];
3486
+ T && e.nodeType === 1 && (i.overflow = [P.overflow, P.overflowX, P.overflowY], d = _ && _.display, d == null && (d = I.get(e, "display")), x = r.css(e, "display"), x === "none" && (d ? x = d : (Ue([e], !0), d = e.style.display || d, x = r.css(e, "display"), Ue([e]))), (x === "inline" || x === "inline-block" && d != null) && r.css(e, "float") === "none" && (f || (m.done(function() {
3487
+ P.display = d;
3488
+ }), d == null && (x = P.display, d = x === "none" ? "" : x)), P.display = "inline-block")), i.overflow && (P.overflow = "hidden", m.always(function() {
3489
+ P.overflow = i.overflow[0], P.overflowX = i.overflow[1], P.overflowY = i.overflow[2];
3488
3490
  })), f = !1;
3489
3491
  for (n in S)
3490
- f || (_ ? "hidden" in _ && (z = _.hidden) : _ = I.access(e, "fxshow", { display: d }), s && (_.hidden = !z), z && Ue([e], !0), m.done(function() {
3492
+ f || (_ ? "hidden" in _ && (z = _.hidden) : _ = I.access(e, "fxshow", { display: d }), o && (_.hidden = !z), z && Ue([e], !0), m.done(function() {
3491
3493
  z || Ue([e]), I.remove(e, "fxshow");
3492
3494
  for (n in S)
3493
3495
  r.style(e, n, S[n]);
@@ -3495,24 +3497,24 @@ function Cr() {
3495
3497
  }
3496
3498
  }
3497
3499
  function Cn(e, t) {
3498
- var i, n, o, s, u;
3500
+ var i, n, s, o, u;
3499
3501
  for (i in e)
3500
- if (n = xe(i), o = t[n], s = e[i], Array.isArray(s) && (o = s[1], s = e[i] = s[0]), i !== n && (e[n] = s, delete e[i]), u = r.cssHooks[n], u && "expand" in u) {
3501
- s = u.expand(s), delete e[n];
3502
- for (i in s)
3503
- i in e || (e[i] = s[i], t[i] = o);
3502
+ if (n = xe(i), s = t[n], o = e[i], Array.isArray(o) && (s = o[1], o = e[i] = o[0]), i !== n && (e[n] = o, delete e[i]), u = r.cssHooks[n], u && "expand" in u) {
3503
+ o = u.expand(o), delete e[n];
3504
+ for (i in o)
3505
+ i in e || (e[i] = o[i], t[i] = s);
3504
3506
  } else
3505
- t[n] = o;
3507
+ t[n] = s;
3506
3508
  }
3507
3509
  function ye(e, t, i) {
3508
- var n, o, s = 0, u = ye.prefilters.length, c = r.Deferred().always(function() {
3510
+ var n, s, o = 0, u = ye.prefilters.length, c = r.Deferred().always(function() {
3509
3511
  delete f.elem;
3510
3512
  }), f = function() {
3511
- if (o)
3513
+ if (s)
3512
3514
  return !1;
3513
- for (var T = Ge || ki(), m = Math.max(0, d.startTime + d.duration - T), S = m / d.duration || 0, H = 1 - S, z = 0, _ = d.tweens.length; z < _; z++)
3514
- d.tweens[z].run(H);
3515
- return c.notifyWith(e, [d, H, m]), H < 1 && _ ? m : (_ || c.notifyWith(e, [d, 1, 0]), c.resolveWith(e, [d]), !1);
3515
+ for (var T = Ge || ki(), m = Math.max(0, d.startTime + d.duration - T), S = m / d.duration || 0, P = 1 - S, z = 0, _ = d.tweens.length; z < _; z++)
3516
+ d.tweens[z].run(P);
3517
+ return c.notifyWith(e, [d, P, m]), P < 1 && _ ? m : (_ || c.notifyWith(e, [d, 1, 0]), c.resolveWith(e, [d]), !1);
3516
3518
  }, d = c.promise({
3517
3519
  elem: e,
3518
3520
  props: r.extend({}, t),
@@ -3537,15 +3539,15 @@ function Cr() {
3537
3539
  },
3538
3540
  stop: function(T) {
3539
3541
  var m = 0, S = T ? d.tweens.length : 0;
3540
- if (o)
3542
+ if (s)
3541
3543
  return this;
3542
- for (o = !0; m < S; m++)
3544
+ for (s = !0; m < S; m++)
3543
3545
  d.tweens[m].run(1);
3544
3546
  return T ? (c.notifyWith(e, [d, 1, 0]), c.resolveWith(e, [d, T])) : c.rejectWith(e, [d, T]), this;
3545
3547
  }
3546
3548
  }), x = d.props;
3547
- for (Cn(x, d.opts.specialEasing); s < u; s++)
3548
- if (n = ye.prefilters[s].call(d, e, x, d.opts), n)
3549
+ for (Cn(x, d.opts.specialEasing); o < u; o++)
3550
+ if (n = ye.prefilters[o].call(d, e, x, d.opts), n)
3549
3551
  return W(n.stop) && (r._queueHooks(d.elem, d.opts.queue).stop = n.stop.bind(n)), n;
3550
3552
  return r.map(x, Ei, d), W(d.opts.start) && d.opts.start.call(e, d), d.progress(d.opts.progress).done(d.opts.done, d.opts.complete).fail(d.opts.fail).always(d.opts.always), r.fx.timer(
3551
3553
  r.extend(f, {
@@ -3564,7 +3566,7 @@ function Cr() {
3564
3566
  },
3565
3567
  tweener: function(e, t) {
3566
3568
  W(e) ? (t = e, e = ["*"]) : e = e.match(ve);
3567
- for (var i, n = 0, o = e.length; n < o; n++)
3569
+ for (var i, n = 0, s = e.length; n < s; n++)
3568
3570
  i = e[n], ye.tweeners[i] = ye.tweeners[i] || [], ye.tweeners[i].unshift(t);
3569
3571
  },
3570
3572
  prefilters: [Sn],
@@ -3585,34 +3587,34 @@ function Cr() {
3585
3587
  return this.filter(gt).css("opacity", 0).show().end().animate({ opacity: t }, e, i, n);
3586
3588
  },
3587
3589
  animate: function(e, t, i, n) {
3588
- var o = r.isEmptyObject(e), s = r.speed(t, i, n), u = function() {
3589
- var c = ye(this, r.extend({}, e), s);
3590
- (o || I.get(this, "finish")) && c.stop(!0);
3590
+ var s = r.isEmptyObject(e), o = r.speed(t, i, n), u = function() {
3591
+ var c = ye(this, r.extend({}, e), o);
3592
+ (s || I.get(this, "finish")) && c.stop(!0);
3591
3593
  };
3592
- return u.finish = u, o || s.queue === !1 ? this.each(u) : this.queue(s.queue, u);
3594
+ return u.finish = u, s || o.queue === !1 ? this.each(u) : this.queue(o.queue, u);
3593
3595
  },
3594
3596
  stop: function(e, t, i) {
3595
- var n = function(o) {
3596
- var s = o.stop;
3597
- delete o.stop, s(i);
3597
+ var n = function(s) {
3598
+ var o = s.stop;
3599
+ delete s.stop, o(i);
3598
3600
  };
3599
3601
  return typeof e != "string" && (i = t, t = e, e = void 0), t && this.queue(e || "fx", []), this.each(function() {
3600
- var o = !0, s = e != null && e + "queueHooks", u = r.timers, c = I.get(this);
3601
- if (s)
3602
- c[s] && c[s].stop && n(c[s]);
3602
+ var s = !0, o = e != null && e + "queueHooks", u = r.timers, c = I.get(this);
3603
+ if (o)
3604
+ c[o] && c[o].stop && n(c[o]);
3603
3605
  else
3604
- for (s in c)
3605
- c[s] && c[s].stop && wn.test(s) && n(c[s]);
3606
- for (s = u.length; s--; )
3607
- u[s].elem === this && (e == null || u[s].queue === e) && (u[s].anim.stop(i), o = !1, u.splice(s, 1));
3608
- (o || !i) && r.dequeue(this, e);
3606
+ for (o in c)
3607
+ c[o] && c[o].stop && wn.test(o) && n(c[o]);
3608
+ for (o = u.length; o--; )
3609
+ u[o].elem === this && (e == null || u[o].queue === e) && (u[o].anim.stop(i), s = !1, u.splice(o, 1));
3610
+ (s || !i) && r.dequeue(this, e);
3609
3611
  });
3610
3612
  },
3611
3613
  finish: function(e) {
3612
3614
  return e !== !1 && (e = e || "fx"), this.each(function() {
3613
- var t, i = I.get(this), n = i[e + "queue"], o = i[e + "queueHooks"], s = r.timers, u = n ? n.length : 0;
3614
- for (i.finish = !0, r.queue(this, e, []), o && o.stop && o.stop.call(this, !0), t = s.length; t--; )
3615
- s[t].elem === this && s[t].queue === e && (s[t].anim.stop(!0), s.splice(t, 1));
3615
+ var t, i = I.get(this), n = i[e + "queue"], s = i[e + "queueHooks"], o = r.timers, u = n ? n.length : 0;
3616
+ for (i.finish = !0, r.queue(this, e, []), s && s.stop && s.stop.call(this, !0), t = o.length; t--; )
3617
+ o[t].elem === this && o[t].queue === e && (o[t].anim.stop(!0), o.splice(t, 1));
3616
3618
  for (t = 0; t < u; t++)
3617
3619
  n[t] && n[t].finish && n[t].finish.call(this);
3618
3620
  delete i.finish;
@@ -3620,8 +3622,8 @@ function Cr() {
3620
3622
  }
3621
3623
  }), r.each(["toggle", "show", "hide"], function(e, t) {
3622
3624
  var i = r.fn[t];
3623
- r.fn[t] = function(n, o, s) {
3624
- return n == null || typeof n == "boolean" ? i.apply(this, arguments) : this.animate(xt(t, !0), n, o, s);
3625
+ r.fn[t] = function(n, s, o) {
3626
+ return n == null || typeof n == "boolean" ? i.apply(this, arguments) : this.animate(xt(t, !0), n, s, o);
3625
3627
  };
3626
3628
  }), r.each({
3627
3629
  slideDown: xt("show"),
@@ -3631,8 +3633,8 @@ function Cr() {
3631
3633
  fadeOut: { opacity: "hide" },
3632
3634
  fadeToggle: { opacity: "toggle" }
3633
3635
  }, function(e, t) {
3634
- r.fn[e] = function(i, n, o) {
3635
- return this.animate(t, i, n, o);
3636
+ r.fn[e] = function(i, n, s) {
3637
+ return this.animate(t, i, n, s);
3636
3638
  };
3637
3639
  }), r.timers = [], r.fx.tick = function() {
3638
3640
  var e, t = 0, i = r.timers;
@@ -3642,7 +3644,7 @@ function Cr() {
3642
3644
  }, r.fx.timer = function(e) {
3643
3645
  r.timers.push(e), r.fx.start();
3644
3646
  }, r.fx.interval = 13, r.fx.start = function() {
3645
- vt || (vt = !0, Pt());
3647
+ vt || (vt = !0, Ht());
3646
3648
  }, r.fx.stop = function() {
3647
3649
  vt = null;
3648
3650
  }, r.fx.speeds = {
@@ -3652,16 +3654,16 @@ function Cr() {
3652
3654
  _default: 400
3653
3655
  }, r.fn.delay = function(e, t) {
3654
3656
  return e = r.fx && r.fx.speeds[e] || e, t = t || "fx", this.queue(t, function(i, n) {
3655
- var o = a.setTimeout(i, e);
3657
+ var s = a.setTimeout(i, e);
3656
3658
  n.stop = function() {
3657
- a.clearTimeout(o);
3659
+ a.clearTimeout(s);
3658
3660
  };
3659
3661
  });
3660
3662
  }, (function() {
3661
3663
  var e = L.createElement("input"), t = L.createElement("select"), i = t.appendChild(L.createElement("option"));
3662
3664
  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";
3663
3665
  })();
3664
- var Ai, ot = r.expr.attrHandle;
3666
+ var Ai, st = r.expr.attrHandle;
3665
3667
  r.fn.extend({
3666
3668
  attr: function(e, t) {
3667
3669
  return Ee(this, r.attr, e, t, arguments.length > 1);
@@ -3673,18 +3675,18 @@ function Cr() {
3673
3675
  }
3674
3676
  }), r.extend({
3675
3677
  attr: function(e, t, i) {
3676
- var n, o, s = e.nodeType;
3677
- if (!(s === 3 || s === 8 || s === 2)) {
3678
+ var n, s, o = e.nodeType;
3679
+ if (!(o === 3 || o === 8 || o === 2)) {
3678
3680
  if (typeof e.getAttribute > "u")
3679
3681
  return r.prop(e, t, i);
3680
- if ((s !== 1 || !r.isXMLDoc(e)) && (o = r.attrHooks[t.toLowerCase()] || (r.expr.match.bool.test(t) ? Ai : void 0)), i !== void 0) {
3682
+ if ((o !== 1 || !r.isXMLDoc(e)) && (s = r.attrHooks[t.toLowerCase()] || (r.expr.match.bool.test(t) ? Ai : void 0)), i !== void 0) {
3681
3683
  if (i === null) {
3682
3684
  r.removeAttr(e, t);
3683
3685
  return;
3684
3686
  }
3685
- return o && "set" in o && (n = o.set(e, i, t)) !== void 0 ? n : (e.setAttribute(t, i + ""), i);
3687
+ return s && "set" in s && (n = s.set(e, i, t)) !== void 0 ? n : (e.setAttribute(t, i + ""), i);
3686
3688
  }
3687
- return o && "get" in o && (n = o.get(e, t)) !== null ? n : (n = r.find.attr(e, t), n ?? void 0);
3689
+ return s && "get" in s && (n = s.get(e, t)) !== null ? n : (n = r.find.attr(e, t), n ?? void 0);
3688
3690
  }
3689
3691
  },
3690
3692
  attrHooks: {
@@ -3698,9 +3700,9 @@ function Cr() {
3698
3700
  }
3699
3701
  },
3700
3702
  removeAttr: function(e, t) {
3701
- var i, n = 0, o = t && t.match(ve);
3702
- if (o && e.nodeType === 1)
3703
- for (; i = o[n++]; )
3703
+ var i, n = 0, s = t && t.match(ve);
3704
+ if (s && e.nodeType === 1)
3705
+ for (; i = s[n++]; )
3704
3706
  e.removeAttribute(i);
3705
3707
  }
3706
3708
  }), Ai = {
@@ -3708,10 +3710,10 @@ function Cr() {
3708
3710
  return t === !1 ? r.removeAttr(e, i) : e.setAttribute(i, i), i;
3709
3711
  }
3710
3712
  }, r.each(r.expr.match.bool.source.match(/\w+/g), function(e, t) {
3711
- var i = ot[t] || r.find.attr;
3712
- ot[t] = function(n, o, s) {
3713
- var u, c, f = o.toLowerCase();
3714
- return s || (c = ot[f], ot[f] = u, u = i(n, o, s) != null ? f : null, ot[f] = c), u;
3713
+ var i = st[t] || r.find.attr;
3714
+ st[t] = function(n, s, o) {
3715
+ var u, c, f = s.toLowerCase();
3716
+ return o || (c = st[f], st[f] = u, u = i(n, s, o) != null ? f : null, st[f] = c), u;
3715
3717
  };
3716
3718
  });
3717
3719
  var kn = /^(?:input|select|textarea|button)$/i, En = /^(?:a|area)$/i;
@@ -3726,9 +3728,9 @@ function Cr() {
3726
3728
  }
3727
3729
  }), r.extend({
3728
3730
  prop: function(e, t, i) {
3729
- var n, o, s = e.nodeType;
3730
- if (!(s === 3 || s === 8 || s === 2))
3731
- return (s !== 1 || !r.isXMLDoc(e)) && (t = r.propFix[t] || t, o = r.propHooks[t]), i !== void 0 ? o && "set" in o && (n = o.set(e, i, t)) !== void 0 ? n : e[t] = i : o && "get" in o && (n = o.get(e, t)) !== null ? n : e[t];
3731
+ var n, s, o = e.nodeType;
3732
+ if (!(o === 3 || o === 8 || o === 2))
3733
+ return (o !== 1 || !r.isXMLDoc(e)) && (t = r.propFix[t] || t, s = r.propHooks[t]), i !== void 0 ? s && "set" in s && (n = s.set(e, i, t)) !== void 0 ? n : e[t] = i : s && "get" in s && (n = s.get(e, t)) !== null ? n : e[t];
3732
3734
  },
3733
3735
  propHooks: {
3734
3736
  tabIndex: {
@@ -3765,54 +3767,54 @@ function Cr() {
3765
3767
  ], function() {
3766
3768
  r.propFix[this.toLowerCase()] = this;
3767
3769
  });
3768
- function Pe(e) {
3770
+ function He(e) {
3769
3771
  var t = e.match(ve) || [];
3770
3772
  return t.join(" ");
3771
3773
  }
3772
- function He(e) {
3774
+ function Pe(e) {
3773
3775
  return e.getAttribute && e.getAttribute("class") || "";
3774
3776
  }
3775
- function Ht(e) {
3777
+ function Pt(e) {
3776
3778
  return Array.isArray(e) ? e : typeof e == "string" ? e.match(ve) || [] : [];
3777
3779
  }
3778
3780
  r.fn.extend({
3779
3781
  addClass: function(e) {
3780
- var t, i, n, o, s, u;
3782
+ var t, i, n, s, o, u;
3781
3783
  return W(e) ? this.each(function(c) {
3782
- r(this).addClass(e.call(this, c, He(this)));
3783
- }) : (t = Ht(e), t.length ? this.each(function() {
3784
- if (n = He(this), i = this.nodeType === 1 && " " + Pe(n) + " ", i) {
3785
- for (s = 0; s < t.length; s++)
3786
- o = t[s], i.indexOf(" " + o + " ") < 0 && (i += o + " ");
3787
- u = Pe(i), n !== u && this.setAttribute("class", u);
3784
+ r(this).addClass(e.call(this, c, Pe(this)));
3785
+ }) : (t = Pt(e), t.length ? this.each(function() {
3786
+ if (n = Pe(this), i = this.nodeType === 1 && " " + He(n) + " ", i) {
3787
+ for (o = 0; o < t.length; o++)
3788
+ s = t[o], i.indexOf(" " + s + " ") < 0 && (i += s + " ");
3789
+ u = He(i), n !== u && this.setAttribute("class", u);
3788
3790
  }
3789
3791
  }) : this);
3790
3792
  },
3791
3793
  removeClass: function(e) {
3792
- var t, i, n, o, s, u;
3794
+ var t, i, n, s, o, u;
3793
3795
  return W(e) ? this.each(function(c) {
3794
- r(this).removeClass(e.call(this, c, He(this)));
3795
- }) : arguments.length ? (t = Ht(e), t.length ? this.each(function() {
3796
- if (n = He(this), i = this.nodeType === 1 && " " + Pe(n) + " ", i) {
3797
- for (s = 0; s < t.length; s++)
3798
- for (o = t[s]; i.indexOf(" " + o + " ") > -1; )
3799
- i = i.replace(" " + o + " ", " ");
3800
- u = Pe(i), n !== u && this.setAttribute("class", u);
3796
+ r(this).removeClass(e.call(this, c, Pe(this)));
3797
+ }) : arguments.length ? (t = Pt(e), t.length ? this.each(function() {
3798
+ if (n = Pe(this), i = this.nodeType === 1 && " " + He(n) + " ", i) {
3799
+ for (o = 0; o < t.length; o++)
3800
+ for (s = t[o]; i.indexOf(" " + s + " ") > -1; )
3801
+ i = i.replace(" " + s + " ", " ");
3802
+ u = He(i), n !== u && this.setAttribute("class", u);
3801
3803
  }
3802
3804
  }) : this) : this.attr("class", "");
3803
3805
  },
3804
3806
  toggleClass: function(e, t) {
3805
- var i, n, o, s, u = typeof e, c = u === "string" || Array.isArray(e);
3807
+ var i, n, s, o, u = typeof e, c = u === "string" || Array.isArray(e);
3806
3808
  return W(e) ? this.each(function(f) {
3807
3809
  r(this).toggleClass(
3808
- e.call(this, f, He(this), t),
3810
+ e.call(this, f, Pe(this), t),
3809
3811
  t
3810
3812
  );
3811
- }) : typeof t == "boolean" && c ? t ? this.addClass(e) : this.removeClass(e) : (i = Ht(e), this.each(function() {
3813
+ }) : typeof t == "boolean" && c ? t ? this.addClass(e) : this.removeClass(e) : (i = Pt(e), this.each(function() {
3812
3814
  if (c)
3813
- for (s = r(this), o = 0; o < i.length; o++)
3814
- n = i[o], s.hasClass(n) ? s.removeClass(n) : s.addClass(n);
3815
- else (e === void 0 || u === "boolean") && (n = He(this), n && I.set(this, "__className__", n), this.setAttribute && this.setAttribute(
3815
+ for (o = r(this), s = 0; s < i.length; s++)
3816
+ n = i[s], o.hasClass(n) ? o.removeClass(n) : o.addClass(n);
3817
+ else (e === void 0 || u === "boolean") && (n = Pe(this), n && I.set(this, "__className__", n), this.setAttribute && this.setAttribute(
3816
3818
  "class",
3817
3819
  n || e === !1 ? "" : I.get(this, "__className__") || ""
3818
3820
  ));
@@ -3821,7 +3823,7 @@ function Cr() {
3821
3823
  hasClass: function(e) {
3822
3824
  var t, i, n = 0;
3823
3825
  for (t = " " + e + " "; i = this[n++]; )
3824
- if (i.nodeType === 1 && (" " + Pe(He(i)) + " ").indexOf(t) > -1)
3826
+ if (i.nodeType === 1 && (" " + He(Pe(i)) + " ").indexOf(t) > -1)
3825
3827
  return !0;
3826
3828
  return !1;
3827
3829
  }
@@ -3829,13 +3831,13 @@ function Cr() {
3829
3831
  var An = /\r/g;
3830
3832
  r.fn.extend({
3831
3833
  val: function(e) {
3832
- var t, i, n, o = this[0];
3833
- return arguments.length ? (n = W(e), this.each(function(s) {
3834
+ var t, i, n, s = this[0];
3835
+ return arguments.length ? (n = W(e), this.each(function(o) {
3834
3836
  var u;
3835
- this.nodeType === 1 && (n ? u = e.call(this, s, r(this).val()) : u = e, u == null ? u = "" : typeof u == "number" ? u += "" : Array.isArray(u) && (u = r.map(u, function(c) {
3837
+ this.nodeType === 1 && (n ? u = e.call(this, o, r(this).val()) : u = e, u == null ? u = "" : typeof u == "number" ? u += "" : Array.isArray(u) && (u = r.map(u, function(c) {
3836
3838
  return c == null ? "" : c + "";
3837
3839
  })), t = r.valHooks[this.type] || r.valHooks[this.nodeName.toLowerCase()], (!t || !("set" in t) || t.set(this, u, "value") === void 0) && (this.value = u));
3838
- })) : o ? (t = r.valHooks[o.type] || r.valHooks[o.nodeName.toLowerCase()], t && "get" in t && (i = t.get(o, "value")) !== void 0 ? i : (i = o.value, typeof i == "string" ? i.replace(An, "") : i ?? "")) : void 0;
3840
+ })) : s ? (t = r.valHooks[s.type] || r.valHooks[s.nodeName.toLowerCase()], t && "get" in t && (i = t.get(s, "value")) !== void 0 ? i : (i = s.value, typeof i == "string" ? i.replace(An, "") : i ?? "")) : void 0;
3839
3841
  }
3840
3842
  }), r.extend({
3841
3843
  valHooks: {
@@ -3846,14 +3848,14 @@ function Cr() {
3846
3848
  // option.text throws exceptions (trac-14686, trac-14858)
3847
3849
  // Strip and collapse whitespace
3848
3850
  // https://html.spec.whatwg.org/#strip-and-collapse-whitespace
3849
- Pe(r.text(e));
3851
+ He(r.text(e));
3850
3852
  }
3851
3853
  },
3852
3854
  select: {
3853
3855
  get: function(e) {
3854
- var t, i, n, o = e.options, s = e.selectedIndex, u = e.type === "select-one", c = u ? null : [], f = u ? s + 1 : o.length;
3855
- for (s < 0 ? n = f : n = u ? s : 0; n < f; n++)
3856
- if (i = o[n], (i.selected || n === s) && // Don't return options that are disabled or in a disabled optgroup
3856
+ var t, i, n, s = e.options, o = e.selectedIndex, u = e.type === "select-one", c = u ? null : [], f = u ? o + 1 : s.length;
3857
+ for (o < 0 ? n = f : n = u ? o : 0; n < f; n++)
3858
+ if (i = s[n], (i.selected || n === o) && // Don't return options that are disabled or in a disabled optgroup
3857
3859
  !i.disabled && (!i.parentNode.disabled || !K(i.parentNode, "optgroup"))) {
3858
3860
  if (t = r(i).val(), u)
3859
3861
  return t;
@@ -3862,9 +3864,9 @@ function Cr() {
3862
3864
  return c;
3863
3865
  },
3864
3866
  set: function(e, t) {
3865
- for (var i, n, o = e.options, s = r.makeArray(t), u = o.length; u--; )
3866
- n = o[u], (n.selected = r.inArray(r.valHooks.option.get(n), s) > -1) && (i = !0);
3867
- return i || (e.selectedIndex = -1), s;
3867
+ for (var i, n, s = e.options, o = r.makeArray(t), u = s.length; u--; )
3868
+ n = s[u], (n.selected = r.inArray(r.valHooks.option.get(n), o) > -1) && (i = !0);
3869
+ return i || (e.selectedIndex = -1), o;
3868
3870
  }
3869
3871
  }
3870
3872
  }
@@ -3878,7 +3880,7 @@ function Cr() {
3878
3880
  return e.getAttribute("value") === null ? "on" : e.value;
3879
3881
  });
3880
3882
  });
3881
- var st = a.location, Di = { guid: Date.now() }, Ft = /\?/;
3883
+ var ot = a.location, Di = { guid: Date.now() }, Ft = /\?/;
3882
3884
  r.parseXML = function(e) {
3883
3885
  var t, i;
3884
3886
  if (!e || typeof e != "string")
@@ -3897,15 +3899,15 @@ function Cr() {
3897
3899
  };
3898
3900
  r.extend(r.event, {
3899
3901
  trigger: function(e, t, i, n) {
3900
- var o, s, u, c, f, d, x, T, m = [i || L], S = Z.call(e, "type") ? e.type : e, H = Z.call(e, "namespace") ? e.namespace.split(".") : [];
3901
- if (s = T = u = i = i || L, !(i.nodeType === 3 || i.nodeType === 8) && !Ri.test(S + r.event.triggered) && (S.indexOf(".") > -1 && (H = S.split("."), S = H.shift(), H.sort()), f = S.indexOf(":") < 0 && "on" + S, e = e[r.expando] ? e : new r.Event(S, typeof e == "object" && e), e.isTrigger = n ? 2 : 3, e.namespace = H.join("."), e.rnamespace = e.namespace ? new RegExp("(^|\\.)" + H.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, e.result = void 0, e.target || (e.target = i), t = t == null ? [e] : r.makeArray(t, [e]), x = r.event.special[S] || {}, !(!n && x.trigger && x.trigger.apply(i, t) === !1))) {
3902
+ var s, o, u, c, f, d, x, T, m = [i || L], S = Z.call(e, "type") ? e.type : e, P = Z.call(e, "namespace") ? e.namespace.split(".") : [];
3903
+ if (o = T = u = i = i || L, !(i.nodeType === 3 || i.nodeType === 8) && !Ri.test(S + r.event.triggered) && (S.indexOf(".") > -1 && (P = S.split("."), S = P.shift(), P.sort()), f = S.indexOf(":") < 0 && "on" + S, e = e[r.expando] ? e : new r.Event(S, typeof e == "object" && e), e.isTrigger = n ? 2 : 3, e.namespace = P.join("."), e.rnamespace = e.namespace ? new RegExp("(^|\\.)" + P.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, e.result = void 0, e.target || (e.target = i), t = t == null ? [e] : r.makeArray(t, [e]), x = r.event.special[S] || {}, !(!n && x.trigger && x.trigger.apply(i, t) === !1))) {
3902
3904
  if (!n && !x.noBubble && !Ne(i)) {
3903
- for (c = x.delegateType || S, Ri.test(c + S) || (s = s.parentNode); s; s = s.parentNode)
3904
- m.push(s), u = s;
3905
+ for (c = x.delegateType || S, Ri.test(c + S) || (o = o.parentNode); o; o = o.parentNode)
3906
+ m.push(o), u = o;
3905
3907
  u === (i.ownerDocument || L) && m.push(u.defaultView || u.parentWindow || a);
3906
3908
  }
3907
- for (o = 0; (s = m[o++]) && !e.isPropagationStopped(); )
3908
- T = s, e.type = o > 1 ? c : x.bindType || S, d = (I.get(s, "events") || /* @__PURE__ */ Object.create(null))[e.type] && I.get(s, "handle"), d && d.apply(s, t), d = f && s[f], d && d.apply && et(s) && (e.result = d.apply(s, t), e.result === !1 && e.preventDefault());
3909
+ for (s = 0; (o = m[s++]) && !e.isPropagationStopped(); )
3910
+ T = o, e.type = s > 1 ? c : x.bindType || S, d = (I.get(o, "events") || /* @__PURE__ */ Object.create(null))[e.type] && I.get(o, "handle"), d && d.apply(o, t), d = f && o[f], d && d.apply && et(o) && (e.result = d.apply(o, t), e.result === !1 && e.preventDefault());
3909
3911
  return e.type = S, !n && !e.isDefaultPrevented() && (!x._default || x._default.apply(m.pop(), t) === !1) && et(i) && f && W(i[S]) && !Ne(i) && (u = i[f], u && (i[f] = null), r.event.triggered = S, e.isPropagationStopped() && T.addEventListener(S, Ni), i[S](), e.isPropagationStopped() && T.removeEventListener(S, Ni), r.event.triggered = void 0, u && (i[f] = u)), e.result;
3910
3912
  }
3911
3913
  },
@@ -3936,36 +3938,36 @@ function Cr() {
3936
3938
  });
3937
3939
  var Dn = /\[\]$/, Li = /\r?\n/g, Rn = /^(?:submit|button|image|reset|file)$/i, Nn = /^(?:input|select|textarea|keygen)/i;
3938
3940
  function Ot(e, t, i, n) {
3939
- var o;
3941
+ var s;
3940
3942
  if (Array.isArray(t))
3941
- r.each(t, function(s, u) {
3943
+ r.each(t, function(o, u) {
3942
3944
  i || Dn.test(e) ? n(e, u) : Ot(
3943
- e + "[" + (typeof u == "object" && u != null ? s : "") + "]",
3945
+ e + "[" + (typeof u == "object" && u != null ? o : "") + "]",
3944
3946
  u,
3945
3947
  i,
3946
3948
  n
3947
3949
  );
3948
3950
  });
3949
3951
  else if (!i && We(t) === "object")
3950
- for (o in t)
3951
- Ot(e + "[" + o + "]", t[o], i, n);
3952
+ for (s in t)
3953
+ Ot(e + "[" + s + "]", t[s], i, n);
3952
3954
  else
3953
3955
  n(e, t);
3954
3956
  }
3955
3957
  r.param = function(e, t) {
3956
- var i, n = [], o = function(s, u) {
3958
+ var i, n = [], s = function(o, u) {
3957
3959
  var c = W(u) ? u() : u;
3958
- n[n.length] = encodeURIComponent(s) + "=" + encodeURIComponent(c ?? "");
3960
+ n[n.length] = encodeURIComponent(o) + "=" + encodeURIComponent(c ?? "");
3959
3961
  };
3960
3962
  if (e == null)
3961
3963
  return "";
3962
3964
  if (Array.isArray(e) || e.jquery && !r.isPlainObject(e))
3963
3965
  r.each(e, function() {
3964
- o(this.name, this.value);
3966
+ s(this.name, this.value);
3965
3967
  });
3966
3968
  else
3967
3969
  for (i in e)
3968
- Ot(i, e[i], t, o);
3970
+ Ot(i, e[i], t, s);
3969
3971
  return n.join("&");
3970
3972
  }, r.fn.extend({
3971
3973
  serialize: function() {
@@ -3988,76 +3990,76 @@ function Cr() {
3988
3990
  }).get();
3989
3991
  }
3990
3992
  });
3991
- var Ln = /%20/g, In = /#.*$/, Mn = /([?&])_=[^&]*/, qn = /^(.*?):[ \t]*([^\r\n]*)$/mg, jn = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, Pn = /^(?:GET|HEAD)$/, Hn = /^\/\//, Ii = {}, Wt = {}, Mi = "*/".concat("*"), _t = L.createElement("a");
3992
- _t.href = st.href;
3993
+ var Ln = /%20/g, In = /#.*$/, Mn = /([?&])_=[^&]*/, qn = /^(.*?):[ \t]*([^\r\n]*)$/mg, jn = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, Hn = /^(?:GET|HEAD)$/, Pn = /^\/\//, Ii = {}, Wt = {}, Mi = "*/".concat("*"), _t = L.createElement("a");
3994
+ _t.href = ot.href;
3993
3995
  function qi(e) {
3994
3996
  return function(t, i) {
3995
3997
  typeof t != "string" && (i = t, t = "*");
3996
- var n, o = 0, s = t.toLowerCase().match(ve) || [];
3998
+ var n, s = 0, o = t.toLowerCase().match(ve) || [];
3997
3999
  if (W(i))
3998
- for (; n = s[o++]; )
4000
+ for (; n = o[s++]; )
3999
4001
  n[0] === "+" ? (n = n.slice(1) || "*", (e[n] = e[n] || []).unshift(i)) : (e[n] = e[n] || []).push(i);
4000
4002
  };
4001
4003
  }
4002
4004
  function ji(e, t, i, n) {
4003
- var o = {}, s = e === Wt;
4005
+ var s = {}, o = e === Wt;
4004
4006
  function u(c) {
4005
4007
  var f;
4006
- return o[c] = !0, r.each(e[c] || [], function(d, x) {
4008
+ return s[c] = !0, r.each(e[c] || [], function(d, x) {
4007
4009
  var T = x(t, i, n);
4008
- if (typeof T == "string" && !s && !o[T])
4010
+ if (typeof T == "string" && !o && !s[T])
4009
4011
  return t.dataTypes.unshift(T), u(T), !1;
4010
- if (s)
4012
+ if (o)
4011
4013
  return !(f = T);
4012
4014
  }), f;
4013
4015
  }
4014
- return u(t.dataTypes[0]) || !o["*"] && u("*");
4016
+ return u(t.dataTypes[0]) || !s["*"] && u("*");
4015
4017
  }
4016
4018
  function Bt(e, t) {
4017
- var i, n, o = r.ajaxSettings.flatOptions || {};
4019
+ var i, n, s = r.ajaxSettings.flatOptions || {};
4018
4020
  for (i in t)
4019
- t[i] !== void 0 && ((o[i] ? e : n || (n = {}))[i] = t[i]);
4021
+ t[i] !== void 0 && ((s[i] ? e : n || (n = {}))[i] = t[i]);
4020
4022
  return n && r.extend(!0, e, n), e;
4021
4023
  }
4022
4024
  function Fn(e, t, i) {
4023
- for (var n, o, s, u, c = e.contents, f = e.dataTypes; f[0] === "*"; )
4025
+ for (var n, s, o, u, c = e.contents, f = e.dataTypes; f[0] === "*"; )
4024
4026
  f.shift(), n === void 0 && (n = e.mimeType || t.getResponseHeader("Content-Type"));
4025
4027
  if (n) {
4026
- for (o in c)
4027
- if (c[o] && c[o].test(n)) {
4028
- f.unshift(o);
4028
+ for (s in c)
4029
+ if (c[s] && c[s].test(n)) {
4030
+ f.unshift(s);
4029
4031
  break;
4030
4032
  }
4031
4033
  }
4032
4034
  if (f[0] in i)
4033
- s = f[0];
4035
+ o = f[0];
4034
4036
  else {
4035
- for (o in i) {
4036
- if (!f[0] || e.converters[o + " " + f[0]]) {
4037
- s = o;
4037
+ for (s in i) {
4038
+ if (!f[0] || e.converters[s + " " + f[0]]) {
4039
+ o = s;
4038
4040
  break;
4039
4041
  }
4040
- u || (u = o);
4042
+ u || (u = s);
4041
4043
  }
4042
- s = s || u;
4044
+ o = o || u;
4043
4045
  }
4044
- if (s)
4045
- return s !== f[0] && f.unshift(s), i[s];
4046
+ if (o)
4047
+ return o !== f[0] && f.unshift(o), i[o];
4046
4048
  }
4047
4049
  function On(e, t, i, n) {
4048
- var o, s, u, c, f, d = {}, x = e.dataTypes.slice();
4050
+ var s, o, u, c, f, d = {}, x = e.dataTypes.slice();
4049
4051
  if (x[1])
4050
4052
  for (u in e.converters)
4051
4053
  d[u.toLowerCase()] = e.converters[u];
4052
- for (s = x.shift(); s; )
4053
- if (e.responseFields[s] && (i[e.responseFields[s]] = t), !f && n && e.dataFilter && (t = e.dataFilter(t, e.dataType)), f = s, s = x.shift(), s) {
4054
- if (s === "*")
4055
- s = f;
4056
- else if (f !== "*" && f !== s) {
4057
- if (u = d[f + " " + s] || d["* " + s], !u) {
4058
- for (o in d)
4059
- if (c = o.split(" "), c[1] === s && (u = d[f + " " + c[0]] || d["* " + c[0]], u)) {
4060
- u === !0 ? u = d[o] : d[o] !== !0 && (s = c[0], x.unshift(c[1]));
4054
+ for (o = x.shift(); o; )
4055
+ if (e.responseFields[o] && (i[e.responseFields[o]] = t), !f && n && e.dataFilter && (t = e.dataFilter(t, e.dataType)), f = o, o = x.shift(), o) {
4056
+ if (o === "*")
4057
+ o = f;
4058
+ else if (f !== "*" && f !== o) {
4059
+ if (u = d[f + " " + o] || d["* " + o], !u) {
4060
+ for (s in d)
4061
+ if (c = s.split(" "), c[1] === o && (u = d[f + " " + c[0]] || d["* " + c[0]], u)) {
4062
+ u === !0 ? u = d[s] : d[s] !== !0 && (o = c[0], x.unshift(c[1]));
4061
4063
  break;
4062
4064
  }
4063
4065
  }
@@ -4070,7 +4072,7 @@ function Cr() {
4070
4072
  } catch (T) {
4071
4073
  return {
4072
4074
  state: "parsererror",
4073
- error: u ? T : "No conversion from " + f + " to " + s
4075
+ error: u ? T : "No conversion from " + f + " to " + o
4074
4076
  };
4075
4077
  }
4076
4078
  }
@@ -4084,9 +4086,9 @@ function Cr() {
4084
4086
  lastModified: {},
4085
4087
  etag: {},
4086
4088
  ajaxSettings: {
4087
- url: st.href,
4089
+ url: ot.href,
4088
4090
  type: "GET",
4089
- isLocal: jn.test(st.protocol),
4091
+ isLocal: jn.test(ot.protocol),
4090
4092
  global: !0,
4091
4093
  processData: !0,
4092
4094
  async: !0,
@@ -4157,26 +4159,26 @@ function Cr() {
4157
4159
  // Main method
4158
4160
  ajax: function(e, t) {
4159
4161
  typeof e == "object" && (t = e, e = void 0), t = t || {};
4160
- var i, n, o, s, u, c, f, d, x, T, m = r.ajaxSetup({}, t), S = m.context || m, H = m.context && (S.nodeType || S.jquery) ? r(S) : r.event, z = r.Deferred(), _ = r.Callbacks("once memory"), oe = m.statusCode || {}, ne = {}, be = {}, Te = "canceled", U = {
4162
+ var i, n, s, o, u, c, f, d, x, T, m = r.ajaxSetup({}, t), S = m.context || m, P = m.context && (S.nodeType || S.jquery) ? r(S) : r.event, z = r.Deferred(), _ = r.Callbacks("once memory"), se = m.statusCode || {}, ne = {}, be = {}, Te = "canceled", U = {
4161
4163
  readyState: 0,
4162
4164
  // Builds headers hashtable if needed
4163
4165
  getResponseHeader: function(X) {
4164
- var ee;
4166
+ var te;
4165
4167
  if (f) {
4166
- if (!s)
4167
- for (s = {}; ee = qn.exec(o); )
4168
- s[ee[1].toLowerCase() + " "] = (s[ee[1].toLowerCase() + " "] || []).concat(ee[2]);
4169
- ee = s[X.toLowerCase() + " "];
4168
+ if (!o)
4169
+ for (o = {}; te = qn.exec(s); )
4170
+ o[te[1].toLowerCase() + " "] = (o[te[1].toLowerCase() + " "] || []).concat(te[2]);
4171
+ te = o[X.toLowerCase() + " "];
4170
4172
  }
4171
- return ee == null ? null : ee.join(", ");
4173
+ return te == null ? null : te.join(", ");
4172
4174
  },
4173
4175
  // Raw string
4174
4176
  getAllResponseHeaders: function() {
4175
- return f ? o : null;
4177
+ return f ? s : null;
4176
4178
  },
4177
4179
  // Caches the header
4178
- setRequestHeader: function(X, ee) {
4179
- return f == null && (X = be[X.toLowerCase()] = be[X.toLowerCase()] || X, ne[X] = ee), this;
4180
+ setRequestHeader: function(X, te) {
4181
+ return f == null && (X = be[X.toLowerCase()] = be[X.toLowerCase()] || X, ne[X] = te), this;
4180
4182
  },
4181
4183
  // Overrides response content-type header
4182
4184
  overrideMimeType: function(X) {
@@ -4184,22 +4186,22 @@ function Cr() {
4184
4186
  },
4185
4187
  // Status-dependent callbacks
4186
4188
  statusCode: function(X) {
4187
- var ee;
4189
+ var te;
4188
4190
  if (X)
4189
4191
  if (f)
4190
4192
  U.always(X[U.status]);
4191
4193
  else
4192
- for (ee in X)
4193
- oe[ee] = [oe[ee], X[ee]];
4194
+ for (te in X)
4195
+ se[te] = [se[te], X[te]];
4194
4196
  return this;
4195
4197
  },
4196
4198
  // Cancel the request
4197
4199
  abort: function(X) {
4198
- var ee = X || Te;
4199
- return i && i.abort(ee), Fe(0, ee), this;
4200
+ var te = X || Te;
4201
+ return i && i.abort(te), Fe(0, te), this;
4200
4202
  }
4201
4203
  };
4202
- if (z.promise(U), m.url = ((e || m.url || st.href) + "").replace(Hn, st.protocol + "//"), m.type = t.method || t.type || m.method || m.type, m.dataTypes = (m.dataType || "*").toLowerCase().match(ve) || [""], m.crossDomain == null) {
4204
+ if (z.promise(U), m.url = ((e || m.url || ot.href) + "").replace(Pn, ot.protocol + "//"), m.type = t.method || t.type || m.method || m.type, m.dataTypes = (m.dataType || "*").toLowerCase().match(ve) || [""], m.crossDomain == null) {
4203
4205
  c = L.createElement("a");
4204
4206
  try {
4205
4207
  c.href = m.url, c.href = c.href, m.crossDomain = _t.protocol + "//" + _t.host != c.protocol + "//" + c.host;
@@ -4209,7 +4211,7 @@ function Cr() {
4209
4211
  }
4210
4212
  if (m.data && m.processData && typeof m.data != "string" && (m.data = r.param(m.data, m.traditional)), ji(Ii, m, t, U), f)
4211
4213
  return U;
4212
- d = r.event && m.global, d && r.active++ === 0 && r.event.trigger("ajaxStart"), m.type = m.type.toUpperCase(), m.hasContent = !Pn.test(m.type), n = m.url.replace(In, ""), m.hasContent ? m.data && m.processData && (m.contentType || "").indexOf("application/x-www-form-urlencoded") === 0 && (m.data = m.data.replace(Ln, "+")) : (T = m.url.slice(n.length), m.data && (m.processData || typeof m.data == "string") && (n += (Ft.test(n) ? "&" : "?") + m.data, delete m.data), m.cache === !1 && (n = n.replace(Mn, "$1"), T = (Ft.test(n) ? "&" : "?") + "_=" + Di.guid++ + T), m.url = n + T), m.ifModified && (r.lastModified[n] && U.setRequestHeader("If-Modified-Since", r.lastModified[n]), r.etag[n] && U.setRequestHeader("If-None-Match", r.etag[n])), (m.data && m.hasContent && m.contentType !== !1 || t.contentType) && U.setRequestHeader("Content-Type", m.contentType), U.setRequestHeader(
4214
+ d = r.event && m.global, d && r.active++ === 0 && r.event.trigger("ajaxStart"), m.type = m.type.toUpperCase(), m.hasContent = !Hn.test(m.type), n = m.url.replace(In, ""), m.hasContent ? m.data && m.processData && (m.contentType || "").indexOf("application/x-www-form-urlencoded") === 0 && (m.data = m.data.replace(Ln, "+")) : (T = m.url.slice(n.length), m.data && (m.processData || typeof m.data == "string") && (n += (Ft.test(n) ? "&" : "?") + m.data, delete m.data), m.cache === !1 && (n = n.replace(Mn, "$1"), T = (Ft.test(n) ? "&" : "?") + "_=" + Di.guid++ + T), m.url = n + T), m.ifModified && (r.lastModified[n] && U.setRequestHeader("If-Modified-Since", r.lastModified[n]), r.etag[n] && U.setRequestHeader("If-None-Match", r.etag[n])), (m.data && m.hasContent && m.contentType !== !1 || t.contentType) && U.setRequestHeader("Content-Type", m.contentType), U.setRequestHeader(
4213
4215
  "Accept",
4214
4216
  m.dataTypes[0] && m.accepts[m.dataTypes[0]] ? m.accepts[m.dataTypes[0]] + (m.dataTypes[0] !== "*" ? ", " + Mi + "; q=0.01" : "") : m.accepts["*"]
4215
4217
  );
@@ -4220,7 +4222,7 @@ function Cr() {
4220
4222
  if (Te = "abort", _.add(m.complete), U.done(m.success), U.fail(m.error), i = ji(Wt, m, t, U), !i)
4221
4223
  Fe(-1, "No Transport");
4222
4224
  else {
4223
- if (U.readyState = 1, d && H.trigger("ajaxSend", [U, m]), f)
4225
+ if (U.readyState = 1, d && P.trigger("ajaxSend", [U, m]), f)
4224
4226
  return U;
4225
4227
  m.async && m.timeout > 0 && (u = a.setTimeout(function() {
4226
4228
  U.abort("timeout");
@@ -4233,13 +4235,13 @@ function Cr() {
4233
4235
  Fe(-1, X);
4234
4236
  }
4235
4237
  }
4236
- function Fe(X, ee, ut, Ut) {
4237
- var we, lt, Se, Ie, Me, pe = ee;
4238
- f || (f = !0, u && a.clearTimeout(u), i = void 0, o = Ut || "", U.readyState = X > 0 ? 4 : 0, we = X >= 200 && X < 300 || X === 304, ut && (Ie = Fn(m, U, ut)), !we && r.inArray("script", m.dataTypes) > -1 && r.inArray("json", m.dataTypes) < 0 && (m.converters["text script"] = function() {
4239
- }), Ie = On(m, Ie, U, we), we ? (m.ifModified && (Me = U.getResponseHeader("Last-Modified"), Me && (r.lastModified[n] = Me), Me = U.getResponseHeader("etag"), Me && (r.etag[n] = Me)), X === 204 || m.type === "HEAD" ? pe = "nocontent" : X === 304 ? pe = "notmodified" : (pe = Ie.state, lt = Ie.data, Se = Ie.error, we = !Se)) : (Se = pe, (X || !pe) && (pe = "error", X < 0 && (X = 0))), U.status = X, U.statusText = (ee || pe) + "", we ? z.resolveWith(S, [lt, pe, U]) : z.rejectWith(S, [U, pe, Se]), U.statusCode(oe), oe = void 0, d && H.trigger(
4238
+ function Fe(X, te, ut, Ut) {
4239
+ var we, lt, Se, Ie, Me, pe = te;
4240
+ f || (f = !0, u && a.clearTimeout(u), i = void 0, s = Ut || "", U.readyState = X > 0 ? 4 : 0, we = X >= 200 && X < 300 || X === 304, ut && (Ie = Fn(m, U, ut)), !we && r.inArray("script", m.dataTypes) > -1 && r.inArray("json", m.dataTypes) < 0 && (m.converters["text script"] = function() {
4241
+ }), Ie = On(m, Ie, U, we), we ? (m.ifModified && (Me = U.getResponseHeader("Last-Modified"), Me && (r.lastModified[n] = Me), Me = U.getResponseHeader("etag"), Me && (r.etag[n] = Me)), X === 204 || m.type === "HEAD" ? pe = "nocontent" : X === 304 ? pe = "notmodified" : (pe = Ie.state, lt = Ie.data, Se = Ie.error, we = !Se)) : (Se = pe, (X || !pe) && (pe = "error", X < 0 && (X = 0))), U.status = X, U.statusText = (te || pe) + "", we ? z.resolveWith(S, [lt, pe, U]) : z.rejectWith(S, [U, pe, Se]), U.statusCode(se), se = void 0, d && P.trigger(
4240
4242
  we ? "ajaxSuccess" : "ajaxError",
4241
4243
  [U, m, we ? lt : Se]
4242
- ), _.fireWith(S, [U, pe]), d && (H.trigger("ajaxComplete", [U, m]), --r.active || r.event.trigger("ajaxStop")));
4244
+ ), _.fireWith(S, [U, pe]), d && (P.trigger("ajaxComplete", [U, m]), --r.active || r.event.trigger("ajaxStop")));
4243
4245
  }
4244
4246
  return U;
4245
4247
  },
@@ -4250,13 +4252,13 @@ function Cr() {
4250
4252
  return r.get(e, void 0, t, "script");
4251
4253
  }
4252
4254
  }), r.each(["get", "post"], function(e, t) {
4253
- r[t] = function(i, n, o, s) {
4254
- return W(n) && (s = s || o, o = n, n = void 0), r.ajax(r.extend({
4255
+ r[t] = function(i, n, s, o) {
4256
+ return W(n) && (o = o || s, s = n, n = void 0), r.ajax(r.extend({
4255
4257
  url: i,
4256
4258
  type: t,
4257
- dataType: s,
4259
+ dataType: o,
4258
4260
  data: n,
4259
- success: o
4261
+ success: s
4260
4262
  }, r.isPlainObject(i) && i));
4261
4263
  };
4262
4264
  }), r.ajaxPrefilter(function(e) {
@@ -4332,8 +4334,8 @@ function Cr() {
4332
4334
  var t, i;
4333
4335
  if (j.cors || at && !e.crossDomain)
4334
4336
  return {
4335
- send: function(n, o) {
4336
- var s, u = e.xhr();
4337
+ send: function(n, s) {
4338
+ var o, u = e.xhr();
4337
4339
  if (u.open(
4338
4340
  e.type,
4339
4341
  e.url,
@@ -4341,18 +4343,18 @@ function Cr() {
4341
4343
  e.username,
4342
4344
  e.password
4343
4345
  ), e.xhrFields)
4344
- for (s in e.xhrFields)
4345
- u[s] = e.xhrFields[s];
4346
+ for (o in e.xhrFields)
4347
+ u[o] = e.xhrFields[o];
4346
4348
  e.mimeType && u.overrideMimeType && u.overrideMimeType(e.mimeType), !e.crossDomain && !n["X-Requested-With"] && (n["X-Requested-With"] = "XMLHttpRequest");
4347
- for (s in n)
4348
- u.setRequestHeader(s, n[s]);
4349
+ for (o in n)
4350
+ u.setRequestHeader(o, n[o]);
4349
4351
  t = function(c) {
4350
4352
  return function() {
4351
- t && (t = i = u.onload = u.onerror = u.onabort = u.ontimeout = u.onreadystatechange = null, c === "abort" ? u.abort() : c === "error" ? typeof u.status != "number" ? o(0, "error") : o(
4353
+ t && (t = i = u.onload = u.onerror = u.onabort = u.ontimeout = u.onreadystatechange = null, c === "abort" ? u.abort() : c === "error" ? typeof u.status != "number" ? s(0, "error") : s(
4352
4354
  // File: protocol always yields status 0; see trac-8605, trac-14207
4353
4355
  u.status,
4354
4356
  u.statusText
4355
- ) : o(
4357
+ ) : s(
4356
4358
  Wn[u.status] || u.status,
4357
4359
  u.statusText,
4358
4360
  // Support: IE <=9 only
@@ -4398,9 +4400,9 @@ function Cr() {
4398
4400
  if (e.crossDomain || e.scriptAttrs) {
4399
4401
  var t, i;
4400
4402
  return {
4401
- send: function(n, o) {
4402
- t = r("<script>").attr(e.scriptAttrs || {}).prop({ charset: e.scriptCharset, src: e.url }).on("load error", i = function(s) {
4403
- t.remove(), i = null, s && o(s.type === "error" ? 404 : 200, s.type);
4403
+ send: function(n, s) {
4404
+ t = r("<script>").attr(e.scriptAttrs || {}).prop({ charset: e.scriptCharset, src: e.url }).on("load error", i = function(o) {
4405
+ t.remove(), i = null, o && s(o.type === "error" ? 404 : 200, o.type);
4404
4406
  }), L.head.appendChild(t[0]);
4405
4407
  },
4406
4408
  abort: function() {
@@ -4409,22 +4411,22 @@ function Cr() {
4409
4411
  };
4410
4412
  }
4411
4413
  });
4412
- var Pi = [], Vt = /(=)\?(?=&|$)|\?\?/;
4414
+ var Hi = [], Vt = /(=)\?(?=&|$)|\?\?/;
4413
4415
  r.ajaxSetup({
4414
4416
  jsonp: "callback",
4415
4417
  jsonpCallback: function() {
4416
- var e = Pi.pop() || r.expando + "_" + Di.guid++;
4418
+ var e = Hi.pop() || r.expando + "_" + Di.guid++;
4417
4419
  return this[e] = !0, e;
4418
4420
  }
4419
4421
  }), r.ajaxPrefilter("json jsonp", function(e, t, i) {
4420
- var n, o, s, u = e.jsonp !== !1 && (Vt.test(e.url) ? "url" : typeof e.data == "string" && (e.contentType || "").indexOf("application/x-www-form-urlencoded") === 0 && Vt.test(e.data) && "data");
4422
+ var n, s, o, u = e.jsonp !== !1 && (Vt.test(e.url) ? "url" : typeof e.data == "string" && (e.contentType || "").indexOf("application/x-www-form-urlencoded") === 0 && Vt.test(e.data) && "data");
4421
4423
  if (u || e.dataTypes[0] === "jsonp")
4422
4424
  return n = e.jsonpCallback = W(e.jsonpCallback) ? e.jsonpCallback() : e.jsonpCallback, u ? e[u] = e[u].replace(Vt, "$1" + n) : e.jsonp !== !1 && (e.url += (Ft.test(e.url) ? "&" : "?") + e.jsonp + "=" + n), e.converters["script json"] = function() {
4423
- return s || r.error(n + " was not called"), s[0];
4424
- }, e.dataTypes[0] = "json", o = a[n], a[n] = function() {
4425
- s = arguments;
4425
+ return o || r.error(n + " was not called"), o[0];
4426
+ }, e.dataTypes[0] = "json", s = a[n], a[n] = function() {
4427
+ o = arguments;
4426
4428
  }, i.always(function() {
4427
- o === void 0 ? r(a).removeProp(n) : a[n] = o, e[n] && (e.jsonpCallback = t.jsonpCallback, Pi.push(n)), s && W(o) && o(s[0]), s = o = void 0;
4429
+ 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;
4428
4430
  }), "script";
4429
4431
  }), j.createHTMLDocument = (function() {
4430
4432
  var e = L.implementation.createHTMLDocument("").body;
@@ -4433,20 +4435,20 @@ function Cr() {
4433
4435
  if (typeof e != "string")
4434
4436
  return [];
4435
4437
  typeof t == "boolean" && (i = t, t = !1);
4436
- var n, o, s;
4437
- return t || (j.createHTMLDocument ? (t = L.implementation.createHTMLDocument(""), n = t.createElement("base"), n.href = L.location.href, t.head.appendChild(n)) : t = L), o = ii.exec(e), s = !i && [], o ? [t.createElement(o[1])] : (o = hi([e], t, s), s && s.length && r(s).remove(), r.merge([], o.childNodes));
4438
+ var n, s, o;
4439
+ 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 = hi([e], t, o), o && o.length && r(o).remove(), r.merge([], s.childNodes));
4438
4440
  }, r.fn.load = function(e, t, i) {
4439
- var n, o, s, u = this, c = e.indexOf(" ");
4440
- return c > -1 && (n = Pe(e.slice(c)), e = e.slice(0, c)), W(t) ? (i = t, t = void 0) : t && typeof t == "object" && (o = "POST"), u.length > 0 && r.ajax({
4441
+ var n, s, o, u = this, c = e.indexOf(" ");
4442
+ 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({
4441
4443
  url: e,
4442
4444
  // If "type" variable is undefined, then "GET" method will be used.
4443
4445
  // Make value of this field explicit since
4444
4446
  // user can override it through ajaxSetup method
4445
- type: o || "GET",
4447
+ type: s || "GET",
4446
4448
  dataType: "html",
4447
4449
  data: t
4448
4450
  }).done(function(f) {
4449
- s = arguments, u.html(n ? (
4451
+ o = arguments, u.html(n ? (
4450
4452
  // If a selector was specified, locate the right elements in a dummy div
4451
4453
  // Exclude scripts to avoid IE 'Permission Denied' errors
4452
4454
  r("<div>").append(r.parseHTML(f)).find(n)
@@ -4456,7 +4458,7 @@ function Cr() {
4456
4458
  ));
4457
4459
  }).always(i && function(f, d) {
4458
4460
  u.each(function() {
4459
- i.apply(this, s || [f.responseText, d, f]);
4461
+ i.apply(this, o || [f.responseText, d, f]);
4460
4462
  });
4461
4463
  }), this;
4462
4464
  }, r.expr.pseudos.animated = function(e) {
@@ -4465,15 +4467,15 @@ function Cr() {
4465
4467
  }).length;
4466
4468
  }, r.offset = {
4467
4469
  setOffset: function(e, t, i) {
4468
- var n, o, s, u, c, f, d, x = r.css(e, "position"), T = r(e), m = {};
4469
- x === "static" && (e.style.position = "relative"), c = T.offset(), s = r.css(e, "top"), f = r.css(e, "left"), d = (x === "absolute" || x === "fixed") && (s + f).indexOf("auto") > -1, d ? (n = T.position(), u = n.top, o = n.left) : (u = parseFloat(s) || 0, o = parseFloat(f) || 0), W(t) && (t = t.call(e, i, r.extend({}, c))), t.top != null && (m.top = t.top - c.top + u), t.left != null && (m.left = t.left - c.left + o), "using" in t ? t.using.call(e, m) : T.css(m);
4470
+ var n, s, o, u, c, f, d, x = r.css(e, "position"), T = r(e), m = {};
4471
+ x === "static" && (e.style.position = "relative"), c = T.offset(), o = r.css(e, "top"), f = r.css(e, "left"), d = (x === "absolute" || x === "fixed") && (o + f).indexOf("auto") > -1, d ? (n = T.position(), u = n.top, s = n.left) : (u = parseFloat(o) || 0, s = parseFloat(f) || 0), W(t) && (t = t.call(e, i, r.extend({}, c))), t.top != null && (m.top = t.top - c.top + u), t.left != null && (m.left = t.left - c.left + s), "using" in t ? t.using.call(e, m) : T.css(m);
4470
4472
  }
4471
4473
  }, r.fn.extend({
4472
4474
  // offset() relates an element's border box to the document origin
4473
4475
  offset: function(e) {
4474
4476
  if (arguments.length)
4475
- return e === void 0 ? this : this.each(function(o) {
4476
- r.offset.setOffset(this, e, o);
4477
+ return e === void 0 ? this : this.each(function(s) {
4478
+ r.offset.setOffset(this, e, s);
4477
4479
  });
4478
4480
  var t, i, n = this[0];
4479
4481
  if (n)
@@ -4486,17 +4488,17 @@ function Cr() {
4486
4488
  // This corresponds to the behavior of CSS absolute positioning
4487
4489
  position: function() {
4488
4490
  if (this[0]) {
4489
- var e, t, i, n = this[0], o = { top: 0, left: 0 };
4491
+ var e, t, i, n = this[0], s = { top: 0, left: 0 };
4490
4492
  if (r.css(n, "position") === "fixed")
4491
4493
  t = n.getBoundingClientRect();
4492
4494
  else {
4493
4495
  for (t = this.offset(), i = n.ownerDocument, e = n.offsetParent || i.documentElement; e && (e === i.body || e === i.documentElement) && r.css(e, "position") === "static"; )
4494
4496
  e = e.parentNode;
4495
- e && e !== n && e.nodeType === 1 && (o = r(e).offset(), o.top += r.css(e, "borderTopWidth", !0), o.left += r.css(e, "borderLeftWidth", !0));
4497
+ e && e !== n && e.nodeType === 1 && (s = r(e).offset(), s.top += r.css(e, "borderTopWidth", !0), s.left += r.css(e, "borderLeftWidth", !0));
4496
4498
  }
4497
4499
  return {
4498
- top: t.top - o.top - r.css(n, "marginTop", !0),
4499
- left: t.left - o.left - r.css(n, "marginLeft", !0)
4500
+ top: t.top - s.top - r.css(n, "marginTop", !0),
4501
+ left: t.left - s.left - r.css(n, "marginLeft", !0)
4500
4502
  };
4501
4503
  }
4502
4504
  },
@@ -4520,14 +4522,14 @@ function Cr() {
4520
4522
  }), r.each({ scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function(e, t) {
4521
4523
  var i = t === "pageYOffset";
4522
4524
  r.fn[e] = function(n) {
4523
- return Ee(this, function(o, s, u) {
4525
+ return Ee(this, function(s, o, u) {
4524
4526
  var c;
4525
- if (Ne(o) ? c = o : o.nodeType === 9 && (c = o.defaultView), u === void 0)
4526
- return c ? c[t] : o[s];
4527
+ if (Ne(s) ? c = s : s.nodeType === 9 && (c = s.defaultView), u === void 0)
4528
+ return c ? c[t] : s[o];
4527
4529
  c ? c.scrollTo(
4528
4530
  i ? c.pageXOffset : u,
4529
4531
  i ? u : c.pageYOffset
4530
- ) : o[s] = u;
4532
+ ) : s[o] = u;
4531
4533
  }, e, n, arguments.length);
4532
4534
  };
4533
4535
  }), r.each(["top", "left"], function(e, t) {
@@ -4544,8 +4546,8 @@ function Cr() {
4544
4546
  content: t,
4545
4547
  "": "outer" + e
4546
4548
  }, function(i, n) {
4547
- r.fn[n] = function(o, s) {
4548
- var u = arguments.length && (i || typeof o != "boolean"), c = i || (o === !0 || s === !0 ? "margin" : "border");
4549
+ r.fn[n] = function(s, o) {
4550
+ var u = arguments.length && (i || typeof s != "boolean"), c = i || (s === !0 || o === !0 ? "margin" : "border");
4549
4551
  return Ee(this, function(f, d, x) {
4550
4552
  var T;
4551
4553
  return Ne(f) ? n.indexOf("outer") === 0 ? f["inner" + e] : f.document.documentElement["client" + e] : f.nodeType === 9 ? (T = f.documentElement, Math.max(
@@ -4561,7 +4563,7 @@ function Cr() {
4561
4563
  // Set width or height on the element
4562
4564
  r.style(f, d, x, c)
4563
4565
  );
4564
- }, t, u ? o : void 0, u);
4566
+ }, t, u ? s : void 0, u);
4565
4567
  };
4566
4568
  });
4567
4569
  }), r.each([
@@ -4601,11 +4603,11 @@ function Cr() {
4601
4603
  );
4602
4604
  var _n = /^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;
4603
4605
  r.proxy = function(e, t) {
4604
- var i, n, o;
4606
+ var i, n, s;
4605
4607
  if (typeof t == "string" && (i = e[t], t = e, e = i), !!W(e))
4606
- return n = w.call(arguments, 2), o = function() {
4608
+ return n = w.call(arguments, 2), s = function() {
4607
4609
  return e.apply(t || this, n.concat(w.call(arguments)));
4608
- }, o.guid = e.guid = e.guid || r.guid++, o;
4610
+ }, s.guid = e.guid = e.guid || r.guid++, s;
4609
4611
  }, r.holdReady = function(e) {
4610
4612
  e ? r.readyWait++ : r.ready(!0);
4611
4613
  }, r.isArray = Array.isArray, r.parseJSON = JSON.parse, r.nodeName = K, r.isFunction = W, r.isWindow = Ne, r.camelCase = xe, r.type = We, r.now = Date.now, r.isNumeric = function(e) {
@@ -4632,7 +4634,7 @@ class Ar {
4632
4634
  }
4633
4635
  /* 参数配置,初始化dom */
4634
4636
  init(a) {
4635
- this.opt = a, this.el = a.el, this.$el = Er(a.el), this.initDom(), ie.port = this.opt.port, ie.host = this.opt.host, ie.ws = this.opt.ws, ie.userId = this.opt.userId, ie.tenantId = this.opt.tenantId, ie.token = this.opt.accessToken, this.player = new ie(
4637
+ this.opt = a, this.el = a.el, this.$el = Er(a.el), this.initDom(), ee.port = this.opt.port, ee.host = this.opt.host, ee.ws = this.opt.ws, ee.userId = this.opt.userId, ee.tenantId = this.opt.tenantId, ee.token = this.opt.accessToken, this.player = new ee(
4636
4638
  this.opt.phone,
4637
4639
  this.opt.channelNo,
4638
4640
  this.$el,
@@ -4663,7 +4665,7 @@ class Ar {
4663
4665
  play(a) {
4664
4666
  if (!this.opt)
4665
4667
  throw new Error("Options not initialized. Please call init() first.");
4666
- this.player || (console.log("重新生成player"), this.initDom(), this.player = new ie(
4668
+ this.player || (console.log("重新生成player"), this.initDom(), this.player = new ee(
4667
4669
  this.opt.phone,
4668
4670
  this.opt.channelNo,
4669
4671
  this.$el,
@@ -4689,7 +4691,7 @@ class Ar {
4689
4691
  console.log("MnPlayer enableAudio"), this.player && this.player.enableAudio(a);
4690
4692
  }
4691
4693
  timeCallBack(a) {
4692
- ie.timeCallback = a;
4694
+ ee.timeCallback = a;
4693
4695
  }
4694
4696
  changeSpeed(a) {
4695
4697
  console.log("MnPlayer changeSpeed"), this.player && this.player.changeSpeed(a);