191 lines
345 KiB
JavaScript
191 lines
345 KiB
JavaScript
/*!
|
||
* jQuery JavaScript Library v2.1.4
|
||
* http://jquery.com/
|
||
*
|
||
* Includes Sizzle.js
|
||
* http://sizzlejs.com/
|
||
*
|
||
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
|
||
* Released under the MIT license
|
||
* http://jquery.org/license
|
||
*
|
||
* Date: 2015-04-28T16:01Z
|
||
*/
|
||
(function(e,t){if(typeof module==="object"&&typeof module.exports==="object"){module.exports=e.document?t(e,!0):function(e){if(!e.document){throw new Error("jQuery requires a window with a document")};return t(e)}}
|
||
else{t(e)}}(typeof window!=="undefined"?window:this,function(t,n){var g=[],p=g.slice,ge=g.concat,G=g.push,E=g.indexOf,F={};var It=F.toString,ee=F.hasOwnProperty,o={};var r=t.document,he="2.1.4",e=function(t,n){return new e.fn.init(t,n)},Et=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,Dt=/^-ms-/,jt=/-([\da-z])/gi,St=function(e,t){return t.toUpperCase()};e.fn=e.prototype={jquery:he,constructor:e,selector:"",length:0,toArray:function(){return p.call(this)},get:function(e){return e!=null?(e<0?this[e+this.length]:this[e]):p.call(this)},pushStack:function(t){var n=e.merge(this.constructor(),t);n.prevObject=this;n.context=this.context;return n},each:function(t,n){return e.each(this,t,n)},map:function(t){return this.pushStack(e.map(this,function(e,n){return t.call(e,n,e)}))},slice:function(){return this.pushStack(p.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var n=this.length,t=+e+(e<0?n:0);return this.pushStack(t>=0&&t<n?[this[t]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:G,sort:g.sort,splice:g.splice};e.extend=e.fn.extend=function(){var f,o,r,n,a,u,t=arguments[0]||{},i=1,l=arguments.length,s=!1;if(typeof t==="boolean"){s=t;t=arguments[i]||{};i++};if(typeof t!=="object"&&!e.isFunction(t)){t={}};if(i===l){t=this;i--};for(;i<l;i++){if((f=arguments[i])!=null){for(o in f){r=t[o];n=f[o];if(t===n){continue};if(s&&n&&(e.isPlainObject(n)||(a=e.isArray(n)))){if(a){a=!1;u=r&&e.isArray(r)?r:[]}
|
||
else{u=r&&e.isPlainObject(r)?r:{}};t[o]=e.extend(s,u,n)}
|
||
else if(n!==undefined){t[o]=n}}}};return t};e.extend({expando:"jQuery"+(he+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isFunction:function(t){return e.type(t)==="function"},isArray:Array.isArray,isWindow:function(e){return e!=null&&e===e.window},isNumeric:function(t){return!e.isArray(t)&&(t-parseFloat(t)+1)>=0},isPlainObject:function(t){if(e.type(t)!=="object"||t.nodeType||e.isWindow(t)){return!1};if(t.constructor&&!ee.call(t.constructor.prototype,"isPrototypeOf")){return!1};return!0},isEmptyObject:function(e){var t;for(t in e){return!1};return!0},type:function(e){if(e==null){return e+""};return typeof e==="object"||typeof e==="function"?F[It.call(e)]||"object":typeof e},globalEval:function(t){var n,i=eval;t=e.trim(t);if(t){if(t.indexOf("use strict")===1){n=r.createElement("script");n.text=t;r.head.appendChild(n).parentNode.removeChild(n)}
|
||
else{i(t)}}},camelCase:function(e){return e.replace(Dt,"ms-").replace(jt,St)},nodeName:function(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()},each:function(e,t,n){var r,i=0,s=e.length,o=Y(e);if(n){if(o){for(;i<s;i++){r=t.apply(e[i],n);if(r===!1){break}}}
|
||
else{for(i in e){r=t.apply(e[i],n);if(r===!1){break}}}}
|
||
else{if(o){for(;i<s;i++){r=t.call(e[i],i,e[i]);if(r===!1){break}}}
|
||
else{for(i in e){r=t.call(e[i],i,e[i]);if(r===!1){break}}}};return e},trim:function(e){return e==null?"":(e+"").replace(Et,"")},makeArray:function(t,n){var i=n||[];if(t!=null){if(Y(Object(t))){e.merge(i,typeof t==="string"?[t]:t)}
|
||
else{G.call(i,t)}};return i},inArray:function(e,t,n){return t==null?-1:E.call(t,e,n)},merge:function(e,t){var r=+t.length,n=0,i=e.length;for(;n<r;n++){e[i++]=t[n]};e.length=i;return e},grep:function(e,t,n){var r,o=[],i=0,a=e.length,s=!n;for(;i<a;i++){r=!t(e[i],i);if(r!==s){o.push(e[i])}};return o},map:function(e,t,n){var r,i=0,a=e.length,s=Y(e),o=[];if(s){for(;i<a;i++){r=t(e[i],i,n);if(r!=null){o.push(r)}}}
|
||
else{for(i in e){r=t(e[i],i,n);if(r!=null){o.push(r)}}};return ge.apply([],o)},guid:1,proxy:function(t,n){var r,o,i;if(typeof n==="string"){r=t[n];n=t;t=r};if(!e.isFunction(t)){return undefined};o=p.call(arguments,2);i=function(){return t.apply(n||this,o.concat(p.call(arguments)))};i.guid=t.guid=t.guid||e.guid++;return i},now:Date.now,support:o});e.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(e,t){F["[object "+t+"]"]=t.toLowerCase()});function Y(t){var n="length" in t&&t.length,i=e.type(t);if(i==="function"||e.isWindow(t)){return!1};if(t.nodeType===1&&n){return!0};return i==="array"||n===0||typeof n==="number"&&n>0&&(n-1)in t};var y=
|
||
/*!
|
||
* Sizzle CSS Selector Engine v2.2.0-pre
|
||
* http://sizzlejs.com/
|
||
*
|
||
* Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors
|
||
* Released under the MIT license
|
||
* http://jquery.org/license
|
||
*
|
||
* Date: 2014-12-16
|
||
*/
|
||
(function(e){var E,r,t,F,se,j,U,oe,A,v,k,T,a,c,p,s,b,L,S,o="sizzle"+1*new Date(),f=e.document,d=0,pe=0,te=M(),ie=M(),ue=M(),Y=function(e,t){if(e===t){k=!0};return 0},ae=1<<31,fe=({}).hasOwnProperty,x=[],le=x.pop,he=x.push,y=x.push,ne=x.slice,C=function(e,t){var n=0,i=e.length;for(;n<i;n++){if(e[n]===t){return n}};return-1},Q="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",n="[\\x20\\t\\r\\n\\f]",N="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",ee=N.replace("w","w#"),re="\\["+n+"*("+N+")(?:"+n+"*([*^$|!~]?=)"+n+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+ee+"))|)"+n+"*\\]",R=":("+N+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+re+")*)|.*)\\)|)",Ce=new RegExp(n+"+","g"),q=new RegExp("^"+n+"+|((?:^|[^\\\\])(?:\\\\.)*)"+n+"+$","g"),ke=new RegExp("^"+n+"*,"+n+"*"),Ne=new RegExp("^"+n+"*([>+~]|"+n+")"+n+"*"),be=new RegExp("="+n+"*([^\\]'\"]*?)"+n+"*\\]","g"),we=new RegExp(R),me=new RegExp("^"+ee+"$"),H={"ID":new RegExp("^#("+N+")"),"CLASS":new RegExp("^\\.("+N+")"),"TAG":new RegExp("^("+N.replace("w","w*")+")"),"ATTR":new RegExp("^"+re),"PSEUDO":new RegExp("^"+R),"CHILD":new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+n+"*(even|odd|(([+-]|)(\\d*)n|)"+n+"*(?:([+-]|)"+n+"*(\\d+)|))"+n+"*\\)|)","i"),"bool":new RegExp("^(?:"+Q+")$","i"),"needsContext":new RegExp("^"+n+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+n+"*((?:-\\d)?\\d*)"+n+"*\\)|)(?=[^-]|$)","i")},ye=/^(?:input|select|textarea|button)$/i,xe=/^h\d$/i,D=/^[^{]+\{\s*\[native \w/,Te=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,W=/[+~]/,ve=/'|\\/g,m=new RegExp("\\\\([\\da-f]{1,6}"+n+"?|("+n+")|.)","ig"),g=function(e,t,n){var i="0x"+t-0x10000;return i!==i||n?t:i<0?String.fromCharCode(i+0x10000):String.fromCharCode(i>>10|0xD800,i&0x3FF|0xDC00)},Z=function(){T()};try{y.apply((x=ne.call(f.childNodes)),f.childNodes);x[f.childNodes.length].nodeType}catch(u){y={apply:x.length?function(e,t){he.apply(e,ne.call(t))}:function(e,t){var n=e.length,i=0;while((e[n++]=t[i++])){};e.length=n-1}}};function i(e,t,n,i){var m,l,d,c,w,g,x,h,b,v;if((t?t.ownerDocument||t:f)!==a){T(t)};t=t||a;n=n||[];c=t.nodeType;if(typeof e!=="string"||!e||c!==1&&c!==9&&c!==11){return n};if(!i&&p){if(c!==11&&(m=Te.exec(e))){if((d=m[1])){if(c===9){l=t.getElementById(d);if(l&&l.parentNode){if(l.id===d){n.push(l);return n}}
|
||
else{return n}}
|
||
else{if(t.ownerDocument&&(l=t.ownerDocument.getElementById(d))&&S(t,l)&&l.id===d){n.push(l);return n}}}
|
||
else if(m[2]){y.apply(n,t.getElementsByTagName(e));return n}
|
||
else if((d=m[3])&&r.getElementsByClassName){y.apply(n,t.getElementsByClassName(d));return n}};if(r.qsa&&(!s||!s.test(e))){h=x=o;b=t;v=c!==1&&e;if(c===1&&t.nodeName.toLowerCase()!=="object"){g=j(e);if((x=t.getAttribute("id"))){h=x.replace(ve,"\\$&")}
|
||
else{t.setAttribute("id",h)};h="[id='"+h+"'] ";w=g.length;while(w--){g[w]=h+P(g[w])};b=W.test(e)&&G(t.parentNode)||t;v=g.join(",")};if(v){try{y.apply(n,b.querySelectorAll(v));return n}catch(u){}finally{if(!x){t.removeAttribute("id")}}}}};return oe(e.replace(q,"$1"),t,n,i)};function M(){var n=[];function e(i,r){if(n.push(i+" ")>t.cacheLength){delete e[n.shift()]};return(e[i+" "]=r)};return e};function l(e){e[o]=!0;return e};function h(e){var n=a.createElement("div");try{return!!e(n)}catch(t){return!1}finally{if(n.parentNode){n.parentNode.removeChild(n)};n=null}};function V(e,n){var r=e.split("|"),i=e.length;while(i--){t.attrHandle[r[i]]=n}};function K(e,t){var n=t&&e,i=n&&e.nodeType===1&&t.nodeType===1&&(~t.sourceIndex||ae)-(~e.sourceIndex||ae);if(i){return i};if(n){while((n=n.nextSibling)){if(n===t){return-1}}};return e?1:-1};function ge(e){return function(t){var n=t.nodeName.toLowerCase();return n==="input"&&t.type===e}};function Ee(e){return function(t){var n=t.nodeName.toLowerCase();return(n==="input"||n==="button")&&t.type===e}};function w(e){return l(function(t){t=+t;return l(function(n,i){var r,s=e([],n.length,t),o=s.length;while(o--){if(n[(r=s[o])]){n[r]=!(i[r]=n[r])}}})})};function G(e){return e&&typeof e.getElementsByTagName!=="undefined"&&e};r=i.support={};se=i.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return t?t.nodeName!=="HTML":!1};T=i.setDocument=function(e){var l,u,i=e?e.ownerDocument||e:f;if(i===a||i.nodeType!==9||!i.documentElement){return a};a=i;c=i.documentElement;u=i.defaultView;if(u&&u!==u.top){if(u.addEventListener){u.addEventListener("unload",Z,!1)}
|
||
else if(u.attachEvent){u.attachEvent("onunload",Z)}};p=!se(i);r.attributes=h(function(e){e.className="i";return!e.getAttribute("className")});r.getElementsByTagName=h(function(e){e.appendChild(i.createComment(""));return!e.getElementsByTagName("*").length});r.getElementsByClassName=D.test(i.getElementsByClassName);r.getById=h(function(e){c.appendChild(e).id=o;return!i.getElementsByName||!i.getElementsByName(o).length});if(r.getById){t.find["ID"]=function(e,t){if(typeof t.getElementById!=="undefined"&&p){var n=t.getElementById(e);return n&&n.parentNode?[n]:[]}};t.filter["ID"]=function(e){var t=e.replace(m,g);return function(e){return e.getAttribute("id")===t}}}
|
||
else{delete t.find["ID"];t.filter["ID"]=function(e){var t=e.replace(m,g);return function(e){var n=typeof e.getAttributeNode!=="undefined"&&e.getAttributeNode("id");return n&&n.value===t}}};t.find["TAG"]=r.getElementsByTagName?function(e,t){if(typeof t.getElementsByTagName!=="undefined"){return t.getElementsByTagName(e)}
|
||
else if(r.qsa){return t.querySelectorAll(e)}}:function(e,t){var n,i=[],o=0,r=t.getElementsByTagName(e);if(e==="*"){while((n=r[o++])){if(n.nodeType===1){i.push(n)}};return i};return r};t.find["CLASS"]=r.getElementsByClassName&&function(e,t){if(p){return t.getElementsByClassName(e)}};b=[];s=[];if((r.qsa=D.test(i.querySelectorAll))){h(function(e){c.appendChild(e).innerHTML="<a id='"+o+"'></a><select id='"+o+"-\f]' msallowcapture=''><option selected=''></option></select>";if(e.querySelectorAll("[msallowcapture^='']").length){s.push("[*^$]="+n+"*(?:''|\"\")")};if(!e.querySelectorAll("[selected]").length){s.push("\\["+n+"*(?:value|"+Q+")")};if(!e.querySelectorAll("[id~="+o+"-]").length){s.push("~=")};if(!e.querySelectorAll(":checked").length){s.push(":checked")};if(!e.querySelectorAll("a#"+o+"+*").length){s.push(".#.+[+~]")}});h(function(e){var t=i.createElement("input");t.setAttribute("type","hidden");e.appendChild(t).setAttribute("name","D");if(e.querySelectorAll("[name=d]").length){s.push("name"+n+"*[*^$|!~]?=")};if(!e.querySelectorAll(":enabled").length){s.push(":enabled",":disabled")};e.querySelectorAll("*,:x");s.push(",.*:")})};if((r.matchesSelector=D.test((L=c.matches||c.webkitMatchesSelector||c.mozMatchesSelector||c.oMatchesSelector||c.msMatchesSelector)))){h(function(e){r.disconnectedMatch=L.call(e,"div");L.call(e,"[s!='']:x");b.push("!=",R)})};s=s.length&&new RegExp(s.join("|"));b=b.length&&new RegExp(b.join("|"));l=D.test(c.compareDocumentPosition);S=l||D.test(c.contains)?function(e,t){var i=e.nodeType===9?e.documentElement:e,n=t&&t.parentNode;return e===n||!!(n&&n.nodeType===1&&(i.contains?i.contains(n):e.compareDocumentPosition&&e.compareDocumentPosition(n)&16))}:function(e,t){if(t){while((t=t.parentNode)){if(t===e){return!0}}};return!1};Y=l?function(e,t){if(e===t){k=!0;return 0};var n=!e.compareDocumentPosition-!t.compareDocumentPosition;if(n){return n};n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1;if(n&1||(!r.sortDetached&&t.compareDocumentPosition(e)===n)){if(e===i||e.ownerDocument===f&&S(f,e)){return-1};if(t===i||t.ownerDocument===f&&S(f,t)){return 1};return v?(C(v,e)-C(v,t)):0};return n&4?-1:1}:function(e,t){if(e===t){k=!0;return 0};var r,n=0,u=e.parentNode,a=t.parentNode,s=[e],o=[t];if(!u||!a){return e===i?-1:t===i?1:u?-1:a?1:v?(C(v,e)-C(v,t)):0}
|
||
else if(u===a){return K(e,t)};r=e;while((r=r.parentNode)){s.unshift(r)};r=t;while((r=r.parentNode)){o.unshift(r)}
|
||
while(s[n]===o[n]){n++};return n?K(s[n],o[n]):s[n]===f?-1:o[n]===f?1:0};return i};i.matches=function(e,t){return i(e,null,null,t)};i.matchesSelector=function(e,t){if((e.ownerDocument||e)!==a){T(e)};t=t.replace(be,"='$1']");if(r.matchesSelector&&p&&(!b||!b.test(t))&&(!s||!s.test(t))){try{var o=L.call(e,t);if(o||r.disconnectedMatch||e.document&&e.document.nodeType!==11){return o}}catch(n){}};return i(t,a,null,[e]).length>0};i.contains=function(e,t){if((e.ownerDocument||e)!==a){T(e)};return S(e,t)};i.attr=function(e,n){if((e.ownerDocument||e)!==a){T(e)};var o=t.attrHandle[n.toLowerCase()],i=o&&fe.call(t.attrHandle,n.toLowerCase())?o(e,n,!p):undefined;return i!==undefined?i:r.attributes||!p?e.getAttribute(n):(i=e.getAttributeNode(n))&&i.specified?i.value:null};i.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)};i.uniqueSort=function(e){var o,i=[],n=0,t=0;k=!r.detectDuplicates;v=!r.sortStable&&e.slice(0);e.sort(Y);if(k){while((o=e[t++])){if(o===e[t]){n=i.push(t)}}
|
||
while(n--){e.splice(i[n],1)}};v=null;return e};F=i.getText=function(e){var i,n="",r=0,t=e.nodeType;if(!t){while((i=e[r++])){n+=F(i)}}
|
||
else if(t===1||t===9||t===11){if(typeof e.textContent==="string"){return e.textContent}
|
||
else{for(e=e.firstChild;e;e=e.nextSibling){n+=F(e)}}}
|
||
else if(t===3||t===4){return e.nodeValue};return n};t=i.selectors={cacheLength:50,createPseudo:l,match:H,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{"ATTR":function(e){e[1]=e[1].replace(m,g);e[3]=(e[3]||e[4]||e[5]||"").replace(m,g);if(e[2]==="~="){e[3]=" "+e[3]+" "};return e.slice(0,4)},"CHILD":function(e){e[1]=e[1].toLowerCase();if(e[1].slice(0,3)==="nth"){if(!e[3]){i.error(e[0])};e[4]=+(e[4]?e[5]+(e[6]||1):2*(e[3]==="even"||e[3]==="odd"));e[5]=+((e[7]+e[8])||e[3]==="odd")}
|
||
else if(e[3]){i.error(e[0])};return e},"PSEUDO":function(e){var n,t=!e[6]&&e[2];if(H["CHILD"].test(e[0])){return null};if(e[3]){e[2]=e[4]||e[5]||""}
|
||
else if(t&&we.test(t)&&(n=j(t,!0))&&(n=t.indexOf(")",t.length-n)-t.length)){e[0]=e[0].slice(0,n);e[2]=t.slice(0,n)};return e.slice(0,3)}},filter:{"TAG":function(e){var t=e.replace(m,g).toLowerCase();return e==="*"?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},"CLASS":function(e){var t=te[e+" "];return t||(t=new RegExp("(^|"+n+")"+e+"("+n+"|$)"))&&te(e,function(e){return t.test(typeof e.className==="string"&&e.className||typeof e.getAttribute!=="undefined"&&e.getAttribute("class")||"")})},"ATTR":function(e,t,n){return function(r){var o=i.attr(r,e);if(o==null){return t==="!="};if(!t){return!0};o+="";return t==="="?o===n:t==="!="?o!==n:t==="^="?n&&o.indexOf(n)===0:t==="*="?n&&o.indexOf(n)>-1:t==="$="?n&&o.slice(-n.length)===n:t==="~="?(" "+o.replace(Ce," ")+" ").indexOf(n)>-1:t==="|="?o===n||o.slice(0,n.length+1)===n+"-":!1}},"CHILD":function(e,t,n,i,r){var u=e.slice(0,3)!=="nth",a=e.slice(-4)!=="last",s=t==="of-type";return i===1&&r===0?function(e){return!!e.parentNode}:function(t,n,f){var h,v,l,c,p,y,m=u!==a?"nextSibling":"previousSibling",g=t.parentNode,w=s&&t.nodeName.toLowerCase(),x=!f&&!s;if(g){if(u){while(m){l=t;while((l=l[m])){if(s?l.nodeName.toLowerCase()===w:l.nodeType===1){return!1}};y=m=e==="only"&&!y&&"nextSibling"};return!0};y=[a?g.firstChild:g.lastChild];if(a&&x){v=g[o]||(g[o]={});h=v[e]||[];p=h[0]===d&&h[1];c=h[0]===d&&h[2];l=p&&g.childNodes[p];while((l=++p&&l&&l[m]||(c=p=0)||y.pop())){if(l.nodeType===1&&++c&&l===t){v[e]=[d,p,c];break}}}
|
||
else if(x&&(h=(t[o]||(t[o]={}))[e])&&h[0]===d){c=h[1]}
|
||
else{while((l=++p&&l&&l[m]||(c=p=0)||y.pop())){if((s?l.nodeName.toLowerCase()===w:l.nodeType===1)&&++c){if(x){(l[o]||(l[o]={}))[e]=[d,c]};if(l===t){break}}}};c-=r;return c===i||(c%i===0&&c/i>=0)}}},"PSEUDO":function(e,n){var s,r=t.pseudos[e]||t.setFilters[e.toLowerCase()]||i.error("unsupported pseudo: "+e);if(r[o]){return r(n)};if(r.length>1){s=[e,e,"",n];return t.setFilters.hasOwnProperty(e.toLowerCase())?l(function(e,t){var o,s=r(e,n),i=s.length;while(i--){o=C(e,s[i]);e[o]=!(t[o]=s[i])}}):function(e){return r(e,0,s)}};return r}},pseudos:{"not":l(function(e){var n=[],i=[],t=U(e.replace(q,"$1"));return t[o]?l(function(e,n,i,r){var s,a=t(e,null,r,[]),o=e.length;while(o--){if((s=a[o])){e[o]=!(n[o]=s)}}}):function(e,r,o){n[0]=e;t(n,null,o,i);n[0]=null;return!i.pop()}}),"has":l(function(e){return function(t){return i(e,t).length>0}}),"contains":l(function(e){e=e.replace(m,g);return function(t){return(t.textContent||t.innerText||F(t)).indexOf(e)>-1}}),"lang":l(function(e){if(!me.test(e||"")){i.error("unsupported lang: "+e)};e=e.replace(m,g).toLowerCase();return function(t){var n;do{if((n=p?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))){n=n.toLowerCase();return n===e||n.indexOf(e+"-")===0}}
|
||
while((t=t.parentNode)&&t.nodeType===1);return!1}}),"target":function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},"root":function(e){return e===c},"focus":function(e){return e===a.activeElement&&(!a.hasFocus||a.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},"enabled":function(e){return e.disabled===!1},"disabled":function(e){return e.disabled===!0},"checked":function(e){var t=e.nodeName.toLowerCase();return(t==="input"&&!!e.checked)||(t==="option"&&!!e.selected)},"selected":function(e){if(e.parentNode){e.parentNode.selectedIndex};return e.selected===!0},"empty":function(e){for(e=e.firstChild;e;e=e.nextSibling){if(e.nodeType<6){return!1}};return!0},"parent":function(e){return!t.pseudos["empty"](e)},"header":function(e){return xe.test(e.nodeName)},"input":function(e){return ye.test(e.nodeName)},"button":function(e){var t=e.nodeName.toLowerCase();return t==="input"&&e.type==="button"||t==="button"},"text":function(e){var t;return e.nodeName.toLowerCase()==="input"&&e.type==="text"&&((t=e.getAttribute("type"))==null||t.toLowerCase()==="text")},"first":w(function(){return[0]}),"last":w(function(e,t){return[t-1]}),"eq":w(function(e,t,n){return[n<0?n+t:n]}),"even":w(function(e,t){var n=0;for(;n<t;n+=2){e.push(n)};return e}),"odd":w(function(e,t){var n=1;for(;n<t;n+=2){e.push(n)};return e}),"lt":w(function(e,t,n){var i=n<0?n+t:n;for(;--i>=0;){e.push(i)};return e}),"gt":w(function(e,t,n){var i=n<0?n+t:n;for(;++i<t;){e.push(i)};return e})}};t.pseudos["nth"]=t.pseudos["eq"];for(E in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0}){t.pseudos[E]=ge(E)};for(E in{submit:!0,reset:!0}){t.pseudos[E]=Ee(E)};function J(){};J.prototype=t.filters=t.pseudos;t.setFilters=new J();j=i.tokenize=function(e,n){var s,o,f,a,r,l,u,c=ie[e+" "];if(c){return n?0:c.slice(0)};r=e;l=[];u=t.preFilter;while(r){if(!s||(o=ke.exec(r))){if(o){r=r.slice(o[0].length)||r};l.push((f=[]))};s=!1;if((o=Ne.exec(r))){s=o.shift();f.push({value:s,type:o[0].replace(q," ")});r=r.slice(s.length)};for(a in t.filter){if((o=H[a].exec(r))&&(!u[a]||(o=u[a](o)))){s=o.shift();f.push({value:s,type:a,matches:o});r=r.slice(s.length)}};if(!s){break}};return n?r.length:r?i.error(e):ie(e,l).slice(0)};function P(e){var t=0,i=e.length,n="";for(;t<i;t++){n+=e[t].value};return n};function B(e,t,n){var i=t.dir,r=n&&i==="parentNode",s=pe++;return t.first?function(t,n,o){while((t=t[i])){if(t.nodeType===1||r){return e(t,n,o)}}}:function(t,n,a){var u,l,f=[d,s];if(a){while((t=t[i])){if(t.nodeType===1||r){if(e(t,n,a)){return!0}}}}
|
||
else{while((t=t[i])){if(t.nodeType===1||r){l=t[o]||(t[o]={});if((u=l[i])&&u[0]===d&&u[1]===s){return(f[2]=u[2])}
|
||
else{l[i]=f;if((f[2]=e(t,n,a))){return!0}}}}}}};function I(e){return e.length>1?function(t,n,i){var r=e.length;while(r--){if(!e[r](t,n,i)){return!1}};return!0}:e[0]};function ce(e,t,n){var r=0,o=t.length;for(;r<o;r++){i(e,t[r],n)};return n};function O(e,t,n,i,r){var s,a=[],o=0,f=e.length,u=t!=null;for(;o<f;o++){if((s=e[o])){if(!n||n(s,i,r)){a.push(s);if(u){t.push(o)}}}};return a};function z(e,t,n,i,r,s){if(i&&!i[o]){i=z(i)};if(r&&!r[o]){r=z(r,s)};return l(function(o,s,a,u){var c,l,d,g=[],h=[],v=s.length,m=o||ce(t||"*",a.nodeType?[a]:a,[]),p=e&&(o||!t)?O(m,g,e,a,u):m,f=n?r||(o?e:v||i)?[]:s:p;if(n){n(p,f,a,u)};if(i){c=O(f,h);i(c,[],a,u);l=c.length;while(l--){if((d=c[l])){f[h[l]]=!(p[h[l]]=d)}}};if(o){if(r||e){if(r){c=[];l=f.length;while(l--){if((d=f[l])){c.push((p[l]=d))}};r(null,(f=[]),c,u)};l=f.length;while(l--){if((d=f[l])&&(c=r?C(o,d):g[l])>-1){o[c]=!(s[c]=d)}}}}
|
||
else{f=O(f===s?f.splice(v,f.length):f);if(r){r(null,s,f,u)}
|
||
else{y.apply(s,f)}}})};function X(e){var u,r,i,a=e.length,f=t.relative[e[0].type],l=f||t.relative[" "],n=f?1:0,d=B(function(e){return e===u},l,!0),c=B(function(e){return C(u,e)>-1},l,!0),s=[function(e,t,n){var i=(!f&&(n||t!==A))||((u=t).nodeType?d(e,t,n):c(e,t,n));u=null;return i}];for(;n<a;n++){if((r=t.relative[e[n].type])){s=[B(I(s),r)]}
|
||
else{r=t.filter[e[n].type].apply(null,e[n].matches);if(r[o]){i=++n;for(;i<a;i++){if(t.relative[e[i].type]){break}};return z(n>1&&I(s),n>1&&P(e.slice(0,n-1).concat({value:e[n-2].type===" "?"*":""})).replace(q,"$1"),r,n<i&&X(e.slice(n,i)),i<a&&X((e=e.slice(i))),i<a&&P(e))};s.push(r)}};return I(s)};function de(e,n){var r=n.length>0,s=e.length>0,o=function(o,u,f,l,c){var h,x,m,v=0,p="0",w=o&&[],g=[],T=A,C=o||s&&t.find["TAG"]("*",c),b=(d+=T==null?1:Math.random()||0.1),k=C.length;if(c){A=u!==a&&u};for(;p!==k&&(h=C[p])!=null;p++){if(s&&h){x=0;while((m=e[x++])){if(m(h,u,f)){l.push(h);break}};if(c){d=b}};if(r){if((h=!m&&h)){v--};if(o){w.push(h)}}};v+=p;if(r&&p!==v){x=0;while((m=n[x++])){m(w,g,u,f)};if(o){if(v>0){while(p--){if(!(w[p]||g[p])){g[p]=le.call(l)}}};g=O(g)};y.apply(l,g);if(c&&!o&&g.length>0&&(v+n.length)>1){i.uniqueSort(l)}};if(c){d=b;A=T};return w};return r?l(o):o};U=i.compile=function(e,t){var i,r=[],s=[],n=ue[e+" "];if(!n){if(!t){t=j(e)};i=t.length;while(i--){n=X(t[i]);if(n[o]){r.push(n)}
|
||
else{s.push(n)}};n=ue(e,de(s,r));n.selector=e};return n};oe=i.select=function(e,n,i,o){var f,s,a,c,d,l=typeof e==="function"&&e,u=!o&&j((e=l.selector||e));i=i||[];if(u.length===1){s=u[0]=u[0].slice(0);if(s.length>2&&(a=s[0]).type==="ID"&&r.getById&&n.nodeType===9&&p&&t.relative[s[1].type]){n=(t.find["ID"](a.matches[0].replace(m,g),n)||[])[0];if(!n){return i}
|
||
else if(l){n=n.parentNode};e=e.slice(s.shift().value.length)};f=H["needsContext"].test(e)?0:s.length;while(f--){a=s[f];if(t.relative[(c=a.type)]){break};if((d=t.find[c])){if((o=d(a.matches[0].replace(m,g),W.test(s[0].type)&&G(n.parentNode)||n))){s.splice(f,1);e=o.length&&P(s);if(!e){y.apply(i,o);return i};break}}}}(l||U(e,u))(o,n,!p,i,W.test(e)&&G(n.parentNode)||n);return i};r.sortStable=o.split("").sort(Y).join("")===o;r.detectDuplicates=!!k;T();r.sortDetached=h(function(e){return e.compareDocumentPosition(a.createElement("div"))&1});if(!h(function(e){e.innerHTML="<a href='#'></a>";return e.firstChild.getAttribute("href")==="#"})){V("type|href|height|width",function(e,t,n){if(!n){return e.getAttribute(t,t.toLowerCase()==="type"?1:2)}})};if(!r.attributes||!h(function(e){e.innerHTML="<input/>";e.firstChild.setAttribute("value","");return e.firstChild.getAttribute("value")===""})){V("value",function(e,t,n){if(!n&&e.nodeName.toLowerCase()==="input"){return e.defaultValue}})};if(!h(function(e){return e.getAttribute("disabled")==null})){V(Q,function(e,t,n){var i;if(!n){return e[t]===!0?t.toLowerCase():(i=e.getAttributeNode(t))&&i.specified?i.value:null}})};return i})(t);e.find=y;e.expr=y.selectors;e.expr[":"]=e.expr.pseudos;e.unique=y.uniqueSort;e.text=y.getText;e.isXMLDoc=y.isXML;e.contains=y.contains;var fe=e.expr.match.needsContext,me=(/^<(\w+)\s*\/?>(?:<\/\1>|)$/),Tt=/^.[^:#\[\.,]*$/;function I(t,n,i){if(e.isFunction(n)){return e.grep(t,function(e,t){return!!n.call(e,t,e)!==i})};if(n.nodeType){return e.grep(t,function(e){return(e===n)!==i})};if(typeof n==="string"){if(Tt.test(n)){return e.filter(n,t,i)};n=e.filter(n,t)};return e.grep(t,function(e){return(E.call(n,e)>=0)!==i})};e.filter=function(t,n,i){var r=n[0];if(i){t=":not("+t+")"};return n.length===1&&r.nodeType===1?e.find.matchesSelector(r,t)?[r]:[]:e.find.matches(t,e.grep(n,function(e){return e.nodeType===1}))};e.fn.extend({find:function(t){var n,r=this.length,i=[],o=this;if(typeof t!=="string"){return this.pushStack(e(t).filter(function(){for(n=0;n<r;n++){if(e.contains(o[n],this)){return!0}}}))};for(n=0;n<r;n++){e.find(t,o[n],i)};i=this.pushStack(r>1?e.unique(i):i);i.selector=this.selector?this.selector+" "+t:t;return i},filter:function(e){return this.pushStack(I(this,e||[],!1))},not:function(e){return this.pushStack(I(this,e||[],!0))},is:function(t){return!!I(this,typeof t==="string"&&fe.test(t)?e(t):t||[],!1).length}});var L,kt=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,Ct=e.fn.init=function(t,n){var i,o;if(!t){return this};if(typeof t==="string"){if(t[0]==="<"&&t[t.length-1]===">"&&t.length>=3){i=[null,t,null]}
|
||
else{i=kt.exec(t)};if(i&&(i[1]||!n)){if(i[1]){n=n instanceof e?n[0]:n;e.merge(this,e.parseHTML(i[1],n&&n.nodeType?n.ownerDocument||n:r,!0));if(me.test(i[1])&&e.isPlainObject(n)){for(i in n){if(e.isFunction(this[i])){this[i](n[i])}
|
||
else{this.attr(i,n[i])}}};return this}
|
||
else{o=r.getElementById(i[2]);if(o&&o.parentNode){this.length=1;this[0]=o};this.context=r;this.selector=t;return this}}
|
||
else if(!n||n.jquery){return(n||L).find(t)}
|
||
else{return this.constructor(n).find(t)}}
|
||
else if(t.nodeType){this.context=this[0]=t;this.length=1;return this}
|
||
else if(e.isFunction(t)){return typeof L.ready!=="undefined"?L.ready(t):t(e)};if(t.selector!==undefined){this.selector=t.selector;this.context=t.context};return e.makeArray(t,this)};Ct.prototype=e.fn;L=e(r);var Lt=/^(?:parents|prev(?:Until|All))/,At={children:!0,contents:!0,next:!0,prev:!0};e.extend({dir:function(t,n,i){var r=[],o=i!==undefined;while((t=t[n])&&t.nodeType!==9){if(t.nodeType===1){if(o&&e(t).is(i)){break};r.push(t)}};return r},sibling:function(e,t){var n=[];for(;e;e=e.nextSibling){if(e.nodeType===1&&e!==t){n.push(e)}};return n}});e.fn.extend({has:function(t){var n=e(t,this),i=n.length;return this.filter(function(){var t=0;for(;t<i;t++){if(e.contains(this,n[t])){return!0}}})},closest:function(t,n){var i,o=0,a=this.length,r=[],s=fe.test(t)||typeof t!=="string"?e(t,n||this.context):0;for(;o<a;o++){for(i=this[o];i&&i!==n;i=i.parentNode){if(i.nodeType<11&&(s?s.index(i)>-1:i.nodeType===1&&e.find.matchesSelector(i,t))){r.push(i);break}}};return this.pushStack(r.length>1?e.unique(r):r)},index:function(t){if(!t){return(this[0]&&this[0].parentNode)?this.first().prevAll().length:-1};if(typeof t==="string"){return E.call(e(t),this[0])};return E.call(this,t.jquery?t[0]:t)},add:function(t,n){return this.pushStack(e.unique(e.merge(this.get(),e(t,n))))},addBack:function(e){return this.add(e==null?this.prevObject:this.prevObject.filter(e))}});function de(e,t){while((e=e[t])&&e.nodeType!==1){};return e};e.each({parent:function(e){var t=e.parentNode;return t&&t.nodeType!==11?t:null},parents:function(t){return e.dir(t,"parentNode")},parentsUntil:function(t,n,i){return e.dir(t,"parentNode",i)},next:function(e){return de(e,"nextSibling")},prev:function(e){return de(e,"previousSibling")},nextAll:function(t){return e.dir(t,"nextSibling")},prevAll:function(t){return e.dir(t,"previousSibling")},nextUntil:function(t,n,i){return e.dir(t,"nextSibling",i)},prevUntil:function(t,n,i){return e.dir(t,"previousSibling",i)},siblings:function(t){return e.sibling((t.parentNode||{}).firstChild,t)},children:function(t){return e.sibling(t.firstChild)},contents:function(t){return t.contentDocument||e.merge([],t.childNodes)}},function(t,n){e.fn[t]=function(i,r){var o=e.map(this,n,i);if(t.slice(-5)!=="Until"){r=i};if(r&&typeof r==="string"){o=e.filter(r,o)};if(this.length>1){if(!At[t]){e.unique(o)};if(Lt.test(t)){o.reverse()}};return this.pushStack(o)}});var l=(/\S+/g),re={};function Ke(t){var n=re[t]={};e.each(t.match(l)||[],function(e,t){n[t]=!0});return n};e.Callbacks=function(t){t=typeof t==="string"?(re[t]||Ke(t)):e.extend({},t);var r,l,u,c,s,o,n=[],i=!t.once&&[],f=function(e){r=t.memory&&e;l=!0;o=c||0;c=0;s=n.length;u=!0;for(;n&&o<s;o++){if(n[o].apply(e[0],e[1])===!1&&t.stopOnFalse){r=!1;break}};u=!1;if(n){if(i){if(i.length){f(i.shift())}}
|
||
else if(r){n=[]}
|
||
else{a.disable()}}},a={add:function(){if(n){var i=n.length;(function o(i){e.each(i,function(i,r){var s=e.type(r);if(s==="function"){if(!t.unique||!a.has(r)){n.push(r)}}
|
||
else if(r&&r.length&&s!=="string"){o(r)}})})(arguments);if(u){s=n.length}
|
||
else if(r){c=i;f(r)}};return this},remove:function(){if(n){e.each(arguments,function(t,i){var r;while((r=e.inArray(i,n,r))>-1){n.splice(r,1);if(u){if(r<=s){s--};if(r<=o){o--}}}})};return this},has:function(t){return t?e.inArray(t,n)>-1:!!(n&&n.length)},empty:function(){n=[];s=0;return this},disable:function(){n=i=r=undefined;return this},disabled:function(){return!n},lock:function(){i=undefined;if(!r){a.disable()};return this},locked:function(){return!i},fireWith:function(e,t){if(n&&(!l||i)){t=t||[];t=[e,t.slice?t.slice():t];if(u){i.push(t)}
|
||
else{f(t)}};return this},fire:function(){a.fireWith(this,arguments);return this},fired:function(){return!!l}};return a};e.extend({Deferred:function(t){var r=[["resolve","done",e.Callbacks("once memory"),"resolved"],["reject","fail",e.Callbacks("once memory"),"rejected"],["notify","progress",e.Callbacks("memory")]],o="pending",i={state:function(){return o},always:function(){n.done(arguments).fail(arguments);return this},then:function(){var t=arguments;return e.Deferred(function(o){e.each(r,function(r,s){var a=e.isFunction(t[r])&&t[r];n[s[1]](function(){var t=a&&a.apply(this,arguments);if(t&&e.isFunction(t.promise)){t.promise().done(o.resolve).fail(o.reject).progress(o.notify)}
|
||
else{o[s[0]+"With"](this===i?o.promise():this,a?[t]:arguments)}})});t=null}).promise()},promise:function(t){return t!=null?e.extend(t,i):i}},n={};i.pipe=i.then;e.each(r,function(e,t){var s=t[2],a=t[3];i[t[1]]=s.add;if(a){s.add(function(){o=a},r[e^1][2].disable,r[2][2].lock)};n[t[0]]=function(){n[t[0]+"With"](this===n?i:this,arguments);return this};n[t[0]+"With"]=s.fireWith});i.promise(n);if(t){t.call(n,n)};return n},when:function(t){var n=0,r=p.call(arguments),i=r.length,s=i!==1||(t&&e.isFunction(t.promise))?i:0,o=s===1?t:e.Deferred(),f=function(e,t,n){return function(i){t[e]=this;n[e]=arguments.length>1?p.call(arguments):i;if(n===u){o.notifyWith(t,n)}
|
||
else if(!(--s)){o.resolveWith(t,n)}}},u,l,a;if(i>1){u=new Array(i);l=new Array(i);a=new Array(i);for(;n<i;n++){if(r[n]&&e.isFunction(r[n].promise)){r[n].promise().done(f(n,a,r)).fail(o.reject).progress(f(n,l,u))}
|
||
else{--s}}};if(!s){o.resolveWith(a,r)};return o.promise()}});var q;e.fn.ready=function(t){e.ready.promise().done(t);return this};e.extend({isReady:!1,readyWait:1,holdReady:function(t){if(t){e.readyWait++}
|
||
else{e.ready(!0)}},ready:function(t){if(t===!0?--e.readyWait:e.isReady){return};e.isReady=!0;if(t!==!0&&--e.readyWait>0){return};q.resolveWith(r,[e]);if(e.fn.triggerHandler){e(r).triggerHandler("ready");e(r).off("ready")}}});function H(){r.removeEventListener("DOMContentLoaded",H,!1);t.removeEventListener("load",H,!1);e.ready()};e.ready.promise=function(n){if(!q){q=e.Deferred();if(r.readyState==="complete"){setTimeout(e.ready)}
|
||
else{r.addEventListener("DOMContentLoaded",H,!1);t.addEventListener("load",H,!1)}};return q.promise(n)};e.ready.promise();var c=e.access=function(t,n,i,r,o,u,f){var s=0,l=t.length,a=i==null;if(e.type(i)==="object"){o=!0;for(s in i){e.access(t,n,s,i[s],!0,u,f)}}
|
||
else if(r!==undefined){o=!0;if(!e.isFunction(r)){f=!0};if(a){if(f){n.call(t,r);n=null}
|
||
else{a=n;n=function(t,n,i){return a.call(e(t),i)}}};if(n){for(;s<l;s++){n(t[s],i,f?r:r.call(t[s],s,n(t[s],i)))}}};return o?t:a?n.call(t):l?n(t[0],i):u};e.acceptData=function(e){return e.nodeType===1||e.nodeType===9||!(+e.nodeType)};function d(){Object.defineProperty(this.cache={},0,{get:function(){return{}}});this.expando=e.expando+d.uid++};d.uid=1;d.accepts=e.acceptData;d.prototype={key:function(t){if(!d.accepts(t)){return 0};var r={},i=t[this.expando];if(!i){i=d.uid++;try{r[this.expando]={value:i};Object.defineProperties(t,r)}catch(n){r[this.expando]=i;e.extend(t,r)}};if(!this.cache[i]){this.cache[i]={}};return i},set:function(t,n,i){var o,s=this.key(t),r=this.cache[s];if(typeof n==="string"){r[n]=i}
|
||
else{if(e.isEmptyObject(r)){e.extend(this.cache[s],n)}
|
||
else{for(o in n){r[o]=n[o]}}};return r},get:function(e,t){var n=this.cache[this.key(e)];return t===undefined?n:n[t]},access:function(t,n,i){var r;if(n===undefined||((n&&typeof n==="string")&&i===undefined)){r=this.get(t,n);return r!==undefined?r:this.get(t,e.camelCase(n))};this.set(t,n,i);return i!==undefined?i:n},remove:function(t,n){var s,i,o,a=this.key(t),r=this.cache[a];if(n===undefined){this.cache[a]={}}
|
||
else{if(e.isArray(n)){i=n.concat(n.map(e.camelCase))}
|
||
else{o=e.camelCase(n);if(n in r){i=[n,o]}
|
||
else{i=o;i=i in r?[i]:(i.match(l)||[])}};s=i.length;while(s--){delete r[i[s]]}}},hasData:function(t){return!e.isEmptyObject(this.cache[t[this.expando]]||{})},discard:function(e){if(e[this.expando]){delete this.cache[e[this.expando]]}}};var i=new d(),s=new d(),et=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Rt=/([A-Z])/g;function ye(t,n,i){var o;if(i===undefined&&t.nodeType===1){o="data-"+n.replace(Rt,"-$1").toLowerCase();i=t.getAttribute(o);if(typeof i==="string"){try{i=i==="true"?!0:i==="false"?!1:i==="null"?null:+i+""===i?+i:et.test(i)?e.parseJSON(i):i}catch(r){};s.set(t,n,i)}
|
||
else{i=undefined}};return i};e.extend({hasData:function(e){return s.hasData(e)||i.hasData(e)},data:function(e,t,n){return s.access(e,t,n)},removeData:function(e,t){s.remove(e,t)},_data:function(e,t,n){return i.access(e,t,n)},_removeData:function(e,t){i.remove(e,t)}});e.fn.extend({data:function(t,n){var a,o,f,r=this[0],u=r&&r.attributes;if(t===undefined){if(this.length){f=s.get(r);if(r.nodeType===1&&!i.get(r,"hasDataAttrs")){a=u.length;while(a--){if(u[a]){o=u[a].name;if(o.indexOf("data-")===0){o=e.camelCase(o.slice(5));ye(r,o,f[o])}}};i.set(r,"hasDataAttrs",!0)}};return f};if(typeof t==="object"){return this.each(function(){s.set(this,t)})};return c(this,function(n){var i,o=e.camelCase(t);if(r&&n===undefined){i=s.get(r,t);if(i!==undefined){return i};i=s.get(r,o);if(i!==undefined){return i};i=ye(r,o,undefined);if(i!==undefined){return i};return};this.each(function(){var e=s.get(this,o);s.set(this,o,n);if(t.indexOf("-")!==-1&&e!==undefined){s.set(this,t,n)}})},null,n,arguments.length>1,null,!0)},removeData:function(e){return this.each(function(){s.remove(this,e)})}});e.extend({queue:function(t,n,r){var o;if(t){n=(n||"fx")+"queue";o=i.get(t,n);if(r){if(!o||e.isArray(r)){o=i.access(t,n,e.makeArray(r))}
|
||
else{o.push(r)}};return o||[]}},dequeue:function(t,n){n=n||"fx";var r=e.queue(t,n),s=r.length,i=r.shift(),o=e._queueHooks(t,n),a=function(){e.dequeue(t,n)};if(i==="inprogress"){i=r.shift();s--};if(i){if(n==="fx"){r.unshift("inprogress")};delete o.stop;i.call(t,a,o)};if(!s&&o){o.empty.fire()}},_queueHooks:function(t,n){var r=n+"queueHooks";return i.get(t,r)||i.access(t,r,{empty:e.Callbacks("once memory").add(function(){i.remove(t,[n+"queue",r])})})}});e.fn.extend({queue:function(t,n){var i=2;if(typeof t!=="string"){n=t;t="fx";i--};if(arguments.length<i){return e.queue(this[0],t)};return n===undefined?this:this.each(function(){var i=e.queue(this,t,n);e._queueHooks(this,t);if(t==="fx"&&i[0]!=="inprogress"){e.dequeue(this,t)}})},dequeue:function(t){return this.each(function(){e.dequeue(this,t)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(t,n){var r,u=1,f=e.Deferred(),o=this,a=this.length,s=function(){if(!(--u)){f.resolveWith(o,[o])}};if(typeof t!=="string"){n=t;t=undefined};t=t||"fx";while(a--){r=i.get(o[a],t+"queueHooks");if(r&&r.empty){u++;r.empty.add(s)}};s();return f.promise(n)}});var D=(/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/).source,h=["Top","Right","Bottom","Left"],k=function(t,n){t=n||t;return e.css(t,"display")==="none"||!e.contains(t.ownerDocument,t)},We=(/^(?:checkbox|radio)$/i);(function(){var n=r.createDocumentFragment(),t=n.appendChild(r.createElement("div")),e=r.createElement("input");e.setAttribute("type","radio");e.setAttribute("checked","checked");e.setAttribute("name","t");t.appendChild(e);o.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked;t.innerHTML="<textarea>x</textarea>";o.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue})(),strundefined=typeof undefined;o.focusinBubbles="onfocusin" in t;var Pt=/^key/,Wt=/^(?:mouse|pointer|contextmenu)|click/,Pe=/^(?:focusinfocus|focusoutblur)$/,Oe=/^([^.]*)(?:\.(.+)|)$/;function A(){return!0};function x(){return!1};function te(){try{return r.activeElement}catch(e){}};e.event={global:{},add:function(t,n,r,o,s){var h,g,m,p,v,f,u,c,a,y,x,d=i.get(t);if(!d){return};if(r.handler){h=r;r=h.handler;s=h.selector};if(!r.guid){r.guid=e.guid++};if(!(p=d.events)){p=d.events={}};if(!(g=d.handle)){g=d.handle=function(n){return typeof e!==strundefined&&e.event.triggered!==n.type?e.event.dispatch.apply(t,arguments):undefined}};n=(n||"").match(l)||[""];v=n.length;while(v--){m=Oe.exec(n[v])||[];a=x=m[1];y=(m[2]||"").split(".").sort();if(!a){continue};u=e.event.special[a]||{};a=(s?u.delegateType:u.bindType)||a;u=e.event.special[a]||{};f=e.extend({type:a,origType:x,data:o,handler:r,guid:r.guid,selector:s,needsContext:s&&e.expr.match.needsContext.test(s),namespace:y.join(".")},h);if(!(c=p[a])){c=p[a]=[];c.delegateCount=0;if(!u.setup||u.setup.call(t,o,y,g)===!1){if(t.addEventListener){t.addEventListener(a,g,!1)}}};if(u.add){u.add.call(t,f);if(!f.handler.guid){f.handler.guid=r.guid}};if(s){c.splice(c.delegateCount++,0,f)}
|
||
else{c.push(f)};e.event.global[a]=!0}},remove:function(t,n,r,o,s){var g,v,f,h,m,u,c,d,a,y,x,p=i.hasData(t)&&i.get(t);if(!p||!(h=p.events)){return};n=(n||"").match(l)||[""];m=n.length;while(m--){f=Oe.exec(n[m])||[];a=x=f[1];y=(f[2]||"").split(".").sort();if(!a){for(a in h){e.event.remove(t,a+n[m],r,o,!0)};continue};c=e.event.special[a]||{};a=(o?c.delegateType:c.bindType)||a;d=h[a]||[];f=f[2]&&new RegExp("(^|\\.)"+y.join("\\.(?:.*\\.|)")+"(\\.|$)");v=g=d.length;while(g--){u=d[g];if((s||x===u.origType)&&(!r||r.guid===u.guid)&&(!f||f.test(u.namespace))&&(!o||o===u.selector||o==="**"&&u.selector)){d.splice(g,1);if(u.selector){d.delegateCount--};if(c.remove){c.remove.call(t,u)}}};if(v&&!d.length){if(!c.teardown||c.teardown.call(t,y,p.handle)===!1){e.removeEvent(t,a,p.handle)};delete h[a]}};if(e.isEmptyObject(h)){delete p.handle;i.remove(t,"events")}},trigger:function(n,o,s,a){var y,u,l,m,d,p,c,g=[s||r],f=ee.call(n,"type")?n.type:n,h=ee.call(n,"namespace")?n.namespace.split("."):[];u=l=s=s||r;if(s.nodeType===3||s.nodeType===8){return};if(Pe.test(f+e.event.triggered)){return};if(f.indexOf(".")>=0){h=f.split(".");f=h.shift();h.sort()};d=f.indexOf(":")<0&&"on"+f;n=n[e.expando]?n:new e.Event(f,typeof n==="object"&&n);n.isTrigger=a?2:3;n.namespace=h.join(".");n.namespace_re=n.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null;n.result=undefined;if(!n.target){n.target=s};o=o==null?[n]:e.makeArray(o,[n]);c=e.event.special[f]||{};if(!a&&c.trigger&&c.trigger.apply(s,o)===!1){return};if(!a&&!c.noBubble&&!e.isWindow(s)){m=c.delegateType||f;if(!Pe.test(m+f)){u=u.parentNode};for(;u;u=u.parentNode){g.push(u);l=u};if(l===(s.ownerDocument||r)){g.push(l.defaultView||l.parentWindow||t)}};y=0;while((u=g[y++])&&!n.isPropagationStopped()){n.type=y>1?m:c.bindType||f;p=(i.get(u,"events")||{})[n.type]&&i.get(u,"handle");if(p){p.apply(u,o)};p=d&&u[d];if(p&&p.apply&&e.acceptData(u)){n.result=p.apply(u,o);if(n.result===!1){n.preventDefault()}}};n.type=f;if(!a&&!n.isDefaultPrevented()){if((!c._default||c._default.apply(g.pop(),o)===!1)&&e.acceptData(s)){if(d&&e.isFunction(s[f])&&!e.isWindow(s)){l=s[d];if(l){s[d]=null};e.event.triggered=f;s[f]();e.event.triggered=undefined;if(l){s[d]=l}}}};return n.result},dispatch:function(t){t=e.event.fix(t);var a,l,s,o,n,f=[],u=p.call(arguments),c=(i.get(this,"events")||{})[t.type]||[],r=e.event.special[t.type]||{};u[0]=t;t.delegateTarget=this;if(r.preDispatch&&r.preDispatch.call(this,t)===!1){return};f=e.event.handlers.call(this,t,c);a=0;while((o=f[a++])&&!t.isPropagationStopped()){t.currentTarget=o.elem;l=0;while((n=o.handlers[l++])&&!t.isImmediatePropagationStopped()){if(!t.namespace_re||t.namespace_re.test(n.namespace)){t.handleObj=n;t.data=n.data;s=((e.event.special[n.origType]||{}).handle||n.handler).apply(o.elem,u);if(s!==undefined){if((t.result=s)===!1){t.preventDefault();t.stopPropagation()}}}}};if(r.postDispatch){r.postDispatch.call(this,t)};return t.result},handlers:function(t,n){var u,r,o,a,f=[],s=n.delegateCount,i=t.target;if(s&&i.nodeType&&(!t.button||t.type!=="click")){for(;i!==this;i=i.parentNode||this){if(i.disabled!==!0||t.type!=="click"){r=[];for(u=0;u<s;u++){a=n[u];o=a.selector+" ";if(r[o]===undefined){r[o]=a.needsContext?e(o,this).index(i)>=0:e.find(o,this,null,[i]).length};if(r[o]){r.push(a)}};if(r.length){f.push({elem:i,handlers:r})}}}};if(s<n.length){f.push({elem:this,handlers:n.slice(s)})};return f},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(e,t){if(e.which==null){e.which=t.charCode!=null?t.charCode:t.keyCode};return e}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(e,t){var s,n,i,o=t.button;if(e.pageX==null&&t.clientX!=null){s=e.target.ownerDocument||r;n=s.documentElement;i=s.body;e.pageX=t.clientX+(n&&n.scrollLeft||i&&i.scrollLeft||0)-(n&&n.clientLeft||i&&i.clientLeft||0);e.pageY=t.clientY+(n&&n.scrollTop||i&&i.scrollTop||0)-(n&&n.clientTop||i&&i.clientTop||0)};if(!e.which&&o!==undefined){e.which=(o&1?1:(o&2?3:(o&4?2:0)))};return e}},fix:function(t){if(t[e.expando]){return t};var a,u,s,i=t.type,o=t,n=this.fixHooks[i];if(!n){this.fixHooks[i]=n=Wt.test(i)?this.mouseHooks:Pt.test(i)?this.keyHooks:{}};s=n.props?this.props.concat(n.props):this.props;t=new e.Event(o);a=s.length;while(a--){u=s[a];t[u]=o[u]};if(!t.target){t.target=r};if(t.target.nodeType===3){t.target=t.target.parentNode};return n.filter?n.filter(t,o):t},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==te()&&this.focus){this.focus();return!1}},delegateType:"focusin"},blur:{trigger:function(){if(this===te()&&this.blur){this.blur();return!1}},delegateType:"focusout"},click:{trigger:function(){if(this.type==="checkbox"&&this.click&&e.nodeName(this,"input")){this.click();return!1}},_default:function(t){return e.nodeName(t.target,"a")}},beforeunload:{postDispatch:function(e){if(e.result!==undefined&&e.originalEvent){e.originalEvent.returnValue=e.result}}}},simulate:function(t,n,i,r){var o=e.extend(new e.Event(),i,{type:t,isSimulated:!0,originalEvent:{}});if(r){e.event.trigger(o,null,n)}
|
||
else{e.event.dispatch.call(n,o)};if(o.isDefaultPrevented()){i.preventDefault()}}};e.removeEvent=function(e,t,n){if(e.removeEventListener){e.removeEventListener(t,n,!1)}};e.Event=function(t,n){if(!(this instanceof e.Event)){return new e.Event(t,n)};if(t&&t.type){this.originalEvent=t;this.type=t.type;this.isDefaultPrevented=t.defaultPrevented||t.defaultPrevented===undefined&&t.returnValue===!1?A:x}
|
||
else{this.type=t};if(n){e.extend(this,n)};this.timeStamp=t&&t.timeStamp||e.now();this[e.expando]=!0};e.Event.prototype={isDefaultPrevented:x,isPropagationStopped:x,isImmediatePropagationStopped:x,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=A;if(e&&e.preventDefault){e.preventDefault()}},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=A;if(e&&e.stopPropagation){e.stopPropagation()}},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=A;if(e&&e.stopImmediatePropagation){e.stopImmediatePropagation()};this.stopPropagation()}};e.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(t,n){e.event.special[t]={delegateType:n,bindType:n,handle:function(t){var s,o=this,i=t.relatedTarget,r=t.handleObj;if(!i||(i!==o&&!e.contains(o,i))){t.type=r.origType;s=r.handler.apply(this,arguments);t.type=n};return s}}});if(!o.focusinBubbles){e.each({focus:"focusin",blur:"focusout"},function(t,n){var r=function(t){e.event.simulate(n,t.target,e.event.fix(t),!0)};e.event.special[n]={setup:function(){var e=this.ownerDocument||this,o=i.access(e,n);if(!o){e.addEventListener(t,r,!0)};i.access(e,n,(o||0)+1)},teardown:function(){var e=this.ownerDocument||this,o=i.access(e,n)-1;if(!o){e.removeEventListener(t,r,!0);i.remove(e,n)}
|
||
else{i.access(e,n,o)}}}})};e.fn.extend({on:function(t,n,i,r,o){var s,a;if(typeof t==="object"){if(typeof n!=="string"){i=i||n;n=undefined};for(a in t){this.on(a,n,i,t[a],o)};return this};if(i==null&&r==null){r=n;i=n=undefined}
|
||
else if(r==null){if(typeof n==="string"){r=i;i=undefined}
|
||
else{r=i;i=n;n=undefined}};if(r===!1){r=x}
|
||
else if(!r){return this};if(o===1){s=r;r=function(t){e().off(t);return s.apply(this,arguments)};r.guid=s.guid||(s.guid=e.guid++)};return this.each(function(){e.event.add(this,t,r,i,n)})},one:function(e,t,n,i){return this.on(e,t,n,i,1)},off:function(t,n,i){var r,o;if(t&&t.preventDefault&&t.handleObj){r=t.handleObj;e(t.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler);return this};if(typeof t==="object"){for(o in t){this.off(o,n,t[o])};return this};if(n===!1||typeof n==="function"){i=n;n=undefined};if(i===!1){i=x};return this.each(function(){e.event.remove(this,t,i,n)})},trigger:function(t,n){return this.each(function(){e.event.trigger(t,n,this)})},triggerHandler:function(t,n){var i=this[0];if(i){return e.event.trigger(t,n,i,!0)}}});var ke=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,Fe=/<([\w:]+)/,bt=/<|&#?\w+;/,Ft=/<(?:script|style|link)/i,Ht=/checked\s*(?:[^=]|=\s*.checked.)/i,ze=/^$|\/(?:java|ecma)script/i,qt=/^true\/(.*)/,Ot=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,f={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};f.optgroup=f.option;f.tbody=f.tfoot=f.colgroup=f.caption=f.thead;f.th=f.td;function ue(t,n){return e.nodeName(t,"table")&&e.nodeName(n.nodeType!==11?n:n.firstChild,"tr")?t.getElementsByTagName("tbody")[0]||t.appendChild(t.ownerDocument.createElement("tbody")):t};function Ue(e){e.type=(e.getAttribute("type")!==null)+"/"+e.type;return e};function Je(e){var t=qt.exec(e.type);if(t){e.type=t[1]}
|
||
else{e.removeAttribute("type")};return e};function z(e,t){var n=0,r=e.length;for(;n<r;n++){i.set(e[n],"globalEval",!t||i.get(t[n],"globalEval"))}};function Be(t,n){var a,d,o,f,u,c,l,r;if(n.nodeType!==1){return};if(i.hasData(t)){f=i.access(t);u=i.set(n,f);r=f.events;if(r){delete u.handle;u.events={};for(o in r){for(a=0,d=r[o].length;a<d;a++){e.event.add(n,o,r[o][a])}}}};if(s.hasData(t)){c=s.access(t);l=e.extend({},c);s.set(n,l)}};function a(t,n){var i=t.getElementsByTagName?t.getElementsByTagName(n||"*"):t.querySelectorAll?t.querySelectorAll(n||"*"):[];return n===undefined||n&&e.nodeName(t,n)?e.merge([t],i):i};function Ze(e,t){var n=t.nodeName.toLowerCase();if(n==="input"&&We.test(e.type)){t.checked=e.checked}
|
||
else if(n==="input"||n==="textarea"){t.defaultValue=e.defaultValue}};e.extend({clone:function(t,n,i){var r,l,u,s,f=t.cloneNode(!0),c=e.contains(t.ownerDocument,t);if(!o.noCloneChecked&&(t.nodeType===1||t.nodeType===11)&&!e.isXMLDoc(t)){s=a(f);u=a(t);for(r=0,l=u.length;r<l;r++){Ze(u[r],s[r])}};if(n){if(i){u=u||a(t);s=s||a(f);for(r=0,l=u.length;r<l;r++){Be(u[r],s[r])}}
|
||
else{Be(t,f)}};s=a(f,"script");if(s.length>0){z(s,!c&&a(t,"script"))};return f},buildFragment:function(t,n,i,r){var o,s,h,c,g,d,u=n.createDocumentFragment(),p=[],l=0,m=t.length;for(;l<m;l++){o=t[l];if(o||o===0){if(e.type(o)==="object"){e.merge(p,o.nodeType?[o]:o)}
|
||
else if(!bt.test(o)){p.push(n.createTextNode(o))}
|
||
else{s=s||u.appendChild(n.createElement("div"));h=(Fe.exec(o)||["",""])[1].toLowerCase();c=f[h]||f._default;s.innerHTML=c[1]+o.replace(ke,"<$1></$2>")+c[2];d=c[0];while(d--){s=s.lastChild};e.merge(p,s.childNodes);s=u.firstChild;s.textContent=""}}};u.textContent="";l=0;while((o=p[l++])){if(r&&e.inArray(o,r)!==-1){continue};g=e.contains(o.ownerDocument,o);s=a(u.appendChild(o),"script");if(g){z(s)};if(i){d=0;while((o=s[d++])){if(ze.test(o.type||"")){i.push(o)}}}};return u},cleanData:function(t){var a,n,o,r,f=e.event.special,u=0;for(;(n=t[u])!==undefined;u++){if(e.acceptData(n)){r=n[i.expando];if(r&&(a=i.cache[r])){if(a.events){for(o in a.events){if(f[o]){e.event.remove(n,o)}
|
||
else{e.removeEvent(n,o,a.handle)}}};if(i.cache[r]){delete i.cache[r]}}};delete s.cache[n[s.expando]]}}});e.fn.extend({text:function(t){return c(this,function(t){return t===undefined?e.text(this):this.empty().each(function(){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){this.textContent=t}})},null,t,arguments.length)},append:function(){return this.domManip(arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var t=ue(this,e);t.appendChild(e)}})},prepend:function(){return this.domManip(arguments,function(e){if(this.nodeType===1||this.nodeType===11||this.nodeType===9){var t=ue(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return this.domManip(arguments,function(e){if(this.parentNode){this.parentNode.insertBefore(e,this)}})},after:function(){return this.domManip(arguments,function(e){if(this.parentNode){this.parentNode.insertBefore(e,this.nextSibling)}})},remove:function(t,n){var i,o=t?e.filter(t,this):this,r=0;for(;(i=o[r])!=null;r++){if(!n&&i.nodeType===1){e.cleanData(a(i))};if(i.parentNode){if(n&&e.contains(i.ownerDocument,i)){z(a(i,"script"))};i.parentNode.removeChild(i)}};return this},empty:function(){var t,n=0;for(;(t=this[n])!=null;n++){if(t.nodeType===1){e.cleanData(a(t,!1));t.textContent=""}};return this},clone:function(t,n){t=t==null?!1:t;n=n==null?t:n;return this.map(function(){return e.clone(this,t,n)})},html:function(t){return c(this,function(t){var i=this[0]||{},r=0,o=this.length;if(t===undefined&&i.nodeType===1){return i.innerHTML};if(typeof t==="string"&&!Ft.test(t)&&!f[(Fe.exec(t)||["",""])[1].toLowerCase()]){t=t.replace(ke,"<$1></$2>");try{for(;r<o;r++){i=this[r]||{};if(i.nodeType===1){e.cleanData(a(i,!1));i.innerHTML=t}};i=0}catch(n){}};if(i){this.empty().append(t)}},null,t,arguments.length)},replaceWith:function(){var t=arguments[0];this.domManip(arguments,function(n){t=this.parentNode;e.cleanData(a(this));if(t){t.replaceChild(n,this)}});return t&&(t.length||t.nodeType)?this:this.remove()},detach:function(e){return this.remove(e,!0)},domManip:function(t,n){t=ge.apply([],t);var f,p,u,l,r,g,s=0,d=this.length,y=this,m=d-1,c=t[0],h=e.isFunction(c);if(h||(d>1&&typeof c==="string"&&!o.checkClone&&Ht.test(c))){return this.each(function(e){var i=y.eq(e);if(h){t[0]=c.call(this,e,i.html())};i.domManip(t,n)})};if(d){f=e.buildFragment(t,this[0].ownerDocument,!1,this);p=f.firstChild;if(f.childNodes.length===1){f=p};if(p){u=e.map(a(f,"script"),Ue);l=u.length;for(;s<d;s++){r=f;if(s!==m){r=e.clone(r,!0,!0);if(l){e.merge(u,a(r,"script"))}};n.call(this[s],r,s)};if(l){g=u[u.length-1].ownerDocument;e.map(u,Je);for(s=0;s<l;s++){r=u[s];if(ze.test(r.type||"")&&!i.access(r,"globalEval")&&e.contains(g,r)){if(r.src){if(e._evalUrl){e._evalUrl(r.src)}}
|
||
else{e.globalEval(r.textContent.replace(Ot,""))}}}}}};return this}});e.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(t,n){e.fn[t]=function(t){var r,s=[],a=e(t),o=a.length-1,i=0;for(;i<=o;i++){r=i===o?this:this.clone(!0);e(a[i])[n](r);G.apply(s,r.get())};return this.pushStack(s)}});var O,Ne={};function Xe(n,i){var o,r=e(i.createElement(n)).appendTo(i.body),s=t.getDefaultComputedStyle&&(o=t.getDefaultComputedStyle(r[0]))?o.display:e.css(r[0],"display");r.detach();return s};function V(t){var i=r,n=Ne[t];if(!n){n=Xe(t,i);if(n==="none"||!n){O=(O||e("<iframe frameborder='0' width='0' height='0'/>")).appendTo(i.documentElement);i=O[0].contentDocument;i.write();i.close();n=Xe(t,i);O.detach()};Ne[t]=n};return n};var Ce=(/^margin/),W=new RegExp("^("+D+")(?!px)[a-z%]+$","i"),j=function(e){if(e.ownerDocument.defaultView.opener){return e.ownerDocument.defaultView.getComputedStyle(e,null)};return t.getComputedStyle(e,null)};function C(t,n,i){var s,a,u,o,r=t.style;i=i||j(t);if(i){o=i.getPropertyValue(n)||i[n]};if(i){if(o===""&&!e.contains(t.ownerDocument,t)){o=e.style(t,n)};if(W.test(o)&&Ce.test(n)){s=r.width;a=r.minWidth;u=r.maxWidth;r.minWidth=r.maxWidth=r.width=o;o=i.width;r.width=s;r.minWidth=a;r.maxWidth=u}};return o!==undefined?o+"":o};function be(e,t){return{get:function(){if(e()){delete this.get;return};return(this.get=t).apply(this,arguments)}}}(function(){var f,a,s=r.documentElement,i=r.createElement("div"),n=r.createElement("div");if(!n.style){return};n.style.backgroundClip="content-box";n.cloneNode(!0).style.backgroundClip="";o.clearCloneStyle=n.style.backgroundClip==="content-box";i.style.cssText="border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;position:absolute";i.appendChild(n);function u(){n.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute";n.innerHTML="";s.appendChild(i);var e=t.getComputedStyle(n,null);f=e.top!=="1%";a=e.width==="4px";s.removeChild(i)};if(t.getComputedStyle){e.extend(o,{pixelPosition:function(){u();return f},boxSizingReliable:function(){if(a==null){u()};return a},reliableMarginRight:function(){var o,e=n.appendChild(r.createElement("div"));e.style.cssText=n.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0";e.style.marginRight=e.style.width="0";n.style.width="1px";s.appendChild(i);o=!parseFloat(t.getComputedStyle(e,null).marginRight);s.removeChild(i);n.removeChild(e);return o}})}})();e.swap=function(e,t,n,i){var s,r,o={};for(r in t){o[r]=e.style[r];e.style[r]=t[r]};s=n.apply(e,i||[]);for(r in t){e.style[r]=o[r]};return s};var ft=/^(none|table(?!-c[ea]).+)/,ut=new RegExp("^("+D+")(.*)$","i"),at=new RegExp("^([+-])=("+D+")","i"),wt={position:"absolute",visibility:"hidden",display:"block"},we={letterSpacing:"0",fontWeight:"400"},Te=["Webkit","O","Moz","ms"];function Ee(e,t){if(t in e){return t};var i=t[0].toUpperCase()+t.slice(1),r=t,n=Te.length;while(n--){t=Te[n]+i;if(t in e){return t}};return r};function Se(e,t,n){var i=ut.exec(t);return i?Math.max(0,i[1]-(n||0))+(i[2]||"px"):t};function qe(t,n,i,r,o){var s=i===(r?"border":"content")?4:n==="width"?1:0,a=0;for(;s<4;s+=2){if(i==="margin"){a+=e.css(t,i+h[s],!0,o)};if(r){if(i==="content"){a-=e.css(t,"padding"+h[s],!0,o)};if(i!=="margin"){a-=e.css(t,"border"+h[s]+"Width",!0,o)}}
|
||
else{a+=e.css(t,"padding"+h[s],!0,o);if(i!=="padding"){a+=e.css(t,"border"+h[s]+"Width",!0,o)}}};return a};function Le(t,n,i){var u=!0,r=n==="width"?t.offsetWidth:t.offsetHeight,s=j(t),a=e.css(t,"boxSizing",!1,s)==="border-box";if(r<=0||r==null){r=C(t,n,s);if(r<0||r==null){r=t.style[n]};if(W.test(r)){return r};u=a&&(o.boxSizingReliable()||r===t.style[n]);r=parseFloat(r)||0};return(r+qe(t,n,i||(a?"border":"content"),u,s))+"px"};function je(t,n){var s,r,u,a=[],o=0,f=t.length;for(;o<f;o++){r=t[o];if(!r.style){continue};a[o]=i.get(r,"olddisplay");s=r.style.display;if(n){if(!a[o]&&s==="none"){r.style.display=""};if(r.style.display===""&&k(r)){a[o]=i.access(r,"olddisplay",V(r.nodeName))}}
|
||
else{u=k(r);if(s!=="none"||!u){i.set(r,"olddisplay",u?s:e.css(r,"display"))}}};for(o=0;o<f;o++){r=t[o];if(!r.style){continue};if(!n||r.style.display==="none"||r.style.display===""){r.style.display=n?a[o]||"":"none"}};return t};e.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=C(e,"opacity");return n===""?"1":n}}}},cssNumber:{"columnCount":!0,"fillOpacity":!0,"flexGrow":!0,"flexShrink":!0,"fontWeight":!0,"lineHeight":!0,"opacity":!0,"order":!0,"orphans":!0,"widows":!0,"zIndex":!0,"zoom":!0},cssProps:{"float":"cssFloat"},style:function(t,n,i,r){if(!t||t.nodeType===3||t.nodeType===8||!t.style){return};var u,l,s,a=e.camelCase(n),f=t.style;n=e.cssProps[a]||(e.cssProps[a]=Ee(f,a));s=e.cssHooks[n]||e.cssHooks[a];if(i!==undefined){l=typeof i;if(l==="string"&&(u=at.exec(i))){i=(u[1]+1)*u[2]+parseFloat(e.css(t,n));l="number"};if(i==null||i!==i){return};if(l==="number"&&!e.cssNumber[a]){i+="px"};if(!o.clearCloneStyle&&i===""&&n.indexOf("background")===0){f[n]="inherit"};if(!s||!("set" in s)||(i=s.set(t,i,r))!==undefined){f[n]=i}}
|
||
else{if(s&&"get" in s&&(u=s.get(t,!1,r))!==undefined){return u};return f[n]}},css:function(t,n,i,r){var o,u,s,a=e.camelCase(n);n=e.cssProps[a]||(e.cssProps[a]=Ee(t.style,a));s=e.cssHooks[n]||e.cssHooks[a];if(s&&"get" in s){o=s.get(t,!0,i)};if(o===undefined){o=C(t,n,r)};if(o==="normal"&&n in we){o=we[n]};if(i===""||i){u=parseFloat(o);return i===!0||e.isNumeric(u)?u||0:o};return o}});e.each(["height","width"],function(t,n){e.cssHooks[n]={get:function(t,i,r){if(i){return ft.test(e.css(t,"display"))&&t.offsetWidth===0?e.swap(t,wt,function(){return Le(t,n,r)}):Le(t,n,r)}},set:function(t,i,r){var o=r&&j(t);return Se(t,i,r?qe(t,n,r,e.css(t,"boxSizing",!1,o)==="border-box",o):0)}}});e.cssHooks.marginRight=be(o.reliableMarginRight,function(t,n){if(n){return e.swap(t,{"display":"inline-block"},C,[t,"marginRight"])}});e.each({margin:"",padding:"",border:"Width"},function(t,n){e.cssHooks[t+n]={expand:function(e){var i=0,o={},r=typeof e==="string"?e.split(" "):[e];for(;i<4;i++){o[t+h[i]+n]=r[i]||r[i-2]||r[0]};return o}};if(!Ce.test(t)){e.cssHooks[t+n].set=Se}});e.fn.extend({css:function(t,n){return c(this,function(t,n,i){var s,a,o={},r=0;if(e.isArray(n)){s=j(t);a=n.length;for(;r<a;r++){o[n[r]]=e.css(t,n[r],!1,s)};return o};return i!==undefined?e.style(t,n,i):e.css(t,n)},t,n,arguments.length>1)},show:function(){return je(this,!0)},hide:function(){return je(this)},toggle:function(t){if(typeof t==="boolean"){return t?this.show():this.hide()};return this.each(function(){if(k(this)){e(this).show()}
|
||
else{e(this).hide()}})}});function u(e,t,n,i,r){return new u.prototype.init(e,t,n,i,r)};e.Tween=u;u.prototype={constructor:u,init:function(t,n,i,r,o,s){this.elem=t;this.prop=i;this.easing=o||"swing";this.options=n;this.start=this.now=this.cur();this.end=r;this.unit=s||(e.cssNumber[i]?"":"px")},cur:function(){var e=u.propHooks[this.prop];return e&&e.get?e.get(this):u.propHooks._default.get(this)},run:function(t){var i,n=u.propHooks[this.prop];if(this.options.duration){this.pos=i=e.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration)}
|
||
else{this.pos=i=t};this.now=(this.end-this.start)*i+this.start;if(this.options.step){this.options.step.call(this.elem,this.now,this)};if(n&&n.set){n.set(this)}
|
||
else{u.propHooks._default.set(this)};return this}};u.prototype.init.prototype=u.prototype;u.propHooks={_default:{get:function(t){var n;if(t.elem[t.prop]!=null&&(!t.elem.style||t.elem.style[t.prop]==null)){return t.elem[t.prop]};n=e.css(t.elem,t.prop,"");return!n||n==="auto"?0:n},set:function(t){if(e.fx.step[t.prop]){e.fx.step[t.prop](t)}
|
||
else if(t.elem.style&&(t.elem.style[e.cssProps[t.prop]]!=null||e.cssHooks[t.prop])){e.style(t.elem,t.prop,t.now+t.unit)}
|
||
else{t.elem[t.prop]=t.now}}}};u.propHooks.scrollTop=u.propHooks.scrollLeft={set:function(e){if(e.elem.nodeType&&e.elem.parentNode){e.elem[e.prop]=e.now}}};e.easing={linear:function(e){return e},swing:function(e){return 0.5-Math.cos(e*Math.PI)/2}};e.fx=u.prototype.init;e.fx.step={};var m,S,ot=/^(?:toggle|show|hide)$/,Ae=new RegExp("^(?:([+-])=|)("+D+")([a-z%]*)$","i"),st=/queueHooks$/,N=[Qe],b={"*":[function(t,n){var o=this.createTween(t,n),u=o.cur(),r=Ae.exec(n),s=r&&r[3]||(e.cssNumber[t]?"":"px"),i=(e.cssNumber[t]||s!=="px"&&+u)&&Ae.exec(e.css(o.elem,t)),a=1,f=20;if(i&&i[3]!==s){s=s||i[3];r=r||[];i=+u||1;do{a=a||".5";i=i/a;e.style(o.elem,t,i+s)}
|
||
while(a!==(a=o.cur()/u)&&a!==1&&--f);};if(r){i=o.start=+i||+u||0;o.unit=s;o.end=r[1]?i+(r[1]+1)*r[2]:+r[2]};return o}]};function De(){setTimeout(function(){m=undefined});return(m=e.now())};function P(e,t){var i,r=0,n={height:e};t=t?1:0;for(;r<4;r+=2-t){i=h[r];n["margin"+i]=n["padding"+i]=e};if(t){n.opacity=n.width=e};return n};function xe(e,t,n){var r,o=(b[t]||[]).concat(b["*"]),i=0,s=o.length;for(;i<s;i++){if((r=o[i].call(n,t,e))){return r}}};function Qe(t,n,r){var o,d,g,h,u,y,l,m,c=this,p={},a=t.style,f=t.nodeType&&k(t),s=i.get(t,"fxshow");if(!r.queue){u=e._queueHooks(t,"fx");if(u.unqueued==null){u.unqueued=0;y=u.empty.fire;u.empty.fire=function(){if(!u.unqueued){y()}}};u.unqueued++;c.always(function(){c.always(function(){u.unqueued--;if(!e.queue(t,"fx").length){u.empty.fire()}})})};if(t.nodeType===1&&("height" in n||"width" in n)){r.overflow=[a.overflow,a.overflowX,a.overflowY];l=e.css(t,"display");m=l==="none"?i.get(t,"olddisplay")||V(t.nodeName):l;if(m==="inline"&&e.css(t,"float")==="none"){a.display="inline-block"}};if(r.overflow){a.overflow="hidden";c.always(function(){a.overflow=r.overflow[0];a.overflowX=r.overflow[1];a.overflowY=r.overflow[2]})};for(o in n){d=n[o];if(ot.exec(d)){delete n[o];g=g||d==="toggle";if(d===(f?"hide":"show")){if(d==="show"&&s&&s[o]!==undefined){f=!0}
|
||
else{continue}};p[o]=s&&s[o]||e.style(t,o)}
|
||
else{l=undefined}};if(!e.isEmptyObject(p)){if(s){if("hidden" in s){f=s.hidden}}
|
||
else{s=i.access(t,"fxshow",{})};if(g){s.hidden=!f};if(f){e(t).show()}
|
||
else{c.done(function(){e(t).hide()})};c.done(function(){var n;i.remove(t,"fxshow");for(n in p){e.style(t,n,p[n])}});for(o in p){h=xe(f?s[o]:0,o,c);if(!(o in s)){s[o]=h.start;if(f){h.end=h.start;h.start=o==="width"||o==="height"?1:0}}}}
|
||
else if((l==="none"?V(t.nodeName):l)==="inline"){a.display=l}};function Ye(t,n){var i,o,a,r,s;for(i in t){o=e.camelCase(i);a=n[o];r=t[i];if(e.isArray(r)){a=r[1];r=t[i]=r[0]};if(i!==o){t[o]=r;delete t[i]};s=e.cssHooks[o];if(s&&"expand" in s){r=s.expand(r);delete t[o];for(i in r){if(!(i in t)){t[i]=r[i];n[i]=a}}}
|
||
else{n[o]=a}}};function oe(t,n,i){var u,f,a=0,c=N.length,o=e.Deferred().always(function(){delete l.elem}),l=function(){if(f){return!1};var u=m||De(),n=Math.max(0,r.startTime+r.duration-u),a=n/r.duration||0,e=1-a,i=0,s=r.tweens.length;for(;i<s;i++){r.tweens[i].run(e)};o.notifyWith(t,[r,e,n]);if(e<1&&s){return n}
|
||
else{o.resolveWith(t,[r]);return!1}},r=o.promise({elem:t,props:e.extend({},n),opts:e.extend(!0,{specialEasing:{}},i),originalProperties:n,originalOptions:i,startTime:m||De(),duration:i.duration,tweens:[],createTween:function(n,i){var o=e.Tween(t,r.opts,n,i,r.opts.specialEasing[n]||r.opts.easing);r.tweens.push(o);return o},stop:function(e){var n=0,i=e?r.tweens.length:0;if(f){return this};f=!0;for(;n<i;n++){r.tweens[n].run(1)};if(e){o.resolveWith(t,[r,e])}
|
||
else{o.rejectWith(t,[r,e])};return this}}),s=r.props;Ye(s,r.opts.specialEasing);for(;a<c;a++){u=N[a].call(r,t,s,r.opts);if(u){return u}};e.map(s,xe,r);if(e.isFunction(r.opts.start)){r.opts.start.call(t,r)};e.fx.timer(e.extend(l,{elem:t,anim:r,queue:r.opts.queue}));return r.progress(r.opts.progress).done(r.opts.done,r.opts.complete).fail(r.opts.fail).always(r.opts.always)};e.Animation=e.extend(oe,{tweener:function(t,n){if(e.isFunction(t)){n=t;t=["*"]}
|
||
else{t=t.split(" ")};var i,r=0,o=t.length;for(;r<o;r++){i=t[r];b[i]=b[i]||[];b[i].unshift(n)}},prefilter:function(e,t){if(t){N.unshift(e)}
|
||
else{N.push(e)}}});e.speed=function(t,n,i){var r=t&&typeof t==="object"?e.extend({},t):{complete:i||!i&&n||e.isFunction(t)&&t,duration:t,easing:i&&n||n&&!e.isFunction(n)&&n};r.duration=e.fx.off?0:typeof r.duration==="number"?r.duration:r.duration in e.fx.speeds?e.fx.speeds[r.duration]:e.fx.speeds._default;if(r.queue==null||r.queue===!0){r.queue="fx"};r.old=r.complete;r.complete=function(){if(e.isFunction(r.old)){r.old.call(this)};if(r.queue){e.dequeue(this,r.queue)}};return r};e.fn.extend({fadeTo:function(e,t,n,i){return this.filter(k).css("opacity",0).show().end().animate({opacity:t},e,n,i)},animate:function(t,n,r,o){var u=e.isEmptyObject(t),a=e.speed(n,r,o),s=function(){var n=oe(this,e.extend({},t),a);if(u||i.get(this,"finish")){n.stop(!0)}};s.finish=s;return u||a.queue===!1?this.each(s):this.queue(a.queue,s)},stop:function(t,n,r){var o=function(e){var t=e.stop;delete e.stop;t(r)};if(typeof t!=="string"){r=n;n=t;t=undefined};if(n&&t!==!1){this.queue(t||"fx",[])};return this.each(function(){var u=!0,n=t!=null&&t+"queueHooks",a=e.timers,s=i.get(this);if(n){if(s[n]&&s[n].stop){o(s[n])}}
|
||
else{for(n in s){if(s[n]&&s[n].stop&&st.test(n)){o(s[n])}}};for(n=a.length;n--;){if(a[n].elem===this&&(t==null||a[n].queue===t)){a[n].anim.stop(r);u=!1;a.splice(n,1)}};if(u||!r){e.dequeue(this,t)}})},finish:function(t){if(t!==!1){t=t||"fx"};return this.each(function(){var n,s=i.get(this),o=s[t+"queue"],a=s[t+"queueHooks"],r=e.timers,u=o?o.length:0;s.finish=!0;e.queue(this,t,[]);if(a&&a.stop){a.stop.call(this,!0)};for(n=r.length;n--;){if(r[n].elem===this&&r[n].queue===t){r[n].anim.stop(!0);r.splice(n,1)}};for(n=0;n<u;n++){if(o[n]&&o[n].finish){o[n].finish.call(this)}};delete s.finish})}});e.each(["toggle","show","hide"],function(t,n){var i=e.fn[n];e.fn[n]=function(e,t,r){return e==null||typeof e==="boolean"?i.apply(this,arguments):this.animate(P(n,!0),e,t,r)}});e.each({slideDown:P("show"),slideUp:P("hide"),slideToggle:P("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(t,n){e.fn[t]=function(e,t,i){return this.animate(n,e,t,i)}});e.timers=[];e.fx.tick=function(){var i,n=0,t=e.timers;m=e.now();for(;n<t.length;n++){i=t[n];if(!i()&&t[n]===i){t.splice(n--,1)}};if(!t.length){e.fx.stop()};m=undefined};e.fx.timer=function(t){e.timers.push(t);if(t()){e.fx.start()}
|
||
else{e.timers.pop()}};e.fx.interval=13;e.fx.start=function(){if(!S){S=setInterval(e.fx.tick,e.fx.interval)}};e.fx.stop=function(){clearInterval(S);S=null};e.fx.speeds={slow:600,fast:200,_default:400};e.fn.delay=function(t,n){t=e.fx?e.fx.speeds[t]||t:t;n=n||"fx";return this.queue(n,function(e,n){var i=setTimeout(e,t);n.stop=function(){clearTimeout(i)}})};(function(){var e=r.createElement("input"),n=r.createElement("select"),t=n.appendChild(r.createElement("option"));e.type="checkbox";o.checkOn=e.value!=="";o.optSelected=t.selected;n.disabled=!0;o.optDisabled=!t.disabled;e=r.createElement("input");e.value="t";e.type="radio";o.radioValue=e.value==="t"})();var tt,Me,T=e.expr.attrHandle;e.fn.extend({attr:function(t,n){return c(this,e.attr,t,n,arguments.length>1)},removeAttr:function(t){return this.each(function(){e.removeAttr(this,t)})}});e.extend({attr:function(t,n,i){var r,o,s=t.nodeType;if(!t||s===3||s===8||s===2){return};if(typeof t.getAttribute===strundefined){return e.prop(t,n,i)};if(s!==1||!e.isXMLDoc(t)){n=n.toLowerCase();r=e.attrHooks[n]||(e.expr.match.bool.test(n)?Me:tt)};if(i!==undefined){if(i===null){e.removeAttr(t,n)}
|
||
else if(r&&"set" in r&&(o=r.set(t,i,n))!==undefined){return o}
|
||
else{t.setAttribute(n,i+"");return i}}
|
||
else if(r&&"get" in r&&(o=r.get(t,n))!==null){return o}
|
||
else{o=e.find.attr(t,n);return o==null?undefined:o}},removeAttr:function(t,n){var i,r,s=0,o=n&&n.match(l);if(o&&t.nodeType===1){while((i=o[s++])){r=e.propFix[i]||i;if(e.expr.match.bool.test(i)){t[r]=!1};t.removeAttribute(i)}}},attrHooks:{type:{set:function(t,n){if(!o.radioValue&&n==="radio"&&e.nodeName(t,"input")){var i=t.value;t.setAttribute("type",n);if(i){t.value=i};return n}}}}});Me={set:function(t,n,i){if(n===!1){e.removeAttr(t,i)}
|
||
else{t.setAttribute(i,i)};return i}};e.each(e.expr.match.bool.source.match(/\w+/g),function(t,n){var i=T[n]||e.find.attr;T[n]=function(e,t,n){var r,o;if(!n){o=T[t];T[t]=r;r=i(e,t,n)!=null?t.toLowerCase():null;T[t]=o};return r}});var nt=/^(?:input|select|textarea|button)$/i;e.fn.extend({prop:function(t,n){return c(this,e.prop,t,n,arguments.length>1)},removeProp:function(t){return this.each(function(){delete this[e.propFix[t]||t]})}});e.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(t,n,i){var s,r,a,o=t.nodeType;if(!t||o===3||o===8||o===2){return};a=o!==1||!e.isXMLDoc(t);if(a){n=e.propFix[n]||n;r=e.propHooks[n]};if(i!==undefined){return r&&"set" in r&&(s=r.set(t,i,n))!==undefined?s:(t[n]=i)}
|
||
else{return r&&"get" in r&&(s=r.get(t,n))!==null?s:t[n]}},propHooks:{tabIndex:{get:function(e){return e.hasAttribute("tabindex")||nt.test(e.nodeName)||e.href?e.tabIndex:-1}}}});if(!o.optSelected){e.propHooks.selected={get:function(e){var t=e.parentNode;if(t&&t.parentNode){t.parentNode.selectedIndex};return null}}};e.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){e.propFix[this.toLowerCase()]=this});var Z=/[\t\r\n\f]/g;e.fn.extend({addClass:function(t){var a,n,i,s,u,o,c=typeof t==="string"&&t,r=0,f=this.length;if(e.isFunction(t)){return this.each(function(n){e(this).addClass(t.call(this,n,this.className))})};if(c){a=(t||"").match(l)||[];for(;r<f;r++){n=this[r];i=n.nodeType===1&&(n.className?(" "+n.className+" ").replace(Z," "):" ");if(i){u=0;while((s=a[u++])){if(i.indexOf(" "+s+" ")<0){i+=s+" "}};o=e.trim(i);if(n.className!==o){n.className=o}}}};return this},removeClass:function(t){var a,i,n,s,u,o,c=arguments.length===0||typeof t==="string"&&t,r=0,f=this.length;if(e.isFunction(t)){return this.each(function(n){e(this).removeClass(t.call(this,n,this.className))})};if(c){a=(t||"").match(l)||[];for(;r<f;r++){i=this[r];n=i.nodeType===1&&(i.className?(" "+i.className+" ").replace(Z," "):"");if(n){u=0;while((s=a[u++])){while(n.indexOf(" "+s+" ")>=0){n=n.replace(" "+s+" "," ")}};o=t?e.trim(n):"";if(i.className!==o){i.className=o}}}};return this},toggleClass:function(t,n){var r=typeof t;if(typeof n==="boolean"&&r==="string"){return n?this.addClass(t):this.removeClass(t)};if(e.isFunction(t)){return this.each(function(i){e(this).toggleClass(t.call(this,i,this.className,n),n)})};return this.each(function(){if(r==="string"){var n,a=0,o=e(this),s=t.match(l)||[];while((n=s[a++])){if(o.hasClass(n)){o.removeClass(n)}
|
||
else{o.addClass(n)}}}
|
||
else if(r===strundefined||r==="boolean"){if(this.className){i.set(this,"__className__",this.className)};this.className=this.className||t===!1?"":i.get(this,"__className__")||""}})},hasClass:function(e){var i=" "+e+" ",t=0,n=this.length;for(;t<n;t++){if(this[t].nodeType===1&&(" "+this[t].className+" ").replace(Z," ").indexOf(i)>=0){return!0}};return!1}});var it=/\r/g;e.fn.extend({val:function(t){var n,i,o,r=this[0];if(!arguments.length){if(r){n=e.valHooks[r.type]||e.valHooks[r.nodeName.toLowerCase()];if(n&&"get" in n&&(i=n.get(r,"value"))!==undefined){return i};i=r.value;return typeof i==="string"?i.replace(it,""):i==null?"":i};return};o=e.isFunction(t);return this.each(function(i){var r;if(this.nodeType!==1){return};if(o){r=t.call(this,i,e(this).val())}
|
||
else{r=t};if(r==null){r=""}
|
||
else if(typeof r==="number"){r+=""}
|
||
else if(e.isArray(r)){r=e.map(r,function(e){return e==null?"":e+""})};n=e.valHooks[this.type]||e.valHooks[this.nodeName.toLowerCase()];if(!n||!("set" in n)||n.set(this,r,"value")===undefined){this.value=r}})}});e.extend({valHooks:{option:{get:function(t){var n=e.find.attr(t,"value");return n!=null?n:e.trim(e.text(t))}},select:{get:function(t){var a,n,l=t.options,i=t.selectedIndex,s=t.type==="select-one"||i<0,f=s?null:[],u=s?i+1:l.length,r=i<0?u:s?i:0;for(;r<u;r++){n=l[r];if((n.selected||r===i)&&(o.optDisabled?!n.disabled:n.getAttribute("disabled")===null)&&(!n.parentNode.disabled||!e.nodeName(n.parentNode,"optgroup"))){a=e(n).val();if(s){return a};f.push(a)}};return f},set:function(t,n){var a,i,s=t.options,o=e.makeArray(n),r=s.length;while(r--){i=s[r];if((i.selected=e.inArray(i.value,o)>=0)){a=!0}};if(!a){t.selectedIndex=-1};return o}}}});e.each(["radio","checkbox"],function(){e.valHooks[this]={set:function(t,n){if(e.isArray(n)){return(t.checked=e.inArray(e(t).val(),n)>=0)}}};if(!o.checkOn){e.valHooks[this].get=function(e){return e.getAttribute("value")===null?"on":e.value}}});e.each(("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu").split(" "),function(t,n){e.fn[n]=function(e,t){return arguments.length>0?this.on(n,null,e,t):this.trigger(n)}});e.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)},bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,i){return this.on(t,e,n,i)},undelegate:function(e,t,n){return arguments.length===1?this.off(e,"**"):this.off(t,e||"**",n)}});var M=e.now(),J=(/\?/);e.parseJSON=function(e){return JSON.parse(e+"")};e.parseXML=function(t){var i,r;if(!t||typeof t!=="string"){return null};try{r=new DOMParser();i=r.parseFromString(t,"text/xml")}catch(n){i=undefined};if(!i||i.getElementsByTagName("parsererror").length){e.error("Invalid XML: "+t)};return i};var vt=/#.*$/,se=/([?&])_=[^&]*/,yt=/^(.*?):[ \t]*([^\r\n]*)$/mg,ct=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,lt=/^(?:GET|HEAD)$/,rt=/^\/\//,Re=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Ie={},X={},He="*/".concat("*"),Q=t.location.href,v=Re.exec(Q.toLowerCase())||[];function ae(t){return function(n,i){if(typeof n!=="string"){i=n;n="*"};var r,s=0,o=n.toLowerCase().match(l)||[];if(e.isFunction(i)){while((r=o[s++])){if(r[0]==="+"){r=r.slice(1)||"*";(t[r]=t[r]||[]).unshift(i)}
|
||
else{(t[r]=t[r]||[]).push(i)}}}}};function ne(t,n,i,r){var o={},a=(t===X);function s(u){var f;o[u]=!0;e.each(t[u]||[],function(e,t){var u=t(n,i,r);if(typeof u==="string"&&!a&&!o[u]){n.dataTypes.unshift(u);s(u);return!1}
|
||
else if(a){return!(f=u)}});return f};return s(n.dataTypes[0])||!o["*"]&&s("*")};function U(t,n){var i,r,o=e.ajaxSettings.flatOptions||{};for(i in n){if(n[i]!==undefined){(o[i]?t:(r||(r={})))[i]=n[i]}};if(r){e.extend(!0,t,r)};return t};function Ve(e,t,n){var s,o,r,u,a=e.contents,i=e.dataTypes;while(i[0]==="*"){i.shift();if(s===undefined){s=e.mimeType||t.getResponseHeader("Content-Type")}};if(s){for(o in a){if(a[o]&&a[o].test(s)){i.unshift(o);break}}};if(i[0]in n){r=i[0]}
|
||
else{for(o in n){if(!i[0]||e.converters[o+" "+i[0]]){r=o;break};if(!u){u=o}};r=r||u};if(r){if(r!==i[0]){i.unshift(r)};return n[r]}};function Ge(e,t,n,i){var c,r,o,f,u,a={},l=e.dataTypes.slice();if(l[1]){for(o in e.converters){a[o.toLowerCase()]=e.converters[o]}};r=l.shift();while(r){if(e.responseFields[r]){n[e.responseFields[r]]=t};if(!u&&i&&e.dataFilter){t=e.dataFilter(t,e.dataType)};u=r;r=l.shift();if(r){if(r==="*"){r=u}
|
||
else if(u!=="*"&&u!==r){o=a[u+" "+r]||a["* "+r];if(!o){for(c in a){f=c.split(" ");if(f[1]===r){o=a[u+" "+f[0]]||a["* "+f[0]];if(o){if(o===!0){o=a[c]}
|
||
else if(a[c]!==!0){r=f[0];l.unshift(f[1])};break}}}};if(o!==!0){if(o&&e["throws"]){t=o(t)}
|
||
else{try{t=o(t)}catch(s){return{state:"parsererror",error:o?s:"No conversion from "+u+" to "+r}}}}}}};return{state:"success",data:t}};e.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Q,type:"GET",isLocal:ct.test(v[1]),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:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":e.parseJSON,"text xml":e.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,n){return n?U(U(t,e.ajaxSettings),n):U(e.ajaxSettings,t)},ajaxPrefilter:ae(Ie),ajaxTransport:ae(X),ajax:function(t,n){if(typeof t==="object"){n=t;t=undefined};n=n||{};var f,s,w,h,x,c,p,d,i=e.ajaxSetup({},n),u=i.context||i,y=i.context&&(u.nodeType||u.jquery)?e(u):e.event,b=e.Deferred(),k=e.Callbacks("once memory"),m=i.statusCode||{},T={},C={},a=0,N="canceled",r={readyState:0,getResponseHeader:function(e){var t;if(a===2){if(!h){h={};while((t=yt.exec(w))){h[t[1].toLowerCase()]=t[2]}};t=h[e.toLowerCase()]};return t==null?null:t},getAllResponseHeaders:function(){return a===2?w:null},setRequestHeader:function(e,t){var n=e.toLowerCase();if(!a){e=C[n]=C[n]||e;T[e]=t};return this},overrideMimeType:function(e){if(!a){i.mimeType=e};return this},statusCode:function(e){var t;if(e){if(a<2){for(t in e){m[t]=[m[t],e[t]]}}
|
||
else{r.always(e[r.status])}};return this},abort:function(e){var t=e||N;if(f){f.abort(t)};g(0,t);return this}};b.promise(r).complete=k.add;r.success=r.done;r.error=r.fail;i.url=((t||i.url||Q)+"").replace(vt,"").replace(rt,v[1]+"//");i.type=n.method||n.type||i.method||i.type;i.dataTypes=e.trim(i.dataType||"*").toLowerCase().match(l)||[""];if(i.crossDomain==null){c=Re.exec(i.url.toLowerCase());i.crossDomain=!!(c&&(c[1]!==v[1]||c[2]!==v[2]||(c[3]||(c[1]==="http:"?"80":"443"))!==(v[3]||(v[1]==="http:"?"80":"443"))))};if(i.data&&i.processData&&typeof i.data!=="string"){i.data=e.param(i.data,i.traditional)};ne(Ie,i,n,r);if(a===2){return r};p=e.event&&i.global;if(p&&e.active++===0){e.event.trigger("ajaxStart")};i.type=i.type.toUpperCase();i.hasContent=!lt.test(i.type);s=i.url;if(!i.hasContent){if(i.data){s=(i.url+=(J.test(s)?"&":"?")+i.data);delete i.data};if(i.cache===!1){i.url=se.test(s)?s.replace(se,"$1_="+M++):s+(J.test(s)?"&":"?")+"_="+M++}};if(i.ifModified){if(e.lastModified[s]){r.setRequestHeader("If-Modified-Since",e.lastModified[s])};if(e.etag[s]){r.setRequestHeader("If-None-Match",e.etag[s])}};if(i.data&&i.hasContent&&i.contentType!==!1||n.contentType){r.setRequestHeader("Content-Type",i.contentType)};r.setRequestHeader("Accept",i.dataTypes[0]&&i.accepts[i.dataTypes[0]]?i.accepts[i.dataTypes[0]]+(i.dataTypes[0]!=="*"?", "+He+"; q=0.01":""):i.accepts["*"]);for(d in i.headers){r.setRequestHeader(d,i.headers[d])};if(i.beforeSend&&(i.beforeSend.call(u,r,i)===!1||a===2)){return r.abort()};N="abort";for(d in{success:1,error:1,complete:1}){r[d](i[d])};f=ne(X,i,n,r);if(!f){g(-1,"No Transport")}
|
||
else{r.readyState=1;if(p){y.trigger("ajaxSend",[r,i])};if(i.async&&i.timeout>0){x=setTimeout(function(){r.abort("timeout")},i.timeout)};try{a=1;f.send(T,g)}catch(o){if(a<2){g(-1,o)}
|
||
else{throw o}}};function g(t,n,o,l){var d,T,v,g,h,c=n;if(a===2){return};a=2;if(x){clearTimeout(x)};f=undefined;w=l||"";r.readyState=t>0?4:0;d=t>=200&&t<300||t===304;if(o){g=Ve(i,r,o)};g=Ge(i,g,r,d);if(d){if(i.ifModified){h=r.getResponseHeader("Last-Modified");if(h){e.lastModified[s]=h};h=r.getResponseHeader("etag");if(h){e.etag[s]=h}};if(t===204||i.type==="HEAD"){c="nocontent"}
|
||
else if(t===304){c="notmodified"}
|
||
else{c=g.state;T=g.data;v=g.error;d=!v}}
|
||
else{v=c;if(t||!c){c="error";if(t<0){t=0}}};r.status=t;r.statusText=(n||c)+"";if(d){b.resolveWith(u,[T,c,r])}
|
||
else{b.rejectWith(u,[r,c,v])};r.statusCode(m);m=undefined;if(p){y.trigger(d?"ajaxSuccess":"ajaxError",[r,i,d?T:v])};k.fireWith(u,[r,c]);if(p){y.trigger("ajaxComplete",[r,i]);if(!(--e.active)){e.event.trigger("ajaxStop")}}};return r},getJSON:function(t,n,i){return e.get(t,n,i,"json")},getScript:function(t,n){return e.get(t,undefined,n,"script")}});e.each(["get","post"],function(t,n){e[n]=function(t,i,r,o){if(e.isFunction(i)){o=o||r;r=i;i=undefined};return e.ajax({url:t,type:n,dataType:o,data:i,success:r})}});e._evalUrl=function(t){return e.ajax({url:t,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})};e.fn.extend({wrapAll:function(t){var n;if(e.isFunction(t)){return this.each(function(n){e(this).wrapAll(t.call(this,n))})};if(this[0]){n=e(t,this[0].ownerDocument).eq(0).clone(!0);if(this[0].parentNode){n.insertBefore(this[0])};n.map(function(){var e=this;while(e.firstElementChild){e=e.firstElementChild};return e}).append(this)};return this},wrapInner:function(t){if(e.isFunction(t)){return this.each(function(n){e(this).wrapInner(t.call(this,n))})};return this.each(function(){var i=e(this),n=i.contents();if(n.length){n.wrapAll(t)}
|
||
else{i.append(t)}})},wrap:function(t){var n=e.isFunction(t);return this.each(function(i){e(this).wrapAll(n?t.call(this,i):t)})},unwrap:function(){return this.parent().each(function(){if(!e.nodeName(this,"body")){e(this).replaceWith(this.childNodes)}}).end()}});e.expr.filters.hidden=function(e){return e.offsetWidth<=0&&e.offsetHeight<=0};e.expr.filters.visible=function(t){return!e.expr.filters.hidden(t)};var dt=/%20/g,gt=/\[\]$/,ve=/\r?\n/g,mt=/^(?:submit|button|image|reset|file)$/i,xt=/^(?:input|select|textarea|keygen)/i;function B(t,n,i,r){var o;if(e.isArray(n)){e.each(n,function(e,n){if(i||gt.test(t)){r(t,n)}
|
||
else{B(t+"["+(typeof n==="object"?e:"")+"]",n,i,r)}})}
|
||
else if(!i&&e.type(n)==="object"){for(o in n){B(t+"["+o+"]",n[o],i,r)}}
|
||
else{r(t,n)}};e.param=function(t,n){var r,i=[],o=function(t,n){n=e.isFunction(n)?n():(n==null?"":n);i[i.length]=encodeURIComponent(t)+"="+encodeURIComponent(n)};if(n===undefined){n=e.ajaxSettings&&e.ajaxSettings.traditional};if(e.isArray(t)||(t.jquery&&!e.isPlainObject(t))){e.each(t,function(){o(this.name,this.value)})}
|
||
else{for(r in t){B(r,t[r],n,o)}};return i.join("&").replace(dt,"+")};e.fn.extend({serialize:function(){return e.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var t=e.prop(this,"elements");return t?e.makeArray(t):this}).filter(function(){var t=this.type;return this.name&&!e(this).is(":disabled")&&xt.test(this.nodeName)&&!mt.test(t)&&(this.checked||!We.test(t))}).map(function(t,n){var i=e(this).val();return i==null?null:e.isArray(i)?e.map(i,function(e){return{name:n.name,value:e.replace(ve,"\r\n")}}):{name:n.name,value:i.replace(ve,"\r\n")}}).get()}});e.ajaxSettings.xhr=function(){try{return new XMLHttpRequest()}catch(e){}};var ht=0,R={},pt={0:200,1223:204},w=e.ajaxSettings.xhr();if(t.attachEvent){t.attachEvent("onunload",function(){for(var e in R){R[e]()}})};o.cors=!!w&&("withCredentials" in w);o.ajax=w=!!w;e.ajaxTransport(function(e){var t;if(o.cors||w&&!e.crossDomain){return{send:function(n,i){var s,r=e.xhr(),a=++ht;r.open(e.type,e.url,e.async,e.username,e.password);if(e.xhrFields){for(s in e.xhrFields){r[s]=e.xhrFields[s]}};if(e.mimeType&&r.overrideMimeType){r.overrideMimeType(e.mimeType)};if(!e.crossDomain&&!n["X-Requested-With"]){n["X-Requested-With"]="XMLHttpRequest"};for(s in n){r.setRequestHeader(s,n[s])};t=function(e){return function(){if(t){delete R[a];t=r.onload=r.onerror=null;if(e==="abort"){r.abort()}
|
||
else if(e==="error"){i(r.status,r.statusText)}
|
||
else{i(pt[r.status]||r.status,r.statusText,typeof r.responseText==="string"?{text:r.responseText}:undefined,r.getAllResponseHeaders())}}}};r.onload=t();r.onerror=t("error");t=R[a]=t("abort");try{r.send(e.hasContent&&e.data||null)}catch(o){if(t){throw o}}},abort:function(){if(t){t()}}}}});e.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(t){e.globalEval(t);return t}}});e.ajaxPrefilter("script",function(e){if(e.cache===undefined){e.cache=!1};if(e.crossDomain){e.type="GET"}});e.ajaxTransport("script",function(t){if(t.crossDomain){var i,n;return{send:function(o,s){i=e("<script>").prop({async:!0,charset:t.scriptCharset,src:t.url}).on("load error",n=function(e){i.remove();n=null;if(e){s(e.type==="error"?404:200,e.type)}});r.head.appendChild(i[0])},abort:function(){if(n){n()}}}}});var pe=[],K=/(=)\?(?=&|$)|\?\?/;e.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var t=pe.pop()||(e.expando+"_"+(M++));this[t]=!0;return t}});e.ajaxPrefilter("json jsonp",function(n,i,r){var o,a,s,u=n.jsonp!==!1&&(K.test(n.url)?"url":typeof n.data==="string"&&!(n.contentType||"").indexOf("application/x-www-form-urlencoded")&&K.test(n.data)&&"data");if(u||n.dataTypes[0]==="jsonp"){o=n.jsonpCallback=e.isFunction(n.jsonpCallback)?n.jsonpCallback():n.jsonpCallback;if(u){n[u]=n[u].replace(K,"$1"+o)}
|
||
else if(n.jsonp!==!1){n.url+=(J.test(n.url)?"&":"?")+n.jsonp+"="+o};n.converters["script json"]=function(){if(!s){e.error(o+" was not called")};return s[0]};n.dataTypes[0]="json";a=t[o];t[o]=function(){s=arguments};r.always(function(){t[o]=a;if(n[o]){n.jsonpCallback=i.jsonpCallback;pe.push(o)};if(s&&e.isFunction(a)){a(s[0])};s=a=undefined});return"script"}});e.parseHTML=function(t,n,i){if(!t||typeof t!=="string"){return null};if(typeof n==="boolean"){i=n;n=!1};n=n||r;var s=me.exec(t),o=!i&&[];if(s){return[n.createElement(s[1])]};s=e.buildFragment([t],n,o);if(o&&o.length){e(o).remove()};return e.merge([],s.childNodes)};var ie=e.fn.load;e.fn.load=function(t,n,i){if(typeof t!=="string"&&ie){return ie.apply(this,arguments)};var s,a,u,o=this,r=t.indexOf(" ");if(r>=0){s=e.trim(t.slice(r));t=t.slice(0,r)};if(e.isFunction(n)){i=n;n=undefined}
|
||
else if(n&&typeof n==="object"){a="POST"};if(o.length>0){e.ajax({url:t,type:a,dataType:"html",data:n}).done(function(t){u=arguments;o.html(s?e("<div>").append(e.parseHTML(t)).find(s):t)}).complete(i&&function(e,t){o.each(i,u||[e.responseText,t,e])})};return this};e.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(t,n){e.fn[n]=function(e){return this.on(n,e)}});e.expr.filters.animated=function(t){return e.grep(e.timers,function(e){return t===e.elem}).length};var le=t.document.documentElement;function ce(t){return e.isWindow(t)?t:t.nodeType===9&&t.defaultView};e.offset={setOffset:function(t,n,i){var l,c,d,f,r,s,p,u=e.css(t,"position"),a=e(t),o={};if(u==="static"){t.style.position="relative"};r=a.offset();d=e.css(t,"top");s=e.css(t,"left");p=(u==="absolute"||u==="fixed")&&(d+s).indexOf("auto")>-1;if(p){l=a.position();f=l.top;c=l.left}
|
||
else{f=parseFloat(d)||0;c=parseFloat(s)||0};if(e.isFunction(n)){n=n.call(t,i,r)};if(n.top!=null){o.top=(n.top-r.top)+f};if(n.left!=null){o.left=(n.left-r.left)+c};if("using" in n){n.using.call(t,o)}
|
||
else{a.css(o)}}};e.fn.extend({offset:function(t){if(arguments.length){return t===undefined?this:this.each(function(n){e.offset.setOffset(this,t,n)})};var i,s,n=this[0],r={top:0,left:0},o=n&&n.ownerDocument;if(!o){return};i=o.documentElement;if(!e.contains(i,n)){return r};if(typeof n.getBoundingClientRect!==strundefined){r=n.getBoundingClientRect()};s=ce(o);return{top:r.top+s.pageYOffset-i.clientTop,left:r.left+s.pageXOffset-i.clientLeft}},position:function(){if(!this[0]){return};var t,i,r=this[0],n={top:0,left:0};if(e.css(r,"position")==="fixed"){i=r.getBoundingClientRect()}
|
||
else{t=this.offsetParent();i=this.offset();if(!e.nodeName(t[0],"html")){n=t.offset()};n.top+=e.css(t[0],"borderTopWidth",!0);n.left+=e.css(t[0],"borderLeftWidth",!0)};return{top:i.top-n.top-e.css(r,"marginTop",!0),left:i.left-n.left-e.css(r,"marginLeft",!0)}},offsetParent:function(){return this.map(function(){var t=this.offsetParent||le;while(t&&(!e.nodeName(t,"html")&&e.css(t,"position")==="static")){t=t.offsetParent};return t||le})}});e.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(n,i){var r="pageYOffset"===i;e.fn[n]=function(e){return c(this,function(e,n,o){var s=ce(e);if(o===undefined){return s?s[i]:e[n]};if(s){s.scrollTo(!r?o:t.pageXOffset,r?o:t.pageYOffset)}
|
||
else{e[n]=o}},n,e,arguments.length,null)}});e.each(["top","left"],function(t,n){e.cssHooks[n]=be(o.pixelPosition,function(t,i){if(i){i=C(t,n);return W.test(i)?e(t).position()[n]+"px":i}})});e.each({Height:"height",Width:"width"},function(t,n){e.each({padding:"inner"+t,content:n,"":"outer"+t},function(i,r){e.fn[r]=function(r,o){var a=arguments.length&&(i||typeof r!=="boolean"),s=i||(r===!0||o===!0?"margin":"border");return c(this,function(n,i,r){var o;if(e.isWindow(n)){return n.document.documentElement["client"+t]};if(n.nodeType===9){o=n.documentElement;return Math.max(n.body["scroll"+t],o["scroll"+t],n.body["offset"+t],o["offset"+t],o["client"+t])};return r===undefined?e.css(n,i,s):e.style(n,i,r,s)},n,a?r:undefined,a,null)}})});e.fn.size=function(){return this.length};e.fn.andSelf=e.fn.addBack;if(typeof define==="function"&&define.amd){define("jquery",[],function(){return e})};var Nt=t.jQuery,Mt=t.$;e.noConflict=function(n){if(t.$===e){t.$=Mt};if(n&&t.jQuery===e){t.jQuery=Nt};return e};if(typeof n===strundefined){t.jQuery=t.$=e};return e}));
|
||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.moment=t()}(this,function(){"use strict";function n(){return ia.apply(null,arguments)};function nd(e){ia=e};function Ae(e){return"[object Array]"===Object.prototype.toString.call(e)};function Oe(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)};function Xr(e,t){var a,n=[];for(a=0;a<e.length;++a)n.push(t(e[a],a));return n};function B(e,t){return Object.prototype.hasOwnProperty.call(e,t)};function Ee(e,t){for(var a in t)B(t,a)&&(e[a]=t[a]);return B(t,"toString")&&(e.toString=t.toString),B(t,"valueOf")&&(e.valueOf=t.valueOf),e};function fe(e,t,a,n){return Nt(e,t,a,n,!0).utc()};function Br(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1}};function o(e){return null==e._pf&&(e._pf=Br()),e._pf};function fa(e){if(null==e._isValid){var t=o(e);e._isValid=!(isNaN(e._d.getTime())||!(t.overflow<0)||t.empty||t.invalidMonth||t.invalidWeekday||t.nullInput||t.invalidFormat||t.userInvalidated),e._strict&&(e._isValid=e._isValid&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour)};return e._isValid};function ka(e){var t=fe(NaN);return null!=e?Ee(o(t),e):o(t).userInvalidated=!0,t};function Qe(e,t){var s,a,n;if("undefined"!=typeof t._isAMomentObject&&(e._isAMomentObject=t._isAMomentObject),"undefined"!=typeof t._i&&(e._i=t._i),"undefined"!=typeof t._f&&(e._f=t._f),"undefined"!=typeof t._l&&(e._l=t._l),"undefined"!=typeof t._strict&&(e._strict=t._strict),"undefined"!=typeof t._tzm&&(e._tzm=t._tzm),"undefined"!=typeof t._isUTC&&(e._isUTC=t._isUTC),"undefined"!=typeof t._offset&&(e._offset=t._offset),"undefined"!=typeof t._pf&&(e._pf=o(t)),"undefined"!=typeof t._locale&&(e._locale=t._locale),mt.length>0)for(s in mt)a=mt[s],n=t[a],"undefined"!=typeof n&&(e[a]=n);return e};function Me(e){Qe(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),ct===!1&&(ct=!0,n.updateOffset(this),ct=!1)};function O(e){return e instanceof Me||null!=e&&null!=e._isAMomentObject};function c(e){return 0>e?Math.ceil(e):Math.floor(e)};function m(e){var t=+e,a=0;return 0!==t&&isFinite(t)&&(a=c(t)),a};function ca(e,t,a){var n,d=Math.min(e.length,t.length),r=Math.abs(e.length-t.length),s=0;for(n=0;d>n;n++)(a&&e[n]!==t[n]||!a&&m(e[n])!==m(t[n]))&&s++;return s+r};function Ya(){};function ua(e){return e?e.toLowerCase().replace("_","-"):e};function Qr(e){for(var a,t,r,n,s=0;s<e.length;){for(n=ua(e[s]).split("-"),a=n.length,t=ua(e[s+1]),t=t?t.split("-"):null;a>0;){if(r=St(n.slice(0,a).join("-")))return r;if(t&&t.length>=a&&ca(n,t,!0)>=a-1)break;a--};s++};return null};function St(e){var t=null;if(!K[e]&&"undefined"!=typeof module&&module&&module.exports)try{t=We._abbr,require("./locale/"+e),ce(t)}catch(a){};return K[e]};function ce(e,t){var a;return e&&(a="undefined"==typeof t?Q(e):wt(e,t),a&&(We=a)),We._abbr};function wt(e,t){return null!==t?(t.abbr=e,K[e]=K[e]||new Ya,K[e].set(t),ce(e),K[e]):(delete K[e],null)};function Q(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return We;if(!Ae(e)){if(t=St(e))return t;e=[e]};return Qr(e)};function M(e,t){var a=e.toLowerCase();pe[a]=pe[a+"s"]=pe[t]=e};function T(e){return"string"==typeof e?pe[e]||pe[e.toLowerCase()]:void 0};function Wt(e){var a,t,n={};for(t in e)B(e,t)&&(a=T(t),a&&(n[a]=e[t]));return n};function ne(e,t){return function(a){return null!=a?(yt(this,e,a),n.updateOffset(this,t),this):Ce(this,e)}};function Ce(e,t){return e._d["get"+(e._isUTC?"UTC":"")+t]()};function yt(e,t,a){return e._d["set"+(e._isUTC?"UTC":"")+t](a)};function pt(e,t){var a;if("object"==typeof e)for(a in e)this.set(a,e[a]);else if(e=T(e),"function"==typeof this[e])return this[e](t);return this};function at(e,t,a){var n=""+Math.abs(e),r=t-n.length,s=e>=0;return(s?a?"+":"":"-")+Math.pow(10,Math.max(0,r)).toString().substr(1)+n};function s(e,t,a,n){var s=n;"string"==typeof n&&(s=function(){return this[n]()}),e&&(ue[e]=s),t&&(ue[t[0]]=function(){return at(s.apply(this,arguments),t[1],t[2])}),a&&(ue[a]=function(){return this.localeData().ordinal(s.apply(this,arguments),e)})};function ed(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")};function ad(e){var t,n,a=e.match(da);for(t=0,n=a.length;n>t;t++)ue[a[t]]?a[t]=ue[a[t]]:a[t]=ed(a[t]);return function(s){var r="";for(t=0;n>t;t++)r+=a[t]instanceof Function?a[t].call(s,e):a[t];return r}};function nt(e,t){return e.isValid()?(t=Tt(t,e.localeData()),Yt[t]=Yt[t]||ad(t),Yt[t](e)):e.localeData().invalidDate()};function Tt(e,t){function n(e){return t.longDateFormat(e)||e};var a=5;for(je.lastIndex=0;a>=0&&je.test(e);)e=e.replace(je,n),je.lastIndex=0,a-=1;return e};function td(e){return"function"==typeof e&&"[object Function]"===Object.prototype.toString.call(e)};function a(e,t,a){Ie[e]=td(t)?t:function(e){return e&&a?a:t}};function ld(e,t){return B(Ie,e)?Ie[e](t._strict,t._locale):new RegExp(Md(e))};function Md(e){return e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(e,t,a,n,s){return t||a||n||s}).replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")};function l(e,t){var a,n=t;for("string"==typeof e&&(e=[e]),"number"==typeof t&&(n=function(e,a){a[t]=m(e)}),a=0;a<e.length;a++)Ve[e[a]]=n};function Le(e,t){l(e,function(e,a,n,s){n._w=n._w||{},t(e,n._w,n,s)})};function Td(e,t,a){null!=t&&B(Ve,e)&&Ve[e](t,a._a,a,e)};function st(e,t){return new Date(Date.UTC(e,t+1,0)).getUTCDate()};function kd(e){return this._months[e.month()]};function gd(e){return this._monthsShort[e.month()]};function wd(e,t,a){var n,s,r;for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),n=0;12>n;n++){if(s=fe([2e3,n]),a&&!this._longMonthsParse[n]&&(this._longMonthsParse[n]=new RegExp("^"+this.months(s,"").replace(".","")+"$","i"),this._shortMonthsParse[n]=new RegExp("^"+this.monthsShort(s,"").replace(".","")+"$","i")),a||this._monthsParse[n]||(r="^"+this.months(s,"")+"|^"+this.monthsShort(s,""),this._monthsParse[n]=new RegExp(r.replace(".",""),"i")),a&&"MMMM"===t&&this._longMonthsParse[n].test(e))return n;if(a&&"MMM"===t&&this._shortMonthsParse[n].test(e))return n;if(!a&&this._monthsParse[n].test(e))return n}};function Zt(e,t){var a;return"string"==typeof t&&(t=e.localeData().monthsParse(t),"number"!=typeof t)?e:(a=Math.min(e.date(),st(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,a),e)};function Kt(e){return null!=e?(Zt(this,e),n.updateOffset(this,!0),this):Ce(this,"Month")};function Sd(){return st(this.year(),this.month())};function Xe(e){var a,t=e._a;return t&&-2===o(e).overflow&&(a=t[F]<0||t[F]>11?F:t[v]<1||t[v]>st(t[b],t[F])?v:t[L]<0||t[L]>24||24===t[L]&&(0!==t[U]||0!==t[I]||0!==t[X])?L:t[U]<0||t[U]>59?U:t[I]<0||t[I]>59?I:t[X]<0||t[X]>999?X:-1,o(e)._overflowDayOfYear&&(b>a||a>v)&&(a=v),o(e).overflow=a),e};function At(e){n.suppressDeprecationWarnings===!1&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)};function g(e,t){var a=!0;return Ee(function(){return a&&(At(e+"\n"+(new Error).stack),a=!1),t.apply(this,arguments)},t)};function vd(e,t){na[e]||(At(t),na[e]=!0)};function Rt(e){var t,n,a=e._i,s=rd.exec(a);if(s){for(o(e).iso=!0,t=0,n=Mt.length;n>t;t++)if(Mt[t][1].exec(a)){e._f=Mt[t][0];break};for(t=0,n=lt.length;n>t;t++)if(lt[t][1].exec(a)){e._f+=(s[6]||" ")+lt[t][0];break};a.match(Je)&&(e._f+="Z"),Ze(e)}
|
||
else e._isValid=!1};function Dd(e){var t=id.exec(e._i);return null!==t?void(e._d=new Date(+t[1])):(Rt(e),void(e._isValid===!1&&(delete e._isValid,n.createFromInputFallback(e))))};function es(e,t,a,n,s,d,i){var r=new Date(e,t,a,n,s,d,i);return 1970>e&&r.setFullYear(e),r};function Be(e){var t=new Date(Date.UTC.apply(null,arguments));return 1970>e&&t.setUTCFullYear(e),t};function Bt(e){return Ut(e)?366:365};function Ut(e){return e%4===0&&e%100!==0||e%400===0};function fd(){return Ut(this.year())};function ee(e,t,a){var s,r=a-t,n=a-e.day();return n>r&&(n-=7),r-7>n&&(n+=7),s=i(e).add(n,"d"),{week:Math.ceil(s.dayOfYear()/7),year:s.year()}};function hd(e){return ee(e,this._week.dow,this._week.doy).week};function Ld(){return this._week.dow};function cd(){return this._week.doy};function Yd(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")};function pd(e){var t=ee(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")};function yd(e,t,a,n,s){var r,i=6+s-n,o=Be(e,0,1+i),d=o.getUTCDay();return s>d&&(d+=7),a=null!=a?1*a:s,r=1+i+7*(t-1)-d+a,{year:r>0?e:e-1,dayOfYear:r>0?r:Bt(e-1)+r}};function qr(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")};function oe(e,t,a){return null!=e?e:null!=t?t:a};function Rr(e){var t=new Date;return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]};function Ke(e){var t,s,r,n,a=[];if(!e._d){for(r=Rr(e),e._w&&null==e._a[v]&&null==e._a[F]&&Sr(e),e._dayOfYear&&(n=oe(e._a[b],r[b]),e._dayOfYear>Bt(n)&&(o(e)._overflowDayOfYear=!0),s=Be(n,0,e._dayOfYear),e._a[F]=s.getUTCMonth(),e._a[v]=s.getUTCDate()),t=0;3>t&&null==e._a[t];++t)e._a[t]=a[t]=r[t];for(;7>t;t++)e._a[t]=a[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[L]&&0===e._a[U]&&0===e._a[I]&&0===e._a[X]&&(e._nextDay=!0,e._a[L]=0),e._d=(e._useUTC?Be:es).apply(null,a),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[L]=24)}};function Sr(e){var t,o,r,n,a,s,d;t=e._w,null!=t.GG||null!=t.W||null!=t.E?(a=1,s=4,o=oe(t.GG,e._a[b],ee(i(),1,4).year),r=oe(t.W,1),n=oe(t.E,1)):(a=e._locale._week.dow,s=e._locale._week.doy,o=oe(t.gg,e._a[b],ee(i(),a,s).year),r=oe(t.w,1),null!=t.d?(n=t.d,a>n&&++r):n=null!=t.e?t.e+a:a),d=yd(o,r,n,s,a),e._a[b]=d.year,e._dayOfYear=d.dayOfYear};function Ze(e){if(e._f===n.ISO_8601)return void Rt(e);e._a=[],o(e).empty=!0;var r,t,i,s,d,a=""+e._i,u=a.length,m=0;for(i=Tt(e._f,e._locale).match(da)||[],r=0;r<i.length;r++)s=i[r],t=(a.match(ld(s,e))||[])[0],t&&(d=a.substr(0,a.indexOf(t)),d.length>0&&o(e).unusedInput.push(d),a=a.slice(a.indexOf(t)+t.length),m+=t.length),ue[s]?(t?o(e).empty=!1:o(e).unusedTokens.push(s),Td(s,t,e)):e._strict&&!t&&o(e).unusedTokens.push(s);o(e).charsLeftOver=u-m,a.length>0&&o(e).unusedInput.push(a),o(e).bigHour===!0&&e._a[L]<=12&&e._a[L]>0&&(o(e).bigHour=void 0),e._a[L]=vr(e._locale,e._a[L],e._meridiem),Ke(e),Xe(e)};function vr(e,t,a){var n;return null==a?t:null!=e.meridiemHour?e.meridiemHour(t,a):null!=e.isPM?(n=e.isPM(a),n&&12>t&&(t+=12),n||12!==t||(t=0),t):t};function Hr(e){var t,r,s,n,a;if(0===e._f.length)return o(e).invalidFormat=!0,void(e._d=new Date(NaN));for(n=0;n<e._f.length;n++)a=0,t=Qe({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._f=e._f[n],Ze(t),fa(t)&&(a+=o(t).charsLeftOver,a+=10*o(t).unusedTokens.length,o(t).score=a,(null==s||s>a)&&(s=a,r=t));Ee(e,r||t)};function br(e){if(!e._d){var t=Wt(e._i);e._a=[t.year,t.month,t.day||t.date,t.hour,t.minute,t.second,t.millisecond],Ke(e)}};function Wr(e){var t=new Me(Xe(Jt(e)));return t._nextDay&&(t.add(1,"d"),t._nextDay=void 0),t};function Jt(e){var t=e._i,a=e._f;return e._locale=e._locale||Q(e._l),null===t||void 0===a&&""===t?ka({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),O(t)?new Me(Xe(t)):(Ae(a)?Hr(e):a?Ze(e):Oe(t)?e._d=t:jr(e),e))};function jr(e){var t=e._i;void 0===t?e._d=new Date:Oe(t)?e._d=new Date(+t):"string"==typeof t?Dd(e):Ae(t)?(e._a=Xr(t.slice(0),function(e){return parseInt(e,10)}),Ke(e)):"object"==typeof t?br(e):"number"==typeof t?e._d=new Date(t):n.createFromInputFallback(e)};function Nt(e,t,a,n,r){var s={};return"boolean"==typeof a&&(n=a,a=void 0),s._isAMomentObject=!0,s._useUTC=s._isUTC=r,s._l=a,s._i=e,s._f=t,s._strict=n,Wr(s)};function i(e,t,a,n){return Nt(e,t,a,n,!1)};function Gt(e,t){var n,a;if(1===t.length&&Ae(t[0])&&(t=t[0]),!t.length)return i();for(n=t[0],a=1;a<t.length;++a)(!t[a].isValid()||t[a][e](n))&&(n=t[a]);return n};function wr(){var e=[].slice.call(arguments,0);return Gt("isBefore",e)};function gr(){var e=[].slice.call(arguments,0);return Gt("isAfter",e)};function Pe(e){var t=Wt(e),i=t.year||0,o=t.quarter||0,m=t.month||0,d=t.week||0,u=t.day||0,s=t.hour||0,a=t.minute||0,r=t.second||0,n=t.millisecond||0;this._milliseconds=+n+1e3*r+6e4*a+36e5*s,this._days=+u+7*d,this._months=+m+3*o+12*i,this._data={},this._locale=Q(),this._bubble()};function dt(e){return e instanceof Pe};function Vt(e,t){s(e,0,0,function(){var e=this.utcOffset(),a="+";return 0>e&&(e=-e,a="-"),a+at(~~(e/60),2)+t+at(~~e%60,2)})};function ht(e){var a=(e||"").match(Je)||[],s=a[a.length-1]||[],t=(s+"").match(gs)||["-",0,0],n=+(60*t[1])+m(t[2]);return"+"===t[0]?n:-n};function Lt(e,t){var a,s;return t._isUTC?(a=t.clone(),s=(O(e)||Oe(e)?+e:+i(e))-+a,a._d.setTime(+a._d+s),n.updateOffset(a,!1),a):i(e).local()};function ut(e){return 15*-Math.round(e._d.getTimezoneOffset()/15)};function pr(e,t){var s,a=this._offset||0;return null!=e?("string"==typeof e&&(e=ht(e)),Math.abs(e)<16&&(e=60*e),!this._isUTC&&t&&(s=ut(this)),this._offset=e,this._isUTC=!0,null!=s&&this.add(s,"m"),a!==e&&(!t||this._changeInProgress?Dt(this,C(e-a,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,n.updateOffset(this,!0),this._changeInProgress=null)),this):this._isUTC?a:ut(this)};function yr(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()};function Yr(e){return this.utcOffset(0,e)};function fr(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(ut(this),"m")),this};function Dr(){return this._tzm?this.utcOffset(this._tzm):"string"==typeof this._i&&this.utcOffset(ht(this._i)),this};function Tr(e){return e=e?i(e).utcOffset():0,(this.utcOffset()-e)%60===0};function kr(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()};function xr(){if("undefined"!=typeof this._isDSTShifted)return this._isDSTShifted;var e={};if(Qe(e,this),e=Jt(e),e._a){var t=e._isUTC?fe(e._a):i(e._a);this._isDSTShifted=this.isValid()&&ca(e._a,t.toArray())>0}
|
||
else this._isDSTShifted=!1;return this._isDSTShifted};function Fr(){return!this._isUTC};function Ur(){return this._isUTC};function It(){return this._isUTC&&0===this._offset};function C(e,t){var s,r,d,a=e,n=null;return dt(e)?a={ms:e._milliseconds,d:e._days,M:e._months}:"number"==typeof e?(a={},t?a[t]=e:a.milliseconds=e):(n=Ts.exec(e))?(s="-"===n[1]?-1:1,a={y:0,d:m(n[v])*s,h:m(n[L])*s,m:m(n[U])*s,s:m(n[I])*s,ms:m(n[X])*s}):(n=ws.exec(e))?(s="-"===n[1]?-1:1,a={y:R(n[2],s),M:R(n[3],s),d:R(n[4],s),h:R(n[5],s),m:R(n[6],s),s:R(n[7],s),w:R(n[8],s)}):null==a?a={}:"object"==typeof a&&("from"in a||"to"in a)&&(d=Nr(i(a.from),i(a.to)),a={},a.ms=d.milliseconds,a.M=d.months),r=new Pe(a),dt(e)&&B(e,"_locale")&&(r._locale=e._locale),r};function R(e,t){var a=e&&parseFloat(e.replace(",","."));return(isNaN(a)?0:a)*t};function Xt(e,t){var a={milliseconds:0,months:0};return a.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(a.months,"M").isAfter(t)&&--a.months,a.milliseconds=+t-+e.clone().add(a.months,"M"),a};function Nr(e,t){var a;return t=Lt(t,e),e.isBefore(t)?a=Xt(e,t):(a=Xt(t,e),a.milliseconds=-a.milliseconds,a.months=-a.months),a};function jt(e,t){return function(a,n){var r,s;return null===n||isNaN(+n)||(vd(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period)."),s=a,a=n,n=s),a="string"==typeof a?+a:a,r=C(a,n),Dt(this,r,e),this}};function Dt(e,t,a,s){var i=t._milliseconds,d=t._days,r=t._months;s=null==s?!0:s,i&&e._d.setTime(+e._d+i*a),d&&yt(e,"Date",Ce(e,"Date")+d*a),r&&Zt(e,Ce(e,"Month")+r*a),s&&n.updateOffset(e,d||r)};function Ir(e,t){var s=e||i(),r=Lt(s,this).startOf("day"),a=this.diff(r,"days",!0),n=-6>a?"sameElse":-1>a?"lastWeek":0>a?"lastDay":1>a?"sameDay":2>a?"nextDay":7>a?"nextWeek":"sameElse";return this.format(t&&t[n]||this.localeData().calendar(n,this,i(s)))};function Vr(){return new Me(this)};function Zr(e,t){var a;return t=T("undefined"!=typeof t?t:"millisecond"),"millisecond"===t?(e=O(e)?e:i(e),+this>+e):(a=O(e)?+e:+i(e),a<+this.clone().startOf(t))};function Kr(e,t){var a;return t=T("undefined"!=typeof t?t:"millisecond"),"millisecond"===t?(e=O(e)?e:i(e),+e>+this):(a=O(e)?+e:+i(e),+this.clone().endOf(t)<a)};function Cr(e,t,a){return this.isAfter(e,a)&&this.isBefore(t,a)};function Gr(e,t){var a;return t=T(t||"millisecond"),"millisecond"===t?(e=O(e)?e:i(e),+this===+e):(a=+i(e),+this.clone().startOf(t)<=a&&a<=+this.clone().endOf(t))};function Pr(e,t,a){var n,s,r=Lt(e,this),d=6e4*(r.utcOffset()-this.utcOffset());return t=T(t),"year"===t||"month"===t||"quarter"===t?(s=Ar(this,r),"quarter"===t?s/=3:"year"===t&&(s/=12)):(n=this-r,s="second"===t?n/1e3:"minute"===t?n/6e4:"hour"===t?n/36e5:"day"===t?(n-d)/864e5:"week"===t?(n-d)/6048e5:n),a?s:c(s)};function Ar(e,t){var s,r,n=12*(t.year()-e.year())+(t.month()-e.month()),a=e.clone().add(n,"months");return 0>t-a?(s=e.clone().add(n-1,"months"),r=(t-a)/(a-s)):(s=e.clone().add(n+1,"months"),r=(t-a)/(s-a)),-(n+r)};function zr(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")};function gt(){var e=this.clone().utc();return 0<e.year()&&e.year()<=9999?"function"==typeof Date.prototype.toISOString?this.toDate().toISOString():nt(e,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):nt(e,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]")};function Er(e){var t=nt(this,e||n.defaultFormat);return this.localeData().postformat(t)};function Jr(e,t){return this.isValid()?C({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()};function Or(e){return this.from(i(),e)};function Hd(e,t){return this.isValid()?C({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()};function Rn(e){return this.to(i(),e)};function vt(e){var t;return void 0===e?this._locale._abbr:(t=Q(e),null!=t&&(this._locale=t),this)};function bt(){return this._locale};function Ka(e){switch(e=T(e)){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)};return"week"===e&&this.weekday(0),"isoWeek"===e&&this.isoWeekday(1),"quarter"===e&&this.month(3*Math.floor(this.month()/3)),this};function Ia(e){return e=T(e),void 0===e||"millisecond"===e?this:this.startOf(e).add(1,"isoWeek"===e?"week":e).subtract(1,"ms")};function Ua(){return+this._d-6e4*(this._offset||0)};function Ja(){return Math.floor(+this/1e3)};function Ga(){return this._offset?new Date(+this):this._d};function Ca(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]};function Na(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}};function Ra(){return fa(this)};function qa(){return Ee({},o(this))};function nn(){return o(this).overflow};function ze(e,t){s(0,[e,e.length],0,t)};function zt(e,t,a){return ee(i([e,11,31+t-a]),t,a).week};function Qa(e){var t=ee(this,this.localeData()._week.dow,this.localeData()._week.doy).year;return null==e?t:this.add(e-t,"y")};function en(e){var t=ee(this,1,4).year;return null==e?t:this.add(e-t,"y")};function dn(){return zt(this.year(),1,4)};function ja(){var e=this.localeData()._week;return zt(this.year(),e.dow,e.doy)};function wa(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)};function ga(e,t){return"string"!=typeof e?e:isNaN(e)?(e=t.weekdaysParse(e),"number"==typeof e?e:null):parseInt(e,10)};function va(e){return this._weekdays[e.day()]};function Sa(e){return this._weekdaysShort[e.day()]};function Ha(e){return this._weekdaysMin[e.day()]};function Aa(e){var t,a,n;for(this._weekdaysParse=this._weekdaysParse||[],t=0;7>t;t++)if(this._weekdaysParse[t]||(a=i([2e3,1]).day(t),n="^"+this.weekdays(a,"")+"|^"+this.weekdaysShort(a,"")+"|^"+this.weekdaysMin(a,""),this._weekdaysParse[t]=new RegExp(n.replace(".",""),"i")),this._weekdaysParse[t].test(e))return t};function Fa(e){var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=ga(e,this.localeData()),this.add(e-t,"d")):t};function xa(e){var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")};function tn(e){return null==e?this.day()||7:this.day(this.day()%7?e:e-7)};function Ot(e,t){s(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})};function Pt(e,t){return t._meridiemParse};function Qn(e){return"p"===(e+"").toLowerCase().charAt(0)};function Jn(e,t,a){return e>11?a?"pm":"PM":a?"am":"AM"};function En(e,t){t[X]=m(1e3*("0."+e))};function zn(){return this._isUTC?"UTC":""};function xn(){return this._isUTC?"Coordinated Universal Time":""};function Fn(e){return i(1e3*e)};function An(){return i.apply(null,arguments).parseZone()};function Pn(e,t,a){var n=this._calendar[e];return"function"==typeof n?n.call(t,a):n};function Cn(e){var a=this._longDateFormat[e],t=this._longDateFormat[e.toUpperCase()];return a||!t?a:(this._longDateFormat[e]=t.replace(/MMMM|MM|DD|dddd/g,function(e){return e.slice(1)}),this._longDateFormat[e])};function Nn(){return this._invalidDate};function Bn(e){return this._ordinal.replace("%d",e)};function qt(e){return e};function Kn(e,t,a,n){var s=this._relativeTime[a];return"function"==typeof s?s(e,t,a,n):s.replace(/%d/i,e)};function cn(e,t){var a=this._relativeTime[e>0?"future":"past"];return"function"==typeof a?a(t):a.replace(/%s/i,t)};function hn(e){var a,t;for(t in e)a=e[t],"function"==typeof a?this[t]=a:this["_"+t]=a;this._ordinalParseLenient=new RegExp(this._ordinalParse.source+"|"+/\d{1,2}/.source)};function Qt(e,t,a,n){var r=Q(),s=fe().set(n,t);return r[a](s,e)};function he(e,t,a,n,s){if("number"==typeof e&&(t=e,e=void 0),e=e||"",null!=t)return Qt(e,t,a,s);var r,d=[];for(r=0;n>r;r++)d[r]=Qt(e,r,a,s);return d};function un(e,t){return he(e,t,"months",12,"month")};function pn(e,t){return he(e,t,"monthsShort",12,"month")};function fn(e,t){return he(e,t,"weekdays",7,"day")};function Hn(e,t){return he(e,t,"weekdaysShort",7,"day")};function bn(e,t){return he(e,t,"weekdaysMin",7,"day")};function vn(){var e=this._data;return this._milliseconds=x(this._milliseconds),this._days=x(this._days),this._months=x(this._months),e.milliseconds=x(e.milliseconds),e.seconds=x(e.seconds),e.minutes=x(e.minutes),e.hours=x(e.hours),e.months=x(e.months),e.years=x(e.years),this};function Et(e,t,a,n){var s=C(t,a);return e._milliseconds+=n*s._milliseconds,e._days+=n*s._days,e._months+=n*s._months,e._bubble()};function Dn(e,t){return Et(this,e,t,1)};function ln(e,t){return Et(this,e,t,-1)};function sa(e){return 0>e?Math.floor(e):Math.ceil(e)};function Gn(){var d,i,r,o,s,n=this._milliseconds,e=this._days,t=this._months,a=this._data;return n>=0&&e>=0&&t>=0||0>=n&&0>=e&&0>=t||(n+=864e5*sa(ot(t)+e),e=0,t=0),a.milliseconds=n%1e3,d=c(n/1e3),a.seconds=d%60,i=c(d/60),a.minutes=i%60,r=c(i/60),a.hours=r%24,e+=c(r/24),s=c(Da(e)),t+=s,e-=sa(ot(s)),o=c(t/12),t%=12,a.days=e,a.months=t,a.years=o,this};function Da(e){return 4800*e/146097};function ot(e){return 146097*e/4800};function rn(e){var t,n,a=this._milliseconds;if(e=T(e),"month"===e||"year"===e)return t=this._days+a/864e5,n=this._months+Da(t),"month"===e?n:n/12;switch(t=this._days+Math.round(ot(this._months)),e){case"week":return t/7+a/6048e5;case"day":return t+a/864e5;case"hour":return 24*t+a/36e5;case"minute":return 1440*t+a/6e4;case"second":return 86400*t+a/1e3;case"millisecond":return Math.floor(864e5*t)+a;default:throw new Error("Unknown unit "+e)}};function sn(){return this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*m(this._months/12)};function P(e){return function(){return this.as(e)}};function Va(e){return e=T(e),this[e+"s"]()};function Z(e){return function(){return this._data[e]}};function Sn(){return c(this.days()/7)};function Ba(e,t,a,n,s){return s.relativeTime(t||1,!!a,e,n)};function Xa(e,t,a){var n=C(e).abs(),m=se(n.as("s")),i=se(n.as("m")),o=se(n.as("h")),d=se(n.as("d")),r=se(n.as("M")),u=se(n.as("y")),s=m<z.s&&["s",m]||1===i&&["m"]||i<z.m&&["mm",i]||1===o&&["h"]||o<z.h&&["hh",o]||1===d&&["d"]||d<z.d&&["dd",d]||1===r&&["M"]||r<z.M&&["MM",r]||1===u&&["y"]||["yy",u];return s[2]=t,s[3]=+e>0,s[4]=a,Ba.apply(null,s)};function Ea(e,t){return void 0===z[e]?!1:void 0===t?z[e]:(z[e]=t,!0)};function ba(e){var a=this.localeData(),t=Xa(this,!e,a);return e&&(t=a.pastFuture(+this,t)),a.postformat(t)};function Ue(){var e,d,i,r=it(this._milliseconds)/1e3,M=it(this._days),s=it(this._months);e=c(r/60),d=c(e/60),r%=60,e%=60,i=c(s/12),s%=12;var l=i,m=s,u=M,n=d,a=e,t=r,o=this.asSeconds();return o?(0>o?"-":"")+"P"+(l?l+"Y":"")+(m?m+"M":"")+(u?u+"D":"")+(n||a||t?"T":"")+(n?n+"H":"")+(a?a+"M":"")+(t?t+"S":""):"P0D"};function On(e,t){var a=e.split("_");return t%10===1&&t%100!==11?a[0]:t%10>=2&&4>=t%10&&(10>t%100||t%100>=20)?a[1]:a[2]};function V(e,t,a){var n={mm:t?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:t?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"};return"m"===a?t?"хвіліна":"хвіліну":"h"===a?t?"гадзіна":"гадзіну":e+" "+On(n[a],+e)};function Zn(e,t){var n={nominative:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_"),accusative:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_")},a=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/.test(t)?"accusative":"nominative";return n[a][e.month()]};function mn(e,t){var n={nominative:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),accusative:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_")},a=/\[ ?[Вв] ?(?:мінулую|наступную)? ?\] ?dddd/.test(t)?"accusative":"nominative";return n[a][e.day()]};function rt(e,t,a){var n={mm:"munutenn",MM:"miz",dd:"devezh"};return e+" "+Ln(n[a],e)};function Mn(e){switch(ra(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}};function ra(e){return e>9?ra(e%10):e};function Ln(e,t){return 2===t?an(e):e};function an(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)};function te(e,t,a){var n=e+" ";switch(a){case"m":return t?"jedna minuta":"jedne minute";case"mm":return n+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return n+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return n+=1===e?"dan":"dana";case"MM":return n+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return n+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}};function De(e){return e>1&&5>e&&1!==~~(e/10)};function y(e,t,a,n){var s=e+" ";switch(a){case"s":return t||n?"pár sekund":"pár sekundami";case"m":return t?"minuta":n?"minutu":"minutou";case"mm":return t||n?s+(De(e)?"minuty":"minut"):s+"minutami";break;case"h":return t?"hodina":n?"hodinu":"hodinou";case"hh":return t||n?s+(De(e)?"hodiny":"hodin"):s+"hodinami";break;case"d":return t||n?"den":"dnem";case"dd":return t||n?s+(De(e)?"dny":"dní"):s+"dny";break;case"M":return t||n?"měsíc":"měsícem";case"MM":return t||n?s+(De(e)?"měsíce":"měsíců"):s+"měsíci";break;case"y":return t||n?"rok":"rokem";case"yy":return t||n?s+(De(e)?"roky":"let"):s+"lety"}};function J(e,t,a,n){var s={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?s[a][0]:s[a][1]};function G(e,t,a,n){var s={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?s[a][0]:s[a][1]};function H(e,t,a,n){var s={s:["mõne sekundi","mõni sekund","paar sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?s[a][2]?s[a][2]:s[a][1]:n?s[a][0]:s[a][1]};function p(e,t,a,n){var s="";switch(a){case"s":return n?"muutaman sekunnin":"muutama sekunti";case"m":return n?"minuutin":"minuutti";case"mm":s=n?"minuutin":"minuuttia";break;case"h":return n?"tunnin":"tunti";case"hh":s=n?"tunnin":"tuntia";break;case"d":return n?"päivän":"päivä";case"dd":s=n?"päivän":"päivää";break;case"M":return n?"kuukauden":"kuukausi";case"MM":s=n?"kuukauden":"kuukautta";break;case"y":return n?"vuoden":"vuosi";case"yy":s=n?"vuoden":"vuotta"};return s=Za(e,n)+" "+s};function Za(e,t){return 10>e?t?Ns[e]:Fe[e]:e};function q(e,t,a){var n=e+" ";switch(a){case"m":return t?"jedna minuta":"jedne minute";case"mm":return n+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta";case"h":return t?"jedan sat":"jednog sata";case"hh":return n+=1===e?"sat":2===e||3===e||4===e?"sata":"sati";case"dd":return n+=1===e?"dan":"dana";case"MM":return n+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci";case"yy":return n+=1===e?"godina":2===e||3===e||4===e?"godine":"godina"}};function k(e,t,a,n){var s=e;switch(a){case"s":return n||t?"néhány másodperc":"néhány másodperce";case"m":return"egy"+(n||t?" perc":" perce");case"mm":return s+(n||t?" perc":" perce");case"h":return"egy"+(n||t?" óra":" órája");case"hh":return s+(n||t?" óra":" órája");case"d":return"egy"+(n||t?" nap":" napja");case"dd":return s+(n||t?" nap":" napja");case"M":return"egy"+(n||t?" hónap":" hónapja");case"MM":return s+(n||t?" hónap":" hónapja");case"y":return"egy"+(n||t?" év":" éve");case"yy":return s+(n||t?" év":" éve")};return""};function oa(e){return(e?"":"[múlt] ")+"["+or[this.day()]+"] LT[-kor]"};function Pa(e,t){var n={nominative:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_"),accusative:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_")},a=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/.test(t)?"accusative":"nominative";return n[a][e.month()]};function Wa(e,t){var a="հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_");return a[e.month()]};function Xn(e,t){var a="կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_");return a[e.day()]};function Te(e){return e%100===11?!0:e%10===1?!1:!0};function S(e,t,a,n){var s=e+" ";switch(a){case"s":return t||n?"nokkrar sekúndur":"nokkrum sekúndum";case"m":return t?"mínúta":"mínútu";case"mm":return Te(e)?s+(t||n?"mínútur":"mínútum"):t?s+"mínúta":s+"mínútu";case"hh":return Te(e)?s+(t||n?"klukkustundir":"klukkustundum"):s+"klukkustund";case"d":return t?"dagur":n?"dag":"degi";case"dd":return Te(e)?t?s+"dagar":s+(n?"daga":"dögum"):t?s+"dagur":s+(n?"dag":"degi");case"M":return t?"mánuður":n?"mánuð":"mánuði";case"MM":return Te(e)?t?s+"mánuðir":s+(n?"mánuði":"mánuðum"):t?s+"mánuður":s+(n?"mánuð":"mánuði");case"y":return t||n?"ár":"ári";case"yy":return Te(e)?s+(t||n?"ár":"árum"):s+(t||n?"ár":"ári")}};function jn(e,t){var n={nominative:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),accusative:"იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს".split("_")},a=/D[oD] *MMMM?/.test(t)?"accusative":"nominative";return n[a][e.month()]};function Yn(e,t){var n={nominative:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),accusative:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_")},a=/(წინა|შემდეგ)/.test(t)?"accusative":"nominative";return n[a][e.day()]};function ke(e,t,a,n){var s={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?s[a][0]:s[a][1]};function Tn(e){var t=e.substr(0,e.indexOf(" "));return we(t)?"a "+e:"an "+e};function gn(e){var t=e.substr(0,e.indexOf(" "));return we(t)?"viru "+e:"virun "+e};function we(e){if(e=parseInt(e,10),isNaN(e))return!1;if(0>e)return!0;if(10>e)return e>=4&&7>=e?!0:!1;if(100>e){var t=e%10,a=e/10;return we(0===t?a:t)};if(1e4>e){for(;e>=10;)e/=10;return we(e)};return e/=1e3,we(e)};function qn(e,t,a,n){return t?"kelios sekundės":n?"kelių sekundžių":"kelias sekundes"};function on(e,t){var n={nominative:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),accusative:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_")},a=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/.test(t)?"accusative":"nominative";return n[a][e.month()]};function ie(e,t,a,n){return t?N(a)[0]:n?N(a)[1]:N(a)[2]};function Ct(e){return e%10===0||e>10&&20>e};function N(e){return ur[e].split("_")};function ve(e,t,a,n){var s=e+" ";return 1===e?s+ie(e,t,a[0],n):t?s+(Ct(e)?N(a)[1]:N(a)[0]):n?s+N(a)[1]:s+(Ct(e)?N(a)[1]:N(a)[2])};function Oa(e,t){var n=-1===t.indexOf("dddd HH:mm"),a=lr[e.day()];return n?a:a.substring(0,a.length-2)+"į"};function ma(e,t,a){return a?t%10===1&&11!==t?e[2]:e[3]:t%10===1&&11!==t?e[0]:e[1]};function Se(e,t,a){return e+" "+ma(ta[a],e,t)};function ge(e,t,a){return ma(ta[a],e,t)};function kn(e,t){return t?"dažas sekundes":"dažām sekundēm"};function Ne(e){return 5>e%10&&e%10>1&&~~(e/10)%10!==1};function ae(e,t,a){var n=e+" ";switch(a){case"m":return t?"minuta":"minutę";case"mm":return n+(Ne(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return n+(Ne(e)?"godziny":"godzin");case"MM":return n+(Ne(e)?"miesiące":"miesięcy");case"yy":return n+(Ne(e)?"lata":"lat")}};function le(e,t,a){var s={mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"},n=" ";return(e%100>=20||e>=100&&e%100===0)&&(n=" de "),e+n+s[a]};function za(e,t){var a=e.split("_");return t%10===1&&t%100!==11?a[0]:t%10>=2&&4>=t%10&&(10>t%100||t%100>=20)?a[1]:a[2]};function re(e,t,a){var n={mm:t?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"};return"m"===a?t?"минута":"минуту":e+" "+za(n[a],+e)};function In(e,t){var n={nominative:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),accusative:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_")},a=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/.test(t)?"accusative":"nominative";return n[a][e.month()]};function Vn(e,t){var n={nominative:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),accusative:"янв_фев_мар_апр_мая_июня_июля_авг_сен_окт_ноя_дек".split("_")},a=/D[oD]?(\[[^\[\]]*\]|\s+)+MMMM?/.test(t)?"accusative":"nominative";return n[a][e.month()]};function yn(e,t){var n={nominative:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),accusative:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_")},a=/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\] ?dddd/.test(t)?"accusative":"nominative";return n[a][e.day()]};function Ye(e){return e>1&&5>e};function D(e,t,a,n){var s=e+" ";switch(a){case"s":return t||n?"pár sekúnd":"pár sekundami";case"m":return t?"minúta":n?"minútu":"minútou";case"mm":return t||n?s+(Ye(e)?"minúty":"minút"):s+"minútami";break;case"h":return t?"hodina":n?"hodinu":"hodinou";case"hh":return t||n?s+(Ye(e)?"hodiny":"hodín"):s+"hodinami";break;case"d":return t||n?"deň":"dňom";case"dd":return t||n?s+(Ye(e)?"dni":"dní"):s+"dňami";break;case"M":return t||n?"mesiac":"mesiacom";case"MM":return t||n?s+(Ye(e)?"mesiace":"mesiacov"):s+"mesiacmi";break;case"y":return t||n?"rok":"rokom";case"yy":return t||n?s+(Ye(e)?"roky":"rokov"):s+"rokmi"}};function f(e,t,a,n){var s=e+" ";switch(a){case"s":return t||n?"nekaj sekund":"nekaj sekundami";case"m":return t?"ena minuta":"eno minuto";case"mm":return s+=1===e?t?"minuta":"minuto":2===e?t||n?"minuti":"minutama":5>e?t||n?"minute":"minutami":t||n?"minut":"minutami";case"h":return t?"ena ura":"eno uro";case"hh":return s+=1===e?t?"ura":"uro":2===e?t||n?"uri":"urama":5>e?t||n?"ure":"urami":t||n?"ur":"urami";case"d":return t||n?"en dan":"enim dnem";case"dd":return s+=1===e?t||n?"dan":"dnem":2===e?t||n?"dni":"dnevoma":t||n?"dni":"dnevi";case"M":return t||n?"en mesec":"enim mesecem";case"MM":return s+=1===e?t||n?"mesec":"mesecem":2===e?t||n?"meseca":"mesecema":5>e?t||n?"mesece":"meseci":t||n?"mesecev":"meseci";case"y":return t||n?"eno leto":"enim letom";case"yy":return s+=1===e?t||n?"leto":"letom":2===e?t||n?"leti":"letoma":5>e?t||n?"leta":"leti":t||n?"let":"leti"}};function w(e,t,a,n){var s={s:["viensas secunds","'iensas secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts"," "+e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras"," "+e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas"," "+e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen"," "+e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars"," "+e+" ars"]};return n?s[a][0]:t?s[a][0]:s[a][1].trim()};function wn(e,t){var a=e.split("_");return t%10===1&&t%100!==11?a[0]:t%10>=2&&4>=t%10&&(10>t%100||t%100>=20)?a[1]:a[2]};function me(e,t,a){var n={mm:"хвилина_хвилини_хвилин",hh:"година_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"};return"m"===a?t?"хвилина":"хвилину":"h"===a?t?"година":"годину":e+" "+wn(n[a],+e)};function Wn(e,t){var n={nominative:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_"),accusative:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_")},a=/D[oD]? *MMMM?/.test(t)?"accusative":"nominative";return n[a][e.month()]};function Un(e,t){var n={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")},a=/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative";return n[a][e.day()]};function de(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}};var ia,We,mt=n.momentProperties=[],ct=!1,K={},pe={},da=/(\[[^\[]*\])|(\\)?(Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Q|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,je=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Yt={},ue={},Ta=/\d/,h=/\d\d/,aa=/\d{3}/,Re=/\d{4}/,be=/[+-]?\d{6}/,u=/\d\d?/,He=/\d{1,3}/,qe=/\d{1,4}/,xe=/[+-]?\d{1,6}/,md=/\d+/,Ge=/[+-]?\d+/,Je=/Z|[+-]\d\d:?\d\d/gi,sd=/[+-]?\d+(\.\d{1,3})?/,ye=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,Ie={},Ve={},b=0,F=1,v=2,L=3,U=4,I=5,X=6;s("M",["MM",2],"Mo",function(){return this.month()+1}),s("MMM",0,0,function(e){return this.localeData().monthsShort(this,e)}),s("MMMM",0,0,function(e){return this.localeData().months(this,e)}),M("month","M"),a("M",u),a("MM",u,h),a("MMM",ye),a("MMMM",ye),l(["M","MM"],function(e,t){t[F]=m(e)-1}),l(["MMM","MMMM"],function(e,t,a,n){var s=a._locale.monthsParse(e,n,a._strict);null!=s?t[F]=s:o(a).invalidMonth=e});var od="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ud="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),na={};n.suppressDeprecationWarnings=!1;var rd=/^\s*(?:[+-]\d{6}|\d{4})-(?:(\d\d-\d\d)|(W\d\d$)|(W\d\d-\d)|(\d\d\d))((T| )(\d\d(:\d\d(:\d\d(\.\d+)?)?)?)?([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Mt=[["YYYYYY-MM-DD",/[+-]\d{6}-\d{2}-\d{2}/],["YYYY-MM-DD",/\d{4}-\d{2}-\d{2}/],["GGGG-[W]WW-E",/\d{4}-W\d{2}-\d/],["GGGG-[W]WW",/\d{4}-W\d{2}/],["YYYY-DDD",/\d{4}-\d{3}/]],lt=[["HH:mm:ss.SSSS",/(T| )\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss",/(T| )\d\d:\d\d:\d\d/],["HH:mm",/(T| )\d\d:\d\d/],["HH",/(T| )\d\d/]],id=/^\/?Date\((\-?\d+)/i;n.createFromInputFallback=g("moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info.",function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))}),s(0,["YY",2],0,function(){return this.year()%100}),s(0,["YYYY",4],0,"year"),s(0,["YYYYY",5],0,"year"),s(0,["YYYYYY",6,!0],0,"year"),M("year","y"),a("Y",Ge),a("YY",u,h),a("YYYY",qe,Re),a("YYYYY",xe,be),a("YYYYYY",xe,be),l(["YYYYY","YYYYYY"],b),l("YYYY",function(e,t){t[b]=2===e.length?n.parseTwoDigitYear(e):m(e)}),l("YY",function(e,t){t[b]=n.parseTwoDigitYear(e)}),n.parseTwoDigitYear=function(e){return m(e)+(m(e)>68?1900:2e3)};var pa=ne("FullYear",!1);s("w",["ww",2],"wo","week"),s("W",["WW",2],"Wo","isoWeek"),M("week","w"),M("isoWeek","W"),a("w",u),a("ww",u,h),a("W",u),a("WW",u,h),Le(["w","ww","W","WW"],function(e,t,a,n){t[n.substr(0,1)]=m(e)});var dd={dow:0,doy:6};s("DDD",["DDDD",3],"DDDo","dayOfYear"),M("dayOfYear","DDD"),a("DDD",He),a("DDDD",aa),l(["DDD","DDDD"],function(e,t,a){a._dayOfYear=m(e)}),n.ISO_8601=function(){};var hr=g("moment().min is deprecated, use moment.min instead. https://github.com/moment/moment/issues/1548",function(){var e=i.apply(null,arguments);return this>e?this:e}),cr=g("moment().max is deprecated, use moment.max instead. https://github.com/moment/moment/issues/1548",function(){var e=i.apply(null,arguments);return e>this?this:e});Vt("Z",":"),Vt("ZZ",""),a("Z",Je),a("ZZ",Je),l(["Z","ZZ"],function(e,t,a){a._useUTC=!0,a._tzm=ht(e)});var gs=/([\+\-]|\d\d)/gi;n.updateOffset=function(){};var Ts=/(\-)?(?:(\d*)\.)?(\d+)\:(\d+)(?:\:(\d+)\.?(\d{3})?)?/,ws=/^(-)?P(?:(?:([0-9,.]*)Y)?(?:([0-9,.]*)M)?(?:([0-9,.]*)D)?(?:T(?:([0-9,.]*)H)?(?:([0-9,.]*)M)?(?:([0-9,.]*)S)?)?|([0-9,.]*)W)$/;C.fn=Pe.prototype;var fs=jt(1,"add"),ks=jt(-1,"subtract");n.defaultFormat="YYYY-MM-DDTHH:mm:ssZ";var la=g("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(e){return void 0===e?this.localeData():this.locale(e)});s(0,["gg",2],0,function(){return this.weekYear()%100}),s(0,["GG",2],0,function(){return this.isoWeekYear()%100}),ze("gggg","weekYear"),ze("ggggg","weekYear"),ze("GGGG","isoWeekYear"),ze("GGGGG","isoWeekYear"),M("weekYear","gg"),M("isoWeekYear","GG"),a("G",Ge),a("g",Ge),a("GG",u,h),a("gg",u,h),a("GGGG",qe,Re),a("gggg",qe,Re),a("GGGGG",xe,be),a("ggggg",xe,be),Le(["gggg","ggggg","GGGG","GGGGG"],function(e,t,a,n){t[n.substr(0,2)]=m(e)}),Le(["gg","GG"],function(e,t,a,s){t[s]=n.parseTwoDigitYear(e)}),s("Q",0,0,"quarter"),M("quarter","Q"),a("Q",Ta),l("Q",function(e,t){t[F]=3*(m(e)-1)}),s("D",["DD",2],"Do","date"),M("date","D"),a("D",u),a("DD",u,h),a("Do",function(e,t){return e?t._ordinalParse:t._ordinalParseLenient}),l(["D","DD"],v),l("Do",function(e,t){t[v]=m(e.match(u)[0],10)});var ya=ne("Date",!0);s("d",0,"do","day"),s("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)}),s("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)}),s("dddd",0,0,function(e){return this.localeData().weekdays(this,e)}),s("e",0,0,"weekday"),s("E",0,0,"isoWeekday"),M("day","d"),M("weekday","e"),M("isoWeekday","E"),a("d",u),a("e",u),a("E",u),a("dd",ye),a("ddd",ye),a("dddd",ye),Le(["dd","ddd","dddd"],function(e,t,a){var n=a._locale.weekdaysParse(e);null!=n?t.d=n:o(a).invalidWeekday=e}),Le(["d","e","E"],function(e,t,a,n){t[n]=m(e)});var Ss="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),vs="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ds="Su_Mo_Tu_We_Th_Fr_Sa".split("_");s("H",["HH",2],0,"hour"),s("h",["hh",2],0,function(){return this.hours()%12||12}),Ot("a",!0),Ot("A",!1),M("hour","h"),a("a",Pt),a("A",Pt),a("H",u),a("h",u),a("HH",u,h),a("hh",u,h),l(["H","HH"],L),l(["a","A"],function(e,t,a){a._isPm=a._locale.isPM(e),a._meridiem=e}),l(["h","hh"],function(e,t,a){t[L]=m(e),o(a).bigHour=!0});var Fs=/[ap]\.?m?\.?/i,xs=ne("Hours",!0);s("m",["mm",2],0,"minute"),M("minute","m"),a("m",u),a("mm",u,h),l(["m","mm"],U);var Ws=ne("Minutes",!1);s("s",["ss",2],0,"second"),M("second","s"),a("s",u),a("ss",u,h),l(["s","ss"],I);var js=ne("Seconds",!1);s("S",0,0,function(){return~~(this.millisecond()/100)}),s(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),s(0,["SSS",3],0,"millisecond"),s(0,["SSSS",4],0,function(){return 10*this.millisecond()}),s(0,["SSSSS",5],0,function(){return 100*this.millisecond()}),s(0,["SSSSSS",6],0,function(){return 1e3*this.millisecond()}),s(0,["SSSSSSS",7],0,function(){return 1e4*this.millisecond()}),s(0,["SSSSSSSS",8],0,function(){return 1e5*this.millisecond()}),s(0,["SSSSSSSSS",9],0,function(){return 1e6*this.millisecond()}),M("millisecond","ms"),a("S",He,Ta),a("SS",He,h),a("SSS",He,aa);var E;for(E="SSSS";E.length<=9;E+="S")a(E,md);for(E="S";E.length<=9;E+="S")l(E,En);var Hs=ne("Milliseconds",!1);s("z",0,0,"zoneAbbr"),s("zz",0,0,"zoneName");var t=Me.prototype;t.add=fs,t.calendar=Ir,t.clone=Vr,t.diff=Pr,t.endOf=Ia,t.format=Er,t.from=Jr,t.fromNow=Or,t.to=Hd,t.toNow=Rn,t.get=pt,t.invalidAt=nn,t.isAfter=Zr,t.isBefore=Kr,t.isBetween=Cr,t.isSame=Gr,t.isValid=Ra,t.lang=la,t.locale=vt,t.localeData=bt,t.max=cr,t.min=hr,t.parsingFlags=qa,t.set=pt,t.startOf=Ka,t.subtract=ks,t.toArray=Ca,t.toObject=Na,t.toDate=Ga,t.toISOString=gt,t.toJSON=gt,t.toString=zr,t.unix=Ja,t.valueOf=Ua,t.year=pa,t.isLeapYear=fd,t.weekYear=Qa,t.isoWeekYear=en,t.quarter=t.quarters=wa,t.month=Kt,t.daysInMonth=Sd,t.week=t.weeks=Yd,t.isoWeek=t.isoWeeks=pd,t.weeksInYear=ja,t.isoWeeksInYear=dn,t.date=ya,t.day=t.days=Fa,t.weekday=xa,t.isoWeekday=tn,t.dayOfYear=qr,t.hour=t.hours=xs,t.minute=t.minutes=Ws,t.second=t.seconds=js,t.millisecond=t.milliseconds=Hs,t.utcOffset=pr,t.utc=Yr,t.local=fr,t.parseZone=Dr,t.hasAlignedHourOffset=Tr,t.isDST=kr,t.isDSTShifted=xr,t.isLocal=Fr,t.isUtcOffset=Ur,t.isUtc=It,t.isUTC=It,t.zoneAbbr=zn,t.zoneName=xn,t.dates=g("dates accessor is deprecated. Use date instead.",ya),t.months=g("months accessor is deprecated. Use month instead",Kt),t.years=g("years accessor is deprecated. Use year instead",pa),t.zone=g("moment().zone is deprecated, use moment().utcOffset instead. https://github.com/moment/moment/issues/1779",yr);var rs=t,ds={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},os={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},is="Invalid date",ys="%d",ps=/\d{1,2}/,bs={future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},r=Ya.prototype;r._calendar=ds,r.calendar=Pn,r._longDateFormat=os,r.longDateFormat=Cn,r._invalidDate=is,r.invalidDate=Nn,r._ordinal=ys,r.ordinal=Bn,r._ordinalParse=ps,r.preparse=qt,r.postformat=qt,r._relativeTime=bs,r.relativeTime=Kn,r.pastFuture=cn,r.set=hn,r.months=kd,r._months=od,r.monthsShort=gd,r._monthsShort=ud,r.monthsParse=wd,r.week=hd,r._week=dd,r.firstDayOfYear=cd,r.firstDayOfWeek=Ld,r.weekdays=va,r._weekdays=Ss,r.weekdaysMin=Ha,r._weekdaysMin=Ds,r.weekdaysShort=Sa,r._weekdaysShort=vs,r.weekdaysParse=Aa,r.isPM=Qn,r._meridiemParse=Fs,r.meridiem=Jn,ce("en",{ordinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,a=1===m(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a}}),n.lang=g("moment.lang is deprecated. Use moment.locale instead.",ce),n.langData=g("moment.langData is deprecated. Use moment.localeData instead.",Q);var x=Math.abs,rr=P("ms"),sr=P("s"),Ps=P("m"),As=P("h"),Ms=P("d"),ls=P("w"),Ls=P("M"),hs=P("y"),Ys=Z("milliseconds"),cs=Z("seconds"),us=Z("minutes"),ms=Z("hours"),ss=Z("days"),ns=Z("months"),ts=Z("years"),se=Math.round,z={s:45,m:45,h:22,d:26,M:11},it=Math.abs,d=Pe.prototype;d.abs=vn,d.add=Dn,d.subtract=ln,d.as=rn,d.asMilliseconds=rr,d.asSeconds=sr,d.asMinutes=Ps,d.asHours=As,d.asDays=Ms,d.asWeeks=ls,d.asMonths=Ls,d.asYears=hs,d.valueOf=sn,d._bubble=Gn,d.get=Va,d.milliseconds=Ys,d.seconds=cs,d.minutes=us,d.hours=ms,d.days=ss,d.weeks=Sn,d.months=ns,d.years=ts,d.humanize=ba,d.toISOString=Ue,d.toString=Ue,d.toJSON=Ue,d.locale=vt,d.localeData=bt,d.toIsoString=g("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Ue),d.lang=la,s("X",0,0,"unix"),s("x",0,0,"valueOf"),a("x",Ge),a("X",sd),l("X",function(e,t,a){a._d=new Date(1e3*parseFloat(e,10))}),l("x",function(e,t,a){a._d=new Date(m(e))}),n.version="2.10.6",nd(i),n.fn=rs,n.min=wr,n.max=gr,n.utc=fe,n.unix=Fn,n.months=un,n.isDate=Oe,n.locale=ce,n.invalid=ka,n.duration=C,n.isMoment=O,n.weekdays=fn,n.parseZone=An,n.localeData=Q,n.isDuration=dt,n.monthsShort=pn,n.weekdaysMin=bn,n.defineLocale=wt,n.weekdaysShort=Hn,n.normalizeUnits=T,n.relativeTimeThreshold=Ea;var e=n,Ks=(e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,a){return 12>e?a?"vm":"VM":a?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},ordinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}}),e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:6,doy:12}}),{1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"}),Vs={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},Zs=(e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return 12>e?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(e){return Vs[e]}).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return Ks[e]}).replace(/,/g,"،")},week:{dow:6,doy:12}}),e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}}),{1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"}),Rs={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},ea=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&10>=e%100?3:e%100>=11?4:5},Bs={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},Y=function(e){return function(t,a,n,s){var d=ea(t),r=Bs[e][ea(t)];return 2===d&&(r=r[a?0:1]),r.replace(/%d/i,t)}},xt=["كانون الثاني يناير","شباط فبراير","آذار مارس","نيسان أبريل","أيار مايو","حزيران يونيو","تموز يوليو","آب أغسطس","أيلول سبتمبر","تشرين الأول أكتوبر","تشرين الثاني نوفمبر","كانون الأول ديسمبر"],et=(e.defineLocale("ar",{months:xt,monthsShort:xt,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return 12>e?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:Y("s"),m:Y("m"),mm:Y("m"),h:Y("h"),hh:Y("h"),d:Y("d"),dd:Y("d"),M:Y("M"),MM:Y("M"),y:Y("y"),yy:Y("y")},preparse:function(e){return e.replace(/\u200f/g,"").replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(e){return Rs[e]}).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return Zs[e]}).replace(/,/g,"،")},week:{dow:6,doy:12}}),{1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"}),qs=(e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"birneçə saniyyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,a){return 4>e?"gecə":12>e?"səhər":17>e?"gündüz":"axşam"},ordinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var t=e%10,n=e%100-t,a=e>=100?100:null;return e+(et[t]||et[n]||et[a])},week:{dow:1,doy:7}}),e.defineLocale("be",{months:Zn,monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:mn,weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:V,mm:V,h:V,hh:V,d:"дзень",dd:V,M:"месяц",MM:V,y:"год",yy:V},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,a){return 4>e?"ночы":12>e?"раніцы":17>e?"дня":"вечара"},ordinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!==2&&e%10!==3||e%100===12||e%100===13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}}),e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[В изминалата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[В изминалия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дни",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},ordinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,a=e%100;return 0===e?e+"-ев":0===a?e+"-ен":a>10&&20>a?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}}),{1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"}),Is={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"},Us=(e.defineLocale("bn",{months:"জানুয়ারী_ফেবুয়ারী_মার্চ_এপ্রিল_মে_জুন_জুলাই_অগাস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব_মার্চ_এপর_মে_জুন_জুল_অগ_সেপ্ট_অক্টো_নভ_ডিসেম্".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পত্তিবার_শুক্রুবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পত্তি_শুক্রু_শনি".split("_"),weekdaysMin:"রব_সম_মঙ্গ_বু_ব্রিহ_শু_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কএক সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,function(e){return Is[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return qs[e]})},meridiemParse:/রাত|সকাল|দুপুর|বিকেল|রাত/,isPM:function(e){return/^(দুপুর|বিকেল|রাত)$/.test(e)},meridiem:function(e,t,a){return 4>e?"রাত":10>e?"সকাল":17>e?"দুপুর":20>e?"বিকেল":"রাত"},week:{dow:0,doy:6}}),{1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"}),Os={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"},La=(e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,function(e){return Os[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Us[e]})},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,isPM:function(e){return/^(ཉིན་གུང|དགོང་དག|མཚན་མོ)$/.test(e)},meridiem:function(e,t,a){return 4>e?"མཚན་མོ":10>e?"ཞོགས་ཀས":17>e?"ཉིན་གུང":20>e?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}}),e.defineLocale("br",{months:"Genver_C'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_C'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Merc'her_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),longDateFormat:{LT:"h[e]mm A",LTS:"h[e]mm:ss A",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY h[e]mm A",LLLL:"dddd, D [a viz] MMMM YYYY h[e]mm A"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warc'hoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Dec'h da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s 'zo",s:"un nebeud segondennoù",m:"ur vunutenn",mm:rt,h:"un eur",hh:"%d eur",d:"un devezh",dd:rt,M:"ur miz",MM:rt,y:"ur bloaz",yy:Mn},ordinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){var t=1===e?"añ":"vet";return e+t},week:{dow:1,doy:4}}),e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",m:te,mm:te,h:te,hh:te,d:"dan",dd:te,M:"mjesec",MM:te,y:"godinu",yy:te},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),e.defineLocale("ca",{months:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),monthsShort:"gen._febr._mar._abr._mai._jun._jul._ag._set._oct._nov._des.".split("_"),weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"Dg_Dl_Dt_Dc_Dj_Dv_Ds".split("_"),longDateFormat:{LT:"H:mm",LTS:"LT:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd D MMMM YYYY H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"fa %s",s:"uns segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},ordinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var a=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return("w"===t||"W"===t)&&(a="a"),e+a},week:{dow:1,doy:4}}),"leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_")),Ma="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),Es=(e.defineLocale("cs",{months:La,monthsShort:Ma,monthsParse:function(e,t){var a,n=[];for(a=0;12>a;a++)n[a]=new RegExp("^"+e[a]+"$|^"+t[a]+"$","i");return n}(La,Ma),weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:y,m:y,mm:y,h:y,hh:y,d:y,dd:y,M:y,MM:y,y:y,yy:y},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){var t=/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран";return e+t},past:"%s каялла",s:"пӗр-ик ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},ordinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}}),e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},ordinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t=e,a="",n=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"];return t>20?a=40===t||50===t||60===t||80===t||100===t?"fed":"ain":t>0&&(a=n[t]),e+a},week:{dow:1,doy:4}}),e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY HH:mm"},calendar:{sameDay:"[I dag kl.] LT",nextDay:"[I morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[I går kl.] LT",lastWeek:"[sidste] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Febr._Mrz._Apr._Mai_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[Heute um] LT [Uhr]",sameElse:"L",nextDay:"[Morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[Gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",m:J,mm:"%d Minuten",h:J,hh:"%d Stunden",d:J,dd:J,M:J,MM:J,y:J,yy:J},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Apr._Mai_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[Heute um] LT [Uhr]",sameElse:"L",nextDay:"[Morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[Gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",m:G,mm:"%d Minuten",h:G,hh:"%d Stunden",d:G,dd:G,M:G,MM:G,y:G,yy:G},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,a){return e>11?a?"μμ":"ΜΜ":a?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[το προηγούμενο] dddd [{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(e,t){var a=this._calendarEl[e],n=t&&t.hours();return"function"==typeof a&&(a=a.apply(t)),a.replace("{}",n%12===1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},ordinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}}),e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:1,doy:4}}),e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"D MMMM, YYYY",LLL:"D MMMM, YYYY h:mm A",LLLL:"dddd, D MMMM, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a}}),e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},ordinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:1,doy:4}}),e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec".split("_"),weekdays:"Dimanĉo_Lundo_Mardo_Merkredo_Ĵaŭdo_Vendredo_Sabato".split("_"),weekdaysShort:"Dim_Lun_Mard_Merk_Ĵaŭ_Ven_Sab".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Ĵa_Ve_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D[-an de] MMMM, YYYY",LLL:"D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd, [la] D[-an de] MMMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,a){return e>11?a?"p.t.m.":"P.T.M.":a?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd [je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasinta] dddd [je] LT",sameElse:"L"},relativeTime:{future:"je %s",past:"antaŭ %s",s:"sekundoj",m:"minuto",mm:"%d minutoj",h:"horo",hh:"%d horoj",d:"tago",dd:"%d tagoj",M:"monato",MM:"%d monatoj",y:"jaro",yy:"%d jaroj"},ordinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}}),"Ene._Feb._Mar._Abr._May._Jun._Jul._Ago._Sep._Oct._Nov._Dic.".split("_")),zs="Ene_Feb_Mar_Abr_May_Jun_Jul_Ago_Sep_Oct_Nov_Dic".split("_"),Js=(e.defineLocale("es",{months:"Enero_Febrero_Marzo_Abril_Mayo_Junio_Julio_Agosto_Septiembre_Octubre_Noviembre_Diciembre".split("_"),monthsShort:function(e,t){return/-MMM-/.test(t)?zs[e.month()]:Es[e.month()]},weekdays:"Domingo_Lunes_Martes_Miércoles_Jueves_Viernes_Sábado".split("_"),weekdaysShort:"Dom._Lun._Mar._Mié._Jue._Vie._Sáb.".split("_"),weekdaysMin:"Do_Lu_Ma_Mi_Ju_Vi_Sá".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}}),e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:H,m:H,mm:H,h:H,hh:H,d:H,dd:"%d päeva",M:H,MM:H,y:H,yy:H},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),{1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"}),Gs={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"},Fe=(e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysShort:"یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,a){return 12>e?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چندین ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,function(e){return Gs[e]}).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,function(e){return Js[e]}).replace(/,/g,"،")},ordinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}}),"nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" ")),Ns=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",Fe[7],Fe[8],Fe[9]],Cs=(e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:p,m:p,mm:p,h:p,hh:p,d:p,dd:p,M:p,MM:p,y:p,yy:p},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",m:"ein minutt",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaði",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Je_Ve_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd'hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinalParse:/\d{1,2}(er|e)/,ordinal:function(e){return e+(1===e?"er":"e")}}),e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"Di_Lu_Ma_Me_Je_Ve_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd'hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},ordinalParse:/\d{1,2}(er|)/,ordinal:function(e){return e+(1===e?"er":"")},week:{dow:1,doy:4}}),"jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_")),Xs="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),Qs=(e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,t){return/-MMM-/.test(t)?Xs[e.month()]:Cs[e.month()]},weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},ordinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}}),e.defineLocale("gl",{months:"Xaneiro_Febreiro_Marzo_Abril_Maio_Xuño_Xullo_Agosto_Setembro_Outubro_Novembro_Decembro".split("_"),monthsShort:"Xan._Feb._Mar._Abr._Mai._Xuñ._Xul._Ago._Set._Out._Nov._Dec.".split("_"),weekdays:"Domingo_Luns_Martes_Mércores_Xoves_Venres_Sábado".split("_"),weekdaysShort:"Dom._Lun._Mar._Mér._Xov._Ven._Sáb.".split("_"),weekdaysMin:"Do_Lu_Ma_Mé_Xo_Ve_Sá".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd D MMMM YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return"uns segundos"===e?"nuns segundos":"en "+e},past:"hai %s",s:"uns segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:7}}),e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10===0&&10!==e?e+" שנה":e+" שנים"}}}),{1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"}),mr={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},or=(e.defineLocale("hi",{months:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,function(e){return mr[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Qs[e]})},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?4>e?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,a){return 4>e?"रात":10>e?"सुबह":17>e?"दोपहर":20>e?"शाम":"रात"},week:{dow:0,doy:6}}),e.defineLocale("hr",{months:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_"),monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",m:q,mm:q,h:q,hh:q,d:"dan",dd:q,M:"mjesec",MM:q,y:"godinu",yy:q},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),"vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ")),ur=(e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"),weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,a){return 12>e?a===!0?"de":"DE":a===!0?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return oa.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return oa.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:k,m:k,mm:k,h:k,hh:k,d:k,dd:k,M:k,MM:k,y:k,yy:k},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),e.defineLocale("hy-am",{months:Pa,monthsShort:Wa,weekdays:Xn,weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return 4>e?"գիշերվա":12>e?"առավոտվա":17>e?"ցերեկվա":"երեկոյան"},ordinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}}),e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,a){return 11>e?"pagi":15>e?"siang":19>e?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}}),e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:S,m:S,mm:S,h:"klukkustund",hh:S,d:S,dd:S,M:S,MM:S,y:S,yy:S},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"Domenica_Lunedì_Martedì_Mercoledì_Giovedì_Venerdì_Sabato".split("_"),weekdaysShort:"Dom_Lun_Mar_Mer_Gio_Ven_Sab".split("_"),weekdaysMin:"D_L_Ma_Me_G_V_S".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}}),e.defineLocale("ja",{months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"Ah時m分",LTS:"Ah時m分s秒",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah時m分",LLLL:"YYYY年M月D日Ah時m分 dddd"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,a){return 12>e?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:"[来週]dddd LT",lastDay:"[昨日] LT",lastWeek:"[前週]dddd LT",sameElse:"L"},relativeTime:{future:"%s後",past:"%s前",s:"数秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}}),e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,a){return 11>e?"enjing":15>e?"siyang":19>e?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}}),e.defineLocale("ka",{months:jn,monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:Yn,weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return/(წამი|წუთი|საათი|წელი)/.test(e)?e.replace(/ი$/,"ში"):e+"ში"},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):void 0},s:"რამდენიმე წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},ordinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":20>e||100>=e&&e%20===0||e%100===0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}}),e.defineLocale("km",{months:"មករា_កុម្ភៈ_មិនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មិនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysMin:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[ថ្ងៃនៈ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},week:{dow:1,doy:4}}),e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h시 m분",LTS:"A h시 m분 s초",L:"YYYY.MM.DD",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h시 m분",LLLL:"YYYY년 MMMM D일 dddd A h시 m분"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇초",ss:"%d초",m:"일분",mm:"%d분",h:"한시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한달",MM:"%d달",y:"일년",yy:"%d년"},ordinalParse:/\d{1,2}일/,ordinal:"%d일",meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,a){return 12>e?"오전":"오후"}}),e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:Tn,past:gn,s:"e puer Sekonnen",m:ke,mm:"%d Minutten",h:ke,hh:"%d Stonnen",d:ke,dd:"%d Deeg",M:ke,MM:"%d Méint",y:ke,yy:"%d Joer"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),{m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"}),lr="sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),ta=(e.defineLocale("lt",{months:on,monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:Oa,weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:qn,m:ie,mm:ve,h:ie,hh:ve,d:ie,dd:ve,M:ie,MM:ve,y:ie,yy:ve},ordinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}}),{m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")}),A=(e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:kn,m:ge,mm:Se,h:ge,hh:Se,d:ge,dd:Se,M:ge,MM:Se,y:ge,yy:Se},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),{words:{m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&4>=e?t[1]:t[2]},translate:function(e,t,a){var n=A.words[a];return 1===a.length?t?n[0]:n[1]:e+" "+A.correctGrammaticalCase(e,n)}}),Lr=(e.defineLocale("me",{months:["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"],monthsShort:["jan.","feb.","mar.","apr.","maj","jun","jul","avg.","sep.","okt.","nov.","dec."],weekdays:["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],weekdaysShort:["ned.","pon.","uto.","sri.","čet.","pet.","sub."],weekdaysMin:["ne","po","ut","sr","če","pe","su"],longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){var e=["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"];return e[this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",m:A.translate,mm:A.translate,h:A.translate,hh:A.translate,d:"dan",dd:A.translate,M:"mjesec",MM:A.translate,y:"godinu",yy:A.translate},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Во изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Во изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"после %s",past:"пред %s",s:"неколку секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",M:"месец",MM:"%d месеци",y:"година",yy:"%d години"},ordinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,a=e%100;return 0===e?e+"-ев":0===a?e+"-ен":a>10&&20>a?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}}),e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,isPM:function(e){return/^(ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി)$/.test(e)},meridiem:function(e,t,a){return 4>e?"രാത്രി":12>e?"രാവിലെ":17>e?"ഉച്ച കഴിഞ്ഞ്":20>e?"വൈകുന്നേരം":"രാത്രി"}}),{1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"}),Mr={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},ir=(e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%s नंतर",past:"%s पूर्वी",s:"सेकंद",m:"एक मिनिट",mm:"%d मिनिटे",h:"एक तास",hh:"%d तास",d:"एक दिवस",dd:"%d दिवस",M:"एक महिना",MM:"%d महिने",y:"एक वर्ष",yy:"%d वर्षे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,function(e){return Mr[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return Lr[e]})},meridiemParse:/रात्री|सकाळी|दुपारी|सायंकाळी/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात्री"===t?4>e?e:e+12:"सकाळी"===t?e:"दुपारी"===t?e>=10?e:e+12:"सायंकाळी"===t?e+12:void 0},meridiem:function(e,t,a){return 4>e?"रात्री":10>e?"सकाळी":17>e?"दुपारी":20>e?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}}),e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,a){return 11>e?"pagi":15>e?"tengahari":19>e?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}}),e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,a){return 11>e?"pagi":15>e?"tengahari":19>e?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}}),{1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"}),dr={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"},tr=(e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,function(e){return dr[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return ir[e]})},week:{dow:1,doy:4}}),e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tirs_ons_tors_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"H.mm",LTS:"H.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H.mm",LLLL:"dddd D. MMMM YYYY [kl.] H.mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"for %s siden",s:"noen sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),{1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"}),er={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},ar=(e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आइ._सो._मङ्_बु._बि._शु._श.".split("_"),longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,function(e){return er[e]})},postformat:function(e){return e.replace(/\d/g,function(e){return tr[e]})},meridiemParse:/राती|बिहान|दिउँसो|बेलुका|साँझ|राती/,meridiemHour:function(e,t){return 12===e&&(e=0),"राती"===t?3>e?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"बेलुका"===t||"साँझ"===t?e+12:void 0},meridiem:function(e,t,a){return 3>e?"राती":10>e?"बिहान":15>e?"दिउँसो":18>e?"बेलुका":20>e?"साँझ":"राती"},calendar:{sameDay:"[आज] LT",nextDay:"[भोली] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडी",s:"केही समय",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:1,doy:7}}),"jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_")),nr="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),kt=(e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,t){return/-MMM-/.test(t)?nr[e.month()]:ar[e.month()]},weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"Zo_Ma_Di_Wo_Do_Vr_Za".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},ordinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}}),e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"sun_mån_tys_ons_tor_fre_lau".split("_"),weekdaysMin:"su_må_ty_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"for %s sidan",s:"nokre sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),"styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_")),ft="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),Ft=(e.defineLocale("pl",{months:function(e,t){return""===t?"("+ft[e.month()]+"|"+kt[e.month()]+")":/D MMMM/.test(t)?ft[e.month()]:kt[e.month()]},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"nie_pon_wt_śr_czw_pt_sb".split("_"),weekdaysMin:"N_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:"[W] dddd [o] LT",lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",m:ae,mm:ae,h:ae,hh:ae,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:ae,y:"rok",yy:ae},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("pt-br",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-Feira_Terça-Feira_Quarta-Feira_Quinta-Feira_Sexta-Feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Dom_2ª_3ª_4ª_5ª_6ª_Sáb".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"%s atrás",s:"poucos segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},ordinalParse:/\d{1,2}º/,ordinal:"%dº"}),e.defineLocale("pt",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-Feira_Terça-Feira_Quarta-Feira_Quinta-Feira_Sexta-Feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Dom_2ª_3ª_4ª_5ª_6ª_Sáb".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},ordinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}}),e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",m:"un minut",mm:le,h:"o oră",hh:le,d:"o zi",dd:le,M:"o lună",MM:le,y:"un an",yy:le},week:{dow:1,doy:7}}),e.defineLocale("ru",{months:In,monthsShort:Vn,weekdays:yn,weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[й|я]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сегодня в] LT",nextDay:"[Завтра в] LT",lastDay:"[Вчера в] LT",nextWeek:function(){return 2===this.day()?"[Во] dddd [в] LT":"[В] dddd [в] LT"},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd [в] LT":"[В] dddd [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",m:re,mm:re,h:"час",hh:re,d:"день",dd:re,M:"месяц",MM:re,y:"год",yy:re},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,a){return 4>e?"ночи":12>e?"утра":17>e?"дня":"вечера"},ordinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:7}}),e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්ර_සි_සෙ".split("_"),longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},ordinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiem:function(e,t,a){return e>11?a?"ප.ව.":"පස් වරු":a?"පෙ.ව.":"පෙර වරු"}}),"január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_")),Ht="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_"),W=(e.defineLocale("sk",{months:Ft,monthsShort:Ht,monthsParse:function(e,t){var a,n=[];for(a=0;12>a;a++)n[a]=new RegExp("^"+e[a]+"$|^"+t[a]+"$","i");return n}(Ft,Ht),weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:D,m:D,mm:D,h:D,hh:D,d:D,dd:D,M:D,MM:D,y:D,yy:D},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:f,m:f,mm:f,h:f,hh:f,d:f,dd:f,M:f,MM:f,y:f,yy:f},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,a){return 12>e?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),{words:{m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&4>=e?t[1]:t[2]},translate:function(e,t,a){var n=W.words[a];return 1===a.length?t?n[0]:n[1]:e+" "+W.correctGrammaticalCase(e,n)}}),j=(e.defineLocale("sr-cyrl",{months:["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар"],monthsShort:["јан.","феб.","мар.","апр.","мај","јун","јул","авг.","сеп.","окт.","нов.","дец."],weekdays:["недеља","понедељак","уторак","среда","четвртак","петак","субота"],weekdaysShort:["нед.","пон.","уто.","сре.","чет.","пет.","суб."],weekdaysMin:["не","по","ут","ср","че","пе","су"],longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){var e=["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"];return e[this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",m:W.translate,mm:W.translate,h:W.translate,hh:W.translate,d:"дан",dd:W.translate,M:"месец",MM:W.translate,y:"годину",yy:W.translate},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),{words:{m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&4>=e?t[1]:t[2]},translate:function(e,t,a){var n=j.words[a];return 1===a.length?t?n[0]:n[1]:e+" "+j.correctGrammaticalCase(e,n)}}),tt=(e.defineLocale("sr",{months:["januar","februar","mart","april","maj","jun","jul","avgust","septembar","oktobar","novembar","decembar"],monthsShort:["jan.","feb.","mar.","apr.","maj","jun","jul","avg.","sep.","okt.","nov.","dec."],weekdays:["nedelja","ponedeljak","utorak","sreda","četvrtak","petak","subota"],weekdaysShort:["ned.","pon.","uto.","sre.","čet.","pet.","sub."],weekdaysMin:["ne","po","ut","sr","če","pe","su"],longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){var e=["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"];return e[this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",m:j.translate,mm:j.translate,h:j.translate,hh:j.translate,d:"dan",dd:j.translate,M:"mesec",MM:j.translate,y:"godinu",yy:j.translate},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},ordinalParse:/\d{1,2}(e|a)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"e":1===t?"a":2===t?"a":"e";return e+a},week:{dow:1,doy:4}}),e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},ordinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,a){return 2>e?" யாமம்":6>e?" வைகறை":10>e?" காலை":14>e?" நண்பகல்":18>e?" எற்பாடு":22>e?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?2>e?e:e+12:"வைகறை"===t||"காலை"===t?e:"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}}),e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"มกรา_กุมภา_มีนา_เมษา_พฤษภา_มิถุนา_กรกฎา_สิงหา_กันยา_ตุลา_พฤศจิกา_ธันวา".split("_"),weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),longDateFormat:{LT:"H นาฬิกา m นาที",LTS:"H นาฬิกา m นาที s วินาที",L:"YYYY/MM/DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H นาฬิกา m นาที",LLLL:"วันddddที่ D MMMM YYYY เวลา H นาฬิกา m นาที"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,a){return 12>e?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}}),e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"[Ngayon sa] LT",nextDay:"[Bukas sa] LT",nextWeek:"dddd [sa] LT",lastDay:"[Kahapon sa] LT",lastWeek:"dddd [huling linggo] LT",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},ordinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}}),{1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"}),ha=(e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[haftaya] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen hafta] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinalParse:/\d{1,2}'(inci|nci|üncü|ncı|uncu|ıncı)/,ordinal:function(e){if(0===e)return e+"'ıncı";var t=e%10,n=e%100-t,a=e>=100?100:null;return e+(tt[t]||tt[n]||tt[a])},week:{dow:1,doy:7}}),e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"LT.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY LT",LLLL:"dddd, [li] D. MMMM [dallas] YYYY LT"},meridiem:function(e,t,a){return e>11?a?"d'o":"D'O":a?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:w,m:w,mm:w,h:w,hh:w,d:w,dd:w,M:w,MM:w,y:w,yy:w},ordinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}}),e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}}),e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}}),e.defineLocale("uk",{months:Wn,monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:Un,weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:de("[Сьогодні "),nextDay:de("[Завтра "),lastDay:de("[Вчора "),nextWeek:de("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return de("[Минулої] dddd [").call(this);case 1:case 2:case 4:return de("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",m:me,mm:me,h:"годину",hh:me,d:"день",dd:me,M:"місяць",MM:me,y:"рік",yy:me},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,a){return 4>e?"ночі":12>e?"ранку":17>e?"дня":"вечора"},ordinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}}),e.defineLocale("uz",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}}),e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần rồi lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},ordinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}}),e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"Ah点mm分",LTS:"Ah点m分s秒",L:"YYYY-MM-DD",LL:"YYYY年MMMD日",LLL:"YYYY年MMMD日Ah点mm分",LLLL:"YYYY年MMMD日ddddAh点mm分",l:"YYYY-MM-DD",ll:"YYYY年MMMD日",lll:"YYYY年MMMD日Ah点mm分",llll:"YYYY年MMMD日ddddAh点mm分"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,a){var n=100*e+t;return 600>n?"凌晨":900>n?"早上":1130>n?"上午":1230>n?"中午":1800>n?"下午":"晚上"},calendar:{sameDay:function(){return 0===this.minutes()?"[今天]Ah[点整]":"[今天]LT"},nextDay:function(){return 0===this.minutes()?"[明天]Ah[点整]":"[明天]LT"},lastDay:function(){return 0===this.minutes()?"[昨天]Ah[点整]":"[昨天]LT"},nextWeek:function(){var a,t;return a=e().startOf("week"),t=this.unix()-a.unix()>=604800?"[下]":"[本]",0===this.minutes()?t+"dddAh点整":t+"dddAh点mm"},lastWeek:function(){var a,t;return a=e().startOf("week"),t=this.unix()<a.unix()?"[上]":"[本]",0===this.minutes()?t+"dddAh点整":t+"dddAh点mm"},sameElse:"LL"},ordinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s内",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}}),e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"Ah點mm分",LTS:"Ah點m分s秒",L:"YYYY年MMMD日",LL:"YYYY年MMMD日",LLL:"YYYY年MMMD日Ah點mm分",LLLL:"YYYY年MMMD日ddddAh點mm分",l:"YYYY年MMMD日",ll:"YYYY年MMMD日",lll:"YYYY年MMMD日Ah點mm分",llll:"YYYY年MMMD日ddddAh點mm分"},meridiemParse:/早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,a){var n=100*e+t;return 900>n?"早上":1130>n?"上午":1230>n?"中午":1800>n?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},ordinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",m:"一分鐘",mm:"%d分鐘",h:"一小時",hh:"%d小時",d:"一天",dd:"%d天",M:"一個月",MM:"%d個月",y:"一年",yy:"%d年"}}),e);return ha.locale("en"),ha});
|
||
/*!
|
||
* Bootstrap v3.3.4 (http://getbootstrap.com)
|
||
* Copyright 2011-2015 Twitter, Inc.
|
||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||
*/
|
||
if(typeof jQuery==='undefined'){throw new Error('Bootstrap\'s JavaScript requires jQuery')};+function(t){'use strict';var e=t.fn.jquery.split(' ')[0].split('.');if((e[0]<2&&e[1]<9)||(e[0]==1&&e[1]==9&&e[2]<1)){throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher')}}(jQuery);+function(t){'use strict';function e(){var i=document.createElement('bootstrap'),e={WebkitTransition:'webkitTransitionEnd',MozTransition:'transitionend',OTransition:'oTransitionEnd otransitionend',transition:'transitionend'};for(var t in e){if(i.style[t]!==undefined){return{end:e[t]}}};return!1};t.fn.emulateTransitionEnd=function(e){var i=!1,o=this;t(this).one('bsTransitionEnd',function(){i=!0});var n=function(){if(!i)t(o).trigger(t.support.transition.end)};setTimeout(n,e);return this};t(function(){t.support.transition=e();if(!t.support.transition)return;t.event.special.bsTransitionEnd={bindType:t.support.transition.end,delegateType:t.support.transition.end,handle:function(e){if(t(e.target).is(this))return e.handleObj.handler.apply(this,arguments)}}})}(jQuery);+function(t){'use strict';var i='[data-dismiss="alert"]',e=function(e){t(e).on('click',i,this.close)};e.VERSION='3.3.4';e.TRANSITION_DURATION=150;e.prototype.close=function(i){var s=t(this),n=s.attr('data-target');if(!n){n=s.attr('href');n=n&&n.replace(/.*(?=#[^\s]*$)/,'')};var o=t(n);if(i)i.preventDefault();if(!o.length){o=s.closest('.alert')};o.trigger(i=t.Event('close.bs.alert'));if(i.isDefaultPrevented())return;o.removeClass('in');function r(){o.detach().trigger('closed.bs.alert').remove()};t.support.transition&&o.hasClass('fade')?o.one('bsTransitionEnd',r).emulateTransitionEnd(e.TRANSITION_DURATION):r()};function o(i){return this.each(function(){var n=t(this),o=n.data('bs.alert');if(!o)n.data('bs.alert',(o=new e(this)));if(typeof i=='string')o[i].call(n)})};var n=t.fn.alert;t.fn.alert=o;t.fn.alert.Constructor=e;t.fn.alert.noConflict=function(){t.fn.alert=n;return this};t(document).on('click.bs.alert.data-api',i,e.prototype.close)}(jQuery);+function(t){'use strict';var e=function(i,o){this.$element=t(i);this.options=t.extend({},e.DEFAULTS,o);this.isLoading=!1};e.VERSION='3.3.4';e.DEFAULTS={loadingText:'loading...'};e.prototype.setState=function(e){var o='disabled',i=this.$element,s=i.is('input')?'val':'html',n=i.data();e=e+'Text';if(n.resetText==null)i.data('resetText',i[s]());setTimeout(t.proxy(function(){i[s](n[e]==null?this.options[e]:n[e]);if(e=='loadingText'){this.isLoading=!0;i.addClass(o).attr(o,o)}
|
||
else if(this.isLoading){this.isLoading=!1;i.removeClass(o).removeAttr(o)}},this),0)};e.prototype.toggle=function(){var e=!0,i=this.$element.closest('[data-toggle="buttons"]');if(i.length){var t=this.$element.find('input');if(t.prop('type')=='radio'){if(t.prop('checked')&&this.$element.hasClass('active'))e=!1;else i.find('.active').removeClass('active')};if(e)t.prop('checked',!this.$element.hasClass('active')).trigger('change')}
|
||
else{this.$element.attr('aria-pressed',!this.$element.hasClass('active'))};if(e)this.$element.toggleClass('active')};function i(i){return this.each(function(){var n=t(this),o=n.data('bs.button'),s=typeof i=='object'&&i;if(!o)n.data('bs.button',(o=new e(this,s)));if(i=='toggle')o.toggle();else if(i)o.setState(i)})};var o=t.fn.button;t.fn.button=i;t.fn.button.Constructor=e;t.fn.button.noConflict=function(){t.fn.button=o;return this};t(document).on('click.bs.button.data-api','[data-toggle^="button"]',function(e){var o=t(e.target);if(!o.hasClass('btn'))o=o.closest('.btn');i.call(o,'toggle');e.preventDefault()}).on('focus.bs.button.data-api blur.bs.button.data-api','[data-toggle^="button"]',function(e){t(e.target).closest('.btn').toggleClass('focus',/^focus(in)?$/.test(e.type))})}(jQuery);+function(t){'use strict';var e=function(e,i){this.$element=t(e);this.$indicators=this.$element.find('.carousel-indicators');this.options=i;this.paused=null;this.sliding=null;this.interval=null;this.$active=null;this.$items=null;this.options.keyboard&&this.$element.on('keydown.bs.carousel',t.proxy(this.keydown,this));this.options.pause=='hover'&&!('ontouchstart' in document.documentElement)&&this.$element.on('mouseenter.bs.carousel',t.proxy(this.pause,this)).on('mouseleave.bs.carousel',t.proxy(this.cycle,this))};e.VERSION='3.3.4';e.TRANSITION_DURATION=600;e.DEFAULTS={interval:5000,pause:'hover',wrap:!0,keyboard:!0};e.prototype.keydown=function(t){if(/input|textarea/i.test(t.target.tagName))return;switch(t.which){case 37:this.prev();break;case 39:this.next();break;default:return};t.preventDefault()};e.prototype.cycle=function(e){e||(this.paused=!1);this.interval&&clearInterval(this.interval);this.options.interval&&!this.paused&&(this.interval=setInterval(t.proxy(this.next,this),this.options.interval));return this};e.prototype.getItemIndex=function(t){this.$items=t.parent().children('.item');return this.$items.index(t||this.$active)};e.prototype.getItemForDirection=function(t,e){var i=this.getItemIndex(e),o=(t=='prev'&&i===0)||(t=='next'&&i==(this.$items.length-1));if(o&&!this.options.wrap)return e;var n=t=='prev'?-1:1,s=(i+n)%this.$items.length;return this.$items.eq(s)};e.prototype.to=function(t){var i=this,e=this.getItemIndex(this.$active=this.$element.find('.item.active'));if(t>(this.$items.length-1)||t<0)return;if(this.sliding)return this.$element.one('slid.bs.carousel',function(){i.to(t)});if(e==t)return this.pause().cycle();return this.slide(t>e?'next':'prev',this.$items.eq(t))};e.prototype.pause=function(e){e||(this.paused=!0);if(this.$element.find('.next, .prev').length&&t.support.transition){this.$element.trigger(t.support.transition.end);this.cycle(!0)};this.interval=clearInterval(this.interval);return this};e.prototype.next=function(){if(this.sliding)return;return this.slide('next')};e.prototype.prev=function(){if(this.sliding)return;return this.slide('prev')};e.prototype.slide=function(i,o){var r=this.$element.find('.item.active'),n=o||this.getItemForDirection(i,r),l=this.interval,s=i=='next'?'left':'right',a=this;if(n.hasClass('active'))return(this.sliding=!1);var p=n[0],h=t.Event('slide.bs.carousel',{relatedTarget:p,direction:s});this.$element.trigger(h);if(h.isDefaultPrevented())return;this.sliding=!0;l&&this.pause();if(this.$indicators.length){this.$indicators.find('.active').removeClass('active');var f=t(this.$indicators.children()[this.getItemIndex(n)]);f&&f.addClass('active')};var d=t.Event('slid.bs.carousel',{relatedTarget:p,direction:s});if(t.support.transition&&this.$element.hasClass('slide')){n.addClass(i);n[0].offsetWidth;r.addClass(s);n.addClass(s);r.one('bsTransitionEnd',function(){n.removeClass([i,s].join(' ')).addClass('active');r.removeClass(['active',s].join(' '));a.sliding=!1;setTimeout(function(){a.$element.trigger(d)},0)}).emulateTransitionEnd(e.TRANSITION_DURATION)}
|
||
else{r.removeClass('active');n.addClass('active');this.sliding=!1;this.$element.trigger(d)};l&&this.cycle();return this};function i(i){return this.each(function(){var s=t(this),o=s.data('bs.carousel'),n=t.extend({},e.DEFAULTS,s.data(),typeof i=='object'&&i);var r=typeof i=='string'?i:n.slide;if(!o)s.data('bs.carousel',(o=new e(this,n)));if(typeof i=='number')o.to(i);else if(r)o[r]();else if(n.interval)o.pause().cycle()})};var n=t.fn.carousel;t.fn.carousel=i;t.fn.carousel.Constructor=e;t.fn.carousel.noConflict=function(){t.fn.carousel=n;return this};var o=function(e){var a,o=t(this),n=t(o.attr('data-target')||(a=o.attr('href'))&&a.replace(/.*(?=#[^\s]+$)/,''));if(!n.hasClass('carousel'))return;var r=t.extend({},n.data(),o.data());var s=o.attr('data-slide-to');if(s)r.interval=!1;i.call(n,r);if(s){n.data('bs.carousel').to(s)};e.preventDefault()};t(document).on('click.bs.carousel.data-api','[data-slide]',o).on('click.bs.carousel.data-api','[data-slide-to]',o);t(window).on('load',function(){t('[data-ride="carousel"]').each(function(){var e=t(this);i.call(e,e.data())})})}(jQuery);+function(t){'use strict';var e=function(i,o){this.$element=t(i);this.options=t.extend({},e.DEFAULTS,o);this.$trigger=t('[data-toggle="collapse"][href="#'+i.id+'"],[data-toggle="collapse"][data-target="#'+i.id+'"]');this.transitioning=null;if(this.options.parent){this.$parent=this.getParent()}
|
||
else{this.addAriaAndCollapsedClass(this.$element,this.$trigger)};if(this.options.toggle)this.toggle()};e.VERSION='3.3.4';e.TRANSITION_DURATION=350;e.DEFAULTS={toggle:!0};e.prototype.dimension=function(){var t=this.$element.hasClass('width');return t?'width':'height'};e.prototype.show=function(){if(this.transitioning||this.$element.hasClass('in'))return;var n,o=this.$parent&&this.$parent.children('.panel').children('.in, .collapsing');if(o&&o.length){n=o.data('bs.collapse');if(n&&n.transitioning)return};var r=t.Event('show.bs.collapse');this.$element.trigger(r);if(r.isDefaultPrevented())return;if(o&&o.length){i.call(o,'hide');n||o.data('bs.collapse',null)};var s=this.dimension();this.$element.removeClass('collapse').addClass('collapsing')[s](0).attr('aria-expanded',!0);this.$trigger.removeClass('collapsed').attr('aria-expanded',!0);this.transitioning=1;var a=function(){this.$element.removeClass('collapsing').addClass('collapse in')[s]('');this.transitioning=0;this.$element.trigger('shown.bs.collapse')};if(!t.support.transition)return a.call(this);var l=t.camelCase(['scroll',s].join('-'));this.$element.one('bsTransitionEnd',t.proxy(a,this)).emulateTransitionEnd(e.TRANSITION_DURATION)[s](this.$element[0][l])};e.prototype.hide=function(){if(this.transitioning||!this.$element.hasClass('in'))return;var o=t.Event('hide.bs.collapse');this.$element.trigger(o);if(o.isDefaultPrevented())return;var i=this.dimension();this.$element[i](this.$element[i]())[0].offsetHeight;this.$element.addClass('collapsing').removeClass('collapse in').attr('aria-expanded',!1);this.$trigger.addClass('collapsed').attr('aria-expanded',!1);this.transitioning=1;var n=function(){this.transitioning=0;this.$element.removeClass('collapsing').addClass('collapse').trigger('hidden.bs.collapse')};if(!t.support.transition)return n.call(this);this.$element[i](0).one('bsTransitionEnd',t.proxy(n,this)).emulateTransitionEnd(e.TRANSITION_DURATION)};e.prototype.toggle=function(){this[this.$element.hasClass('in')?'hide':'show']()};e.prototype.getParent=function(){return t(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(t.proxy(function(e,i){var n=t(i);this.addAriaAndCollapsedClass(o(n),n)},this)).end()};e.prototype.addAriaAndCollapsedClass=function(t,e){var i=t.hasClass('in');t.attr('aria-expanded',i);e.toggleClass('collapsed',!i).attr('aria-expanded',i)};function o(e){var i,o=e.attr('data-target')||(i=e.attr('href'))&&i.replace(/.*(?=#[^\s]+$)/,'');return t(o)};function i(i){return this.each(function(){var s=t(this),o=s.data('bs.collapse'),n=t.extend({},e.DEFAULTS,s.data(),typeof i=='object'&&i);if(!o&&n.toggle&&/show|hide/.test(i))n.toggle=!1;if(!o)s.data('bs.collapse',(o=new e(this,n)));if(typeof i=='string')o[i]()})};var n=t.fn.collapse;t.fn.collapse=i;t.fn.collapse.Constructor=e;t.fn.collapse.noConflict=function(){t.fn.collapse=n;return this};t(document).on('click.bs.collapse.data-api','[data-toggle="collapse"]',function(e){var n=t(this);if(!n.attr('data-target'))e.preventDefault();var s=o(n),r=s.data('bs.collapse'),a=r?'toggle':n.data();i.call(s,a)})}(jQuery);+function(t){'use strict';var a='.dropdown-backdrop',i='[data-toggle="dropdown"]',e=function(e){t(e).on('click.bs.dropdown',this.toggle)};e.VERSION='3.3.4';e.prototype.toggle=function(e){var s=t(this);if(s.is('.disabled, :disabled'))return;var i=o(s),a=i.hasClass('open');n();if(!a){if('ontouchstart' in document.documentElement&&!i.closest('.navbar-nav').length){t('<div class="dropdown-backdrop"/>').insertAfter(t(this)).on('click',n)};var r={relatedTarget:this};i.trigger(e=t.Event('show.bs.dropdown',r));if(e.isDefaultPrevented())return;s.trigger('focus').attr('aria-expanded','true');i.toggleClass('open').trigger('shown.bs.dropdown',r)};return!1};e.prototype.keydown=function(e){if(!/(38|40|27|32)/.test(e.which)||/input|textarea/i.test(e.target.tagName))return;var r=t(this);e.preventDefault();e.stopPropagation();if(r.is('.disabled, :disabled'))return;var a=o(r),h=a.hasClass('open');if((!h&&e.which!=27)||(h&&e.which==27)){if(e.which==27)a.find(i).trigger('focus');return r.trigger('click')};var l=' li:not(.disabled):visible a',s=a.find('[role="menu"]'+l+', [role="listbox"]'+l);if(!s.length)return;var n=s.index(e.target);if(e.which==38&&n>0)n--;if(e.which==40&&n<s.length-1)n++;if(!~n)n=0;s.eq(n).trigger('focus')};function n(e){if(e&&e.which===3)return;t(a).remove();t(i).each(function(){var s=t(this),i=o(s),n={relatedTarget:this};if(!i.hasClass('open'))return;i.trigger(e=t.Event('hide.bs.dropdown',n));if(e.isDefaultPrevented())return;s.attr('aria-expanded','false');i.removeClass('open').trigger('hidden.bs.dropdown',n)})};function o(e){var i=e.attr('data-target');if(!i){i=e.attr('href');i=i&&/#[A-Za-z]/.test(i)&&i.replace(/.*(?=#[^\s]*$)/,'')};var o=i&&t(i);return o&&o.length?o:e.parent()};function s(i){return this.each(function(){var n=t(this),o=n.data('bs.dropdown');if(!o)n.data('bs.dropdown',(o=new e(this)));if(typeof i=='string')o[i].call(n)})};var r=t.fn.dropdown;t.fn.dropdown=s;t.fn.dropdown.Constructor=e;t.fn.dropdown.noConflict=function(){t.fn.dropdown=r;return this};t(document).on('click.bs.dropdown.data-api',n).on('click.bs.dropdown.data-api','.dropdown form',function(t){t.stopPropagation()}).on('click.bs.dropdown.data-api',i,e.prototype.toggle).on('keydown.bs.dropdown.data-api',i,e.prototype.keydown).on('keydown.bs.dropdown.data-api','[role="menu"]',e.prototype.keydown).on('keydown.bs.dropdown.data-api','[role="listbox"]',e.prototype.keydown)}(jQuery);+function(t){'use strict';var e=function(e,i){this.options=i;this.$body=t(document.body);this.$element=t(e);this.$dialog=this.$element.find('.modal-dialog');this.$backdrop=null;this.isShown=null;this.originalBodyPad=null;this.scrollbarWidth=0;this.ignoreBackdropClick=!1;if(this.options.remote){this.$element.find('.modal-content').load(this.options.remote,t.proxy(function(){this.$element.trigger('loaded.bs.modal')},this))}};e.VERSION='3.3.4';e.TRANSITION_DURATION=300;e.BACKDROP_TRANSITION_DURATION=150;e.DEFAULTS={backdrop:!0,keyboard:!0,show:!0};e.prototype.toggle=function(t){return this.isShown?this.hide():this.show(t)};e.prototype.show=function(i){var o=this,n=t.Event('show.bs.modal',{relatedTarget:i});this.$element.trigger(n);if(this.isShown||n.isDefaultPrevented())return;this.isShown=!0;this.checkScrollbar();this.setScrollbar();this.$body.addClass('modal-open');this.escape();this.resize();this.$element.on('click.dismiss.bs.modal','[data-dismiss="modal"]',t.proxy(this.hide,this));this.$dialog.on('mousedown.dismiss.bs.modal',function(){o.$element.one('mouseup.dismiss.bs.modal',function(e){if(t(e.target).is(o.$element))o.ignoreBackdropClick=!0})});this.backdrop(function(){var n=t.support.transition&&o.$element.hasClass('fade');if(!o.$element.parent().length){o.$element.appendTo(o.$body)};o.$element.show().scrollTop(0);o.adjustDialog();if(n){o.$element[0].offsetWidth};o.$element.addClass('in').attr('aria-hidden',!1);o.enforceFocus();var s=t.Event('shown.bs.modal',{relatedTarget:i});n?o.$dialog.one('bsTransitionEnd',function(){o.$element.trigger('focus').trigger(s)}).emulateTransitionEnd(e.TRANSITION_DURATION):o.$element.trigger('focus').trigger(s)})};e.prototype.hide=function(i){if(i)i.preventDefault();i=t.Event('hide.bs.modal');this.$element.trigger(i);if(!this.isShown||i.isDefaultPrevented())return;this.isShown=!1;this.escape();this.resize();t(document).off('focusin.bs.modal');this.$element.removeClass('in').attr('aria-hidden',!0).off('click.dismiss.bs.modal').off('mouseup.dismiss.bs.modal');this.$dialog.off('mousedown.dismiss.bs.modal');t.support.transition&&this.$element.hasClass('fade')?this.$element.one('bsTransitionEnd',t.proxy(this.hideModal,this)).emulateTransitionEnd(e.TRANSITION_DURATION):this.hideModal()};e.prototype.enforceFocus=function(){t(document).off('focusin.bs.modal').on('focusin.bs.modal',t.proxy(function(t){if(this.$element[0]!==t.target&&!this.$element.has(t.target).length){this.$element.trigger('focus')}},this))};e.prototype.escape=function(){if(this.isShown&&this.options.keyboard){this.$element.on('keydown.dismiss.bs.modal',t.proxy(function(t){t.which==27&&this.hide()},this))}
|
||
else if(!this.isShown){this.$element.off('keydown.dismiss.bs.modal')}};e.prototype.resize=function(){if(this.isShown){t(window).on('resize.bs.modal',t.proxy(this.handleUpdate,this))}
|
||
else{t(window).off('resize.bs.modal')}};e.prototype.hideModal=function(){var t=this;this.$element.hide();this.backdrop(function(){t.$body.removeClass('modal-open');t.resetAdjustments();t.resetScrollbar();t.$element.trigger('hidden.bs.modal')})};e.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove();this.$backdrop=null};e.prototype.backdrop=function(i){var r=this,o=this.$element.hasClass('fade')?'fade':'';if(this.isShown&&this.options.backdrop){var n=t.support.transition&&o;this.$backdrop=t('<div class="modal-backdrop '+o+'" />').appendTo(this.$body);this.$element.on('click.dismiss.bs.modal',t.proxy(function(t){if(this.ignoreBackdropClick){this.ignoreBackdropClick=!1;return};if(t.target!==t.currentTarget)return;this.options.backdrop=='static'?this.$element[0].focus():this.hide()},this));if(n)this.$backdrop[0].offsetWidth;this.$backdrop.addClass('in');if(!i)return;n?this.$backdrop.one('bsTransitionEnd',i).emulateTransitionEnd(e.BACKDROP_TRANSITION_DURATION):i()}
|
||
else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass('in');var s=function(){r.removeBackdrop();i&&i()};t.support.transition&&this.$element.hasClass('fade')?this.$backdrop.one('bsTransitionEnd',s).emulateTransitionEnd(e.BACKDROP_TRANSITION_DURATION):s()}
|
||
else if(i){i()}};e.prototype.handleUpdate=function(){this.adjustDialog()};e.prototype.adjustDialog=function(){var t=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&t?this.scrollbarWidth:'',paddingRight:this.bodyIsOverflowing&&!t?this.scrollbarWidth:''})};e.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:'',paddingRight:''})};e.prototype.checkScrollbar=function(){var t=window.innerWidth;if(!t){var e=document.documentElement.getBoundingClientRect();t=e.right-Math.abs(e.left)};this.bodyIsOverflowing=document.body.clientWidth<t;this.scrollbarWidth=this.measureScrollbar()};e.prototype.setScrollbar=function(){var t=parseInt((this.$body.css('padding-right')||0),10);this.originalBodyPad=document.body.style.paddingRight||'';if(this.bodyIsOverflowing)this.$body.css('padding-right',t+this.scrollbarWidth)};e.prototype.resetScrollbar=function(){this.$body.css('padding-right',this.originalBodyPad)};e.prototype.measureScrollbar=function(){var t=document.createElement('div');t.className='modal-scrollbar-measure';this.$body.append(t);var e=t.offsetWidth-t.clientWidth;this.$body[0].removeChild(t);return e};function i(i,o){return this.each(function(){var s=t(this),n=s.data('bs.modal'),r=t.extend({},e.DEFAULTS,s.data(),typeof i=='object'&&i);if(!n)s.data('bs.modal',(n=new e(this,r)));if(typeof i=='string')n[i](o);else if(r.show)n.show(o)})};var o=t.fn.modal;t.fn.modal=i;t.fn.modal.Constructor=e;t.fn.modal.noConflict=function(){t.fn.modal=o;return this};t(document).on('click.bs.modal.data-api','[data-toggle="modal"]',function(e){var o=t(this),s=o.attr('href'),n=t(o.attr('data-target')||(s&&s.replace(/.*(?=#[^\s]+$)/,''))),r=n.data('bs.modal')?'toggle':t.extend({remote:!/#/.test(s)&&s},n.data(),o.data());if(o.is('a'))e.preventDefault();n.one('show.bs.modal',function(t){if(t.isDefaultPrevented())return n.one('hidden.bs.modal',function(){o.is(':visible')&&o.trigger('focus')})});i.call(n,r,this)})}(jQuery);+function(t){'use strict';var e=function(t,e){this.type=null;this.options=null;this.enabled=null;this.timeout=null;this.hoverState=null;this.$element=null;this.init('tooltip',t,e)};e.VERSION='3.3.4';e.TRANSITION_DURATION=150;e.DEFAULTS={animation:!0,placement:'top',selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:'hover focus',title:'',delay:0,html:!1,container:!1,viewport:{selector:'body',padding:0}};e.prototype.init=function(e,i,o){this.enabled=!0;this.type=e;this.$element=t(i);this.options=this.getOptions(o);this.$viewport=this.options.viewport&&t(this.options.viewport.selector||this.options.viewport);if(this.$element[0]instanceof document.constructor&&!this.options.selector){throw new Error('`selector` option must be specified when initializing '+this.type+' on the window.document object!')};var s=this.options.trigger.split(' ');for(var r=s.length;r--;){var n=s[r];if(n=='click'){this.$element.on('click.'+this.type,this.options.selector,t.proxy(this.toggle,this))}
|
||
else if(n!='manual'){var a=n=='hover'?'mouseenter':'focusin',l=n=='hover'?'mouseleave':'focusout';this.$element.on(a+'.'+this.type,this.options.selector,t.proxy(this.enter,this));this.$element.on(l+'.'+this.type,this.options.selector,t.proxy(this.leave,this))}};this.options.selector?(this._options=t.extend({},this.options,{trigger:'manual',selector:''})):this.fixTitle()};e.prototype.getDefaults=function(){return e.DEFAULTS};e.prototype.getOptions=function(e){e=t.extend({},this.getDefaults(),this.$element.data(),e);if(e.delay&&typeof e.delay=='number'){e.delay={show:e.delay,hide:e.delay}};return e};e.prototype.getDelegateOptions=function(){var e={};var i=this.getDefaults();this._options&&t.each(this._options,function(t,o){if(i[t]!=o)e[t]=o});return e};e.prototype.enter=function(e){var i=e instanceof this.constructor?e:t(e.currentTarget).data('bs.'+this.type);if(i&&i.$tip&&i.$tip.is(':visible')){i.hoverState='in';return};if(!i){i=new this.constructor(e.currentTarget,this.getDelegateOptions());t(e.currentTarget).data('bs.'+this.type,i)};clearTimeout(i.timeout);i.hoverState='in';if(!i.options.delay||!i.options.delay.show)return i.show();i.timeout=setTimeout(function(){if(i.hoverState=='in')i.show()},i.options.delay.show)};e.prototype.leave=function(e){var i=e instanceof this.constructor?e:t(e.currentTarget).data('bs.'+this.type);if(!i){i=new this.constructor(e.currentTarget,this.getDelegateOptions());t(e.currentTarget).data('bs.'+this.type,i)};clearTimeout(i.timeout);i.hoverState='out';if(!i.options.delay||!i.options.delay.hide)return i.hide();i.timeout=setTimeout(function(){if(i.hoverState=='out')i.hide()},i.options.delay.hide)};e.prototype.show=function(){var c=t.Event('show.bs.'+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(c);var u=t.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(c.isDefaultPrevented()||!u)return;var n=this,o=this.tip(),p=this.getUID(this.type);this.setContent();o.attr('id',p);this.$element.attr('aria-describedby',p);if(this.options.animation)o.addClass('fade');var i=typeof this.options.placement=='function'?this.options.placement.call(this,o[0],this.$element[0]):this.options.placement,f=/\s?auto?\s?/i,d=f.test(i);if(d)i=i.replace(f,'')||'top';o.detach().css({top:0,left:0,display:'block'}).addClass(i).data('bs.'+this.type,this);this.options.container?o.appendTo(this.options.container):o.insertAfter(this.$element);var s=this.getPosition(),a=o[0].offsetWidth,l=o[0].offsetHeight;if(d){var g=i,m=this.options.container?t(this.options.container):this.$element.parent(),r=this.getPosition(m);i=i=='bottom'&&s.bottom+l>r.bottom?'top':i=='top'&&s.top-l<r.top?'bottom':i=='right'&&s.right+a>r.width?'left':i=='left'&&s.left-a<r.left?'right':i;o.removeClass(g).addClass(i)};var v=this.getCalculatedOffset(i,s,a,l);this.applyPlacement(v,i);var h=function(){var t=n.hoverState;n.$element.trigger('shown.bs.'+n.type);n.hoverState=null;if(t=='out')n.leave(n)};t.support.transition&&this.$tip.hasClass('fade')?o.one('bsTransitionEnd',h).emulateTransitionEnd(e.TRANSITION_DURATION):h()}};e.prototype.applyPlacement=function(e,i){var o=this.tip(),c=o[0].offsetWidth,h=o[0].offsetHeight,r=parseInt(o.css('margin-top'),10),l=parseInt(o.css('margin-left'),10);if(isNaN(r))r=0;if(isNaN(l))l=0;e.top=e.top+r;e.left=e.left+l;t.offset.setOffset(o[0],t.extend({using:function(t){o.css({top:Math.round(t.top),left:Math.round(t.left)})}},e),0);o.addClass('in');var d=o[0].offsetWidth,s=o[0].offsetHeight;if(i=='top'&&s!=h){e.top=e.top+h-s};var n=this.getViewportAdjustedDelta(i,e,d,s);if(n.left)e.left+=n.left;else e.top+=n.top;var a=/top|bottom/.test(i),f=a?n.left*2-c+d:n.top*2-h+s,p=a?'offsetWidth':'offsetHeight';o.offset(e);this.replaceArrow(f,o[0][p],a)};e.prototype.replaceArrow=function(t,e,i){this.arrow().css(i?'left':'top',50*(1-t/e)+'%').css(i?'top':'left','')};e.prototype.setContent=function(){var t=this.tip(),e=this.getTitle();t.find('.tooltip-inner')[this.options.html?'html':'text'](e);t.removeClass('fade in top bottom left right')};e.prototype.hide=function(i){var n=this,o=t(this.$tip),r=t.Event('hide.bs.'+this.type);function s(){if(n.hoverState!='in')o.detach();n.$element.removeAttr('aria-describedby').trigger('hidden.bs.'+n.type);i&&i()};this.$element.trigger(r);if(r.isDefaultPrevented())return;o.removeClass('in');t.support.transition&&o.hasClass('fade')?o.one('bsTransitionEnd',s).emulateTransitionEnd(e.TRANSITION_DURATION):s();this.hoverState=null;return this};e.prototype.fixTitle=function(){var t=this.$element;if(t.attr('title')||typeof(t.attr('data-original-title'))!='string'){t.attr('data-original-title',t.attr('title')||'').attr('title','')}};e.prototype.hasContent=function(){return this.getTitle()};e.prototype.getPosition=function(e){e=e||this.$element;var n=e[0],o=n.tagName=='BODY',i=n.getBoundingClientRect();if(i.width==null){i=t.extend({},i,{width:i.right-i.left,height:i.bottom-i.top})};var s=o?{top:0,left:0}:e.offset();var a={scroll:o?document.documentElement.scrollTop||document.body.scrollTop:e.scrollTop()};var r=o?{width:t(window).width(),height:t(window).height()}:null;return t.extend({},i,a,r,s)};e.prototype.getCalculatedOffset=function(t,e,i,o){return t=='bottom'?{top:e.top+e.height,left:e.left+e.width/2-i/2}:t=='top'?{top:e.top-o,left:e.left+e.width/2-i/2}:t=='left'?{top:e.top+e.height/2-o/2,left:e.left-i}:{top:e.top+e.height/2-o/2,left:e.left+e.width}};e.prototype.getViewportAdjustedDelta=function(t,e,n,r){var o={top:0,left:0};if(!this.$viewport)return o;var s=this.options.viewport&&this.options.viewport.padding||0,i=this.getPosition(this.$viewport);if(/right|left/.test(t)){var h=e.top-s-i.scroll,d=e.top+s-i.scroll+r;if(h<i.top){o.top=i.top-h}
|
||
else if(d>i.top+i.height){o.top=i.top+i.height-d}}
|
||
else{var l=e.left-s,a=e.left+s+n;if(l<i.left){o.left=i.left-l}
|
||
else if(a>i.width){o.left=i.left+i.width-a}};return o};e.prototype.getTitle=function(){var i,e=this.$element,t=this.options;i=e.attr('data-original-title')||(typeof t.title=='function'?t.title.call(e[0]):t.title);return i};e.prototype.getUID=function(t){do t+=~~(Math.random()*1000000);while(document.getElementById(t))return t};e.prototype.tip=function(){return(this.$tip=this.$tip||t(this.options.template))};e.prototype.arrow=function(){return(this.$arrow=this.$arrow||this.tip().find('.tooltip-arrow'))};e.prototype.enable=function(){this.enabled=!0};e.prototype.disable=function(){this.enabled=!1};e.prototype.toggleEnabled=function(){this.enabled=!this.enabled};e.prototype.toggle=function(e){var i=this;if(e){i=t(e.currentTarget).data('bs.'+this.type);if(!i){i=new this.constructor(e.currentTarget,this.getDelegateOptions());t(e.currentTarget).data('bs.'+this.type,i)}};i.tip().hasClass('in')?i.leave(i):i.enter(i)};e.prototype.destroy=function(){var t=this;clearTimeout(this.timeout);this.hide(function(){t.$element.off('.'+t.type).removeData('bs.'+t.type)})};function i(i){return this.each(function(){var n=t(this),o=n.data('bs.tooltip'),s=typeof i=='object'&&i;if(!o&&/destroy|hide/.test(i))return;if(!o)n.data('bs.tooltip',(o=new e(this,s)));if(typeof i=='string')o[i]()})};var o=t.fn.tooltip;t.fn.tooltip=i;t.fn.tooltip.Constructor=e;t.fn.tooltip.noConflict=function(){t.fn.tooltip=o;return this}}(jQuery);+function(t){'use strict';var e=function(t,e){this.init('popover',t,e)};if(!t.fn.tooltip)throw new Error('Popover requires tooltip.js');e.VERSION='3.3.4';e.DEFAULTS=t.extend({},t.fn.tooltip.Constructor.DEFAULTS,{placement:'right',trigger:'click',content:'',template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'});e.prototype=t.extend({},t.fn.tooltip.Constructor.prototype);e.prototype.constructor=e;e.prototype.getDefaults=function(){return e.DEFAULTS};e.prototype.setContent=function(){var t=this.tip(),i=this.getTitle(),e=this.getContent();t.find('.popover-title')[this.options.html?'html':'text'](i);t.find('.popover-content').children().detach().end()[this.options.html?(typeof e=='string'?'html':'append'):'text'](e);t.removeClass('fade top bottom left right in');if(!t.find('.popover-title').html())t.find('.popover-title').hide()};e.prototype.hasContent=function(){return this.getTitle()||this.getContent()};e.prototype.getContent=function(){var e=this.$element,t=this.options;return e.attr('data-content')||(typeof t.content=='function'?t.content.call(e[0]):t.content)};e.prototype.arrow=function(){return(this.$arrow=this.$arrow||this.tip().find('.arrow'))};function i(i){return this.each(function(){var n=t(this),o=n.data('bs.popover'),s=typeof i=='object'&&i;if(!o&&/destroy|hide/.test(i))return;if(!o)n.data('bs.popover',(o=new e(this,s)));if(typeof i=='string')o[i]()})};var o=t.fn.popover;t.fn.popover=i;t.fn.popover.Constructor=e;t.fn.popover.noConflict=function(){t.fn.popover=o;return this}}(jQuery);+function(t){'use strict';function e(i,o){this.$body=t(document.body);this.$scrollElement=t(i).is(document.body)?t(window):t(i);this.options=t.extend({},e.DEFAULTS,o);this.selector=(this.options.target||'')+' .nav li > a';this.offsets=[];this.targets=[];this.activeTarget=null;this.scrollHeight=0;this.$scrollElement.on('scroll.bs.scrollspy',t.proxy(this.process,this));this.refresh();this.process()};e.VERSION='3.3.4';e.DEFAULTS={offset:10};e.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)};e.prototype.refresh=function(){var o=this,i='offset',e=0;this.offsets=[];this.targets=[];this.scrollHeight=this.getScrollHeight();if(!t.isWindow(this.$scrollElement[0])){i='position';e=this.$scrollElement.scrollTop()};this.$body.find(this.selector).map(function(){var s=t(this),n=s.data('target')||s.attr('href'),o=/^#./.test(n)&&t(n);return(o&&o.length&&o.is(':visible')&&[[o[i]().top+e,n]])||null}).sort(function(t,e){return t[0]-e[0]}).each(function(){o.offsets.push(this[0]);o.targets.push(this[1])})};e.prototype.process=function(){var i=this.$scrollElement.scrollTop()+this.options.offset,s=this.getScrollHeight(),r=this.options.offset+s-this.$scrollElement.height(),e=this.offsets,o=this.targets,n=this.activeTarget,t;if(this.scrollHeight!=s){this.refresh()};if(i>=r){return n!=(t=o[o.length-1])&&this.activate(t)};if(n&&i<e[0]){this.activeTarget=null;return this.clear()};for(t=e.length;t--;){n!=o[t]&&i>=e[t]&&(e[t+1]===undefined||i<e[t+1])&&this.activate(o[t])}};e.prototype.activate=function(e){this.activeTarget=e;this.clear();var o=this.selector+'[data-target="'+e+'"],'+this.selector+'[href="'+e+'"]',i=t(o).parents('li').addClass('active');if(i.parent('.dropdown-menu').length){i=i.closest('li.dropdown').addClass('active')};i.trigger('activate.bs.scrollspy')};e.prototype.clear=function(){t(this.selector).parentsUntil(this.options.target,'.active').removeClass('active')};function i(i){return this.each(function(){var n=t(this),o=n.data('bs.scrollspy'),s=typeof i=='object'&&i;if(!o)n.data('bs.scrollspy',(o=new e(this,s)));if(typeof i=='string')o[i]()})};var o=t.fn.scrollspy;t.fn.scrollspy=i;t.fn.scrollspy.Constructor=e;t.fn.scrollspy.noConflict=function(){t.fn.scrollspy=o;return this};t(window).on('load.bs.scrollspy.data-api',function(){t('[data-spy="scroll"]').each(function(){var e=t(this);i.call(e,e.data())})})}(jQuery);+function(t){'use strict';var e=function(e){this.element=t(e)};e.VERSION='3.3.4';e.TRANSITION_DURATION=150;e.prototype.show=function(){var e=this.element,n=e.closest('ul:not(.dropdown-menu)'),i=e.data('target');if(!i){i=e.attr('href');i=i&&i.replace(/.*(?=#[^\s]*$)/,'')};if(e.parent('li').hasClass('active'))return;var o=n.find('.active:last a'),s=t.Event('hide.bs.tab',{relatedTarget:e[0]});var r=t.Event('show.bs.tab',{relatedTarget:o[0]});o.trigger(s);e.trigger(r);if(r.isDefaultPrevented()||s.isDefaultPrevented())return;var a=t(i);this.activate(e.closest('li'),n);this.activate(a,a.parent(),function(){o.trigger({type:'hidden.bs.tab',relatedTarget:e[0]});e.trigger({type:'shown.bs.tab',relatedTarget:o[0]})})};e.prototype.activate=function(i,o,n){var s=o.find('> .active'),a=n&&t.support.transition&&((s.length&&s.hasClass('fade'))||!!o.find('> .fade').length);function r(){s.removeClass('active').find('> .dropdown-menu > .active').removeClass('active').end().find('[data-toggle="tab"]').attr('aria-expanded',!1);i.addClass('active').find('[data-toggle="tab"]').attr('aria-expanded',!0);if(a){i[0].offsetWidth;i.addClass('in')}
|
||
else{i.removeClass('fade')};if(i.parent('.dropdown-menu').length){i.closest('li.dropdown').addClass('active').end().find('[data-toggle="tab"]').attr('aria-expanded',!0)};n&&n()};s.length&&a?s.one('bsTransitionEnd',r).emulateTransitionEnd(e.TRANSITION_DURATION):r();s.removeClass('in')};function o(i){return this.each(function(){var n=t(this),o=n.data('bs.tab');if(!o)n.data('bs.tab',(o=new e(this)));if(typeof i=='string')o[i]()})};var n=t.fn.tab;t.fn.tab=o;t.fn.tab.Constructor=e;t.fn.tab.noConflict=function(){t.fn.tab=n;return this};var i=function(e){e.preventDefault();o.call(t(this),'show')};t(document).on('click.bs.tab.data-api','[data-toggle="tab"]',i).on('click.bs.tab.data-api','[data-toggle="pill"]',i)}(jQuery);+function(t){'use strict';var e=function(i,o){this.options=t.extend({},e.DEFAULTS,o);this.$target=t(this.options.target).on('scroll.bs.affix.data-api',t.proxy(this.checkPosition,this)).on('click.bs.affix.data-api',t.proxy(this.checkPositionWithEventLoop,this));this.$element=t(i);this.affixed=null;this.unpin=null;this.pinnedOffset=null;this.checkPosition()};e.VERSION='3.3.4';e.RESET='affix affix-top affix-bottom';e.DEFAULTS={offset:0,target:window};e.prototype.getState=function(t,e,i,o){var n=this.$target.scrollTop(),s=this.$element.offset(),r=this.$target.height();if(i!=null&&this.affixed=='top')return n<i?'top':!1;if(this.affixed=='bottom'){if(i!=null)return(n+this.unpin<=s.top)?!1:'bottom';return(n+r<=t-o)?!1:'bottom'};var a=this.affixed==null,l=a?n:s.top,h=a?r:e;if(i!=null&&n<=i)return'top';if(o!=null&&(l+h>=t-o))return'bottom';return!1};e.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(e.RESET).addClass('affix');var i=this.$target.scrollTop(),t=this.$element.offset();return(this.pinnedOffset=t.top-i)};e.prototype.checkPositionWithEventLoop=function(){setTimeout(t.proxy(this.checkPosition,this),1)};e.prototype.checkPosition=function(){if(!this.$element.is(':visible'))return;var l=this.$element.height(),i=this.options.offset,s=i.top,n=i.bottom,a=t(document.body).height();if(typeof i!='object')n=s=i;if(typeof s=='function')s=i.top(this.$element);if(typeof n=='function')n=i.bottom(this.$element);var o=this.getState(a,l,s,n);if(this.affixed!=o){if(this.unpin!=null)this.$element.css('top','');var r='affix'+(o?'-'+o:''),h=t.Event(r+'.bs.affix');this.$element.trigger(h);if(h.isDefaultPrevented())return;this.affixed=o;this.unpin=o=='bottom'?this.getPinnedOffset():null;this.$element.removeClass(e.RESET).addClass(r).trigger(r.replace('affix','affixed')+'.bs.affix')};if(o=='bottom'){this.$element.offset({top:a-l-n})}};function i(i){return this.each(function(){var n=t(this),o=n.data('bs.affix'),s=typeof i=='object'&&i;if(!o)n.data('bs.affix',(o=new e(this,s)));if(typeof i=='string')o[i]()})};var o=t.fn.affix;t.fn.affix=i;t.fn.affix.Constructor=e;t.fn.affix.noConflict=function(){t.fn.affix=o;return this};t(window).on('load',function(){t('[data-spy="affix"]').each(function(){var o=t(this),e=o.data();e.offset=e.offset||{};if(e.offsetBottom!=null)e.offset.bottom=e.offsetBottom;if(e.offsetTop!=null)e.offset.top=e.offsetTop;i.call(o,e)})})}(jQuery);
|
||
!function(e){'undefined'!=typeof exports?e(exports):(window.hljs=e({}),'function'==typeof define&&define.amd&&define([],function(){return window.hljs}))}(function(e){function t(e){return e.replace(/&/gm,'&').replace(/</gm,'<').replace(/>/gm,'>')};function l(e){return e.nodeName.toLowerCase()};function u(e,t){var r=e&&e.exec(t);return r&&0==r.index};function N(e){var t=(e.className+' '+(e.parentNode?e.parentNode.className:'')).split(/\s+/);return t=t.map(function(e){return e.replace(/^lang(uage)?-/,'')}),t.filter(function(e){return i(e)||/no(-?)highlight/.test(e)})[0]};function o(e,t){var n={};for(var r in e)n[r]=e[r];if(t)for(var r in t)n[r]=t[r];return n};function b(e){var t=[];return function r(e,n){for(var a=e.firstChild;a;a=a.nextSibling)3==a.nodeType?n+=a.nodeValue.length:1==a.nodeType&&(t.push({event:'start',offset:n,node:a}),n=r(a,n),l(a).match(/br|hr|img|input/)||t.push({event:'stop',offset:n,node:a}));return n}(e,0),t};function y(e,r,i){function p(){return e.length&&r.length?e[0].offset!=r[0].offset?e[0].offset<r[0].offset?e:r:'start'==r[0].event?e:r:e.length?e:r};function d(e){function r(e){return' '+e.nodeName+'="'+t(e.value)+'"'};c+='<'+l(e)+Array.prototype.map.call(e.attributes,r).join('')+'>'};function u(e){c+='</'+l(e)+'>'};function o(e){('start'==e.event?d:u)(e.node)};for(var a=0,c='',s=[];e.length||r.length;){var n=p();if(c+=t(i.substr(a,n[0].offset-a)),a=n[0].offset,n==e){s.reverse().forEach(u);do o(n.splice(0,1)[0]),n=p();while(n==e&&n.length&&n[0].offset==a);s.reverse().forEach(d)}
|
||
else'start'==n[0].event?s.push(n[0].node):s.pop(),o(n.splice(0,1)[0])};return c+t(i.substr(a))};function v(e){function n(e){return e&&e.source||e};function t(t,r){return RegExp(n(t),'m'+(e.cI?'i':'')+(r?'g':''))};function r(a,i){if(!a.compiled){if(a.compiled=!0,a.k=a.k||a.bK,a.k){var u={},c=function(t,r){e.cI&&(r=r.toLowerCase()),r.split(' ').forEach(function(e){var r=e.split('|');u[r[0]]=[t,r[1]?Number(r[1]):1]})};'string'==typeof a.k?c('keyword',a.k):Object.keys(a.k).forEach(function(e){c(e,a.k[e])}),a.k=u};a.lR=t(a.l||/\b[A-Za-z0-9_]+\b/,!0),i&&(a.bK&&(a.b='\\b('+a.bK.split(' ').join('|')+')\\b'),a.b||(a.b=/\B|\b/),a.bR=t(a.b),a.e||a.eW||(a.e=/\B|\b/),a.e&&(a.eR=t(a.e)),a.tE=n(a.e)||'',a.eW&&i.tE&&(a.tE+=(a.e?'|':'')+i.tE)),a.i&&(a.iR=t(a.i)),void 0===a.r&&(a.r=1),a.c||(a.c=[]);var s=[];a.c.forEach(function(e){e.v?e.v.forEach(function(t){s.push(o(e,t))}):s.push('self'==e?a:e)}),a.c=s,a.c.forEach(function(e){r(e,a)}),a.starts&&r(a.starts,i);var l=a.c.map(function(e){return e.bK?'\\.?('+e.b+')\\.?':e.b}).concat([a.tE,a.i]).map(n).filter(Boolean);a.t=l.length?t(l.join('|'),!0):{exec:function(){return null}}}};r(e)};function s(e,o,h,M){function B(e,t){for(var r=0;r<t.c.length;r++)if(u(t.c[r].bR,e))return t.c[r]};function E(e,t){return u(e.eR,t)?e:e.eW?E(e.parent,t):void 0};function L(e,t){return!h&&u(t.iR,e)};function A(e,t){var r=m.cI?t[0].toLowerCase():t[0];return e.k.hasOwnProperty(r)&&e.k[r]};function g(e,t,n,i){var c=i?'':r.classPrefix,a='<span class="'+c,s=n?'':'</span>';return a+=e+'">',a+t+s};function R(){if(!a.k)return t(l);var n='',r=0;a.lR.lastIndex=0;for(var e=a.lR.exec(l);e;){n+=t(l.substr(r,e.index-r));var i=A(a,e);i?(N+=i[1],n+=g(i[0],t(e[0]))):n+=t(e[0]),r=a.lR.lastIndex,e=a.lR.exec(l)};return n+t(l.substr(r))};function I(){if(a.sL&&!n[a.sL])return t(l);var e=a.sL?s(a.sL,l,!0,C[a.sL]):c(l);return a.r>0&&(N+=e.r),'continuous'==a.subLanguageMode&&(C[a.sL]=e.top),g(e.language,e.value,!1,!0)};function y(){return void 0!==a.sL?I():R()};function k(e,r){var n=e.cN?g(e.cN,'',!0):'';e.rB?(d+=n,l=''):e.eB?(d+=t(r)+n,l=''):(d+=n,l=r),a=Object.create(e,{parent:{value:a}})};function x(e,r){if(l+=e,void 0===r)return d+=y(),0;var s=B(r,a);if(s)return d+=y(),k(s,r),s.rB?0:r.length;var n=E(a,r);if(n){var i=a;i.rE||i.eE||(l+=r),d+=y();do a.cN&&(d+='</span>'),N+=a.r,a=a.parent;while(a!=n.parent);return i.eE&&(d+=t(r)),l='',n.starts&&k(n.starts,''),i.rE?0:r.length};if(L(r,a))throw new Error('Illegal lexeme "'+r+'" for mode "'+(a.cN||'<unnamed>')+'"');return l+=r,r.length||1};var m=i(e);if(!m)throw new Error('Unknown language: "'+e+'"');v(m);for(var a=M||m,C={},d='',p=a;p!=m;p=p.parent)p.cN&&(d=g(p.cN,'',!0)+d);var l='',N=0;try{for(var f,w,b=0;;){if(a.t.lastIndex=b,f=a.t.exec(o),!f)break;w=x(o.substr(b,f.index-b),f[0]),b=f.index+w};x(o.substr(b));for(var p=a;p.parent;p=p.parent)p.cN&&(d+='</span>');return{r:N,value:d,language:e,top:a}}catch(z){if(-1!=z.message.indexOf('Illegal'))return{r:0,value:t(o)};throw z}};function c(e,a){a=a||r.languages||Object.keys(n);var c={r:0,value:t(e)},o=c;return a.forEach(function(t){if(i(t)){var r=s(t,e,!1);r.language=t,r.r>o.r&&(o=r),r.r>c.r&&(o=c,c=r)}}),o.language&&(c.second_best=o),c};function f(e){return r.tabReplace&&(e=e.replace(/^((<[^>]+>|\t)+)/gm,function(e,t){return t.replace(/\t/g,r.tabReplace)})),r.useBR&&(e=e.replace(/\n/g,'<br>')),e};function w(e,t,r){var a=t?d[t]:r,n=[e.trim()];return e.match(/(\s|^)hljs(\s|$)/)||n.push('hljs'),a&&n.push(a),n.join(' ').trim()};function p(e){var a=N(e);if(!/no(-?)highlight/.test(a)){var n;r.useBR?(n=document.createElementNS('http://www.w3.org/1999/xhtml','div'),n.innerHTML=e.innerHTML.replace(/\n/g,'').replace(/<br[ \/]*>/g,'\n')):n=e;var i=n.textContent,t=a?s(a,i,!0):c(i),o=b(n);if(o.length){var l=document.createElementNS('http://www.w3.org/1999/xhtml','div');l.innerHTML=t.value,t.value=y(o,b(l),i)};t.value=f(t.value),e.innerHTML=t.value,e.className=w(e.className,a,t.language),e.result={language:t.language,re:t.r},t.second_best&&(e.second_best={language:t.second_best.language,re:t.second_best.r})}};function k(e){r=o(r,e)};function a(){if(!a.called){a.called=!0;var e=document.querySelectorAll('pre code');Array.prototype.forEach.call(e,p)}};function m(){addEventListener('DOMContentLoaded',a,!1),addEventListener('load',a,!1)};function g(t,r){var a=n[t]=r(e);a.aliases&&a.aliases.forEach(function(e){d[e]=t})};function h(){return Object.keys(n)};function i(e){return n[e]||n[d[e]]};var r={classPrefix:'hljs-',tabReplace:null,useBR:!1,languages:void 0},n={},d={};return e.highlight=s,e.highlightAuto=c,e.fixMarkup=f,e.highlightBlock=p,e.configure=k,e.initHighlighting=a,e.initHighlightingOnLoad=m,e.registerLanguage=g,e.listLanguages=h,e.getLanguage=i,e.inherit=o,e.IR='[a-zA-Z][a-zA-Z0-9_]*',e.UIR='[a-zA-Z_][a-zA-Z0-9_]*',e.NR='\\b\\d+(\\.\\d+)?',e.CNR='(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)',e.BNR='\\b(0b[01]+)',e.RSR='!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~',e.BE={b:'\\\\[\\s\\S]',r:0},e.ASM={cN:'string',b:'\'',e:'\'',i:'\\n',c:[e.BE]},e.QSM={cN:'string',b:'"',e:'"',i:'\\n',c:[e.BE]},e.PWM={b:/\b(a|an|the|are|I|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such)\b/},e.CLCM={cN:'comment',b:'//',e:'$',c:[e.PWM]},e.CBCM={cN:'comment',b:'/\\*',e:'\\*/',c:[e.PWM]},e.HCM={cN:'comment',b:'#',e:'$',c:[e.PWM]},e.NM={cN:'number',b:e.NR,r:0},e.CNM={cN:'number',b:e.CNR,r:0},e.BNM={cN:'number',b:e.BNR,r:0},e.CSSNM={cN:'number',b:e.NR+'(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?',r:0},e.RM={cN:'regexp',b:/\//,e:/\/[gimuy]*/,i:/\n/,c:[e.BE,{b:/\[/,e:/\]/,r:0,c:[e.BE]}]},e.TM={cN:'title',b:e.IR,r:0},e.UTM={cN:'title',b:e.UIR,r:0},e});hljs.registerLanguage('javascript',function(e){return{aliases:['js'],k:{keyword:'in if for while finally var new function do return void else break catch instanceof with throw case default try this switch continue typeof delete let yield const class',literal:'true false null undefined NaN Infinity',built_in:'eval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Error EvalError InternalError RangeError ReferenceError StopIteration SyntaxError TypeError URIError Number Math Date String RegExp Array Float32Array Float64Array Int16Array Int32Array Int8Array Uint16Array Uint32Array Uint8Array Uint8ClampedArray ArrayBuffer DataView JSON Intl arguments require module console window document'},c:[{cN:'pi',r:10,v:[{b:/^\s*('|")use strict('|")/},{b:/^\s*('|")use asm('|")/}]},e.ASM,e.QSM,e.CLCM,e.CBCM,e.CNM,{b:'('+e.RSR+'|\\b(case|return|throw)\\b)\\s*',k:'return throw case',c:[e.CLCM,e.CBCM,e.RM,{b:/</,e:/>;/,r:0,sL:'xml'}],r:0},{cN:'function',bK:'function',e:/\{/,eE:!0,c:[e.inherit(e.TM,{b:/[A-Za-z$_][0-9A-Za-z$_]*/}),{cN:'params',b:/\(/,e:/\)/,c:[e.CLCM,e.CBCM],i:/["'\(]/}],i:/\[|%/},{b:/\$[(.]/},{b:'\\.'+e.IR,r:0}]}});hljs.registerLanguage('twig',function(){var a={cN:'params',b:'\\(',e:'\\)'},n='attribute block constant cycle date dump include max min parent random range source template_from_string',t={cN:'function',bK:n,r:0,c:[a]},r={cN:'filter',b:/\|[A-Za-z]+\:?/,k:'abs batch capitalize convert_encoding date date_modify default escape first format join json_encode keys last length lower merge nl2br number_format raw replace reverse round slice sort split striptags title trim upper url_encode',c:[t]},e='autoescape block do embed extends filter flush for if import include macro sandbox set spaceless use verbatim';return e=e+' '+e.split(' ').map(function(e){return'end'+e}).join(' '),{aliases:['craftcms'],cI:!0,sL:'xml',subLanguageMode:'continuous',c:[{cN:'comment',b:/\{#/,e:/#}/},{cN:'template_tag',b:/\{%/,e:/%}/,k:e,c:[r,t]},{cN:'variable',b:/\{\{/,e:/}}/,c:[r,t]}]}});hljs.registerLanguage('sql',function(e){var t={cN:'comment',b:'--',e:'$'};return{cI:!0,i:/[<>]/,c:[{cN:'operator',bK:'begin end start commit rollback savepoint lock alter create drop rename call delete do handler insert load replace select truncate update set show pragma grant merge describe use explain help declare prepare execute deallocate savepoint release unlock purge reset change stop analyze cache flush optimize repair kill install uninstall checksum restore check backup',e:/;/,eW:!0,k:{keyword:'abs absolute acos action add adddate addtime aes_decrypt aes_encrypt after aggregate all allocate alter analyze and any are as asc ascii asin assertion at atan atan2 atn2 authorization authors avg backup before begin benchmark between bin binlog bit_and bit_count bit_length bit_or bit_xor both by cache call cascade cascaded case cast catalog ceil ceiling chain change changed char_length character_length charindex charset check checksum checksum_agg choose close coalesce coercibility collate collation collationproperty column columns columns_updated commit compress concat concat_ws concurrent connect connection connection_id consistent constraint constraints continue contributors conv convert convert_tz corresponding cos cot count count_big crc32 create cross cume_dist curdate current current_date current_time current_timestamp current_user cursor curtime data database databases datalength date_add date_format date_sub dateadd datediff datefromparts datename datepart datetime2fromparts datetimeoffsetfromparts day dayname dayofmonth dayofweek dayofyear deallocate declare decode default deferrable deferred degrees delayed delete des_decrypt des_encrypt des_key_file desc describe descriptor diagnostics difference disconnect distinct distinctrow div do domain double drop dumpfile each else elt enclosed encode encrypt end end-exec engine engines eomonth errors escape escaped event eventdata events except exception exec execute exists exp explain export_set extended external extract fast fetch field fields find_in_set first first_value floor flush for force foreign format found found_rows from from_base64 from_days from_unixtime full function get get_format get_lock getdate getutcdate global go goto grant grants greatest group group_concat grouping grouping_id gtid_subset gtid_subtract handler having help hex high_priority hosts hour ident_current ident_incr ident_seed identified identity if ifnull ignore iif ilike immediate in index indicator inet6_aton inet6_ntoa inet_aton inet_ntoa infile initially inner innodb input insert install instr intersect into is is_free_lock is_ipv4 is_ipv4_compat is_ipv4_mapped is_not is_not_null is_used_lock isdate isnull isolation join key kill language last last_day last_insert_id last_value lcase lead leading least leaves left len lenght level like limit lines ln load load_file local localtime localtimestamp locate lock log log10 log2 logfile logs low_priority lower lpad ltrim make_set makedate maketime master master_pos_wait match matched max md5 medium merge microsecond mid min minute mod mode module month monthname mutex name_const names national natural nchar next no no_write_to_binlog not now nullif nvarchar oct octet_length of old_password on only open optimize option optionally or ord order outer outfile output pad parse partial partition password patindex percent_rank percentile_cont percentile_disc period_add period_diff pi plugin position pow power pragma precision prepare preserve primary prior privileges procedure procedure_analyze processlist profile profiles public publishingservername purge quarter query quick quote quotename radians rand read references regexp relative relaylog release release_lock rename repair repeat replace replicate reset restore restrict return returns reverse revoke right rlike rollback rollup round row row_count rows rpad rtrim savepoint schema scroll sec_to_time second section select serializable server session session_user set sha sha1 sha2 share show sign sin size slave sleep smalldatetimefromparts snapshot some soname soundex sounds_like space sql sql_big_result sql_buffer_result sql_cache sql_calc_found_rows sql_no_cache sql_small_result sql_variant_property sqlstate sqrt square start starting status std stddev stddev_pop stddev_samp stdev stdevp stop str str_to_date straight_join strcmp string stuff subdate substr substring subtime subtring_index sum switchoffset sysdate sysdatetime sysdatetimeoffset system_user sysutcdatetime table tables tablespace tan temporary terminated tertiary_weights then time time_format time_to_sec timediff timefromparts timestamp timestampadd timestampdiff timezone_hour timezone_minute to to_base64 to_days to_seconds todatetimeoffset trailing transaction translation trigger trigger_nestlevel triggers trim truncate try_cast try_convert try_parse ucase uncompress uncompressed_length unhex unicode uninstall union unique unix_timestamp unknown unlock update upgrade upped upper usage use user user_resources using utc_date utc_time utc_timestamp uuid uuid_short validate_password_strength value values var var_pop var_samp variables variance varp version view warnings week weekday weekofyear weight_string when whenever where with work write xml xor year yearweek zon',literal:'true false null',built_in:'array bigint binary bit blob boolean char character date dec decimal float int integer interval number numeric real serial smallint varchar varying int8 serial8 text'},c:[{cN:'string',b:'\'',e:'\'',c:[e.BE,{b:'\'\''}]},{cN:'string',b:'"',e:'"',c:[e.BE,{b:'""'}]},{cN:'string',b:'`',e:'`',c:[e.BE]},e.CNM,e.CBCM,t]},e.CBCM,t]}});hljs.registerLanguage('bash',function(e){var t={cN:'variable',v:[{b:/\$[\w\d#@][\w\d_]*/},{b:/\$\{(.*?)\}/}]},n={cN:'string',b:/"/,e:/"/,c:[e.BE,t,{cN:'variable',b:/\$\(/,e:/\)/,c:[e.BE]}]},r={cN:'string',b:/'/,e:/'/};return{aliases:['sh','zsh'],l:/-?[a-z\.]+/,k:{keyword:'if then else elif fi for while in do done case esac function',literal:'true false',built_in:'break cd continue eval exec exit export getopts hash pwd readonly return shift test times trap umask unset alias bind builtin caller command declare echo enable help let local logout mapfile printf read readarray source type typeset ulimit unalias set shopt autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate fc fg float functions getcap getln history integer jobs kill limit log noglob popd print pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof zpty zregexparse zsocket zstyle ztcp',operator:'-ne -eq -lt -gt -f -d -e -s -l -a'},c:[{cN:'shebang',b:/^#![^\n]+sh\s*$/,r:10},{cN:'function',b:/\w[\w\d_]*\s*\(\s*\)\s*\{/,rB:!0,c:[e.inherit(e.TM,{b:/\w[\w\d_]*/})],r:0},e.HCM,e.NM,n,r,t]}});hljs.registerLanguage('css',function(e){var r='[a-zA-Z-][a-zA-Z0-9_-]*',t={cN:'function',b:r+'\\(',rB:!0,eE:!0,e:'\\('};return{cI:!0,i:'[=/|\']',c:[e.CBCM,{cN:'id',b:'\\#[A-Za-z0-9_-]+'},{cN:'class',b:'\\.[A-Za-z0-9_-]+',r:0},{cN:'attr_selector',b:'\\[',e:'\\]',i:'$'},{cN:'pseudo',b:':(:)?[a-zA-Z0-9\\_\\-\\+\\(\\)\\"\\\']+'},{cN:'at_rule',b:'@(font-face|page)',l:'[a-z-]+',k:'font-face page'},{cN:'at_rule',b:'@',e:'[{;]',c:[{cN:'keyword',b:/\S+/},{b:/\s/,eW:!0,eE:!0,r:0,c:[t,e.ASM,e.QSM,e.CSSNM]}]},{cN:'tag',b:r,r:0},{cN:'rules',b:'{',e:'}',i:'[^\\s]',r:0,c:[e.CBCM,{cN:'rule',b:'[^\\s]',rB:!0,e:';',eW:!0,c:[{cN:'attribute',b:'[A-Z\\_\\.\\-]+',e:':',eE:!0,i:'[^\\s]',starts:{cN:'value',eW:!0,eE:!0,c:[t,e.CSSNM,e.QSM,e.ASM,e.CBCM,{cN:'hexcolor',b:'#[0-9A-Fa-f]+'},{cN:'important',b:'!important'}]}}]}]}]}});hljs.registerLanguage('php',function(e){var a={cN:'variable',b:'\\$+[a-zA-Z_-ÿ][a-zA-Z0-9_-ÿ]*'},t={cN:'preprocessor',b:/<\?(php)?|\?>/},n={cN:'string',c:[e.BE,t],v:[{b:'b"',e:'"'},{b:'b\'',e:'\''},e.inherit(e.ASM,{i:null}),e.inherit(e.QSM,{i:null})]},r={v:[e.BNM,e.CNM]};return{aliases:['php3','php4','php5','php6'],cI:!0,k:'and include_once list abstract global private echo interface as static endswitch array null if endwhile or const for endforeach self var while isset public protected exit foreach throw elseif include __FILE__ empty require_once do xor return parent clone use __CLASS__ __LINE__ else break print eval new catch __METHOD__ case exception default die require __FUNCTION__ enddeclare final try switch continue endfor endif declare unset true false trait goto instanceof insteadof __DIR__ __NAMESPACE__ yield finally',c:[e.CLCM,e.HCM,{cN:'comment',b:'/\\*',e:'\\*/',c:[{cN:'phpdoc',b:'\\s@[A-Za-z]+'},t]},{cN:'comment',b:'__halt_compiler.+?;',eW:!0,k:'__halt_compiler',l:e.UIR},{cN:'string',b:'<<<[\'"]?\\w+[\'"]?$',e:'^\\w+;',c:[e.BE]},t,a,{b:/->+[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/},{cN:'function',bK:'function',e:/[;{]/,eE:!0,i:'\\$|\\[|%',c:[e.UTM,{cN:'params',b:'\\(',e:'\\)',c:['self',a,e.CBCM,n,r]}]},{cN:'class',bK:'class interface',e:'{',eE:!0,i:/[:\(\$"]/,c:[{bK:'extends implements'},e.UTM]},{bK:'namespace',e:';',i:/[\.']/,c:[e.UTM]},{bK:'use',e:';',c:[e.UTM]},{b:'=>'},n,r]}});hljs.registerLanguage('apache',function(e){var t={cN:'number',b:'[\\$%]\\d+'};return{aliases:['apacheconf'],cI:!0,c:[e.HCM,{cN:'tag',b:'</?',e:'>'},{cN:'keyword',b:/\w+/,r:0,k:{common:'order deny allow setenv rewriterule rewriteengine rewritecond documentroot sethandler errordocument loadmodule options header listen serverroot servername'},starts:{e:/$/,r:0,k:{literal:'on off all'},c:[{cN:'sqbracket',b:'\\s\\[',e:'\\]$'},{cN:'cbracket',b:'[\\$%]\\{',e:'\\}',c:['self',t]},t,e.QSM]}}],i:/\S/}});hljs.registerLanguage('ini',function(e){return{cI:!0,i:/\S/,c:[{cN:'comment',b:';',e:'$'},{cN:'title',b:'^\\[',e:'\\]'},{cN:'setting',b:'^[a-z0-9\\[\\]_-]+[ \\t]*=[ \\t]*',e:'$',c:[{cN:'value',eW:!0,k:'on off true false yes no',c:[e.QSM,e.NM],r:0}]}]}});hljs.registerLanguage('markdown',function(){return{aliases:['md','mkdown','mkd'],c:[{cN:'header',v:[{b:'^#{1,6}',e:'$'},{b:'^.+?\\n[=-]{2,}$'}]},{b:'<',e:'>',sL:'xml',r:0},{cN:'bullet',b:'^([*+-]|(\\d+\\.))\\s+'},{cN:'strong',b:'[*_]{2}.+?[*_]{2}'},{cN:'emphasis',v:[{b:'\\*.+?\\*'},{b:'_.+?_',r:0}]},{cN:'blockquote',b:'^>\\s+',e:'$'},{cN:'code',v:[{b:'`.+?`'},{b:'^( {4}| )',e:'$',r:0}]},{cN:'horizontal_rule',b:'^[-\\*]{3,}',e:'$'},{b:'\\[.+?\\][\\(\\[].*?[\\)\\]]',rB:!0,c:[{cN:'link_label',b:'\\[',e:'\\]',eB:!0,rE:!0,r:0},{cN:'link_url',b:'\\]\\(',e:'\\)',eB:!0,eE:!0},{cN:'link_reference',b:'\\]\\[',e:'\\]',eB:!0,eE:!0}],r:10},{b:'^\\[.+\\]:',rB:!0,c:[{cN:'link_reference',b:'\\[',e:'\\]:',eB:!0,eE:!0,starts:{cN:'link_url',e:'$'}}]}]}});hljs.registerLanguage('xml',function(){var r='[A-Za-z0-9\\._:-]+',t={b:/<\?(php)?(?!\w)/,e:/\?>/,sL:'php',subLanguageMode:'continuous'},e={eW:!0,i:/</,r:0,c:[t,{cN:'attribute',b:r,r:0},{b:'=',r:0,c:[{cN:'value',c:[t],v:[{b:/"/,e:/"/},{b:/'/,e:/'/},{b:/[^\s\/>]+/}]}]}]};return{aliases:['html','xhtml','rss','atom','xsl','plist'],cI:!0,c:[{cN:'doctype',b:'<!DOCTYPE',e:'>',r:10,c:[{b:'\\[',e:'\\]'}]},{cN:'comment',b:'<!--',e:'-->',r:10},{cN:'cdata',b:'<\\!\\[CDATA\\[',e:'\\]\\]>',r:10},{cN:'tag',b:'<style(?=\\s|>|$)',e:'>',k:{title:'style'},c:[e],starts:{e:'</style>',rE:!0,sL:'css'}},{cN:'tag',b:'<script(?=\\s|>|$)',e:'>',k:{title:'script'},c:[e],starts:{e:'</script>',rE:!0,sL:'javascript'}},t,{cN:'pi',b:/<\?\w+/,e:/\?>/,r:10},{cN:'tag',b:'</?',e:'/?>',c:[{cN:'title',b:/[^ \/><\n\t]+/,r:0},e]}]}});hljs.registerLanguage('http',function(){return{i:'\\S',c:[{cN:'status',b:'^HTTP/[0-9\\.]+',e:'$',c:[{cN:'number',b:'\\b\\d{3}\\b'}]},{cN:'request',b:'^[A-Z]+ (.*?) HTTP/[0-9\\.]+$',rB:!0,e:'$',c:[{cN:'string',b:' ',e:' ',eB:!0,eE:!0}]},{cN:'attribute',b:'^\\w',e:': ',eE:!0,i:'\\n|\\s|=',starts:{cN:'string',e:'$'}},{b:'\\n\\n',starts:{sL:'',eW:!0}}]}});hljs.registerLanguage('json',function(e){var r={literal:'true false null'},t=[e.QSM,e.CNM],n={cN:'value',e:',',eW:!0,eE:!0,c:t,k:r},i={b:'{',e:'}',c:[{cN:'attribute',b:'\\s*"',e:'"\\s*:\\s*',eB:!0,eE:!0,c:[e.BE],i:'\\n',starts:n}],i:'\\S'},a={b:'\\[',e:'\\]',c:[e.inherit(n,{cN:null})],i:'\\S'};return t.splice(t.length,0,i,a),{c:t,k:r,i:'\\S'}});
|
||
/*! version : 4.17.37
|
||
=========================================================
|
||
bootstrap-datetimejs
|
||
https://github.com/Eonasdan/bootstrap-datetimepicker
|
||
Copyright (c) 2015 Jonathan Peterson
|
||
=========================================================
|
||
*/
|
||
!function(e){'use strict';if('function'==typeof define&&define.amd)define(['jquery','moment'],e);else if('object'==typeof exports)e(require('jquery'),require('moment'));else{if('undefined'==typeof jQuery)throw'bootstrap-datetimepicker requires jQuery to be loaded first';if('undefined'==typeof moment)throw'bootstrap-datetimepicker requires Moment.js to be loaded first';e(jQuery,moment)}}(function(e,t){'use strict';if(!t)throw new Error('bootstrap-datetimepicker requires Moment.js to be loaded first');var n=function(a,n){var o,s,d,b,h,v,y,r={},w=!0,u=!1,i=!1,D=0,P=[{clsName:'days',navFnc:'M',navStep:1},{clsName:'months',navFnc:'y',navStep:1},{clsName:'years',navFnc:'y',navStep:10},{clsName:'decades',navFnc:'y',navStep:100}],q=['days','months','years','decades'],W=['top','bottom','auto'],L=['left','right','auto'],F=['default','top','bottom'],z={up:38,38:'up',down:40,40:'down',left:37,37:'left',right:39,39:'right',tab:9,9:'tab',escape:27,27:'escape',enter:13,13:'enter',pageUp:33,33:'pageUp',pageDown:34,34:'pageDown',shift:16,16:'shift',control:17,17:'control',space:32,32:'space',t:84,84:'t','delete':46,46:'delete'},H={},k=function(e){var a,s,o,d,i,r=!1;return void 0!==t.tz&&void 0!==n.timeZone&&null!==n.timeZone&&''!==n.timeZone&&(r=!0),void 0===e||null===e?a=r?t().tz(n.timeZone).startOf('d'):t().startOf('d'):r?(s=t().tz(n.timeZone).utcOffset(),o=t(e,v,n.useStrict).utcOffset(),o!==s?(d=t().tz(n.timeZone).format('Z'),i=t(e,v,n.useStrict).format('YYYY-MM-DD[T]HH:mm:ss')+d,a=t(i,v,n.useStrict).tz(n.timeZone)):a=t(e,v,n.useStrict).tz(n.timeZone)):a=t(e,v,n.useStrict),a},m=function(e){if('string'!=typeof e||e.length>1)throw new TypeError('isEnabled expects a single character string parameter');switch(e){case'y':return-1!==h.indexOf('Y');case'M':return-1!==h.indexOf('M');case'd':return-1!==h.toLowerCase().indexOf('d');case'h':case'H':return-1!==h.toLowerCase().indexOf('h');case'm':return-1!==h.indexOf('m');case's':return-1!==h.indexOf('s');default:return!1}},E=function(){return m('h')||m('m')||m('s')},O=function(){return m('y')||m('M')||m('d')},ne=function(){var t=e('<thead>').append(e('<tr>').append(e('<th>').addClass('prev').attr('data-action','previous').append(e('<span>').addClass(n.icons.previous))).append(e('<th>').addClass('picker-switch').attr('data-action','pickerSwitch').attr('colspan',n.calendarWeeks?'6':'5')).append(e('<th>').addClass('next').attr('data-action','next').append(e('<span>').addClass(n.icons.next)))),a=e('<tbody>').append(e('<tr>').append(e('<td>').attr('colspan',n.calendarWeeks?'8':'7')));return[e('<div>').addClass('datepicker-days').append(e('<table>').addClass('table-condensed').append(t).append(e('<tbody>'))),e('<div>').addClass('datepicker-months').append(e('<table>').addClass('table-condensed').append(t.clone()).append(a.clone())),e('<div>').addClass('datepicker-years').append(e('<table>').addClass('table-condensed').append(t.clone()).append(a.clone())),e('<div>').addClass('datepicker-decades').append(e('<table>').addClass('table-condensed').append(t.clone()).append(a.clone()))]},ue=function(){var r=e('<tr>'),a=e('<tr>'),t=e('<tr>');return m('h')&&(r.append(e('<td>').append(e('<a>').attr({href:'#',tabindex:'-1',title:n.tooltips.incrementHour}).addClass('btn').attr('data-action','incrementHours').append(e('<span>').addClass(n.icons.up)))),a.append(e('<td>').append(e('<span>').addClass('timepicker-hour').attr({'data-time-component':'hours',title:n.tooltips.pickHour}).attr('data-action','showHours'))),t.append(e('<td>').append(e('<a>').attr({href:'#',tabindex:'-1',title:n.tooltips.decrementHour}).addClass('btn').attr('data-action','decrementHours').append(e('<span>').addClass(n.icons.down))))),m('m')&&(m('h')&&(r.append(e('<td>').addClass('separator')),a.append(e('<td>').addClass('separator').html(':')),t.append(e('<td>').addClass('separator'))),r.append(e('<td>').append(e('<a>').attr({href:'#',tabindex:'-1',title:n.tooltips.incrementMinute}).addClass('btn').attr('data-action','incrementMinutes').append(e('<span>').addClass(n.icons.up)))),a.append(e('<td>').append(e('<span>').addClass('timepicker-minute').attr({'data-time-component':'minutes',title:n.tooltips.pickMinute}).attr('data-action','showMinutes'))),t.append(e('<td>').append(e('<a>').attr({href:'#',tabindex:'-1',title:n.tooltips.decrementMinute}).addClass('btn').attr('data-action','decrementMinutes').append(e('<span>').addClass(n.icons.down))))),m('s')&&(m('m')&&(r.append(e('<td>').addClass('separator')),a.append(e('<td>').addClass('separator').html(':')),t.append(e('<td>').addClass('separator'))),r.append(e('<td>').append(e('<a>').attr({href:'#',tabindex:'-1',title:n.tooltips.incrementSecond}).addClass('btn').attr('data-action','incrementSeconds').append(e('<span>').addClass(n.icons.up)))),a.append(e('<td>').append(e('<span>').addClass('timepicker-second').attr({'data-time-component':'seconds',title:n.tooltips.pickSecond}).attr('data-action','showSeconds'))),t.append(e('<td>').append(e('<a>').attr({href:'#',tabindex:'-1',title:n.tooltips.decrementSecond}).addClass('btn').attr('data-action','decrementSeconds').append(e('<span>').addClass(n.icons.down))))),b||(r.append(e('<td>').addClass('separator')),a.append(e('<td>').append(e('<button>').addClass('btn btn-primary').attr({'data-action':'togglePeriod',tabindex:'-1',title:n.tooltips.togglePeriod}))),t.append(e('<td>').addClass('separator'))),e('<div>').addClass('timepicker-picker').append(e('<table>').addClass('table-condensed').append([r,a,t]))},se=function(){var r=e('<div>').addClass('timepicker-hours').append(e('<table>').addClass('table-condensed')),a=e('<div>').addClass('timepicker-minutes').append(e('<table>').addClass('table-condensed')),n=e('<div>').addClass('timepicker-seconds').append(e('<table>').addClass('table-condensed')),t=[ue()];return m('h')&&t.push(r),m('m')&&t.push(a),m('s')&&t.push(n),t},de=function(){var t=[];return n.showTodayButton&&t.push(e('<td>').append(e('<a>').attr({'data-action':'today',title:n.tooltips.today}).append(e('<span>').addClass(n.icons.today)))),!n.sideBySide&&O()&&E()&&t.push(e('<td>').append(e('<a>').attr({'data-action':'togglePicker',title:n.tooltips.selectTime}).append(e('<span>').addClass(n.icons.time)))),n.showClear&&t.push(e('<td>').append(e('<a>').attr({'data-action':'clear',title:n.tooltips.clear}).append(e('<span>').addClass(n.icons.clear)))),n.showClose&&t.push(e('<td>').append(e('<a>').attr({'data-action':'close',title:n.tooltips.close}).append(e('<span>').addClass(n.icons.close)))),e('<table>').addClass('table-condensed').append(e('<tbody>').append(e('<tr>').append(t)))},oe=function(){var t=e('<div>').addClass('bootstrap-datetimepicker-widget dropdown-menu'),o=e('<div>').addClass('datepicker').append(ne()),i=e('<div>').addClass('timepicker').append(se()),a=e('<ul>').addClass('list-unstyled'),r=e('<li>').addClass('picker-switch'+(n.collapse?' accordion-toggle':'')).append(de());return n.inline&&t.removeClass('dropdown-menu'),b&&t.addClass('usetwentyfour'),m('s')&&!b&&t.addClass('wider'),n.sideBySide&&O()&&E()?(t.addClass('timepicker-sbs'),'top'===n.toolbarPlacement&&t.append(r),t.append(e('<div>').addClass('row').append(o.addClass('col-md-6')).append(i.addClass('col-md-6'))),'bottom'===n.toolbarPlacement&&t.append(r),t):('top'===n.toolbarPlacement&&a.append(r),O()&&a.append(e('<li>').addClass(n.collapse&&E()?'collapse in':'').append(o)),'default'===n.toolbarPlacement&&a.append(r),E()&&a.append(e('<li>').addClass(n.collapse&&O()?'collapse':'').append(i)),'bottom'===n.toolbarPlacement&&a.append(r),t.append(a))},ie=function(){var t,r={};return t=a.is('input')||n.inline?a.data():a.find('input').data(),t.dateOptions&&t.dateOptions instanceof Object&&(r=e.extend(!0,r,t.dateOptions)),e.each(n,function(e){var n='date'+e.charAt(0).toUpperCase()+e.slice(1);void 0!==t[n]&&(r[e]=t[n])}),r},j=function(){var t,d=(u||a).position(),s=(u||a).offset(),o=n.widgetPositioning.vertical,r=n.widgetPositioning.horizontal;if(n.widgetParent)t=n.widgetParent.append(i);else if(a.is('input'))t=a.after(i).parent();else{if(n.inline)return void(t=a.append(i));t=a,a.children().first().after(i)};if('auto'===o&&(o=s.top+1.5*i.height()>=e(window).height()+e(window).scrollTop()&&i.height()+a.outerHeight()<s.top?'top':'bottom'),'auto'===r&&(r=t.width()<s.left+i.outerWidth()/2&&s.left+i.outerWidth()>e(window).width()?'right':'left'),'top'===o?i.addClass('top').removeClass('bottom'):i.addClass('bottom').removeClass('top'),'right'===r?i.addClass('pull-right'):i.removeClass('pull-right'),'relative'!==t.css('position')&&(t=t.parents().filter(function(){return'relative'===e(this).css('position')}).first()),0===t.length)throw new Error('datetimepicker component should be placed within a relative positioned container');i.css({top:'top'===o?'auto':d.top+a.outerHeight(),bottom:'top'===o?d.top+a.outerHeight():'auto',left:'left'===r?t===a?0:d.left:'auto',right:'left'===r?'auto':t.outerWidth()-a.outerWidth()-(t===a?0:d.left)})},x=function(e){'dp.change'===e.type&&(e.date&&e.date.isSame(e.oldDate)||!e.date&&!e.oldDate)||a.trigger(e)},S=function(e){'y'===e&&(e='YYYY'),x({type:'dp.update',change:e,viewDate:s.clone()})},T=function(e){i&&(e&&(y=Math.max(D,Math.min(3,y+e))),i.find('.datepicker > div').hide().filter('.datepicker-'+P[y].clsName).show())},ae=function(){var a=e('<tr>'),t=s.clone().startOf('w').startOf('d');for(n.calendarWeeks===!0&&a.append(e('<th>').addClass('cw').text('#'));t.isBefore(s.clone().endOf('w'));)a.append(e('<th>').addClass('dow').text(t.format('dd'))),t.add(1,'d');i.find('.datepicker-days thead').append(a)},re=function(e){return n.disabledDates[e.format('YYYY-MM-DD')]===!0},le=function(e){return n.enabledDates[e.format('YYYY-MM-DD')]===!0},pe=function(e){return n.disabledHours[e.format('H')]===!0},ge=function(e){return n.enabledHours[e.format('H')]===!0},p=function(t,a){if(!t.isValid())return!1;if(n.disabledDates&&'d'===a&&re(t))return!1;if(n.enabledDates&&'d'===a&&!le(t))return!1;if(n.minDate&&t.isBefore(n.minDate,a))return!1;if(n.maxDate&&t.isAfter(n.maxDate,a))return!1;if(n.daysOfWeekDisabled&&'d'===a&&-1!==n.daysOfWeekDisabled.indexOf(t.day()))return!1;if(n.disabledHours&&('h'===a||'m'===a||'s'===a)&&pe(t))return!1;if(n.enabledHours&&('h'===a||'m'===a||'s'===a)&&!ge(t))return!1;if(n.disabledTimeIntervals&&('h'===a||'m'===a||'s'===a)){var r=!1;if(e.each(n.disabledTimeIntervals,function(){return t.isBetween(this[0],this[1])?(r=!0,!1):void 0}),r)return!1};return!0},ye=function(){for(var n=[],t=s.clone().startOf('y').startOf('d');t.isSame(s,'y');)n.push(e('<span>').attr('data-action','selectMonth').addClass('month').text(t.format('MMM'))),t.add(1,'M');i.find('.datepicker-months td').empty().append(n)},he=function(){var r=i.find('.datepicker-months'),t=r.find('th'),a=r.find('tbody').find('span');t.eq(0).find('span').attr('title',n.tooltips.prevYear),t.eq(1).attr('title',n.tooltips.selectYear),t.eq(2).find('span').attr('title',n.tooltips.nextYear),r.find('.disabled').removeClass('disabled'),p(s.clone().subtract(1,'y'),'y')||t.eq(0).addClass('disabled'),t.eq(1).text(s.year()),p(s.clone().add(1,'y'),'y')||t.eq(2).addClass('disabled'),a.removeClass('active'),o.isSame(s,'y')&&!w&&a.eq(o.month()).addClass('active'),a.each(function(t){p(s.clone().month(t),'M')||e(this).addClass('disabled')})},me=function(){var r=i.find('.datepicker-years'),t=r.find('th'),e=s.clone().subtract(5,'y'),a=s.clone().add(6,'y'),d='';for(t.eq(0).find('span').attr('title',n.tooltips.prevDecade),t.eq(1).attr('title',n.tooltips.selectDecade),t.eq(2).find('span').attr('title',n.tooltips.nextDecade),r.find('.disabled').removeClass('disabled'),n.minDate&&n.minDate.isAfter(e,'y')&&t.eq(0).addClass('disabled'),t.eq(1).text(e.year()+'-'+a.year()),n.maxDate&&n.maxDate.isBefore(a,'y')&&t.eq(2).addClass('disabled');!e.isAfter(a,'y');)d+='<span data-action="selectYear" class="year'+(e.isSame(o,'y')&&!w?' active':'')+(p(e,'y')?'':' disabled')+'">'+e.year()+'</span>',e.add(1,'y');r.find('td').html(d)},ce=function(){var l=i.find('.datepicker-decades'),a=l.find('th'),e=t({y:s.year()-s.year()%100-1}),d=e.clone().add(100,'y'),c=e.clone(),r='';for(a.eq(0).find('span').attr('title',n.tooltips.prevCentury),a.eq(2).find('span').attr('title',n.tooltips.nextCentury),l.find('.disabled').removeClass('disabled'),(e.isSame(t({y:1900}))||n.minDate&&n.minDate.isAfter(e,'y'))&&a.eq(0).addClass('disabled'),a.eq(1).text(e.year()+'-'+d.year()),(e.isSame(t({y:2e3}))||n.maxDate&&n.maxDate.isBefore(d,'y'))&&a.eq(2).addClass('disabled');!e.isAfter(d,'y');)r+='<span data-action="selectDecade" class="decade'+(e.isSame(o,'y')?' active':'')+(p(e,'y')?'':' disabled')+'" data-selection="'+(e.year()+6)+'">'+(e.year()+1)+' - '+(e.year()+12)+'</span>',e.add(12,'y');r+='<span></span><span></span><span></span>',l.find('td').html(r),a.eq(1).text(c.year()+1+'-'+e.year())},M=function(){var t,d,a,l,c=i.find('.datepicker-days'),r=c.find('th'),u=[];if(O()){for(r.eq(0).find('span').attr('title',n.tooltips.prevMonth),r.eq(1).attr('title',n.tooltips.selectMonth),r.eq(2).find('span').attr('title',n.tooltips.nextMonth),c.find('.disabled').removeClass('disabled'),r.eq(1).text(s.format(n.dayViewHeaderFormat)),p(s.clone().subtract(1,'M'),'M')||r.eq(0).addClass('disabled'),p(s.clone().add(1,'M'),'M')||r.eq(2).addClass('disabled'),t=s.clone().startOf('M').startOf('w').startOf('d'),l=0;42>l;l++)0===t.weekday()&&(d=e('<tr>'),n.calendarWeeks&&d.append('<td class="cw">'+t.week()+'</td>'),u.push(d)),a='',t.isBefore(s,'M')&&(a+=' old'),t.isAfter(s,'M')&&(a+=' new'),t.isSame(o,'d')&&!w&&(a+=' active'),p(t,'d')||(a+=' disabled'),t.isSame(k(),'d')&&(a+=' today'),(0===t.day()||6===t.day())&&(a+=' weekend'),d.append('<td data-action="selectDay" data-day="'+t.format('L')+'" class="day'+a+'">'+t.date()+'</td>'),t.add(1,'d');c.find('tbody').empty().append(u),he(),me(),ce()}},te=function(){var r=i.find('.timepicker-hours table'),t=s.clone().startOf('d'),a=[],n=e('<tr>');for(s.hour()>11&&!b&&t.hour(12);t.isSame(s,'d')&&(b||s.hour()<12&&t.hour()<12||s.hour()>11);)t.hour()%4===0&&(n=e('<tr>'),a.push(n)),n.append('<td data-action="selectHour" class="hour'+(p(t,'h')?'':' disabled')+'">'+t.format(b?'HH':'hh')+'</td>'),t.add(1,'h');r.empty().append(a)},fe=function(){for(var d=i.find('.timepicker-minutes table'),t=s.clone().startOf('h'),o=[],a=e('<tr>'),r=1===n.stepping?5:n.stepping;s.isSame(t,'h');)t.minute()%(4*r)===0&&(a=e('<tr>'),o.push(a)),a.append('<td data-action="selectMinute" class="minute'+(p(t,'m')?'':' disabled')+'">'+t.format('mm')+'</td>'),t.add(r,'m');d.empty().append(o)},be=function(){for(var r=i.find('.timepicker-seconds table'),t=s.clone().startOf('m'),a=[],n=e('<tr>');s.isSame(t,'m');)t.second()%20===0&&(n=e('<tr>'),a.push(n)),n.append('<td data-action="selectSecond" class="second'+(p(t,'s')?'':' disabled')+'">'+t.format('ss')+'</td>'),t.add(5,'s');r.empty().append(a)},ee=function(){var e,n,t=i.find('.timepicker span[data-time-component]');b||(e=i.find('.timepicker [data-action=togglePeriod]'),n=o.clone().add(o.hours()>=12?-12:12,'h'),e.text(o.format('A')),p(n,'h')?e.removeClass('disabled'):e.addClass('disabled')),t.filter('[data-time-component=hours]').text(o.format(b?'HH':'hh')),t.filter('[data-time-component=minutes]').text(o.format('mm')),t.filter('[data-time-component=seconds]').text(o.format('ss')),te(),fe(),be()},c=function(){i&&(M(),ee())},l=function(e){var t=w?null:o;return e?(e=e.clone().locale(n.locale),1!==n.stepping&&e.minutes(Math.round(e.minutes()/n.stepping)*n.stepping%60).seconds(0),void(p(e)?(o=e,s=o.clone(),d.val(o.format(h)),a.data('date',o.format(h)),w=!1,c(),x({type:'dp.change',date:o.clone(),oldDate:t})):(n.keepInvalid||d.val(w?'':o.format(h)),x({type:'dp.error',date:e})))):(w=!0,d.val(''),a.data('date',''),x({type:'dp.change',date:!1,oldDate:t}),void c())},f=function(){var t=!1;return i?(i.find('.collapse').each(function(){var n=e(this).data('collapse');return n&&n.transitioning?(t=!0,!1):!0}),t?r:(u&&u.hasClass('btn')&&u.toggleClass('active'),i.hide(),e(window).off('resize',j),i.off('click','[data-action]'),i.off('mousedown',!1),i.remove(),i=!1,x({type:'dp.hide',date:o.clone()}),d.blur(),r)):r},A=function(){l(null)},Y={next:function(){var e=P[y].navFnc;s.add(P[y].navStep,e),M(),S(e)},previous:function(){var e=P[y].navFnc;s.subtract(P[y].navStep,e),M(),S(e)},pickerSwitch:function(){T(1)},selectMonth:function(t){var a=e(t.target).closest('tbody').find('span').index(e(t.target));s.month(a),y===D?(l(o.clone().year(s.year()).month(s.month())),n.inline||f()):(T(-1),M()),S('M')},selectYear:function(t){var a=parseInt(e(t.target).text(),10)||0;s.year(a),y===D?(l(o.clone().year(s.year())),n.inline||f()):(T(-1),M()),S('YYYY')},selectDecade:function(t){var a=parseInt(e(t.target).data('selection'),10)||0;s.year(a),y===D?(l(o.clone().year(s.year())),n.inline||f()):(T(-1),M()),S('YYYY')},selectDay:function(t){var a=s.clone();e(t.target).is('.old')&&a.subtract(1,'M'),e(t.target).is('.new')&&a.add(1,'M'),l(a.date(parseInt(e(t.target).text(),10))),E()||n.keepOpen||n.inline||f()},incrementHours:function(){var e=o.clone().add(1,'h');p(e,'h')&&l(e)},incrementMinutes:function(){var e=o.clone().add(n.stepping,'m');p(e,'m')&&l(e)},incrementSeconds:function(){var e=o.clone().add(1,'s');p(e,'s')&&l(e)},decrementHours:function(){var e=o.clone().subtract(1,'h');p(e,'h')&&l(e)},decrementMinutes:function(){var e=o.clone().subtract(n.stepping,'m');p(e,'m')&&l(e)},decrementSeconds:function(){var e=o.clone().subtract(1,'s');p(e,'s')&&l(e)},togglePeriod:function(){l(o.clone().add(o.hours()>=12?-12:12,'h'))},togglePicker:function(t){var i,r=e(t.target),s=r.closest('ul'),a=s.find('.in'),o=s.find('.collapse:not(.in)');if(a&&a.length){if(i=a.data('collapse'),i&&i.transitioning)return;a.collapse?(a.collapse('hide'),o.collapse('show')):(a.removeClass('in'),o.addClass('in')),r.is('span')?r.toggleClass(n.icons.time+' '+n.icons.date):r.find('span').toggleClass(n.icons.time+' '+n.icons.date)}},showPicker:function(){i.find('.timepicker > div:not(.timepicker-picker)').hide(),i.find('.timepicker .timepicker-picker').show()},showHours:function(){i.find('.timepicker .timepicker-picker').hide(),i.find('.timepicker .timepicker-hours').show()},showMinutes:function(){i.find('.timepicker .timepicker-picker').hide(),i.find('.timepicker .timepicker-minutes').show()},showSeconds:function(){i.find('.timepicker .timepicker-picker').hide(),i.find('.timepicker .timepicker-seconds').show()},selectHour:function(t){var n=parseInt(e(t.target).text(),10);b||(o.hours()>=12?12!==n&&(n+=12):12===n&&(n=0)),l(o.clone().hours(n)),Y.showPicker.call(r)},selectMinute:function(t){l(o.clone().minutes(parseInt(e(t.target).text(),10))),Y.showPicker.call(r)},selectSecond:function(t){l(o.clone().seconds(parseInt(e(t.target).text(),10))),Y.showPicker.call(r)},clear:A,today:function(){var e=k();p(e,'d')&&l(e)},close:f},Q=function(t){return e(t.currentTarget).is('.disabled')?!1:(Y[e(t.currentTarget).data('action')].apply(r,arguments),!1)},g=function(){var t,a={year:function(e){return e.month(0).date(1).hours(0).seconds(0).minutes(0)},month:function(e){return e.date(1).hours(0).seconds(0).minutes(0)},day:function(e){return e.hours(0).seconds(0).minutes(0)},hour:function(e){return e.seconds(0).minutes(0)},minute:function(e){return e.seconds(0)}};return d.prop('disabled')||!n.ignoreReadonly&&d.prop('readonly')||i?r:(void 0!==d.val()&&0!==d.val().trim().length?l(C(d.val().trim())):n.useCurrent&&w&&(d.is('input')&&0===d.val().trim().length||n.inline)&&(t=k(),'string'==typeof n.useCurrent&&(t=a[n.useCurrent](t)),l(t)),i=oe(),ae(),ye(),i.find('.timepicker-hours').hide(),i.find('.timepicker-minutes').hide(),i.find('.timepicker-seconds').hide(),c(),T(),e(window).on('resize',j),i.on('click','[data-action]',Q),i.on('mousedown',!1),u&&u.hasClass('btn')&&u.toggleClass('active'),i.show(),j(),n.focusOnShow&&!d.is(':focus')&&d.focus(),x({type:'dp.show'}),r)},B=function(){return i?f():g()},C=function(e){return e=void 0===n.parseInputDate?t.isMoment(e)||e instanceof Date?t(e):k(e):n.parseInputDate(e),e.locale(n.locale),e},Z=function(e){var t,o,a,d,l=null,u=[],c={},s=e.which,p='p';H[s]=p;for(t in H)H.hasOwnProperty(t)&&H[t]===p&&(u.push(t),parseInt(t,10)!==s&&(c[t]=!0));for(t in n.keyBinds)if(n.keyBinds.hasOwnProperty(t)&&'function'==typeof n.keyBinds[t]&&(a=t.split(' '),a.length===u.length&&z[s]===a[a.length-1])){for(d=!0,o=a.length-2;o>=0;o--)if(!(z[a[o]]in c)){d=!1;break};if(d){l=n.keyBinds[t];break}};l&&(l.call(r,i),e.stopPropagation(),e.preventDefault())},U=function(e){H[e.which]='r',e.stopPropagation(),e.preventDefault()},R=function(t){var n=e(t.target).val().trim(),a=n?C(n):null;return l(a),t.stopImmediatePropagation(),!1},J=function(){d.on({change:R,blur:n.debug?'':f,keydown:Z,keyup:U,focus:n.allowInputToggle?g:''}),a.is('input')?d.on({focus:g}):u&&(u.on('click',B),u.on('mousedown',!1))},G=function(){d.off({change:R,blur:blur,keydown:Z,keyup:U,focus:n.allowInputToggle?f:''}),a.is('input')?d.off({focus:g}):u&&(u.off('click',B),u.off('mousedown',!1))},V=function(t){var n={};return e.each(t,function(){var e=C(this);e.isValid()&&(n[e.format('YYYY-MM-DD')]=!0)}),Object.keys(n).length?n:!1},N=function(t){var n={};return e.each(t,function(){n[this]=!0}),Object.keys(n).length?n:!1},I=function(){var e=n.format||'L LT';h=e.replace(/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,function(e){var t=o.localeData().longDateFormat(e)||e;return t.replace(/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,function(e){return o.localeData().longDateFormat(e)||e})}),v=n.extraFormats?n.extraFormats.slice():[],v.indexOf(e)<0&&v.indexOf(h)<0&&v.push(h),b=h.toLowerCase().indexOf('a')<1&&h.replace(/\[.*?\]/g,'').indexOf('h')<1,m('y')&&(D=2),m('M')&&(D=1),m('d')&&(D=0),y=Math.max(D,y),w||l(o)};if(r.destroy=function(){f(),G(),a.removeData('DateTimePicker'),a.removeData('date')},r.toggle=B,r.show=g,r.hide=f,r.disable=function(){return f(),u&&u.hasClass('btn')&&u.addClass('disabled'),d.prop('disabled',!0),r},r.enable=function(){return u&&u.hasClass('btn')&&u.removeClass('disabled'),d.prop('disabled',!1),r},r.ignoreReadonly=function(e){if(0===arguments.length)return n.ignoreReadonly;if('boolean'!=typeof e)throw new TypeError('ignoreReadonly () expects a boolean parameter');return n.ignoreReadonly=e,r},r.options=function(t){if(0===arguments.length)return e.extend(!0,{},n);if(!(t instanceof Object))throw new TypeError('options() options parameter should be an object');return e.extend(!0,n,t),e.each(n,function(e,t){if(void 0===r[e])throw new TypeError('option '+e+' is not recognized!');r[e](t)}),r},r.date=function(e){if(0===arguments.length)return w?null:o.clone();if(!(null===e||'string'==typeof e||t.isMoment(e)||e instanceof Date))throw new TypeError('date() parameter must be one of [null, string, moment or Date]');return l(null===e?null:C(e)),r},r.format=function(e){if(0===arguments.length)return n.format;if('string'!=typeof e&&('boolean'!=typeof e||e!==!1))throw new TypeError('format() expects a sting or boolean:false parameter '+e);return n.format=e,h&&I(),r},r.timeZone=function(e){return 0===arguments.length?n.timeZone:(n.timeZone=e,r)},r.dayViewHeaderFormat=function(e){if(0===arguments.length)return n.dayViewHeaderFormat;if('string'!=typeof e)throw new TypeError('dayViewHeaderFormat() expects a string parameter');return n.dayViewHeaderFormat=e,r},r.extraFormats=function(e){if(0===arguments.length)return n.extraFormats;if(e!==!1&&!(e instanceof Array))throw new TypeError('extraFormats() expects an array or false parameter');return n.extraFormats=e,v&&I(),r},r.disabledDates=function(t){if(0===arguments.length)return n.disabledDates?e.extend({},n.disabledDates):n.disabledDates;if(!t)return n.disabledDates=!1,c(),r;if(!(t instanceof Array))throw new TypeError('disabledDates() expects an array parameter');return n.disabledDates=V(t),n.enabledDates=!1,c(),r},r.enabledDates=function(t){if(0===arguments.length)return n.enabledDates?e.extend({},n.enabledDates):n.enabledDates;if(!t)return n.enabledDates=!1,c(),r;if(!(t instanceof Array))throw new TypeError('enabledDates() expects an array parameter');return n.enabledDates=V(t),n.disabledDates=!1,c(),r},r.daysOfWeekDisabled=function(e){if(0===arguments.length)return n.daysOfWeekDisabled.splice(0);if('boolean'==typeof e&&!e)return n.daysOfWeekDisabled=!1,c(),r;if(!(e instanceof Array))throw new TypeError('daysOfWeekDisabled() expects an array parameter');if(n.daysOfWeekDisabled=e.reduce(function(e,t){return t=parseInt(t,10),t>6||0>t||isNaN(t)?e:(-1===e.indexOf(t)&&e.push(t),e)},[]).sort(),n.useCurrent&&!n.keepInvalid){for(var t=0;!p(o,'d');){if(o.add(1,'d'),7===t)throw'Tried 7 times to find a valid date';t++};l(o)};return c(),r},r.maxDate=function(e){if(0===arguments.length)return n.maxDate?n.maxDate.clone():n.maxDate;if('boolean'==typeof e&&e===!1)return n.maxDate=!1,c(),r;'string'==typeof e&&('now'===e||'moment'===e)&&(e=k());var t=C(e);if(!t.isValid())throw new TypeError('maxDate() Could not parse date parameter: '+e);if(n.minDate&&t.isBefore(n.minDate))throw new TypeError('maxDate() date parameter is before options.minDate: '+t.format(h));return n.maxDate=t,n.useCurrent&&!n.keepInvalid&&o.isAfter(e)&&l(n.maxDate),s.isAfter(t)&&(s=t.clone().subtract(n.stepping,'m')),c(),r},r.minDate=function(e){if(0===arguments.length)return n.minDate?n.minDate.clone():n.minDate;if('boolean'==typeof e&&e===!1)return n.minDate=!1,c(),r;'string'==typeof e&&('now'===e||'moment'===e)&&(e=k());var t=C(e);if(!t.isValid())throw new TypeError('minDate() Could not parse date parameter: '+e);if(n.maxDate&&t.isAfter(n.maxDate))throw new TypeError('minDate() date parameter is after options.maxDate: '+t.format(h));return n.minDate=t,n.useCurrent&&!n.keepInvalid&&o.isBefore(e)&&l(n.minDate),s.isBefore(t)&&(s=t.clone().add(n.stepping,'m')),c(),r},r.defaultDate=function(e){if(0===arguments.length)return n.defaultDate?n.defaultDate.clone():n.defaultDate;if(!e)return n.defaultDate=!1,r;'string'==typeof e&&('now'===e||'moment'===e)&&(e=k());var t=C(e);if(!t.isValid())throw new TypeError('defaultDate() Could not parse date parameter: '+e);if(!p(t))throw new TypeError('defaultDate() date passed is invalid according to component setup validations');return n.defaultDate=t,(n.defaultDate&&n.inline||''===d.val().trim())&&l(n.defaultDate),r},r.locale=function(e){if(0===arguments.length)return n.locale;if(!t.localeData(e))throw new TypeError('locale() locale '+e+' is not loaded from moment locales!');return n.locale=e,o.locale(n.locale),s.locale(n.locale),h&&I(),i&&(f(),g()),r},r.stepping=function(e){return 0===arguments.length?n.stepping:(e=parseInt(e,10),(isNaN(e)||1>e)&&(e=1),n.stepping=e,r)},r.useCurrent=function(e){var t=['year','month','day','hour','minute'];if(0===arguments.length)return n.useCurrent;if('boolean'!=typeof e&&'string'!=typeof e)throw new TypeError('useCurrent() expects a boolean or string parameter');if('string'==typeof e&&-1===t.indexOf(e.toLowerCase()))throw new TypeError('useCurrent() expects a string parameter of '+t.join(', '));return n.useCurrent=e,r},r.collapse=function(e){if(0===arguments.length)return n.collapse;if('boolean'!=typeof e)throw new TypeError('collapse() expects a boolean parameter');return n.collapse===e?r:(n.collapse=e,i&&(f(),g()),r)},r.icons=function(t){if(0===arguments.length)return e.extend({},n.icons);if(!(t instanceof Object))throw new TypeError('icons() expects parameter to be an Object');return e.extend(n.icons,t),i&&(f(),g()),r},r.tooltips=function(t){if(0===arguments.length)return e.extend({},n.tooltips);if(!(t instanceof Object))throw new TypeError('tooltips() expects parameter to be an Object');return e.extend(n.tooltips,t),i&&(f(),g()),r},r.useStrict=function(e){if(0===arguments.length)return n.useStrict;if('boolean'!=typeof e)throw new TypeError('useStrict() expects a boolean parameter');return n.useStrict=e,r},r.sideBySide=function(e){if(0===arguments.length)return n.sideBySide;if('boolean'!=typeof e)throw new TypeError('sideBySide() expects a boolean parameter');return n.sideBySide=e,i&&(f(),g()),r},r.viewMode=function(e){if(0===arguments.length)return n.viewMode;if('string'!=typeof e)throw new TypeError('viewMode() expects a string parameter');if(-1===q.indexOf(e))throw new TypeError('viewMode() parameter must be one of ('+q.join(', ')+') value');return n.viewMode=e,y=Math.max(q.indexOf(e),D),T(),r},r.toolbarPlacement=function(e){if(0===arguments.length)return n.toolbarPlacement;if('string'!=typeof e)throw new TypeError('toolbarPlacement() expects a string parameter');if(-1===F.indexOf(e))throw new TypeError('toolbarPlacement() parameter must be one of ('+F.join(', ')+') value');return n.toolbarPlacement=e,i&&(f(),g()),r},r.widgetPositioning=function(t){if(0===arguments.length)return e.extend({},n.widgetPositioning);if('[object Object]'!=={}.toString.call(t))throw new TypeError('widgetPositioning() expects an object variable');if(t.horizontal){if('string'!=typeof t.horizontal)throw new TypeError('widgetPositioning() horizontal variable must be a string');if(t.horizontal=t.horizontal.toLowerCase(),-1===L.indexOf(t.horizontal))throw new TypeError('widgetPositioning() expects horizontal parameter to be one of ('+L.join(', ')+')');n.widgetPositioning.horizontal=t.horizontal};if(t.vertical){if('string'!=typeof t.vertical)throw new TypeError('widgetPositioning() vertical variable must be a string');if(t.vertical=t.vertical.toLowerCase(),-1===W.indexOf(t.vertical))throw new TypeError('widgetPositioning() expects vertical parameter to be one of ('+W.join(', ')+')');n.widgetPositioning.vertical=t.vertical};return c(),r},r.calendarWeeks=function(e){if(0===arguments.length)return n.calendarWeeks;if('boolean'!=typeof e)throw new TypeError('calendarWeeks() expects parameter to be a boolean value');return n.calendarWeeks=e,c(),r},r.showTodayButton=function(e){if(0===arguments.length)return n.showTodayButton;if('boolean'!=typeof e)throw new TypeError('showTodayButton() expects a boolean parameter');return n.showTodayButton=e,i&&(f(),g()),r},r.showClear=function(e){if(0===arguments.length)return n.showClear;if('boolean'!=typeof e)throw new TypeError('showClear() expects a boolean parameter');return n.showClear=e,i&&(f(),g()),r},r.widgetParent=function(t){if(0===arguments.length)return n.widgetParent;if('string'==typeof t&&(t=e(t)),null!==t&&'string'!=typeof t&&!(t instanceof e))throw new TypeError('widgetParent() expects a string or a jQuery object parameter');return n.widgetParent=t,i&&(f(),g()),r},r.keepOpen=function(e){if(0===arguments.length)return n.keepOpen;if('boolean'!=typeof e)throw new TypeError('keepOpen() expects a boolean parameter');return n.keepOpen=e,r},r.focusOnShow=function(e){if(0===arguments.length)return n.focusOnShow;if('boolean'!=typeof e)throw new TypeError('focusOnShow() expects a boolean parameter');return n.focusOnShow=e,r},r.inline=function(e){if(0===arguments.length)return n.inline;if('boolean'!=typeof e)throw new TypeError('inline() expects a boolean parameter');return n.inline=e,r},r.clear=function(){return A(),r},r.keyBinds=function(e){return n.keyBinds=e,r},r.getMoment=function(e){return k(e)},r.debug=function(e){if('boolean'!=typeof e)throw new TypeError('debug() expects a boolean parameter');return n.debug=e,r},r.allowInputToggle=function(e){if(0===arguments.length)return n.allowInputToggle;if('boolean'!=typeof e)throw new TypeError('allowInputToggle() expects a boolean parameter');return n.allowInputToggle=e,r},r.showClose=function(e){if(0===arguments.length)return n.showClose;if('boolean'!=typeof e)throw new TypeError('showClose() expects a boolean parameter');return n.showClose=e,r},r.keepInvalid=function(e){if(0===arguments.length)return n.keepInvalid;if('boolean'!=typeof e)throw new TypeError('keepInvalid() expects a boolean parameter');return n.keepInvalid=e,r},r.datepickerInput=function(e){if(0===arguments.length)return n.datepickerInput;if('string'!=typeof e)throw new TypeError('datepickerInput() expects a string parameter');return n.datepickerInput=e,r},r.parseInputDate=function(e){if(0===arguments.length)return n.parseInputDate;if('function'!=typeof e)throw new TypeError('parseInputDate() sholud be as function');return n.parseInputDate=e,r},r.disabledTimeIntervals=function(t){if(0===arguments.length)return n.disabledTimeIntervals?e.extend({},n.disabledTimeIntervals):n.disabledTimeIntervals;if(!t)return n.disabledTimeIntervals=!1,c(),r;if(!(t instanceof Array))throw new TypeError('disabledTimeIntervals() expects an array parameter');return n.disabledTimeIntervals=t,c(),r},r.disabledHours=function(t){if(0===arguments.length)return n.disabledHours?e.extend({},n.disabledHours):n.disabledHours;if(!t)return n.disabledHours=!1,c(),r;if(!(t instanceof Array))throw new TypeError('disabledHours() expects an array parameter');if(n.disabledHours=N(t),n.enabledHours=!1,n.useCurrent&&!n.keepInvalid){for(var a=0;!p(o,'h');){if(o.add(1,'h'),24===a)throw'Tried 24 times to find a valid date';a++};l(o)};return c(),r},r.enabledHours=function(t){if(0===arguments.length)return n.enabledHours?e.extend({},n.enabledHours):n.enabledHours;if(!t)return n.enabledHours=!1,c(),r;if(!(t instanceof Array))throw new TypeError('enabledHours() expects an array parameter');if(n.enabledHours=N(t),n.disabledHours=!1,n.useCurrent&&!n.keepInvalid){for(var a=0;!p(o,'h');){if(o.add(1,'h'),24===a)throw'Tried 24 times to find a valid date';a++};l(o)};return c(),r},r.viewDate=function(e){if(0===arguments.length)return s.clone();if(!e)return s=o.clone(),r;if(!('string'==typeof e||t.isMoment(e)||e instanceof Date))throw new TypeError('viewDate() parameter must be one of [string, moment or Date]');return s=C(e),S(),r},a.is('input'))d=a;else if(d=a.find(n.datepickerInput),0===d.size())d=a.find('input');else if(!d.is('input'))throw new Error('CSS class "'+n.datepickerInput+'" cannot be applied to non input element');if(a.hasClass('input-group')&&(u=0===a.find('.datepickerbutton').size()?a.find('.input-group-addon'):a.find('.datepickerbutton')),!n.inline&&!d.is('input'))throw new Error('Could not initialize DateTimePicker without an input element');return o=k(),s=o.clone(),e.extend(!0,n,ie()),r.options(n),I(),J(),d.prop('disabled')&&r.disable(),d.is('input')&&0!==d.val().trim().length?l(C(d.val().trim())):n.defaultDate&&void 0===d.attr('placeholder')&&l(n.defaultDate),n.inline&&g(),r};e.fn.datetimepicker=function(t){return this.each(function(){var a=e(this);a.data('DateTimePicker')||(t=e.extend(!0,{},e.fn.datetimepicker.defaults,t),a.data('DateTimePicker',n(a,t)))})},e.fn.datetimepicker.defaults={timeZone:'Etc/UTC',format:!1,dayViewHeaderFormat:'MMMM YYYY',extraFormats:!1,stepping:1,minDate:!1,maxDate:!1,useCurrent:!0,collapse:!0,locale:t.locale(),defaultDate:!1,disabledDates:!1,enabledDates:!1,icons:{time:'glyphicon glyphicon-time',date:'glyphicon glyphicon-calendar',up:'glyphicon glyphicon-chevron-up',down:'glyphicon glyphicon-chevron-down',previous:'glyphicon glyphicon-chevron-left',next:'glyphicon glyphicon-chevron-right',today:'glyphicon glyphicon-screenshot',clear:'glyphicon glyphicon-trash',close:'glyphicon glyphicon-remove'},tooltips:{today:'Go to today',clear:'Clear selection',close:'Close the picker',selectMonth:'Select Month',prevMonth:'Previous Month',nextMonth:'Next Month',selectYear:'Select Year',prevYear:'Previous Year',nextYear:'Next Year',selectDecade:'Select Decade',prevDecade:'Previous Decade',nextDecade:'Next Decade',prevCentury:'Previous Century',nextCentury:'Next Century',pickHour:'Pick Hour',incrementHour:'Increment Hour',decrementHour:'Decrement Hour',pickMinute:'Pick Minute',incrementMinute:'Increment Minute',decrementMinute:'Decrement Minute',pickSecond:'Pick Second',incrementSecond:'Increment Second',decrementSecond:'Decrement Second',togglePeriod:'Toggle Period',selectTime:'Select Time'},useStrict:!1,sideBySide:!1,daysOfWeekDisabled:!1,calendarWeeks:!1,viewMode:'days',toolbarPlacement:'default',showTodayButton:!1,showClear:!1,showClose:!1,widgetPositioning:{horizontal:'auto',vertical:'auto'},widgetParent:null,ignoreReadonly:!1,keepOpen:!1,focusOnShow:!0,inline:!1,keepInvalid:!1,datepickerInput:'.datepickerinput',keyBinds:{up:function(e){if(e){var t=this.date()||this.getMoment();e.find('.datepicker').is(':visible')?this.date(t.clone().subtract(7,'d')):this.date(t.clone().add(this.stepping(),'m'))}},down:function(e){if(!e)return void this.show();var t=this.date()||this.getMoment();e.find('.datepicker').is(':visible')?this.date(t.clone().add(7,'d')):this.date(t.clone().subtract(this.stepping(),'m'))},'control up':function(e){if(e){var t=this.date()||this.getMoment();e.find('.datepicker').is(':visible')?this.date(t.clone().subtract(1,'y')):this.date(t.clone().add(1,'h'))}},'control down':function(e){if(e){var t=this.date()||this.getMoment();e.find('.datepicker').is(':visible')?this.date(t.clone().add(1,'y')):this.date(t.clone().subtract(1,'h'))}},left:function(e){if(e){var t=this.date()||this.getMoment();e.find('.datepicker').is(':visible')&&this.date(t.clone().subtract(1,'d'))}},right:function(e){if(e){var t=this.date()||this.getMoment();e.find('.datepicker').is(':visible')&&this.date(t.clone().add(1,'d'))}},pageUp:function(e){if(e){var t=this.date()||this.getMoment();e.find('.datepicker').is(':visible')&&this.date(t.clone().subtract(1,'M'))}},pageDown:function(e){if(e){var t=this.date()||this.getMoment();e.find('.datepicker').is(':visible')&&this.date(t.clone().add(1,'M'))}},enter:function(){this.hide()},escape:function(){this.hide()},'control space':function(e){e.find('.timepicker').is(':visible')&&e.find('.btn[data-action="togglePeriod"]').click()},t:function(){this.date(this.getMoment())},'delete':function(){this.clear()}},debug:!1,allowInputToggle:!1,disabledTimeIntervals:!1,disabledHours:!1,enabledHours:!1,viewDate:!1}});
|
||
(function(a){a(document).ready(function(){hljs.initHighlightingOnLoad();a('[data-toggle="datetimepicker"]').datetimepicker({icons:{time:'fa fa-clock-o',date:'fa fa-calendar',up:'fa fa-chevron-up',down:'fa fa-chevron-down',previous:'fa fa-chevron-left',next:'fa fa-chevron-right',today:'fa fa-check-circle-o',clear:'fa fa-trash',close:'fa fa-remove'}})});a(document).on('submit','form[data-confirmation]',function(n){var e=a(this),t=a('#confirmationModal');if(t.data('result')!=='yes'){n.preventDefault();t.off('click','#btnYes').on('click','#btnYes',function(){t.data('result','yes');e.find('input[type="submit"]').attr('disabled','disabled');e.submit()}).modal('show')}})})(window.jQuery); |