(window.webpackJsonp=window.webpackJsonp||[]).push([[22],{19:function(t,e,r){t.exports=function(){"use strict";var t=6e4,e=36e5,r="millisecond",n="second",i="minute",o="hour",u="day",s="week",a="month",c="quarter",f="year",h="date",l="Invalid Date",d=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,m=/\[([^\]]+)]|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,v={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"],r=t%100;return"["+t+(e[(r-20)%10]||e[r]||e[0])+"]"}},p=function(t,e,r){var n=String(t);return!n||n.length>=e?t:""+Array(e+1-n.length).join(r)+t},$={s:p,z:function(t){var e=-t.utcOffset(),r=Math.abs(e),n=Math.floor(r/60),i=r%60;return(e<=0?"+":"-")+p(n,2,"0")+":"+p(i,2,"0")},m:function t(e,r){if(e.date()<r.date())return-t(r,e);var n=12*(r.year()-e.year())+(r.month()-e.month()),i=e.clone().add(n,a),o=r-i<0,u=e.clone().add(n+(o?-1:1),a);return+(-(n+(r-i)/(o?i-u:u-i))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return{M:a,y:f,w:s,d:u,D:h,h:o,m:i,s:n,ms:r,Q:c}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},y="en",g={},M=(g[y]=v,"$isDayjsObject"),_=function(t){return t instanceof O||!(!t||!t[M])},D=function t(e,r,n){var i;if(!e)return y;if("string"==typeof e){var o=e.toLowerCase();g[o]&&(i=o),r&&(g[o]=r,i=o);var u=e.split("-");if(!i&&u.length>1)return t(u[0])}else{var s=e.name;g[s]=e,i=s}return!n&&i&&(y=i),i||!n&&y},w=function(t,e){if(_(t))return t.clone();var r="object"==typeof e?e:{};return r.date=t,r.args=arguments,new O(r)},b=$,O=(b.l=D,b.i=_,b.w=function(t,e){return w(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})},function(){function v(t){this.$L=D(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[M]=!0}var p=v.prototype;return p.parse=function(t){this.$d=function(t){var e=t.date,r=t.utc;if(null===e)return new Date(NaN);if(b.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var n=e.match(d);if(n){var i=n[2]-1||0,o=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)):new Date(n[1],i,n[3]||1,n[4]||0,n[5]||0,n[6]||0,o)}}return new Date(e)}(t),this.init()},p.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()},p.$utils=function(){return b},p.isValid=function(){return!(this.$d.toString()===l)},p.isSame=function(t,e){var r=w(t);return this.startOf(e)<=r&&r<=this.endOf(e)},p.isAfter=function(t,e){return w(t)<this.startOf(e)},p.isBefore=function(t,e){return this.endOf(e)<w(t)},p.$g=function(t,e,r){return b.u(t)?this[e]:this.set(r,t)},p.unix=function(){return Math.floor(this.valueOf()/1e3)},p.valueOf=function(){return this.$d.getTime()},p.startOf=function(t,e){var r=this,c=!!b.u(e)||e,l=b.p(t),d=function(t,e){var n=b.w(r.$u?Date.UTC(r.$y,e,t):new Date(r.$y,e,t),r);return c?n:n.endOf(u)},m=function(t,e){return b.w(r.toDate()[t].apply(r.toDate("s"),(c?[0,0,0,0]:[23,59,59,999]).slice(e)),r)},v=this.$W,p=this.$M,$=this.$D,y="set"+(this.$u?"UTC":"");switch(l){case f:return c?d(1,0):d(31,11);case a:return c?d(1,p):d(0,p+1);case s:var g=this.$locale().weekStart||0,M=(v<g?v+7:v)-g;return d(c?$-M:$+(6-M),p);case u:case h:return m(y+"Hours",0);case o:return m(y+"Minutes",1);case i:return m(y+"Seconds",2);case n:return m(y+"Milliseconds",3);default:return this.clone()}},p.endOf=function(t){return this.startOf(t,!1)},p.$set=function(t,e){var s,c=b.p(t),l="set"+(this.$u?"UTC":""),d=(s={},s[u]=l+"Date",s[h]=l+"Date",s[a]=l+"Month",s[f]=l+"FullYear",s[o]=l+"Hours",s[i]=l+"Minutes",s[n]=l+"Seconds",s[r]=l+"Milliseconds",s)[c],m=c===u?this.$D+(e-this.$W):e;if(c===a||c===f){var v=this.clone().set(h,1);v.$d[d](m),v.init(),this.$d=v.set(h,Math.min(this.$D,v.daysInMonth())).$d}else d&&this.$d[d](m);return this.init(),this},p.set=function(t,e){return this.clone().$set(t,e)},p.get=function(t){return this[b.p(t)]()},p.add=function(r,c){var h,l=this;r=Number(r);var d=b.p(c),m=function(t){var e=w(l);return b.w(e.date(e.date()+Math.round(t*r)),l)};if(d===a)return this.set(a,this.$M+r);if(d===f)return this.set(f,this.$y+r);if(d===u)return m(1);if(d===s)return m(7);var v=(h={},h[i]=t,h[o]=e,h[n]=1e3,h)[d]||1,p=this.$d.getTime()+r*v;return b.w(p,this)},p.subtract=function(t,e){return this.add(-1*t,e)},p.format=function(t){var e=this,r=this.$locale();if(!this.isValid())return r.invalidDate||l;var n=t||"YYYY-MM-DDTHH:mm:ssZ",i=b.z(this),o=this.$H,u=this.$m,s=this.$M,a=r.weekdays,c=r.months,f=r.meridiem,h=function(t,r,i,o){return t&&(t[r]||t(e,n))||i[r].slice(0,o)},d=function(t){return b.s(o%12||12,t,"0")},v=f||function(t,e,r){var n=t<12?"AM":"PM";return r?n.toLowerCase():n};return n.replace(m,(function(t,n){return n||function(t){switch(t){case"YY":return String(e.$y).slice(-2);case"YYYY":return b.s(e.$y,4,"0");case"M":return s+1;case"MM":return b.s(s+1,2,"0");case"MMM":return h(r.monthsShort,s,c,3);case"MMMM":return h(c,s);case"D":return e.$D;case"DD":return b.s(e.$D,2,"0");case"d":return String(e.$W);case"dd":return h(r.weekdaysMin,e.$W,a,2);case"ddd":return h(r.weekdaysShort,e.$W,a,3);case"dddd":return a[e.$W];case"H":return String(o);case"HH":return b.s(o,2,"0");case"h":return d(1);case"hh":return d(2);case"a":return v(o,u,!0);case"A":return v(o,u,!1);case"m":return String(u);case"mm":return b.s(u,2,"0");case"s":return String(e.$s);case"ss":return b.s(e.$s,2,"0");case"SSS":return b.s(e.$ms,3,"0");case"Z":return i}return null}(t)||i.replace(":","")}))},p.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},p.diff=function(r,h,l){var d,m=this,v=b.p(h),p=w(r),$=(p.utcOffset()-this.utcOffset())*t,y=this-p,g=function(){return b.m(m,p)};switch(v){case f:d=g()/12;break;case a:d=g();break;case c:d=g()/3;break;case s:d=(y-$)/6048e5;break;case u:d=(y-$)/864e5;break;case o:d=y/e;break;case i:d=y/t;break;case n:d=y/1e3;break;default:d=y}return l?d:b.a(d)},p.daysInMonth=function(){return this.endOf(a).$D},p.$locale=function(){return g[this.$L]},p.locale=function(t,e){if(!t)return this.$L;var r=this.clone(),n=D(t,e,!0);return n&&(r.$L=n),r},p.clone=function(){return b.w(this.$d,this)},p.toDate=function(){return new Date(this.valueOf())},p.toJSON=function(){return this.isValid()?this.toISOString():null},p.toISOString=function(){return this.$d.toISOString()},p.toString=function(){return this.$d.toUTCString()},v}()),S=O.prototype;return w.prototype=S,[["$ms",r],["$s",n],["$m",i],["$H",o],["$W",u],["$M",a],["$y",f],["$D",h]].forEach((function(t){S[t[1]]=function(e){return this.$g(e,t[0],t[1])}})),w.extend=function(t,e){return t.$i||(t(e,O,w),t.$i=!0),w},w.locale=D,w.isDayjs=_,w.unix=function(t){return w(1e3*t)},w.en=g[y],w.Ls=g,w.p={},w}()},2900:function(t,e,r){t.exports=function(){"use strict";function t(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var n in r)t[n]=r[n]}return t}return function e(r,n){function i(e,i,o){if("undefined"!=typeof document){"number"==typeof(o=t({},n,o)).expires&&(o.expires=new Date(Date.now()+864e5*o.expires)),o.expires&&(o.expires=o.expires.toUTCString()),e=encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var u="";for(var s in o)o[s]&&(u+="; "+s,!0!==o[s]&&(u+="="+o[s].split(";")[0]));return document.cookie=e+"="+r.write(i,e)+u}}return Object.create({set:i,get:function(t){if("undefined"!=typeof document&&(!arguments.length||t)){for(var e=document.cookie?document.cookie.split("; "):[],n={},i=0;i<e.length;i++){var o=e[i].split("="),u=o.slice(1).join("=");try{var s=decodeURIComponent(o[0]);if(n[s]=r.read(u,s),t===s)break}catch(t){}}return t?n[t]:n}},remove:function(e,r){i(e,"",t({},r,{expires:-1}))},withAttributes:function(r){return e(this.converter,t({},this.attributes,r))},withConverter:function(r){return e(t({},this.converter,r),this.attributes)}},{attributes:{value:Object.freeze(n)},converter:{value:Object.freeze(r)}})}({read:function(t){return'"'===t[0]&&(t=t.slice(1,-1)),t.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(t){return encodeURIComponent(t).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"})}()},2985:function(t,e){var r,n;r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",n={rotl:function(t,e){return t<<e|t>>>32-e},rotr:function(t,e){return t<<32-e|t>>>e},endian:function(t){if(t.constructor==Number)return 16711935&n.rotl(t,8)|4278255360&n.rotl(t,24);for(var e=0;e<t.length;e++)t[e]=n.endian(t[e]);return t},randomBytes:function(t){for(var e=[];0<t;t--)e.push(Math.floor(256*Math.random()));return e},bytesToWords:function(t){for(var e=[],r=0,n=0;r<t.length;r++,n+=8)e[n>>>5]|=t[r]<<24-n%32;return e},wordsToBytes:function(t){for(var e=[],r=0;r<32*t.length;r+=8)e.push(t[r>>>5]>>>24-r%32&255);return e},bytesToHex:function(t){for(var e=[],r=0;r<t.length;r++)e.push((t[r]>>>4).toString(16)),e.push((15&t[r]).toString(16));return e.join("")},hexToBytes:function(t){for(var e=[],r=0;r<t.length;r+=2)e.push(parseInt(t.substr(r,2),16));return e},bytesToBase64:function(t){for(var e=[],n=0;n<t.length;n+=3)for(var i=t[n]<<16|t[n+1]<<8|t[n+2],o=0;o<4;o++)8*n+6*o<=8*t.length?e.push(r.charAt(i>>>6*(3-o)&63)):e.push("=");return e.join("")},base64ToBytes:function(t){t=t.replace(/[^A-Z0-9+\/]/gi,"");for(var e=[],n=0,i=0;n<t.length;i=++n%4)0!=i&&e.push((r.indexOf(t.charAt(n-1))&Math.pow(2,-2*i+8)-1)<<2*i|r.indexOf(t.charAt(n))>>>6-2*i);return e}},t.exports=n},2986:function(t,e){function r(t){return!!t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}
/*!
 * Determine if an object is a Buffer
 *
 * @author   Feross Aboukhadijeh <https://feross.org>
 * @license  MIT
 */t.exports=function(t){return null!=t&&(r(t)||"function"==typeof(e=t).readFloatLE&&"function"==typeof e.slice&&r(e.slice(0,0))||!!t._isBuffer);var e}},3025:function(t,e,r){t.exports=function(){"use strict";return function(t,e,r){t=t||{};var n=e.prototype,i={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"};function o(t,e,r,i){return n.fromToBase(t,e,r,i)}r.en.relativeTime=i,n.fromToBase=function(e,n,o,u,s){for(var a,c,f,h=o.$locale().relativeTime||i,l=t.thresholds||[{l:"s",r:44,d:"second"},{l:"m",r:89},{l:"mm",r:44,d:"minute"},{l:"h",r:89},{l:"hh",r:21,d:"hour"},{l:"d",r:35},{l:"dd",r:25,d:"day"},{l:"M",r:45},{l:"MM",r:10,d:"month"},{l:"y",r:17},{l:"yy",d:"year"}],d=l.length,m=0;m<d;m+=1){var v=l[m];v.d&&(a=u?r(e).diff(o,v.d,!0):o.diff(e,v.d,!0));var p=(t.rounding||Math.round)(Math.abs(a));if(f=a>0,p<=v.r||!v.r){p<=1&&m>0&&(v=l[m-1]);var $=h[v.l];s&&(p=s(""+p)),c="string"==typeof $?$.replace("%d",p):$(p,n,v.l,f);break}}if(n)return c;var y=f?h.future:h.past;return"function"==typeof y?y(c):y.replace("%s",c)},n.to=function(t,e){return o(t,e,this,!0)},n.from=function(t,e){return o(t,e,this)};var u=function(t){return t.$u?r.utc():r()};n.toNow=function(t){return this.to(u(this),t)},n.fromNow=function(t){return this.from(u(this),t)}}}()},3026:function(t,e,r){t.exports=function(){"use strict";return function(t,e,r){r.updateLocale=function(t,e){var n=r.Ls[t];if(n)return(e?Object.keys(e):[]).forEach((function(t){n[t]=e[t]})),n}}}()},3027:function(t,e,r){t.exports=function(t){"use strict";var e=function(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}(t),r={name:"pt-br",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:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),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("_"),ordinal:function(t){return t+"º"},formats:{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"},relativeTime:{future:"em %s",past:"há %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"}};return e.default.locale(r,null,!0),r}(r(19))},3028:function(t,e,r){var n;void 0!==(e="function"==typeof(n=function(t,e){"use strict";var r=5e3,n="callback";function i(){return"jsonp_"+Date.now()+"_"+Math.ceil(1e5*Math.random())}function o(t){try{delete window[t]}catch(e){window[t]=void 0}}function u(t){var e=document.getElementById(t);e&&document.getElementsByTagName("head")[0].removeChild(e)}e.exports=function(t){var e=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],s=t,a=e.timeout||r,c=e.jsonpCallback||n,f=void 0;return new Promise((function(r,n){var h=e.jsonpCallbackFunction||i(),l=c+"_"+h;window[h]=function(t){r({ok:!0,json:function(){return Promise.resolve(t)}}),f&&clearTimeout(f),u(l),o(h)},s+=-1===s.indexOf("?")?"?":"&";var d=document.createElement("script");d.setAttribute("src",""+s+c+"="+h),e.charset&&d.setAttribute("charset",e.charset),e.nonce&&d.setAttribute("nonce",e.nonce),e.referrerPolicy&&d.setAttribute("referrerPolicy",e.referrerPolicy),e.crossorigin&&d.setAttribute("crossorigin","true"),d.id=l,document.getElementsByTagName("head")[0].appendChild(d),f=setTimeout((function(){n(new Error("JSONP request to "+t+" timed out")),o(h),u(l),window[h]=function(){o(h)}}),a),d.onerror=function(){n(new Error("JSONP request to "+t+" failed")),o(h),u(l),f&&clearTimeout(f)}}))}})?n.apply(e,[e,t]):n)&&(t.exports=e)},3039:function(t,e,r){t.exports=function(){"use strict";var t="minute",e=/[+-]\d\d(?::?\d\d)?/g,r=/([+-]|\d\d)/g;return function(n,i,o){var u=i.prototype;o.utc=function(t){var e={date:t,utc:!0,args:arguments};return new i(e)},u.utc=function(e){var r=o(this.toDate(),{locale:this.$L,utc:!0});return e?r.add(this.utcOffset(),t):r},u.local=function(){return o(this.toDate(),{locale:this.$L,utc:!1})};var s=u.parse;u.parse=function(t){t.utc&&(this.$u=!0),this.$utils().u(t.$offset)||(this.$offset=t.$offset),s.call(this,t)};var a=u.init;u.init=function(){if(this.$u){var t=this.$d;this.$y=t.getUTCFullYear(),this.$M=t.getUTCMonth(),this.$D=t.getUTCDate(),this.$W=t.getUTCDay(),this.$H=t.getUTCHours(),this.$m=t.getUTCMinutes(),this.$s=t.getUTCSeconds(),this.$ms=t.getUTCMilliseconds()}else a.call(this)};var c=u.utcOffset;u.utcOffset=function(n,i){var o=this.$utils().u;if(o(n))return this.$u?0:o(this.$offset)?c.call(this):this.$offset;if("string"==typeof n&&null===(n=function(t){void 0===t&&(t="");var n=t.match(e);if(!n)return null;var i=(""+n[0]).match(r)||["-",0,0],o=i[0],u=60*+i[1]+ +i[2];return 0===u?0:"+"===o?u:-u}(n)))return this;var u=Math.abs(n)<=16?60*n:n,s=this;if(i)return s.$offset=u,s.$u=0===n,s;if(0!==n){var a=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(s=this.local().add(u+a,t)).$offset=u,s.$x.$localOffset=a}else s=this.utc();return s};var f=u.format;u.format=function(t){var e=t||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return f.call(this,e)},u.valueOf=function(){var t=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*t},u.isUTC=function(){return!!this.$u},u.toISOString=function(){return this.toDate().toISOString()},u.toString=function(){return this.toDate().toUTCString()};var h=u.toDate;u.toDate=function(t){return"s"===t&&this.$offset?o(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():h.call(this)};var l=u.diff;u.diff=function(t,e,r){if(t&&this.$u===t.$u)return l.call(this,t,e,r);var n=this.local(),i=o(t).local();return l.call(n,i,e,r)}}}()},3040:function(t,e,r){t.exports=function(){"use strict";var t={year:0,month:1,day:2,hour:3,minute:4,second:5},e={};return function(r,n,i){var o,u=function(t,r,n){void 0===n&&(n={});var i=new Date(t);return function(t,r){void 0===r&&(r={});var n=r.timeZoneName||"short",i=t+"|"+n,o=e[i];return o||(o=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:t,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:n}),e[i]=o),o}(r,n).formatToParts(i)},s=function(e,r){for(var n=u(e,r),o=[],s=0;s<n.length;s+=1){var a=n[s],c=a.type,f=a.value,h=t[c];h>=0&&(o[h]=parseInt(f,10))}var l=o[3],d=24===l?0:l,m=o[0]+"-"+o[1]+"-"+o[2]+" "+d+":"+o[4]+":"+o[5]+":000",v=+e;return(i.utc(m).valueOf()-(v-=v%1e3))/6e4},a=n.prototype;a.tz=function(t,e){void 0===t&&(t=o);var r=this.utcOffset(),n=this.toDate(),u=n.toLocaleString("en-US",{timeZone:t}),s=Math.round((n-new Date(u))/1e3/60),a=i(u,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(15*-Math.round(n.getTimezoneOffset()/15)-s,!0);if(e){var c=a.utcOffset();a=a.add(r-c,"minute")}return a.$x.$timezone=t,a},a.offsetName=function(t){var e=this.$x.$timezone||i.tz.guess(),r=u(this.valueOf(),e,{timeZoneName:t}).find((function(t){return"timezonename"===t.type.toLowerCase()}));return r&&r.value};var c=a.startOf;a.startOf=function(t,e){if(!this.$x||!this.$x.$timezone)return c.call(this,t,e);var r=i(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return c.call(r,t,e).tz(this.$x.$timezone,!0)},i.tz=function(t,e,r){var n=r&&e,u=r||e||o,a=s(+i(),u);if("string"!=typeof t)return i(t).tz(u);var c=function(t,e,r){var n=t-60*e*1e3,i=s(n,r);if(e===i)return[n,e];var o=s(n-=60*(i-e)*1e3,r);return i===o?[n,i]:[t-60*Math.min(i,o)*1e3,Math.max(i,o)]}(i.utc(t,n).valueOf(),a,u),f=c[0],h=c[1],l=i(f).utcOffset(h);return l.$x.$timezone=u,l},i.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},i.tz.setDefault=function(t){o=t}}}()},45:function(t,e,r){"use strict";function n(t){return"function"==typeof Array.isArray?Array.isArray(t):"[object Array]"===a.call(t)}function i(t){if(t&&"[object Object]"===a.call(t)){var e,r=s.call(t,"constructor"),n=t.constructor&&t.constructor.prototype&&s.call(t.constructor.prototype,"isPrototypeOf");if(!t.constructor||r||n){for(e in t);return void 0===e||s.call(t,e)}}}function o(t,e){c&&"__proto__"===e.name?c(t,e.name,{enumerable:!0,configurable:!0,value:e.newValue,writable:!0}):t[e.name]=e.newValue}function u(t,e){if("__proto__"===e){if(!s.call(t,e))return;if(f)return f(t,e).value}return t[e]}var s=Object.prototype.hasOwnProperty,a=Object.prototype.toString,c=Object.defineProperty,f=Object.getOwnPropertyDescriptor;t.exports=function t(){var e,r,s,a,c,f=arguments[0],h=1,l=arguments.length,d=!1;for("boolean"==typeof f&&(d=f,f=arguments[1]||{},h=2),(null==f||"object"!=typeof f&&"function"!=typeof f)&&(f={});h<l;++h)if(null!=(e=arguments[h]))for(r in e)c=u(f,r),f!==(s=u(e,r))&&(d&&s&&(i(s)||(a=n(s)))?o(f,{name:r,newValue:t(d,c=a?(a=!1,c&&n(c)?c:[]):c&&i(c)?c:{},s)}):void 0!==s&&o(f,{name:r,newValue:s}));return f}}}]);