VictoriaMetrics/app/vlselect/vmui/static/js/main.75100e6d.js
2023-07-06 21:32:19 -07:00

2 lines
No EOL
358 KiB
JavaScript

/*! For license information please see main.75100e6d.js.LICENSE.txt */
!function(){var e={680:function(e,t,n){"use strict";var r=n(476),o=n(962),i=o(r("String.prototype.indexOf"));e.exports=function(e,t){var n=r(e,!!t);return"function"===typeof n&&i(e,".prototype.")>-1?o(n):n}},962:function(e,t,n){"use strict";var r=n(199),o=n(476),i=o("%Function.prototype.apply%"),a=o("%Function.prototype.call%"),u=o("%Reflect.apply%",!0)||r.call(a,i),l=o("%Object.getOwnPropertyDescriptor%",!0),c=o("%Object.defineProperty%",!0),s=o("%Math.max%");if(c)try{c({},"a",{value:1})}catch(d){c=null}e.exports=function(e){var t=u(r,a,arguments);l&&c&&(l(t,"length").configurable&&c(t,"length",{value:1+s(0,e.length-(arguments.length-1))}));return t};var f=function(){return u(r,i,arguments)};c?c(e.exports,"apply",{value:f}):e.exports.apply=f},123:function(e,t){var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var i=typeof n;if("string"===i||"number"===i)e.push(n);else if(Array.isArray(n)){if(n.length){var a=o.apply(null,n);a&&e.push(a)}}else if("object"===i){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){e.push(n.toString());continue}for(var u in n)r.call(n,u)&&n[u]&&e.push(u)}}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(n=function(){return o}.apply(t,[]))||(e.exports=n)}()},658:function(e){e.exports=function(){"use strict";var e=1e3,t=6e4,n=36e5,r="millisecond",o="second",i="minute",a="hour",u="day",l="week",c="month",s="quarter",f="year",d="date",p="Invalid Date",h=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,v=/\[([^\]]+)]|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,m={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(e){var t=["th","st","nd","rd"],n=e%100;return"["+e+(t[(n-20)%10]||t[n]||t[0])+"]"}},g=function(e,t,n){var r=String(e);return!r||r.length>=t?e:""+Array(t+1-r.length).join(n)+e},y={s:g,z:function(e){var t=-e.utcOffset(),n=Math.abs(t),r=Math.floor(n/60),o=n%60;return(t<=0?"+":"-")+g(r,2,"0")+":"+g(o,2,"0")},m:function e(t,n){if(t.date()<n.date())return-e(n,t);var r=12*(n.year()-t.year())+(n.month()-t.month()),o=t.clone().add(r,c),i=n-o<0,a=t.clone().add(r+(i?-1:1),c);return+(-(r+(n-o)/(i?o-a:a-o))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(e){return{M:c,y:f,w:l,d:u,D:d,h:a,m:i,s:o,ms:r,Q:s}[e]||String(e||"").toLowerCase().replace(/s$/,"")},u:function(e){return void 0===e}},_="en",b={};b[_]=m;var C=function(e){return e instanceof A},D=function e(t,n,r){var o;if(!t)return _;if("string"==typeof t){var i=t.toLowerCase();b[i]&&(o=i),n&&(b[i]=n,o=i);var a=t.split("-");if(!o&&a.length>1)return e(a[0])}else{var u=t.name;b[u]=t,o=u}return!r&&o&&(_=o),o||!r&&_},w=function(e,t){if(C(e))return e.clone();var n="object"==typeof t?t:{};return n.date=e,n.args=arguments,new A(n)},k=y;k.l=D,k.i=C,k.w=function(e,t){return w(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var A=function(){function m(e){this.$L=D(e.locale,null,!0),this.parse(e)}var g=m.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,n=e.utc;if(null===t)return new Date(NaN);if(k.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var r=t.match(h);if(r){var o=r[2]-1||0,i=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],o,r[3]||1,r[4]||0,r[5]||0,r[6]||0,i)):new Date(r[1],o,r[3]||1,r[4]||0,r[5]||0,r[6]||0,i)}}return new Date(t)}(e),this.$x=e.x||{},this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return k},g.isValid=function(){return!(this.$d.toString()===p)},g.isSame=function(e,t){var n=w(e);return this.startOf(t)<=n&&n<=this.endOf(t)},g.isAfter=function(e,t){return w(e)<this.startOf(t)},g.isBefore=function(e,t){return this.endOf(t)<w(e)},g.$g=function(e,t,n){return k.u(e)?this[t]:this.set(n,e)},g.unix=function(){return Math.floor(this.valueOf()/1e3)},g.valueOf=function(){return this.$d.getTime()},g.startOf=function(e,t){var n=this,r=!!k.u(t)||t,s=k.p(e),p=function(e,t){var o=k.w(n.$u?Date.UTC(n.$y,t,e):new Date(n.$y,t,e),n);return r?o:o.endOf(u)},h=function(e,t){return k.w(n.toDate()[e].apply(n.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(t)),n)},v=this.$W,m=this.$M,g=this.$D,y="set"+(this.$u?"UTC":"");switch(s){case f:return r?p(1,0):p(31,11);case c:return r?p(1,m):p(0,m+1);case l:var _=this.$locale().weekStart||0,b=(v<_?v+7:v)-_;return p(r?g-b:g+(6-b),m);case u:case d:return h(y+"Hours",0);case a:return h(y+"Minutes",1);case i:return h(y+"Seconds",2);case o:return h(y+"Milliseconds",3);default:return this.clone()}},g.endOf=function(e){return this.startOf(e,!1)},g.$set=function(e,t){var n,l=k.p(e),s="set"+(this.$u?"UTC":""),p=(n={},n[u]=s+"Date",n[d]=s+"Date",n[c]=s+"Month",n[f]=s+"FullYear",n[a]=s+"Hours",n[i]=s+"Minutes",n[o]=s+"Seconds",n[r]=s+"Milliseconds",n)[l],h=l===u?this.$D+(t-this.$W):t;if(l===c||l===f){var v=this.clone().set(d,1);v.$d[p](h),v.init(),this.$d=v.set(d,Math.min(this.$D,v.daysInMonth())).$d}else p&&this.$d[p](h);return this.init(),this},g.set=function(e,t){return this.clone().$set(e,t)},g.get=function(e){return this[k.p(e)]()},g.add=function(r,s){var d,p=this;r=Number(r);var h=k.p(s),v=function(e){var t=w(p);return k.w(t.date(t.date()+Math.round(e*r)),p)};if(h===c)return this.set(c,this.$M+r);if(h===f)return this.set(f,this.$y+r);if(h===u)return v(1);if(h===l)return v(7);var m=(d={},d[i]=t,d[a]=n,d[o]=e,d)[h]||1,g=this.$d.getTime()+r*m;return k.w(g,this)},g.subtract=function(e,t){return this.add(-1*e,t)},g.format=function(e){var t=this,n=this.$locale();if(!this.isValid())return n.invalidDate||p;var r=e||"YYYY-MM-DDTHH:mm:ssZ",o=k.z(this),i=this.$H,a=this.$m,u=this.$M,l=n.weekdays,c=n.months,s=function(e,n,o,i){return e&&(e[n]||e(t,r))||o[n].slice(0,i)},f=function(e){return k.s(i%12||12,e,"0")},d=n.meridiem||function(e,t,n){var r=e<12?"AM":"PM";return n?r.toLowerCase():r},h={YY:String(this.$y).slice(-2),YYYY:this.$y,M:u+1,MM:k.s(u+1,2,"0"),MMM:s(n.monthsShort,u,c,3),MMMM:s(c,u),D:this.$D,DD:k.s(this.$D,2,"0"),d:String(this.$W),dd:s(n.weekdaysMin,this.$W,l,2),ddd:s(n.weekdaysShort,this.$W,l,3),dddd:l[this.$W],H:String(i),HH:k.s(i,2,"0"),h:f(1),hh:f(2),a:d(i,a,!0),A:d(i,a,!1),m:String(a),mm:k.s(a,2,"0"),s:String(this.$s),ss:k.s(this.$s,2,"0"),SSS:k.s(this.$ms,3,"0"),Z:o};return r.replace(v,(function(e,t){return t||h[e]||o.replace(":","")}))},g.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},g.diff=function(r,d,p){var h,v=k.p(d),m=w(r),g=(m.utcOffset()-this.utcOffset())*t,y=this-m,_=k.m(this,m);return _=(h={},h[f]=_/12,h[c]=_,h[s]=_/3,h[l]=(y-g)/6048e5,h[u]=(y-g)/864e5,h[a]=y/n,h[i]=y/t,h[o]=y/e,h)[v]||y,p?_:k.a(_)},g.daysInMonth=function(){return this.endOf(c).$D},g.$locale=function(){return b[this.$L]},g.locale=function(e,t){if(!e)return this.$L;var n=this.clone(),r=D(e,t,!0);return r&&(n.$L=r),n},g.clone=function(){return k.w(this.$d,this)},g.toDate=function(){return new Date(this.valueOf())},g.toJSON=function(){return this.isValid()?this.toISOString():null},g.toISOString=function(){return this.$d.toISOString()},g.toString=function(){return this.$d.toUTCString()},m}(),x=A.prototype;return w.prototype=x,[["$ms",r],["$s",o],["$m",i],["$H",a],["$W",u],["$M",c],["$y",f],["$D",d]].forEach((function(e){x[e[1]]=function(t){return this.$g(t,e[0],e[1])}})),w.extend=function(e,t){return e.$i||(e(t,A,w),e.$i=!0),w},w.locale=D,w.isDayjs=C,w.unix=function(e){return w(1e3*e)},w.en=b[_],w.Ls=b,w.p={},w}()},446:function(e){e.exports=function(){"use strict";var e,t,n=1e3,r=6e4,o=36e5,i=864e5,a=/\[([^\]]+)]|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,u=31536e6,l=2592e6,c=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/,s={years:u,months:l,days:i,hours:o,minutes:r,seconds:n,milliseconds:1,weeks:6048e5},f=function(e){return e instanceof y},d=function(e,t,n){return new y(e,n,t.$l)},p=function(e){return t.p(e)+"s"},h=function(e){return e<0},v=function(e){return h(e)?Math.ceil(e):Math.floor(e)},m=function(e){return Math.abs(e)},g=function(e,t){return e?h(e)?{negative:!0,format:""+m(e)+t}:{negative:!1,format:""+e+t}:{negative:!1,format:""}},y=function(){function h(e,t,n){var r=this;if(this.$d={},this.$l=n,void 0===e&&(this.$ms=0,this.parseFromMilliseconds()),t)return d(e*s[p(t)],this);if("number"==typeof e)return this.$ms=e,this.parseFromMilliseconds(),this;if("object"==typeof e)return Object.keys(e).forEach((function(t){r.$d[p(t)]=e[t]})),this.calMilliseconds(),this;if("string"==typeof e){var o=e.match(c);if(o){var i=o.slice(2).map((function(e){return null!=e?Number(e):0}));return this.$d.years=i[0],this.$d.months=i[1],this.$d.weeks=i[2],this.$d.days=i[3],this.$d.hours=i[4],this.$d.minutes=i[5],this.$d.seconds=i[6],this.calMilliseconds(),this}}return this}var m=h.prototype;return m.calMilliseconds=function(){var e=this;this.$ms=Object.keys(this.$d).reduce((function(t,n){return t+(e.$d[n]||0)*s[n]}),0)},m.parseFromMilliseconds=function(){var e=this.$ms;this.$d.years=v(e/u),e%=u,this.$d.months=v(e/l),e%=l,this.$d.days=v(e/i),e%=i,this.$d.hours=v(e/o),e%=o,this.$d.minutes=v(e/r),e%=r,this.$d.seconds=v(e/n),e%=n,this.$d.milliseconds=e},m.toISOString=function(){var e=g(this.$d.years,"Y"),t=g(this.$d.months,"M"),n=+this.$d.days||0;this.$d.weeks&&(n+=7*this.$d.weeks);var r=g(n,"D"),o=g(this.$d.hours,"H"),i=g(this.$d.minutes,"M"),a=this.$d.seconds||0;this.$d.milliseconds&&(a+=this.$d.milliseconds/1e3);var u=g(a,"S"),l=e.negative||t.negative||r.negative||o.negative||i.negative||u.negative,c=o.format||i.format||u.format?"T":"",s=(l?"-":"")+"P"+e.format+t.format+r.format+c+o.format+i.format+u.format;return"P"===s||"-P"===s?"P0D":s},m.toJSON=function(){return this.toISOString()},m.format=function(e){var n=e||"YYYY-MM-DDTHH:mm:ss",r={Y:this.$d.years,YY:t.s(this.$d.years,2,"0"),YYYY:t.s(this.$d.years,4,"0"),M:this.$d.months,MM:t.s(this.$d.months,2,"0"),D:this.$d.days,DD:t.s(this.$d.days,2,"0"),H:this.$d.hours,HH:t.s(this.$d.hours,2,"0"),m:this.$d.minutes,mm:t.s(this.$d.minutes,2,"0"),s:this.$d.seconds,ss:t.s(this.$d.seconds,2,"0"),SSS:t.s(this.$d.milliseconds,3,"0")};return n.replace(a,(function(e,t){return t||String(r[e])}))},m.as=function(e){return this.$ms/s[p(e)]},m.get=function(e){var t=this.$ms,n=p(e);return"milliseconds"===n?t%=1e3:t="weeks"===n?v(t/s[n]):this.$d[n],0===t?0:t},m.add=function(e,t,n){var r;return r=t?e*s[p(t)]:f(e)?e.$ms:d(e,this).$ms,d(this.$ms+r*(n?-1:1),this)},m.subtract=function(e,t){return this.add(e,t,!0)},m.locale=function(e){var t=this.clone();return t.$l=e,t},m.clone=function(){return d(this.$ms,this)},m.humanize=function(t){return e().add(this.$ms,"ms").locale(this.$l).fromNow(!t)},m.milliseconds=function(){return this.get("milliseconds")},m.asMilliseconds=function(){return this.as("milliseconds")},m.seconds=function(){return this.get("seconds")},m.asSeconds=function(){return this.as("seconds")},m.minutes=function(){return this.get("minutes")},m.asMinutes=function(){return this.as("minutes")},m.hours=function(){return this.get("hours")},m.asHours=function(){return this.as("hours")},m.days=function(){return this.get("days")},m.asDays=function(){return this.as("days")},m.weeks=function(){return this.get("weeks")},m.asWeeks=function(){return this.as("weeks")},m.months=function(){return this.get("months")},m.asMonths=function(){return this.as("months")},m.years=function(){return this.get("years")},m.asYears=function(){return this.as("years")},h}();return function(n,r,o){e=o,t=o().$utils(),o.duration=function(e,t){var n=o.locale();return d(e,{$l:n},t)},o.isDuration=f;var i=r.prototype.add,a=r.prototype.subtract;r.prototype.add=function(e,t){return f(e)&&(e=e.asMilliseconds()),i.bind(this)(e,t)},r.prototype.subtract=function(e,t){return f(e)&&(e=e.asMilliseconds()),a.bind(this)(e,t)}}}()},443:function(e){e.exports=function(){"use strict";var e={year:0,month:1,day:2,hour:3,minute:4,second:5},t={};return function(n,r,o){var i,a=function(e,n,r){void 0===r&&(r={});var o=new Date(e),i=function(e,n){void 0===n&&(n={});var r=n.timeZoneName||"short",o=e+"|"+r,i=t[o];return i||(i=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:r}),t[o]=i),i}(n,r);return i.formatToParts(o)},u=function(t,n){for(var r=a(t,n),i=[],u=0;u<r.length;u+=1){var l=r[u],c=l.type,s=l.value,f=e[c];f>=0&&(i[f]=parseInt(s,10))}var d=i[3],p=24===d?0:d,h=i[0]+"-"+i[1]+"-"+i[2]+" "+p+":"+i[4]+":"+i[5]+":000",v=+t;return(o.utc(h).valueOf()-(v-=v%1e3))/6e4},l=r.prototype;l.tz=function(e,t){void 0===e&&(e=i);var n=this.utcOffset(),r=this.toDate(),a=r.toLocaleString("en-US",{timeZone:e}),u=Math.round((r-new Date(a))/1e3/60),l=o(a).$set("millisecond",this.$ms).utcOffset(15*-Math.round(r.getTimezoneOffset()/15)-u,!0);if(t){var c=l.utcOffset();l=l.add(n-c,"minute")}return l.$x.$timezone=e,l},l.offsetName=function(e){var t=this.$x.$timezone||o.tz.guess(),n=a(this.valueOf(),t,{timeZoneName:e}).find((function(e){return"timezonename"===e.type.toLowerCase()}));return n&&n.value};var c=l.startOf;l.startOf=function(e,t){if(!this.$x||!this.$x.$timezone)return c.call(this,e,t);var n=o(this.format("YYYY-MM-DD HH:mm:ss:SSS"));return c.call(n,e,t).tz(this.$x.$timezone,!0)},o.tz=function(e,t,n){var r=n&&t,a=n||t||i,l=u(+o(),a);if("string"!=typeof e)return o(e).tz(a);var c=function(e,t,n){var r=e-60*t*1e3,o=u(r,n);if(t===o)return[r,t];var i=u(r-=60*(o-t)*1e3,n);return o===i?[r,o]:[e-60*Math.min(o,i)*1e3,Math.max(o,i)]}(o.utc(e,r).valueOf(),l,a),s=c[0],f=c[1],d=o(s).utcOffset(f);return d.$x.$timezone=a,d},o.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},o.tz.setDefault=function(e){i=e}}}()},635:function(e){e.exports=function(){"use strict";var e="minute",t=/[+-]\d\d(?::?\d\d)?/g,n=/([+-]|\d\d)/g;return function(r,o,i){var a=o.prototype;i.utc=function(e){return new o({date:e,utc:!0,args:arguments})},a.utc=function(t){var n=i(this.toDate(),{locale:this.$L,utc:!0});return t?n.add(this.utcOffset(),e):n},a.local=function(){return i(this.toDate(),{locale:this.$L,utc:!1})};var u=a.parse;a.parse=function(e){e.utc&&(this.$u=!0),this.$utils().u(e.$offset)||(this.$offset=e.$offset),u.call(this,e)};var l=a.init;a.init=function(){if(this.$u){var e=this.$d;this.$y=e.getUTCFullYear(),this.$M=e.getUTCMonth(),this.$D=e.getUTCDate(),this.$W=e.getUTCDay(),this.$H=e.getUTCHours(),this.$m=e.getUTCMinutes(),this.$s=e.getUTCSeconds(),this.$ms=e.getUTCMilliseconds()}else l.call(this)};var c=a.utcOffset;a.utcOffset=function(r,o){var i=this.$utils().u;if(i(r))return this.$u?0:i(this.$offset)?c.call(this):this.$offset;if("string"==typeof r&&(r=function(e){void 0===e&&(e="");var r=e.match(t);if(!r)return null;var o=(""+r[0]).match(n)||["-",0,0],i=o[0],a=60*+o[1]+ +o[2];return 0===a?0:"+"===i?a:-a}(r),null===r))return this;var a=Math.abs(r)<=16?60*r:r,u=this;if(o)return u.$offset=a,u.$u=0===r,u;if(0!==r){var l=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(u=this.local().add(a+l,e)).$offset=a,u.$x.$localOffset=l}else u=this.utc();return u};var s=a.format;a.format=function(e){var t=e||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return s.call(this,t)},a.valueOf=function(){var e=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*e},a.isUTC=function(){return!!this.$u},a.toISOString=function(){return this.toDate().toISOString()},a.toString=function(){return this.toDate().toUTCString()};var f=a.toDate;a.toDate=function(e){return"s"===e&&this.$offset?i(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():f.call(this)};var d=a.diff;a.diff=function(e,t,n){if(e&&this.$u===e.$u)return d.call(this,e,t,n);var r=this.local(),o=i(e).local();return d.call(r,o,t,n)}}}()},781:function(e){"use strict";var t=Array.prototype.slice,n=Object.prototype.toString;e.exports=function(e){var r=this;if("function"!==typeof r||"[object Function]"!==n.call(r))throw new TypeError("Function.prototype.bind called on incompatible "+r);for(var o,i=t.call(arguments,1),a=Math.max(0,r.length-i.length),u=[],l=0;l<a;l++)u.push("$"+l);if(o=Function("binder","return function ("+u.join(",")+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof o){var n=r.apply(this,i.concat(t.call(arguments)));return Object(n)===n?n:this}return r.apply(e,i.concat(t.call(arguments)))})),r.prototype){var c=function(){};c.prototype=r.prototype,o.prototype=new c,c.prototype=null}return o}},199:function(e,t,n){"use strict";var r=n(781);e.exports=Function.prototype.bind||r},476:function(e,t,n){"use strict";var r,o=SyntaxError,i=Function,a=TypeError,u=function(e){try{return i('"use strict"; return ('+e+").constructor;")()}catch(t){}},l=Object.getOwnPropertyDescriptor;if(l)try{l({},"")}catch(F){l=null}var c=function(){throw new a},s=l?function(){try{return c}catch(e){try{return l(arguments,"callee").get}catch(t){return c}}}():c,f=n(520)(),d=Object.getPrototypeOf||function(e){return e.__proto__},p={},h="undefined"===typeof Uint8Array?r:d(Uint8Array),v={"%AggregateError%":"undefined"===typeof AggregateError?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"===typeof ArrayBuffer?r:ArrayBuffer,"%ArrayIteratorPrototype%":f?d([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":p,"%AsyncGenerator%":p,"%AsyncGeneratorFunction%":p,"%AsyncIteratorPrototype%":p,"%Atomics%":"undefined"===typeof Atomics?r:Atomics,"%BigInt%":"undefined"===typeof BigInt?r:BigInt,"%BigInt64Array%":"undefined"===typeof BigInt64Array?r:BigInt64Array,"%BigUint64Array%":"undefined"===typeof BigUint64Array?r:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"===typeof DataView?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"===typeof Float32Array?r:Float32Array,"%Float64Array%":"undefined"===typeof Float64Array?r:Float64Array,"%FinalizationRegistry%":"undefined"===typeof FinalizationRegistry?r:FinalizationRegistry,"%Function%":i,"%GeneratorFunction%":p,"%Int8Array%":"undefined"===typeof Int8Array?r:Int8Array,"%Int16Array%":"undefined"===typeof Int16Array?r:Int16Array,"%Int32Array%":"undefined"===typeof Int32Array?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":f?d(d([][Symbol.iterator]())):r,"%JSON%":"object"===typeof JSON?JSON:r,"%Map%":"undefined"===typeof Map?r:Map,"%MapIteratorPrototype%":"undefined"!==typeof Map&&f?d((new Map)[Symbol.iterator]()):r,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"===typeof Promise?r:Promise,"%Proxy%":"undefined"===typeof Proxy?r:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"===typeof Reflect?r:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"===typeof Set?r:Set,"%SetIteratorPrototype%":"undefined"!==typeof Set&&f?d((new Set)[Symbol.iterator]()):r,"%SharedArrayBuffer%":"undefined"===typeof SharedArrayBuffer?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":f?d(""[Symbol.iterator]()):r,"%Symbol%":f?Symbol:r,"%SyntaxError%":o,"%ThrowTypeError%":s,"%TypedArray%":h,"%TypeError%":a,"%Uint8Array%":"undefined"===typeof Uint8Array?r:Uint8Array,"%Uint8ClampedArray%":"undefined"===typeof Uint8ClampedArray?r:Uint8ClampedArray,"%Uint16Array%":"undefined"===typeof Uint16Array?r:Uint16Array,"%Uint32Array%":"undefined"===typeof Uint32Array?r:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"===typeof WeakMap?r:WeakMap,"%WeakRef%":"undefined"===typeof WeakRef?r:WeakRef,"%WeakSet%":"undefined"===typeof WeakSet?r:WeakSet};try{null.error}catch(F){var m=d(d(F));v["%Error.prototype%"]=m}var g=function e(t){var n;if("%AsyncFunction%"===t)n=u("async function () {}");else if("%GeneratorFunction%"===t)n=u("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=u("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var o=e("%AsyncGenerator%");o&&(n=d(o.prototype))}return v[t]=n,n},y={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},_=n(199),b=n(838),C=_.call(Function.call,Array.prototype.concat),D=_.call(Function.apply,Array.prototype.splice),w=_.call(Function.call,String.prototype.replace),k=_.call(Function.call,String.prototype.slice),A=_.call(Function.call,RegExp.prototype.exec),x=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,E=/\\(\\)?/g,S=function(e,t){var n,r=e;if(b(y,r)&&(r="%"+(n=y[r])[0]+"%"),b(v,r)){var i=v[r];if(i===p&&(i=g(r)),"undefined"===typeof i&&!t)throw new a("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:i}}throw new o("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!==typeof e||0===e.length)throw new a("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!==typeof t)throw new a('"allowMissing" argument must be a boolean');if(null===A(/^%?[^%]*%?$/,e))throw new o("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=function(e){var t=k(e,0,1),n=k(e,-1);if("%"===t&&"%"!==n)throw new o("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new o("invalid intrinsic syntax, expected opening `%`");var r=[];return w(e,x,(function(e,t,n,o){r[r.length]=n?w(o,E,"$1"):t||e})),r}(e),r=n.length>0?n[0]:"",i=S("%"+r+"%",t),u=i.name,c=i.value,s=!1,f=i.alias;f&&(r=f[0],D(n,C([0,1],f)));for(var d=1,p=!0;d<n.length;d+=1){var h=n[d],m=k(h,0,1),g=k(h,-1);if(('"'===m||"'"===m||"`"===m||'"'===g||"'"===g||"`"===g)&&m!==g)throw new o("property names with quotes must have matching quotes");if("constructor"!==h&&p||(s=!0),b(v,u="%"+(r+="."+h)+"%"))c=v[u];else if(null!=c){if(!(h in c)){if(!t)throw new a("base intrinsic for "+e+" exists, but the property is not available.");return}if(l&&d+1>=n.length){var y=l(c,h);c=(p=!!y)&&"get"in y&&!("originalValue"in y.get)?y.get:c[h]}else p=b(c,h),c=c[h];p&&!s&&(v[u]=c)}}return c}},520:function(e,t,n){"use strict";var r="undefined"!==typeof Symbol&&Symbol,o=n(541);e.exports=function(){return"function"===typeof r&&("function"===typeof Symbol&&("symbol"===typeof r("foo")&&("symbol"===typeof Symbol("bar")&&o())))}},541:function(e){"use strict";e.exports=function(){if("function"!==typeof Symbol||"function"!==typeof Object.getOwnPropertySymbols)return!1;if("symbol"===typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),n=Object(t);if("string"===typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(t in e[t]=42,e)return!1;if("function"===typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"===typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var r=Object.getOwnPropertySymbols(e);if(1!==r.length||r[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"===typeof Object.getOwnPropertyDescriptor){var o=Object.getOwnPropertyDescriptor(e,t);if(42!==o.value||!0!==o.enumerable)return!1}return!0}},838:function(e,t,n){"use strict";var r=n(199);e.exports=r.call(Function.call,Object.prototype.hasOwnProperty)},936:function(e,t,n){var r=NaN,o="[object Symbol]",i=/^\s+|\s+$/g,a=/^[-+]0x[0-9a-f]+$/i,u=/^0b[01]+$/i,l=/^0o[0-7]+$/i,c=parseInt,s="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,f="object"==typeof self&&self&&self.Object===Object&&self,d=s||f||Function("return this")(),p=Object.prototype.toString,h=Math.max,v=Math.min,m=function(){return d.Date.now()};function g(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function y(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&p.call(e)==o}(e))return r;if(g(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=g(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(i,"");var n=u.test(e);return n||l.test(e)?c(e.slice(2),n?2:8):a.test(e)?r:+e}e.exports=function(e,t,n){var r,o,i,a,u,l,c=0,s=!1,f=!1,d=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function p(t){var n=r,i=o;return r=o=void 0,c=t,a=e.apply(i,n)}function _(e){var n=e-l;return void 0===l||n>=t||n<0||f&&e-c>=i}function b(){var e=m();if(_(e))return C(e);u=setTimeout(b,function(e){var n=t-(e-l);return f?v(n,i-(e-c)):n}(e))}function C(e){return u=void 0,d&&r?p(e):(r=o=void 0,a)}function D(){var e=m(),n=_(e);if(r=arguments,o=this,l=e,n){if(void 0===u)return function(e){return c=e,u=setTimeout(b,t),s?p(e):a}(l);if(f)return u=setTimeout(b,t),p(l)}return void 0===u&&(u=setTimeout(b,t)),a}return t=y(t)||0,g(n)&&(s=!!n.leading,i=(f="maxWait"in n)?h(y(n.maxWait)||0,t):i,d="trailing"in n?!!n.trailing:d),D.cancel=function(){void 0!==u&&clearTimeout(u),c=0,r=l=o=u=void 0},D.flush=function(){return void 0===u?a:C(m())},D}},7:function(e,t,n){var r="__lodash_hash_undefined__",o=1/0,i="[object Function]",a="[object GeneratorFunction]",u="[object Symbol]",l=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,c=/^\w*$/,s=/^\./,f=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,d=/\\(\\)?/g,p=/^\[object .+?Constructor\]$/,h="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,v="object"==typeof self&&self&&self.Object===Object&&self,m=h||v||Function("return this")();var g=Array.prototype,y=Function.prototype,_=Object.prototype,b=m["__core-js_shared__"],C=function(){var e=/[^.]+$/.exec(b&&b.keys&&b.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),D=y.toString,w=_.hasOwnProperty,k=_.toString,A=RegExp("^"+D.call(w).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),x=m.Symbol,E=g.splice,S=L(m,"Map"),F=L(Object,"create"),M=x?x.prototype:void 0,N=M?M.toString:void 0;function O(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function T(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function B(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function P(e,t){for(var n,r,o=e.length;o--;)if((n=e[o][0])===(r=t)||n!==n&&r!==r)return o;return-1}function I(e,t){var n;t=function(e,t){if(Y(e))return!1;var n=typeof e;if("number"==n||"symbol"==n||"boolean"==n||null==e||U(e))return!0;return c.test(e)||!l.test(e)||null!=t&&e in Object(t)}(t,e)?[t]:Y(n=t)?n:$(n);for(var r=0,o=t.length;null!=e&&r<o;)e=e[j(t[r++])];return r&&r==o?e:void 0}function R(e){if(!V(e)||(t=e,C&&C in t))return!1;var t,n=function(e){var t=V(e)?k.call(e):"";return t==i||t==a}(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(n){}return t}(e)?A:p;return n.test(function(e){if(null!=e){try{return D.call(e)}catch(t){}try{return e+""}catch(t){}}return""}(e))}function z(e,t){var n=e.__data__;return function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}(t)?n["string"==typeof t?"string":"hash"]:n.map}function L(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return R(n)?n:void 0}O.prototype.clear=function(){this.__data__=F?F(null):{}},O.prototype.delete=function(e){return this.has(e)&&delete this.__data__[e]},O.prototype.get=function(e){var t=this.__data__;if(F){var n=t[e];return n===r?void 0:n}return w.call(t,e)?t[e]:void 0},O.prototype.has=function(e){var t=this.__data__;return F?void 0!==t[e]:w.call(t,e)},O.prototype.set=function(e,t){return this.__data__[e]=F&&void 0===t?r:t,this},T.prototype.clear=function(){this.__data__=[]},T.prototype.delete=function(e){var t=this.__data__,n=P(t,e);return!(n<0)&&(n==t.length-1?t.pop():E.call(t,n,1),!0)},T.prototype.get=function(e){var t=this.__data__,n=P(t,e);return n<0?void 0:t[n][1]},T.prototype.has=function(e){return P(this.__data__,e)>-1},T.prototype.set=function(e,t){var n=this.__data__,r=P(n,e);return r<0?n.push([e,t]):n[r][1]=t,this},B.prototype.clear=function(){this.__data__={hash:new O,map:new(S||T),string:new O}},B.prototype.delete=function(e){return z(this,e).delete(e)},B.prototype.get=function(e){return z(this,e).get(e)},B.prototype.has=function(e){return z(this,e).has(e)},B.prototype.set=function(e,t){return z(this,e).set(e,t),this};var $=H((function(e){var t;e=null==(t=e)?"":function(e){if("string"==typeof e)return e;if(U(e))return N?N.call(e):"";var t=e+"";return"0"==t&&1/e==-o?"-0":t}(t);var n=[];return s.test(e)&&n.push(""),e.replace(f,(function(e,t,r,o){n.push(r?o.replace(d,"$1"):t||e)})),n}));function j(e){if("string"==typeof e||U(e))return e;var t=e+"";return"0"==t&&1/e==-o?"-0":t}function H(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function n(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a),a};return n.cache=new(H.Cache||B),n}H.Cache=B;var Y=Array.isArray;function V(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function U(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&k.call(e)==u}e.exports=function(e,t,n){var r=null==e?void 0:I(e,t);return void 0===r?n:r}},61:function(e,t,n){var r="Expected a function",o=NaN,i="[object Symbol]",a=/^\s+|\s+$/g,u=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,c=/^0o[0-7]+$/i,s=parseInt,f="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,d="object"==typeof self&&self&&self.Object===Object&&self,p=f||d||Function("return this")(),h=Object.prototype.toString,v=Math.max,m=Math.min,g=function(){return p.Date.now()};function y(e,t,n){var o,i,a,u,l,c,s=0,f=!1,d=!1,p=!0;if("function"!=typeof e)throw new TypeError(r);function h(t){var n=o,r=i;return o=i=void 0,s=t,u=e.apply(r,n)}function y(e){var n=e-c;return void 0===c||n>=t||n<0||d&&e-s>=a}function C(){var e=g();if(y(e))return D(e);l=setTimeout(C,function(e){var n=t-(e-c);return d?m(n,a-(e-s)):n}(e))}function D(e){return l=void 0,p&&o?h(e):(o=i=void 0,u)}function w(){var e=g(),n=y(e);if(o=arguments,i=this,c=e,n){if(void 0===l)return function(e){return s=e,l=setTimeout(C,t),f?h(e):u}(c);if(d)return l=setTimeout(C,t),h(c)}return void 0===l&&(l=setTimeout(C,t)),u}return t=b(t)||0,_(n)&&(f=!!n.leading,a=(d="maxWait"in n)?v(b(n.maxWait)||0,t):a,p="trailing"in n?!!n.trailing:p),w.cancel=function(){void 0!==l&&clearTimeout(l),s=0,o=c=i=l=void 0},w.flush=function(){return void 0===l?u:D(g())},w}function _(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function b(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&h.call(e)==i}(e))return o;if(_(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=_(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(a,"");var n=l.test(e);return n||c.test(e)?s(e.slice(2),n?2:8):u.test(e)?o:+e}e.exports=function(e,t,n){var o=!0,i=!0;if("function"!=typeof e)throw new TypeError(r);return _(n)&&(o="leading"in n?!!n.leading:o,i="trailing"in n?!!n.trailing:i),y(e,t,{leading:o,maxWait:t,trailing:i})}},154:function(e,t,n){var r="function"===typeof Map&&Map.prototype,o=Object.getOwnPropertyDescriptor&&r?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,i=r&&o&&"function"===typeof o.get?o.get:null,a=r&&Map.prototype.forEach,u="function"===typeof Set&&Set.prototype,l=Object.getOwnPropertyDescriptor&&u?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,c=u&&l&&"function"===typeof l.get?l.get:null,s=u&&Set.prototype.forEach,f="function"===typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,d="function"===typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,p="function"===typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,h=Boolean.prototype.valueOf,v=Object.prototype.toString,m=Function.prototype.toString,g=String.prototype.match,y=String.prototype.slice,_=String.prototype.replace,b=String.prototype.toUpperCase,C=String.prototype.toLowerCase,D=RegExp.prototype.test,w=Array.prototype.concat,k=Array.prototype.join,A=Array.prototype.slice,x=Math.floor,E="function"===typeof BigInt?BigInt.prototype.valueOf:null,S=Object.getOwnPropertySymbols,F="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?Symbol.prototype.toString:null,M="function"===typeof Symbol&&"object"===typeof Symbol.iterator,N="function"===typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===M||"symbol")?Symbol.toStringTag:null,O=Object.prototype.propertyIsEnumerable,T=("function"===typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function B(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||D.call(/e/,t))return t;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"===typeof e){var r=e<0?-x(-e):x(e);if(r!==e){var o=String(r),i=y.call(t,o.length+1);return _.call(o,n,"$&_")+"."+_.call(_.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return _.call(t,n,"$&_")}var P=n(654),I=P.custom,R=H(I)?I:null;function z(e,t,n){var r="double"===(n.quoteStyle||t)?'"':"'";return r+e+r}function L(e){return _.call(String(e),/"/g,"&quot;")}function $(e){return"[object Array]"===U(e)&&(!N||!("object"===typeof e&&N in e))}function j(e){return"[object RegExp]"===U(e)&&(!N||!("object"===typeof e&&N in e))}function H(e){if(M)return e&&"object"===typeof e&&e instanceof Symbol;if("symbol"===typeof e)return!0;if(!e||"object"!==typeof e||!F)return!1;try{return F.call(e),!0}catch(t){}return!1}e.exports=function e(t,n,r,o){var u=n||{};if(V(u,"quoteStyle")&&"single"!==u.quoteStyle&&"double"!==u.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(V(u,"maxStringLength")&&("number"===typeof u.maxStringLength?u.maxStringLength<0&&u.maxStringLength!==1/0:null!==u.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var l=!V(u,"customInspect")||u.customInspect;if("boolean"!==typeof l&&"symbol"!==l)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(V(u,"indent")&&null!==u.indent&&"\t"!==u.indent&&!(parseInt(u.indent,10)===u.indent&&u.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(V(u,"numericSeparator")&&"boolean"!==typeof u.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var v=u.numericSeparator;if("undefined"===typeof t)return"undefined";if(null===t)return"null";if("boolean"===typeof t)return t?"true":"false";if("string"===typeof t)return Z(t,u);if("number"===typeof t){if(0===t)return 1/0/t>0?"0":"-0";var b=String(t);return v?B(t,b):b}if("bigint"===typeof t){var D=String(t)+"n";return v?B(t,D):D}var x="undefined"===typeof u.depth?5:u.depth;if("undefined"===typeof r&&(r=0),r>=x&&x>0&&"object"===typeof t)return $(t)?"[Array]":"[Object]";var S=function(e,t){var n;if("\t"===e.indent)n="\t";else{if(!("number"===typeof e.indent&&e.indent>0))return null;n=k.call(Array(e.indent+1)," ")}return{base:n,prev:k.call(Array(t+1),n)}}(u,r);if("undefined"===typeof o)o=[];else if(W(o,t)>=0)return"[Circular]";function I(t,n,i){if(n&&(o=A.call(o)).push(n),i){var a={depth:u.depth};return V(u,"quoteStyle")&&(a.quoteStyle=u.quoteStyle),e(t,a,r+1,o)}return e(t,u,r+1,o)}if("function"===typeof t&&!j(t)){var Y=function(e){if(e.name)return e.name;var t=g.call(m.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),q=X(t,I);return"[Function"+(Y?": "+Y:" (anonymous)")+"]"+(q.length>0?" { "+k.call(q,", ")+" }":"")}if(H(t)){var ee=M?_.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):F.call(t);return"object"!==typeof t||M?ee:G(ee)}if(function(e){if(!e||"object"!==typeof e)return!1;if("undefined"!==typeof HTMLElement&&e instanceof HTMLElement)return!0;return"string"===typeof e.nodeName&&"function"===typeof e.getAttribute}(t)){for(var te="<"+C.call(String(t.nodeName)),ne=t.attributes||[],re=0;re<ne.length;re++)te+=" "+ne[re].name+"="+z(L(ne[re].value),"double",u);return te+=">",t.childNodes&&t.childNodes.length&&(te+="..."),te+="</"+C.call(String(t.nodeName))+">"}if($(t)){if(0===t.length)return"[]";var oe=X(t,I);return S&&!function(e){for(var t=0;t<e.length;t++)if(W(e[t],"\n")>=0)return!1;return!0}(oe)?"["+J(oe,S)+"]":"[ "+k.call(oe,", ")+" ]"}if(function(e){return"[object Error]"===U(e)&&(!N||!("object"===typeof e&&N in e))}(t)){var ie=X(t,I);return"cause"in Error.prototype||!("cause"in t)||O.call(t,"cause")?0===ie.length?"["+String(t)+"]":"{ ["+String(t)+"] "+k.call(ie,", ")+" }":"{ ["+String(t)+"] "+k.call(w.call("[cause]: "+I(t.cause),ie),", ")+" }"}if("object"===typeof t&&l){if(R&&"function"===typeof t[R]&&P)return P(t,{depth:x-r});if("symbol"!==l&&"function"===typeof t.inspect)return t.inspect()}if(function(e){if(!i||!e||"object"!==typeof e)return!1;try{i.call(e);try{c.call(e)}catch(te){return!0}return e instanceof Map}catch(t){}return!1}(t)){var ae=[];return a&&a.call(t,(function(e,n){ae.push(I(n,t,!0)+" => "+I(e,t))})),K("Map",i.call(t),ae,S)}if(function(e){if(!c||!e||"object"!==typeof e)return!1;try{c.call(e);try{i.call(e)}catch(t){return!0}return e instanceof Set}catch(n){}return!1}(t)){var ue=[];return s&&s.call(t,(function(e){ue.push(I(e,t))})),K("Set",c.call(t),ue,S)}if(function(e){if(!f||!e||"object"!==typeof e)return!1;try{f.call(e,f);try{d.call(e,d)}catch(te){return!0}return e instanceof WeakMap}catch(t){}return!1}(t))return Q("WeakMap");if(function(e){if(!d||!e||"object"!==typeof e)return!1;try{d.call(e,d);try{f.call(e,f)}catch(te){return!0}return e instanceof WeakSet}catch(t){}return!1}(t))return Q("WeakSet");if(function(e){if(!p||!e||"object"!==typeof e)return!1;try{return p.call(e),!0}catch(t){}return!1}(t))return Q("WeakRef");if(function(e){return"[object Number]"===U(e)&&(!N||!("object"===typeof e&&N in e))}(t))return G(I(Number(t)));if(function(e){if(!e||"object"!==typeof e||!E)return!1;try{return E.call(e),!0}catch(t){}return!1}(t))return G(I(E.call(t)));if(function(e){return"[object Boolean]"===U(e)&&(!N||!("object"===typeof e&&N in e))}(t))return G(h.call(t));if(function(e){return"[object String]"===U(e)&&(!N||!("object"===typeof e&&N in e))}(t))return G(I(String(t)));if(!function(e){return"[object Date]"===U(e)&&(!N||!("object"===typeof e&&N in e))}(t)&&!j(t)){var le=X(t,I),ce=T?T(t)===Object.prototype:t instanceof Object||t.constructor===Object,se=t instanceof Object?"":"null prototype",fe=!ce&&N&&Object(t)===t&&N in t?y.call(U(t),8,-1):se?"Object":"",de=(ce||"function"!==typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(fe||se?"["+k.call(w.call([],fe||[],se||[]),": ")+"] ":"");return 0===le.length?de+"{}":S?de+"{"+J(le,S)+"}":de+"{ "+k.call(le,", ")+" }"}return String(t)};var Y=Object.prototype.hasOwnProperty||function(e){return e in this};function V(e,t){return Y.call(e,t)}function U(e){return v.call(e)}function W(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1}function Z(e,t){if(e.length>t.maxStringLength){var n=e.length-t.maxStringLength,r="... "+n+" more character"+(n>1?"s":"");return Z(y.call(e,0,t.maxStringLength),t)+r}return z(_.call(_.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,q),"single",t)}function q(e){var t=e.charCodeAt(0),n={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return n?"\\"+n:"\\x"+(t<16?"0":"")+b.call(t.toString(16))}function G(e){return"Object("+e+")"}function Q(e){return e+" { ? }"}function K(e,t,n,r){return e+" ("+t+") {"+(r?J(n,r):k.call(n,", "))+"}"}function J(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+k.call(e,","+n)+"\n"+t.prev}function X(e,t){var n=$(e),r=[];if(n){r.length=e.length;for(var o=0;o<e.length;o++)r[o]=V(e,o)?t(e[o],e):""}var i,a="function"===typeof S?S(e):[];if(M){i={};for(var u=0;u<a.length;u++)i["$"+a[u]]=a[u]}for(var l in e)V(e,l)&&(n&&String(Number(l))===l&&l<e.length||M&&i["$"+l]instanceof Symbol||(D.call(/[^\w$]/,l)?r.push(t(l,e)+": "+t(e[l],e)):r.push(l+": "+t(e[l],e))));if("function"===typeof S)for(var c=0;c<a.length;c++)O.call(e,a[c])&&r.push("["+t(a[c])+"]: "+t(e[a[c]],e));return r}},206:function(e,t,n){"use strict";n.r(t),n.d(t,{Children:function(){return U},Component:function(){return u.wA},Fragment:function(){return u.HY},PureComponent:function(){return L},StrictMode:function(){return Me},Suspense:function(){return Q},SuspenseList:function(){return X},__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:function(){return Ce},cloneElement:function(){return Ae},createContext:function(){return u.kr},createElement:function(){return u.az},createFactory:function(){return we},createPortal:function(){return re},createRef:function(){return u.Vf},default:function(){return Ie},findDOMNode:function(){return Ee},flushSync:function(){return Fe},forwardRef:function(){return Y},hydrate:function(){return fe},isValidElement:function(){return ke},lazy:function(){return J},memo:function(){return $},render:function(){return se},startTransition:function(){return Ne},unmountComponentAtNode:function(){return xe},unstable_batchedUpdates:function(){return Se},useCallback:function(){return k},useContext:function(){return A},useDebugValue:function(){return x},useDeferredValue:function(){return Oe},useEffect:function(){return _},useErrorBoundary:function(){return E},useId:function(){return S},useImperativeHandle:function(){return D},useInsertionEffect:function(){return Be},useLayoutEffect:function(){return b},useMemo:function(){return w},useReducer:function(){return y},useRef:function(){return C},useState:function(){return g},useSyncExternalStore:function(){return Pe},useTransition:function(){return Te},version:function(){return De}});var r,o,i,a,u=n(856),l=0,c=[],s=[],f=u.YM.__b,d=u.YM.__r,p=u.YM.diffed,h=u.YM.__c,v=u.YM.unmount;function m(e,t){u.YM.__h&&u.YM.__h(o,e,l||t),l=0;var n=o.__H||(o.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({__V:s}),n.__[e]}function g(e){return l=1,y(P,e)}function y(e,t,n){var i=m(r++,2);if(i.t=e,!i.__c&&(i.__=[n?n(t):P(void 0,t),function(e){var t=i.__N?i.__N[0]:i.__[0],n=i.t(t,e);t!==n&&(i.__N=[n,i.__[1]],i.__c.setState({}))}],i.__c=o,!o.u)){var a=function(e,t,n){if(!i.__c.__H)return!0;var r=i.__c.__H.__.filter((function(e){return e.__c}));if(r.every((function(e){return!e.__N})))return!u||u.call(this,e,t,n);var o=!1;return r.forEach((function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(o=!0)}})),!(!o&&i.__c.props===e)&&(!u||u.call(this,e,t,n))};o.u=!0;var u=o.shouldComponentUpdate,l=o.componentWillUpdate;o.componentWillUpdate=function(e,t,n){if(this.__e){var r=u;u=void 0,a(e,t,n),u=r}l&&l.call(this,e,t,n)},o.shouldComponentUpdate=a}return i.__N||i.__}function _(e,t){var n=m(r++,3);!u.YM.__s&&B(n.__H,t)&&(n.__=e,n.i=t,o.__H.__h.push(n))}function b(e,t){var n=m(r++,4);!u.YM.__s&&B(n.__H,t)&&(n.__=e,n.i=t,o.__h.push(n))}function C(e){return l=5,w((function(){return{current:e}}),[])}function D(e,t,n){l=6,b((function(){return"function"==typeof e?(e(t()),function(){return e(null)}):e?(e.current=t(),function(){return e.current=null}):void 0}),null==n?n:n.concat(e))}function w(e,t){var n=m(r++,7);return B(n.__H,t)?(n.__V=e(),n.i=t,n.__h=e,n.__V):n.__}function k(e,t){return l=8,w((function(){return e}),t)}function A(e){var t=o.context[e.__c],n=m(r++,9);return n.c=e,t?(null==n.__&&(n.__=!0,t.sub(o)),t.props.value):e.__}function x(e,t){u.YM.useDebugValue&&u.YM.useDebugValue(t?t(e):e)}function E(e){var t=m(r++,10),n=g();return t.__=e,o.componentDidCatch||(o.componentDidCatch=function(e,r){t.__&&t.__(e,r),n[1](e)}),[n[0],function(){n[1](void 0)}]}function S(){var e=m(r++,11);if(!e.__){for(var t=o.__v;null!==t&&!t.__m&&null!==t.__;)t=t.__;var n=t.__m||(t.__m=[0,0]);e.__="P"+n[0]+"-"+n[1]++}return e.__}function F(){for(var e;e=c.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(O),e.__H.__h.forEach(T),e.__H.__h=[]}catch(o){e.__H.__h=[],u.YM.__e(o,e.__v)}}u.YM.__b=function(e){o=null,f&&f(e)},u.YM.__r=function(e){d&&d(e),r=0;var t=(o=e.__c).__H;t&&(i===o?(t.__h=[],o.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.__V=s,e.__N=e.i=void 0}))):(t.__h.forEach(O),t.__h.forEach(T),t.__h=[])),i=o},u.YM.diffed=function(e){p&&p(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==c.push(t)&&a===u.YM.requestAnimationFrame||((a=u.YM.requestAnimationFrame)||N)(F)),t.__H.__.forEach((function(e){e.i&&(e.__H=e.i),e.__V!==s&&(e.__=e.__V),e.i=void 0,e.__V=s}))),i=o=null},u.YM.__c=function(e,t){t.some((function(e){try{e.__h.forEach(O),e.__h=e.__h.filter((function(e){return!e.__||T(e)}))}catch(i){t.some((function(e){e.__h&&(e.__h=[])})),t=[],u.YM.__e(i,e.__v)}})),h&&h(e,t)},u.YM.unmount=function(e){v&&v(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach((function(e){try{O(e)}catch(e){t=e}})),n.__H=void 0,t&&u.YM.__e(t,n.__v))};var M="function"==typeof requestAnimationFrame;function N(e){var t,n=function(){clearTimeout(r),M&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);M&&(t=requestAnimationFrame(n))}function O(e){var t=o,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),o=t}function T(e){var t=o;e.__c=e.__(),o=t}function B(e,t){return!e||e.length!==t.length||t.some((function(t,n){return t!==e[n]}))}function P(e,t){return"function"==typeof t?t(e):t}function I(e,t){for(var n in t)e[n]=t[n];return e}function R(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var r in t)if("__source"!==r&&e[r]!==t[r])return!0;return!1}function z(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t}function L(e){this.props=e}function $(e,t){function n(e){var n=this.props.ref,r=n==e.ref;return!r&&n&&(n.call?n(null):n.current=null),t?!t(this.props,e)||!r:R(this.props,e)}function r(t){return this.shouldComponentUpdate=n,(0,u.az)(e,t)}return r.displayName="Memo("+(e.displayName||e.name)+")",r.prototype.isReactComponent=!0,r.__f=!0,r}(L.prototype=new u.wA).isPureReactComponent=!0,L.prototype.shouldComponentUpdate=function(e,t){return R(this.props,e)||R(this.state,t)};var j=u.YM.__b;u.YM.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),j&&j(e)};var H="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function Y(e){function t(t){var n=I({},t);return delete n.ref,e(n,t.ref||null)}return t.$$typeof=H,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}var V=function(e,t){return null==e?null:(0,u.bR)((0,u.bR)(e).map(t))},U={map:V,forEach:V,count:function(e){return e?(0,u.bR)(e).length:0},only:function(e){var t=(0,u.bR)(e);if(1!==t.length)throw"Children.only";return t[0]},toArray:u.bR},W=u.YM.__e;u.YM.__e=function(e,t,n,r){if(e.then)for(var o,i=t;i=i.__;)if((o=i.__c)&&o.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),o.__c(e,t);W(e,t,n,r)};var Z=u.YM.unmount;function q(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),e.__c.__H=null),null!=(e=I({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return q(e,t,n)}))),e}function G(e,t,n){return e&&(e.__v=null,e.__k=e.__k&&e.__k.map((function(e){return G(e,t,n)})),e.__c&&e.__c.__P===t&&(e.__e&&n.insertBefore(e.__e,e.__d),e.__c.__e=!0,e.__c.__P=n)),e}function Q(){this.__u=0,this.t=null,this.__b=null}function K(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function J(e){var t,n,r;function o(o){if(t||(t=e()).then((function(e){n=e.default||e}),(function(e){r=e})),r)throw r;if(!n)throw t;return(0,u.az)(n,o)}return o.displayName="Lazy",o.__f=!0,o}function X(){this.u=null,this.o=null}u.YM.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&!0===e.__h&&(e.type=null),Z&&Z(e)},(Q.prototype=new u.wA).__c=function(e,t){var n=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(n);var o=K(r.__v),i=!1,a=function(){i||(i=!0,n.__R=null,o?o(u):u())};n.__R=a;var u=function(){if(!--r.__u){if(r.state.__a){var e=r.state.__a;r.__v.__k[0]=G(e,e.__c.__P,e.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.t.pop();)t.forceUpdate()}},l=!0===t.__h;r.__u++||l||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(a,a)},Q.prototype.componentWillUnmount=function(){this.t=[]},Q.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),r=this.__v.__k[0].__c;this.__v.__k[0]=q(this.__b,n,r.__O=r.__P)}this.__b=null}var o=t.__a&&(0,u.az)(u.HY,null,e.fallback);return o&&(o.__h=null),[(0,u.az)(u.HY,null,t.__a?null:e.children),o]};var ee=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.u=n=n[2]}};function te(e){return this.getChildContext=function(){return e.context},e.children}function ne(e){var t=this,n=e.i;t.componentWillUnmount=function(){(0,u.sY)(null,t.l),t.l=null,t.i=null},t.i&&t.i!==n&&t.componentWillUnmount(),e.__v?(t.l||(t.i=n,t.l={nodeType:1,parentNode:n,childNodes:[],appendChild:function(e){this.childNodes.push(e),t.i.appendChild(e)},insertBefore:function(e,n){this.childNodes.push(e),t.i.appendChild(e)},removeChild:function(e){this.childNodes.splice(this.childNodes.indexOf(e)>>>1,1),t.i.removeChild(e)}}),(0,u.sY)((0,u.az)(te,{context:t.context},e.__v),t.l)):t.l&&t.componentWillUnmount()}function re(e,t){var n=(0,u.az)(ne,{__v:e,i:t});return n.containerInfo=t,n}(X.prototype=new u.wA).__a=function(e){var t=this,n=K(t.__v),r=t.o.get(e);return r[0]++,function(o){var i=function(){t.props.revealOrder?(r.push(o),ee(t,e,r)):o()};n?n(i):i()}},X.prototype.render=function(e){this.u=null,this.o=new Map;var t=(0,u.bR)(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},X.prototype.componentDidUpdate=X.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){ee(e,n,t)}))};var oe="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,ie=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,ae=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,ue=/[A-Z0-9]/g,le="undefined"!=typeof document,ce=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(e)};function se(e,t,n){return null==t.__k&&(t.textContent=""),(0,u.sY)(e,t),"function"==typeof n&&n(),e?e.__c:null}function fe(e,t,n){return(0,u.ZB)(e,t),"function"==typeof n&&n(),e?e.__c:null}u.wA.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(u.wA.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var de=u.YM.event;function pe(){}function he(){return this.cancelBubble}function ve(){return this.defaultPrevented}u.YM.event=function(e){return de&&(e=de(e)),e.persist=pe,e.isPropagationStopped=he,e.isDefaultPrevented=ve,e.nativeEvent=e};var me,ge={enumerable:!1,configurable:!0,get:function(){return this.class}},ye=u.YM.vnode;u.YM.vnode=function(e){"string"==typeof e.type&&function(e){var t=e.props,n=e.type,r={};for(var o in t){var i=t[o];if(!("value"===o&&"defaultValue"in t&&null==i||le&&"children"===o&&"noscript"===n||"class"===o||"className"===o)){var a=o.toLowerCase();"defaultValue"===o&&"value"in t&&null==t.value?o="value":"download"===o&&!0===i?i="":"ondoubleclick"===a?o="ondblclick":"onchange"!==a||"input"!==n&&"textarea"!==n||ce(t.type)?"onfocus"===a?o="onfocusin":"onblur"===a?o="onfocusout":ae.test(o)?o=a:-1===n.indexOf("-")&&ie.test(o)?o=o.replace(ue,"-$&").toLowerCase():null===i&&(i=void 0):a=o="oninput","oninput"===a&&r[o=a]&&(o="oninputCapture"),r[o]=i}}"select"==n&&r.multiple&&Array.isArray(r.value)&&(r.value=(0,u.bR)(t.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),"select"==n&&null!=r.defaultValue&&(r.value=(0,u.bR)(t.children).forEach((function(e){e.props.selected=r.multiple?-1!=r.defaultValue.indexOf(e.props.value):r.defaultValue==e.props.value}))),t.class&&!t.className?(r.class=t.class,Object.defineProperty(r,"className",ge)):(t.className&&!t.class||t.class&&t.className)&&(r.class=r.className=t.className),e.props=r}(e),e.$$typeof=oe,ye&&ye(e)};var _e=u.YM.__r;u.YM.__r=function(e){_e&&_e(e),me=e.__c};var be=u.YM.diffed;u.YM.diffed=function(e){be&&be(e);var t=e.props,n=e.__e;null!=n&&"textarea"===e.type&&"value"in t&&t.value!==n.value&&(n.value=null==t.value?"":t.value),me=null};var Ce={ReactCurrentDispatcher:{current:{readContext:function(e){return me.__n[e.__c].props.value}}}},De="17.0.2";function we(e){return u.az.bind(null,e)}function ke(e){return!!e&&e.$$typeof===oe}function Ae(e){return ke(e)?u.Tm.apply(null,arguments):e}function xe(e){return!!e.__k&&((0,u.sY)(null,e),!0)}function Ee(e){return e&&(e.base||1===e.nodeType&&e)||null}var Se=function(e,t){return e(t)},Fe=function(e,t){return e(t)},Me=u.HY;function Ne(e){e()}function Oe(e){return e}function Te(){return[!1,Ne]}var Be=b;function Pe(e,t){var n=t(),r=g({h:{__:n,v:t}}),o=r[0].h,i=r[1];return b((function(){o.__=n,o.v=t,z(o.__,t())||i({h:o})}),[e,n,t]),_((function(){return z(o.__,o.v())||i({h:o}),e((function(){z(o.__,o.v())||i({h:o})}))}),[e]),n}var Ie={useState:g,useId:S,useReducer:y,useEffect:_,useLayoutEffect:b,useInsertionEffect:Be,useTransition:Te,useDeferredValue:Oe,useSyncExternalStore:Pe,startTransition:Ne,useRef:C,useImperativeHandle:D,useMemo:w,useCallback:k,useContext:A,useDebugValue:x,version:"17.0.2",Children:U,render:se,hydrate:fe,unmountComponentAtNode:xe,createPortal:re,createElement:u.az,createContext:u.kr,createFactory:we,cloneElement:Ae,createRef:u.Vf,Fragment:u.HY,isValidElement:ke,findDOMNode:Ee,Component:u.wA,PureComponent:L,memo:$,forwardRef:Y,flushSync:Fe,unstable_batchedUpdates:Se,StrictMode:Me,Suspense:Q,SuspenseList:X,lazy:J,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:Ce}},856:function(e,t,n){"use strict";n.d(t,{HY:function(){return _},Tm:function(){return H},Vf:function(){return y},YM:function(){return o},ZB:function(){return j},az:function(){return m},bR:function(){return E},kr:function(){return Y},sY:function(){return $},wA:function(){return b}});var r,o,i,a,u,l,c,s,f={},d=[],p=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function h(e,t){for(var n in t)e[n]=t[n];return e}function v(e){var t=e.parentNode;t&&t.removeChild(e)}function m(e,t,n){var o,i,a,u={};for(a in t)"key"==a?o=t[a]:"ref"==a?i=t[a]:u[a]=t[a];if(arguments.length>2&&(u.children=arguments.length>3?r.call(arguments,2):n),"function"==typeof e&&null!=e.defaultProps)for(a in e.defaultProps)void 0===u[a]&&(u[a]=e.defaultProps[a]);return g(e,u,o,i,null)}function g(e,t,n,r,a){var u={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==a?++i:a};return null==a&&null!=o.vnode&&o.vnode(u),u}function y(){return{current:null}}function _(e){return e.children}function b(e,t){this.props=e,this.context=t}function C(e,t){if(null==t)return e.__?C(e.__,e.__.__k.indexOf(e)+1):null;for(var n;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e)return n.__e;return"function"==typeof e.type?C(e):null}function D(e){var t,n;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e){e.__e=e.__c.base=n.__e;break}return D(e)}}function w(e){(!e.__d&&(e.__d=!0)&&a.push(e)&&!k.__r++||u!==o.debounceRendering)&&((u=o.debounceRendering)||l)(k)}function k(){var e,t,n,r,o,i,u,l;for(a.sort(c);e=a.shift();)e.__d&&(t=a.length,r=void 0,o=void 0,u=(i=(n=e).__v).__e,(l=n.__P)&&(r=[],(o=h({},i)).__v=i.__v+1,B(l,i,o,n.__n,void 0!==l.ownerSVGElement,null!=i.__h?[u]:null,r,null==u?C(i):u,i.__h),P(r,i),i.__e!=u&&D(i)),a.length>t&&a.sort(c));k.__r=0}function A(e,t,n,r,o,i,a,u,l,c){var s,p,h,v,m,y,b,D=r&&r.__k||d,w=D.length;for(n.__k=[],s=0;s<t.length;s++)if(null!=(v=n.__k[s]=null==(v=t[s])||"boolean"==typeof v||"function"==typeof v?null:"string"==typeof v||"number"==typeof v||"bigint"==typeof v?g(null,v,null,null,v):Array.isArray(v)?g(_,{children:v},null,null,null):v.__b>0?g(v.type,v.props,v.key,v.ref?v.ref:null,v.__v):v)){if(v.__=n,v.__b=n.__b+1,null===(h=D[s])||h&&v.key==h.key&&v.type===h.type)D[s]=void 0;else for(p=0;p<w;p++){if((h=D[p])&&v.key==h.key&&v.type===h.type){D[p]=void 0;break}h=null}B(e,v,h=h||f,o,i,a,u,l,c),m=v.__e,(p=v.ref)&&h.ref!=p&&(b||(b=[]),h.ref&&b.push(h.ref,null,v),b.push(p,v.__c||m,v)),null!=m?(null==y&&(y=m),"function"==typeof v.type&&v.__k===h.__k?v.__d=l=x(v,l,e):l=S(e,v,h,D,m,l),"function"==typeof n.type&&(n.__d=l)):l&&h.__e==l&&l.parentNode!=e&&(l=C(h))}for(n.__e=y,s=w;s--;)null!=D[s]&&("function"==typeof n.type&&null!=D[s].__e&&D[s].__e==n.__d&&(n.__d=F(r).nextSibling),z(D[s],D[s]));if(b)for(s=0;s<b.length;s++)R(b[s],b[++s],b[++s])}function x(e,t,n){for(var r,o=e.__k,i=0;o&&i<o.length;i++)(r=o[i])&&(r.__=e,t="function"==typeof r.type?x(r,t,n):S(n,r,r,o,r.__e,t));return t}function E(e,t){return t=t||[],null==e||"boolean"==typeof e||(Array.isArray(e)?e.some((function(e){E(e,t)})):t.push(e)),t}function S(e,t,n,r,o,i){var a,u,l;if(void 0!==t.__d)a=t.__d,t.__d=void 0;else if(null==n||o!=i||null==o.parentNode)e:if(null==i||i.parentNode!==e)e.appendChild(o),a=null;else{for(u=i,l=0;(u=u.nextSibling)&&l<r.length;l+=1)if(u==o)break e;e.insertBefore(o,i),a=i}return void 0!==a?a:o.nextSibling}function F(e){var t,n,r;if(null==e.type||"string"==typeof e.type)return e.__e;if(e.__k)for(t=e.__k.length-1;t>=0;t--)if((n=e.__k[t])&&(r=F(n)))return r;return null}function M(e,t,n){"-"===t[0]?e.setProperty(t,null==n?"":n):e[t]=null==n?"":"number"!=typeof n||p.test(t)?n:n+"px"}function N(e,t,n,r,o){var i;e:if("style"===t)if("string"==typeof n)e.style.cssText=n;else{if("string"==typeof r&&(e.style.cssText=r=""),r)for(t in r)n&&t in n||M(e.style,t,"");if(n)for(t in n)r&&n[t]===r[t]||M(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])i=t!==(t=t.replace(/Capture$/,"")),t=t.toLowerCase()in e?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+i]=n,n?r||e.addEventListener(t,i?T:O,i):e.removeEventListener(t,i?T:O,i);else if("dangerouslySetInnerHTML"!==t){if(o)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!==t&&"height"!==t&&"href"!==t&&"list"!==t&&"form"!==t&&"tabIndex"!==t&&"download"!==t&&t in e)try{e[t]=null==n?"":n;break e}catch(e){}"function"==typeof n||(null==n||!1===n&&"-"!==t[4]?e.removeAttribute(t):e.setAttribute(t,n))}}function O(e){return this.l[e.type+!1](o.event?o.event(e):e)}function T(e){return this.l[e.type+!0](o.event?o.event(e):e)}function B(e,t,n,r,i,a,u,l,c){var s,f,d,p,v,m,g,y,C,D,w,k,x,E,S,F=t.type;if(void 0!==t.constructor)return null;null!=n.__h&&(c=n.__h,l=t.__e=n.__e,t.__h=null,a=[l]),(s=o.__b)&&s(t);try{e:if("function"==typeof F){if(y=t.props,C=(s=F.contextType)&&r[s.__c],D=s?C?C.props.value:s.__:r,n.__c?g=(f=t.__c=n.__c).__=f.__E:("prototype"in F&&F.prototype.render?t.__c=f=new F(y,D):(t.__c=f=new b(y,D),f.constructor=F,f.render=L),C&&C.sub(f),f.props=y,f.state||(f.state={}),f.context=D,f.__n=r,d=f.__d=!0,f.__h=[],f._sb=[]),null==f.__s&&(f.__s=f.state),null!=F.getDerivedStateFromProps&&(f.__s==f.state&&(f.__s=h({},f.__s)),h(f.__s,F.getDerivedStateFromProps(y,f.__s))),p=f.props,v=f.state,f.__v=t,d)null==F.getDerivedStateFromProps&&null!=f.componentWillMount&&f.componentWillMount(),null!=f.componentDidMount&&f.__h.push(f.componentDidMount);else{if(null==F.getDerivedStateFromProps&&y!==p&&null!=f.componentWillReceiveProps&&f.componentWillReceiveProps(y,D),!f.__e&&null!=f.shouldComponentUpdate&&!1===f.shouldComponentUpdate(y,f.__s,D)||t.__v===n.__v){for(t.__v!==n.__v&&(f.props=y,f.state=f.__s,f.__d=!1),f.__e=!1,t.__e=n.__e,t.__k=n.__k,t.__k.forEach((function(e){e&&(e.__=t)})),w=0;w<f._sb.length;w++)f.__h.push(f._sb[w]);f._sb=[],f.__h.length&&u.push(f);break e}null!=f.componentWillUpdate&&f.componentWillUpdate(y,f.__s,D),null!=f.componentDidUpdate&&f.__h.push((function(){f.componentDidUpdate(p,v,m)}))}if(f.context=D,f.props=y,f.__P=e,k=o.__r,x=0,"prototype"in F&&F.prototype.render){for(f.state=f.__s,f.__d=!1,k&&k(t),s=f.render(f.props,f.state,f.context),E=0;E<f._sb.length;E++)f.__h.push(f._sb[E]);f._sb=[]}else do{f.__d=!1,k&&k(t),s=f.render(f.props,f.state,f.context),f.state=f.__s}while(f.__d&&++x<25);f.state=f.__s,null!=f.getChildContext&&(r=h(h({},r),f.getChildContext())),d||null==f.getSnapshotBeforeUpdate||(m=f.getSnapshotBeforeUpdate(p,v)),S=null!=s&&s.type===_&&null==s.key?s.props.children:s,A(e,Array.isArray(S)?S:[S],t,n,r,i,a,u,l,c),f.base=t.__e,t.__h=null,f.__h.length&&u.push(f),g&&(f.__E=f.__=null),f.__e=!1}else null==a&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=I(n.__e,t,n,r,i,a,u,c);(s=o.diffed)&&s(t)}catch(e){t.__v=null,(c||null!=a)&&(t.__e=l,t.__h=!!c,a[a.indexOf(l)]=null),o.__e(e,t,n)}}function P(e,t){o.__c&&o.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){o.__e(e,t.__v)}}))}function I(e,t,n,o,i,a,u,l){var c,s,d,p=n.props,h=t.props,m=t.type,g=0;if("svg"===m&&(i=!0),null!=a)for(;g<a.length;g++)if((c=a[g])&&"setAttribute"in c==!!m&&(m?c.localName===m:3===c.nodeType)){e=c,a[g]=null;break}if(null==e){if(null===m)return document.createTextNode(h);e=i?document.createElementNS("http://www.w3.org/2000/svg",m):document.createElement(m,h.is&&h),a=null,l=!1}if(null===m)p===h||l&&e.data===h||(e.data=h);else{if(a=a&&r.call(e.childNodes),s=(p=n.props||f).dangerouslySetInnerHTML,d=h.dangerouslySetInnerHTML,!l){if(null!=a)for(p={},g=0;g<e.attributes.length;g++)p[e.attributes[g].name]=e.attributes[g].value;(d||s)&&(d&&(s&&d.__html==s.__html||d.__html===e.innerHTML)||(e.innerHTML=d&&d.__html||""))}if(function(e,t,n,r,o){var i;for(i in n)"children"===i||"key"===i||i in t||N(e,i,null,n[i],r);for(i in t)o&&"function"!=typeof t[i]||"children"===i||"key"===i||"value"===i||"checked"===i||n[i]===t[i]||N(e,i,t[i],n[i],r)}(e,h,p,i,l),d)t.__k=[];else if(g=t.props.children,A(e,Array.isArray(g)?g:[g],t,n,o,i&&"foreignObject"!==m,a,u,a?a[0]:n.__k&&C(n,0),l),null!=a)for(g=a.length;g--;)null!=a[g]&&v(a[g]);l||("value"in h&&void 0!==(g=h.value)&&(g!==e.value||"progress"===m&&!g||"option"===m&&g!==p.value)&&N(e,"value",g,p.value,!1),"checked"in h&&void 0!==(g=h.checked)&&g!==e.checked&&N(e,"checked",g,p.checked,!1))}return e}function R(e,t,n){try{"function"==typeof e?e(t):e.current=t}catch(e){o.__e(e,n)}}function z(e,t,n){var r,i;if(o.unmount&&o.unmount(e),(r=e.ref)&&(r.current&&r.current!==e.__e||R(r,null,t)),null!=(r=e.__c)){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(e){o.__e(e,t)}r.base=r.__P=null,e.__c=void 0}if(r=e.__k)for(i=0;i<r.length;i++)r[i]&&z(r[i],t,n||"function"!=typeof e.type);n||null==e.__e||v(e.__e),e.__=e.__e=e.__d=void 0}function L(e,t,n){return this.constructor(e,n)}function $(e,t,n){var i,a,u;o.__&&o.__(e,t),a=(i="function"==typeof n)?null:n&&n.__k||t.__k,u=[],B(t,e=(!i&&n||t).__k=m(_,null,[e]),a||f,f,void 0!==t.ownerSVGElement,!i&&n?[n]:a?null:t.firstChild?r.call(t.childNodes):null,u,!i&&n?n:a?a.__e:t.firstChild,i),P(u,e)}function j(e,t){$(e,t,j)}function H(e,t,n){var o,i,a,u=h({},e.props);for(a in t)"key"==a?o=t[a]:"ref"==a?i=t[a]:u[a]=t[a];return arguments.length>2&&(u.children=arguments.length>3?r.call(arguments,2):n),g(e.type,u,o||e.key,i||e.ref,null)}function Y(e,t){var n={__c:t="__cC"+s++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var n,r;return this.getChildContext||(n=[],(r={})[t]=this,this.getChildContext=function(){return r},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&n.some((function(e){e.__e=!0,w(e)}))},this.sub=function(e){n.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n.splice(n.indexOf(e),1),t&&t.call(e)}}),e.children}};return n.Provider.__=n.Consumer.contextType=n}r=d.slice,o={__e:function(e,t,n,r){for(var o,i,a;t=t.__;)if((o=t.__c)&&!o.__)try{if((i=o.constructor)&&null!=i.getDerivedStateFromError&&(o.setState(i.getDerivedStateFromError(e)),a=o.__d),null!=o.componentDidCatch&&(o.componentDidCatch(e,r||{}),a=o.__d),a)return o.__E=o}catch(t){e=t}throw e}},i=0,b.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=h({},this.state),"function"==typeof e&&(e=e(h({},n),this.props)),e&&h(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),w(this))},b.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),w(this))},b.prototype.render=_,a=[],l="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,c=function(e,t){return e.__v.__b-t.__v.__b},k.__r=0,s=0},609:function(e){"use strict";var t=String.prototype.replace,n=/%20/g,r="RFC1738",o="RFC3986";e.exports={default:o,formatters:{RFC1738:function(e){return t.call(e,n,"+")},RFC3986:function(e){return String(e)}},RFC1738:r,RFC3986:o}},776:function(e,t,n){"use strict";var r=n(816),o=n(668),i=n(609);e.exports={formats:i,parse:o,stringify:r}},668:function(e,t,n){"use strict";var r=n(837),o=Object.prototype.hasOwnProperty,i=Array.isArray,a={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:r.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},u=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},l=function(e,t){return e&&"string"===typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},c=function(e,t,n,r){if(e){var i=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,a=/(\[[^[\]]*])/g,u=n.depth>0&&/(\[[^[\]]*])/.exec(i),c=u?i.slice(0,u.index):i,s=[];if(c){if(!n.plainObjects&&o.call(Object.prototype,c)&&!n.allowPrototypes)return;s.push(c)}for(var f=0;n.depth>0&&null!==(u=a.exec(i))&&f<n.depth;){if(f+=1,!n.plainObjects&&o.call(Object.prototype,u[1].slice(1,-1))&&!n.allowPrototypes)return;s.push(u[1])}return u&&s.push("["+i.slice(u.index)+"]"),function(e,t,n,r){for(var o=r?t:l(t,n),i=e.length-1;i>=0;--i){var a,u=e[i];if("[]"===u&&n.parseArrays)a=[].concat(o);else{a=n.plainObjects?Object.create(null):{};var c="["===u.charAt(0)&&"]"===u.charAt(u.length-1)?u.slice(1,-1):u,s=parseInt(c,10);n.parseArrays||""!==c?!isNaN(s)&&u!==c&&String(s)===c&&s>=0&&n.parseArrays&&s<=n.arrayLimit?(a=[])[s]=o:"__proto__"!==c&&(a[c]=o):a={0:o}}o=a}return o}(s,t,n,r)}};e.exports=function(e,t){var n=function(e){if(!e)return a;if(null!==e.decoder&&void 0!==e.decoder&&"function"!==typeof e.decoder)throw new TypeError("Decoder has to be a function.");if("undefined"!==typeof e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t="undefined"===typeof e.charset?a.charset:e.charset;return{allowDots:"undefined"===typeof e.allowDots?a.allowDots:!!e.allowDots,allowPrototypes:"boolean"===typeof e.allowPrototypes?e.allowPrototypes:a.allowPrototypes,allowSparse:"boolean"===typeof e.allowSparse?e.allowSparse:a.allowSparse,arrayLimit:"number"===typeof e.arrayLimit?e.arrayLimit:a.arrayLimit,charset:t,charsetSentinel:"boolean"===typeof e.charsetSentinel?e.charsetSentinel:a.charsetSentinel,comma:"boolean"===typeof e.comma?e.comma:a.comma,decoder:"function"===typeof e.decoder?e.decoder:a.decoder,delimiter:"string"===typeof e.delimiter||r.isRegExp(e.delimiter)?e.delimiter:a.delimiter,depth:"number"===typeof e.depth||!1===e.depth?+e.depth:a.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"===typeof e.interpretNumericEntities?e.interpretNumericEntities:a.interpretNumericEntities,parameterLimit:"number"===typeof e.parameterLimit?e.parameterLimit:a.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"===typeof e.plainObjects?e.plainObjects:a.plainObjects,strictNullHandling:"boolean"===typeof e.strictNullHandling?e.strictNullHandling:a.strictNullHandling}}(t);if(""===e||null===e||"undefined"===typeof e)return n.plainObjects?Object.create(null):{};for(var s="string"===typeof e?function(e,t){var n,c={},s=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,f=t.parameterLimit===1/0?void 0:t.parameterLimit,d=s.split(t.delimiter,f),p=-1,h=t.charset;if(t.charsetSentinel)for(n=0;n<d.length;++n)0===d[n].indexOf("utf8=")&&("utf8=%E2%9C%93"===d[n]?h="utf-8":"utf8=%26%2310003%3B"===d[n]&&(h="iso-8859-1"),p=n,n=d.length);for(n=0;n<d.length;++n)if(n!==p){var v,m,g=d[n],y=g.indexOf("]="),_=-1===y?g.indexOf("="):y+1;-1===_?(v=t.decoder(g,a.decoder,h,"key"),m=t.strictNullHandling?null:""):(v=t.decoder(g.slice(0,_),a.decoder,h,"key"),m=r.maybeMap(l(g.slice(_+1),t),(function(e){return t.decoder(e,a.decoder,h,"value")}))),m&&t.interpretNumericEntities&&"iso-8859-1"===h&&(m=u(m)),g.indexOf("[]=")>-1&&(m=i(m)?[m]:m),o.call(c,v)?c[v]=r.combine(c[v],m):c[v]=m}return c}(e,n):e,f=n.plainObjects?Object.create(null):{},d=Object.keys(s),p=0;p<d.length;++p){var h=d[p],v=c(h,s[h],n,"string"===typeof e);f=r.merge(f,v,n)}return!0===n.allowSparse?f:r.compact(f)}},816:function(e,t,n){"use strict";var r=n(170),o=n(837),i=n(609),a=Object.prototype.hasOwnProperty,u={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},l=Array.isArray,c=Array.prototype.push,s=function(e,t){c.apply(e,l(t)?t:[t])},f=Date.prototype.toISOString,d=i.default,p={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:o.encode,encodeValuesOnly:!1,format:d,formatter:i.formatters[d],indices:!1,serializeDate:function(e){return f.call(e)},skipNulls:!1,strictNullHandling:!1},h={},v=function e(t,n,i,a,u,c,f,d,v,m,g,y,_,b,C,D){for(var w,k=t,A=D,x=0,E=!1;void 0!==(A=A.get(h))&&!E;){var S=A.get(t);if(x+=1,"undefined"!==typeof S){if(S===x)throw new RangeError("Cyclic object value");E=!0}"undefined"===typeof A.get(h)&&(x=0)}if("function"===typeof d?k=d(n,k):k instanceof Date?k=g(k):"comma"===i&&l(k)&&(k=o.maybeMap(k,(function(e){return e instanceof Date?g(e):e}))),null===k){if(u)return f&&!b?f(n,p.encoder,C,"key",y):n;k=""}if("string"===typeof(w=k)||"number"===typeof w||"boolean"===typeof w||"symbol"===typeof w||"bigint"===typeof w||o.isBuffer(k))return f?[_(b?n:f(n,p.encoder,C,"key",y))+"="+_(f(k,p.encoder,C,"value",y))]:[_(n)+"="+_(String(k))];var F,M=[];if("undefined"===typeof k)return M;if("comma"===i&&l(k))b&&f&&(k=o.maybeMap(k,f)),F=[{value:k.length>0?k.join(",")||null:void 0}];else if(l(d))F=d;else{var N=Object.keys(k);F=v?N.sort(v):N}for(var O=a&&l(k)&&1===k.length?n+"[]":n,T=0;T<F.length;++T){var B=F[T],P="object"===typeof B&&"undefined"!==typeof B.value?B.value:k[B];if(!c||null!==P){var I=l(k)?"function"===typeof i?i(O,B):O:O+(m?"."+B:"["+B+"]");D.set(t,x);var R=r();R.set(h,D),s(M,e(P,I,i,a,u,c,"comma"===i&&b&&l(k)?null:f,d,v,m,g,y,_,b,C,R))}}return M};e.exports=function(e,t){var n,o=e,c=function(e){if(!e)return p;if(null!==e.encoder&&"undefined"!==typeof e.encoder&&"function"!==typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||p.charset;if("undefined"!==typeof e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=i.default;if("undefined"!==typeof e.format){if(!a.call(i.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var r=i.formatters[n],o=p.filter;return("function"===typeof e.filter||l(e.filter))&&(o=e.filter),{addQueryPrefix:"boolean"===typeof e.addQueryPrefix?e.addQueryPrefix:p.addQueryPrefix,allowDots:"undefined"===typeof e.allowDots?p.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"===typeof e.charsetSentinel?e.charsetSentinel:p.charsetSentinel,delimiter:"undefined"===typeof e.delimiter?p.delimiter:e.delimiter,encode:"boolean"===typeof e.encode?e.encode:p.encode,encoder:"function"===typeof e.encoder?e.encoder:p.encoder,encodeValuesOnly:"boolean"===typeof e.encodeValuesOnly?e.encodeValuesOnly:p.encodeValuesOnly,filter:o,format:n,formatter:r,serializeDate:"function"===typeof e.serializeDate?e.serializeDate:p.serializeDate,skipNulls:"boolean"===typeof e.skipNulls?e.skipNulls:p.skipNulls,sort:"function"===typeof e.sort?e.sort:null,strictNullHandling:"boolean"===typeof e.strictNullHandling?e.strictNullHandling:p.strictNullHandling}}(t);"function"===typeof c.filter?o=(0,c.filter)("",o):l(c.filter)&&(n=c.filter);var f,d=[];if("object"!==typeof o||null===o)return"";f=t&&t.arrayFormat in u?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var h=u[f];if(t&&"commaRoundTrip"in t&&"boolean"!==typeof t.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var m="comma"===h&&t&&t.commaRoundTrip;n||(n=Object.keys(o)),c.sort&&n.sort(c.sort);for(var g=r(),y=0;y<n.length;++y){var _=n[y];c.skipNulls&&null===o[_]||s(d,v(o[_],_,h,m,c.strictNullHandling,c.skipNulls,c.encode?c.encoder:null,c.filter,c.sort,c.allowDots,c.serializeDate,c.format,c.formatter,c.encodeValuesOnly,c.charset,g))}var b=d.join(c.delimiter),C=!0===c.addQueryPrefix?"?":"";return c.charsetSentinel&&("iso-8859-1"===c.charset?C+="utf8=%26%2310003%3B&":C+="utf8=%E2%9C%93&"),b.length>0?C+b:""}},837:function(e,t,n){"use strict";var r=n(609),o=Object.prototype.hasOwnProperty,i=Array.isArray,a=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),u=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},r=0;r<e.length;++r)"undefined"!==typeof e[r]&&(n[r]=e[r]);return n};e.exports={arrayToObject:u,assign:function(e,t){return Object.keys(t).reduce((function(e,n){return e[n]=t[n],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],r=0;r<t.length;++r)for(var o=t[r],a=o.obj[o.prop],u=Object.keys(a),l=0;l<u.length;++l){var c=u[l],s=a[c];"object"===typeof s&&null!==s&&-1===n.indexOf(s)&&(t.push({obj:a,prop:c}),n.push(s))}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(i(n)){for(var r=[],o=0;o<n.length;++o)"undefined"!==typeof n[o]&&r.push(n[o]);t.obj[t.prop]=r}}}(t),e},decode:function(e,t,n){var r=e.replace(/\+/g," ");if("iso-8859-1"===n)return r.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(r)}catch(o){return r}},encode:function(e,t,n,o,i){if(0===e.length)return e;var u=e;if("symbol"===typeof e?u=Symbol.prototype.toString.call(e):"string"!==typeof e&&(u=String(e)),"iso-8859-1"===n)return escape(u).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var l="",c=0;c<u.length;++c){var s=u.charCodeAt(c);45===s||46===s||95===s||126===s||s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122||i===r.RFC1738&&(40===s||41===s)?l+=u.charAt(c):s<128?l+=a[s]:s<2048?l+=a[192|s>>6]+a[128|63&s]:s<55296||s>=57344?l+=a[224|s>>12]+a[128|s>>6&63]+a[128|63&s]:(c+=1,s=65536+((1023&s)<<10|1023&u.charCodeAt(c)),l+=a[240|s>>18]+a[128|s>>12&63]+a[128|s>>6&63]+a[128|63&s])}return l},isBuffer:function(e){return!(!e||"object"!==typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(i(e)){for(var n=[],r=0;r<e.length;r+=1)n.push(t(e[r]));return n}return t(e)},merge:function e(t,n,r){if(!n)return t;if("object"!==typeof n){if(i(t))t.push(n);else{if(!t||"object"!==typeof t)return[t,n];(r&&(r.plainObjects||r.allowPrototypes)||!o.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!==typeof t)return[t].concat(n);var a=t;return i(t)&&!i(n)&&(a=u(t,r)),i(t)&&i(n)?(n.forEach((function(n,i){if(o.call(t,i)){var a=t[i];a&&"object"===typeof a&&n&&"object"===typeof n?t[i]=e(a,n,r):t.push(n)}else t[i]=n})),t):Object.keys(n).reduce((function(t,i){var a=n[i];return o.call(t,i)?t[i]=e(t[i],a,r):t[i]=a,t}),a)}}},111:function(e,t,n){e.exports=n(282)},282:function(e,t,n){"use strict";var r,o=(r=n(206))&&"object"==typeof r&&"default"in r?r.default:r,i=n(206);function a(){return(a=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function u(e,t){e.prototype=Object.create(t.prototype),function(e,t){for(var n=Object.getOwnPropertyNames(t),r=0;r<n.length;r++){var o=n[r],i=Object.getOwnPropertyDescriptor(t,o);i&&i.configurable&&void 0===e[o]&&Object.defineProperty(e,o,i)}}(e.prototype.constructor=e,t)}function l(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var c=function(e,t,n,r,o,i,a,u){if(!e){var l;if(void 0===t)l=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[n,r,o,i,a,u],s=0;(l=new Error(t.replace(/%s/g,(function(){return c[s++]})))).name="Invariant Violation"}throw l.framesToPop=1,l}};function s(e,t,n){if("selectionStart"in e&&"selectionEnd"in e)e.selectionStart=t,e.selectionEnd=n;else{var r=e.createTextRange();r.collapse(!0),r.moveStart("character",t),r.moveEnd("character",n-t),r.select()}}var f={9:"[0-9]",a:"[A-Za-z]","*":"[A-Za-z0-9]"};function d(e,t,n){var r="",o="",i=null,a=[];if(void 0===t&&(t="_"),null==n&&(n=f),!e||"string"!=typeof e)return{maskChar:t,formatChars:n,mask:null,prefix:null,lastEditablePosition:null,permanents:[]};var u=!1;return e.split("").forEach((function(e){u=!u&&"\\"===e||(u||!n[e]?(a.push(r.length),r.length===a.length-1&&(o+=e)):i=r.length+1,r+=e,!1)})),{maskChar:t,formatChars:n,prefix:o,mask:r,lastEditablePosition:i,permanents:a}}function p(e,t){return-1!==e.permanents.indexOf(t)}function h(e,t,n){var r=e.mask,o=e.formatChars;if(!n)return!1;if(p(e,t))return r[t]===n;var i=o[r[t]];return new RegExp(i).test(n)}function v(e,t){return t.split("").every((function(t,n){return p(e,n)||!h(e,n,t)}))}function m(e,t){var n=e.maskChar,r=e.prefix;if(!n){for(;t.length>r.length&&p(e,t.length-1);)t=t.slice(0,t.length-1);return t.length}for(var o=r.length,i=t.length;i>=r.length;i--){var a=t[i];if(!p(e,i)&&h(e,i,a)){o=i+1;break}}return o}function g(e,t){return m(e,t)===e.mask.length}function y(e,t){var n=e.maskChar,r=e.mask,o=e.prefix;if(!n){for((t=_(e,"",t,0)).length<o.length&&(t=o);t.length<r.length&&p(e,t.length);)t+=r[t.length];return t}if(t)return _(e,y(e,""),t,0);for(var i=0;i<r.length;i++)p(e,i)?t+=r[i]:t+=n;return t}function _(e,t,n,r){var o=e.mask,i=e.maskChar,a=e.prefix,u=n.split(""),l=g(e,t);return!i&&r>t.length&&(t+=o.slice(t.length,r)),u.every((function(n){for(;s=n,p(e,c=r)&&s!==o[c];){if(r>=t.length&&(t+=o[r]),u=n,i&&p(e,r)&&u===i)return!0;if(++r>=o.length)return!1}var u,c,s;return!h(e,r,n)&&n!==i||(r<t.length?t=i||l||r<a.length?t.slice(0,r)+n+t.slice(r+1):(t=t.slice(0,r)+n+t.slice(r),y(e,t)):i||(t+=n),++r<o.length)})),t}function b(e,t){for(var n=e.mask,r=t;r<n.length;++r)if(!p(e,r))return r;return null}function C(e){return e||0===e?e+"":""}function D(e,t,n,r,o){var i=e.mask,a=e.prefix,u=e.lastEditablePosition,l=t,c="",s=0,f=0,d=Math.min(o.start,n.start);return n.end>o.start?f=(s=function(e,t,n,r){var o=e.mask,i=e.maskChar,a=n.split(""),u=r;return a.every((function(t){for(;a=t,p(e,n=r)&&a!==o[n];)if(++r>=o.length)return!1;var n,a;return(h(e,r,t)||t===i)&&r++,r<o.length})),r-u}(e,0,c=l.slice(o.start,n.end),d))?o.length:0:l.length<r.length&&(f=r.length-l.length),l=r,f&&(1!==f||o.length||(d=o.start===n.start?b(e,n.start):function(e,t){for(var n=t;0<=n;--n)if(!p(e,n))return n;return null}(e,n.start)),l=function(e,t,n,r){var o=n+r,i=e.maskChar,a=e.mask,u=e.prefix,l=t.split("");if(i)return l.map((function(t,r){return r<n||o<=r?t:p(e,r)?a[r]:i})).join("");for(var c=o;c<l.length;c++)p(e,c)&&(l[c]="");return n=Math.max(u.length,n),l.splice(n,o-n),t=l.join(""),y(e,t)}(e,l,d,f)),l=_(e,l,c,d),(d+=s)>=i.length?d=i.length:d<a.length&&!s?d=a.length:d>=a.length&&d<u&&s&&(d=b(e,d)),c||(c=null),{value:l=y(e,l),enteredString:c,selection:{start:d,end:d}}}function w(e){return"function"==typeof e}function k(){return window.cancelAnimationFrame||window.webkitCancelRequestAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame}function A(e){return(k()?window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame:function(){return setTimeout(e,1e3/60)})(e)}function x(e){(k()||clearTimeout)(e)}var E=function(e){function t(t){var n=e.call(this,t)||this;n.focused=!1,n.mounted=!1,n.previousSelection=null,n.selectionDeferId=null,n.saveSelectionLoopDeferId=null,n.saveSelectionLoop=function(){n.previousSelection=n.getSelection(),n.saveSelectionLoopDeferId=A(n.saveSelectionLoop)},n.runSaveSelectionLoop=function(){null===n.saveSelectionLoopDeferId&&n.saveSelectionLoop()},n.stopSaveSelectionLoop=function(){null!==n.saveSelectionLoopDeferId&&(x(n.saveSelectionLoopDeferId),n.saveSelectionLoopDeferId=null,n.previousSelection=null)},n.getInputDOMNode=function(){if(!n.mounted)return null;var e=i.findDOMNode(l(l(n))),t="undefined"!=typeof window&&e instanceof window.Element;if(e&&!t)return null;if("INPUT"!==e.nodeName&&(e=e.querySelector("input")),!e)throw new Error("react-input-mask: inputComponent doesn't contain input node");return e},n.getInputValue=function(){var e=n.getInputDOMNode();return e?e.value:null},n.setInputValue=function(e){var t=n.getInputDOMNode();t&&(n.value=e,t.value=e)},n.setCursorToEnd=function(){var e=m(n.maskOptions,n.value),t=b(n.maskOptions,e);null!==t&&n.setCursorPosition(t)},n.setSelection=function(e,t,r){void 0===r&&(r={});var o=n.getInputDOMNode(),i=n.isFocused();o&&i&&(r.deferred||s(o,e,t),null!==n.selectionDeferId&&x(n.selectionDeferId),n.selectionDeferId=A((function(){n.selectionDeferId=null,s(o,e,t)})),n.previousSelection={start:e,end:t,length:Math.abs(t-e)})},n.getSelection=function(){return function(e){var t=0,n=0;if("selectionStart"in e&&"selectionEnd"in e)t=e.selectionStart,n=e.selectionEnd;else{var r=document.selection.createRange();r.parentElement()===e&&(t=-r.moveStart("character",-e.value.length),n=-r.moveEnd("character",-e.value.length))}return{start:t,end:n,length:n-t}}(n.getInputDOMNode())},n.getCursorPosition=function(){return n.getSelection().start},n.setCursorPosition=function(e){n.setSelection(e,e)},n.isFocused=function(){return n.focused},n.getBeforeMaskedValueChangeConfig=function(){var e=n.maskOptions,t=e.mask,r=e.maskChar,o=e.permanents,i=e.formatChars;return{mask:t,maskChar:r,permanents:o,alwaysShowMask:!!n.props.alwaysShowMask,formatChars:i}},n.isInputAutofilled=function(e,t,r,o){var i=n.getInputDOMNode();try{if(i.matches(":-webkit-autofill"))return!0}catch(c){}return!n.focused||o.end<r.length&&t.end===e.length},n.onChange=function(e){var t=l(l(n)).beforePasteState,r=l(l(n)).previousSelection,o=n.props.beforeMaskedValueChange,i=n.getInputValue(),a=n.value,u=n.getSelection();n.isInputAutofilled(i,u,a,r)&&(a=y(n.maskOptions,""),r={start:0,end:0,length:0}),t&&(r=t.selection,a=t.value,u={start:r.start+i.length,end:r.start+i.length,length:0},i=a.slice(0,r.start)+i+a.slice(r.end),n.beforePasteState=null);var c=D(n.maskOptions,i,u,a,r),s=c.enteredString,f=c.selection,d=c.value;if(w(o)){var p=o({value:d,selection:f},{value:a,selection:r},s,n.getBeforeMaskedValueChangeConfig());d=p.value,f=p.selection}n.setInputValue(d),w(n.props.onChange)&&n.props.onChange(e),n.isWindowsPhoneBrowser?n.setSelection(f.start,f.end,{deferred:!0}):n.setSelection(f.start,f.end)},n.onFocus=function(e){var t=n.props.beforeMaskedValueChange,r=n.maskOptions,o=r.mask,i=r.prefix;if(n.focused=!0,n.mounted=!0,o){if(n.value)m(n.maskOptions,n.value)<n.maskOptions.mask.length&&n.setCursorToEnd();else{var a=y(n.maskOptions,i),u=y(n.maskOptions,a),l=m(n.maskOptions,u),c=b(n.maskOptions,l),s={start:c,end:c};if(w(t)){var f=t({value:u,selection:s},{value:n.value,selection:null},null,n.getBeforeMaskedValueChangeConfig());u=f.value,s=f.selection}var d=u!==n.getInputValue();d&&n.setInputValue(u),d&&w(n.props.onChange)&&n.props.onChange(e),n.setSelection(s.start,s.end)}n.runSaveSelectionLoop()}w(n.props.onFocus)&&n.props.onFocus(e)},n.onBlur=function(e){var t=n.props.beforeMaskedValueChange,r=n.maskOptions.mask;if(n.stopSaveSelectionLoop(),n.focused=!1,r&&!n.props.alwaysShowMask&&v(n.maskOptions,n.value)){var o="";w(t)&&(o=t({value:o,selection:null},{value:n.value,selection:n.previousSelection},null,n.getBeforeMaskedValueChangeConfig()).value);var i=o!==n.getInputValue();i&&n.setInputValue(o),i&&w(n.props.onChange)&&n.props.onChange(e)}w(n.props.onBlur)&&n.props.onBlur(e)},n.onMouseDown=function(e){if(!n.focused&&document.addEventListener){n.mouseDownX=e.clientX,n.mouseDownY=e.clientY,n.mouseDownTime=(new Date).getTime();document.addEventListener("mouseup",(function e(t){if(document.removeEventListener("mouseup",e),n.focused){var r=Math.abs(t.clientX-n.mouseDownX),o=Math.abs(t.clientY-n.mouseDownY),i=Math.max(r,o),a=(new Date).getTime()-n.mouseDownTime;(i<=10&&a<=200||i<=5&&a<=300)&&n.setCursorToEnd()}}))}w(n.props.onMouseDown)&&n.props.onMouseDown(e)},n.onPaste=function(e){w(n.props.onPaste)&&n.props.onPaste(e),e.defaultPrevented||(n.beforePasteState={value:n.getInputValue(),selection:n.getSelection()},n.setInputValue(""))},n.handleRef=function(e){null==n.props.children&&w(n.props.inputRef)&&n.props.inputRef(e)};var r=t.mask,o=t.maskChar,a=t.formatChars,u=t.alwaysShowMask,c=t.beforeMaskedValueChange,f=t.defaultValue,p=t.value;n.maskOptions=d(r,o,a),null==f&&(f=""),null==p&&(p=f);var h=C(p);if(n.maskOptions.mask&&(u||h)&&(h=y(n.maskOptions,h),w(c))){var g=t.value;null==t.value&&(g=f),h=c({value:h,selection:null},{value:g=C(g),selection:null},null,n.getBeforeMaskedValueChangeConfig()).value}return n.value=h,n}u(t,e);var n=t.prototype;return n.componentDidMount=function(){this.mounted=!0,this.getInputDOMNode()&&(this.isWindowsPhoneBrowser=function(){var e=new RegExp("windows","i"),t=new RegExp("phone","i"),n=navigator.userAgent;return e.test(n)&&t.test(n)}(),this.maskOptions.mask&&this.getInputValue()!==this.value&&this.setInputValue(this.value))},n.componentDidUpdate=function(){var e=this.previousSelection,t=this.props,n=t.beforeMaskedValueChange,r=t.alwaysShowMask,o=t.mask,i=t.maskChar,a=t.formatChars,u=this.maskOptions,l=r||this.isFocused(),c=null!=this.props.value,s=c?C(this.props.value):this.value,f=e?e.start:null;if(this.maskOptions=d(o,i,a),this.maskOptions.mask){!u.mask&&this.isFocused()&&this.runSaveSelectionLoop();var p=this.maskOptions.mask&&this.maskOptions.mask!==u.mask;if(u.mask||c||(s=this.getInputValue()),(p||this.maskOptions.mask&&(s||l))&&(s=y(this.maskOptions,s)),p){var h=m(this.maskOptions,s);(null===f||h<f)&&(f=g(this.maskOptions,s)?h:b(this.maskOptions,h))}!this.maskOptions.mask||!v(this.maskOptions,s)||l||c&&this.props.value||(s="");var _={start:f,end:f};if(w(n)){var D=n({value:s,selection:_},{value:this.value,selection:this.previousSelection},null,this.getBeforeMaskedValueChangeConfig());s=D.value,_=D.selection}this.value=s;var k=this.getInputValue()!==this.value;k?(this.setInputValue(this.value),this.forceUpdate()):p&&this.forceUpdate();var A=!1;null!=_.start&&null!=_.end&&(A=!e||e.start!==_.start||e.end!==_.end),(A||k)&&this.setSelection(_.start,_.end)}else u.mask&&(this.stopSaveSelectionLoop(),this.forceUpdate())},n.componentWillUnmount=function(){this.mounted=!1,null!==this.selectionDeferId&&x(this.selectionDeferId),this.stopSaveSelectionLoop()},n.render=function(){var e,t=this.props,n=(t.mask,t.alwaysShowMask,t.maskChar,t.formatChars,t.inputRef,t.beforeMaskedValueChange,t.children),r=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],0<=t.indexOf(n)||(o[n]=e[n]);return o}(t,["mask","alwaysShowMask","maskChar","formatChars","inputRef","beforeMaskedValueChange","children"]);if(n){w(n)||c(!1);var i=["onChange","onPaste","onMouseDown","onFocus","onBlur","value","disabled","readOnly"],u=a({},r);i.forEach((function(e){return delete u[e]})),e=n(u),i.filter((function(t){return null!=e.props[t]&&e.props[t]!==r[t]})).length&&c(!1)}else e=o.createElement("input",a({ref:this.handleRef},r));var l={onFocus:this.onFocus,onBlur:this.onBlur};return this.maskOptions.mask&&(r.disabled||r.readOnly||(l.onChange=this.onChange,l.onPaste=this.onPaste,l.onMouseDown=this.onMouseDown),null!=r.value&&(l.value=this.value)),e=o.cloneElement(e,l)},t}(o.Component);e.exports=E},170:function(e,t,n){"use strict";var r=n(476),o=n(680),i=n(154),a=r("%TypeError%"),u=r("%WeakMap%",!0),l=r("%Map%",!0),c=o("WeakMap.prototype.get",!0),s=o("WeakMap.prototype.set",!0),f=o("WeakMap.prototype.has",!0),d=o("Map.prototype.get",!0),p=o("Map.prototype.set",!0),h=o("Map.prototype.has",!0),v=function(e,t){for(var n,r=e;null!==(n=r.next);r=n)if(n.key===t)return r.next=n.next,n.next=e.next,e.next=n,n};e.exports=function(){var e,t,n,r={assert:function(e){if(!r.has(e))throw new a("Side channel does not contain "+i(e))},get:function(r){if(u&&r&&("object"===typeof r||"function"===typeof r)){if(e)return c(e,r)}else if(l){if(t)return d(t,r)}else if(n)return function(e,t){var n=v(e,t);return n&&n.value}(n,r)},has:function(r){if(u&&r&&("object"===typeof r||"function"===typeof r)){if(e)return f(e,r)}else if(l){if(t)return h(t,r)}else if(n)return function(e,t){return!!v(e,t)}(n,r);return!1},set:function(r,o){u&&r&&("object"===typeof r||"function"===typeof r)?(e||(e=new u),s(e,r,o)):l?(t||(t=new l),p(t,r,o)):(n||(n={key:{},next:null}),function(e,t,n){var r=v(e,t);r?r.value=n:e.next={key:t,next:e.next,value:n}}(n,r,o))}};return r}},654:function(){}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={exports:{}};return e[r].call(i.exports,i,i.exports,n),i.exports}n.m=e,n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.f={},n.e=function(e){return Promise.all(Object.keys(n.f).reduce((function(t,r){return n.f[r](e,t),t}),[]))},n.u=function(e){return"static/js/"+e+".c1ccfd29.chunk.js"},n.miniCssF=function(e){},n.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}(),n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){var e={},t="vmui:";n.l=function(r,o,i,a){if(e[r])e[r].push(o);else{var u,l;if(void 0!==i)for(var c=document.getElementsByTagName("script"),s=0;s<c.length;s++){var f=c[s];if(f.getAttribute("src")==r||f.getAttribute("data-webpack")==t+i){u=f;break}}u||(l=!0,(u=document.createElement("script")).charset="utf-8",u.timeout=120,n.nc&&u.setAttribute("nonce",n.nc),u.setAttribute("data-webpack",t+i),u.src=r),e[r]=[o];var d=function(t,n){u.onerror=u.onload=null,clearTimeout(p);var o=e[r];if(delete e[r],u.parentNode&&u.parentNode.removeChild(u),o&&o.forEach((function(e){return e(n)})),t)return t(n)},p=setTimeout(d.bind(null,void 0,{type:"timeout",target:u}),12e4);u.onerror=d.bind(null,u.onerror),u.onload=d.bind(null,u.onload),l&&document.head.appendChild(u)}}}(),n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.p="./",function(){var e={179:0};n.f.j=function(t,r){var o=n.o(e,t)?e[t]:void 0;if(0!==o)if(o)r.push(o[2]);else{var i=new Promise((function(n,r){o=e[t]=[n,r]}));r.push(o[2]=i);var a=n.p+n.u(t),u=new Error;n.l(a,(function(r){if(n.o(e,t)&&(0!==(o=e[t])&&(e[t]=void 0),o)){var i=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src;u.message="Loading chunk "+t+" failed.\n("+i+": "+a+")",u.name="ChunkLoadError",u.type=i,u.request=a,o[1](u)}}),"chunk-"+t,t)}};var t=function(t,r){var o,i,a=r[0],u=r[1],l=r[2],c=0;if(a.some((function(t){return 0!==e[t]}))){for(o in u)n.o(u,o)&&(n.m[o]=u[o]);if(l)l(n)}for(t&&t(r);c<a.length;c++)i=a[c],n.o(e,i)&&e[i]&&e[i][0](),e[i]=0},r=self.webpackChunkvmui=self.webpackChunkvmui||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))}(),function(){"use strict";var e={};n.r(e),n.d(e,{AlarmIcon:function(){return Vn},ArrowDownIcon:function(){return $n},ArrowDropDownIcon:function(){return jn},CalendarIcon:function(){return Yn},ChartIcon:function(){return qn},ClockIcon:function(){return Hn},CloseIcon:function(){return Tn},CodeIcon:function(){return Qn},CopyIcon:function(){return rr},DeleteIcon:function(){return Kn},DoneIcon:function(){return er},DragIcon:function(){return or},ErrorIcon:function(){return Rn},InfoIcon:function(){return Pn},IssueIcon:function(){return ur},KeyboardIcon:function(){return Un},ListIcon:function(){return pr},LogoFullIcon:function(){return Fn},LogoIcon:function(){return Nn},LogoLogsIcon:function(){return Mn},MinusIcon:function(){return Xn},MoreIcon:function(){return sr},PlayCircleOutlineIcon:function(){return Zn},PlayIcon:function(){return Wn},PlusIcon:function(){return Jn},QuestionIcon:function(){return lr},RefreshIcon:function(){return Ln},RestartIcon:function(){return Bn},SettingsIcon:function(){return On},StorageIcon:function(){return cr},SuccessIcon:function(){return zn},TableIcon:function(){return Gn},TimelineIcon:function(){return ir},TipIcon:function(){return dr},TuneIcon:function(){return fr},VisibilityIcon:function(){return tr},VisibilityOffIcon:function(){return nr},WarningIcon:function(){return In},WikiIcon:function(){return ar}});var t,r=n(206),o=n(658),i=n.n(o),a=n(443),u=n.n(a),l=n(446),c=n.n(l),s=n(635),f=n.n(s);function d(e){if(Array.isArray(e))return e}function p(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function h(e,t){if(e){if("string"===typeof e)return p(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?p(e,t):void 0}}function v(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function m(e,t){return d(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i,a,u=[],l=!0,c=!1;try{if(i=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=i.call(n)).done)&&(u.push(r.value),u.length!==t);l=!0);}catch(s){c=!0,o=s}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw o}}return u}}(e,t)||h(e,t)||v()}function g(e,t){var n="undefined"!==typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=h(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var r=0,o=function(){};return{s:o,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,u=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return a=e.done,e},e:function(e){u=!0,i=e},f:function(){try{a||null==n.return||n.return()}finally{if(u)throw i}}}}function y(e){if("undefined"!==typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function _(e){return function(e){if(Array.isArray(e))return p(e)}(e)||y(e)||h(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function b(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function C(e){return C="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},C(e)}function D(e){var t=function(e,t){if("object"!==C(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==C(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===C(t)?t:String(t)}function w(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,D(r.key),r)}}function k(e,t,n){return t&&w(e.prototype,t),n&&w(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function A(e,t){return A=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},A(e,t)}function x(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&A(e,t)}function E(e){return E=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},E(e)}function S(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function F(e,t){if(t&&("object"===C(t)||"function"===typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function M(e){var t=S();return function(){var n,r=E(e);if(t){var o=E(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return F(this,n)}}function N(e,t,n){return N=S()?Reflect.construct.bind():function(e,t,n){var r=[null];r.push.apply(r,t);var o=new(Function.bind.apply(e,r));return n&&A(o,n.prototype),o},N.apply(null,arguments)}function O(e){var t="function"===typeof Map?new Map:void 0;return O=function(e){if(null===e||(n=e,-1===Function.toString.call(n).indexOf("[native code]")))return e;var n;if("function"!==typeof e)throw new TypeError("Super expression must either be null or a function");if("undefined"!==typeof t){if(t.has(e))return t.get(e);t.set(e,r)}function r(){return N(e,arguments,E(this).constructor)}return r.prototype=Object.create(e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),A(r,e)},O(e)}function T(){return T=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},T.apply(this,arguments)}i().extend(u()),i().extend(c()),i().extend(f()),function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"}(t||(t={}));var B,P="popstate";function I(e,t){if(!1===e||null===e||"undefined"===typeof e)throw new Error(t)}function R(e,t){if(!e){"undefined"!==typeof console&&console.warn(t);try{throw new Error(t)}catch(n){}}}function z(e,t){return{usr:e.state,key:e.key,idx:t}}function L(e,t,n,r){return void 0===n&&(n=null),T({pathname:"string"===typeof e?e:e.pathname,search:"",hash:""},"string"===typeof t?j(t):t,{state:n,key:t&&t.key||r||Math.random().toString(36).substr(2,8)})}function $(e){var t=e.pathname,n=void 0===t?"/":t,r=e.search,o=void 0===r?"":r,i=e.hash,a=void 0===i?"":i;return o&&"?"!==o&&(n+="?"===o.charAt(0)?o:"?"+o),a&&"#"!==a&&(n+="#"===a.charAt(0)?a:"#"+a),n}function j(e){var t={};if(e){var n=e.indexOf("#");n>=0&&(t.hash=e.substr(n),e=e.substr(0,n));var r=e.indexOf("?");r>=0&&(t.search=e.substr(r),e=e.substr(0,r)),e&&(t.pathname=e)}return t}function H(e,n,r,o){void 0===o&&(o={});var i=o,a=i.window,u=void 0===a?document.defaultView:a,l=i.v5Compat,c=void 0!==l&&l,s=u.history,f=t.Pop,d=null,p=h();function h(){return(s.state||{idx:null}).idx}function v(){f=t.Pop;var e=h(),n=null==e?null:e-p;p=e,d&&d({action:f,location:g.location,delta:n})}function m(e){var t="null"!==u.location.origin?u.location.origin:u.location.href,n="string"===typeof e?e:$(e);return I(t,"No window.location.(origin|href) available to create URL for href: "+n),new URL(n,t)}null==p&&(p=0,s.replaceState(T({},s.state,{idx:p}),""));var g={get action(){return f},get location(){return e(u,s)},listen:function(e){if(d)throw new Error("A history only accepts one active listener");return u.addEventListener(P,v),d=e,function(){u.removeEventListener(P,v),d=null}},createHref:function(e){return n(u,e)},createURL:m,encodeLocation:function(e){var t=m(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:function(e,n){f=t.Push;var o=L(g.location,e,n);r&&r(o,e);var i=z(o,p=h()+1),a=g.createHref(o);try{s.pushState(i,"",a)}catch(l){u.location.assign(a)}c&&d&&d({action:f,location:g.location,delta:1})},replace:function(e,n){f=t.Replace;var o=L(g.location,e,n);r&&r(o,e);var i=z(o,p=h()),a=g.createHref(o);s.replaceState(i,"",a),c&&d&&d({action:f,location:g.location,delta:0})},go:function(e){return s.go(e)}};return g}!function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"}(B||(B={}));new Set(["lazy","caseSensitive","path","id","index","children"]);function Y(e,t,n){void 0===n&&(n="/");var r=re(("string"===typeof t?j(t):t).pathname||"/",n);if(null==r)return null;var o=V(e);!function(e){e.sort((function(e,t){return e.score!==t.score?t.score-e.score:function(e,t){var n=e.length===t.length&&e.slice(0,-1).every((function(e,n){return e===t[n]}));return n?e[e.length-1]-t[t.length-1]:0}(e.routesMeta.map((function(e){return e.childrenIndex})),t.routesMeta.map((function(e){return e.childrenIndex})))}))}(o);for(var i=null,a=0;null==i&&a<o.length;++a)i=ee(o[a],ne(r));return i}function V(e,t,n,r){void 0===t&&(t=[]),void 0===n&&(n=[]),void 0===r&&(r="");var o=function(e,o,i){var a={relativePath:void 0===i?e.path||"":i,caseSensitive:!0===e.caseSensitive,childrenIndex:o,route:e};a.relativePath.startsWith("/")&&(I(a.relativePath.startsWith(r),'Absolute route path "'+a.relativePath+'" nested under path "'+r+'" is not valid. An absolute child route path must start with the combined path of all its parent routes.'),a.relativePath=a.relativePath.slice(r.length));var u=ue([r,a.relativePath]),l=n.concat(a);e.children&&e.children.length>0&&(I(!0!==e.index,'Index routes must not have child routes. Please remove all child routes from route path "'+u+'".'),V(e.children,t,l,u)),(null!=e.path||e.index)&&t.push({path:u,score:X(u,e.index),routesMeta:l})};return e.forEach((function(e,t){var n;if(""!==e.path&&null!=(n=e.path)&&n.includes("?")){var r,i=g(U(e.path));try{for(i.s();!(r=i.n()).done;){var a=r.value;o(e,t,a)}}catch(u){i.e(u)}finally{i.f()}}else o(e,t)})),t}function U(e){var t=e.split("/");if(0===t.length)return[];var n,r=d(n=t)||y(n)||h(n)||v(),o=r[0],i=r.slice(1),a=o.endsWith("?"),u=o.replace(/\?$/,"");if(0===i.length)return a?[u,""]:[u];var l=U(i.join("/")),c=[];return c.push.apply(c,_(l.map((function(e){return""===e?u:[u,e].join("/")})))),a&&c.push.apply(c,_(l)),c.map((function(t){return e.startsWith("/")&&""===t?"/":t}))}var W=/^:\w+$/,Z=3,q=2,G=1,Q=10,K=-2,J=function(e){return"*"===e};function X(e,t){var n=e.split("/"),r=n.length;return n.some(J)&&(r+=K),t&&(r+=q),n.filter((function(e){return!J(e)})).reduce((function(e,t){return e+(W.test(t)?Z:""===t?G:Q)}),r)}function ee(e,t){for(var n=e.routesMeta,r={},o="/",i=[],a=0;a<n.length;++a){var u=n[a],l=a===n.length-1,c="/"===o?t:t.slice(o.length)||"/",s=te({path:u.relativePath,caseSensitive:u.caseSensitive,end:l},c);if(!s)return null;Object.assign(r,s.params);var f=u.route;i.push({params:r,pathname:ue([o,s.pathname]),pathnameBase:le(ue([o,s.pathnameBase])),route:f}),"/"!==s.pathnameBase&&(o=ue([o,s.pathnameBase]))}return i}function te(e,t){"string"===typeof e&&(e={path:e,caseSensitive:!1,end:!0});var n=function(e,t,n){void 0===t&&(t=!1);void 0===n&&(n=!0);R("*"===e||!e.endsWith("*")||e.endsWith("/*"),'Route path "'+e+'" will be treated as if it were "'+e.replace(/\*$/,"/*")+'" because the `*` character must always follow a `/` in the pattern. To get rid of this warning, please change the route path to "'+e.replace(/\*$/,"/*")+'".');var r=[],o="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/\/:(\w+)/g,(function(e,t){return r.push(t),"/([^\\/]+)"}));e.endsWith("*")?(r.push("*"),o+="*"===e||"/*"===e?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?o+="\\/*$":""!==e&&"/"!==e&&(o+="(?:(?=\\/|$))");var i=new RegExp(o,t?void 0:"i");return[i,r]}(e.path,e.caseSensitive,e.end),r=m(n,2),o=r[0],i=r[1],a=t.match(o);if(!a)return null;var u=a[0],l=u.replace(/(.)\/+$/,"$1"),c=a.slice(1);return{params:i.reduce((function(e,t,n){if("*"===t){var r=c[n]||"";l=u.slice(0,u.length-r.length).replace(/(.)\/+$/,"$1")}return e[t]=function(e,t){try{return decodeURIComponent(e)}catch(n){return R(!1,'The value for the URL param "'+t+'" will not be decoded because the string "'+e+'" is a malformed URL segment. This is probably due to a bad percent encoding ('+n+")."),e}}(c[n]||"",t),e}),{}),pathname:u,pathnameBase:l,pattern:e}}function ne(e){try{return decodeURI(e)}catch(t){return R(!1,'The URL path "'+e+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent encoding ('+t+")."),e}}function re(e,t){if("/"===t)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;var n=t.endsWith("/")?t.length-1:t.length,r=e.charAt(n);return r&&"/"!==r?null:e.slice(n)||"/"}function oe(e,t,n,r){return"Cannot include a '"+e+"' character in a manually specified `to."+t+"` field ["+JSON.stringify(r)+"]. Please separate it out to the `to."+n+'` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.'}function ie(e){return e.filter((function(e,t){return 0===t||e.route.path&&e.route.path.length>0}))}function ae(e,t,n,r){var o;void 0===r&&(r=!1),"string"===typeof e?o=j(e):(I(!(o=T({},e)).pathname||!o.pathname.includes("?"),oe("?","pathname","search",o)),I(!o.pathname||!o.pathname.includes("#"),oe("#","pathname","hash",o)),I(!o.search||!o.search.includes("#"),oe("#","search","hash",o)));var i,a=""===e||""===o.pathname,u=a?"/":o.pathname;if(r||null==u)i=n;else{var l=t.length-1;if(u.startsWith("..")){for(var c=u.split("/");".."===c[0];)c.shift(),l-=1;o.pathname=c.join("/")}i=l>=0?t[l]:"/"}var s=function(e,t){void 0===t&&(t="/");var n="string"===typeof e?j(e):e,r=n.pathname,o=n.search,i=void 0===o?"":o,a=n.hash,u=void 0===a?"":a,l=r?r.startsWith("/")?r:function(e,t){var n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach((function(e){".."===e?n.length>1&&n.pop():"."!==e&&n.push(e)})),n.length>1?n.join("/"):"/"}(r,t):t;return{pathname:l,search:ce(i),hash:se(u)}}(o,i),f=u&&"/"!==u&&u.endsWith("/"),d=(a||"."===u)&&n.endsWith("/");return s.pathname.endsWith("/")||!f&&!d||(s.pathname+="/"),s}var ue=function(e){return e.join("/").replace(/\/\/+/g,"/")},le=function(e){return e.replace(/\/+$/,"").replace(/^\/*/,"/")},ce=function(e){return e&&"?"!==e?e.startsWith("?")?e:"?"+e:""},se=function(e){return e&&"#"!==e?e.startsWith("#")?e:"#"+e:""},fe=function(e){x(n,e);var t=M(n);function n(){return b(this,n),t.apply(this,arguments)}return k(n)}(O(Error));function de(e){return null!=e&&"number"===typeof e.status&&"string"===typeof e.statusText&&"boolean"===typeof e.internal&&"data"in e}var pe=["post","put","patch","delete"],he=(new Set(pe),["get"].concat(pe));new Set(he),new Set([301,302,303,307,308]),new Set([307,308]),"undefined"!==typeof window&&"undefined"!==typeof window.document&&window.document.createElement;Symbol("deferred");var ve="function"===typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e===1/t)||e!==e&&t!==t},me=r.useState,ge=r.useEffect,ye=r.useLayoutEffect,_e=r.useDebugValue;function be(e){var t=e.getSnapshot,n=e.value;try{var r=t();return!ve(n,r)}catch(o){return!0}}"undefined"===typeof window||"undefined"===typeof window.document||window.document.createElement,r.useSyncExternalStore;var Ce=r.createContext(null);var De=r.createContext(null);var we=r.createContext(null);var ke=r.createContext(null);var Ae=r.createContext(null);var xe=r.createContext({outlet:null,matches:[]});var Ee=r.createContext(null);function Se(){return Se=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Se.apply(this,arguments)}function Fe(){return null!=r.useContext(Ae)}function Me(){return Fe()||I(!1),r.useContext(Ae).location}function Ne(){Fe()||I(!1);var e=r.useContext(ke),t=e.basename,n=e.navigator,o=r.useContext(xe).matches,i=Me().pathname,a=JSON.stringify(ie(o).map((function(e){return e.pathnameBase}))),u=r.useRef(!1);r.useEffect((function(){u.current=!0}));var l=r.useCallback((function(e,r){if(void 0===r&&(r={}),u.current)if("number"!==typeof e){var o=ae(e,JSON.parse(a),i,"path"===r.relative);"/"!==t&&(o.pathname="/"===o.pathname?t:ue([t,o.pathname])),(r.replace?n.replace:n.push)(o,r.state,r)}else n.go(e)}),[t,n,a,i]);return l}var Oe=r.createContext(null);function Te(e,t){var n=(void 0===t?{}:t).relative,o=r.useContext(xe).matches,i=Me().pathname,a=JSON.stringify(ie(o).map((function(e){return e.pathnameBase})));return r.useMemo((function(){return ae(e,JSON.parse(a),i,"path"===n)}),[e,a,i,n])}function Be(){var e=function(){var e,t=r.useContext(Ee),n=$e(Ie.UseRouteError),o=je(Ie.UseRouteError);if(t)return t;return null==(e=n.errors)?void 0:e[o]}(),t=de(e)?e.status+" "+e.statusText:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,o="rgba(200,200,200, 0.5)",i={padding:"0.5rem",backgroundColor:o};return r.createElement(r.Fragment,null,r.createElement("h2",null,"Unexpected Application Error!"),r.createElement("h3",{style:{fontStyle:"italic"}},t),n?r.createElement("pre",{style:i},n):null,null)}var Pe,Ie,Re=function(e){x(n,e);var t=M(n);function n(e){var r;return b(this,n),(r=t.call(this,e)).state={location:e.location,error:e.error},r}return k(n,[{key:"componentDidCatch",value:function(e,t){console.error("React Router caught the following error during render",e,t)}},{key:"render",value:function(){return this.state.error?r.createElement(xe.Provider,{value:this.props.routeContext},r.createElement(Ee.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}],[{key:"getDerivedStateFromError",value:function(e){return{error:e}}},{key:"getDerivedStateFromProps",value:function(e,t){return t.location!==e.location?{error:e.error,location:e.location}:{error:e.error||t.error,location:t.location}}}]),n}(r.Component);function ze(e){var t=e.routeContext,n=e.match,o=e.children,i=r.useContext(Ce);return i&&i.static&&i.staticContext&&(n.route.errorElement||n.route.ErrorBoundary)&&(i.staticContext._deepestRenderedBoundaryId=n.route.id),r.createElement(xe.Provider,{value:t},o)}function Le(e,t,n){if(void 0===t&&(t=[]),null==e){if(null==n||!n.errors)return null;e=n.matches}var o=e,i=null==n?void 0:n.errors;if(null!=i){var a=o.findIndex((function(e){return e.route.id&&(null==i?void 0:i[e.route.id])}));a>=0||I(!1),o=o.slice(0,Math.min(o.length,a+1))}return o.reduceRight((function(e,a,u){var l=a.route.id?null==i?void 0:i[a.route.id]:null,c=null;n&&(c=a.route.ErrorBoundary?r.createElement(a.route.ErrorBoundary,null):a.route.errorElement?a.route.errorElement:r.createElement(Be,null));var s=t.concat(o.slice(0,u+1)),f=function(){var t=e;return l?t=c:a.route.Component?t=r.createElement(a.route.Component,null):a.route.element&&(t=a.route.element),r.createElement(ze,{match:a,routeContext:{outlet:e,matches:s},children:t})};return n&&(a.route.ErrorBoundary||a.route.errorElement||0===u)?r.createElement(Re,{location:n.location,component:c,error:l,children:f(),routeContext:{outlet:null,matches:s}}):f()}),null)}function $e(e){var t=r.useContext(De);return t||I(!1),t}function je(e){var t=function(e){var t=r.useContext(xe);return t||I(!1),t}(),n=t.matches[t.matches.length-1];return n.route.id||I(!1),n.route.id}!function(e){e.UseBlocker="useBlocker",e.UseRevalidator="useRevalidator"}(Pe||(Pe={})),function(e){e.UseBlocker="useBlocker",e.UseLoaderData="useLoaderData",e.UseActionData="useActionData",e.UseRouteError="useRouteError",e.UseNavigation="useNavigation",e.UseRouteLoaderData="useRouteLoaderData",e.UseMatches="useMatches",e.UseRevalidator="useRevalidator"}(Ie||(Ie={}));var He;function Ye(e){return function(e){var t=r.useContext(xe).outlet;return t?r.createElement(Oe.Provider,{value:e},t):t}(e.context)}function Ve(e){I(!1)}function Ue(e){var n=e.basename,o=void 0===n?"/":n,i=e.children,a=void 0===i?null:i,u=e.location,l=e.navigationType,c=void 0===l?t.Pop:l,s=e.navigator,f=e.static,d=void 0!==f&&f;Fe()&&I(!1);var p=o.replace(/^\/*/,"/"),h=r.useMemo((function(){return{basename:p,navigator:s,static:d}}),[p,s,d]);"string"===typeof u&&(u=j(u));var v=u,m=v.pathname,g=void 0===m?"/":m,y=v.search,_=void 0===y?"":y,b=v.hash,C=void 0===b?"":b,D=v.state,w=void 0===D?null:D,k=v.key,A=void 0===k?"default":k,x=r.useMemo((function(){var e=re(g,p);return null==e?null:{location:{pathname:e,search:_,hash:C,state:w,key:A},navigationType:c}}),[p,g,_,C,w,A,c]);return null==x?null:r.createElement(ke.Provider,{value:h},r.createElement(Ae.Provider,{children:a,value:x}))}function We(e){var n=e.children,o=e.location,i=r.useContext(Ce);return function(e,n){Fe()||I(!1);var o,i=r.useContext(ke).navigator,a=r.useContext(De),u=r.useContext(xe).matches,l=u[u.length-1],c=l?l.params:{},s=(l&&l.pathname,l?l.pathnameBase:"/"),f=(l&&l.route,Me());if(n){var d,p="string"===typeof n?j(n):n;"/"===s||(null==(d=p.pathname)?void 0:d.startsWith(s))||I(!1),o=p}else o=f;var h=o.pathname||"/",v=Y(e,{pathname:"/"===s?h:h.slice(s.length)||"/"}),m=Le(v&&v.map((function(e){return Object.assign({},e,{params:Object.assign({},c,e.params),pathname:ue([s,i.encodeLocation?i.encodeLocation(e.pathname).pathname:e.pathname]),pathnameBase:"/"===e.pathnameBase?s:ue([s,i.encodeLocation?i.encodeLocation(e.pathnameBase).pathname:e.pathnameBase])})})),u,a||void 0);return n&&m?r.createElement(Ae.Provider,{value:{location:Se({pathname:"/",search:"",hash:"",state:null,key:"default"},o),navigationType:t.Pop}},m):m}(i&&!n?i.router.routes:qe(n),o)}!function(e){e[e.pending=0]="pending",e[e.success=1]="success",e[e.error=2]="error"}(He||(He={}));var Ze=new Promise((function(){}));r.Component;function qe(e,t){void 0===t&&(t=[]);var n=[];return r.Children.forEach(e,(function(e,o){if(r.isValidElement(e)){var i=[].concat(_(t),[o]);if(e.type!==r.Fragment){e.type!==Ve&&I(!1),e.props.index&&e.props.children&&I(!1);var a={id:e.props.id||i.join("-"),caseSensitive:e.props.caseSensitive,element:e.props.element,Component:e.props.Component,index:e.props.index,path:e.props.path,loader:e.props.loader,action:e.props.action,errorElement:e.props.errorElement,ErrorBoundary:e.props.ErrorBoundary,hasErrorBoundary:null!=e.props.ErrorBoundary||null!=e.props.errorElement,shouldRevalidate:e.props.shouldRevalidate,handle:e.props.handle,lazy:e.props.lazy};e.props.children&&(a.children=qe(e.props.children,i)),n.push(a)}else n.push.apply(n,qe(e.props.children,i))}})),n}function Ge(){return Ge=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Ge.apply(this,arguments)}function Qe(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}function Ke(e){return void 0===e&&(e=""),new URLSearchParams("string"===typeof e||Array.isArray(e)||e instanceof URLSearchParams?e:Object.keys(e).reduce((function(t,n){var r=e[n];return t.concat(Array.isArray(r)?r.map((function(e){return[n,e]})):[[n,r]])}),[]))}var Je=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset"],Xe=["aria-current","caseSensitive","className","end","style","to","children"];function et(e){var t=e.basename,n=e.children,o=e.window,i=r.useRef();null==i.current&&(i.current=function(e){return void 0===e&&(e={}),H((function(e,t){var n=j(e.location.hash.substr(1)),r=n.pathname,o=void 0===r?"/":r,i=n.search,a=void 0===i?"":i,u=n.hash;return L("",{pathname:o,search:a,hash:void 0===u?"":u},t.state&&t.state.usr||null,t.state&&t.state.key||"default")}),(function(e,t){var n=e.document.querySelector("base"),r="";if(n&&n.getAttribute("href")){var o=e.location.href,i=o.indexOf("#");r=-1===i?o:o.slice(0,i)}return r+"#"+("string"===typeof t?t:$(t))}),(function(e,t){R("/"===e.pathname.charAt(0),"relative pathnames are not supported in hash history.push("+JSON.stringify(t)+")")}),e)}({window:o,v5Compat:!0}));var a=i.current,u=m(r.useState({action:a.action,location:a.location}),2),l=u[0],c=u[1];return r.useLayoutEffect((function(){return a.listen(c)}),[a]),r.createElement(Ue,{basename:t,children:n,location:l.location,navigationType:l.action,navigator:a})}var tt="undefined"!==typeof window&&"undefined"!==typeof window.document&&"undefined"!==typeof window.document.createElement,nt=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,rt=r.forwardRef((function(e,t){var n,o=e.onClick,i=e.relative,a=e.reloadDocument,u=e.replace,l=e.state,c=e.target,s=e.to,f=e.preventScrollReset,d=Qe(e,Je),p=r.useContext(ke).basename,h=!1;if("string"===typeof s&&nt.test(s)&&(n=s,tt)){var v=new URL(window.location.href),m=s.startsWith("//")?new URL(v.protocol+s):new URL(s),g=re(m.pathname,p);m.origin===v.origin&&null!=g?s=g+m.search+m.hash:h=!0}var y=function(e,t){var n=(void 0===t?{}:t).relative;Fe()||I(!1);var o=r.useContext(ke),i=o.basename,a=o.navigator,u=Te(e,{relative:n}),l=u.hash,c=u.pathname,s=u.search,f=c;return"/"!==i&&(f="/"===c?i:ue([i,c])),a.createHref({pathname:f,search:s,hash:l})}(s,{relative:i}),_=function(e,t){var n=void 0===t?{}:t,o=n.target,i=n.replace,a=n.state,u=n.preventScrollReset,l=n.relative,c=Ne(),s=Me(),f=Te(e,{relative:l});return r.useCallback((function(t){if(function(e,t){return 0===e.button&&(!t||"_self"===t)&&!function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)}(t,o)){t.preventDefault();var n=void 0!==i?i:$(s)===$(f);c(e,{replace:n,state:a,preventScrollReset:u,relative:l})}}),[s,c,f,i,a,o,e,u,l])}(s,{replace:u,state:l,target:c,preventScrollReset:f,relative:i});return r.createElement("a",Ge({},d,{href:n||y,onClick:h||a?o:function(e){o&&o(e),e.defaultPrevented||_(e)},ref:t,target:c}))}));var ot=r.forwardRef((function(e,t){var n=e["aria-current"],o=void 0===n?"page":n,i=e.caseSensitive,a=void 0!==i&&i,u=e.className,l=void 0===u?"":u,c=e.end,s=void 0!==c&&c,f=e.style,d=e.to,p=e.children,h=Qe(e,Xe),v=Te(d,{relative:h.relative}),m=Me(),g=r.useContext(De),y=r.useContext(ke).navigator,_=y.encodeLocation?y.encodeLocation(v).pathname:v.pathname,b=m.pathname,C=g&&g.navigation&&g.navigation.location?g.navigation.location.pathname:null;a||(b=b.toLowerCase(),C=C?C.toLowerCase():null,_=_.toLowerCase());var D,w=b===_||!s&&b.startsWith(_)&&"/"===b.charAt(_.length),k=null!=C&&(C===_||!s&&C.startsWith(_)&&"/"===C.charAt(_.length)),A=w?o:void 0;D="function"===typeof l?l({isActive:w,isPending:k}):[l,w?"active":null,k?"pending":null].filter(Boolean).join(" ");var x="function"===typeof f?f({isActive:w,isPending:k}):f;return r.createElement(rt,Ge({},h,{"aria-current":A,className:D,ref:t,style:x,to:d}),"function"===typeof p?p({isActive:w,isPending:k}):p)}));var it,at;function ut(e){var t=r.useRef(Ke(e)),n=r.useRef(!1),o=Me(),i=r.useMemo((function(){return function(e,t){var n=Ke(e);if(t){var r,o=g(t.keys());try{var i=function(){var e=r.value;n.has(e)||t.getAll(e).forEach((function(t){n.append(e,t)}))};for(o.s();!(r=o.n()).done;)i()}catch(a){o.e(a)}finally{o.f()}}return n}(o.search,n.current?null:t.current)}),[o.search]),a=Ne(),u=r.useCallback((function(e,t){var r=Ke("function"===typeof e?e(i):e);n.current=!0,a("?"+r,t)}),[a,i]);return[i,u]}(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmitImpl="useSubmitImpl",e.UseFetcher="useFetcher"})(it||(it={})),function(e){e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"}(at||(at={}));var lt;function ct(e,t,n){return(t=D(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function st(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ft(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?st(Object(n),!0).forEach((function(t){ct(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):st(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var dt={home:"/",metrics:"/metrics",dashboards:"/dashboards",cardinality:"/cardinality",topQueries:"/top-queries",trace:"/trace",withTemplate:"/expand-with-exprs",relabel:"/relabeling",logs:"/logs",icons:"/icons"},pt={header:{tenant:!0,stepControl:!1,timeSelector:!1,executionControls:!1}},ht=(ct(lt={},dt.home,ft({title:"Query"},pt)),ct(lt,dt.metrics,{title:"Explore metrics",header:{tenant:!0,stepControl:!0,timeSelector:!0}}),ct(lt,dt.cardinality,{title:"Explore cardinality",header:{tenant:!0,cardinalityDatePicker:!0}}),ct(lt,dt.topQueries,{title:"Top queries",header:{tenant:!0}}),ct(lt,dt.trace,{title:"Trace analyzer",header:{}}),ct(lt,dt.dashboards,ft({title:"Dashboards"},pt)),ct(lt,dt.withTemplate,{title:"WITH templates",header:{}}),ct(lt,dt.relabel,{title:"Metric relabel debug",header:{}}),ct(lt,dt.logs,{title:"Logs Explorer",header:{}}),ct(lt,dt.icons,{title:"Icons",header:{}}),lt),vt=dt,mt=function(){var e,t=(null===(e=document.getElementById("root"))||void 0===e?void 0:e.dataset.params)||"{}";try{return JSON.parse(t)}catch(n){return console.error(n),{}}},gt=function(){return!!Object.keys(mt()).length},yt=n(776),_t=n.n(yt),bt=n(7),Ct=n.n(bt),Dt={table:100,chart:20,code:1e3},wt=[{id:"small",height:function(){return.2*window.innerHeight}},{id:"medium",isDefault:!0,height:function(){return.4*window.innerHeight}},{id:"large",height:function(){return.8*window.innerHeight}}],kt=function(e,t){var n=window.location.hash.split("?")[1],r=_t().parse(n,{ignoreQueryPrefix:!0});return Ct()(r,e,t||"")},At=function(e,t){t?window.localStorage.setItem(e,JSON.stringify({value:t})):Et([e]),window.dispatchEvent(new Event("storage"))},xt=function(e){var t=window.localStorage.getItem(e);if(null!==t)try{var n;return null===(n=JSON.parse(t))||void 0===n?void 0:n.value}catch(r){return t}},Et=function(e){return e.forEach((function(e){return window.localStorage.removeItem(e)}))},St=function(e){return e.emptyServer="Please enter Server URL",e.validServer="Please provide a valid Server URL",e.validQuery="Please enter a valid Query and execute it",e.traceNotFound="Not found the tracing information",e.emptyTitle="Please enter title",e.positiveNumber="Please enter positive number",e.validStep="Please enter a valid step",e}({}),Ft=function(e){return e.system="system",e.light="light",e.dark="dark",e}({}),Mt=function(e){return getComputedStyle(document.documentElement).getPropertyValue("--".concat(e))},Nt=function(e,t){document.documentElement.style.setProperty("--".concat(e),t)},Ot=function(){return window.matchMedia("(prefers-color-scheme: dark)").matches},Tt=kt("g0.tenantID",""),Bt={serverUrl:function(e){var t=mt().serverURL,n="".concat(window.location.protocol,"//").concat(window.location.host);t||window.location.href.replace(/\/(?:prometheus\/)?(?:graph|vmui)\/.*/,"/prometheus");return n}(),tenantId:Tt,theme:xt("THEME")||Ft.system,isDarkTheme:null};function Pt(e,t){switch(t.type){case"SET_SERVER":return ft(ft({},e),{},{serverUrl:t.payload});case"SET_TENANT_ID":return ft(ft({},e),{},{tenantId:t.payload});case"SET_THEME":return At("THEME",t.payload),ft(ft({},e),{},{theme:t.payload});case"SET_DARK_THEME":return ft(ft({},e),{},{isDarkTheme:(n=e.theme,n===Ft.system&&Ot()||n===Ft.dark)});default:throw new Error}var n}var It=n(856),Rt=0;function zt(e,t,n,r,o,i){var a,u,l={};for(u in t)"ref"==u?a=t[u]:l[u]=t[u];var c={type:e,props:l,key:n,ref:a,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:--Rt,__source:o,__self:i};if("function"==typeof e&&(a=e.defaultProps))for(u in a)void 0===l[u]&&(l[u]=a[u]);return It.YM.vnode&&It.YM.vnode(c),c}var Lt=(0,r.createContext)({}),$t=function(){return(0,r.useContext)(Lt).state},jt=function(){return(0,r.useContext)(Lt).dispatch},Ht=Object.entries(Bt).reduce((function(e,t){var n=m(t,2),r=n[0],o=n[1];return ft(ft({},e),{},ct({},r,kt(r)||o))}),{}),Yt="YYYY-MM-DD",Vt="YYYY-MM-DD HH:mm:ss",Ut="YYYY-MM-DD[T]HH:mm:ss",Wt=window.innerWidth/4,Zt=window.innerWidth/40,qt=Intl.supportedValuesOf,Gt=qt?qt("timeZone"):["Africa/Abidjan","Africa/Accra","Africa/Addis_Ababa","Africa/Algiers","Africa/Asmera","Africa/Bamako","Africa/Bangui","Africa/Banjul","Africa/Bissau","Africa/Blantyre","Africa/Brazzaville","Africa/Bujumbura","Africa/Cairo","Africa/Casablanca","Africa/Ceuta","Africa/Conakry","Africa/Dakar","Africa/Dar_es_Salaam","Africa/Djibouti","Africa/Douala","Africa/El_Aaiun","Africa/Freetown","Africa/Gaborone","Africa/Harare","Africa/Johannesburg","Africa/Juba","Africa/Kampala","Africa/Khartoum","Africa/Kigali","Africa/Kinshasa","Africa/Lagos","Africa/Libreville","Africa/Lome","Africa/Luanda","Africa/Lubumbashi","Africa/Lusaka","Africa/Malabo","Africa/Maputo","Africa/Maseru","Africa/Mbabane","Africa/Mogadishu","Africa/Monrovia","Africa/Nairobi","Africa/Ndjamena","Africa/Niamey","Africa/Nouakchott","Africa/Ouagadougou","Africa/Porto-Novo","Africa/Sao_Tome","Africa/Tripoli","Africa/Tunis","Africa/Windhoek","America/Adak","America/Anchorage","America/Anguilla","America/Antigua","America/Araguaina","America/Argentina/La_Rioja","America/Argentina/Rio_Gallegos","America/Argentina/Salta","America/Argentina/San_Juan","America/Argentina/San_Luis","America/Argentina/Tucuman","America/Argentina/Ushuaia","America/Aruba","America/Asuncion","America/Bahia","America/Bahia_Banderas","America/Barbados","America/Belem","America/Belize","America/Blanc-Sablon","America/Boa_Vista","America/Bogota","America/Boise","America/Buenos_Aires","America/Cambridge_Bay","America/Campo_Grande","America/Cancun","America/Caracas","America/Catamarca","America/Cayenne","America/Cayman","America/Chicago","America/Chihuahua","America/Coral_Harbour","America/Cordoba","America/Costa_Rica","America/Creston","America/Cuiaba","America/Curacao","America/Danmarkshavn","America/Dawson","America/Dawson_Creek","America/Denver","America/Detroit","America/Dominica","America/Edmonton","America/Eirunepe","America/El_Salvador","America/Fort_Nelson","America/Fortaleza","America/Glace_Bay","America/Godthab","America/Goose_Bay","America/Grand_Turk","America/Grenada","America/Guadeloupe","America/Guatemala","America/Guayaquil","America/Guyana","America/Halifax","America/Havana","America/Hermosillo","America/Indiana/Knox","America/Indiana/Marengo","America/Indiana/Petersburg","America/Indiana/Tell_City","America/Indiana/Vevay","America/Indiana/Vincennes","America/Indiana/Winamac","America/Indianapolis","America/Inuvik","America/Iqaluit","America/Jamaica","America/Jujuy","America/Juneau","America/Kentucky/Monticello","America/Kralendijk","America/La_Paz","America/Lima","America/Los_Angeles","America/Louisville","America/Lower_Princes","America/Maceio","America/Managua","America/Manaus","America/Marigot","America/Martinique","America/Matamoros","America/Mazatlan","America/Mendoza","America/Menominee","America/Merida","America/Metlakatla","America/Mexico_City","America/Miquelon","America/Moncton","America/Monterrey","America/Montevideo","America/Montreal","America/Montserrat","America/Nassau","America/New_York","America/Nipigon","America/Nome","America/Noronha","America/North_Dakota/Beulah","America/North_Dakota/Center","America/North_Dakota/New_Salem","America/Ojinaga","America/Panama","America/Pangnirtung","America/Paramaribo","America/Phoenix","America/Port-au-Prince","America/Port_of_Spain","America/Porto_Velho","America/Puerto_Rico","America/Punta_Arenas","America/Rainy_River","America/Rankin_Inlet","America/Recife","America/Regina","America/Resolute","America/Rio_Branco","America/Santa_Isabel","America/Santarem","America/Santiago","America/Santo_Domingo","America/Sao_Paulo","America/Scoresbysund","America/Sitka","America/St_Barthelemy","America/St_Johns","America/St_Kitts","America/St_Lucia","America/St_Thomas","America/St_Vincent","America/Swift_Current","America/Tegucigalpa","America/Thule","America/Thunder_Bay","America/Tijuana","America/Toronto","America/Tortola","America/Vancouver","America/Whitehorse","America/Winnipeg","America/Yakutat","America/Yellowknife","Antarctica/Casey","Antarctica/Davis","Antarctica/DumontDUrville","Antarctica/Macquarie","Antarctica/Mawson","Antarctica/McMurdo","Antarctica/Palmer","Antarctica/Rothera","Antarctica/Syowa","Antarctica/Troll","Antarctica/Vostok","Arctic/Longyearbyen","Asia/Aden","Asia/Almaty","Asia/Amman","Asia/Anadyr","Asia/Aqtau","Asia/Aqtobe","Asia/Ashgabat","Asia/Atyrau","Asia/Baghdad","Asia/Bahrain","Asia/Baku","Asia/Bangkok","Asia/Barnaul","Asia/Beirut","Asia/Bishkek","Asia/Brunei","Asia/Calcutta","Asia/Chita","Asia/Choibalsan","Asia/Colombo","Asia/Damascus","Asia/Dhaka","Asia/Dili","Asia/Dubai","Asia/Dushanbe","Asia/Famagusta","Asia/Gaza","Asia/Hebron","Asia/Hong_Kong","Asia/Hovd","Asia/Irkutsk","Asia/Jakarta","Asia/Jayapura","Asia/Jerusalem","Asia/Kabul","Asia/Kamchatka","Asia/Karachi","Asia/Katmandu","Asia/Khandyga","Asia/Krasnoyarsk","Asia/Kuala_Lumpur","Asia/Kuching","Asia/Kuwait","Asia/Macau","Asia/Magadan","Asia/Makassar","Asia/Manila","Asia/Muscat","Asia/Nicosia","Asia/Novokuznetsk","Asia/Novosibirsk","Asia/Omsk","Asia/Oral","Asia/Phnom_Penh","Asia/Pontianak","Asia/Pyongyang","Asia/Qatar","Asia/Qostanay","Asia/Qyzylorda","Asia/Rangoon","Asia/Riyadh","Asia/Saigon","Asia/Sakhalin","Asia/Samarkand","Asia/Seoul","Asia/Shanghai","Asia/Singapore","Asia/Srednekolymsk","Asia/Taipei","Asia/Tashkent","Asia/Tbilisi","Asia/Tehran","Asia/Thimphu","Asia/Tokyo","Asia/Tomsk","Asia/Ulaanbaatar","Asia/Urumqi","Asia/Ust-Nera","Asia/Vientiane","Asia/Vladivostok","Asia/Yakutsk","Asia/Yekaterinburg","Asia/Yerevan","Atlantic/Azores","Atlantic/Bermuda","Atlantic/Canary","Atlantic/Cape_Verde","Atlantic/Faeroe","Atlantic/Madeira","Atlantic/Reykjavik","Atlantic/South_Georgia","Atlantic/St_Helena","Atlantic/Stanley","Australia/Adelaide","Australia/Brisbane","Australia/Broken_Hill","Australia/Currie","Australia/Darwin","Australia/Eucla","Australia/Hobart","Australia/Lindeman","Australia/Lord_Howe","Australia/Melbourne","Australia/Perth","Australia/Sydney","Europe/Amsterdam","Europe/Andorra","Europe/Astrakhan","Europe/Athens","Europe/Belgrade","Europe/Berlin","Europe/Bratislava","Europe/Brussels","Europe/Bucharest","Europe/Budapest","Europe/Busingen","Europe/Chisinau","Europe/Copenhagen","Europe/Dublin","Europe/Gibraltar","Europe/Guernsey","Europe/Helsinki","Europe/Isle_of_Man","Europe/Istanbul","Europe/Jersey","Europe/Kaliningrad","Europe/Kiev","Europe/Kirov","Europe/Lisbon","Europe/Ljubljana","Europe/London","Europe/Luxembourg","Europe/Madrid","Europe/Malta","Europe/Mariehamn","Europe/Minsk","Europe/Monaco","Europe/Moscow","Europe/Oslo","Europe/Paris","Europe/Podgorica","Europe/Prague","Europe/Riga","Europe/Rome","Europe/Samara","Europe/San_Marino","Europe/Sarajevo","Europe/Saratov","Europe/Simferopol","Europe/Skopje","Europe/Sofia","Europe/Stockholm","Europe/Tallinn","Europe/Tirane","Europe/Ulyanovsk","Europe/Uzhgorod","Europe/Vaduz","Europe/Vatican","Europe/Vienna","Europe/Vilnius","Europe/Volgograd","Europe/Warsaw","Europe/Zagreb","Europe/Zaporozhye","Europe/Zurich","Indian/Antananarivo","Indian/Chagos","Indian/Christmas","Indian/Cocos","Indian/Comoro","Indian/Kerguelen","Indian/Mahe","Indian/Maldives","Indian/Mauritius","Indian/Mayotte","Indian/Reunion","Pacific/Apia","Pacific/Auckland","Pacific/Bougainville","Pacific/Chatham","Pacific/Easter","Pacific/Efate","Pacific/Enderbury","Pacific/Fakaofo","Pacific/Fiji","Pacific/Funafuti","Pacific/Galapagos","Pacific/Gambier","Pacific/Guadalcanal","Pacific/Guam","Pacific/Honolulu","Pacific/Johnston","Pacific/Kiritimati","Pacific/Kosrae","Pacific/Kwajalein","Pacific/Majuro","Pacific/Marquesas","Pacific/Midway","Pacific/Nauru","Pacific/Niue","Pacific/Norfolk","Pacific/Noumea","Pacific/Pago_Pago","Pacific/Palau","Pacific/Pitcairn","Pacific/Ponape","Pacific/Port_Moresby","Pacific/Rarotonga","Pacific/Saipan","Pacific/Tahiti","Pacific/Tarawa","Pacific/Tongatapu","Pacific/Truk","Pacific/Wake","Pacific/Wallis"],Qt=[{long:"years",short:"y",possible:"year"},{long:"weeks",short:"w",possible:"week"},{long:"days",short:"d",possible:"day"},{long:"hours",short:"h",possible:"hour"},{long:"minutes",short:"m",possible:"min"},{long:"seconds",short:"s",possible:"sec"},{long:"milliseconds",short:"ms",possible:"millisecond"}],Kt=Qt.map((function(e){return e.short})),Jt=function(e){return Math.round(1e3*e)/1e3},Xt=function(e){var t=e.match(/\d+/g),n=e.match(/[a-zA-Z]+/g);if(n&&t&&Kt.includes(n[0]))return ct({},n[0],t[0])},en=function(e){var t=Qt.map((function(e){return e.short})).join("|"),n=new RegExp("\\d+[".concat(t,"]+"),"g"),r=(e.match(n)||[]).reduce((function(e,t){var n=Xt(t);return n?ft(ft({},e),n):ft({},e)}),{});return i().duration(r).asSeconds()},tn=function(e,t){return function(e){var t=Jt(e),n=Math.round(e);return e>=100&&(t=n-n%10),e<100&&e>=10&&(t=n-n%5),e<10&&e>=1&&(t=n),e<1&&e>.01&&(t=Math.round(40*e)/40),an(i().duration(t||.001,"seconds").asMilliseconds()).replace(/\s/g,"")}(e/(t?Zt:Wt))},nn=function(e,t){var n=(t||i()().toDate()).valueOf()/1e3,r=en(e);return{start:n-r,end:n,step:tn(r),date:rn(t||i()().toDate())}},rn=function(e){return i().tz(e).utc().format(Ut)},on=function(e){return i().tz(e).format(Ut)},an=function(e){var t=Math.floor(e%1e3),n=Math.floor(e/1e3%60),r=Math.floor(e/1e3/60%60),o=Math.floor(e/1e3/3600%24),i=Math.floor(e/864e5),a=["d","h","m","s","ms"];return[i,o,r,n,t].map((function(e,t){return e?"".concat(e).concat(a[t]):""})).filter((function(e){return e})).join("")},un=function(e){var t=i()(1e3*e);return t.isValid()?t.toDate():new Date},ln=[{title:"Last 5 minutes",duration:"5m"},{title:"Last 15 minutes",duration:"15m"},{title:"Last 30 minutes",duration:"30m",isDefault:!0},{title:"Last 1 hour",duration:"1h"},{title:"Last 3 hours",duration:"3h"},{title:"Last 6 hours",duration:"6h"},{title:"Last 12 hours",duration:"12h"},{title:"Last 24 hours",duration:"24h"},{title:"Last 2 days",duration:"2d"},{title:"Last 7 days",duration:"7d"},{title:"Last 30 days",duration:"30d"},{title:"Last 90 days",duration:"90d"},{title:"Last 180 days",duration:"180d"},{title:"Last 1 year",duration:"1y"},{title:"Yesterday",duration:"1d",until:function(){return i()().tz().subtract(1,"day").endOf("day").toDate()}},{title:"Today",duration:"1d",until:function(){return i()().tz().endOf("day").toDate()}}].map((function(e){return ft({id:e.title.replace(/\s/g,"_").toLocaleLowerCase(),until:e.until?e.until:function(){return i()().tz().toDate()}},e)})),cn=function(e){var t,n=e.relativeTimeId,r=e.defaultDuration,o=e.defaultEndInput,i=null===(t=ln.find((function(e){return e.isDefault})))||void 0===t?void 0:t.id,a=n||kt("g0.relative_time",i),u=ln.find((function(e){return e.id===a}));return{relativeTimeId:u?a:"none",duration:u?u.duration:r,endInput:u?u.until():o}},sn=function(e){var t=i()().tz(e);return"UTC".concat(t.format("Z"))},fn=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=new RegExp(e,"i");return Gt.reduce((function(n,r){var o=(r.match(/^(.*?)\//)||[])[1]||"unknown",i=sn(r),a=i.replace(/UTC|0/,""),u=r.replace(/[/_]/g," "),l={region:r,utc:i,search:"".concat(r," ").concat(i," ").concat(u," ").concat(a)},c=!e||e&&t.test(l.search);return c&&n[o]?n[o].push(l):c&&(n[o]=[l]),n}),{})},dn=function(e){i().tz.setDefault(e)},pn=xt("TIMEZONE")||i().tz.guess();dn(pn);var hn,vn=kt("g0.range_input"),mn=cn({defaultDuration:vn||"1h",defaultEndInput:(hn=kt("g0.end_input",i()().utc().format(Ut)),i()(hn).utcOffset(0,!0).toDate()),relativeTimeId:vn?kt("g0.relative_time","none"):void 0}),gn=mn.duration,yn=mn.endInput,_n=mn.relativeTimeId,bn={duration:gn,period:nn(gn,yn),relativeTime:_n,timezone:pn};function Cn(e,t){switch(t.type){case"SET_DURATION":return ft(ft({},e),{},{duration:t.payload,period:nn(t.payload,un(e.period.end)),relativeTime:"none"});case"SET_RELATIVE_TIME":return ft(ft({},e),{},{duration:t.payload.duration,period:nn(t.payload.duration,t.payload.until),relativeTime:t.payload.id});case"SET_PERIOD":var n=function(e){var t=e.to.valueOf()-e.from.valueOf();return an(t)}(t.payload);return ft(ft({},e),{},{duration:n,period:nn(n,t.payload.to),relativeTime:"none"});case"RUN_QUERY":var r=cn({relativeTimeId:e.relativeTime,defaultDuration:e.duration,defaultEndInput:un(e.period.end)}),o=r.duration,i=r.endInput;return ft(ft({},e),{},{period:nn(o,i)});case"RUN_QUERY_TO_NOW":return ft(ft({},e),{},{period:nn(e.duration)});case"SET_TIMEZONE":return dn(t.payload),At("TIMEZONE",t.payload),ft(ft({},e),{},{timezone:t.payload});default:throw new Error}}var Dn=(0,r.createContext)({}),wn=function(){return(0,r.useContext)(Dn).state},kn=function(){return(0,r.useContext)(Dn).dispatch},An=function(){var e,t=(null===(e=(window.location.hash.split("?")[1]||"").match(/g\d+\.expr/g))||void 0===e?void 0:e.length)||1;return new Array(t>4?4:t).fill(1).map((function(e,t){return kt("g".concat(t,".expr"),"")}))}(),xn={query:An,queryHistory:An.map((function(e){return{index:0,values:[e]}})),autocomplete:xt("AUTOCOMPLETE")||!1};function En(e,t){switch(t.type){case"SET_QUERY":return ft(ft({},e),{},{query:t.payload.map((function(e){return e}))});case"SET_QUERY_HISTORY":return ft(ft({},e),{},{queryHistory:t.payload});case"SET_QUERY_HISTORY_BY_INDEX":return e.queryHistory.splice(t.payload.queryNumber,1,t.payload.value),ft(ft({},e),{},{queryHistory:e.queryHistory});case"TOGGLE_AUTOCOMPLETE":return At("AUTOCOMPLETE",!e.autocomplete),ft(ft({},e),{},{autocomplete:!e.autocomplete});default:throw new Error}}var Sn=(0,r.createContext)({}),Fn=function(){return zt("svg",{viewBox:"0 0 74 24",fill:"currentColor",children:[zt("path",{d:"M6.11767 10.4759C6.47736 10.7556 6.91931 10.909 7.37503 10.9121H7.42681C7.90756 10.9047 8.38832 10.7199 8.67677 10.4685C10.1856 9.18921 14.5568 5.18138 14.5568 5.18138C15.7254 4.09438 12.4637 3.00739 7.42681 3H7.36764C2.3308 3.00739 -0.930935 4.09438 0.237669 5.18138C0.237669 5.18138 4.60884 9.18921 6.11767 10.4759ZM8.67677 12.6424C8.31803 12.9248 7.87599 13.0808 7.41941 13.0861H7.37503C6.91845 13.0808 6.47641 12.9248 6.11767 12.6424C5.0822 11.7551 1.38409 8.42018 0.000989555 7.14832V9.07829C0.000989555 9.29273 0.0823481 9.57372 0.222877 9.70682L0.293316 9.7712L0.293344 9.77122C1.33784 10.7258 4.83903 13.9255 6.11767 15.0161C6.47641 15.2985 6.91845 15.4545 7.37503 15.4597H7.41941C7.90756 15.4449 8.38092 15.2601 8.67677 15.0161C9.9859 13.9069 13.6249 10.572 14.5642 9.70682C14.7121 9.57372 14.7861 9.29273 14.7861 9.07829V7.14832C12.7662 8.99804 10.7297 10.8295 8.67677 12.6424ZM7.41941 17.6263C7.87513 17.6232 8.31708 17.4698 8.67677 17.19C10.7298 15.3746 12.7663 13.5407 14.7861 11.6885V13.6259C14.7861 13.8329 14.7121 14.1139 14.5642 14.247C13.6249 15.1196 9.9859 18.4471 8.67677 19.5563C8.38092 19.8077 7.90756 19.9926 7.41941 20H7.37503C6.91931 19.9968 6.47736 19.8435 6.11767 19.5637C4.91427 18.5373 1.74219 15.6364 0.502294 14.5025C0.393358 14.4029 0.299337 14.3169 0.222877 14.247C0.0823481 14.1139 0.000989555 13.8329 0.000989555 13.6259V11.6885C1.38409 12.953 5.0822 16.2953 6.11767 17.1827C6.47641 17.4651 6.91845 17.6211 7.37503 17.6263H7.41941Z"}),zt("path",{d:"M34.9996 5L29.1596 19.46H26.7296L20.8896 5H23.0496C23.2829 5 23.4729 5.05667 23.6196 5.17C23.7663 5.28333 23.8763 5.43 23.9496 5.61L27.3596 14.43C27.4729 14.7167 27.5796 15.0333 27.6796 15.38C27.7863 15.72 27.8863 16.0767 27.9796 16.45C28.0596 16.0767 28.1463 15.72 28.2396 15.38C28.3329 15.0333 28.4363 14.7167 28.5496 14.43L31.9396 5.61C31.9929 5.45667 32.0963 5.31667 32.2496 5.19C32.4096 5.06333 32.603 5 32.8297 5H34.9996ZM52.1763 5V19.46H49.8064V10.12C49.8064 9.74667 49.8263 9.34333 49.8663 8.91L45.4963 17.12C45.2897 17.5133 44.973 17.71 44.5463 17.71H44.1663C43.7397 17.71 43.4231 17.5133 43.2164 17.12L38.7963 8.88C38.8163 9.1 38.833 9.31667 38.8463 9.53C38.8597 9.74333 38.8663 9.94 38.8663 10.12V19.46H36.4963V5H38.5263C38.6463 5 38.7497 5.00333 38.8363 5.01C38.923 5.01667 38.9997 5.03333 39.0663 5.06C39.1397 5.08667 39.203 5.13 39.2563 5.19C39.3163 5.25 39.373 5.33 39.4263 5.43L43.7563 13.46C43.8697 13.6733 43.973 13.8933 44.0663 14.12C44.1663 14.3467 44.263 14.58 44.3563 14.82C44.4497 14.5733 44.5464 14.3367 44.6464 14.11C44.7464 13.8767 44.8531 13.6533 44.9664 13.44L49.2363 5.43C49.2897 5.33 49.3463 5.25 49.4063 5.19C49.4663 5.13 49.5297 5.08667 49.5963 5.06C49.6697 5.03333 49.7497 5.01667 49.8363 5.01C49.923 5.00333 50.0264 5 50.1464 5H52.1763ZM61.0626 18.73C61.7426 18.73 62.3492 18.6133 62.8826 18.38C63.4226 18.14 63.8792 17.81 64.2526 17.39C64.6259 16.97 64.9092 16.4767 65.1026 15.91C65.3026 15.3367 65.4026 14.72 65.4026 14.06V5.31H66.4226V14.06C66.4226 14.84 66.2993 15.57 66.0527 16.25C65.806 16.9233 65.4493 17.5133 64.9827 18.02C64.5227 18.52 63.9592 18.9133 63.2926 19.2C62.6326 19.4867 61.8892 19.63 61.0626 19.63C60.2359 19.63 59.4893 19.4867 58.8227 19.2C58.1627 18.9133 57.5992 18.52 57.1326 18.02C56.6726 17.5133 56.3193 16.9233 56.0727 16.25C55.826 15.57 55.7026 14.84 55.7026 14.06V5.31H56.7327V14.05C56.7327 14.71 56.8292 15.3267 57.0226 15.9C57.2226 16.4667 57.506 16.96 57.8727 17.38C58.246 17.8 58.6993 18.13 59.2327 18.37C59.7727 18.61 60.3826 18.73 61.0626 18.73ZM71.4438 19.46H70.4138V5.31H71.4438V19.46Z"})]})},Mn=function(){return zt("svg",{viewBox:"0 0 85 38",fill:"currentColor",children:[zt("path",{d:"M11.1177 10.4759C11.4774 10.7556 11.9193 10.909 12.375 10.9121H12.4268C12.9076 10.9047 13.3883 10.7199 13.6768 10.4685C15.1856 9.18921 19.5568 5.18138 19.5568 5.18138C20.7254 4.09438 17.4637 3.00739 12.4268 3H12.3676C7.3308 3.00739 4.06906 4.09438 5.23767 5.18138C5.23767 5.18138 9.60884 9.18921 11.1177 10.4759ZM13.6768 12.6424C13.318 12.9248 12.876 13.0808 12.4194 13.0861H12.375C11.9184 13.0808 11.4764 12.9248 11.1177 12.6424C10.0822 11.7551 6.38409 8.42018 5.00099 7.14832V9.07829C5.00099 9.29273 5.08235 9.57372 5.22288 9.70682L5.29332 9.7712C6.33781 10.7258 9.83903 13.9255 11.1177 15.0161C11.4764 15.2985 11.9184 15.4545 12.375 15.4597H12.4194C12.9076 15.4449 13.3809 15.2601 13.6768 15.0161C14.9859 13.9069 18.6249 10.572 19.5642 9.70682C19.7121 9.57372 19.7861 9.29273 19.7861 9.07829V7.14832C17.7662 8.99804 15.7297 10.8295 13.6768 12.6424ZM12.4194 17.6263C12.8751 17.6232 13.3171 17.4698 13.6768 17.19C15.7298 15.3746 17.7663 13.5407 19.7861 11.6885V13.6259C19.7861 13.8329 19.7121 14.1139 19.5642 14.247C18.6249 15.1196 14.9859 18.4471 13.6768 19.5563C13.3809 19.8077 12.9076 19.9926 12.4194 20H12.375C11.9193 19.9968 11.4774 19.8435 11.1177 19.5637C9.91427 18.5373 6.74219 15.6364 5.50229 14.5025C5.39336 14.4029 5.29934 14.3169 5.22288 14.247C5.08235 14.1139 5.00099 13.8329 5.00099 13.6259V11.6885C6.38409 12.953 10.0822 16.2953 11.1177 17.1827C11.4764 17.4651 11.9184 17.6211 12.375 17.6263H12.4194Z"}),zt("path",{d:"M39.9996 5L34.1596 19.46H31.7296L25.8896 5H28.0496C28.2829 5 28.4729 5.05667 28.6196 5.17C28.7663 5.28333 28.8763 5.43 28.9496 5.61L32.3596 14.43C32.4729 14.7167 32.5796 15.0333 32.6796 15.38C32.7863 15.72 32.8863 16.0767 32.9796 16.45C33.0596 16.0767 33.1463 15.72 33.2396 15.38C33.3329 15.0333 33.4363 14.7167 33.5496 14.43L36.9396 5.61C36.9929 5.45667 37.0963 5.31667 37.2496 5.19C37.4096 5.06333 37.603 5 37.8297 5H39.9996ZM57.1763 5V19.46H54.8064V10.12C54.8064 9.74667 54.8263 9.34333 54.8663 8.91L50.4963 17.12C50.2897 17.5133 49.973 17.71 49.5463 17.71H49.1663C48.7397 17.71 48.4231 17.5133 48.2164 17.12L43.7963 8.88C43.8163 9.1 43.833 9.31667 43.8463 9.53C43.8597 9.74333 43.8663 9.94 43.8663 10.12V19.46H41.4963V5H43.5263C43.6463 5 43.7497 5.00333 43.8363 5.01C43.923 5.01667 43.9997 5.03333 44.0663 5.06C44.1397 5.08667 44.203 5.13 44.2563 5.19C44.3163 5.25 44.373 5.33 44.4263 5.43L48.7563 13.46C48.8697 13.6733 48.973 13.8933 49.0663 14.12C49.1663 14.3467 49.263 14.58 49.3563 14.82C49.4497 14.5733 49.5464 14.3367 49.6464 14.11C49.7464 13.8767 49.8531 13.6533 49.9664 13.44L54.2363 5.43C54.2897 5.33 54.3463 5.25 54.4063 5.19C54.4663 5.13 54.5297 5.08667 54.5963 5.06C54.6697 5.03333 54.7497 5.01667 54.8363 5.01C54.923 5.00333 55.0264 5 55.1464 5H57.1763ZM66.0626 18.73C66.7426 18.73 67.3492 18.6133 67.8826 18.38C68.4226 18.14 68.8792 17.81 69.2526 17.39C69.6259 16.97 69.9092 16.4767 70.1026 15.91C70.3026 15.3367 70.4026 14.72 70.4026 14.06V5.31H71.4226V14.06C71.4226 14.84 71.2993 15.57 71.0527 16.25C70.806 16.9233 70.4493 17.5133 69.9827 18.02C69.5227 18.52 68.9592 18.9133 68.2926 19.2C67.6326 19.4867 66.8892 19.63 66.0626 19.63C65.2359 19.63 64.4893 19.4867 63.8227 19.2C63.1627 18.9133 62.5992 18.52 62.1326 18.02C61.6726 17.5133 61.3193 16.9233 61.0727 16.25C60.826 15.57 60.7026 14.84 60.7026 14.06V5.31H61.7327V14.05C61.7327 14.71 61.8292 15.3267 62.0226 15.9C62.2226 16.4667 62.506 16.96 62.8727 17.38C63.246 17.8 63.6993 18.13 64.2327 18.37C64.7727 18.61 65.3826 18.73 66.0626 18.73ZM76.4438 19.46H75.4138V5.31H76.4438V19.46Z"}),zt("path",{d:"M1.73028 36V30.834L1.05828 30.756C0.974281 30.736 0.904281 30.706 0.848281 30.666C0.796281 30.622 0.770281 30.56 0.770281 30.48V30.042H1.73028V29.454C1.73028 29.106 1.77828 28.798 1.87428 28.53C1.97428 28.258 2.11428 28.03 2.29428 27.846C2.47828 27.658 2.69828 27.516 2.95428 27.42C3.21028 27.324 3.49828 27.276 3.81828 27.276C4.09028 27.276 4.34028 27.316 4.56828 27.396L4.54428 27.93C4.53628 28.026 4.48228 28.078 4.38228 28.086C4.28628 28.094 4.15628 28.098 3.99228 28.098C3.80828 28.098 3.64028 28.122 3.48828 28.17C3.34028 28.218 3.21228 28.296 3.10428 28.404C2.99628 28.512 2.91228 28.654 2.85228 28.83C2.79628 29.006 2.76828 29.224 2.76828 29.484V30.042H4.52028V30.816H2.80428V36H1.73028ZM7.90409 29.826C8.34809 29.826 8.74809 29.9 9.10409 30.048C9.46009 30.196 9.76409 30.406 10.0161 30.678C10.2681 30.95 10.4601 31.28 10.5921 31.668C10.7281 32.052 10.7961 32.482 10.7961 32.958C10.7961 33.438 10.7281 33.87 10.5921 34.254C10.4601 34.638 10.2681 34.966 10.0161 35.238C9.76409 35.51 9.46009 35.72 9.10409 35.868C8.74809 36.012 8.34809 36.084 7.90409 36.084C7.45609 36.084 7.05209 36.012 6.69209 35.868C6.33609 35.72 6.03209 35.51 5.78009 35.238C5.52809 34.966 5.33409 34.638 5.19809 34.254C5.06609 33.87 5.00009 33.438 5.00009 32.958C5.00009 32.482 5.06609 32.052 5.19809 31.668C5.33409 31.28 5.52809 30.95 5.78009 30.678C6.03209 30.406 6.33609 30.196 6.69209 30.048C7.05209 29.9 7.45609 29.826 7.90409 29.826ZM7.90409 35.25C8.50409 35.25 8.95209 35.05 9.24809 34.65C9.54409 34.246 9.69209 33.684 9.69209 32.964C9.69209 32.24 9.54409 31.676 9.24809 31.272C8.95209 30.868 8.50409 30.666 7.90409 30.666C7.60009 30.666 7.33409 30.718 7.10609 30.822C6.88209 30.926 6.69409 31.076 6.54209 31.272C6.39409 31.468 6.28209 31.71 6.20609 31.998C6.13409 32.282 6.09809 32.604 6.09809 32.964C6.09809 33.684 6.24609 34.246 6.54209 34.65C6.84209 35.05 7.29609 35.25 7.90409 35.25ZM13.1647 31.14C13.3567 30.724 13.5927 30.4 13.8727 30.168C14.1527 29.932 14.4947 29.814 14.8987 29.814C15.0267 29.814 15.1487 29.828 15.2647 29.856C15.3847 29.884 15.4907 29.928 15.5827 29.988L15.5047 30.786C15.4807 30.886 15.4207 30.936 15.3247 30.936C15.2687 30.936 15.1867 30.924 15.0787 30.9C14.9707 30.876 14.8487 30.864 14.7127 30.864C14.5207 30.864 14.3487 30.892 14.1967 30.948C14.0487 31.004 13.9147 31.088 13.7947 31.2C13.6787 31.308 13.5727 31.444 13.4767 31.608C13.3847 31.768 13.3007 31.952 13.2247 32.16V36H12.1507V29.922H12.7627C12.8787 29.922 12.9587 29.944 13.0027 29.988C13.0467 30.032 13.0767 30.108 13.0927 30.216L13.1647 31.14ZM26.8883 27.324L23.3843 36H21.9263L18.4223 27.324H19.7183C19.8583 27.324 19.9723 27.358 20.0603 27.426C20.1483 27.494 20.2143 27.582 20.2583 27.69L22.3043 32.982C22.3723 33.154 22.4363 33.344 22.4963 33.552C22.5603 33.756 22.6203 33.97 22.6763 34.194C22.7243 33.97 22.7763 33.756 22.8323 33.552C22.8883 33.344 22.9503 33.154 23.0183 32.982L25.0523 27.69C25.0843 27.598 25.1463 27.514 25.2383 27.438C25.3343 27.362 25.4503 27.324 25.5863 27.324H26.8883ZM29.0883 29.844V36H27.6003V29.844H29.0883ZM29.2923 28.05C29.2923 28.178 29.2663 28.298 29.2143 28.41C29.1623 28.522 29.0923 28.62 29.0043 28.704C28.9203 28.788 28.8203 28.856 28.7043 28.908C28.5883 28.956 28.4643 28.98 28.3323 28.98C28.2043 28.98 28.0823 28.956 27.9663 28.908C27.8543 28.856 27.7563 28.788 27.6723 28.704C27.5883 28.62 27.5203 28.522 27.4683 28.41C27.4203 28.298 27.3963 28.178 27.3963 28.05C27.3963 27.918 27.4203 27.794 27.4683 27.678C27.5203 27.562 27.5883 27.462 27.6723 27.378C27.7563 27.294 27.8543 27.228 27.9663 27.18C28.0823 27.128 28.2043 27.102 28.3323 27.102C28.4643 27.102 28.5883 27.128 28.7043 27.18C28.8203 27.228 28.9203 27.294 29.0043 27.378C29.0923 27.462 29.1623 27.562 29.2143 27.678C29.2663 27.794 29.2923 27.918 29.2923 28.05ZM35.0092 31.146C34.9652 31.202 34.9212 31.246 34.8772 31.278C34.8372 31.31 34.7772 31.326 34.6972 31.326C34.6212 31.326 34.5472 31.304 34.4752 31.26C34.4032 31.212 34.3172 31.16 34.2172 31.104C34.1172 31.044 33.9972 30.992 33.8572 30.948C33.7212 30.9 33.5512 30.876 33.3472 30.876C33.0872 30.876 32.8592 30.924 32.6632 31.02C32.4672 31.112 32.3032 31.246 32.1712 31.422C32.0432 31.598 31.9472 31.812 31.8832 32.064C31.8192 32.312 31.7872 32.594 31.7872 32.91C31.7872 33.238 31.8212 33.53 31.8892 33.786C31.9612 34.042 32.0632 34.258 32.1952 34.434C32.3272 34.606 32.4872 34.738 32.6752 34.83C32.8632 34.918 33.0752 34.962 33.3112 34.962C33.5472 34.962 33.7372 34.934 33.8812 34.878C34.0292 34.818 34.1532 34.754 34.2532 34.686C34.3532 34.614 34.4392 34.55 34.5112 34.494C34.5872 34.434 34.6712 34.404 34.7632 34.404C34.8832 34.404 34.9732 34.45 35.0332 34.542L35.4592 35.082C35.2952 35.274 35.1172 35.436 34.9252 35.568C34.7332 35.696 34.5332 35.8 34.3252 35.88C34.1212 35.956 33.9092 36.01 33.6892 36.042C33.4732 36.074 33.2572 36.09 33.0412 36.09C32.6612 36.09 32.3032 36.02 31.9672 35.88C31.6312 35.736 31.3372 35.528 31.0852 35.256C30.8332 34.984 30.6332 34.652 30.4852 34.26C30.3412 33.864 30.2692 33.414 30.2692 32.91C30.2692 32.458 30.3332 32.04 30.4612 31.656C30.5932 31.268 30.7852 30.934 31.0372 30.654C31.2892 30.37 31.6012 30.148 31.9732 29.988C32.3452 29.828 32.7732 29.748 33.2572 29.748C33.7172 29.748 34.1192 29.822 34.4632 29.97C34.8112 30.118 35.1232 30.33 35.3992 30.606L35.0092 31.146ZM38.4403 36.096C37.9043 36.096 37.4923 35.946 37.2043 35.646C36.9203 35.342 36.7783 34.924 36.7783 34.392V30.954H36.1483C36.0683 30.954 36.0003 30.928 35.9443 30.876C35.8883 30.824 35.8603 30.746 35.8603 30.642V30.054L36.8503 29.892L37.1623 28.212C37.1823 28.132 37.2203 28.07 37.2763 28.026C37.3323 27.982 37.4043 27.96 37.4923 27.96H38.2603V29.898H39.9043V30.954H38.2603V34.29C38.2603 34.482 38.3063 34.632 38.3983 34.74C38.4943 34.848 38.6243 34.902 38.7883 34.902C38.8803 34.902 38.9563 34.892 39.0163 34.872C39.0803 34.848 39.1343 34.824 39.1783 34.8C39.2263 34.776 39.2683 34.754 39.3043 34.734C39.3403 34.71 39.3763 34.698 39.4123 34.698C39.4563 34.698 39.4923 34.71 39.5203 34.734C39.5483 34.754 39.5783 34.786 39.6103 34.83L40.0543 35.55C39.8383 35.73 39.5903 35.866 39.3103 35.958C39.0303 36.05 38.7403 36.096 38.4403 36.096ZM43.5302 29.748C43.9862 29.748 44.4002 29.822 44.7722 29.97C45.1482 30.118 45.4682 30.328 45.7322 30.6C46.0002 30.872 46.2062 31.204 46.3502 31.596C46.4942 31.988 46.5662 32.426 46.5662 32.91C46.5662 33.398 46.4942 33.838 46.3502 34.23C46.2062 34.622 46.0002 34.956 45.7322 35.232C45.4682 35.508 45.1482 35.72 44.7722 35.868C44.4002 36.016 43.9862 36.09 43.5302 36.09C43.0702 36.09 42.6522 36.016 42.2762 35.868C41.9002 35.72 41.5782 35.508 41.3102 35.232C41.0462 34.956 40.8402 34.622 40.6922 34.23C40.5482 33.838 40.4762 33.398 40.4762 32.91C40.4762 32.426 40.5482 31.988 40.6922 31.596C40.8402 31.204 41.0462 30.872 41.3102 30.6C41.5782 30.328 41.9002 30.118 42.2762 29.97C42.6522 29.822 43.0702 29.748 43.5302 29.748ZM43.5302 34.95C44.0422 34.95 44.4202 34.778 44.6642 34.434C44.9122 34.09 45.0362 33.586 45.0362 32.922C45.0362 32.258 44.9122 31.752 44.6642 31.404C44.4202 31.056 44.0422 30.882 43.5302 30.882C43.0102 30.882 42.6242 31.058 42.3722 31.41C42.1242 31.758 42.0002 32.262 42.0002 32.922C42.0002 33.582 42.1242 34.086 42.3722 34.434C42.6242 34.778 43.0102 34.95 43.5302 34.95ZM49.0948 30.912C49.2868 30.544 49.5148 30.256 49.7788 30.048C50.0428 29.836 50.3548 29.73 50.7148 29.73C50.9988 29.73 51.2268 29.792 51.3988 29.916L51.3028 31.026C51.2828 31.098 51.2528 31.15 51.2128 31.182C51.1768 31.21 51.1268 31.224 51.0628 31.224C51.0028 31.224 50.9128 31.214 50.7928 31.194C50.6768 31.174 50.5628 31.164 50.4508 31.164C50.2868 31.164 50.1408 31.188 50.0128 31.236C49.8848 31.284 49.7688 31.354 49.6648 31.446C49.5648 31.534 49.4748 31.642 49.3948 31.77C49.3188 31.898 49.2468 32.044 49.1788 32.208V36H47.6968V29.844H48.5668C48.7188 29.844 48.8248 29.872 48.8848 29.928C48.9448 29.98 48.9848 30.076 49.0048 30.216L49.0948 30.912ZM53.7094 29.844V36H52.2214V29.844H53.7094ZM53.9134 28.05C53.9134 28.178 53.8874 28.298 53.8354 28.41C53.7834 28.522 53.7134 28.62 53.6254 28.704C53.5414 28.788 53.4414 28.856 53.3254 28.908C53.2094 28.956 53.0854 28.98 52.9534 28.98C52.8254 28.98 52.7034 28.956 52.5874 28.908C52.4754 28.856 52.3774 28.788 52.2934 28.704C52.2094 28.62 52.1414 28.522 52.0894 28.41C52.0414 28.298 52.0174 28.178 52.0174 28.05C52.0174 27.918 52.0414 27.794 52.0894 27.678C52.1414 27.562 52.2094 27.462 52.2934 27.378C52.3774 27.294 52.4754 27.228 52.5874 27.18C52.7034 27.128 52.8254 27.102 52.9534 27.102C53.0854 27.102 53.2094 27.128 53.3254 27.18C53.4414 27.228 53.5414 27.294 53.6254 27.378C53.7134 27.462 53.7834 27.562 53.8354 27.678C53.8874 27.794 53.9134 27.918 53.9134 28.05ZM58.4723 33.372C58.0443 33.392 57.6843 33.43 57.3923 33.486C57.1003 33.538 56.8663 33.606 56.6903 33.69C56.5143 33.774 56.3883 33.872 56.3123 33.984C56.2363 34.096 56.1983 34.218 56.1983 34.35C56.1983 34.61 56.2743 34.796 56.4263 34.908C56.5823 35.02 56.7843 35.076 57.0323 35.076C57.3363 35.076 57.5983 35.022 57.8183 34.914C58.0423 34.802 58.2603 34.634 58.4723 34.41V33.372ZM55.0763 30.702C55.7843 30.054 56.6363 29.73 57.6323 29.73C57.9923 29.73 58.3143 29.79 58.5983 29.91C58.8823 30.026 59.1223 30.19 59.3183 30.402C59.5143 30.61 59.6623 30.86 59.7623 31.152C59.8663 31.444 59.9183 31.764 59.9183 32.112V36H59.2463C59.1063 36 58.9983 35.98 58.9223 35.94C58.8463 35.896 58.7863 35.81 58.7423 35.682L58.6103 35.238C58.4543 35.378 58.3023 35.502 58.1543 35.61C58.0063 35.714 57.8523 35.802 57.6923 35.874C57.5323 35.946 57.3603 36 57.1763 36.036C56.9963 36.076 56.7963 36.096 56.5763 36.096C56.3163 36.096 56.0763 36.062 55.8563 35.994C55.6363 35.922 55.4463 35.816 55.2863 35.676C55.1263 35.536 55.0023 35.362 54.9143 35.154C54.8263 34.946 54.7823 34.704 54.7823 34.428C54.7823 34.272 54.8083 34.118 54.8603 33.966C54.9123 33.81 54.9963 33.662 55.1123 33.522C55.2323 33.382 55.3863 33.25 55.5743 33.126C55.7623 33.002 55.9923 32.894 56.2643 32.802C56.5403 32.71 56.8603 32.636 57.2243 32.58C57.5883 32.52 58.0043 32.484 58.4723 32.472V32.112C58.4723 31.7 58.3843 31.396 58.2083 31.2C58.0323 31 57.7783 30.9 57.4463 30.9C57.2063 30.9 57.0063 30.928 56.8463 30.984C56.6903 31.04 56.5523 31.104 56.4323 31.176C56.3123 31.244 56.2023 31.306 56.1023 31.362C56.0063 31.418 55.8983 31.446 55.7783 31.446C55.6743 31.446 55.5863 31.42 55.5143 31.368C55.4423 31.312 55.3843 31.248 55.3403 31.176L55.0763 30.702ZM66.558 35.022V36H61.68V27.402H62.838V35.022H66.558ZM69.7205 29.826C70.1645 29.826 70.5645 29.9 70.9205 30.048C71.2765 30.196 71.5805 30.406 71.8325 30.678C72.0845 30.95 72.2765 31.28 72.4085 31.668C72.5445 32.052 72.6125 32.482 72.6125 32.958C72.6125 33.438 72.5445 33.87 72.4085 34.254C72.2765 34.638 72.0845 34.966 71.8325 35.238C71.5805 35.51 71.2765 35.72 70.9205 35.868C70.5645 36.012 70.1645 36.084 69.7205 36.084C69.2725 36.084 68.8685 36.012 68.5085 35.868C68.1525 35.72 67.8485 35.51 67.5965 35.238C67.3445 34.966 67.1505 34.638 67.0145 34.254C66.8825 33.87 66.8165 33.438 66.8165 32.958C66.8165 32.482 66.8825 32.052 67.0145 31.668C67.1505 31.28 67.3445 30.95 67.5965 30.678C67.8485 30.406 68.1525 30.196 68.5085 30.048C68.8685 29.9 69.2725 29.826 69.7205 29.826ZM69.7205 35.25C70.3205 35.25 70.7685 35.05 71.0645 34.65C71.3605 34.246 71.5085 33.684 71.5085 32.964C71.5085 32.24 71.3605 31.676 71.0645 31.272C70.7685 30.868 70.3205 30.666 69.7205 30.666C69.4165 30.666 69.1505 30.718 68.9225 30.822C68.6985 30.926 68.5105 31.076 68.3585 31.272C68.2105 31.468 68.0985 31.71 68.0225 31.998C67.9505 32.282 67.9145 32.604 67.9145 32.964C67.9145 33.684 68.0625 34.246 68.3585 34.65C68.6585 35.05 69.1125 35.25 69.7205 35.25ZM76.0499 33.03C76.2659 33.03 76.4559 33 76.6199 32.94C76.7839 32.88 76.9219 32.796 77.0339 32.688C77.1459 32.58 77.2299 32.452 77.2859 32.304C77.3419 32.152 77.3699 31.986 77.3699 31.806C77.3699 31.434 77.2559 31.138 77.0279 30.918C76.8039 30.698 76.4779 30.588 76.0499 30.588C75.6179 30.588 75.2879 30.698 75.0599 30.918C74.8359 31.138 74.7239 31.434 74.7239 31.806C74.7239 31.986 74.7519 32.152 74.8079 32.304C74.8679 32.452 74.9539 32.58 75.0659 32.688C75.1779 32.796 75.3159 32.88 75.4799 32.94C75.6439 33 75.8339 33.03 76.0499 33.03ZM77.9759 36.33C77.9759 36.182 77.9339 36.062 77.8499 35.97C77.7659 35.878 77.6519 35.806 77.5079 35.754C77.3679 35.702 77.2039 35.666 77.0159 35.646C76.8279 35.622 76.6279 35.604 76.4159 35.592C76.2079 35.58 75.9959 35.568 75.7799 35.556C75.5639 35.544 75.3559 35.524 75.1559 35.496C74.9319 35.6 74.7479 35.732 74.6039 35.892C74.4639 36.048 74.3939 36.232 74.3939 36.444C74.3939 36.58 74.4279 36.706 74.4959 36.822C74.5679 36.942 74.6759 37.044 74.8199 37.128C74.9639 37.216 75.1439 37.284 75.3599 37.332C75.5799 37.384 75.8379 37.41 76.1339 37.41C76.4219 37.41 76.6799 37.384 76.9079 37.332C77.1359 37.28 77.3279 37.206 77.4839 37.11C77.6439 37.014 77.7659 36.9 77.8499 36.768C77.9339 36.636 77.9759 36.49 77.9759 36.33ZM79.0619 30.162V30.558C79.0619 30.69 78.9779 30.774 78.8099 30.81L78.1199 30.9C78.2559 31.164 78.3239 31.456 78.3239 31.776C78.3239 32.072 78.2659 32.342 78.1499 32.586C78.0379 32.826 77.8819 33.032 77.6819 33.204C77.4819 33.376 77.2419 33.508 76.9619 33.6C76.6819 33.692 76.3779 33.738 76.0499 33.738C75.7659 33.738 75.4979 33.704 75.2459 33.636C75.1179 33.716 75.0199 33.802 74.9519 33.894C74.8839 33.982 74.8499 34.072 74.8499 34.164C74.8499 34.308 74.9079 34.418 75.0239 34.494C75.1439 34.566 75.2999 34.618 75.4919 34.65C75.6839 34.682 75.9019 34.702 76.1459 34.71C76.3939 34.718 76.6459 34.732 76.9019 34.752C77.1619 34.768 77.4139 34.798 77.6579 34.842C77.9059 34.886 78.1259 34.958 78.3179 35.058C78.5099 35.158 78.6639 35.296 78.7799 35.472C78.8999 35.648 78.9599 35.876 78.9599 36.156C78.9599 36.416 78.8939 36.668 78.7619 36.912C78.6339 37.156 78.4479 37.372 78.2039 37.56C77.9599 37.752 77.6599 37.904 77.3039 38.016C76.9519 38.132 76.5539 38.19 76.1099 38.19C75.6659 38.19 75.2779 38.146 74.9459 38.058C74.6139 37.97 74.3379 37.852 74.1179 37.704C73.8979 37.556 73.7319 37.384 73.6199 37.188C73.5119 36.996 73.4579 36.794 73.4579 36.582C73.4579 36.282 73.5519 36.028 73.7399 35.82C73.9279 35.612 74.1859 35.446 74.5139 35.322C74.3339 35.242 74.1899 35.136 74.0819 35.004C73.9779 34.868 73.9259 34.686 73.9259 34.458C73.9259 34.37 73.9419 34.28 73.9739 34.188C74.0059 34.092 74.0539 33.998 74.1179 33.906C74.1859 33.81 74.2679 33.72 74.3639 33.636C74.4599 33.552 74.5719 33.478 74.6999 33.414C74.3999 33.246 74.1659 33.024 73.9979 32.748C73.8299 32.468 73.7459 32.144 73.7459 31.776C73.7459 31.48 73.8019 31.212 73.9139 30.972C74.0299 30.728 74.1899 30.522 74.3939 30.354C74.5979 30.182 74.8399 30.05 75.1199 29.958C75.4039 29.866 75.7139 29.82 76.0499 29.82C76.3139 29.82 76.5599 29.85 76.7879 29.91C77.0159 29.966 77.2239 30.05 77.4119 30.162H79.0619ZM83.7063 30.924C83.6583 31.012 83.5843 31.056 83.4843 31.056C83.4243 31.056 83.3563 31.034 83.2803 30.99C83.2043 30.946 83.1103 30.898 82.9983 30.846C82.8903 30.79 82.7603 30.74 82.6083 30.696C82.4563 30.648 82.2763 30.624 82.0683 30.624C81.8883 30.624 81.7263 30.648 81.5823 30.696C81.4383 30.74 81.3143 30.802 81.2103 30.882C81.1103 30.962 81.0323 31.056 80.9763 31.164C80.9243 31.268 80.8983 31.382 80.8983 31.506C80.8983 31.662 80.9423 31.792 81.0303 31.896C81.1223 32 81.2423 32.09 81.3903 32.166C81.5383 32.242 81.7063 32.31 81.8943 32.37C82.0823 32.426 82.2743 32.488 82.4703 32.556C82.6703 32.62 82.8643 32.692 83.0523 32.772C83.2403 32.852 83.4083 32.952 83.5563 33.072C83.7043 33.192 83.8223 33.34 83.9103 33.516C84.0023 33.688 84.0483 33.896 84.0483 34.14C84.0483 34.42 83.9983 34.68 83.8983 34.92C83.7983 35.156 83.6503 35.362 83.4543 35.538C83.2583 35.71 83.0183 35.846 82.7343 35.946C82.4503 36.046 82.1223 36.096 81.7503 36.096C81.3263 36.096 80.9423 36.028 80.5983 35.892C80.2543 35.752 79.9623 35.574 79.7223 35.358L79.9743 34.95C80.0063 34.898 80.0443 34.858 80.0883 34.83C80.1323 34.802 80.1883 34.788 80.2563 34.788C80.3283 34.788 80.4043 34.816 80.4843 34.872C80.5643 34.928 80.6603 34.99 80.7723 35.058C80.8883 35.126 81.0283 35.188 81.1923 35.244C81.3563 35.3 81.5603 35.328 81.8043 35.328C82.0123 35.328 82.1943 35.302 82.3503 35.25C82.5063 35.194 82.6363 35.12 82.7403 35.028C82.8443 34.936 82.9203 34.83 82.9683 34.71C83.0203 34.59 83.0463 34.462 83.0463 34.326C83.0463 34.158 83.0003 34.02 82.9083 33.912C82.8203 33.8 82.7023 33.706 82.5543 33.63C82.4063 33.55 82.2363 33.482 82.0443 33.426C81.8563 33.366 81.6623 33.304 81.4623 33.24C81.2663 33.176 81.0723 33.104 80.8803 33.024C80.6923 32.94 80.5243 32.836 80.3763 32.712C80.2283 32.588 80.1083 32.436 80.0163 32.256C79.9283 32.072 79.8843 31.85 79.8843 31.59C79.8843 31.358 79.9323 31.136 80.0283 30.924C80.1243 30.708 80.2643 30.52 80.4483 30.36C80.6323 30.196 80.8583 30.066 81.1263 29.97C81.3943 29.874 81.7003 29.826 82.0443 29.826C82.4443 29.826 82.8023 29.89 83.1183 30.018C83.4383 30.142 83.7143 30.314 83.9463 30.534L83.7063 30.924Z"})]})},Nn=function(){return zt("svg",{viewBox:"0 0 15 17",fill:"currentColor",children:zt("path",{d:"M6.11767 7.47586C6.47736 7.75563 6.91931 7.90898 7.37503 7.91213H7.42681C7.90756 7.90474 8.38832 7.71987 8.67677 7.46846C10.1856 6.18921 14.5568 2.18138 14.5568 2.18138C15.7254 1.09438 12.4637 0.00739 7.42681 0H7.36764C2.3308 0.00739 -0.930935 1.09438 0.237669 2.18138C0.237669 2.18138 4.60884 6.18921 6.11767 7.47586ZM8.67677 9.64243C8.31803 9.92483 7.87599 10.0808 7.41941 10.0861H7.37503C6.91845 10.0808 6.47641 9.92483 6.11767 9.64243C5.0822 8.75513 1.38409 5.42018 0.000989555 4.14832V6.07829C0.000989555 6.29273 0.0823481 6.57372 0.222877 6.70682L0.293316 6.7712L0.293344 6.77122C1.33784 7.72579 4.83903 10.9255 6.11767 12.0161C6.47641 12.2985 6.91845 12.4545 7.37503 12.4597H7.41941C7.90756 12.4449 8.38092 12.2601 8.67677 12.0161C9.9859 10.9069 13.6249 7.57198 14.5642 6.70682C14.7121 6.57372 14.7861 6.29273 14.7861 6.07829V4.14832C12.7662 5.99804 10.7297 7.82949 8.67677 9.64243ZM7.41941 14.6263C7.87513 14.6232 8.31708 14.4698 8.67677 14.19C10.7298 12.3746 12.7663 10.5407 14.7861 8.68853V10.6259C14.7861 10.8329 14.7121 11.1139 14.5642 11.247C13.6249 12.1196 9.9859 15.4471 8.67677 16.5563C8.38092 16.8077 7.90756 16.9926 7.41941 17H7.37503C6.91931 16.9968 6.47736 16.8435 6.11767 16.5637C4.91427 15.5373 1.74219 12.6364 0.502294 11.5025C0.393358 11.4029 0.299337 11.3169 0.222877 11.247C0.0823481 11.1139 0.000989555 10.8329 0.000989555 10.6259V8.68853C1.38409 9.95303 5.0822 13.2953 6.11767 14.1827C6.47641 14.4651 6.91845 14.6211 7.37503 14.6263H7.41941Z"})})},On=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z"})})},Tn=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"})})},Bn=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M12 5V2L8 6l4 4V7c3.31 0 6 2.69 6 6 0 2.97-2.17 5.43-5 5.91v2.02c3.95-.49 7-3.85 7-7.93 0-4.42-3.58-8-8-8zm-6 8c0-1.65.67-3.15 1.76-4.24L6.34 7.34C4.9 8.79 4 10.79 4 13c0 4.08 3.05 7.44 7 7.93v-2.02c-2.83-.48-5-2.94-5-5.91z"})})},Pn=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"})})},In=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"})})},Rn=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"})})},zn=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"})})},Ln=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8c-.45-.83-.7-1.79-.7-2.8 0-3.31 2.69-6 6-6zm6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26z"})})},$n=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"})})},jn=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"m7 10 5 5 5-5z"})})},Hn=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:[zt("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),zt("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]})},Yn=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"})})},Vn=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"m22 5.72-4.6-3.86-1.29 1.53 4.6 3.86L22 5.72zM7.88 3.39 6.6 1.86 2 5.71l1.29 1.53 4.59-3.85zM12.5 8H11v6l4.75 2.85.75-1.23-4-2.37V8zM12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9c4.97 0 9-4.03 9-9s-4.03-9-9-9zm0 16c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z"})})},Un=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M20 5H4c-1.1 0-1.99.9-1.99 2L2 17c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm-9 3h2v2h-2V8zm0 3h2v2h-2v-2zM8 8h2v2H8V8zm0 3h2v2H8v-2zm-1 2H5v-2h2v2zm0-3H5V8h2v2zm9 7H8v-2h8v2zm0-4h-2v-2h2v2zm0-3h-2V8h2v2zm3 3h-2v-2h2v2zm0-3h-2V8h2v2z"})})},Wn=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M8 5v14l11-7z"})})},Zn=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"m10 16.5 6-4.5-6-4.5v9zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"})})},qn=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"m3.5 18.49 6-6.01 4 4L22 6.92l-1.41-1.41-7.09 7.97-4-4L2 16.99z"})})},Gn=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M10 10.02h5V21h-5zM17 21h3c1.1 0 2-.9 2-2v-9h-5v11zm3-18H5c-1.1 0-2 .9-2 2v3h19V5c0-1.1-.9-2-2-2zM3 19c0 1.1.9 2 2 2h3V10H3v9z"})})},Qn=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"})})},Kn=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"})})},Jn=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"})})},Xn=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M19 13H5v-2h14v2z"})})},er=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M8.9999 14.7854L18.8928 4.8925C19.0803 4.70497 19.3347 4.59961 19.5999 4.59961C19.8651 4.59961 20.1195 4.70497 20.307 4.8925L21.707 6.2925C22.0975 6.68303 22.0975 7.31619 21.707 7.70672L9.70701 19.7067C9.31648 20.0972 8.68332 20.0972 8.2928 19.7067L2.6928 14.1067C2.50526 13.9192 2.3999 13.6648 2.3999 13.3996C2.3999 13.1344 2.50526 12.88 2.6928 12.6925L4.0928 11.2925C4.48332 10.902 5.11648 10.902 5.50701 11.2925L8.9999 14.7854Z"})})},tr=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"})})},nr=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78 3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z"})})},rr=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"})})},or=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M20 9H4v2h16V9zM4 15h16v-2H4v2z"})})},ir=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M23 8c0 1.1-.9 2-2 2-.18 0-.35-.02-.51-.07l-3.56 3.55c.05.16.07.34.07.52 0 1.1-.9 2-2 2s-2-.9-2-2c0-.18.02-.36.07-.52l-2.55-2.55c-.16.05-.34.07-.52.07s-.36-.02-.52-.07l-4.55 4.56c.05.16.07.33.07.51 0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2c.18 0 .35.02.51.07l4.56-4.55C8.02 9.36 8 9.18 8 9c0-1.1.9-2 2-2s2 .9 2 2c0 .18-.02.36-.07.52l2.55 2.55c.16-.05.34-.07.52-.07s.36.02.52.07l3.55-3.56C19.02 8.35 19 8.18 19 8c0-1.1.9-2 2-2s2 .9 2 2z"})})},ar=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:[zt("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21 5C19.89 4.65 18.67 4.5 17.5 4.5C15.55 4.5 13.45 4.9 12 6C10.55 4.9 8.45 4.5 6.5 4.5C5.33 4.5 4.11 4.65 3 5C2.25 5.25 1.6 5.55 1 6V20.6C1 20.85 1.25 21.1 1.5 21.1C1.6 21.1 1.65 21.1 1.75 21.05C3.15 20.3 4.85 20 6.5 20C8.2 20 10.65 20.65 12 21.5C13.35 20.65 15.8 20 17.5 20C19.15 20 20.85 20.3 22.25 21.05C22.35 21.1 22.4 21.1 22.5 21.1C22.75 21.1 23 20.85 23 20.6V6C22.4 5.55 21.75 5.25 21 5ZM21 18.5C19.9 18.15 18.7 18 17.5 18C15.8 18 13.35 18.65 12 19.5C10.65 18.65 8.2 18 6.5 18C5.3 18 4.1 18.15 3 18.5V7C4.1 6.65 5.3 6.5 6.5 6.5C8.2 6.5 10.65 7.15 12 8C13.35 7.15 15.8 6.5 17.5 6.5C18.7 6.5 19.9 6.65 21 7V18.5Z"}),zt("path",{d:"M17.5 10.5C18.38 10.5 19.23 10.59 20 10.76V9.24C19.21 9.09 18.36 9 17.5 9C15.8 9 14.26 9.29 13 9.83V11.49C14.13 10.85 15.7 10.5 17.5 10.5ZM13 12.49V14.15C14.13 13.51 15.7 13.16 17.5 13.16C18.38 13.16 19.23 13.25 20 13.42V11.9C19.21 11.75 18.36 11.66 17.5 11.66C15.8 11.66 14.26 11.96 13 12.49ZM17.5 14.33C15.8 14.33 14.26 14.62 13 15.16V16.82C14.13 16.18 15.7 15.83 17.5 15.83C18.38 15.83 19.23 15.92 20 16.09V14.57C19.21 14.41 18.36 14.33 17.5 14.33Z"}),zt("path",{d:"M6.5 10.5C5.62 10.5 4.77 10.59 4 10.76V9.24C4.79 9.09 5.64 9 6.5 9C8.2 9 9.74 9.29 11 9.83V11.49C9.87 10.85 8.3 10.5 6.5 10.5ZM11 12.49V14.15C9.87 13.51 8.3 13.16 6.5 13.16C5.62 13.16 4.77 13.25 4 13.42V11.9C4.79 11.75 5.64 11.66 6.5 11.66C8.2 11.66 9.74 11.96 11 12.49ZM6.5 14.33C8.2 14.33 9.74 14.62 11 15.16V16.82C9.87 16.18 8.3 15.83 6.5 15.83C5.62 15.83 4.77 15.92 4 16.09V14.57C4.79 14.41 5.64 14.33 6.5 14.33Z"})]})},ur=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3-8c0 1.66-1.34 3-3 3s-3-1.34-3-3 1.34-3 3-3 3 1.34 3 3z"})})},lr=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 6C9.79 6 8 7.79 8 10H10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 10.8792 13.4202 11.3236 12.7704 11.8217C11.9421 12.4566 11 13.1787 11 15H13C13 13.9046 13.711 13.2833 14.4408 12.6455C15.21 11.9733 16 11.2829 16 10C16 7.79 14.21 6 12 6ZM13 16V18H11V16H13Z"})})},cr=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M4 20h16c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm0-3h2v2H4v-2zM2 6c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2zm4 1H4V5h2v2zm-2 7h16c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm0-3h2v2H4v-2z"})})},sr=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"})})},fr=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z"})})},dr=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M7 20h4c0 1.1-.9 2-2 2s-2-.9-2-2zm-2-1h8v-2H5v2zm11.5-9.5c0 3.82-2.66 5.86-3.77 6.5H5.27c-1.11-.64-3.77-2.68-3.77-6.5C1.5 5.36 4.86 2 9 2s7.5 3.36 7.5 7.5zm4.87-2.13L20 8l1.37.63L22 10l.63-1.37L24 8l-1.37-.63L22 6l-.63 1.37zM19 6l.94-2.06L22 3l-2.06-.94L19 0l-.94 2.06L16 3l2.06.94L19 6z"})})},pr=function(){return zt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:zt("path",{d:"M3 14h4v-4H3v4zm0 5h4v-4H3v4zM3 9h4V5H3v4zm5 5h13v-4H8v4zm0 5h13v-4H8v4zM8 5v4h13V5H8z"})})},hr=n(123),vr=n.n(hr);function mr(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var gr=["to","isNavLink","children"],yr=function(e){var t=e.to,n=e.isNavLink,r=e.children,o=mr(e,gr);return n?zt(ot,ft(ft({to:t},o),{},{children:r})):zt("div",ft(ft({},o),{},{children:r}))},_r=function(e){var t,n=e.activeItem,r=e.item,o=e.color,i=void 0===o?Mt("color-primary"):o,a=e.activeNavRef,u=e.onChange,l=e.isNavLink;return zt(yr,{className:vr()(ct({"vm-tabs-item":!0,"vm-tabs-item_active":n===r.value},r.className||"",r.className)),isNavLink:l,to:r.value,style:{color:i},onClick:(t=r.value,function(){u&&u(t)}),ref:n===r.value?a:void 0,children:[r.icon&&zt("div",{className:vr()({"vm-tabs-item__icon":!0,"vm-tabs-item__icon_single":!r.label}),children:r.icon}),r.label]})},br="undefined"!==typeof window?r.useLayoutEffect:r.useEffect;var Cr=function(e,t,n,o){var i=(0,r.useRef)(t);br((function(){i.current=t}),[t]),(0,r.useEffect)((function(){var t,r=null!==(t=null===n||void 0===n?void 0:n.current)&&void 0!==t?t:window;if(r&&r.addEventListener){var a=function(e){return i.current(e)};return r.addEventListener(e,a,o),function(){r.removeEventListener(e,a,o)}}}),[e,n,o])},Dr=function(){var e=m((0,r.useState)({width:0,height:0}),2),t=e[0],n=e[1],o=function(){n({width:window.innerWidth,height:window.innerHeight})};return Cr("resize",o),br(o,[]),t},wr=function(e){var t=e.activeItem,n=e.items,o=e.color,i=void 0===o?Mt("color-primary"):o,a=e.onChange,u=e.indicatorPlacement,l=void 0===u?"bottom":u,c=e.isNavLink,s=Dr(),f=(0,r.useRef)(null),d=m((0,r.useState)({left:0,width:0,bottom:0}),2),p=d[0],h=d[1];return(0,r.useEffect)((function(){var e;if((null===(e=f.current)||void 0===e?void 0:e.base)instanceof HTMLElement){var t=f.current.base,n=t.offsetLeft,r=t.offsetWidth,o=t.offsetHeight;h({left:n,width:r,bottom:"top"===l?o-2:0})}}),[s,t,f,n]),zt("div",{className:"vm-tabs",children:[n.map((function(e){return zt(_r,{activeItem:t,item:e,onChange:a,color:i,activeNavRef:f,isNavLink:c},e.value)})),zt("div",{className:"vm-tabs__indicator",style:ft(ft({},p),{},{borderColor:i})})]})},kr=[{value:"chart",icon:zt(qn,{}),label:"Graph",prometheusCode:0},{value:"code",icon:zt(Qn,{}),label:"JSON",prometheusCode:3},{value:"table",icon:zt(Gn,{}),label:"Table",prometheusCode:1}],Ar=kt("g0.tab",0),xr=kr.find((function(e){return e.prometheusCode===+Ar||e.value===Ar})),Er=xt("SERIES_LIMITS"),Sr={displayType:(null===xr||void 0===xr?void 0:xr.value)||"chart",nocache:!1,isTracingEnabled:!1,seriesLimits:Er?JSON.parse(xt("SERIES_LIMITS")):Dt,tableCompact:xt("TABLE_COMPACT")||!1};function Fr(e,t){switch(t.type){case"SET_DISPLAY_TYPE":return ft(ft({},e),{},{displayType:t.payload});case"SET_SERIES_LIMITS":return At("SERIES_LIMITS",JSON.stringify(t.payload)),ft(ft({},e),{},{seriesLimits:t.payload});case"TOGGLE_QUERY_TRACING":return ft(ft({},e),{},{isTracingEnabled:!e.isTracingEnabled});case"TOGGLE_NO_CACHE":return ft(ft({},e),{},{nocache:!e.nocache});case"TOGGLE_TABLE_COMPACT":return At("TABLE_COMPACT",!e.tableCompact),ft(ft({},e),{},{tableCompact:!e.tableCompact});default:throw new Error}}var Mr=(0,r.createContext)({}),Nr=function(){return(0,r.useContext)(Mr).state},Or=function(){return(0,r.useContext)(Mr).dispatch},Tr={customStep:kt("g0.step_input",""),yaxis:{limits:{enable:!1,range:{1:[0,0]}}},isHistogram:!1};function Br(e,t){switch(t.type){case"TOGGLE_ENABLE_YAXIS_LIMITS":return ft(ft({},e),{},{yaxis:ft(ft({},e.yaxis),{},{limits:ft(ft({},e.yaxis.limits),{},{enable:!e.yaxis.limits.enable})})});case"SET_CUSTOM_STEP":return ft(ft({},e),{},{customStep:t.payload});case"SET_YAXIS_LIMITS":return ft(ft({},e),{},{yaxis:ft(ft({},e.yaxis),{},{limits:ft(ft({},e.yaxis.limits),{},{range:t.payload})})});case"SET_IS_HISTOGRAM":return ft(ft({},e),{},{isHistogram:t.payload});default:throw new Error}}var Pr=(0,r.createContext)({}),Ir=function(){return(0,r.useContext)(Pr).state},Rr=function(){return(0,r.useContext)(Pr).dispatch},zr={topN:kt("topN",null),maxLifetime:kt("maxLifetime",""),runQuery:0};function Lr(e,t){switch(t.type){case"SET_TOP_N":return ft(ft({},e),{},{topN:t.payload});case"SET_MAX_LIFE_TIME":return ft(ft({},e),{},{maxLifetime:t.payload});case"SET_RUN_QUERY":return ft(ft({},e),{},{runQuery:e.runQuery+1});default:throw new Error}}var $r=(0,r.createContext)({}),jr={windows:"Windows",mac:"Mac OS",linux:"Linux"},Hr=function(){return(Object.values(jr).find((function(e){return navigator.userAgent.indexOf(e)>=0}))||"unknown")===jr.mac};function Yr(){var e=Dr(),t=function(){var e=["Android","webOS","iPhone","iPad","iPod","BlackBerry","Windows Phone"].map((function(e){return navigator.userAgent.match(new RegExp(e,"i"))})).some((function(e){return e})),t=window.innerWidth<500;return e||t},n=m((0,r.useState)(t()),2),o=n[0],i=n[1];return(0,r.useEffect)((function(){i(t())}),[e]),{isMobile:o}}var Vr={success:zt(zn,{}),error:zt(Rn,{}),warning:zt(In,{}),info:zt(Pn,{})},Ur=function(e){var t,n=e.variant,r=e.children,o=$t().isDarkTheme,i=Yr().isMobile;return zt("div",{className:vr()((t={"vm-alert":!0},ct(t,"vm-alert_".concat(n),n),ct(t,"vm-alert_dark",o),ct(t,"vm-alert_mobile",i),t)),children:[zt("div",{className:"vm-alert__icon",children:Vr[n||"info"]}),zt("div",{className:"vm-alert__content",children:r})]})},Wr=(0,r.createContext)({showInfoMessage:function(){}}),Zr=function(){return(0,r.useContext)(Wr)},qr={dashboardsSettings:[],dashboardsLoading:!1,dashboardsError:""};function Gr(e,t){switch(t.type){case"SET_DASHBOARDS_SETTINGS":return ft(ft({},e),{},{dashboardsSettings:t.payload});case"SET_DASHBOARDS_LOADING":return ft(ft({},e),{},{dashboardsLoading:t.payload});case"SET_DASHBOARDS_ERROR":return ft(ft({},e),{},{dashboardsError:t.payload});default:throw new Error}}var Qr=(0,r.createContext)({}),Kr=function(){return(0,r.useContext)(Qr).state},Jr=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.reduce((function(e,t){return function(n){var r=n.children;return zt(e,{children:zt(t,{children:r})})}}),(function(e){var t=e.children;return zt(It.HY,{children:t})}))}.apply(void 0,[function(e){var t=e.children,n=m((0,r.useReducer)(Pt,Ht),2),o=n[0],i=n[1],a=(0,r.useMemo)((function(){return{state:o,dispatch:i}}),[o,i]);return zt(Lt.Provider,{value:a,children:t})},function(e){var t=e.children,n=m((0,r.useReducer)(Cn,bn),2),o=n[0],i=n[1],a=(0,r.useMemo)((function(){return{state:o,dispatch:i}}),[o,i]);return zt(Dn.Provider,{value:a,children:t})},function(e){var t=e.children,n=m((0,r.useReducer)(En,xn),2),o=n[0],i=n[1],a=(0,r.useMemo)((function(){return{state:o,dispatch:i}}),[o,i]);return zt(Sn.Provider,{value:a,children:t})},function(e){var t=e.children,n=m((0,r.useReducer)(Fr,Sr),2),o=n[0],i=n[1],a=(0,r.useMemo)((function(){return{state:o,dispatch:i}}),[o,i]);return zt(Mr.Provider,{value:a,children:t})},function(e){var t=e.children,n=m((0,r.useReducer)(Br,Tr),2),o=n[0],i=n[1],a=(0,r.useMemo)((function(){return{state:o,dispatch:i}}),[o,i]);return zt(Pr.Provider,{value:a,children:t})},function(e){var t=e.children,n=m((0,r.useReducer)(Lr,zr),2),o=n[0],i=n[1],a=(0,r.useMemo)((function(){return{state:o,dispatch:i}}),[o,i]);return zt($r.Provider,{value:a,children:t})},function(e){var t=e.children,n=Yr().isMobile,o=m((0,r.useState)({}),2),i=o[0],a=o[1],u=m((0,r.useState)(!1),2),l=u[0],c=u[1],s=m((0,r.useState)(void 0),2),f=s[0],d=s[1];(0,r.useEffect)((function(){if(f){a({message:f.text,variant:f.type,key:Date.now()}),c(!0);var e=setTimeout(p,4e3);return function(){return clearTimeout(e)}}}),[f]);var p=function(){d(void 0),c(!1)};return zt(Wr.Provider,{value:{showInfoMessage:d},children:[l&&zt("div",{className:vr()({"vm-snackbar":!0,"vm-snackbar_mobile":n}),children:zt(Ur,{variant:i.variant,children:zt("div",{className:"vm-snackbar-content",children:[zt("span",{children:i.message}),zt("div",{className:"vm-snackbar-content__close",onClick:p,children:zt(Tn,{})})]})})}),t]})},function(e){var t=e.children,n=m((0,r.useReducer)(Gr,qr),2),o=n[0],i=n[1],a=(0,r.useMemo)((function(){return{state:o,dispatch:i}}),[o,i]);return zt(Qr.Provider,{value:a,children:t})}]),Xr=function(e){var t=e.activeMenu,n=e.label,r=e.value,o=e.color;return zt(ot,{className:vr()({"vm-header-nav-item":!0,"vm-header-nav-item_active":t===r}),style:{color:o},to:r,children:n})},eo=function(e,t,n){var o=(0,r.useCallback)((function(r){var o=null===e||void 0===e?void 0:e.current,i=r.target,a=(null===n||void 0===n?void 0:n.current)&&n.current.contains(i);!o||o.contains((null===r||void 0===r?void 0:r.target)||null)||a||t(r)}),[e,t]);Cr("mousedown",o),Cr("touchstart",o)},to=function(e){var t,n=e.variant,r=void 0===n?"contained":n,o=e.color,i=void 0===o?"primary":o,a=e.size,u=void 0===a?"medium":a,l=e.children,c=e.endIcon,s=e.startIcon,f=e.fullWidth,d=void 0!==f&&f,p=e.className,h=e.disabled,v=e.onClick,m=e.onMouseDown;return zt("button",{className:vr()((ct(t={"vm-button":!0},"vm-button_".concat(r,"_").concat(i),!0),ct(t,"vm-button_".concat(u),u),ct(t,"vm-button_icon",(s||c)&&!l),ct(t,"vm-button_full-width",d),ct(t,"vm-button_with-icon",s||c),ct(t,"vm-button_disabled",h),ct(t,p||"",p),t)),disabled:h,onClick:v,onMouseDown:m,children:zt(It.HY,{children:[s&&zt("span",{className:"vm-button__start-icon",children:s}),l&&zt("span",{children:l}),c&&zt("span",{className:"vm-button__end-icon",children:c})]})})},no=function(e){var t=m((0,r.useState)(!!e),2),n=t[0],o=t[1],i=(0,r.useCallback)((function(){return o(!0)}),[]),a=(0,r.useCallback)((function(){return o(!1)}),[]),u=(0,r.useCallback)((function(){return o((function(e){return!e}))}),[]);return{value:n,setValue:o,setTrue:i,setFalse:a,toggle:u}},ro=function(e){var t=e.children,n=e.buttonRef,o=e.placement,i=void 0===o?"bottom-left":o,a=e.open,u=void 0!==a&&a,l=e.onClose,c=e.offset,s=void 0===c?{top:6,left:0}:c,f=e.clickOutside,d=void 0===f||f,p=e.fullWidth,h=e.title,v=e.disabledFullScreen,g=Yr().isMobile,y=Ne(),_=Me(),b=m((0,r.useState)({width:0,height:0}),2),C=b[0],D=b[1],w=no(!1),k=w.value,A=w.setValue,x=w.setFalse,E=(0,r.useRef)(null);(0,r.useEffect)((function(){A(u)}),[u]),(0,r.useEffect)((function(){return!k&&l&&l(),k&&g&&!v&&(document.body.style.overflow="hidden"),function(){document.body.style.overflow="auto"}}),[k]),(0,r.useEffect)((function(){var e,t;D({width:(null===E||void 0===E||null===(e=E.current)||void 0===e?void 0:e.clientWidth)||0,height:(null===E||void 0===E||null===(t=E.current)||void 0===t?void 0:t.clientHeight)||0}),A(!1)}),[E]);var S=(0,r.useMemo)((function(){var e=n.current;if(!e||!k)return{};var t=e.getBoundingClientRect(),r={top:0,left:0,width:"auto"},o="bottom-right"===i||"top-right"===i,a=null===i||void 0===i?void 0:i.includes("top"),u=(null===s||void 0===s?void 0:s.top)||0,l=(null===s||void 0===s?void 0:s.left)||0;r.left=r.left=t.left+l,r.top=t.height+t.top+u,o&&(r.left=t.right-C.width),a&&(r.top=t.top-C.height-u);var c=window,f=c.innerWidth,d=c.innerHeight,h=r.top+C.height+20>d,v=r.top-20<0,m=r.left+C.width+20>f,g=r.left-20<0;return h&&(r.top=t.top-C.height-u),v&&(r.top=t.height+t.top+u),m&&(r.left=t.right-C.width-l),g&&(r.left=t.left+l),p&&(r.width="".concat(t.width,"px")),r.top<0&&(r.top=20),r}),[n,i,k,t,p]);d&&eo(E,(function(){return A(!1)}),n),(0,r.useEffect)((function(){if(E.current&&k&&(!g||v)){var e=E.current.getBoundingClientRect(),t=e.right,n=e.width;if(t>window.innerWidth){var r=window.innerWidth-20-n;E.current.style.left=r<window.innerWidth?"0":"".concat(r,"px")}}}),[k,E]);var F=(0,r.useCallback)((function(){k&&g&&!v&&(y(_,{replace:!0}),l())}),[k,g,v,_,l]);return Cr("scroll",x),Cr("popstate",F),zt(It.HY,{children:(k||!C.width)&&r.default.createPortal(zt("div",{className:vr()({"vm-popper":!0,"vm-popper_mobile":g&&!v,"vm-popper_open":(g||Object.keys(S).length)&&k}),ref:E,style:g&&!v?{}:S,children:[(h||g&&!v)&&zt("div",{className:"vm-popper-header",children:[zt("p",{className:"vm-popper-header__title",children:h}),zt(to,{variant:"text",size:"small",onClick:function(e){e.stopPropagation(),l()},children:zt(Tn,{})})]}),t]}),document.body)})},oo=function(e){var t=e.activeMenu,n=e.label,o=e.color,i=e.background,a=e.submenu,u=e.direction,l=Me().pathname,c=m((0,r.useState)(null),2),s=c[0],f=c[1],d=(0,r.useRef)(null),p=no(!1),h=p.value,v=p.setFalse,g=p.setTrue,y=function(){s&&clearTimeout(s);var e=setTimeout(v,300);f(e)};return(0,r.useEffect)((function(){v()}),[l]),"column"===u?zt(It.HY,{children:a.map((function(e){return zt(Xr,{activeMenu:t,value:e.value||"",label:e.label||""},e.value)}))}):zt("div",{className:vr()({"vm-header-nav-item":!0,"vm-header-nav-item_sub":!0,"vm-header-nav-item_open":h,"vm-header-nav-item_active":a.find((function(e){return e.value===t}))}),style:{color:o},onMouseEnter:function(){g(),s&&clearTimeout(s)},onMouseLeave:y,ref:d,children:[n,zt(jn,{}),zt(ro,{open:h,placement:"bottom-left",offset:{top:12,left:0},onClose:v,buttonRef:d,children:zt("div",{className:"vm-header-nav-item-submenu",style:{background:i},onMouseLeave:y,onMouseEnter:function(){s&&clearTimeout(s)},children:a.map((function(e){return zt(Xr,{activeMenu:t,value:e.value||"",label:e.label||"",color:o},e.value)}))})})]})},io=[{label:ht[vt.logs].title,value:vt.home}],ao=(ht[vt.home].title,ht[vt.metrics].title,ht[vt.cardinality].title,ht[vt.topQueries].title,ht[vt.logs].title,ht[vt.trace].title,ht[vt.withTemplate].title,ht[vt.relabel].title,function(e){var t=e.color,n=e.background,o=e.direction,i=gt(),a=Kr().dashboardsSettings,u=Me().pathname,l=m((0,r.useState)(u),2),c=l[0],s=l[1],f=(0,r.useMemo)((function(){return io}),[i,a]);return(0,r.useEffect)((function(){s(u)}),[u]),zt("nav",{className:vr()(ct({"vm-header-nav":!0},"vm-header-nav_".concat(o),o)),children:f.map((function(e){return e.submenu?zt(oo,{activeMenu:c,label:e.label||"",submenu:e.submenu,color:t,background:n,direction:o},e.label):zt(Xr,{activeMenu:c,value:e.value||"",label:e.label||"",color:t},e.value)}))})}),uo=function(e){var t=e.title,n=e.children,o=e.onClose,i=e.className,a=e.isOpen,u=void 0===a||a,l=Yr().isMobile,c=Ne(),s=Me(),f=(0,r.useCallback)((function(e){u&&"Escape"===e.key&&o()}),[u]),d=function(e){e.stopPropagation()},p=(0,r.useCallback)((function(){u&&(c(s,{replace:!0}),o())}),[u,s,o]);return(0,r.useEffect)((function(){if(u)return document.body.style.overflow="hidden",function(){document.body.style.overflow="auto"}}),[u]),Cr("popstate",p),Cr("keyup",f),r.default.createPortal(zt("div",{className:vr()(ct({"vm-modal":!0,"vm-modal_mobile":l},"".concat(i),i)),onMouseDown:o,children:zt("div",{className:"vm-modal-content",children:[zt("div",{className:"vm-modal-content-header",onMouseDown:d,children:[t&&zt("div",{className:"vm-modal-content-header__title",children:t}),zt("div",{className:"vm-modal-header__close",children:zt(to,{variant:"text",size:"small",onClick:o,children:zt(Tn,{})})})]}),zt("div",{className:"vm-modal-content-body",onMouseDown:d,children:n})]})}),document.body)},lo=function(e){var t=e.children,n=e.title,o=e.open,i=e.placement,a=void 0===i?"bottom-center":i,u=e.offset,l=void 0===u?{top:6,left:0}:u,c=Yr().isMobile,s=m((0,r.useState)(!1),2),f=s[0],d=s[1],p=m((0,r.useState)({width:0,height:0}),2),h=p[0],v=p[1],g=(0,r.useRef)(null),y=(0,r.useRef)(null),_=function(){return d(!1)};(0,r.useEffect)((function(){if(y.current&&f)return v({width:y.current.clientWidth,height:y.current.clientHeight}),window.addEventListener("scroll",_),function(){window.removeEventListener("scroll",_)}}),[f]);var b=(0,r.useMemo)((function(){var e,t=null===g||void 0===g||null===(e=g.current)||void 0===e?void 0:e.base;if(!t||!f)return{};var n=t.getBoundingClientRect(),r={top:0,left:0},o="bottom-right"===a||"top-right"===a,i="bottom-left"===a||"top-left"===a,u=null===a||void 0===a?void 0:a.includes("top"),c=(null===l||void 0===l?void 0:l.top)||0,s=(null===l||void 0===l?void 0:l.left)||0;r.left=n.left-(h.width-n.width)/2+s,r.top=n.height+n.top+c,o&&(r.left=n.right-h.width),i&&(r.left=n.left+s),u&&(r.top=n.top-h.height-c);var d=window,p=d.innerWidth,v=d.innerHeight,m=r.top+h.height+20>v,y=r.top-20<0,_=r.left+h.width+20>p,b=r.left-20<0;return m&&(r.top=n.top-h.height-c),y&&(r.top=n.height+n.top+c),_&&(r.left=n.right-h.width-s),b&&(r.left=n.left+s),r.top<0&&(r.top=20),r.left<0&&(r.left=20),r}),[g,a,f,h]),C=function(){"boolean"!==typeof o&&d(!0)},D=function(){d(!1)};return(0,r.useEffect)((function(){"boolean"===typeof o&&d(o)}),[o]),(0,r.useEffect)((function(){var e,t=null===g||void 0===g||null===(e=g.current)||void 0===e?void 0:e.base;if(t)return t.addEventListener("mouseenter",C),t.addEventListener("mouseleave",D),function(){t.removeEventListener("mouseenter",C),t.removeEventListener("mouseleave",D)}}),[g]),zt(It.HY,{children:[zt(r.Fragment,{ref:g,children:t}),!c&&f&&r.default.createPortal(zt("div",{className:"vm-tooltip",ref:y,style:b,children:n}),document.body)]})},co=zt("code",{children:Hr()?"Cmd":"Ctrl"}),so=[{title:"Zoom in",description:zt(It.HY,{children:["To zoom in, hold down the ",co," + ",zt("code",{children:"scroll up"}),", or press the ",zt("code",{children:"+"}),". Also, you can zoom in on a range on the graph by holding down your mouse button and selecting the range."]})},{title:"Zoom out",description:zt(It.HY,{children:["To zoom out, hold down the ",co," + ",zt("code",{children:"scroll down"}),", or press the ",zt("code",{children:"-"}),"."]})},{title:"Move horizontal axis",description:zt(It.HY,{children:["To move the graph, hold down the ",co," + ",zt("code",{children:"drag"})," the graph to the right or left."]})},{title:"Fixing a tooltip",description:zt(It.HY,{children:["To fix the tooltip, ",zt("code",{children:"click"})," mouse when it's open. Then, you can drag the fixed tooltip by ",zt("code",{children:"clicking"})," and ",zt("code",{children:"dragging"})," on the ",zt(or,{})," icon."]})},{title:"Set a custom range for the vertical axis",description:zt(It.HY,{children:["To set a custom range for the vertical axis, click on the ",zt(On,{})," icon located in the upper right corner of the graph, activate the toggle, and set the values."]})}],fo=[{title:"Show/hide a legend item",description:zt(It.HY,{children:[zt("code",{children:"click"})," on a legend item to isolate it on the graph.",co," + ",zt("code",{children:"click"})," on a legend item to remove it from the graph. To revert to the previous state, click again."]})},{title:"Copy label key-value pairs",description:zt(It.HY,{children:[zt("code",{children:"click"})," on a label key-value pair to save it to the clipboard."]})},{title:"Collapse/Expand the legend group",description:zt(It.HY,{children:[zt("code",{children:"click"})," on the group name (e.g. ",zt("b",{children:'Query 1: {__name__!=""}'}),") to collapse or expand the legend."]})}],po=so.concat(fo),ho=function(){var e=no(!1),t=e.value,n=e.setFalse,r=e.setTrue;return zt(It.HY,{children:[zt(lo,{title:"Show tips on working with the graph",children:zt(to,{variant:"text",color:"gray",startIcon:zt(dr,{}),onClick:r})}),t&&zt(uo,{title:"Tips on working with the graph and the legend",onClose:n,children:zt("div",{className:"fc-graph-tips",children:po.map((function(e){var t=e.title,n=e.description;return zt("div",{className:"fc-graph-tips-item",children:[zt("h4",{className:"fc-graph-tips-item__action",children:t}),zt("p",{className:"fc-graph-tips-item__description",children:n})]},t)}))})})]})},vo=zt("code",{children:Hr()?"Cmd":"Ctrl"}),mo=[{title:"Query",list:[{keys:zt("code",{children:"Enter"}),description:"Run"},{keys:zt(It.HY,{children:[zt("code",{children:"Shift"})," + ",zt("code",{children:"Enter"})]}),description:"Multi-line queries"},{keys:zt(It.HY,{children:[vo," + ",zt("code",{children:"Arrow Up"})]}),description:"Previous command from the Query history"},{keys:zt(It.HY,{children:[vo," + ",zt("code",{children:"Arrow Down"})]}),description:"Next command from the Query history"},{keys:zt(It.HY,{children:[vo," + ",zt("code",{children:"click"})," by ",zt(tr,{})]}),description:"Toggle multiple queries"}]},{title:"Graph",readMore:zt(ho,{}),list:[{keys:zt(It.HY,{children:[vo," + ",zt("code",{children:"scroll Up"})," or ",zt("code",{children:"+"})]}),description:"Zoom in"},{keys:zt(It.HY,{children:[vo," + ",zt("code",{children:"scroll Down"})," or ",zt("code",{children:"-"})]}),description:"Zoom out"},{keys:zt(It.HY,{children:[vo," + ",zt("code",{children:"drag"})]}),description:"Move the graph left/right"},{keys:zt(It.HY,{children:zt("code",{children:"click"})}),description:"Select the series in the legend"},{keys:zt(It.HY,{children:[vo," + ",zt("code",{children:"click"})]}),description:"Toggle multiple series in the legend"}]}],go="Shortcut keys",yo=Hr(),_o=yo?"Cmd + /":"F1",bo=function(e){var t=e.showTitle,n=gt(),o=no(!1),i=o.value,a=o.setTrue,u=o.setFalse,l=(0,r.useCallback)((function(e){var t=yo&&"/"===e.key&&e.metaKey,n=!yo&&"F1"===e.key&&!e.metaKey;(t||n)&&a()}),[a]);return Cr("keydown",l),zt(It.HY,{children:[zt(lo,{open:!0!==t&&void 0,title:"".concat(go," (").concat(_o,")"),placement:"bottom-center",children:zt(to,{className:n?"":"vm-header-button",variant:"contained",color:"primary",startIcon:zt(Un,{}),onClick:a,children:t&&go})}),i&&zt(uo,{title:"Shortcut keys",onClose:u,children:zt("div",{className:"vm-shortcuts",children:mo.map((function(e){return zt("div",{className:"vm-shortcuts-section",children:[e.readMore&&zt("div",{className:"vm-shortcuts-section__read-more",children:e.readMore}),zt("h3",{className:"vm-shortcuts-section__title",children:e.title}),zt("div",{className:"vm-shortcuts-section-list",children:e.list.map((function(t,n){return zt("div",{className:"vm-shortcuts-section-list-item",children:[zt("div",{className:"vm-shortcuts-section-list-item__key",children:t.keys}),zt("p",{className:"vm-shortcuts-section-list-item__description",children:t.description})]},"".concat(e.title,"_").concat(n))}))})]},e.title)}))})})]})},Co=function(e){var t=e.open;return zt("button",{className:vr()({"vm-menu-burger":!0,"vm-menu-burger_opened":t}),children:zt("span",{})})},Do=function(e){var t=e.background,n=e.color,o=Me().pathname,i=Yr().isMobile,a=(0,r.useRef)(null),u=no(!1),l=u.value,c=u.toggle,s=u.setFalse;return(0,r.useEffect)(s,[o]),eo(a,s),zt("div",{className:"vm-header-sidebar",ref:a,children:[zt("div",{className:vr()({"vm-header-sidebar-button":!0,"vm-header-sidebar-button_open":l}),onClick:c,children:zt(Co,{open:l})}),zt("div",{className:vr()({"vm-header-sidebar-menu":!0,"vm-header-sidebar-menu_open":l}),children:[zt("div",{children:zt(ao,{color:n,background:t,direction:"column"})}),zt("div",{className:"vm-header-sidebar-menu-settings",children:!i&&zt(bo,{showTitle:!0})})]})]})},wo=function(e){var t=e.label,n=e.value,o=e.type,i=void 0===o?"text":o,a=e.error,u=void 0===a?"":a,l=e.placeholder,c=e.endIcon,s=e.startIcon,f=e.disabled,d=void 0!==f&&f,p=e.autofocus,h=void 0!==p&&p,v=e.helperText,m=e.inputmode,g=void 0===m?"text":m,y=e.onChange,_=e.onEnter,b=e.onKeyDown,C=e.onFocus,D=e.onBlur,w=$t().isDarkTheme,k=Yr().isMobile,A=(0,r.useRef)(null),x=(0,r.useRef)(null),E=(0,r.useMemo)((function(){return"textarea"===i?x:A}),[i]),S=vr()({"vm-text-field__input":!0,"vm-text-field__input_error":u,"vm-text-field__input_icon-start":s,"vm-text-field__input_disabled":d,"vm-text-field__input_textarea":"textarea"===i}),F=function(e){b&&b(e),"Enter"!==e.key||e.shiftKey||(e.preventDefault(),_&&_())},M=function(e){d||y&&y(e.target.value)};(0,r.useEffect)((function(){var e;h&&!k&&(null===E||void 0===E||null===(e=E.current)||void 0===e?void 0:e.focus)&&E.current.focus()}),[E,h]);var N=function(){C&&C()},O=function(){D&&D()};return zt("label",{className:vr()({"vm-text-field":!0,"vm-text-field_textarea":"textarea"===i,"vm-text-field_dark":w}),"data-replicated-value":n,children:[s&&zt("div",{className:"vm-text-field__icon-start",children:s}),c&&zt("div",{className:"vm-text-field__icon-end",children:c}),"textarea"===i?zt("textarea",{className:S,disabled:d,ref:x,value:n,rows:1,inputMode:g,placeholder:l,autoCapitalize:"none",onInput:M,onKeyDown:F,onFocus:N,onBlur:O}):zt("input",{className:S,disabled:d,ref:A,value:n,type:i,placeholder:l,inputMode:g,autoCapitalize:"none",onInput:M,onKeyDown:F,onFocus:N,onBlur:O}),t&&zt("span",{className:"vm-text-field__label",children:t}),zt("span",{className:"vm-text-field__error","data-show":!!u,children:u}),v&&!u&&zt("span",{className:"vm-text-field__helper-text",children:v})]})},ko=/(\/select\/)(\d+|\d.+)(\/)(.+)/,Ao=function(e){var t;return(null===(t=e.match(ko))||void 0===t?void 0:t[2])||""},xo=function(e){var t=e.accountIds,n=gt(),o=Yr().isMobile,i=$t(),a=i.tenantId,u=i.serverUrl,l=jt(),c=kn(),s=m((0,r.useState)(""),2),f=s[0],d=s[1],p=(0,r.useRef)(null),h=no(!1),v=h.value,g=h.toggle,y=h.setFalse,_=(0,r.useMemo)((function(){if(!f)return t;try{var e=new RegExp(f,"i");return t.filter((function(t){return e.test(t)})).sort((function(t,n){var r,o;return((null===(r=t.match(e))||void 0===r?void 0:r.index)||0)-((null===(o=n.match(e))||void 0===o?void 0:o.index)||0)}))}catch(n){return[]}}),[f,t]),b=(0,r.useMemo)((function(){return t.length>1}),[t]),C=function(e){return function(){var t=e;if(l({type:"SET_TENANT_ID",payload:t}),u){var n=function(e,t){return e.replace(ko,"$1".concat(t,"/$4"))}(u,t);if(n===u)return;l({type:"SET_SERVER",payload:n}),c({type:"RUN_QUERY"})}y()}};return(0,r.useEffect)((function(){var e=Ao(u);a&&a!==e?C(a)():C(e)()}),[u]),b?zt("div",{className:"vm-tenant-input",children:[zt(lo,{title:"Define Tenant ID if you need request to another storage",children:zt("div",{ref:p,children:o?zt("div",{className:"vm-mobile-option",onClick:g,children:[zt("span",{className:"vm-mobile-option__icon",children:zt(cr,{})}),zt("div",{className:"vm-mobile-option-text",children:[zt("span",{className:"vm-mobile-option-text__label",children:"Tenant ID"}),zt("span",{className:"vm-mobile-option-text__value",children:a})]}),zt("span",{className:"vm-mobile-option__arrow",children:zt($n,{})})]}):zt(to,{className:n?"":"vm-header-button",variant:"contained",color:"primary",fullWidth:!0,startIcon:zt(cr,{}),endIcon:zt("div",{className:vr()({"vm-execution-controls-buttons__arrow":!0,"vm-execution-controls-buttons__arrow_open":v}),children:zt($n,{})}),onClick:g,children:a})})}),zt(ro,{open:v,placement:"bottom-right",onClose:y,buttonRef:p,title:o?"Define Tenant ID":void 0,children:zt("div",{className:vr()({"vm-list vm-tenant-input-list":!0,"vm-list vm-tenant-input-list_mobile":o}),children:[zt("div",{className:"vm-tenant-input-list__search",children:zt(wo,{autofocus:!0,label:"Search",value:f,onChange:d,type:"search"})}),_.map((function(e){return zt("div",{className:vr()({"vm-list-item":!0,"vm-list-item_mobile":o,"vm-list-item_active":e===a}),onClick:C(e),children:e},e)}))]})})]}):null};var Eo=function(e){var t=(0,r.useRef)();return(0,r.useEffect)((function(){t.current=e}),[e]),t.current},So=function(){var e=gt(),t=Yr().isMobile,n=Ir(),o=n.customStep,i=n.isHistogram,a=wn().period,u=a.step,l=a.end,c=a.start,s=Rr(),f=Eo(l-c),d=(0,r.useMemo)((function(){return tn(l-c,i)}),[u,i]),p=m((0,r.useState)(o||d),2),h=p[0],v=p[1],g=m((0,r.useState)(""),2),y=g[0],_=g[1],b=no(!1),C=b.value,D=b.toggle,w=b.setFalse,k=(0,r.useRef)(null),A=function(e){var t=e||h||d||"1s",n=(t.match(/[a-zA-Z]+/g)||[]).length?t:"".concat(t,"s");s({type:"SET_CUSTOM_STEP",payload:n}),v(n),_("")},x=function(e){var t=e.match(/[-+]?([0-9]*\.[0-9]+|[0-9]+)/g)||[],n=e.match(/[a-zA-Z]+/g)||[],r=t.length&&t.every((function(e){return parseFloat(e)>0})),o=n.every((function(e){return Qt.find((function(t){return t.short===e}))})),i=r&&o;v(e),_(i?"":St.validStep)};return(0,r.useEffect)((function(){o&&A(o)}),[o]),(0,r.useEffect)((function(){!o&&d&&A(d)}),[d]),(0,r.useEffect)((function(){l-c!==f&&f&&d&&A(d)}),[l,c,f,d]),(0,r.useEffect)((function(){u!==o&&u!==d||A(d)}),[i]),zt("div",{className:"vm-step-control",ref:k,children:[t?zt("div",{className:"vm-mobile-option",onClick:D,children:[zt("span",{className:"vm-mobile-option__icon",children:zt(ir,{})}),zt("div",{className:"vm-mobile-option-text",children:[zt("span",{className:"vm-mobile-option-text__label",children:"Step"}),zt("span",{className:"vm-mobile-option-text__value",children:h})]}),zt("span",{className:"vm-mobile-option__arrow",children:zt($n,{})})]}):zt(lo,{title:"Query resolution step width",children:zt(to,{className:e?"":"vm-header-button",variant:"contained",color:"primary",startIcon:zt(ir,{}),onClick:D,children:zt("p",{children:["STEP",zt("p",{className:"vm-step-control__value",children:h})]})})}),zt(ro,{open:C,placement:"bottom-right",onClose:w,buttonRef:k,title:t?"Query resolution step width":void 0,children:zt("div",{className:vr()({"vm-step-control-popper":!0,"vm-step-control-popper_mobile":t}),children:[zt(wo,{autofocus:!0,label:"Step value",value:h,error:y,onChange:x,onEnter:function(){A(),w()},onFocus:function(){document.activeElement instanceof HTMLInputElement&&document.activeElement.select()},onBlur:A,endIcon:zt(lo,{title:"Set default step value: ".concat(d),children:zt(to,{size:"small",variant:"text",color:"primary",startIcon:zt(Bn,{}),onClick:function(){var e=d||"1s";x(e),A(e)}})})}),zt("div",{className:"vm-step-control-popper-info",children:[zt("code",{children:"step"})," - the ",zt("a",{className:"vm-link vm-link_colored",href:"https://prometheus.io/docs/prometheus/latest/querying/basics/#time-durations",target:"_blank",rel:"noreferrer",children:"interval"}),"between datapoints, which must be returned from the range query. The ",zt("code",{children:"query"})," is executed at",zt("code",{children:"start"}),", ",zt("code",{children:"start+step"}),", ",zt("code",{children:"start+2*step"}),", \u2026, ",zt("code",{children:"end"})," timestamps.",zt("a",{className:"vm-link vm-link_colored",href:"https://docs.victoriametrics.com/keyConcepts.html#range-query",target:"_blank",rel:"help noreferrer",children:"Read more about Range query"})]})]})})]})},Fo=function(e){var t=e.relativeTime,n=e.setDuration,r=Yr().isMobile;return zt("div",{className:vr()({"vm-time-duration":!0,"vm-time-duration_mobile":r}),children:ln.map((function(e){var o,i=e.id,a=e.duration,u=e.until,l=e.title;return zt("div",{className:vr()({"vm-list-item":!0,"vm-list-item_mobile":r,"vm-list-item_active":i===t}),onClick:(o={duration:a,until:u(),id:i},function(){n(o)}),children:l||a},i)}))})},Mo=function(e){var t=e.viewDate,n=e.showArrowNav,r=e.onChangeViewDate;return zt("div",{className:"vm-calendar-header",children:[zt("div",{className:"vm-calendar-header-left",onClick:e.toggleDisplayYears,children:[zt("span",{className:"vm-calendar-header-left__date",children:t.format("MMMM YYYY")}),zt("div",{className:"vm-calendar-header-left__select-year",children:zt(jn,{})})]}),n&&zt("div",{className:"vm-calendar-header-right",children:[zt("div",{className:"vm-calendar-header-right__prev",onClick:function(){r(t.subtract(1,"month"))},children:zt($n,{})}),zt("div",{className:"vm-calendar-header-right__next",onClick:function(){r(t.add(1,"month"))},children:zt($n,{})})]})]})},No=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],Oo=function(e){var t=e.viewDate,n=e.selectDate,o=e.onChangeSelectDate,a="YYYY-MM-DD",u=i()().tz().startOf("day"),l=(0,r.useMemo)((function(){var e=new Array(42).fill(null),n=t.startOf("month"),r=t.endOf("month").diff(n,"day")+1,o=new Array(r).fill(n).map((function(e,t){return e.add(t,"day")})),i=n.day();return e.splice.apply(e,[i,r].concat(_(o))),e}),[t]),c=function(e){return function(){e&&o(e)}};return zt("div",{className:"vm-calendar-body",children:[No.map((function(e){return zt("div",{className:"vm-calendar-body-cell vm-calendar-body-cell_weekday",children:e[0]},e)})),l.map((function(e,t){return zt("div",{className:vr()({"vm-calendar-body-cell":!0,"vm-calendar-body-cell_day":!0,"vm-calendar-body-cell_day_empty":!e,"vm-calendar-body-cell_day_active":(e&&e.format(a))===n.format(a),"vm-calendar-body-cell_day_today":(e&&e.format(a))===u.format(a)}),onClick:c(e),children:e&&e.format("D")},e?e.format(a):t)}))]})},To=function(e){var t=e.viewDate,n=e.onChangeViewDate,o=i()().format("YYYY"),a=(0,r.useMemo)((function(){return t.format("YYYY")}),[t]),u=(0,r.useMemo)((function(){var e=i()().subtract(9,"year");return new Array(18).fill(e).map((function(e,t){return e.add(t,"year")}))}),[t]);(0,r.useEffect)((function(){var e=document.getElementById("vm-calendar-year-".concat(a));e&&e.scrollIntoView({block:"center"})}),[]);return zt("div",{className:"vm-calendar-years",children:u.map((function(e){return zt("div",{className:vr()({"vm-calendar-years__year":!0,"vm-calendar-years__year_selected":e.format("YYYY")===a,"vm-calendar-years__year_today":e.format("YYYY")===o}),id:"vm-calendar-year-".concat(e.format("YYYY")),onClick:(t=e,function(){n(t)}),children:e.format("YYYY")},e.format("YYYY"));var t}))})},Bo=function(e){var t=e.viewDate,n=e.selectDate,o=e.onChangeViewDate,a=i()().format("MM"),u=(0,r.useMemo)((function(){return n.format("MM")}),[n]),l=(0,r.useMemo)((function(){return new Array(12).fill("").map((function(e,n){return i()(t).month(n)}))}),[t]);(0,r.useEffect)((function(){var e=document.getElementById("vm-calendar-year-".concat(u));e&&e.scrollIntoView({block:"center"})}),[]);var c=function(e){return function(){o(e)}};return zt("div",{className:"vm-calendar-years",children:l.map((function(e){return zt("div",{className:vr()({"vm-calendar-years__year":!0,"vm-calendar-years__year_selected":e.format("MM")===u,"vm-calendar-years__year_today":e.format("MM")===a}),id:"vm-calendar-year-".concat(e.format("MM")),onClick:c(e),children:e.format("MMMM")},e.format("MM"))}))})},Po=function(e){return e[e.days=0]="days",e[e.months=1]="months",e[e.years=2]="years",e}(Po||{}),Io=function(e){var t=e.date,n=e.format,o=void 0===n?Vt:n,a=e.onChange,u=m((0,r.useState)(Po.days),2),l=u[0],c=u[1],s=m((0,r.useState)(i().tz(t)),2),f=s[0],d=s[1],p=m((0,r.useState)(i().tz(t)),2),h=p[0],v=p[1],g=i()().startOf("day").tz(),y=g.format()===f.format(),_=Yr().isMobile,b=function(e){d(e),c((function(e){return e===Po.years?Po.months:Po.days}))};return(0,r.useEffect)((function(){h.format()!==i().tz(t).format()&&a(h.format(o))}),[h]),(0,r.useEffect)((function(){var e=i().tz(t);d(e),v(e)}),[t]),zt("div",{className:vr()({"vm-calendar":!0,"vm-calendar_mobile":_}),children:[zt(Mo,{viewDate:f,onChangeViewDate:b,toggleDisplayYears:function(){c((function(e){return e===Po.years?Po.days:Po.years}))},showArrowNav:l===Po.days}),l===Po.days&&zt(Oo,{viewDate:f,selectDate:h,onChangeSelectDate:function(e){v(e)}}),l===Po.years&&zt(To,{viewDate:f,onChangeViewDate:b}),l===Po.months&&zt(Bo,{selectDate:h,viewDate:f,onChangeViewDate:b}),!y&&l===Po.days&&zt("div",{className:"vm-calendar-footer",children:zt(to,{variant:"text",size:"small",onClick:function(){d(g)},children:"show today"})})]})},Ro=(0,r.forwardRef)((function(e,t){var n=e.date,o=e.targetRef,a=e.format,u=void 0===a?Vt:a,l=e.onChange,c=e.label,s=(0,r.useMemo)((function(){return i()(n).isValid()?i().tz(n):i()().tz()}),[n]),f=Yr().isMobile,d=no(!1),p=d.value,h=d.toggle,v=d.setFalse;return Cr("click",h,o),Cr("keyup",(function(e){"Escape"!==e.key&&"Enter"!==e.key||v()})),zt(It.HY,{children:zt(ro,{open:p,buttonRef:o,placement:"bottom-right",onClose:v,title:f?c:void 0,children:zt("div",{ref:t,children:zt(Io,{date:s,format:u,onChange:function(e){l(e),v()}})})})})})),zo=Ro,Lo=n(111),$o=n.n(Lo),jo=function(e){return i()(e).isValid()?i().tz(e).format(Vt):e},Ho=function(e){var t=e.value,n=void 0===t?"":t,o=e.label,a=e.pickerLabel,u=e.pickerRef,l=e.onChange,c=e.onEnter,s=(0,r.useRef)(null),f=m((0,r.useState)(null),2),d=f[0],p=f[1],h=m((0,r.useState)(jo(n)),2),v=h[0],g=h[1],y=m((0,r.useState)(!1),2),_=y[0],b=y[1],C=m((0,r.useState)(!1),2),D=C[0],w=C[1],k=i()(v).isValid()?"":"Expected format: YYYY-MM-DD HH:mm:ss";return(0,r.useEffect)((function(){var e=jo(n);e!==v&&g(e),D&&(c(),w(!1))}),[n]),(0,r.useEffect)((function(){_&&d&&(d.focus(),d.setSelectionRange(11,11),b(!1))}),[_]),zt("div",{className:vr()({"vm-date-time-input":!0,"vm-date-time-input_error":k}),children:[zt("label",{children:o}),zt($o(),{tabIndex:1,inputRef:p,mask:"9999-99-99 99:99:99",placeholder:"YYYY-MM-DD HH:mm:ss",value:v,autoCapitalize:"none",inputMode:"numeric",maskChar:null,onChange:function(e){g(e.currentTarget.value)},onBlur:function(){l(v)},onKeyUp:function(e){"Enter"===e.key&&(l(v),w(!0))}}),k&&zt("span",{className:"vm-date-time-input__error-text",children:k}),zt("div",{className:"vm-date-time-input__icon",ref:s,children:zt(to,{variant:"text",color:"gray",size:"small",startIcon:zt(Yn,{})})}),zt(zo,{label:a,ref:u,date:v,onChange:function(e){g(e),b(!0)},targetRef:s})]})},Yo=function(){var e=Yr().isMobile,t=$t().isDarkTheme,n=(0,r.useRef)(null),o=Dr(),a=(0,r.useMemo)((function(){return o.width>1120}),[o]),u=m((0,r.useState)(),2),l=u[0],c=u[1],s=m((0,r.useState)(),2),f=s[0],d=s[1],p=wn(),h=p.period,v=h.end,g=h.start,y=p.relativeTime,_=p.timezone,b=p.duration,C=kn(),D=gt(),w=no(!1),k=w.value,A=w.toggle,x=w.setFalse,E=(0,r.useMemo)((function(){return{region:_,utc:sn(_)}}),[_]);(0,r.useEffect)((function(){c(on(un(v)))}),[_,v]),(0,r.useEffect)((function(){d(on(un(g)))}),[_,g]);var S=function(e){var t=e.duration,n=e.until,r=e.id;C({type:"SET_RELATIVE_TIME",payload:{duration:t,until:n,id:r}}),x()},F=(0,r.useMemo)((function(){return{start:i().tz(un(g)).format(Vt),end:i().tz(un(v)).format(Vt)}}),[g,v,_]),M=(0,r.useMemo)((function(){return y&&"none"!==y?y.replace(/_/g," "):"".concat(F.start," - ").concat(F.end)}),[y,F]),N=(0,r.useRef)(null),O=(0,r.useRef)(null),T=(0,r.useRef)(null),B=function(){f&&l&&C({type:"SET_PERIOD",payload:{from:i().tz(f).toDate(),to:i().tz(l).toDate()}}),x()};return(0,r.useEffect)((function(){var e=cn({relativeTimeId:y,defaultDuration:b,defaultEndInput:un(v)});S({id:e.relativeTimeId,duration:e.duration,until:e.endInput})}),[_]),eo(n,(function(t){var n,r;if(!e){var o=t.target,i=(null===N||void 0===N?void 0:N.current)&&(null===N||void 0===N||null===(n=N.current)||void 0===n?void 0:n.contains(o)),a=(null===O||void 0===O?void 0:O.current)&&(null===O||void 0===O||null===(r=O.current)||void 0===r?void 0:r.contains(o));i||a||x()}})),zt(It.HY,{children:[zt("div",{ref:T,children:e?zt("div",{className:"vm-mobile-option",onClick:A,children:[zt("span",{className:"vm-mobile-option__icon",children:zt(Hn,{})}),zt("div",{className:"vm-mobile-option-text",children:[zt("span",{className:"vm-mobile-option-text__label",children:"Time range"}),zt("span",{className:"vm-mobile-option-text__value",children:M})]}),zt("span",{className:"vm-mobile-option__arrow",children:zt($n,{})})]}):zt(lo,{title:a?"Time range controls":M,children:zt(to,{className:D?"":"vm-header-button",variant:"contained",color:"primary",startIcon:zt(Hn,{}),onClick:A,children:a&&zt("span",{children:M})})})}),zt(ro,{open:k,buttonRef:T,placement:"bottom-right",onClose:x,clickOutside:!1,title:e?"Time range controls":"",children:zt("div",{className:vr()({"vm-time-selector":!0,"vm-time-selector_mobile":e}),ref:n,children:[zt("div",{className:"vm-time-selector-left",children:[zt("div",{className:vr()({"vm-time-selector-left-inputs":!0,"vm-time-selector-left-inputs_dark":t}),children:[zt(Ho,{value:f,label:"From:",pickerLabel:"Date From",pickerRef:N,onChange:d,onEnter:B}),zt(Ho,{value:l,label:"To:",pickerLabel:"Date To",pickerRef:O,onChange:c,onEnter:B})]}),zt("div",{className:"vm-time-selector-left-timezone",children:[zt("div",{className:"vm-time-selector-left-timezone__title",children:E.region}),zt("div",{className:"vm-time-selector-left-timezone__utc",children:E.utc})]}),zt(to,{variant:"text",startIcon:zt(Vn,{}),onClick:function(){return C({type:"RUN_QUERY_TO_NOW"})},children:"switch to now"}),zt("div",{className:"vm-time-selector-left__controls",children:[zt(to,{color:"error",variant:"outlined",onClick:function(){c(on(un(v))),d(on(un(g))),x()},children:"Cancel"}),zt(to,{color:"primary",onClick:B,children:"Apply"})]})]}),zt(Fo,{relativeTime:y||"",setDuration:S})]})})]})},Vo=function(){var e=Yr().isMobile,t=gt(),n=(0,r.useRef)(null),o=m(ut(),2),a=o[0],u=o[1],l=a.get("date")||i()().tz().format(Yt),c=(0,r.useMemo)((function(){return i().tz(l).format(Yt)}),[l]),s=function(e){a.set("date",e),u(a)};return(0,r.useEffect)((function(){s(l)}),[]),zt("div",{children:[zt("div",{ref:n,children:e?zt("div",{className:"vm-mobile-option",children:[zt("span",{className:"vm-mobile-option__icon",children:zt(Yn,{})}),zt("div",{className:"vm-mobile-option-text",children:[zt("span",{className:"vm-mobile-option-text__label",children:"Date control"}),zt("span",{className:"vm-mobile-option-text__value",children:c})]}),zt("span",{className:"vm-mobile-option__arrow",children:zt($n,{})})]}):zt(lo,{title:"Date control",children:zt(to,{className:t?"":"vm-header-button",variant:"contained",color:"primary",startIcon:zt(Yn,{}),children:c})})}),zt(zo,{label:"Date control",date:l||"",format:Yt,onChange:s,targetRef:n})]})},Uo=[{seconds:0,title:"Off"},{seconds:1,title:"1s"},{seconds:2,title:"2s"},{seconds:5,title:"5s"},{seconds:10,title:"10s"},{seconds:30,title:"30s"},{seconds:60,title:"1m"},{seconds:300,title:"5m"},{seconds:900,title:"15m"},{seconds:1800,title:"30m"},{seconds:3600,title:"1h"},{seconds:7200,title:"2h"}],Wo=function(){var e=Yr().isMobile,t=kn(),n=gt(),o=m((0,r.useState)(!1),2),i=o[0],a=o[1],u=m((0,r.useState)(Uo[0]),2),l=u[0],c=u[1],s=no(!1),f=s.value,d=s.toggle,p=s.setFalse,h=(0,r.useRef)(null);(0,r.useEffect)((function(){var e,n=l.seconds;return i?e=setInterval((function(){t({type:"RUN_QUERY"})}),1e3*n):c(Uo[0]),function(){e&&clearInterval(e)}}),[l,i]);var v=function(e){return function(){!function(e){(i&&!e.seconds||!i&&e.seconds)&&a((function(e){return!e})),c(e),p()}(e)}};return zt(It.HY,{children:[zt("div",{className:"vm-execution-controls",children:zt("div",{className:vr()({"vm-execution-controls-buttons":!0,"vm-execution-controls-buttons_mobile":e,"vm-header-button":!n}),children:[!e&&zt(lo,{title:"Refresh dashboard",children:zt(to,{variant:"contained",color:"primary",onClick:function(){t({type:"RUN_QUERY"})},startIcon:zt(Ln,{})})}),e?zt("div",{className:"vm-mobile-option",onClick:d,children:[zt("span",{className:"vm-mobile-option__icon",children:zt(Bn,{})}),zt("div",{className:"vm-mobile-option-text",children:[zt("span",{className:"vm-mobile-option-text__label",children:"Auto-refresh"}),zt("span",{className:"vm-mobile-option-text__value",children:l.title})]}),zt("span",{className:"vm-mobile-option__arrow",children:zt($n,{})})]}):zt(lo,{title:"Auto-refresh control",children:zt("div",{ref:h,children:zt(to,{variant:"contained",color:"primary",fullWidth:!0,endIcon:zt("div",{className:vr()({"vm-execution-controls-buttons__arrow":!0,"vm-execution-controls-buttons__arrow_open":f}),children:zt($n,{})}),onClick:d,children:l.title})})})]})}),zt(ro,{open:f,placement:"bottom-right",onClose:p,buttonRef:h,title:e?"Auto-refresh duration":void 0,children:zt("div",{className:vr()({"vm-execution-controls-list":!0,"vm-execution-controls-list_mobile":e}),children:Uo.map((function(t){return zt("div",{className:vr()({"vm-list-item":!0,"vm-list-item_mobile":e,"vm-list-item_active":t.seconds===l.seconds}),onClick:v(t),children:t.title},t.seconds)}))})})]})},Zo=function(e){var t;try{t=new URL(e)}catch(Rt){return!1}return"http:"===t.protocol||"https:"===t.protocol},qo=function(e){var t=e.serverUrl,n=e.stateServerUrl,o=e.onChange,i=e.onEnter,a=m((0,r.useState)(""),2),u=a[0],l=a[1];return(0,r.useEffect)((function(){n||l(St.emptyServer),Zo(n)||l(St.validServer)}),[n]),zt(wo,{autofocus:!0,label:"Server URL",value:t,error:u,onChange:function(e){o(e||""),l("")},onEnter:i,inputmode:"url"})},Go=[{label:"Graph",type:"chart"},{label:"JSON",type:"code"},{label:"Table",type:"table"}],Qo=function(e){var t=e.limits,n=e.onChange,o=e.onEnter,i=Yr().isMobile,a=m((0,r.useState)({table:"",chart:"",code:""}),2),u=a[0],l=a[1],c=function(e){return function(r){!function(e,r){var o=e||"";l((function(e){return ft(ft({},e),{},ct({},r,+o<0?St.positiveNumber:""))})),n(ft(ft({},t),{},ct({},r,o||1/0)))}(r,e)}};return zt("div",{className:"vm-limits-configurator",children:[zt("div",{className:"vm-server-configurator__title",children:["Series limits by tabs",zt(lo,{title:"Set to 0 to disable the limit",children:zt(to,{variant:"text",color:"primary",size:"small",startIcon:zt(Pn,{})})}),zt("div",{className:"vm-limits-configurator-title__reset",children:zt(to,{variant:"text",color:"primary",size:"small",startIcon:zt(Bn,{}),onClick:function(){n(Dt)},children:"Reset limits"})})]}),zt("div",{className:vr()({"vm-limits-configurator__inputs":!0,"vm-limits-configurator__inputs_mobile":i}),children:Go.map((function(e){return zt("div",{children:zt(wo,{label:e.label,value:t[e.type],error:u[e.type],onChange:c(e.type),onEnter:o,type:"number"})},e.type)}))})]})},Ko=function(e){var t=e.defaultExpanded,n=void 0!==t&&t,o=e.onChange,i=e.title,a=e.children,u=m((0,r.useState)(n),2),l=u[0],c=u[1];return(0,r.useEffect)((function(){o&&o(l)}),[l]),zt(It.HY,{children:[zt("header",{className:"vm-accordion-header ".concat(l&&"vm-accordion-header_open"),onClick:function(){c((function(e){return!e}))},children:[i,zt("div",{className:"vm-accordion-header__arrow ".concat(l&&"vm-accordion-header__arrow_open"),children:zt($n,{})})]}),l&&zt("section",{className:"vm-accordion-section",children:a},"content")]})},Jo=function(e){var t=e.timezoneState,n=e.onChange,o=Yr().isMobile,a=fn(),u=m((0,r.useState)(""),2),l=u[0],c=u[1],s=(0,r.useRef)(null),f=no(!1),d=f.value,p=f.toggle,h=f.setFalse,v=(0,r.useMemo)((function(){if(!l)return a;try{return fn(l)}catch(e){return{}}}),[l,a]),g=(0,r.useMemo)((function(){return Object.keys(v)}),[v]),y=(0,r.useMemo)((function(){return{region:i().tz.guess(),utc:sn(i().tz.guess())}}),[]),_=(0,r.useMemo)((function(){return{region:t,utc:sn(t)}}),[t]),b=function(e){return function(){!function(e){n(e.region),c(""),h()}(e)}};return zt("div",{className:"vm-timezones",children:[zt("div",{className:"vm-server-configurator__title",children:"Time zone"}),zt("div",{className:"vm-timezones-item vm-timezones-item_selected",onClick:p,ref:s,children:[zt("div",{className:"vm-timezones-item__title",children:_.region}),zt("div",{className:"vm-timezones-item__utc",children:_.utc}),zt("div",{className:vr()({"vm-timezones-item__icon":!0,"vm-timezones-item__icon_open":d}),children:zt(jn,{})})]}),zt(ro,{open:d,buttonRef:s,placement:"bottom-left",onClose:h,fullWidth:!0,title:o?"Time zone":void 0,children:zt("div",{className:vr()({"vm-timezones-list":!0,"vm-timezones-list_mobile":o}),children:[zt("div",{className:"vm-timezones-list-header",children:[zt("div",{className:"vm-timezones-list-header__search",children:zt(wo,{autofocus:!0,label:"Search",value:l,onChange:function(e){c(e)}})}),zt("div",{className:"vm-timezones-item vm-timezones-list-group-options__item",onClick:b(y),children:[zt("div",{className:"vm-timezones-item__title",children:["Browser Time (",y.region,")"]}),zt("div",{className:"vm-timezones-item__utc",children:y.utc})]})]}),g.map((function(e){return zt("div",{className:"vm-timezones-list-group",children:zt(Ko,{defaultExpanded:!0,title:zt("div",{className:"vm-timezones-list-group__title",children:e}),children:zt("div",{className:"vm-timezones-list-group-options",children:v[e]&&v[e].map((function(e){return zt("div",{className:"vm-timezones-item vm-timezones-list-group-options__item",onClick:b(e),children:[zt("div",{className:"vm-timezones-item__title",children:e.region}),zt("div",{className:"vm-timezones-item__utc",children:e.utc})]},e.search)}))})})},e)}))]})})]})},Xo=function(e){var t=e.options,n=e.value,o=e.label,i=e.onChange,a=(0,r.useRef)(null),u=m((0,r.useState)({width:"0px",left:"0px",borderRadius:"0px"}),2),l=u[0],c=u[1],s=function(e){return function(){i(e)}};return(0,r.useEffect)((function(){if(a.current){var e=t.findIndex((function(e){return e.value===n})),r=a.current.getBoundingClientRect().width,o=e*r,i="0";0===e&&(i="16px 0 0 16px"),e===t.length-1&&(i="10px",o-=1,i="0 16px 16px 0"),0!==e&&e!==t.length-1&&(r+=1,o-=1),c({width:"".concat(r,"px"),left:"".concat(o,"px"),borderRadius:i})}else c({width:"0px",left:"0px",borderRadius:"0px"})}),[a,n,t]),zt("div",{className:"vm-toggles",children:[o&&zt("label",{className:"vm-toggles__label",children:o}),zt("div",{className:"vm-toggles-group",style:{gridTemplateColumns:"repeat(".concat(t.length,", 1fr)")},children:[l.borderRadius&&zt("div",{className:"vm-toggles-group__highlight",style:l}),t.map((function(e,t){return zt("div",{className:vr()({"vm-toggles-group-item":!0,"vm-toggles-group-item_first":0===t,"vm-toggles-group-item_active":e.value===n,"vm-toggles-group-item_icon":e.icon&&e.title}),onClick:s(e.value),ref:e.value===n?a:null,children:[e.icon,e.title]},e.value)}))]})]})},ei=Object.values(Ft).map((function(e){return{title:e,value:e}})),ti=function(e){var t=e.theme,n=e.onChange,r=Yr().isMobile;return zt("div",{className:vr()({"vm-theme-control":!0,"vm-theme-control_mobile":r}),children:[zt("div",{className:"vm-server-configurator__title",children:"Theme preferences"}),zt("div",{className:"vm-theme-control__toggle",children:zt(Xo,{options:ei,value:t,onChange:function(e){n(e)}})},"".concat(r))]})},ni="Settings",ri=function(){var e=Yr().isMobile,t=gt(),n=$t(),o=n.serverUrl,i=n.theme,a=wn().timezone,u=Nr().seriesLimits,l=jt(),c=kn(),s=Or(),f=m((0,r.useState)(o),2),d=f[0],p=f[1],h=m((0,r.useState)(u),2),v=h[0],g=h[1],y=m((0,r.useState)(a),2),_=y[0],b=y[1],C=no(!1),D=C.value,w=C.setTrue,k=C.setFalse,A=function(){k(),p(o),g(u),b(a)},x=function(){var e=Ao(d);""!==e&&l({type:"SET_TENANT_ID",payload:e}),l({type:"SET_SERVER",payload:d}),c({type:"SET_TIMEZONE",payload:_}),s({type:"SET_SERIES_LIMITS",payload:v}),k()};return(0,r.useEffect)((function(){o!==d&&p(o)}),[o]),zt(It.HY,{children:[e?zt("div",{className:"vm-mobile-option",onClick:w,children:[zt("span",{className:"vm-mobile-option__icon",children:zt(On,{})}),zt("div",{className:"vm-mobile-option-text",children:zt("span",{className:"vm-mobile-option-text__label",children:ni})}),zt("span",{className:"vm-mobile-option__arrow",children:zt($n,{})})]}):zt(lo,{title:ni,children:zt(to,{className:vr()({"vm-header-button":!t}),variant:"contained",color:"primary",startIcon:zt(On,{}),onClick:w})}),D&&zt(uo,{title:ni,onClose:A,children:zt("div",{className:vr()({"vm-server-configurator":!0,"vm-server-configurator_mobile":e}),children:[!t&&zt("div",{className:"vm-server-configurator__input",children:zt(qo,{stateServerUrl:o,serverUrl:d,onChange:p,onEnter:x})}),zt("div",{className:"vm-server-configurator__input",children:zt(Qo,{limits:v,onChange:g,onEnter:x})}),zt("div",{className:"vm-server-configurator__input",children:zt(Jo,{timezoneState:_,onChange:b})}),!t&&zt("div",{className:"vm-server-configurator__input",children:zt(ti,{theme:i,onChange:function(e){l({type:"SET_THEME",payload:e})}})}),zt("div",{className:"vm-server-configurator-footer",children:[zt(to,{color:"error",variant:"outlined",onClick:A,children:"Cancel"}),zt(to,{color:"primary",variant:"contained",onClick:x,children:"Apply"})]})]})})]})};function oi(){oi=function(){return e};var e={},t=Object.prototype,n=t.hasOwnProperty,r=Object.defineProperty||function(e,t,n){e[t]=n.value},o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",u=o.toStringTag||"@@toStringTag";function l(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(F){l=function(e,t,n){return e[t]=n}}function c(e,t,n,o){var i=t&&t.prototype instanceof d?t:d,a=Object.create(i.prototype),u=new x(o||[]);return r(a,"_invoke",{value:D(e,n,u)}),a}function s(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(F){return{type:"throw",arg:F}}}e.wrap=c;var f={};function d(){}function p(){}function h(){}var v={};l(v,i,(function(){return this}));var m=Object.getPrototypeOf,g=m&&m(m(E([])));g&&g!==t&&n.call(g,i)&&(v=g);var y=h.prototype=d.prototype=Object.create(v);function _(e){["next","throw","return"].forEach((function(t){l(e,t,(function(e){return this._invoke(t,e)}))}))}function b(e,t){function o(r,i,a,u){var l=s(e[r],e,i);if("throw"!==l.type){var c=l.arg,f=c.value;return f&&"object"==C(f)&&n.call(f,"__await")?t.resolve(f.__await).then((function(e){o("next",e,a,u)}),(function(e){o("throw",e,a,u)})):t.resolve(f).then((function(e){c.value=e,a(c)}),(function(e){return o("throw",e,a,u)}))}u(l.arg)}var i;r(this,"_invoke",{value:function(e,n){function r(){return new t((function(t,r){o(e,n,t,r)}))}return i=i?i.then(r,r):r()}})}function D(e,t,n){var r="suspendedStart";return function(o,i){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===o)throw i;return S()}for(n.method=o,n.arg=i;;){var a=n.delegate;if(a){var u=w(a,n);if(u){if(u===f)continue;return u}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var l=s(e,t,n);if("normal"===l.type){if(r=n.done?"completed":"suspendedYield",l.arg===f)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(r="completed",n.method="throw",n.arg=l.arg)}}}function w(e,t){var n=t.method,r=e.iterator[n];if(void 0===r)return t.delegate=null,"throw"===n&&e.iterator.return&&(t.method="return",t.arg=void 0,w(e,t),"throw"===t.method)||"return"!==n&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+n+"' method")),f;var o=s(r,e.iterator,t.arg);if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,f;var i=o.arg;return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,f):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,f)}function k(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function A(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function x(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(k,this),this.reset(!0)}function E(e){if(e){var t=e[i];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,o=function t(){for(;++r<e.length;)if(n.call(e,r))return t.value=e[r],t.done=!1,t;return t.value=void 0,t.done=!0,t};return o.next=o}}return{next:S}}function S(){return{value:void 0,done:!0}}return p.prototype=h,r(y,"constructor",{value:h,configurable:!0}),r(h,"constructor",{value:p,configurable:!0}),p.displayName=l(h,u,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===p||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,h):(e.__proto__=h,l(e,u,"GeneratorFunction")),e.prototype=Object.create(y),e},e.awrap=function(e){return{__await:e}},_(b.prototype),l(b.prototype,a,(function(){return this})),e.AsyncIterator=b,e.async=function(t,n,r,o,i){void 0===i&&(i=Promise);var a=new b(c(t,n,r,o),i);return e.isGeneratorFunction(n)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},_(y),l(y,u,"Generator"),l(y,i,(function(){return this})),l(y,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=Object(e),n=[];for(var r in t)n.push(r);return n.reverse(),function e(){for(;n.length;){var r=n.pop();if(r in t)return e.value=r,e.done=!1,e}return e.done=!0,e}},e.values=E,x.prototype={constructor:x,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(A),!e)for(var t in this)"t"===t.charAt(0)&&n.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function r(n,r){return a.type="throw",a.arg=e,t.next=n,r&&(t.method="next",t.arg=void 0),!!r}for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return r("end");if(i.tryLoc<=this.prev){var u=n.call(i,"catchLoc"),l=n.call(i,"finallyLoc");if(u&&l){if(this.prev<i.catchLoc)return r(i.catchLoc,!0);if(this.prev<i.finallyLoc)return r(i.finallyLoc)}else if(u){if(this.prev<i.catchLoc)return r(i.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return r(i.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,f):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),f},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),A(n),f}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var o=r.arg;A(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:E(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),f}},e}function ii(e,t,n,r,o,i,a){try{var u=e[i](a),l=u.value}catch(c){return void n(c)}u.done?t(l):Promise.resolve(l).then(r,o)}function ai(e){return function(){var t=this,n=arguments;return new Promise((function(r,o){var i=e.apply(t,n);function a(e){ii(i,r,o,a,u,"next",e)}function u(e){ii(i,r,o,a,u,"throw",e)}a(void 0)}))}}var ui,li,ci=function(e){var t=e.displaySidebar,n=e.isMobile,r=e.headerSetup,o=e.accountIds;return zt("div",{className:vr()({"vm-header-controls":!0,"vm-header-controls_mobile":n}),children:[(null===r||void 0===r?void 0:r.tenant)&&zt(xo,{accountIds:o||[]}),(null===r||void 0===r?void 0:r.stepControl)&&zt(So,{}),(null===r||void 0===r?void 0:r.timeSelector)&&zt(Yo,{}),(null===r||void 0===r?void 0:r.cardinalityDatePicker)&&zt(Vo,{}),(null===r||void 0===r?void 0:r.executionControls)&&zt(Wo,{}),zt(ri,{}),!t&&zt(bo,{})]})},si=function(e){var t=gt(),n=Me().pathname,o=function(){var e=mt().useTenantID,t=gt(),n=$t().serverUrl,o=m((0,r.useState)(!1),2),i=o[0],a=o[1],u=m((0,r.useState)(),2),l=u[0],c=u[1],s=m((0,r.useState)([]),2),f=s[0],d=s[1],p=(0,r.useMemo)((function(){return"".concat(n.replace(/^(.+)(\/select.+)/,"$1"),"/admin/tenants")}),[n]),h=(0,r.useMemo)((function(){return!!Ao(n)}),[n]),v=t?!e:!h;return(0,r.useEffect)((function(){if(!v){var e=function(){var e=ai(oi().mark((function e(){var t,n,r;return oi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return a(!0),e.prev=1,e.next=4,fetch(p);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],d(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?c(void 0):c("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&c("".concat(e.t0.name,": ").concat(e.t0.message));case 16:a(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();e().catch(console.error)}}),[p]),{accountIds:f,isLoading:i,error:l}}(),i=o.accountIds,a=no(!1),u=a.value,l=a.toggle,c=a.setFalse,s=(0,r.useMemo)((function(){return(ht[n]||{}).header||{}}),[n]);return e.isMobile?zt(It.HY,{children:[zt("div",{children:zt(to,{className:vr()({"vm-header-button":!t}),startIcon:zt(sr,{}),onClick:l})}),zt(uo,{title:"Controls",onClose:c,isOpen:u,className:vr()({"vm-header-controls-modal":!0,"vm-header-controls-modal_open":u}),children:zt(ci,ft(ft({},e),{},{accountIds:i,headerSetup:s}))})]}):zt(ci,ft(ft({},e),{},{accountIds:i,headerSetup:s}))},fi=function(){var e="true",t=Yr().isMobile,n=Dr(),o=(0,r.useMemo)((function(){return window.innerWidth<1e3}),[n]),i=$t().isDarkTheme,a=gt(),u=(0,r.useMemo)((function(){return Mt(i?"color-background-block":"color-primary")}),[i]),l=(0,r.useMemo)((function(){var e=mt().headerStyles,t=void 0===e?{}:e,n=t.background,r=void 0===n?a?"#FFF":u:n,o=t.color;return{background:r,color:void 0===o?a?u:"#FFF":o}}),[u]),c=l.background,s=l.color,f=Ne(),d=function(){f({pathname:vt.home}),window.location.reload()};return zt("header",{className:vr()({"vm-header":!0,"vm-header_app":a,"vm-header_dark":i,"vm-header_mobile":t}),style:{background:c,color:s},children:[o?zt(Do,{background:c,color:s}):zt(It.HY,{children:[!a&&zt("div",{className:vr()({"vm-header-logo":!0,"vm-header-logo_logs":e}),onClick:d,style:{color:s},children:zt(e?Mn:Fn,{})}),zt(ao,{color:s,background:c})]}),t&&zt("div",{className:vr()({"vm-header-logo":!0,"vm-header-logo_mobile":!0,"vm-header-logo_logs":e}),onClick:d,style:{color:s},children:zt(e?Mn:Fn,{})}),zt(si,{displaySidebar:o,isMobile:t})]})},di=function(){var e=Yr().isMobile,t="2019-".concat(i()().format("YYYY"));return zt("footer",{className:"vm-footer",children:[zt("a",{className:"vm-link vm-footer__website",target:"_blank",href:"https://victoriametrics.com/",rel:"me noreferrer",children:[zt(Nn,{}),"victoriametrics.com"]}),zt("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://docs.victoriametrics.com/#vmui",rel:"help noreferrer",children:[zt(ar,{}),e?"Docs":"Documentation"]}),zt("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://github.com/VictoriaMetrics/VictoriaMetrics/issues/new/choose",rel:"noreferrer",children:[zt(ur,{}),e?"New issue":"Create an issue"]}),zt("div",{className:"vm-footer__copyright",children:["\xa9 ",t," VictoriaMetrics"]})]})},pi=function(){var e=ai(oi().mark((function e(t){var n,r;return oi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,fetch("./dashboards/".concat(t));case 2:return n=e.sent,e.next=5,n.json();case 5:return r=e.sent,e.abrupt("return",r);case 7:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),hi=function(){var e=gt(),t=$t().serverUrl,n=(0,r.useContext)(Qr).dispatch,o=m((0,r.useState)(!1),2),i=o[0],a=o[1],u=m((0,r.useState)(""),2),l=u[0],c=u[1],s=m((0,r.useState)([]),2),f=s[0],d=s[1],p=function(){var e=ai(oi().mark((function e(){var t,n;return oi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(e.prev=0,null!==(t=window.__VMUI_PREDEFINED_DASHBOARDS__)&&void 0!==t&&t.length){e.next=4;break}return e.abrupt("return",[]);case 4:return e.next=6,Promise.all(t.map(function(){var e=ai(oi().mark((function e(t){return oi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",pi(t));case 1:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 6:n=e.sent,d((function(e){return[].concat(_(n),_(e))})),e.next=13;break;case 10:e.prev=10,e.t0=e.catch(0),e.t0 instanceof Error&&c("".concat(e.t0.name,": ").concat(e.t0.message));case 13:case"end":return e.stop()}}),e,null,[[0,10]])})));return function(){return e.apply(this,arguments)}}(),h=function(){var e=ai(oi().mark((function e(){var n,r,o;return oi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return");case 2:return c(""),a(!0),e.prev=4,e.next=7,fetch("".concat(t,"/vmui/custom-dashboards"));case 7:return n=e.sent,e.next=10,n.json();case 10:if(r=e.sent,!n.ok){e.next=22;break}if(!((o=r.dashboardsSettings)&&o.length>0)){e.next=17;break}d((function(e){return[].concat(_(e),_(o))})),e.next=19;break;case 17:return e.next=19,p();case 19:a(!1),e.next=26;break;case 22:return e.next=24,p();case 24:c(r.error),a(!1);case 26:e.next=34;break;case 28:return e.prev=28,e.t0=e.catch(4),a(!1),e.t0 instanceof Error&&c("".concat(e.t0.name,": ").concat(e.t0.message)),e.next=34,p();case 34:case"end":return e.stop()}}),e,null,[[4,28]])})));return function(){return e.apply(this,arguments)}}();return(0,r.useEffect)((function(){e||(d([]),h())}),[t]),(0,r.useEffect)((function(){n({type:"SET_DASHBOARDS_SETTINGS",payload:f})}),[f]),(0,r.useEffect)((function(){n({type:"SET_DASHBOARDS_LOADING",payload:i})}),[i]),(0,r.useEffect)((function(){n({type:"SET_DASHBOARDS_ERROR",payload:l})}),[l]),{dashboardsSettings:f,isLoading:i,error:l}},vi=function(){var e=gt(),t=Yr().isMobile,n=Me().pathname,o=m(ut(),2),i=o[0],a=o[1];hi();return(0,r.useEffect)((function(){var e,t="vmui",n=null===(e=ht[vt.logs])||void 0===e?void 0:e.title;document.title=n?"".concat(n," - ").concat(t):t}),[n]),(0,r.useEffect)((function(){var e=window.location,t=e.search,n=e.href;if(t){var r=_t().parse(t,{ignoreQueryPrefix:!0});Object.entries(r).forEach((function(e){var t=m(e,2),n=t[0],r=t[1];return i.set(n,r)})),a(i),window.location.search=""}var o=n.replace(/\/\?#\//,"/#/");o!==n&&window.location.replace(o)}),[]),zt("section",{className:"vm-container",children:[zt(fi,{}),zt("div",{className:vr()({"vm-container-body":!0,"vm-container-body_mobile":t,"vm-container-body_app":e}),children:zt(Ye,{})}),!e&&zt(di,{})]})},mi="u-off",gi="u-label",yi="width",_i="height",bi="top",Ci="bottom",Di="left",wi="right",ki="#000",Ai=ki+"0",xi="mousemove",Ei="mousedown",Si="mouseup",Fi="mouseenter",Mi="mouseleave",Ni="dblclick",Oi="change",Ti="dppxchange",Bi="--",Pi="undefined"!=typeof window,Ii=Pi?document:null,Ri=Pi?window:null,zi=Pi?navigator:null;function Li(e,t){if(null!=t){var n=e.classList;!n.contains(t)&&n.add(t)}}function $i(e,t){var n=e.classList;n.contains(t)&&n.remove(t)}function ji(e,t,n){e.style[t]=n+"px"}function Hi(e,t,n,r){var o=Ii.createElement(e);return null!=t&&Li(o,t),null!=n&&n.insertBefore(o,r),o}function Yi(e,t){return Hi("div",e,t)}var Vi=new WeakMap;function Ui(e,t,n,r,o){var i="translate("+t+"px,"+n+"px)";i!=Vi.get(e)&&(e.style.transform=i,Vi.set(e,i),t<0||n<0||t>r||n>o?Li(e,mi):$i(e,mi))}var Wi=new WeakMap;function Zi(e,t,n){var r=t+n;r!=Wi.get(e)&&(Wi.set(e,r),e.style.background=t,e.style.borderColor=n)}var qi=new WeakMap;function Gi(e,t,n,r){var o=t+""+n;o!=qi.get(e)&&(qi.set(e,o),e.style.height=n+"px",e.style.width=t+"px",e.style.marginLeft=r?-t/2+"px":0,e.style.marginTop=r?-n/2+"px":0)}var Qi={passive:!0},Ki=ft(ft({},Qi),{},{capture:!0});function Ji(e,t,n,r){t.addEventListener(e,n,r?Ki:Qi)}function Xi(e,t,n,r){t.removeEventListener(e,n,r?Ki:Qi)}function ea(e,t,n,r){var o;n=n||0;for(var i=(r=r||t.length-1)<=2147483647;r-n>1;)t[o=i?n+r>>1:ma((n+r)/2)]<e?n=o:r=o;return e-t[n]<=t[r]-e?n:r}function ta(e,t,n,r){for(var o=1==r?t:n;o>=t&&o<=n;o+=r)if(null!=e[o])return o;return-1}function na(e,t,n,r){var o=Da(e),i=Da(t),a=10==n?wa:ka;e==t&&(-1==o?(e*=n,t/=n):(e/=n,t*=n));var u=1==i?ya:ma,l=(1==o?ma:ya)(a(va(e))),c=u(a(va(t))),s=Ca(n,l),f=Ca(n,c);return 10==n&&(l<0&&(s=La(s,-l)),c<0&&(f=La(f,-c))),r||2==n?(e=s*o,t=f*i):(e=za(e,s),t=Ra(t,f)),[e,t]}function ra(e,t,n,r){var o=na(e,t,n,r);return 0==e&&(o[0]=0),0==t&&(o[1]=0),o}Pi&&function e(){var t=devicePixelRatio;ui!=t&&(ui=t,li&&Xi(Oi,li,e),li=matchMedia("(min-resolution: ".concat(ui-.001,"dppx) and (max-resolution: ").concat(ui+.001,"dppx)")),Ji(Oi,li,e),Ri.dispatchEvent(new CustomEvent(Ti)))}();var oa=.1,ia={mode:3,pad:oa},aa={pad:0,soft:null,mode:0},ua={min:aa,max:aa};function la(e,t,n,r){return Ga(n)?sa(e,t,n):(aa.pad=n,aa.soft=r?0:null,aa.mode=r?3:0,sa(e,t,ua))}function ca(e,t){return null==e?t:e}function sa(e,t,n){var r=n.min,o=n.max,i=ca(r.pad,0),a=ca(o.pad,0),u=ca(r.hard,-xa),l=ca(o.hard,xa),c=ca(r.soft,xa),s=ca(o.soft,-xa),f=ca(r.mode,0),d=ca(o.mode,0),p=t-e,h=wa(p),v=ba(va(e),va(t)),m=wa(v),g=va(m-h);(p<1e-9||g>10)&&(p=0,0!=e&&0!=t||(p=1e-9,2==f&&c!=xa&&(i=0),2==d&&s!=-xa&&(a=0)));var y=p||v||1e3,_=wa(y),b=Ca(10,ma(_)),C=La(za(e-y*(0==p?0==e?.1:1:i),b/10),9),D=e>=c&&(1==f||3==f&&C<=c||2==f&&C>=c)?c:xa,w=ba(u,C<D&&e>=D?D:_a(D,C)),k=La(Ra(t+y*(0==p?0==t?.1:1:a),b/10),9),A=t<=s&&(1==d||3==d&&k>=s||2==d&&k<=s)?s:-xa,x=_a(l,k>A&&t<=A?A:ba(A,k));return w==x&&0==w&&(x=100),[w,x]}var fa=new Intl.NumberFormat(Pi?zi.language:"en-US"),da=function(e){return fa.format(e)},pa=Math,ha=pa.PI,va=pa.abs,ma=pa.floor,ga=pa.round,ya=pa.ceil,_a=pa.min,ba=pa.max,Ca=pa.pow,Da=pa.sign,wa=pa.log10,ka=pa.log2,Aa=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return pa.asinh(e/t)},xa=1/0;function Ea(e){return 1+(0|wa((e^e>>31)-(e>>31)))}function Sa(e,t,n){return _a(ba(e,t),n)}function Fa(e){return"function"==typeof e?e:function(){return e}}var Ma=function(e){return e},Na=function(e,t){return t},Oa=function(e){return null},Ta=function(e){return!0},Ba=function(e,t){return e==t},Pa=function(e){return La(e,14)};function Ia(e,t){return Pa(La(Pa(e/t))*t)}function Ra(e,t){return Pa(ya(Pa(e/t))*t)}function za(e,t){return Pa(ma(Pa(e/t))*t)}function La(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(Za(e))return e;var n=Math.pow(10,t),r=e*n*(1+Number.EPSILON);return ga(r)/n}var $a=new Map;function ja(e){return((""+e).split(".")[1]||"").length}function Ha(e,t,n,r){for(var o=[],i=r.map(ja),a=t;a<n;a++)for(var u=va(a),l=La(Ca(e,a),u),c=0;c<r.length;c++){var s=r[c]*l,f=(s>=0&&a>=0?0:u)+(a>=i[c]?0:i[c]),d=La(s,f);o.push(d),$a.set(d,f)}return o}var Ya={},Va=[],Ua=[null,null],Wa=Array.isArray,Za=Number.isInteger;function qa(e){return"string"==typeof e}function Ga(e){var t=!1;if(null!=e){var n=e.constructor;t=null==n||n==Object}return t}function Qa(e){return null!=e&&"object"==typeof e}var Ka=Object.getPrototypeOf(Uint8Array);function Ja(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ga;if(Wa(e)){var r=e.find((function(e){return null!=e}));if(Wa(r)||n(r)){t=Array(e.length);for(var o=0;o<e.length;o++)t[o]=Ja(e[o],n)}else t=e.slice()}else if(e instanceof Ka)t=e.slice();else if(n(e))for(var i in t={},e)t[i]=Ja(e[i],n);else t=e;return t}function Xa(e){for(var t=arguments,n=1;n<t.length;n++){var r=t[n];for(var o in r)Ga(e[o])?Xa(e[o],Ja(r[o])):e[o]=Ja(r[o])}return e}function eu(e,t,n){for(var r,o=0,i=-1;o<t.length;o++){var a=t[o];if(a>i){for(r=a-1;r>=0&&null==e[r];)e[r--]=null;for(r=a+1;r<n&&null==e[r];)e[i=r++]=null}}}var tu="undefined"==typeof queueMicrotask?function(e){return Promise.resolve().then(e)}:queueMicrotask,nu=["January","February","March","April","May","June","July","August","September","October","November","December"],ru=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];function ou(e){return e.slice(0,3)}var iu=ru.map(ou),au=nu.map(ou),uu={MMMM:nu,MMM:au,WWWW:ru,WWW:iu};function lu(e){return(e<10?"0":"")+e}var cu={YYYY:function(e){return e.getFullYear()},YY:function(e){return(e.getFullYear()+"").slice(2)},MMMM:function(e,t){return t.MMMM[e.getMonth()]},MMM:function(e,t){return t.MMM[e.getMonth()]},MM:function(e){return lu(e.getMonth()+1)},M:function(e){return e.getMonth()+1},DD:function(e){return lu(e.getDate())},D:function(e){return e.getDate()},WWWW:function(e,t){return t.WWWW[e.getDay()]},WWW:function(e,t){return t.WWW[e.getDay()]},HH:function(e){return lu(e.getHours())},H:function(e){return e.getHours()},h:function(e){var t=e.getHours();return 0==t?12:t>12?t-12:t},AA:function(e){return e.getHours()>=12?"PM":"AM"},aa:function(e){return e.getHours()>=12?"pm":"am"},a:function(e){return e.getHours()>=12?"p":"a"},mm:function(e){return lu(e.getMinutes())},m:function(e){return e.getMinutes()},ss:function(e){return lu(e.getSeconds())},s:function(e){return e.getSeconds()},fff:function(e){return((t=e.getMilliseconds())<10?"00":t<100?"0":"")+t;var t}};function su(e,t){t=t||uu;for(var n,r=[],o=/\{([a-z]+)\}|[^{]+/gi;n=o.exec(e);)r.push("{"==n[0][0]?cu[n[1]]:n[0]);return function(e){for(var n="",o=0;o<r.length;o++)n+="string"==typeof r[o]?r[o]:r[o](e,t);return n}}var fu=(new Intl.DateTimeFormat).resolvedOptions().timeZone;var du=function(e){return e%1==0},pu=[1,2,2.5,5],hu=Ha(10,-16,0,pu),vu=Ha(10,0,16,pu),mu=vu.filter(du),gu=hu.concat(vu),yu="{YYYY}",_u="\n"+yu,bu="{M}/{D}",Cu="\n"+bu,Du=Cu+"/{YY}",wu="{aa}",ku="{h}:{mm}"+wu,Au="\n"+ku,xu=":{ss}",Eu=null;function Su(e){var t=1e3*e,n=60*t,r=60*n,o=24*r,i=30*o,a=365*o;return[(1==e?Ha(10,0,3,pu).filter(du):Ha(10,-3,0,pu)).concat([t,5*t,10*t,15*t,30*t,n,5*n,10*n,15*n,30*n,r,2*r,3*r,4*r,6*r,8*r,12*r,o,2*o,3*o,4*o,5*o,6*o,7*o,8*o,9*o,10*o,15*o,i,2*i,3*i,4*i,6*i,a,2*a,5*a,10*a,25*a,50*a,100*a]),[[a,yu,Eu,Eu,Eu,Eu,Eu,Eu,1],[28*o,"{MMM}",_u,Eu,Eu,Eu,Eu,Eu,1],[o,bu,_u,Eu,Eu,Eu,Eu,Eu,1],[r,"{h}"+wu,Du,Eu,Cu,Eu,Eu,Eu,1],[n,ku,Du,Eu,Cu,Eu,Eu,Eu,1],[t,xu,Du+" "+ku,Eu,Cu+" "+ku,Eu,Au,Eu,1],[e,xu+".{fff}",Du+" "+ku,Eu,Cu+" "+ku,Eu,Au,Eu,1]],function(t){return function(u,l,c,s,f,d){var p=[],h=f>=a,v=f>=i&&f<a,m=t(c),g=La(m*e,3),y=Lu(m.getFullYear(),h?0:m.getMonth(),v||h?1:m.getDate()),_=La(y*e,3);if(v||h)for(var b=v?f/i:0,C=h?f/a:0,D=g==_?g:La(Lu(y.getFullYear()+C,y.getMonth()+b,1)*e,3),w=new Date(ga(D/e)),k=w.getFullYear(),A=w.getMonth(),x=0;D<=s;x++){var E=Lu(k+C*x,A+b*x,1),S=E-t(La(E*e,3));(D=La((+E+S)*e,3))<=s&&p.push(D)}else{var F=f>=o?o:f,M=_+(ma(c)-ma(g))+Ra(g-_,F);p.push(M);for(var N=t(M),O=N.getHours()+N.getMinutes()/n+N.getSeconds()/r,T=f/r,B=d/u.axes[l]._space;!((M=La(M+f,1==e?0:3))>s);)if(T>1){var P=ma(La(O+T,6))%24,I=t(M).getHours()-P;I>1&&(I=-1),O=(O+T)%24,La(((M-=I*r)-p[p.length-1])/f,3)*B>=.7&&p.push(M)}else p.push(M)}return p}}]}var Fu=m(Su(1),3),Mu=Fu[0],Nu=Fu[1],Ou=Fu[2],Tu=m(Su(.001),3),Bu=Tu[0],Pu=Tu[1],Iu=Tu[2];function Ru(e,t){return e.map((function(e){return e.map((function(n,r){return 0==r||8==r||null==n?n:t(1==r||0==e[8]?n:e[1]+n)}))}))}function zu(e,t){return function(n,r,o,i,a){var u,l,c,s,f,d,p=t.find((function(e){return a>=e[0]}))||t[t.length-1];return r.map((function(t){var n=e(t),r=n.getFullYear(),o=n.getMonth(),i=n.getDate(),a=n.getHours(),h=n.getMinutes(),v=n.getSeconds(),m=r!=u&&p[2]||o!=l&&p[3]||i!=c&&p[4]||a!=s&&p[5]||h!=f&&p[6]||v!=d&&p[7]||p[1];return u=r,l=o,c=i,s=a,f=h,d=v,m(n)}))}}function Lu(e,t,n){return new Date(e,t,n)}function $u(e,t){return t(e)}Ha(2,-53,53,[1]);function ju(e,t){return function(n,r,o,i){return null==i?Bi:t(e(r))}}var Hu={show:!0,live:!0,isolate:!1,mount:function(){},markers:{show:!0,width:2,stroke:function(e,t){var n=e.series[t];return n.width?n.stroke(e,t):n.points.width?n.points.stroke(e,t):null},fill:function(e,t){return e.series[t].fill(e,t)},dash:"solid"},idx:null,idxs:null,values:[]};var Yu=[0,0];function Vu(e,t,n){return function(e){0==e.button&&n(e)}}function Uu(e,t,n){return n}var Wu={show:!0,x:!0,y:!0,lock:!1,move:function(e,t,n){return Yu[0]=t,Yu[1]=n,Yu},points:{show:function(e,t){var n=e.cursor.points,r=Yi(),o=n.size(e,t);ji(r,yi,o),ji(r,_i,o);var i=o/-2;ji(r,"marginLeft",i),ji(r,"marginTop",i);var a=n.width(e,t,o);return a&&ji(r,"borderWidth",a),r},size:function(e,t){return e.series[t].points.size},width:0,stroke:function(e,t){var n=e.series[t].points;return n._stroke||n._fill},fill:function(e,t){var n=e.series[t].points;return n._fill||n._stroke}},bind:{mousedown:Vu,mouseup:Vu,click:Vu,dblclick:Vu,mousemove:Uu,mouseleave:Uu,mouseenter:Uu},drag:{setScale:!0,x:!0,y:!1,dist:0,uni:null,click:function(e,t){t.stopPropagation(),t.stopImmediatePropagation()},_x:!1,_y:!1},focus:{prox:-1,bias:0},left:-10,top:-10,idx:null,dataIdx:function(e,t,n){return n},idxs:null},Zu={show:!0,stroke:"rgba(0,0,0,0.07)",width:2},qu=Xa({},Zu,{filter:Na}),Gu=Xa({},qu,{size:10}),Qu=Xa({},Zu,{show:!1}),Ku='12px system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"',Ju="bold "+Ku,Xu={show:!0,scale:"x",stroke:ki,space:50,gap:5,size:50,labelGap:0,labelSize:30,labelFont:Ju,side:2,grid:qu,ticks:Gu,border:Qu,font:Ku,rotate:0},el={show:!0,scale:"x",auto:!1,sorted:1,min:xa,max:-xa,idxs:[]};function tl(e,t,n,r,o){return t.map((function(e){return null==e?"":da(e)}))}function nl(e,t,n,r,o,i,a){for(var u=[],l=$a.get(o)||0,c=n=a?n:La(Ra(n,o),l);c<=r;c=La(c+o,l))u.push(Object.is(c,-0)?0:c);return u}function rl(e,t,n,r,o,i,a){var u=[],l=e.scales[e.axes[t].scale].log,c=ma((10==l?wa:ka)(n));o=Ca(l,c),10==l&&c<0&&(o=La(o,-c));var s=n;do{u.push(s),s+=o,10==l&&(s=La(s,$a.get(o))),s>=o*l&&(o=s)}while(s<=r);return u}function ol(e,t,n,r,o,i,a){var u=e.scales[e.axes[t].scale].asinh,l=r>u?rl(e,t,ba(u,n),r,o):[u],c=r>=0&&n<=0?[0]:[];return(n<-u?rl(e,t,ba(u,-r),-n,o):[u]).reverse().map((function(e){return-e})).concat(c,l)}var il=/./,al=/[12357]/,ul=/[125]/,ll=/1/;function cl(e,t,n,r,o){var i=e.axes[n],a=i.scale,u=e.scales[a];if(3==u.distr&&2==u.log)return t;var l=e.valToPos,c=i._space,s=l(10,a),f=l(9,a)-s>=c?il:l(7,a)-s>=c?al:l(5,a)-s>=c?ul:ll;return t.map((function(e){return 4==u.distr&&0==e||f.test(e)?e:null}))}function sl(e,t,n,r){return null==r?Bi:null==t?"":da(t)}var fl={show:!0,scale:"y",stroke:ki,space:30,gap:5,size:50,labelGap:0,labelSize:30,labelFont:Ju,side:3,grid:qu,ticks:Gu,border:Qu,font:Ku,rotate:0};var dl={scale:null,auto:!0,sorted:0,min:xa,max:-xa},pl=function(e,t,n,r,o){return o},hl={show:!0,auto:!0,sorted:0,gaps:pl,alpha:1,facets:[Xa({},dl,{scale:"x"}),Xa({},dl,{scale:"y"})]},vl={scale:"y",auto:!0,sorted:0,show:!0,spanGaps:!1,gaps:pl,alpha:1,points:{show:function(e,t){var n=e.series[0],r=n.scale,o=n.idxs,i=e._data[0],a=e.valToPos(i[o[0]],r,!0),u=e.valToPos(i[o[1]],r,!0),l=va(u-a)/(e.series[t].points.space*ui);return o[1]-o[0]<=l},filter:null},values:null,min:xa,max:-xa,idxs:[],path:null,clip:null};function ml(e,t,n,r,o){return n/10}var gl={time:!0,auto:!0,distr:1,log:10,asinh:1,min:null,max:null,dir:1,ori:0},yl=Xa({},gl,{time:!1,ori:1}),_l={};function bl(e,t){var n=_l[e];return n||(n={key:e,plots:[],sub:function(e){n.plots.push(e)},unsub:function(e){n.plots=n.plots.filter((function(t){return t!=e}))},pub:function(e,t,r,o,i,a,u){for(var l=0;l<n.plots.length;l++)n.plots[l]!=t&&n.plots[l].pub(e,t,r,o,i,a,u)}},null!=e&&(_l[e]=n)),n}var Cl=1,Dl=2;function wl(e,t,n){var r=e.mode,o=e.series[t],i=2==r?e._data[t]:e._data,a=e.scales,u=e.bbox,l=i[0],c=2==r?i[1]:i[t],s=2==r?a[o.facets[0].scale]:a[e.series[0].scale],f=2==r?a[o.facets[1].scale]:a[o.scale],d=u.left,p=u.top,h=u.width,v=u.height,m=e.valToPosH,g=e.valToPosV;return 0==s.ori?n(o,l,c,s,f,m,g,d,p,h,v,Nl,Tl,Pl,Rl,Ll):n(o,l,c,s,f,g,m,p,d,v,h,Ol,Bl,Il,zl,$l)}function kl(e,t){for(var n=0,r=0,o=ca(e.bands,Va),i=0;i<o.length;i++){var a=o[i];a.series[0]==t?n=a.dir:a.series[1]==t&&(1==a.dir?r|=1:r|=2)}return[n,1==r?-1:2==r?1:3==r?2:0]}function Al(e,t,n,r,o){var i=e.mode,a=e.series[t],u=2==i?a.facets[1].scale:a.scale,l=e.scales[u];return-1==o?l.min:1==o?l.max:3==l.distr?1==l.dir?l.min:l.max:0}function xl(e,t,n,r,o,i){return wl(e,t,(function(e,t,a,u,l,c,s,f,d,p,h){var v,m,g=e.pxRound,y=u.dir*(0==u.ori?1:-1),_=0==u.ori?Tl:Bl;1==y?(v=n,m=r):(v=r,m=n);var b=g(c(t[v],u,p,f)),C=g(s(a[v],l,h,d)),D=g(c(t[m],u,p,f)),w=g(s(1==i?l.max:l.min,l,h,d)),k=new Path2D(o);return _(k,D,w),_(k,b,w),_(k,b,C),k}))}function El(e,t,n,r,o,i){var a=null;if(e.length>0){a=new Path2D;for(var u=0==t?Pl:Il,l=n,c=0;c<e.length;c++){var s=e[c];if(s[1]>s[0]){var f=s[0]-l;f>0&&u(a,l,r,f,r+i),l=s[1]}}var d=n+o-l;d>0&&u(a,l,r,d,r+i)}return a}function Sl(e,t,n,r,o,i,a){for(var u=[],l=e.length,c=1==o?n:r;c>=n&&c<=r;c+=o){if(null===t[c]){var s=c,f=c;if(1==o)for(;++c<=r&&null===t[c];)f=c;else for(;--c>=n&&null===t[c];)f=c;var d=i(e[s]),p=f==s?d:i(e[f]),h=s-o;d=a<=0&&h>=0&&h<l?i(e[h]):d;var v=f+o;(p=a>=0&&v>=0&&v<l?i(e[v]):p)>=d&&u.push([d,p])}}return u}function Fl(e){return 0==e?Ma:1==e?ga:function(t){return Ia(t,e)}}function Ml(e){var t=0==e?Nl:Ol,n=0==e?function(e,t,n,r,o,i){e.arcTo(t,n,r,o,i)}:function(e,t,n,r,o,i){e.arcTo(n,t,o,r,i)},r=0==e?function(e,t,n,r,o){e.rect(t,n,r,o)}:function(e,t,n,r,o){e.rect(n,t,o,r)};return function(e,o,i,a,u){var l=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,c=arguments.length>6&&void 0!==arguments[6]?arguments[6]:0;0==l&&0==c?r(e,o,i,a,u):(l=_a(l,a/2,u/2),c=_a(c,a/2,u/2),t(e,o+l,i),n(e,o+a,i,o+a,i+u,l),n(e,o+a,i+u,o,i+u,c),n(e,o,i+u,o,i,c),n(e,o,i,o+a,i,l),e.closePath())}}var Nl=function(e,t,n){e.moveTo(t,n)},Ol=function(e,t,n){e.moveTo(n,t)},Tl=function(e,t,n){e.lineTo(t,n)},Bl=function(e,t,n){e.lineTo(n,t)},Pl=Ml(0),Il=Ml(1),Rl=function(e,t,n,r,o,i){e.arc(t,n,r,o,i)},zl=function(e,t,n,r,o,i){e.arc(n,t,r,o,i)},Ll=function(e,t,n,r,o,i,a){e.bezierCurveTo(t,n,r,o,i,a)},$l=function(e,t,n,r,o,i,a){e.bezierCurveTo(n,t,o,r,a,i)};function jl(e){return function(e,t,n,r,o){return wl(e,t,(function(t,i,a,u,l,c,s,f,d,p,h){var v,m,g=t.pxRound,y=t.points;0==u.ori?(v=Nl,m=Rl):(v=Ol,m=zl);var _=La(y.width*ui,3),b=(y.size-y.width)/2*ui,C=La(2*b,3),D=new Path2D,w=new Path2D,k=e.bbox,A=k.left,x=k.top,E=k.width,S=k.height;Pl(w,A-C,x-C,E+2*C,S+2*C);var F=function(e){if(null!=a[e]){var t=g(c(i[e],u,p,f)),n=g(s(a[e],l,h,d));v(D,t+b,n),m(D,t,n,b,0,2*ha)}};if(o)o.forEach(F);else for(var M=n;M<=r;M++)F(M);return{stroke:_>0?D:null,fill:D,clip:w,flags:Cl|Dl}}))}}function Hl(e){return function(t,n,r,o,i,a){r!=o&&(i!=r&&a!=r&&e(t,n,r),i!=o&&a!=o&&e(t,n,o),e(t,n,a))}}var Yl=Hl(Tl),Vl=Hl(Bl);function Ul(e){var t=ca(null===e||void 0===e?void 0:e.alignGaps,0);return function(e,n,r,o){return wl(e,n,(function(i,a,u,l,c,s,f,d,p,h,v){var g,y,b=i.pxRound,C=function(e){return b(s(e,l,h,d))},D=function(e){return b(f(e,c,v,p))};0==l.ori?(g=Tl,y=Yl):(g=Bl,y=Vl);for(var w,k,A,x=l.dir*(0==l.ori?1:-1),E={stroke:new Path2D,fill:null,clip:null,band:null,gaps:null,flags:Cl},S=E.stroke,F=xa,M=-xa,N=C(a[1==x?r:o]),O=ta(u,r,o,1*x),T=ta(u,r,o,-1*x),B=C(a[O]),P=C(a[T]),I=!1,R=1==x?r:o;R>=r&&R<=o;R+=x){var z=C(a[R]),L=u[R];z==N?null!=L?(k=D(L),F==xa&&(g(S,z,k),w=k),F=_a(k,F),M=ba(k,M)):null===L&&(I=!0):(F!=xa&&(y(S,N,F,M,w,k),A=N),null!=L?(g(S,z,k=D(L)),F=M=w=k):(F=xa,M=-xa,null===L&&(I=!0)),N=z)}F!=xa&&F!=M&&A!=N&&y(S,N,F,M,w,k);var $=m(kl(e,n),2),j=$[0],H=$[1];if(null!=i.fill||0!=j){var Y=E.fill=new Path2D(S),V=D(i.fillTo(e,n,i.min,i.max,j));g(Y,P,V),g(Y,B,V)}if(!i.spanGaps){var U,W=[];I&&(U=W).push.apply(U,_(Sl(a,u,r,o,x,C,t))),E.gaps=W=i.gaps(e,n,r,o,W),E.clip=El(W,l.ori,d,p,h,v)}return 0!=H&&(E.band=2==H?[xl(e,n,r,o,S,-1),xl(e,n,r,o,S,1)]:xl(e,n,r,o,S,H)),E}))}}function Wl(e,t,n,r,o,i){var a=e.length;if(a<2)return null;var u=new Path2D;if(n(u,e[0],t[0]),2==a)r(u,e[1],t[1]);else{for(var l=Array(a),c=Array(a-1),s=Array(a-1),f=Array(a-1),d=0;d<a-1;d++)s[d]=t[d+1]-t[d],f[d]=e[d+1]-e[d],c[d]=s[d]/f[d];l[0]=c[0];for(var p=1;p<a-1;p++)0===c[p]||0===c[p-1]||c[p-1]>0!==c[p]>0?l[p]=0:(l[p]=3*(f[p-1]+f[p])/((2*f[p]+f[p-1])/c[p-1]+(f[p]+2*f[p-1])/c[p]),isFinite(l[p])||(l[p]=0));l[a-1]=c[a-2];for(var h=0;h<a-1;h++)o(u,e[h]+f[h]/3,t[h]+l[h]*f[h]/3,e[h+1]-f[h]/3,t[h+1]-l[h+1]*f[h]/3,e[h+1],t[h+1])}return u}var Zl=new Set;function ql(){var e,t=g(Zl);try{for(t.s();!(e=t.n()).done;){e.value.syncRect(!0)}}catch(n){t.e(n)}finally{t.f()}}Pi&&(Ji("resize",Ri,ql),Ji("scroll",Ri,ql,!0),Ji(Ti,Ri,(function(){cc.pxRatio=ui})));var Gl=Ul(),Ql=jl();function Kl(e,t,n,r){return(r?[e[0],e[1]].concat(e.slice(2)):[e[0]].concat(e.slice(1))).map((function(e,r){return Jl(e,r,t,n)}))}function Jl(e,t,n,r){return Xa({},0==t?n:r,e)}function Xl(e,t,n){return null==t?Ua:[t,n]}var ec=Xl;function tc(e,t,n){return null==t?Ua:la(t,n,oa,!0)}function nc(e,t,n,r){return null==t?Ua:na(t,n,e.scales[r].log,!1)}var rc=nc;function oc(e,t,n,r){return null==t?Ua:ra(t,n,e.scales[r].log,!1)}var ic=oc;function ac(e,t,n,r,o){var i=ba(Ea(e),Ea(t)),a=t-e,u=ea(o/r*a,n);do{var l=n[u],c=r*l/a;if(c>=o&&i+(l<5?$a.get(l):0)<=17)return[l,c]}while(++u<n.length);return[0,0]}function uc(e){var t,n;return[e=e.replace(/(\d+)px/,(function(e,r){return(t=ga((n=+r)*ui))+"px"})),t,n]}function lc(e){e.show&&[e.font,e.labelFont].forEach((function(e){var t=La(e[2]*ui,1);e[0]=e[0].replace(/[0-9.]+px/,t+"px"),e[1]=t}))}function cc(e,t,n){var r={mode:ca(e.mode,1)},o=r.mode;function i(e,t){return((3==t.distr?wa(e>0?e:t.clamp(r,e,t.min,t.max,t.key)):4==t.distr?Aa(e,t.asinh):e)-t._min)/(t._max-t._min)}function a(e,t,n,r){var o=i(e,t);return r+n*(-1==t.dir?1-o:o)}function u(e,t,n,r){var o=i(e,t);return r+n*(-1==t.dir?o:1-o)}function l(e,t,n,r){return 0==t.ori?a(e,t,n,r):u(e,t,n,r)}r.valToPosH=a,r.valToPosV=u;var c=!1;r.status=0;var s=r.root=Yi("uplot");(null!=e.id&&(s.id=e.id),Li(s,e.class),e.title)&&(Yi("u-title",s).textContent=e.title);var f=Hi("canvas"),d=r.ctx=f.getContext("2d"),p=Yi("u-wrap",s);Ji("click",p,(function(e){(kt!=bt||At!=Ct)&&Nt.click(r,e)}),!0);var h=r.under=Yi("u-under",p);p.appendChild(f);var v=r.over=Yi("u-over",p),g=+ca((e=Ja(e)).pxAlign,1),y=Fl(g);(e.plugins||[]).forEach((function(t){t.opts&&(e=t.opts(r,e)||e)}));var _,b,C=e.ms||.001,D=r.series=1==o?Kl(e.series||[],el,vl,!1):(_=e.series||[null],b=hl,_.map((function(e,t){return 0==t?null:Xa({},b,e)}))),w=r.axes=Kl(e.axes||[],Xu,fl,!0),k=r.scales={},A=r.bands=e.bands||[];A.forEach((function(e){e.fill=Fa(e.fill||null),e.dir=ca(e.dir,-1)}));var x=2==o?D[1].facets[0].scale:D[0].scale,E={axes:function(){for(var e=function(){var e=w[t];if(!e.show||!e._show)return"continue";var n,o,i=e.side,a=i%2,u=e.stroke(r,t),c=0==i||3==i?-1:1;if(e.label){var s=e.labelGap*c,f=ga((e._lpos+s)*ui);nt(e.labelFont[0],u,"center",2==i?bi:Ci),d.save(),1==a?(n=o=0,d.translate(f,ga(ve+ge/2)),d.rotate((3==i?-ha:ha)/2)):(n=ga(he+me/2),o=f),d.fillText(e.label,n,o),d.restore()}var p=m(e._found,2),h=p[0],v=p[1];if(0==v)return"continue";var g=k[e.scale],_=0==a?me:ge,b=0==a?he:ve,C=ga(e.gap*ui),D=e._splits,A=2==g.distr?D.map((function(e){return Ke[e]})):D,x=2==g.distr?Ke[D[1]]-Ke[D[0]]:h,E=e.ticks,S=e.border,F=E.show?ga(E.size*ui):0,M=e._rotate*-ha/180,N=y(e._pos*ui),O=N+(F+C)*c;o=0==a?O:0,n=1==a?O:0,nt(e.font[0],u,1==e.align?Di:2==e.align?wi:M>0?Di:M<0?wi:0==a?"center":3==i?wi:Di,M||1==a?"middle":2==i?bi:Ci);for(var T=1.5*e.font[1],B=D.map((function(e){return y(l(e,g,_,b))})),P=e._values,I=0;I<P.length;I++){var R=P[I];if(null!=R){0==a?n=B[I]:o=B[I];for(var z=-1==(R=""+R).indexOf("\n")?[R]:R.split(/\n/gm),L=0;L<z.length;L++){var $=z[L];M?(d.save(),d.translate(n,o+L*T),d.rotate(M),d.fillText($,0,0),d.restore()):d.fillText($,n,o+L*T)}}}E.show&&st(B,E.filter(r,A,t,v,x),a,i,N,F,La(E.width*ui,3),E.stroke(r,t),E.dash,E.cap);var j=e.grid;j.show&&st(B,j.filter(r,A,t,v,x),a,0==a?2:1,0==a?ve:he,0==a?ge:me,La(j.width*ui,3),j.stroke(r,t),j.dash,j.cap),S.show&&st([N],[1],0==a?1:0,0==a?1:2,1==a?ve:he,1==a?ge:me,La(S.width*ui,3),S.stroke(r,t),S.dash,S.cap)},t=0;t<w.length;t++)e();sn("drawAxes")},series:function(){Pe>0&&(D.forEach((function(e,n){if(n>0&&e.show&&null==e._paths){var i=2==o?[0,t[n][0].length-1]:function(e){var t=Sa(qe-1,0,Pe-1),n=Sa(Ge+1,0,Pe-1);for(;null==e[t]&&t>0;)t--;for(;null==e[n]&&n<Pe-1;)n++;return[t,n]}(t[n]);e._paths=e.paths(r,n,i[0],i[1])}})),D.forEach((function(e,t){if(t>0&&e.show){Ue!=e.alpha&&(d.globalAlpha=Ue=e.alpha),ot(t,!1),e._paths&&it(t,!1),ot(t,!0);var n=e._paths?e._paths.gaps:null,o=e.points.show(r,t,qe,Ge,n),i=e.points.filter(r,t,o,n);(o||i)&&(e.points._paths=e.points.paths(r,t,qe,Ge,i),it(t,!0)),1!=Ue&&(d.globalAlpha=Ue=1),sn("drawSeries",t)}})))}},S=(e.drawOrder||["axes","series"]).map((function(e){return E[e]}));function F(t){var n=k[t];if(null==n){var r=(e.scales||Ya)[t]||Ya;if(null!=r.from)F(r.from),k[t]=Xa({},k[r.from],r,{key:t});else{(n=k[t]=Xa({},t==x?gl:yl,r)).key=t;var i=n.time,a=n.range,u=Wa(a);if((t!=x||2==o&&!i)&&(!u||null!=a[0]&&null!=a[1]||(a={min:null==a[0]?ia:{mode:1,hard:a[0],soft:a[0]},max:null==a[1]?ia:{mode:1,hard:a[1],soft:a[1]}},u=!1),!u&&Ga(a))){var l=a;a=function(e,t,n){return null==t?Ua:la(t,n,l)}}n.range=Fa(a||(i?ec:t==x?3==n.distr?rc:4==n.distr?ic:Xl:3==n.distr?nc:4==n.distr?oc:tc)),n.auto=Fa(!u&&n.auto),n.clamp=Fa(n.clamp||ml),n._min=n._max=null}}}for(var M in F("x"),F("y"),1==o&&D.forEach((function(e){F(e.scale)})),w.forEach((function(e){F(e.scale)})),e.scales)F(M);var N,O,T=k[x],B=T.distr;0==T.ori?(Li(s,"u-hz"),N=a,O=u):(Li(s,"u-vt"),N=u,O=a);var P={};for(var I in k){var R=k[I];null==R.min&&null==R.max||(P[I]={min:R.min,max:R.max},R.min=R.max=null)}var z,L=e.tzDate||function(e){return new Date(ga(e/C))},$=e.fmtDate||su,j=1==C?Ou(L):Iu(L),H=zu(L,Ru(1==C?Nu:Pu,$)),Y=ju(L,$u("{YYYY}-{MM}-{DD} {h}:{mm}{aa}",$)),V=[],U=r.legend=Xa({},Hu,e.legend),W=U.show,Z=U.markers;U.idxs=V,Z.width=Fa(Z.width),Z.dash=Fa(Z.dash),Z.stroke=Fa(Z.stroke),Z.fill=Fa(Z.fill);var q,G=[],Q=[],K=!1,J={};if(U.live){var X=D[1]?D[1].values:null;for(var ee in q=(K=null!=X)?X(r,1,0):{_:0})J[ee]=Bi}if(W)if(z=Hi("table","u-legend",s),U.mount(r,z),K){var te=Hi("tr","u-thead",z);for(var ne in Hi("th",null,te),q)Hi("th",gi,te).textContent=ne}else Li(z,"u-inline"),U.live&&Li(z,"u-live");var re={show:!0},oe={show:!1};var ie=new Map;function ae(e,t,n){var o=ie.get(t)||{},i=Ee.bind[e](r,t,n);i&&(Ji(e,t,o[e]=i),ie.set(t,o))}function ue(e,t,n){var r=ie.get(t)||{};for(var o in r)null!=e&&o!=e||(Xi(o,t,r[o]),delete r[o]);null==e&&ie.delete(t)}var le=0,ce=0,se=0,fe=0,de=0,pe=0,he=0,ve=0,me=0,ge=0;r.bbox={};var ye=!1,_e=!1,be=!1,Ce=!1,De=!1,we=!1;function ke(e,t,n){(n||e!=r.width||t!=r.height)&&Ae(e,t),pt(!1),be=!0,_e=!0,Ee.left>=0&&(Ce=we=!0),Et()}function Ae(e,t){r.width=le=se=e,r.height=ce=fe=t,de=pe=0,function(){var e=!1,t=!1,n=!1,r=!1;w.forEach((function(o,i){if(o.show&&o._show){var a=o.side,u=a%2,l=o._size+(null!=o.label?o.labelSize:0);l>0&&(u?(se-=l,3==a?(de+=l,r=!0):n=!0):(fe-=l,0==a?(pe+=l,e=!0):t=!0))}})),Te[0]=e,Te[1]=n,Te[2]=t,Te[3]=r,se-=Ze[1]+Ze[3],de+=Ze[3],fe-=Ze[2]+Ze[0],pe+=Ze[0]}(),function(){var e=de+se,t=pe+fe,n=de,r=pe;function o(o,i){switch(o){case 1:return(e+=i)-i;case 2:return(t+=i)-i;case 3:return(n-=i)+i;case 0:return(r-=i)+i}}w.forEach((function(e,t){if(e.show&&e._show){var n=e.side;e._pos=o(n,e._size),null!=e.label&&(e._lpos=o(n,e.labelSize))}}))}();var n=r.bbox;he=n.left=Ia(de*ui,.5),ve=n.top=Ia(pe*ui,.5),me=n.width=Ia(se*ui,.5),ge=n.height=Ia(fe*ui,.5)}var xe=3;r.setSize=function(e){ke(e.width,e.height)};var Ee=r.cursor=Xa({},Wu,{drag:{y:2==o}},e.cursor);Ee.idxs=V,Ee._lock=!1;var Se=Ee.points;Se.show=Fa(Se.show),Se.size=Fa(Se.size),Se.stroke=Fa(Se.stroke),Se.width=Fa(Se.width),Se.fill=Fa(Se.fill);var Fe=r.focus=Xa({},e.focus||{alpha:.3},Ee.focus);0!=Fe.bias&&(Fe.prox=1e5);var Me=Fe.prox>=0,Ne=[null];function Oe(e,t){if(1==o||t>0){var n=1==o&&k[e.scale].time,i=e.value;e.value=n?qa(i)?ju(L,$u(i,$)):i||Y:i||sl,e.label=e.label||(n?"Time":"Value")}if(t>0){e.width=null==e.width?1:e.width,e.paths=e.paths||Gl||Oa,e.fillTo=Fa(e.fillTo||Al),e.pxAlign=+ca(e.pxAlign,g),e.pxRound=Fl(e.pxAlign),e.stroke=Fa(e.stroke||null),e.fill=Fa(e.fill||null),e._stroke=e._fill=e._paths=e._focus=null;var a=La((3+2*(ba(1,e.width)||1))*1,3),u=e.points=Xa({},{size:a,width:ba(1,.2*a),stroke:e.stroke,space:2*a,paths:Ql,_stroke:null,_fill:null},e.points);u.show=Fa(u.show),u.filter=Fa(u.filter),u.fill=Fa(u.fill),u.stroke=Fa(u.stroke),u.paths=Fa(u.paths),u.pxAlign=e.pxAlign}if(W){var l=function(e,t){if(0==t&&(K||!U.live||2==o))return Ua;var n=[],i=Hi("tr","u-series",z,z.childNodes[t]);Li(i,e.class),e.show||Li(i,mi);var a=Hi("th",null,i);if(Z.show){var u=Yi("u-marker",a);if(t>0){var l=Z.width(r,t);l&&(u.style.border=l+"px "+Z.dash(r,t)+" "+Z.stroke(r,t)),u.style.background=Z.fill(r,t)}}var c=Yi(gi,a);for(var s in c.textContent=e.label,t>0&&(Z.show||(c.style.color=e.width>0?Z.stroke(r,t):Z.fill(r,t)),ae("click",a,(function(t){if(!Ee._lock){var n=D.indexOf(e);if((t.ctrlKey||t.metaKey)!=U.isolate){var r=D.some((function(e,t){return t>0&&t!=n&&e.show}));D.forEach((function(e,t){t>0&&jt(t,r?t==n?re:oe:re,!0,fn.setSeries)}))}else jt(n,{show:!e.show},!0,fn.setSeries)}})),Me&&ae(Fi,a,(function(t){Ee._lock||jt(D.indexOf(e),Ht,!0,fn.setSeries)}))),q){var f=Hi("td","u-value",i);f.textContent="--",n.push(f)}return[i,n]}(e,t);G.splice(t,0,l[0]),Q.splice(t,0,l[1]),U.values.push(null)}if(Ee.show){V.splice(t,0,null);var c=function(e,t){if(t>0){var n=Ee.points.show(r,t);if(n)return Li(n,"u-cursor-pt"),Li(n,e.class),Ui(n,-10,-10,se,fe),v.insertBefore(n,Ne[t]),n}}(e,t);c&&Ne.splice(t,0,c)}sn("addSeries",t)}r.addSeries=function(e,t){t=null==t?D.length:t,e=1==o?Jl(e,t,el,vl):Jl(e,t,null,hl),D.splice(t,0,e),Oe(D[t],t)},r.delSeries=function(e){if(D.splice(e,1),W){U.values.splice(e,1),Q.splice(e,1);var t=G.splice(e,1)[0];ue(null,t.firstChild),t.remove()}Ee.show&&(V.splice(e,1),Ne.length>1&&Ne.splice(e,1)[0].remove()),sn("delSeries",e)};var Te=[!1,!1,!1,!1];function Be(e,t,n,r){var o=m(n,4),i=o[0],a=o[1],u=o[2],l=o[3],c=t%2,s=0;return 0==c&&(l||a)&&(s=0==t&&!i||2==t&&!u?ga(Xu.size/3):0),1==c&&(i||u)&&(s=1==t&&!a||3==t&&!l?ga(fl.size/2):0),s}var Pe,Ie,Re,ze,Le,$e,je,He,Ye,Ve,Ue,We=r.padding=(e.padding||[Be,Be,Be,Be]).map((function(e){return Fa(ca(e,Be))})),Ze=r._padding=We.map((function(e,t){return e(r,t,Te,0)})),qe=null,Ge=null,Qe=1==o?D[0].idxs:null,Ke=null,Je=!1;function Xe(e,n){if(t=null==e?[]:Ja(e,Qa),2==o){Pe=0;for(var i=1;i<D.length;i++)Pe+=t[i][0].length;r.data=t=e}else if(null==t[0]&&(t[0]=[]),r.data=t.slice(),Ke=t[0],Pe=Ke.length,2==B){t[0]=Array(Pe);for(var a=0;a<Pe;a++)t[0][a]=a}if(r._data=t,pt(!0),sn("setData"),2==B&&(be=!0),!1!==n){var u=T;u.auto(r,Je)?et():$t(x,u.min,u.max),Ce=Ee.left>=0,we=!0,Et()}}function et(){var e,n;if(Je=!0,1==o)if(Pe>0){if(qe=Qe[0]=0,Ge=Qe[1]=Pe-1,e=t[0][qe],n=t[0][Ge],2==B)e=qe,n=Ge;else if(1==Pe)if(3==B){var r=m(na(e,e,T.log,!1),2);e=r[0],n=r[1]}else if(4==B){var i=m(ra(e,e,T.log,!1),2);e=i[0],n=i[1]}else if(T.time)n=e+ga(86400/C);else{var a=m(la(e,n,oa,!0),2);e=a[0],n=a[1]}}else qe=Qe[0]=e=null,Ge=Qe[1]=n=null;$t(x,e,n)}function tt(e,t,n,r,o,i){var a,u,l,c,s;null!==(a=e)&&void 0!==a||(e=Ai),null!==(u=n)&&void 0!==u||(n=Va),null!==(l=r)&&void 0!==l||(r="butt"),null!==(c=o)&&void 0!==c||(o=Ai),null!==(s=i)&&void 0!==s||(i="round"),e!=Ie&&(d.strokeStyle=Ie=e),o!=Re&&(d.fillStyle=Re=o),t!=ze&&(d.lineWidth=ze=t),i!=$e&&(d.lineJoin=$e=i),r!=je&&(d.lineCap=je=r),n!=Le&&d.setLineDash(Le=n)}function nt(e,t,n,r){t!=Re&&(d.fillStyle=Re=t),e!=He&&(d.font=He=e),n!=Ye&&(d.textAlign=Ye=n),r!=Ve&&(d.textBaseline=Ve=r)}function rt(e,t,n,o){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0;if(o.length>0&&e.auto(r,Je)&&(null==t||null==t.min)){var a=ca(qe,0),u=ca(Ge,o.length-1),l=null==n.min?3==e.distr?function(e,t,n){for(var r=xa,o=-xa,i=t;i<=n;i++)e[i]>0&&(r=_a(r,e[i]),o=ba(o,e[i]));return[r==xa?1:r,o==-xa?10:o]}(o,a,u):function(e,t,n,r){var o=xa,i=-xa;if(1==r)o=e[t],i=e[n];else if(-1==r)o=e[n],i=e[t];else for(var a=t;a<=n;a++)null!=e[a]&&(o=_a(o,e[a]),i=ba(i,e[a]));return[o,i]}(o,a,u,i):[n.min,n.max];e.min=_a(e.min,n.min=l[0]),e.max=ba(e.max,n.max=l[1])}}function ot(e,t){var n=t?D[e].points:D[e];n._stroke=n.stroke(r,e),n._fill=n.fill(r,e)}function it(e,n){var o=n?D[e].points:D[e],i=o._stroke,a=o._fill,u=o._paths,l=u.stroke,c=u.fill,s=u.clip,f=u.flags,p=null,h=La(o.width*ui,3),v=h%2/2;n&&null==a&&(a=h>0?"#fff":i);var m=1==o.pxAlign;if(m&&d.translate(v,v),!n){var g=he,y=ve,_=me,b=ge,C=h*ui/2;0==o.min&&(b+=C),0==o.max&&(y-=C,b+=C),(p=new Path2D).rect(g,y,_,b)}n?ut(i,h,o.dash,o.cap,a,l,c,f,s):function(e,n,o,i,a,u,l,c,s,f,d){var p=!1;A.forEach((function(h,v){if(h.series[0]==e){var m,g=D[h.series[1]],y=t[h.series[1]],_=(g._paths||Ya).band;Wa(_)&&(_=1==h.dir?_[0]:_[1]);var b=null;g.show&&_&&function(e,t,n){for(t=ca(t,0),n=ca(n,e.length-1);t<=n;){if(null!=e[t])return!0;t++}return!1}(y,qe,Ge)?(b=h.fill(r,v)||u,m=g._paths.clip):_=null,ut(n,o,i,a,b,l,c,s,f,d,m,_),p=!0}})),p||ut(n,o,i,a,u,l,c,s,f,d)}(e,i,h,o.dash,o.cap,a,l,c,f,p,s),m&&d.translate(-v,-v)}r.setData=Xe;var at=Cl|Dl;function ut(e,t,n,r,o,i,a,u,l,c,s,f){tt(e,t,n,r,o),(l||c||f)&&(d.save(),l&&d.clip(l),c&&d.clip(c)),f?(u&at)==at?(d.clip(f),s&&d.clip(s),ct(o,a),lt(e,i,t)):u&Dl?(ct(o,a),d.clip(f),lt(e,i,t)):u&Cl&&(d.save(),d.clip(f),s&&d.clip(s),ct(o,a),d.restore(),lt(e,i,t)):(ct(o,a),lt(e,i,t)),(l||c||f)&&d.restore()}function lt(e,t,n){n>0&&(t instanceof Map?t.forEach((function(e,t){d.strokeStyle=Ie=t,d.stroke(e)})):null!=t&&e&&d.stroke(t))}function ct(e,t){t instanceof Map?t.forEach((function(e,t){d.fillStyle=Re=t,d.fill(e)})):null!=t&&e&&d.fill(t)}function st(e,t,n,r,o,i,a,u,l,c){var s=a%2/2;1==g&&d.translate(s,s),tt(u,a,l,c,u),d.beginPath();var f,p,h,v,m=o+(0==r||3==r?-i:i);0==n?(p=o,v=m):(f=o,h=m);for(var y=0;y<e.length;y++)null!=t[y]&&(0==n?f=h=e[y]:p=v=e[y],d.moveTo(f,p),d.lineTo(h,v));d.stroke(),1==g&&d.translate(-s,-s)}function ft(e){var t=!0;return w.forEach((function(n,o){if(n.show){var i=k[n.scale];if(null!=i.min){n._show||(t=!1,n._show=!0,pt(!1));var a=n.side,u=a%2,l=i.min,c=i.max,s=function(e,t,n,o){var i,a=w[e];if(o<=0)i=[0,0];else{var u=a._space=a.space(r,e,t,n,o);i=ac(t,n,a._incrs=a.incrs(r,e,t,n,o,u),o,u)}return a._found=i}(o,l,c,0==u?se:fe),f=m(s,2),d=f[0],p=f[1];if(0!=p){var h=2==i.distr,v=n._splits=n.splits(r,o,l,c,d,p,h),g=2==i.distr?v.map((function(e){return Ke[e]})):v,y=2==i.distr?Ke[v[1]]-Ke[v[0]]:d,_=n._values=n.values(r,n.filter(r,g,o,p,y),o,p,y);n._rotate=2==a?n.rotate(r,_,o,p):0;var b=n._size;n._size=ya(n.size(r,_,o,e)),null!=b&&n._size!=b&&(t=!1)}}else n._show&&(t=!1,n._show=!1,pt(!1))}})),t}function dt(e){var t=!0;return We.forEach((function(n,o){var i=n(r,o,Te,e);i!=Ze[o]&&(t=!1),Ze[o]=i})),t}function pt(e){D.forEach((function(t,n){n>0&&(t._paths=null,e&&(1==o?(t.min=null,t.max=null):t.facets.forEach((function(e){e.min=null,e.max=null}))))}))}var ht,vt,mt,gt,yt,_t,bt,Ct,Dt,wt,kt,At,xt=!1;function Et(){xt||(tu(St),xt=!0)}function St(){ye&&(!function(){var e=Ja(k,Qa);for(var n in e){var i=e[n],a=P[n];if(null!=a&&null!=a.min)Xa(i,a),n==x&&pt(!0);else if(n!=x||2==o)if(0==Pe&&null==i.from){var u=i.range(r,null,null,n);i.min=u[0],i.max=u[1]}else i.min=xa,i.max=-xa}if(Pe>0)for(var l in D.forEach((function(n,i){if(1==o){var a=n.scale,u=e[a],l=P[a];if(0==i){var c=u.range(r,u.min,u.max,a);u.min=c[0],u.max=c[1],qe=ea(u.min,t[0]),(Ge=ea(u.max,t[0]))-qe>1&&(t[0][qe]<u.min&&qe++,t[0][Ge]>u.max&&Ge--),n.min=Ke[qe],n.max=Ke[Ge]}else n.show&&n.auto&&rt(u,l,n,t[i],n.sorted);n.idxs[0]=qe,n.idxs[1]=Ge}else if(i>0&&n.show&&n.auto){var s=m(n.facets,2),f=s[0],d=s[1],p=f.scale,h=d.scale,v=m(t[i],2),g=v[0],y=v[1];rt(e[p],P[p],f,g,f.sorted),rt(e[h],P[h],d,y,d.sorted),n.min=d.min,n.max=d.max}})),e){var c=e[l],s=P[l];if(null==c.from&&(null==s||null==s.min)){var f=c.range(r,c.min==xa?null:c.min,c.max==-xa?null:c.max,l);c.min=f[0],c.max=f[1]}}for(var d in e){var p=e[d];if(null!=p.from){var h=e[p.from];if(null==h.min)p.min=p.max=null;else{var v=p.range(r,h.min,h.max,d);p.min=v[0],p.max=v[1]}}}var g={},y=!1;for(var _ in e){var b=e[_],C=k[_];if(C.min!=b.min||C.max!=b.max){C.min=b.min,C.max=b.max;var w=C.distr;C._min=3==w?wa(C.min):4==w?Aa(C.min,C.asinh):C.min,C._max=3==w?wa(C.max):4==w?Aa(C.max,C.asinh):C.max,g[_]=y=!0}}if(y){for(var A in D.forEach((function(e,t){2==o?t>0&&g.y&&(e._paths=null):g[e.scale]&&(e._paths=null)})),g)be=!0,sn("setScale",A);Ee.show&&Ee.left>=0&&(Ce=we=!0)}for(var E in P)P[E]=null}(),ye=!1),be&&(!function(){for(var e=!1,t=0;!e;){var n=ft(++t),o=dt(t);(e=t==xe||n&&o)||(Ae(r.width,r.height),_e=!0)}}(),be=!1),_e&&(ji(h,Di,de),ji(h,bi,pe),ji(h,yi,se),ji(h,_i,fe),ji(v,Di,de),ji(v,bi,pe),ji(v,yi,se),ji(v,_i,fe),ji(p,yi,le),ji(p,_i,ce),f.width=ga(le*ui),f.height=ga(ce*ui),w.forEach((function(e){var t=e._el,n=e._show,r=e._size,o=e._pos,i=e.side;if(null!=t)if(n){var a=i%2==1;ji(t,a?"left":"top",o-(3===i||0===i?r:0)),ji(t,a?"width":"height",r),ji(t,a?"top":"left",a?pe:de),ji(t,a?"height":"width",a?fe:se),$i(t,mi)}else Li(t,mi)})),Ie=Re=ze=$e=je=He=Ye=Ve=Le=null,Ue=1,Jt(!0),sn("setSize"),_e=!1),le>0&&ce>0&&(d.clearRect(0,0,f.width,f.height),sn("drawClear"),S.forEach((function(e){return e()})),sn("draw")),Rt.show&&De&&(Lt(Rt),De=!1),Ee.show&&Ce&&(Qt(null,!0,!1),Ce=!1),U.show&&U.live&&we&&(qt(),we=!1),c||(c=!0,r.status=1,sn("ready")),Je=!1,xt=!1}function Ft(e,n){var o=k[e];if(null==o.from){if(0==Pe){var i=o.range(r,n.min,n.max,e);n.min=i[0],n.max=i[1]}if(n.min>n.max){var a=n.min;n.min=n.max,n.max=a}if(Pe>1&&null!=n.min&&null!=n.max&&n.max-n.min<1e-16)return;e==x&&2==o.distr&&Pe>0&&(n.min=ea(n.min,t[0]),n.max=ea(n.max,t[0]),n.min==n.max&&n.max++),P[e]=n,ye=!0,Et()}}r.redraw=function(e,t){be=t||!1,!1!==e?$t(x,T.min,T.max):Et()},r.setScale=Ft;var Mt=!1,Nt=Ee.drag,Ot=Nt.x,Tt=Nt.y;Ee.show&&(Ee.x&&(ht=Yi("u-cursor-x",v)),Ee.y&&(vt=Yi("u-cursor-y",v)),0==T.ori?(mt=ht,gt=vt):(mt=vt,gt=ht),kt=Ee.left,At=Ee.top);var Bt,Pt,It,Rt=r.select=Xa({show:!0,over:!0,left:0,width:0,top:0,height:0},e.select),zt=Rt.show?Yi("u-select",Rt.over?v:h):null;function Lt(e,t){if(Rt.show){for(var n in e)Rt[n]=e[n],n in tn&&ji(zt,n,e[n]);!1!==t&&sn("setSelect")}}function $t(e,t,n){Ft(e,{min:t,max:n})}function jt(e,t,n,i){null!=t.focus&&function(e){if(e!=It){var t=null==e,n=1!=Fe.alpha;D.forEach((function(r,o){var i=t||0==o||o==e;r._focus=t?null:i,n&&function(e,t){D[e].alpha=t,Ee.show&&Ne[e]&&(Ne[e].style.opacity=t);W&&G[e]&&(G[e].style.opacity=t)}(o,i?1:Fe.alpha)})),It=e,n&&Et()}}(e),null!=t.show&&D.forEach((function(n,r){r>0&&(e==r||null==e)&&(n.show=t.show,function(e,t){var n=D[e],r=W?G[e]:null;n.show?r&&$i(r,mi):(r&&Li(r,mi),Ne.length>1&&Ui(Ne[e],-10,-10,se,fe))}(r,t.show),$t(2==o?n.facets[1].scale:n.scale,null,null),Et())})),!1!==n&&sn("setSeries",e,t),i&&hn("setSeries",r,e,t)}r.setSelect=Lt,r.setSeries=jt,r.addBand=function(e,t){e.fill=Fa(e.fill||null),e.dir=ca(e.dir,-1),t=null==t?A.length:t,A.splice(t,0,e)},r.setBand=function(e,t){Xa(A[e],t)},r.delBand=function(e){null==e?A.length=0:A.splice(e,1)};var Ht={focus:!0};function Yt(e,t,n){var r=k[t];n&&(e=e/ui-(1==r.ori?pe:de));var o=se;1==r.ori&&(e=(o=fe)-e),-1==r.dir&&(e=o-e);var i=r._min,a=i+(r._max-i)*(e/o),u=r.distr;return 3==u?Ca(10,a):4==u?function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return pa.sinh(e)*t}(a,r.asinh):a}function Vt(e,t){ji(zt,Di,Rt.left=e),ji(zt,yi,Rt.width=t)}function Ut(e,t){ji(zt,bi,Rt.top=e),ji(zt,_i,Rt.height=t)}W&&Me&&Ji(Mi,z,(function(e){Ee._lock||null!=It&&jt(null,Ht,!0,fn.setSeries)})),r.valToIdx=function(e){return ea(e,t[0])},r.posToIdx=function(e,n){return ea(Yt(e,x,n),t[0],qe,Ge)},r.posToVal=Yt,r.valToPos=function(e,t,n){return 0==k[t].ori?a(e,k[t],n?me:se,n?he:0):u(e,k[t],n?ge:fe,n?ve:0)},r.batch=function(e){e(r),Et()},r.setCursor=function(e,t,n){kt=e.left,At=e.top,Qt(null,t,n)};var Wt=0==T.ori?Vt:Ut,Zt=1==T.ori?Vt:Ut;function qt(e,t){null!=e&&(e.idxs?e.idxs.forEach((function(e,t){V[t]=e})):void 0!==e.idx&&V.fill(e.idx),U.idx=V[0]);for(var n=0;n<D.length;n++)(n>0||1==o&&!K)&&Gt(n,V[n]);W&&U.live&&function(){if(W&&U.live)for(var e=2==o?1:0;e<D.length;e++)if(0!=e||!K){var t=U.values[e],n=0;for(var r in t)Q[e][n++].firstChild.nodeValue=t[r]}}(),we=!1,!1!==t&&sn("setLegend")}function Gt(e,n){var o,i,a=D[e],u=0==e&&2==B?Ke:t[e];i=K?null!==(o=a.values(r,e,n))&&void 0!==o?o:J:null==(i=a.value(r,null==n?null:u[n],e,n))?J:{_:i},U.values[e]=i}function Qt(e,n,i){Dt=kt,wt=At;var a,u=m(Ee.move(r,kt,At),2);kt=u[0],At=u[1],Ee.show&&(mt&&Ui(mt,ga(kt),0,se,fe),gt&&Ui(gt,0,ga(At),se,fe));var l=qe>Ge;Bt=xa;var c=0==T.ori?se:fe,s=1==T.ori?se:fe;if(kt<0||0==Pe||l){a=null;for(var f=0;f<D.length;f++)f>0&&Ne.length>1&&Ui(Ne[f],-10,-10,se,fe);Me&&jt(null,Ht,!0,null==e&&fn.setSeries),U.live&&(V.fill(a),we=!0)}else{var d,p;1==o&&(a=ea(d=Yt(0==T.ori?kt:At,x),t[0],qe,Ge),p=N(t[0][a],T,c,0));for(var h=2==o?1:0;h<D.length;h++){var v=D[h],g=V[h],y=1==o?t[h][g]:t[h][1][g],_=Ee.dataIdx(r,h,a,d),b=1==o?t[h][_]:t[h][1][_];we=we||b!=y||_!=g,V[h]=_;var C=Ra(_==a?p:N(1==o?t[0][_]:t[h][0][_],T,c,0),1);if(h>0&&v.show){var w=null==b?-10:Ra(O(b,1==o?k[v.scale]:k[v.facets[1].scale],s,0),1);if(Me&&w>=0&&1==o){var A=va(w-At),E=Fe.bias;if(0!=E){var S=Yt(1==T.ori?kt:At,v.scale),F=S>=0?1:-1;F==(b>=0?1:-1)&&A<Bt&&(1==F?1==E?b>=S:b<=S:1==E?b<=S:b>=S)&&(Bt=A,Pt=h)}else A<Bt&&(Bt=A,Pt=h)}var M=void 0,B=void 0;if(0==T.ori?(M=C,B=w):(M=w,B=C),we&&Ne.length>1){Zi(Ne[h],Ee.points.fill(r,h),Ee.points.stroke(r,h));var P=void 0,I=void 0,R=void 0,z=void 0,L=!0,$=Ee.points.bbox;if(null!=$){L=!1;var j=$(r,h);R=j.left,z=j.top,P=j.width,I=j.height}else R=M,z=B,P=I=Ee.points.size(r,h);Gi(Ne[h],P,I,L),Ui(Ne[h],R,z,se,fe)}}}}if(Ee.idx=a,Ee.left=kt,Ee.top=At,we&&(U.idx=a,qt()),Rt.show&&Mt)if(null!=e){var H=m(fn.scales,2),Y=H[0],W=H[1],Z=m(fn.match,2),q=Z[0],G=Z[1],Q=m(e.cursor.sync.scales,2),K=Q[0],J=Q[1],X=e.cursor.drag;if(Ot=X._x,Tt=X._y,Ot||Tt){var ee,te,ne,re,oe,ie=e.select,ae=ie.left,ue=ie.top,le=ie.width,ce=ie.height,de=e.scales[Y].ori,pe=e.posToVal,he=null!=Y&&q(Y,K),ve=null!=W&&G(W,J);he&&Ot?(0==de?(ee=ae,te=le):(ee=ue,te=ce),ne=k[Y],re=N(pe(ee,K),ne,c,0),oe=N(pe(ee+te,K),ne,c,0),Wt(_a(re,oe),va(oe-re))):Wt(0,c),ve&&Tt?(1==de?(ee=ae,te=le):(ee=ue,te=ce),ne=k[W],re=O(pe(ee,J),ne,s,0),oe=O(pe(ee+te,J),ne,s,0),Zt(_a(re,oe),va(oe-re))):Zt(0,s)}else nn()}else{var me=va(Dt-yt),ge=va(wt-_t);if(1==T.ori){var ye=me;me=ge,ge=ye}Ot=Nt.x&&me>=Nt.dist,Tt=Nt.y&&ge>=Nt.dist;var _e,be,Ce=Nt.uni;null!=Ce?Ot&&Tt&&(Tt=ge>=Ce,(Ot=me>=Ce)||Tt||(ge>me?Tt=!0:Ot=!0)):Nt.x&&Nt.y&&(Ot||Tt)&&(Ot=Tt=!0),Ot&&(0==T.ori?(_e=bt,be=kt):(_e=Ct,be=At),Wt(_a(_e,be),va(be-_e)),Tt||Zt(0,s)),Tt&&(1==T.ori?(_e=bt,be=kt):(_e=Ct,be=At),Zt(_a(_e,be),va(be-_e)),Ot||Wt(0,c)),Ot||Tt||(Wt(0,0),Zt(0,0))}if(Nt._x=Ot,Nt._y=Tt,null==e){if(i){if(null!=dn){var De=m(fn.scales,2),ke=De[0],Ae=De[1];fn.values[0]=null!=ke?Yt(0==T.ori?kt:At,ke):null,fn.values[1]=null!=Ae?Yt(1==T.ori?kt:At,Ae):null}hn(xi,r,kt,At,se,fe,a)}if(Me){var xe=i&&fn.setSeries,Se=Fe.prox;null==It?Bt<=Se&&jt(Pt,Ht,!0,xe):Bt>Se?jt(null,Ht,!0,xe):Pt!=It&&jt(Pt,Ht,!0,xe)}}!1!==n&&sn("setCursor")}r.setLegend=qt;var Kt=null;function Jt(e){!0===e?Kt=null:sn("syncRect",Kt=v.getBoundingClientRect())}function Xt(e,t,n,r,o,i,a){Ee._lock||Mt&&null!=e&&0==e.movementX&&0==e.movementY||(en(e,t,n,r,o,i,a,!1,null!=e),null!=e?Qt(null,!0,!0):Qt(t,!0,!1))}function en(e,t,n,o,i,a,u,c,s){if(null==Kt&&Jt(!1),null!=e)n=e.clientX-Kt.left,o=e.clientY-Kt.top;else{if(n<0||o<0)return kt=-10,void(At=-10);var f=m(fn.scales,2),d=f[0],p=f[1],h=t.cursor.sync,v=m(h.values,2),g=v[0],y=v[1],_=m(h.scales,2),b=_[0],C=_[1],D=m(fn.match,2),w=D[0],A=D[1],x=t.axes[0].side%2==1,E=0==T.ori?se:fe,S=1==T.ori?se:fe,F=x?a:i,M=x?i:a,N=x?o:n,O=x?n:o;if(n=null!=b?w(d,b)?l(g,k[d],E,0):-10:E*(N/F),o=null!=C?A(p,C)?l(y,k[p],S,0):-10:S*(O/M),1==T.ori){var B=n;n=o,o=B}}if(s&&((n<=1||n>=se-1)&&(n=Ia(n,se)),(o<=1||o>=fe-1)&&(o=Ia(o,fe))),c){yt=n,_t=o;var P=m(Ee.move(r,n,o),2);bt=P[0],Ct=P[1]}else kt=n,At=o}var tn={width:0,height:0,left:0,top:0};function nn(){Lt(tn,!1)}function rn(e,t,n,o,i,a,u){Mt=!0,Ot=Tt=Nt._x=Nt._y=!1,en(e,t,n,o,i,a,0,!0,!1),null!=e&&(ae(Si,Ii,on),hn(Ei,r,bt,Ct,se,fe,null))}function on(e,t,n,o,i,a,u){Mt=Nt._x=Nt._y=!1,en(e,t,n,o,i,a,0,!1,!0);var l=Rt.left,c=Rt.top,s=Rt.width,f=Rt.height,d=s>0||f>0;if(d&&Lt(Rt),Nt.setScale&&d){var p=l,h=s,v=c,m=f;if(1==T.ori&&(p=c,h=f,v=l,m=s),Ot&&$t(x,Yt(p,x),Yt(p+h,x)),Tt)for(var g in k){var y=k[g];g!=x&&null==y.from&&y.min!=xa&&$t(g,Yt(v+m,g),Yt(v,g))}nn()}else Ee.lock&&(Ee._lock=!Ee._lock,Ee._lock||Qt(null,!0,!1));null!=e&&(ue(Si,Ii),hn(Si,r,kt,At,se,fe,null))}function an(e,t,n,o,i,a,u){et(),nn(),null!=e&&hn(Ni,r,kt,At,se,fe,null)}function un(){w.forEach(lc),ke(r.width,r.height,!0)}Ji(Ti,Ri,un);var ln={};ln.mousedown=rn,ln.mousemove=Xt,ln.mouseup=on,ln.dblclick=an,ln.setSeries=function(e,t,n,r){jt(n,r,!0,!1)},Ee.show&&(ae(Ei,v,rn),ae(xi,v,Xt),ae(Fi,v,Jt),ae(Mi,v,(function(e,t,n,r,o,i,a){if(!Ee._lock){var u=Mt;if(Mt){var l,c,s=!0,f=!0;0==T.ori?(l=Ot,c=Tt):(l=Tt,c=Ot),l&&c&&(s=kt<=10||kt>=se-10,f=At<=10||At>=fe-10),l&&s&&(kt=kt<bt?0:se),c&&f&&(At=At<Ct?0:fe),Qt(null,!0,!0),Mt=!1}kt=-10,At=-10,Qt(null,!0,!0),u&&(Mt=u)}})),ae(Ni,v,an),Zl.add(r),r.syncRect=Jt);var cn=r.hooks=e.hooks||{};function sn(e,t,n){e in cn&&cn[e].forEach((function(e){e.call(null,r,t,n)}))}(e.plugins||[]).forEach((function(e){for(var t in e.hooks)cn[t]=(cn[t]||[]).concat(e.hooks[t])}));var fn=Xa({key:null,setSeries:!1,filters:{pub:Ta,sub:Ta},scales:[x,D[1]?D[1].scale:null],match:[Ba,Ba],values:[null,null]},Ee.sync);Ee.sync=fn;var dn=fn.key,pn=bl(dn);function hn(e,t,n,r,o,i,a){fn.filters.pub(e,t,n,r,o,i,a)&&pn.pub(e,t,n,r,o,i,a)}function vn(){sn("init",e,t),Xe(t||e.data,!1),P[x]?Ft(x,P[x]):et(),De=Rt.show,Ce=we=!0,ke(e.width,e.height)}return pn.sub(r),r.pub=function(e,t,n,r,o,i,a){fn.filters.sub(e,t,n,r,o,i,a)&&ln[e](null,t,n,r,o,i,a)},r.destroy=function(){var e;pn.unsub(r),Zl.delete(r),ie.clear(),Xi(Ti,Ri,un),s.remove(),null===(e=z)||void 0===e||e.remove(),sn("destroy")},D.forEach(Oe),w.forEach((function(e,t){if(e._show=e.show,e.show){var n=e.side%2,o=k[e.scale];null==o&&(e.scale=n?D[1].scale:x,o=k[e.scale]);var i=o.time;e.size=Fa(e.size),e.space=Fa(e.space),e.rotate=Fa(e.rotate),e.incrs=Fa(e.incrs||(2==o.distr?mu:i?1==C?Mu:Bu:gu)),e.splits=Fa(e.splits||(i&&1==o.distr?j:3==o.distr?rl:4==o.distr?ol:nl)),e.stroke=Fa(e.stroke),e.grid.stroke=Fa(e.grid.stroke),e.ticks.stroke=Fa(e.ticks.stroke),e.border.stroke=Fa(e.border.stroke);var a=e.values;e.values=Wa(a)&&!Wa(a[0])?Fa(a):i?Wa(a)?zu(L,Ru(a,$)):qa(a)?function(e,t){var n=su(t);return function(t,r,o,i,a){return r.map((function(t){return n(e(t))}))}}(L,a):a||H:a||tl,e.filter=Fa(e.filter||(o.distr>=3&&10==o.log?cl:Na)),e.font=uc(e.font),e.labelFont=uc(e.labelFont),e._size=e.size(r,null,t,0),e._space=e._rotate=e._incrs=e._found=e._splits=e._values=null,e._size>0&&(Te[t]=!0,e._el=Yi("u-axis",p))}})),n?n instanceof HTMLElement?(n.appendChild(s),vn()):n(r,vn):vn(),r}cc.assign=Xa,cc.fmtNum=da,cc.rangeNum=la,cc.rangeLog=na,cc.rangeAsinh=ra,cc.orient=wl,cc.pxRatio=ui,cc.join=function(e,t){for(var n=new Set,r=0;r<e.length;r++)for(var o=e[r][0],i=o.length,a=0;a<i;a++)n.add(o[a]);for(var u=[Array.from(n).sort((function(e,t){return e-t}))],l=u[0].length,c=new Map,s=0;s<l;s++)c.set(u[0][s],s);for(var f=0;f<e.length;f++)for(var d=e[f],p=d[0],h=1;h<d.length;h++){for(var v=d[h],m=Array(l).fill(void 0),g=t?t[f][h]:1,y=[],_=0;_<v.length;_++){var b=v[_],C=c.get(p[_]);null===b?0!=g&&(m[C]=b,2==g&&y.push(C)):m[C]=b}eu(m,y,l),u.push(m)}return u},cc.fmtDate=su,cc.tzDate=function(e,t){var n;return"UTC"==t||"Etc/UTC"==t?n=new Date(+e+6e4*e.getTimezoneOffset()):t==fu?n=e:(n=new Date(e.toLocaleString("en-US",{timeZone:t}))).setMilliseconds(e.getMilliseconds()),n},cc.sync=bl,cc.addGap=function(e,t,n){var r=e[e.length-1];r&&r[0]==t?r[1]=n:e.push([t,n])},cc.clipGaps=El;var sc=cc.paths={points:jl};sc.linear=Ul,sc.stepped=function(e){var t=ca(e.align,1),n=ca(e.ascDesc,!1),r=ca(e.alignGaps,0),o=ca(e.extend,!1);return function(e,i,a,u){return wl(e,i,(function(l,c,s,f,d,p,h,v,g,y,b){var C=l.pxRound,D=e.bbox,w=D.left,k=D.width,A=function(e){return C(p(e,f,y,v))},x=function(e){return C(h(e,d,b,g))},E=0==f.ori?Tl:Bl,S={stroke:new Path2D,fill:null,clip:null,band:null,gaps:null,flags:Cl},F=S.stroke,M=f.dir*(0==f.ori?1:-1);a=ta(s,a,u,1),u=ta(s,a,u,-1);var N=x(s[1==M?a:u]),O=A(c[1==M?a:u]),T=O,B=O;o&&-1==t&&E(F,B=w,N),E(F,O,N);for(var P=1==M?a:u;P>=a&&P<=u;P+=M){var I=s[P];if(null!=I){var R=A(c[P]),z=x(I);1==t?E(F,R,N):E(F,T,z),E(F,R,z),N=z,T=R}}var L=T;o&&1==t&&E(F,L=w+k,N);var $=m(kl(e,i),2),j=$[0],H=$[1];if(null!=l.fill||0!=j){var Y=S.fill=new Path2D(F),V=x(l.fillTo(e,i,l.min,l.max,j));E(Y,L,V),E(Y,B,V)}if(!l.spanGaps){var U,W=[];(U=W).push.apply(U,_(Sl(c,s,a,u,M,A,r)));var Z=l.width*ui/2,q=n||1==t?Z:-Z,G=n||-1==t?-Z:Z;W.forEach((function(e){e[0]+=q,e[1]+=G})),S.gaps=W=l.gaps(e,i,a,u,W),S.clip=El(W,f.ori,v,g,y,b)}return 0!=H&&(S.band=2==H?[xl(e,i,a,u,F,-1),xl(e,i,a,u,F,1)]:xl(e,i,a,u,F,H)),S}))}},sc.bars=function(e){var t=ca((e=e||Ya).size,[.6,xa,1]),n=e.align||0,r=(e.gap||0)*ui,o=e.radius,i=Fa(o=null==o?[0,0]:"number"==typeof o?[o,0]:o),a=1-t[0],u=ca(t[1],xa)*ui,l=ca(t[2],1)*ui,c=ca(e.disp,Ya),s=ca(e.each,(function(e){})),f=c.fill,d=c.stroke;return function(e,t,o,p){return wl(e,t,(function(h,v,g,y,_,b,C,D,w,k,A){var x,E,S=h.pxRound;if(0==y.ori){var F=m(i(e,t),2);x=F[0],E=F[1]}else{var M=m(i(e,t),2);E=M[0],x=M[1]}var N,O,T=y.dir*(0==y.ori?1:-1),B=_.dir*(1==_.ori?1:-1),P=0==y.ori?Pl:Il,I=0==y.ori?s:function(e,t,n,r,o,i,a){s(e,t,n,o,r,a,i)},R=m(kl(e,t),2),z=R[0],L=R[1],$=3==_.distr?1==z?_.max:_.min:0,j=C($,_,A,w),H=S(h.width*ui),Y=!1,V=null,U=null,W=null,Z=null;null==f||0!=H&&null==d||(Y=!0,V=f.values(e,t,o,p),U=new Map,new Set(V).forEach((function(e){null!=e&&U.set(e,new Path2D)})),H>0&&(W=d.values(e,t,o,p),Z=new Map,new Set(W).forEach((function(e){null!=e&&Z.set(e,new Path2D)}))));var q=c.x0,G=c.size;if(null!=q&&null!=G){v=q.values(e,t,o,p),2==q.unit&&(v=v.map((function(t){return e.posToVal(D+t*k,y.key,!0)})));var Q=G.values(e,t,o,p);O=S((O=2==G.unit?Q[0]*k:b(Q[0],y,k,D)-b(0,y,k,D))-H),N=1==T?-H/2:O+H/2}else{var K=k;if(v.length>1)for(var J=null,X=0,ee=1/0;X<v.length;X++)if(void 0!==g[X]){if(null!=J){var te=va(v[X]-v[J]);te<ee&&(ee=te,K=va(b(v[X],y,k,D)-b(v[J],y,k,D)))}J=X}O=S(_a(u,ba(l,K-K*a))-H-r),N=(0==n?O/2:n==T?0:O)-n*T*r/2}var ne,re={stroke:null,fill:null,clip:null,band:null,gaps:null,flags:Cl|Dl};0!=L&&(re.band=new Path2D,ne=S(C(1==L?_.max:_.min,_,A,w)));var oe=Y?null:new Path2D,ie=re.band,ae=c.y0,ue=c.y1,le=null;null!=ae&&null!=ue&&(g=ue.values(e,t,o,p),le=ae.values(e,t,o,p));for(var ce=x*O,se=E*O,fe=1==T?o:p;fe>=o&&fe<=p;fe+=T){var de=g[fe];if(void 0!==de){var pe=b(2!=y.distr||null!=c?v[fe]:fe,y,k,D),he=C(ca(de,$),_,A,w);null!=le&&null!=de&&(j=C(le[fe],_,A,w));var ve=S(pe-N),me=S(ba(he,j)),ge=S(_a(he,j)),ye=me-ge;if(null!=de){var _e=de<0?se:ce,be=de<0?ce:se;Y?(H>0&&null!=W[fe]&&P(Z.get(W[fe]),ve,ge+ma(H/2),O,ba(0,ye-H),_e,be),null!=V[fe]&&P(U.get(V[fe]),ve,ge+ma(H/2),O,ba(0,ye-H),_e,be)):P(oe,ve,ge+ma(H/2),O,ba(0,ye-H),_e,be),I(e,t,fe,ve-H/2,ge,O+H,ye)}0!=L&&(B*L==1?(me=ge,ge=ne):(ge=me,me=ne),P(ie,ve-H/2,ge,O+H,ba(0,ye=me-ge),0,0))}}return H>0&&(re.stroke=Y?Z:oe),re.fill=Y?U:oe,re}))}},sc.spline=function(e){return function(e,t){var n=ca(null===t||void 0===t?void 0:t.alignGaps,0);return function(t,r,o,i){return wl(t,r,(function(a,u,l,c,s,f,d,p,h,v,g){var y,b,C,D=a.pxRound,w=function(e){return D(f(e,c,v,p))},k=function(e){return D(d(e,s,g,h))};0==c.ori?(y=Nl,C=Tl,b=Ll):(y=Ol,C=Bl,b=$l);var A=c.dir*(0==c.ori?1:-1);o=ta(l,o,i,1),i=ta(l,o,i,-1);for(var x=w(u[1==A?o:i]),E=x,S=[],F=[],M=1==A?o:i;M>=o&&M<=i;M+=A)if(null!=l[M]){var N=w(u[M]);S.push(E=N),F.push(k(l[M]))}var O={stroke:e(S,F,y,C,b,D),fill:null,clip:null,band:null,gaps:null,flags:Cl},T=O.stroke,B=m(kl(t,r),2),P=B[0],I=B[1];if(null!=a.fill||0!=P){var R=O.fill=new Path2D(T),z=k(a.fillTo(t,r,a.min,a.max,P));C(R,E,z),C(R,x,z)}if(!a.spanGaps){var L,$=[];(L=$).push.apply(L,_(Sl(u,l,o,i,A,w,n))),O.gaps=$=a.gaps(t,r,o,i,$),O.clip=El($,c.ori,p,h,v,g)}return 0!=I&&(O.band=2==I?[xl(t,r,o,i,T,-1),xl(t,r,o,i,T,1)]:xl(t,r,o,i,T,I)),O}))}}(Wl,e)};var fc=function(){var e=Zr().showInfoMessage;return function(){var t=ai(oi().mark((function t(n,r){var o;return oi().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(null!==(o=navigator)&&void 0!==o&&o.clipboard){t.next=4;break}return e({text:"Clipboard not supported",type:"error"}),console.warn("Clipboard not supported"),t.abrupt("return",!1);case 4:return t.prev=4,t.next=7,navigator.clipboard.writeText(n);case 7:return r&&e({text:r,type:"success"}),t.abrupt("return",!0);case 11:return t.prev=11,t.t0=t.catch(4),t.t0 instanceof Error&&e({text:"".concat(t.t0.name,": ").concat(t.t0.message),type:"error"}),console.warn("Copy failed",t.t0),t.abrupt("return",!1);case 16:case"end":return t.stop()}}),t,null,[[4,11]])})));return function(e,n){return t.apply(this,arguments)}}()},dc=(function(e,t,n){for(var r=[],o=0;o<n;o++){var i=o/(n-1),a=e[0]+(t[0]-e[0])*i,u=e[1]+(t[1]-e[1])*i,l=e[2]+(t[2]-e[2])*i;r.push([a,u,l].map((function(e){return Math.round(e)})).join(", "))}r.map((function(e){return"rgb(".concat(e,")")}))}([246,226,219],[127,39,4],16),n(61),function(e){var t=e.value,n=e.options,o=e.anchor,i=e.disabled,a=e.maxWords,u=void 0===a?1:a,l=e.minLength,c=void 0===l?2:l,s=e.fullWidth,f=e.selected,d=e.noOptionsText,p=e.label,h=e.disabledFullScreen,v=e.onSelect,g=e.onOpenAutocomplete,y=Yr().isMobile,_=(0,r.useRef)(null),b=m((0,r.useState)(-1),2),C=b[0],D=b[1],w=no(!1),k=w.value,A=w.setValue,x=w.setFalse,E=(0,r.useMemo)((function(){if(!k)return[];try{var e=new RegExp(String(t),"i");return n.filter((function(n){return e.test(n)&&n!==t})).sort((function(t,n){var r,o;return((null===(r=t.match(e))||void 0===r?void 0:r.index)||0)-((null===(o=n.match(e))||void 0===o?void 0:o.index)||0)}))}catch(r){return[]}}),[k,n,t]),S=(0,r.useMemo)((function(){return d&&!E.length}),[d,E]),F=(0,r.useCallback)((function(e){var t=e.key,n=e.ctrlKey,r=e.metaKey,o=e.shiftKey,i=n||r||o,a=E.length;if("ArrowUp"===t&&!i&&a&&(e.preventDefault(),D((function(e){return e<=0?0:e-1}))),"ArrowDown"===t&&!i&&a){e.preventDefault();var u=E.length-1;D((function(e){return e>=u?u:e+1}))}if("Enter"===t){var l=E[C];l&&v(l),f||x()}"Escape"===t&&x()}),[C,E,x,v,f]);return(0,r.useEffect)((function(){var e=(t.match(/[a-zA-Z_:.][a-zA-Z0-9_:.]*/gm)||[]).length;A(t.length>c&&e<=u)}),[t]),Cr("keydown",F),(0,r.useEffect)((function(){if(_.current){var e=_.current.childNodes[C];null!==e&&void 0!==e&&e.scrollIntoView&&e.scrollIntoView({block:"center"})}}),[C,E]),(0,r.useEffect)((function(){D(-1)}),[E]),(0,r.useEffect)((function(){g&&g(k)}),[k]),zt(ro,{open:k,buttonRef:o,placement:"bottom-left",onClose:x,fullWidth:s,title:y?p:void 0,disabledFullScreen:h,children:zt("div",{className:vr()({"vm-autocomplete":!0,"vm-autocomplete_mobile":y&&!h}),ref:_,children:[S&&zt("div",{className:"vm-autocomplete__no-options",children:d}),E.map((function(e,t){return zt("div",{className:vr()({"vm-list-item":!0,"vm-list-item_mobile":y,"vm-list-item_active":t===C,"vm-list-item_multiselect":f,"vm-list-item_multiselect_selected":null===f||void 0===f?void 0:f.includes(e)}),id:"$autocomplete$".concat(e),onClick:(n=e,function(){i||(v(n),f||x())}),children:[(null===f||void 0===f?void 0:f.includes(e))&&zt(er,{}),zt("span",{children:e})]},e);var n}))]})})}),pc=function(e){var t=e.value,n=e.onChange,o=e.onEnter,i=e.onArrowUp,a=e.onArrowDown,u=e.autocomplete,l=e.error,c=e.stats,s=e.options,f=e.label,d=e.disabled,p=void 0!==d&&d,h=m((0,r.useState)(!1),2),v=h[0],g=h[1],y=(0,r.useRef)(null),_="0"===(null===c||void 0===c?void 0:c.seriesFetched)&&!c.resultLength;return zt("div",{className:"vm-query-editor",ref:y,children:[zt(wo,{value:t,label:f,type:"textarea",autofocus:!!t,error:l,onKeyDown:function(e){var t=e.key,n=e.ctrlKey,r=e.metaKey,u=e.shiftKey,l=n||r,c="ArrowDown"===t,s="Enter"===t;"ArrowUp"===t&&l&&(e.preventDefault(),i()),c&&l&&(e.preventDefault(),a()),!s||u||v||o()},onChange:n,disabled:p,inputmode:"search"}),u&&zt(dc,{disabledFullScreen:!0,value:t,options:s,anchor:y,onSelect:function(e){n(e)},onOpenAutocomplete:g}),_&&zt("div",{className:"vm-query-editor-warning",children:zt(lo,{placement:"bottom-right",title:zt("span",{className:"vm-query-editor-warning__tooltip",children:"No match! \n This query hasn't selected any time series from database.\n Either the requested metrics are missing in the database, \n or there is a typo in series selector."}),children:zt(In,{})})})]})},hc=function(e){var t,n=e.value,r=void 0!==n&&n,o=e.disabled,i=void 0!==o&&o,a=e.label,u=e.color,l=void 0===u?"secondary":u,c=e.fullWidth,s=e.onChange;return zt("div",{className:vr()((ct(t={"vm-switch":!0,"vm-switch_full-width":c,"vm-switch_disabled":i,"vm-switch_active":r},"vm-switch_".concat(l,"_active"),r),ct(t,"vm-switch_".concat(l),l),t)),onClick:function(){i||s(!r)},children:[zt("div",{className:"vm-switch-track",children:zt("div",{className:"vm-switch-track__thumb"})}),a&&zt("span",{className:"vm-switch__label",children:a})]})},vc=function(e,t){return e.length===t.length&&e.every((function(e,n){return e===t[n]}))};n(936);var mc=function(e){var t=e.data,n=fc(),o=(0,r.useMemo)((function(){return JSON.stringify(t,null,2)}),[t]),i=function(){var e=ai(oi().mark((function e(){return oi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,n(o,"Formatted JSON has been copied");case 2:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}();return zt("div",{className:"vm-json-view",children:[zt("div",{className:"vm-json-view__copy",children:zt(to,{variant:"outlined",onClick:i,children:"Copy JSON"})}),zt("pre",{className:"vm-json-view__code",children:zt("code",{children:o})})]})},gc=function(e){var t=e.containerStyles,n=void 0===t?{}:t,r=e.message,o=$t().isDarkTheme;return zt("div",{className:vr()({"vm-spinner":!0,"vm-spinner_dark":o}),style:n&&{},children:[zt("div",{className:"half-circle-spinner",children:[zt("div",{className:"circle circle-1"}),zt("div",{className:"circle circle-2"})]}),r&&zt("div",{className:"vm-spinner__message",children:r})]})},yc=function(e){var t,n=e.checked,r=void 0!==n&&n,o=e.disabled,i=void 0!==o&&o,a=e.label,u=e.color,l=void 0===u?"secondary":u,c=e.onChange;return zt("div",{className:vr()((ct(t={"vm-checkbox":!0,"vm-checkbox_disabled":i,"vm-checkbox_active":r},"vm-checkbox_".concat(l,"_active"),r),ct(t,"vm-checkbox_".concat(l),l),t)),onClick:function(){i||c(!r)},children:[zt("div",{className:"vm-checkbox-track",children:zt("div",{className:"vm-checkbox-track__thumb",children:zt(er,{})})}),a&&zt("span",{className:"vm-checkbox__label",children:a})]})},_c="Table settings",bc=function(e){var t=e.columns,n=e.defaultColumns,o=void 0===n?[]:n,i=e.tableCompact,a=e.onChangeColumns,u=e.toggleTableCompact,l=Yr().isMobile,c=(0,r.useRef)(null),s=no(!1),f=s.value,d=s.toggle,p=s.setFalse,h=(0,r.useMemo)((function(){return!t.length}),[t]),v=function(e){return function(){!function(e){a(o.includes(e)?o.filter((function(t){return t!==e})):[].concat(_(o),[e]))}(e)}};return(0,r.useEffect)((function(){vc(t,o)||a(t)}),[t]),zt("div",{className:"vm-table-settings",children:[zt(lo,{title:_c,children:zt("div",{ref:c,children:zt(to,{variant:"text",startIcon:zt(On,{}),onClick:d,disabled:h})})}),zt(ro,{open:f,onClose:p,placement:"bottom-right",buttonRef:c,title:_c,children:zt("div",{className:vr()({"vm-table-settings-popper":!0,"vm-table-settings-popper_mobile":l}),children:[zt("div",{className:"vm-table-settings-popper-list vm-table-settings-popper-list_first",children:zt(hc,{label:"Compact view",value:i,onChange:u})}),zt("div",{className:"vm-table-settings-popper-list",children:[zt("div",{className:"vm-table-settings-popper-list-header",children:[zt("h3",{className:"vm-table-settings-popper-list-header__title",children:"Display columns"}),zt(lo,{title:"Reset to default",children:zt(to,{color:"primary",variant:"text",size:"small",onClick:function(){p(),a(t)},startIcon:zt(Bn,{})})})]}),t.map((function(e){return zt("div",{className:"vm-table-settings-popper-list__item",children:zt(yc,{checked:o.includes(e),onChange:v(e),label:e,disabled:i})},e)}))]})]})})]})};function Cc(){return{async:!1,baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,hooks:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1}}var Dc={async:!1,baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,hooks:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1};var wc=/[&<>"']/,kc=new RegExp(wc.source,"g"),Ac=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,xc=new RegExp(Ac.source,"g"),Ec={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},Sc=function(e){return Ec[e]};function Fc(e,t){if(t){if(wc.test(e))return e.replace(kc,Sc)}else if(Ac.test(e))return e.replace(xc,Sc);return e}var Mc=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi;function Nc(e){return e.replace(Mc,(function(e,t){return"colon"===(t=t.toLowerCase())?":":"#"===t.charAt(0)?"x"===t.charAt(1)?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):""}))}var Oc=/(^|[^\[])\^/g;function Tc(e,t){e="string"===typeof e?e:e.source,t=t||"";var n={replace:function(t,r){return r=(r=r.source||r).replace(Oc,"$1"),e=e.replace(t,r),n},getRegex:function(){return new RegExp(e,t)}};return n}var Bc=/[^\w:]/g,Pc=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function Ic(e,t,n){if(e){var r;try{r=decodeURIComponent(Nc(n)).replace(Bc,"").toLowerCase()}catch(o){return null}if(0===r.indexOf("javascript:")||0===r.indexOf("vbscript:")||0===r.indexOf("data:"))return null}t&&!Pc.test(n)&&(n=function(e,t){Rc[" "+e]||(zc.test(e)?Rc[" "+e]=e+"/":Rc[" "+e]=Yc(e,"/",!0));e=Rc[" "+e];var n=-1===e.indexOf(":");return"//"===t.substring(0,2)?n?t:e.replace(Lc,"$1")+t:"/"===t.charAt(0)?n?t:e.replace($c,"$1")+t:e+t}(t,n));try{n=encodeURI(n).replace(/%25/g,"%")}catch(o){return null}return n}var Rc={},zc=/^[^:]+:\/*[^/]*$/,Lc=/^([^:]+:)[\s\S]*$/,$c=/^([^:]+:\/*[^/]*)[\s\S]*$/;var jc={exec:function(){}};function Hc(e,t){var n=e.replace(/\|/g,(function(e,t,n){for(var r=!1,o=t;--o>=0&&"\\"===n[o];)r=!r;return r?"|":" |"})).split(/ \|/),r=0;if(n[0].trim()||n.shift(),n.length>0&&!n[n.length-1].trim()&&n.pop(),n.length>t)n.splice(t);else for(;n.length<t;)n.push("");for(;r<n.length;r++)n[r]=n[r].trim().replace(/\\\|/g,"|");return n}function Yc(e,t,n){var r=e.length;if(0===r)return"";for(var o=0;o<r;){var i=e.charAt(r-o-1);if(i!==t||n){if(i===t||!n)break;o++}else o++}return e.slice(0,r-o)}function Vc(e,t){if(t<1)return"";for(var n="";t>1;)1&t&&(n+=e),t>>=1,e+=e;return n+e}function Uc(e,t,n,r){var o=t.href,i=t.title?Fc(t.title):null,a=e[1].replace(/\\([\[\]])/g,"$1");if("!"!==e[0].charAt(0)){r.state.inLink=!0;var u={type:"link",raw:n,href:o,title:i,text:a,tokens:r.inlineTokens(a)};return r.state.inLink=!1,u}return{type:"image",raw:n,href:o,title:i,text:Fc(a)}}var Wc=function(){function e(t){b(this,e),this.options=t||Dc}return k(e,[{key:"space",value:function(e){var t=this.rules.block.newline.exec(e);if(t&&t[0].length>0)return{type:"space",raw:t[0]}}},{key:"code",value:function(e){var t=this.rules.block.code.exec(e);if(t){var n=t[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?n:Yc(n,"\n")}}}},{key:"fences",value:function(e){var t=this.rules.block.fences.exec(e);if(t){var n=t[0],r=function(e,t){var n=e.match(/^(\s+)(?:```)/);if(null===n)return t;var r=n[1];return t.split("\n").map((function(e){var t=e.match(/^\s+/);return null===t?e:m(t,1)[0].length>=r.length?e.slice(r.length):e})).join("\n")}(n,t[3]||"");return{type:"code",raw:n,lang:t[2]?t[2].trim().replace(this.rules.inline._escapes,"$1"):t[2],text:r}}}},{key:"heading",value:function(e){var t=this.rules.block.heading.exec(e);if(t){var n=t[2].trim();if(/#$/.test(n)){var r=Yc(n,"#");this.options.pedantic?n=r.trim():r&&!/ $/.test(r)||(n=r.trim())}return{type:"heading",raw:t[0],depth:t[1].length,text:n,tokens:this.lexer.inline(n)}}}},{key:"hr",value:function(e){var t=this.rules.block.hr.exec(e);if(t)return{type:"hr",raw:t[0]}}},{key:"blockquote",value:function(e){var t=this.rules.block.blockquote.exec(e);if(t){var n=t[0].replace(/^ *>[ \t]?/gm,""),r=this.lexer.state.top;this.lexer.state.top=!0;var o=this.lexer.blockTokens(n);return this.lexer.state.top=r,{type:"blockquote",raw:t[0],tokens:o,text:n}}}},{key:"list",value:function(e){var t=this.rules.block.list.exec(e);if(t){var n,r,o,i,a,u,l,c,s,f,d,p,h=t[1].trim(),v=h.length>1,m={type:"list",raw:"",ordered:v,start:v?+h.slice(0,-1):"",loose:!1,items:[]};h=v?"\\d{1,9}\\".concat(h.slice(-1)):"\\".concat(h),this.options.pedantic&&(h=v?h:"[*+-]");for(var g=new RegExp("^( {0,3}".concat(h,")((?:[\t ][^\\n]*)?(?:\\n|$))"));e&&(p=!1,t=g.exec(e))&&!this.rules.block.hr.test(e);){if(n=t[0],e=e.substring(n.length),c=t[2].split("\n",1)[0].replace(/^\t+/,(function(e){return" ".repeat(3*e.length)})),s=e.split("\n",1)[0],this.options.pedantic?(i=2,d=c.trimLeft()):(i=(i=t[2].search(/[^ ]/))>4?1:i,d=c.slice(i),i+=t[1].length),u=!1,!c&&/^ *$/.test(s)&&(n+=s+"\n",e=e.substring(s.length+1),p=!0),!p)for(var y=new RegExp("^ {0,".concat(Math.min(3,i-1),"}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))")),_=new RegExp("^ {0,".concat(Math.min(3,i-1),"}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)")),b=new RegExp("^ {0,".concat(Math.min(3,i-1),"}(?:```|~~~)")),C=new RegExp("^ {0,".concat(Math.min(3,i-1),"}#"));e&&(s=f=e.split("\n",1)[0],this.options.pedantic&&(s=s.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),!b.test(s))&&!C.test(s)&&!y.test(s)&&!_.test(e);){if(s.search(/[^ ]/)>=i||!s.trim())d+="\n"+s.slice(i);else{if(u)break;if(c.search(/[^ ]/)>=4)break;if(b.test(c))break;if(C.test(c))break;if(_.test(c))break;d+="\n"+s}u||s.trim()||(u=!0),n+=f+"\n",e=e.substring(f.length+1),c=s.slice(i)}m.loose||(l?m.loose=!0:/\n *\n *$/.test(n)&&(l=!0)),this.options.gfm&&(r=/^\[[ xX]\] /.exec(d))&&(o="[ ] "!==r[0],d=d.replace(/^\[[ xX]\] +/,"")),m.items.push({type:"list_item",raw:n,task:!!r,checked:o,loose:!1,text:d}),m.raw+=n}m.items[m.items.length-1].raw=n.trimRight(),m.items[m.items.length-1].text=d.trimRight(),m.raw=m.raw.trimRight();var D=m.items.length;for(a=0;a<D;a++)if(this.lexer.state.top=!1,m.items[a].tokens=this.lexer.blockTokens(m.items[a].text,[]),!m.loose){var w=m.items[a].tokens.filter((function(e){return"space"===e.type})),k=w.length>0&&w.some((function(e){return/\n.*\n/.test(e.raw)}));m.loose=k}if(m.loose)for(a=0;a<D;a++)m.items[a].loose=!0;return m}}},{key:"html",value:function(e){var t=this.rules.block.html.exec(e);if(t){var n={type:"html",raw:t[0],pre:!this.options.sanitizer&&("pre"===t[1]||"script"===t[1]||"style"===t[1]),text:t[0]};if(this.options.sanitize){var r=this.options.sanitizer?this.options.sanitizer(t[0]):Fc(t[0]);n.type="paragraph",n.text=r,n.tokens=this.lexer.inline(r)}return n}}},{key:"def",value:function(e){var t=this.rules.block.def.exec(e);if(t){var n=t[1].toLowerCase().replace(/\s+/g," "),r=t[2]?t[2].replace(/^<(.*)>$/,"$1").replace(this.rules.inline._escapes,"$1"):"",o=t[3]?t[3].substring(1,t[3].length-1).replace(this.rules.inline._escapes,"$1"):t[3];return{type:"def",tag:n,raw:t[0],href:r,title:o}}}},{key:"table",value:function(e){var t=this.rules.block.table.exec(e);if(t){var n={type:"table",header:Hc(t[1]).map((function(e){return{text:e}})),align:t[2].replace(/^ *|\| *$/g,"").split(/ *\| */),rows:t[3]&&t[3].trim()?t[3].replace(/\n[ \t]*$/,"").split("\n"):[]};if(n.header.length===n.align.length){n.raw=t[0];var r,o,i,a,u=n.align.length;for(r=0;r<u;r++)/^ *-+: *$/.test(n.align[r])?n.align[r]="right":/^ *:-+: *$/.test(n.align[r])?n.align[r]="center":/^ *:-+ *$/.test(n.align[r])?n.align[r]="left":n.align[r]=null;for(u=n.rows.length,r=0;r<u;r++)n.rows[r]=Hc(n.rows[r],n.header.length).map((function(e){return{text:e}}));for(u=n.header.length,o=0;o<u;o++)n.header[o].tokens=this.lexer.inline(n.header[o].text);for(u=n.rows.length,o=0;o<u;o++)for(a=n.rows[o],i=0;i<a.length;i++)a[i].tokens=this.lexer.inline(a[i].text);return n}}}},{key:"lheading",value:function(e){var t=this.rules.block.lheading.exec(e);if(t)return{type:"heading",raw:t[0],depth:"="===t[2].charAt(0)?1:2,text:t[1],tokens:this.lexer.inline(t[1])}}},{key:"paragraph",value:function(e){var t=this.rules.block.paragraph.exec(e);if(t){var n="\n"===t[1].charAt(t[1].length-1)?t[1].slice(0,-1):t[1];return{type:"paragraph",raw:t[0],text:n,tokens:this.lexer.inline(n)}}}},{key:"text",value:function(e){var t=this.rules.block.text.exec(e);if(t)return{type:"text",raw:t[0],text:t[0],tokens:this.lexer.inline(t[0])}}},{key:"escape",value:function(e){var t=this.rules.inline.escape.exec(e);if(t)return{type:"escape",raw:t[0],text:Fc(t[1])}}},{key:"tag",value:function(e){var t=this.rules.inline.tag.exec(e);if(t)return!this.lexer.state.inLink&&/^<a /i.test(t[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&/^<\/a>/i.test(t[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(t[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(t[0])&&(this.lexer.state.inRawBlock=!1),{type:this.options.sanitize?"text":"html",raw:t[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(t[0]):Fc(t[0]):t[0]}}},{key:"link",value:function(e){var t=this.rules.inline.link.exec(e);if(t){var n=t[2].trim();if(!this.options.pedantic&&/^</.test(n)){if(!/>$/.test(n))return;var r=Yc(n.slice(0,-1),"\\");if((n.length-r.length)%2===0)return}else{var o=function(e,t){if(-1===e.indexOf(t[1]))return-1;for(var n=e.length,r=0,o=0;o<n;o++)if("\\"===e[o])o++;else if(e[o]===t[0])r++;else if(e[o]===t[1]&&--r<0)return o;return-1}(t[2],"()");if(o>-1){var i=(0===t[0].indexOf("!")?5:4)+t[1].length+o;t[2]=t[2].substring(0,o),t[0]=t[0].substring(0,i).trim(),t[3]=""}}var a=t[2],u="";if(this.options.pedantic){var l=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(a);l&&(a=l[1],u=l[3])}else u=t[3]?t[3].slice(1,-1):"";return a=a.trim(),/^</.test(a)&&(a=this.options.pedantic&&!/>$/.test(n)?a.slice(1):a.slice(1,-1)),Uc(t,{href:a?a.replace(this.rules.inline._escapes,"$1"):a,title:u?u.replace(this.rules.inline._escapes,"$1"):u},t[0],this.lexer)}}},{key:"reflink",value:function(e,t){var n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){var r=(n[2]||n[1]).replace(/\s+/g," ");if(!(r=t[r.toLowerCase()])){var o=n[0].charAt(0);return{type:"text",raw:o,text:o}}return Uc(n,r,n[0],this.lexer)}}},{key:"emStrong",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=this.rules.inline.emStrong.lDelim.exec(e);if(r&&(!r[3]||!n.match(/(?:[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xBC-\xBE\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u0660-\u0669\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0966-\u096F\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09F9\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AE6-\u0AEF\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B6F\u0B71-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0BE6-\u0BF2\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C78-\u0C7E\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D58-\u0D61\u0D66-\u0D78\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DE6-\u0DEF\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F20-\u0F33\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F-\u1049\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u1090-\u1099\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1369-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u17E0-\u17E9\u17F0-\u17F9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A20-\u1A54\u1A80-\u1A89\u1A90-\u1A99\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B50-\u1B59\u1B83-\u1BA0\u1BAE-\u1BE5\u1C00-\u1C23\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2150-\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2CFD\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3192-\u3195\u31A0-\u31BF\u31F0-\u31FF\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA830-\uA835\uA840-\uA873\uA882-\uA8B3\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA900-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF-\uA9D9\uA9E0-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD07-\uDD33\uDD40-\uDD78\uDD8A\uDD8B\uDE80-\uDE9C\uDEA0-\uDED0\uDEE1-\uDEFB\uDF00-\uDF23\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC58-\uDC76\uDC79-\uDC9E\uDCA7-\uDCAF\uDCE0-\uDCF2\uDCF4\uDCF5\uDCFB-\uDD1B\uDD20-\uDD39\uDD80-\uDDB7\uDDBC-\uDDCF\uDDD2-\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE40-\uDE48\uDE60-\uDE7E\uDE80-\uDE9F\uDEC0-\uDEC7\uDEC9-\uDEE4\uDEEB-\uDEEF\uDF00-\uDF35\uDF40-\uDF55\uDF58-\uDF72\uDF78-\uDF91\uDFA9-\uDFAF]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDCFA-\uDD23\uDD30-\uDD39\uDE60-\uDE7E\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF27\uDF30-\uDF45\uDF51-\uDF54\uDF70-\uDF81\uDFB0-\uDFCB\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC52-\uDC6F\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD03-\uDD26\uDD36-\uDD3F\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDD0-\uDDDA\uDDDC\uDDE1-\uDDF4\uDE00-\uDE11\uDE13-\uDE2B\uDE3F\uDE40\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDEF0-\uDEF9\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC50-\uDC59\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE50-\uDE59\uDE80-\uDEAA\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF30-\uDF3B\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCF2\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC50-\uDC6C\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF2\uDF02\uDF04-\uDF10\uDF12-\uDF33\uDF50-\uDF59\uDFB0\uDFC0-\uDFD4]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC41-\uDC46]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDE70-\uDEBE\uDEC0-\uDEC9\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF50-\uDF59\uDF5B-\uDF61\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE96\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD834[\uDEC0-\uDED3\uDEE0-\uDEF3\uDF60-\uDF78]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC30-\uDC6D\uDD00-\uDD2C\uDD37-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB\uDEF0-\uDEF9]|\uD839[\uDCD0-\uDCEB\uDCF0-\uDCF9\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDCC7-\uDCCF\uDD00-\uDD43\uDD4B\uDD50-\uDD59]|\uD83B[\uDC71-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDCB4\uDD01-\uDD2D\uDD2F-\uDD3D\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83C[\uDD00-\uDD0C]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF])/))){var o=r[1]||r[2]||"";if(!o||o&&(""===n||this.rules.inline.punctuation.exec(n))){var i,a,u=r[0].length-1,l=u,c=0,s="*"===r[0][0]?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(s.lastIndex=0,t=t.slice(-1*e.length+u);null!=(r=s.exec(t));)if(i=r[1]||r[2]||r[3]||r[4]||r[5]||r[6])if(a=i.length,r[3]||r[4])l+=a;else if(!((r[5]||r[6])&&u%3)||(u+a)%3){if(!((l-=a)>0)){a=Math.min(a,a+l+c);var f=e.slice(0,u+r.index+(r[0].length-i.length)+a);if(Math.min(u,a)%2){var d=f.slice(1,-1);return{type:"em",raw:f,text:d,tokens:this.lexer.inlineTokens(d)}}var p=f.slice(2,-2);return{type:"strong",raw:f,text:p,tokens:this.lexer.inlineTokens(p)}}}else c+=a}}}},{key:"codespan",value:function(e){var t=this.rules.inline.code.exec(e);if(t){var n=t[2].replace(/\n/g," "),r=/[^ ]/.test(n),o=/^ /.test(n)&&/ $/.test(n);return r&&o&&(n=n.substring(1,n.length-1)),n=Fc(n,!0),{type:"codespan",raw:t[0],text:n}}}},{key:"br",value:function(e){var t=this.rules.inline.br.exec(e);if(t)return{type:"br",raw:t[0]}}},{key:"del",value:function(e){var t=this.rules.inline.del.exec(e);if(t)return{type:"del",raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2])}}},{key:"autolink",value:function(e,t){var n,r,o=this.rules.inline.autolink.exec(e);if(o)return r="@"===o[2]?"mailto:"+(n=Fc(this.options.mangle?t(o[1]):o[1])):n=Fc(o[1]),{type:"link",raw:o[0],text:n,href:r,tokens:[{type:"text",raw:n,text:n}]}}},{key:"url",value:function(e,t){var n;if(n=this.rules.inline.url.exec(e)){var r,o;if("@"===n[2])o="mailto:"+(r=Fc(this.options.mangle?t(n[0]):n[0]));else{var i;do{i=n[0],n[0]=this.rules.inline._backpedal.exec(n[0])[0]}while(i!==n[0]);r=Fc(n[0]),o="www."===n[1]?"http://"+n[0]:n[0]}return{type:"link",raw:n[0],text:r,href:o,tokens:[{type:"text",raw:r,text:r}]}}}},{key:"inlineText",value:function(e,t){var n,r=this.rules.inline.text.exec(e);if(r)return n=this.lexer.state.inRawBlock?this.options.sanitize?this.options.sanitizer?this.options.sanitizer(r[0]):Fc(r[0]):r[0]:Fc(this.options.smartypants?t(r[0]):r[0]),{type:"text",raw:r[0],text:n}}}]),e}(),Zc={newline:/^(?: *(?:\n|$))+/,code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,fences:/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,hr:/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/,html:"^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))",def:/^ {0,3}\[(label)\]: *(?:\n *)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/,table:jc,lheading:/^((?:.|\n(?!\n))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,text:/^[^\n]+/,_label:/(?!\s*\])(?:\\.|[^\[\]\\])+/,_title:/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/};Zc.def=Tc(Zc.def).replace("label",Zc._label).replace("title",Zc._title).getRegex(),Zc.bullet=/(?:[*+-]|\d{1,9}[.)])/,Zc.listItemStart=Tc(/^( *)(bull) */).replace("bull",Zc.bullet).getRegex(),Zc.list=Tc(Zc.list).replace(/bull/g,Zc.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+Zc.def.source+")").getRegex(),Zc._tag="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",Zc._comment=/<!--(?!-?>)[\s\S]*?(?:-->|$)/,Zc.html=Tc(Zc.html,"i").replace("comment",Zc._comment).replace("tag",Zc._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),Zc.paragraph=Tc(Zc._paragraph).replace("hr",Zc.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Zc._tag).getRegex(),Zc.blockquote=Tc(Zc.blockquote).replace("paragraph",Zc.paragraph).getRegex(),Zc.normal=ft({},Zc),Zc.gfm=ft(ft({},Zc.normal),{},{table:"^ *([^\\n ].*\\|.*)\\n {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"}),Zc.gfm.table=Tc(Zc.gfm.table).replace("hr",Zc.hr).replace("heading"," {0,3}#{1,6} ").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Zc._tag).getRegex(),Zc.gfm.paragraph=Tc(Zc._paragraph).replace("hr",Zc.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("table",Zc.gfm.table).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag",Zc._tag).getRegex(),Zc.pedantic=ft(ft({},Zc.normal),{},{html:Tc("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:\"[^\"]*\"|'[^']*'|\\s[^'\"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",Zc._comment).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:jc,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:Tc(Zc.normal._paragraph).replace("hr",Zc.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",Zc.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});var qc={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:jc,tag:"^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",link:/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(ref)\]/,nolink:/^!?\[(ref)\](?:\[\])?/,reflinkSearch:"reflink|nolink(?!\\()",emStrong:{lDelim:/^(?:\*+(?:([punct_])|[^\s*]))|^_+(?:([punct*])|([^\s_]))/,rDelimAst:/^(?:[^_*\\]|\\.)*?\_\_(?:[^_*\\]|\\.)*?\*(?:[^_*\\]|\\.)*?(?=\_\_)|(?:[^*\\]|\\.)+(?=[^*])|[punct_](\*+)(?=[\s]|$)|(?:[^punct*_\s\\]|\\.)(\*+)(?=[punct_\s]|$)|[punct_\s](\*+)(?=[^punct*_\s])|[\s](\*+)(?=[punct_])|[punct_](\*+)(?=[punct_])|(?:[^punct*_\s\\]|\\.)(\*+)(?=[^punct*_\s])/,rDelimUnd:/^(?:[^_*\\]|\\.)*?\*\*(?:[^_*\\]|\\.)*?\_(?:[^_*\\]|\\.)*?(?=\*\*)|(?:[^_\\]|\\.)+(?=[^_])|[punct*](\_+)(?=[\s]|$)|(?:[^punct*_\s\\]|\\.)(\_+)(?=[punct*\s]|$)|[punct*\s](\_+)(?=[^punct*_\s])|[\s](\_+)(?=[punct*])|[punct*](\_+)(?=[punct*])/},code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:jc,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,punctuation:/^([\spunctuation])/};function Gc(e){return e.replace(/---/g,"\u2014").replace(/--/g,"\u2013").replace(/(^|[-\u2014/(\[{"\s])'/g,"$1\u2018").replace(/'/g,"\u2019").replace(/(^|[-\u2014/(\[{\u2018\s])"/g,"$1\u201c").replace(/"/g,"\u201d").replace(/\.{3}/g,"\u2026")}function Qc(e){var t,n,r="",o=e.length;for(t=0;t<o;t++)n=e.charCodeAt(t),Math.random()>.5&&(n="x"+n.toString(16)),r+="&#"+n+";";return r}qc._punctuation="!\"#$%&'()+\\-.,/:;<=>?@\\[\\]`^{|}~",qc.punctuation=Tc(qc.punctuation).replace(/punctuation/g,qc._punctuation).getRegex(),qc.blockSkip=/\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g,qc.escapedEmSt=/(?:^|[^\\])(?:\\\\)*\\[*_]/g,qc._comment=Tc(Zc._comment).replace("(?:--\x3e|$)","--\x3e").getRegex(),qc.emStrong.lDelim=Tc(qc.emStrong.lDelim).replace(/punct/g,qc._punctuation).getRegex(),qc.emStrong.rDelimAst=Tc(qc.emStrong.rDelimAst,"g").replace(/punct/g,qc._punctuation).getRegex(),qc.emStrong.rDelimUnd=Tc(qc.emStrong.rDelimUnd,"g").replace(/punct/g,qc._punctuation).getRegex(),qc._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g,qc._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,qc._email=/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/,qc.autolink=Tc(qc.autolink).replace("scheme",qc._scheme).replace("email",qc._email).getRegex(),qc._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,qc.tag=Tc(qc.tag).replace("comment",qc._comment).replace("attribute",qc._attribute).getRegex(),qc._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,qc._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,qc._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,qc.link=Tc(qc.link).replace("label",qc._label).replace("href",qc._href).replace("title",qc._title).getRegex(),qc.reflink=Tc(qc.reflink).replace("label",qc._label).replace("ref",Zc._label).getRegex(),qc.nolink=Tc(qc.nolink).replace("ref",Zc._label).getRegex(),qc.reflinkSearch=Tc(qc.reflinkSearch,"g").replace("reflink",qc.reflink).replace("nolink",qc.nolink).getRegex(),qc.normal=ft({},qc),qc.pedantic=ft(ft({},qc.normal),{},{strong:{start:/^__|\*\*/,middle:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,endAst:/\*\*(?!\*)/g,endUnd:/__(?!_)/g},em:{start:/^_|\*/,middle:/^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/,endAst:/\*(?!\*)/g,endUnd:/_(?!_)/g},link:Tc(/^!?\[(label)\]\((.*?)\)/).replace("label",qc._label).getRegex(),reflink:Tc(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",qc._label).getRegex()}),qc.gfm=ft(ft({},qc.normal),{},{escape:Tc(qc.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,url:/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/}),qc.gfm.url=Tc(qc.gfm.url,"i").replace("email",qc.gfm._extended_email).getRegex(),qc.breaks=ft(ft({},qc.gfm),{},{br:Tc(qc.br).replace("{2,}","*").getRegex(),text:Tc(qc.gfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()});var Kc=function(){function e(t){b(this,e),this.tokens=[],this.tokens.links=Object.create(null),this.options=t||Dc,this.options.tokenizer=this.options.tokenizer||new Wc,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};var n={block:Zc.normal,inline:qc.normal};this.options.pedantic?(n.block=Zc.pedantic,n.inline=qc.pedantic):this.options.gfm&&(n.block=Zc.gfm,this.options.breaks?n.inline=qc.breaks:n.inline=qc.gfm),this.tokenizer.rules=n}return k(e,[{key:"lex",value:function(e){var t;for(e=e.replace(/\r\n|\r/g,"\n"),this.blockTokens(e,this.tokens);t=this.inlineQueue.shift();)this.inlineTokens(t.src,t.tokens);return this.tokens}},{key:"blockTokens",value:function(e){var t,n,r,o,i=this,a=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];e=this.options.pedantic?e.replace(/\t/g," ").replace(/^ +$/gm,""):e.replace(/^( *)(\t+)/gm,(function(e,t,n){return t+" ".repeat(n.length)}));for(var u=function(){if(i.options.extensions&&i.options.extensions.block&&i.options.extensions.block.some((function(n){return!!(t=n.call({lexer:i},e,a))&&(e=e.substring(t.raw.length),a.push(t),!0)})))return"continue";if(t=i.tokenizer.space(e))return e=e.substring(t.raw.length),1===t.raw.length&&a.length>0?a[a.length-1].raw+="\n":a.push(t),"continue";if(t=i.tokenizer.code(e))return e=e.substring(t.raw.length),!(n=a[a.length-1])||"paragraph"!==n.type&&"text"!==n.type?a.push(t):(n.raw+="\n"+t.raw,n.text+="\n"+t.text,i.inlineQueue[i.inlineQueue.length-1].src=n.text),"continue";if(t=i.tokenizer.fences(e))return e=e.substring(t.raw.length),a.push(t),"continue";if(t=i.tokenizer.heading(e))return e=e.substring(t.raw.length),a.push(t),"continue";if(t=i.tokenizer.hr(e))return e=e.substring(t.raw.length),a.push(t),"continue";if(t=i.tokenizer.blockquote(e))return e=e.substring(t.raw.length),a.push(t),"continue";if(t=i.tokenizer.list(e))return e=e.substring(t.raw.length),a.push(t),"continue";if(t=i.tokenizer.html(e))return e=e.substring(t.raw.length),a.push(t),"continue";if(t=i.tokenizer.def(e))return e=e.substring(t.raw.length),!(n=a[a.length-1])||"paragraph"!==n.type&&"text"!==n.type?i.tokens.links[t.tag]||(i.tokens.links[t.tag]={href:t.href,title:t.title}):(n.raw+="\n"+t.raw,n.text+="\n"+t.raw,i.inlineQueue[i.inlineQueue.length-1].src=n.text),"continue";if(t=i.tokenizer.table(e))return e=e.substring(t.raw.length),a.push(t),"continue";if(t=i.tokenizer.lheading(e))return e=e.substring(t.raw.length),a.push(t),"continue";if(r=e,i.options.extensions&&i.options.extensions.startBlock){var u,l=1/0,c=e.slice(1);i.options.extensions.startBlock.forEach((function(e){"number"===typeof(u=e.call({lexer:this},c))&&u>=0&&(l=Math.min(l,u))})),l<1/0&&l>=0&&(r=e.substring(0,l+1))}if(i.state.top&&(t=i.tokenizer.paragraph(r)))return n=a[a.length-1],o&&"paragraph"===n.type?(n.raw+="\n"+t.raw,n.text+="\n"+t.text,i.inlineQueue.pop(),i.inlineQueue[i.inlineQueue.length-1].src=n.text):a.push(t),o=r.length!==e.length,e=e.substring(t.raw.length),"continue";if(t=i.tokenizer.text(e))return e=e.substring(t.raw.length),(n=a[a.length-1])&&"text"===n.type?(n.raw+="\n"+t.raw,n.text+="\n"+t.text,i.inlineQueue.pop(),i.inlineQueue[i.inlineQueue.length-1].src=n.text):a.push(t),"continue";if(e){var s="Infinite loop on byte: "+e.charCodeAt(0);if(i.options.silent)return console.error(s),"break";throw new Error(s)}};e;){var l=u();if("continue"!==l&&"break"===l)break}return this.state.top=!0,a}},{key:"inline",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return this.inlineQueue.push({src:e,tokens:t}),t}},{key:"inlineTokens",value:function(e){var t,n,r,o,i,a,u=this,l=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],c=e;if(this.tokens.links){var s=Object.keys(this.tokens.links);if(s.length>0)for(;null!=(o=this.tokenizer.rules.inline.reflinkSearch.exec(c));)s.includes(o[0].slice(o[0].lastIndexOf("[")+1,-1))&&(c=c.slice(0,o.index)+"["+Vc("a",o[0].length-2)+"]"+c.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(o=this.tokenizer.rules.inline.blockSkip.exec(c));)c=c.slice(0,o.index)+"["+Vc("a",o[0].length-2)+"]"+c.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(o=this.tokenizer.rules.inline.escapedEmSt.exec(c));)c=c.slice(0,o.index+o[0].length-2)+"++"+c.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex),this.tokenizer.rules.inline.escapedEmSt.lastIndex--;for(var f=function(){if(i||(a=""),i=!1,u.options.extensions&&u.options.extensions.inline&&u.options.extensions.inline.some((function(n){return!!(t=n.call({lexer:u},e,l))&&(e=e.substring(t.raw.length),l.push(t),!0)})))return"continue";if(t=u.tokenizer.escape(e))return e=e.substring(t.raw.length),l.push(t),"continue";if(t=u.tokenizer.tag(e))return e=e.substring(t.raw.length),(n=l[l.length-1])&&"text"===t.type&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):l.push(t),"continue";if(t=u.tokenizer.link(e))return e=e.substring(t.raw.length),l.push(t),"continue";if(t=u.tokenizer.reflink(e,u.tokens.links))return e=e.substring(t.raw.length),(n=l[l.length-1])&&"text"===t.type&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):l.push(t),"continue";if(t=u.tokenizer.emStrong(e,c,a))return e=e.substring(t.raw.length),l.push(t),"continue";if(t=u.tokenizer.codespan(e))return e=e.substring(t.raw.length),l.push(t),"continue";if(t=u.tokenizer.br(e))return e=e.substring(t.raw.length),l.push(t),"continue";if(t=u.tokenizer.del(e))return e=e.substring(t.raw.length),l.push(t),"continue";if(t=u.tokenizer.autolink(e,Qc))return e=e.substring(t.raw.length),l.push(t),"continue";if(!u.state.inLink&&(t=u.tokenizer.url(e,Qc)))return e=e.substring(t.raw.length),l.push(t),"continue";if(r=e,u.options.extensions&&u.options.extensions.startInline){var o,s=1/0,f=e.slice(1);u.options.extensions.startInline.forEach((function(e){"number"===typeof(o=e.call({lexer:this},f))&&o>=0&&(s=Math.min(s,o))})),s<1/0&&s>=0&&(r=e.substring(0,s+1))}if(t=u.tokenizer.inlineText(r,Gc))return e=e.substring(t.raw.length),"_"!==t.raw.slice(-1)&&(a=t.raw.slice(-1)),i=!0,(n=l[l.length-1])&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):l.push(t),"continue";if(e){var d="Infinite loop on byte: "+e.charCodeAt(0);if(u.options.silent)return console.error(d),"break";throw new Error(d)}};e;){var d=f();if("continue"!==d&&"break"===d)break}return l}}],[{key:"rules",get:function(){return{block:Zc,inline:qc}}},{key:"lex",value:function(t,n){return new e(n).lex(t)}},{key:"lexInline",value:function(t,n){return new e(n).inlineTokens(t)}}]),e}(),Jc=function(){function e(t){b(this,e),this.options=t||Dc}return k(e,[{key:"code",value:function(e,t,n){var r=(t||"").match(/\S*/)[0];if(this.options.highlight){var o=this.options.highlight(e,r);null!=o&&o!==e&&(n=!0,e=o)}return e=e.replace(/\n$/,"")+"\n",r?'<pre><code class="'+this.options.langPrefix+Fc(r)+'">'+(n?e:Fc(e,!0))+"</code></pre>\n":"<pre><code>"+(n?e:Fc(e,!0))+"</code></pre>\n"}},{key:"blockquote",value:function(e){return"<blockquote>\n".concat(e,"</blockquote>\n")}},{key:"html",value:function(e){return e}},{key:"heading",value:function(e,t,n,r){if(this.options.headerIds){var o=this.options.headerPrefix+r.slug(n);return"<h".concat(t,' id="').concat(o,'">').concat(e,"</h").concat(t,">\n")}return"<h".concat(t,">").concat(e,"</h").concat(t,">\n")}},{key:"hr",value:function(){return this.options.xhtml?"<hr/>\n":"<hr>\n"}},{key:"list",value:function(e,t,n){var r=t?"ol":"ul";return"<"+r+(t&&1!==n?' start="'+n+'"':"")+">\n"+e+"</"+r+">\n"}},{key:"listitem",value:function(e){return"<li>".concat(e,"</li>\n")}},{key:"checkbox",value:function(e){return"<input "+(e?'checked="" ':"")+'disabled="" type="checkbox"'+(this.options.xhtml?" /":"")+"> "}},{key:"paragraph",value:function(e){return"<p>".concat(e,"</p>\n")}},{key:"table",value:function(e,t){return t&&(t="<tbody>".concat(t,"</tbody>")),"<table>\n<thead>\n"+e+"</thead>\n"+t+"</table>\n"}},{key:"tablerow",value:function(e){return"<tr>\n".concat(e,"</tr>\n")}},{key:"tablecell",value:function(e,t){var n=t.header?"th":"td";return(t.align?"<".concat(n,' align="').concat(t.align,'">'):"<".concat(n,">"))+e+"</".concat(n,">\n")}},{key:"strong",value:function(e){return"<strong>".concat(e,"</strong>")}},{key:"em",value:function(e){return"<em>".concat(e,"</em>")}},{key:"codespan",value:function(e){return"<code>".concat(e,"</code>")}},{key:"br",value:function(){return this.options.xhtml?"<br/>":"<br>"}},{key:"del",value:function(e){return"<del>".concat(e,"</del>")}},{key:"link",value:function(e,t,n){if(null===(e=Ic(this.options.sanitize,this.options.baseUrl,e)))return n;var r='<a href="'+e+'"';return t&&(r+=' title="'+t+'"'),r+=">"+n+"</a>"}},{key:"image",value:function(e,t,n){if(null===(e=Ic(this.options.sanitize,this.options.baseUrl,e)))return n;var r='<img src="'.concat(e,'" alt="').concat(n,'"');return t&&(r+=' title="'.concat(t,'"')),r+=this.options.xhtml?"/>":">"}},{key:"text",value:function(e){return e}}]),e}(),Xc=function(){function e(){b(this,e)}return k(e,[{key:"strong",value:function(e){return e}},{key:"em",value:function(e){return e}},{key:"codespan",value:function(e){return e}},{key:"del",value:function(e){return e}},{key:"html",value:function(e){return e}},{key:"text",value:function(e){return e}},{key:"link",value:function(e,t,n){return""+n}},{key:"image",value:function(e,t,n){return""+n}},{key:"br",value:function(){return""}}]),e}(),es=function(){function e(){b(this,e),this.seen={}}return k(e,[{key:"serialize",value:function(e){return e.toLowerCase().trim().replace(/<[!\/a-z].*?>/gi,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")}},{key:"getNextSafeSlug",value:function(e,t){var n=e,r=0;if(this.seen.hasOwnProperty(n)){r=this.seen[e];do{n=e+"-"+ ++r}while(this.seen.hasOwnProperty(n))}return t||(this.seen[e]=r,this.seen[n]=0),n}},{key:"slug",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.serialize(e);return this.getNextSafeSlug(n,t.dryrun)}}]),e}(),ts=function(){function e(t){b(this,e),this.options=t||Dc,this.options.renderer=this.options.renderer||new Jc,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new Xc,this.slugger=new es}return k(e,[{key:"parse",value:function(e){var t,n,r,o,i,a,u,l,c,s,f,d,p,h,v,m,g,y,_,b=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],C="",D=e.length;for(t=0;t<D;t++)if(s=e[t],!(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[s.type])||!1===(_=this.options.extensions.renderers[s.type].call({parser:this},s))&&["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(s.type))switch(s.type){case"space":continue;case"hr":C+=this.renderer.hr();continue;case"heading":C+=this.renderer.heading(this.parseInline(s.tokens),s.depth,Nc(this.parseInline(s.tokens,this.textRenderer)),this.slugger);continue;case"code":C+=this.renderer.code(s.text,s.lang,s.escaped);continue;case"table":for(l="",u="",o=s.header.length,n=0;n<o;n++)u+=this.renderer.tablecell(this.parseInline(s.header[n].tokens),{header:!0,align:s.align[n]});for(l+=this.renderer.tablerow(u),c="",o=s.rows.length,n=0;n<o;n++){for(u="",i=(a=s.rows[n]).length,r=0;r<i;r++)u+=this.renderer.tablecell(this.parseInline(a[r].tokens),{header:!1,align:s.align[r]});c+=this.renderer.tablerow(u)}C+=this.renderer.table(l,c);continue;case"blockquote":c=this.parse(s.tokens),C+=this.renderer.blockquote(c);continue;case"list":for(f=s.ordered,d=s.start,p=s.loose,o=s.items.length,c="",n=0;n<o;n++)m=(v=s.items[n]).checked,g=v.task,h="",v.task&&(y=this.renderer.checkbox(m),p?v.tokens.length>0&&"paragraph"===v.tokens[0].type?(v.tokens[0].text=y+" "+v.tokens[0].text,v.tokens[0].tokens&&v.tokens[0].tokens.length>0&&"text"===v.tokens[0].tokens[0].type&&(v.tokens[0].tokens[0].text=y+" "+v.tokens[0].tokens[0].text)):v.tokens.unshift({type:"text",text:y}):h+=y),h+=this.parse(v.tokens,p),c+=this.renderer.listitem(h,g,m);C+=this.renderer.list(c,f,d);continue;case"html":C+=this.renderer.html(s.text);continue;case"paragraph":C+=this.renderer.paragraph(this.parseInline(s.tokens));continue;case"text":for(c=s.tokens?this.parseInline(s.tokens):s.text;t+1<D&&"text"===e[t+1].type;)c+="\n"+((s=e[++t]).tokens?this.parseInline(s.tokens):s.text);C+=b?this.renderer.paragraph(c):c;continue;default:var w='Token with "'+s.type+'" type was not found.';if(this.options.silent)return void console.error(w);throw new Error(w)}else C+=_||"";return C}},{key:"parseInline",value:function(e,t){t=t||this.renderer;var n,r,o,i="",a=e.length;for(n=0;n<a;n++)if(r=e[n],!(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[r.type])||!1===(o=this.options.extensions.renderers[r.type].call({parser:this},r))&&["escape","html","link","image","strong","em","codespan","br","del","text"].includes(r.type))switch(r.type){case"escape":case"text":i+=t.text(r.text);break;case"html":i+=t.html(r.text);break;case"link":i+=t.link(r.href,r.title,this.parseInline(r.tokens,t));break;case"image":i+=t.image(r.href,r.title,r.text);break;case"strong":i+=t.strong(this.parseInline(r.tokens,t));break;case"em":i+=t.em(this.parseInline(r.tokens,t));break;case"codespan":i+=t.codespan(r.text);break;case"br":i+=t.br();break;case"del":i+=t.del(this.parseInline(r.tokens,t));break;default:var u='Token with "'+r.type+'" type was not found.';if(this.options.silent)return void console.error(u);throw new Error(u)}else i+=o||"";return i}}],[{key:"parse",value:function(t,n){return new e(n).parse(t)}},{key:"parseInline",value:function(t,n){return new e(n).parseInline(t)}}]),e}(),ns=function(){function e(t){b(this,e),this.options=t||Dc}return k(e,[{key:"preprocess",value:function(e){return e}},{key:"postprocess",value:function(e){return e}}]),e}();function rs(e,t){return function(n,r,o){"function"===typeof r&&(o=r,r=null);var i=ft({},r),a=function(e,t,n){return function(r){if(r.message+="\nPlease report this to https://github.com/markedjs/marked.",e){var o="<p>An error occurred:</p><pre>"+Fc(r.message+"",!0)+"</pre>";return t?Promise.resolve(o):n?void n(null,o):o}if(t)return Promise.reject(r);if(!n)throw r;n(r)}}((r=ft(ft({},os.defaults),i)).silent,r.async,o);if("undefined"===typeof n||null===n)return a(new Error("marked(): input parameter is undefined or null"));if("string"!==typeof n)return a(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(n)+", string expected"));if(function(e){e&&e.sanitize&&!e.silent&&console.warn("marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options")}(r),r.hooks&&(r.hooks.options=r),o){var u,l=r.highlight;try{r.hooks&&(n=r.hooks.preprocess(n)),u=e(n,r)}catch(p){return a(p)}var c=function(e){var n;if(!e)try{r.walkTokens&&os.walkTokens(u,r.walkTokens),n=t(u,r),r.hooks&&(n=r.hooks.postprocess(n))}catch(p){e=p}return r.highlight=l,e?a(e):o(null,n)};if(!l||l.length<3)return c();if(delete r.highlight,!u.length)return c();var s=0;return os.walkTokens(u,(function(e){"code"===e.type&&(s++,setTimeout((function(){l(e.text,e.lang,(function(t,n){if(t)return c(t);null!=n&&n!==e.text&&(e.text=n,e.escaped=!0),0===--s&&c()}))}),0))})),void(0===s&&c())}if(r.async)return Promise.resolve(r.hooks?r.hooks.preprocess(n):n).then((function(t){return e(t,r)})).then((function(e){return r.walkTokens?Promise.all(os.walkTokens(e,r.walkTokens)).then((function(){return e})):e})).then((function(e){return t(e,r)})).then((function(e){return r.hooks?r.hooks.postprocess(e):e})).catch(a);try{r.hooks&&(n=r.hooks.preprocess(n));var f=e(n,r);r.walkTokens&&os.walkTokens(f,r.walkTokens);var d=t(f,r);return r.hooks&&(d=r.hooks.postprocess(d)),d}catch(p){return a(p)}}}function os(e,t,n){return rs(Kc.lex,ts.parse)(e,t,n)}ct(ns,"passThroughHooks",new Set(["preprocess","postprocess"])),os.options=os.setOptions=function(e){var t;return os.defaults=ft(ft({},os.defaults),e),t=os.defaults,Dc=t,os},os.getDefaults=Cc,os.defaults=Dc,os.use=function(){for(var e=os.defaults.extensions||{renderers:{},childTokens:{}},t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];n.forEach((function(t){var n=ft({},t);if(n.async=os.defaults.async||n.async||!1,t.extensions&&(t.extensions.forEach((function(t){if(!t.name)throw new Error("extension name required");if(t.renderer){var n=e.renderers[t.name];e.renderers[t.name]=n?function(){for(var e=arguments.length,r=new Array(e),o=0;o<e;o++)r[o]=arguments[o];var i=t.renderer.apply(this,r);return!1===i&&(i=n.apply(this,r)),i}:t.renderer}if(t.tokenizer){if(!t.level||"block"!==t.level&&"inline"!==t.level)throw new Error("extension level must be 'block' or 'inline'");e[t.level]?e[t.level].unshift(t.tokenizer):e[t.level]=[t.tokenizer],t.start&&("block"===t.level?e.startBlock?e.startBlock.push(t.start):e.startBlock=[t.start]:"inline"===t.level&&(e.startInline?e.startInline.push(t.start):e.startInline=[t.start]))}t.childTokens&&(e.childTokens[t.name]=t.childTokens)})),n.extensions=e),t.renderer){var r=os.defaults.renderer||new Jc,o=function(e){var n=r[e];r[e]=function(){for(var o=arguments.length,i=new Array(o),a=0;a<o;a++)i[a]=arguments[a];var u=t.renderer[e].apply(r,i);return!1===u&&(u=n.apply(r,i)),u}};for(var i in t.renderer)o(i);n.renderer=r}if(t.tokenizer){var a=os.defaults.tokenizer||new Wc,u=function(e){var n=a[e];a[e]=function(){for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];var u=t.tokenizer[e].apply(a,o);return!1===u&&(u=n.apply(a,o)),u}};for(var l in t.tokenizer)u(l);n.tokenizer=a}if(t.hooks){var c=os.defaults.hooks||new ns,s=function(e){var n=c[e];ns.passThroughHooks.has(e)?c[e]=function(r){if(os.defaults.async)return Promise.resolve(t.hooks[e].call(c,r)).then((function(e){return n.call(c,e)}));var o=t.hooks[e].call(c,r);return n.call(c,o)}:c[e]=function(){for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];var a=t.hooks[e].apply(c,o);return!1===a&&(a=n.apply(c,o)),a}};for(var f in t.hooks)s(f);n.hooks=c}if(t.walkTokens){var d=os.defaults.walkTokens;n.walkTokens=function(e){var n=[];return n.push(t.walkTokens.call(this,e)),d&&(n=n.concat(d.call(this,e))),n}}os.setOptions(n)}))},os.walkTokens=function(e,t){var n,r=[],o=g(e);try{var i=function(){var e=n.value;switch(r=r.concat(t.call(os,e)),e.type){case"table":var o,i=g(e.header);try{for(i.s();!(o=i.n()).done;){var a=o.value;r=r.concat(os.walkTokens(a.tokens,t))}}catch(d){i.e(d)}finally{i.f()}var u,l=g(e.rows);try{for(l.s();!(u=l.n()).done;){var c,s=g(u.value);try{for(s.s();!(c=s.n()).done;){var f=c.value;r=r.concat(os.walkTokens(f.tokens,t))}}catch(d){s.e(d)}finally{s.f()}}}catch(d){l.e(d)}finally{l.f()}break;case"list":r=r.concat(os.walkTokens(e.items,t));break;default:os.defaults.extensions&&os.defaults.extensions.childTokens&&os.defaults.extensions.childTokens[e.type]?os.defaults.extensions.childTokens[e.type].forEach((function(n){r=r.concat(os.walkTokens(e[n],t))})):e.tokens&&(r=r.concat(os.walkTokens(e.tokens,t)))}};for(o.s();!(n=o.n()).done;)i()}catch(a){o.e(a)}finally{o.f()}return r},os.parseInline=rs(Kc.lexInline,ts.parseInline),os.Parser=ts,os.parser=ts.parse,os.Renderer=Jc,os.TextRenderer=Xc,os.Lexer=Kc,os.lexer=Kc.lex,os.Tokenizer=Wc,os.Slugger=es,os.Hooks=ns,os.parse=os;os.options,os.setOptions,os.use,os.walkTokens,os.parseInline,ts.parse,Kc.lex;function is(e,t,n){return t[n]<e[n]?-1:t[n]>e[n]?1:0}function as(e,t){return"desc"===e?function(e,n){return is(e,n,t)}:function(e,n){return-is(e,n,t)}}function us(e,t){var n=e.map((function(e,t){return[e,t]}));return n.sort((function(e,n){var r=t(e[0],n[0]);return 0!==r?r:e[1]-n[1]})),n.map((function(e){return e[0]}))}["table","JSON"].map((function(e,t){return{value:String(t),label:e,icon:zt(0===t?Gn:Qn,{})}}));var ls={"color-primary":"#589DF6","color-secondary":"#316eca","color-error":"#e5534b","color-warning":"#c69026","color-info":"#539bf5","color-success":"#57ab5a","color-background-body":"#22272e","color-background-block":"#2d333b","color-background-tooltip":"rgba(22, 22, 22, 0.8)","color-text":"#cdd9e5","color-text-secondary":"#768390","color-text-disabled":"#636e7b","box-shadow":"rgba(0, 0, 0, 0.16) 1px 2px 6px","box-shadow-popper":"rgba(0, 0, 0, 0.2) 0px 2px 8px 0px","border-divider":"1px solid rgba(99, 110, 123, 0.5)","color-hover-black":"rgba(0, 0, 0, 0.12)"},cs={"color-primary":"#3F51B5","color-secondary":"#E91E63","color-error":"#FD080E","color-warning":"#FF8308","color-info":"#03A9F4","color-success":"#4CAF50","color-background-body":"#FEFEFF","color-background-block":"#FFFFFF","color-background-tooltip":"rgba(97,97,97, 0.92)","color-text":"#110f0f","color-text-secondary":"#706F6F","color-text-disabled":"#A09F9F","box-shadow":"rgba(0, 0, 0, 0.08) 1px 2px 6px","box-shadow-popper":"rgba(0, 0, 0, 0.1) 0px 2px 8px 0px","border-divider":"1px solid rgba(0, 0, 0, 0.15)","color-hover-black":"rgba(0, 0, 0, 0.06)"},ss=function(){var e=m((0,r.useState)(Ot()),2),t=e[0],n=e[1],o=function(e){n(e.matches)};return(0,r.useEffect)((function(){var e=window.matchMedia("(prefers-color-scheme: dark)");return e.addEventListener("change",o),function(){return e.removeEventListener("change",o)}}),[]),t},fs=["primary","secondary","error","warning","info","success"],ds=function(e){var t,n=e.onLoaded,o=gt(),i=mt().palette,a=void 0===i?{}:i,u=$t().theme,l=ss(),c=jt(),s=Dr(),f=m((0,r.useState)((ct(t={},Ft.dark,ls),ct(t,Ft.light,cs),ct(t,Ft.system,Ot()?ls:cs),t)),2),d=f[0],p=f[1],h=function(){var e=window,t=e.innerWidth,n=e.innerHeight,r=document.documentElement,o=r.clientWidth,i=r.clientHeight;Nt("scrollbar-width","".concat(t-o,"px")),Nt("scrollbar-height","".concat(n-i,"px")),Nt("vh","".concat(.01*n,"px"))},v=function(){fs.forEach((function(e,t){var r=function(e){var t=e.replace("#","").trim();if(3===t.length&&(t=t[0]+t[0]+t[1]+t[1]+t[2]+t[2]),6!==t.length)throw new Error("Invalid HEX color.");return(299*parseInt(t.slice(0,2),16)+587*parseInt(t.slice(2,4),16)+114*parseInt(t.slice(4,6),16))/1e3>=128?"#000000":"#FFFFFF"}(Mt("color-".concat(e)));Nt("".concat(e,"-text"),r),t===fs.length-1&&(c({type:"SET_DARK_THEME"}),n(!0))}))},g=function(){var e=xt("THEME")||Ft.system,t=d[e];Object.entries(t).forEach((function(e){var t=m(e,2),n=t[0],r=t[1];Nt(n,r)})),v(),o&&(fs.forEach((function(e){var t=a[e];t&&Nt("color-".concat(e),t)})),v())};return(0,r.useEffect)((function(){h(),g()}),[d]),(0,r.useEffect)(h,[s]),(0,r.useEffect)((function(){var e=Ot()?ls:cs;d[Ft.system]!==e?p((function(t){return ft(ft({},t),{},ct({},Ft.system,e))})):g()}),[u,l]),(0,r.useEffect)((function(){o&&c({type:"SET_THEME",payload:Ft.light})}),[]),null},ps=(wt.map((function(e){return e.id})),kt("job",""),kt("instance",""),kt("metrics",""),kt("size","")),hs=(wt.find((function(e){return ps?e.id===ps:e.isDefault}))||wt[0],[10,25,50,100,250,500,1e3]),vs=function(e){var t=e.limit,n=e.tooltip,o=e.onChange,i=Yr().isMobile,a=n||"Rows per page",u=(0,r.useRef)(null),l=no(!1),c=l.value,s=l.toggle,f=l.setFalse,d=function(e){return function(){o(e),f()}};return zt(It.HY,{children:[zt(lo,{title:a,children:zt("div",{ref:u,children:zt(to,{variant:"text",endIcon:zt(jn,{}),onClick:s,children:t})})}),zt(ro,{open:c,onClose:f,placement:"bottom-right",buttonRef:u,children:zt("div",{className:"vm-select-limits",children:hs.map((function(e){return zt("div",{className:vr()({"vm-list-item":!0,"vm-list-item_mobile":i,"vm-list-item_active":e===t}),onClick:d(e),children:e},e)}))})})]})},ms=function(e,t){var n=m(ut(),1)[0],o=n.get(t)?n.get(t):e,i=m((0,r.useState)(o),2),a=i[0],u=i[1];return(0,r.useEffect)((function(){o!==a&&u(o)}),[o]),[a,u]},gs=function(){var e=Ne(),t=m(ut(),2),n=t[0],o=t[1];return{setSearchParamsFromKeys:(0,r.useCallback)((function(t){var r=!!Array.from(n.values()).length,i=!1;Object.entries(t).forEach((function(e){var t=m(e,2),r=t[0],o=t[1];n.get(r)!=="".concat(o)&&(n.set(r,"".concat(o)),i=!0)})),i&&(r?o(n):e("?".concat(n.toString()),{replace:!0}))}),[n,e])}},ys=function(e){var t=e.rows,n=e.columns,o=e.defaultOrderBy,i=e.copyToClipboard,a=e.paginationOffset,u=m((0,r.useState)(o),2),l=u[0],c=u[1],s=m((0,r.useState)("desc"),2),f=s[0],d=s[1],p=m((0,r.useState)(null),2),h=p[0],v=p[1],g=(0,r.useMemo)((function(){var e=a.startIndex,n=a.endIndex;return us(t,as(f,l)).slice(e,n)}),[t,l,f,a]),y=function(e,t){return ai(oi().mark((function n(){return oi().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(h!==t){n.next=2;break}return n.abrupt("return");case 2:return n.prev=2,n.next=5,navigator.clipboard.writeText(String(e));case 5:v(t),n.next=11;break;case 8:n.prev=8,n.t0=n.catch(2),console.error(n.t0);case 11:case"end":return n.stop()}}),n,null,[[2,8]])})))};return(0,r.useEffect)((function(){if(null!==h){var e=setTimeout((function(){return v(null)}),2e3);return function(){return clearTimeout(e)}}}),[h]),zt("table",{className:"vm-table",children:[zt("thead",{className:"vm-table-header",children:zt("tr",{className:"vm-table__row vm-table__row_header",children:[n.map((function(e){return zt("th",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:(t=e.key,function(){d((function(e){return"asc"===e&&l===t?"desc":"asc"})),c(t)}),children:zt("div",{className:"vm-table-cell__content",children:[zt("div",{children:String(e.title||e.key)}),zt("div",{className:vr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":l===e.key,"vm-table__sort-icon_desc":"desc"===f&&l===e.key}),children:zt(jn,{})})]})},String(e.key));var t})),i&&zt("th",{className:"vm-table-cell vm-table-cell_header"})]})}),zt("tbody",{className:"vm-table-body",children:g.map((function(e,t){return zt("tr",{className:"vm-table__row",children:[n.map((function(t){return zt("td",{className:vr()(ct({"vm-table-cell":!0},"".concat(t.className),t.className)),children:e[t.key]||"-"},String(t.key))})),i&&zt("td",{className:"vm-table-cell vm-table-cell_right",children:e[i]&&zt("div",{className:"vm-table-cell__content",children:zt(lo,{title:h===t?"Copied":"Copy row",children:zt(to,{variant:"text",color:h===t?"success":"gray",size:"small",startIcon:zt(h===t?er:rr,{}),onClick:y(e[i],t)})})})})]},t)}))})]})},_s=function(e){var t=e.page,n=e.length,r=e.limit,o=e.onChange,i=Yr().isMobile,a=function(e){return function(){o(+t+e),window.scrollTo(0,0)}};return zt("div",{className:vr()({"vm-pagination":!0,"vm-pagination_mobile":i}),children:[t>1&&zt(to,{variant:"text",onClick:a(-1),startIcon:zt("div",{className:"vm-pagination__icon vm-pagination__icon_prev",children:zt($n,{})}),children:"Previous"}),n>=r&&zt(to,{variant:"text",onClick:a(1),endIcon:zt("div",{className:"vm-pagination__icon vm-pagination__icon_next",children:zt($n,{})}),children:"Next"})]})},bs=function(e){var t=e.logs,n=e.limitRows,o=e.displayColumns,i=e.tableCompact,a=e.columns,u=gs().setSearchParamsFromKeys,l=m(ms(1,"page"),2),c=l[0],s=l[1],f=function(e){switch(e){case"time":return"vm-table-cell_logs-time";case"data":return"vm-table-cell_logs vm-table-cell_pre";default:return"vm-table-cell_logs"}},d=(0,r.useMemo)((function(){var e=(c-1)*Number(n);return{startIndex:e,endIndex:e+Number(n)}}),[c,n]),p=(0,r.useMemo)((function(){return i?[{key:"data",title:"Data",className:f("data")}]:a.map((function(e){return{key:e,title:e,className:f(e)}}))}),[i,a]),h=(0,r.useMemo)((function(){return null===o||void 0===o||!o.length||i?p:p.filter((function(e){return o.includes(e.key)}))}),[p,o,i]);return zt(It.HY,{children:[zt(ys,{rows:t,columns:h,defaultOrderBy:"time",copyToClipboard:"data",paginationOffset:d}),zt(_s,{page:c,limit:+n,length:t.slice(d.startIndex,d.endIndex).length,onChange:function(e){s(e),u({page:e})}})]})},Cs=function(e){var t=e.logs,n=e.columns,o=(0,r.useMemo)((function(){var e=["_msg","time","data","_time"],r=n.filter((function(t){return!e.includes(t)}));return function(e,t){var n=e.reduce((function(e,n){var r=t.map((function(e){return"".concat(e,": ").concat(n[e]||"-")})).join("|");return(e[r]=e[r]||[]).push(n),e}),{});return Object.entries(n).map((function(e){var t=m(e,2),n=t[0],r=t[1];return{keys:n.split("|"),values:r}}))}(t,r)}),[t]);return zt("div",{className:"vm-explore-logs-body-content",children:o.map((function(e){return zt("div",{className:"vm-explore-logs-body-content-group",children:zt(Ko,{defaultExpanded:!0,title:zt("div",{className:"vm-explore-logs-body-content-group-keys",children:[zt("span",{className:"vm-explore-logs-body-content-group-keys__title",children:"Group by:"}),e.keys.map((function(e){return zt("div",{className:"vm-explore-logs-body-content-group-keys__key",children:e},e)}))]}),children:zt("div",{className:"vm-explore-logs-body-content-group-rows",children:e.values.map((function(e){return zt("div",{className:"vm-explore-logs-body-content-group-rows-item",children:[zt("div",{className:"vm-explore-logs-body-content-group-rows-item__time",children:e.time}),zt("div",{className:"vm-explore-logs-body-content-group-rows-item__msg",children:e._msg})]},"".concat(e._msg).concat(e._time))}))})})},e.keys.join(""))}))})},Ds=function(e){return e.group="group",e.table="table",e.json="json",e}(Ds||{}),ws=[{label:"Group",value:Ds.group,icon:zt(pr,{})},{label:"Table",value:Ds.table,icon:zt(Gn,{})},{label:"JSON",value:Ds.json,icon:zt(Qn,{})}],ks=function(e){var t=e.data,n=Yr().isMobile,o=wn().timezone,a=gs().setSearchParamsFromKeys,u=m(ms(xt("LOGS_LIMIT")||50,"limit"),2),l=u[0],c=u[1],s=m(ms(Ds.group,"view"),2),f=s[0],d=s[1],p=m((0,r.useState)([]),2),h=p[0],v=p[1],y=no(!1),_=y.value,b=y.toggle,C=(0,r.useMemo)((function(){return t.map((function(e){return ft({time:i()(e._time).tz().format("MMM DD, YYYY \nHH:mm:ss.SSS"),data:JSON.stringify(e,null,2)},e)}))}),[t,o]),D=(0,r.useMemo)((function(){if(null===C||void 0===C||!C.length)return[];var e,t=["data","_time"],n=new Set,r=g(C);try{for(r.s();!(e=r.n()).done;){var o=e.value;for(var i in o)n.add(i)}}catch(a){r.e(a)}finally{r.f()}return Array.from(n).filter((function(e){return!t.includes(e)}))}),[C]);return zt("div",{className:vr()({"vm-explore-logs-body":!0,"vm-block":!0,"vm-block_mobile":n}),children:[zt("div",{className:vr()({"vm-explore-logs-body-header":!0,"vm-section-header":!0,"vm-explore-logs-body-header_mobile":n}),children:[zt("div",{className:"vm-section-header__tabs",children:zt(wr,{activeItem:String(f),items:ws,onChange:function(e){d(e),a({view:e})}})}),f===Ds.table&&zt("div",{className:"vm-explore-logs-body-header__settings",children:[zt(vs,{limit:+l,onChange:function(e){c(e),a({limit:e}),At("LOGS_LIMIT","".concat(e))}}),zt(bc,{columns:D,defaultColumns:h,onChangeColumns:v,tableCompact:_,toggleTableCompact:b})]})]}),zt("div",{className:vr()({"vm-explore-logs-body__table":!0,"vm-explore-logs-body__table_mobile":n}),children:!!t.length&&zt(It.HY,{children:[f===Ds.table&&zt(bs,{logs:C,limitRows:+l,displayColumns:h,tableCompact:_,columns:D}),f===Ds.group&&zt(Cs,{logs:C,columns:D}),f===Ds.json&&zt(mc,{data:t})]})})]})},As=1e3,xs=function(e){var t=e.query,n=e.onChange,r=e.onRun,o=Yr().isMobile;return zt("div",{className:vr()({"vm-explore-logs-header":!0,"vm-block":!0,"vm-block_mobile":o}),children:[zt("div",{className:"vm-explore-logs-header__input",children:zt(pc,{value:t,autocomplete:!1,options:[],onArrowUp:function(){return null},onArrowDown:function(){return null},onEnter:r,onChange:n,label:"Log query"})}),zt("div",{className:"vm-explore-logs-header-bottom",children:[zt("div",{className:"vm-explore-logs-header-bottom-helpful",children:[zt("a",{className:"vm-link vm-link_with-icon",target:"_blank",href:"https://docs.victoriametrics.com/VictoriaLogs/LogsQL.html",rel:"help noreferrer",children:[zt(Pn,{}),"Query language docs"]}),zt("a",{className:"vm-link vm-link_with-icon",target:"_blank",href:"https://docs.victoriametrics.com/VictoriaLogs/",rel:"help noreferrer",children:[zt(ar,{}),"Documentation"]})]}),zt("div",{className:"vm-explore-logs-header-bottom__execute",children:zt(to,{startIcon:zt(Wn,{}),onClick:r,fullWidth:!0,children:"Execute Query"})})]})]})},Es=function(){var e=$t().serverUrl,t=gs().setSearchParamsFromKeys,n=m(ms("","query"),2),o=n[0],i=n[1],a=Eo(o),u=function(e,t){var n=m((0,r.useState)([]),2),o=n[0],i=n[1],a=m((0,r.useState)(!1),2),u=a[0],l=a[1],c=m((0,r.useState)(),2),s=c[0],f=c[1],d=(0,r.useMemo)((function(){return function(e){return"".concat(e,"/select/logsql/query")}(e)}),[e]),p=(0,r.useMemo)((function(){return{method:"POST",headers:{Accept:"application/stream+json; charset=utf-8","Content-Type":"application/x-www-form-urlencoded"},body:"query=".concat(encodeURIComponent(t.trim()))}}),[t]);return{logs:o,isLoading:u,error:s,fetchLogs:(0,r.useCallback)(ai(oi().mark((function e(){var t,n,r,o,a,u,c,s,h,v;return oi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return l(!0),f(void 0),e.prev=2,e.next=5,fetch(d,p);case 5:if((t=e.sent).ok&&t.body){e.next=14;break}return e.next=9,t.text();case 9:return n=e.sent,f(n),i([]),l(!1),e.abrupt("return");case 14:r=t.body.getReader(),o=new TextDecoder("utf-8"),a=[];case 17:if(!r){e.next=33;break}return e.next=20,r.read();case 20:if(u=e.sent,c=u.done,s=u.value,!c){e.next=25;break}return e.abrupt("break",33);case 25:if(h=o.decode(s,{stream:!0}).split("\n"),a.push.apply(a,_(h)),a.length>As&&a.splice(0,a.length-As),!(a.length>=As)){e.next=31;break}return r.cancel(),e.abrupt("break",33);case 31:e.next=17;break;case 33:v=a.map((function(e){try{return JSON.parse(e)}catch(t){return""}})).filter((function(e){return e})),i(v),e.next=42;break;case 37:e.prev=37,e.t0=e.catch(2),console.error(e.t0),i([]),e.t0 instanceof Error&&f("".concat(e.t0.name,": ").concat(e.t0.message));case 42:l(!1);case 43:case"end":return e.stop()}}),e,null,[[2,37]])}))),[d,p])}}(e,o),l=u.logs,c=u.isLoading,s=u.error,f=u.fetchLogs,d=function(){f(),t(a&&o!==a?{query:o,page:1}:{query:o})};return(0,r.useEffect)((function(){o&&d()}),[]),zt("div",{className:"vm-explore-logs",children:[zt(xs,{query:o,onChange:i,onRun:d}),c&&zt(gc,{}),s&&zt(Ur,{variant:"error",children:s}),zt(ks,{data:l})]})},Ss=function(){var e="true",t=m((0,r.useState)(!1),2),n=t[0],o=t[1];return zt(It.HY,{children:zt(et,{children:zt(Jr,{children:zt(It.HY,{children:[zt(ds,{onLoaded:o}),n&&zt(We,{children:zt(Ve,{path:"/",element:zt(vi,{}),children:[!1,zt(Ve,{path:e?"/":vt.logs,element:zt(Es,{})})]})})]})})})})},Fs=function(e){e&&n.e(27).then(n.bind(n,27)).then((function(t){var n=t.getCLS,r=t.getFID,o=t.getFCP,i=t.getLCP,a=t.getTTFB;n(e),r(e),o(e),i(e),a(e)}))},Ms=document.getElementById("root");Ms&&(0,r.render)(zt(Ss,{}),Ms),Fs()}()}();