@iqworksai/common-components 0.1.6 → 0.1.7

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.
@@ -0,0 +1,3641 @@
1
+ import { g as Wr, c as $r } from "./index-DP52KpOS.mjs";
2
+ function Br(Fe, N) {
3
+ for (var be = 0; be < N.length; be++) {
4
+ const B = N[be];
5
+ if (typeof B != "string" && !Array.isArray(B)) {
6
+ for (const xe in B)
7
+ if (xe !== "default" && !(xe in Fe)) {
8
+ const V = Object.getOwnPropertyDescriptor(B, xe);
9
+ V && Object.defineProperty(Fe, xe, V.get ? V : {
10
+ enumerable: !0,
11
+ get: () => B[xe]
12
+ });
13
+ }
14
+ }
15
+ }
16
+ return Object.freeze(Object.defineProperty(Fe, Symbol.toStringTag, { value: "Module" }));
17
+ }
18
+ var kn = { exports: {} };
19
+ /*!
20
+ * jQuery JavaScript Library v3.7.1
21
+ * https://jquery.com/
22
+ *
23
+ * Copyright OpenJS Foundation and other contributors
24
+ * Released under the MIT license
25
+ * https://jquery.org/license
26
+ *
27
+ * Date: 2023-08-28T13:37Z
28
+ */
29
+ (function(Fe) {
30
+ (function(N, be) {
31
+ Fe.exports = N.document ? be(N, !0) : function(B) {
32
+ if (!B.document)
33
+ throw new Error("jQuery requires a window with a document");
34
+ return be(B);
35
+ };
36
+ })(typeof window < "u" ? window : $r, function(N, be) {
37
+ var B = [], xe = Object.getPrototypeOf, V = B.slice, It = B.flat ? function(e) {
38
+ return B.flat.call(e);
39
+ } : function(e) {
40
+ return B.concat.apply([], e);
41
+ }, et = B.push, de = B.indexOf, tt = {}, _t = tt.toString, We = tt.hasOwnProperty, Ft = We.toString, Ln = Ft.call(Object), q = {}, L = function(t) {
42
+ return typeof t == "function" && typeof t.nodeType != "number" && typeof t.item != "function";
43
+ }, Ne = function(t) {
44
+ return t != null && t === t.window;
45
+ }, k = N.document, On = {
46
+ type: !0,
47
+ src: !0,
48
+ nonce: !0,
49
+ noModule: !0
50
+ };
51
+ function Wt(e, t, n) {
52
+ n = n || k;
53
+ var r, o, u = n.createElement("script");
54
+ if (u.text = e, t)
55
+ for (r in On)
56
+ o = t[r] || t.getAttribute && t.getAttribute(r), o && u.setAttribute(r, o);
57
+ n.head.appendChild(u).parentNode.removeChild(u);
58
+ }
59
+ function je(e) {
60
+ return e == null ? e + "" : typeof e == "object" || typeof e == "function" ? tt[_t.call(e)] || "object" : typeof e;
61
+ }
62
+ var $t = "3.7.1", Hn = /HTML$/i, i = function(e, t) {
63
+ return new i.fn.init(e, t);
64
+ };
65
+ i.fn = i.prototype = {
66
+ // The current version of jQuery being used
67
+ jquery: $t,
68
+ constructor: i,
69
+ // The default length of a jQuery object is 0
70
+ length: 0,
71
+ toArray: function() {
72
+ return V.call(this);
73
+ },
74
+ // Get the Nth element in the matched element set OR
75
+ // Get the whole matched element set as a clean array
76
+ get: function(e) {
77
+ return e == null ? V.call(this) : e < 0 ? this[e + this.length] : this[e];
78
+ },
79
+ // Take an array of elements and push it onto the stack
80
+ // (returning the new matched element set)
81
+ pushStack: function(e) {
82
+ var t = i.merge(this.constructor(), e);
83
+ return t.prevObject = this, t;
84
+ },
85
+ // Execute a callback for every element in the matched set.
86
+ each: function(e) {
87
+ return i.each(this, e);
88
+ },
89
+ map: function(e) {
90
+ return this.pushStack(i.map(this, function(t, n) {
91
+ return e.call(t, n, t);
92
+ }));
93
+ },
94
+ slice: function() {
95
+ return this.pushStack(V.apply(this, arguments));
96
+ },
97
+ first: function() {
98
+ return this.eq(0);
99
+ },
100
+ last: function() {
101
+ return this.eq(-1);
102
+ },
103
+ even: function() {
104
+ return this.pushStack(i.grep(this, function(e, t) {
105
+ return (t + 1) % 2;
106
+ }));
107
+ },
108
+ odd: function() {
109
+ return this.pushStack(i.grep(this, function(e, t) {
110
+ return t % 2;
111
+ }));
112
+ },
113
+ eq: function(e) {
114
+ var t = this.length, n = +e + (e < 0 ? t : 0);
115
+ return this.pushStack(n >= 0 && n < t ? [this[n]] : []);
116
+ },
117
+ end: function() {
118
+ return this.prevObject || this.constructor();
119
+ },
120
+ // For internal use only.
121
+ // Behaves like an Array's method, not like a jQuery method.
122
+ push: et,
123
+ sort: B.sort,
124
+ splice: B.splice
125
+ }, i.extend = i.fn.extend = function() {
126
+ var e, t, n, r, o, u, a = arguments[0] || {}, c = 1, f = arguments.length, d = !1;
127
+ for (typeof a == "boolean" && (d = a, a = arguments[c] || {}, c++), typeof a != "object" && !L(a) && (a = {}), c === f && (a = this, c--); c < f; c++)
128
+ if ((e = arguments[c]) != null)
129
+ for (t in e)
130
+ r = e[t], !(t === "__proto__" || a === r) && (d && r && (i.isPlainObject(r) || (o = Array.isArray(r))) ? (n = a[t], o && !Array.isArray(n) ? u = [] : !o && !i.isPlainObject(n) ? u = {} : u = n, o = !1, a[t] = i.extend(d, u, r)) : r !== void 0 && (a[t] = r));
131
+ return a;
132
+ }, i.extend({
133
+ // Unique for each copy of jQuery on the page
134
+ expando: "jQuery" + ($t + Math.random()).replace(/\D/g, ""),
135
+ // Assume jQuery is ready without the ready module
136
+ isReady: !0,
137
+ error: function(e) {
138
+ throw new Error(e);
139
+ },
140
+ noop: function() {
141
+ },
142
+ isPlainObject: function(e) {
143
+ var t, n;
144
+ return !e || _t.call(e) !== "[object Object]" ? !1 : (t = xe(e), t ? (n = We.call(t, "constructor") && t.constructor, typeof n == "function" && Ft.call(n) === Ln) : !0);
145
+ },
146
+ isEmptyObject: function(e) {
147
+ var t;
148
+ for (t in e)
149
+ return !1;
150
+ return !0;
151
+ },
152
+ // Evaluates a script in a provided context; falls back to the global one
153
+ // if not specified.
154
+ globalEval: function(e, t, n) {
155
+ Wt(e, { nonce: t && t.nonce }, n);
156
+ },
157
+ each: function(e, t) {
158
+ var n, r = 0;
159
+ if (pt(e))
160
+ for (n = e.length; r < n && t.call(e[r], r, e[r]) !== !1; r++)
161
+ ;
162
+ else
163
+ for (r in e)
164
+ if (t.call(e[r], r, e[r]) === !1)
165
+ break;
166
+ return e;
167
+ },
168
+ // Retrieve the text value of an array of DOM nodes
169
+ text: function(e) {
170
+ var t, n = "", r = 0, o = e.nodeType;
171
+ if (!o)
172
+ for (; t = e[r++]; )
173
+ n += i.text(t);
174
+ return o === 1 || o === 11 ? e.textContent : o === 9 ? e.documentElement.textContent : o === 3 || o === 4 ? e.nodeValue : n;
175
+ },
176
+ // results is for internal usage only
177
+ makeArray: function(e, t) {
178
+ var n = t || [];
179
+ return e != null && (pt(Object(e)) ? i.merge(
180
+ n,
181
+ typeof e == "string" ? [e] : e
182
+ ) : et.call(n, e)), n;
183
+ },
184
+ inArray: function(e, t, n) {
185
+ return t == null ? -1 : de.call(t, e, n);
186
+ },
187
+ isXMLDoc: function(e) {
188
+ var t = e && e.namespaceURI, n = e && (e.ownerDocument || e).documentElement;
189
+ return !Hn.test(t || n && n.nodeName || "HTML");
190
+ },
191
+ // Support: Android <=4.0 only, PhantomJS 1 only
192
+ // push.apply(_, arraylike) throws on ancient WebKit
193
+ merge: function(e, t) {
194
+ for (var n = +t.length, r = 0, o = e.length; r < n; r++)
195
+ e[o++] = t[r];
196
+ return e.length = o, e;
197
+ },
198
+ grep: function(e, t, n) {
199
+ for (var r, o = [], u = 0, a = e.length, c = !n; u < a; u++)
200
+ r = !t(e[u], u), r !== c && o.push(e[u]);
201
+ return o;
202
+ },
203
+ // arg is for internal usage only
204
+ map: function(e, t, n) {
205
+ var r, o, u = 0, a = [];
206
+ if (pt(e))
207
+ for (r = e.length; u < r; u++)
208
+ o = t(e[u], u, n), o != null && a.push(o);
209
+ else
210
+ for (u in e)
211
+ o = t(e[u], u, n), o != null && a.push(o);
212
+ return It(a);
213
+ },
214
+ // A global GUID counter for objects
215
+ guid: 1,
216
+ // jQuery.support is not used in Core but other projects attach their
217
+ // properties to it so it needs to exist.
218
+ support: q
219
+ }), typeof Symbol == "function" && (i.fn[Symbol.iterator] = B[Symbol.iterator]), i.each(
220
+ "Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),
221
+ function(e, t) {
222
+ tt["[object " + t + "]"] = t.toLowerCase();
223
+ }
224
+ );
225
+ function pt(e) {
226
+ var t = !!e && "length" in e && e.length, n = je(e);
227
+ return L(e) || Ne(e) ? !1 : n === "array" || t === 0 || typeof t == "number" && t > 0 && t - 1 in e;
228
+ }
229
+ function $(e, t) {
230
+ return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase();
231
+ }
232
+ var Pn = B.pop, Mn = B.sort, Rn = B.splice, F = "[\\x20\\t\\r\\n\\f]", $e = new RegExp(
233
+ "^" + F + "+|((?:^|[^\\\\])(?:\\\\.)*)" + F + "+$",
234
+ "g"
235
+ );
236
+ i.contains = function(e, t) {
237
+ var n = t && t.parentNode;
238
+ return e === n || !!(n && n.nodeType === 1 && // Support: IE 9 - 11+
239
+ // IE doesn't have `contains` on SVG.
240
+ (e.contains ? e.contains(n) : e.compareDocumentPosition && e.compareDocumentPosition(n) & 16));
241
+ };
242
+ var In = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;
243
+ function _n(e, t) {
244
+ return t ? e === "\0" ? "�" : e.slice(0, -1) + "\\" + e.charCodeAt(e.length - 1).toString(16) + " " : "\\" + e;
245
+ }
246
+ i.escapeSelector = function(e) {
247
+ return (e + "").replace(In, _n);
248
+ };
249
+ var pe = k, ht = et;
250
+ (function() {
251
+ var e, t, n, r, o, u = ht, a, c, f, d, y, b = i.expando, h = 0, x = 0, D = ft(), R = ft(), O = ft(), X = ft(), U = function(s, l) {
252
+ return s === l && (o = !0), 0;
253
+ }, ae = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", se = "(?:\\\\[\\da-fA-F]{1,6}" + F + "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", M = "\\[" + F + "*(" + se + ")(?:" + F + // Operator (capture 2)
254
+ "*([*^$|!~]?=)" + F + // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]"
255
+ `*(?:'((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)"|(` + se + "))|)" + F + "*\\]", Ae = ":(" + se + `)(?:\\((('((?:\\\\.|[^\\\\'])*)'|"((?:\\\\.|[^\\\\"])*)")|((?:\\\\.|[^\\\\()[\\]]|` + M + ")*)|.*)\\)|)", I = new RegExp(F + "+", "g"), z = new RegExp("^" + F + "*," + F + "*"), Je = new RegExp("^" + F + "*([>+~]|" + F + ")" + F + "*"), qt = new RegExp(F + "|>"), fe = new RegExp(Ae), Ke = new RegExp("^" + se + "$"), ce = {
256
+ ID: new RegExp("^#(" + se + ")"),
257
+ CLASS: new RegExp("^\\.(" + se + ")"),
258
+ TAG: new RegExp("^(" + se + "|[*])"),
259
+ ATTR: new RegExp("^" + M),
260
+ PSEUDO: new RegExp("^" + Ae),
261
+ CHILD: new RegExp(
262
+ "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + F + "*(even|odd|(([+-]|)(\\d*)n|)" + F + "*(?:([+-]|)" + F + "*(\\d+)|))" + F + "*\\)|)",
263
+ "i"
264
+ ),
265
+ bool: new RegExp("^(?:" + ae + ")$", "i"),
266
+ // For use in libraries implementing .is()
267
+ // We use this for POS matching in `select`
268
+ needsContext: new RegExp("^" + F + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + F + "*((?:-\\d)?\\d*)" + F + "*\\)|)(?=[^-]|$)", "i")
269
+ }, me = /^(?:input|select|textarea|button)$/i, Te = /^h\d$/i, te = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, Lt = /[+~]/, ye = new RegExp("\\\\[\\da-fA-F]{1,6}" + F + "?|\\\\([^\\r\\n\\f])", "g"), ve = function(s, l) {
270
+ var p = "0x" + s.slice(1) - 65536;
271
+ return l || (p < 0 ? String.fromCharCode(p + 65536) : String.fromCharCode(p >> 10 | 55296, p & 1023 | 56320));
272
+ }, Hr = function() {
273
+ Ce();
274
+ }, Pr = lt(
275
+ function(s) {
276
+ return s.disabled === !0 && $(s, "fieldset");
277
+ },
278
+ { dir: "parentNode", next: "legend" }
279
+ );
280
+ function Mr() {
281
+ try {
282
+ return a.activeElement;
283
+ } catch {
284
+ }
285
+ }
286
+ try {
287
+ u.apply(
288
+ B = V.call(pe.childNodes),
289
+ pe.childNodes
290
+ ), B[pe.childNodes.length].nodeType;
291
+ } catch {
292
+ u = {
293
+ apply: function(l, p) {
294
+ ht.apply(l, V.call(p));
295
+ },
296
+ call: function(l) {
297
+ ht.apply(l, V.call(arguments, 1));
298
+ }
299
+ };
300
+ }
301
+ function _(s, l, p, g) {
302
+ var v, m, T, w, C, H, A, j = l && l.ownerDocument, P = l ? l.nodeType : 9;
303
+ if (p = p || [], typeof s != "string" || !s || P !== 1 && P !== 9 && P !== 11)
304
+ return p;
305
+ if (!g && (Ce(l), l = l || a, f)) {
306
+ if (P !== 11 && (C = te.exec(s)))
307
+ if (v = C[1]) {
308
+ if (P === 9)
309
+ if (T = l.getElementById(v)) {
310
+ if (T.id === v)
311
+ return u.call(p, T), p;
312
+ } else
313
+ return p;
314
+ else if (j && (T = j.getElementById(v)) && _.contains(l, T) && T.id === v)
315
+ return u.call(p, T), p;
316
+ } else {
317
+ if (C[2])
318
+ return u.apply(p, l.getElementsByTagName(s)), p;
319
+ if ((v = C[3]) && l.getElementsByClassName)
320
+ return u.apply(p, l.getElementsByClassName(v)), p;
321
+ }
322
+ if (!X[s + " "] && (!d || !d.test(s))) {
323
+ if (A = s, j = l, P === 1 && (qt.test(s) || Je.test(s))) {
324
+ for (j = Lt.test(s) && Ot(l.parentNode) || l, (j != l || !q.scope) && ((w = l.getAttribute("id")) ? w = i.escapeSelector(w) : l.setAttribute("id", w = b)), H = Ze(s), m = H.length; m--; )
325
+ H[m] = (w ? "#" + w : ":scope") + " " + ct(H[m]);
326
+ A = H.join(",");
327
+ }
328
+ try {
329
+ return u.apply(
330
+ p,
331
+ j.querySelectorAll(A)
332
+ ), p;
333
+ } catch {
334
+ X(s, !0);
335
+ } finally {
336
+ w === b && l.removeAttribute("id");
337
+ }
338
+ }
339
+ }
340
+ return jn(s.replace($e, "$1"), l, p, g);
341
+ }
342
+ function ft() {
343
+ var s = [];
344
+ function l(p, g) {
345
+ return s.push(p + " ") > t.cacheLength && delete l[s.shift()], l[p + " "] = g;
346
+ }
347
+ return l;
348
+ }
349
+ function ie(s) {
350
+ return s[b] = !0, s;
351
+ }
352
+ function Ie(s) {
353
+ var l = a.createElement("fieldset");
354
+ try {
355
+ return !!s(l);
356
+ } catch {
357
+ return !1;
358
+ } finally {
359
+ l.parentNode && l.parentNode.removeChild(l), l = null;
360
+ }
361
+ }
362
+ function Rr(s) {
363
+ return function(l) {
364
+ return $(l, "input") && l.type === s;
365
+ };
366
+ }
367
+ function Ir(s) {
368
+ return function(l) {
369
+ return ($(l, "input") || $(l, "button")) && l.type === s;
370
+ };
371
+ }
372
+ function Dn(s) {
373
+ return function(l) {
374
+ return "form" in l ? l.parentNode && l.disabled === !1 ? "label" in l ? "label" in l.parentNode ? l.parentNode.disabled === s : l.disabled === s : l.isDisabled === s || // Where there is no isDisabled, check manually
375
+ l.isDisabled !== !s && Pr(l) === s : l.disabled === s : "label" in l ? l.disabled === s : !1;
376
+ };
377
+ }
378
+ function De(s) {
379
+ return ie(function(l) {
380
+ return l = +l, ie(function(p, g) {
381
+ for (var v, m = s([], p.length, l), T = m.length; T--; )
382
+ p[v = m[T]] && (p[v] = !(g[v] = p[v]));
383
+ });
384
+ });
385
+ }
386
+ function Ot(s) {
387
+ return s && typeof s.getElementsByTagName < "u" && s;
388
+ }
389
+ function Ce(s) {
390
+ var l, p = s ? s.ownerDocument || s : pe;
391
+ return p == a || p.nodeType !== 9 || !p.documentElement || (a = p, c = a.documentElement, f = !i.isXMLDoc(a), y = c.matches || c.webkitMatchesSelector || c.msMatchesSelector, c.msMatchesSelector && // Support: IE 11+, Edge 17 - 18+
392
+ // IE/Edge sometimes throw a "Permission denied" error when strict-comparing
393
+ // two documents; shallow comparisons work.
394
+ // eslint-disable-next-line eqeqeq
395
+ pe != a && (l = a.defaultView) && l.top !== l && l.addEventListener("unload", Hr), q.getById = Ie(function(g) {
396
+ return c.appendChild(g).id = i.expando, !a.getElementsByName || !a.getElementsByName(i.expando).length;
397
+ }), q.disconnectedMatch = Ie(function(g) {
398
+ return y.call(g, "*");
399
+ }), q.scope = Ie(function() {
400
+ return a.querySelectorAll(":scope");
401
+ }), q.cssHas = Ie(function() {
402
+ try {
403
+ return a.querySelector(":has(*,:jqfake)"), !1;
404
+ } catch {
405
+ return !0;
406
+ }
407
+ }), q.getById ? (t.filter.ID = function(g) {
408
+ var v = g.replace(ye, ve);
409
+ return function(m) {
410
+ return m.getAttribute("id") === v;
411
+ };
412
+ }, t.find.ID = function(g, v) {
413
+ if (typeof v.getElementById < "u" && f) {
414
+ var m = v.getElementById(g);
415
+ return m ? [m] : [];
416
+ }
417
+ }) : (t.filter.ID = function(g) {
418
+ var v = g.replace(ye, ve);
419
+ return function(m) {
420
+ var T = typeof m.getAttributeNode < "u" && m.getAttributeNode("id");
421
+ return T && T.value === v;
422
+ };
423
+ }, t.find.ID = function(g, v) {
424
+ if (typeof v.getElementById < "u" && f) {
425
+ var m, T, w, C = v.getElementById(g);
426
+ if (C) {
427
+ if (m = C.getAttributeNode("id"), m && m.value === g)
428
+ return [C];
429
+ for (w = v.getElementsByName(g), T = 0; C = w[T++]; )
430
+ if (m = C.getAttributeNode("id"), m && m.value === g)
431
+ return [C];
432
+ }
433
+ return [];
434
+ }
435
+ }), t.find.TAG = function(g, v) {
436
+ return typeof v.getElementsByTagName < "u" ? v.getElementsByTagName(g) : v.querySelectorAll(g);
437
+ }, t.find.CLASS = function(g, v) {
438
+ if (typeof v.getElementsByClassName < "u" && f)
439
+ return v.getElementsByClassName(g);
440
+ }, d = [], Ie(function(g) {
441
+ var v;
442
+ c.appendChild(g).innerHTML = "<a id='" + b + "' href='' disabled='disabled'></a><select id='" + b + "-\r\\' disabled='disabled'><option selected=''></option></select>", g.querySelectorAll("[selected]").length || d.push("\\[" + F + "*(?:value|" + ae + ")"), g.querySelectorAll("[id~=" + b + "-]").length || d.push("~="), g.querySelectorAll("a#" + b + "+*").length || d.push(".#.+[+~]"), g.querySelectorAll(":checked").length || d.push(":checked"), v = a.createElement("input"), v.setAttribute("type", "hidden"), g.appendChild(v).setAttribute("name", "D"), c.appendChild(g).disabled = !0, g.querySelectorAll(":disabled").length !== 2 && d.push(":enabled", ":disabled"), v = a.createElement("input"), v.setAttribute("name", ""), g.appendChild(v), g.querySelectorAll("[name='']").length || d.push("\\[" + F + "*name" + F + "*=" + F + `*(?:''|"")`);
443
+ }), q.cssHas || d.push(":has"), d = d.length && new RegExp(d.join("|")), U = function(g, v) {
444
+ if (g === v)
445
+ return o = !0, 0;
446
+ var m = !g.compareDocumentPosition - !v.compareDocumentPosition;
447
+ return m || (m = (g.ownerDocument || g) == (v.ownerDocument || v) ? g.compareDocumentPosition(v) : (
448
+ // Otherwise we know they are disconnected
449
+ 1
450
+ ), m & 1 || !q.sortDetached && v.compareDocumentPosition(g) === m ? g === a || g.ownerDocument == pe && _.contains(pe, g) ? -1 : v === a || v.ownerDocument == pe && _.contains(pe, v) ? 1 : r ? de.call(r, g) - de.call(r, v) : 0 : m & 4 ? -1 : 1);
451
+ }), a;
452
+ }
453
+ _.matches = function(s, l) {
454
+ return _(s, null, null, l);
455
+ }, _.matchesSelector = function(s, l) {
456
+ if (Ce(s), f && !X[l + " "] && (!d || !d.test(l)))
457
+ try {
458
+ var p = y.call(s, l);
459
+ if (p || q.disconnectedMatch || // As well, disconnected nodes are said to be in a document
460
+ // fragment in IE 9
461
+ s.document && s.document.nodeType !== 11)
462
+ return p;
463
+ } catch {
464
+ X(l, !0);
465
+ }
466
+ return _(l, a, null, [s]).length > 0;
467
+ }, _.contains = function(s, l) {
468
+ return (s.ownerDocument || s) != a && Ce(s), i.contains(s, l);
469
+ }, _.attr = function(s, l) {
470
+ (s.ownerDocument || s) != a && Ce(s);
471
+ var p = t.attrHandle[l.toLowerCase()], g = p && We.call(t.attrHandle, l.toLowerCase()) ? p(s, l, !f) : void 0;
472
+ return g !== void 0 ? g : s.getAttribute(l);
473
+ }, _.error = function(s) {
474
+ throw new Error("Syntax error, unrecognized expression: " + s);
475
+ }, i.uniqueSort = function(s) {
476
+ var l, p = [], g = 0, v = 0;
477
+ if (o = !q.sortStable, r = !q.sortStable && V.call(s, 0), Mn.call(s, U), o) {
478
+ for (; l = s[v++]; )
479
+ l === s[v] && (g = p.push(v));
480
+ for (; g--; )
481
+ Rn.call(s, p[g], 1);
482
+ }
483
+ return r = null, s;
484
+ }, i.fn.uniqueSort = function() {
485
+ return this.pushStack(i.uniqueSort(V.apply(this)));
486
+ }, t = i.expr = {
487
+ // Can be adjusted by the user
488
+ cacheLength: 50,
489
+ createPseudo: ie,
490
+ match: ce,
491
+ attrHandle: {},
492
+ find: {},
493
+ relative: {
494
+ ">": { dir: "parentNode", first: !0 },
495
+ " ": { dir: "parentNode" },
496
+ "+": { dir: "previousSibling", first: !0 },
497
+ "~": { dir: "previousSibling" }
498
+ },
499
+ preFilter: {
500
+ ATTR: function(s) {
501
+ return s[1] = s[1].replace(ye, ve), s[3] = (s[3] || s[4] || s[5] || "").replace(ye, ve), s[2] === "~=" && (s[3] = " " + s[3] + " "), s.slice(0, 4);
502
+ },
503
+ CHILD: function(s) {
504
+ return s[1] = s[1].toLowerCase(), s[1].slice(0, 3) === "nth" ? (s[3] || _.error(s[0]), s[4] = +(s[4] ? s[5] + (s[6] || 1) : 2 * (s[3] === "even" || s[3] === "odd")), s[5] = +(s[7] + s[8] || s[3] === "odd")) : s[3] && _.error(s[0]), s;
505
+ },
506
+ PSEUDO: function(s) {
507
+ var l, p = !s[6] && s[2];
508
+ return ce.CHILD.test(s[0]) ? null : (s[3] ? s[2] = s[4] || s[5] || "" : p && fe.test(p) && // Get excess from tokenize (recursively)
509
+ (l = Ze(p, !0)) && // advance to the next closing parenthesis
510
+ (l = p.indexOf(")", p.length - l) - p.length) && (s[0] = s[0].slice(0, l), s[2] = p.slice(0, l)), s.slice(0, 3));
511
+ }
512
+ },
513
+ filter: {
514
+ TAG: function(s) {
515
+ var l = s.replace(ye, ve).toLowerCase();
516
+ return s === "*" ? function() {
517
+ return !0;
518
+ } : function(p) {
519
+ return $(p, l);
520
+ };
521
+ },
522
+ CLASS: function(s) {
523
+ var l = D[s + " "];
524
+ return l || (l = new RegExp("(^|" + F + ")" + s + "(" + F + "|$)")) && D(s, function(p) {
525
+ return l.test(
526
+ typeof p.className == "string" && p.className || typeof p.getAttribute < "u" && p.getAttribute("class") || ""
527
+ );
528
+ });
529
+ },
530
+ ATTR: function(s, l, p) {
531
+ return function(g) {
532
+ var v = _.attr(g, s);
533
+ return v == null ? l === "!=" : l ? (v += "", l === "=" ? v === p : l === "!=" ? v !== p : l === "^=" ? p && v.indexOf(p) === 0 : l === "*=" ? p && v.indexOf(p) > -1 : l === "$=" ? p && v.slice(-p.length) === p : l === "~=" ? (" " + v.replace(I, " ") + " ").indexOf(p) > -1 : l === "|=" ? v === p || v.slice(0, p.length + 1) === p + "-" : !1) : !0;
534
+ };
535
+ },
536
+ CHILD: function(s, l, p, g, v) {
537
+ var m = s.slice(0, 3) !== "nth", T = s.slice(-4) !== "last", w = l === "of-type";
538
+ return g === 1 && v === 0 ? (
539
+ // Shortcut for :nth-*(n)
540
+ function(C) {
541
+ return !!C.parentNode;
542
+ }
543
+ ) : function(C, H, A) {
544
+ var j, P, E, W, Z, G = m !== T ? "nextSibling" : "previousSibling", ne = C.parentNode, le = w && C.nodeName.toLowerCase(), _e = !A && !w, Q = !1;
545
+ if (ne) {
546
+ if (m) {
547
+ for (; G; ) {
548
+ for (E = C; E = E[G]; )
549
+ if (w ? $(E, le) : E.nodeType === 1)
550
+ return !1;
551
+ Z = G = s === "only" && !Z && "nextSibling";
552
+ }
553
+ return !0;
554
+ }
555
+ if (Z = [T ? ne.firstChild : ne.lastChild], T && _e) {
556
+ for (P = ne[b] || (ne[b] = {}), j = P[s] || [], W = j[0] === h && j[1], Q = W && j[2], E = W && ne.childNodes[W]; E = ++W && E && E[G] || // Fallback to seeking `elem` from the start
557
+ (Q = W = 0) || Z.pop(); )
558
+ if (E.nodeType === 1 && ++Q && E === C) {
559
+ P[s] = [h, W, Q];
560
+ break;
561
+ }
562
+ } else if (_e && (P = C[b] || (C[b] = {}), j = P[s] || [], W = j[0] === h && j[1], Q = W), Q === !1)
563
+ for (; (E = ++W && E && E[G] || (Q = W = 0) || Z.pop()) && !((w ? $(E, le) : E.nodeType === 1) && ++Q && (_e && (P = E[b] || (E[b] = {}), P[s] = [h, Q]), E === C)); )
564
+ ;
565
+ return Q -= v, Q === g || Q % g === 0 && Q / g >= 0;
566
+ }
567
+ };
568
+ },
569
+ PSEUDO: function(s, l) {
570
+ var p, g = t.pseudos[s] || t.setFilters[s.toLowerCase()] || _.error("unsupported pseudo: " + s);
571
+ return g[b] ? g(l) : g.length > 1 ? (p = [s, s, "", l], t.setFilters.hasOwnProperty(s.toLowerCase()) ? ie(function(v, m) {
572
+ for (var T, w = g(v, l), C = w.length; C--; )
573
+ T = de.call(v, w[C]), v[T] = !(m[T] = w[C]);
574
+ }) : function(v) {
575
+ return g(v, 0, p);
576
+ }) : g;
577
+ }
578
+ },
579
+ pseudos: {
580
+ // Potentially complex pseudos
581
+ not: ie(function(s) {
582
+ var l = [], p = [], g = Rt(s.replace($e, "$1"));
583
+ return g[b] ? ie(function(v, m, T, w) {
584
+ for (var C, H = g(v, null, w, []), A = v.length; A--; )
585
+ (C = H[A]) && (v[A] = !(m[A] = C));
586
+ }) : function(v, m, T) {
587
+ return l[0] = v, g(l, null, T, p), l[0] = null, !p.pop();
588
+ };
589
+ }),
590
+ has: ie(function(s) {
591
+ return function(l) {
592
+ return _(s, l).length > 0;
593
+ };
594
+ }),
595
+ contains: ie(function(s) {
596
+ return s = s.replace(ye, ve), function(l) {
597
+ return (l.textContent || i.text(l)).indexOf(s) > -1;
598
+ };
599
+ }),
600
+ // "Whether an element is represented by a :lang() selector
601
+ // is based solely on the element's language value
602
+ // being equal to the identifier C,
603
+ // or beginning with the identifier C immediately followed by "-".
604
+ // The matching of C against the element's language value is performed case-insensitively.
605
+ // The identifier C does not have to be a valid language name."
606
+ // https://www.w3.org/TR/selectors/#lang-pseudo
607
+ lang: ie(function(s) {
608
+ return Ke.test(s || "") || _.error("unsupported lang: " + s), s = s.replace(ye, ve).toLowerCase(), function(l) {
609
+ var p;
610
+ do
611
+ if (p = f ? l.lang : l.getAttribute("xml:lang") || l.getAttribute("lang"))
612
+ return p = p.toLowerCase(), p === s || p.indexOf(s + "-") === 0;
613
+ while ((l = l.parentNode) && l.nodeType === 1);
614
+ return !1;
615
+ };
616
+ }),
617
+ // Miscellaneous
618
+ target: function(s) {
619
+ var l = N.location && N.location.hash;
620
+ return l && l.slice(1) === s.id;
621
+ },
622
+ root: function(s) {
623
+ return s === c;
624
+ },
625
+ focus: function(s) {
626
+ return s === Mr() && a.hasFocus() && !!(s.type || s.href || ~s.tabIndex);
627
+ },
628
+ // Boolean properties
629
+ enabled: Dn(!1),
630
+ disabled: Dn(!0),
631
+ checked: function(s) {
632
+ return $(s, "input") && !!s.checked || $(s, "option") && !!s.selected;
633
+ },
634
+ selected: function(s) {
635
+ return s.parentNode && s.parentNode.selectedIndex, s.selected === !0;
636
+ },
637
+ // Contents
638
+ empty: function(s) {
639
+ for (s = s.firstChild; s; s = s.nextSibling)
640
+ if (s.nodeType < 6)
641
+ return !1;
642
+ return !0;
643
+ },
644
+ parent: function(s) {
645
+ return !t.pseudos.empty(s);
646
+ },
647
+ // Element/input types
648
+ header: function(s) {
649
+ return Te.test(s.nodeName);
650
+ },
651
+ input: function(s) {
652
+ return me.test(s.nodeName);
653
+ },
654
+ button: function(s) {
655
+ return $(s, "input") && s.type === "button" || $(s, "button");
656
+ },
657
+ text: function(s) {
658
+ var l;
659
+ return $(s, "input") && s.type === "text" && // Support: IE <10 only
660
+ // New HTML5 attribute values (e.g., "search") appear
661
+ // with elem.type === "text"
662
+ ((l = s.getAttribute("type")) == null || l.toLowerCase() === "text");
663
+ },
664
+ // Position-in-collection
665
+ first: De(function() {
666
+ return [0];
667
+ }),
668
+ last: De(function(s, l) {
669
+ return [l - 1];
670
+ }),
671
+ eq: De(function(s, l, p) {
672
+ return [p < 0 ? p + l : p];
673
+ }),
674
+ even: De(function(s, l) {
675
+ for (var p = 0; p < l; p += 2)
676
+ s.push(p);
677
+ return s;
678
+ }),
679
+ odd: De(function(s, l) {
680
+ for (var p = 1; p < l; p += 2)
681
+ s.push(p);
682
+ return s;
683
+ }),
684
+ lt: De(function(s, l, p) {
685
+ var g;
686
+ for (p < 0 ? g = p + l : p > l ? g = l : g = p; --g >= 0; )
687
+ s.push(g);
688
+ return s;
689
+ }),
690
+ gt: De(function(s, l, p) {
691
+ for (var g = p < 0 ? p + l : p; ++g < l; )
692
+ s.push(g);
693
+ return s;
694
+ })
695
+ }
696
+ }, t.pseudos.nth = t.pseudos.eq;
697
+ for (e in { radio: !0, checkbox: !0, file: !0, password: !0, image: !0 })
698
+ t.pseudos[e] = Rr(e);
699
+ for (e in { submit: !0, reset: !0 })
700
+ t.pseudos[e] = Ir(e);
701
+ function Nn() {
702
+ }
703
+ Nn.prototype = t.filters = t.pseudos, t.setFilters = new Nn();
704
+ function Ze(s, l) {
705
+ var p, g, v, m, T, w, C, H = R[s + " "];
706
+ if (H)
707
+ return l ? 0 : H.slice(0);
708
+ for (T = s, w = [], C = t.preFilter; T; ) {
709
+ (!p || (g = z.exec(T))) && (g && (T = T.slice(g[0].length) || T), w.push(v = [])), p = !1, (g = Je.exec(T)) && (p = g.shift(), v.push({
710
+ value: p,
711
+ // Cast descendant combinators to space
712
+ type: g[0].replace($e, " ")
713
+ }), T = T.slice(p.length));
714
+ for (m in t.filter)
715
+ (g = ce[m].exec(T)) && (!C[m] || (g = C[m](g))) && (p = g.shift(), v.push({
716
+ value: p,
717
+ type: m,
718
+ matches: g
719
+ }), T = T.slice(p.length));
720
+ if (!p)
721
+ break;
722
+ }
723
+ return l ? T.length : T ? _.error(s) : (
724
+ // Cache the tokens
725
+ R(s, w).slice(0)
726
+ );
727
+ }
728
+ function ct(s) {
729
+ for (var l = 0, p = s.length, g = ""; l < p; l++)
730
+ g += s[l].value;
731
+ return g;
732
+ }
733
+ function lt(s, l, p) {
734
+ var g = l.dir, v = l.next, m = v || g, T = p && m === "parentNode", w = x++;
735
+ return l.first ? (
736
+ // Check against closest ancestor/preceding element
737
+ function(C, H, A) {
738
+ for (; C = C[g]; )
739
+ if (C.nodeType === 1 || T)
740
+ return s(C, H, A);
741
+ return !1;
742
+ }
743
+ ) : (
744
+ // Check against all ancestor/preceding elements
745
+ function(C, H, A) {
746
+ var j, P, E = [h, w];
747
+ if (A) {
748
+ for (; C = C[g]; )
749
+ if ((C.nodeType === 1 || T) && s(C, H, A))
750
+ return !0;
751
+ } else
752
+ for (; C = C[g]; )
753
+ if (C.nodeType === 1 || T)
754
+ if (P = C[b] || (C[b] = {}), v && $(C, v))
755
+ C = C[g] || C;
756
+ else {
757
+ if ((j = P[m]) && j[0] === h && j[1] === w)
758
+ return E[2] = j[2];
759
+ if (P[m] = E, E[2] = s(C, H, A))
760
+ return !0;
761
+ }
762
+ return !1;
763
+ }
764
+ );
765
+ }
766
+ function Ht(s) {
767
+ return s.length > 1 ? function(l, p, g) {
768
+ for (var v = s.length; v--; )
769
+ if (!s[v](l, p, g))
770
+ return !1;
771
+ return !0;
772
+ } : s[0];
773
+ }
774
+ function _r(s, l, p) {
775
+ for (var g = 0, v = l.length; g < v; g++)
776
+ _(s, l[g], p);
777
+ return p;
778
+ }
779
+ function dt(s, l, p, g, v) {
780
+ for (var m, T = [], w = 0, C = s.length, H = l != null; w < C; w++)
781
+ (m = s[w]) && (!p || p(m, g, v)) && (T.push(m), H && l.push(w));
782
+ return T;
783
+ }
784
+ function Pt(s, l, p, g, v, m) {
785
+ return g && !g[b] && (g = Pt(g)), v && !v[b] && (v = Pt(v, m)), ie(function(T, w, C, H) {
786
+ var A, j, P, E, W = [], Z = [], G = w.length, ne = T || _r(
787
+ l || "*",
788
+ C.nodeType ? [C] : C,
789
+ []
790
+ ), le = s && (T || !l) ? dt(ne, W, s, C, H) : ne;
791
+ if (p ? (E = v || (T ? s : G || g) ? (
792
+ // ...intermediate processing is necessary
793
+ []
794
+ ) : (
795
+ // ...otherwise use results directly
796
+ w
797
+ ), p(le, E, C, H)) : E = le, g)
798
+ for (A = dt(E, Z), g(A, [], C, H), j = A.length; j--; )
799
+ (P = A[j]) && (E[Z[j]] = !(le[Z[j]] = P));
800
+ if (T) {
801
+ if (v || s) {
802
+ if (v) {
803
+ for (A = [], j = E.length; j--; )
804
+ (P = E[j]) && A.push(le[j] = P);
805
+ v(null, E = [], A, H);
806
+ }
807
+ for (j = E.length; j--; )
808
+ (P = E[j]) && (A = v ? de.call(T, P) : W[j]) > -1 && (T[A] = !(w[A] = P));
809
+ }
810
+ } else
811
+ E = dt(
812
+ E === w ? E.splice(G, E.length) : E
813
+ ), v ? v(null, w, E, H) : u.apply(w, E);
814
+ });
815
+ }
816
+ function Mt(s) {
817
+ for (var l, p, g, v = s.length, m = t.relative[s[0].type], T = m || t.relative[" "], w = m ? 1 : 0, C = lt(function(j) {
818
+ return j === l;
819
+ }, T, !0), H = lt(function(j) {
820
+ return de.call(l, j) > -1;
821
+ }, T, !0), A = [function(j, P, E) {
822
+ var W = !m && (E || P != n) || ((l = P).nodeType ? C(j, P, E) : H(j, P, E));
823
+ return l = null, W;
824
+ }]; w < v; w++)
825
+ if (p = t.relative[s[w].type])
826
+ A = [lt(Ht(A), p)];
827
+ else {
828
+ if (p = t.filter[s[w].type].apply(null, s[w].matches), p[b]) {
829
+ for (g = ++w; g < v && !t.relative[s[g].type]; g++)
830
+ ;
831
+ return Pt(
832
+ w > 1 && Ht(A),
833
+ w > 1 && ct(
834
+ // If the preceding token was a descendant combinator, insert an implicit any-element `*`
835
+ s.slice(0, w - 1).concat({ value: s[w - 2].type === " " ? "*" : "" })
836
+ ).replace($e, "$1"),
837
+ p,
838
+ w < g && Mt(s.slice(w, g)),
839
+ g < v && Mt(s = s.slice(g)),
840
+ g < v && ct(s)
841
+ );
842
+ }
843
+ A.push(p);
844
+ }
845
+ return Ht(A);
846
+ }
847
+ function Fr(s, l) {
848
+ var p = l.length > 0, g = s.length > 0, v = function(m, T, w, C, H) {
849
+ var A, j, P, E = 0, W = "0", Z = m && [], G = [], ne = n, le = m || g && t.find.TAG("*", H), _e = h += ne == null ? 1 : Math.random() || 0.1, Q = le.length;
850
+ for (H && (n = T == a || T || H); W !== Q && (A = le[W]) != null; W++) {
851
+ if (g && A) {
852
+ for (j = 0, !T && A.ownerDocument != a && (Ce(A), w = !f); P = s[j++]; )
853
+ if (P(A, T || a, w)) {
854
+ u.call(C, A);
855
+ break;
856
+ }
857
+ H && (h = _e);
858
+ }
859
+ p && ((A = !P && A) && E--, m && Z.push(A));
860
+ }
861
+ if (E += W, p && W !== E) {
862
+ for (j = 0; P = l[j++]; )
863
+ P(Z, G, T, w);
864
+ if (m) {
865
+ if (E > 0)
866
+ for (; W--; )
867
+ Z[W] || G[W] || (G[W] = Pn.call(C));
868
+ G = dt(G);
869
+ }
870
+ u.apply(C, G), H && !m && G.length > 0 && E + l.length > 1 && i.uniqueSort(C);
871
+ }
872
+ return H && (h = _e, n = ne), Z;
873
+ };
874
+ return p ? ie(v) : v;
875
+ }
876
+ function Rt(s, l) {
877
+ var p, g = [], v = [], m = O[s + " "];
878
+ if (!m) {
879
+ for (l || (l = Ze(s)), p = l.length; p--; )
880
+ m = Mt(l[p]), m[b] ? g.push(m) : v.push(m);
881
+ m = O(
882
+ s,
883
+ Fr(v, g)
884
+ ), m.selector = s;
885
+ }
886
+ return m;
887
+ }
888
+ function jn(s, l, p, g) {
889
+ var v, m, T, w, C, H = typeof s == "function" && s, A = !g && Ze(s = H.selector || s);
890
+ if (p = p || [], A.length === 1) {
891
+ if (m = A[0] = A[0].slice(0), m.length > 2 && (T = m[0]).type === "ID" && l.nodeType === 9 && f && t.relative[m[1].type]) {
892
+ if (l = (t.find.ID(
893
+ T.matches[0].replace(ye, ve),
894
+ l
895
+ ) || [])[0], l)
896
+ H && (l = l.parentNode);
897
+ else return p;
898
+ s = s.slice(m.shift().value.length);
899
+ }
900
+ for (v = ce.needsContext.test(s) ? 0 : m.length; v-- && (T = m[v], !t.relative[w = T.type]); )
901
+ if ((C = t.find[w]) && (g = C(
902
+ T.matches[0].replace(ye, ve),
903
+ Lt.test(m[0].type) && Ot(l.parentNode) || l
904
+ ))) {
905
+ if (m.splice(v, 1), s = g.length && ct(m), !s)
906
+ return u.apply(p, g), p;
907
+ break;
908
+ }
909
+ }
910
+ return (H || Rt(s, A))(
911
+ g,
912
+ l,
913
+ !f,
914
+ p,
915
+ !l || Lt.test(s) && Ot(l.parentNode) || l
916
+ ), p;
917
+ }
918
+ q.sortStable = b.split("").sort(U).join("") === b, Ce(), q.sortDetached = Ie(function(s) {
919
+ return s.compareDocumentPosition(a.createElement("fieldset")) & 1;
920
+ }), i.find = _, i.expr[":"] = i.expr.pseudos, i.unique = i.uniqueSort, _.compile = Rt, _.select = jn, _.setDocument = Ce, _.tokenize = Ze, _.escape = i.escapeSelector, _.getText = i.text, _.isXML = i.isXMLDoc, _.selectors = i.expr, _.support = i.support, _.uniqueSort = i.uniqueSort;
921
+ })();
922
+ var ke = function(e, t, n) {
923
+ for (var r = [], o = n !== void 0; (e = e[t]) && e.nodeType !== 9; )
924
+ if (e.nodeType === 1) {
925
+ if (o && i(e).is(n))
926
+ break;
927
+ r.push(e);
928
+ }
929
+ return r;
930
+ }, Bt = function(e, t) {
931
+ for (var n = []; e; e = e.nextSibling)
932
+ e.nodeType === 1 && e !== t && n.push(e);
933
+ return n;
934
+ }, zt = i.expr.match.needsContext, Ut = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;
935
+ function gt(e, t, n) {
936
+ return L(t) ? i.grep(e, function(r, o) {
937
+ return !!t.call(r, o, r) !== n;
938
+ }) : t.nodeType ? i.grep(e, function(r) {
939
+ return r === t !== n;
940
+ }) : typeof t != "string" ? i.grep(e, function(r) {
941
+ return de.call(t, r) > -1 !== n;
942
+ }) : i.filter(t, e, n);
943
+ }
944
+ i.filter = function(e, t, n) {
945
+ var r = t[0];
946
+ return n && (e = ":not(" + e + ")"), t.length === 1 && r.nodeType === 1 ? i.find.matchesSelector(r, e) ? [r] : [] : i.find.matches(e, i.grep(t, function(o) {
947
+ return o.nodeType === 1;
948
+ }));
949
+ }, i.fn.extend({
950
+ find: function(e) {
951
+ var t, n, r = this.length, o = this;
952
+ if (typeof e != "string")
953
+ return this.pushStack(i(e).filter(function() {
954
+ for (t = 0; t < r; t++)
955
+ if (i.contains(o[t], this))
956
+ return !0;
957
+ }));
958
+ for (n = this.pushStack([]), t = 0; t < r; t++)
959
+ i.find(e, o[t], n);
960
+ return r > 1 ? i.uniqueSort(n) : n;
961
+ },
962
+ filter: function(e) {
963
+ return this.pushStack(gt(this, e || [], !1));
964
+ },
965
+ not: function(e) {
966
+ return this.pushStack(gt(this, e || [], !0));
967
+ },
968
+ is: function(e) {
969
+ return !!gt(
970
+ this,
971
+ // If this is a positional/relative selector, check membership in the returned set
972
+ // so $("p:first").is("p:last") won't return true for a doc with two "p".
973
+ typeof e == "string" && zt.test(e) ? i(e) : e || [],
974
+ !1
975
+ ).length;
976
+ }
977
+ });
978
+ var Vt, Fn = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, Wn = i.fn.init = function(e, t, n) {
979
+ var r, o;
980
+ if (!e)
981
+ return this;
982
+ if (n = n || Vt, typeof e == "string")
983
+ if (e[0] === "<" && e[e.length - 1] === ">" && e.length >= 3 ? r = [null, e, null] : r = Fn.exec(e), r && (r[1] || !t))
984
+ if (r[1]) {
985
+ if (t = t instanceof i ? t[0] : t, i.merge(this, i.parseHTML(
986
+ r[1],
987
+ t && t.nodeType ? t.ownerDocument || t : k,
988
+ !0
989
+ )), Ut.test(r[1]) && i.isPlainObject(t))
990
+ for (r in t)
991
+ L(this[r]) ? this[r](t[r]) : this.attr(r, t[r]);
992
+ return this;
993
+ } else
994
+ return o = k.getElementById(r[2]), o && (this[0] = o, this.length = 1), this;
995
+ else return !t || t.jquery ? (t || n).find(e) : this.constructor(t).find(e);
996
+ else {
997
+ if (e.nodeType)
998
+ return this[0] = e, this.length = 1, this;
999
+ if (L(e))
1000
+ return n.ready !== void 0 ? n.ready(e) : (
1001
+ // Execute immediately if ready is not present
1002
+ e(i)
1003
+ );
1004
+ }
1005
+ return i.makeArray(e, this);
1006
+ };
1007
+ Wn.prototype = i.fn, Vt = i(k);
1008
+ var $n = /^(?:parents|prev(?:Until|All))/, Bn = {
1009
+ children: !0,
1010
+ contents: !0,
1011
+ next: !0,
1012
+ prev: !0
1013
+ };
1014
+ i.fn.extend({
1015
+ has: function(e) {
1016
+ var t = i(e, this), n = t.length;
1017
+ return this.filter(function() {
1018
+ for (var r = 0; r < n; r++)
1019
+ if (i.contains(this, t[r]))
1020
+ return !0;
1021
+ });
1022
+ },
1023
+ closest: function(e, t) {
1024
+ var n, r = 0, o = this.length, u = [], a = typeof e != "string" && i(e);
1025
+ if (!zt.test(e)) {
1026
+ for (; r < o; r++)
1027
+ for (n = this[r]; n && n !== t; n = n.parentNode)
1028
+ if (n.nodeType < 11 && (a ? a.index(n) > -1 : (
1029
+ // Don't pass non-elements to jQuery#find
1030
+ n.nodeType === 1 && i.find.matchesSelector(n, e)
1031
+ ))) {
1032
+ u.push(n);
1033
+ break;
1034
+ }
1035
+ }
1036
+ return this.pushStack(u.length > 1 ? i.uniqueSort(u) : u);
1037
+ },
1038
+ // Determine the position of an element within the set
1039
+ index: function(e) {
1040
+ return e ? typeof e == "string" ? de.call(i(e), this[0]) : de.call(
1041
+ this,
1042
+ // If it receives a jQuery object, the first element is used
1043
+ e.jquery ? e[0] : e
1044
+ ) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1;
1045
+ },
1046
+ add: function(e, t) {
1047
+ return this.pushStack(
1048
+ i.uniqueSort(
1049
+ i.merge(this.get(), i(e, t))
1050
+ )
1051
+ );
1052
+ },
1053
+ addBack: function(e) {
1054
+ return this.add(
1055
+ e == null ? this.prevObject : this.prevObject.filter(e)
1056
+ );
1057
+ }
1058
+ });
1059
+ function Xt(e, t) {
1060
+ for (; (e = e[t]) && e.nodeType !== 1; )
1061
+ ;
1062
+ return e;
1063
+ }
1064
+ i.each({
1065
+ parent: function(e) {
1066
+ var t = e.parentNode;
1067
+ return t && t.nodeType !== 11 ? t : null;
1068
+ },
1069
+ parents: function(e) {
1070
+ return ke(e, "parentNode");
1071
+ },
1072
+ parentsUntil: function(e, t, n) {
1073
+ return ke(e, "parentNode", n);
1074
+ },
1075
+ next: function(e) {
1076
+ return Xt(e, "nextSibling");
1077
+ },
1078
+ prev: function(e) {
1079
+ return Xt(e, "previousSibling");
1080
+ },
1081
+ nextAll: function(e) {
1082
+ return ke(e, "nextSibling");
1083
+ },
1084
+ prevAll: function(e) {
1085
+ return ke(e, "previousSibling");
1086
+ },
1087
+ nextUntil: function(e, t, n) {
1088
+ return ke(e, "nextSibling", n);
1089
+ },
1090
+ prevUntil: function(e, t, n) {
1091
+ return ke(e, "previousSibling", n);
1092
+ },
1093
+ siblings: function(e) {
1094
+ return Bt((e.parentNode || {}).firstChild, e);
1095
+ },
1096
+ children: function(e) {
1097
+ return Bt(e.firstChild);
1098
+ },
1099
+ contents: function(e) {
1100
+ return e.contentDocument != null && // Support: IE 11+
1101
+ // <object> elements with no `data` attribute has an object
1102
+ // `contentDocument` with a `null` prototype.
1103
+ xe(e.contentDocument) ? e.contentDocument : ($(e, "template") && (e = e.content || e), i.merge([], e.childNodes));
1104
+ }
1105
+ }, function(e, t) {
1106
+ i.fn[e] = function(n, r) {
1107
+ var o = i.map(this, t, n);
1108
+ return e.slice(-5) !== "Until" && (r = n), r && typeof r == "string" && (o = i.filter(r, o)), this.length > 1 && (Bn[e] || i.uniqueSort(o), $n.test(e) && o.reverse()), this.pushStack(o);
1109
+ };
1110
+ });
1111
+ var oe = /[^\x20\t\r\n\f]+/g;
1112
+ function zn(e) {
1113
+ var t = {};
1114
+ return i.each(e.match(oe) || [], function(n, r) {
1115
+ t[r] = !0;
1116
+ }), t;
1117
+ }
1118
+ i.Callbacks = function(e) {
1119
+ e = typeof e == "string" ? zn(e) : i.extend({}, e);
1120
+ var t, n, r, o, u = [], a = [], c = -1, f = function() {
1121
+ for (o = o || e.once, r = t = !0; a.length; c = -1)
1122
+ for (n = a.shift(); ++c < u.length; )
1123
+ u[c].apply(n[0], n[1]) === !1 && e.stopOnFalse && (c = u.length, n = !1);
1124
+ e.memory || (n = !1), t = !1, o && (n ? u = [] : u = "");
1125
+ }, d = {
1126
+ // Add a callback or a collection of callbacks to the list
1127
+ add: function() {
1128
+ return u && (n && !t && (c = u.length - 1, a.push(n)), function y(b) {
1129
+ i.each(b, function(h, x) {
1130
+ L(x) ? (!e.unique || !d.has(x)) && u.push(x) : x && x.length && je(x) !== "string" && y(x);
1131
+ });
1132
+ }(arguments), n && !t && f()), this;
1133
+ },
1134
+ // Remove a callback from the list
1135
+ remove: function() {
1136
+ return i.each(arguments, function(y, b) {
1137
+ for (var h; (h = i.inArray(b, u, h)) > -1; )
1138
+ u.splice(h, 1), h <= c && c--;
1139
+ }), this;
1140
+ },
1141
+ // Check if a given callback is in the list.
1142
+ // If no argument is given, return whether or not list has callbacks attached.
1143
+ has: function(y) {
1144
+ return y ? i.inArray(y, u) > -1 : u.length > 0;
1145
+ },
1146
+ // Remove all callbacks from the list
1147
+ empty: function() {
1148
+ return u && (u = []), this;
1149
+ },
1150
+ // Disable .fire and .add
1151
+ // Abort any current/pending executions
1152
+ // Clear all callbacks and values
1153
+ disable: function() {
1154
+ return o = a = [], u = n = "", this;
1155
+ },
1156
+ disabled: function() {
1157
+ return !u;
1158
+ },
1159
+ // Disable .fire
1160
+ // Also disable .add unless we have memory (since it would have no effect)
1161
+ // Abort any pending executions
1162
+ lock: function() {
1163
+ return o = a = [], !n && !t && (u = n = ""), this;
1164
+ },
1165
+ locked: function() {
1166
+ return !!o;
1167
+ },
1168
+ // Call all callbacks with the given context and arguments
1169
+ fireWith: function(y, b) {
1170
+ return o || (b = b || [], b = [y, b.slice ? b.slice() : b], a.push(b), t || f()), this;
1171
+ },
1172
+ // Call all the callbacks with the given arguments
1173
+ fire: function() {
1174
+ return d.fireWith(this, arguments), this;
1175
+ },
1176
+ // To know if the callbacks have already been called at least once
1177
+ fired: function() {
1178
+ return !!r;
1179
+ }
1180
+ };
1181
+ return d;
1182
+ };
1183
+ function qe(e) {
1184
+ return e;
1185
+ }
1186
+ function nt(e) {
1187
+ throw e;
1188
+ }
1189
+ function Gt(e, t, n, r) {
1190
+ var o;
1191
+ try {
1192
+ e && L(o = e.promise) ? o.call(e).done(t).fail(n) : e && L(o = e.then) ? o.call(e, t, n) : t.apply(void 0, [e].slice(r));
1193
+ } catch (u) {
1194
+ n.apply(void 0, [u]);
1195
+ }
1196
+ }
1197
+ i.extend({
1198
+ Deferred: function(e) {
1199
+ var t = [
1200
+ // action, add listener, callbacks,
1201
+ // ... .then handlers, argument index, [final state]
1202
+ [
1203
+ "notify",
1204
+ "progress",
1205
+ i.Callbacks("memory"),
1206
+ i.Callbacks("memory"),
1207
+ 2
1208
+ ],
1209
+ [
1210
+ "resolve",
1211
+ "done",
1212
+ i.Callbacks("once memory"),
1213
+ i.Callbacks("once memory"),
1214
+ 0,
1215
+ "resolved"
1216
+ ],
1217
+ [
1218
+ "reject",
1219
+ "fail",
1220
+ i.Callbacks("once memory"),
1221
+ i.Callbacks("once memory"),
1222
+ 1,
1223
+ "rejected"
1224
+ ]
1225
+ ], n = "pending", r = {
1226
+ state: function() {
1227
+ return n;
1228
+ },
1229
+ always: function() {
1230
+ return o.done(arguments).fail(arguments), this;
1231
+ },
1232
+ catch: function(u) {
1233
+ return r.then(null, u);
1234
+ },
1235
+ // Keep pipe for back-compat
1236
+ pipe: function() {
1237
+ var u = arguments;
1238
+ return i.Deferred(function(a) {
1239
+ i.each(t, function(c, f) {
1240
+ var d = L(u[f[4]]) && u[f[4]];
1241
+ o[f[1]](function() {
1242
+ var y = d && d.apply(this, arguments);
1243
+ y && L(y.promise) ? y.promise().progress(a.notify).done(a.resolve).fail(a.reject) : a[f[0] + "With"](
1244
+ this,
1245
+ d ? [y] : arguments
1246
+ );
1247
+ });
1248
+ }), u = null;
1249
+ }).promise();
1250
+ },
1251
+ then: function(u, a, c) {
1252
+ var f = 0;
1253
+ function d(y, b, h, x) {
1254
+ return function() {
1255
+ var D = this, R = arguments, O = function() {
1256
+ var U, ae;
1257
+ if (!(y < f)) {
1258
+ if (U = h.apply(D, R), U === b.promise())
1259
+ throw new TypeError("Thenable self-resolution");
1260
+ ae = U && // Support: Promises/A+ section 2.3.4
1261
+ // https://promisesaplus.com/#point-64
1262
+ // Only check objects and functions for thenability
1263
+ (typeof U == "object" || typeof U == "function") && U.then, L(ae) ? x ? ae.call(
1264
+ U,
1265
+ d(f, b, qe, x),
1266
+ d(f, b, nt, x)
1267
+ ) : (f++, ae.call(
1268
+ U,
1269
+ d(f, b, qe, x),
1270
+ d(f, b, nt, x),
1271
+ d(
1272
+ f,
1273
+ b,
1274
+ qe,
1275
+ b.notifyWith
1276
+ )
1277
+ )) : (h !== qe && (D = void 0, R = [U]), (x || b.resolveWith)(D, R));
1278
+ }
1279
+ }, X = x ? O : function() {
1280
+ try {
1281
+ O();
1282
+ } catch (U) {
1283
+ i.Deferred.exceptionHook && i.Deferred.exceptionHook(
1284
+ U,
1285
+ X.error
1286
+ ), y + 1 >= f && (h !== nt && (D = void 0, R = [U]), b.rejectWith(D, R));
1287
+ }
1288
+ };
1289
+ y ? X() : (i.Deferred.getErrorHook ? X.error = i.Deferred.getErrorHook() : i.Deferred.getStackHook && (X.error = i.Deferred.getStackHook()), N.setTimeout(X));
1290
+ };
1291
+ }
1292
+ return i.Deferred(function(y) {
1293
+ t[0][3].add(
1294
+ d(
1295
+ 0,
1296
+ y,
1297
+ L(c) ? c : qe,
1298
+ y.notifyWith
1299
+ )
1300
+ ), t[1][3].add(
1301
+ d(
1302
+ 0,
1303
+ y,
1304
+ L(u) ? u : qe
1305
+ )
1306
+ ), t[2][3].add(
1307
+ d(
1308
+ 0,
1309
+ y,
1310
+ L(a) ? a : nt
1311
+ )
1312
+ );
1313
+ }).promise();
1314
+ },
1315
+ // Get a promise for this deferred
1316
+ // If obj is provided, the promise aspect is added to the object
1317
+ promise: function(u) {
1318
+ return u != null ? i.extend(u, r) : r;
1319
+ }
1320
+ }, o = {};
1321
+ return i.each(t, function(u, a) {
1322
+ var c = a[2], f = a[5];
1323
+ r[a[1]] = c.add, f && c.add(
1324
+ function() {
1325
+ n = f;
1326
+ },
1327
+ // rejected_callbacks.disable
1328
+ // fulfilled_callbacks.disable
1329
+ t[3 - u][2].disable,
1330
+ // rejected_handlers.disable
1331
+ // fulfilled_handlers.disable
1332
+ t[3 - u][3].disable,
1333
+ // progress_callbacks.lock
1334
+ t[0][2].lock,
1335
+ // progress_handlers.lock
1336
+ t[0][3].lock
1337
+ ), c.add(a[3].fire), o[a[0]] = function() {
1338
+ return o[a[0] + "With"](this === o ? void 0 : this, arguments), this;
1339
+ }, o[a[0] + "With"] = c.fireWith;
1340
+ }), r.promise(o), e && e.call(o, o), o;
1341
+ },
1342
+ // Deferred helper
1343
+ when: function(e) {
1344
+ var t = arguments.length, n = t, r = Array(n), o = V.call(arguments), u = i.Deferred(), a = function(c) {
1345
+ return function(f) {
1346
+ r[c] = this, o[c] = arguments.length > 1 ? V.call(arguments) : f, --t || u.resolveWith(r, o);
1347
+ };
1348
+ };
1349
+ if (t <= 1 && (Gt(
1350
+ e,
1351
+ u.done(a(n)).resolve,
1352
+ u.reject,
1353
+ !t
1354
+ ), u.state() === "pending" || L(o[n] && o[n].then)))
1355
+ return u.then();
1356
+ for (; n--; )
1357
+ Gt(o[n], a(n), u.reject);
1358
+ return u.promise();
1359
+ }
1360
+ });
1361
+ var Un = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;
1362
+ i.Deferred.exceptionHook = function(e, t) {
1363
+ N.console && N.console.warn && e && Un.test(e.name) && N.console.warn(
1364
+ "jQuery.Deferred exception: " + e.message,
1365
+ e.stack,
1366
+ t
1367
+ );
1368
+ }, i.readyException = function(e) {
1369
+ N.setTimeout(function() {
1370
+ throw e;
1371
+ });
1372
+ };
1373
+ var yt = i.Deferred();
1374
+ i.fn.ready = function(e) {
1375
+ return yt.then(e).catch(function(t) {
1376
+ i.readyException(t);
1377
+ }), this;
1378
+ }, i.extend({
1379
+ // Is the DOM ready to be used? Set to true once it occurs.
1380
+ isReady: !1,
1381
+ // A counter to track how many items to wait for before
1382
+ // the ready event fires. See trac-6781
1383
+ readyWait: 1,
1384
+ // Handle when the DOM is ready
1385
+ ready: function(e) {
1386
+ (e === !0 ? --i.readyWait : i.isReady) || (i.isReady = !0, !(e !== !0 && --i.readyWait > 0) && yt.resolveWith(k, [i]));
1387
+ }
1388
+ }), i.ready.then = yt.then;
1389
+ function rt() {
1390
+ k.removeEventListener("DOMContentLoaded", rt), N.removeEventListener("load", rt), i.ready();
1391
+ }
1392
+ k.readyState === "complete" || k.readyState !== "loading" && !k.documentElement.doScroll ? N.setTimeout(i.ready) : (k.addEventListener("DOMContentLoaded", rt), N.addEventListener("load", rt));
1393
+ var he = function(e, t, n, r, o, u, a) {
1394
+ var c = 0, f = e.length, d = n == null;
1395
+ if (je(n) === "object") {
1396
+ o = !0;
1397
+ for (c in n)
1398
+ he(e, t, c, n[c], !0, u, a);
1399
+ } else if (r !== void 0 && (o = !0, L(r) || (a = !0), d && (a ? (t.call(e, r), t = null) : (d = t, t = function(y, b, h) {
1400
+ return d.call(i(y), h);
1401
+ })), t))
1402
+ for (; c < f; c++)
1403
+ t(
1404
+ e[c],
1405
+ n,
1406
+ a ? r : r.call(e[c], c, t(e[c], n))
1407
+ );
1408
+ return o ? e : d ? t.call(e) : f ? t(e[0], n) : u;
1409
+ }, Vn = /^-ms-/, Xn = /-([a-z])/g;
1410
+ function Gn(e, t) {
1411
+ return t.toUpperCase();
1412
+ }
1413
+ function ue(e) {
1414
+ return e.replace(Vn, "ms-").replace(Xn, Gn);
1415
+ }
1416
+ var Be = function(e) {
1417
+ return e.nodeType === 1 || e.nodeType === 9 || !+e.nodeType;
1418
+ };
1419
+ function ze() {
1420
+ this.expando = i.expando + ze.uid++;
1421
+ }
1422
+ ze.uid = 1, ze.prototype = {
1423
+ cache: function(e) {
1424
+ var t = e[this.expando];
1425
+ return t || (t = {}, Be(e) && (e.nodeType ? e[this.expando] = t : Object.defineProperty(e, this.expando, {
1426
+ value: t,
1427
+ configurable: !0
1428
+ }))), t;
1429
+ },
1430
+ set: function(e, t, n) {
1431
+ var r, o = this.cache(e);
1432
+ if (typeof t == "string")
1433
+ o[ue(t)] = n;
1434
+ else
1435
+ for (r in t)
1436
+ o[ue(r)] = t[r];
1437
+ return o;
1438
+ },
1439
+ get: function(e, t) {
1440
+ return t === void 0 ? this.cache(e) : (
1441
+ // Always use camelCase key (gh-2257)
1442
+ e[this.expando] && e[this.expando][ue(t)]
1443
+ );
1444
+ },
1445
+ access: function(e, t, n) {
1446
+ return t === void 0 || t && typeof t == "string" && n === void 0 ? this.get(e, t) : (this.set(e, t, n), n !== void 0 ? n : t);
1447
+ },
1448
+ remove: function(e, t) {
1449
+ var n, r = e[this.expando];
1450
+ if (r !== void 0) {
1451
+ if (t !== void 0)
1452
+ for (Array.isArray(t) ? t = t.map(ue) : (t = ue(t), t = t in r ? [t] : t.match(oe) || []), n = t.length; n--; )
1453
+ delete r[t[n]];
1454
+ (t === void 0 || i.isEmptyObject(r)) && (e.nodeType ? e[this.expando] = void 0 : delete e[this.expando]);
1455
+ }
1456
+ },
1457
+ hasData: function(e) {
1458
+ var t = e[this.expando];
1459
+ return t !== void 0 && !i.isEmptyObject(t);
1460
+ }
1461
+ };
1462
+ var S = new ze(), Y = new ze(), Qn = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, Yn = /[A-Z]/g;
1463
+ function Jn(e) {
1464
+ return e === "true" ? !0 : e === "false" ? !1 : e === "null" ? null : e === +e + "" ? +e : Qn.test(e) ? JSON.parse(e) : e;
1465
+ }
1466
+ function Qt(e, t, n) {
1467
+ var r;
1468
+ if (n === void 0 && e.nodeType === 1)
1469
+ if (r = "data-" + t.replace(Yn, "-$&").toLowerCase(), n = e.getAttribute(r), typeof n == "string") {
1470
+ try {
1471
+ n = Jn(n);
1472
+ } catch {
1473
+ }
1474
+ Y.set(e, t, n);
1475
+ } else
1476
+ n = void 0;
1477
+ return n;
1478
+ }
1479
+ i.extend({
1480
+ hasData: function(e) {
1481
+ return Y.hasData(e) || S.hasData(e);
1482
+ },
1483
+ data: function(e, t, n) {
1484
+ return Y.access(e, t, n);
1485
+ },
1486
+ removeData: function(e, t) {
1487
+ Y.remove(e, t);
1488
+ },
1489
+ // TODO: Now that all calls to _data and _removeData have been replaced
1490
+ // with direct calls to dataPriv methods, these can be deprecated.
1491
+ _data: function(e, t, n) {
1492
+ return S.access(e, t, n);
1493
+ },
1494
+ _removeData: function(e, t) {
1495
+ S.remove(e, t);
1496
+ }
1497
+ }), i.fn.extend({
1498
+ data: function(e, t) {
1499
+ var n, r, o, u = this[0], a = u && u.attributes;
1500
+ if (e === void 0) {
1501
+ if (this.length && (o = Y.get(u), u.nodeType === 1 && !S.get(u, "hasDataAttrs"))) {
1502
+ for (n = a.length; n--; )
1503
+ a[n] && (r = a[n].name, r.indexOf("data-") === 0 && (r = ue(r.slice(5)), Qt(u, r, o[r])));
1504
+ S.set(u, "hasDataAttrs", !0);
1505
+ }
1506
+ return o;
1507
+ }
1508
+ return typeof e == "object" ? this.each(function() {
1509
+ Y.set(this, e);
1510
+ }) : he(this, function(c) {
1511
+ var f;
1512
+ if (u && c === void 0)
1513
+ return f = Y.get(u, e), f !== void 0 || (f = Qt(u, e), f !== void 0) ? f : void 0;
1514
+ this.each(function() {
1515
+ Y.set(this, e, c);
1516
+ });
1517
+ }, null, t, arguments.length > 1, null, !0);
1518
+ },
1519
+ removeData: function(e) {
1520
+ return this.each(function() {
1521
+ Y.remove(this, e);
1522
+ });
1523
+ }
1524
+ }), i.extend({
1525
+ queue: function(e, t, n) {
1526
+ var r;
1527
+ if (e)
1528
+ return t = (t || "fx") + "queue", r = S.get(e, t), n && (!r || Array.isArray(n) ? r = S.access(e, t, i.makeArray(n)) : r.push(n)), r || [];
1529
+ },
1530
+ dequeue: function(e, t) {
1531
+ t = t || "fx";
1532
+ var n = i.queue(e, t), r = n.length, o = n.shift(), u = i._queueHooks(e, t), a = function() {
1533
+ i.dequeue(e, t);
1534
+ };
1535
+ o === "inprogress" && (o = n.shift(), r--), o && (t === "fx" && n.unshift("inprogress"), delete u.stop, o.call(e, a, u)), !r && u && u.empty.fire();
1536
+ },
1537
+ // Not public - generate a queueHooks object, or return the current one
1538
+ _queueHooks: function(e, t) {
1539
+ var n = t + "queueHooks";
1540
+ return S.get(e, n) || S.access(e, n, {
1541
+ empty: i.Callbacks("once memory").add(function() {
1542
+ S.remove(e, [t + "queue", n]);
1543
+ })
1544
+ });
1545
+ }
1546
+ }), i.fn.extend({
1547
+ queue: function(e, t) {
1548
+ var n = 2;
1549
+ return typeof e != "string" && (t = e, e = "fx", n--), arguments.length < n ? i.queue(this[0], e) : t === void 0 ? this : this.each(function() {
1550
+ var r = i.queue(this, e, t);
1551
+ i._queueHooks(this, e), e === "fx" && r[0] !== "inprogress" && i.dequeue(this, e);
1552
+ });
1553
+ },
1554
+ dequeue: function(e) {
1555
+ return this.each(function() {
1556
+ i.dequeue(this, e);
1557
+ });
1558
+ },
1559
+ clearQueue: function(e) {
1560
+ return this.queue(e || "fx", []);
1561
+ },
1562
+ // Get a promise resolved when queues of a certain type
1563
+ // are emptied (fx is the type by default)
1564
+ promise: function(e, t) {
1565
+ var n, r = 1, o = i.Deferred(), u = this, a = this.length, c = function() {
1566
+ --r || o.resolveWith(u, [u]);
1567
+ };
1568
+ for (typeof e != "string" && (t = e, e = void 0), e = e || "fx"; a--; )
1569
+ n = S.get(u[a], e + "queueHooks"), n && n.empty && (r++, n.empty.add(c));
1570
+ return c(), o.promise(t);
1571
+ }
1572
+ });
1573
+ var Yt = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, Ue = new RegExp("^(?:([+-])=|)(" + Yt + ")([a-z%]*)$", "i"), ge = ["Top", "Right", "Bottom", "Left"], we = k.documentElement, Le = function(e) {
1574
+ return i.contains(e.ownerDocument, e);
1575
+ }, Kn = { composed: !0 };
1576
+ we.getRootNode && (Le = function(e) {
1577
+ return i.contains(e.ownerDocument, e) || e.getRootNode(Kn) === e.ownerDocument;
1578
+ });
1579
+ var it = function(e, t) {
1580
+ return e = t || e, e.style.display === "none" || e.style.display === "" && // Otherwise, check computed style
1581
+ // Support: Firefox <=43 - 45
1582
+ // Disconnected elements can have computed display: none, so first confirm that elem is
1583
+ // in the document.
1584
+ Le(e) && i.css(e, "display") === "none";
1585
+ };
1586
+ function Jt(e, t, n, r) {
1587
+ var o, u, a = 20, c = r ? function() {
1588
+ return r.cur();
1589
+ } : function() {
1590
+ return i.css(e, t, "");
1591
+ }, f = c(), d = n && n[3] || (i.cssNumber[t] ? "" : "px"), y = e.nodeType && (i.cssNumber[t] || d !== "px" && +f) && Ue.exec(i.css(e, t));
1592
+ if (y && y[3] !== d) {
1593
+ for (f = f / 2, d = d || y[3], y = +f || 1; a--; )
1594
+ i.style(e, t, y + d), (1 - u) * (1 - (u = c() / f || 0.5)) <= 0 && (a = 0), y = y / u;
1595
+ y = y * 2, i.style(e, t, y + d), n = n || [];
1596
+ }
1597
+ return n && (y = +y || +f || 0, o = n[1] ? y + (n[1] + 1) * n[2] : +n[2], r && (r.unit = d, r.start = y, r.end = o)), o;
1598
+ }
1599
+ var Kt = {};
1600
+ function Zn(e) {
1601
+ var t, n = e.ownerDocument, r = e.nodeName, o = Kt[r];
1602
+ return o || (t = n.body.appendChild(n.createElement(r)), o = i.css(t, "display"), t.parentNode.removeChild(t), o === "none" && (o = "block"), Kt[r] = o, o);
1603
+ }
1604
+ function Oe(e, t) {
1605
+ for (var n, r, o = [], u = 0, a = e.length; u < a; u++)
1606
+ r = e[u], r.style && (n = r.style.display, t ? (n === "none" && (o[u] = S.get(r, "display") || null, o[u] || (r.style.display = "")), r.style.display === "" && it(r) && (o[u] = Zn(r))) : n !== "none" && (o[u] = "none", S.set(r, "display", n)));
1607
+ for (u = 0; u < a; u++)
1608
+ o[u] != null && (e[u].style.display = o[u]);
1609
+ return e;
1610
+ }
1611
+ i.fn.extend({
1612
+ show: function() {
1613
+ return Oe(this, !0);
1614
+ },
1615
+ hide: function() {
1616
+ return Oe(this);
1617
+ },
1618
+ toggle: function(e) {
1619
+ return typeof e == "boolean" ? e ? this.show() : this.hide() : this.each(function() {
1620
+ it(this) ? i(this).show() : i(this).hide();
1621
+ });
1622
+ }
1623
+ });
1624
+ var Ve = /^(?:checkbox|radio)$/i, Zt = /<([a-z][^\/\0>\x20\t\r\n\f]*)/i, en = /^$|^module$|\/(?:java|ecma)script/i;
1625
+ (function() {
1626
+ var e = k.createDocumentFragment(), t = e.appendChild(k.createElement("div")), n = k.createElement("input");
1627
+ n.setAttribute("type", "radio"), n.setAttribute("checked", "checked"), n.setAttribute("name", "t"), t.appendChild(n), q.checkClone = t.cloneNode(!0).cloneNode(!0).lastChild.checked, t.innerHTML = "<textarea>x</textarea>", q.noCloneChecked = !!t.cloneNode(!0).lastChild.defaultValue, t.innerHTML = "<option></option>", q.option = !!t.lastChild;
1628
+ })();
1629
+ var ee = {
1630
+ // XHTML parsers do not magically insert elements in the
1631
+ // same way that tag soup parsers do. So we cannot shorten
1632
+ // this by omitting <tbody> or other required elements.
1633
+ thead: [1, "<table>", "</table>"],
1634
+ col: [2, "<table><colgroup>", "</colgroup></table>"],
1635
+ tr: [2, "<table><tbody>", "</tbody></table>"],
1636
+ td: [3, "<table><tbody><tr>", "</tr></tbody></table>"],
1637
+ _default: [0, "", ""]
1638
+ };
1639
+ ee.tbody = ee.tfoot = ee.colgroup = ee.caption = ee.thead, ee.th = ee.td, q.option || (ee.optgroup = ee.option = [1, "<select multiple='multiple'>", "</select>"]);
1640
+ function J(e, t) {
1641
+ var n;
1642
+ return typeof e.getElementsByTagName < "u" ? n = e.getElementsByTagName(t || "*") : typeof e.querySelectorAll < "u" ? n = e.querySelectorAll(t || "*") : n = [], t === void 0 || t && $(e, t) ? i.merge([e], n) : n;
1643
+ }
1644
+ function vt(e, t) {
1645
+ for (var n = 0, r = e.length; n < r; n++)
1646
+ S.set(
1647
+ e[n],
1648
+ "globalEval",
1649
+ !t || S.get(t[n], "globalEval")
1650
+ );
1651
+ }
1652
+ var er = /<|&#?\w+;/;
1653
+ function tn(e, t, n, r, o) {
1654
+ for (var u, a, c, f, d, y, b = t.createDocumentFragment(), h = [], x = 0, D = e.length; x < D; x++)
1655
+ if (u = e[x], u || u === 0)
1656
+ if (je(u) === "object")
1657
+ i.merge(h, u.nodeType ? [u] : u);
1658
+ else if (!er.test(u))
1659
+ h.push(t.createTextNode(u));
1660
+ else {
1661
+ for (a = a || b.appendChild(t.createElement("div")), c = (Zt.exec(u) || ["", ""])[1].toLowerCase(), f = ee[c] || ee._default, a.innerHTML = f[1] + i.htmlPrefilter(u) + f[2], y = f[0]; y--; )
1662
+ a = a.lastChild;
1663
+ i.merge(h, a.childNodes), a = b.firstChild, a.textContent = "";
1664
+ }
1665
+ for (b.textContent = "", x = 0; u = h[x++]; ) {
1666
+ if (r && i.inArray(u, r) > -1) {
1667
+ o && o.push(u);
1668
+ continue;
1669
+ }
1670
+ if (d = Le(u), a = J(b.appendChild(u), "script"), d && vt(a), n)
1671
+ for (y = 0; u = a[y++]; )
1672
+ en.test(u.type || "") && n.push(u);
1673
+ }
1674
+ return b;
1675
+ }
1676
+ var nn = /^([^.]*)(?:\.(.+)|)/;
1677
+ function He() {
1678
+ return !0;
1679
+ }
1680
+ function Pe() {
1681
+ return !1;
1682
+ }
1683
+ function bt(e, t, n, r, o, u) {
1684
+ var a, c;
1685
+ if (typeof t == "object") {
1686
+ typeof n != "string" && (r = r || n, n = void 0);
1687
+ for (c in t)
1688
+ bt(e, c, n, r, t[c], u);
1689
+ return e;
1690
+ }
1691
+ if (r == null && o == null ? (o = n, r = n = void 0) : o == null && (typeof n == "string" ? (o = r, r = void 0) : (o = r, r = n, n = void 0)), o === !1)
1692
+ o = Pe;
1693
+ else if (!o)
1694
+ return e;
1695
+ return u === 1 && (a = o, o = function(f) {
1696
+ return i().off(f), a.apply(this, arguments);
1697
+ }, o.guid = a.guid || (a.guid = i.guid++)), e.each(function() {
1698
+ i.event.add(this, t, o, r, n);
1699
+ });
1700
+ }
1701
+ i.event = {
1702
+ global: {},
1703
+ add: function(e, t, n, r, o) {
1704
+ var u, a, c, f, d, y, b, h, x, D, R, O = S.get(e);
1705
+ if (Be(e))
1706
+ for (n.handler && (u = n, n = u.handler, o = u.selector), o && i.find.matchesSelector(we, o), n.guid || (n.guid = i.guid++), (f = O.events) || (f = O.events = /* @__PURE__ */ Object.create(null)), (a = O.handle) || (a = O.handle = function(X) {
1707
+ return typeof i < "u" && i.event.triggered !== X.type ? i.event.dispatch.apply(e, arguments) : void 0;
1708
+ }), t = (t || "").match(oe) || [""], d = t.length; d--; )
1709
+ c = nn.exec(t[d]) || [], x = R = c[1], D = (c[2] || "").split(".").sort(), x && (b = i.event.special[x] || {}, x = (o ? b.delegateType : b.bindType) || x, b = i.event.special[x] || {}, y = i.extend({
1710
+ type: x,
1711
+ origType: R,
1712
+ data: r,
1713
+ handler: n,
1714
+ guid: n.guid,
1715
+ selector: o,
1716
+ needsContext: o && i.expr.match.needsContext.test(o),
1717
+ namespace: D.join(".")
1718
+ }, u), (h = f[x]) || (h = f[x] = [], h.delegateCount = 0, (!b.setup || b.setup.call(e, r, D, a) === !1) && e.addEventListener && e.addEventListener(x, a)), b.add && (b.add.call(e, y), y.handler.guid || (y.handler.guid = n.guid)), o ? h.splice(h.delegateCount++, 0, y) : h.push(y), i.event.global[x] = !0);
1719
+ },
1720
+ // Detach an event or set of events from an element
1721
+ remove: function(e, t, n, r, o) {
1722
+ var u, a, c, f, d, y, b, h, x, D, R, O = S.hasData(e) && S.get(e);
1723
+ if (!(!O || !(f = O.events))) {
1724
+ for (t = (t || "").match(oe) || [""], d = t.length; d--; ) {
1725
+ if (c = nn.exec(t[d]) || [], x = R = c[1], D = (c[2] || "").split(".").sort(), !x) {
1726
+ for (x in f)
1727
+ i.event.remove(e, x + t[d], n, r, !0);
1728
+ continue;
1729
+ }
1730
+ for (b = i.event.special[x] || {}, x = (r ? b.delegateType : b.bindType) || x, h = f[x] || [], c = c[2] && new RegExp("(^|\\.)" + D.join("\\.(?:.*\\.|)") + "(\\.|$)"), a = u = h.length; u--; )
1731
+ y = h[u], (o || R === y.origType) && (!n || n.guid === y.guid) && (!c || c.test(y.namespace)) && (!r || r === y.selector || r === "**" && y.selector) && (h.splice(u, 1), y.selector && h.delegateCount--, b.remove && b.remove.call(e, y));
1732
+ a && !h.length && ((!b.teardown || b.teardown.call(e, D, O.handle) === !1) && i.removeEvent(e, x, O.handle), delete f[x]);
1733
+ }
1734
+ i.isEmptyObject(f) && S.remove(e, "handle events");
1735
+ }
1736
+ },
1737
+ dispatch: function(e) {
1738
+ var t, n, r, o, u, a, c = new Array(arguments.length), f = i.event.fix(e), d = (S.get(this, "events") || /* @__PURE__ */ Object.create(null))[f.type] || [], y = i.event.special[f.type] || {};
1739
+ for (c[0] = f, t = 1; t < arguments.length; t++)
1740
+ c[t] = arguments[t];
1741
+ if (f.delegateTarget = this, !(y.preDispatch && y.preDispatch.call(this, f) === !1)) {
1742
+ for (a = i.event.handlers.call(this, f, d), t = 0; (o = a[t++]) && !f.isPropagationStopped(); )
1743
+ for (f.currentTarget = o.elem, n = 0; (u = o.handlers[n++]) && !f.isImmediatePropagationStopped(); )
1744
+ (!f.rnamespace || u.namespace === !1 || f.rnamespace.test(u.namespace)) && (f.handleObj = u, f.data = u.data, r = ((i.event.special[u.origType] || {}).handle || u.handler).apply(o.elem, c), r !== void 0 && (f.result = r) === !1 && (f.preventDefault(), f.stopPropagation()));
1745
+ return y.postDispatch && y.postDispatch.call(this, f), f.result;
1746
+ }
1747
+ },
1748
+ handlers: function(e, t) {
1749
+ var n, r, o, u, a, c = [], f = t.delegateCount, d = e.target;
1750
+ if (f && // Support: IE <=9
1751
+ // Black-hole SVG <use> instance trees (trac-13180)
1752
+ d.nodeType && // Support: Firefox <=42
1753
+ // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861)
1754
+ // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click
1755
+ // Support: IE 11 only
1756
+ // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343)
1757
+ !(e.type === "click" && e.button >= 1)) {
1758
+ for (; d !== this; d = d.parentNode || this)
1759
+ if (d.nodeType === 1 && !(e.type === "click" && d.disabled === !0)) {
1760
+ for (u = [], a = {}, n = 0; n < f; n++)
1761
+ r = t[n], o = r.selector + " ", a[o] === void 0 && (a[o] = r.needsContext ? i(o, this).index(d) > -1 : i.find(o, this, null, [d]).length), a[o] && u.push(r);
1762
+ u.length && c.push({ elem: d, handlers: u });
1763
+ }
1764
+ }
1765
+ return d = this, f < t.length && c.push({ elem: d, handlers: t.slice(f) }), c;
1766
+ },
1767
+ addProp: function(e, t) {
1768
+ Object.defineProperty(i.Event.prototype, e, {
1769
+ enumerable: !0,
1770
+ configurable: !0,
1771
+ get: L(t) ? function() {
1772
+ if (this.originalEvent)
1773
+ return t(this.originalEvent);
1774
+ } : function() {
1775
+ if (this.originalEvent)
1776
+ return this.originalEvent[e];
1777
+ },
1778
+ set: function(n) {
1779
+ Object.defineProperty(this, e, {
1780
+ enumerable: !0,
1781
+ configurable: !0,
1782
+ writable: !0,
1783
+ value: n
1784
+ });
1785
+ }
1786
+ });
1787
+ },
1788
+ fix: function(e) {
1789
+ return e[i.expando] ? e : new i.Event(e);
1790
+ },
1791
+ special: {
1792
+ load: {
1793
+ // Prevent triggered image.load events from bubbling to window.load
1794
+ noBubble: !0
1795
+ },
1796
+ click: {
1797
+ // Utilize native event to ensure correct state for checkable inputs
1798
+ setup: function(e) {
1799
+ var t = this || e;
1800
+ return Ve.test(t.type) && t.click && $(t, "input") && ot(t, "click", !0), !1;
1801
+ },
1802
+ trigger: function(e) {
1803
+ var t = this || e;
1804
+ return Ve.test(t.type) && t.click && $(t, "input") && ot(t, "click"), !0;
1805
+ },
1806
+ // For cross-browser consistency, suppress native .click() on links
1807
+ // Also prevent it if we're currently inside a leveraged native-event stack
1808
+ _default: function(e) {
1809
+ var t = e.target;
1810
+ return Ve.test(t.type) && t.click && $(t, "input") && S.get(t, "click") || $(t, "a");
1811
+ }
1812
+ },
1813
+ beforeunload: {
1814
+ postDispatch: function(e) {
1815
+ e.result !== void 0 && e.originalEvent && (e.originalEvent.returnValue = e.result);
1816
+ }
1817
+ }
1818
+ }
1819
+ };
1820
+ function ot(e, t, n) {
1821
+ if (!n) {
1822
+ S.get(e, t) === void 0 && i.event.add(e, t, He);
1823
+ return;
1824
+ }
1825
+ S.set(e, t, !1), i.event.add(e, t, {
1826
+ namespace: !1,
1827
+ handler: function(r) {
1828
+ var o, u = S.get(this, t);
1829
+ if (r.isTrigger & 1 && this[t]) {
1830
+ if (u)
1831
+ (i.event.special[t] || {}).delegateType && r.stopPropagation();
1832
+ else if (u = V.call(arguments), S.set(this, t, u), this[t](), o = S.get(this, t), S.set(this, t, !1), u !== o)
1833
+ return r.stopImmediatePropagation(), r.preventDefault(), o;
1834
+ } else u && (S.set(this, t, i.event.trigger(
1835
+ u[0],
1836
+ u.slice(1),
1837
+ this
1838
+ )), r.stopPropagation(), r.isImmediatePropagationStopped = He);
1839
+ }
1840
+ });
1841
+ }
1842
+ i.removeEvent = function(e, t, n) {
1843
+ e.removeEventListener && e.removeEventListener(t, n);
1844
+ }, i.Event = function(e, t) {
1845
+ if (!(this instanceof i.Event))
1846
+ return new i.Event(e, t);
1847
+ e && e.type ? (this.originalEvent = e, this.type = e.type, this.isDefaultPrevented = e.defaultPrevented || e.defaultPrevented === void 0 && // Support: Android <=2.3 only
1848
+ e.returnValue === !1 ? He : Pe, this.target = e.target && e.target.nodeType === 3 ? e.target.parentNode : e.target, this.currentTarget = e.currentTarget, this.relatedTarget = e.relatedTarget) : this.type = e, t && i.extend(this, t), this.timeStamp = e && e.timeStamp || Date.now(), this[i.expando] = !0;
1849
+ }, i.Event.prototype = {
1850
+ constructor: i.Event,
1851
+ isDefaultPrevented: Pe,
1852
+ isPropagationStopped: Pe,
1853
+ isImmediatePropagationStopped: Pe,
1854
+ isSimulated: !1,
1855
+ preventDefault: function() {
1856
+ var e = this.originalEvent;
1857
+ this.isDefaultPrevented = He, e && !this.isSimulated && e.preventDefault();
1858
+ },
1859
+ stopPropagation: function() {
1860
+ var e = this.originalEvent;
1861
+ this.isPropagationStopped = He, e && !this.isSimulated && e.stopPropagation();
1862
+ },
1863
+ stopImmediatePropagation: function() {
1864
+ var e = this.originalEvent;
1865
+ this.isImmediatePropagationStopped = He, e && !this.isSimulated && e.stopImmediatePropagation(), this.stopPropagation();
1866
+ }
1867
+ }, i.each({
1868
+ altKey: !0,
1869
+ bubbles: !0,
1870
+ cancelable: !0,
1871
+ changedTouches: !0,
1872
+ ctrlKey: !0,
1873
+ detail: !0,
1874
+ eventPhase: !0,
1875
+ metaKey: !0,
1876
+ pageX: !0,
1877
+ pageY: !0,
1878
+ shiftKey: !0,
1879
+ view: !0,
1880
+ char: !0,
1881
+ code: !0,
1882
+ charCode: !0,
1883
+ key: !0,
1884
+ keyCode: !0,
1885
+ button: !0,
1886
+ buttons: !0,
1887
+ clientX: !0,
1888
+ clientY: !0,
1889
+ offsetX: !0,
1890
+ offsetY: !0,
1891
+ pointerId: !0,
1892
+ pointerType: !0,
1893
+ screenX: !0,
1894
+ screenY: !0,
1895
+ targetTouches: !0,
1896
+ toElement: !0,
1897
+ touches: !0,
1898
+ which: !0
1899
+ }, i.event.addProp), i.each({ focus: "focusin", blur: "focusout" }, function(e, t) {
1900
+ function n(r) {
1901
+ if (k.documentMode) {
1902
+ var o = S.get(this, "handle"), u = i.event.fix(r);
1903
+ u.type = r.type === "focusin" ? "focus" : "blur", u.isSimulated = !0, o(r), u.target === u.currentTarget && o(u);
1904
+ } else
1905
+ i.event.simulate(
1906
+ t,
1907
+ r.target,
1908
+ i.event.fix(r)
1909
+ );
1910
+ }
1911
+ i.event.special[e] = {
1912
+ // Utilize native event if possible so blur/focus sequence is correct
1913
+ setup: function() {
1914
+ var r;
1915
+ if (ot(this, e, !0), k.documentMode)
1916
+ r = S.get(this, t), r || this.addEventListener(t, n), S.set(this, t, (r || 0) + 1);
1917
+ else
1918
+ return !1;
1919
+ },
1920
+ trigger: function() {
1921
+ return ot(this, e), !0;
1922
+ },
1923
+ teardown: function() {
1924
+ var r;
1925
+ if (k.documentMode)
1926
+ r = S.get(this, t) - 1, r ? S.set(this, t, r) : (this.removeEventListener(t, n), S.remove(this, t));
1927
+ else
1928
+ return !1;
1929
+ },
1930
+ // Suppress native focus or blur if we're currently inside
1931
+ // a leveraged native-event stack
1932
+ _default: function(r) {
1933
+ return S.get(r.target, e);
1934
+ },
1935
+ delegateType: t
1936
+ }, i.event.special[t] = {
1937
+ setup: function() {
1938
+ var r = this.ownerDocument || this.document || this, o = k.documentMode ? this : r, u = S.get(o, t);
1939
+ u || (k.documentMode ? this.addEventListener(t, n) : r.addEventListener(e, n, !0)), S.set(o, t, (u || 0) + 1);
1940
+ },
1941
+ teardown: function() {
1942
+ var r = this.ownerDocument || this.document || this, o = k.documentMode ? this : r, u = S.get(o, t) - 1;
1943
+ u ? S.set(o, t, u) : (k.documentMode ? this.removeEventListener(t, n) : r.removeEventListener(e, n, !0), S.remove(o, t));
1944
+ }
1945
+ };
1946
+ }), i.each({
1947
+ mouseenter: "mouseover",
1948
+ mouseleave: "mouseout",
1949
+ pointerenter: "pointerover",
1950
+ pointerleave: "pointerout"
1951
+ }, function(e, t) {
1952
+ i.event.special[e] = {
1953
+ delegateType: t,
1954
+ bindType: t,
1955
+ handle: function(n) {
1956
+ var r, o = this, u = n.relatedTarget, a = n.handleObj;
1957
+ return (!u || u !== o && !i.contains(o, u)) && (n.type = a.origType, r = a.handler.apply(this, arguments), n.type = t), r;
1958
+ }
1959
+ };
1960
+ }), i.fn.extend({
1961
+ on: function(e, t, n, r) {
1962
+ return bt(this, e, t, n, r);
1963
+ },
1964
+ one: function(e, t, n, r) {
1965
+ return bt(this, e, t, n, r, 1);
1966
+ },
1967
+ off: function(e, t, n) {
1968
+ var r, o;
1969
+ if (e && e.preventDefault && e.handleObj)
1970
+ return r = e.handleObj, i(e.delegateTarget).off(
1971
+ r.namespace ? r.origType + "." + r.namespace : r.origType,
1972
+ r.selector,
1973
+ r.handler
1974
+ ), this;
1975
+ if (typeof e == "object") {
1976
+ for (o in e)
1977
+ this.off(o, t, e[o]);
1978
+ return this;
1979
+ }
1980
+ return (t === !1 || typeof t == "function") && (n = t, t = void 0), n === !1 && (n = Pe), this.each(function() {
1981
+ i.event.remove(this, e, n, t);
1982
+ });
1983
+ }
1984
+ });
1985
+ var tr = /<script|<style|<link/i, nr = /checked\s*(?:[^=]|=\s*.checked.)/i, rr = /^\s*<!\[CDATA\[|\]\]>\s*$/g;
1986
+ function rn(e, t) {
1987
+ return $(e, "table") && $(t.nodeType !== 11 ? t : t.firstChild, "tr") && i(e).children("tbody")[0] || e;
1988
+ }
1989
+ function ir(e) {
1990
+ return e.type = (e.getAttribute("type") !== null) + "/" + e.type, e;
1991
+ }
1992
+ function or(e) {
1993
+ return (e.type || "").slice(0, 5) === "true/" ? e.type = e.type.slice(5) : e.removeAttribute("type"), e;
1994
+ }
1995
+ function on(e, t) {
1996
+ var n, r, o, u, a, c, f;
1997
+ if (t.nodeType === 1) {
1998
+ if (S.hasData(e) && (u = S.get(e), f = u.events, f)) {
1999
+ S.remove(t, "handle events");
2000
+ for (o in f)
2001
+ for (n = 0, r = f[o].length; n < r; n++)
2002
+ i.event.add(t, o, f[o][n]);
2003
+ }
2004
+ Y.hasData(e) && (a = Y.access(e), c = i.extend({}, a), Y.set(t, c));
2005
+ }
2006
+ }
2007
+ function ur(e, t) {
2008
+ var n = t.nodeName.toLowerCase();
2009
+ n === "input" && Ve.test(e.type) ? t.checked = e.checked : (n === "input" || n === "textarea") && (t.defaultValue = e.defaultValue);
2010
+ }
2011
+ function Me(e, t, n, r) {
2012
+ t = It(t);
2013
+ var o, u, a, c, f, d, y = 0, b = e.length, h = b - 1, x = t[0], D = L(x);
2014
+ if (D || b > 1 && typeof x == "string" && !q.checkClone && nr.test(x))
2015
+ return e.each(function(R) {
2016
+ var O = e.eq(R);
2017
+ D && (t[0] = x.call(this, R, O.html())), Me(O, t, n, r);
2018
+ });
2019
+ if (b && (o = tn(t, e[0].ownerDocument, !1, e, r), u = o.firstChild, o.childNodes.length === 1 && (o = u), u || r)) {
2020
+ for (a = i.map(J(o, "script"), ir), c = a.length; y < b; y++)
2021
+ f = o, y !== h && (f = i.clone(f, !0, !0), c && i.merge(a, J(f, "script"))), n.call(e[y], f, y);
2022
+ if (c)
2023
+ for (d = a[a.length - 1].ownerDocument, i.map(a, or), y = 0; y < c; y++)
2024
+ f = a[y], en.test(f.type || "") && !S.access(f, "globalEval") && i.contains(d, f) && (f.src && (f.type || "").toLowerCase() !== "module" ? i._evalUrl && !f.noModule && i._evalUrl(f.src, {
2025
+ nonce: f.nonce || f.getAttribute("nonce")
2026
+ }, d) : Wt(f.textContent.replace(rr, ""), f, d));
2027
+ }
2028
+ return e;
2029
+ }
2030
+ function un(e, t, n) {
2031
+ for (var r, o = t ? i.filter(t, e) : e, u = 0; (r = o[u]) != null; u++)
2032
+ !n && r.nodeType === 1 && i.cleanData(J(r)), r.parentNode && (n && Le(r) && vt(J(r, "script")), r.parentNode.removeChild(r));
2033
+ return e;
2034
+ }
2035
+ i.extend({
2036
+ htmlPrefilter: function(e) {
2037
+ return e;
2038
+ },
2039
+ clone: function(e, t, n) {
2040
+ var r, o, u, a, c = e.cloneNode(!0), f = Le(e);
2041
+ if (!q.noCloneChecked && (e.nodeType === 1 || e.nodeType === 11) && !i.isXMLDoc(e))
2042
+ for (a = J(c), u = J(e), r = 0, o = u.length; r < o; r++)
2043
+ ur(u[r], a[r]);
2044
+ if (t)
2045
+ if (n)
2046
+ for (u = u || J(e), a = a || J(c), r = 0, o = u.length; r < o; r++)
2047
+ on(u[r], a[r]);
2048
+ else
2049
+ on(e, c);
2050
+ return a = J(c, "script"), a.length > 0 && vt(a, !f && J(e, "script")), c;
2051
+ },
2052
+ cleanData: function(e) {
2053
+ for (var t, n, r, o = i.event.special, u = 0; (n = e[u]) !== void 0; u++)
2054
+ if (Be(n)) {
2055
+ if (t = n[S.expando]) {
2056
+ if (t.events)
2057
+ for (r in t.events)
2058
+ o[r] ? i.event.remove(n, r) : i.removeEvent(n, r, t.handle);
2059
+ n[S.expando] = void 0;
2060
+ }
2061
+ n[Y.expando] && (n[Y.expando] = void 0);
2062
+ }
2063
+ }
2064
+ }), i.fn.extend({
2065
+ detach: function(e) {
2066
+ return un(this, e, !0);
2067
+ },
2068
+ remove: function(e) {
2069
+ return un(this, e);
2070
+ },
2071
+ text: function(e) {
2072
+ return he(this, function(t) {
2073
+ return t === void 0 ? i.text(this) : this.empty().each(function() {
2074
+ (this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9) && (this.textContent = t);
2075
+ });
2076
+ }, null, e, arguments.length);
2077
+ },
2078
+ append: function() {
2079
+ return Me(this, arguments, function(e) {
2080
+ if (this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9) {
2081
+ var t = rn(this, e);
2082
+ t.appendChild(e);
2083
+ }
2084
+ });
2085
+ },
2086
+ prepend: function() {
2087
+ return Me(this, arguments, function(e) {
2088
+ if (this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9) {
2089
+ var t = rn(this, e);
2090
+ t.insertBefore(e, t.firstChild);
2091
+ }
2092
+ });
2093
+ },
2094
+ before: function() {
2095
+ return Me(this, arguments, function(e) {
2096
+ this.parentNode && this.parentNode.insertBefore(e, this);
2097
+ });
2098
+ },
2099
+ after: function() {
2100
+ return Me(this, arguments, function(e) {
2101
+ this.parentNode && this.parentNode.insertBefore(e, this.nextSibling);
2102
+ });
2103
+ },
2104
+ empty: function() {
2105
+ for (var e, t = 0; (e = this[t]) != null; t++)
2106
+ e.nodeType === 1 && (i.cleanData(J(e, !1)), e.textContent = "");
2107
+ return this;
2108
+ },
2109
+ clone: function(e, t) {
2110
+ return e = e ?? !1, t = t ?? e, this.map(function() {
2111
+ return i.clone(this, e, t);
2112
+ });
2113
+ },
2114
+ html: function(e) {
2115
+ return he(this, function(t) {
2116
+ var n = this[0] || {}, r = 0, o = this.length;
2117
+ if (t === void 0 && n.nodeType === 1)
2118
+ return n.innerHTML;
2119
+ if (typeof t == "string" && !tr.test(t) && !ee[(Zt.exec(t) || ["", ""])[1].toLowerCase()]) {
2120
+ t = i.htmlPrefilter(t);
2121
+ try {
2122
+ for (; r < o; r++)
2123
+ n = this[r] || {}, n.nodeType === 1 && (i.cleanData(J(n, !1)), n.innerHTML = t);
2124
+ n = 0;
2125
+ } catch {
2126
+ }
2127
+ }
2128
+ n && this.empty().append(t);
2129
+ }, null, e, arguments.length);
2130
+ },
2131
+ replaceWith: function() {
2132
+ var e = [];
2133
+ return Me(this, arguments, function(t) {
2134
+ var n = this.parentNode;
2135
+ i.inArray(this, e) < 0 && (i.cleanData(J(this)), n && n.replaceChild(t, this));
2136
+ }, e);
2137
+ }
2138
+ }), i.each({
2139
+ appendTo: "append",
2140
+ prependTo: "prepend",
2141
+ insertBefore: "before",
2142
+ insertAfter: "after",
2143
+ replaceAll: "replaceWith"
2144
+ }, function(e, t) {
2145
+ i.fn[e] = function(n) {
2146
+ for (var r, o = [], u = i(n), a = u.length - 1, c = 0; c <= a; c++)
2147
+ r = c === a ? this : this.clone(!0), i(u[c])[t](r), et.apply(o, r.get());
2148
+ return this.pushStack(o);
2149
+ };
2150
+ });
2151
+ var xt = new RegExp("^(" + Yt + ")(?!px)[a-z%]+$", "i"), mt = /^--/, ut = function(e) {
2152
+ var t = e.ownerDocument.defaultView;
2153
+ return (!t || !t.opener) && (t = N), t.getComputedStyle(e);
2154
+ }, an = function(e, t, n) {
2155
+ var r, o, u = {};
2156
+ for (o in t)
2157
+ u[o] = e.style[o], e.style[o] = t[o];
2158
+ r = n.call(e);
2159
+ for (o in t)
2160
+ e.style[o] = u[o];
2161
+ return r;
2162
+ }, ar = new RegExp(ge.join("|"), "i");
2163
+ (function() {
2164
+ function e() {
2165
+ if (d) {
2166
+ 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%", we.appendChild(f).appendChild(d);
2167
+ var y = N.getComputedStyle(d);
2168
+ n = y.top !== "1%", c = t(y.marginLeft) === 12, d.style.right = "60%", u = t(y.right) === 36, r = t(y.width) === 36, d.style.position = "absolute", o = t(d.offsetWidth / 3) === 12, we.removeChild(f), d = null;
2169
+ }
2170
+ }
2171
+ function t(y) {
2172
+ return Math.round(parseFloat(y));
2173
+ }
2174
+ var n, r, o, u, a, c, f = k.createElement("div"), d = k.createElement("div");
2175
+ d.style && (d.style.backgroundClip = "content-box", d.cloneNode(!0).style.backgroundClip = "", q.clearCloneStyle = d.style.backgroundClip === "content-box", i.extend(q, {
2176
+ boxSizingReliable: function() {
2177
+ return e(), r;
2178
+ },
2179
+ pixelBoxStyles: function() {
2180
+ return e(), u;
2181
+ },
2182
+ pixelPosition: function() {
2183
+ return e(), n;
2184
+ },
2185
+ reliableMarginLeft: function() {
2186
+ return e(), c;
2187
+ },
2188
+ scrollboxSize: function() {
2189
+ return e(), o;
2190
+ },
2191
+ // Support: IE 9 - 11+, Edge 15 - 18+
2192
+ // IE/Edge misreport `getComputedStyle` of table rows with width/height
2193
+ // set in CSS while `offset*` properties report correct values.
2194
+ // Behavior in IE 9 is more subtle than in newer versions & it passes
2195
+ // some versions of this test; make sure not to make it pass there!
2196
+ //
2197
+ // Support: Firefox 70+
2198
+ // Only Firefox includes border widths
2199
+ // in computed dimensions. (gh-4529)
2200
+ reliableTrDimensions: function() {
2201
+ var y, b, h, x;
2202
+ return a == null && (y = k.createElement("table"), b = k.createElement("tr"), h = k.createElement("div"), y.style.cssText = "position:absolute;left:-11111px;border-collapse:separate", b.style.cssText = "box-sizing:content-box;border:1px solid", b.style.height = "1px", h.style.height = "9px", h.style.display = "block", we.appendChild(y).appendChild(b).appendChild(h), x = N.getComputedStyle(b), a = parseInt(x.height, 10) + parseInt(x.borderTopWidth, 10) + parseInt(x.borderBottomWidth, 10) === b.offsetHeight, we.removeChild(y)), a;
2203
+ }
2204
+ }));
2205
+ })();
2206
+ function Xe(e, t, n) {
2207
+ var r, o, u, a, c = mt.test(t), f = e.style;
2208
+ return n = n || ut(e), n && (a = n.getPropertyValue(t) || n[t], c && a && (a = a.replace($e, "$1") || void 0), a === "" && !Le(e) && (a = i.style(e, t)), !q.pixelBoxStyles() && xt.test(a) && ar.test(t) && (r = f.width, o = f.minWidth, u = f.maxWidth, f.minWidth = f.maxWidth = f.width = a, a = n.width, f.width = r, f.minWidth = o, f.maxWidth = u)), a !== void 0 ? (
2209
+ // Support: IE <=9 - 11 only
2210
+ // IE returns zIndex value as an integer.
2211
+ a + ""
2212
+ ) : a;
2213
+ }
2214
+ function sn(e, t) {
2215
+ return {
2216
+ get: function() {
2217
+ if (e()) {
2218
+ delete this.get;
2219
+ return;
2220
+ }
2221
+ return (this.get = t).apply(this, arguments);
2222
+ }
2223
+ };
2224
+ }
2225
+ var fn = ["Webkit", "Moz", "ms"], cn = k.createElement("div").style, ln = {};
2226
+ function sr(e) {
2227
+ for (var t = e[0].toUpperCase() + e.slice(1), n = fn.length; n--; )
2228
+ if (e = fn[n] + t, e in cn)
2229
+ return e;
2230
+ }
2231
+ function Tt(e) {
2232
+ var t = i.cssProps[e] || ln[e];
2233
+ return t || (e in cn ? e : ln[e] = sr(e) || e);
2234
+ }
2235
+ var fr = /^(none|table(?!-c[ea]).+)/, cr = { position: "absolute", visibility: "hidden", display: "block" }, dn = {
2236
+ letterSpacing: "0",
2237
+ fontWeight: "400"
2238
+ };
2239
+ function pn(e, t, n) {
2240
+ var r = Ue.exec(t);
2241
+ return r ? (
2242
+ // Guard against undefined "subtract", e.g., when used as in cssHooks
2243
+ Math.max(0, r[2] - (n || 0)) + (r[3] || "px")
2244
+ ) : t;
2245
+ }
2246
+ function Ct(e, t, n, r, o, u) {
2247
+ var a = t === "width" ? 1 : 0, c = 0, f = 0, d = 0;
2248
+ if (n === (r ? "border" : "content"))
2249
+ return 0;
2250
+ for (; a < 4; a += 2)
2251
+ n === "margin" && (d += i.css(e, n + ge[a], !0, o)), r ? (n === "content" && (f -= i.css(e, "padding" + ge[a], !0, o)), n !== "margin" && (f -= i.css(e, "border" + ge[a] + "Width", !0, o))) : (f += i.css(e, "padding" + ge[a], !0, o), n !== "padding" ? f += i.css(e, "border" + ge[a] + "Width", !0, o) : c += i.css(e, "border" + ge[a] + "Width", !0, o));
2252
+ return !r && u >= 0 && (f += Math.max(0, Math.ceil(
2253
+ e["offset" + t[0].toUpperCase() + t.slice(1)] - u - f - c - 0.5
2254
+ // If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter
2255
+ // Use an explicit zero to avoid NaN (gh-3964)
2256
+ )) || 0), f + d;
2257
+ }
2258
+ function hn(e, t, n) {
2259
+ var r = ut(e), o = !q.boxSizingReliable() || n, u = o && i.css(e, "boxSizing", !1, r) === "border-box", a = u, c = Xe(e, t, r), f = "offset" + t[0].toUpperCase() + t.slice(1);
2260
+ if (xt.test(c)) {
2261
+ if (!n)
2262
+ return c;
2263
+ c = "auto";
2264
+ }
2265
+ return (!q.boxSizingReliable() && u || // Support: IE 10 - 11+, Edge 15 - 18+
2266
+ // IE/Edge misreport `getComputedStyle` of table rows with width/height
2267
+ // set in CSS while `offset*` properties report correct values.
2268
+ // Interestingly, in some cases IE 9 doesn't suffer from this issue.
2269
+ !q.reliableTrDimensions() && $(e, "tr") || // Fall back to offsetWidth/offsetHeight when value is "auto"
2270
+ // This happens for inline elements with no explicit setting (gh-3571)
2271
+ c === "auto" || // Support: Android <=4.1 - 4.3 only
2272
+ // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602)
2273
+ !parseFloat(c) && i.css(e, "display", !1, r) === "inline") && // Make sure the element is visible & connected
2274
+ e.getClientRects().length && (u = i.css(e, "boxSizing", !1, r) === "border-box", a = f in e, a && (c = e[f])), c = parseFloat(c) || 0, c + Ct(
2275
+ e,
2276
+ t,
2277
+ n || (u ? "border" : "content"),
2278
+ a,
2279
+ r,
2280
+ // Provide the current computed size to request scroll gutter calculation (gh-3589)
2281
+ c
2282
+ ) + "px";
2283
+ }
2284
+ i.extend({
2285
+ // Add in style property hooks for overriding the default
2286
+ // behavior of getting and setting a style property
2287
+ cssHooks: {
2288
+ opacity: {
2289
+ get: function(e, t) {
2290
+ if (t) {
2291
+ var n = Xe(e, "opacity");
2292
+ return n === "" ? "1" : n;
2293
+ }
2294
+ }
2295
+ }
2296
+ },
2297
+ // Don't automatically add "px" to these possibly-unitless properties
2298
+ cssNumber: {
2299
+ animationIterationCount: !0,
2300
+ aspectRatio: !0,
2301
+ borderImageSlice: !0,
2302
+ columnCount: !0,
2303
+ flexGrow: !0,
2304
+ flexShrink: !0,
2305
+ fontWeight: !0,
2306
+ gridArea: !0,
2307
+ gridColumn: !0,
2308
+ gridColumnEnd: !0,
2309
+ gridColumnStart: !0,
2310
+ gridRow: !0,
2311
+ gridRowEnd: !0,
2312
+ gridRowStart: !0,
2313
+ lineHeight: !0,
2314
+ opacity: !0,
2315
+ order: !0,
2316
+ orphans: !0,
2317
+ scale: !0,
2318
+ widows: !0,
2319
+ zIndex: !0,
2320
+ zoom: !0,
2321
+ // SVG-related
2322
+ fillOpacity: !0,
2323
+ floodOpacity: !0,
2324
+ stopOpacity: !0,
2325
+ strokeMiterlimit: !0,
2326
+ strokeOpacity: !0
2327
+ },
2328
+ // Add in properties whose names you wish to fix before
2329
+ // setting or getting the value
2330
+ cssProps: {},
2331
+ // Get and set the style property on a DOM Node
2332
+ style: function(e, t, n, r) {
2333
+ if (!(!e || e.nodeType === 3 || e.nodeType === 8 || !e.style)) {
2334
+ var o, u, a, c = ue(t), f = mt.test(t), d = e.style;
2335
+ if (f || (t = Tt(c)), a = i.cssHooks[t] || i.cssHooks[c], n !== void 0) {
2336
+ if (u = typeof n, u === "string" && (o = Ue.exec(n)) && o[1] && (n = Jt(e, t, o), u = "number"), n == null || n !== n)
2337
+ return;
2338
+ u === "number" && !f && (n += o && o[3] || (i.cssNumber[c] ? "" : "px")), !q.clearCloneStyle && n === "" && t.indexOf("background") === 0 && (d[t] = "inherit"), (!a || !("set" in a) || (n = a.set(e, n, r)) !== void 0) && (f ? d.setProperty(t, n) : d[t] = n);
2339
+ } else
2340
+ return a && "get" in a && (o = a.get(e, !1, r)) !== void 0 ? o : d[t];
2341
+ }
2342
+ },
2343
+ css: function(e, t, n, r) {
2344
+ var o, u, a, c = ue(t), f = mt.test(t);
2345
+ return f || (t = Tt(c)), a = i.cssHooks[t] || i.cssHooks[c], a && "get" in a && (o = a.get(e, !0, n)), o === void 0 && (o = Xe(e, t, r)), o === "normal" && t in dn && (o = dn[t]), n === "" || n ? (u = parseFloat(o), n === !0 || isFinite(u) ? u || 0 : o) : o;
2346
+ }
2347
+ }), i.each(["height", "width"], function(e, t) {
2348
+ i.cssHooks[t] = {
2349
+ get: function(n, r, o) {
2350
+ if (r)
2351
+ return fr.test(i.css(n, "display")) && // Support: Safari 8+
2352
+ // Table columns in Safari have non-zero offsetWidth & zero
2353
+ // getBoundingClientRect().width unless display is changed.
2354
+ // Support: IE <=11 only
2355
+ // Running getBoundingClientRect on a disconnected node
2356
+ // in IE throws an error.
2357
+ (!n.getClientRects().length || !n.getBoundingClientRect().width) ? an(n, cr, function() {
2358
+ return hn(n, t, o);
2359
+ }) : hn(n, t, o);
2360
+ },
2361
+ set: function(n, r, o) {
2362
+ var u, a = ut(n), c = !q.scrollboxSize() && a.position === "absolute", f = c || o, d = f && i.css(n, "boxSizing", !1, a) === "border-box", y = o ? Ct(
2363
+ n,
2364
+ t,
2365
+ o,
2366
+ d,
2367
+ a
2368
+ ) : 0;
2369
+ return d && c && (y -= Math.ceil(
2370
+ n["offset" + t[0].toUpperCase() + t.slice(1)] - parseFloat(a[t]) - Ct(n, t, "border", !1, a) - 0.5
2371
+ )), y && (u = Ue.exec(r)) && (u[3] || "px") !== "px" && (n.style[t] = r, r = i.css(n, t)), pn(n, r, y);
2372
+ }
2373
+ };
2374
+ }), i.cssHooks.marginLeft = sn(
2375
+ q.reliableMarginLeft,
2376
+ function(e, t) {
2377
+ if (t)
2378
+ return (parseFloat(Xe(e, "marginLeft")) || e.getBoundingClientRect().left - an(e, { marginLeft: 0 }, function() {
2379
+ return e.getBoundingClientRect().left;
2380
+ })) + "px";
2381
+ }
2382
+ ), i.each({
2383
+ margin: "",
2384
+ padding: "",
2385
+ border: "Width"
2386
+ }, function(e, t) {
2387
+ i.cssHooks[e + t] = {
2388
+ expand: function(n) {
2389
+ for (var r = 0, o = {}, u = typeof n == "string" ? n.split(" ") : [n]; r < 4; r++)
2390
+ o[e + ge[r] + t] = u[r] || u[r - 2] || u[0];
2391
+ return o;
2392
+ }
2393
+ }, e !== "margin" && (i.cssHooks[e + t].set = pn);
2394
+ }), i.fn.extend({
2395
+ css: function(e, t) {
2396
+ return he(this, function(n, r, o) {
2397
+ var u, a, c = {}, f = 0;
2398
+ if (Array.isArray(r)) {
2399
+ for (u = ut(n), a = r.length; f < a; f++)
2400
+ c[r[f]] = i.css(n, r[f], !1, u);
2401
+ return c;
2402
+ }
2403
+ return o !== void 0 ? i.style(n, r, o) : i.css(n, r);
2404
+ }, e, t, arguments.length > 1);
2405
+ }
2406
+ });
2407
+ function K(e, t, n, r, o) {
2408
+ return new K.prototype.init(e, t, n, r, o);
2409
+ }
2410
+ i.Tween = K, K.prototype = {
2411
+ constructor: K,
2412
+ init: function(e, t, n, r, o, u) {
2413
+ this.elem = e, this.prop = n, this.easing = o || i.easing._default, this.options = t, this.start = this.now = this.cur(), this.end = r, this.unit = u || (i.cssNumber[n] ? "" : "px");
2414
+ },
2415
+ cur: function() {
2416
+ var e = K.propHooks[this.prop];
2417
+ return e && e.get ? e.get(this) : K.propHooks._default.get(this);
2418
+ },
2419
+ run: function(e) {
2420
+ var t, n = K.propHooks[this.prop];
2421
+ return this.options.duration ? this.pos = t = i.easing[this.easing](
2422
+ e,
2423
+ this.options.duration * e,
2424
+ 0,
2425
+ 1,
2426
+ this.options.duration
2427
+ ) : this.pos = t = e, this.now = (this.end - this.start) * t + this.start, this.options.step && this.options.step.call(this.elem, this.now, this), n && n.set ? n.set(this) : K.propHooks._default.set(this), this;
2428
+ }
2429
+ }, K.prototype.init.prototype = K.prototype, K.propHooks = {
2430
+ _default: {
2431
+ get: function(e) {
2432
+ var t;
2433
+ return e.elem.nodeType !== 1 || e.elem[e.prop] != null && e.elem.style[e.prop] == null ? e.elem[e.prop] : (t = i.css(e.elem, e.prop, ""), !t || t === "auto" ? 0 : t);
2434
+ },
2435
+ set: function(e) {
2436
+ i.fx.step[e.prop] ? i.fx.step[e.prop](e) : e.elem.nodeType === 1 && (i.cssHooks[e.prop] || e.elem.style[Tt(e.prop)] != null) ? i.style(e.elem, e.prop, e.now + e.unit) : e.elem[e.prop] = e.now;
2437
+ }
2438
+ }
2439
+ }, K.propHooks.scrollTop = K.propHooks.scrollLeft = {
2440
+ set: function(e) {
2441
+ e.elem.nodeType && e.elem.parentNode && (e.elem[e.prop] = e.now);
2442
+ }
2443
+ }, i.easing = {
2444
+ linear: function(e) {
2445
+ return e;
2446
+ },
2447
+ swing: function(e) {
2448
+ return 0.5 - Math.cos(e * Math.PI) / 2;
2449
+ },
2450
+ _default: "swing"
2451
+ }, i.fx = K.prototype.init, i.fx.step = {};
2452
+ var Re, at, lr = /^(?:toggle|show|hide)$/, dr = /queueHooks$/;
2453
+ function wt() {
2454
+ at && (k.hidden === !1 && N.requestAnimationFrame ? N.requestAnimationFrame(wt) : N.setTimeout(wt, i.fx.interval), i.fx.tick());
2455
+ }
2456
+ function gn() {
2457
+ return N.setTimeout(function() {
2458
+ Re = void 0;
2459
+ }), Re = Date.now();
2460
+ }
2461
+ function st(e, t) {
2462
+ var n, r = 0, o = { height: e };
2463
+ for (t = t ? 1 : 0; r < 4; r += 2 - t)
2464
+ n = ge[r], o["margin" + n] = o["padding" + n] = e;
2465
+ return t && (o.opacity = o.width = e), o;
2466
+ }
2467
+ function yn(e, t, n) {
2468
+ for (var r, o = (re.tweeners[t] || []).concat(re.tweeners["*"]), u = 0, a = o.length; u < a; u++)
2469
+ if (r = o[u].call(n, t, e))
2470
+ return r;
2471
+ }
2472
+ function pr(e, t, n) {
2473
+ var r, o, u, a, c, f, d, y, b = "width" in t || "height" in t, h = this, x = {}, D = e.style, R = e.nodeType && it(e), O = S.get(e, "fxshow");
2474
+ n.queue || (a = i._queueHooks(e, "fx"), a.unqueued == null && (a.unqueued = 0, c = a.empty.fire, a.empty.fire = function() {
2475
+ a.unqueued || c();
2476
+ }), a.unqueued++, h.always(function() {
2477
+ h.always(function() {
2478
+ a.unqueued--, i.queue(e, "fx").length || a.empty.fire();
2479
+ });
2480
+ }));
2481
+ for (r in t)
2482
+ if (o = t[r], lr.test(o)) {
2483
+ if (delete t[r], u = u || o === "toggle", o === (R ? "hide" : "show"))
2484
+ if (o === "show" && O && O[r] !== void 0)
2485
+ R = !0;
2486
+ else
2487
+ continue;
2488
+ x[r] = O && O[r] || i.style(e, r);
2489
+ }
2490
+ if (f = !i.isEmptyObject(t), !(!f && i.isEmptyObject(x))) {
2491
+ b && e.nodeType === 1 && (n.overflow = [D.overflow, D.overflowX, D.overflowY], d = O && O.display, d == null && (d = S.get(e, "display")), y = i.css(e, "display"), y === "none" && (d ? y = d : (Oe([e], !0), d = e.style.display || d, y = i.css(e, "display"), Oe([e]))), (y === "inline" || y === "inline-block" && d != null) && i.css(e, "float") === "none" && (f || (h.done(function() {
2492
+ D.display = d;
2493
+ }), d == null && (y = D.display, d = y === "none" ? "" : y)), D.display = "inline-block")), n.overflow && (D.overflow = "hidden", h.always(function() {
2494
+ D.overflow = n.overflow[0], D.overflowX = n.overflow[1], D.overflowY = n.overflow[2];
2495
+ })), f = !1;
2496
+ for (r in x)
2497
+ f || (O ? "hidden" in O && (R = O.hidden) : O = S.access(e, "fxshow", { display: d }), u && (O.hidden = !R), R && Oe([e], !0), h.done(function() {
2498
+ R || Oe([e]), S.remove(e, "fxshow");
2499
+ for (r in x)
2500
+ i.style(e, r, x[r]);
2501
+ })), f = yn(R ? O[r] : 0, r, h), r in O || (O[r] = f.start, R && (f.end = f.start, f.start = 0));
2502
+ }
2503
+ }
2504
+ function hr(e, t) {
2505
+ var n, r, o, u, a;
2506
+ for (n in e)
2507
+ if (r = ue(n), o = t[r], u = e[n], Array.isArray(u) && (o = u[1], u = e[n] = u[0]), n !== r && (e[r] = u, delete e[n]), a = i.cssHooks[r], a && "expand" in a) {
2508
+ u = a.expand(u), delete e[r];
2509
+ for (n in u)
2510
+ n in e || (e[n] = u[n], t[n] = o);
2511
+ } else
2512
+ t[r] = o;
2513
+ }
2514
+ function re(e, t, n) {
2515
+ var r, o, u = 0, a = re.prefilters.length, c = i.Deferred().always(function() {
2516
+ delete f.elem;
2517
+ }), f = function() {
2518
+ if (o)
2519
+ return !1;
2520
+ for (var b = Re || gn(), h = Math.max(0, d.startTime + d.duration - b), x = h / d.duration || 0, D = 1 - x, R = 0, O = d.tweens.length; R < O; R++)
2521
+ d.tweens[R].run(D);
2522
+ return c.notifyWith(e, [d, D, h]), D < 1 && O ? h : (O || c.notifyWith(e, [d, 1, 0]), c.resolveWith(e, [d]), !1);
2523
+ }, d = c.promise({
2524
+ elem: e,
2525
+ props: i.extend({}, t),
2526
+ opts: i.extend(!0, {
2527
+ specialEasing: {},
2528
+ easing: i.easing._default
2529
+ }, n),
2530
+ originalProperties: t,
2531
+ originalOptions: n,
2532
+ startTime: Re || gn(),
2533
+ duration: n.duration,
2534
+ tweens: [],
2535
+ createTween: function(b, h) {
2536
+ var x = i.Tween(
2537
+ e,
2538
+ d.opts,
2539
+ b,
2540
+ h,
2541
+ d.opts.specialEasing[b] || d.opts.easing
2542
+ );
2543
+ return d.tweens.push(x), x;
2544
+ },
2545
+ stop: function(b) {
2546
+ var h = 0, x = b ? d.tweens.length : 0;
2547
+ if (o)
2548
+ return this;
2549
+ for (o = !0; h < x; h++)
2550
+ d.tweens[h].run(1);
2551
+ return b ? (c.notifyWith(e, [d, 1, 0]), c.resolveWith(e, [d, b])) : c.rejectWith(e, [d, b]), this;
2552
+ }
2553
+ }), y = d.props;
2554
+ for (hr(y, d.opts.specialEasing); u < a; u++)
2555
+ if (r = re.prefilters[u].call(d, e, y, d.opts), r)
2556
+ return L(r.stop) && (i._queueHooks(d.elem, d.opts.queue).stop = r.stop.bind(r)), r;
2557
+ return i.map(y, yn, d), L(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), i.fx.timer(
2558
+ i.extend(f, {
2559
+ elem: e,
2560
+ anim: d,
2561
+ queue: d.opts.queue
2562
+ })
2563
+ ), d;
2564
+ }
2565
+ i.Animation = i.extend(re, {
2566
+ tweeners: {
2567
+ "*": [function(e, t) {
2568
+ var n = this.createTween(e, t);
2569
+ return Jt(n.elem, e, Ue.exec(t), n), n;
2570
+ }]
2571
+ },
2572
+ tweener: function(e, t) {
2573
+ L(e) ? (t = e, e = ["*"]) : e = e.match(oe);
2574
+ for (var n, r = 0, o = e.length; r < o; r++)
2575
+ n = e[r], re.tweeners[n] = re.tweeners[n] || [], re.tweeners[n].unshift(t);
2576
+ },
2577
+ prefilters: [pr],
2578
+ prefilter: function(e, t) {
2579
+ t ? re.prefilters.unshift(e) : re.prefilters.push(e);
2580
+ }
2581
+ }), i.speed = function(e, t, n) {
2582
+ var r = e && typeof e == "object" ? i.extend({}, e) : {
2583
+ complete: n || !n && t || L(e) && e,
2584
+ duration: e,
2585
+ easing: n && t || t && !L(t) && t
2586
+ };
2587
+ return i.fx.off ? r.duration = 0 : typeof r.duration != "number" && (r.duration in i.fx.speeds ? r.duration = i.fx.speeds[r.duration] : r.duration = i.fx.speeds._default), (r.queue == null || r.queue === !0) && (r.queue = "fx"), r.old = r.complete, r.complete = function() {
2588
+ L(r.old) && r.old.call(this), r.queue && i.dequeue(this, r.queue);
2589
+ }, r;
2590
+ }, i.fn.extend({
2591
+ fadeTo: function(e, t, n, r) {
2592
+ return this.filter(it).css("opacity", 0).show().end().animate({ opacity: t }, e, n, r);
2593
+ },
2594
+ animate: function(e, t, n, r) {
2595
+ var o = i.isEmptyObject(e), u = i.speed(t, n, r), a = function() {
2596
+ var c = re(this, i.extend({}, e), u);
2597
+ (o || S.get(this, "finish")) && c.stop(!0);
2598
+ };
2599
+ return a.finish = a, o || u.queue === !1 ? this.each(a) : this.queue(u.queue, a);
2600
+ },
2601
+ stop: function(e, t, n) {
2602
+ var r = function(o) {
2603
+ var u = o.stop;
2604
+ delete o.stop, u(n);
2605
+ };
2606
+ return typeof e != "string" && (n = t, t = e, e = void 0), t && this.queue(e || "fx", []), this.each(function() {
2607
+ var o = !0, u = e != null && e + "queueHooks", a = i.timers, c = S.get(this);
2608
+ if (u)
2609
+ c[u] && c[u].stop && r(c[u]);
2610
+ else
2611
+ for (u in c)
2612
+ c[u] && c[u].stop && dr.test(u) && r(c[u]);
2613
+ for (u = a.length; u--; )
2614
+ a[u].elem === this && (e == null || a[u].queue === e) && (a[u].anim.stop(n), o = !1, a.splice(u, 1));
2615
+ (o || !n) && i.dequeue(this, e);
2616
+ });
2617
+ },
2618
+ finish: function(e) {
2619
+ return e !== !1 && (e = e || "fx"), this.each(function() {
2620
+ var t, n = S.get(this), r = n[e + "queue"], o = n[e + "queueHooks"], u = i.timers, a = r ? r.length : 0;
2621
+ for (n.finish = !0, i.queue(this, e, []), o && o.stop && o.stop.call(this, !0), t = u.length; t--; )
2622
+ u[t].elem === this && u[t].queue === e && (u[t].anim.stop(!0), u.splice(t, 1));
2623
+ for (t = 0; t < a; t++)
2624
+ r[t] && r[t].finish && r[t].finish.call(this);
2625
+ delete n.finish;
2626
+ });
2627
+ }
2628
+ }), i.each(["toggle", "show", "hide"], function(e, t) {
2629
+ var n = i.fn[t];
2630
+ i.fn[t] = function(r, o, u) {
2631
+ return r == null || typeof r == "boolean" ? n.apply(this, arguments) : this.animate(st(t, !0), r, o, u);
2632
+ };
2633
+ }), i.each({
2634
+ slideDown: st("show"),
2635
+ slideUp: st("hide"),
2636
+ slideToggle: st("toggle"),
2637
+ fadeIn: { opacity: "show" },
2638
+ fadeOut: { opacity: "hide" },
2639
+ fadeToggle: { opacity: "toggle" }
2640
+ }, function(e, t) {
2641
+ i.fn[e] = function(n, r, o) {
2642
+ return this.animate(t, n, r, o);
2643
+ };
2644
+ }), i.timers = [], i.fx.tick = function() {
2645
+ var e, t = 0, n = i.timers;
2646
+ for (Re = Date.now(); t < n.length; t++)
2647
+ e = n[t], !e() && n[t] === e && n.splice(t--, 1);
2648
+ n.length || i.fx.stop(), Re = void 0;
2649
+ }, i.fx.timer = function(e) {
2650
+ i.timers.push(e), i.fx.start();
2651
+ }, i.fx.interval = 13, i.fx.start = function() {
2652
+ at || (at = !0, wt());
2653
+ }, i.fx.stop = function() {
2654
+ at = null;
2655
+ }, i.fx.speeds = {
2656
+ slow: 600,
2657
+ fast: 200,
2658
+ // Default speed
2659
+ _default: 400
2660
+ }, i.fn.delay = function(e, t) {
2661
+ return e = i.fx && i.fx.speeds[e] || e, t = t || "fx", this.queue(t, function(n, r) {
2662
+ var o = N.setTimeout(n, e);
2663
+ r.stop = function() {
2664
+ N.clearTimeout(o);
2665
+ };
2666
+ });
2667
+ }, function() {
2668
+ var e = k.createElement("input"), t = k.createElement("select"), n = t.appendChild(k.createElement("option"));
2669
+ e.type = "checkbox", q.checkOn = e.value !== "", q.optSelected = n.selected, e = k.createElement("input"), e.value = "t", e.type = "radio", q.radioValue = e.value === "t";
2670
+ }();
2671
+ var vn, Ge = i.expr.attrHandle;
2672
+ i.fn.extend({
2673
+ attr: function(e, t) {
2674
+ return he(this, i.attr, e, t, arguments.length > 1);
2675
+ },
2676
+ removeAttr: function(e) {
2677
+ return this.each(function() {
2678
+ i.removeAttr(this, e);
2679
+ });
2680
+ }
2681
+ }), i.extend({
2682
+ attr: function(e, t, n) {
2683
+ var r, o, u = e.nodeType;
2684
+ if (!(u === 3 || u === 8 || u === 2)) {
2685
+ if (typeof e.getAttribute > "u")
2686
+ return i.prop(e, t, n);
2687
+ if ((u !== 1 || !i.isXMLDoc(e)) && (o = i.attrHooks[t.toLowerCase()] || (i.expr.match.bool.test(t) ? vn : void 0)), n !== void 0) {
2688
+ if (n === null) {
2689
+ i.removeAttr(e, t);
2690
+ return;
2691
+ }
2692
+ return o && "set" in o && (r = o.set(e, n, t)) !== void 0 ? r : (e.setAttribute(t, n + ""), n);
2693
+ }
2694
+ return o && "get" in o && (r = o.get(e, t)) !== null ? r : (r = i.find.attr(e, t), r ?? void 0);
2695
+ }
2696
+ },
2697
+ attrHooks: {
2698
+ type: {
2699
+ set: function(e, t) {
2700
+ if (!q.radioValue && t === "radio" && $(e, "input")) {
2701
+ var n = e.value;
2702
+ return e.setAttribute("type", t), n && (e.value = n), t;
2703
+ }
2704
+ }
2705
+ }
2706
+ },
2707
+ removeAttr: function(e, t) {
2708
+ var n, r = 0, o = t && t.match(oe);
2709
+ if (o && e.nodeType === 1)
2710
+ for (; n = o[r++]; )
2711
+ e.removeAttribute(n);
2712
+ }
2713
+ }), vn = {
2714
+ set: function(e, t, n) {
2715
+ return t === !1 ? i.removeAttr(e, n) : e.setAttribute(n, n), n;
2716
+ }
2717
+ }, i.each(i.expr.match.bool.source.match(/\w+/g), function(e, t) {
2718
+ var n = Ge[t] || i.find.attr;
2719
+ Ge[t] = function(r, o, u) {
2720
+ var a, c, f = o.toLowerCase();
2721
+ return u || (c = Ge[f], Ge[f] = a, a = n(r, o, u) != null ? f : null, Ge[f] = c), a;
2722
+ };
2723
+ });
2724
+ var gr = /^(?:input|select|textarea|button)$/i, yr = /^(?:a|area)$/i;
2725
+ i.fn.extend({
2726
+ prop: function(e, t) {
2727
+ return he(this, i.prop, e, t, arguments.length > 1);
2728
+ },
2729
+ removeProp: function(e) {
2730
+ return this.each(function() {
2731
+ delete this[i.propFix[e] || e];
2732
+ });
2733
+ }
2734
+ }), i.extend({
2735
+ prop: function(e, t, n) {
2736
+ var r, o, u = e.nodeType;
2737
+ if (!(u === 3 || u === 8 || u === 2))
2738
+ return (u !== 1 || !i.isXMLDoc(e)) && (t = i.propFix[t] || t, o = i.propHooks[t]), n !== void 0 ? o && "set" in o && (r = o.set(e, n, t)) !== void 0 ? r : e[t] = n : o && "get" in o && (r = o.get(e, t)) !== null ? r : e[t];
2739
+ },
2740
+ propHooks: {
2741
+ tabIndex: {
2742
+ get: function(e) {
2743
+ var t = i.find.attr(e, "tabindex");
2744
+ return t ? parseInt(t, 10) : gr.test(e.nodeName) || yr.test(e.nodeName) && e.href ? 0 : -1;
2745
+ }
2746
+ }
2747
+ },
2748
+ propFix: {
2749
+ for: "htmlFor",
2750
+ class: "className"
2751
+ }
2752
+ }), q.optSelected || (i.propHooks.selected = {
2753
+ get: function(e) {
2754
+ var t = e.parentNode;
2755
+ return t && t.parentNode && t.parentNode.selectedIndex, null;
2756
+ },
2757
+ set: function(e) {
2758
+ var t = e.parentNode;
2759
+ t && (t.selectedIndex, t.parentNode && t.parentNode.selectedIndex);
2760
+ }
2761
+ }), i.each([
2762
+ "tabIndex",
2763
+ "readOnly",
2764
+ "maxLength",
2765
+ "cellSpacing",
2766
+ "cellPadding",
2767
+ "rowSpan",
2768
+ "colSpan",
2769
+ "useMap",
2770
+ "frameBorder",
2771
+ "contentEditable"
2772
+ ], function() {
2773
+ i.propFix[this.toLowerCase()] = this;
2774
+ });
2775
+ function Se(e) {
2776
+ var t = e.match(oe) || [];
2777
+ return t.join(" ");
2778
+ }
2779
+ function Ee(e) {
2780
+ return e.getAttribute && e.getAttribute("class") || "";
2781
+ }
2782
+ function St(e) {
2783
+ return Array.isArray(e) ? e : typeof e == "string" ? e.match(oe) || [] : [];
2784
+ }
2785
+ i.fn.extend({
2786
+ addClass: function(e) {
2787
+ var t, n, r, o, u, a;
2788
+ return L(e) ? this.each(function(c) {
2789
+ i(this).addClass(e.call(this, c, Ee(this)));
2790
+ }) : (t = St(e), t.length ? this.each(function() {
2791
+ if (r = Ee(this), n = this.nodeType === 1 && " " + Se(r) + " ", n) {
2792
+ for (u = 0; u < t.length; u++)
2793
+ o = t[u], n.indexOf(" " + o + " ") < 0 && (n += o + " ");
2794
+ a = Se(n), r !== a && this.setAttribute("class", a);
2795
+ }
2796
+ }) : this);
2797
+ },
2798
+ removeClass: function(e) {
2799
+ var t, n, r, o, u, a;
2800
+ return L(e) ? this.each(function(c) {
2801
+ i(this).removeClass(e.call(this, c, Ee(this)));
2802
+ }) : arguments.length ? (t = St(e), t.length ? this.each(function() {
2803
+ if (r = Ee(this), n = this.nodeType === 1 && " " + Se(r) + " ", n) {
2804
+ for (u = 0; u < t.length; u++)
2805
+ for (o = t[u]; n.indexOf(" " + o + " ") > -1; )
2806
+ n = n.replace(" " + o + " ", " ");
2807
+ a = Se(n), r !== a && this.setAttribute("class", a);
2808
+ }
2809
+ }) : this) : this.attr("class", "");
2810
+ },
2811
+ toggleClass: function(e, t) {
2812
+ var n, r, o, u, a = typeof e, c = a === "string" || Array.isArray(e);
2813
+ return L(e) ? this.each(function(f) {
2814
+ i(this).toggleClass(
2815
+ e.call(this, f, Ee(this), t),
2816
+ t
2817
+ );
2818
+ }) : typeof t == "boolean" && c ? t ? this.addClass(e) : this.removeClass(e) : (n = St(e), this.each(function() {
2819
+ if (c)
2820
+ for (u = i(this), o = 0; o < n.length; o++)
2821
+ r = n[o], u.hasClass(r) ? u.removeClass(r) : u.addClass(r);
2822
+ else (e === void 0 || a === "boolean") && (r = Ee(this), r && S.set(this, "__className__", r), this.setAttribute && this.setAttribute(
2823
+ "class",
2824
+ r || e === !1 ? "" : S.get(this, "__className__") || ""
2825
+ ));
2826
+ }));
2827
+ },
2828
+ hasClass: function(e) {
2829
+ var t, n, r = 0;
2830
+ for (t = " " + e + " "; n = this[r++]; )
2831
+ if (n.nodeType === 1 && (" " + Se(Ee(n)) + " ").indexOf(t) > -1)
2832
+ return !0;
2833
+ return !1;
2834
+ }
2835
+ });
2836
+ var vr = /\r/g;
2837
+ i.fn.extend({
2838
+ val: function(e) {
2839
+ var t, n, r, o = this[0];
2840
+ return arguments.length ? (r = L(e), this.each(function(u) {
2841
+ var a;
2842
+ this.nodeType === 1 && (r ? a = e.call(this, u, i(this).val()) : a = e, a == null ? a = "" : typeof a == "number" ? a += "" : Array.isArray(a) && (a = i.map(a, function(c) {
2843
+ return c == null ? "" : c + "";
2844
+ })), t = i.valHooks[this.type] || i.valHooks[this.nodeName.toLowerCase()], (!t || !("set" in t) || t.set(this, a, "value") === void 0) && (this.value = a));
2845
+ })) : o ? (t = i.valHooks[o.type] || i.valHooks[o.nodeName.toLowerCase()], t && "get" in t && (n = t.get(o, "value")) !== void 0 ? n : (n = o.value, typeof n == "string" ? n.replace(vr, "") : n ?? "")) : void 0;
2846
+ }
2847
+ }), i.extend({
2848
+ valHooks: {
2849
+ option: {
2850
+ get: function(e) {
2851
+ var t = i.find.attr(e, "value");
2852
+ return t ?? // Support: IE <=10 - 11 only
2853
+ // option.text throws exceptions (trac-14686, trac-14858)
2854
+ // Strip and collapse whitespace
2855
+ // https://html.spec.whatwg.org/#strip-and-collapse-whitespace
2856
+ Se(i.text(e));
2857
+ }
2858
+ },
2859
+ select: {
2860
+ get: function(e) {
2861
+ var t, n, r, o = e.options, u = e.selectedIndex, a = e.type === "select-one", c = a ? null : [], f = a ? u + 1 : o.length;
2862
+ for (u < 0 ? r = f : r = a ? u : 0; r < f; r++)
2863
+ if (n = o[r], (n.selected || r === u) && // Don't return options that are disabled or in a disabled optgroup
2864
+ !n.disabled && (!n.parentNode.disabled || !$(n.parentNode, "optgroup"))) {
2865
+ if (t = i(n).val(), a)
2866
+ return t;
2867
+ c.push(t);
2868
+ }
2869
+ return c;
2870
+ },
2871
+ set: function(e, t) {
2872
+ for (var n, r, o = e.options, u = i.makeArray(t), a = o.length; a--; )
2873
+ r = o[a], (r.selected = i.inArray(i.valHooks.option.get(r), u) > -1) && (n = !0);
2874
+ return n || (e.selectedIndex = -1), u;
2875
+ }
2876
+ }
2877
+ }
2878
+ }), i.each(["radio", "checkbox"], function() {
2879
+ i.valHooks[this] = {
2880
+ set: function(e, t) {
2881
+ if (Array.isArray(t))
2882
+ return e.checked = i.inArray(i(e).val(), t) > -1;
2883
+ }
2884
+ }, q.checkOn || (i.valHooks[this].get = function(e) {
2885
+ return e.getAttribute("value") === null ? "on" : e.value;
2886
+ });
2887
+ });
2888
+ var Qe = N.location, bn = { guid: Date.now() }, Et = /\?/;
2889
+ i.parseXML = function(e) {
2890
+ var t, n;
2891
+ if (!e || typeof e != "string")
2892
+ return null;
2893
+ try {
2894
+ t = new N.DOMParser().parseFromString(e, "text/xml");
2895
+ } catch {
2896
+ }
2897
+ return n = t && t.getElementsByTagName("parsererror")[0], (!t || n) && i.error("Invalid XML: " + (n ? i.map(n.childNodes, function(r) {
2898
+ return r.textContent;
2899
+ }).join(`
2900
+ `) : e)), t;
2901
+ };
2902
+ var xn = /^(?:focusinfocus|focusoutblur)$/, mn = function(e) {
2903
+ e.stopPropagation();
2904
+ };
2905
+ i.extend(i.event, {
2906
+ trigger: function(e, t, n, r) {
2907
+ var o, u, a, c, f, d, y, b, h = [n || k], x = We.call(e, "type") ? e.type : e, D = We.call(e, "namespace") ? e.namespace.split(".") : [];
2908
+ if (u = b = a = n = n || k, !(n.nodeType === 3 || n.nodeType === 8) && !xn.test(x + i.event.triggered) && (x.indexOf(".") > -1 && (D = x.split("."), x = D.shift(), D.sort()), f = x.indexOf(":") < 0 && "on" + x, e = e[i.expando] ? e : new i.Event(x, typeof e == "object" && e), e.isTrigger = r ? 2 : 3, e.namespace = D.join("."), e.rnamespace = e.namespace ? new RegExp("(^|\\.)" + D.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, e.result = void 0, e.target || (e.target = n), t = t == null ? [e] : i.makeArray(t, [e]), y = i.event.special[x] || {}, !(!r && y.trigger && y.trigger.apply(n, t) === !1))) {
2909
+ if (!r && !y.noBubble && !Ne(n)) {
2910
+ for (c = y.delegateType || x, xn.test(c + x) || (u = u.parentNode); u; u = u.parentNode)
2911
+ h.push(u), a = u;
2912
+ a === (n.ownerDocument || k) && h.push(a.defaultView || a.parentWindow || N);
2913
+ }
2914
+ for (o = 0; (u = h[o++]) && !e.isPropagationStopped(); )
2915
+ b = u, e.type = o > 1 ? c : y.bindType || x, d = (S.get(u, "events") || /* @__PURE__ */ Object.create(null))[e.type] && S.get(u, "handle"), d && d.apply(u, t), d = f && u[f], d && d.apply && Be(u) && (e.result = d.apply(u, t), e.result === !1 && e.preventDefault());
2916
+ return e.type = x, !r && !e.isDefaultPrevented() && (!y._default || y._default.apply(h.pop(), t) === !1) && Be(n) && f && L(n[x]) && !Ne(n) && (a = n[f], a && (n[f] = null), i.event.triggered = x, e.isPropagationStopped() && b.addEventListener(x, mn), n[x](), e.isPropagationStopped() && b.removeEventListener(x, mn), i.event.triggered = void 0, a && (n[f] = a)), e.result;
2917
+ }
2918
+ },
2919
+ // Piggyback on a donor event to simulate a different one
2920
+ // Used only for `focus(in | out)` events
2921
+ simulate: function(e, t, n) {
2922
+ var r = i.extend(
2923
+ new i.Event(),
2924
+ n,
2925
+ {
2926
+ type: e,
2927
+ isSimulated: !0
2928
+ }
2929
+ );
2930
+ i.event.trigger(r, null, t);
2931
+ }
2932
+ }), i.fn.extend({
2933
+ trigger: function(e, t) {
2934
+ return this.each(function() {
2935
+ i.event.trigger(e, t, this);
2936
+ });
2937
+ },
2938
+ triggerHandler: function(e, t) {
2939
+ var n = this[0];
2940
+ if (n)
2941
+ return i.event.trigger(e, t, n, !0);
2942
+ }
2943
+ });
2944
+ var br = /\[\]$/, Tn = /\r?\n/g, xr = /^(?:submit|button|image|reset|file)$/i, mr = /^(?:input|select|textarea|keygen)/i;
2945
+ function At(e, t, n, r) {
2946
+ var o;
2947
+ if (Array.isArray(t))
2948
+ i.each(t, function(u, a) {
2949
+ n || br.test(e) ? r(e, a) : At(
2950
+ e + "[" + (typeof a == "object" && a != null ? u : "") + "]",
2951
+ a,
2952
+ n,
2953
+ r
2954
+ );
2955
+ });
2956
+ else if (!n && je(t) === "object")
2957
+ for (o in t)
2958
+ At(e + "[" + o + "]", t[o], n, r);
2959
+ else
2960
+ r(e, t);
2961
+ }
2962
+ i.param = function(e, t) {
2963
+ var n, r = [], o = function(u, a) {
2964
+ var c = L(a) ? a() : a;
2965
+ r[r.length] = encodeURIComponent(u) + "=" + encodeURIComponent(c ?? "");
2966
+ };
2967
+ if (e == null)
2968
+ return "";
2969
+ if (Array.isArray(e) || e.jquery && !i.isPlainObject(e))
2970
+ i.each(e, function() {
2971
+ o(this.name, this.value);
2972
+ });
2973
+ else
2974
+ for (n in e)
2975
+ At(n, e[n], t, o);
2976
+ return r.join("&");
2977
+ }, i.fn.extend({
2978
+ serialize: function() {
2979
+ return i.param(this.serializeArray());
2980
+ },
2981
+ serializeArray: function() {
2982
+ return this.map(function() {
2983
+ var e = i.prop(this, "elements");
2984
+ return e ? i.makeArray(e) : this;
2985
+ }).filter(function() {
2986
+ var e = this.type;
2987
+ return this.name && !i(this).is(":disabled") && mr.test(this.nodeName) && !xr.test(e) && (this.checked || !Ve.test(e));
2988
+ }).map(function(e, t) {
2989
+ var n = i(this).val();
2990
+ return n == null ? null : Array.isArray(n) ? i.map(n, function(r) {
2991
+ return { name: t.name, value: r.replace(Tn, `\r
2992
+ `) };
2993
+ }) : { name: t.name, value: n.replace(Tn, `\r
2994
+ `) };
2995
+ }).get();
2996
+ }
2997
+ });
2998
+ var Tr = /%20/g, Cr = /#.*$/, wr = /([?&])_=[^&]*/, Sr = /^(.*?):[ \t]*([^\r\n]*)$/mg, Er = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, Ar = /^(?:GET|HEAD)$/, Dr = /^\/\//, Cn = {}, Dt = {}, wn = "*/".concat("*"), Nt = k.createElement("a");
2999
+ Nt.href = Qe.href;
3000
+ function Sn(e) {
3001
+ return function(t, n) {
3002
+ typeof t != "string" && (n = t, t = "*");
3003
+ var r, o = 0, u = t.toLowerCase().match(oe) || [];
3004
+ if (L(n))
3005
+ for (; r = u[o++]; )
3006
+ r[0] === "+" ? (r = r.slice(1) || "*", (e[r] = e[r] || []).unshift(n)) : (e[r] = e[r] || []).push(n);
3007
+ };
3008
+ }
3009
+ function En(e, t, n, r) {
3010
+ var o = {}, u = e === Dt;
3011
+ function a(c) {
3012
+ var f;
3013
+ return o[c] = !0, i.each(e[c] || [], function(d, y) {
3014
+ var b = y(t, n, r);
3015
+ if (typeof b == "string" && !u && !o[b])
3016
+ return t.dataTypes.unshift(b), a(b), !1;
3017
+ if (u)
3018
+ return !(f = b);
3019
+ }), f;
3020
+ }
3021
+ return a(t.dataTypes[0]) || !o["*"] && a("*");
3022
+ }
3023
+ function jt(e, t) {
3024
+ var n, r, o = i.ajaxSettings.flatOptions || {};
3025
+ for (n in t)
3026
+ t[n] !== void 0 && ((o[n] ? e : r || (r = {}))[n] = t[n]);
3027
+ return r && i.extend(!0, e, r), e;
3028
+ }
3029
+ function Nr(e, t, n) {
3030
+ for (var r, o, u, a, c = e.contents, f = e.dataTypes; f[0] === "*"; )
3031
+ f.shift(), r === void 0 && (r = e.mimeType || t.getResponseHeader("Content-Type"));
3032
+ if (r) {
3033
+ for (o in c)
3034
+ if (c[o] && c[o].test(r)) {
3035
+ f.unshift(o);
3036
+ break;
3037
+ }
3038
+ }
3039
+ if (f[0] in n)
3040
+ u = f[0];
3041
+ else {
3042
+ for (o in n) {
3043
+ if (!f[0] || e.converters[o + " " + f[0]]) {
3044
+ u = o;
3045
+ break;
3046
+ }
3047
+ a || (a = o);
3048
+ }
3049
+ u = u || a;
3050
+ }
3051
+ if (u)
3052
+ return u !== f[0] && f.unshift(u), n[u];
3053
+ }
3054
+ function jr(e, t, n, r) {
3055
+ var o, u, a, c, f, d = {}, y = e.dataTypes.slice();
3056
+ if (y[1])
3057
+ for (a in e.converters)
3058
+ d[a.toLowerCase()] = e.converters[a];
3059
+ for (u = y.shift(); u; )
3060
+ if (e.responseFields[u] && (n[e.responseFields[u]] = t), !f && r && e.dataFilter && (t = e.dataFilter(t, e.dataType)), f = u, u = y.shift(), u) {
3061
+ if (u === "*")
3062
+ u = f;
3063
+ else if (f !== "*" && f !== u) {
3064
+ if (a = d[f + " " + u] || d["* " + u], !a) {
3065
+ for (o in d)
3066
+ if (c = o.split(" "), c[1] === u && (a = d[f + " " + c[0]] || d["* " + c[0]], a)) {
3067
+ a === !0 ? a = d[o] : d[o] !== !0 && (u = c[0], y.unshift(c[1]));
3068
+ break;
3069
+ }
3070
+ }
3071
+ if (a !== !0)
3072
+ if (a && e.throws)
3073
+ t = a(t);
3074
+ else
3075
+ try {
3076
+ t = a(t);
3077
+ } catch (b) {
3078
+ return {
3079
+ state: "parsererror",
3080
+ error: a ? b : "No conversion from " + f + " to " + u
3081
+ };
3082
+ }
3083
+ }
3084
+ }
3085
+ return { state: "success", data: t };
3086
+ }
3087
+ i.extend({
3088
+ // Counter for holding the number of active queries
3089
+ active: 0,
3090
+ // Last-Modified header cache for next request
3091
+ lastModified: {},
3092
+ etag: {},
3093
+ ajaxSettings: {
3094
+ url: Qe.href,
3095
+ type: "GET",
3096
+ isLocal: Er.test(Qe.protocol),
3097
+ global: !0,
3098
+ processData: !0,
3099
+ async: !0,
3100
+ contentType: "application/x-www-form-urlencoded; charset=UTF-8",
3101
+ /*
3102
+ timeout: 0,
3103
+ data: null,
3104
+ dataType: null,
3105
+ username: null,
3106
+ password: null,
3107
+ cache: null,
3108
+ throws: false,
3109
+ traditional: false,
3110
+ headers: {},
3111
+ */
3112
+ accepts: {
3113
+ "*": wn,
3114
+ text: "text/plain",
3115
+ html: "text/html",
3116
+ xml: "application/xml, text/xml",
3117
+ json: "application/json, text/javascript"
3118
+ },
3119
+ contents: {
3120
+ xml: /\bxml\b/,
3121
+ html: /\bhtml/,
3122
+ json: /\bjson\b/
3123
+ },
3124
+ responseFields: {
3125
+ xml: "responseXML",
3126
+ text: "responseText",
3127
+ json: "responseJSON"
3128
+ },
3129
+ // Data converters
3130
+ // Keys separate source (or catchall "*") and destination types with a single space
3131
+ converters: {
3132
+ // Convert anything to text
3133
+ "* text": String,
3134
+ // Text to html (true = no transformation)
3135
+ "text html": !0,
3136
+ // Evaluate text as a json expression
3137
+ "text json": JSON.parse,
3138
+ // Parse text as xml
3139
+ "text xml": i.parseXML
3140
+ },
3141
+ // For options that shouldn't be deep extended:
3142
+ // you can add your own custom options here if
3143
+ // and when you create one that shouldn't be
3144
+ // deep extended (see ajaxExtend)
3145
+ flatOptions: {
3146
+ url: !0,
3147
+ context: !0
3148
+ }
3149
+ },
3150
+ // Creates a full fledged settings object into target
3151
+ // with both ajaxSettings and settings fields.
3152
+ // If target is omitted, writes into ajaxSettings.
3153
+ ajaxSetup: function(e, t) {
3154
+ return t ? (
3155
+ // Building a settings object
3156
+ jt(jt(e, i.ajaxSettings), t)
3157
+ ) : (
3158
+ // Extending ajaxSettings
3159
+ jt(i.ajaxSettings, e)
3160
+ );
3161
+ },
3162
+ ajaxPrefilter: Sn(Cn),
3163
+ ajaxTransport: Sn(Dt),
3164
+ // Main method
3165
+ ajax: function(e, t) {
3166
+ typeof e == "object" && (t = e, e = void 0), t = t || {};
3167
+ var n, r, o, u, a, c, f, d, y, b, h = i.ajaxSetup({}, t), x = h.context || h, D = h.context && (x.nodeType || x.jquery) ? i(x) : i.event, R = i.Deferred(), O = i.Callbacks("once memory"), X = h.statusCode || {}, U = {}, ae = {}, se = "canceled", M = {
3168
+ readyState: 0,
3169
+ // Builds headers hashtable if needed
3170
+ getResponseHeader: function(I) {
3171
+ var z;
3172
+ if (f) {
3173
+ if (!u)
3174
+ for (u = {}; z = Sr.exec(o); )
3175
+ u[z[1].toLowerCase() + " "] = (u[z[1].toLowerCase() + " "] || []).concat(z[2]);
3176
+ z = u[I.toLowerCase() + " "];
3177
+ }
3178
+ return z == null ? null : z.join(", ");
3179
+ },
3180
+ // Raw string
3181
+ getAllResponseHeaders: function() {
3182
+ return f ? o : null;
3183
+ },
3184
+ // Caches the header
3185
+ setRequestHeader: function(I, z) {
3186
+ return f == null && (I = ae[I.toLowerCase()] = ae[I.toLowerCase()] || I, U[I] = z), this;
3187
+ },
3188
+ // Overrides response content-type header
3189
+ overrideMimeType: function(I) {
3190
+ return f == null && (h.mimeType = I), this;
3191
+ },
3192
+ // Status-dependent callbacks
3193
+ statusCode: function(I) {
3194
+ var z;
3195
+ if (I)
3196
+ if (f)
3197
+ M.always(I[M.status]);
3198
+ else
3199
+ for (z in I)
3200
+ X[z] = [X[z], I[z]];
3201
+ return this;
3202
+ },
3203
+ // Cancel the request
3204
+ abort: function(I) {
3205
+ var z = I || se;
3206
+ return n && n.abort(z), Ae(0, z), this;
3207
+ }
3208
+ };
3209
+ if (R.promise(M), h.url = ((e || h.url || Qe.href) + "").replace(Dr, Qe.protocol + "//"), h.type = t.method || t.type || h.method || h.type, h.dataTypes = (h.dataType || "*").toLowerCase().match(oe) || [""], h.crossDomain == null) {
3210
+ c = k.createElement("a");
3211
+ try {
3212
+ c.href = h.url, c.href = c.href, h.crossDomain = Nt.protocol + "//" + Nt.host != c.protocol + "//" + c.host;
3213
+ } catch {
3214
+ h.crossDomain = !0;
3215
+ }
3216
+ }
3217
+ if (h.data && h.processData && typeof h.data != "string" && (h.data = i.param(h.data, h.traditional)), En(Cn, h, t, M), f)
3218
+ return M;
3219
+ d = i.event && h.global, d && i.active++ === 0 && i.event.trigger("ajaxStart"), h.type = h.type.toUpperCase(), h.hasContent = !Ar.test(h.type), r = h.url.replace(Cr, ""), h.hasContent ? h.data && h.processData && (h.contentType || "").indexOf("application/x-www-form-urlencoded") === 0 && (h.data = h.data.replace(Tr, "+")) : (b = h.url.slice(r.length), h.data && (h.processData || typeof h.data == "string") && (r += (Et.test(r) ? "&" : "?") + h.data, delete h.data), h.cache === !1 && (r = r.replace(wr, "$1"), b = (Et.test(r) ? "&" : "?") + "_=" + bn.guid++ + b), h.url = r + b), h.ifModified && (i.lastModified[r] && M.setRequestHeader("If-Modified-Since", i.lastModified[r]), i.etag[r] && M.setRequestHeader("If-None-Match", i.etag[r])), (h.data && h.hasContent && h.contentType !== !1 || t.contentType) && M.setRequestHeader("Content-Type", h.contentType), M.setRequestHeader(
3220
+ "Accept",
3221
+ h.dataTypes[0] && h.accepts[h.dataTypes[0]] ? h.accepts[h.dataTypes[0]] + (h.dataTypes[0] !== "*" ? ", " + wn + "; q=0.01" : "") : h.accepts["*"]
3222
+ );
3223
+ for (y in h.headers)
3224
+ M.setRequestHeader(y, h.headers[y]);
3225
+ if (h.beforeSend && (h.beforeSend.call(x, M, h) === !1 || f))
3226
+ return M.abort();
3227
+ if (se = "abort", O.add(h.complete), M.done(h.success), M.fail(h.error), n = En(Dt, h, t, M), !n)
3228
+ Ae(-1, "No Transport");
3229
+ else {
3230
+ if (M.readyState = 1, d && D.trigger("ajaxSend", [M, h]), f)
3231
+ return M;
3232
+ h.async && h.timeout > 0 && (a = N.setTimeout(function() {
3233
+ M.abort("timeout");
3234
+ }, h.timeout));
3235
+ try {
3236
+ f = !1, n.send(U, Ae);
3237
+ } catch (I) {
3238
+ if (f)
3239
+ throw I;
3240
+ Ae(-1, I);
3241
+ }
3242
+ }
3243
+ function Ae(I, z, Je, qt) {
3244
+ var fe, Ke, ce, me, Te, te = z;
3245
+ f || (f = !0, a && N.clearTimeout(a), n = void 0, o = qt || "", M.readyState = I > 0 ? 4 : 0, fe = I >= 200 && I < 300 || I === 304, Je && (me = Nr(h, M, Je)), !fe && i.inArray("script", h.dataTypes) > -1 && i.inArray("json", h.dataTypes) < 0 && (h.converters["text script"] = function() {
3246
+ }), me = jr(h, me, M, fe), fe ? (h.ifModified && (Te = M.getResponseHeader("Last-Modified"), Te && (i.lastModified[r] = Te), Te = M.getResponseHeader("etag"), Te && (i.etag[r] = Te)), I === 204 || h.type === "HEAD" ? te = "nocontent" : I === 304 ? te = "notmodified" : (te = me.state, Ke = me.data, ce = me.error, fe = !ce)) : (ce = te, (I || !te) && (te = "error", I < 0 && (I = 0))), M.status = I, M.statusText = (z || te) + "", fe ? R.resolveWith(x, [Ke, te, M]) : R.rejectWith(x, [M, te, ce]), M.statusCode(X), X = void 0, d && D.trigger(
3247
+ fe ? "ajaxSuccess" : "ajaxError",
3248
+ [M, h, fe ? Ke : ce]
3249
+ ), O.fireWith(x, [M, te]), d && (D.trigger("ajaxComplete", [M, h]), --i.active || i.event.trigger("ajaxStop")));
3250
+ }
3251
+ return M;
3252
+ },
3253
+ getJSON: function(e, t, n) {
3254
+ return i.get(e, t, n, "json");
3255
+ },
3256
+ getScript: function(e, t) {
3257
+ return i.get(e, void 0, t, "script");
3258
+ }
3259
+ }), i.each(["get", "post"], function(e, t) {
3260
+ i[t] = function(n, r, o, u) {
3261
+ return L(r) && (u = u || o, o = r, r = void 0), i.ajax(i.extend({
3262
+ url: n,
3263
+ type: t,
3264
+ dataType: u,
3265
+ data: r,
3266
+ success: o
3267
+ }, i.isPlainObject(n) && n));
3268
+ };
3269
+ }), i.ajaxPrefilter(function(e) {
3270
+ var t;
3271
+ for (t in e.headers)
3272
+ t.toLowerCase() === "content-type" && (e.contentType = e.headers[t] || "");
3273
+ }), i._evalUrl = function(e, t, n) {
3274
+ return i.ajax({
3275
+ url: e,
3276
+ // Make this explicit, since user can override this through ajaxSetup (trac-11264)
3277
+ type: "GET",
3278
+ dataType: "script",
3279
+ cache: !0,
3280
+ async: !1,
3281
+ global: !1,
3282
+ // Only evaluate the response if it is successful (gh-4126)
3283
+ // dataFilter is not invoked for failure responses, so using it instead
3284
+ // of the default converter is kludgy but it works.
3285
+ converters: {
3286
+ "text script": function() {
3287
+ }
3288
+ },
3289
+ dataFilter: function(r) {
3290
+ i.globalEval(r, t, n);
3291
+ }
3292
+ });
3293
+ }, i.fn.extend({
3294
+ wrapAll: function(e) {
3295
+ var t;
3296
+ return this[0] && (L(e) && (e = e.call(this[0])), t = i(e, this[0].ownerDocument).eq(0).clone(!0), this[0].parentNode && t.insertBefore(this[0]), t.map(function() {
3297
+ for (var n = this; n.firstElementChild; )
3298
+ n = n.firstElementChild;
3299
+ return n;
3300
+ }).append(this)), this;
3301
+ },
3302
+ wrapInner: function(e) {
3303
+ return L(e) ? this.each(function(t) {
3304
+ i(this).wrapInner(e.call(this, t));
3305
+ }) : this.each(function() {
3306
+ var t = i(this), n = t.contents();
3307
+ n.length ? n.wrapAll(e) : t.append(e);
3308
+ });
3309
+ },
3310
+ wrap: function(e) {
3311
+ var t = L(e);
3312
+ return this.each(function(n) {
3313
+ i(this).wrapAll(t ? e.call(this, n) : e);
3314
+ });
3315
+ },
3316
+ unwrap: function(e) {
3317
+ return this.parent(e).not("body").each(function() {
3318
+ i(this).replaceWith(this.childNodes);
3319
+ }), this;
3320
+ }
3321
+ }), i.expr.pseudos.hidden = function(e) {
3322
+ return !i.expr.pseudos.visible(e);
3323
+ }, i.expr.pseudos.visible = function(e) {
3324
+ return !!(e.offsetWidth || e.offsetHeight || e.getClientRects().length);
3325
+ }, i.ajaxSettings.xhr = function() {
3326
+ try {
3327
+ return new N.XMLHttpRequest();
3328
+ } catch {
3329
+ }
3330
+ };
3331
+ var kr = {
3332
+ // File protocol always yields status code 0, assume 200
3333
+ 0: 200,
3334
+ // Support: IE <=9 only
3335
+ // trac-1450: sometimes IE returns 1223 when it should be 204
3336
+ 1223: 204
3337
+ }, Ye = i.ajaxSettings.xhr();
3338
+ q.cors = !!Ye && "withCredentials" in Ye, q.ajax = Ye = !!Ye, i.ajaxTransport(function(e) {
3339
+ var t, n;
3340
+ if (q.cors || Ye && !e.crossDomain)
3341
+ return {
3342
+ send: function(r, o) {
3343
+ var u, a = e.xhr();
3344
+ if (a.open(
3345
+ e.type,
3346
+ e.url,
3347
+ e.async,
3348
+ e.username,
3349
+ e.password
3350
+ ), e.xhrFields)
3351
+ for (u in e.xhrFields)
3352
+ a[u] = e.xhrFields[u];
3353
+ e.mimeType && a.overrideMimeType && a.overrideMimeType(e.mimeType), !e.crossDomain && !r["X-Requested-With"] && (r["X-Requested-With"] = "XMLHttpRequest");
3354
+ for (u in r)
3355
+ a.setRequestHeader(u, r[u]);
3356
+ t = function(c) {
3357
+ return function() {
3358
+ t && (t = n = a.onload = a.onerror = a.onabort = a.ontimeout = a.onreadystatechange = null, c === "abort" ? a.abort() : c === "error" ? typeof a.status != "number" ? o(0, "error") : o(
3359
+ // File: protocol always yields status 0; see trac-8605, trac-14207
3360
+ a.status,
3361
+ a.statusText
3362
+ ) : o(
3363
+ kr[a.status] || a.status,
3364
+ a.statusText,
3365
+ // Support: IE <=9 only
3366
+ // IE9 has no XHR2 but throws on binary (trac-11426)
3367
+ // For XHR2 non-text, let the caller handle it (gh-2498)
3368
+ (a.responseType || "text") !== "text" || typeof a.responseText != "string" ? { binary: a.response } : { text: a.responseText },
3369
+ a.getAllResponseHeaders()
3370
+ ));
3371
+ };
3372
+ }, a.onload = t(), n = a.onerror = a.ontimeout = t("error"), a.onabort !== void 0 ? a.onabort = n : a.onreadystatechange = function() {
3373
+ a.readyState === 4 && N.setTimeout(function() {
3374
+ t && n();
3375
+ });
3376
+ }, t = t("abort");
3377
+ try {
3378
+ a.send(e.hasContent && e.data || null);
3379
+ } catch (c) {
3380
+ if (t)
3381
+ throw c;
3382
+ }
3383
+ },
3384
+ abort: function() {
3385
+ t && t();
3386
+ }
3387
+ };
3388
+ }), i.ajaxPrefilter(function(e) {
3389
+ e.crossDomain && (e.contents.script = !1);
3390
+ }), i.ajaxSetup({
3391
+ accepts: {
3392
+ script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"
3393
+ },
3394
+ contents: {
3395
+ script: /\b(?:java|ecma)script\b/
3396
+ },
3397
+ converters: {
3398
+ "text script": function(e) {
3399
+ return i.globalEval(e), e;
3400
+ }
3401
+ }
3402
+ }), i.ajaxPrefilter("script", function(e) {
3403
+ e.cache === void 0 && (e.cache = !1), e.crossDomain && (e.type = "GET");
3404
+ }), i.ajaxTransport("script", function(e) {
3405
+ if (e.crossDomain || e.scriptAttrs) {
3406
+ var t, n;
3407
+ return {
3408
+ send: function(r, o) {
3409
+ t = i("<script>").attr(e.scriptAttrs || {}).prop({ charset: e.scriptCharset, src: e.url }).on("load error", n = function(u) {
3410
+ t.remove(), n = null, u && o(u.type === "error" ? 404 : 200, u.type);
3411
+ }), k.head.appendChild(t[0]);
3412
+ },
3413
+ abort: function() {
3414
+ n && n();
3415
+ }
3416
+ };
3417
+ }
3418
+ });
3419
+ var An = [], kt = /(=)\?(?=&|$)|\?\?/;
3420
+ i.ajaxSetup({
3421
+ jsonp: "callback",
3422
+ jsonpCallback: function() {
3423
+ var e = An.pop() || i.expando + "_" + bn.guid++;
3424
+ return this[e] = !0, e;
3425
+ }
3426
+ }), i.ajaxPrefilter("json jsonp", function(e, t, n) {
3427
+ var r, o, u, a = e.jsonp !== !1 && (kt.test(e.url) ? "url" : typeof e.data == "string" && (e.contentType || "").indexOf("application/x-www-form-urlencoded") === 0 && kt.test(e.data) && "data");
3428
+ if (a || e.dataTypes[0] === "jsonp")
3429
+ return r = e.jsonpCallback = L(e.jsonpCallback) ? e.jsonpCallback() : e.jsonpCallback, a ? e[a] = e[a].replace(kt, "$1" + r) : e.jsonp !== !1 && (e.url += (Et.test(e.url) ? "&" : "?") + e.jsonp + "=" + r), e.converters["script json"] = function() {
3430
+ return u || i.error(r + " was not called"), u[0];
3431
+ }, e.dataTypes[0] = "json", o = N[r], N[r] = function() {
3432
+ u = arguments;
3433
+ }, n.always(function() {
3434
+ o === void 0 ? i(N).removeProp(r) : N[r] = o, e[r] && (e.jsonpCallback = t.jsonpCallback, An.push(r)), u && L(o) && o(u[0]), u = o = void 0;
3435
+ }), "script";
3436
+ }), q.createHTMLDocument = function() {
3437
+ var e = k.implementation.createHTMLDocument("").body;
3438
+ return e.innerHTML = "<form></form><form></form>", e.childNodes.length === 2;
3439
+ }(), i.parseHTML = function(e, t, n) {
3440
+ if (typeof e != "string")
3441
+ return [];
3442
+ typeof t == "boolean" && (n = t, t = !1);
3443
+ var r, o, u;
3444
+ return t || (q.createHTMLDocument ? (t = k.implementation.createHTMLDocument(""), r = t.createElement("base"), r.href = k.location.href, t.head.appendChild(r)) : t = k), o = Ut.exec(e), u = !n && [], o ? [t.createElement(o[1])] : (o = tn([e], t, u), u && u.length && i(u).remove(), i.merge([], o.childNodes));
3445
+ }, i.fn.load = function(e, t, n) {
3446
+ var r, o, u, a = this, c = e.indexOf(" ");
3447
+ return c > -1 && (r = Se(e.slice(c)), e = e.slice(0, c)), L(t) ? (n = t, t = void 0) : t && typeof t == "object" && (o = "POST"), a.length > 0 && i.ajax({
3448
+ url: e,
3449
+ // If "type" variable is undefined, then "GET" method will be used.
3450
+ // Make value of this field explicit since
3451
+ // user can override it through ajaxSetup method
3452
+ type: o || "GET",
3453
+ dataType: "html",
3454
+ data: t
3455
+ }).done(function(f) {
3456
+ u = arguments, a.html(r ? (
3457
+ // If a selector was specified, locate the right elements in a dummy div
3458
+ // Exclude scripts to avoid IE 'Permission Denied' errors
3459
+ i("<div>").append(i.parseHTML(f)).find(r)
3460
+ ) : (
3461
+ // Otherwise use the full result
3462
+ f
3463
+ ));
3464
+ }).always(n && function(f, d) {
3465
+ a.each(function() {
3466
+ n.apply(this, u || [f.responseText, d, f]);
3467
+ });
3468
+ }), this;
3469
+ }, i.expr.pseudos.animated = function(e) {
3470
+ return i.grep(i.timers, function(t) {
3471
+ return e === t.elem;
3472
+ }).length;
3473
+ }, i.offset = {
3474
+ setOffset: function(e, t, n) {
3475
+ var r, o, u, a, c, f, d, y = i.css(e, "position"), b = i(e), h = {};
3476
+ y === "static" && (e.style.position = "relative"), c = b.offset(), u = i.css(e, "top"), f = i.css(e, "left"), d = (y === "absolute" || y === "fixed") && (u + f).indexOf("auto") > -1, d ? (r = b.position(), a = r.top, o = r.left) : (a = parseFloat(u) || 0, o = parseFloat(f) || 0), L(t) && (t = t.call(e, n, i.extend({}, c))), t.top != null && (h.top = t.top - c.top + a), t.left != null && (h.left = t.left - c.left + o), "using" in t ? t.using.call(e, h) : b.css(h);
3477
+ }
3478
+ }, i.fn.extend({
3479
+ // offset() relates an element's border box to the document origin
3480
+ offset: function(e) {
3481
+ if (arguments.length)
3482
+ return e === void 0 ? this : this.each(function(o) {
3483
+ i.offset.setOffset(this, e, o);
3484
+ });
3485
+ var t, n, r = this[0];
3486
+ if (r)
3487
+ return r.getClientRects().length ? (t = r.getBoundingClientRect(), n = r.ownerDocument.defaultView, {
3488
+ top: t.top + n.pageYOffset,
3489
+ left: t.left + n.pageXOffset
3490
+ }) : { top: 0, left: 0 };
3491
+ },
3492
+ // position() relates an element's margin box to its offset parent's padding box
3493
+ // This corresponds to the behavior of CSS absolute positioning
3494
+ position: function() {
3495
+ if (this[0]) {
3496
+ var e, t, n, r = this[0], o = { top: 0, left: 0 };
3497
+ if (i.css(r, "position") === "fixed")
3498
+ t = r.getBoundingClientRect();
3499
+ else {
3500
+ for (t = this.offset(), n = r.ownerDocument, e = r.offsetParent || n.documentElement; e && (e === n.body || e === n.documentElement) && i.css(e, "position") === "static"; )
3501
+ e = e.parentNode;
3502
+ e && e !== r && e.nodeType === 1 && (o = i(e).offset(), o.top += i.css(e, "borderTopWidth", !0), o.left += i.css(e, "borderLeftWidth", !0));
3503
+ }
3504
+ return {
3505
+ top: t.top - o.top - i.css(r, "marginTop", !0),
3506
+ left: t.left - o.left - i.css(r, "marginLeft", !0)
3507
+ };
3508
+ }
3509
+ },
3510
+ // This method will return documentElement in the following cases:
3511
+ // 1) For the element inside the iframe without offsetParent, this method will return
3512
+ // documentElement of the parent window
3513
+ // 2) For the hidden or detached element
3514
+ // 3) For body or html element, i.e. in case of the html node - it will return itself
3515
+ //
3516
+ // but those exceptions were never presented as a real life use-cases
3517
+ // and might be considered as more preferable results.
3518
+ //
3519
+ // This logic, however, is not guaranteed and can change at any point in the future
3520
+ offsetParent: function() {
3521
+ return this.map(function() {
3522
+ for (var e = this.offsetParent; e && i.css(e, "position") === "static"; )
3523
+ e = e.offsetParent;
3524
+ return e || we;
3525
+ });
3526
+ }
3527
+ }), i.each({ scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function(e, t) {
3528
+ var n = t === "pageYOffset";
3529
+ i.fn[e] = function(r) {
3530
+ return he(this, function(o, u, a) {
3531
+ var c;
3532
+ if (Ne(o) ? c = o : o.nodeType === 9 && (c = o.defaultView), a === void 0)
3533
+ return c ? c[t] : o[u];
3534
+ c ? c.scrollTo(
3535
+ n ? c.pageXOffset : a,
3536
+ n ? a : c.pageYOffset
3537
+ ) : o[u] = a;
3538
+ }, e, r, arguments.length);
3539
+ };
3540
+ }), i.each(["top", "left"], function(e, t) {
3541
+ i.cssHooks[t] = sn(
3542
+ q.pixelPosition,
3543
+ function(n, r) {
3544
+ if (r)
3545
+ return r = Xe(n, t), xt.test(r) ? i(n).position()[t] + "px" : r;
3546
+ }
3547
+ );
3548
+ }), i.each({ Height: "height", Width: "width" }, function(e, t) {
3549
+ i.each({
3550
+ padding: "inner" + e,
3551
+ content: t,
3552
+ "": "outer" + e
3553
+ }, function(n, r) {
3554
+ i.fn[r] = function(o, u) {
3555
+ var a = arguments.length && (n || typeof o != "boolean"), c = n || (o === !0 || u === !0 ? "margin" : "border");
3556
+ return he(this, function(f, d, y) {
3557
+ var b;
3558
+ return Ne(f) ? r.indexOf("outer") === 0 ? f["inner" + e] : f.document.documentElement["client" + e] : f.nodeType === 9 ? (b = f.documentElement, Math.max(
3559
+ f.body["scroll" + e],
3560
+ b["scroll" + e],
3561
+ f.body["offset" + e],
3562
+ b["offset" + e],
3563
+ b["client" + e]
3564
+ )) : y === void 0 ? (
3565
+ // Get width or height on the element, requesting but not forcing parseFloat
3566
+ i.css(f, d, c)
3567
+ ) : (
3568
+ // Set width or height on the element
3569
+ i.style(f, d, y, c)
3570
+ );
3571
+ }, t, a ? o : void 0, a);
3572
+ };
3573
+ });
3574
+ }), i.each([
3575
+ "ajaxStart",
3576
+ "ajaxStop",
3577
+ "ajaxComplete",
3578
+ "ajaxError",
3579
+ "ajaxSuccess",
3580
+ "ajaxSend"
3581
+ ], function(e, t) {
3582
+ i.fn[t] = function(n) {
3583
+ return this.on(t, n);
3584
+ };
3585
+ }), i.fn.extend({
3586
+ bind: function(e, t, n) {
3587
+ return this.on(e, null, t, n);
3588
+ },
3589
+ unbind: function(e, t) {
3590
+ return this.off(e, null, t);
3591
+ },
3592
+ delegate: function(e, t, n, r) {
3593
+ return this.on(t, e, n, r);
3594
+ },
3595
+ undelegate: function(e, t, n) {
3596
+ return arguments.length === 1 ? this.off(e, "**") : this.off(t, e || "**", n);
3597
+ },
3598
+ hover: function(e, t) {
3599
+ return this.on("mouseenter", e).on("mouseleave", t || e);
3600
+ }
3601
+ }), i.each(
3602
+ "blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),
3603
+ function(e, t) {
3604
+ i.fn[t] = function(n, r) {
3605
+ return arguments.length > 0 ? this.on(t, null, n, r) : this.trigger(t);
3606
+ };
3607
+ }
3608
+ );
3609
+ var qr = /^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;
3610
+ i.proxy = function(e, t) {
3611
+ var n, r, o;
3612
+ if (typeof t == "string" && (n = e[t], t = e, e = n), !!L(e))
3613
+ return r = V.call(arguments, 2), o = function() {
3614
+ return e.apply(t || this, r.concat(V.call(arguments)));
3615
+ }, o.guid = e.guid = e.guid || i.guid++, o;
3616
+ }, i.holdReady = function(e) {
3617
+ e ? i.readyWait++ : i.ready(!0);
3618
+ }, i.isArray = Array.isArray, i.parseJSON = JSON.parse, i.nodeName = $, i.isFunction = L, i.isWindow = Ne, i.camelCase = ue, i.type = je, i.now = Date.now, i.isNumeric = function(e) {
3619
+ var t = i.type(e);
3620
+ return (t === "number" || t === "string") && // parseFloat NaNs numeric-cast false positives ("")
3621
+ // ...but misinterprets leading-number strings, particularly hex literals ("0x...")
3622
+ // subtraction forces infinities to NaN
3623
+ !isNaN(e - parseFloat(e));
3624
+ }, i.trim = function(e) {
3625
+ return e == null ? "" : (e + "").replace(qr, "$1");
3626
+ };
3627
+ var Lr = N.jQuery, Or = N.$;
3628
+ return i.noConflict = function(e) {
3629
+ return N.$ === i && (N.$ = Or), e && N.jQuery === i && (N.jQuery = Lr), i;
3630
+ }, typeof be > "u" && (N.jQuery = N.$ = i), i;
3631
+ });
3632
+ })(kn);
3633
+ var qn = kn.exports;
3634
+ const zr = /* @__PURE__ */ Wr(qn), Vr = /* @__PURE__ */ Br({
3635
+ __proto__: null,
3636
+ default: zr
3637
+ }, [qn]);
3638
+ export {
3639
+ qn as a,
3640
+ Vr as j
3641
+ };