From ea7ea2926ffa7bd7961c8cbbf788d573e58ab364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 20:11:29 +0000 Subject: [PATCH 1/5] Bump elliptic from 6.5.3 to 6.5.4 in /baton/static/baton/app Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4) Signed-off-by: dependabot[bot] --- baton/static/baton/app/package-lock.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/baton/static/baton/app/package-lock.json b/baton/static/baton/app/package-lock.json index c10bea7c..f413a969 100644 --- a/baton/static/baton/app/package-lock.json +++ b/baton/static/baton/app/package-lock.json @@ -2984,23 +2984,23 @@ "integrity": "sha512-IQbCfjJR0NDDn/+vojTlq7fPSREcALtF8M1n01gw7nQghCtfFYrJ2dfhsp8APr8bANoFC8vRTFVXMOGpT0eetw==" }, "elliptic": { - "version": "6.5.3", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz", - "integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==", + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", + "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", "requires": { - "bn.js": "^4.4.0", - "brorand": "^1.0.1", + "bn.js": "^4.11.9", + "brorand": "^1.1.0", "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.0" + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" }, "dependencies": { "bn.js": { - "version": "4.11.9", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.9.tgz", - "integrity": "sha512-E6QoYqCKZfgatHTdHzs1RRKP7ip4vvm+EyRUeE2RF0NblwVvb0p6jSVeNTOFxPn26QXN2o6SMfNxKp6kU8zQaw==" + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" } } }, From 6b8a94fb5f0edbdd4e2b0d2380562789bf34911a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Apr 2021 01:05:51 +0000 Subject: [PATCH 2/5] Bump y18n from 4.0.0 to 4.0.1 in /baton/static/baton/app Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] --- baton/static/baton/app/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/baton/static/baton/app/package-lock.json b/baton/static/baton/app/package-lock.json index 76acd44c..e09708f5 100644 --- a/baton/static/baton/app/package-lock.json +++ b/baton/static/baton/app/package-lock.json @@ -10803,9 +10803,9 @@ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" }, "y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==" + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==" }, "yallist": { "version": "2.1.2", From 695a3d8b56a5a8db20c9ba60b518a689c0b781d8 Mon Sep 17 00:00:00 2001 From: abidibo Date: Fri, 2 Apr 2021 09:54:21 +0200 Subject: [PATCH 3/5] PR #141 #144 --- testapp/app/db.sqlite3 | Bin 651264 -> 651264 bytes testapp/app/package-lock.json | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 testapp/app/package-lock.json diff --git a/testapp/app/db.sqlite3 b/testapp/app/db.sqlite3 index 9e7ef0d2acebb63f7c19e4177a7eee28fa183938..5ee1348cada2577004457467984aa13aa5ce5396 100644 GIT binary patch delta 519 zcmZp8px*F6eS$Qj{6raNM)}5s)&$0_2~3OZSs5787=BD=cVIGMpTMKTm<8lGI55f9 zYjA#Jl;ga>xtg<;GoI6uQ<&o&#|e%_Onw|S9AO*=99-;A*$=SKW-n#;XV+q9VY|<^ zlj#5x6We6ATs99jCDy-8C9Kz3H?nrKrm{LP-eHwy`O0#E(S>CdOAAXJ<2DuxrdcdP z%x{^GGcRPWW)5REWaeRd#sCMCtsSJMD+DsJs2Szwl;s8%2bg%L2Yg`aVd7h`{oV&ARUXC#n++Z2Fit=4kBL{857Jl|}xR;f?`e0sh|p9_f*l1&KxJ wMg~TPx&|h?h8XT^zqyYch&i_3+{gJ!K*U7XzzE3;#+HT_Cfl!{=hRdH0I#E>K>z>% delta 363 zcmXBJKd4es901^Re&?Kf{@j~9t4-63QewTr>yp@FLotN4mj;ZwN1#$nRT+-IK0kJGoNcDHYsPPCoCRE_(i4 GX6=76C~>d= diff --git a/testapp/app/package-lock.json b/testapp/app/package-lock.json new file mode 100644 index 00000000..48e341a0 --- /dev/null +++ b/testapp/app/package-lock.json @@ -0,0 +1,3 @@ +{ + "lockfileVersion": 1 +} From a0d8dd5d81e3546460740ccfd0f20b46dbce2384 Mon Sep 17 00:00:00 2001 From: abidibo Date: Fri, 2 Apr 2021 17:18:15 +0200 Subject: [PATCH 4/5] updates bootstrap to v5.beta3 --- baton/static/baton/app/dist/baton.min.js | 12 +++++------ baton/static/baton/app/dist/baton.min.js.map | 2 +- baton/static/baton/app/package-lock.json | 21 +++---------------- baton/static/baton/app/package.json | 5 +---- baton/static/baton/app/src/core/Messages.js | 2 +- baton/static/baton/app/src/core/Tabs.js | 7 +++++-- baton/static/baton/app/src/index.js | 7 +++++-- testapp/app/db.sqlite3 | Bin 651264 -> 651264 bytes 8 files changed, 22 insertions(+), 34 deletions(-) diff --git a/baton/static/baton/app/dist/baton.min.js b/baton/static/baton/app/dist/baton.min.js index 7f37a411..da3392e1 100644 --- a/baton/static/baton/app/dist/baton.min.js +++ b/baton/static/baton/app/dist/baton.min.js @@ -1,4 +1,4 @@ -!function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(o,r,function(e){return t[e]}.bind(null,r));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist",n(n.s=19)}([function(t,e,n){var o; +!function(t){var e={};function n(o){if(e[o])return e[o].exports;var a=e[o]={i:o,l:!1,exports:{}};return t[o].call(a.exports,a,a.exports,n),a.l=!0,a.exports}n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)n.d(o,a,function(e){return t[e]}.bind(null,a));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist",n(n.s=19)}([function(t,e,n){var o; /*! * jQuery JavaScript Library v3.5.1 * https://jquery.com/ @@ -11,7 +11,7 @@ * https://jquery.org/license * * Date: 2020-05-04T22:49Z - */!function(e,n){"use strict";"object"==typeof t.exports?t.exports=e.document?n(e,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return n(t)}:n(e)}("undefined"!=typeof window?window:this,(function(n,r){"use strict";var a=[],i=Object.getPrototypeOf,l=a.slice,c=a.flat?function(t){return a.flat.call(t)}:function(t){return a.concat.apply([],t)},s=a.push,m=a.indexOf,f={},d=f.toString,p=f.hasOwnProperty,g=p.toString,u=g.call(Object),h={},b=function(t){return"function"==typeof t&&"number"!=typeof t.nodeType},w=function(t){return null!=t&&t===t.window},v=n.document,y={type:!0,src:!0,nonce:!0,noModule:!0};function x(t,e,n){var o,r,a=(n=n||v).createElement("script");if(a.text=t,e)for(o in y)(r=e[o]||e.getAttribute&&e.getAttribute(o))&&a.setAttribute(o,r);n.head.appendChild(a).parentNode.removeChild(a)}function k(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?f[d.call(t)]||"object":typeof t}var _=function(t,e){return new _.fn.init(t,e)};function j(t){var e=!!t&&"length"in t&&t.length,n=k(t);return!b(t)&&!w(t)&&("array"===n||0===e||"number"==typeof e&&e>0&&e-1 in t)}_.fn=_.prototype={jquery:"3.5.1",constructor:_,length:0,toArray:function(){return l.call(this)},get:function(t){return null==t?l.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var e=_.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return _.each(this,t)},map:function(t){return this.pushStack(_.map(this,(function(e,n){return t.call(e,n,e)})))},slice:function(){return this.pushStack(l.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(_.grep(this,(function(t,e){return(e+1)%2})))},odd:function(){return this.pushStack(_.grep(this,(function(t,e){return e%2})))},eq:function(t){var e=this.length,n=+t+(t<0?e:0);return this.pushStack(n>=0&&n0&&e-1 in t)}_.fn=_.prototype={jquery:"3.5.1",constructor:_,length:0,toArray:function(){return l.call(this)},get:function(t){return null==t?l.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var e=_.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return _.each(this,t)},map:function(t){return this.pushStack(_.map(this,(function(e,n){return t.call(e,n,e)})))},slice:function(){return this.pushStack(l.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(_.grep(this,(function(t,e){return(e+1)%2})))},odd:function(){return this.pushStack(_.grep(this,(function(t,e){return e%2})))},eq:function(t){var e=this.length,n=+t+(t<0?e:0);return this.pushStack(n>=0&&n+~]|"+I+")"+I+"*"),$=new RegExp(I+"|>"),X=new RegExp(H),Y=new RegExp("^"+P+"$"),V={ID:new RegExp("^#("+P+")"),CLASS:new RegExp("^\\.("+P+")"),TAG:new RegExp("^("+P+"|[*])"),ATTR:new RegExp("^"+B),PSEUDO:new RegExp("^"+H),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+I+"*(even|odd|(([+-]|)(\\d*)n|)"+I+"*(?:([+-]|)"+I+"*(\\d+)|))"+I+"*\\)|)","i"),bool:new RegExp("^(?:"+M+")$","i"),needsContext:new RegExp("^"+I+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+I+"*((?:-\\d)?\\d*)"+I+"*\\)|)(?=[^-]|$)","i")},K=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,G=/^h\d$/i,J=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,tt=/[+~]/,et=new RegExp("\\\\[\\da-fA-F]{1,6}"+I+"?|\\\\([^\\r\\n\\f])","g"),nt=function(t,e){var n="0x"+t.slice(1)-65536;return e||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},ot=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,rt=function(t,e){return e?"\0"===t?"�":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t},at=function(){d()},it=yt((function(t){return!0===t.disabled&&"fieldset"===t.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{O.apply(D=N.call(x.childNodes),x.childNodes),D[x.childNodes.length].nodeType}catch(t){O={apply:D.length?function(t,e){S.apply(t,N.call(e))}:function(t,e){for(var n=t.length,o=0;t[n++]=e[o++];);t.length=n-1}}}function lt(t,e,o,r){var a,l,s,m,f,g,b,w=e&&e.ownerDocument,x=e?e.nodeType:9;if(o=o||[],"string"!=typeof t||!t||1!==x&&9!==x&&11!==x)return o;if(!r&&(d(e),e=e||p,u)){if(11!==x&&(f=Z.exec(t)))if(a=f[1]){if(9===x){if(!(s=e.getElementById(a)))return o;if(s.id===a)return o.push(s),o}else if(w&&(s=w.getElementById(a))&&v(e,s)&&s.id===a)return o.push(s),o}else{if(f[2])return O.apply(o,e.getElementsByTagName(t)),o;if((a=f[3])&&n.getElementsByClassName&&e.getElementsByClassName)return O.apply(o,e.getElementsByClassName(a)),o}if(n.qsa&&!C[t+" "]&&(!h||!h.test(t))&&(1!==x||"object"!==e.nodeName.toLowerCase())){if(b=t,w=e,1===x&&($.test(t)||U.test(t))){for((w=tt.test(t)&&bt(e.parentNode)||e)===e&&n.scope||((m=e.getAttribute("id"))?m=m.replace(ot,rt):e.setAttribute("id",m=y)),l=(g=i(t)).length;l--;)g[l]=(m?"#"+m:":scope")+" "+vt(g[l]);b=g.join(",")}try{return O.apply(o,w.querySelectorAll(b)),o}catch(e){C(t,!0)}finally{m===y&&e.removeAttribute("id")}}}return c(t.replace(R,"$1"),e,o,r)}function ct(){var t=[];return function e(n,r){return t.push(n+" ")>o.cacheLength&&delete e[t.shift()],e[n+" "]=r}}function st(t){return t[y]=!0,t}function mt(t){var e=p.createElement("fieldset");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function ft(t,e){for(var n=t.split("|"),r=n.length;r--;)o.attrHandle[n[r]]=e}function dt(t,e){var n=e&&t,o=n&&1===t.nodeType&&1===e.nodeType&&t.sourceIndex-e.sourceIndex;if(o)return o;if(n)for(;n=n.nextSibling;)if(n===e)return-1;return t?1:-1}function pt(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function gt(t){return function(e){var n=e.nodeName.toLowerCase();return("input"===n||"button"===n)&&e.type===t}}function ut(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&it(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ht(t){return st((function(e){return e=+e,st((function(n,o){for(var r,a=t([],n.length,e),i=a.length;i--;)n[r=a[i]]&&(n[r]=!(o[r]=n[r]))}))}))}function bt(t){return t&&void 0!==t.getElementsByTagName&&t}for(e in n=lt.support={},a=lt.isXML=function(t){var e=t.namespaceURI,n=(t.ownerDocument||t).documentElement;return!K.test(e||n&&n.nodeName||"HTML")},d=lt.setDocument=function(t){var e,r,i=t?t.ownerDocument||t:x;return i!=p&&9===i.nodeType&&i.documentElement?(g=(p=i).documentElement,u=!a(p),x!=p&&(r=p.defaultView)&&r.top!==r&&(r.addEventListener?r.addEventListener("unload",at,!1):r.attachEvent&&r.attachEvent("onunload",at)),n.scope=mt((function(t){return g.appendChild(t).appendChild(p.createElement("div")),void 0!==t.querySelectorAll&&!t.querySelectorAll(":scope fieldset div").length})),n.attributes=mt((function(t){return t.className="i",!t.getAttribute("className")})),n.getElementsByTagName=mt((function(t){return t.appendChild(p.createComment("")),!t.getElementsByTagName("*").length})),n.getElementsByClassName=J.test(p.getElementsByClassName),n.getById=mt((function(t){return g.appendChild(t).id=y,!p.getElementsByName||!p.getElementsByName(y).length})),n.getById?(o.filter.ID=function(t){var e=t.replace(et,nt);return function(t){return t.getAttribute("id")===e}},o.find.ID=function(t,e){if(void 0!==e.getElementById&&u){var n=e.getElementById(t);return n?[n]:[]}}):(o.filter.ID=function(t){var e=t.replace(et,nt);return function(t){var n=void 0!==t.getAttributeNode&&t.getAttributeNode("id");return n&&n.value===e}},o.find.ID=function(t,e){if(void 0!==e.getElementById&&u){var n,o,r,a=e.getElementById(t);if(a){if((n=a.getAttributeNode("id"))&&n.value===t)return[a];for(r=e.getElementsByName(t),o=0;a=r[o++];)if((n=a.getAttributeNode("id"))&&n.value===t)return[a]}return[]}}),o.find.TAG=n.getElementsByTagName?function(t,e){return void 0!==e.getElementsByTagName?e.getElementsByTagName(t):n.qsa?e.querySelectorAll(t):void 0}:function(t,e){var n,o=[],r=0,a=e.getElementsByTagName(t);if("*"===t){for(;n=a[r++];)1===n.nodeType&&o.push(n);return o}return a},o.find.CLASS=n.getElementsByClassName&&function(t,e){if(void 0!==e.getElementsByClassName&&u)return e.getElementsByClassName(t)},b=[],h=[],(n.qsa=J.test(p.querySelectorAll))&&(mt((function(t){var e;g.appendChild(t).innerHTML="",t.querySelectorAll("[msallowcapture^='']").length&&h.push("[*^$]="+I+"*(?:''|\"\")"),t.querySelectorAll("[selected]").length||h.push("\\["+I+"*(?:value|"+M+")"),t.querySelectorAll("[id~="+y+"-]").length||h.push("~="),(e=p.createElement("input")).setAttribute("name",""),t.appendChild(e),t.querySelectorAll("[name='']").length||h.push("\\["+I+"*name"+I+"*="+I+"*(?:''|\"\")"),t.querySelectorAll(":checked").length||h.push(":checked"),t.querySelectorAll("a#"+y+"+*").length||h.push(".#.+[+~]"),t.querySelectorAll("\\\f"),h.push("[\\r\\n\\f]")})),mt((function(t){t.innerHTML="";var e=p.createElement("input");e.setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),t.querySelectorAll("[name=d]").length&&h.push("name"+I+"*[*^$|!~]?="),2!==t.querySelectorAll(":enabled").length&&h.push(":enabled",":disabled"),g.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&h.push(":enabled",":disabled"),t.querySelectorAll("*,:x"),h.push(",.*:")}))),(n.matchesSelector=J.test(w=g.matches||g.webkitMatchesSelector||g.mozMatchesSelector||g.oMatchesSelector||g.msMatchesSelector))&&mt((function(t){n.disconnectedMatch=w.call(t,"*"),w.call(t,"[s!='']:x"),b.push("!=",H)})),h=h.length&&new RegExp(h.join("|")),b=b.length&&new RegExp(b.join("|")),e=J.test(g.compareDocumentPosition),v=e||J.test(g.contains)?function(t,e){var n=9===t.nodeType?t.documentElement:t,o=e&&e.parentNode;return t===o||!(!o||1!==o.nodeType||!(n.contains?n.contains(o):t.compareDocumentPosition&&16&t.compareDocumentPosition(o)))}:function(t,e){if(e)for(;e=e.parentNode;)if(e===t)return!0;return!1},z=e?function(t,e){if(t===e)return f=!0,0;var o=!t.compareDocumentPosition-!e.compareDocumentPosition;return o||(1&(o=(t.ownerDocument||t)==(e.ownerDocument||e)?t.compareDocumentPosition(e):1)||!n.sortDetached&&e.compareDocumentPosition(t)===o?t==p||t.ownerDocument==x&&v(x,t)?-1:e==p||e.ownerDocument==x&&v(x,e)?1:m?q(m,t)-q(m,e):0:4&o?-1:1)}:function(t,e){if(t===e)return f=!0,0;var n,o=0,r=t.parentNode,a=e.parentNode,i=[t],l=[e];if(!r||!a)return t==p?-1:e==p?1:r?-1:a?1:m?q(m,t)-q(m,e):0;if(r===a)return dt(t,e);for(n=t;n=n.parentNode;)i.unshift(n);for(n=e;n=n.parentNode;)l.unshift(n);for(;i[o]===l[o];)o++;return o?dt(i[o],l[o]):i[o]==x?-1:l[o]==x?1:0},p):p},lt.matches=function(t,e){return lt(t,null,null,e)},lt.matchesSelector=function(t,e){if(d(t),n.matchesSelector&&u&&!C[e+" "]&&(!b||!b.test(e))&&(!h||!h.test(e)))try{var o=w.call(t,e);if(o||n.disconnectedMatch||t.document&&11!==t.document.nodeType)return o}catch(t){C(e,!0)}return lt(e,p,null,[t]).length>0},lt.contains=function(t,e){return(t.ownerDocument||t)!=p&&d(t),v(t,e)},lt.attr=function(t,e){(t.ownerDocument||t)!=p&&d(t);var r=o.attrHandle[e.toLowerCase()],a=r&&A.call(o.attrHandle,e.toLowerCase())?r(t,e,!u):void 0;return void 0!==a?a:n.attributes||!u?t.getAttribute(e):(a=t.getAttributeNode(e))&&a.specified?a.value:null},lt.escape=function(t){return(t+"").replace(ot,rt)},lt.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},lt.uniqueSort=function(t){var e,o=[],r=0,a=0;if(f=!n.detectDuplicates,m=!n.sortStable&&t.slice(0),t.sort(z),f){for(;e=t[a++];)e===t[a]&&(r=o.push(a));for(;r--;)t.splice(o[r],1)}return m=null,t},r=lt.getText=function(t){var e,n="",o=0,a=t.nodeType;if(a){if(1===a||9===a||11===a){if("string"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)n+=r(t)}else if(3===a||4===a)return t.nodeValue}else for(;e=t[o++];)n+=r(e);return n},(o=lt.selectors={cacheLength:50,createPseudo:st,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(et,nt),t[3]=(t[3]||t[4]||t[5]||"").replace(et,nt),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||lt.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&<.error(t[0]),t},PSEUDO:function(t){var e,n=!t[6]&&t[2];return V.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":n&&X.test(n)&&(e=i(n,!0))&&(e=n.indexOf(")",n.length-e)-n.length)&&(t[0]=t[0].slice(0,e),t[2]=n.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(et,nt).toLowerCase();return"*"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===e}},CLASS:function(t){var e=j[t+" "];return e||(e=new RegExp("(^|"+I+")"+t+"("+I+"|$)"))&&j(t,(function(t){return e.test("string"==typeof t.className&&t.className||void 0!==t.getAttribute&&t.getAttribute("class")||"")}))},ATTR:function(t,e,n){return function(o){var r=lt.attr(o,t);return null==r?"!="===e:!e||(r+="","="===e?r===n:"!="===e?r!==n:"^="===e?n&&0===r.indexOf(n):"*="===e?n&&r.indexOf(n)>-1:"$="===e?n&&r.slice(-n.length)===n:"~="===e?(" "+r.replace(F," ")+" ").indexOf(n)>-1:"|="===e&&(r===n||r.slice(0,n.length+1)===n+"-"))}},CHILD:function(t,e,n,o,r){var a="nth"!==t.slice(0,3),i="last"!==t.slice(-4),l="of-type"===e;return 1===o&&0===r?function(t){return!!t.parentNode}:function(e,n,c){var s,m,f,d,p,g,u=a!==i?"nextSibling":"previousSibling",h=e.parentNode,b=l&&e.nodeName.toLowerCase(),w=!c&&!l,v=!1;if(h){if(a){for(;u;){for(d=e;d=d[u];)if(l?d.nodeName.toLowerCase()===b:1===d.nodeType)return!1;g=u="only"===t&&!g&&"nextSibling"}return!0}if(g=[i?h.firstChild:h.lastChild],i&&w){for(v=(p=(s=(m=(f=(d=h)[y]||(d[y]={}))[d.uniqueID]||(f[d.uniqueID]={}))[t]||[])[0]===k&&s[1])&&s[2],d=p&&h.childNodes[p];d=++p&&d&&d[u]||(v=p=0)||g.pop();)if(1===d.nodeType&&++v&&d===e){m[t]=[k,p,v];break}}else if(w&&(v=p=(s=(m=(f=(d=e)[y]||(d[y]={}))[d.uniqueID]||(f[d.uniqueID]={}))[t]||[])[0]===k&&s[1]),!1===v)for(;(d=++p&&d&&d[u]||(v=p=0)||g.pop())&&((l?d.nodeName.toLowerCase()!==b:1!==d.nodeType)||!++v||(w&&((m=(f=d[y]||(d[y]={}))[d.uniqueID]||(f[d.uniqueID]={}))[t]=[k,v]),d!==e)););return(v-=r)===o||v%o==0&&v/o>=0}}},PSEUDO:function(t,e){var n,r=o.pseudos[t]||o.setFilters[t.toLowerCase()]||lt.error("unsupported pseudo: "+t);return r[y]?r(e):r.length>1?(n=[t,t,"",e],o.setFilters.hasOwnProperty(t.toLowerCase())?st((function(t,n){for(var o,a=r(t,e),i=a.length;i--;)t[o=q(t,a[i])]=!(n[o]=a[i])})):function(t){return r(t,0,n)}):r}},pseudos:{not:st((function(t){var e=[],n=[],o=l(t.replace(R,"$1"));return o[y]?st((function(t,e,n,r){for(var a,i=o(t,null,r,[]),l=t.length;l--;)(a=i[l])&&(t[l]=!(e[l]=a))})):function(t,r,a){return e[0]=t,o(e,null,a,n),e[0]=null,!n.pop()}})),has:st((function(t){return function(e){return lt(t,e).length>0}})),contains:st((function(t){return t=t.replace(et,nt),function(e){return(e.textContent||r(e)).indexOf(t)>-1}})),lang:st((function(t){return Y.test(t||"")||lt.error("unsupported lang: "+t),t=t.replace(et,nt).toLowerCase(),function(e){var n;do{if(n=u?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(n=n.toLowerCase())===t||0===n.indexOf(t+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}})),target:function(e){var n=t.location&&t.location.hash;return n&&n.slice(1)===e.id},root:function(t){return t===g},focus:function(t){return t===p.activeElement&&(!p.hasFocus||p.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:ut(!1),disabled:ut(!0),checked:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&!!t.checked||"option"===e&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,!0===t.selected},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!o.pseudos.empty(t)},header:function(t){return G.test(t.nodeName)},input:function(t){return Q.test(t.nodeName)},button:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&"button"===t.type||"button"===e},text:function(t){var e;return"input"===t.nodeName.toLowerCase()&&"text"===t.type&&(null==(e=t.getAttribute("type"))||"text"===e.toLowerCase())},first:ht((function(){return[0]})),last:ht((function(t,e){return[e-1]})),eq:ht((function(t,e,n){return[n<0?n+e:n]})),even:ht((function(t,e){for(var n=0;ne?e:n;--o>=0;)t.push(o);return t})),gt:ht((function(t,e,n){for(var o=n<0?n+e:n;++o1?function(e,n,o){for(var r=t.length;r--;)if(!t[r](e,n,o))return!1;return!0}:t[0]}function kt(t,e,n,o,r){for(var a,i=[],l=0,c=t.length,s=null!=e;l-1&&(a[s]=!(i[s]=f))}}else b=kt(b===i?b.splice(g,b.length):b),r?r(null,i,b,c):O.apply(i,b)}))}function jt(t){for(var e,n,r,a=t.length,i=o.relative[t[0].type],l=i||o.relative[" "],c=i?1:0,m=yt((function(t){return t===e}),l,!0),f=yt((function(t){return q(e,t)>-1}),l,!0),d=[function(t,n,o){var r=!i&&(o||n!==s)||((e=n).nodeType?m(t,n,o):f(t,n,o));return e=null,r}];c1&&xt(d),c>1&&vt(t.slice(0,c-1).concat({value:" "===t[c-2].type?"*":""})).replace(R,"$1"),n,c0,r=t.length>0,a=function(a,i,l,c,m){var f,g,h,b=0,w="0",v=a&&[],y=[],x=s,_=a||r&&o.find.TAG("*",m),j=k+=null==x?1:Math.random()||.1,T=_.length;for(m&&(s=i==p||i||m);w!==T&&null!=(f=_[w]);w++){if(r&&f){for(g=0,i||f.ownerDocument==p||(d(f),l=!u);h=t[g++];)if(h(f,i||p,l)){c.push(f);break}m&&(k=j)}n&&((f=!h&&f)&&b--,a&&v.push(f))}if(b+=w,n&&w!==b){for(g=0;h=e[g++];)h(v,y,i,l);if(a){if(b>0)for(;w--;)v[w]||y[w]||(y[w]=L.call(c));y=kt(y)}O.apply(c,y),m&&!a&&y.length>0&&b+e.length>1&<.uniqueSort(c)}return m&&(k=j,s=x),v};return n?st(a):a}(a,r))).selector=t}return l},c=lt.select=function(t,e,n,r){var a,c,s,m,f,d="function"==typeof t&&t,p=!r&&i(t=d.selector||t);if(n=n||[],1===p.length){if((c=p[0]=p[0].slice(0)).length>2&&"ID"===(s=c[0]).type&&9===e.nodeType&&u&&o.relative[c[1].type]){if(!(e=(o.find.ID(s.matches[0].replace(et,nt),e)||[])[0]))return n;d&&(e=e.parentNode),t=t.slice(c.shift().value.length)}for(a=V.needsContext.test(t)?0:c.length;a--&&(s=c[a],!o.relative[m=s.type]);)if((f=o.find[m])&&(r=f(s.matches[0].replace(et,nt),tt.test(c[0].type)&&bt(e.parentNode)||e))){if(c.splice(a,1),!(t=r.length&&vt(c)))return O.apply(n,r),n;break}}return(d||l(t,p))(r,e,!u,n,!e||tt.test(t)&&bt(e.parentNode)||e),n},n.sortStable=y.split("").sort(z).join("")===y,n.detectDuplicates=!!f,d(),n.sortDetached=mt((function(t){return 1&t.compareDocumentPosition(p.createElement("fieldset"))})),mt((function(t){return t.innerHTML="","#"===t.firstChild.getAttribute("href")}))||ft("type|href|height|width",(function(t,e,n){if(!n)return t.getAttribute(e,"type"===e.toLowerCase()?1:2)})),n.attributes&&mt((function(t){return t.innerHTML="",t.firstChild.setAttribute("value",""),""===t.firstChild.getAttribute("value")}))||ft("value",(function(t,e,n){if(!n&&"input"===t.nodeName.toLowerCase())return t.defaultValue})),mt((function(t){return null==t.getAttribute("disabled")}))||ft(M,(function(t,e,n){var o;if(!n)return!0===t[e]?e.toLowerCase():(o=t.getAttributeNode(e))&&o.specified?o.value:null})),lt}(n);_.find=T,_.expr=T.selectors,_.expr[":"]=_.expr.pseudos,_.uniqueSort=_.unique=T.uniqueSort,_.text=T.getText,_.isXMLDoc=T.isXML,_.contains=T.contains,_.escapeSelector=T.escape;var E=function(t,e,n){for(var o=[],r=void 0!==n;(t=t[e])&&9!==t.nodeType;)if(1===t.nodeType){if(r&&_(t).is(n))break;o.push(t)}return o},C=function(t,e){for(var n=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&n.push(t);return n},z=_.expr.match.needsContext;function A(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()}var D=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function L(t,e,n){return b(e)?_.grep(t,(function(t,o){return!!e.call(t,o,t)!==n})):e.nodeType?_.grep(t,(function(t){return t===e!==n})):"string"!=typeof e?_.grep(t,(function(t){return m.call(e,t)>-1!==n})):_.filter(e,t,n)}_.filter=function(t,e,n){var o=e[0];return n&&(t=":not("+t+")"),1===e.length&&1===o.nodeType?_.find.matchesSelector(o,t)?[o]:[]:_.find.matches(t,_.grep(e,(function(t){return 1===t.nodeType})))},_.fn.extend({find:function(t){var e,n,o=this.length,r=this;if("string"!=typeof t)return this.pushStack(_(t).filter((function(){for(e=0;e1?_.uniqueSort(n):n},filter:function(t){return this.pushStack(L(this,t||[],!1))},not:function(t){return this.pushStack(L(this,t||[],!0))},is:function(t){return!!L(this,"string"==typeof t&&z.test(t)?_(t):t||[],!1).length}});var S,O=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(_.fn.init=function(t,e,n){var o,r;if(!t)return this;if(n=n||S,"string"==typeof t){if(!(o="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:O.exec(t))||!o[1]&&e)return!e||e.jquery?(e||n).find(t):this.constructor(e).find(t);if(o[1]){if(e=e instanceof _?e[0]:e,_.merge(this,_.parseHTML(o[1],e&&e.nodeType?e.ownerDocument||e:v,!0)),D.test(o[1])&&_.isPlainObject(e))for(o in e)b(this[o])?this[o](e[o]):this.attr(o,e[o]);return this}return(r=v.getElementById(o[2]))&&(this[0]=r,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):b(t)?void 0!==n.ready?n.ready(t):t(_):_.makeArray(t,this)}).prototype=_.fn,S=_(v);var N=/^(?:parents|prev(?:Until|All))/,q={children:!0,contents:!0,next:!0,prev:!0};function M(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}_.fn.extend({has:function(t){var e=_(t,this),n=e.length;return this.filter((function(){for(var t=0;t-1:1===n.nodeType&&_.find.matchesSelector(n,t))){a.push(n);break}return this.pushStack(a.length>1?_.uniqueSort(a):a)},index:function(t){return t?"string"==typeof t?m.call(_(t),this[0]):m.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(_.uniqueSort(_.merge(this.get(),_(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),_.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return E(t,"parentNode")},parentsUntil:function(t,e,n){return E(t,"parentNode",n)},next:function(t){return M(t,"nextSibling")},prev:function(t){return M(t,"previousSibling")},nextAll:function(t){return E(t,"nextSibling")},prevAll:function(t){return E(t,"previousSibling")},nextUntil:function(t,e,n){return E(t,"nextSibling",n)},prevUntil:function(t,e,n){return E(t,"previousSibling",n)},siblings:function(t){return C((t.parentNode||{}).firstChild,t)},children:function(t){return C(t.firstChild)},contents:function(t){return null!=t.contentDocument&&i(t.contentDocument)?t.contentDocument:(A(t,"template")&&(t=t.content||t),_.merge([],t.childNodes))}},(function(t,e){_.fn[t]=function(n,o){var r=_.map(this,e,n);return"Until"!==t.slice(-5)&&(o=n),o&&"string"==typeof o&&(r=_.filter(o,r)),this.length>1&&(q[t]||_.uniqueSort(r),N.test(t)&&r.reverse()),this.pushStack(r)}}));var I=/[^\x20\t\r\n\f]+/g;function P(t){return t}function B(t){throw t}function H(t,e,n,o){var r;try{t&&b(r=t.promise)?r.call(t).done(e).fail(n):t&&b(r=t.then)?r.call(t,e,n):e.apply(void 0,[t].slice(o))}catch(t){n.apply(void 0,[t])}}_.Callbacks=function(t){t="string"==typeof t?function(t){var e={};return _.each(t.match(I)||[],(function(t,n){e[n]=!0})),e}(t):_.extend({},t);var e,n,o,r,a=[],i=[],l=-1,c=function(){for(r=r||t.once,o=e=!0;i.length;l=-1)for(n=i.shift();++l-1;)a.splice(n,1),n<=l&&l--})),this},has:function(t){return t?_.inArray(t,a)>-1:a.length>0},empty:function(){return a&&(a=[]),this},disable:function(){return r=i=[],a=n="",this},disabled:function(){return!a},lock:function(){return r=i=[],n||e||(a=n=""),this},locked:function(){return!!r},fireWith:function(t,n){return r||(n=[t,(n=n||[]).slice?n.slice():n],i.push(n),e||c()),this},fire:function(){return s.fireWith(this,arguments),this},fired:function(){return!!o}};return s},_.extend({Deferred:function(t){var e=[["notify","progress",_.Callbacks("memory"),_.Callbacks("memory"),2],["resolve","done",_.Callbacks("once memory"),_.Callbacks("once memory"),0,"resolved"],["reject","fail",_.Callbacks("once memory"),_.Callbacks("once memory"),1,"rejected"]],o="pending",r={state:function(){return o},always:function(){return a.done(arguments).fail(arguments),this},catch:function(t){return r.then(null,t)},pipe:function(){var t=arguments;return _.Deferred((function(n){_.each(e,(function(e,o){var r=b(t[o[4]])&&t[o[4]];a[o[1]]((function(){var t=r&&r.apply(this,arguments);t&&b(t.promise)?t.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[o[0]+"With"](this,r?[t]:arguments)}))})),t=null})).promise()},then:function(t,o,r){var a=0;function i(t,e,o,r){return function(){var l=this,c=arguments,s=function(){var n,s;if(!(t=a&&(o!==B&&(l=void 0,c=[n]),e.rejectWith(l,c))}};t?m():(_.Deferred.getStackHook&&(m.stackTrace=_.Deferred.getStackHook()),n.setTimeout(m))}}return _.Deferred((function(n){e[0][3].add(i(0,n,b(r)?r:P,n.notifyWith)),e[1][3].add(i(0,n,b(t)?t:P)),e[2][3].add(i(0,n,b(o)?o:B))})).promise()},promise:function(t){return null!=t?_.extend(t,r):r}},a={};return _.each(e,(function(t,n){var i=n[2],l=n[5];r[n[1]]=i.add,l&&i.add((function(){o=l}),e[3-t][2].disable,e[3-t][3].disable,e[0][2].lock,e[0][3].lock),i.add(n[3].fire),a[n[0]]=function(){return a[n[0]+"With"](this===a?void 0:this,arguments),this},a[n[0]+"With"]=i.fireWith})),r.promise(a),t&&t.call(a,a),a},when:function(t){var e=arguments.length,n=e,o=Array(n),r=l.call(arguments),a=_.Deferred(),i=function(t){return function(n){o[t]=this,r[t]=arguments.length>1?l.call(arguments):n,--e||a.resolveWith(o,r)}};if(e<=1&&(H(t,a.done(i(n)).resolve,a.reject,!e),"pending"===a.state()||b(r[n]&&r[n].then)))return a.then();for(;n--;)H(r[n],i(n),a.reject);return a.promise()}});var F=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;_.Deferred.exceptionHook=function(t,e){n.console&&n.console.warn&&t&&F.test(t.name)&&n.console.warn("jQuery.Deferred exception: "+t.message,t.stack,e)},_.readyException=function(t){n.setTimeout((function(){throw t}))};var R=_.Deferred();function W(){v.removeEventListener("DOMContentLoaded",W),n.removeEventListener("load",W),_.ready()}_.fn.ready=function(t){return R.then(t).catch((function(t){_.readyException(t)})),this},_.extend({isReady:!1,readyWait:1,ready:function(t){(!0===t?--_.readyWait:_.isReady)||(_.isReady=!0,!0!==t&&--_.readyWait>0||R.resolveWith(v,[_]))}}),_.ready.then=R.then,"complete"===v.readyState||"loading"!==v.readyState&&!v.documentElement.doScroll?n.setTimeout(_.ready):(v.addEventListener("DOMContentLoaded",W),n.addEventListener("load",W));var U=function(t,e,n,o,r,a,i){var l=0,c=t.length,s=null==n;if("object"===k(n))for(l in r=!0,n)U(t,e,l,n[l],!0,a,i);else if(void 0!==o&&(r=!0,b(o)||(i=!0),s&&(i?(e.call(t,o),e=null):(s=e,e=function(t,e,n){return s.call(_(t),n)})),e))for(;l1,null,!0)},removeData:function(t){return this.each((function(){J.remove(this,t)}))}}),_.extend({queue:function(t,e,n){var o;if(t)return e=(e||"fx")+"queue",o=G.get(t,e),n&&(!o||Array.isArray(n)?o=G.access(t,e,_.makeArray(n)):o.push(n)),o||[]},dequeue:function(t,e){e=e||"fx";var n=_.queue(t,e),o=n.length,r=n.shift(),a=_._queueHooks(t,e);"inprogress"===r&&(r=n.shift(),o--),r&&("fx"===e&&n.unshift("inprogress"),delete a.stop,r.call(t,(function(){_.dequeue(t,e)}),a)),!o&&a&&a.empty.fire()},_queueHooks:function(t,e){var n=e+"queueHooks";return G.get(t,n)||G.access(t,n,{empty:_.Callbacks("once memory").add((function(){G.remove(t,[e+"queue",n])}))})}}),_.fn.extend({queue:function(t,e){var n=2;return"string"!=typeof t&&(e=t,t="fx",n--),arguments.length\x20\t\r\n\f]*)/i,bt=/^$|^module$|\/(?:java|ecma)script/i;pt=v.createDocumentFragment().appendChild(v.createElement("div")),(gt=v.createElement("input")).setAttribute("type","radio"),gt.setAttribute("checked","checked"),gt.setAttribute("name","t"),pt.appendChild(gt),h.checkClone=pt.cloneNode(!0).cloneNode(!0).lastChild.checked,pt.innerHTML="",h.noCloneChecked=!!pt.cloneNode(!0).lastChild.defaultValue,pt.innerHTML="",h.option=!!pt.lastChild;var wt={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function vt(t,e){var n;return n=void 0!==t.getElementsByTagName?t.getElementsByTagName(e||"*"):void 0!==t.querySelectorAll?t.querySelectorAll(e||"*"):[],void 0===e||e&&A(t,e)?_.merge([t],n):n}function yt(t,e){for(var n=0,o=t.length;n",""]);var xt=/<|&#?\w+;/;function kt(t,e,n,o,r){for(var a,i,l,c,s,m,f=e.createDocumentFragment(),d=[],p=0,g=t.length;p-1)r&&r.push(a);else if(s=it(a),i=vt(f.appendChild(a),"script"),s&&yt(i),n)for(m=0;a=i[m++];)bt.test(a.type||"")&&n.push(a);return f}var _t=/^key/,jt=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Tt=/^([^.]*)(?:\.(.+)|)/;function Et(){return!0}function Ct(){return!1}function zt(t,e){return t===function(){try{return v.activeElement}catch(t){}}()==("focus"===e)}function At(t,e,n,o,r,a){var i,l;if("object"==typeof e){for(l in"string"!=typeof n&&(o=o||n,n=void 0),e)At(t,l,n,o,e[l],a);return t}if(null==o&&null==r?(r=n,o=n=void 0):null==r&&("string"==typeof n?(r=o,o=void 0):(r=o,o=n,n=void 0)),!1===r)r=Ct;else if(!r)return t;return 1===a&&(i=r,(r=function(t){return _().off(t),i.apply(this,arguments)}).guid=i.guid||(i.guid=_.guid++)),t.each((function(){_.event.add(this,e,r,o,n)}))}function Dt(t,e,n){n?(G.set(t,e,!1),_.event.add(t,e,{namespace:!1,handler:function(t){var o,r,a=G.get(this,e);if(1&t.isTrigger&&this[e]){if(a.length)(_.event.special[e]||{}).delegateType&&t.stopPropagation();else if(a=l.call(arguments),G.set(this,e,a),o=n(this,e),this[e](),a!==(r=G.get(this,e))||o?G.set(this,e,!1):r={},a!==r)return t.stopImmediatePropagation(),t.preventDefault(),r.value}else a.length&&(G.set(this,e,{value:_.event.trigger(_.extend(a[0],_.Event.prototype),a.slice(1),this)}),t.stopImmediatePropagation())}})):void 0===G.get(t,e)&&_.event.add(t,e,Et)}_.event={global:{},add:function(t,e,n,o,r){var a,i,l,c,s,m,f,d,p,g,u,h=G.get(t);if(K(t))for(n.handler&&(n=(a=n).handler,r=a.selector),r&&_.find.matchesSelector(at,r),n.guid||(n.guid=_.guid++),(c=h.events)||(c=h.events=Object.create(null)),(i=h.handle)||(i=h.handle=function(e){return void 0!==_&&_.event.triggered!==e.type?_.event.dispatch.apply(t,arguments):void 0}),s=(e=(e||"").match(I)||[""]).length;s--;)p=u=(l=Tt.exec(e[s])||[])[1],g=(l[2]||"").split(".").sort(),p&&(f=_.event.special[p]||{},p=(r?f.delegateType:f.bindType)||p,f=_.event.special[p]||{},m=_.extend({type:p,origType:u,data:o,handler:n,guid:n.guid,selector:r,needsContext:r&&_.expr.match.needsContext.test(r),namespace:g.join(".")},a),(d=c[p])||((d=c[p]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,o,g,i)||t.addEventListener&&t.addEventListener(p,i)),f.add&&(f.add.call(t,m),m.handler.guid||(m.handler.guid=n.guid)),r?d.splice(d.delegateCount++,0,m):d.push(m),_.event.global[p]=!0)},remove:function(t,e,n,o,r){var a,i,l,c,s,m,f,d,p,g,u,h=G.hasData(t)&&G.get(t);if(h&&(c=h.events)){for(s=(e=(e||"").match(I)||[""]).length;s--;)if(p=u=(l=Tt.exec(e[s])||[])[1],g=(l[2]||"").split(".").sort(),p){for(f=_.event.special[p]||{},d=c[p=(o?f.delegateType:f.bindType)||p]||[],l=l[2]&&new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=a=d.length;a--;)m=d[a],!r&&u!==m.origType||n&&n.guid!==m.guid||l&&!l.test(m.namespace)||o&&o!==m.selector&&("**"!==o||!m.selector)||(d.splice(a,1),m.selector&&d.delegateCount--,f.remove&&f.remove.call(t,m));i&&!d.length&&(f.teardown&&!1!==f.teardown.call(t,g,h.handle)||_.removeEvent(t,p,h.handle),delete c[p])}else for(p in c)_.event.remove(t,p+e[s],n,o,!0);_.isEmptyObject(c)&&G.remove(t,"handle events")}},dispatch:function(t){var e,n,o,r,a,i,l=new Array(arguments.length),c=_.event.fix(t),s=(G.get(this,"events")||Object.create(null))[c.type]||[],m=_.event.special[c.type]||{};for(l[0]=c,e=1;e=1))for(;s!==this;s=s.parentNode||this)if(1===s.nodeType&&("click"!==t.type||!0!==s.disabled)){for(a=[],i={},n=0;n-1:_.find(r,this,null,[s]).length),i[r]&&a.push(o);a.length&&l.push({elem:s,handlers:a})}return s=this,c\s*$/g;function Nt(t,e){return A(t,"table")&&A(11!==e.nodeType?e:e.firstChild,"tr")&&_(t).children("tbody")[0]||t}function qt(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function Mt(t){return"true/"===(t.type||"").slice(0,5)?t.type=t.type.slice(5):t.removeAttribute("type"),t}function It(t,e){var n,o,r,a,i,l;if(1===e.nodeType){if(G.hasData(t)&&(l=G.get(t).events))for(r in G.remove(e,"handle events"),l)for(n=0,o=l[r].length;n1&&"string"==typeof g&&!h.checkClone&&St.test(g))return t.each((function(r){var a=t.eq(r);u&&(e[0]=g.call(this,r,a.html())),Bt(a,e,n,o)}));if(d&&(a=(r=kt(e,t[0].ownerDocument,!1,t,o)).firstChild,1===r.childNodes.length&&(r=a),a||o)){for(l=(i=_.map(vt(r,"script"),qt)).length;f0&&yt(i,!c&&vt(t,"script")),l},cleanData:function(t){for(var e,n,o,r=_.event.special,a=0;void 0!==(n=t[a]);a++)if(K(n)){if(e=n[G.expando]){if(e.events)for(o in e.events)r[o]?_.event.remove(n,o):_.removeEvent(n,o,e.handle);n[G.expando]=void 0}n[J.expando]&&(n[J.expando]=void 0)}}}),_.fn.extend({detach:function(t){return Ht(this,t,!0)},remove:function(t){return Ht(this,t)},text:function(t){return U(this,(function(t){return void 0===t?_.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)}))}),null,t,arguments.length)},append:function(){return Bt(this,arguments,(function(t){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Nt(this,t).appendChild(t)}))},prepend:function(){return Bt(this,arguments,(function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=Nt(this,t);e.insertBefore(t,e.firstChild)}}))},before:function(){return Bt(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this)}))},after:function(){return Bt(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)}))},empty:function(){for(var t,e=0;null!=(t=this[e]);e++)1===t.nodeType&&(_.cleanData(vt(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map((function(){return _.clone(this,t,e)}))},html:function(t){return U(this,(function(t){var e=this[0]||{},n=0,o=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"==typeof t&&!Lt.test(t)&&!wt[(ht.exec(t)||["",""])[1].toLowerCase()]){t=_.htmlPrefilter(t);try{for(;n3,at.removeChild(t)),l}}))}();var Yt=["Webkit","Moz","ms"],Vt=v.createElement("div").style,Kt={};function Qt(t){var e=_.cssProps[t]||Kt[t];return e||(t in Vt?t:Kt[t]=function(t){for(var e=t[0].toUpperCase()+t.slice(1),n=Yt.length;n--;)if((t=Yt[n]+e)in Vt)return t}(t)||t)}var Gt=/^(none|table(?!-c[ea]).+)/,Jt=/^--/,Zt={position:"absolute",visibility:"hidden",display:"block"},te={letterSpacing:"0",fontWeight:"400"};function ee(t,e,n){var o=ot.exec(e);return o?Math.max(0,o[2]-(n||0))+(o[3]||"px"):e}function ne(t,e,n,o,r,a){var i="width"===e?1:0,l=0,c=0;if(n===(o?"border":"content"))return 0;for(;i<4;i+=2)"margin"===n&&(c+=_.css(t,n+rt[i],!0,r)),o?("content"===n&&(c-=_.css(t,"padding"+rt[i],!0,r)),"margin"!==n&&(c-=_.css(t,"border"+rt[i]+"Width",!0,r))):(c+=_.css(t,"padding"+rt[i],!0,r),"padding"!==n?c+=_.css(t,"border"+rt[i]+"Width",!0,r):l+=_.css(t,"border"+rt[i]+"Width",!0,r));return!o&&a>=0&&(c+=Math.max(0,Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-a-c-l-.5))||0),c}function oe(t,e,n){var o=Rt(t),r=(!h.boxSizingReliable()||n)&&"border-box"===_.css(t,"boxSizing",!1,o),a=r,i=$t(t,e,o),l="offset"+e[0].toUpperCase()+e.slice(1);if(Ft.test(i)){if(!n)return i;i="auto"}return(!h.boxSizingReliable()&&r||!h.reliableTrDimensions()&&A(t,"tr")||"auto"===i||!parseFloat(i)&&"inline"===_.css(t,"display",!1,o))&&t.getClientRects().length&&(r="border-box"===_.css(t,"boxSizing",!1,o),(a=l in t)&&(i=t[l])),(i=parseFloat(i)||0)+ne(t,e,n||(r?"border":"content"),a,o,i)+"px"}function re(t,e,n,o,r){return new re.prototype.init(t,e,n,o,r)}_.extend({cssHooks:{opacity:{get:function(t,e){if(e){var n=$t(t,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(t,e,n,o){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var r,a,i,l=V(e),c=Jt.test(e),s=t.style;if(c||(e=Qt(l)),i=_.cssHooks[e]||_.cssHooks[l],void 0===n)return i&&"get"in i&&void 0!==(r=i.get(t,!1,o))?r:s[e];"string"===(a=typeof n)&&(r=ot.exec(n))&&r[1]&&(n=st(t,e,r),a="number"),null!=n&&n==n&&("number"!==a||c||(n+=r&&r[3]||(_.cssNumber[l]?"":"px")),h.clearCloneStyle||""!==n||0!==e.indexOf("background")||(s[e]="inherit"),i&&"set"in i&&void 0===(n=i.set(t,n,o))||(c?s.setProperty(e,n):s[e]=n))}},css:function(t,e,n,o){var r,a,i,l=V(e);return Jt.test(e)||(e=Qt(l)),(i=_.cssHooks[e]||_.cssHooks[l])&&"get"in i&&(r=i.get(t,!0,n)),void 0===r&&(r=$t(t,e,o)),"normal"===r&&e in te&&(r=te[e]),""===n||n?(a=parseFloat(r),!0===n||isFinite(a)?a||0:r):r}}),_.each(["height","width"],(function(t,e){_.cssHooks[e]={get:function(t,n,o){if(n)return!Gt.test(_.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?oe(t,e,o):Wt(t,Zt,(function(){return oe(t,e,o)}))},set:function(t,n,o){var r,a=Rt(t),i=!h.scrollboxSize()&&"absolute"===a.position,l=(i||o)&&"border-box"===_.css(t,"boxSizing",!1,a),c=o?ne(t,e,o,l,a):0;return l&&i&&(c-=Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-parseFloat(a[e])-ne(t,e,"border",!1,a)-.5)),c&&(r=ot.exec(n))&&"px"!==(r[3]||"px")&&(t.style[e]=n,n=_.css(t,e)),ee(0,n,c)}}})),_.cssHooks.marginLeft=Xt(h.reliableMarginLeft,(function(t,e){if(e)return(parseFloat($t(t,"marginLeft"))||t.getBoundingClientRect().left-Wt(t,{marginLeft:0},(function(){return t.getBoundingClientRect().left})))+"px"})),_.each({margin:"",padding:"",border:"Width"},(function(t,e){_.cssHooks[t+e]={expand:function(n){for(var o=0,r={},a="string"==typeof n?n.split(" "):[n];o<4;o++)r[t+rt[o]+e]=a[o]||a[o-2]||a[0];return r}},"margin"!==t&&(_.cssHooks[t+e].set=ee)})),_.fn.extend({css:function(t,e){return U(this,(function(t,e,n){var o,r,a={},i=0;if(Array.isArray(e)){for(o=Rt(t),r=e.length;i1)}}),_.Tween=re,re.prototype={constructor:re,init:function(t,e,n,o,r,a){this.elem=t,this.prop=n,this.easing=r||_.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=o,this.unit=a||(_.cssNumber[n]?"":"px")},cur:function(){var t=re.propHooks[this.prop];return t&&t.get?t.get(this):re.propHooks._default.get(this)},run:function(t){var e,n=re.propHooks[this.prop];return this.options.duration?this.pos=e=_.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):this.pos=e=t,this.now=(this.end-this.start)*e+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):re.propHooks._default.set(this),this}},re.prototype.init.prototype=re.prototype,re.propHooks={_default:{get:function(t){var e;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(e=_.css(t.elem,t.prop,""))&&"auto"!==e?e:0},set:function(t){_.fx.step[t.prop]?_.fx.step[t.prop](t):1!==t.elem.nodeType||!_.cssHooks[t.prop]&&null==t.elem.style[Qt(t.prop)]?t.elem[t.prop]=t.now:_.style(t.elem,t.prop,t.now+t.unit)}}},re.propHooks.scrollTop=re.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},_.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},_.fx=re.prototype.init,_.fx.step={};var ae,ie,le=/^(?:toggle|show|hide)$/,ce=/queueHooks$/;function se(){ie&&(!1===v.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(se):n.setTimeout(se,_.fx.interval),_.fx.tick())}function me(){return n.setTimeout((function(){ae=void 0})),ae=Date.now()}function fe(t,e){var n,o=0,r={height:t};for(e=e?1:0;o<4;o+=2-e)r["margin"+(n=rt[o])]=r["padding"+n]=t;return e&&(r.opacity=r.width=t),r}function de(t,e,n){for(var o,r=(pe.tweeners[e]||[]).concat(pe.tweeners["*"]),a=0,i=r.length;a1)},removeAttr:function(t){return this.each((function(){_.removeAttr(this,t)}))}}),_.extend({attr:function(t,e,n){var o,r,a=t.nodeType;if(3!==a&&8!==a&&2!==a)return void 0===t.getAttribute?_.prop(t,e,n):(1===a&&_.isXMLDoc(t)||(r=_.attrHooks[e.toLowerCase()]||(_.expr.match.bool.test(e)?ge:void 0)),void 0!==n?null===n?void _.removeAttr(t,e):r&&"set"in r&&void 0!==(o=r.set(t,n,e))?o:(t.setAttribute(e,n+""),n):r&&"get"in r&&null!==(o=r.get(t,e))?o:null==(o=_.find.attr(t,e))?void 0:o)},attrHooks:{type:{set:function(t,e){if(!h.radioValue&&"radio"===e&&A(t,"input")){var n=t.value;return t.setAttribute("type",e),n&&(t.value=n),e}}}},removeAttr:function(t,e){var n,o=0,r=e&&e.match(I);if(r&&1===t.nodeType)for(;n=r[o++];)t.removeAttribute(n)}}),ge={set:function(t,e,n){return!1===e?_.removeAttr(t,n):t.setAttribute(n,n),n}},_.each(_.expr.match.bool.source.match(/\w+/g),(function(t,e){var n=ue[e]||_.find.attr;ue[e]=function(t,e,o){var r,a,i=e.toLowerCase();return o||(a=ue[i],ue[i]=r,r=null!=n(t,e,o)?i:null,ue[i]=a),r}}));var he=/^(?:input|select|textarea|button)$/i,be=/^(?:a|area)$/i;function we(t){return(t.match(I)||[]).join(" ")}function ve(t){return t.getAttribute&&t.getAttribute("class")||""}function ye(t){return Array.isArray(t)?t:"string"==typeof t&&t.match(I)||[]}_.fn.extend({prop:function(t,e){return U(this,_.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each((function(){delete this[_.propFix[t]||t]}))}}),_.extend({prop:function(t,e,n){var o,r,a=t.nodeType;if(3!==a&&8!==a&&2!==a)return 1===a&&_.isXMLDoc(t)||(e=_.propFix[e]||e,r=_.propHooks[e]),void 0!==n?r&&"set"in r&&void 0!==(o=r.set(t,n,e))?o:t[e]=n:r&&"get"in r&&null!==(o=r.get(t,e))?o:t[e]},propHooks:{tabIndex:{get:function(t){var e=_.find.attr(t,"tabindex");return e?parseInt(e,10):he.test(t.nodeName)||be.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),h.optSelected||(_.propHooks.selected={get:function(t){var e=t.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),_.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){_.propFix[this.toLowerCase()]=this})),_.fn.extend({addClass:function(t){var e,n,o,r,a,i,l,c=0;if(b(t))return this.each((function(e){_(this).addClass(t.call(this,e,ve(this)))}));if((e=ye(t)).length)for(;n=this[c++];)if(r=ve(n),o=1===n.nodeType&&" "+we(r)+" "){for(i=0;a=e[i++];)o.indexOf(" "+a+" ")<0&&(o+=a+" ");r!==(l=we(o))&&n.setAttribute("class",l)}return this},removeClass:function(t){var e,n,o,r,a,i,l,c=0;if(b(t))return this.each((function(e){_(this).removeClass(t.call(this,e,ve(this)))}));if(!arguments.length)return this.attr("class","");if((e=ye(t)).length)for(;n=this[c++];)if(r=ve(n),o=1===n.nodeType&&" "+we(r)+" "){for(i=0;a=e[i++];)for(;o.indexOf(" "+a+" ")>-1;)o=o.replace(" "+a+" "," ");r!==(l=we(o))&&n.setAttribute("class",l)}return this},toggleClass:function(t,e){var n=typeof t,o="string"===n||Array.isArray(t);return"boolean"==typeof e&&o?e?this.addClass(t):this.removeClass(t):b(t)?this.each((function(n){_(this).toggleClass(t.call(this,n,ve(this),e),e)})):this.each((function(){var e,r,a,i;if(o)for(r=0,a=_(this),i=ye(t);e=i[r++];)a.hasClass(e)?a.removeClass(e):a.addClass(e);else void 0!==t&&"boolean"!==n||((e=ve(this))&&G.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===t?"":G.get(this,"__className__")||""))}))},hasClass:function(t){var e,n,o=0;for(e=" "+t+" ";n=this[o++];)if(1===n.nodeType&&(" "+we(ve(n))+" ").indexOf(e)>-1)return!0;return!1}});var xe=/\r/g;_.fn.extend({val:function(t){var e,n,o,r=this[0];return arguments.length?(o=b(t),this.each((function(n){var r;1===this.nodeType&&(null==(r=o?t.call(this,n,_(this).val()):t)?r="":"number"==typeof r?r+="":Array.isArray(r)&&(r=_.map(r,(function(t){return null==t?"":t+""}))),(e=_.valHooks[this.type]||_.valHooks[this.nodeName.toLowerCase()])&&"set"in e&&void 0!==e.set(this,r,"value")||(this.value=r))}))):r?(e=_.valHooks[r.type]||_.valHooks[r.nodeName.toLowerCase()])&&"get"in e&&void 0!==(n=e.get(r,"value"))?n:"string"==typeof(n=r.value)?n.replace(xe,""):null==n?"":n:void 0}}),_.extend({valHooks:{option:{get:function(t){var e=_.find.attr(t,"value");return null!=e?e:we(_.text(t))}},select:{get:function(t){var e,n,o,r=t.options,a=t.selectedIndex,i="select-one"===t.type,l=i?null:[],c=i?a+1:r.length;for(o=a<0?c:i?a:0;o-1)&&(n=!0);return n||(t.selectedIndex=-1),a}}}}),_.each(["radio","checkbox"],(function(){_.valHooks[this]={set:function(t,e){if(Array.isArray(e))return t.checked=_.inArray(_(t).val(),e)>-1}},h.checkOn||(_.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})})),h.focusin="onfocusin"in n;var ke=/^(?:focusinfocus|focusoutblur)$/,_e=function(t){t.stopPropagation()};_.extend(_.event,{trigger:function(t,e,o,r){var a,i,l,c,s,m,f,d,g=[o||v],u=p.call(t,"type")?t.type:t,h=p.call(t,"namespace")?t.namespace.split("."):[];if(i=d=l=o=o||v,3!==o.nodeType&&8!==o.nodeType&&!ke.test(u+_.event.triggered)&&(u.indexOf(".")>-1&&(h=u.split("."),u=h.shift(),h.sort()),s=u.indexOf(":")<0&&"on"+u,(t=t[_.expando]?t:new _.Event(u,"object"==typeof t&&t)).isTrigger=r?2:3,t.namespace=h.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=o),e=null==e?[t]:_.makeArray(e,[t]),f=_.event.special[u]||{},r||!f.trigger||!1!==f.trigger.apply(o,e))){if(!r&&!f.noBubble&&!w(o)){for(c=f.delegateType||u,ke.test(c+u)||(i=i.parentNode);i;i=i.parentNode)g.push(i),l=i;l===(o.ownerDocument||v)&&g.push(l.defaultView||l.parentWindow||n)}for(a=0;(i=g[a++])&&!t.isPropagationStopped();)d=i,t.type=a>1?c:f.bindType||u,(m=(G.get(i,"events")||Object.create(null))[t.type]&&G.get(i,"handle"))&&m.apply(i,e),(m=s&&i[s])&&m.apply&&K(i)&&(t.result=m.apply(i,e),!1===t.result&&t.preventDefault());return t.type=u,r||t.isDefaultPrevented()||f._default&&!1!==f._default.apply(g.pop(),e)||!K(o)||s&&b(o[u])&&!w(o)&&((l=o[s])&&(o[s]=null),_.event.triggered=u,t.isPropagationStopped()&&d.addEventListener(u,_e),o[u](),t.isPropagationStopped()&&d.removeEventListener(u,_e),_.event.triggered=void 0,l&&(o[s]=l)),t.result}},simulate:function(t,e,n){var o=_.extend(new _.Event,n,{type:t,isSimulated:!0});_.event.trigger(o,null,e)}}),_.fn.extend({trigger:function(t,e){return this.each((function(){_.event.trigger(t,e,this)}))},triggerHandler:function(t,e){var n=this[0];if(n)return _.event.trigger(t,e,n,!0)}}),h.focusin||_.each({focus:"focusin",blur:"focusout"},(function(t,e){var n=function(t){_.event.simulate(e,t.target,_.event.fix(t))};_.event.special[e]={setup:function(){var o=this.ownerDocument||this.document||this,r=G.access(o,e);r||o.addEventListener(t,n,!0),G.access(o,e,(r||0)+1)},teardown:function(){var o=this.ownerDocument||this.document||this,r=G.access(o,e)-1;r?G.access(o,e,r):(o.removeEventListener(t,n,!0),G.remove(o,e))}}}));var je=n.location,Te={guid:Date.now()},Ee=/\?/;_.parseXML=function(t){var e;if(!t||"string"!=typeof t)return null;try{e=(new n.DOMParser).parseFromString(t,"text/xml")}catch(t){e=void 0}return e&&!e.getElementsByTagName("parsererror").length||_.error("Invalid XML: "+t),e};var Ce=/\[\]$/,ze=/\r?\n/g,Ae=/^(?:submit|button|image|reset|file)$/i,De=/^(?:input|select|textarea|keygen)/i;function Le(t,e,n,o){var r;if(Array.isArray(e))_.each(e,(function(e,r){n||Ce.test(t)?o(t,r):Le(t+"["+("object"==typeof r&&null!=r?e:"")+"]",r,n,o)}));else if(n||"object"!==k(e))o(t,e);else for(r in e)Le(t+"["+r+"]",e[r],n,o)}_.param=function(t,e){var n,o=[],r=function(t,e){var n=b(e)?e():e;o[o.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==n?"":n)};if(null==t)return"";if(Array.isArray(t)||t.jquery&&!_.isPlainObject(t))_.each(t,(function(){r(this.name,this.value)}));else for(n in t)Le(n,t[n],e,r);return o.join("&")},_.fn.extend({serialize:function(){return _.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var t=_.prop(this,"elements");return t?_.makeArray(t):this})).filter((function(){var t=this.type;return this.name&&!_(this).is(":disabled")&&De.test(this.nodeName)&&!Ae.test(t)&&(this.checked||!ut.test(t))})).map((function(t,e){var n=_(this).val();return null==n?null:Array.isArray(n)?_.map(n,(function(t){return{name:e.name,value:t.replace(ze,"\r\n")}})):{name:e.name,value:n.replace(ze,"\r\n")}})).get()}});var Se=/%20/g,Oe=/#.*$/,Ne=/([?&])_=[^&]*/,qe=/^(.*?):[ \t]*([^\r\n]*)$/gm,Me=/^(?:GET|HEAD)$/,Ie=/^\/\//,Pe={},Be={},He="*/".concat("*"),Fe=v.createElement("a");function Re(t){return function(e,n){"string"!=typeof e&&(n=e,e="*");var o,r=0,a=e.toLowerCase().match(I)||[];if(b(n))for(;o=a[r++];)"+"===o[0]?(o=o.slice(1)||"*",(t[o]=t[o]||[]).unshift(n)):(t[o]=t[o]||[]).push(n)}}function We(t,e,n,o){var r={},a=t===Be;function i(l){var c;return r[l]=!0,_.each(t[l]||[],(function(t,l){var s=l(e,n,o);return"string"!=typeof s||a||r[s]?a?!(c=s):void 0:(e.dataTypes.unshift(s),i(s),!1)})),c}return i(e.dataTypes[0])||!r["*"]&&i("*")}function Ue(t,e){var n,o,r=_.ajaxSettings.flatOptions||{};for(n in e)void 0!==e[n]&&((r[n]?t:o||(o={}))[n]=e[n]);return o&&_.extend(!0,t,o),t}Fe.href=je.href,_.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:je.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(je.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":He,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":_.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?Ue(Ue(t,_.ajaxSettings),e):Ue(_.ajaxSettings,t)},ajaxPrefilter:Re(Pe),ajaxTransport:Re(Be),ajax:function(t,e){"object"==typeof t&&(e=t,t=void 0),e=e||{};var o,r,a,i,l,c,s,m,f,d,p=_.ajaxSetup({},e),g=p.context||p,u=p.context&&(g.nodeType||g.jquery)?_(g):_.event,h=_.Deferred(),b=_.Callbacks("once memory"),w=p.statusCode||{},y={},x={},k="canceled",j={readyState:0,getResponseHeader:function(t){var e;if(s){if(!i)for(i={};e=qe.exec(a);)i[e[1].toLowerCase()+" "]=(i[e[1].toLowerCase()+" "]||[]).concat(e[2]);e=i[t.toLowerCase()+" "]}return null==e?null:e.join(", ")},getAllResponseHeaders:function(){return s?a:null},setRequestHeader:function(t,e){return null==s&&(t=x[t.toLowerCase()]=x[t.toLowerCase()]||t,y[t]=e),this},overrideMimeType:function(t){return null==s&&(p.mimeType=t),this},statusCode:function(t){var e;if(t)if(s)j.always(t[j.status]);else for(e in t)w[e]=[w[e],t[e]];return this},abort:function(t){var e=t||k;return o&&o.abort(e),T(0,e),this}};if(h.promise(j),p.url=((t||p.url||je.href)+"").replace(Ie,je.protocol+"//"),p.type=e.method||e.type||p.method||p.type,p.dataTypes=(p.dataType||"*").toLowerCase().match(I)||[""],null==p.crossDomain){c=v.createElement("a");try{c.href=p.url,c.href=c.href,p.crossDomain=Fe.protocol+"//"+Fe.host!=c.protocol+"//"+c.host}catch(t){p.crossDomain=!0}}if(p.data&&p.processData&&"string"!=typeof p.data&&(p.data=_.param(p.data,p.traditional)),We(Pe,p,e,j),s)return j;for(f in(m=_.event&&p.global)&&0==_.active++&&_.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!Me.test(p.type),r=p.url.replace(Oe,""),p.hasContent?p.data&&p.processData&&0===(p.contentType||"").indexOf("application/x-www-form-urlencoded")&&(p.data=p.data.replace(Se,"+")):(d=p.url.slice(r.length),p.data&&(p.processData||"string"==typeof p.data)&&(r+=(Ee.test(r)?"&":"?")+p.data,delete p.data),!1===p.cache&&(r=r.replace(Ne,"$1"),d=(Ee.test(r)?"&":"?")+"_="+Te.guid+++d),p.url=r+d),p.ifModified&&(_.lastModified[r]&&j.setRequestHeader("If-Modified-Since",_.lastModified[r]),_.etag[r]&&j.setRequestHeader("If-None-Match",_.etag[r])),(p.data&&p.hasContent&&!1!==p.contentType||e.contentType)&&j.setRequestHeader("Content-Type",p.contentType),j.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+He+"; q=0.01":""):p.accepts["*"]),p.headers)j.setRequestHeader(f,p.headers[f]);if(p.beforeSend&&(!1===p.beforeSend.call(g,j,p)||s))return j.abort();if(k="abort",b.add(p.complete),j.done(p.success),j.fail(p.error),o=We(Be,p,e,j)){if(j.readyState=1,m&&u.trigger("ajaxSend",[j,p]),s)return j;p.async&&p.timeout>0&&(l=n.setTimeout((function(){j.abort("timeout")}),p.timeout));try{s=!1,o.send(y,T)}catch(t){if(s)throw t;T(-1,t)}}else T(-1,"No Transport");function T(t,e,i,c){var f,d,v,y,x,k=e;s||(s=!0,l&&n.clearTimeout(l),o=void 0,a=c||"",j.readyState=t>0?4:0,f=t>=200&&t<300||304===t,i&&(y=function(t,e,n){for(var o,r,a,i,l=t.contents,c=t.dataTypes;"*"===c[0];)c.shift(),void 0===o&&(o=t.mimeType||e.getResponseHeader("Content-Type"));if(o)for(r in l)if(l[r]&&l[r].test(o)){c.unshift(r);break}if(c[0]in n)a=c[0];else{for(r in n){if(!c[0]||t.converters[r+" "+c[0]]){a=r;break}i||(i=r)}a=a||i}if(a)return a!==c[0]&&c.unshift(a),n[a]}(p,j,i)),!f&&_.inArray("script",p.dataTypes)>-1&&(p.converters["text script"]=function(){}),y=function(t,e,n,o){var r,a,i,l,c,s={},m=t.dataTypes.slice();if(m[1])for(i in t.converters)s[i.toLowerCase()]=t.converters[i];for(a=m.shift();a;)if(t.responseFields[a]&&(n[t.responseFields[a]]=e),!c&&o&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),c=a,a=m.shift())if("*"===a)a=c;else if("*"!==c&&c!==a){if(!(i=s[c+" "+a]||s["* "+a]))for(r in s)if((l=r.split(" "))[1]===a&&(i=s[c+" "+l[0]]||s["* "+l[0]])){!0===i?i=s[r]:!0!==s[r]&&(a=l[0],m.unshift(l[1]));break}if(!0!==i)if(i&&t.throws)e=i(e);else try{e=i(e)}catch(t){return{state:"parsererror",error:i?t:"No conversion from "+c+" to "+a}}}return{state:"success",data:e}}(p,y,j,f),f?(p.ifModified&&((x=j.getResponseHeader("Last-Modified"))&&(_.lastModified[r]=x),(x=j.getResponseHeader("etag"))&&(_.etag[r]=x)),204===t||"HEAD"===p.type?k="nocontent":304===t?k="notmodified":(k=y.state,d=y.data,f=!(v=y.error))):(v=k,!t&&k||(k="error",t<0&&(t=0))),j.status=t,j.statusText=(e||k)+"",f?h.resolveWith(g,[d,k,j]):h.rejectWith(g,[j,k,v]),j.statusCode(w),w=void 0,m&&u.trigger(f?"ajaxSuccess":"ajaxError",[j,p,f?d:v]),b.fireWith(g,[j,k]),m&&(u.trigger("ajaxComplete",[j,p]),--_.active||_.event.trigger("ajaxStop")))}return j},getJSON:function(t,e,n){return _.get(t,e,n,"json")},getScript:function(t,e){return _.get(t,void 0,e,"script")}}),_.each(["get","post"],(function(t,e){_[e]=function(t,n,o,r){return b(n)&&(r=r||o,o=n,n=void 0),_.ajax(_.extend({url:t,type:e,dataType:r,data:n,success:o},_.isPlainObject(t)&&t))}})),_.ajaxPrefilter((function(t){var e;for(e in t.headers)"content-type"===e.toLowerCase()&&(t.contentType=t.headers[e]||"")})),_._evalUrl=function(t,e,n){return _.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(t){_.globalEval(t,e,n)}})},_.fn.extend({wrapAll:function(t){var e;return this[0]&&(b(t)&&(t=t.call(this[0])),e=_(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map((function(){for(var t=this;t.firstElementChild;)t=t.firstElementChild;return t})).append(this)),this},wrapInner:function(t){return b(t)?this.each((function(e){_(this).wrapInner(t.call(this,e))})):this.each((function(){var e=_(this),n=e.contents();n.length?n.wrapAll(t):e.append(t)}))},wrap:function(t){var e=b(t);return this.each((function(n){_(this).wrapAll(e?t.call(this,n):t)}))},unwrap:function(t){return this.parent(t).not("body").each((function(){_(this).replaceWith(this.childNodes)})),this}}),_.expr.pseudos.hidden=function(t){return!_.expr.pseudos.visible(t)},_.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},_.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(t){}};var $e={0:200,1223:204},Xe=_.ajaxSettings.xhr();h.cors=!!Xe&&"withCredentials"in Xe,h.ajax=Xe=!!Xe,_.ajaxTransport((function(t){var e,o;if(h.cors||Xe&&!t.crossDomain)return{send:function(r,a){var i,l=t.xhr();if(l.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(i in t.xhrFields)l[i]=t.xhrFields[i];for(i in t.mimeType&&l.overrideMimeType&&l.overrideMimeType(t.mimeType),t.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest"),r)l.setRequestHeader(i,r[i]);e=function(t){return function(){e&&(e=o=l.onload=l.onerror=l.onabort=l.ontimeout=l.onreadystatechange=null,"abort"===t?l.abort():"error"===t?"number"!=typeof l.status?a(0,"error"):a(l.status,l.statusText):a($e[l.status]||l.status,l.statusText,"text"!==(l.responseType||"text")||"string"!=typeof l.responseText?{binary:l.response}:{text:l.responseText},l.getAllResponseHeaders()))}},l.onload=e(),o=l.onerror=l.ontimeout=e("error"),void 0!==l.onabort?l.onabort=o:l.onreadystatechange=function(){4===l.readyState&&n.setTimeout((function(){e&&o()}))},e=e("abort");try{l.send(t.hasContent&&t.data||null)}catch(t){if(e)throw t}},abort:function(){e&&e()}}})),_.ajaxPrefilter((function(t){t.crossDomain&&(t.contents.script=!1)})),_.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return _.globalEval(t),t}}}),_.ajaxPrefilter("script",(function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")})),_.ajaxTransport("script",(function(t){var e,n;if(t.crossDomain||t.scriptAttrs)return{send:function(o,r){e=_("