You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
61 KiB
11 lines
61 KiB
//! moment.js
|
|
//! version : 2.29.1
|
|
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
|
|
//! license : MIT
|
|
//! momentjs.com
|
|
var Ot;function o(){return Ot.apply(null,arguments)}function Ds(e){Ot=e}function F(e){return e instanceof Array||Object.prototype.toString.call(e)==="[object Array]"}function se(e){return e!=null&&Object.prototype.toString.call(e)==="[object Object]"}function y(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function Be(e){if(Object.getOwnPropertyNames)return Object.getOwnPropertyNames(e).length===0;var t;for(t in e)if(y(e,t))return!1;return!0}function x(e){return e===void 0}function j(e){return typeof e=="number"||Object.prototype.toString.call(e)==="[object Number]"}function _e(e){return e instanceof Date||Object.prototype.toString.call(e)==="[object Date]"}function Tt(e,t){var s=[],r;for(r=0;r<e.length;++r)s.push(t(e[r],r));return s}function K(e,t){for(var s in t)y(t,s)&&(e[s]=t[s]);return y(t,"toString")&&(e.toString=t.toString),y(t,"valueOf")&&(e.valueOf=t.valueOf),e}function H(e,t,s,r){return Kt(e,t,s,r,!0).utc()}function Ys(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function f(e){return e._pf==null&&(e._pf=Ys()),e._pf}var qe;Array.prototype.some?qe=Array.prototype.some:qe=function(e){var t=Object(this),s=t.length>>>0,r;for(r=0;r<s;r++)if(r in t&&e.call(this,t[r],r,t))return!0;return!1};function Je(e){if(e._isValid==null){var t=f(e),s=qe.call(t.parsedDateParts,function(a){return a!=null}),r=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidEra&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&s);if(e._strict&&(r=r&&t.charsLeftOver===0&&t.unusedTokens.length===0&&t.bigHour===void 0),Object.isFrozen==null||!Object.isFrozen(e))e._isValid=r;else return r}return e._isValid}function pe(e){var t=H(NaN);return e!=null?K(f(t),e):f(t).userInvalidated=!0,t}var Qe=o.momentProperties=[],Xe=!1;function Ke(e,t){var s,r,a;if(x(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),x(t._i)||(e._i=t._i),x(t._f)||(e._f=t._f),x(t._l)||(e._l=t._l),x(t._strict)||(e._strict=t._strict),x(t._tzm)||(e._tzm=t._tzm),x(t._isUTC)||(e._isUTC=t._isUTC),x(t._offset)||(e._offset=t._offset),x(t._pf)||(e._pf=f(t)),x(t._locale)||(e._locale=t._locale),Qe.length>0)for(s=0;s<Qe.length;s++)r=Qe[s],a=t[r],x(a)||(e[r]=a);return e}function me(e){Ke(this,e),this._d=new Date(e._d!=null?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),Xe===!1&&(Xe=!0,o.updateOffset(this),Xe=!1)}function L(e){return e instanceof me||e!=null&&e._isAMomentObject!=null}function xt(e){o.suppressDeprecationWarnings===!1&&typeof console!="undefined"&&console.warn&&console.warn("Deprecation warning: "+e)}function P(e,t){var s=!0;return K(function(){if(o.deprecationHandler!=null&&o.deprecationHandler(null,e),s){var r=[],a,n,i;for(n=0;n<arguments.length;n++){if(a="",typeof arguments[n]=="object"){a+=`
|
|
[`+n+"] ";for(i in arguments[0])y(arguments[0],i)&&(a+=i+": "+arguments[0][i]+", ");a=a.slice(0,-2)}else a=arguments[n];r.push(a)}xt(e+`
|
|
Arguments: `+Array.prototype.slice.call(r).join("")+`
|
|
`+new Error().stack),s=!1}return t.apply(this,arguments)},t)}var bt={};function Wt(e,t){o.deprecationHandler!=null&&o.deprecationHandler(e,t),bt[e]||(xt(t),bt[e]=!0)}o.suppressDeprecationWarnings=!1;o.deprecationHandler=null;function E(e){return typeof Function!="undefined"&&e instanceof Function||Object.prototype.toString.call(e)==="[object Function]"}function gs(e){var t,s;for(s in e)y(e,s)&&(t=e[s],E(t)?this[s]=t:this["_"+s]=t);this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function et(e,t){var s=K({},e),r;for(r in t)y(t,r)&&(se(e[r])&&se(t[r])?(s[r]={},K(s[r],e[r]),K(s[r],t[r])):t[r]!=null?s[r]=t[r]:delete s[r]);for(r in e)y(e,r)&&!y(t,r)&&se(e[r])&&(s[r]=K({},s[r]));return s}function tt(e){e!=null&&this.set(e)}var st;Object.keys?st=Object.keys:st=function(e){var t,s=[];for(t in e)y(e,t)&&s.push(t);return s};var vs={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function ps(e,t,s){var r=this._calendar[e]||this._calendar.sameElse;return E(r)?r.call(t,s):r}function A(e,t,s){var r=""+Math.abs(e),a=t-r.length,n=e>=0;return(n?s?"+":"":"-")+Math.pow(10,Math.max(0,a)).toString().substr(1)+r}var rt=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,Oe=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,at={},ie={};function d(e,t,s,r){var a=r;typeof r=="string"&&(a=function(){return this[r]()}),e&&(ie[e]=a),t&&(ie[t[0]]=function(){return A(a.apply(this,arguments),t[1],t[2])}),s&&(ie[s]=function(){return this.localeData().ordinal(a.apply(this,arguments),e)})}function Os(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function Ts(e){var t=e.match(rt),s,r;for(s=0,r=t.length;s<r;s++)ie[t[s]]?t[s]=ie[t[s]]:t[s]=Os(t[s]);return function(a){var n="",i;for(i=0;i<r;i++)n+=E(t[i])?t[i].call(a,e):t[i];return n}}function Te(e,t){return e.isValid()?(t=Pt(t,e.localeData()),at[t]=at[t]||Ts(t),at[t](e)):e.localeData().invalidDate()}function Pt(e,t){var s=5;function r(a){return t.longDateFormat(a)||a}for(Oe.lastIndex=0;s>=0&&Oe.test(e);)e=e.replace(Oe,r),Oe.lastIndex=0,s-=1;return e}var xs={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"};function bs(e){var t=this._longDateFormat[e],s=this._longDateFormat[e.toUpperCase()];return t||!s?t:(this._longDateFormat[e]=s.match(rt).map(function(r){return r==="MMMM"||r==="MM"||r==="DD"||r==="dddd"?r.slice(1):r}).join(""),this._longDateFormat[e])}var Ws="Invalid date";function Ps(){return this._invalidDate}var Ns="%d",Rs=/\d{1,2}/;function Fs(e){return this._ordinal.replace("%d",e)}var Ls={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function Is(e,t,s,r){var a=this._relativeTime[s];return E(a)?a(e,t,s,r):a.replace(/%d/i,e)}function Cs(e,t){var s=this._relativeTime[e>0?"future":"past"];return E(s)?s(t):s.replace(/%s/i,t)}var ye={};function p(e,t){var s=e.toLowerCase();ye[s]=ye[s+"s"]=ye[t]=e}function N(e){return typeof e=="string"?ye[e]||ye[e.toLowerCase()]:void 0}function nt(e){var t={},s,r;for(r in e)y(e,r)&&(s=N(r),s&&(t[s]=e[r]));return t}var Nt={};function O(e,t){Nt[e]=t}function Us(e){var t=[],s;for(s in e)y(e,s)&&t.push({unit:s,priority:Nt[s]});return t.sort(function(r,a){return r.priority-a.priority}),t}function xe(e){return e%4==0&&e%100!=0||e%400==0}function R(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function c(e){var t=+e,s=0;return t!==0&&isFinite(t)&&(s=R(t)),s}function le(e,t){return function(s){return s!=null?(Rt(this,e,s),o.updateOffset(this,t),this):be(this,e)}}function be(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function Rt(e,t,s){e.isValid()&&!isNaN(s)&&(t==="FullYear"&&xe(e.year())&&e.month()===1&&e.date()===29?(s=c(s),e._d["set"+(e._isUTC?"UTC":"")+t](s,e.month(),Ie(s,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](s))}function Hs(e){return e=N(e),E(this[e])?this[e]():this}function Es(e,t){if(typeof e=="object"){e=nt(e);var s=Us(e),r;for(r=0;r<s.length;r++)this[s[r].unit](e[s[r].unit])}else if(e=N(e),E(this[e]))return this[e](t);return this}var Ft=/\d/,b=/\d\d/,Lt=/\d{3}/,it=/\d{4}/,We=/[+-]?\d{6}/,S=/\d\d?/,It=/\d\d\d\d?/,Ct=/\d\d\d\d\d\d?/,Pe=/\d{1,3}/,lt=/\d{1,4}/,Ne=/[+-]?\d{1,6}/,oe=/\d+/,Re=/[+-]?\d+/,As=/Z|[+-]\d\d:?\d\d/gi,Fe=/Z|[+-]\d\d(?::?\d\d)?/gi,Vs=/[+-]?\d+(\.\d{1,3})?/,we=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,Le;Le={};function u(e,t,s){Le[e]=E(t)?t:function(r,a){return r&&s?s:t}}function Gs(e,t){return y(Le,e)?Le[e](t._strict,t._locale):new RegExp(js(e))}function js(e){return W(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,s,r,a,n){return s||r||a||n}))}function W(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}var ot={};function k(e,t){var s,r=t;for(typeof e=="string"&&(e=[e]),j(t)&&(r=function(a,n){n[t]=c(a)}),s=0;s<e.length;s++)ot[e[s]]=r}function ke(e,t){k(e,function(s,r,a,n){a._w=a._w||{},t(s,a._w,a,n)})}function zs(e,t,s){t!=null&&y(ot,e)&&ot[e](t,s._a,s,e)}var T=0,z=1,V=2,v=3,I=4,Z=5,re=6,Zs=7,$s=8;function Bs(e,t){return(e%t+t)%t}var g;Array.prototype.indexOf?g=Array.prototype.indexOf:g=function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1};function Ie(e,t){if(isNaN(e)||isNaN(t))return NaN;var s=Bs(t,12);return e+=(t-s)/12,s===1?xe(e)?29:28:31-s%7%2}d("M",["MM",2],"Mo",function(){return this.month()+1});d("MMM",0,0,function(e){return this.localeData().monthsShort(this,e)});d("MMMM",0,0,function(e){return this.localeData().months(this,e)});p("month","M");O("month",8);u("M",S);u("MM",S,b);u("MMM",function(e,t){return t.monthsShortRegex(e)});u("MMMM",function(e,t){return t.monthsRegex(e)});k(["M","MM"],function(e,t){t[z]=c(e)-1});k(["MMM","MMMM"],function(e,t,s,r){var a=s._locale.monthsParse(e,r,s._strict);a!=null?t[z]=a:f(s).invalidMonth=e});var qs="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Ut="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),Ht=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Js=we,Qs=we;function Xs(e,t){return e?F(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||Ht).test(t)?"format":"standalone"][e.month()]:F(this._months)?this._months:this._months.standalone}function Ks(e,t){return e?F(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[Ht.test(t)?"format":"standalone"][e.month()]:F(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function er(e,t,s){var r,a,n,i=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)n=H([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(n,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(n,"").toLocaleLowerCase();return s?t==="MMM"?(a=g.call(this._shortMonthsParse,i),a!==-1?a:null):(a=g.call(this._longMonthsParse,i),a!==-1?a:null):t==="MMM"?(a=g.call(this._shortMonthsParse,i),a!==-1?a:(a=g.call(this._longMonthsParse,i),a!==-1?a:null)):(a=g.call(this._longMonthsParse,i),a!==-1?a:(a=g.call(this._shortMonthsParse,i),a!==-1?a:null))}function tr(e,t,s){var r,a,n;if(this._monthsParseExact)return er.call(this,e,t,s);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(a=H([2e3,r]),s&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(a,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(a,"").replace(".","")+"$","i")),!s&&!this._monthsParse[r]&&(n="^"+this.months(a,"")+"|^"+this.monthsShort(a,""),this._monthsParse[r]=new RegExp(n.replace(".",""),"i")),s&&t==="MMMM"&&this._longMonthsParse[r].test(e))return r;if(s&&t==="MMM"&&this._shortMonthsParse[r].test(e))return r;if(!s&&this._monthsParse[r].test(e))return r}}function Et(e,t){var s;if(!e.isValid())return e;if(typeof t=="string"){if(/^\d+$/.test(t))t=c(t);else if(t=e.localeData().monthsParse(t),!j(t))return e}return s=Math.min(e.date(),Ie(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,s),e}function At(e){return e!=null?(Et(this,e),o.updateOffset(this,!0),this):be(this,"Month")}function sr(){return Ie(this.year(),this.month())}function rr(e){return this._monthsParseExact?(y(this,"_monthsRegex")||Vt.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(y(this,"_monthsShortRegex")||(this._monthsShortRegex=Js),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)}function ar(e){return this._monthsParseExact?(y(this,"_monthsRegex")||Vt.call(this),e?this._monthsStrictRegex:this._monthsRegex):(y(this,"_monthsRegex")||(this._monthsRegex=Qs),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)}function Vt(){function e(i,h){return h.length-i.length}var t=[],s=[],r=[],a,n;for(a=0;a<12;a++)n=H([2e3,a]),t.push(this.monthsShort(n,"")),s.push(this.months(n,"")),r.push(this.months(n,"")),r.push(this.monthsShort(n,""));for(t.sort(e),s.sort(e),r.sort(e),a=0;a<12;a++)t[a]=W(t[a]),s[a]=W(s[a]);for(a=0;a<24;a++)r[a]=W(r[a]);this._monthsRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+t.join("|")+")","i")}d("Y",0,0,function(){var e=this.year();return e<=9999?A(e,4):"+"+e});d(0,["YY",2],0,function(){return this.year()%100});d(0,["YYYY",4],0,"year");d(0,["YYYYY",5],0,"year");d(0,["YYYYYY",6,!0],0,"year");p("year","y");O("year",1);u("Y",Re);u("YY",S,b);u("YYYY",lt,it);u("YYYYY",Ne,We);u("YYYYYY",Ne,We);k(["YYYYY","YYYYYY"],T);k("YYYY",function(e,t){t[T]=e.length===2?o.parseTwoDigitYear(e):c(e)});k("YY",function(e,t){t[T]=o.parseTwoDigitYear(e)});k("Y",function(e,t){t[T]=parseInt(e,10)});function Me(e){return xe(e)?366:365}o.parseTwoDigitYear=function(e){return c(e)+(c(e)>68?1900:2e3)};var Gt=le("FullYear",!0);function nr(){return xe(this.year())}function ir(e,t,s,r,a,n,i){var h;return e<100&&e>=0?(h=new Date(e+400,t,s,r,a,n,i),isFinite(h.getFullYear())&&h.setFullYear(e)):h=new Date(e,t,s,r,a,n,i),h}function Se(e){var t,s;return e<100&&e>=0?(s=Array.prototype.slice.call(arguments),s[0]=e+400,t=new Date(Date.UTC.apply(null,s)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function Ce(e,t,s){var r=7+t-s,a=(7+Se(e,0,r).getUTCDay()-t)%7;return-a+r-1}function jt(e,t,s,r,a){var n=(7+s-r)%7,i=Ce(e,r,a),h=1+7*(t-1)+n+i,_,M;return h<=0?(_=e-1,M=Me(_)+h):h>Me(e)?(_=e+1,M=h-Me(e)):(_=e,M=h),{year:_,dayOfYear:M}}function De(e,t,s){var r=Ce(e.year(),t,s),a=Math.floor((e.dayOfYear()-r-1)/7)+1,n,i;return a<1?(i=e.year()-1,n=a+$(i,t,s)):a>$(e.year(),t,s)?(n=a-$(e.year(),t,s),i=e.year()+1):(i=e.year(),n=a),{week:n,year:i}}function $(e,t,s){var r=Ce(e,t,s),a=Ce(e+1,t,s);return(Me(e)-r+a)/7}d("w",["ww",2],"wo","week");d("W",["WW",2],"Wo","isoWeek");p("week","w");p("isoWeek","W");O("week",5);O("isoWeek",5);u("w",S);u("ww",S,b);u("W",S);u("WW",S,b);ke(["w","ww","W","WW"],function(e,t,s,r){t[r.substr(0,1)]=c(e)});function lr(e){return De(e,this._week.dow,this._week.doy).week}var or={dow:0,doy:6};function ur(){return this._week.dow}function dr(){return this._week.doy}function hr(e){var t=this.localeData().week(this);return e==null?t:this.add((e-t)*7,"d")}function fr(e){var t=De(this,1,4).week;return e==null?t:this.add((e-t)*7,"d")}d("d",0,"do","day");d("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)});d("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)});d("dddd",0,0,function(e){return this.localeData().weekdays(this,e)});d("e",0,0,"weekday");d("E",0,0,"isoWeekday");p("day","d");p("weekday","e");p("isoWeekday","E");O("day",11);O("weekday",11);O("isoWeekday",11);u("d",S);u("e",S);u("E",S);u("dd",function(e,t){return t.weekdaysMinRegex(e)});u("ddd",function(e,t){return t.weekdaysShortRegex(e)});u("dddd",function(e,t){return t.weekdaysRegex(e)});ke(["dd","ddd","dddd"],function(e,t,s,r){var a=s._locale.weekdaysParse(e,r,s._strict);a!=null?t.d=a:f(s).invalidWeekday=e});ke(["d","e","E"],function(e,t,s,r){t[r]=c(e)});function cr(e,t){return typeof e!="string"?e:isNaN(e)?(e=t.weekdaysParse(e),typeof e=="number"?e:null):parseInt(e,10)}function _r(e,t){return typeof e=="string"?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function ut(e,t){return e.slice(t,7).concat(e.slice(0,t))}var mr="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),zt="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),yr="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),wr=we,kr=we,Mr=we;function Sr(e,t){var s=F(this._weekdays)?this._weekdays:this._weekdays[e&&e!==!0&&this._weekdays.isFormat.test(t)?"format":"standalone"];return e===!0?ut(s,this._week.dow):e?s[e.day()]:s}function Dr(e){return e===!0?ut(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Yr(e){return e===!0?ut(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function gr(e,t,s){var r,a,n,i=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)n=H([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(n,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(n,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(n,"").toLocaleLowerCase();return s?t==="dddd"?(a=g.call(this._weekdaysParse,i),a!==-1?a:null):t==="ddd"?(a=g.call(this._shortWeekdaysParse,i),a!==-1?a:null):(a=g.call(this._minWeekdaysParse,i),a!==-1?a:null):t==="dddd"?(a=g.call(this._weekdaysParse,i),a!==-1||(a=g.call(this._shortWeekdaysParse,i),a!==-1)?a:(a=g.call(this._minWeekdaysParse,i),a!==-1?a:null)):t==="ddd"?(a=g.call(this._shortWeekdaysParse,i),a!==-1||(a=g.call(this._weekdaysParse,i),a!==-1)?a:(a=g.call(this._minWeekdaysParse,i),a!==-1?a:null)):(a=g.call(this._minWeekdaysParse,i),a!==-1||(a=g.call(this._weekdaysParse,i),a!==-1)?a:(a=g.call(this._shortWeekdaysParse,i),a!==-1?a:null))}function vr(e,t,s){var r,a,n;if(this._weekdaysParseExact)return gr.call(this,e,t,s);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(a=H([2e3,1]).day(r),s&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(a,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(a,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(a,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(n="^"+this.weekdays(a,"")+"|^"+this.weekdaysShort(a,"")+"|^"+this.weekdaysMin(a,""),this._weekdaysParse[r]=new RegExp(n.replace(".",""),"i")),s&&t==="dddd"&&this._fullWeekdaysParse[r].test(e))return r;if(s&&t==="ddd"&&this._shortWeekdaysParse[r].test(e))return r;if(s&&t==="dd"&&this._minWeekdaysParse[r].test(e))return r;if(!s&&this._weekdaysParse[r].test(e))return r}}function pr(e){if(!this.isValid())return e!=null?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return e!=null?(e=cr(e,this.localeData()),this.add(e-t,"d")):t}function Or(e){if(!this.isValid())return e!=null?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return e==null?t:this.add(e-t,"d")}function Tr(e){if(!this.isValid())return e!=null?this:NaN;if(e!=null){var t=_r(e,this.localeData());return this.day(this.day()%7?t:t-7)}else return this.day()||7}function xr(e){return this._weekdaysParseExact?(y(this,"_weekdaysRegex")||dt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(y(this,"_weekdaysRegex")||(this._weekdaysRegex=wr),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function br(e){return this._weekdaysParseExact?(y(this,"_weekdaysRegex")||dt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(y(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=kr),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Wr(e){return this._weekdaysParseExact?(y(this,"_weekdaysRegex")||dt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(y(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Mr),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function dt(){function e(U,G){return G.length-U.length}var t=[],s=[],r=[],a=[],n,i,h,_,M;for(n=0;n<7;n++)i=H([2e3,1]).day(n),h=W(this.weekdaysMin(i,"")),_=W(this.weekdaysShort(i,"")),M=W(this.weekdays(i,"")),t.push(h),s.push(_),r.push(M),a.push(h),a.push(_),a.push(M);t.sort(e),s.sort(e),r.sort(e),a.sort(e),this._weekdaysRegex=new RegExp("^("+a.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+r.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+t.join("|")+")","i")}function ht(){return this.hours()%12||12}function Pr(){return this.hours()||24}d("H",["HH",2],0,"hour");d("h",["hh",2],0,ht);d("k",["kk",2],0,Pr);d("hmm",0,0,function(){return""+ht.apply(this)+A(this.minutes(),2)});d("hmmss",0,0,function(){return""+ht.apply(this)+A(this.minutes(),2)+A(this.seconds(),2)});d("Hmm",0,0,function(){return""+this.hours()+A(this.minutes(),2)});d("Hmmss",0,0,function(){return""+this.hours()+A(this.minutes(),2)+A(this.seconds(),2)});function Zt(e,t){d(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}Zt("a",!0);Zt("A",!1);p("hour","h");O("hour",13);function $t(e,t){return t._meridiemParse}u("a",$t);u("A",$t);u("H",S);u("h",S);u("k",S);u("HH",S,b);u("hh",S,b);u("kk",S,b);u("hmm",It);u("hmmss",Ct);u("Hmm",It);u("Hmmss",Ct);k(["H","HH"],v);k(["k","kk"],function(e,t,s){var r=c(e);t[v]=r===24?0:r});k(["a","A"],function(e,t,s){s._isPm=s._locale.isPM(e),s._meridiem=e});k(["h","hh"],function(e,t,s){t[v]=c(e),f(s).bigHour=!0});k("hmm",function(e,t,s){var r=e.length-2;t[v]=c(e.substr(0,r)),t[I]=c(e.substr(r)),f(s).bigHour=!0});k("hmmss",function(e,t,s){var r=e.length-4,a=e.length-2;t[v]=c(e.substr(0,r)),t[I]=c(e.substr(r,2)),t[Z]=c(e.substr(a)),f(s).bigHour=!0});k("Hmm",function(e,t,s){var r=e.length-2;t[v]=c(e.substr(0,r)),t[I]=c(e.substr(r))});k("Hmmss",function(e,t,s){var r=e.length-4,a=e.length-2;t[v]=c(e.substr(0,r)),t[I]=c(e.substr(r,2)),t[Z]=c(e.substr(a))});function Nr(e){return(e+"").toLowerCase().charAt(0)==="p"}var Rr=/[ap]\.?m?\.?/i,Fr=le("Hours",!0);function Lr(e,t,s){return e>11?s?"pm":"PM":s?"am":"AM"}var Bt={calendar:vs,longDateFormat:xs,invalidDate:Ws,ordinal:Ns,dayOfMonthOrdinalParse:Rs,relativeTime:Ls,months:qs,monthsShort:Ut,week:or,weekdays:mr,weekdaysMin:yr,weekdaysShort:zt,meridiemParse:Rr},Y={},Ye={},ge;function Ir(e,t){var s,r=Math.min(e.length,t.length);for(s=0;s<r;s+=1)if(e[s]!==t[s])return s;return r}function qt(e){return e&&e.toLowerCase().replace("_","-")}function Cr(e){for(var t=0,s,r,a,n;t<e.length;){for(n=qt(e[t]).split("-"),s=n.length,r=qt(e[t+1]),r=r?r.split("-"):null;s>0;){if(a=Ue(n.slice(0,s).join("-")),a)return a;if(r&&r.length>=s&&Ir(n,r)>=s-1)break;s--}t++}return ge}function Ue(e){var t=null,s;if(Y[e]===void 0&&typeof module!="undefined"&&module&&module.exports)try{t=ge._abbr,s=require,s("./locale/"+e),ee(t)}catch{Y[e]=null}return Y[e]}function ee(e,t){var s;return e&&(x(t)?s=B(e):s=ft(e,t),s?ge=s:typeof console!="undefined"&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),ge._abbr}function ft(e,t){if(t!==null){var s,r=Bt;if(t.abbr=e,Y[e]!=null)Wt("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=Y[e]._config;else if(t.parentLocale!=null)if(Y[t.parentLocale]!=null)r=Y[t.parentLocale]._config;else if(s=Ue(t.parentLocale),s!=null)r=s._config;else return Ye[t.parentLocale]||(Ye[t.parentLocale]=[]),Ye[t.parentLocale].push({name:e,config:t}),null;return Y[e]=new tt(et(r,t)),Ye[e]&&Ye[e].forEach(function(a){ft(a.name,a.config)}),ee(e),Y[e]}else return delete Y[e],null}function Ur(e,t){if(t!=null){var s,r,a=Bt;Y[e]!=null&&Y[e].parentLocale!=null?Y[e].set(et(Y[e]._config,t)):(r=Ue(e),r!=null&&(a=r._config),t=et(a,t),r==null&&(t.abbr=e),s=new tt(t),s.parentLocale=Y[e],Y[e]=s),ee(e)}else Y[e]!=null&&(Y[e].parentLocale!=null?(Y[e]=Y[e].parentLocale,e===ee()&&ee(e)):Y[e]!=null&&delete Y[e]);return Y[e]}function B(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return ge;if(!F(e)){if(t=Ue(e),t)return t;e=[e]}return Cr(e)}function Hr(){return st(Y)}function ct(e){var t,s=e._a;return s&&f(e).overflow===-2&&(t=s[z]<0||s[z]>11?z:s[V]<1||s[V]>Ie(s[T],s[z])?V:s[v]<0||s[v]>24||s[v]===24&&(s[I]!==0||s[Z]!==0||s[re]!==0)?v:s[I]<0||s[I]>59?I:s[Z]<0||s[Z]>59?Z:s[re]<0||s[re]>999?re:-1,f(e)._overflowDayOfYear&&(t<T||t>V)&&(t=V),f(e)._overflowWeeks&&t===-1&&(t=Zs),f(e)._overflowWeekday&&t===-1&&(t=$s),f(e).overflow=t),e}var Er=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Ar=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Vr=/Z|[+-]\d\d(?::?\d\d)?/,He=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],_t=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Gr=/^\/?Date\((-?\d+)/i,jr=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,zr={UT:0,GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function Jt(e){var t,s,r=e._i,a=Er.exec(r)||Ar.exec(r),n,i,h,_;if(a){for(f(e).iso=!0,t=0,s=He.length;t<s;t++)if(He[t][1].exec(a[1])){i=He[t][0],n=He[t][2]!==!1;break}if(i==null){e._isValid=!1;return}if(a[3]){for(t=0,s=_t.length;t<s;t++)if(_t[t][1].exec(a[3])){h=(a[2]||" ")+_t[t][0];break}if(h==null){e._isValid=!1;return}}if(!n&&h!=null){e._isValid=!1;return}if(a[4])if(Vr.exec(a[4]))_="Z";else{e._isValid=!1;return}e._f=i+(h||"")+(_||""),yt(e)}else e._isValid=!1}function Zr(e,t,s,r,a,n){var i=[$r(e),Ut.indexOf(t),parseInt(s,10),parseInt(r,10),parseInt(a,10)];return n&&i.push(parseInt(n,10)),i}function $r(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}function Br(e){return e.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function qr(e,t,s){if(e){var r=zt.indexOf(e),a=new Date(t[0],t[1],t[2]).getDay();if(r!==a)return f(s).weekdayMismatch=!0,s._isValid=!1,!1}return!0}function Jr(e,t,s){if(e)return zr[e];if(t)return 0;var r=parseInt(s,10),a=r%100,n=(r-a)/100;return n*60+a}function Qt(e){var t=jr.exec(Br(e._i)),s;if(t){if(s=Zr(t[4],t[3],t[2],t[5],t[6],t[7]),!qr(t[1],s,e))return;e._a=s,e._tzm=Jr(t[8],t[9],t[10]),e._d=Se.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),f(e).rfc2822=!0}else e._isValid=!1}function Qr(e){var t=Gr.exec(e._i);if(t!==null){e._d=new Date(+t[1]);return}if(Jt(e),e._isValid===!1)delete e._isValid;else return;if(Qt(e),e._isValid===!1)delete e._isValid;else return;e._strict?e._isValid=!1:o.createFromInputFallback(e)}o.createFromInputFallback=P("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))});function ue(e,t,s){return e!=null?e:t!=null?t:s}function Xr(e){var t=new Date(o.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function mt(e){var t,s,r=[],a,n,i;if(!e._d){for(a=Xr(e),e._w&&e._a[V]==null&&e._a[z]==null&&Kr(e),e._dayOfYear!=null&&(i=ue(e._a[T],a[T]),(e._dayOfYear>Me(i)||e._dayOfYear===0)&&(f(e)._overflowDayOfYear=!0),s=Se(i,0,e._dayOfYear),e._a[z]=s.getUTCMonth(),e._a[V]=s.getUTCDate()),t=0;t<3&&e._a[t]==null;++t)e._a[t]=r[t]=a[t];for(;t<7;t++)e._a[t]=r[t]=e._a[t]==null?t===2?1:0:e._a[t];e._a[v]===24&&e._a[I]===0&&e._a[Z]===0&&e._a[re]===0&&(e._nextDay=!0,e._a[v]=0),e._d=(e._useUTC?Se:ir).apply(null,r),n=e._useUTC?e._d.getUTCDay():e._d.getDay(),e._tzm!=null&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[v]=24),e._w&&typeof e._w.d!="undefined"&&e._w.d!==n&&(f(e).weekdayMismatch=!0)}}function Kr(e){var t,s,r,a,n,i,h,_,M;t=e._w,t.GG!=null||t.W!=null||t.E!=null?(n=1,i=4,s=ue(t.GG,e._a[T],De(D(),1,4).year),r=ue(t.W,1),a=ue(t.E,1),(a<1||a>7)&&(_=!0)):(n=e._locale._week.dow,i=e._locale._week.doy,M=De(D(),n,i),s=ue(t.gg,e._a[T],M.year),r=ue(t.w,M.week),t.d!=null?(a=t.d,(a<0||a>6)&&(_=!0)):t.e!=null?(a=t.e+n,(t.e<0||t.e>6)&&(_=!0)):a=n),r<1||r>$(s,n,i)?f(e)._overflowWeeks=!0:_!=null?f(e)._overflowWeekday=!0:(h=jt(s,r,a,n,i),e._a[T]=h.year,e._dayOfYear=h.dayOfYear)}o.ISO_8601=function(){};o.RFC_2822=function(){};function yt(e){if(e._f===o.ISO_8601){Jt(e);return}if(e._f===o.RFC_2822){Qt(e);return}e._a=[],f(e).empty=!0;var t=""+e._i,s,r,a,n,i,h=t.length,_=0,M;for(a=Pt(e._f,e._locale).match(rt)||[],s=0;s<a.length;s++)n=a[s],r=(t.match(Gs(n,e))||[])[0],r&&(i=t.substr(0,t.indexOf(r)),i.length>0&&f(e).unusedInput.push(i),t=t.slice(t.indexOf(r)+r.length),_+=r.length),ie[n]?(r?f(e).empty=!1:f(e).unusedTokens.push(n),zs(n,r,e)):e._strict&&!r&&f(e).unusedTokens.push(n);f(e).charsLeftOver=h-_,t.length>0&&f(e).unusedInput.push(t),e._a[v]<=12&&f(e).bigHour===!0&&e._a[v]>0&&(f(e).bigHour=void 0),f(e).parsedDateParts=e._a.slice(0),f(e).meridiem=e._meridiem,e._a[v]=ea(e._locale,e._a[v],e._meridiem),M=f(e).era,M!==null&&(e._a[T]=e._locale.erasConvertYear(M,e._a[T])),mt(e),ct(e)}function ea(e,t,s){var r;return s==null?t:e.meridiemHour!=null?e.meridiemHour(t,s):(e.isPM!=null&&(r=e.isPM(s),r&&t<12&&(t+=12),!r&&t===12&&(t=0)),t)}function ta(e){var t,s,r,a,n,i,h=!1;if(e._f.length===0){f(e).invalidFormat=!0,e._d=new Date(NaN);return}for(a=0;a<e._f.length;a++)n=0,i=!1,t=Ke({},e),e._useUTC!=null&&(t._useUTC=e._useUTC),t._f=e._f[a],yt(t),Je(t)&&(i=!0),n+=f(t).charsLeftOver,n+=f(t).unusedTokens.length*10,f(t).score=n,h?n<r&&(r=n,s=t):(r==null||n<r||i)&&(r=n,s=t,i&&(h=!0));K(e,s||t)}function sa(e){if(!e._d){var t=nt(e._i),s=t.day===void 0?t.date:t.day;e._a=Tt([t.year,t.month,s,t.hour,t.minute,t.second,t.millisecond],function(r){return r&&parseInt(r,10)}),mt(e)}}function ra(e){var t=new me(ct(Xt(e)));return t._nextDay&&(t.add(1,"d"),t._nextDay=void 0),t}function Xt(e){var t=e._i,s=e._f;return e._locale=e._locale||B(e._l),t===null||s===void 0&&t===""?pe({nullInput:!0}):(typeof t=="string"&&(e._i=t=e._locale.preparse(t)),L(t)?new me(ct(t)):(_e(t)?e._d=t:F(s)?ta(e):s?yt(e):aa(e),Je(e)||(e._d=null),e))}function aa(e){var t=e._i;x(t)?e._d=new Date(o.now()):_e(t)?e._d=new Date(t.valueOf()):typeof t=="string"?Qr(e):F(t)?(e._a=Tt(t.slice(0),function(s){return parseInt(s,10)}),mt(e)):se(t)?sa(e):j(t)?e._d=new Date(t):o.createFromInputFallback(e)}function Kt(e,t,s,r,a){var n={};return(t===!0||t===!1)&&(r=t,t=void 0),(s===!0||s===!1)&&(r=s,s=void 0),(se(e)&&Be(e)||F(e)&&e.length===0)&&(e=void 0),n._isAMomentObject=!0,n._useUTC=n._isUTC=a,n._l=s,n._i=e,n._f=t,n._strict=r,ra(n)}function D(e,t,s,r){return Kt(e,t,s,r,!1)}var na=P("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var e=D.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:pe()}),ia=P("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var e=D.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:pe()});function es(e,t){var s,r;if(t.length===1&&F(t[0])&&(t=t[0]),!t.length)return D();for(s=t[0],r=1;r<t.length;++r)(!t[r].isValid()||t[r][e](s))&&(s=t[r]);return s}function la(){var e=[].slice.call(arguments,0);return es("isBefore",e)}function oa(){var e=[].slice.call(arguments,0);return es("isAfter",e)}var ua=function(){return Date.now?Date.now():+new Date},ve=["year","quarter","month","week","day","hour","minute","second","millisecond"];function da(e){var t,s=!1,r;for(t in e)if(y(e,t)&&!(g.call(ve,t)!==-1&&(e[t]==null||!isNaN(e[t]))))return!1;for(r=0;r<ve.length;++r)if(e[ve[r]]){if(s)return!1;parseFloat(e[ve[r]])!==c(e[ve[r]])&&(s=!0)}return!0}function ha(){return this._isValid}function fa(){return C(NaN)}function Ee(e){var t=nt(e),s=t.year||0,r=t.quarter||0,a=t.month||0,n=t.week||t.isoWeek||0,i=t.day||0,h=t.hour||0,_=t.minute||0,M=t.second||0,U=t.millisecond||0;this._isValid=da(t),this._milliseconds=+U+M*1e3+_*6e4+h*1e3*60*60,this._days=+i+n*7,this._months=+a+r*3+s*12,this._data={},this._locale=B(),this._bubble()}function Ae(e){return e instanceof Ee}function wt(e){return e<0?Math.round(-1*e)*-1:Math.round(e)}function ca(e,t,s){var r=Math.min(e.length,t.length),a=Math.abs(e.length-t.length),n=0,i;for(i=0;i<r;i++)(s&&e[i]!==t[i]||!s&&c(e[i])!==c(t[i]))&&n++;return n+a}function ts(e,t){d(e,0,0,function(){var s=this.utcOffset(),r="+";return s<0&&(s=-s,r="-"),r+A(~~(s/60),2)+t+A(~~s%60,2)})}ts("Z",":");ts("ZZ","");u("Z",Fe);u("ZZ",Fe);k(["Z","ZZ"],function(e,t,s){s._useUTC=!0,s._tzm=kt(Fe,e)});var _a=/([\+\-]|\d\d)/gi;function kt(e,t){var s=(t||"").match(e),r,a,n;return s===null?null:(r=s[s.length-1]||[],a=(r+"").match(_a)||["-",0,0],n=+(a[1]*60)+c(a[2]),n===0?0:a[0]==="+"?n:-n)}function Mt(e,t){var s,r;return t._isUTC?(s=t.clone(),r=(L(e)||_e(e)?e.valueOf():D(e).valueOf())-s.valueOf(),s._d.setTime(s._d.valueOf()+r),o.updateOffset(s,!1),s):D(e).local()}function St(e){return-Math.round(e._d.getTimezoneOffset())}o.updateOffset=function(){};function ma(e,t,s){var r=this._offset||0,a;if(!this.isValid())return e!=null?this:NaN;if(e!=null){if(typeof e=="string"){if(e=kt(Fe,e),e===null)return this}else Math.abs(e)<16&&!s&&(e=e*60);return!this._isUTC&&t&&(a=St(this)),this._offset=e,this._isUTC=!0,a!=null&&this.add(a,"m"),r!==e&&(!t||this._changeInProgress?ns(this,C(e-r,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,o.updateOffset(this,!0),this._changeInProgress=null)),this}else return this._isUTC?r:St(this)}function ya(e,t){return e!=null?(typeof e!="string"&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}function wa(e){return this.utcOffset(0,e)}function ka(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(St(this),"m")),this}function Ma(){if(this._tzm!=null)this.utcOffset(this._tzm,!1,!0);else if(typeof this._i=="string"){var e=kt(As,this._i);e!=null?this.utcOffset(e):this.utcOffset(0,!0)}return this}function Sa(e){return this.isValid()?(e=e?D(e).utcOffset():0,(this.utcOffset()-e)%60==0):!1}function Da(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function Ya(){if(!x(this._isDSTShifted))return this._isDSTShifted;var e={},t;return Ke(e,this),e=Xt(e),e._a?(t=e._isUTC?H(e._a):D(e._a),this._isDSTShifted=this.isValid()&&ca(e._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function ga(){return this.isValid()?!this._isUTC:!1}function va(){return this.isValid()?this._isUTC:!1}function ss(){return this.isValid()?this._isUTC&&this._offset===0:!1}var pa=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Oa=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function C(e,t){var s=e,r=null,a,n,i;return Ae(e)?s={ms:e._milliseconds,d:e._days,M:e._months}:j(e)||!isNaN(+e)?(s={},t?s[t]=+e:s.milliseconds=+e):(r=pa.exec(e))?(a=r[1]==="-"?-1:1,s={y:0,d:c(r[V])*a,h:c(r[v])*a,m:c(r[I])*a,s:c(r[Z])*a,ms:c(wt(r[re]*1e3))*a}):(r=Oa.exec(e))?(a=r[1]==="-"?-1:1,s={y:ae(r[2],a),M:ae(r[3],a),w:ae(r[4],a),d:ae(r[5],a),h:ae(r[6],a),m:ae(r[7],a),s:ae(r[8],a)}):s==null?s={}:typeof s=="object"&&("from"in s||"to"in s)&&(i=Ta(D(s.from),D(s.to)),s={},s.ms=i.milliseconds,s.M=i.months),n=new Ee(s),Ae(e)&&y(e,"_locale")&&(n._locale=e._locale),Ae(e)&&y(e,"_isValid")&&(n._isValid=e._isValid),n}C.fn=Ee.prototype;C.invalid=fa;function ae(e,t){var s=e&&parseFloat(e.replace(",","."));return(isNaN(s)?0:s)*t}function rs(e,t){var s={};return s.months=t.month()-e.month()+(t.year()-e.year())*12,e.clone().add(s.months,"M").isAfter(t)&&--s.months,s.milliseconds=+t-+e.clone().add(s.months,"M"),s}function Ta(e,t){var s;return e.isValid()&&t.isValid()?(t=Mt(t,e),e.isBefore(t)?s=rs(e,t):(s=rs(t,e),s.milliseconds=-s.milliseconds,s.months=-s.months),s):{milliseconds:0,months:0}}function as(e,t){return function(s,r){var a,n;return r!==null&&!isNaN(+r)&&(Wt(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),n=s,s=r,r=n),a=C(s,r),ns(this,a,e),this}}function ns(e,t,s,r){var a=t._milliseconds,n=wt(t._days),i=wt(t._months);!e.isValid()||(r=r==null?!0:r,i&&Et(e,be(e,"Month")+i*s),n&&Rt(e,"Date",be(e,"Date")+n*s),a&&e._d.setTime(e._d.valueOf()+a*s),r&&o.updateOffset(e,n||i))}var xa=as(1,"add"),ba=as(-1,"subtract");function is(e){return typeof e=="string"||e instanceof String}function Wa(e){return L(e)||_e(e)||is(e)||j(e)||Na(e)||Pa(e)||e===null||e===void 0}function Pa(e){var t=se(e)&&!Be(e),s=!1,r=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],a,n;for(a=0;a<r.length;a+=1)n=r[a],s=s||y(e,n);return t&&s}function Na(e){var t=F(e),s=!1;return t&&(s=e.filter(function(r){return!j(r)&&is(e)}).length===0),t&&s}function Ra(e){var t=se(e)&&!Be(e),s=!1,r=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"],a,n;for(a=0;a<r.length;a+=1)n=r[a],s=s||y(e,n);return t&&s}function Fa(e,t){var s=e.diff(t,"days",!0);return s<-6?"sameElse":s<-1?"lastWeek":s<0?"lastDay":s<1?"sameDay":s<2?"nextDay":s<7?"nextWeek":"sameElse"}function La(e,t){arguments.length===1&&(arguments[0]?Wa(arguments[0])?(e=arguments[0],t=void 0):Ra(arguments[0])&&(t=arguments[0],e=void 0):(e=void 0,t=void 0));var s=e||D(),r=Mt(s,this).startOf("day"),a=o.calendarFormat(this,r)||"sameElse",n=t&&(E(t[a])?t[a].call(this,s):t[a]);return this.format(n||this.localeData().calendar(a,this,D(s)))}function Ia(){return new me(this)}function Ca(e,t){var s=L(e)?e:D(e);return this.isValid()&&s.isValid()?(t=N(t)||"millisecond",t==="millisecond"?this.valueOf()>s.valueOf():s.valueOf()<this.clone().startOf(t).valueOf()):!1}function Ua(e,t){var s=L(e)?e:D(e);return this.isValid()&&s.isValid()?(t=N(t)||"millisecond",t==="millisecond"?this.valueOf()<s.valueOf():this.clone().endOf(t).valueOf()<s.valueOf()):!1}function Ha(e,t,s,r){var a=L(e)?e:D(e),n=L(t)?t:D(t);return this.isValid()&&a.isValid()&&n.isValid()?(r=r||"()",(r[0]==="("?this.isAfter(a,s):!this.isBefore(a,s))&&(r[1]===")"?this.isBefore(n,s):!this.isAfter(n,s))):!1}function Ea(e,t){var s=L(e)?e:D(e),r;return this.isValid()&&s.isValid()?(t=N(t)||"millisecond",t==="millisecond"?this.valueOf()===s.valueOf():(r=s.valueOf(),this.clone().startOf(t).valueOf()<=r&&r<=this.clone().endOf(t).valueOf())):!1}function Aa(e,t){return this.isSame(e,t)||this.isAfter(e,t)}function Va(e,t){return this.isSame(e,t)||this.isBefore(e,t)}function Ga(e,t,s){var r,a,n;if(!this.isValid())return NaN;if(r=Mt(e,this),!r.isValid())return NaN;switch(a=(r.utcOffset()-this.utcOffset())*6e4,t=N(t),t){case"year":n=Ve(this,r)/12;break;case"month":n=Ve(this,r);break;case"quarter":n=Ve(this,r)/3;break;case"second":n=(this-r)/1e3;break;case"minute":n=(this-r)/6e4;break;case"hour":n=(this-r)/36e5;break;case"day":n=(this-r-a)/864e5;break;case"week":n=(this-r-a)/6048e5;break;default:n=this-r}return s?n:R(n)}function Ve(e,t){if(e.date()<t.date())return-Ve(t,e);var s=(t.year()-e.year())*12+(t.month()-e.month()),r=e.clone().add(s,"months"),a,n;return t-r<0?(a=e.clone().add(s-1,"months"),n=(t-r)/(r-a)):(a=e.clone().add(s+1,"months"),n=(t-r)/(a-r)),-(s+n)||0}o.defaultFormat="YYYY-MM-DDTHH:mm:ssZ";o.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";function ja(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function za(e){if(!this.isValid())return null;var t=e!==!0,s=t?this.clone().utc():this;return s.year()<0||s.year()>9999?Te(s,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):E(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+this.utcOffset()*60*1e3).toISOString().replace("Z",Te(s,"Z")):Te(s,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function Za(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e="moment",t="",s,r,a,n;return this.isLocal()||(e=this.utcOffset()===0?"moment.utc":"moment.parseZone",t="Z"),s="["+e+'("]',r=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",a="-MM-DD[T]HH:mm:ss.SSS",n=t+'[")]',this.format(s+r+a+n)}function $a(e){e||(e=this.isUtc()?o.defaultFormatUtc:o.defaultFormat);var t=Te(this,e);return this.localeData().postformat(t)}function Ba(e,t){return this.isValid()&&(L(e)&&e.isValid()||D(e).isValid())?C({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function qa(e){return this.from(D(),e)}function Ja(e,t){return this.isValid()&&(L(e)&&e.isValid()||D(e).isValid())?C({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function Qa(e){return this.to(D(),e)}function ls(e){var t;return e===void 0?this._locale._abbr:(t=B(e),t!=null&&(this._locale=t),this)}var os=P("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(e){return e===void 0?this.localeData():this.locale(e)});function us(){return this._locale}var Ge=1e3,de=60*Ge,je=60*de,ds=(365*400+97)*24*je;function he(e,t){return(e%t+t)%t}function hs(e,t,s){return e<100&&e>=0?new Date(e+400,t,s)-ds:new Date(e,t,s).valueOf()}function fs(e,t,s){return e<100&&e>=0?Date.UTC(e+400,t,s)-ds:Date.UTC(e,t,s)}function Xa(e){var t,s;if(e=N(e),e===void 0||e==="millisecond"||!this.isValid())return this;switch(s=this._isUTC?fs:hs,e){case"year":t=s(this.year(),0,1);break;case"quarter":t=s(this.year(),this.month()-this.month()%3,1);break;case"month":t=s(this.year(),this.month(),1);break;case"week":t=s(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=s(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=s(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=he(t+(this._isUTC?0:this.utcOffset()*de),je);break;case"minute":t=this._d.valueOf(),t-=he(t,de);break;case"second":t=this._d.valueOf(),t-=he(t,Ge);break}return this._d.setTime(t),o.updateOffset(this,!0),this}function Ka(e){var t,s;if(e=N(e),e===void 0||e==="millisecond"||!this.isValid())return this;switch(s=this._isUTC?fs:hs,e){case"year":t=s(this.year()+1,0,1)-1;break;case"quarter":t=s(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=s(this.year(),this.month()+1,1)-1;break;case"week":t=s(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=s(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=s(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=je-he(t+(this._isUTC?0:this.utcOffset()*de),je)-1;break;case"minute":t=this._d.valueOf(),t+=de-he(t,de)-1;break;case"second":t=this._d.valueOf(),t+=Ge-he(t,Ge)-1;break}return this._d.setTime(t),o.updateOffset(this,!0),this}function en(){return this._d.valueOf()-(this._offset||0)*6e4}function tn(){return Math.floor(this.valueOf()/1e3)}function sn(){return new Date(this.valueOf())}function rn(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function an(){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 nn(){return this.isValid()?this.toISOString():null}function ln(){return Je(this)}function on(){return K({},f(this))}function un(){return f(this).overflow}function dn(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}d("N",0,0,"eraAbbr");d("NN",0,0,"eraAbbr");d("NNN",0,0,"eraAbbr");d("NNNN",0,0,"eraName");d("NNNNN",0,0,"eraNarrow");d("y",["y",1],"yo","eraYear");d("y",["yy",2],0,"eraYear");d("y",["yyy",3],0,"eraYear");d("y",["yyyy",4],0,"eraYear");u("N",Dt);u("NN",Dt);u("NNN",Dt);u("NNNN",Dn);u("NNNNN",Yn);k(["N","NN","NNN","NNNN","NNNNN"],function(e,t,s,r){var a=s._locale.erasParse(e,r,s._strict);a?f(s).era=a:f(s).invalidEra=e});u("y",oe);u("yy",oe);u("yyy",oe);u("yyyy",oe);u("yo",gn);k(["y","yy","yyy","yyyy"],T);k(["yo"],function(e,t,s,r){var a;s._locale._eraYearOrdinalRegex&&(a=e.match(s._locale._eraYearOrdinalRegex)),s._locale.eraYearOrdinalParse?t[T]=s._locale.eraYearOrdinalParse(e,a):t[T]=parseInt(e,10)});function hn(e,t){var s,r,a,n=this._eras||B("en")._eras;for(s=0,r=n.length;s<r;++s){switch(typeof n[s].since){case"string":a=o(n[s].since).startOf("day"),n[s].since=a.valueOf();break}switch(typeof n[s].until){case"undefined":n[s].until=1/0;break;case"string":a=o(n[s].until).startOf("day").valueOf(),n[s].until=a.valueOf();break}}return n}function fn(e,t,s){var r,a,n=this.eras(),i,h,_;for(e=e.toUpperCase(),r=0,a=n.length;r<a;++r)if(i=n[r].name.toUpperCase(),h=n[r].abbr.toUpperCase(),_=n[r].narrow.toUpperCase(),s)switch(t){case"N":case"NN":case"NNN":if(h===e)return n[r];break;case"NNNN":if(i===e)return n[r];break;case"NNNNN":if(_===e)return n[r];break}else if([i,h,_].indexOf(e)>=0)return n[r]}function cn(e,t){var s=e.since<=e.until?1:-1;return t===void 0?o(e.since).year():o(e.since).year()+(t-e.offset)*s}function _n(){var e,t,s,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e)if(s=this.clone().startOf("day").valueOf(),r[e].since<=s&&s<=r[e].until||r[e].until<=s&&s<=r[e].since)return r[e].name;return""}function mn(){var e,t,s,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e)if(s=this.clone().startOf("day").valueOf(),r[e].since<=s&&s<=r[e].until||r[e].until<=s&&s<=r[e].since)return r[e].narrow;return""}function yn(){var e,t,s,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e)if(s=this.clone().startOf("day").valueOf(),r[e].since<=s&&s<=r[e].until||r[e].until<=s&&s<=r[e].since)return r[e].abbr;return""}function wn(){var e,t,s,r,a=this.localeData().eras();for(e=0,t=a.length;e<t;++e)if(s=a[e].since<=a[e].until?1:-1,r=this.clone().startOf("day").valueOf(),a[e].since<=r&&r<=a[e].until||a[e].until<=r&&r<=a[e].since)return(this.year()-o(a[e].since).year())*s+a[e].offset;return this.year()}function kn(e){return y(this,"_erasNameRegex")||Yt.call(this),e?this._erasNameRegex:this._erasRegex}function Mn(e){return y(this,"_erasAbbrRegex")||Yt.call(this),e?this._erasAbbrRegex:this._erasRegex}function Sn(e){return y(this,"_erasNarrowRegex")||Yt.call(this),e?this._erasNarrowRegex:this._erasRegex}function Dt(e,t){return t.erasAbbrRegex(e)}function Dn(e,t){return t.erasNameRegex(e)}function Yn(e,t){return t.erasNarrowRegex(e)}function gn(e,t){return t._eraYearOrdinalRegex||oe}function Yt(){var e=[],t=[],s=[],r=[],a,n,i=this.eras();for(a=0,n=i.length;a<n;++a)t.push(W(i[a].name)),e.push(W(i[a].abbr)),s.push(W(i[a].narrow)),r.push(W(i[a].name)),r.push(W(i[a].abbr)),r.push(W(i[a].narrow));this._erasRegex=new RegExp("^("+r.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+t.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+e.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+s.join("|")+")","i")}d(0,["gg",2],0,function(){return this.weekYear()%100});d(0,["GG",2],0,function(){return this.isoWeekYear()%100});function ze(e,t){d(0,[e,e.length],0,t)}ze("gggg","weekYear");ze("ggggg","weekYear");ze("GGGG","isoWeekYear");ze("GGGGG","isoWeekYear");p("weekYear","gg");p("isoWeekYear","GG");O("weekYear",1);O("isoWeekYear",1);u("G",Re);u("g",Re);u("GG",S,b);u("gg",S,b);u("GGGG",lt,it);u("gggg",lt,it);u("GGGGG",Ne,We);u("ggggg",Ne,We);ke(["gggg","ggggg","GGGG","GGGGG"],function(e,t,s,r){t[r.substr(0,2)]=c(e)});ke(["gg","GG"],function(e,t,s,r){t[r]=o.parseTwoDigitYear(e)});function vn(e){return cs.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function pn(e){return cs.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)}function On(){return $(this.year(),1,4)}function Tn(){return $(this.isoWeekYear(),1,4)}function xn(){var e=this.localeData()._week;return $(this.year(),e.dow,e.doy)}function bn(){var e=this.localeData()._week;return $(this.weekYear(),e.dow,e.doy)}function cs(e,t,s,r,a){var n;return e==null?De(this,r,a).year:(n=$(e,r,a),t>n&&(t=n),Wn.call(this,e,t,s,r,a))}function Wn(e,t,s,r,a){var n=jt(e,t,s,r,a),i=Se(n.year,0,n.dayOfYear);return this.year(i.getUTCFullYear()),this.month(i.getUTCMonth()),this.date(i.getUTCDate()),this}d("Q",0,"Qo","quarter");p("quarter","Q");O("quarter",7);u("Q",Ft);k("Q",function(e,t){t[z]=(c(e)-1)*3});function Pn(e){return e==null?Math.ceil((this.month()+1)/3):this.month((e-1)*3+this.month()%3)}d("D",["DD",2],"Do","date");p("date","D");O("date",9);u("D",S);u("DD",S,b);u("Do",function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient});k(["D","DD"],V);k("Do",function(e,t){t[V]=c(e.match(S)[0])});var _s=le("Date",!0);d("DDD",["DDDD",3],"DDDo","dayOfYear");p("dayOfYear","DDD");O("dayOfYear",4);u("DDD",Pe);u("DDDD",Lt);k(["DDD","DDDD"],function(e,t,s){s._dayOfYear=c(e)});function Nn(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return e==null?t:this.add(e-t,"d")}d("m",["mm",2],0,"minute");p("minute","m");O("minute",14);u("m",S);u("mm",S,b);k(["m","mm"],I);var Rn=le("Minutes",!1);d("s",["ss",2],0,"second");p("second","s");O("second",15);u("s",S);u("ss",S,b);k(["s","ss"],Z);var Fn=le("Seconds",!1);d("S",0,0,function(){return~~(this.millisecond()/100)});d(0,["SS",2],0,function(){return~~(this.millisecond()/10)});d(0,["SSS",3],0,"millisecond");d(0,["SSSS",4],0,function(){return this.millisecond()*10});d(0,["SSSSS",5],0,function(){return this.millisecond()*100});d(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3});d(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4});d(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5});d(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6});p("millisecond","ms");O("millisecond",16);u("S",Pe,Ft);u("SS",Pe,b);u("SSS",Pe,Lt);var te,ms;for(te="SSSS";te.length<=9;te+="S")u(te,oe);function Ln(e,t){t[re]=c(("0."+e)*1e3)}for(te="S";te.length<=9;te+="S")k(te,Ln);ms=le("Milliseconds",!1);d("z",0,0,"zoneAbbr");d("zz",0,0,"zoneName");function In(){return this._isUTC?"UTC":""}function Cn(){return this._isUTC?"Coordinated Universal Time":""}var l=me.prototype;l.add=xa;l.calendar=La;l.clone=Ia;l.diff=Ga;l.endOf=Ka;l.format=$a;l.from=Ba;l.fromNow=qa;l.to=Ja;l.toNow=Qa;l.get=Hs;l.invalidAt=un;l.isAfter=Ca;l.isBefore=Ua;l.isBetween=Ha;l.isSame=Ea;l.isSameOrAfter=Aa;l.isSameOrBefore=Va;l.isValid=ln;l.lang=os;l.locale=ls;l.localeData=us;l.max=ia;l.min=na;l.parsingFlags=on;l.set=Es;l.startOf=Xa;l.subtract=ba;l.toArray=rn;l.toObject=an;l.toDate=sn;l.toISOString=za;l.inspect=Za;typeof Symbol!="undefined"&&Symbol.for!=null&&(l[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"});l.toJSON=nn;l.toString=ja;l.unix=tn;l.valueOf=en;l.creationData=dn;l.eraName=_n;l.eraNarrow=mn;l.eraAbbr=yn;l.eraYear=wn;l.year=Gt;l.isLeapYear=nr;l.weekYear=vn;l.isoWeekYear=pn;l.quarter=l.quarters=Pn;l.month=At;l.daysInMonth=sr;l.week=l.weeks=hr;l.isoWeek=l.isoWeeks=fr;l.weeksInYear=xn;l.weeksInWeekYear=bn;l.isoWeeksInYear=On;l.isoWeeksInISOWeekYear=Tn;l.date=_s;l.day=l.days=pr;l.weekday=Or;l.isoWeekday=Tr;l.dayOfYear=Nn;l.hour=l.hours=Fr;l.minute=l.minutes=Rn;l.second=l.seconds=Fn;l.millisecond=l.milliseconds=ms;l.utcOffset=ma;l.utc=wa;l.local=ka;l.parseZone=Ma;l.hasAlignedHourOffset=Sa;l.isDST=Da;l.isLocal=ga;l.isUtcOffset=va;l.isUtc=ss;l.isUTC=ss;l.zoneAbbr=In;l.zoneName=Cn;l.dates=P("dates accessor is deprecated. Use date instead.",_s);l.months=P("months accessor is deprecated. Use month instead",At);l.years=P("years accessor is deprecated. Use year instead",Gt);l.zone=P("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",ya);l.isDSTShifted=P("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",Ya);function Un(e){return D(e*1e3)}function Hn(){return D.apply(null,arguments).parseZone()}function ys(e){return e}var w=tt.prototype;w.calendar=ps;w.longDateFormat=bs;w.invalidDate=Ps;w.ordinal=Fs;w.preparse=ys;w.postformat=ys;w.relativeTime=Is;w.pastFuture=Cs;w.set=gs;w.eras=hn;w.erasParse=fn;w.erasConvertYear=cn;w.erasAbbrRegex=Mn;w.erasNameRegex=kn;w.erasNarrowRegex=Sn;w.months=Xs;w.monthsShort=Ks;w.monthsParse=tr;w.monthsRegex=ar;w.monthsShortRegex=rr;w.week=lr;w.firstDayOfYear=dr;w.firstDayOfWeek=ur;w.weekdays=Sr;w.weekdaysMin=Yr;w.weekdaysShort=Dr;w.weekdaysParse=vr;w.weekdaysRegex=xr;w.weekdaysShortRegex=br;w.weekdaysMinRegex=Wr;w.isPM=Nr;w.meridiem=Lr;function Ze(e,t,s,r){var a=B(),n=H().set(r,t);return a[s](n,e)}function ws(e,t,s){if(j(e)&&(t=e,e=void 0),e=e||"",t!=null)return Ze(e,t,s,"month");var r,a=[];for(r=0;r<12;r++)a[r]=Ze(e,r,s,"month");return a}function gt(e,t,s,r){typeof e=="boolean"?(j(t)&&(s=t,t=void 0),t=t||""):(t=e,s=t,e=!1,j(t)&&(s=t,t=void 0),t=t||"");var a=B(),n=e?a._week.dow:0,i,h=[];if(s!=null)return Ze(t,(s+n)%7,r,"day");for(i=0;i<7;i++)h[i]=Ze(t,(i+n)%7,r,"day");return h}function En(e,t){return ws(e,t,"months")}function An(e,t){return ws(e,t,"monthsShort")}function Vn(e,t,s){return gt(e,t,s,"weekdays")}function Gn(e,t,s){return gt(e,t,s,"weekdaysShort")}function jn(e,t,s){return gt(e,t,s,"weekdaysMin")}ee("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,s=c(e%100/10)===1?"th":t===1?"st":t===2?"nd":t===3?"rd":"th";return e+s}});o.lang=P("moment.lang is deprecated. Use moment.locale instead.",ee);o.langData=P("moment.langData is deprecated. Use moment.localeData instead.",B);var q=Math.abs;function zn(){var e=this._data;return this._milliseconds=q(this._milliseconds),this._days=q(this._days),this._months=q(this._months),e.milliseconds=q(e.milliseconds),e.seconds=q(e.seconds),e.minutes=q(e.minutes),e.hours=q(e.hours),e.months=q(e.months),e.years=q(e.years),this}function ks(e,t,s,r){var a=C(t,s);return e._milliseconds+=r*a._milliseconds,e._days+=r*a._days,e._months+=r*a._months,e._bubble()}function Zn(e,t){return ks(this,e,t,1)}function $n(e,t){return ks(this,e,t,-1)}function Ms(e){return e<0?Math.floor(e):Math.ceil(e)}function Bn(){var e=this._milliseconds,t=this._days,s=this._months,r=this._data,a,n,i,h,_;return e>=0&&t>=0&&s>=0||e<=0&&t<=0&&s<=0||(e+=Ms(vt(s)+t)*864e5,t=0,s=0),r.milliseconds=e%1e3,a=R(e/1e3),r.seconds=a%60,n=R(a/60),r.minutes=n%60,i=R(n/60),r.hours=i%24,t+=R(i/24),_=R(Ss(t)),s+=_,t-=Ms(vt(_)),h=R(s/12),s%=12,r.days=t,r.months=s,r.years=h,this}function Ss(e){return e*4800/146097}function vt(e){return e*146097/4800}function qn(e){if(!this.isValid())return NaN;var t,s,r=this._milliseconds;if(e=N(e),e==="month"||e==="quarter"||e==="year")switch(t=this._days+r/864e5,s=this._months+Ss(t),e){case"month":return s;case"quarter":return s/3;case"year":return s/12}else switch(t=this._days+Math.round(vt(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return t*24+r/36e5;case"minute":return t*1440+r/6e4;case"second":return t*86400+r/1e3;case"millisecond":return Math.floor(t*864e5)+r;default:throw new Error("Unknown unit "+e)}}function Jn(){return this.isValid()?this._milliseconds+this._days*864e5+this._months%12*2592e6+c(this._months/12)*31536e6:NaN}function J(e){return function(){return this.as(e)}}var Qn=J("ms"),Xn=J("s"),Kn=J("m"),ei=J("h"),ti=J("d"),si=J("w"),ri=J("M"),ai=J("Q"),ni=J("y");function ii(){return C(this)}function li(e){return e=N(e),this.isValid()?this[e+"s"]():NaN}function ne(e){return function(){return this.isValid()?this._data[e]:NaN}}var oi=ne("milliseconds"),ui=ne("seconds"),di=ne("minutes"),hi=ne("hours"),fi=ne("days"),ci=ne("months"),_i=ne("years");function mi(){return R(this.days()/7)}var Q=Math.round,fe={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function yi(e,t,s,r,a){return a.relativeTime(t||1,!!s,e,r)}function wi(e,t,s,r){var a=C(e).abs(),n=Q(a.as("s")),i=Q(a.as("m")),h=Q(a.as("h")),_=Q(a.as("d")),M=Q(a.as("M")),U=Q(a.as("w")),G=Q(a.as("y")),X=n<=s.ss&&["s",n]||n<s.s&&["ss",n]||i<=1&&["m"]||i<s.m&&["mm",i]||h<=1&&["h"]||h<s.h&&["hh",h]||_<=1&&["d"]||_<s.d&&["dd",_];return s.w!=null&&(X=X||U<=1&&["w"]||U<s.w&&["ww",U]),X=X||M<=1&&["M"]||M<s.M&&["MM",M]||G<=1&&["y"]||["yy",G],X[2]=t,X[3]=+e>0,X[4]=r,yi.apply(null,X)}function ki(e){return e===void 0?Q:typeof e=="function"?(Q=e,!0):!1}function Mi(e,t){return fe[e]===void 0?!1:t===void 0?fe[e]:(fe[e]=t,e==="s"&&(fe.ss=t-1),!0)}function Si(e,t){if(!this.isValid())return this.localeData().invalidDate();var s=!1,r=fe,a,n;return typeof e=="object"&&(t=e,e=!1),typeof e=="boolean"&&(s=e),typeof t=="object"&&(r=Object.assign({},fe,t),t.s!=null&&t.ss==null&&(r.ss=t.s-1)),a=this.localeData(),n=wi(this,!s,r,a),s&&(n=a.pastFuture(+this,n)),a.postformat(n)}var pt=Math.abs;function ce(e){return(e>0)-(e<0)||+e}function $e(){if(!this.isValid())return this.localeData().invalidDate();var e=pt(this._milliseconds)/1e3,t=pt(this._days),s=pt(this._months),r,a,n,i,h=this.asSeconds(),_,M,U,G;return h?(r=R(e/60),a=R(r/60),e%=60,r%=60,n=R(s/12),s%=12,i=e?e.toFixed(3).replace(/\.?0+$/,""):"",_=h<0?"-":"",M=ce(this._months)!==ce(h)?"-":"",U=ce(this._days)!==ce(h)?"-":"",G=ce(this._milliseconds)!==ce(h)?"-":"",_+"P"+(n?M+n+"Y":"")+(s?M+s+"M":"")+(t?U+t+"D":"")+(a||r||e?"T":"")+(a?G+a+"H":"")+(r?G+r+"M":"")+(e?G+i+"S":"")):"P0D"}var m=Ee.prototype;m.isValid=ha;m.abs=zn;m.add=Zn;m.subtract=$n;m.as=qn;m.asMilliseconds=Qn;m.asSeconds=Xn;m.asMinutes=Kn;m.asHours=ei;m.asDays=ti;m.asWeeks=si;m.asMonths=ri;m.asQuarters=ai;m.asYears=ni;m.valueOf=Jn;m._bubble=Bn;m.clone=ii;m.get=li;m.milliseconds=oi;m.seconds=ui;m.minutes=di;m.hours=hi;m.days=fi;m.weeks=mi;m.months=ci;m.years=_i;m.humanize=Si;m.toISOString=$e;m.toString=$e;m.toJSON=$e;m.locale=ls;m.localeData=us;m.toIsoString=P("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",$e);m.lang=os;d("X",0,0,"unix");d("x",0,0,"valueOf");u("x",Re);u("X",Vs);k("X",function(e,t,s){s._d=new Date(parseFloat(e)*1e3)});k("x",function(e,t,s){s._d=new Date(c(e))});//! moment.js
|
|
o.version="2.29.1";Ds(D);o.fn=l;o.min=la;o.max=oa;o.now=ua;o.utc=H;o.unix=Un;o.months=En;o.isDate=_e;o.locale=ee;o.invalid=pe;o.duration=C;o.isMoment=L;o.weekdays=Vn;o.parseZone=Hn;o.localeData=B;o.isDuration=Ae;o.monthsShort=An;o.weekdaysMin=jn;o.defineLocale=ft;o.updateLocale=Ur;o.locales=Hr;o.weekdaysShort=Gn;o.normalizeUnits=N;o.relativeTimeRounding=ki;o.relativeTimeThreshold=Mi;o.calendarFormat=Fa;o.prototype=l;o.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"};//! moment.js locale configuration
|
|
o.defineLocale("zh-cn",{months:"\u4E00\u6708_\u4E8C\u6708_\u4E09\u6708_\u56DB\u6708_\u4E94\u6708_\u516D\u6708_\u4E03\u6708_\u516B\u6708_\u4E5D\u6708_\u5341\u6708_\u5341\u4E00\u6708_\u5341\u4E8C\u6708".split("_"),monthsShort:"1\u6708_2\u6708_3\u6708_4\u6708_5\u6708_6\u6708_7\u6708_8\u6708_9\u6708_10\u6708_11\u6708_12\u6708".split("_"),weekdays:"\u661F\u671F\u65E5_\u661F\u671F\u4E00_\u661F\u671F\u4E8C_\u661F\u671F\u4E09_\u661F\u671F\u56DB_\u661F\u671F\u4E94_\u661F\u671F\u516D".split("_"),weekdaysShort:"\u5468\u65E5_\u5468\u4E00_\u5468\u4E8C_\u5468\u4E09_\u5468\u56DB_\u5468\u4E94_\u5468\u516D".split("_"),weekdaysMin:"\u65E5_\u4E00_\u4E8C_\u4E09_\u56DB_\u4E94_\u516D".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY\u5E74M\u6708D\u65E5",LLL:"YYYY\u5E74M\u6708D\u65E5Ah\u70B9mm\u5206",LLLL:"YYYY\u5E74M\u6708D\u65E5ddddAh\u70B9mm\u5206",l:"YYYY/M/D",ll:"YYYY\u5E74M\u6708D\u65E5",lll:"YYYY\u5E74M\u6708D\u65E5 HH:mm",llll:"YYYY\u5E74M\u6708D\u65E5dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return e===12&&(e=0),t==="\u51CC\u6668"||t==="\u65E9\u4E0A"||t==="\u4E0A\u5348"?e:t==="\u4E0B\u5348"||t==="\u665A\u4E0A"?e+12:e>=11?e:e+12},meridiem:function(e,t,s){var r=e*100+t;return r<600?"\u51CC\u6668":r<900?"\u65E9\u4E0A":r<1130?"\u4E0A\u5348":r<1230?"\u4E2D\u5348":r<1800?"\u4E0B\u5348":"\u665A\u4E0A"},calendar:{sameDay:"[\u4ECA\u5929]LT",nextDay:"[\u660E\u5929]LT",nextWeek:function(e){return e.week()!==this.week()?"[\u4E0B]dddLT":"[\u672C]dddLT"},lastDay:"[\u6628\u5929]LT",lastWeek:function(e){return this.week()!==e.week()?"[\u4E0A]dddLT":"[\u672C]dddLT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"\u65E5";case"M":return e+"\u6708";case"w":case"W":return e+"\u5468";default:return e}},relativeTime:{future:"%s\u540E",past:"%s\u524D",s:"\u51E0\u79D2",ss:"%d \u79D2",m:"1 \u5206\u949F",mm:"%d \u5206\u949F",h:"1 \u5C0F\u65F6",hh:"%d \u5C0F\u65F6",d:"1 \u5929",dd:"%d \u5929",w:"1 \u5468",ww:"%d \u5468",M:"1 \u4E2A\u6708",MM:"%d \u4E2A\u6708",y:"1 \u5E74",yy:"%d \u5E74"},week:{dow:1,doy:4}});export{o as h};
|