mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 12:39:49 +08:00
1 line
7.2 KiB
JavaScript
1 line
7.2 KiB
JavaScript
(("undefined"!=typeof globalThis?globalThis:self).makoChunk_antd=("undefined"!=typeof globalThis?globalThis:self).makoChunk_antd||[]).push([["072ab8a9"],{"072ab8a9":function(t,e,n){var r,i;r=this,i=function(){"use strict";var t="millisecond",e="second",n="minute",r="hour",i="week",s="month",a="quarter",u="year",o="date",c="Invalid Date",f=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,h=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,d=function(t,e,n){var r=String(t);return!r||r.length>=e?t:""+Array(e+1-r.length).join(n)+t;},l="en",$={};$[l]={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],n=t%100;return"["+t+(e[(n-20)%10]||e[n]||"th")+"]";}};var y="$isDayjsObject",M=function(t){return t instanceof D||!(!t||!t[y]);},g=function t(e,n,r){var i;if(!e)return l;if("string"==typeof e){var s=e.toLowerCase();$[s]&&(i=s),n&&($[s]=n,i=s);var a=e.split("-");if(!i&&a.length>1)return t(a[0]);}else{var u=e.name;$[u]=e,i=u;}return!r&&i&&(l=i),i||!r&&l;},m=function(t,e){if(M(t))return t.clone();var n="object"==typeof e?e:{};return n.date=t,n.args=arguments,new D(n);},v={s:d,z:function(t){var e=-t.utcOffset(),n=Math.abs(e);return(e<=0?"+":"-")+d(Math.floor(n/60),2,"0")+":"+d(n%60,2,"0");},m:function t(e,n){if(e.date()<n.date())return-t(n,e);var r=12*(n.year()-e.year())+(n.month()-e.month()),i=e.clone().add(r,s),a=n-i<0,u=e.clone().add(r+(a?-1:1),s);return+(-(r+(n-i)/(a?i-u:u-i))||0);},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t);},p:function(c){return({M:s,y:u,w:i,d:"day",D:o,h:r,m:n,s:e,ms:t,Q:a})[c]||String(c||"").toLowerCase().replace(/s$/,"");},u:function(t){return void 0===t;}};v.l=g,v.i=M,v.w=function(t,e){return m(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset});};var D=function(){function d(t){this.$L=g(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[y]=!0;}var l=d.prototype;return l.parse=function(t){this.$d=function(t){var e=t.date,n=t.utc;if(null===e)return new Date(NaN);if(v.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var r=e.match(f);if(r){var i=r[2]-1||0,s=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s);}}return new Date(e);}(t),this.init();},l.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds();},l.$utils=function(){return v;},l.isValid=function(){return this.$d.toString()!==c;},l.isSame=function(t,e){var n=m(t);return this.startOf(e)<=n&&n<=this.endOf(e);},l.isAfter=function(t,e){return m(t)<this.startOf(e);},l.isBefore=function(t,e){return this.endOf(e)<m(t);},l.$g=function(t,e,n){return v.u(t)?this[e]:this.set(n,t);},l.unix=function(){return Math.floor(this.valueOf()/1e3);},l.valueOf=function(){return this.$d.getTime();},l.startOf=function(t,a){var c=this,f=!!v.u(a)||a,h=v.p(t),d=function(t,e){var n=v.w(c.$u?Date.UTC(c.$y,e,t):new Date(c.$y,e,t),c);return f?n:n.endOf("day");},l=function(t,e){return v.w(c.toDate()[t].apply(c.toDate("s"),(f?[0,0,0,0]:[23,59,59,999]).slice(e)),c);},$=this.$W,y=this.$M,M=this.$D,g="set"+(this.$u?"UTC":"");switch(h){case u:return f?d(1,0):d(31,11);case s:return f?d(1,y):d(0,y+1);case i:var m=this.$locale().weekStart||0,D=($<m?$+7:$)-m;return d(f?M-D:M+(6-D),y);case"day":case o:return l(g+"Hours",0);case r:return l(g+"Minutes",1);case n:return l(g+"Seconds",2);case e:return l(g+"Milliseconds",3);default:return this.clone();}},l.endOf=function(t){return this.startOf(t,!1);},l.$set=function(i,a){var c,f=v.p(i),h="set"+(this.$u?"UTC":""),d=((c={}).day=h+"Date",c[o]=h+"Date",c[s]=h+"Month",c[u]=h+"FullYear",c[r]=h+"Hours",c[n]=h+"Minutes",c[e]=h+"Seconds",c[t]=h+"Milliseconds",c)[f],l="day"===f?this.$D+(a-this.$W):a;if(f===s||f===u){var $=this.clone().set(o,1);$.$d[d](l),$.init(),this.$d=$.set(o,Math.min(this.$D,$.daysInMonth())).$d;}else d&&this.$d[d](l);return this.init(),this;},l.set=function(t,e){return this.clone().$set(t,e);},l.get=function(t){return this[v.p(t)]();},l.add=function(t,a){var o,c=this;t=Number(t);var f=v.p(a),h=function(e){var n=m(c);return v.w(n.date(n.date()+Math.round(e*t)),c);};if(f===s)return this.set(s,this.$M+t);if(f===u)return this.set(u,this.$y+t);if("day"===f)return h(1);if(f===i)return h(7);var d=((o={})[n]=6e4,o[r]=36e5,o[e]=1e3,o)[f]||1,l=this.$d.getTime()+t*d;return v.w(l,this);},l.subtract=function(t,e){return this.add(-1*t,e);},l.format=function(t){var e=this,n=this.$locale();if(!this.isValid())return n.invalidDate||c;var r=t||"YYYY-MM-DDTHH:mm:ssZ",i=v.z(this),s=this.$H,a=this.$m,u=this.$M,o=n.weekdays,f=n.months,d=n.meridiem,l=function(t,n,i,s){return t&&(t[n]||t(e,r))||i[n].slice(0,s);},$=function(t){return v.s(s%12||12,t,"0");},y=d||function(t,e,n){var r=t<12?"AM":"PM";return n?r.toLowerCase():r;};return r.replace(h,function(t,r){return r||function(t){switch(t){case"YY":return String(e.$y).slice(-2);case"YYYY":return v.s(e.$y,4,"0");case"M":return u+1;case"MM":return v.s(u+1,2,"0");case"MMM":return l(n.monthsShort,u,f,3);case"MMMM":return l(f,u);case"D":return e.$D;case"DD":return v.s(e.$D,2,"0");case"d":return String(e.$W);case"dd":return l(n.weekdaysMin,e.$W,o,2);case"ddd":return l(n.weekdaysShort,e.$W,o,3);case"dddd":return o[e.$W];case"H":return String(s);case"HH":return v.s(s,2,"0");case"h":return $(1);case"hh":return $(2);case"a":return y(s,a,!0);case"A":return y(s,a,!1);case"m":return String(a);case"mm":return v.s(a,2,"0");case"s":return String(e.$s);case"ss":return v.s(e.$s,2,"0");case"SSS":return v.s(e.$ms,3,"0");case"Z":return i;}return null;}(t)||i.replace(":","");});},l.utcOffset=function(){return-(15*Math.round(this.$d.getTimezoneOffset()/15));},l.diff=function(t,o,c){var f,h=this,d=v.p(o),l=m(t),$=(l.utcOffset()-this.utcOffset())*6e4,y=this-l,M=function(){return v.m(h,l);};switch(d){case u:f=M()/12;break;case s:f=M();break;case a:f=M()/3;break;case i:f=(y-$)/6048e5;break;case"day":f=(y-$)/864e5;break;case r:f=y/36e5;break;case n:f=y/6e4;break;case e:f=y/1e3;break;default:f=y;}return c?f:v.a(f);},l.daysInMonth=function(){return this.endOf(s).$D;},l.$locale=function(){return $[this.$L];},l.locale=function(t,e){if(!t)return this.$L;var n=this.clone(),r=g(t,e,!0);return r&&(n.$L=r),n;},l.clone=function(){return v.w(this.$d,this);},l.toDate=function(){return new Date(this.valueOf());},l.toJSON=function(){return this.isValid()?this.toISOString():null;},l.toISOString=function(){return this.$d.toISOString();},l.toString=function(){return this.$d.toUTCString();},d;}(),p=D.prototype;return m.prototype=p,[["$ms",t],["$s",e],["$m",n],["$H",r],["$W","day"],["$M",s],["$y",u],["$D",o]].forEach(function(t){p[t[1]]=function(e){return this.$g(e,t[0],t[1]);};}),m.extend=function(t,e){return t.$i||(t(e,D,m),t.$i=!0),m;},m.locale=g,m.isDayjs=M,m.unix=function(t){return m(1e3*t);},m.en=$[l],m.Ls=$,m.p={},m;},"object"==typeof e&&void 0!==t?t.exports=i():"function"==typeof define&&define.amd?define(i):(r="undefined"!=typeof globalThis?globalThis:r||self).dayjs=i();}}]); |