VictoriaMetrics/app/vmselect/vmui/static/js/main.05892dd1.js

2 lines
472 KiB
JavaScript

/*! For license information please see main.05892dd1.js.LICENSE.txt */
!function(){var e={680:function(e,t,n){"use strict";var r=n(476),i=n(962),a=i(r("String.prototype.indexOf"));e.exports=function(e,t){var n=r(e,!!t);return"function"===typeof n&&a(e,".prototype.")>-1?i(n):n}},962:function(e,t,n){"use strict";var r=n(199),i=n(476),a=i("%Function.prototype.apply%"),o=i("%Function.prototype.call%"),l=i("%Reflect.apply%",!0)||r.call(o,a),u=i("%Object.getOwnPropertyDescriptor%",!0),c=i("%Object.defineProperty%",!0),s=i("%Math.max%");if(c)try{c({},"a",{value:1})}catch(d){c=null}e.exports=function(e){var t=l(r,o,arguments);u&&c&&(u(t,"length").configurable&&c(t,"length",{value:1+s(0,e.length-(arguments.length-1))}));return t};var f=function(){return l(r,a,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 i(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var a=typeof n;if("string"===a||"number"===a)e.push(n);else if(Array.isArray(n)){if(n.length){var o=i.apply(null,n);o&&e.push(o)}}else if("object"===a){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){e.push(n.toString());continue}for(var l in n)r.call(n,l)&&n[l]&&e.push(l)}}}return e.join(" ")}e.exports?(i.default=i,e.exports=i):void 0===(n=function(){return i}.apply(t,[]))||(e.exports=n)}()},658:function(e){e.exports=function(){"use strict";var e=1e3,t=6e4,n=36e5,r="millisecond",i="second",a="minute",o="hour",l="day",u="week",c="month",s="quarter",f="year",d="date",h="Invalid Date",m=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,p=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,v={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(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),i=n%60;return(t<=0?"+":"-")+g(r,2,"0")+":"+g(i,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()),i=t.clone().add(r,c),a=n-i<0,o=t.clone().add(r+(a?-1:1),c);return+(-(r+(n-i)/(a?i-o:o-i))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(e){return{M:c,y:f,w:u,d:l,D:d,h:o,m:a,s:i,ms:r,Q:s}[e]||String(e||"").toLowerCase().replace(/s$/,"")},u:function(e){return void 0===e}},_="en",b={};b[_]=v;var D=function(e){return e instanceof C},w=function e(t,n,r){var i;if(!t)return _;if("string"==typeof t){var a=t.toLowerCase();b[a]&&(i=a),n&&(b[a]=n,i=a);var o=t.split("-");if(!i&&o.length>1)return e(o[0])}else{var l=t.name;b[l]=t,i=l}return!r&&i&&(_=i),i||!r&&_},k=function(e,t){if(D(e))return e.clone();var n="object"==typeof t?t:{};return n.date=e,n.args=arguments,new C(n)},x=y;x.l=w,x.i=D,x.w=function(e,t){return k(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var C=function(){function v(e){this.$L=w(e.locale,null,!0),this.parse(e)}var g=v.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(x.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(m);if(r){var i=r[2]-1||0,a=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,a)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,a)}}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 x},g.isValid=function(){return!(this.$d.toString()===h)},g.isSame=function(e,t){var n=k(e);return this.startOf(t)<=n&&n<=this.endOf(t)},g.isAfter=function(e,t){return k(e)<this.startOf(t)},g.isBefore=function(e,t){return this.endOf(t)<k(e)},g.$g=function(e,t,n){return x.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=!!x.u(t)||t,s=x.p(e),h=function(e,t){var i=x.w(n.$u?Date.UTC(n.$y,t,e):new Date(n.$y,t,e),n);return r?i:i.endOf(l)},m=function(e,t){return x.w(n.toDate()[e].apply(n.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(t)),n)},p=this.$W,v=this.$M,g=this.$D,y="set"+(this.$u?"UTC":"");switch(s){case f:return r?h(1,0):h(31,11);case c:return r?h(1,v):h(0,v+1);case u:var _=this.$locale().weekStart||0,b=(p<_?p+7:p)-_;return h(r?g-b:g+(6-b),v);case l:case d:return m(y+"Hours",0);case o:return m(y+"Minutes",1);case a:return m(y+"Seconds",2);case i:return m(y+"Milliseconds",3);default:return this.clone()}},g.endOf=function(e){return this.startOf(e,!1)},g.$set=function(e,t){var n,u=x.p(e),s="set"+(this.$u?"UTC":""),h=(n={},n[l]=s+"Date",n[d]=s+"Date",n[c]=s+"Month",n[f]=s+"FullYear",n[o]=s+"Hours",n[a]=s+"Minutes",n[i]=s+"Seconds",n[r]=s+"Milliseconds",n)[u],m=u===l?this.$D+(t-this.$W):t;if(u===c||u===f){var p=this.clone().set(d,1);p.$d[h](m),p.init(),this.$d=p.set(d,Math.min(this.$D,p.daysInMonth())).$d}else h&&this.$d[h](m);return this.init(),this},g.set=function(e,t){return this.clone().$set(e,t)},g.get=function(e){return this[x.p(e)]()},g.add=function(r,s){var d,h=this;r=Number(r);var m=x.p(s),p=function(e){var t=k(h);return x.w(t.date(t.date()+Math.round(e*r)),h)};if(m===c)return this.set(c,this.$M+r);if(m===f)return this.set(f,this.$y+r);if(m===l)return p(1);if(m===u)return p(7);var v=(d={},d[a]=t,d[o]=n,d[i]=e,d)[m]||1,g=this.$d.getTime()+r*v;return x.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||h;var r=e||"YYYY-MM-DDTHH:mm:ssZ",i=x.z(this),a=this.$H,o=this.$m,l=this.$M,u=n.weekdays,c=n.months,s=n.meridiem,f=function(e,n,i,a){return e&&(e[n]||e(t,r))||i[n].slice(0,a)},d=function(e){return x.s(a%12||12,e,"0")},m=s||function(e,t,n){var r=e<12?"AM":"PM";return n?r.toLowerCase():r};return r.replace(p,(function(e,r){return r||function(e){switch(e){case"YY":return String(t.$y).slice(-2);case"YYYY":return x.s(t.$y,4,"0");case"M":return l+1;case"MM":return x.s(l+1,2,"0");case"MMM":return f(n.monthsShort,l,c,3);case"MMMM":return f(c,l);case"D":return t.$D;case"DD":return x.s(t.$D,2,"0");case"d":return String(t.$W);case"dd":return f(n.weekdaysMin,t.$W,u,2);case"ddd":return f(n.weekdaysShort,t.$W,u,3);case"dddd":return u[t.$W];case"H":return String(a);case"HH":return x.s(a,2,"0");case"h":return d(1);case"hh":return d(2);case"a":return m(a,o,!0);case"A":return m(a,o,!1);case"m":return String(o);case"mm":return x.s(o,2,"0");case"s":return String(t.$s);case"ss":return x.s(t.$s,2,"0");case"SSS":return x.s(t.$ms,3,"0");case"Z":return i}return null}(e)||i.replace(":","")}))},g.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},g.diff=function(r,d,h){var m,p=this,v=x.p(d),g=k(r),y=(g.utcOffset()-this.utcOffset())*t,_=this-g,b=function(){return x.m(p,g)};switch(v){case f:m=b()/12;break;case c:m=b();break;case s:m=b()/3;break;case u:m=(_-y)/6048e5;break;case l:m=(_-y)/864e5;break;case o:m=_/n;break;case a:m=_/t;break;case i:m=_/e;break;default:m=_}return h?m:x.a(m)},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=w(e,t,!0);return r&&(n.$L=r),n},g.clone=function(){return x.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()},v}(),S=C.prototype;return k.prototype=S,[["$ms",r],["$s",i],["$m",a],["$H",o],["$W",l],["$M",c],["$y",f],["$D",d]].forEach((function(e){S[e[1]]=function(t){return this.$g(t,e[0],e[1])}})),k.extend=function(e,t){return e.$i||(e(t,C,k),e.$i=!0),k},k.locale=w,k.isDayjs=D,k.unix=function(e){return k(1e3*e)},k.en=b[_],k.Ls=b,k.p={},k}()},446:function(e){e.exports=function(){"use strict";var e,t,n=1e3,r=6e4,i=36e5,a=864e5,o=/\[([^\]]+)]|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,l=31536e6,u=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:l,months:u,days:a,hours:i,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)},h=function(e){return t.p(e)+"s"},m=function(e){return e<0},p=function(e){return m(e)?Math.ceil(e):Math.floor(e)},v=function(e){return Math.abs(e)},g=function(e,t){return e?m(e)?{negative:!0,format:""+v(e)+t}:{negative:!1,format:""+e+t}:{negative:!1,format:""}},y=function(){function m(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[h(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[h(t)]=e[t]})),this.calMilliseconds(),this;if("string"==typeof e){var i=e.match(c);if(i){var a=i.slice(2).map((function(e){return null!=e?Number(e):0}));return this.$d.years=a[0],this.$d.months=a[1],this.$d.weeks=a[2],this.$d.days=a[3],this.$d.hours=a[4],this.$d.minutes=a[5],this.$d.seconds=a[6],this.calMilliseconds(),this}}return this}var v=m.prototype;return v.calMilliseconds=function(){var e=this;this.$ms=Object.keys(this.$d).reduce((function(t,n){return t+(e.$d[n]||0)*s[n]}),0)},v.parseFromMilliseconds=function(){var e=this.$ms;this.$d.years=p(e/l),e%=l,this.$d.months=p(e/u),e%=u,this.$d.days=p(e/a),e%=a,this.$d.hours=p(e/i),e%=i,this.$d.minutes=p(e/r),e%=r,this.$d.seconds=p(e/n),e%=n,this.$d.milliseconds=e},v.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"),i=g(this.$d.hours,"H"),a=g(this.$d.minutes,"M"),o=this.$d.seconds||0;this.$d.milliseconds&&(o+=this.$d.milliseconds/1e3);var l=g(o,"S"),u=e.negative||t.negative||r.negative||i.negative||a.negative||l.negative,c=i.format||a.format||l.format?"T":"",s=(u?"-":"")+"P"+e.format+t.format+r.format+c+i.format+a.format+l.format;return"P"===s||"-P"===s?"P0D":s},v.toJSON=function(){return this.toISOString()},v.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(o,(function(e,t){return t||String(r[e])}))},v.as=function(e){return this.$ms/s[h(e)]},v.get=function(e){var t=this.$ms,n=h(e);return"milliseconds"===n?t%=1e3:t="weeks"===n?p(t/s[n]):this.$d[n],0===t?0:t},v.add=function(e,t,n){var r;return r=t?e*s[h(t)]:f(e)?e.$ms:d(e,this).$ms,d(this.$ms+r*(n?-1:1),this)},v.subtract=function(e,t){return this.add(e,t,!0)},v.locale=function(e){var t=this.clone();return t.$l=e,t},v.clone=function(){return d(this.$ms,this)},v.humanize=function(t){return e().add(this.$ms,"ms").locale(this.$l).fromNow(!t)},v.valueOf=function(){return this.asMilliseconds()},v.milliseconds=function(){return this.get("milliseconds")},v.asMilliseconds=function(){return this.as("milliseconds")},v.seconds=function(){return this.get("seconds")},v.asSeconds=function(){return this.as("seconds")},v.minutes=function(){return this.get("minutes")},v.asMinutes=function(){return this.as("minutes")},v.hours=function(){return this.get("hours")},v.asHours=function(){return this.as("hours")},v.days=function(){return this.get("days")},v.asDays=function(){return this.as("days")},v.weeks=function(){return this.get("weeks")},v.asWeeks=function(){return this.as("weeks")},v.months=function(){return this.get("months")},v.asMonths=function(){return this.as("months")},v.years=function(){return this.get("years")},v.asYears=function(){return this.as("years")},m}(),_=function(e,t,n){return e.add(t.years()*n,"y").add(t.months()*n,"M").add(t.days()*n,"d").add(t.hours()*n,"h").add(t.minutes()*n,"m").add(t.seconds()*n,"s").add(t.milliseconds()*n,"ms")};return function(n,r,i){e=i,t=i().$utils(),i.duration=function(e,t){var n=i.locale();return d(e,{$l:n},t)},i.isDuration=f;var a=r.prototype.add,o=r.prototype.subtract;r.prototype.add=function(e,t){return f(e)?_(this,e,1):a.bind(this)(e,t)},r.prototype.subtract=function(e,t){return f(e)?_(this,e,-1):o.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,i){var a,o=function(e,n,r){void 0===r&&(r={});var i=new Date(e),a=function(e,n){void 0===n&&(n={});var r=n.timeZoneName||"short",i=e+"|"+r,a=t[i];return a||(a=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[i]=a),a}(n,r);return a.formatToParts(i)},l=function(t,n){for(var r=o(t,n),a=[],l=0;l<r.length;l+=1){var u=r[l],c=u.type,s=u.value,f=e[c];f>=0&&(a[f]=parseInt(s,10))}var d=a[3],h=24===d?0:d,m=a[0]+"-"+a[1]+"-"+a[2]+" "+h+":"+a[4]+":"+a[5]+":000",p=+t;return(i.utc(m).valueOf()-(p-=p%1e3))/6e4},u=r.prototype;u.tz=function(e,t){void 0===e&&(e=a);var n=this.utcOffset(),r=this.toDate(),o=r.toLocaleString("en-US",{timeZone:e}),l=Math.round((r-new Date(o))/1e3/60),u=i(o).$set("millisecond",this.$ms).utcOffset(15*-Math.round(r.getTimezoneOffset()/15)-l,!0);if(t){var c=u.utcOffset();u=u.add(n-c,"minute")}return u.$x.$timezone=e,u},u.offsetName=function(e){var t=this.$x.$timezone||i.tz.guess(),n=o(this.valueOf(),t,{timeZoneName:e}).find((function(e){return"timezonename"===e.type.toLowerCase()}));return n&&n.value};var c=u.startOf;u.startOf=function(e,t){if(!this.$x||!this.$x.$timezone)return c.call(this,e,t);var n=i(this.format("YYYY-MM-DD HH:mm:ss:SSS"));return c.call(n,e,t).tz(this.$x.$timezone,!0)},i.tz=function(e,t,n){var r=n&&t,o=n||t||a,u=l(+i(),o);if("string"!=typeof e)return i(e).tz(o);var c=function(e,t,n){var r=e-60*t*1e3,i=l(r,n);if(t===i)return[r,t];var a=l(r-=60*(i-t)*1e3,n);return i===a?[r,i]:[e-60*Math.min(i,a)*1e3,Math.max(i,a)]}(i.utc(e,r).valueOf(),u,o),s=c[0],f=c[1],d=i(s).utcOffset(f);return d.$x.$timezone=o,d},i.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},i.tz.setDefault=function(e){a=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,i,a){var o=i.prototype;a.utc=function(e){return new i({date:e,utc:!0,args:arguments})},o.utc=function(t){var n=a(this.toDate(),{locale:this.$L,utc:!0});return t?n.add(this.utcOffset(),e):n},o.local=function(){return a(this.toDate(),{locale:this.$L,utc:!1})};var l=o.parse;o.parse=function(e){e.utc&&(this.$u=!0),this.$utils().u(e.$offset)||(this.$offset=e.$offset),l.call(this,e)};var u=o.init;o.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 u.call(this)};var c=o.utcOffset;o.utcOffset=function(r,i){var a=this.$utils().u;if(a(r))return this.$u?0:a(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 i=(""+r[0]).match(n)||["-",0,0],a=i[0],o=60*+i[1]+ +i[2];return 0===o?0:"+"===a?o:-o}(r),null===r))return this;var o=Math.abs(r)<=16?60*r:r,l=this;if(i)return l.$offset=o,l.$u=0===r,l;if(0!==r){var u=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(l=this.local().add(o+u,e)).$offset=o,l.$x.$localOffset=u}else l=this.utc();return l};var s=o.format;o.format=function(e){var t=e||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return s.call(this,t)},o.valueOf=function(){var e=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*e},o.isUTC=function(){return!!this.$u},o.toISOString=function(){return this.toDate().toISOString()},o.toString=function(){return this.toDate().toUTCString()};var f=o.toDate;o.toDate=function(e){return"s"===e&&this.$offset?a(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():f.call(this)};var d=o.diff;o.diff=function(e,t,n){if(e&&this.$u===e.$u)return d.call(this,e,t,n);var r=this.local(),i=a(e).local();return d.call(r,i,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 i,a=t.call(arguments,1),o=Math.max(0,r.length-a.length),l=[],u=0;u<o;u++)l.push("$"+u);if(i=Function("binder","return function ("+l.join(",")+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof i){var n=r.apply(this,a.concat(t.call(arguments)));return Object(n)===n?n:this}return r.apply(e,a.concat(t.call(arguments)))})),r.prototype){var c=function(){};c.prototype=r.prototype,i.prototype=new c,c.prototype=null}return i}},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,i=SyntaxError,a=Function,o=TypeError,l=function(e){try{return a('"use strict"; return ('+e+").constructor;")()}catch(t){}},u=Object.getOwnPropertyDescriptor;if(u)try{u({},"")}catch(M){u=null}var c=function(){throw new o},s=u?function(){try{return c}catch(e){try{return u(arguments,"callee").get}catch(t){return c}}}():c,f=n(520)(),d=n(593)(),h=Object.getPrototypeOf||(d?function(e){return e.__proto__}:null),m={},p="undefined"!==typeof Uint8Array&&h?h(Uint8Array):r,v={"%AggregateError%":"undefined"===typeof AggregateError?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"===typeof ArrayBuffer?r:ArrayBuffer,"%ArrayIteratorPrototype%":f&&h?h([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":m,"%AsyncGenerator%":m,"%AsyncGeneratorFunction%":m,"%AsyncIteratorPrototype%":m,"%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%":a,"%GeneratorFunction%":m,"%Int8Array%":"undefined"===typeof Int8Array?r:Int8Array,"%Int16Array%":"undefined"===typeof Int16Array?r:Int16Array,"%Int32Array%":"undefined"===typeof Int32Array?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":f&&h?h(h([][Symbol.iterator]())):r,"%JSON%":"object"===typeof JSON?JSON:r,"%Map%":"undefined"===typeof Map?r:Map,"%MapIteratorPrototype%":"undefined"!==typeof Map&&f&&h?h((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&&h?h((new Set)[Symbol.iterator]()):r,"%SharedArrayBuffer%":"undefined"===typeof SharedArrayBuffer?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":f&&h?h(""[Symbol.iterator]()):r,"%Symbol%":f?Symbol:r,"%SyntaxError%":i,"%ThrowTypeError%":s,"%TypedArray%":p,"%TypeError%":o,"%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};if(h)try{null.error}catch(M){var g=h(h(M));v["%Error.prototype%"]=g}var y=function e(t){var n;if("%AsyncFunction%"===t)n=l("async function () {}");else if("%GeneratorFunction%"===t)n=l("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=l("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var i=e("%AsyncGenerator%");i&&h&&(n=h(i.prototype))}return v[t]=n,n},_={"%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"]},b=n(199),D=n(838),w=b.call(Function.call,Array.prototype.concat),k=b.call(Function.apply,Array.prototype.splice),x=b.call(Function.call,String.prototype.replace),C=b.call(Function.call,String.prototype.slice),S=b.call(Function.call,RegExp.prototype.exec),E=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,A=/\\(\\)?/g,N=function(e,t){var n,r=e;if(D(_,r)&&(r="%"+(n=_[r])[0]+"%"),D(v,r)){var a=v[r];if(a===m&&(a=y(r)),"undefined"===typeof a&&!t)throw new o("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:a}}throw new i("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!==typeof e||0===e.length)throw new o("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!==typeof t)throw new o('"allowMissing" argument must be a boolean');if(null===S(/^%?[^%]*%?$/,e))throw new i("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=function(e){var t=C(e,0,1),n=C(e,-1);if("%"===t&&"%"!==n)throw new i("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new i("invalid intrinsic syntax, expected opening `%`");var r=[];return x(e,E,(function(e,t,n,i){r[r.length]=n?x(i,A,"$1"):t||e})),r}(e),r=n.length>0?n[0]:"",a=N("%"+r+"%",t),l=a.name,c=a.value,s=!1,f=a.alias;f&&(r=f[0],k(n,w([0,1],f)));for(var d=1,h=!0;d<n.length;d+=1){var m=n[d],p=C(m,0,1),g=C(m,-1);if(('"'===p||"'"===p||"`"===p||'"'===g||"'"===g||"`"===g)&&p!==g)throw new i("property names with quotes must have matching quotes");if("constructor"!==m&&h||(s=!0),D(v,l="%"+(r+="."+m)+"%"))c=v[l];else if(null!=c){if(!(m in c)){if(!t)throw new o("base intrinsic for "+e+" exists, but the property is not available.");return}if(u&&d+1>=n.length){var y=u(c,m);c=(h=!!y)&&"get"in y&&!("originalValue"in y.get)?y.get:c[m]}else h=D(c,m),c=c[m];h&&!s&&(v[l]=c)}}return c}},593:function(e){"use strict";var t={foo:{}},n=Object;e.exports=function(){return{__proto__:t}.foo===t.foo&&!({__proto__:null}instanceof n)}},520:function(e,t,n){"use strict";var r="undefined"!==typeof Symbol&&Symbol,i=n(541);e.exports=function(){return"function"===typeof r&&("function"===typeof Symbol&&("symbol"===typeof r("foo")&&("symbol"===typeof Symbol("bar")&&i())))}},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 i=Object.getOwnPropertyDescriptor(e,t);if(42!==i.value||!0!==i.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,i="[object Symbol]",a=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,u=/^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")(),h=Object.prototype.toString,m=Math.max,p=Math.min,v=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)&&h.call(e)==i}(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(a,"");var n=l.test(e);return n||u.test(e)?c(e.slice(2),n?2:8):o.test(e)?r:+e}e.exports=function(e,t,n){var r,i,a,o,l,u,c=0,s=!1,f=!1,d=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function h(t){var n=r,a=i;return r=i=void 0,c=t,o=e.apply(a,n)}function _(e){var n=e-u;return void 0===u||n>=t||n<0||f&&e-c>=a}function b(){var e=v();if(_(e))return D(e);l=setTimeout(b,function(e){var n=t-(e-u);return f?p(n,a-(e-c)):n}(e))}function D(e){return l=void 0,d&&r?h(e):(r=i=void 0,o)}function w(){var e=v(),n=_(e);if(r=arguments,i=this,u=e,n){if(void 0===l)return function(e){return c=e,l=setTimeout(b,t),s?h(e):o}(u);if(f)return l=setTimeout(b,t),h(u)}return void 0===l&&(l=setTimeout(b,t)),o}return t=y(t)||0,g(n)&&(s=!!n.leading,a=(f="maxWait"in n)?m(y(n.maxWait)||0,t):a,d="trailing"in n?!!n.trailing:d),w.cancel=function(){void 0!==l&&clearTimeout(l),c=0,r=u=i=l=void 0},w.flush=function(){return void 0===l?o:D(v())},w}},7:function(e,t,n){var r="__lodash_hash_undefined__",i=1/0,a="[object Function]",o="[object GeneratorFunction]",l="[object Symbol]",u=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,c=/^\w*$/,s=/^\./,f=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,d=/\\(\\)?/g,h=/^\[object .+?Constructor\]$/,m="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,p="object"==typeof self&&self&&self.Object===Object&&self,v=m||p||Function("return this")();var g=Array.prototype,y=Function.prototype,_=Object.prototype,b=v["__core-js_shared__"],D=function(){var e=/[^.]+$/.exec(b&&b.keys&&b.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),w=y.toString,k=_.hasOwnProperty,x=_.toString,C=RegExp("^"+w.call(k).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),S=v.Symbol,E=g.splice,A=z(v,"Map"),N=z(Object,"create"),M=S?S.prototype:void 0,F=M?M.toString:void 0;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 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 I(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,i=e.length;i--;)if((n=e[i][0])===(r=t)||n!==n&&r!==r)return i;return-1}function R(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||V(e))return!0;return c.test(e)||!u.test(e)||null!=t&&e in Object(t)}(t,e)?[t]:Y(n=t)?n:j(n);for(var r=0,i=t.length;null!=e&&r<i;)e=e[H(t[r++])];return r&&r==i?e:void 0}function B(e){if(!U(e)||(t=e,D&&D in t))return!1;var t,n=function(e){var t=U(e)?x.call(e):"";return t==a||t==o}(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(n){}return t}(e)?C:h;return n.test(function(e){if(null!=e){try{return w.call(e)}catch(t){}try{return e+""}catch(t){}}return""}(e))}function L(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 z(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return B(n)?n:void 0}T.prototype.clear=function(){this.__data__=N?N(null):{}},T.prototype.delete=function(e){return this.has(e)&&delete this.__data__[e]},T.prototype.get=function(e){var t=this.__data__;if(N){var n=t[e];return n===r?void 0:n}return k.call(t,e)?t[e]:void 0},T.prototype.has=function(e){var t=this.__data__;return N?void 0!==t[e]:k.call(t,e)},T.prototype.set=function(e,t){return this.__data__[e]=N&&void 0===t?r:t,this},O.prototype.clear=function(){this.__data__=[]},O.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)},O.prototype.get=function(e){var t=this.__data__,n=P(t,e);return n<0?void 0:t[n][1]},O.prototype.has=function(e){return P(this.__data__,e)>-1},O.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},I.prototype.clear=function(){this.__data__={hash:new T,map:new(A||O),string:new T}},I.prototype.delete=function(e){return L(this,e).delete(e)},I.prototype.get=function(e){return L(this,e).get(e)},I.prototype.has=function(e){return L(this,e).has(e)},I.prototype.set=function(e,t){return L(this,e).set(e,t),this};var j=$((function(e){var t;e=null==(t=e)?"":function(e){if("string"==typeof e)return e;if(V(e))return F?F.call(e):"";var t=e+"";return"0"==t&&1/e==-i?"-0":t}(t);var n=[];return s.test(e)&&n.push(""),e.replace(f,(function(e,t,r,i){n.push(r?i.replace(d,"$1"):t||e)})),n}));function H(e){if("string"==typeof e||V(e))return e;var t=e+"";return"0"==t&&1/e==-i?"-0":t}function $(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function n(){var r=arguments,i=t?t.apply(this,r):r[0],a=n.cache;if(a.has(i))return a.get(i);var o=e.apply(this,r);return n.cache=a.set(i,o),o};return n.cache=new($.Cache||I),n}$.Cache=I;var Y=Array.isArray;function U(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function V(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&x.call(e)==l}e.exports=function(e,t,n){var r=null==e?void 0:R(e,t);return void 0===r?n:r}},61:function(e,t,n){var r="Expected a function",i=NaN,a="[object Symbol]",o=/^\s+|\s+$/g,l=/^[-+]0x[0-9a-f]+$/i,u=/^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,h=f||d||Function("return this")(),m=Object.prototype.toString,p=Math.max,v=Math.min,g=function(){return h.Date.now()};function y(e,t,n){var i,a,o,l,u,c,s=0,f=!1,d=!1,h=!0;if("function"!=typeof e)throw new TypeError(r);function m(t){var n=i,r=a;return i=a=void 0,s=t,l=e.apply(r,n)}function y(e){var n=e-c;return void 0===c||n>=t||n<0||d&&e-s>=o}function D(){var e=g();if(y(e))return w(e);u=setTimeout(D,function(e){var n=t-(e-c);return d?v(n,o-(e-s)):n}(e))}function w(e){return u=void 0,h&&i?m(e):(i=a=void 0,l)}function k(){var e=g(),n=y(e);if(i=arguments,a=this,c=e,n){if(void 0===u)return function(e){return s=e,u=setTimeout(D,t),f?m(e):l}(c);if(d)return u=setTimeout(D,t),m(c)}return void 0===u&&(u=setTimeout(D,t)),l}return t=b(t)||0,_(n)&&(f=!!n.leading,o=(d="maxWait"in n)?p(b(n.maxWait)||0,t):o,h="trailing"in n?!!n.trailing:h),k.cancel=function(){void 0!==u&&clearTimeout(u),s=0,i=c=a=u=void 0},k.flush=function(){return void 0===u?l:w(g())},k}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)&&m.call(e)==a}(e))return i;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(o,"");var n=u.test(e);return n||c.test(e)?s(e.slice(2),n?2:8):l.test(e)?i:+e}e.exports=function(e,t,n){var i=!0,a=!0;if("function"!=typeof e)throw new TypeError(r);return _(n)&&(i="leading"in n?!!n.leading:i,a="trailing"in n?!!n.trailing:a),y(e,t,{leading:i,maxWait:t,trailing:a})}},154:function(e,t,n){var r="function"===typeof Map&&Map.prototype,i=Object.getOwnPropertyDescriptor&&r?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,a=r&&i&&"function"===typeof i.get?i.get:null,o=r&&Map.prototype.forEach,l="function"===typeof Set&&Set.prototype,u=Object.getOwnPropertyDescriptor&&l?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,c=l&&u&&"function"===typeof u.get?u.get:null,s=l&&Set.prototype.forEach,f="function"===typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,d="function"===typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,h="function"===typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,m=Boolean.prototype.valueOf,p=Object.prototype.toString,v=Function.prototype.toString,g=String.prototype.match,y=String.prototype.slice,_=String.prototype.replace,b=String.prototype.toUpperCase,D=String.prototype.toLowerCase,w=RegExp.prototype.test,k=Array.prototype.concat,x=Array.prototype.join,C=Array.prototype.slice,S=Math.floor,E="function"===typeof BigInt?BigInt.prototype.valueOf:null,A=Object.getOwnPropertySymbols,N="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?Symbol.prototype.toString:null,M="function"===typeof Symbol&&"object"===typeof Symbol.iterator,F="function"===typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===M||"symbol")?Symbol.toStringTag:null,T=Object.prototype.propertyIsEnumerable,O=("function"===typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function I(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||w.call(/e/,t))return t;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"===typeof e){var r=e<0?-S(-e):S(e);if(r!==e){var i=String(r),a=y.call(t,i.length+1);return _.call(i,n,"$&_")+"."+_.call(_.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return _.call(t,n,"$&_")}var P=n(654),R=P.custom,B=$(R)?R:null;function L(e,t,n){var r="double"===(n.quoteStyle||t)?'"':"'";return r+e+r}function z(e){return _.call(String(e),/"/g,"&quot;")}function j(e){return"[object Array]"===V(e)&&(!F||!("object"===typeof e&&F in e))}function H(e){return"[object RegExp]"===V(e)&&(!F||!("object"===typeof e&&F in e))}function $(e){if(M)return e&&"object"===typeof e&&e instanceof Symbol;if("symbol"===typeof e)return!0;if(!e||"object"!==typeof e||!N)return!1;try{return N.call(e),!0}catch(t){}return!1}e.exports=function e(t,n,r,i){var l=n||{};if(U(l,"quoteStyle")&&"single"!==l.quoteStyle&&"double"!==l.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(U(l,"maxStringLength")&&("number"===typeof l.maxStringLength?l.maxStringLength<0&&l.maxStringLength!==1/0:null!==l.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var u=!U(l,"customInspect")||l.customInspect;if("boolean"!==typeof u&&"symbol"!==u)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(U(l,"indent")&&null!==l.indent&&"\t"!==l.indent&&!(parseInt(l.indent,10)===l.indent&&l.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(U(l,"numericSeparator")&&"boolean"!==typeof l.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var p=l.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 W(t,l);if("number"===typeof t){if(0===t)return 1/0/t>0?"0":"-0";var b=String(t);return p?I(t,b):b}if("bigint"===typeof t){var w=String(t)+"n";return p?I(t,w):w}var S="undefined"===typeof l.depth?5:l.depth;if("undefined"===typeof r&&(r=0),r>=S&&S>0&&"object"===typeof t)return j(t)?"[Array]":"[Object]";var A=function(e,t){var n;if("\t"===e.indent)n="\t";else{if(!("number"===typeof e.indent&&e.indent>0))return null;n=x.call(Array(e.indent+1)," ")}return{base:n,prev:x.call(Array(t+1),n)}}(l,r);if("undefined"===typeof i)i=[];else if(q(i,t)>=0)return"[Circular]";function R(t,n,a){if(n&&(i=C.call(i)).push(n),a){var o={depth:l.depth};return U(l,"quoteStyle")&&(o.quoteStyle=l.quoteStyle),e(t,o,r+1,i)}return e(t,l,r+1,i)}if("function"===typeof t&&!H(t)){var Y=function(e){if(e.name)return e.name;var t=g.call(v.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),Z=X(t,R);return"[Function"+(Y?": "+Y:" (anonymous)")+"]"+(Z.length>0?" { "+x.call(Z,", ")+" }":"")}if($(t)){var ee=M?_.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):N.call(t);return"object"!==typeof t||M?ee:Q(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="<"+D.call(String(t.nodeName)),ne=t.attributes||[],re=0;re<ne.length;re++)te+=" "+ne[re].name+"="+L(z(ne[re].value),"double",l);return te+=">",t.childNodes&&t.childNodes.length&&(te+="..."),te+="</"+D.call(String(t.nodeName))+">"}if(j(t)){if(0===t.length)return"[]";var ie=X(t,R);return A&&!function(e){for(var t=0;t<e.length;t++)if(q(e[t],"\n")>=0)return!1;return!0}(ie)?"["+J(ie,A)+"]":"[ "+x.call(ie,", ")+" ]"}if(function(e){return"[object Error]"===V(e)&&(!F||!("object"===typeof e&&F in e))}(t)){var ae=X(t,R);return"cause"in Error.prototype||!("cause"in t)||T.call(t,"cause")?0===ae.length?"["+String(t)+"]":"{ ["+String(t)+"] "+x.call(ae,", ")+" }":"{ ["+String(t)+"] "+x.call(k.call("[cause]: "+R(t.cause),ae),", ")+" }"}if("object"===typeof t&&u){if(B&&"function"===typeof t[B]&&P)return P(t,{depth:S-r});if("symbol"!==u&&"function"===typeof t.inspect)return t.inspect()}if(function(e){if(!a||!e||"object"!==typeof e)return!1;try{a.call(e);try{c.call(e)}catch(te){return!0}return e instanceof Map}catch(t){}return!1}(t)){var oe=[];return o&&o.call(t,(function(e,n){oe.push(R(n,t,!0)+" => "+R(e,t))})),G("Map",a.call(t),oe,A)}if(function(e){if(!c||!e||"object"!==typeof e)return!1;try{c.call(e);try{a.call(e)}catch(t){return!0}return e instanceof Set}catch(n){}return!1}(t)){var le=[];return s&&s.call(t,(function(e){le.push(R(e,t))})),G("Set",c.call(t),le,A)}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 K("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 K("WeakSet");if(function(e){if(!h||!e||"object"!==typeof e)return!1;try{return h.call(e),!0}catch(t){}return!1}(t))return K("WeakRef");if(function(e){return"[object Number]"===V(e)&&(!F||!("object"===typeof e&&F in e))}(t))return Q(R(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 Q(R(E.call(t)));if(function(e){return"[object Boolean]"===V(e)&&(!F||!("object"===typeof e&&F in e))}(t))return Q(m.call(t));if(function(e){return"[object String]"===V(e)&&(!F||!("object"===typeof e&&F in e))}(t))return Q(R(String(t)));if(!function(e){return"[object Date]"===V(e)&&(!F||!("object"===typeof e&&F in e))}(t)&&!H(t)){var ue=X(t,R),ce=O?O(t)===Object.prototype:t instanceof Object||t.constructor===Object,se=t instanceof Object?"":"null prototype",fe=!ce&&F&&Object(t)===t&&F in t?y.call(V(t),8,-1):se?"Object":"",de=(ce||"function"!==typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(fe||se?"["+x.call(k.call([],fe||[],se||[]),": ")+"] ":"");return 0===ue.length?de+"{}":A?de+"{"+J(ue,A)+"}":de+"{ "+x.call(ue,", ")+" }"}return String(t)};var Y=Object.prototype.hasOwnProperty||function(e){return e in this};function U(e,t){return Y.call(e,t)}function V(e){return p.call(e)}function q(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 W(e,t){if(e.length>t.maxStringLength){var n=e.length-t.maxStringLength,r="... "+n+" more character"+(n>1?"s":"");return W(y.call(e,0,t.maxStringLength),t)+r}return L(_.call(_.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Z),"single",t)}function Z(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 Q(e){return"Object("+e+")"}function K(e){return e+" { ? }"}function G(e,t,n,r){return e+" ("+t+") {"+(r?J(n,r):x.call(n,", "))+"}"}function J(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+x.call(e,","+n)+"\n"+t.prev}function X(e,t){var n=j(e),r=[];if(n){r.length=e.length;for(var i=0;i<e.length;i++)r[i]=U(e,i)?t(e[i],e):""}var a,o="function"===typeof A?A(e):[];if(M){a={};for(var l=0;l<o.length;l++)a["$"+o[l]]=o[l]}for(var u in e)U(e,u)&&(n&&String(Number(u))===u&&u<e.length||M&&a["$"+u]instanceof Symbol||(w.call(/[^\w$]/,u)?r.push(t(u,e)+": "+t(e[u],e)):r.push(u+": "+t(e[u],e))));if("function"===typeof A)for(var c=0;c<o.length;c++)T.call(e,o[c])&&r.push("["+t(o[c])+"]: "+t(e[o[c]],e));return r}},206:function(e,t,n){"use strict";n.r(t),n.d(t,{Children:function(){return V},Component:function(){return l.wA},Fragment:function(){return l.HY},PureComponent:function(){return z},StrictMode:function(){return Me},Suspense:function(){return K},SuspenseList:function(){return X},__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:function(){return De},cloneElement:function(){return Ce},createContext:function(){return l.kr},createElement:function(){return l.az},createFactory:function(){return ke},createPortal:function(){return re},createRef:function(){return l.Vf},default:function(){return Re},findDOMNode:function(){return Ee},flushSync:function(){return Ne},forwardRef:function(){return Y},hydrate:function(){return fe},isValidElement:function(){return xe},lazy:function(){return J},memo:function(){return j},render:function(){return se},startTransition:function(){return Fe},unmountComponentAtNode:function(){return Se},unstable_batchedUpdates:function(){return Ae},useCallback:function(){return x},useContext:function(){return C},useDebugValue:function(){return S},useDeferredValue:function(){return Te},useEffect:function(){return _},useErrorBoundary:function(){return E},useId:function(){return A},useImperativeHandle:function(){return w},useInsertionEffect:function(){return Ie},useLayoutEffect:function(){return b},useMemo:function(){return k},useReducer:function(){return y},useRef:function(){return D},useState:function(){return g},useSyncExternalStore:function(){return Pe},useTransition:function(){return Oe},version:function(){return we}});var r,i,a,o,l=n(856),u=0,c=[],s=[],f=l.YM.__b,d=l.YM.__r,h=l.YM.diffed,m=l.YM.__c,p=l.YM.unmount;function v(e,t){l.YM.__h&&l.YM.__h(i,e,u||t),u=0;var n=i.__H||(i.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({__V:s}),n.__[e]}function g(e){return u=1,y(P,e)}function y(e,t,n){var a=v(r++,2);if(a.t=e,!a.__c&&(a.__=[n?n(t):P(void 0,t),function(e){var t=a.__N?a.__N[0]:a.__[0],n=a.t(t,e);t!==n&&(a.__N=[n,a.__[1]],a.__c.setState({}))}],a.__c=i,!i.u)){var o=function(e,t,n){if(!a.__c.__H)return!0;var r=a.__c.__H.__.filter((function(e){return e.__c}));if(r.every((function(e){return!e.__N})))return!l||l.call(this,e,t,n);var i=!1;return r.forEach((function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(i=!0)}})),!(!i&&a.__c.props===e)&&(!l||l.call(this,e,t,n))};i.u=!0;var l=i.shouldComponentUpdate,u=i.componentWillUpdate;i.componentWillUpdate=function(e,t,n){if(this.__e){var r=l;l=void 0,o(e,t,n),l=r}u&&u.call(this,e,t,n)},i.shouldComponentUpdate=o}return a.__N||a.__}function _(e,t){var n=v(r++,3);!l.YM.__s&&I(n.__H,t)&&(n.__=e,n.i=t,i.__H.__h.push(n))}function b(e,t){var n=v(r++,4);!l.YM.__s&&I(n.__H,t)&&(n.__=e,n.i=t,i.__h.push(n))}function D(e){return u=5,k((function(){return{current:e}}),[])}function w(e,t,n){u=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 k(e,t){var n=v(r++,7);return I(n.__H,t)?(n.__V=e(),n.i=t,n.__h=e,n.__V):n.__}function x(e,t){return u=8,k((function(){return e}),t)}function C(e){var t=i.context[e.__c],n=v(r++,9);return n.c=e,t?(null==n.__&&(n.__=!0,t.sub(i)),t.props.value):e.__}function S(e,t){l.YM.useDebugValue&&l.YM.useDebugValue(t?t(e):e)}function E(e){var t=v(r++,10),n=g();return t.__=e,i.componentDidCatch||(i.componentDidCatch=function(e,r){t.__&&t.__(e,r),n[1](e)}),[n[0],function(){n[1](void 0)}]}function A(){var e=v(r++,11);if(!e.__){for(var t=i.__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 N(){for(var e;e=c.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(T),e.__H.__h.forEach(O),e.__H.__h=[]}catch(i){e.__H.__h=[],l.YM.__e(i,e.__v)}}l.YM.__b=function(e){i=null,f&&f(e)},l.YM.__r=function(e){d&&d(e),r=0;var t=(i=e.__c).__H;t&&(a===i?(t.__h=[],i.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.__V=s,e.__N=e.i=void 0}))):(t.__h.forEach(T),t.__h.forEach(O),t.__h=[],r=0)),a=i},l.YM.diffed=function(e){h&&h(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==c.push(t)&&o===l.YM.requestAnimationFrame||((o=l.YM.requestAnimationFrame)||F)(N)),t.__H.__.forEach((function(e){e.i&&(e.__H=e.i),e.__V!==s&&(e.__=e.__V),e.i=void 0,e.__V=s}))),a=i=null},l.YM.__c=function(e,t){t.some((function(e){try{e.__h.forEach(T),e.__h=e.__h.filter((function(e){return!e.__||O(e)}))}catch(a){t.some((function(e){e.__h&&(e.__h=[])})),t=[],l.YM.__e(a,e.__v)}})),m&&m(e,t)},l.YM.unmount=function(e){p&&p(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach((function(e){try{T(e)}catch(e){t=e}})),n.__H=void 0,t&&l.YM.__e(t,n.__v))};var M="function"==typeof requestAnimationFrame;function F(e){var t,n=function(){clearTimeout(r),M&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);M&&(t=requestAnimationFrame(n))}function T(e){var t=i,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),i=t}function O(e){var t=i;e.__c=e.__(),i=t}function I(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 R(e,t){for(var n in t)e[n]=t[n];return e}function B(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 L(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t}function z(e){this.props=e}function j(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:B(this.props,e)}function r(t){return this.shouldComponentUpdate=n,(0,l.az)(e,t)}return r.displayName="Memo("+(e.displayName||e.name)+")",r.prototype.isReactComponent=!0,r.__f=!0,r}(z.prototype=new l.wA).isPureReactComponent=!0,z.prototype.shouldComponentUpdate=function(e,t){return B(this.props,e)||B(this.state,t)};var H=l.YM.__b;l.YM.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),H&&H(e)};var $="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function Y(e){function t(t){var n=R({},t);return delete n.ref,e(n,t.ref||null)}return t.$$typeof=$,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}var U=function(e,t){return null==e?null:(0,l.bR)((0,l.bR)(e).map(t))},V={map:U,forEach:U,count:function(e){return e?(0,l.bR)(e).length:0},only:function(e){var t=(0,l.bR)(e);if(1!==t.length)throw"Children.only";return t[0]},toArray:l.bR},q=l.YM.__e;l.YM.__e=function(e,t,n,r){if(e.then)for(var i,a=t;a=a.__;)if((i=a.__c)&&i.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),i.__c(e,t);q(e,t,n,r)};var W=l.YM.unmount;function Z(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=R({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return Z(e,t,n)}))),e}function Q(e,t,n){return e&&(e.__v=null,e.__k=e.__k&&e.__k.map((function(e){return Q(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 K(){this.__u=0,this.t=null,this.__b=null}function G(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function J(e){var t,n,r;function i(i){if(t||(t=e()).then((function(e){n=e.default||e}),(function(e){r=e})),r)throw r;if(!n)throw t;return(0,l.az)(n,i)}return i.displayName="Lazy",i.__f=!0,i}function X(){this.u=null,this.o=null}l.YM.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&!0===e.__h&&(e.type=null),W&&W(e)},(K.prototype=new l.wA).__c=function(e,t){var n=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(n);var i=G(r.__v),a=!1,o=function(){a||(a=!0,n.__R=null,i?i(l):l())};n.__R=o;var l=function(){if(! --r.__u){if(r.state.__a){var e=r.state.__a;r.__v.__k[0]=Q(e,e.__c.__P,e.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.t.pop();)t.forceUpdate()}},u=!0===t.__h;r.__u++||u||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(o,o)},K.prototype.componentWillUnmount=function(){this.t=[]},K.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]=Z(this.__b,n,r.__O=r.__P)}this.__b=null}var i=t.__a&&(0,l.az)(l.HY,null,e.fallback);return i&&(i.__h=null),[(0,l.az)(l.HY,null,t.__a?null:e.children),i]};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,l.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,l.sY)((0,l.az)(te,{context:t.context},e.__v),t.l)):t.l&&t.componentWillUnmount()}function re(e,t){var n=(0,l.az)(ne,{__v:e,i:t});return n.containerInfo=t,n}(X.prototype=new l.wA).__a=function(e){var t=this,n=G(t.__v),r=t.o.get(e);return r[0]++,function(i){var a=function(){t.props.revealOrder?(r.push(i),ee(t,e,r)):i()};n?n(a):a()}},X.prototype.render=function(e){this.u=null,this.o=new Map;var t=(0,l.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 ie="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,ae=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|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]/,oe=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,le=/[A-Z0-9]/g,ue="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,l.sY)(e,t),"function"==typeof n&&n(),e?e.__c:null}function fe(e,t,n){return(0,l.ZB)(e,t),"function"==typeof n&&n(),e?e.__c:null}l.wA.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(l.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=l.YM.event;function he(){}function me(){return this.cancelBubble}function pe(){return this.defaultPrevented}l.YM.event=function(e){return de&&(e=de(e)),e.persist=he,e.isPropagationStopped=me,e.isDefaultPrevented=pe,e.nativeEvent=e};var ve,ge={enumerable:!1,configurable:!0,get:function(){return this.class}},ye=l.YM.vnode;l.YM.vnode=function(e){"string"==typeof e.type&&function(e){var t=e.props,n=e.type,r={};for(var i in t){var a=t[i];if(!("value"===i&&"defaultValue"in t&&null==a||ue&&"children"===i&&"noscript"===n||"class"===i||"className"===i)){var o=i.toLowerCase();"defaultValue"===i&&"value"in t&&null==t.value?i="value":"download"===i&&!0===a?a="":"ondoubleclick"===o?i="ondblclick":"onchange"!==o||"input"!==n&&"textarea"!==n||ce(t.type)?"onfocus"===o?i="onfocusin":"onblur"===o?i="onfocusout":oe.test(i)?i=o:-1===n.indexOf("-")&&ae.test(i)?i=i.replace(le,"-$&").toLowerCase():null===a&&(a=void 0):o=i="oninput","oninput"===o&&r[i=o]&&(i="oninputCapture"),r[i]=a}}"select"==n&&r.multiple&&Array.isArray(r.value)&&(r.value=(0,l.bR)(t.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),"select"==n&&null!=r.defaultValue&&(r.value=(0,l.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=ie,ye&&ye(e)};var _e=l.YM.__r;l.YM.__r=function(e){_e&&_e(e),ve=e.__c};var be=l.YM.diffed;l.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),ve=null};var De={ReactCurrentDispatcher:{current:{readContext:function(e){return ve.__n[e.__c].props.value}}}},we="17.0.2";function ke(e){return l.az.bind(null,e)}function xe(e){return!!e&&e.$$typeof===ie}function Ce(e){return xe(e)?l.Tm.apply(null,arguments):e}function Se(e){return!!e.__k&&((0,l.sY)(null,e),!0)}function Ee(e){return e&&(e.base||1===e.nodeType&&e)||null}var Ae=function(e,t){return e(t)},Ne=function(e,t){return e(t)},Me=l.HY;function Fe(e){e()}function Te(e){return e}function Oe(){return[!1,Fe]}var Ie=b;function Pe(e,t){var n=t(),r=g({h:{__:n,v:t}}),i=r[0].h,a=r[1];return b((function(){i.__=n,i.v=t,L(i.__,t())||a({h:i})}),[e,n,t]),_((function(){return L(i.__,i.v())||a({h:i}),e((function(){L(i.__,i.v())||a({h:i})}))}),[e]),n}var Re={useState:g,useId:A,useReducer:y,useEffect:_,useLayoutEffect:b,useInsertionEffect:Ie,useTransition:Oe,useDeferredValue:Te,useSyncExternalStore:Pe,startTransition:Fe,useRef:D,useImperativeHandle:w,useMemo:k,useCallback:x,useContext:C,useDebugValue:S,version:"17.0.2",Children:V,render:se,hydrate:fe,unmountComponentAtNode:Se,createPortal:re,createElement:l.az,createContext:l.kr,createFactory:ke,cloneElement:Ce,createRef:l.Vf,Fragment:l.HY,isValidElement:xe,findDOMNode:Ee,Component:l.wA,PureComponent:z,memo:j,forwardRef:Y,flushSync:Ne,unstable_batchedUpdates:Ae,StrictMode:Me,Suspense:K,SuspenseList:X,lazy:J,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:De}},856:function(e,t,n){"use strict";n.d(t,{HY:function(){return b},Tm:function(){return Y},Vf:function(){return _},YM:function(){return i},ZB:function(){return $},az:function(){return g},bR:function(){return A},kr:function(){return U},sY:function(){return H},wA:function(){return D}});var r,i,a,o,l,u,c,s,f={},d=[],h=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,m=Array.isArray;function p(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 g(e,t,n){var i,a,o,l={};for(o in t)"key"==o?i=t[o]:"ref"==o?a=t[o]:l[o]=t[o];if(arguments.length>2&&(l.children=arguments.length>3?r.call(arguments,2):n),"function"==typeof e&&null!=e.defaultProps)for(o in e.defaultProps)void 0===l[o]&&(l[o]=e.defaultProps[o]);return y(e,l,i,a,null)}function y(e,t,n,r,o){var l={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==o?++a:o};return null==o&&null!=i.vnode&&i.vnode(l),l}function _(){return{current:null}}function b(e){return e.children}function D(e,t){this.props=e,this.context=t}function w(e,t){if(null==t)return e.__?w(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?w(e):null}function k(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 k(e)}}function x(e){(!e.__d&&(e.__d=!0)&&o.push(e)&&!C.__r++||l!==i.debounceRendering)&&((l=i.debounceRendering)||u)(C)}function C(){var e,t,n,r,i,a,l,u,s;for(o.sort(c);e=o.shift();)e.__d&&(t=o.length,r=void 0,i=void 0,a=void 0,u=(l=(n=e).__v).__e,(s=n.__P)&&(r=[],i=[],(a=p({},l)).__v=l.__v+1,P(s,l,a,n.__n,void 0!==s.ownerSVGElement,null!=l.__h?[u]:null,r,null==u?w(l):u,l.__h,i),R(r,l,i),l.__e!=u&&k(l)),o.length>t&&o.sort(c));C.__r=0}function S(e,t,n,r,i,a,o,l,u,c,s){var h,p,v,g,_,D,w,k,x,C,S=0,A=r&&r.__k||d,F=A.length,T=F,O=t.length;for(n.__k=[],h=0;h<O;h++)null!=(g=n.__k[h]=null==(g=t[h])||"boolean"==typeof g||"function"==typeof g?null:"string"==typeof g||"number"==typeof g||"bigint"==typeof g?y(null,g,null,null,g):m(g)?y(b,{children:g},null,null,null):g.__b>0?y(g.type,g.props,g.key,g.ref?g.ref:null,g.__v):g)&&(g.__=n,g.__b=n.__b+1,-1===(k=M(g,A,w=h+S,T))?v=f:(v=A[k]||f,A[k]=void 0,T--),P(e,g,v,i,a,o,l,u,c,s),_=g.__e,(p=g.ref)&&v.ref!=p&&(v.ref&&L(v.ref,null,g),s.push(p,g.__c||_,g)),null!=_&&(null==D&&(D=_),C=!(x=v===f||null===v.__v)&&k===w,x?-1==k&&S--:k!==w&&(k===w+1?(S++,C=!0):k>w?T>O-w?(S+=k-w,C=!0):S--:S=k<w&&k==w-1?k-w:0),w=h+S,C=C||k==h&&!x,"function"!=typeof g.type||k===w&&v.__k!==g.__k?"function"==typeof g.type||C?void 0!==g.__d?(u=g.__d,g.__d=void 0):u=_.nextSibling:u=N(e,_,u):u=E(g,u,e),"function"==typeof n.type&&(n.__d=u)));for(n.__e=D,h=F;h--;)null!=A[h]&&("function"==typeof n.type&&null!=A[h].__e&&A[h].__e==n.__d&&(n.__d=A[h].__e.nextSibling),z(A[h],A[h]))}function E(e,t,n){for(var r,i=e.__k,a=0;i&&a<i.length;a++)(r=i[a])&&(r.__=e,t="function"==typeof r.type?E(r,t,n):N(n,r.__e,t));return t}function A(e,t){return t=t||[],null==e||"boolean"==typeof e||(m(e)?e.some((function(e){A(e,t)})):t.push(e)),t}function N(e,t,n){return null==n||n.parentNode!==e?e.insertBefore(t,null):t==n&&null!=t.parentNode||e.insertBefore(t,n),t.nextSibling}function M(e,t,n,r){var i=e.key,a=e.type,o=n-1,l=n+1,u=t[n];if(null===u||u&&i==u.key&&a===u.type)return n;if(r>(null!=u?1:0))for(;o>=0||l<t.length;){if(o>=0){if((u=t[o])&&i==u.key&&a===u.type)return o;o--}if(l<t.length){if((u=t[l])&&i==u.key&&a===u.type)return l;l++}}return-1}function F(e,t,n){"-"===t[0]?e.setProperty(t,null==n?"":n):e[t]=null==n?"":"number"!=typeof n||h.test(t)?n:n+"px"}function T(e,t,n,r,i){var a;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||F(e.style,t,"");if(n)for(t in n)r&&n[t]===r[t]||F(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])a=t!==(t=t.replace(/Capture$/,"")),t=t.toLowerCase()in e?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+a]=n,n?r||e.addEventListener(t,a?I:O,a):e.removeEventListener(t,a?I:O,a);else if("dangerouslySetInnerHTML"!==t){if(i)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&&"rowSpan"!==t&&"colSpan"!==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](i.event?i.event(e):e)}function I(e){return this.l[e.type+!0](i.event?i.event(e):e)}function P(e,t,n,r,a,o,l,u,c,s){var f,d,h,v,g,y,_,w,k,x,C,E,A,N,M,F=t.type;if(void 0!==t.constructor)return null;null!=n.__h&&(c=n.__h,u=t.__e=n.__e,t.__h=null,o=[u]),(f=i.__b)&&f(t);try{e:if("function"==typeof F){if(w=t.props,k=(f=F.contextType)&&r[f.__c],x=f?k?k.props.value:f.__:r,n.__c?_=(d=t.__c=n.__c).__=d.__E:("prototype"in F&&F.prototype.render?t.__c=d=new F(w,x):(t.__c=d=new D(w,x),d.constructor=F,d.render=j),k&&k.sub(d),d.props=w,d.state||(d.state={}),d.context=x,d.__n=r,h=d.__d=!0,d.__h=[],d._sb=[]),null==d.__s&&(d.__s=d.state),null!=F.getDerivedStateFromProps&&(d.__s==d.state&&(d.__s=p({},d.__s)),p(d.__s,F.getDerivedStateFromProps(w,d.__s))),v=d.props,g=d.state,d.__v=t,h)null==F.getDerivedStateFromProps&&null!=d.componentWillMount&&d.componentWillMount(),null!=d.componentDidMount&&d.__h.push(d.componentDidMount);else{if(null==F.getDerivedStateFromProps&&w!==v&&null!=d.componentWillReceiveProps&&d.componentWillReceiveProps(w,x),!d.__e&&(null!=d.shouldComponentUpdate&&!1===d.shouldComponentUpdate(w,d.__s,x)||t.__v===n.__v)){for(t.__v!==n.__v&&(d.props=w,d.state=d.__s,d.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.forEach((function(e){e&&(e.__=t)})),C=0;C<d._sb.length;C++)d.__h.push(d._sb[C]);d._sb=[],d.__h.length&&l.push(d);break e}null!=d.componentWillUpdate&&d.componentWillUpdate(w,d.__s,x),null!=d.componentDidUpdate&&d.__h.push((function(){d.componentDidUpdate(v,g,y)}))}if(d.context=x,d.props=w,d.__P=e,d.__e=!1,E=i.__r,A=0,"prototype"in F&&F.prototype.render){for(d.state=d.__s,d.__d=!1,E&&E(t),f=d.render(d.props,d.state,d.context),N=0;N<d._sb.length;N++)d.__h.push(d._sb[N]);d._sb=[]}else do{d.__d=!1,E&&E(t),f=d.render(d.props,d.state,d.context),d.state=d.__s}while(d.__d&&++A<25);d.state=d.__s,null!=d.getChildContext&&(r=p(p({},r),d.getChildContext())),h||null==d.getSnapshotBeforeUpdate||(y=d.getSnapshotBeforeUpdate(v,g)),S(e,m(M=null!=f&&f.type===b&&null==f.key?f.props.children:f)?M:[M],t,n,r,a,o,l,u,c,s),d.base=t.__e,t.__h=null,d.__h.length&&l.push(d),_&&(d.__E=d.__=null)}else null==o&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=B(n.__e,t,n,r,a,o,l,c,s);(f=i.diffed)&&f(t)}catch(e){t.__v=null,(c||null!=o)&&(t.__e=u,t.__h=!!c,o[o.indexOf(u)]=null),i.__e(e,t,n)}}function R(e,t,n){for(var r=0;r<n.length;r++)L(n[r],n[++r],n[++r]);i.__c&&i.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){i.__e(e,t.__v)}}))}function B(e,t,n,i,a,o,l,u,c){var s,d,h,p=n.props,g=t.props,y=t.type,_=0;if("svg"===y&&(a=!0),null!=o)for(;_<o.length;_++)if((s=o[_])&&"setAttribute"in s==!!y&&(y?s.localName===y:3===s.nodeType)){e=s,o[_]=null;break}if(null==e){if(null===y)return document.createTextNode(g);e=a?document.createElementNS("http://www.w3.org/2000/svg",y):document.createElement(y,g.is&&g),o=null,u=!1}if(null===y)p===g||u&&e.data===g||(e.data=g);else{if(o=o&&r.call(e.childNodes),d=(p=n.props||f).dangerouslySetInnerHTML,h=g.dangerouslySetInnerHTML,!u){if(null!=o)for(p={},_=0;_<e.attributes.length;_++)p[e.attributes[_].name]=e.attributes[_].value;(h||d)&&(h&&(d&&h.__html==d.__html||h.__html===e.innerHTML)||(e.innerHTML=h&&h.__html||""))}if(function(e,t,n,r,i){var a;for(a in n)"children"===a||"key"===a||a in t||T(e,a,null,n[a],r);for(a in t)i&&"function"!=typeof t[a]||"children"===a||"key"===a||"value"===a||"checked"===a||n[a]===t[a]||T(e,a,t[a],n[a],r)}(e,g,p,a,u),h)t.__k=[];else if(S(e,m(_=t.props.children)?_:[_],t,n,i,a&&"foreignObject"!==y,o,l,o?o[0]:n.__k&&w(n,0),u,c),null!=o)for(_=o.length;_--;)null!=o[_]&&v(o[_]);u||("value"in g&&void 0!==(_=g.value)&&(_!==e.value||"progress"===y&&!_||"option"===y&&_!==p.value)&&T(e,"value",_,p.value,!1),"checked"in g&&void 0!==(_=g.checked)&&_!==e.checked&&T(e,"checked",_,p.checked,!1))}return e}function L(e,t,n){try{"function"==typeof e?e(t):e.current=t}catch(e){i.__e(e,n)}}function z(e,t,n){var r,a;if(i.unmount&&i.unmount(e),(r=e.ref)&&(r.current&&r.current!==e.__e||L(r,null,t)),null!=(r=e.__c)){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(e){i.__e(e,t)}r.base=r.__P=null,e.__c=void 0}if(r=e.__k)for(a=0;a<r.length;a++)r[a]&&z(r[a],t,n||"function"!=typeof e.type);n||null==e.__e||v(e.__e),e.__=e.__e=e.__d=void 0}function j(e,t,n){return this.constructor(e,n)}function H(e,t,n){var a,o,l,u;i.__&&i.__(e,t),o=(a="function"==typeof n)?null:n&&n.__k||t.__k,l=[],u=[],P(t,e=(!a&&n||t).__k=g(b,null,[e]),o||f,f,void 0!==t.ownerSVGElement,!a&&n?[n]:o?null:t.firstChild?r.call(t.childNodes):null,l,!a&&n?n:o?o.__e:t.firstChild,a,u),R(l,e,u)}function $(e,t){H(e,t,$)}function Y(e,t,n){var i,a,o,l,u=p({},e.props);for(o in e.type&&e.type.defaultProps&&(l=e.type.defaultProps),t)"key"==o?i=t[o]:"ref"==o?a=t[o]:u[o]=void 0===t[o]&&void 0!==l?l[o]:t[o];return arguments.length>2&&(u.children=arguments.length>3?r.call(arguments,2):n),y(e.type,u,i||e.key,a||e.ref,null)}function U(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,x(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,i={__e:function(e,t,n,r){for(var i,a,o;t=t.__;)if((i=t.__c)&&!i.__)try{if((a=i.constructor)&&null!=a.getDerivedStateFromError&&(i.setState(a.getDerivedStateFromError(e)),o=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(e,r||{}),o=i.__d),o)return i.__E=i}catch(t){e=t}throw e}},a=0,D.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=p({},this.state),"function"==typeof e&&(e=e(p({},n),this.props)),e&&p(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),x(this))},D.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),x(this))},D.prototype.render=b,o=[],u="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,c=function(e,t){return e.__v.__b-t.__v.__b},C.__r=0,s=0},609:function(e){"use strict";var t=String.prototype.replace,n=/%20/g,r="RFC1738",i="RFC3986";e.exports={default:i,formatters:{RFC1738:function(e){return t.call(e,n,"+")},RFC3986:function(e){return String(e)}},RFC1738:r,RFC3986:i}},776:function(e,t,n){"use strict";var r=n(816),i=n(668),a=n(609);e.exports={formats:a,parse:i,stringify:r}},668:function(e,t,n){"use strict";var r=n(837),i=Object.prototype.hasOwnProperty,a=Array.isArray,o={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},l=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},u=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 a=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/g,l=n.depth>0&&/(\[[^[\]]*])/.exec(a),c=l?a.slice(0,l.index):a,s=[];if(c){if(!n.plainObjects&&i.call(Object.prototype,c)&&!n.allowPrototypes)return;s.push(c)}for(var f=0;n.depth>0&&null!==(l=o.exec(a))&&f<n.depth;){if(f+=1,!n.plainObjects&&i.call(Object.prototype,l[1].slice(1,-1))&&!n.allowPrototypes)return;s.push(l[1])}return l&&s.push("["+a.slice(l.index)+"]"),function(e,t,n,r){for(var i=r?t:u(t,n),a=e.length-1;a>=0;--a){var o,l=e[a];if("[]"===l&&n.parseArrays)o=[].concat(i);else{o=n.plainObjects?Object.create(null):{};var c="["===l.charAt(0)&&"]"===l.charAt(l.length-1)?l.slice(1,-1):l,s=parseInt(c,10);n.parseArrays||""!==c?!isNaN(s)&&l!==c&&String(s)===c&&s>=0&&n.parseArrays&&s<=n.arrayLimit?(o=[])[s]=i:"__proto__"!==c&&(o[c]=i):o={0:i}}i=o}return i}(s,t,n,r)}};e.exports=function(e,t){var n=function(e){if(!e)return o;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?o.charset:e.charset;return{allowDots:"undefined"===typeof e.allowDots?o.allowDots:!!e.allowDots,allowPrototypes:"boolean"===typeof e.allowPrototypes?e.allowPrototypes:o.allowPrototypes,allowSparse:"boolean"===typeof e.allowSparse?e.allowSparse:o.allowSparse,arrayLimit:"number"===typeof e.arrayLimit?e.arrayLimit:o.arrayLimit,charset:t,charsetSentinel:"boolean"===typeof e.charsetSentinel?e.charsetSentinel:o.charsetSentinel,comma:"boolean"===typeof e.comma?e.comma:o.comma,decoder:"function"===typeof e.decoder?e.decoder:o.decoder,delimiter:"string"===typeof e.delimiter||r.isRegExp(e.delimiter)?e.delimiter:o.delimiter,depth:"number"===typeof e.depth||!1===e.depth?+e.depth:o.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"===typeof e.interpretNumericEntities?e.interpretNumericEntities:o.interpretNumericEntities,parameterLimit:"number"===typeof e.parameterLimit?e.parameterLimit:o.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"===typeof e.plainObjects?e.plainObjects:o.plainObjects,strictNullHandling:"boolean"===typeof e.strictNullHandling?e.strictNullHandling:o.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={__proto__:null},s=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,f=t.parameterLimit===1/0?void 0:t.parameterLimit,d=s.split(t.delimiter,f),h=-1,m=t.charset;if(t.charsetSentinel)for(n=0;n<d.length;++n)0===d[n].indexOf("utf8=")&&("utf8=%E2%9C%93"===d[n]?m="utf-8":"utf8=%26%2310003%3B"===d[n]&&(m="iso-8859-1"),h=n,n=d.length);for(n=0;n<d.length;++n)if(n!==h){var p,v,g=d[n],y=g.indexOf("]="),_=-1===y?g.indexOf("="):y+1;-1===_?(p=t.decoder(g,o.decoder,m,"key"),v=t.strictNullHandling?null:""):(p=t.decoder(g.slice(0,_),o.decoder,m,"key"),v=r.maybeMap(u(g.slice(_+1),t),(function(e){return t.decoder(e,o.decoder,m,"value")}))),v&&t.interpretNumericEntities&&"iso-8859-1"===m&&(v=l(v)),g.indexOf("[]=")>-1&&(v=a(v)?[v]:v),i.call(c,p)?c[p]=r.combine(c[p],v):c[p]=v}return c}(e,n):e,f=n.plainObjects?Object.create(null):{},d=Object.keys(s),h=0;h<d.length;++h){var m=d[h],p=c(m,s[m],n,"string"===typeof e);f=r.merge(f,p,n)}return!0===n.allowSparse?f:r.compact(f)}},816:function(e,t,n){"use strict";var r=n(170),i=n(837),a=n(609),o=Object.prototype.hasOwnProperty,l={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},u=Array.isArray,c=Array.prototype.push,s=function(e,t){c.apply(e,u(t)?t:[t])},f=Date.prototype.toISOString,d=a.default,h={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:i.encode,encodeValuesOnly:!1,format:d,formatter:a.formatters[d],indices:!1,serializeDate:function(e){return f.call(e)},skipNulls:!1,strictNullHandling:!1},m={},p=function e(t,n,a,o,l,c,f,d,p,v,g,y,_,b,D,w){for(var k,x=t,C=w,S=0,E=!1;void 0!==(C=C.get(m))&&!E;){var A=C.get(t);if(S+=1,"undefined"!==typeof A){if(A===S)throw new RangeError("Cyclic object value");E=!0}"undefined"===typeof C.get(m)&&(S=0)}if("function"===typeof d?x=d(n,x):x instanceof Date?x=g(x):"comma"===a&&u(x)&&(x=i.maybeMap(x,(function(e){return e instanceof Date?g(e):e}))),null===x){if(l)return f&&!b?f(n,h.encoder,D,"key",y):n;x=""}if("string"===typeof(k=x)||"number"===typeof k||"boolean"===typeof k||"symbol"===typeof k||"bigint"===typeof k||i.isBuffer(x))return f?[_(b?n:f(n,h.encoder,D,"key",y))+"="+_(f(x,h.encoder,D,"value",y))]:[_(n)+"="+_(String(x))];var N,M=[];if("undefined"===typeof x)return M;if("comma"===a&&u(x))b&&f&&(x=i.maybeMap(x,f)),N=[{value:x.length>0?x.join(",")||null:void 0}];else if(u(d))N=d;else{var F=Object.keys(x);N=p?F.sort(p):F}for(var T=o&&u(x)&&1===x.length?n+"[]":n,O=0;O<N.length;++O){var I=N[O],P="object"===typeof I&&"undefined"!==typeof I.value?I.value:x[I];if(!c||null!==P){var R=u(x)?"function"===typeof a?a(T,I):T:T+(v?"."+I:"["+I+"]");w.set(t,S);var B=r();B.set(m,w),s(M,e(P,R,a,o,l,c,"comma"===a&&b&&u(x)?null:f,d,p,v,g,y,_,b,D,B))}}return M};e.exports=function(e,t){var n,i=e,c=function(e){if(!e)return h;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||h.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=a.default;if("undefined"!==typeof e.format){if(!o.call(a.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var r=a.formatters[n],i=h.filter;return("function"===typeof e.filter||u(e.filter))&&(i=e.filter),{addQueryPrefix:"boolean"===typeof e.addQueryPrefix?e.addQueryPrefix:h.addQueryPrefix,allowDots:"undefined"===typeof e.allowDots?h.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"===typeof e.charsetSentinel?e.charsetSentinel:h.charsetSentinel,delimiter:"undefined"===typeof e.delimiter?h.delimiter:e.delimiter,encode:"boolean"===typeof e.encode?e.encode:h.encode,encoder:"function"===typeof e.encoder?e.encoder:h.encoder,encodeValuesOnly:"boolean"===typeof e.encodeValuesOnly?e.encodeValuesOnly:h.encodeValuesOnly,filter:i,format:n,formatter:r,serializeDate:"function"===typeof e.serializeDate?e.serializeDate:h.serializeDate,skipNulls:"boolean"===typeof e.skipNulls?e.skipNulls:h.skipNulls,sort:"function"===typeof e.sort?e.sort:null,strictNullHandling:"boolean"===typeof e.strictNullHandling?e.strictNullHandling:h.strictNullHandling}}(t);"function"===typeof c.filter?i=(0,c.filter)("",i):u(c.filter)&&(n=c.filter);var f,d=[];if("object"!==typeof i||null===i)return"";f=t&&t.arrayFormat in l?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var m=l[f];if(t&&"commaRoundTrip"in t&&"boolean"!==typeof t.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var v="comma"===m&&t&&t.commaRoundTrip;n||(n=Object.keys(i)),c.sort&&n.sort(c.sort);for(var g=r(),y=0;y<n.length;++y){var _=n[y];c.skipNulls&&null===i[_]||s(d,p(i[_],_,m,v,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),D=!0===c.addQueryPrefix?"?":"";return c.charsetSentinel&&("iso-8859-1"===c.charset?D+="utf8=%26%2310003%3B&":D+="utf8=%E2%9C%93&"),b.length>0?D+b:""}},837:function(e,t,n){"use strict";var r=n(609),i=Object.prototype.hasOwnProperty,a=Array.isArray,o=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),l=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:l,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 i=t[r],o=i.obj[i.prop],l=Object.keys(o),u=0;u<l.length;++u){var c=l[u],s=o[c];"object"===typeof s&&null!==s&&-1===n.indexOf(s)&&(t.push({obj:o,prop:c}),n.push(s))}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(a(n)){for(var r=[],i=0;i<n.length;++i)"undefined"!==typeof n[i]&&r.push(n[i]);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(i){return r}},encode:function(e,t,n,i,a){if(0===e.length)return e;var l=e;if("symbol"===typeof e?l=Symbol.prototype.toString.call(e):"string"!==typeof e&&(l=String(e)),"iso-8859-1"===n)return escape(l).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var u="",c=0;c<l.length;++c){var s=l.charCodeAt(c);45===s||46===s||95===s||126===s||s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122||a===r.RFC1738&&(40===s||41===s)?u+=l.charAt(c):s<128?u+=o[s]:s<2048?u+=o[192|s>>6]+o[128|63&s]:s<55296||s>=57344?u+=o[224|s>>12]+o[128|s>>6&63]+o[128|63&s]:(c+=1,s=65536+((1023&s)<<10|1023&l.charCodeAt(c)),u+=o[240|s>>18]+o[128|s>>12&63]+o[128|s>>6&63]+o[128|63&s])}return u},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(a(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(a(t))t.push(n);else{if(!t||"object"!==typeof t)return[t,n];(r&&(r.plainObjects||r.allowPrototypes)||!i.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!==typeof t)return[t].concat(n);var o=t;return a(t)&&!a(n)&&(o=l(t,r)),a(t)&&a(n)?(n.forEach((function(n,a){if(i.call(t,a)){var o=t[a];o&&"object"===typeof o&&n&&"object"===typeof n?t[a]=e(o,n,r):t.push(n)}else t[a]=n})),t):Object.keys(n).reduce((function(t,a){var o=n[a];return i.call(t,a)?t[a]=e(t[a],o,r):t[a]=o,t}),o)}}},111:function(e,t,n){e.exports=n(282)},282:function(e,t,n){"use strict";var r,i=(r=n(206))&&"object"==typeof r&&"default"in r?r.default:r,a=n(206);function o(){return(o=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 l(e,t){e.prototype=Object.create(t.prototype),function(e,t){for(var n=Object.getOwnPropertyNames(t),r=0;r<n.length;r++){var i=n[r],a=Object.getOwnPropertyDescriptor(t,i);a&&a.configurable&&void 0===e[i]&&Object.defineProperty(e,i,a)}}(e.prototype.constructor=e,t)}function u(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,i,a,o,l){if(!e){var u;if(void 0===t)u=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,i,a,o,l],s=0;(u=new Error(t.replace(/%s/g,(function(){return c[s++]})))).name="Invariant Violation"}throw u.framesToPop=1,u}};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="",i="",a=null,o=[];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 l=!1;return e.split("").forEach((function(e){l=!l&&"\\"===e||(l||!n[e]?(o.push(r.length),r.length===o.length-1&&(i+=e)):a=r.length+1,r+=e,!1)})),{maskChar:t,formatChars:n,prefix:i,mask:r,lastEditablePosition:a,permanents:o}}function h(e,t){return-1!==e.permanents.indexOf(t)}function m(e,t,n){var r=e.mask,i=e.formatChars;if(!n)return!1;if(h(e,t))return r[t]===n;var a=i[r[t]];return new RegExp(a).test(n)}function p(e,t){return t.split("").every((function(t,n){return h(e,n)||!m(e,n,t)}))}function v(e,t){var n=e.maskChar,r=e.prefix;if(!n){for(;t.length>r.length&&h(e,t.length-1);)t=t.slice(0,t.length-1);return t.length}for(var i=r.length,a=t.length;a>=r.length;a--){var o=t[a];if(!h(e,a)&&m(e,a,o)){i=a+1;break}}return i}function g(e,t){return v(e,t)===e.mask.length}function y(e,t){var n=e.maskChar,r=e.mask,i=e.prefix;if(!n){for((t=_(e,"",t,0)).length<i.length&&(t=i);t.length<r.length&&h(e,t.length);)t+=r[t.length];return t}if(t)return _(e,y(e,""),t,0);for(var a=0;a<r.length;a++)h(e,a)?t+=r[a]:t+=n;return t}function _(e,t,n,r){var i=e.mask,a=e.maskChar,o=e.prefix,l=n.split(""),u=g(e,t);return!a&&r>t.length&&(t+=i.slice(t.length,r)),l.every((function(n){for(;s=n,h(e,c=r)&&s!==i[c];){if(r>=t.length&&(t+=i[r]),l=n,a&&h(e,r)&&l===a)return!0;if(++r>=i.length)return!1}var l,c,s;return!m(e,r,n)&&n!==a||(r<t.length?t=a||u||r<o.length?t.slice(0,r)+n+t.slice(r+1):(t=t.slice(0,r)+n+t.slice(r),y(e,t)):a||(t+=n),++r<i.length)})),t}function b(e,t){for(var n=e.mask,r=t;r<n.length;++r)if(!h(e,r))return r;return null}function D(e){return e||0===e?e+"":""}function w(e,t,n,r,i){var a=e.mask,o=e.prefix,l=e.lastEditablePosition,u=t,c="",s=0,f=0,d=Math.min(i.start,n.start);return n.end>i.start?f=(s=function(e,t,n,r){var i=e.mask,a=e.maskChar,o=n.split(""),l=r;return o.every((function(t){for(;o=t,h(e,n=r)&&o!==i[n];)if(++r>=i.length)return!1;var n,o;return(m(e,r,t)||t===a)&&r++,r<i.length})),r-l}(e,0,c=u.slice(i.start,n.end),d))?i.length:0:u.length<r.length&&(f=r.length-u.length),u=r,f&&(1!==f||i.length||(d=i.start===n.start?b(e,n.start):function(e,t){for(var n=t;0<=n;--n)if(!h(e,n))return n;return null}(e,n.start)),u=function(e,t,n,r){var i=n+r,a=e.maskChar,o=e.mask,l=e.prefix,u=t.split("");if(a)return u.map((function(t,r){return r<n||i<=r?t:h(e,r)?o[r]:a})).join("");for(var c=i;c<u.length;c++)h(e,c)&&(u[c]="");return n=Math.max(l.length,n),u.splice(n,i-n),t=u.join(""),y(e,t)}(e,u,d,f)),u=_(e,u,c,d),(d+=s)>=a.length?d=a.length:d<o.length&&!s?d=o.length:d>=o.length&&d<l&&s&&(d=b(e,d)),c||(c=null),{value:u=y(e,u),enteredString:c,selection:{start:d,end:d}}}function k(e){return"function"==typeof e}function x(){return window.cancelAnimationFrame||window.webkitCancelRequestAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame}function C(e){return(x()?window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame:function(){return setTimeout(e,1e3/60)})(e)}function S(e){(x()||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=C(n.saveSelectionLoop)},n.runSaveSelectionLoop=function(){null===n.saveSelectionLoopDeferId&&n.saveSelectionLoop()},n.stopSaveSelectionLoop=function(){null!==n.saveSelectionLoopDeferId&&(S(n.saveSelectionLoopDeferId),n.saveSelectionLoopDeferId=null,n.previousSelection=null)},n.getInputDOMNode=function(){if(!n.mounted)return null;var e=a.findDOMNode(u(u(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=v(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 i=n.getInputDOMNode(),a=n.isFocused();i&&a&&(r.deferred||s(i,e,t),null!==n.selectionDeferId&&S(n.selectionDeferId),n.selectionDeferId=C((function(){n.selectionDeferId=null,s(i,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,i=e.permanents,a=e.formatChars;return{mask:t,maskChar:r,permanents:i,alwaysShowMask:!!n.props.alwaysShowMask,formatChars:a}},n.isInputAutofilled=function(e,t,r,i){var a=n.getInputDOMNode();try{if(a.matches(":-webkit-autofill"))return!0}catch(c){}return!n.focused||i.end<r.length&&t.end===e.length},n.onChange=function(e){var t=u(u(n)).beforePasteState,r=u(u(n)).previousSelection,i=n.props.beforeMaskedValueChange,a=n.getInputValue(),o=n.value,l=n.getSelection();n.isInputAutofilled(a,l,o,r)&&(o=y(n.maskOptions,""),r={start:0,end:0,length:0}),t&&(r=t.selection,o=t.value,l={start:r.start+a.length,end:r.start+a.length,length:0},a=o.slice(0,r.start)+a+o.slice(r.end),n.beforePasteState=null);var c=w(n.maskOptions,a,l,o,r),s=c.enteredString,f=c.selection,d=c.value;if(k(i)){var h=i({value:d,selection:f},{value:o,selection:r},s,n.getBeforeMaskedValueChangeConfig());d=h.value,f=h.selection}n.setInputValue(d),k(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,i=r.mask,a=r.prefix;if(n.focused=!0,n.mounted=!0,i){if(n.value)v(n.maskOptions,n.value)<n.maskOptions.mask.length&&n.setCursorToEnd();else{var o=y(n.maskOptions,a),l=y(n.maskOptions,o),u=v(n.maskOptions,l),c=b(n.maskOptions,u),s={start:c,end:c};if(k(t)){var f=t({value:l,selection:s},{value:n.value,selection:null},null,n.getBeforeMaskedValueChangeConfig());l=f.value,s=f.selection}var d=l!==n.getInputValue();d&&n.setInputValue(l),d&&k(n.props.onChange)&&n.props.onChange(e),n.setSelection(s.start,s.end)}n.runSaveSelectionLoop()}k(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&&p(n.maskOptions,n.value)){var i="";k(t)&&(i=t({value:i,selection:null},{value:n.value,selection:n.previousSelection},null,n.getBeforeMaskedValueChangeConfig()).value);var a=i!==n.getInputValue();a&&n.setInputValue(i),a&&k(n.props.onChange)&&n.props.onChange(e)}k(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),i=Math.abs(t.clientY-n.mouseDownY),a=Math.max(r,i),o=(new Date).getTime()-n.mouseDownTime;(a<=10&&o<=200||a<=5&&o<=300)&&n.setCursorToEnd()}}))}k(n.props.onMouseDown)&&n.props.onMouseDown(e)},n.onPaste=function(e){k(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&&k(n.props.inputRef)&&n.props.inputRef(e)};var r=t.mask,i=t.maskChar,o=t.formatChars,l=t.alwaysShowMask,c=t.beforeMaskedValueChange,f=t.defaultValue,h=t.value;n.maskOptions=d(r,i,o),null==f&&(f=""),null==h&&(h=f);var m=D(h);if(n.maskOptions.mask&&(l||m)&&(m=y(n.maskOptions,m),k(c))){var g=t.value;null==t.value&&(g=f),m=c({value:m,selection:null},{value:g=D(g),selection:null},null,n.getBeforeMaskedValueChangeConfig()).value}return n.value=m,n}l(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,i=t.mask,a=t.maskChar,o=t.formatChars,l=this.maskOptions,u=r||this.isFocused(),c=null!=this.props.value,s=c?D(this.props.value):this.value,f=e?e.start:null;if(this.maskOptions=d(i,a,o),this.maskOptions.mask){!l.mask&&this.isFocused()&&this.runSaveSelectionLoop();var h=this.maskOptions.mask&&this.maskOptions.mask!==l.mask;if(l.mask||c||(s=this.getInputValue()),(h||this.maskOptions.mask&&(s||u))&&(s=y(this.maskOptions,s)),h){var m=v(this.maskOptions,s);(null===f||m<f)&&(f=g(this.maskOptions,s)?m:b(this.maskOptions,m))}!this.maskOptions.mask||!p(this.maskOptions,s)||u||c&&this.props.value||(s="");var _={start:f,end:f};if(k(n)){var w=n({value:s,selection:_},{value:this.value,selection:this.previousSelection},null,this.getBeforeMaskedValueChangeConfig());s=w.value,_=w.selection}this.value=s;var x=this.getInputValue()!==this.value;x?(this.setInputValue(this.value),this.forceUpdate()):h&&this.forceUpdate();var C=!1;null!=_.start&&null!=_.end&&(C=!e||e.start!==_.start||e.end!==_.end),(C||x)&&this.setSelection(_.start,_.end)}else l.mask&&(this.stopSaveSelectionLoop(),this.forceUpdate())},n.componentWillUnmount=function(){this.mounted=!1,null!==this.selectionDeferId&&S(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,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],0<=t.indexOf(n)||(i[n]=e[n]);return i}(t,["mask","alwaysShowMask","maskChar","formatChars","inputRef","beforeMaskedValueChange","children"]);if(n){k(n)||c(!1);var a=["onChange","onPaste","onMouseDown","onFocus","onBlur","value","disabled","readOnly"],l=o({},r);a.forEach((function(e){return delete l[e]})),e=n(l),a.filter((function(t){return null!=e.props[t]&&e.props[t]!==r[t]})).length&&c(!1)}else e=i.createElement("input",o({ref:this.handleRef},r));var u={onFocus:this.onFocus,onBlur:this.onBlur};return this.maskOptions.mask&&(r.disabled||r.readOnly||(u.onChange=this.onChange,u.onPaste=this.onPaste,u.onMouseDown=this.onMouseDown),null!=r.value&&(u.value=this.value)),e=i.cloneElement(e,u)},t}(i.Component);e.exports=E},170:function(e,t,n){"use strict";var r=n(476),i=n(680),a=n(154),o=r("%TypeError%"),l=r("%WeakMap%",!0),u=r("%Map%",!0),c=i("WeakMap.prototype.get",!0),s=i("WeakMap.prototype.set",!0),f=i("WeakMap.prototype.has",!0),d=i("Map.prototype.get",!0),h=i("Map.prototype.set",!0),m=i("Map.prototype.has",!0),p=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 o("Side channel does not contain "+a(e))},get:function(r){if(l&&r&&("object"===typeof r||"function"===typeof r)){if(e)return c(e,r)}else if(u){if(t)return d(t,r)}else if(n)return function(e,t){var n=p(e,t);return n&&n.value}(n,r)},has:function(r){if(l&&r&&("object"===typeof r||"function"===typeof r)){if(e)return f(e,r)}else if(u){if(t)return m(t,r)}else if(n)return function(e,t){return!!p(e,t)}(n,r);return!1},set:function(r,i){l&&r&&("object"===typeof r||"function"===typeof r)?(e||(e=new l),s(e,r,i)):u?(t||(t=new u),h(t,r,i)):(n||(n={key:{},next:null}),function(e,t,n){var r=p(e,t);r?r.value=n:e.next={key:t,next:e.next,value:n}}(n,r,i))}};return r}},654:function(){}},t={};function n(r){var i=t[r];if(void 0!==i)return i.exports;var a=t[r]={exports:{}};return e[r].call(a.exports,a,a.exports,n),a.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+".b5ae4365.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,i,a,o){if(e[r])e[r].push(i);else{var l,u;if(void 0!==a)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+a){l=f;break}}l||(u=!0,(l=document.createElement("script")).charset="utf-8",l.timeout=120,n.nc&&l.setAttribute("nonce",n.nc),l.setAttribute("data-webpack",t+a),l.src=r),e[r]=[i];var d=function(t,n){l.onerror=l.onload=null,clearTimeout(h);var i=e[r];if(delete e[r],l.parentNode&&l.parentNode.removeChild(l),i&&i.forEach((function(e){return e(n)})),t)return t(n)},h=setTimeout(d.bind(null,void 0,{type:"timeout",target:l}),12e4);l.onerror=d.bind(null,l.onerror),l.onload=d.bind(null,l.onload),u&&document.head.appendChild(l)}}}(),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 i=n.o(e,t)?e[t]:void 0;if(0!==i)if(i)r.push(i[2]);else{var a=new Promise((function(n,r){i=e[t]=[n,r]}));r.push(i[2]=a);var o=n.p+n.u(t),l=new Error;n.l(o,(function(r){if(n.o(e,t)&&(0!==(i=e[t])&&(e[t]=void 0),i)){var a=r&&("load"===r.type?"missing":r.type),o=r&&r.target&&r.target.src;l.message="Loading chunk "+t+" failed.\n("+a+": "+o+")",l.name="ChunkLoadError",l.type=a,l.request=o,i[1](l)}}),"chunk-"+t,t)}};var t=function(t,r){var i,a,o=r[0],l=r[1],u=r[2],c=0;if(o.some((function(t){return 0!==e[t]}))){for(i in l)n.o(l,i)&&(n.m[i]=l[i]);if(u)u(n)}for(t&&t(r);c<o.length;c++)a=o[c],n.o(e,a)&&e[a]&&e[a][0](),e[a]=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 er},ArrowDownIcon:function(){return Kn},ArrowDropDownIcon:function(){return Gn},CalendarIcon:function(){return Xn},ChartIcon:function(){return ir},ClockIcon:function(){return Jn},CloseIcon:function(){return Yn},CodeIcon:function(){return or},CopyIcon:function(){return hr},DeleteIcon:function(){return lr},DoneIcon:function(){return sr},DragIcon:function(){return mr},ErrorIcon:function(){return Wn},InfoIcon:function(){return Vn},IssueIcon:function(){return gr},KeyboardIcon:function(){return tr},ListIcon:function(){return kr},LogoIcon:function(){return zn},LogoLogsIcon:function(){return jn},LogoShortIcon:function(){return Hn},MinusIcon:function(){return cr},MoreIcon:function(){return br},PlayCircleOutlineIcon:function(){return rr},PlayIcon:function(){return nr},PlusIcon:function(){return ur},QuestionIcon:function(){return yr},RefreshIcon:function(){return Qn},RestartIcon:function(){return Un},SettingsIcon:function(){return $n},StorageIcon:function(){return _r},SuccessIcon:function(){return Zn},TableIcon:function(){return ar},TimelineIcon:function(){return pr},TipIcon:function(){return wr},TuneIcon:function(){return Dr},VisibilityIcon:function(){return fr},VisibilityOffIcon:function(){return dr},WarningIcon:function(){return qn},WikiIcon:function(){return vr}});var t,r=n(206),i=n(658),a=n.n(i),o=n(443),l=n.n(o),u=n(446),c=n.n(u),s=n(635),f=n.n(s);function d(e){if(Array.isArray(e))return e}function h(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 m(e,t){if(e){if("string"===typeof e)return h(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)?h(e,t):void 0}}function p(){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 v(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,i,a,o,l=[],u=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=a.call(n)).done)&&(l.push(r.value),l.length!==t);u=!0);}catch(s){c=!0,i=s}finally{try{if(!u&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return l}}(e,t)||m(e,t)||p()}function g(e,t){var n="undefined"!==typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=m(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}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 a,o=!0,l=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return o=e.done,e},e:function(e){l=!0,a=e},f:function(){try{o||null==n.return||n.return()}finally{if(l)throw a}}}}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 h(e)}(e)||y(e)||m(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 D(e){return D="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},D(e)}function w(e){var t=function(e,t){if("object"!==D(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==D(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===D(t)?t:String(t)}function k(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,w(r.key),r)}}function x(e,t,n){return t&&k(e.prototype,t),n&&k(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function C(e,t){return C=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},C(e,t)}function S(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&&C(e,t)}function E(e){return E=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},E(e)}function A(){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 N(e,t){if(t&&("object"===D(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=A();return function(){var n,r=E(e);if(t){var i=E(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return N(this,n)}}function F(e,t,n){return F=A()?Reflect.construct.bind():function(e,t,n){var r=[null];r.push.apply(r,t);var i=new(Function.bind.apply(e,r));return n&&C(i,n.prototype),i},F.apply(null,arguments)}function T(e){var t="function"===typeof Map?new Map:void 0;return T=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 F(e,arguments,E(this).constructor)}return r.prototype=Object.create(e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),C(r,e)},T(e)}function O(){return O=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},O.apply(this,arguments)}a().extend(l()),a().extend(c()),a().extend(f()),function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"}(t||(t={}));var I,P="popstate";function R(e,t){if(!1===e||null===e||"undefined"===typeof e)throw new Error(t)}function B(e,t){if(!e){"undefined"!==typeof console&&console.warn(t);try{throw new Error(t)}catch(n){}}}function L(e,t){return{usr:e.state,key:e.key,idx:t}}function z(e,t,n,r){return void 0===n&&(n=null),O({pathname:"string"===typeof e?e:e.pathname,search:"",hash:""},"string"===typeof t?H(t):t,{state:n,key:t&&t.key||r||Math.random().toString(36).substr(2,8)})}function j(e){var t=e.pathname,n=void 0===t?"/":t,r=e.search,i=void 0===r?"":r,a=e.hash,o=void 0===a?"":a;return i&&"?"!==i&&(n+="?"===i.charAt(0)?i:"?"+i),o&&"#"!==o&&(n+="#"===o.charAt(0)?o:"#"+o),n}function H(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 $(e,n,r,i){void 0===i&&(i={});var a=i,o=a.window,l=void 0===o?document.defaultView:o,u=a.v5Compat,c=void 0!==u&&u,s=l.history,f=t.Pop,d=null,h=m();function m(){return(s.state||{idx:null}).idx}function p(){f=t.Pop;var e=m(),n=null==e?null:e-h;h=e,d&&d({action:f,location:g.location,delta:n})}function v(e){var t="null"!==l.location.origin?l.location.origin:l.location.href,n="string"===typeof e?e:j(e);return R(t,"No window.location.(origin|href) available to create URL for href: "+n),new URL(n,t)}null==h&&(h=0,s.replaceState(O({},s.state,{idx:h}),""));var g={get action(){return f},get location(){return e(l,s)},listen:function(e){if(d)throw new Error("A history only accepts one active listener");return l.addEventListener(P,p),d=e,function(){l.removeEventListener(P,p),d=null}},createHref:function(e){return n(l,e)},createURL:v,encodeLocation:function(e){var t=v(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:function(e,n){f=t.Push;var i=z(g.location,e,n);r&&r(i,e);var a=L(i,h=m()+1),o=g.createHref(i);try{s.pushState(a,"",o)}catch(u){if(u instanceof DOMException&&"DataCloneError"===u.name)throw u;l.location.assign(o)}c&&d&&d({action:f,location:g.location,delta:1})},replace:function(e,n){f=t.Replace;var i=z(g.location,e,n);r&&r(i,e);var a=L(i,h=m()),o=g.createHref(i);s.replaceState(a,"",o),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"}(I||(I={}));new Set(["lazy","caseSensitive","path","id","index","children"]);function Y(e,t,n){void 0===n&&(n="/");var r=re(("string"===typeof t?H(t):t).pathname||"/",n);if(null==r)return null;var i=U(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})))}))}(i);for(var a=null,o=0;null==a&&o<i.length;++o)a=ee(i[o],ne(r));return a}function U(e,t,n,r){void 0===t&&(t=[]),void 0===n&&(n=[]),void 0===r&&(r="");var i=function(e,i,a){var o={relativePath:void 0===a?e.path||"":a,caseSensitive:!0===e.caseSensitive,childrenIndex:i,route:e};o.relativePath.startsWith("/")&&(R(o.relativePath.startsWith(r),'Absolute route path "'+o.relativePath+'" nested under path "'+r+'" is not valid. An absolute child route path must start with the combined path of all its parent routes.'),o.relativePath=o.relativePath.slice(r.length));var l=le([r,o.relativePath]),u=n.concat(o);e.children&&e.children.length>0&&(R(!0!==e.index,'Index routes must not have child routes. Please remove all child routes from route path "'+l+'".'),U(e.children,t,u,l)),(null!=e.path||e.index)&&t.push({path:l,score:X(l,e.index),routesMeta:u})};return e.forEach((function(e,t){var n;if(""!==e.path&&null!=(n=e.path)&&n.includes("?")){var r,a=g(V(e.path));try{for(a.s();!(r=a.n()).done;){var o=r.value;i(e,t,o)}}catch(l){a.e(l)}finally{a.f()}}else i(e,t)})),t}function V(e){var t=e.split("/");if(0===t.length)return[];var n,r=d(n=t)||y(n)||m(n)||p(),i=r[0],a=r.slice(1),o=i.endsWith("?"),l=i.replace(/\?$/,"");if(0===a.length)return o?[l,""]:[l];var u=V(a.join("/")),c=[];return c.push.apply(c,_(u.map((function(e){return""===e?l:[l,e].join("/")})))),o&&c.push.apply(c,_(u)),c.map((function(t){return e.startsWith("/")&&""===t?"/":t}))}var q=/^:\w+$/,W=3,Z=2,Q=1,K=10,G=-2,J=function(e){return"*"===e};function X(e,t){var n=e.split("/"),r=n.length;return n.some(J)&&(r+=G),t&&(r+=Z),n.filter((function(e){return!J(e)})).reduce((function(e,t){return e+(q.test(t)?W:""===t?Q:K)}),r)}function ee(e,t){for(var n=e.routesMeta,r={},i="/",a=[],o=0;o<n.length;++o){var l=n[o],u=o===n.length-1,c="/"===i?t:t.slice(i.length)||"/",s=te({path:l.relativePath,caseSensitive:l.caseSensitive,end:u},c);if(!s)return null;Object.assign(r,s.params);var f=l.route;a.push({params:r,pathname:le([i,s.pathname]),pathnameBase:ue(le([i,s.pathnameBase])),route:f}),"/"!==s.pathnameBase&&(i=le([i,s.pathnameBase]))}return a}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);B("*"===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=[],i="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/\/:(\w+)/g,(function(e,t){return r.push(t),"/([^\\/]+)"}));e.endsWith("*")?(r.push("*"),i+="*"===e||"/*"===e?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?i+="\\/*$":""!==e&&"/"!==e&&(i+="(?:(?=\\/|$))");var a=new RegExp(i,t?void 0:"i");return[a,r]}(e.path,e.caseSensitive,e.end),r=v(n,2),i=r[0],a=r[1],o=t.match(i);if(!o)return null;var l=o[0],u=l.replace(/(.)\/+$/,"$1"),c=o.slice(1);return{params:a.reduce((function(e,t,n){if("*"===t){var r=c[n]||"";u=l.slice(0,l.length-r.length).replace(/(.)\/+$/,"$1")}return e[t]=function(e,t){try{return decodeURIComponent(e)}catch(n){return B(!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:l,pathnameBase:u,pattern:e}}function ne(e){try{return decodeURI(e)}catch(t){return B(!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 ie(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 ae(e){return e.filter((function(e,t){return 0===t||e.route.path&&e.route.path.length>0}))}function oe(e,t,n,r){var i;void 0===r&&(r=!1),"string"===typeof e?i=H(e):(R(!(i=O({},e)).pathname||!i.pathname.includes("?"),ie("?","pathname","search",i)),R(!i.pathname||!i.pathname.includes("#"),ie("#","pathname","hash",i)),R(!i.search||!i.search.includes("#"),ie("#","search","hash",i)));var a,o=""===e||""===i.pathname,l=o?"/":i.pathname;if(r||null==l)a=n;else{var u=t.length-1;if(l.startsWith("..")){for(var c=l.split("/");".."===c[0];)c.shift(),u-=1;i.pathname=c.join("/")}a=u>=0?t[u]:"/"}var s=function(e,t){void 0===t&&(t="/");var n="string"===typeof e?H(e):e,r=n.pathname,i=n.search,a=void 0===i?"":i,o=n.hash,l=void 0===o?"":o,u=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:u,search:ce(a),hash:se(l)}}(i,a),f=l&&"/"!==l&&l.endsWith("/"),d=(o||"."===l)&&n.endsWith("/");return s.pathname.endsWith("/")||!f&&!d||(s.pathname+="/"),s}var le=function(e){return e.join("/").replace(/\/\/+/g,"/")},ue=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){S(n,e);var t=M(n);function n(){return b(this,n),t.apply(this,arguments)}return x(n)}(T(Error));function de(e){return null!=e&&"number"===typeof e.status&&"string"===typeof e.statusText&&"boolean"===typeof e.internal&&"data"in e}var he=["post","put","patch","delete"],me=(new Set(he),["get"].concat(he));new Set(me),new Set([301,302,303,307,308]),new Set([307,308]);Symbol("deferred");function pe(){return pe=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},pe.apply(this,arguments)}var ve=r.createContext(null);var ge=r.createContext(null);var ye=r.createContext(null);var _e=r.createContext(null);var be=r.createContext(null);var De=r.createContext({outlet:null,matches:[],isDataRoute:!1});var we=r.createContext(null);function ke(){return null!=r.useContext(be)}function xe(){return ke()||R(!1),r.useContext(be).location}function Ce(e){r.useContext(_e).static||r.useLayoutEffect(e)}function Se(){return r.useContext(De).isDataRoute?function(){var e=Be(Fe.UseNavigateStable).router,t=ze(Te.UseNavigateStable),n=r.useRef(!1);Ce((function(){n.current=!0}));var i=r.useCallback((function(r,i){void 0===i&&(i={}),n.current&&("number"===typeof r?e.navigate(r):e.navigate(r,pe({fromRouteId:t},i)))}),[e,t]);return i}():function(){ke()||R(!1);var e=r.useContext(ve),t=r.useContext(_e),n=t.basename,i=t.navigator,a=r.useContext(De).matches,o=xe().pathname,l=JSON.stringify(ae(a).map((function(e){return e.pathnameBase}))),u=r.useRef(!1);Ce((function(){u.current=!0}));var c=r.useCallback((function(t,r){if(void 0===r&&(r={}),u.current)if("number"!==typeof t){var a=oe(t,JSON.parse(l),o,"path"===r.relative);null==e&&"/"!==n&&(a.pathname="/"===a.pathname?n:le([n,a.pathname])),(r.replace?i.replace:i.push)(a,r.state,r)}else i.go(t)}),[n,i,l,o,e]);return c}()}var Ee=r.createContext(null);function Ae(e,t){var n=(void 0===t?{}:t).relative,i=r.useContext(De).matches,a=xe().pathname,o=JSON.stringify(ae(i).map((function(e){return e.pathnameBase})));return r.useMemo((function(){return oe(e,JSON.parse(o),a,"path"===n)}),[e,o,a,n])}function Ne(e,n,i){ke()||R(!1);var a,o=r.useContext(_e).navigator,l=r.useContext(De).matches,u=l[l.length-1],c=u?u.params:{},s=(u&&u.pathname,u?u.pathnameBase:"/"),f=(u&&u.route,xe());if(n){var d,h="string"===typeof n?H(n):n;"/"===s||(null==(d=h.pathname)?void 0:d.startsWith(s))||R(!1),a=h}else a=f;var m=a.pathname||"/",p=Y(e,{pathname:"/"===s?m:m.slice(s.length)||"/"});var v=Re(p&&p.map((function(e){return Object.assign({},e,{params:Object.assign({},c,e.params),pathname:le([s,o.encodeLocation?o.encodeLocation(e.pathname).pathname:e.pathname]),pathnameBase:"/"===e.pathnameBase?s:le([s,o.encodeLocation?o.encodeLocation(e.pathnameBase).pathname:e.pathnameBase])})})),l,i);return n&&v?r.createElement(be.Provider,{value:{location:pe({pathname:"/",search:"",hash:"",state:null,key:"default"},a),navigationType:t.Pop}},v):v}function Me(){var e=function(){var e,t=r.useContext(we),n=Le(Te.UseRouteError),i=ze(Te.UseRouteError);if(t)return t;return null==(e=n.errors)?void 0:e[i]}(),t=de(e)?e.status+" "+e.statusText:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,i="rgba(200,200,200, 0.5)",a={padding:"0.5rem",backgroundColor:i};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:a},n):null,null)}var Fe,Te,Oe=r.createElement(Me,null),Ie=function(e){S(n,e);var t=M(n);function n(e){var r;return b(this,n),(r=t.call(this,e)).state={location:e.location,revalidation:e.revalidation,error:e.error},r}return x(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(De.Provider,{value:this.props.routeContext},r.createElement(we.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||"idle"!==t.revalidation&&"idle"===e.revalidation?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error||t.error,location:t.location,revalidation:e.revalidation||t.revalidation}}}]),n}(r.Component);function Pe(e){var t=e.routeContext,n=e.match,i=e.children,a=r.useContext(ve);return a&&a.static&&a.staticContext&&(n.route.errorElement||n.route.ErrorBoundary)&&(a.staticContext._deepestRenderedBoundaryId=n.route.id),r.createElement(De.Provider,{value:t},i)}function Re(e,t,n){var i;if(void 0===t&&(t=[]),void 0===n&&(n=null),null==e){var a;if(null==(a=n)||!a.errors)return null;e=n.matches}var o=e,l=null==(i=n)?void 0:i.errors;if(null!=l){var u=o.findIndex((function(e){return e.route.id&&(null==l?void 0:l[e.route.id])}));u>=0||R(!1),o=o.slice(0,Math.min(o.length,u+1))}return o.reduceRight((function(e,i,a){var u=i.route.id?null==l?void 0:l[i.route.id]:null,c=null;n&&(c=i.route.errorElement||Oe);var s=t.concat(o.slice(0,a+1)),f=function(){var t;return t=u?c:i.route.Component?r.createElement(i.route.Component,null):i.route.element?i.route.element:e,r.createElement(Pe,{match:i,routeContext:{outlet:e,matches:s,isDataRoute:null!=n},children:t})};return n&&(i.route.ErrorBoundary||i.route.errorElement||0===a)?r.createElement(Ie,{location:n.location,revalidation:n.revalidation,component:c,error:u,children:f(),routeContext:{outlet:null,matches:s,isDataRoute:!0}}):f()}),null)}function Be(e){var t=r.useContext(ve);return t||R(!1),t}function Le(e){var t=r.useContext(ge);return t||R(!1),t}function ze(e){var t=function(e){var t=r.useContext(De);return t||R(!1),t}(),n=t.matches[t.matches.length-1];return n.route.id||R(!1),n.route.id}!function(e){e.UseBlocker="useBlocker",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate"}(Fe||(Fe={})),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",e.UseNavigateStable="useNavigate",e.UseRouteId="useRouteId"}(Te||(Te={}));var je;r.startTransition;function He(e){return function(e){var t=r.useContext(De).outlet;return t?r.createElement(Ee.Provider,{value:e},t):t}(e.context)}function $e(e){R(!1)}function Ye(e){var n=e.basename,i=void 0===n?"/":n,a=e.children,o=void 0===a?null:a,l=e.location,u=e.navigationType,c=void 0===u?t.Pop:u,s=e.navigator,f=e.static,d=void 0!==f&&f;ke()&&R(!1);var h=i.replace(/^\/*/,"/"),m=r.useMemo((function(){return{basename:h,navigator:s,static:d}}),[h,s,d]);"string"===typeof l&&(l=H(l));var p=l,v=p.pathname,g=void 0===v?"/":v,y=p.search,_=void 0===y?"":y,b=p.hash,D=void 0===b?"":b,w=p.state,k=void 0===w?null:w,x=p.key,C=void 0===x?"default":x,S=r.useMemo((function(){var e=re(g,h);return null==e?null:{location:{pathname:e,search:_,hash:D,state:k,key:C},navigationType:c}}),[h,g,_,D,k,C,c]);return null==S?null:r.createElement(_e.Provider,{value:m},r.createElement(be.Provider,{children:o,value:S}))}function Ue(e){var t=e.children,n=e.location;return Ne(qe(t),n)}!function(e){e[e.pending=0]="pending",e[e.success=1]="success",e[e.error=2]="error"}(je||(je={}));var Ve=new Promise((function(){}));r.Component;function qe(e,t){void 0===t&&(t=[]);var n=[];return r.Children.forEach(e,(function(e,i){if(r.isValidElement(e)){var a=[].concat(_(t),[i]);if(e.type!==r.Fragment){e.type!==$e&&R(!1),e.props.index&&e.props.children&&R(!1);var o={id:e.props.id||a.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&&(o.children=qe(e.props.children,a)),n.push(o)}else n.push.apply(n,qe(e.props.children,a))}})),n}function We(){return We=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},We.apply(this,arguments)}function Ze(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}function Qe(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]])}),[]))}new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);var Ke=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset"],Ge=["aria-current","caseSensitive","className","end","style","to","children"];var Je=r.startTransition;function Xe(e){var t=e.basename,n=e.children,i=e.future,a=e.window,o=r.useRef();null==o.current&&(o.current=function(e){return void 0===e&&(e={}),$((function(e,t){var n=H(e.location.hash.substr(1)),r=n.pathname,i=void 0===r?"/":r,a=n.search,o=void 0===a?"":a,l=n.hash;return z("",{pathname:i,search:o,hash:void 0===l?"":l},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 i=e.location.href,a=i.indexOf("#");r=-1===a?i:i.slice(0,a)}return r+"#"+("string"===typeof t?t:j(t))}),(function(e,t){B("/"===e.pathname.charAt(0),"relative pathnames are not supported in hash history.push("+JSON.stringify(t)+")")}),e)}({window:a,v5Compat:!0}));var l=o.current,u=v(r.useState({action:l.action,location:l.location}),2),c=u[0],s=u[1],f=(i||{}).v7_startTransition,d=r.useCallback((function(e){f&&Je?Je((function(){return s(e)})):s(e)}),[s,f]);return r.useLayoutEffect((function(){return l.listen(d)}),[l,d]),r.createElement(Ye,{basename:t,children:n,location:c.location,navigationType:c.action,navigator:l})}var et="undefined"!==typeof window&&"undefined"!==typeof window.document&&"undefined"!==typeof window.document.createElement,tt=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,nt=r.forwardRef((function(e,t){var n,i=e.onClick,a=e.relative,o=e.reloadDocument,l=e.replace,u=e.state,c=e.target,s=e.to,f=e.preventScrollReset,d=Ze(e,Ke),h=r.useContext(_e).basename,m=!1;if("string"===typeof s&&tt.test(s)&&(n=s,et))try{var p=new URL(window.location.href),v=s.startsWith("//")?new URL(p.protocol+s):new URL(s),g=re(v.pathname,h);v.origin===p.origin&&null!=g?s=g+v.search+v.hash:m=!0}catch(b){}var y=function(e,t){var n=(void 0===t?{}:t).relative;ke()||R(!1);var i=r.useContext(_e),a=i.basename,o=i.navigator,l=Ae(e,{relative:n}),u=l.hash,c=l.pathname,s=l.search,f=c;return"/"!==a&&(f="/"===c?a:le([a,c])),o.createHref({pathname:f,search:s,hash:u})}(s,{relative:a}),_=function(e,t){var n=void 0===t?{}:t,i=n.target,a=n.replace,o=n.state,l=n.preventScrollReset,u=n.relative,c=Se(),s=xe(),f=Ae(e,{relative:u});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,i)){t.preventDefault();var n=void 0!==a?a:j(s)===j(f);c(e,{replace:n,state:o,preventScrollReset:l,relative:u})}}),[s,c,f,a,o,i,e,l,u])}(s,{replace:l,state:u,target:c,preventScrollReset:f,relative:a});return r.createElement("a",We({},d,{href:n||y,onClick:m||o?i:function(e){i&&i(e),e.defaultPrevented||_(e)},ref:t,target:c}))}));var rt=r.forwardRef((function(e,t){var n=e["aria-current"],i=void 0===n?"page":n,a=e.caseSensitive,o=void 0!==a&&a,l=e.className,u=void 0===l?"":l,c=e.end,s=void 0!==c&&c,f=e.style,d=e.to,h=e.children,m=Ze(e,Ge),p=Ae(d,{relative:m.relative}),v=xe(),g=r.useContext(ge),y=r.useContext(_e).navigator,_=y.encodeLocation?y.encodeLocation(p).pathname:p.pathname,b=v.pathname,D=g&&g.navigation&&g.navigation.location?g.navigation.location.pathname:null;o||(b=b.toLowerCase(),D=D?D.toLowerCase():null,_=_.toLowerCase());var w,k=b===_||!s&&b.startsWith(_)&&"/"===b.charAt(_.length),x=null!=D&&(D===_||!s&&D.startsWith(_)&&"/"===D.charAt(_.length)),C=k?i:void 0;w="function"===typeof u?u({isActive:k,isPending:x}):[u,k?"active":null,x?"pending":null].filter(Boolean).join(" ");var S="function"===typeof f?f({isActive:k,isPending:x}):f;return r.createElement(nt,We({},m,{"aria-current":C,className:w,ref:t,style:S,to:d}),"function"===typeof h?h({isActive:k,isPending:x}):h)}));var it,at;function ot(e){var t=r.useRef(Qe(e)),n=r.useRef(!1),i=xe(),a=r.useMemo((function(){return function(e,t){var n=Qe(e);if(t){var r,i=g(t.keys());try{var a=function(){var e=r.value;n.has(e)||t.getAll(e).forEach((function(t){n.append(e,t)}))};for(i.s();!(r=i.n()).done;)a()}catch(o){i.e(o)}finally{i.f()}}return n}(i.search,n.current?null:t.current)}),[i.search]),o=Se(),l=r.useCallback((function(e,t){var r=Qe("function"===typeof e?e(a):e);n.current=!0,o("?"+r,t)}),[o,a]);return[a,l]}(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmit="useSubmit",e.UseSubmitFetcher="useSubmitFetcher",e.UseFetcher="useFetcher"})(it||(it={})),function(e){e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"}(at||(at={}));var lt;function ut(e,t,n){return(t=w(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ct(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 st(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ct(Object(n),!0).forEach((function(t){ut(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ct(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var ft={home:"/",metrics:"/metrics",dashboards:"/dashboards",cardinality:"/cardinality",topQueries:"/top-queries",trace:"/trace",withTemplate:"/expand-with-exprs",relabel:"/relabeling",logs:"/logs",activeQueries:"/active-queries",icons:"/icons"},dt={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,ht={header:{tenant:!0,stepControl:!dt,timeSelector:!dt,executionControls:!dt}},mt=(ut(lt={},ft.home,st({title:"Query"},ht)),ut(lt,ft.metrics,{title:"Explore Prometheus metrics",header:{tenant:!0,stepControl:!0,timeSelector:!0}}),ut(lt,ft.cardinality,{title:"Explore cardinality",header:{tenant:!0,cardinalityDatePicker:!0}}),ut(lt,ft.topQueries,{title:"Top queries",header:{tenant:!0}}),ut(lt,ft.trace,{title:"Trace analyzer",header:{}}),ut(lt,ft.dashboards,st({title:"Dashboards"},ht)),ut(lt,ft.withTemplate,{title:"WITH templates",header:{}}),ut(lt,ft.relabel,{title:"Metric relabel debug",header:{}}),ut(lt,ft.logs,{title:"Logs Explorer",header:{}}),ut(lt,ft.activeQueries,{title:"Active Queries",header:{}}),ut(lt,ft.icons,{title:"Icons",header:{}}),lt),pt=ft,vt=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(vt()).length},yt=/(\/select\/)(\d+|\d.+)(\/)(.+)/,_t=function(e,t){return e.replace(yt,"$1".concat(t,"/$4"))},bt=function(e){var t;return(null===(t=e.match(yt))||void 0===t?void 0:t[2])||""},Dt={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,wt=n(776),kt=n.n(wt),xt=n(7),Ct=n.n(xt),St={table:100,chart:20,code:1e3},Et=[{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}}],At=function(e,t){var n=window.location.hash.split("?")[1],r=kt().parse(n,{ignoreQueryPrefix:!0});return Ct()(r,e,t||"")},Nt=function(e,t){t?window.localStorage.setItem(e,JSON.stringify({value:t})):Ft([e]),window.dispatchEvent(new Event("storage"))},Mt=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}},Ft=function(e){return e.forEach((function(e){return window.localStorage.removeItem(e)}))},Tt=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}({}),Ot=function(e){return e.system="system",e.light="light",e.dark="dark",e}({}),It=function(e){return getComputedStyle(document.documentElement).getPropertyValue("--".concat(e))},Pt=function(e,t){document.documentElement.style.setProperty("--".concat(e),t)},Rt=function(){return window.matchMedia("(prefers-color-scheme: dark)").matches},Bt=At("g0.tenantID",""),Lt={serverUrl:function(e){var t=vt().serverURL,n=window.location.href.replace(/\/(select\/)?(vmui)\/.*/,""),r=t||window.location.href.replace(/\/(?:prometheus\/)?(?:graph|vmui)\/.*/,"/prometheus");return Dt?n:e?_t(r,e):r}(Bt),tenantId:Bt,theme:Mt("THEME")||Ot.system,isDarkTheme:null};function zt(e,t){switch(t.type){case"SET_SERVER":return st(st({},e),{},{serverUrl:t.payload});case"SET_TENANT_ID":return st(st({},e),{},{tenantId:t.payload});case"SET_THEME":return Nt("THEME",t.payload),st(st({},e),{},{theme:t.payload});case"SET_DARK_THEME":return st(st({},e),{},{isDarkTheme:(n=e.theme,n===Ot.system&&Rt()||n===Ot.dark)});default:throw new Error}var n}var jt=n(856),Ht=0;function $t(e,t,n,r,i,a){var o,l,u={};for(l in t)"ref"==l?o=t[l]:u[l]=t[l];var c={type:e,props:u,key:n,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:--Ht,__source:i,__self:a};if("function"==typeof e&&(o=e.defaultProps))for(l in o)void 0===u[l]&&(u[l]=o[l]);return jt.YM.vnode&&jt.YM.vnode(c),c}var Yt=(0,r.createContext)({}),Ut=function(){return(0,r.useContext)(Yt).state},Vt=function(){return(0,r.useContext)(Yt).dispatch},qt=Object.entries(Lt).reduce((function(e,t){var n=v(t,2),r=n[0],i=n[1];return st(st({},e),{},ut({},r,At(r)||i))}),{}),Wt="YYYY-MM-DD",Zt="YYYY-MM-DD HH:mm:ss",Qt="YYYY-MM-DD HH:mm:ss:SSS (Z)",Kt="YYYY-MM-DD[T]HH:mm:ss",Gt=window.innerWidth/4,Jt=window.innerWidth/40,Xt=1,en=1578e8,tn=Intl.supportedValuesOf,nn=tn?tn("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"],rn=[{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"}],an=rn.map((function(e){return e.short})),on=function(e){return Math.round(1e3*e)/1e3},ln=function(e){var t=on(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),mn(a().duration(t||.001,"seconds").asMilliseconds()).replace(/\s/g,"")},un=function(e){var t=e.match(/\d+/g),n=e.match(/[a-zA-Z]+/g);if(n&&t&&an.includes(n[0]))return ut({},n[0],t[0])},cn=function(e){var t=rn.map((function(e){return e.short})).join("|"),n=new RegExp("\\d+[".concat(t,"]+"),"g"),r=(e.match(n)||[]).reduce((function(e,t){var n=un(t);return n?st(st({},e),n):st({},e)}),{});return a().duration(r).asSeconds()},sn=function(e,t){return ln(e/(t?Jt:Gt))},fn=function(e,t){var n=(t||a()().toDate()).valueOf()/1e3,r=cn(e);return{start:n-r,end:n,step:sn(r),date:dn(t||a()().toDate())}},dn=function(e){return a().tz(e).utc().format(Kt)},hn=function(e){return a().tz(e).format(Kt)},mn=function(e){var t=Math.floor(e%1e3),n=Math.floor(e/1e3%60),r=Math.floor(e/1e3/60%60),i=Math.floor(e/1e3/3600%24),a=Math.floor(e/864e5),o=["d","h","m","s","ms"];return[a,i,r,n,t].map((function(e,t){return e?"".concat(e).concat(o[t]):""})).filter((function(e){return e})).join("")},pn=function(e){var t=a()(1e3*e);return t.isValid()?t.toDate():new Date},vn=[{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 a()().tz().subtract(1,"day").endOf("day").toDate()}},{title:"Today",duration:"1d",until:function(){return a()().tz().endOf("day").toDate()}}].map((function(e){return st({id:e.title.replace(/\s/g,"_").toLocaleLowerCase(),until:e.until?e.until:function(){return a()().tz().toDate()}},e)})),gn=function(e){var t,n=e.relativeTimeId,r=e.defaultDuration,i=e.defaultEndInput,a=null===(t=vn.find((function(e){return e.isDefault})))||void 0===t?void 0:t.id,o=n||At("g0.relative_time",a),l=vn.find((function(e){return e.id===o}));return{relativeTimeId:l?o:"none",duration:l?l.duration:r,endInput:l?l.until():i}},yn=function(e){var t=a()().tz(e);return"UTC".concat(t.format("Z"))},_n=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=new RegExp(e,"i");return nn.reduce((function(n,r){var i=(r.match(/^(.*?)\//)||[])[1]||"unknown",a=yn(r),o=a.replace(/UTC|0/,""),l=r.replace(/[/_]/g," "),u={region:r,utc:a,search:"".concat(r," ").concat(a," ").concat(l," ").concat(o)},c=!e||e&&t.test(u.search);return c&&n[i]?n[i].push(u):c&&(n[i]=[u]),n}),{})},bn=function(e){a().tz.setDefault(e)},Dn=Mt("TIMEZONE")||a().tz.guess();bn(Dn);var wn,kn=At("g0.range_input"),xn=gn({defaultDuration:kn||"1h",defaultEndInput:(wn=At("g0.end_input",a()().utc().format(Kt)),a()(wn).utcOffset(0,!0).toDate()),relativeTimeId:kn?At("g0.relative_time","none"):void 0}),Cn=xn.duration,Sn=xn.endInput,En=xn.relativeTimeId,An={duration:Cn,period:fn(Cn,Sn),relativeTime:En,timezone:Dn};function Nn(e,t){switch(t.type){case"SET_DURATION":return st(st({},e),{},{duration:t.payload,period:fn(t.payload,pn(e.period.end)),relativeTime:"none"});case"SET_RELATIVE_TIME":return st(st({},e),{},{duration:t.payload.duration,period:fn(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 mn(t)}(t.payload);return st(st({},e),{},{duration:n,period:fn(n,t.payload.to),relativeTime:"none"});case"RUN_QUERY":var r=gn({relativeTimeId:e.relativeTime,defaultDuration:e.duration,defaultEndInput:pn(e.period.end)}),i=r.duration,a=r.endInput;return st(st({},e),{},{period:fn(i,a)});case"RUN_QUERY_TO_NOW":return st(st({},e),{},{period:fn(e.duration)});case"SET_TIMEZONE":return bn(t.payload),Nt("TIMEZONE",t.payload),st(st({},e),{},{timezone:t.payload});default:throw new Error}}var Mn=(0,r.createContext)({}),Fn=function(){return(0,r.useContext)(Mn).state},Tn=function(){return(0,r.useContext)(Mn).dispatch},On=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 At("g".concat(t,".expr"),"")}))}(),In={query:On,queryHistory:On.map((function(e){return{index:0,values:[e]}})),autocomplete:Mt("AUTOCOMPLETE")||!1};function Pn(e,t){switch(t.type){case"SET_QUERY":return st(st({},e),{},{query:t.payload.map((function(e){return e}))});case"SET_QUERY_HISTORY":return st(st({},e),{},{queryHistory:t.payload});case"SET_QUERY_HISTORY_BY_INDEX":return e.queryHistory.splice(t.payload.queryNumber,1,t.payload.value),st(st({},e),{},{queryHistory:e.queryHistory});case"TOGGLE_AUTOCOMPLETE":return Nt("AUTOCOMPLETE",!e.autocomplete),st(st({},e),{},{autocomplete:!e.autocomplete});default:throw new Error}}var Rn=(0,r.createContext)({}),Bn=function(){return(0,r.useContext)(Rn).state},Ln=function(){return(0,r.useContext)(Rn).dispatch},zn=function(){return $t("svg",{viewBox:"0 0 74 24",fill:"currentColor",children:$t("path",{d:"M6.12 10.48c.36.28.8.43 1.26.43h.05c.48 0 .96-.19 1.25-.44 1.5-1.28 5.88-5.29 5.88-5.29C15.73 4.1 12.46 3.01 7.43 3h-.06C2.33 3-.93 4.1.24 5.18c0 0 4.37 4 5.88 5.3Zm2.56 2.16c-.36.28-.8.44-1.26.45h-.04c-.46 0-.9-.17-1.26-.45-1.04-.88-4.74-4.22-6.12-5.5v1.94c0 .21.08.5.22.63l.07.06c1.05.96 4.55 4.16 5.83 5.25.36.28.8.43 1.26.44h.04c.49-.02.96-.2 1.26-.44 1.3-1.11 4.94-4.45 5.88-5.31.15-.14.23-.42.23-.63V7.15a454.94 454.94 0 0 1-6.11 5.5Zm-1.26 4.99c.46 0 .9-.16 1.26-.44a454.4 454.4 0 0 0 6.1-5.5v1.94c0 .2-.07.48-.22.62-.94.87-4.57 4.2-5.88 5.3-.3.26-.77.44-1.26.45h-.04c-.46 0-.9-.16-1.26-.44-1.2-1.02-4.38-3.92-5.62-5.06l-.28-.25c-.14-.14-.22-.42-.22-.62v-1.94c1.38 1.26 5.08 4.6 6.12 5.5.36.28.8.43 1.26.44h.04ZM35 5l-5.84 14.46h-2.43L20.89 5h2.16a.9.9 0 0 1 .9.61l3.41 8.82a18.8 18.8 0 0 1 .62 2.02 19.44 19.44 0 0 1 .57-2.02l3.39-8.82c.05-.15.16-.3.31-.42a.9.9 0 0 1 .58-.19H35Zm17.18 0v14.46H49.8v-9.34c0-.37.02-.78.06-1.21l-4.37 8.21c-.21.4-.53.59-.95.59h-.38c-.43 0-.75-.2-.95-.59L38.8 8.88a22.96 22.96 0 0 1 .07 1.24v9.34H36.5V5h2.03l.3.01c.1 0 .17.02.24.05.07.03.13.07.19.13a1 1 0 0 1 .17.24l4.33 8.03a16.97 16.97 0 0 1 .6 1.36 14.34 14.34 0 0 1 .6-1.38l4.28-8.01c.05-.1.1-.18.17-.24.06-.06.12-.1.19-.13a.9.9 0 0 1 .24-.05l.3-.01h2.04Zm8.88 13.73a4.5 4.5 0 0 0 1.82-.35 3.96 3.96 0 0 0 2.22-2.47c.2-.57.3-1.19.3-1.85V5.31h1.02v8.75c0 .78-.12 1.51-.37 2.19a4.88 4.88 0 0 1-2.76 2.95c-.66.29-1.4.43-2.23.43-.82 0-1.57-.14-2.24-.43a5.01 5.01 0 0 1-2.75-2.95 6.37 6.37 0 0 1-.37-2.19V5.31h1.03v8.74c0 .66.1 1.28.3 1.85a3.98 3.98 0 0 0 2.21 2.47c.53.24 1.14.36 1.82.36Zm10.38.73h-1.03V5.31h1.03v14.15Z"})})},jn=function(){return $t("svg",{viewBox:"0 0 85 38",fill:"currentColor",children:[$t("path",{d:"M11.12 10.48c.36.28.8.43 1.26.43h.05c.48 0 .96-.19 1.25-.44 1.5-1.28 5.88-5.29 5.88-5.29 1.17-1.09-2.1-2.17-7.13-2.18h-.06c-5.04 0-8.3 1.1-7.13 2.18 0 0 4.37 4 5.88 5.3Zm2.56 2.16c-.36.28-.8.44-1.26.45h-.04c-.46 0-.9-.17-1.26-.45-1.04-.88-4.74-4.22-6.12-5.5v1.94c0 .21.08.5.22.63l.07.06c1.05.96 4.55 4.16 5.83 5.25.36.28.8.43 1.26.44h.04c.49-.02.96-.2 1.26-.44 1.3-1.11 4.94-4.45 5.88-5.31.15-.14.23-.42.23-.63V7.15a455.13 455.13 0 0 1-6.11 5.5Zm-1.26 4.99c.46 0 .9-.16 1.26-.44 2.05-1.82 4.09-3.65 6.1-5.5v1.94c0 .2-.07.48-.22.62-.94.87-4.57 4.2-5.88 5.3-.3.26-.77.44-1.26.45h-.04c-.46 0-.9-.16-1.26-.44-1.2-1.02-4.38-3.92-5.62-5.06l-.28-.25c-.14-.14-.22-.42-.22-.62v-1.94c1.38 1.26 5.08 4.6 6.12 5.5.36.28.8.43 1.26.44h.04ZM40 5l-5.84 14.46h-2.43L25.89 5h2.16a.9.9 0 0 1 .9.61l3.41 8.82a18.8 18.8 0 0 1 .62 2.02 19.44 19.44 0 0 1 .57-2.02l3.39-8.82c.05-.15.16-.3.31-.42a.9.9 0 0 1 .58-.19H40Zm17.18 0v14.46H54.8v-9.34c0-.37.02-.78.06-1.21l-4.37 8.21c-.21.4-.53.59-.95.59h-.38c-.43 0-.75-.2-.95-.59L43.8 8.88a22.96 22.96 0 0 1 .07 1.24v9.34H41.5V5h2.03l.3.01c.1 0 .17.02.24.05.07.03.13.07.19.13a1 1 0 0 1 .17.24l4.33 8.03a16.97 16.97 0 0 1 .6 1.36 14.34 14.34 0 0 1 .6-1.38l4.28-8.01c.05-.1.1-.18.17-.24.06-.06.12-.1.19-.13a.9.9 0 0 1 .24-.05l.3-.01h2.04Zm8.88 13.73a4.5 4.5 0 0 0 1.82-.35 3.96 3.96 0 0 0 2.22-2.47c.2-.57.3-1.19.3-1.85V5.31h1.02v8.75c0 .78-.12 1.51-.37 2.19a4.88 4.88 0 0 1-2.76 2.95c-.66.29-1.4.43-2.23.43-.82 0-1.57-.14-2.24-.43a5.01 5.01 0 0 1-2.75-2.95 6.37 6.37 0 0 1-.37-2.19V5.31h1.03v8.74c0 .66.1 1.28.3 1.85a3.98 3.98 0 0 0 2.21 2.47c.53.24 1.14.36 1.82.36Zm10.38.73h-1.03V5.31h1.03v14.15ZM1.73 36v-5.17l-.67-.07a.6.6 0 0 1-.21-.1.23.23 0 0 1-.08-.18v-.44h.96v-.59c0-.34.05-.65.14-.92a1.79 1.79 0 0 1 1.08-1.11 2.45 2.45 0 0 1 1.62-.02l-.03.53c0 .1-.06.15-.16.16H4c-.18 0-.35.03-.5.08a.95.95 0 0 0-.39.23c-.1.11-.19.25-.25.43-.05.18-.08.4-.08.65v.56h1.75v.78H2.8V36H1.73Zm6.17-6.17c.45 0 .85.07 1.2.22a2.57 2.57 0 0 1 1.5 1.62c.13.38.2.81.2 1.29s-.07.91-.2 1.3a2.57 2.57 0 0 1-1.49 1.61c-.36.14-.76.21-1.2.21-.45 0-.86-.07-1.22-.21a2.57 2.57 0 0 1-1.5-1.62c-.12-.38-.19-.81-.19-1.3 0-.47.07-.9.2-1.28a2.57 2.57 0 0 1 1.5-1.62c.35-.15.76-.22 1.2-.22Zm0 5.42c.6 0 1.05-.2 1.35-.6.3-.4.44-.97.44-1.69s-.15-1.28-.44-1.69c-.3-.4-.75-.6-1.35-.6-.3 0-.57.05-.8.15-.22.1-.4.26-.56.45-.15.2-.26.44-.33.73-.08.28-.11.6-.11.96 0 .72.15 1.29.44 1.69.3.4.76.6 1.36.6Zm5.26-4.11c.2-.42.43-.74.71-.97.28-.24.62-.36 1.03-.36.13 0 .25.02.36.05.12.02.23.07.32.13l-.08.8c-.02.1-.08.15-.18.15l-.24-.04a1.7 1.7 0 0 0-.88.05c-.15.05-.29.14-.4.25-.12.1-.23.24-.32.4-.1.17-.18.35-.26.56V36h-1.07v-6.08h.61c.12 0 .2.02.24.07.05.04.08.12.1.23l.06.92Zm13.73-3.82L23.39 36h-1.46l-3.5-8.68h1.29a.54.54 0 0 1 .54.37l2.04 5.3a11.31 11.31 0 0 1 .37 1.21 11.65 11.65 0 0 1 .35-1.22l2.03-5.29c.03-.1.1-.18.19-.25.1-.08.21-.12.35-.12h1.3Zm2.2 2.52V36H27.6v-6.16h1.49Zm.2-1.79c0 .13-.02.25-.08.36a1 1 0 0 1-.51.5.96.96 0 0 1-.73 0 1.02 1.02 0 0 1-.5-.5.96.96 0 0 1 0-.73.93.93 0 0 1 .86-.58.9.9 0 0 1 .37.08c.12.05.22.11.3.2a.94.94 0 0 1 .3.67Zm5.72 3.1a.68.68 0 0 1-.13.13c-.04.03-.1.05-.18.05a.42.42 0 0 1-.22-.07 3.95 3.95 0 0 0-.62-.31c-.14-.05-.3-.07-.51-.07-.26 0-.5.04-.69.14-.2.1-.36.23-.49.4-.13.18-.22.4-.29.64-.06.25-.1.53-.1.85 0 .33.04.62.1.88.08.25.18.47.32.64.13.18.29.3.48.4.18.09.4.13.63.13a1.6 1.6 0 0 0 .94-.27l.26-.2a.4.4 0 0 1 .25-.09.3.3 0 0 1 .27.14l.43.54a2.76 2.76 0 0 1-1.77.96c-.22.03-.43.05-.65.05a2.57 2.57 0 0 1-1.96-.83c-.25-.28-.45-.6-.6-1-.14-.4-.21-.85-.21-1.35 0-.45.06-.87.2-1.25a2.61 2.61 0 0 1 1.51-1.67c.37-.16.8-.24 1.28-.24.46 0 .86.07 1.2.22.35.15.66.36.94.64l-.4.54Zm3.43 4.95c-.54 0-.95-.15-1.24-.45-.28-.3-.42-.73-.42-1.26v-3.44h-.63a.29.29 0 0 1-.2-.07c-.06-.06-.09-.13-.09-.24v-.59l.99-.16.31-1.68a.33.33 0 0 1 .12-.18.34.34 0 0 1 .21-.07h.77v1.94h1.64v1.05h-1.64v3.34c0 .2.05.34.14.45.1.1.22.16.39.16a.73.73 0 0 0 .39-.1l.12-.07a.2.2 0 0 1 .11-.03c.05 0 .08.01.11.03l.09.1.44.72c-.21.18-.46.32-.74.4-.28.1-.57.15-.87.15Zm5.09-6.35c.46 0 .87.07 1.24.22a2.7 2.7 0 0 1 1.58 1.63c.14.39.22.83.22 1.31 0 .49-.08.93-.22 1.32-.14.4-.35.73-.62 1-.26.28-.58.49-.96.64-.37.15-.78.22-1.24.22a3.4 3.4 0 0 1-1.25-.22 2.71 2.71 0 0 1-1.59-1.64 3.8 3.8 0 0 1-.21-1.32c0-.48.07-.92.21-1.31a2.75 2.75 0 0 1 1.58-1.63c.38-.15.8-.22 1.26-.22Zm0 5.2c.51 0 .89-.17 1.13-.52.25-.34.38-.84.38-1.5a2.6 2.6 0 0 0-.38-1.53c-.24-.34-.62-.52-1.13-.52-.52 0-.9.18-1.16.53-.25.35-.37.85-.37 1.51s.12 1.17.37 1.51c.25.35.64.52 1.16.52Zm5.56-4.04c.2-.37.42-.65.69-.86.26-.21.57-.32.94-.32.28 0 .5.06.68.19l-.1 1.1a.3.3 0 0 1-.09.16.24.24 0 0 1-.15.04 1.8 1.8 0 0 1-.27-.03 2.01 2.01 0 0 0-.34-.03c-.16 0-.3.03-.44.08a1.1 1.1 0 0 0-.34.2c-.1.1-.2.2-.27.33-.08.13-.15.27-.22.44V36H47.7v-6.16h.87c.15 0 .26.03.31.09.06.05.1.15.13.29l.09.7Zm4.62-1.07V36h-1.49v-6.16h1.49Zm.2-1.79c0 .13-.02.25-.07.36a1 1 0 0 1-.51.5.96.96 0 0 1-.74 0 1.02 1.02 0 0 1-.5-.5.96.96 0 0 1 0-.73.93.93 0 0 1 .86-.58.9.9 0 0 1 .38.08c.11.05.21.11.3.2a.94.94 0 0 1 .28.67Zm4.56 5.32a7.8 7.8 0 0 0-1.08.12c-.29.05-.52.12-.7.2a.92.92 0 0 0-.38.3.64.64 0 0 0-.11.36c0 .26.07.45.23.56.15.11.35.17.6.17.3 0 .57-.06.79-.17.22-.1.44-.28.65-.5v-1.04Zm-3.4-2.67c.71-.65 1.57-.97 2.56-.97.36 0 .68.06.97.18a1.99 1.99 0 0 1 1.16 1.24c.1.3.16.61.16.96V36h-.67a.7.7 0 0 1-.33-.06c-.07-.04-.13-.13-.18-.26l-.13-.44c-.16.14-.3.26-.46.37a2.8 2.8 0 0 1-.97.43 2.77 2.77 0 0 1-1.32-.05 1.62 1.62 0 0 1-.57-.31 1.41 1.41 0 0 1-.38-.53 1.85 1.85 0 0 1-.05-1.18c.05-.16.14-.3.25-.45.12-.14.28-.27.46-.4a3 3 0 0 1 .7-.32 9.19 9.19 0 0 1 2.2-.33v-.36c0-.41-.09-.71-.26-.91-.18-.2-.43-.3-.76-.3a1.84 1.84 0 0 0-1.02.28l-.33.18c-.1.06-.2.09-.32.09-.1 0-.2-.03-.27-.08a.72.72 0 0 1-.17-.2l-.26-.47Zm11.49 4.32V36h-4.88v-8.6h1.16v7.62h3.72Zm3.16-5.2c.44 0 .84.08 1.2.23a2.57 2.57 0 0 1 1.49 1.62c.13.38.2.81.2 1.29s-.07.91-.2 1.3a2.57 2.57 0 0 1-1.49 1.61c-.36.14-.76.21-1.2.21-.45 0-.85-.07-1.21-.21a2.57 2.57 0 0 1-1.5-1.62c-.13-.38-.2-.81-.2-1.3 0-.47.07-.9.2-1.28.14-.39.33-.72.59-1 .25-.26.55-.47.9-.62.37-.15.77-.22 1.22-.22Zm0 5.43c.6 0 1.05-.2 1.34-.6.3-.4.45-.97.45-1.69s-.15-1.28-.45-1.69c-.3-.4-.74-.6-1.34-.6-.3 0-.57.05-.8.15-.22.1-.4.26-.56.45-.15.2-.26.44-.34.73-.07.28-.1.6-.1.96 0 .72.14 1.29.44 1.69.3.4.75.6 1.36.6Zm6.33-2.22c.22 0 .4-.03.57-.09.16-.06.3-.14.41-.25.12-.11.2-.24.26-.39.05-.15.08-.31.08-.5 0-.37-.11-.66-.34-.88-.23-.22-.55-.33-.98-.33-.43 0-.76.1-.99.33-.22.22-.34.51-.34.89 0 .18.03.34.09.5a1.1 1.1 0 0 0 .67.63c.16.06.35.09.57.09Zm1.93 3.3a.51.51 0 0 0-.13-.36.84.84 0 0 0-.34-.22 8.57 8.57 0 0 0-1.73-.2 7.5 7.5 0 0 1-.62-.05c-.23.1-.41.23-.56.4a.8.8 0 0 0-.1.92c.07.12.18.22.32.3.14.1.32.16.54.21a3.5 3.5 0 0 0 1.55 0c.23-.05.42-.12.57-.22.16-.1.29-.21.37-.34a.8.8 0 0 0 .13-.44Zm1.08-6.17v.4c0 .13-.08.21-.25.25l-.69.09c.14.26.2.56.2.88a1.86 1.86 0 0 1-1.36 1.82 3.07 3.07 0 0 1-1.72.04c-.12.08-.22.16-.29.25a.44.44 0 0 0-.1.27c0 .15.06.26.17.33.12.08.28.13.47.16a5 5 0 0 0 .66.06 16.56 16.56 0 0 1 1.5.13c.26.05.48.12.67.22.19.1.34.24.46.41.12.18.18.4.18.69 0 .26-.07.5-.2.75s-.31.46-.56.65c-.24.2-.54.34-.9.46a4.57 4.57 0 0 1-2.36.04c-.33-.09-.6-.2-.82-.36a1.56 1.56 0 0 1-.5-.51c-.1-.2-.16-.4-.16-.6 0-.3.1-.56.28-.77.19-.2.45-.37.77-.5a1.15 1.15 0 0 1-.43-.32.88.88 0 0 1-.15-.54c0-.09.01-.18.04-.27.04-.1.08-.2.15-.28a1.55 1.55 0 0 1 .58-.5c-.3-.16-.53-.39-.7-.66-.17-.28-.25-.6-.25-.97 0-.3.05-.57.16-.8.12-.25.28-.46.48-.63.2-.17.45-.3.73-.4a3 3 0 0 1 2.3.21h1.64Zm4.65.76a.24.24 0 0 1-.23.14.42.42 0 0 1-.2-.07 3.59 3.59 0 0 0-.67-.3 1.8 1.8 0 0 0-1.03 0c-.14.05-.27.11-.37.2a.87.87 0 0 0-.23.27.75.75 0 0 0-.08.35c0 .15.04.28.13.39.1.1.21.19.36.27.15.07.32.14.5.2a13.63 13.63 0 0 1 1.16.4c.2.08.36.18.5.3a1.33 1.33 0 0 1 .5 1.07 2 2 0 0 1-.15.78c-.1.24-.25.44-.45.62-.2.17-.43.3-.72.4a3.1 3.1 0 0 1-2.14-.05 2.97 2.97 0 0 1-.87-.53l.25-.41c.04-.05.07-.1.12-.12a.3.3 0 0 1 .17-.04.4.4 0 0 1 .22.08l.3.19a1.91 1.91 0 0 0 1.03.27c.2 0 .38-.03.54-.08.16-.06.29-.13.4-.22a.96.96 0 0 0 .3-.7c0-.17-.05-.31-.14-.42-.09-.11-.2-.2-.36-.28a2.6 2.6 0 0 0-.5-.2l-.59-.19c-.2-.06-.39-.14-.58-.22a2.14 2.14 0 0 1-.5-.3 1.45 1.45 0 0 1-.36-.46c-.1-.19-.14-.41-.14-.67a1.6 1.6 0 0 1 .57-1.23c.18-.16.4-.3.68-.39.26-.1.57-.14.91-.14a2.84 2.84 0 0 1 1.9.7l-.23.4Z"}),$t("defs",{children:$t("path",{d:"M0 0h85v38H0z"})})]})},Hn=function(){return $t("svg",{viewBox:"0 0 15 17",fill:"currentColor",children:$t("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"})})},$n=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},Yn=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},Un=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},Vn=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},qn=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("path",{d:"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"})})},Wn=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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 $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},Qn=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},Kn=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("path",{d:"M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"})})},Gn=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("path",{d:"m7 10 5 5 5-5z"})})},Jn=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:[$t("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"}),$t("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]})},Xn=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},er=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},tr=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},nr=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("path",{d:"M8 5v14l11-7z"})})},rr=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},ir=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},ar=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},or=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},lr=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("path",{d:"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"})})},ur=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("path",{d:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"})})},cr=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("path",{d:"M19 13H5v-2h14v2z"})})},sr=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},fr=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},dr=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},hr=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},mr=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("path",{d:"M20 9H4v2h16V9zM4 15h16v-2H4v2z"})})},pr=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},vr=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:[$t("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"}),$t("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"}),$t("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"})]})},gr=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},yr=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},_r=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},br=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},Dr=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("path",{d:"M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z"})})},wr=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("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"})})},kr=function(){return $t("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:$t("path",{d:"M3 14h4v-4H3v4zm0 5h4v-4H3v4zM3 9h4V5H3v4zm5 5h13v-4H8v4zm0 5h13v-4H8v4zM8 5v4h13V5H8z"})})},xr=n(123),Cr=n.n(xr);function Sr(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var Er=["to","isNavLink","children"],Ar=function(e){var t=e.to,n=e.isNavLink,r=e.children,i=Sr(e,Er);return n?$t(rt,st(st({to:t},i),{},{children:r})):$t("div",st(st({},i),{},{children:r}))},Nr=function(e){var t,n=e.activeItem,r=e.item,i=e.color,a=void 0===i?It("color-primary"):i,o=e.activeNavRef,l=e.onChange,u=e.isNavLink;return $t(Ar,{className:Cr()(ut({"vm-tabs-item":!0,"vm-tabs-item_active":n===r.value},r.className||"",r.className)),isNavLink:u,to:r.value,style:{color:a},onClick:(t=r.value,function(){l&&l(t)}),ref:n===r.value?o:void 0,children:[r.icon&&$t("div",{className:Cr()({"vm-tabs-item__icon":!0,"vm-tabs-item__icon_single":!r.label}),children:r.icon}),r.label]})},Mr="undefined"!==typeof window?r.useLayoutEffect:r.useEffect;var Fr=function(e,t,n,i){var a=(0,r.useRef)(t);Mr((function(){a.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 o=function(e){return a.current(e)};return r.addEventListener(e,o,i),function(){r.removeEventListener(e,o,i)}}}),[e,n,i])},Tr=function(){var e=v((0,r.useState)({width:0,height:0}),2),t=e[0],n=e[1],i=function(){n({width:window.innerWidth,height:window.innerHeight})};return Fr("resize",i),Mr(i,[]),t},Or=function(e){var t=e.activeItem,n=e.items,i=e.color,a=void 0===i?It("color-primary"):i,o=e.onChange,l=e.indicatorPlacement,u=void 0===l?"bottom":l,c=e.isNavLink,s=Tr(),f=(0,r.useRef)(null),d=v((0,r.useState)({left:0,width:0,bottom:0}),2),h=d[0],m=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,i=t.offsetHeight;m({left:n,width:r,bottom:"top"===u?i-2:0})}}),[s,t,f,n]),$t("div",{className:"vm-tabs",children:[n.map((function(e){return $t(Nr,{activeItem:t,item:e,onChange:o,color:a,activeNavRef:f,isNavLink:c},e.value)})),$t("div",{className:"vm-tabs__indicator",style:st(st({},h),{},{borderColor:a})})]})},Ir=[{value:"chart",icon:$t(ir,{}),label:"Graph",prometheusCode:0},{value:"code",icon:$t(or,{}),label:"JSON",prometheusCode:3},{value:"table",icon:$t(ar,{}),label:"Table",prometheusCode:1}],Pr=function(){var e=$r().displayType,t=Yr();return $t(Or,{activeItem:e,items:Ir,onChange:function(n){var r;t({type:"SET_DISPLAY_TYPE",payload:null!==(r=n)&&void 0!==r?r:e})}})},Rr=At("g0.tab",0),Br=Ir.find((function(e){return e.prometheusCode===+Rr||e.value===Rr})),Lr=Mt("SERIES_LIMITS"),zr={displayType:(null===Br||void 0===Br?void 0:Br.value)||"chart",nocache:!1,isTracingEnabled:!1,seriesLimits:Lr?JSON.parse(Mt("SERIES_LIMITS")):St,tableCompact:Mt("TABLE_COMPACT")||!1};function jr(e,t){switch(t.type){case"SET_DISPLAY_TYPE":return st(st({},e),{},{displayType:t.payload});case"SET_SERIES_LIMITS":return Nt("SERIES_LIMITS",JSON.stringify(t.payload)),st(st({},e),{},{seriesLimits:t.payload});case"TOGGLE_QUERY_TRACING":return st(st({},e),{},{isTracingEnabled:!e.isTracingEnabled});case"TOGGLE_NO_CACHE":return st(st({},e),{},{nocache:!e.nocache});case"TOGGLE_TABLE_COMPACT":return Nt("TABLE_COMPACT",!e.tableCompact),st(st({},e),{},{tableCompact:!e.tableCompact});default:throw new Error}}var Hr=(0,r.createContext)({}),$r=function(){return(0,r.useContext)(Hr).state},Yr=function(){return(0,r.useContext)(Hr).dispatch},Ur={customStep:At("g0.step_input",""),yaxis:{limits:{enable:!1,range:{1:[0,0]}}},isHistogram:!1};function Vr(e,t){switch(t.type){case"TOGGLE_ENABLE_YAXIS_LIMITS":return st(st({},e),{},{yaxis:st(st({},e.yaxis),{},{limits:st(st({},e.yaxis.limits),{},{enable:!e.yaxis.limits.enable})})});case"SET_CUSTOM_STEP":return st(st({},e),{},{customStep:t.payload});case"SET_YAXIS_LIMITS":return st(st({},e),{},{yaxis:st(st({},e.yaxis),{},{limits:st(st({},e.yaxis.limits),{},{range:t.payload})})});case"SET_IS_HISTOGRAM":return st(st({},e),{},{isHistogram:t.payload});default:throw new Error}}var qr=(0,r.createContext)({}),Wr=function(){return(0,r.useContext)(qr).state},Zr=function(){return(0,r.useContext)(qr).dispatch},Qr={windows:"Windows",mac:"Mac OS",linux:"Linux"},Kr=function(){return(Object.values(Qr).find((function(e){return navigator.userAgent.indexOf(e)>=0}))||"unknown")===Qr.mac};function Gr(){var e=Tr(),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=v((0,r.useState)(t()),2),i=n[0],a=n[1];return(0,r.useEffect)((function(){a(t())}),[e]),{isMobile:i}}var Jr={success:$t(Zn,{}),error:$t(Wn,{}),warning:$t(qn,{}),info:$t(Vn,{})},Xr=function(e){var t,n=e.variant,r=e.children,i=Ut().isDarkTheme,a=Gr().isMobile;return $t("div",{className:Cr()((t={"vm-alert":!0},ut(t,"vm-alert_".concat(n),n),ut(t,"vm-alert_dark",i),ut(t,"vm-alert_mobile",a),t)),children:[$t("div",{className:"vm-alert__icon",children:Jr[n||"info"]}),$t("div",{className:"vm-alert__content",children:r})]})},ei=(0,r.createContext)({showInfoMessage:function(){}}),ti={dashboardsSettings:[],dashboardsLoading:!1,dashboardsError:""};function ni(e,t){switch(t.type){case"SET_DASHBOARDS_SETTINGS":return st(st({},e),{},{dashboardsSettings:t.payload});case"SET_DASHBOARDS_LOADING":return st(st({},e),{},{dashboardsLoading:t.payload});case"SET_DASHBOARDS_ERROR":return st(st({},e),{},{dashboardsError:t.payload});default:throw new Error}}var ri=(0,r.createContext)({}),ii=function(){return(0,r.useContext)(ri).state},ai=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 $t(e,{children:$t(t,{children:r})})}}),(function(e){var t=e.children;return $t(jt.HY,{children:t})}))}.apply(void 0,[function(e){var t=e.children,n=v((0,r.useReducer)(zt,qt),2),i=n[0],a=n[1],o=(0,r.useMemo)((function(){return{state:i,dispatch:a}}),[i,a]);return $t(Yt.Provider,{value:o,children:t})},function(e){var t=e.children,n=v((0,r.useReducer)(Nn,An),2),i=n[0],a=n[1],o=(0,r.useMemo)((function(){return{state:i,dispatch:a}}),[i,a]);return $t(Mn.Provider,{value:o,children:t})},function(e){var t=e.children,n=v((0,r.useReducer)(Pn,In),2),i=n[0],a=n[1],o=(0,r.useMemo)((function(){return{state:i,dispatch:a}}),[i,a]);return $t(Rn.Provider,{value:o,children:t})},function(e){var t=e.children,n=v((0,r.useReducer)(jr,zr),2),i=n[0],a=n[1],o=(0,r.useMemo)((function(){return{state:i,dispatch:a}}),[i,a]);return $t(Hr.Provider,{value:o,children:t})},function(e){var t=e.children,n=v((0,r.useReducer)(Vr,Ur),2),i=n[0],a=n[1],o=(0,r.useMemo)((function(){return{state:i,dispatch:a}}),[i,a]);return $t(qr.Provider,{value:o,children:t})},function(e){var t=e.children,n=Gr().isMobile,i=v((0,r.useState)({}),2),a=i[0],o=i[1],l=v((0,r.useState)(!1),2),u=l[0],c=l[1],s=v((0,r.useState)(void 0),2),f=s[0],d=s[1];(0,r.useEffect)((function(){if(f){o({message:f.text,variant:f.type,key:Date.now()}),c(!0);var e=setTimeout(h,4e3);return function(){return clearTimeout(e)}}}),[f]);var h=function(){d(void 0),c(!1)};return $t(ei.Provider,{value:{showInfoMessage:d},children:[u&&$t("div",{className:Cr()({"vm-snackbar":!0,"vm-snackbar_mobile":n}),children:$t(Xr,{variant:a.variant,children:$t("div",{className:"vm-snackbar-content",children:[$t("span",{children:a.message}),$t("div",{className:"vm-snackbar-content__close",onClick:h,children:$t(Yn,{})})]})})}),t]})},function(e){var t=e.children,n=v((0,r.useReducer)(ni,ti),2),i=n[0],a=n[1],o=(0,r.useMemo)((function(){return{state:i,dispatch:a}}),[i,a]);return $t(ri.Provider,{value:o,children:t})}]),oi=function(e){var t=e.activeMenu,n=e.label,r=e.value,i=e.color;return $t(rt,{className:Cr()({"vm-header-nav-item":!0,"vm-header-nav-item_active":t===r}),style:{color:i},to:r,children:n})},li=function(e,t,n){var i=(0,r.useCallback)((function(r){var i=null===e||void 0===e?void 0:e.current,a=r.target,o=(null===n||void 0===n?void 0:n.current)&&n.current.contains(a);!i||i.contains((null===r||void 0===r?void 0:r.target)||null)||o||t(r)}),[e,t]);Fr("mousedown",i),Fr("touchstart",i)},ui=function(e){var t,n=e.variant,r=void 0===n?"contained":n,i=e.color,a=void 0===i?"primary":i,o=e.size,l=void 0===o?"medium":o,u=e.children,c=e.endIcon,s=e.startIcon,f=e.fullWidth,d=void 0!==f&&f,h=e.className,m=e.disabled,p=e.onClick,v=e.onMouseDown;return $t("button",{className:Cr()((ut(t={"vm-button":!0},"vm-button_".concat(r,"_").concat(a),!0),ut(t,"vm-button_".concat(l),l),ut(t,"vm-button_icon",(s||c)&&!u),ut(t,"vm-button_full-width",d),ut(t,"vm-button_with-icon",s||c),ut(t,"vm-button_disabled",m),ut(t,h||"",h),t)),disabled:m,onClick:p,onMouseDown:v,children:$t(jt.HY,{children:[s&&$t("span",{className:"vm-button__start-icon",children:s}),u&&$t("span",{children:u}),c&&$t("span",{className:"vm-button__end-icon",children:c})]})})},ci=function(e){var t=v((0,r.useState)(!!e),2),n=t[0],i=t[1],a=(0,r.useCallback)((function(){return i(!0)}),[]),o=(0,r.useCallback)((function(){return i(!1)}),[]),l=(0,r.useCallback)((function(){return i((function(e){return!e}))}),[]);return{value:n,setValue:i,setTrue:a,setFalse:o,toggle:l}},si=function(e){var t=e.children,n=e.buttonRef,i=e.placement,a=void 0===i?"bottom-left":i,o=e.open,l=void 0!==o&&o,u=e.onClose,c=e.offset,s=void 0===c?{top:6,left:0}:c,f=e.clickOutside,d=void 0===f||f,h=e.fullWidth,m=e.title,p=e.disabledFullScreen,g=Gr().isMobile,y=Se(),_=xe(),b=v((0,r.useState)({width:0,height:0}),2),D=b[0],w=b[1],k=ci(!1),x=k.value,C=k.setValue,S=k.setFalse,E=(0,r.useRef)(null);(0,r.useEffect)((function(){C(l)}),[l]),(0,r.useEffect)((function(){return!x&&u&&u(),x&&g&&!p&&(document.body.style.overflow="hidden"),function(){document.body.style.overflow="auto"}}),[x]),(0,r.useEffect)((function(){var e,t;w({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}),C(!1)}),[E]);var A=(0,r.useMemo)((function(){var e=n.current;if(!e||!x)return{};var t=e.getBoundingClientRect(),r={top:0,left:0,width:"auto"},i="bottom-right"===a||"top-right"===a,o=null===a||void 0===a?void 0:a.includes("top"),l=(null===s||void 0===s?void 0:s.top)||0,u=(null===s||void 0===s?void 0:s.left)||0;r.left=r.left=t.left+u,r.top=t.height+t.top+l,i&&(r.left=t.right-D.width),o&&(r.top=t.top-D.height-l);var c=window,f=c.innerWidth,d=c.innerHeight,m=r.top+D.height+20>d,p=r.top-20<0,v=r.left+D.width+20>f,g=r.left-20<0;return m&&(r.top=t.top-D.height-l),p&&(r.top=t.height+t.top+l),v&&(r.left=t.right-D.width-u),g&&(r.left=t.left+u),h&&(r.width="".concat(t.width,"px")),r.top<0&&(r.top=20),r}),[n,a,x,t,h]);d&&li(E,(function(){return C(!1)}),n),(0,r.useEffect)((function(){if(E.current&&x&&(!g||p)){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")}}}),[x,E]);var N=(0,r.useCallback)((function(){x&&g&&!p&&(y(_,{replace:!0}),u())}),[x,g,p,_,u]);return Fr("scroll",S),Fr("popstate",N),$t(jt.HY,{children:(x||!D.width)&&r.default.createPortal($t("div",{className:Cr()({"vm-popper":!0,"vm-popper_mobile":g&&!p,"vm-popper_open":(g||Object.keys(A).length)&&x}),ref:E,style:g&&!p?{}:A,children:[(m||g&&!p)&&$t("div",{className:"vm-popper-header",children:[$t("p",{className:"vm-popper-header__title",children:m}),$t(ui,{variant:"text",size:"small",onClick:function(e){e.stopPropagation(),u()},children:$t(Yn,{})})]}),t]}),document.body)})},fi=function(e){var t=e.activeMenu,n=e.label,i=e.color,a=e.background,o=e.submenu,l=e.direction,u=xe().pathname,c=v((0,r.useState)(null),2),s=c[0],f=c[1],d=(0,r.useRef)(null),h=ci(!1),m=h.value,p=h.setFalse,g=h.setTrue,y=function(){s&&clearTimeout(s);var e=setTimeout(p,300);f(e)};return(0,r.useEffect)((function(){p()}),[u]),"column"===l?$t(jt.HY,{children:o.map((function(e){return $t(oi,{activeMenu:t,value:e.value||"",label:e.label||""},e.value)}))}):$t("div",{className:Cr()({"vm-header-nav-item":!0,"vm-header-nav-item_sub":!0,"vm-header-nav-item_open":m,"vm-header-nav-item_active":o.find((function(e){return e.value===t}))}),style:{color:i},onMouseEnter:function(){g(),s&&clearTimeout(s)},onMouseLeave:y,ref:d,children:[n,$t(Gn,{}),$t(si,{open:m,placement:"bottom-left",offset:{top:12,left:0},onClose:p,buttonRef:d,children:$t("div",{className:"vm-header-nav-item-submenu",style:{background:a},onMouseLeave:y,onMouseEnter:function(){s&&clearTimeout(s)},children:o.map((function(e){return $t(oi,{activeMenu:t,value:e.value||"",label:e.label||"",color:i},e.value)}))})})]})},di=[{label:mt[pt.logs].title,value:pt.home}],hi=[{label:mt[pt.home].title,value:pt.home},{label:"Explore",submenu:[{label:mt[pt.metrics].title,value:pt.metrics},{label:mt[pt.cardinality].title,value:pt.cardinality},{label:mt[pt.topQueries].title,value:pt.topQueries},{label:mt[pt.activeQueries].title,value:pt.activeQueries},{label:mt[pt.logs].title,value:pt.logs}]},{label:"Tools",submenu:[{label:mt[pt.trace].title,value:pt.trace},{label:mt[pt.withTemplate].title,value:pt.withTemplate},{label:mt[pt.relabel].title,value:pt.relabel}]}],mi=function(e){var t=e.color,n=e.background,i=e.direction,a={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,o=gt(),l=ii().dashboardsSettings,u=xe().pathname,c=v((0,r.useState)(u),2),s=c[0],f=c[1],d=(0,r.useMemo)((function(){return a?di:[].concat(_(hi),[{label:mt[pt.dashboards].title,value:pt.dashboards,hide:o||!l.length}]).filter((function(e){return!e.hide}))}),[o,l]);return(0,r.useEffect)((function(){f(u)}),[u]),$t("nav",{className:Cr()(ut({"vm-header-nav":!0},"vm-header-nav_".concat(i),i)),children:d.map((function(e){return e.submenu?$t(fi,{activeMenu:s,label:e.label||"",submenu:e.submenu,color:t,background:n,direction:i},e.label):$t(oi,{activeMenu:s,value:e.value||"",label:e.label||"",color:t},e.value)}))})},pi=function(e){var t=e.title,n=e.children,i=e.onClose,a=e.className,o=e.isOpen,l=void 0===o||o,u=Gr().isMobile,c=Se(),s=xe(),f=(0,r.useCallback)((function(e){l&&"Escape"===e.key&&i()}),[l]),d=function(e){e.stopPropagation()},h=(0,r.useCallback)((function(){l&&(c(s,{replace:!0}),i())}),[l,s,i]);return(0,r.useEffect)((function(){if(l)return document.body.style.overflow="hidden",function(){document.body.style.overflow="auto"}}),[l]),Fr("popstate",h),Fr("keyup",f),r.default.createPortal($t("div",{className:Cr()(ut({"vm-modal":!0,"vm-modal_mobile":u},"".concat(a),a)),onMouseDown:i,children:$t("div",{className:"vm-modal-content",children:[$t("div",{className:"vm-modal-content-header",onMouseDown:d,children:[t&&$t("div",{className:"vm-modal-content-header__title",children:t}),$t("div",{className:"vm-modal-header__close",children:$t(ui,{variant:"text",size:"small",onClick:i,children:$t(Yn,{})})})]}),$t("div",{className:"vm-modal-content-body",onMouseDown:d,children:n})]})}),document.body)},vi=function(e){var t=e.children,n=e.title,i=e.open,a=e.placement,o=void 0===a?"bottom-center":a,l=e.offset,u=void 0===l?{top:6,left:0}:l,c=Gr().isMobile,s=v((0,r.useState)(!1),2),f=s[0],d=s[1],h=v((0,r.useState)({width:0,height:0}),2),m=h[0],p=h[1],g=(0,r.useRef)(null),y=(0,r.useRef)(null),_=function(){return d(!1)};(0,r.useEffect)((function(){if(y.current&&f)return p({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},i="bottom-right"===o||"top-right"===o,a="bottom-left"===o||"top-left"===o,l=null===o||void 0===o?void 0:o.includes("top"),c=(null===u||void 0===u?void 0:u.top)||0,s=(null===u||void 0===u?void 0:u.left)||0;r.left=n.left-(m.width-n.width)/2+s,r.top=n.height+n.top+c,i&&(r.left=n.right-m.width),a&&(r.left=n.left+s),l&&(r.top=n.top-m.height-c);var d=window,h=d.innerWidth,p=d.innerHeight,v=r.top+m.height+20>p,y=r.top-20<0,_=r.left+m.width+20>h,b=r.left-20<0;return v&&(r.top=n.top-m.height-c),y&&(r.top=n.height+n.top+c),_&&(r.left=n.right-m.width-s),b&&(r.left=n.left+s),r.top<0&&(r.top=20),r.left<0&&(r.left=20),r}),[g,o,f,m]),D=function(){"boolean"!==typeof i&&d(!0)},w=function(){d(!1)};return(0,r.useEffect)((function(){"boolean"===typeof i&&d(i)}),[i]),(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",D),t.addEventListener("mouseleave",w),function(){t.removeEventListener("mouseenter",D),t.removeEventListener("mouseleave",w)}}),[g]),$t(jt.HY,{children:[$t(r.Fragment,{ref:g,children:t}),!c&&f&&r.default.createPortal($t("div",{className:"vm-tooltip",ref:y,style:b,children:n}),document.body)]})},gi=$t("code",{children:Kr()?"Cmd":"Ctrl"}),yi=[{title:"Zoom in",description:$t(jt.HY,{children:["To zoom in, hold down the ",gi," + ",$t("code",{children:"scroll up"}),", or press the ",$t("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:$t(jt.HY,{children:["To zoom out, hold down the ",gi," + ",$t("code",{children:"scroll down"}),", or press the ",$t("code",{children:"-"}),"."]})},{title:"Move horizontal axis",description:$t(jt.HY,{children:["To move the graph, hold down the ",gi," + ",$t("code",{children:"drag"})," the graph to the right or left."]})},{title:"Fixing a tooltip",description:$t(jt.HY,{children:["To fix the tooltip, ",$t("code",{children:"click"})," mouse when it's open. Then, you can drag the fixed tooltip by ",$t("code",{children:"clicking"})," and ",$t("code",{children:"dragging"})," on the ",$t(mr,{})," icon."]})},{title:"Set a custom range for the vertical axis",description:$t(jt.HY,{children:["To set a custom range for the vertical axis, click on the ",$t($n,{})," icon located in the upper right corner of the graph, activate the toggle, and set the values."]})}],_i=[{title:"Show/hide a legend item",description:$t(jt.HY,{children:[$t("code",{children:"click"})," on a legend item to isolate it on the graph.",gi," + ",$t("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:$t(jt.HY,{children:[$t("code",{children:"click"})," on a label key-value pair to save it to the clipboard."]})},{title:"Collapse/Expand the legend group",description:$t(jt.HY,{children:[$t("code",{children:"click"})," on the group name (e.g. ",$t("b",{children:'Query 1: {__name__!=""}'}),") to collapse or expand the legend."]})}],bi=yi.concat(_i),Di=function(){var e=ci(!1),t=e.value,n=e.setFalse,r=e.setTrue;return $t(jt.HY,{children:[$t(vi,{title:"Show tips on working with the graph",children:$t(ui,{variant:"text",color:"gray",startIcon:$t(wr,{}),onClick:r})}),t&&$t(pi,{title:"Tips on working with the graph and the legend",onClose:n,children:$t("div",{className:"fc-graph-tips",children:bi.map((function(e){var t=e.title,n=e.description;return $t("div",{className:"fc-graph-tips-item",children:[$t("h4",{className:"fc-graph-tips-item__action",children:t}),$t("p",{className:"fc-graph-tips-item__description",children:n})]},t)}))})})]})},wi=$t("code",{children:Kr()?"Cmd":"Ctrl"}),ki=[{title:"Query",list:[{keys:$t("code",{children:"Enter"}),description:"Run"},{keys:$t(jt.HY,{children:[$t("code",{children:"Shift"})," + ",$t("code",{children:"Enter"})]}),description:"Multi-line queries"},{keys:$t(jt.HY,{children:[wi," + ",$t("code",{children:"Arrow Up"})]}),description:"Previous command from the Query history"},{keys:$t(jt.HY,{children:[wi," + ",$t("code",{children:"Arrow Down"})]}),description:"Next command from the Query history"},{keys:$t(jt.HY,{children:[wi," + ",$t("code",{children:"click"})," by ",$t(fr,{})]}),description:"Toggle multiple queries"}]},{title:"Graph",readMore:$t(Di,{}),list:[{keys:$t(jt.HY,{children:[wi," + ",$t("code",{children:"scroll Up"})," or ",$t("code",{children:"+"})]}),description:"Zoom in"},{keys:$t(jt.HY,{children:[wi," + ",$t("code",{children:"scroll Down"})," or ",$t("code",{children:"-"})]}),description:"Zoom out"},{keys:$t(jt.HY,{children:[wi," + ",$t("code",{children:"drag"})]}),description:"Move the graph left/right"},{keys:$t(jt.HY,{children:$t("code",{children:"click"})}),description:"Select the series in the legend"},{keys:$t(jt.HY,{children:[wi," + ",$t("code",{children:"click"})]}),description:"Toggle multiple series in the legend"}]}],xi="Shortcut keys",Ci=Kr(),Si=Ci?"Cmd + /":"F1",Ei=function(e){var t=e.showTitle,n=gt(),i=ci(!1),a=i.value,o=i.setTrue,l=i.setFalse,u=(0,r.useCallback)((function(e){var t=Ci&&"/"===e.key&&e.metaKey,n=!Ci&&"F1"===e.key&&!e.metaKey;(t||n)&&o()}),[o]);return Fr("keydown",u),$t(jt.HY,{children:[$t(vi,{open:!0!==t&&void 0,title:"".concat(xi," (").concat(Si,")"),placement:"bottom-center",children:$t(ui,{className:n?"":"vm-header-button",variant:"contained",color:"primary",startIcon:$t(tr,{}),onClick:o,children:t&&xi})}),a&&$t(pi,{title:"Shortcut keys",onClose:l,children:$t("div",{className:"vm-shortcuts",children:ki.map((function(e){return $t("div",{className:"vm-shortcuts-section",children:[e.readMore&&$t("div",{className:"vm-shortcuts-section__read-more",children:e.readMore}),$t("h3",{className:"vm-shortcuts-section__title",children:e.title}),$t("div",{className:"vm-shortcuts-section-list",children:e.list.map((function(t,n){return $t("div",{className:"vm-shortcuts-section-list-item",children:[$t("div",{className:"vm-shortcuts-section-list-item__key",children:t.keys}),$t("p",{className:"vm-shortcuts-section-list-item__description",children:t.description})]},"".concat(e.title,"_").concat(n))}))})]},e.title)}))})})]})},Ai=function(e){var t=e.open;return $t("button",{className:Cr()({"vm-menu-burger":!0,"vm-menu-burger_opened":t}),children:$t("span",{})})},Ni=function(e){var t=e.background,n=e.color,i={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,a=xe().pathname,o=Gr().isMobile,l=(0,r.useRef)(null),u=ci(!1),c=u.value,s=u.toggle,f=u.setFalse;return(0,r.useEffect)(f,[a]),li(l,f),$t("div",{className:"vm-header-sidebar",ref:l,children:[$t("div",{className:Cr()({"vm-header-sidebar-button":!0,"vm-header-sidebar-button_open":c}),onClick:s,children:$t(Ai,{open:c})}),$t("div",{className:Cr()({"vm-header-sidebar-menu":!0,"vm-header-sidebar-menu_open":c}),children:[$t("div",{children:$t(mi,{color:n,background:t,direction:"column"})}),$t("div",{className:"vm-header-sidebar-menu-settings",children:!o&&!i&&$t(Ei,{showTitle:!0})})]})]})};function Mi(){Mi=function(){return e};var e={},t=Object.prototype,n=t.hasOwnProperty,r=Object.defineProperty||function(e,t,n){e[t]=n.value},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",o=i.asyncIterator||"@@asyncIterator",l=i.toStringTag||"@@toStringTag";function u(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{u({},"")}catch(N){u=function(e,t,n){return e[t]=n}}function c(e,t,n,i){var a=t&&t.prototype instanceof d?t:d,o=Object.create(a.prototype),l=new S(i||[]);return r(o,"_invoke",{value:w(e,n,l)}),o}function s(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(N){return{type:"throw",arg:N}}}e.wrap=c;var f={};function d(){}function h(){}function m(){}var p={};u(p,a,(function(){return this}));var v=Object.getPrototypeOf,g=v&&v(v(E([])));g&&g!==t&&n.call(g,a)&&(p=g);var y=m.prototype=d.prototype=Object.create(p);function _(e){["next","throw","return"].forEach((function(t){u(e,t,(function(e){return this._invoke(t,e)}))}))}function b(e,t){function i(r,a,o,l){var u=s(e[r],e,a);if("throw"!==u.type){var c=u.arg,f=c.value;return f&&"object"==D(f)&&n.call(f,"__await")?t.resolve(f.__await).then((function(e){i("next",e,o,l)}),(function(e){i("throw",e,o,l)})):t.resolve(f).then((function(e){c.value=e,o(c)}),(function(e){return i("throw",e,o,l)}))}l(u.arg)}var a;r(this,"_invoke",{value:function(e,n){function r(){return new t((function(t,r){i(e,n,t,r)}))}return a=a?a.then(r,r):r()}})}function w(e,t,n){var r="suspendedStart";return function(i,a){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===i)throw a;return A()}for(n.method=i,n.arg=a;;){var o=n.delegate;if(o){var l=k(o,n);if(l){if(l===f)continue;return l}}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 u=s(e,t,n);if("normal"===u.type){if(r=n.done?"completed":"suspendedYield",u.arg===f)continue;return{value:u.arg,done:n.done}}"throw"===u.type&&(r="completed",n.method="throw",n.arg=u.arg)}}}function k(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,k(e,t),"throw"===t.method)||"return"!==n&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+n+"' method")),f;var i=s(r,e.iterator,t.arg);if("throw"===i.type)return t.method="throw",t.arg=i.arg,t.delegate=null,f;var a=i.arg;return a?a.done?(t[e.resultName]=a.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,f):a:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,f)}function x(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 C(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function S(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(x,this),this.reset(!0)}function E(e){if(e){var t=e[a];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=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 i.next=i}}return{next:A}}function A(){return{value:void 0,done:!0}}return h.prototype=m,r(y,"constructor",{value:m,configurable:!0}),r(m,"constructor",{value:h,configurable:!0}),h.displayName=u(m,l,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===h||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,m):(e.__proto__=m,u(e,l,"GeneratorFunction")),e.prototype=Object.create(y),e},e.awrap=function(e){return{__await:e}},_(b.prototype),u(b.prototype,o,(function(){return this})),e.AsyncIterator=b,e.async=function(t,n,r,i,a){void 0===a&&(a=Promise);var o=new b(c(t,n,r,i),a);return e.isGeneratorFunction(n)?o:o.next().then((function(e){return e.done?e.value:o.next()}))},_(y),u(y,l,"Generator"),u(y,a,(function(){return this})),u(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,S.prototype={constructor:S,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(C),!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 o.type="throw",o.arg=e,t.next=n,r&&(t.method="next",t.arg=void 0),!!r}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],o=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var l=n.call(a,"catchLoc"),u=n.call(a,"finallyLoc");if(l&&u){if(this.prev<a.catchLoc)return r(a.catchLoc,!0);if(this.prev<a.finallyLoc)return r(a.finallyLoc)}else if(l){if(this.prev<a.catchLoc)return r(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return r(a.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var a=i;break}}a&&("break"===e||"continue"===e)&&a.tryLoc<=t&&t<=a.finallyLoc&&(a=null);var o=a?a.completion:{};return o.type=e,o.arg=t,a?(this.method="next",this.next=a.finallyLoc,f):this.complete(o)},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),C(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 i=r.arg;C(n)}return i}}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 Fi(e,t,n,r,i,a,o){try{var l=e[a](o),u=l.value}catch(c){return void n(c)}l.done?t(u):Promise.resolve(u).then(r,i)}function Ti(e){return function(){var t=this,n=arguments;return new Promise((function(r,i){var a=e.apply(t,n);function o(e){Fi(a,r,i,o,l,"next",e)}function l(e){Fi(a,r,i,o,l,"throw",e)}o(void 0)}))}}var Oi=["controlsComponent","isMobile"],Ii=function(e){var t=e.controlsComponent,n=e.isMobile,i=Sr(e,Oi),a=gt(),o=xe().pathname,l=function(){var e=vt().useTenantID,t=gt(),n=Ut().serverUrl,i=v((0,r.useState)(!1),2),a=i[0],o=i[1],l=v((0,r.useState)(),2),u=l[0],c=l[1],s=v((0,r.useState)([]),2),f=s[0],d=s[1],h=(0,r.useMemo)((function(){return"".concat(n.replace(/^(.+)(\/select.+)/,"$1"),"/admin/tenants")}),[n]),m=(0,r.useMemo)((function(){return!!bt(n)}),[n]),p=t?!e:!m;return(0,r.useEffect)((function(){if(!p){var e=function(){var e=Ti(Mi().mark((function e(){var t,n,r;return Mi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return o(!0),e.prev=1,e.next=4,fetch(h);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:o(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();e().catch(console.error)}}),[h]),{accountIds:f,isLoading:a,error:u}}(),u=l.accountIds,c=ci(!1),s=c.value,f=c.toggle,d=c.setFalse,h=(0,r.useMemo)((function(){return(mt[o]||{}).header||{}}),[o]),m=$t(t,st(st({},i),{},{isMobile:n,accountIds:u,headerSetup:h}));return n?$t(jt.HY,{children:[$t("div",{children:$t(ui,{className:Cr()({"vm-header-button":!a}),startIcon:$t(br,{}),onClick:f})}),$t(pi,{title:"Controls",onClose:d,isOpen:s,className:Cr()({"vm-header-controls-modal":!0,"vm-header-controls-modal_open":s}),children:m})]}):m},Pi=function(e){var t=e.controlsComponent,n={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,i=Gr().isMobile,a=Tr(),o=(0,r.useMemo)((function(){return window.innerWidth<1e3}),[a]),l=Ut().isDarkTheme,u=gt(),c=(0,r.useMemo)((function(){return It(l?"color-background-block":"color-primary")}),[l]),s=(0,r.useMemo)((function(){var e=vt().headerStyles,t=void 0===e?{}:e,n=t.background,r=void 0===n?u?"#FFF":c:n,i=t.color;return{background:r,color:void 0===i?u?c:"#FFF":i}}),[c]),f=s.background,d=s.color,h=Se(),m=function(){h({pathname:pt.home}),window.location.reload()};return $t("header",{className:Cr()({"vm-header":!0,"vm-header_app":u,"vm-header_dark":l,"vm-header_sidebar":o,"vm-header_mobile":i}),style:{background:f,color:d},children:[o?$t(Ni,{background:f,color:d}):$t(jt.HY,{children:[!u&&$t("div",{className:Cr()({"vm-header-logo":!0,"vm-header-logo_logs":n}),onClick:m,style:{color:d},children:$t(n?jn:zn,{})}),$t(mi,{color:d,background:f})]}),o&&$t("div",{className:Cr()({"vm-header-logo":!0,"vm-header-logo_mobile":!0,"vm-header-logo_logs":n}),onClick:m,style:{color:d},children:$t(n?jn:zn,{})}),$t(Ii,{controlsComponent:t,displaySidebar:o,isMobile:i})]})},Ri=function(){var e=Gr().isMobile,t="2019-".concat(a()().format("YYYY"));return $t("footer",{className:"vm-footer",children:[$t("a",{className:"vm-link vm-footer__website",target:"_blank",href:"https://victoriametrics.com/",rel:"me noreferrer",children:[$t(Hn,{}),"victoriametrics.com"]}),$t("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://docs.victoriametrics.com/MetricsQL.html",rel:"help noreferrer",children:[$t(or,{}),"MetricsQL"]}),$t("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://docs.victoriametrics.com/#vmui",rel:"help noreferrer",children:[$t(vr,{}),e?"Docs":"Documentation"]}),$t("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://github.com/VictoriaMetrics/VictoriaMetrics/issues/new/choose",rel:"noreferrer",children:[$t(gr,{}),e?"New issue":"Create an issue"]}),$t("div",{className:"vm-footer__copyright",children:["\xa9 ",t," VictoriaMetrics"]})]})},Bi=function(){var e=Ti(Mi().mark((function e(t){var n,r;return Mi().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)}}(),Li=function(){var e={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,t=gt(),n=Ut().serverUrl,i=(0,r.useContext)(ri).dispatch,a=v((0,r.useState)(!1),2),o=a[0],l=a[1],u=v((0,r.useState)(""),2),c=u[0],s=u[1],f=v((0,r.useState)([]),2),d=f[0],h=f[1],m=function(){var e=Ti(Mi().mark((function e(){var t,n;return Mi().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=Ti(Mi().mark((function e(t){return Mi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",Bi(t));case 1:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 6:n=e.sent,h((function(e){return[].concat(_(n),_(e))})),e.next=13;break;case 10:e.prev=10,e.t0=e.catch(0),e.t0 instanceof Error&&s("".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)}}(),p=function(){var t=Ti(Mi().mark((function t(){var r,i,a;return Mi().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n&&!e){t.next=2;break}return t.abrupt("return");case 2:return s(""),l(!0),t.prev=4,t.next=7,fetch("".concat(n,"/vmui/custom-dashboards"));case 7:return r=t.sent,t.next=10,r.json();case 10:if(i=t.sent,!r.ok){t.next=22;break}if(!((a=i.dashboardsSettings)&&a.length>0)){t.next=17;break}h((function(e){return[].concat(_(e),_(a))})),t.next=19;break;case 17:return t.next=19,m();case 19:l(!1),t.next=26;break;case 22:return t.next=24,m();case 24:s(i.error),l(!1);case 26:t.next=34;break;case 28:return t.prev=28,t.t0=t.catch(4),l(!1),t.t0 instanceof Error&&s("".concat(t.t0.name,": ").concat(t.t0.message)),t.next=34,m();case 34:case"end":return t.stop()}}),t,null,[[4,28]])})));return function(){return t.apply(this,arguments)}}();return(0,r.useEffect)((function(){t||(h([]),p())}),[n]),(0,r.useEffect)((function(){i({type:"SET_DASHBOARDS_SETTINGS",payload:d})}),[d]),(0,r.useEffect)((function(){i({type:"SET_DASHBOARDS_LOADING",payload:o})}),[o]),(0,r.useEffect)((function(){i({type:"SET_DASHBOARDS_ERROR",payload:c})}),[c]),{dashboardsSettings:d,isLoading:o,error:c}},zi=function(e){var t=e.label,n=e.value,i=e.type,a=void 0===i?"text":i,o=e.error,l=void 0===o?"":o,u=e.placeholder,c=e.endIcon,s=e.startIcon,f=e.disabled,d=void 0!==f&&f,h=e.autofocus,m=void 0!==h&&h,p=e.helperText,v=e.inputmode,g=void 0===v?"text":v,y=e.onChange,_=e.onEnter,b=e.onKeyDown,D=e.onFocus,w=e.onBlur,k=Ut().isDarkTheme,x=Gr().isMobile,C=(0,r.useRef)(null),S=(0,r.useRef)(null),E=(0,r.useMemo)((function(){return"textarea"===a?S:C}),[a]),A=Cr()({"vm-text-field__input":!0,"vm-text-field__input_error":l,"vm-text-field__input_icon-start":s,"vm-text-field__input_disabled":d,"vm-text-field__input_textarea":"textarea"===a}),N=function(e){b&&b(e);var t=e.key,n=e.ctrlKey,r=e.metaKey,i="Enter"===t;("textarea"!==a?i:i&&(r||n))&&_&&(e.preventDefault(),_())},M=function(e){d||y&&y(e.target.value)};(0,r.useEffect)((function(){var e;m&&!x&&(null===E||void 0===E||null===(e=E.current)||void 0===e?void 0:e.focus)&&E.current.focus()}),[E,m]);var F=function(){D&&D()},T=function(){w&&w()};return $t("label",{className:Cr()({"vm-text-field":!0,"vm-text-field_textarea":"textarea"===a,"vm-text-field_dark":k}),"data-replicated-value":n,children:[s&&$t("div",{className:"vm-text-field__icon-start",children:s}),c&&$t("div",{className:"vm-text-field__icon-end",children:c}),"textarea"===a?$t("textarea",{className:A,disabled:d,ref:S,value:n,rows:1,inputMode:g,placeholder:u,autoCapitalize:"none",onInput:M,onKeyDown:N,onFocus:F,onBlur:T}):$t("input",{className:A,disabled:d,ref:C,value:n,type:a,placeholder:u,inputMode:g,autoCapitalize:"none",onInput:M,onKeyDown:N,onFocus:F,onBlur:T}),t&&$t("span",{className:"vm-text-field__label",children:t}),$t("span",{className:"vm-text-field__error","data-show":!!l,children:l}),p&&!l&&$t("span",{className:"vm-text-field__helper-text",children:p})]})},ji=function(e){var t=e.accountIds,n=gt(),i=Gr().isMobile,a=Ut(),o=a.tenantId,l=a.serverUrl,u=Vt(),c=Tn(),s=v((0,r.useState)(""),2),f=s[0],d=s[1],h=(0,r.useRef)(null),m=ci(!1),p=m.value,g=m.toggle,y=m.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,i;return((null===(r=t.match(e))||void 0===r?void 0:r.index)||0)-((null===(i=n.match(e))||void 0===i?void 0:i.index)||0)}))}catch(n){return[]}}),[f,t]),b=(0,r.useMemo)((function(){return t.length>1}),[t]),D=function(e){return function(){var t=e;if(u({type:"SET_TENANT_ID",payload:t}),l){var n=_t(l,t);if(n===l)return;u({type:"SET_SERVER",payload:n}),c({type:"RUN_QUERY"})}y()}};return(0,r.useEffect)((function(){var e=bt(l);o&&o!==e?D(o)():D(e)()}),[l]),b?$t("div",{className:"vm-tenant-input",children:[$t(vi,{title:"Define Tenant ID if you need request to another storage",children:$t("div",{ref:h,children:i?$t("div",{className:"vm-mobile-option",onClick:g,children:[$t("span",{className:"vm-mobile-option__icon",children:$t(_r,{})}),$t("div",{className:"vm-mobile-option-text",children:[$t("span",{className:"vm-mobile-option-text__label",children:"Tenant ID"}),$t("span",{className:"vm-mobile-option-text__value",children:o})]}),$t("span",{className:"vm-mobile-option__arrow",children:$t(Kn,{})})]}):$t(ui,{className:n?"":"vm-header-button",variant:"contained",color:"primary",fullWidth:!0,startIcon:$t(_r,{}),endIcon:$t("div",{className:Cr()({"vm-execution-controls-buttons__arrow":!0,"vm-execution-controls-buttons__arrow_open":p}),children:$t(Kn,{})}),onClick:g,children:o})})}),$t(si,{open:p,placement:"bottom-right",onClose:y,buttonRef:h,title:i?"Define Tenant ID":void 0,children:$t("div",{className:Cr()({"vm-list vm-tenant-input-list":!0,"vm-list vm-tenant-input-list_mobile":i}),children:[$t("div",{className:"vm-tenant-input-list__search",children:$t(zi,{autofocus:!0,label:"Search",value:f,onChange:d,type:"search"})}),_.map((function(e){return $t("div",{className:Cr()({"vm-list-item":!0,"vm-list-item_mobile":i,"vm-list-item_active":e===o}),onClick:D(e),children:e},e)}))]})})]}):null};var Hi,$i,Yi=function(e){var t=(0,r.useRef)();return(0,r.useEffect)((function(){t.current=e}),[e]),t.current},Ui=function(){var e=gt(),t=Gr().isMobile,n=Wr(),i=n.customStep,a=n.isHistogram,o=Fn().period,l=o.step,u=o.end,c=o.start,s=Zr(),f=Yi(u-c),d=(0,r.useMemo)((function(){return sn(u-c,a)}),[l,a]),h=v((0,r.useState)(i||d),2),m=h[0],p=h[1],g=v((0,r.useState)(""),2),y=g[0],_=g[1],b=ci(!1),D=b.value,w=b.toggle,k=b.setFalse,x=(0,r.useRef)(null),C=function(e){var t=e||m||d||"1s",n=(t.match(/[a-zA-Z]+/g)||[]).length?t:"".concat(t,"s");s({type:"SET_CUSTOM_STEP",payload:n}),p(n),_("")},S=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})),i=n.every((function(e){return rn.find((function(t){return t.short===e}))})),a=r&&i;p(e),_(a?"":Tt.validStep)};return(0,r.useEffect)((function(){i&&C(i)}),[i]),(0,r.useEffect)((function(){!i&&d&&C(d)}),[d]),(0,r.useEffect)((function(){u-c!==f&&f&&d&&C(d)}),[u,c,f,d]),(0,r.useEffect)((function(){l!==i&&l!==d||C(d)}),[a]),$t("div",{className:"vm-step-control",ref:x,children:[t?$t("div",{className:"vm-mobile-option",onClick:w,children:[$t("span",{className:"vm-mobile-option__icon",children:$t(pr,{})}),$t("div",{className:"vm-mobile-option-text",children:[$t("span",{className:"vm-mobile-option-text__label",children:"Step"}),$t("span",{className:"vm-mobile-option-text__value",children:m})]}),$t("span",{className:"vm-mobile-option__arrow",children:$t(Kn,{})})]}):$t(vi,{title:"Query resolution step width",children:$t(ui,{className:e?"":"vm-header-button",variant:"contained",color:"primary",startIcon:$t(pr,{}),onClick:w,children:$t("p",{children:["STEP",$t("p",{className:"vm-step-control__value",children:m})]})})}),$t(si,{open:D,placement:"bottom-right",onClose:k,buttonRef:x,title:t?"Query resolution step width":void 0,children:$t("div",{className:Cr()({"vm-step-control-popper":!0,"vm-step-control-popper_mobile":t}),children:[$t(zi,{autofocus:!0,label:"Step value",value:m,error:y,onChange:S,onEnter:function(){C(),k()},onFocus:function(){document.activeElement instanceof HTMLInputElement&&document.activeElement.select()},onBlur:C,endIcon:$t(vi,{title:"Set default step value: ".concat(d),children:$t(ui,{size:"small",variant:"text",color:"primary",startIcon:$t(Un,{}),onClick:function(){var e=d||"1s";S(e),C(e)}})})}),$t("div",{className:"vm-step-control-popper-info",children:[$t("code",{children:"step"})," - the ",$t("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 ",$t("code",{children:"query"})," is executed at",$t("code",{children:"start"}),", ",$t("code",{children:"start+step"}),", ",$t("code",{children:"start+2*step"}),", \u2026, ",$t("code",{children:"end"})," timestamps.",$t("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"})]})]})})]})},Vi=function(e){var t=e.relativeTime,n=e.setDuration,r=Gr().isMobile;return $t("div",{className:Cr()({"vm-time-duration":!0,"vm-time-duration_mobile":r}),children:vn.map((function(e){var i,a=e.id,o=e.duration,l=e.until,u=e.title;return $t("div",{className:Cr()({"vm-list-item":!0,"vm-list-item_mobile":r,"vm-list-item_active":a===t}),onClick:(i={duration:o,until:l(),id:a},function(){n(i)}),children:u||o},a)}))})},qi=function(e){var t=e.viewDate,n=e.showArrowNav,r=e.onChangeViewDate;return $t("div",{className:"vm-calendar-header",children:[$t("div",{className:"vm-calendar-header-left",onClick:e.toggleDisplayYears,children:[$t("span",{className:"vm-calendar-header-left__date",children:t.format("MMMM YYYY")}),$t("div",{className:"vm-calendar-header-left__select-year",children:$t(Gn,{})})]}),n&&$t("div",{className:"vm-calendar-header-right",children:[$t("div",{className:"vm-calendar-header-right__prev",onClick:function(){r(t.subtract(1,"month"))},children:$t(Kn,{})}),$t("div",{className:"vm-calendar-header-right__next",onClick:function(){r(t.add(1,"month"))},children:$t(Kn,{})})]})]})},Wi=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],Zi=function(e){var t=e.viewDate,n=e.selectDate,i=e.onChangeSelectDate,o="YYYY-MM-DD",l=a()().tz().startOf("day"),u=(0,r.useMemo)((function(){var e=new Array(42).fill(null),n=t.startOf("month"),r=t.endOf("month").diff(n,"day")+1,i=new Array(r).fill(n).map((function(e,t){return e.add(t,"day")})),a=n.day();return e.splice.apply(e,[a,r].concat(_(i))),e}),[t]),c=function(e){return function(){e&&i(e)}};return $t("div",{className:"vm-calendar-body",children:[Wi.map((function(e){return $t("div",{className:"vm-calendar-body-cell vm-calendar-body-cell_weekday",children:e[0]},e)})),u.map((function(e,t){return $t("div",{className:Cr()({"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(o))===n.format(o),"vm-calendar-body-cell_day_today":(e&&e.format(o))===l.format(o)}),onClick:c(e),children:e&&e.format("D")},e?e.format(o):t)}))]})},Qi=function(e){var t=e.viewDate,n=e.onChangeViewDate,i=a()().format("YYYY"),o=(0,r.useMemo)((function(){return t.format("YYYY")}),[t]),l=(0,r.useMemo)((function(){var e=a()().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(o));e&&e.scrollIntoView({block:"center"})}),[]);return $t("div",{className:"vm-calendar-years",children:l.map((function(e){return $t("div",{className:Cr()({"vm-calendar-years__year":!0,"vm-calendar-years__year_selected":e.format("YYYY")===o,"vm-calendar-years__year_today":e.format("YYYY")===i}),id:"vm-calendar-year-".concat(e.format("YYYY")),onClick:(t=e,function(){n(t)}),children:e.format("YYYY")},e.format("YYYY"));var t}))})},Ki=function(e){var t=e.viewDate,n=e.selectDate,i=e.onChangeViewDate,o=a()().format("MM"),l=(0,r.useMemo)((function(){return n.format("MM")}),[n]),u=(0,r.useMemo)((function(){return new Array(12).fill("").map((function(e,n){return a()(t).month(n)}))}),[t]);(0,r.useEffect)((function(){var e=document.getElementById("vm-calendar-year-".concat(l));e&&e.scrollIntoView({block:"center"})}),[]);var c=function(e){return function(){i(e)}};return $t("div",{className:"vm-calendar-years",children:u.map((function(e){return $t("div",{className:Cr()({"vm-calendar-years__year":!0,"vm-calendar-years__year_selected":e.format("MM")===l,"vm-calendar-years__year_today":e.format("MM")===o}),id:"vm-calendar-year-".concat(e.format("MM")),onClick:c(e),children:e.format("MMMM")},e.format("MM"))}))})},Gi=function(e){return e[e.days=0]="days",e[e.months=1]="months",e[e.years=2]="years",e}(Gi||{}),Ji=function(e){var t=e.date,n=e.format,i=void 0===n?Zt:n,o=e.onChange,l=v((0,r.useState)(Gi.days),2),u=l[0],c=l[1],s=v((0,r.useState)(a().tz(t)),2),f=s[0],d=s[1],h=v((0,r.useState)(a().tz(t)),2),m=h[0],p=h[1],g=a()().startOf("day").tz(),y=g.format()===f.format(),_=Gr().isMobile,b=function(e){d(e),c((function(e){return e===Gi.years?Gi.months:Gi.days}))};return(0,r.useEffect)((function(){m.format()!==a().tz(t).format()&&o(m.format(i))}),[m]),(0,r.useEffect)((function(){var e=a().tz(t);d(e),p(e)}),[t]),$t("div",{className:Cr()({"vm-calendar":!0,"vm-calendar_mobile":_}),children:[$t(qi,{viewDate:f,onChangeViewDate:b,toggleDisplayYears:function(){c((function(e){return e===Gi.years?Gi.days:Gi.years}))},showArrowNav:u===Gi.days}),u===Gi.days&&$t(Zi,{viewDate:f,selectDate:m,onChangeSelectDate:function(e){p(e)}}),u===Gi.years&&$t(Qi,{viewDate:f,onChangeViewDate:b}),u===Gi.months&&$t(Ki,{selectDate:m,viewDate:f,onChangeViewDate:b}),!y&&u===Gi.days&&$t("div",{className:"vm-calendar-footer",children:$t(ui,{variant:"text",size:"small",onClick:function(){d(g)},children:"show today"})})]})},Xi=(0,r.forwardRef)((function(e,t){var n=e.date,i=e.targetRef,o=e.format,l=void 0===o?Zt:o,u=e.onChange,c=e.label,s=(0,r.useMemo)((function(){return a()(n).isValid()?a().tz(n):a()().tz()}),[n]),f=Gr().isMobile,d=ci(!1),h=d.value,m=d.toggle,p=d.setFalse;return Fr("click",m,i),Fr("keyup",(function(e){"Escape"!==e.key&&"Enter"!==e.key||p()})),$t(jt.HY,{children:$t(si,{open:h,buttonRef:i,placement:"bottom-right",onClose:p,title:f?c:void 0,children:$t("div",{ref:t,children:$t(Ji,{date:s,format:l,onChange:function(e){u(e),p()}})})})})})),ea=Xi,ta=n(111),na=n.n(ta),ra=function(e){return a()(e).isValid()?a().tz(e).format(Zt):e},ia=function(e){var t=e.value,n=void 0===t?"":t,i=e.label,o=e.pickerLabel,l=e.pickerRef,u=e.onChange,c=e.onEnter,s=(0,r.useRef)(null),f=v((0,r.useState)(null),2),d=f[0],h=f[1],m=v((0,r.useState)(ra(n)),2),p=m[0],g=m[1],y=v((0,r.useState)(!1),2),_=y[0],b=y[1],D=v((0,r.useState)(!1),2),w=D[0],k=D[1],x=a()(p).isValid()?"":"Expected format: YYYY-MM-DD HH:mm:ss";return(0,r.useEffect)((function(){var e=ra(n);e!==p&&g(e),w&&(c(),k(!1))}),[n]),(0,r.useEffect)((function(){_&&d&&(d.focus(),d.setSelectionRange(11,11),b(!1))}),[_]),$t("div",{className:Cr()({"vm-date-time-input":!0,"vm-date-time-input_error":x}),children:[$t("label",{children:i}),$t(na(),{tabIndex:1,inputRef:h,mask:"9999-99-99 99:99:99",placeholder:"YYYY-MM-DD HH:mm:ss",value:p,autoCapitalize:"none",inputMode:"numeric",maskChar:null,onChange:function(e){g(e.currentTarget.value)},onBlur:function(){u(p)},onKeyUp:function(e){"Enter"===e.key&&(u(p),k(!0))}}),x&&$t("span",{className:"vm-date-time-input__error-text",children:x}),$t("div",{className:"vm-date-time-input__icon",ref:s,children:$t(ui,{variant:"text",color:"gray",size:"small",startIcon:$t(Xn,{})})}),$t(ea,{label:o,ref:l,date:p,onChange:function(e){g(e),b(!0)},targetRef:s})]})},aa=function(){var e=Gr().isMobile,t=Ut().isDarkTheme,n=(0,r.useRef)(null),i=Tr(),o=(0,r.useMemo)((function(){return i.width>1120}),[i]),l=v((0,r.useState)(),2),u=l[0],c=l[1],s=v((0,r.useState)(),2),f=s[0],d=s[1],h=Fn(),m=h.period,p=m.end,g=m.start,y=h.relativeTime,_=h.timezone,b=h.duration,D=Tn(),w=gt(),k=Yi(_),x=ci(!1),C=x.value,S=x.toggle,E=x.setFalse,A=(0,r.useMemo)((function(){return{region:_,utc:yn(_)}}),[_]);(0,r.useEffect)((function(){c(hn(pn(p)))}),[_,p]),(0,r.useEffect)((function(){d(hn(pn(g)))}),[_,g]);var N=function(e){var t=e.duration,n=e.until,r=e.id;D({type:"SET_RELATIVE_TIME",payload:{duration:t,until:n,id:r}}),E()},M=(0,r.useMemo)((function(){return{start:a().tz(pn(g)).format(Zt),end:a().tz(pn(p)).format(Zt)}}),[g,p,_]),F=(0,r.useMemo)((function(){return y&&"none"!==y?y.replace(/_/g," "):"".concat(M.start," - ").concat(M.end)}),[y,M]),T=(0,r.useRef)(null),O=(0,r.useRef)(null),I=(0,r.useRef)(null),P=function(){f&&u&&D({type:"SET_PERIOD",payload:{from:a().tz(f).toDate(),to:a().tz(u).toDate()}}),E()};return(0,r.useEffect)((function(){var e=gn({relativeTimeId:y,defaultDuration:b,defaultEndInput:pn(p)});k&&_!==k&&N({id:e.relativeTimeId,duration:e.duration,until:e.endInput})}),[_,k]),li(n,(function(t){var n,r;if(!e){var i=t.target,a=(null===T||void 0===T?void 0:T.current)&&(null===T||void 0===T||null===(n=T.current)||void 0===n?void 0:n.contains(i)),o=(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(i));a||o||E()}})),$t(jt.HY,{children:[$t("div",{ref:I,children:e?$t("div",{className:"vm-mobile-option",onClick:S,children:[$t("span",{className:"vm-mobile-option__icon",children:$t(Jn,{})}),$t("div",{className:"vm-mobile-option-text",children:[$t("span",{className:"vm-mobile-option-text__label",children:"Time range"}),$t("span",{className:"vm-mobile-option-text__value",children:F})]}),$t("span",{className:"vm-mobile-option__arrow",children:$t(Kn,{})})]}):$t(vi,{title:o?"Time range controls":F,children:$t(ui,{className:w?"":"vm-header-button",variant:"contained",color:"primary",startIcon:$t(Jn,{}),onClick:S,children:o&&$t("span",{children:F})})})}),$t(si,{open:C,buttonRef:I,placement:"bottom-right",onClose:E,clickOutside:!1,title:e?"Time range controls":"",children:$t("div",{className:Cr()({"vm-time-selector":!0,"vm-time-selector_mobile":e}),ref:n,children:[$t("div",{className:"vm-time-selector-left",children:[$t("div",{className:Cr()({"vm-time-selector-left-inputs":!0,"vm-time-selector-left-inputs_dark":t}),children:[$t(ia,{value:f,label:"From:",pickerLabel:"Date From",pickerRef:T,onChange:d,onEnter:P}),$t(ia,{value:u,label:"To:",pickerLabel:"Date To",pickerRef:O,onChange:c,onEnter:P})]}),$t("div",{className:"vm-time-selector-left-timezone",children:[$t("div",{className:"vm-time-selector-left-timezone__title",children:A.region}),$t("div",{className:"vm-time-selector-left-timezone__utc",children:A.utc})]}),$t(ui,{variant:"text",startIcon:$t(er,{}),onClick:function(){return D({type:"RUN_QUERY_TO_NOW"})},children:"switch to now"}),$t("div",{className:"vm-time-selector-left__controls",children:[$t(ui,{color:"error",variant:"outlined",onClick:function(){c(hn(pn(p))),d(hn(pn(g))),E()},children:"Cancel"}),$t(ui,{color:"primary",onClick:P,children:"Apply"})]})]}),$t(Vi,{relativeTime:y||"",setDuration:N})]})})]})},oa=function(){var e=Se(),t=v(ot(),2),n=t[0],i=t[1];return{setSearchParamsFromKeys:(0,r.useCallback)((function(t){var r=!!Array.from(n.values()).length,a=!1;Object.entries(t).forEach((function(e){var t=v(e,2),r=t[0],i=t[1];n.get(r)!=="".concat(i)&&(n.set(r,"".concat(i)),a=!0)})),a&&(r?i(n):e("?".concat(n.toString()),{replace:!0}))}),[n,e])}},la=function(){var e=Gr().isMobile,t=gt(),n=(0,r.useRef)(null),i=v(ot(),1)[0],o=oa().setSearchParamsFromKeys,l=i.get("date")||a()().tz().format(Wt),u=(0,r.useMemo)((function(){return a().tz(l).format(Wt)}),[l]),c=function(e){o({date:e})};return(0,r.useEffect)((function(){c(l)}),[]),$t("div",{children:[$t("div",{ref:n,children:e?$t("div",{className:"vm-mobile-option",children:[$t("span",{className:"vm-mobile-option__icon",children:$t(Xn,{})}),$t("div",{className:"vm-mobile-option-text",children:[$t("span",{className:"vm-mobile-option-text__label",children:"Date control"}),$t("span",{className:"vm-mobile-option-text__value",children:u})]}),$t("span",{className:"vm-mobile-option__arrow",children:$t(Kn,{})})]}):$t(vi,{title:"Date control",children:$t(ui,{className:t?"":"vm-header-button",variant:"contained",color:"primary",startIcon:$t(Xn,{}),children:u})})}),$t(ea,{label:"Date control",date:l||"",format:Wt,onChange:c,targetRef:n})]})},ua=[{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"}],ca=function(){var e=Gr().isMobile,t=Tn(),n=gt(),i=v((0,r.useState)(!1),2),a=i[0],o=i[1],l=v((0,r.useState)(ua[0]),2),u=l[0],c=l[1],s=ci(!1),f=s.value,d=s.toggle,h=s.setFalse,m=(0,r.useRef)(null);(0,r.useEffect)((function(){var e,n=u.seconds;return a?e=setInterval((function(){t({type:"RUN_QUERY"})}),1e3*n):c(ua[0]),function(){e&&clearInterval(e)}}),[u,a]);var p=function(e){return function(){!function(e){(a&&!e.seconds||!a&&e.seconds)&&o((function(e){return!e})),c(e),h()}(e)}};return $t(jt.HY,{children:[$t("div",{className:"vm-execution-controls",children:$t("div",{className:Cr()({"vm-execution-controls-buttons":!0,"vm-execution-controls-buttons_mobile":e,"vm-header-button":!n}),children:[!e&&$t(vi,{title:"Refresh dashboard",children:$t(ui,{variant:"contained",color:"primary",onClick:function(){t({type:"RUN_QUERY"})},startIcon:$t(Qn,{})})}),e?$t("div",{className:"vm-mobile-option",onClick:d,children:[$t("span",{className:"vm-mobile-option__icon",children:$t(Un,{})}),$t("div",{className:"vm-mobile-option-text",children:[$t("span",{className:"vm-mobile-option-text__label",children:"Auto-refresh"}),$t("span",{className:"vm-mobile-option-text__value",children:u.title})]}),$t("span",{className:"vm-mobile-option__arrow",children:$t(Kn,{})})]}):$t(vi,{title:"Auto-refresh control",children:$t("div",{ref:m,children:$t(ui,{variant:"contained",color:"primary",fullWidth:!0,endIcon:$t("div",{className:Cr()({"vm-execution-controls-buttons__arrow":!0,"vm-execution-controls-buttons__arrow_open":f}),children:$t(Kn,{})}),onClick:d,children:u.title})})})]})}),$t(si,{open:f,placement:"bottom-right",onClose:h,buttonRef:m,title:e?"Auto-refresh duration":void 0,children:$t("div",{className:Cr()({"vm-execution-controls-list":!0,"vm-execution-controls-list_mobile":e}),children:ua.map((function(t){return $t("div",{className:Cr()({"vm-list-item":!0,"vm-list-item_mobile":e,"vm-list-item_active":t.seconds===u.seconds}),onClick:p(t),children:t.title},t.seconds)}))})})]})},sa=function(e){var t;try{t=new URL(e)}catch(Ht){return!1}return"http:"===t.protocol||"https:"===t.protocol},fa=function(e){var t=e.serverUrl,n=e.stateServerUrl,i=e.onChange,a=e.onEnter,o=v((0,r.useState)(""),2),l=o[0],u=o[1];return(0,r.useEffect)((function(){n||u(Tt.emptyServer),sa(n)||u(Tt.validServer)}),[n]),$t(zi,{autofocus:!0,label:"Server URL",value:t,error:l,onChange:function(e){i(e||""),u("")},onEnter:a,inputmode:"url"})},da=[{label:"Graph",type:"chart"},{label:"JSON",type:"code"},{label:"Table",type:"table"}],ha=function(e){var t=e.limits,n=e.onChange,i=e.onEnter,a=Gr().isMobile,o=v((0,r.useState)({table:"",chart:"",code:""}),2),l=o[0],u=o[1],c=function(e){return function(r){!function(e,r){var i=e||"";u((function(e){return st(st({},e),{},ut({},r,+i<0?Tt.positiveNumber:""))})),n(st(st({},t),{},ut({},r,i||1/0)))}(r,e)}};return $t("div",{className:"vm-limits-configurator",children:[$t("div",{className:"vm-server-configurator__title",children:["Series limits by tabs",$t(vi,{title:"Set to 0 to disable the limit",children:$t(ui,{variant:"text",color:"primary",size:"small",startIcon:$t(Vn,{})})}),$t("div",{className:"vm-limits-configurator-title__reset",children:$t(ui,{variant:"text",color:"primary",size:"small",startIcon:$t(Un,{}),onClick:function(){n(St)},children:"Reset limits"})})]}),$t("div",{className:Cr()({"vm-limits-configurator__inputs":!0,"vm-limits-configurator__inputs_mobile":a}),children:da.map((function(e){return $t("div",{children:$t(zi,{label:e.label,value:t[e.type],error:l[e.type],onChange:c(e.type),onEnter:i,type:"number"})},e.type)}))})]})},ma=function(e){var t=e.defaultExpanded,n=void 0!==t&&t,i=e.onChange,a=e.title,o=e.children,l=v((0,r.useState)(n),2),u=l[0],c=l[1];return(0,r.useEffect)((function(){i&&i(u)}),[u]),$t(jt.HY,{children:[$t("header",{className:"vm-accordion-header ".concat(u&&"vm-accordion-header_open"),onClick:function(){c((function(e){return!e}))},children:[a,$t("div",{className:"vm-accordion-header__arrow ".concat(u&&"vm-accordion-header__arrow_open"),children:$t(Kn,{})})]}),u&&$t("section",{className:"vm-accordion-section",children:o},"content")]})},pa=function(e){var t=e.timezoneState,n=e.onChange,i=Gr().isMobile,o=_n(),l=v((0,r.useState)(""),2),u=l[0],c=l[1],s=(0,r.useRef)(null),f=ci(!1),d=f.value,h=f.toggle,m=f.setFalse,p=(0,r.useMemo)((function(){if(!u)return o;try{return _n(u)}catch(e){return{}}}),[u,o]),g=(0,r.useMemo)((function(){return Object.keys(p)}),[p]),y=(0,r.useMemo)((function(){return{region:a().tz.guess(),utc:yn(a().tz.guess())}}),[]),_=(0,r.useMemo)((function(){return{region:t,utc:yn(t)}}),[t]),b=function(e){return function(){!function(e){n(e.region),c(""),m()}(e)}};return $t("div",{className:"vm-timezones",children:[$t("div",{className:"vm-server-configurator__title",children:"Time zone"}),$t("div",{className:"vm-timezones-item vm-timezones-item_selected",onClick:h,ref:s,children:[$t("div",{className:"vm-timezones-item__title",children:_.region}),$t("div",{className:"vm-timezones-item__utc",children:_.utc}),$t("div",{className:Cr()({"vm-timezones-item__icon":!0,"vm-timezones-item__icon_open":d}),children:$t(Gn,{})})]}),$t(si,{open:d,buttonRef:s,placement:"bottom-left",onClose:m,fullWidth:!0,title:i?"Time zone":void 0,children:$t("div",{className:Cr()({"vm-timezones-list":!0,"vm-timezones-list_mobile":i}),children:[$t("div",{className:"vm-timezones-list-header",children:[$t("div",{className:"vm-timezones-list-header__search",children:$t(zi,{autofocus:!0,label:"Search",value:u,onChange:function(e){c(e)}})}),$t("div",{className:"vm-timezones-item vm-timezones-list-group-options__item",onClick:b(y),children:[$t("div",{className:"vm-timezones-item__title",children:["Browser Time (",y.region,")"]}),$t("div",{className:"vm-timezones-item__utc",children:y.utc})]})]}),g.map((function(e){return $t("div",{className:"vm-timezones-list-group",children:$t(ma,{defaultExpanded:!0,title:$t("div",{className:"vm-timezones-list-group__title",children:e}),children:$t("div",{className:"vm-timezones-list-group-options",children:p[e]&&p[e].map((function(e){return $t("div",{className:"vm-timezones-item vm-timezones-list-group-options__item",onClick:b(e),children:[$t("div",{className:"vm-timezones-item__title",children:e.region}),$t("div",{className:"vm-timezones-item__utc",children:e.utc})]},e.search)}))})})},e)}))]})})]})},va=function(e){var t=e.options,n=e.value,i=e.label,a=e.onChange,o=(0,r.useRef)(null),l=v((0,r.useState)({width:"0px",left:"0px",borderRadius:"0px"}),2),u=l[0],c=l[1],s=function(e){return function(){a(e)}};return(0,r.useEffect)((function(){if(o.current){var e=t.findIndex((function(e){return e.value===n})),r=o.current.getBoundingClientRect().width,i=e*r,a="0";0===e&&(a="16px 0 0 16px"),e===t.length-1&&(a="10px",i-=1,a="0 16px 16px 0"),0!==e&&e!==t.length-1&&(r+=1,i-=1),c({width:"".concat(r,"px"),left:"".concat(i,"px"),borderRadius:a})}else c({width:"0px",left:"0px",borderRadius:"0px"})}),[o,n,t]),$t("div",{className:"vm-toggles",children:[i&&$t("label",{className:"vm-toggles__label",children:i}),$t("div",{className:"vm-toggles-group",style:{gridTemplateColumns:"repeat(".concat(t.length,", 1fr)")},children:[u.borderRadius&&$t("div",{className:"vm-toggles-group__highlight",style:u}),t.map((function(e,t){return $t("div",{className:Cr()({"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?o:null,children:[e.icon,e.title]},e.value)}))]})]})},ga=Object.values(Ot).map((function(e){return{title:e,value:e}})),ya=function(e){var t=e.theme,n=e.onChange,r=Gr().isMobile;return $t("div",{className:Cr()({"vm-theme-control":!0,"vm-theme-control_mobile":r}),children:[$t("div",{className:"vm-server-configurator__title",children:"Theme preferences"}),$t("div",{className:"vm-theme-control__toggle",children:$t(va,{options:ga,value:t,onChange:function(e){n(e)}})},"".concat(r))]})},_a="Settings",ba=function(){var e={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,t=Gr().isMobile,n=gt(),i=Ut(),a=i.serverUrl,o=i.theme,l=Fn().timezone,u=$r().seriesLimits,c=Vt(),s=Tn(),f=Yr(),d=v((0,r.useState)(a),2),h=d[0],m=d[1],p=v((0,r.useState)(u),2),g=p[0],y=p[1],_=v((0,r.useState)(l),2),b=_[0],D=_[1],w=ci(!1),k=w.value,x=w.setTrue,C=w.setFalse,S=function(){C(),m(a),y(u),D(l)},E=function(){var e=bt(h);""!==e&&c({type:"SET_TENANT_ID",payload:e}),c({type:"SET_SERVER",payload:h}),s({type:"SET_TIMEZONE",payload:b}),f({type:"SET_SERIES_LIMITS",payload:g}),C()};(0,r.useEffect)((function(){a!==h&&m(a)}),[a]);var A=[{show:!n&&!e,component:$t(fa,{stateServerUrl:a,serverUrl:h,onChange:m,onEnter:E})},{show:!e,component:$t(ha,{limits:g,onChange:y,onEnter:E})},{show:!0,component:$t(pa,{timezoneState:b,onChange:D})},{show:!n,component:$t(ya,{theme:o,onChange:function(e){c({type:"SET_THEME",payload:e})}})}].filter((function(e){return e.show}));return $t(jt.HY,{children:[t?$t("div",{className:"vm-mobile-option",onClick:x,children:[$t("span",{className:"vm-mobile-option__icon",children:$t($n,{})}),$t("div",{className:"vm-mobile-option-text",children:$t("span",{className:"vm-mobile-option-text__label",children:_a})}),$t("span",{className:"vm-mobile-option__arrow",children:$t(Kn,{})})]}):$t(vi,{title:_a,children:$t(ui,{className:Cr()({"vm-header-button":!n}),variant:"contained",color:"primary",startIcon:$t($n,{}),onClick:x})}),k&&$t(pi,{title:_a,onClose:S,children:$t("div",{className:Cr()({"vm-server-configurator":!0,"vm-server-configurator_mobile":t}),children:[A.map((function(e,t){return $t("div",{className:"vm-server-configurator__input",children:e.component},t)})),$t("div",{className:"vm-server-configurator-footer",children:[$t(ui,{color:"error",variant:"outlined",onClick:S,children:"Cancel"}),$t(ui,{color:"primary",variant:"contained",onClick:E,children:"Apply"})]})]})})]})},Da=function(e){var t=e.displaySidebar,n=e.isMobile,r=e.headerSetup,i=e.accountIds;return $t("div",{className:Cr()({"vm-header-controls":!0,"vm-header-controls_mobile":n}),children:[(null===r||void 0===r?void 0:r.tenant)&&$t(ji,{accountIds:i||[]}),(null===r||void 0===r?void 0:r.stepControl)&&$t(Ui,{}),(null===r||void 0===r?void 0:r.timeSelector)&&$t(aa,{}),(null===r||void 0===r?void 0:r.cardinalityDatePicker)&&$t(la,{}),(null===r||void 0===r?void 0:r.executionControls)&&$t(ca,{}),$t(ba,{}),!t&&$t(Ei,{})]})},wa=function(){var e={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,t=gt(),n=Gr().isMobile,i=xe().pathname,a=v(ot(),2),o=a[0],l=a[1];Li();return(0,r.useEffect)((function(){var t,n,r="vmui",a=e?null===(t=mt[pt.logs])||void 0===t?void 0:t.title:null===(n=mt[i])||void 0===n?void 0:n.title;document.title=a?"".concat(a," - ").concat(r):r}),[i]),(0,r.useEffect)((function(){var e=window.location,t=e.search,n=e.href;if(t){var r=kt().parse(t,{ignoreQueryPrefix:!0});Object.entries(r).forEach((function(e){var t=v(e,2),n=t[0],r=t[1];return o.set(n,r)})),l(o),window.location.search=""}var i=n.replace(/\/\?#\//,"/#/");i!==n&&window.location.replace(i)}),[]),$t("section",{className:"vm-container",children:[$t(Pi,{controlsComponent:Da}),$t("div",{className:Cr()({"vm-container-body":!0,"vm-container-body_mobile":n,"vm-container-body_app":t}),children:$t(He,{})}),!t&&$t(Ri,{})]})},ka="u-off",xa="u-label",Ca="width",Sa="height",Ea="top",Aa="bottom",Na="left",Ma="right",Fa="#000",Ta=Fa+"0",Oa="mousemove",Ia="mousedown",Pa="mouseup",Ra="mouseenter",Ba="mouseleave",La="dblclick",za="change",ja="dppxchange",Ha="--",$a="undefined"!=typeof window,Ya=$a?document:null,Ua=$a?window:null,Va=$a?navigator:null;function qa(e,t){if(null!=t){var n=e.classList;!n.contains(t)&&n.add(t)}}function Wa(e,t){var n=e.classList;n.contains(t)&&n.remove(t)}function Za(e,t,n){e.style[t]=n+"px"}function Qa(e,t,n,r){var i=Ya.createElement(e);return null!=t&&qa(i,t),null!=n&&n.insertBefore(i,r),i}function Ka(e,t){return Qa("div",e,t)}var Ga=new WeakMap;function Ja(e,t,n,r,i){var a="translate("+t+"px,"+n+"px)";a!=Ga.get(e)&&(e.style.transform=a,Ga.set(e,a),t<0||n<0||t>r||n>i?qa(e,ka):Wa(e,ka))}var Xa=new WeakMap;function eo(e,t,n){var r=t+n;r!=Xa.get(e)&&(Xa.set(e,r),e.style.background=t,e.style.borderColor=n)}var to=new WeakMap;function no(e,t,n,r){var i=t+""+n;i!=to.get(e)&&(to.set(e,i),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 ro={passive:!0},io=st(st({},ro),{},{capture:!0});function ao(e,t,n,r){t.addEventListener(e,n,r?io:ro)}function oo(e,t,n,r){t.removeEventListener(e,n,r?io:ro)}function lo(e,t,n,r){var i;n=n||0;for(var a=(r=r||t.length-1)<=2147483647;r-n>1;)t[i=a?n+r>>1:xo((n+r)/2)]<e?n=i:r=i;return e-t[n]<=t[r]-e?n:r}function uo(e,t,n,r){for(var i=1==r?t:n;i>=t&&i<=n;i+=r)if(null!=e[i])return i;return-1}function co(e,t,n,r){var i=Mo(e),a=Mo(t),o=10==n?Fo:To;e==t&&(-1==i?(e*=n,t/=n):(e/=n,t*=n));var l=1==a?So:xo,u=(1==i?xo:So)(o(ko(e))),c=l(o(ko(t))),s=No(n,u),f=No(n,c);return 10==n&&(u<0&&(s=Wo(s,-u)),c<0&&(f=Wo(f,-c))),r||2==n?(e=s*i,t=f*a):(e=qo(e,s),t=Vo(t,f)),[e,t]}function so(e,t,n,r){var i=co(e,t,n,r);return 0==e&&(i[0]=0),0==t&&(i[1]=0),i}$a&&function e(){var t=devicePixelRatio;Hi!=t&&(Hi=t,$i&&oo(za,$i,e),$i=matchMedia("(min-resolution: ".concat(Hi-.001,"dppx) and (max-resolution: ").concat(Hi+.001,"dppx)")),ao(za,$i,e),Ua.dispatchEvent(new CustomEvent(ja)))}();var fo=.1,ho={mode:3,pad:fo},mo={pad:0,soft:null,mode:0},po={min:mo,max:mo};function vo(e,t,n,r){return rl(n)?yo(e,t,n):(mo.pad=n,mo.soft=r?0:null,mo.mode=r?3:0,yo(e,t,po))}function go(e,t){return null==e?t:e}function yo(e,t,n){var r=n.min,i=n.max,a=go(r.pad,0),o=go(i.pad,0),l=go(r.hard,-Io),u=go(i.hard,Io),c=go(r.soft,Io),s=go(i.soft,-Io),f=go(r.mode,0),d=go(i.mode,0),h=t-e,m=Fo(h),p=Ao(ko(e),ko(t)),v=Fo(p),g=ko(v-m);(h<1e-9||g>10)&&(h=0,0!=e&&0!=t||(h=1e-9,2==f&&c!=Io&&(a=0),2==d&&s!=-Io&&(o=0)));var y=h||p||1e3,_=Fo(y),b=No(10,xo(_)),D=Wo(qo(e-y*(0==h?0==e?.1:1:a),b/10),9),w=e>=c&&(1==f||3==f&&D<=c||2==f&&D>=c)?c:Io,k=Ao(l,D<w&&e>=w?w:Eo(w,D)),x=Wo(Vo(t+y*(0==h?0==t?.1:1:o),b/10),9),C=t<=s&&(1==d||3==d&&x>=s||2==d&&x<=s)?s:-Io,S=Eo(u,x>C&&t<=C?C:Ao(C,x));return k==S&&0==k&&(S=100),[k,S]}var _o=new Intl.NumberFormat($a?Va.language:"en-US"),bo=function(e){return _o.format(e)},Do=Math,wo=Do.PI,ko=Do.abs,xo=Do.floor,Co=Do.round,So=Do.ceil,Eo=Do.min,Ao=Do.max,No=Do.pow,Mo=Do.sign,Fo=Do.log10,To=Do.log2,Oo=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return Do.asinh(e/t)},Io=1/0;function Po(e){return 1+(0|Fo((e^e>>31)-(e>>31)))}function Ro(e,t,n){return Eo(Ao(e,t),n)}function Bo(e){return"function"==typeof e?e:function(){return e}}var Lo=function(e){return e},zo=function(e,t){return t},jo=function(e){return null},Ho=function(e){return!0},$o=function(e,t){return e==t},Yo=function(e){return Wo(e,14)};function Uo(e,t){return Yo(Wo(Yo(e/t))*t)}function Vo(e,t){return Yo(So(Yo(e/t))*t)}function qo(e,t){return Yo(xo(Yo(e/t))*t)}function Wo(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(tl(e))return e;var n=Math.pow(10,t),r=e*n*(1+Number.EPSILON);return Co(r)/n}var Zo=new Map;function Qo(e){return((""+e).split(".")[1]||"").length}function Ko(e,t,n,r){for(var i=[],a=r.map(Qo),o=t;o<n;o++)for(var l=ko(o),u=Wo(No(e,o),l),c=0;c<r.length;c++){var s=r[c]*u,f=(s>=0&&o>=0?0:l)+(o>=a[c]?0:a[c]),d=Wo(s,f);i.push(d),Zo.set(d,f)}return i}var Go={},Jo=[],Xo=[null,null],el=Array.isArray,tl=Number.isInteger;function nl(e){return"string"==typeof e}function rl(e){var t=!1;if(null!=e){var n=e.constructor;t=null==n||n==Object}return t}function il(e){return null!=e&&"object"==typeof e}var al=Object.getPrototypeOf(Uint8Array);function ol(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:rl;if(el(e)){var r=e.find((function(e){return null!=e}));if(el(r)||n(r)){t=Array(e.length);for(var i=0;i<e.length;i++)t[i]=ol(e[i],n)}else t=e.slice()}else if(e instanceof al)t=e.slice();else if(n(e))for(var a in t={},e)t[a]=ol(e[a],n);else t=e;return t}function ll(e){for(var t=arguments,n=1;n<t.length;n++){var r=t[n];for(var i in r)rl(e[i])?ll(e[i],ol(r[i])):e[i]=ol(r[i])}return e}function ul(e,t,n){for(var r,i=0,a=-1;i<t.length;i++){var o=t[i];if(o>a){for(r=o-1;r>=0&&null==e[r];)e[r--]=null;for(r=o+1;r<n&&null==e[r];)e[a=r++]=null}}}var cl="undefined"==typeof queueMicrotask?function(e){return Promise.resolve().then(e)}:queueMicrotask,sl=["January","February","March","April","May","June","July","August","September","October","November","December"],fl=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];function dl(e){return e.slice(0,3)}var hl=fl.map(dl),ml=sl.map(dl),pl={MMMM:sl,MMM:ml,WWWW:fl,WWW:hl};function vl(e){return(e<10?"0":"")+e}var gl={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 vl(e.getMonth()+1)},M:function(e){return e.getMonth()+1},DD:function(e){return vl(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 vl(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 vl(e.getMinutes())},m:function(e){return e.getMinutes()},ss:function(e){return vl(e.getSeconds())},s:function(e){return e.getSeconds()},fff:function(e){return((t=e.getMilliseconds())<10?"00":t<100?"0":"")+t;var t}};function yl(e,t){t=t||pl;for(var n,r=[],i=/\{([a-z]+)\}|[^{]+/gi;n=i.exec(e);)r.push("{"==n[0][0]?gl[n[1]]:n[0]);return function(e){for(var n="",i=0;i<r.length;i++)n+="string"==typeof r[i]?r[i]:r[i](e,t);return n}}var _l=(new Intl.DateTimeFormat).resolvedOptions().timeZone;var bl=function(e){return e%1==0},Dl=[1,2,2.5,5],wl=Ko(10,-16,0,Dl),kl=Ko(10,0,16,Dl),xl=kl.filter(bl),Cl=wl.concat(kl),Sl="{YYYY}",El="\n"+Sl,Al="{M}/{D}",Nl="\n"+Al,Ml=Nl+"/{YY}",Fl="{aa}",Tl="{h}:{mm}"+Fl,Ol="\n"+Tl,Il=":{ss}",Pl=null;function Rl(e){var t=1e3*e,n=60*t,r=60*n,i=24*r,a=30*i,o=365*i;return[(1==e?Ko(10,0,3,Dl).filter(bl):Ko(10,-3,0,Dl)).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,i,2*i,3*i,4*i,5*i,6*i,7*i,8*i,9*i,10*i,15*i,a,2*a,3*a,4*a,6*a,o,2*o,5*o,10*o,25*o,50*o,100*o]),[[o,Sl,Pl,Pl,Pl,Pl,Pl,Pl,1],[28*i,"{MMM}",El,Pl,Pl,Pl,Pl,Pl,1],[i,Al,El,Pl,Pl,Pl,Pl,Pl,1],[r,"{h}"+Fl,Ml,Pl,Nl,Pl,Pl,Pl,1],[n,Tl,Ml,Pl,Nl,Pl,Pl,Pl,1],[t,Il,Ml+" "+Tl,Pl,Nl+" "+Tl,Pl,Ol,Pl,1],[e,Il+".{fff}",Ml+" "+Tl,Pl,Nl+" "+Tl,Pl,Ol,Pl,1]],function(t){return function(l,u,c,s,f,d){var h=[],m=f>=o,p=f>=a&&f<o,v=t(c),g=Wo(v*e,3),y=Wl(v.getFullYear(),m?0:v.getMonth(),p||m?1:v.getDate()),_=Wo(y*e,3);if(p||m)for(var b=p?f/a:0,D=m?f/o:0,w=g==_?g:Wo(Wl(y.getFullYear()+D,y.getMonth()+b,1)*e,3),k=new Date(Co(w/e)),x=k.getFullYear(),C=k.getMonth(),S=0;w<=s;S++){var E=Wl(x+D*S,C+b*S,1),A=E-t(Wo(E*e,3));(w=Wo((+E+A)*e,3))<=s&&h.push(w)}else{var N=f>=i?i:f,M=_+(xo(c)-xo(g))+Vo(g-_,N);h.push(M);for(var F=t(M),T=F.getHours()+F.getMinutes()/n+F.getSeconds()/r,O=f/r,I=d/l.axes[u]._space;!((M=Wo(M+f,1==e?0:3))>s);)if(O>1){var P=xo(Wo(T+O,6))%24,R=t(M).getHours()-P;R>1&&(R=-1),T=(T+O)%24,Wo(((M-=R*r)-h[h.length-1])/f,3)*I>=.7&&h.push(M)}else h.push(M)}return h}}]}var Bl=v(Rl(1),3),Ll=Bl[0],zl=Bl[1],jl=Bl[2],Hl=v(Rl(.001),3),$l=Hl[0],Yl=Hl[1],Ul=Hl[2];function Vl(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 ql(e,t){return function(n,r,i,a,o){var l,u,c,s,f,d,h=t.find((function(e){return o>=e[0]}))||t[t.length-1];return r.map((function(t){var n=e(t),r=n.getFullYear(),i=n.getMonth(),a=n.getDate(),o=n.getHours(),m=n.getMinutes(),p=n.getSeconds(),v=r!=l&&h[2]||i!=u&&h[3]||a!=c&&h[4]||o!=s&&h[5]||m!=f&&h[6]||p!=d&&h[7]||h[1];return l=r,u=i,c=a,s=o,f=m,d=p,v(n)}))}}function Wl(e,t,n){return new Date(e,t,n)}function Zl(e,t){return t(e)}Ko(2,-53,53,[1]);function Ql(e,t){return function(n,r,i,a){return null==a?Ha:t(e(r))}}var Kl={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 Gl=[0,0];function Jl(e,t,n){return function(e){0==e.button&&n(e)}}function Xl(e,t,n){return n}var eu={show:!0,x:!0,y:!0,lock:!1,move:function(e,t,n){return Gl[0]=t,Gl[1]=n,Gl},points:{show:function(e,t){var n=e.cursor.points,r=Ka(),i=n.size(e,t);Za(r,Ca,i),Za(r,Sa,i);var a=i/-2;Za(r,"marginLeft",a),Za(r,"marginTop",a);var o=n.width(e,t,i);return o&&Za(r,"borderWidth",o),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:Jl,mouseup:Jl,click:Jl,dblclick:Jl,mousemove:Xl,mouseleave:Xl,mouseenter:Xl},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},tu={show:!0,stroke:"rgba(0,0,0,0.07)",width:2},nu=ll({},tu,{filter:zo}),ru=ll({},nu,{size:10}),iu=ll({},tu,{show:!1}),au='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"',ou="bold "+au,lu={show:!0,scale:"x",stroke:Fa,space:50,gap:5,size:50,labelGap:0,labelSize:30,labelFont:ou,side:2,grid:nu,ticks:ru,border:iu,font:au,rotate:0},uu={show:!0,scale:"x",auto:!1,sorted:1,min:Io,max:-Io,idxs:[]};function cu(e,t,n,r,i){return t.map((function(e){return null==e?"":bo(e)}))}function su(e,t,n,r,i,a,o){for(var l=[],u=Zo.get(i)||0,c=n=o?n:Wo(Vo(n,i),u);c<=r;c=Wo(c+i,u))l.push(Object.is(c,-0)?0:c);return l}function fu(e,t,n,r,i,a,o){var l=[],u=e.scales[e.axes[t].scale].log,c=xo((10==u?Fo:To)(n));i=No(u,c),10==u&&c<0&&(i=Wo(i,-c));var s=n;do{l.push(s),s+=i,10==u&&(s=Wo(s,Zo.get(i))),s>=i*u&&(i=s)}while(s<=r);return l}function du(e,t,n,r,i,a,o){var l=e.scales[e.axes[t].scale].asinh,u=r>l?fu(e,t,Ao(l,n),r,i):[l],c=r>=0&&n<=0?[0]:[];return(n<-l?fu(e,t,Ao(l,-r),-n,i):[l]).reverse().map((function(e){return-e})).concat(c,u)}var hu=/./,mu=/[12357]/,pu=/[125]/,vu=/1/;function gu(e,t,n,r,i){var a=e.axes[n],o=a.scale,l=e.scales[o];if(3==l.distr&&2==l.log)return t;var u=e.valToPos,c=a._space,s=u(10,o),f=u(9,o)-s>=c?hu:u(7,o)-s>=c?mu:u(5,o)-s>=c?pu:vu;return t.map((function(e){return 4==l.distr&&0==e||f.test(e)?e:null}))}function yu(e,t,n,r){return null==r?Ha:null==t?"":bo(t)}var _u={show:!0,scale:"y",stroke:Fa,space:30,gap:5,size:50,labelGap:0,labelSize:30,labelFont:ou,side:3,grid:nu,ticks:ru,border:iu,font:au,rotate:0};var bu={scale:null,auto:!0,sorted:0,min:Io,max:-Io},Du=function(e,t,n,r,i){return i},wu={show:!0,auto:!0,sorted:0,gaps:Du,alpha:1,facets:[ll({},bu,{scale:"x"}),ll({},bu,{scale:"y"})]},ku={scale:"y",auto:!0,sorted:0,show:!0,spanGaps:!1,gaps:Du,alpha:1,points:{show:function(e,t){var n=e.series[0],r=n.scale,i=n.idxs,a=e._data[0],o=e.valToPos(a[i[0]],r,!0),l=e.valToPos(a[i[1]],r,!0),u=ko(l-o)/(e.series[t].points.space*Hi);return i[1]-i[0]<=u},filter:null},values:null,min:Io,max:-Io,idxs:[],path:null,clip:null};function xu(e,t,n,r,i){return n/10}var Cu={time:!0,auto:!0,distr:1,log:10,asinh:1,min:null,max:null,dir:1,ori:0},Su=ll({},Cu,{time:!1,ori:1}),Eu={};function Au(e,t){var n=Eu[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,i,a,o,l){for(var u=0;u<n.plots.length;u++)n.plots[u]!=t&&n.plots[u].pub(e,t,r,i,a,o,l)}},null!=e&&(Eu[e]=n)),n}var Nu=1;function Mu(e,t,n){var r=e.mode,i=e.series[t],a=2==r?e._data[t]:e._data,o=e.scales,l=e.bbox,u=a[0],c=2==r?a[1]:a[t],s=2==r?o[i.facets[0].scale]:o[e.series[0].scale],f=2==r?o[i.facets[1].scale]:o[i.scale],d=l.left,h=l.top,m=l.width,p=l.height,v=e.valToPosH,g=e.valToPosV;return 0==s.ori?n(i,u,c,s,f,v,g,d,h,m,p,Lu,ju,$u,Uu,qu):n(i,u,c,s,f,g,v,h,d,p,m,zu,Hu,Yu,Vu,Wu)}function Fu(e,t){for(var n=0,r=0,i=go(e.bands,Jo),a=0;a<i.length;a++){var o=i[a];o.series[0]==t?n=o.dir:o.series[1]==t&&(1==o.dir?r|=1:r|=2)}return[n,1==r?-1:2==r?1:3==r?2:0]}function Tu(e,t,n,r,i){var a=e.mode,o=e.series[t],l=2==a?o.facets[1].scale:o.scale,u=e.scales[l];return-1==i?u.min:1==i?u.max:3==u.distr?1==u.dir?u.min:u.max:0}function Ou(e,t,n,r,i,a){return Mu(e,t,(function(e,t,o,l,u,c,s,f,d,h,m){var p,v,g=e.pxRound,y=l.dir*(0==l.ori?1:-1),_=0==l.ori?ju:Hu;1==y?(p=n,v=r):(p=r,v=n);var b=g(c(t[p],l,h,f)),D=g(s(o[p],u,m,d)),w=g(c(t[v],l,h,f)),k=g(s(1==a?u.max:u.min,u,m,d)),x=new Path2D(i);return _(x,w,k),_(x,b,k),_(x,b,D),x}))}function Iu(e,t,n,r,i,a){var o=null;if(e.length>0){o=new Path2D;for(var l=0==t?$u:Yu,u=n,c=0;c<e.length;c++){var s=e[c];if(s[1]>s[0]){var f=s[0]-u;f>0&&l(o,u,r,f,r+a),u=s[1]}}var d=n+i-u;d>0&&l(o,u,r,d,r+a)}return o}function Pu(e,t,n,r,i,a,o){for(var l=[],u=e.length,c=1==i?n:r;c>=n&&c<=r;c+=i){if(null===t[c]){var s=c,f=c;if(1==i)for(;++c<=r&&null===t[c];)f=c;else for(;--c>=n&&null===t[c];)f=c;var d=a(e[s]),h=f==s?d:a(e[f]),m=s-i;d=o<=0&&m>=0&&m<u?a(e[m]):d;var p=f+i;(h=o>=0&&p>=0&&p<u?a(e[p]):h)>=d&&l.push([d,h])}}return l}function Ru(e){return 0==e?Lo:1==e?Co:function(t){return Uo(t,e)}}function Bu(e){var t=0==e?Lu:zu,n=0==e?function(e,t,n,r,i,a){e.arcTo(t,n,r,i,a)}:function(e,t,n,r,i,a){e.arcTo(n,t,i,r,a)},r=0==e?function(e,t,n,r,i){e.rect(t,n,r,i)}:function(e,t,n,r,i){e.rect(n,t,i,r)};return function(e,i,a,o,l){var u=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,c=arguments.length>6&&void 0!==arguments[6]?arguments[6]:0;0==u&&0==c?r(e,i,a,o,l):(u=Eo(u,o/2,l/2),c=Eo(c,o/2,l/2),t(e,i+u,a),n(e,i+o,a,i+o,a+l,u),n(e,i+o,a+l,i,a+l,c),n(e,i,a+l,i,a,c),n(e,i,a,i+o,a,u),e.closePath())}}var Lu=function(e,t,n){e.moveTo(t,n)},zu=function(e,t,n){e.moveTo(n,t)},ju=function(e,t,n){e.lineTo(t,n)},Hu=function(e,t,n){e.lineTo(n,t)},$u=Bu(0),Yu=Bu(1),Uu=function(e,t,n,r,i,a){e.arc(t,n,r,i,a)},Vu=function(e,t,n,r,i,a){e.arc(n,t,r,i,a)},qu=function(e,t,n,r,i,a,o){e.bezierCurveTo(t,n,r,i,a,o)},Wu=function(e,t,n,r,i,a,o){e.bezierCurveTo(n,t,i,r,o,a)};function Zu(e){return function(e,t,n,r,i){return Mu(e,t,(function(t,a,o,l,u,c,s,f,d,h,m){var p,v,g=t.pxRound,y=t.points;0==l.ori?(p=Lu,v=Uu):(p=zu,v=Vu);var _=Wo(y.width*Hi,3),b=(y.size-y.width)/2*Hi,D=Wo(2*b,3),w=new Path2D,k=new Path2D,x=e.bbox,C=x.left,S=x.top,E=x.width,A=x.height;$u(k,C-D,S-D,E+2*D,A+2*D);var N=function(e){if(null!=o[e]){var t=g(c(a[e],l,h,f)),n=g(s(o[e],u,m,d));p(w,t+b,n),v(w,t,n,b,0,2*wo)}};if(i)i.forEach(N);else for(var M=n;M<=r;M++)N(M);return{stroke:_>0?w:null,fill:w,clip:k,flags:2|Nu}}))}}function Qu(e){return function(t,n,r,i,a,o){r!=i&&(a!=r&&o!=r&&e(t,n,r),a!=i&&o!=i&&e(t,n,i),e(t,n,o))}}var Ku=Qu(ju),Gu=Qu(Hu);function Ju(e){var t=go(null===e||void 0===e?void 0:e.alignGaps,0);return function(e,n,r,i){return Mu(e,n,(function(a,o,l,u,c,s,f,d,h,m,p){var g,y,b=a.pxRound,D=function(e){return b(s(e,u,m,d))},w=function(e){return b(f(e,c,p,h))};0==u.ori?(g=ju,y=Ku):(g=Hu,y=Gu);for(var k,x,C,S=u.dir*(0==u.ori?1:-1),E={stroke:new Path2D,fill:null,clip:null,band:null,gaps:null,flags:Nu},A=E.stroke,N=Io,M=-Io,F=D(o[1==S?r:i]),T=uo(l,r,i,1*S),O=uo(l,r,i,-1*S),I=D(o[T]),P=D(o[O]),R=!1,B=1==S?r:i;B>=r&&B<=i;B+=S){var L=D(o[B]),z=l[B];L==F?null!=z?(x=w(z),N==Io&&(g(A,L,x),k=x),N=Eo(x,N),M=Ao(x,M)):null===z&&(R=!0):(N!=Io&&(y(A,F,N,M,k,x),C=F),null!=z?(g(A,L,x=w(z)),N=M=k=x):(N=Io,M=-Io,null===z&&(R=!0)),F=L)}N!=Io&&N!=M&&C!=F&&y(A,F,N,M,k,x);var j=v(Fu(e,n),2),H=j[0],$=j[1];if(null!=a.fill||0!=H){var Y=E.fill=new Path2D(A),U=w(a.fillTo(e,n,a.min,a.max,H));g(Y,P,U),g(Y,I,U)}if(!a.spanGaps){var V,q=[];R&&(V=q).push.apply(V,_(Pu(o,l,r,i,S,D,t))),E.gaps=q=a.gaps(e,n,r,i,q),E.clip=Iu(q,u.ori,d,h,m,p)}return 0!=$&&(E.band=2==$?[Ou(e,n,r,i,A,-1),Ou(e,n,r,i,A,1)]:Ou(e,n,r,i,A,$)),E}))}}function Xu(e,t,n,r,i,a){var o=e.length;if(o<2)return null;var l=new Path2D;if(n(l,e[0],t[0]),2==o)r(l,e[1],t[1]);else{for(var u=Array(o),c=Array(o-1),s=Array(o-1),f=Array(o-1),d=0;d<o-1;d++)s[d]=t[d+1]-t[d],f[d]=e[d+1]-e[d],c[d]=s[d]/f[d];u[0]=c[0];for(var h=1;h<o-1;h++)0===c[h]||0===c[h-1]||c[h-1]>0!==c[h]>0?u[h]=0:(u[h]=3*(f[h-1]+f[h])/((2*f[h]+f[h-1])/c[h-1]+(f[h]+2*f[h-1])/c[h]),isFinite(u[h])||(u[h]=0));u[o-1]=c[o-2];for(var m=0;m<o-1;m++)i(l,e[m]+f[m]/3,t[m]+u[m]*f[m]/3,e[m+1]-f[m]/3,t[m+1]-u[m+1]*f[m]/3,e[m+1],t[m+1])}return l}var ec=new Set;function tc(){var e,t=g(ec);try{for(t.s();!(e=t.n()).done;){e.value.syncRect(!0)}}catch(n){t.e(n)}finally{t.f()}}$a&&(ao("resize",Ua,tc),ao("scroll",Ua,tc,!0),ao(ja,Ua,(function(){vc.pxRatio=Hi})));var nc=Ju(),rc=Zu();function ic(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 ac(e,r,t,n)}))}function ac(e,t,n,r){return ll({},0==t?n:r,e)}function oc(e,t,n){return null==t?Xo:[t,n]}var lc=oc;function uc(e,t,n){return null==t?Xo:vo(t,n,fo,!0)}function cc(e,t,n,r){return null==t?Xo:co(t,n,e.scales[r].log,!1)}var sc=cc;function fc(e,t,n,r){return null==t?Xo:so(t,n,e.scales[r].log,!1)}var dc=fc;function hc(e,t,n,r,i){var a=Ao(Po(e),Po(t)),o=t-e,l=lo(i/r*o,n);do{var u=n[l],c=r*u/o;if(c>=i&&a+(u<5?Zo.get(u):0)<=17)return[u,c]}while(++l<n.length);return[0,0]}function mc(e){var t,n;return[e=e.replace(/(\d+)px/,(function(e,r){return(t=Co((n=+r)*Hi))+"px"})),t,n]}function pc(e){e.show&&[e.font,e.labelFont].forEach((function(e){var t=Wo(e[2]*Hi,1);e[0]=e[0].replace(/[0-9.]+px/,t+"px"),e[1]=t}))}function vc(e,t,n){var r={mode:go(e.mode,1)},i=r.mode;function a(e,t){return((3==t.distr?Fo(e>0?e:t.clamp(r,e,t.min,t.max,t.key)):4==t.distr?Oo(e,t.asinh):e)-t._min)/(t._max-t._min)}function o(e,t,n,r){var i=a(e,t);return r+n*(-1==t.dir?1-i:i)}function l(e,t,n,r){var i=a(e,t);return r+n*(-1==t.dir?i:1-i)}function u(e,t,n,r){return 0==t.ori?o(e,t,n,r):l(e,t,n,r)}r.valToPosH=o,r.valToPosV=l;var c=!1;r.status=0;var s=r.root=Ka("uplot");(null!=e.id&&(s.id=e.id),qa(s,e.class),e.title)&&(Ka("u-title",s).textContent=e.title);var f=Qa("canvas"),d=r.ctx=f.getContext("2d"),h=Ka("u-wrap",s);ao("click",h,(function(e){(xt!=bt||Ct!=Dt)&&Ft.click(r,e)}),!0);var m=r.under=Ka("u-under",h);h.appendChild(f);var p=r.over=Ka("u-over",h),g=+go((e=ol(e)).pxAlign,1),y=Ru(g);(e.plugins||[]).forEach((function(t){t.opts&&(e=t.opts(r,e)||e)}));var _,b,D=e.ms||.001,w=r.series=1==i?ic(e.series||[],uu,ku,!1):(_=e.series||[null],b=wu,_.map((function(e,t){return 0==t?null:ll({},b,e)}))),k=r.axes=ic(e.axes||[],lu,_u,!0),x=r.scales={},C=r.bands=e.bands||[];C.forEach((function(e){e.fill=Bo(e.fill||null),e.dir=go(e.dir,-1)}));var S=2==i?w[1].facets[0].scale:w[0].scale,E={axes:function(){for(var e=function(){var e=k[t];if(!e.show||!e._show)return"continue";var n,i,a=e.side,o=a%2,l=e.stroke(r,t),c=0==a||3==a?-1:1;if(e.label){var s=e.labelGap*c,f=Co((e._lpos+s)*Hi);nt(e.labelFont[0],l,"center",2==a?Ea:Aa),d.save(),1==o?(n=i=0,d.translate(f,Co(pe+ge/2)),d.rotate((3==a?-wo:wo)/2)):(n=Co(me+ve/2),i=f),d.fillText(e.label,n,i),d.restore()}var h=v(e._found,2),m=h[0],p=h[1];if(0==p)return"continue";var g=x[e.scale],_=0==o?ve:ge,b=0==o?me:pe,D=Co(e.gap*Hi),w=e._splits,C=2==g.distr?w.map((function(e){return Ge[e]})):w,S=2==g.distr?Ge[w[1]]-Ge[w[0]]:m,E=e.ticks,A=e.border,N=E.show?Co(E.size*Hi):0,M=e._rotate*-wo/180,F=y(e._pos*Hi),T=F+(N+D)*c;i=0==o?T:0,n=1==o?T:0,nt(e.font[0],l,1==e.align?Na:2==e.align?Ma:M>0?Na:M<0?Ma:0==o?"center":3==a?Ma:Na,M||1==o?"middle":2==a?Ea:Aa);for(var O=1.5*e.font[1],I=w.map((function(e){return y(u(e,g,_,b))})),P=e._values,R=0;R<P.length;R++){var B=P[R];if(null!=B){0==o?n=I[R]:i=I[R];for(var L=-1==(B=""+B).indexOf("\n")?[B]:B.split(/\n/gm),z=0;z<L.length;z++){var j=L[z];M?(d.save(),d.translate(n,i+z*O),d.rotate(M),d.fillText(j,0,0),d.restore()):d.fillText(j,n,i+z*O)}}}E.show&&st(I,E.filter(r,C,t,p,S),o,a,F,N,Wo(E.width*Hi,3),E.stroke(r,t),E.dash,E.cap);var H=e.grid;H.show&&st(I,H.filter(r,C,t,p,S),o,0==o?2:1,0==o?pe:me,0==o?ge:ve,Wo(H.width*Hi,3),H.stroke(r,t),H.dash,H.cap),A.show&&st([F],[1],0==o?1:0,0==o?1:2,1==o?pe:me,1==o?ge:ve,Wo(A.width*Hi,3),A.stroke(r,t),A.dash,A.cap)},t=0;t<k.length;t++)e();sn("drawAxes")},series:function(){Pe>0&&(w.forEach((function(e,n){if(n>0&&e.show&&null==e._paths){var a=2==i?[0,t[n][0].length-1]:function(e){var t=Ro(Ze-1,0,Pe-1),n=Ro(Qe+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,a[0],a[1])}})),w.forEach((function(e,t){if(t>0&&e.show){Ve!=e.alpha&&(d.globalAlpha=Ve=e.alpha),it(t,!1),e._paths&&at(t,!1),it(t,!0);var n=e._paths?e._paths.gaps:null,i=e.points.show(r,t,Ze,Qe,n),a=e.points.filter(r,t,i,n);(i||a)&&(e.points._paths=e.points.paths(r,t,Ze,Qe,a),at(t,!0)),1!=Ve&&(d.globalAlpha=Ve=1),sn("drawSeries",t)}})))}},A=(e.drawOrder||["axes","series"]).map((function(e){return E[e]}));function N(t){var n=x[t];if(null==n){var r=(e.scales||Go)[t]||Go;if(null!=r.from)N(r.from),x[t]=ll({},x[r.from],r,{key:t});else{(n=x[t]=ll({},t==S?Cu:Su,r)).key=t;var a=n.time,o=n.range,l=el(o);if((t!=S||2==i&&!a)&&(!l||null!=o[0]&&null!=o[1]||(o={min:null==o[0]?ho:{mode:1,hard:o[0],soft:o[0]},max:null==o[1]?ho:{mode:1,hard:o[1],soft:o[1]}},l=!1),!l&&rl(o))){var u=o;o=function(e,t,n){return null==t?Xo:vo(t,n,u)}}n.range=Bo(o||(a?lc:t==S?3==n.distr?sc:4==n.distr?dc:oc:3==n.distr?cc:4==n.distr?fc:uc)),n.auto=Bo(!l&&n.auto),n.clamp=Bo(n.clamp||xu),n._min=n._max=null}}}for(var M in N("x"),N("y"),1==i&&w.forEach((function(e){N(e.scale)})),k.forEach((function(e){N(e.scale)})),e.scales)N(M);var F,T,O=x[S],I=O.distr;0==O.ori?(qa(s,"u-hz"),F=o,T=l):(qa(s,"u-vt"),F=l,T=o);var P={};for(var R in x){var B=x[R];null==B.min&&null==B.max||(P[R]={min:B.min,max:B.max},B.min=B.max=null)}var L,z=e.tzDate||function(e){return new Date(Co(e/D))},j=e.fmtDate||yl,H=1==D?jl(z):Ul(z),$=ql(z,Vl(1==D?zl:Yl,j)),Y=Ql(z,Zl("{YYYY}-{MM}-{DD} {h}:{mm}{aa}",j)),U=[],V=r.legend=ll({},Kl,e.legend),q=V.show,W=V.markers;V.idxs=U,W.width=Bo(W.width),W.dash=Bo(W.dash),W.stroke=Bo(W.stroke),W.fill=Bo(W.fill);var Z,Q=[],K=[],G=!1,J={};if(V.live){var X=w[1]?w[1].values:null;for(var ee in Z=(G=null!=X)?X(r,1,0):{_:0})J[ee]=Ha}if(q)if(L=Qa("table","u-legend",s),V.mount(r,L),G){var te=Qa("tr","u-thead",L);for(var ne in Qa("th",null,te),Z)Qa("th",xa,te).textContent=ne}else qa(L,"u-inline"),V.live&&qa(L,"u-live");var re={show:!0},ie={show:!1};var ae=new Map;function oe(e,t,n){var i=ae.get(t)||{},a=Ee.bind[e](r,t,n);a&&(ao(e,t,i[e]=a),ae.set(t,i))}function le(e,t,n){var r=ae.get(t)||{};for(var i in r)null!=e&&i!=e||(oo(i,t,r[i]),delete r[i]);null==e&&ae.delete(t)}var ue=0,ce=0,se=0,fe=0,de=0,he=0,me=0,pe=0,ve=0,ge=0;r.bbox={};var ye=!1,_e=!1,be=!1,De=!1,we=!1,ke=!1;function xe(e,t,n){(n||e!=r.width||t!=r.height)&&Ce(e,t),ht(!1),be=!0,_e=!0,Ee.left>=0&&(De=ke=!0),Et()}function Ce(e,t){r.width=ue=se=e,r.height=ce=fe=t,de=he=0,function(){var e=!1,t=!1,n=!1,r=!1;k.forEach((function(i,a){if(i.show&&i._show){var o=i.side,l=o%2,u=i._size+(null!=i.label?i.labelSize:0);u>0&&(l?(se-=u,3==o?(de+=u,r=!0):n=!0):(fe-=u,0==o?(he+=u,e=!0):t=!0))}})),Oe[0]=e,Oe[1]=n,Oe[2]=t,Oe[3]=r,se-=We[1]+We[3],de+=We[3],fe-=We[2]+We[0],he+=We[0]}(),function(){var e=de+se,t=he+fe,n=de,r=he;function i(i,a){switch(i){case 1:return(e+=a)-a;case 2:return(t+=a)-a;case 3:return(n-=a)+a;case 0:return(r-=a)+a}}k.forEach((function(e,t){if(e.show&&e._show){var n=e.side;e._pos=i(n,e._size),null!=e.label&&(e._lpos=i(n,e.labelSize))}}))}();var n=r.bbox;me=n.left=Uo(de*Hi,.5),pe=n.top=Uo(he*Hi,.5),ve=n.width=Uo(se*Hi,.5),ge=n.height=Uo(fe*Hi,.5)}var Se=3;r.setSize=function(e){xe(e.width,e.height)};var Ee=r.cursor=ll({},eu,{drag:{y:2==i}},e.cursor);Ee.idxs=U,Ee._lock=!1;var Ae=Ee.points;Ae.show=Bo(Ae.show),Ae.size=Bo(Ae.size),Ae.stroke=Bo(Ae.stroke),Ae.width=Bo(Ae.width),Ae.fill=Bo(Ae.fill);var Ne=r.focus=ll({},e.focus||{alpha:.3},Ee.focus);0!=Ne.bias&&(Ne.prox=1e5);var Me=Ne.prox>=0,Fe=[null];function Te(e,t){if(1==i||t>0){var n=1==i&&x[e.scale].time,a=e.value;e.value=n?nl(a)?Ql(z,Zl(a,j)):a||Y:a||yu,e.label=e.label||(n?"Time":"Value")}if(t>0){e.width=null==e.width?1:e.width,e.paths=e.paths||nc||jo,e.fillTo=Bo(e.fillTo||Tu),e.pxAlign=+go(e.pxAlign,g),e.pxRound=Ru(e.pxAlign),e.stroke=Bo(e.stroke||null),e.fill=Bo(e.fill||null),e._stroke=e._fill=e._paths=e._focus=null;var o=Wo((3+2*(Ao(1,e.width)||1))*1,3),l=e.points=ll({},{size:o,width:Ao(1,.2*o),stroke:e.stroke,space:2*o,paths:rc,_stroke:null,_fill:null},e.points);l.show=Bo(l.show),l.filter=Bo(l.filter),l.fill=Bo(l.fill),l.stroke=Bo(l.stroke),l.paths=Bo(l.paths),l.pxAlign=e.pxAlign}if(q){var u=function(e,t){if(0==t&&(G||!V.live||2==i))return Xo;var n=[],a=Qa("tr","u-series",L,L.childNodes[t]);qa(a,e.class),e.show||qa(a,ka);var o=Qa("th",null,a);if(W.show){var l=Ka("u-marker",o);if(t>0){var u=W.width(r,t);u&&(l.style.border=u+"px "+W.dash(r,t)+" "+W.stroke(r,t)),l.style.background=W.fill(r,t)}}var c=Ka(xa,o);for(var s in c.textContent=e.label,t>0&&(W.show||(c.style.color=e.width>0?W.stroke(r,t):W.fill(r,t)),oe("click",o,(function(t){if(!Ee._lock){var n=w.indexOf(e);if((t.ctrlKey||t.metaKey)!=V.isolate){var r=w.some((function(e,t){return t>0&&t!=n&&e.show}));w.forEach((function(e,t){t>0&&Ht(t,r?t==n?re:ie:re,!0,fn.setSeries)}))}else Ht(n,{show:!e.show},!0,fn.setSeries)}})),Me&&oe(Ra,o,(function(t){Ee._lock||Ht(w.indexOf(e),$t,!0,fn.setSeries)}))),Z){var f=Qa("td","u-value",a);f.textContent="--",n.push(f)}return[a,n]}(e,t);Q.splice(t,0,u[0]),K.splice(t,0,u[1]),V.values.push(null)}if(Ee.show){U.splice(t,0,null);var c=function(e,t){if(t>0){var n=Ee.points.show(r,t);if(n)return qa(n,"u-cursor-pt"),qa(n,e.class),Ja(n,-10,-10,se,fe),p.insertBefore(n,Fe[t]),n}}(e,t);c&&Fe.splice(t,0,c)}sn("addSeries",t)}r.addSeries=function(e,t){t=null==t?w.length:t,e=1==i?ac(e,t,uu,ku):ac(e,t,null,wu),w.splice(t,0,e),Te(w[t],t)},r.delSeries=function(e){if(w.splice(e,1),q){V.values.splice(e,1),K.splice(e,1);var t=Q.splice(e,1)[0];le(null,t.firstChild),t.remove()}Ee.show&&(U.splice(e,1),Fe.length>1&&Fe.splice(e,1)[0].remove()),sn("delSeries",e)};var Oe=[!1,!1,!1,!1];function Ie(e,t,n,r){var i=v(n,4),a=i[0],o=i[1],l=i[2],u=i[3],c=t%2,s=0;return 0==c&&(u||o)&&(s=0==t&&!a||2==t&&!l?Co(lu.size/3):0),1==c&&(a||l)&&(s=1==t&&!o||3==t&&!u?Co(_u.size/2):0),s}var Pe,Re,Be,Le,ze,je,He,$e,Ye,Ue,Ve,qe=r.padding=(e.padding||[Ie,Ie,Ie,Ie]).map((function(e){return Bo(go(e,Ie))})),We=r._padding=qe.map((function(e,t){return e(r,t,Oe,0)})),Ze=null,Qe=null,Ke=1==i?w[0].idxs:null,Ge=null,Je=!1;function Xe(e,n){if(t=null==e?[]:ol(e,il),2==i){Pe=0;for(var a=1;a<w.length;a++)Pe+=t[a][0].length;r.data=t=e}else if(null==t[0]&&(t[0]=[]),r.data=t.slice(),Ge=t[0],Pe=Ge.length,2==I){t[0]=Array(Pe);for(var o=0;o<Pe;o++)t[0][o]=o}if(r._data=t,ht(!0),sn("setData"),2==I&&(be=!0),!1!==n){var l=O;l.auto(r,Je)?et():jt(S,l.min,l.max),De=Ee.left>=0,ke=!0,Et()}}function et(){var e,n;if(Je=!0,1==i)if(Pe>0){if(Ze=Ke[0]=0,Qe=Ke[1]=Pe-1,e=t[0][Ze],n=t[0][Qe],2==I)e=Ze,n=Qe;else if(1==Pe)if(3==I){var r=v(co(e,e,O.log,!1),2);e=r[0],n=r[1]}else if(4==I){var a=v(so(e,e,O.log,!1),2);e=a[0],n=a[1]}else if(O.time)n=e+Co(86400/D);else{var o=v(vo(e,n,fo,!0),2);e=o[0],n=o[1]}}else Ze=Ke[0]=e=null,Qe=Ke[1]=n=null;jt(S,e,n)}function tt(e,t,n,r,i,a){var o,l,u,c,s;null!==(o=e)&&void 0!==o||(e=Ta),null!==(l=n)&&void 0!==l||(n=Jo),null!==(u=r)&&void 0!==u||(r="butt"),null!==(c=i)&&void 0!==c||(i=Ta),null!==(s=a)&&void 0!==s||(a="round"),e!=Re&&(d.strokeStyle=Re=e),i!=Be&&(d.fillStyle=Be=i),t!=Le&&(d.lineWidth=Le=t),a!=je&&(d.lineJoin=je=a),r!=He&&(d.lineCap=He=r),n!=ze&&d.setLineDash(ze=n)}function nt(e,t,n,r){t!=Be&&(d.fillStyle=Be=t),e!=$e&&(d.font=$e=e),n!=Ye&&(d.textAlign=Ye=n),r!=Ue&&(d.textBaseline=Ue=r)}function rt(e,t,n,i){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0;if(i.length>0&&e.auto(r,Je)&&(null==t||null==t.min)){var o=go(Ze,0),l=go(Qe,i.length-1),u=null==n.min?3==e.distr?function(e,t,n){for(var r=Io,i=-Io,a=t;a<=n;a++)e[a]>0&&(r=Eo(r,e[a]),i=Ao(i,e[a]));return[r==Io?1:r,i==-Io?10:i]}(i,o,l):function(e,t,n,r){var i=Io,a=-Io;if(1==r)i=e[t],a=e[n];else if(-1==r)i=e[n],a=e[t];else for(var o=t;o<=n;o++)null!=e[o]&&(i=Eo(i,e[o]),a=Ao(a,e[o]));return[i,a]}(i,o,l,a):[n.min,n.max];e.min=Eo(e.min,n.min=u[0]),e.max=Ao(e.max,n.max=u[1])}}function it(e,t){var n=t?w[e].points:w[e];n._stroke=n.stroke(r,e),n._fill=n.fill(r,e)}function at(e,n){var i=n?w[e].points:w[e],a=i._stroke,o=i._fill,l=i._paths,u=l.stroke,c=l.fill,s=l.clip,f=l.flags,h=null,m=Wo(i.width*Hi,3),p=m%2/2;n&&null==o&&(o=m>0?"#fff":a);var v=1==i.pxAlign;if(v&&d.translate(p,p),!n){var g=me,y=pe,_=ve,b=ge,D=m*Hi/2;0==i.min&&(b+=D),0==i.max&&(y-=D,b+=D),(h=new Path2D).rect(g,y,_,b)}n?lt(a,m,i.dash,i.cap,o,u,c,f,s):function(e,n,i,a,o,l,u,c,s,f,d){var h=!1;C.forEach((function(m,p){if(m.series[0]==e){var v,g=w[m.series[1]],y=t[m.series[1]],_=(g._paths||Go).band;el(_)&&(_=1==m.dir?_[0]:_[1]);var b=null;g.show&&_&&function(e,t,n){for(t=go(t,0),n=go(n,e.length-1);t<=n;){if(null!=e[t])return!0;t++}return!1}(y,Ze,Qe)?(b=m.fill(r,p)||l,v=g._paths.clip):_=null,lt(n,i,a,o,b,u,c,s,f,d,v,_),h=!0}})),h||lt(n,i,a,o,l,u,c,s,f,d)}(e,a,m,i.dash,i.cap,o,u,c,f,h,s),v&&d.translate(-p,-p)}r.setData=Xe;var ot=2|Nu;function lt(e,t,n,r,i,a,o,l,u,c,s,f){tt(e,t,n,r,i),(u||c||f)&&(d.save(),u&&d.clip(u),c&&d.clip(c)),f?(l&ot)==ot?(d.clip(f),s&&d.clip(s),ct(i,o),ut(e,a,t)):2&l?(ct(i,o),d.clip(f),ut(e,a,t)):l&Nu&&(d.save(),d.clip(f),s&&d.clip(s),ct(i,o),d.restore(),ut(e,a,t)):(ct(i,o),ut(e,a,t)),(u||c||f)&&d.restore()}function ut(e,t,n){n>0&&(t instanceof Map?t.forEach((function(e,t){d.strokeStyle=Re=t,d.stroke(e)})):null!=t&&e&&d.stroke(t))}function ct(e,t){t instanceof Map?t.forEach((function(e,t){d.fillStyle=Be=t,d.fill(e)})):null!=t&&e&&d.fill(t)}function st(e,t,n,r,i,a,o,l,u,c){var s=o%2/2;1==g&&d.translate(s,s),tt(l,o,u,c,l),d.beginPath();var f,h,m,p,v=i+(0==r||3==r?-a:a);0==n?(h=i,p=v):(f=i,m=v);for(var y=0;y<e.length;y++)null!=t[y]&&(0==n?f=m=e[y]:h=p=e[y],d.moveTo(f,h),d.lineTo(m,p));d.stroke(),1==g&&d.translate(-s,-s)}function ft(e){var t=!0;return k.forEach((function(n,i){if(n.show){var a=x[n.scale];if(null!=a.min){n._show||(t=!1,n._show=!0,ht(!1));var o=n.side,l=o%2,u=a.min,c=a.max,s=function(e,t,n,i){var a,o=k[e];if(i<=0)a=[0,0];else{var l=o._space=o.space(r,e,t,n,i);a=hc(t,n,o._incrs=o.incrs(r,e,t,n,i,l),i,l)}return o._found=a}(i,u,c,0==l?se:fe),f=v(s,2),d=f[0],h=f[1];if(0!=h){var m=2==a.distr,p=n._splits=n.splits(r,i,u,c,d,h,m),g=2==a.distr?p.map((function(e){return Ge[e]})):p,y=2==a.distr?Ge[p[1]]-Ge[p[0]]:d,_=n._values=n.values(r,n.filter(r,g,i,h,y),i,h,y);n._rotate=2==o?n.rotate(r,_,i,h):0;var b=n._size;n._size=So(n.size(r,_,i,e)),null!=b&&n._size!=b&&(t=!1)}}else n._show&&(t=!1,n._show=!1,ht(!1))}})),t}function dt(e){var t=!0;return qe.forEach((function(n,i){var a=n(r,i,Oe,e);a!=We[i]&&(t=!1),We[i]=a})),t}function ht(e){w.forEach((function(t,n){n>0&&(t._paths=null,e&&(1==i?(t.min=null,t.max=null):t.facets.forEach((function(e){e.min=null,e.max=null}))))}))}var mt,pt,vt,gt,yt,_t,bt,Dt,wt,kt,xt,Ct,St=!1;function Et(){St||(cl(At),St=!0)}function At(){ye&&(!function(){var e=ol(x,il);for(var n in e){var a=e[n],o=P[n];if(null!=o&&null!=o.min)ll(a,o),n==S&&ht(!0);else if(n!=S||2==i)if(0==Pe&&null==a.from){var l=a.range(r,null,null,n);a.min=l[0],a.max=l[1]}else a.min=Io,a.max=-Io}if(Pe>0)for(var u in w.forEach((function(n,a){if(1==i){var o=n.scale,l=e[o],u=P[o];if(0==a){var c=l.range(r,l.min,l.max,o);l.min=c[0],l.max=c[1],Ze=lo(l.min,t[0]),(Qe=lo(l.max,t[0]))-Ze>1&&(t[0][Ze]<l.min&&Ze++,t[0][Qe]>l.max&&Qe--),n.min=Ge[Ze],n.max=Ge[Qe]}else n.show&&n.auto&&rt(l,u,n,t[a],n.sorted);n.idxs[0]=Ze,n.idxs[1]=Qe}else if(a>0&&n.show&&n.auto){var s=v(n.facets,2),f=s[0],d=s[1],h=f.scale,m=d.scale,p=v(t[a],2),g=p[0],y=p[1];rt(e[h],P[h],f,g,f.sorted),rt(e[m],P[m],d,y,d.sorted),n.min=d.min,n.max=d.max}})),e){var c=e[u],s=P[u];if(null==c.from&&(null==s||null==s.min)){var f=c.range(r,c.min==Io?null:c.min,c.max==-Io?null:c.max,u);c.min=f[0],c.max=f[1]}}for(var d in e){var h=e[d];if(null!=h.from){var m=e[h.from];if(null==m.min)h.min=h.max=null;else{var p=h.range(r,m.min,m.max,d);h.min=p[0],h.max=p[1]}}}var g={},y=!1;for(var _ in e){var b=e[_],D=x[_];if(D.min!=b.min||D.max!=b.max){D.min=b.min,D.max=b.max;var k=D.distr;D._min=3==k?Fo(D.min):4==k?Oo(D.min,D.asinh):D.min,D._max=3==k?Fo(D.max):4==k?Oo(D.max,D.asinh):D.max,g[_]=y=!0}}if(y){for(var C in w.forEach((function(e,t){2==i?t>0&&g.y&&(e._paths=null):g[e.scale]&&(e._paths=null)})),g)be=!0,sn("setScale",C);Ee.show&&Ee.left>=0&&(De=ke=!0)}for(var E in P)P[E]=null}(),ye=!1),be&&(!function(){for(var e=!1,t=0;!e;){var n=ft(++t),i=dt(t);(e=t==Se||n&&i)||(Ce(r.width,r.height),_e=!0)}}(),be=!1),_e&&(Za(m,Na,de),Za(m,Ea,he),Za(m,Ca,se),Za(m,Sa,fe),Za(p,Na,de),Za(p,Ea,he),Za(p,Ca,se),Za(p,Sa,fe),Za(h,Ca,ue),Za(h,Sa,ce),f.width=Co(ue*Hi),f.height=Co(ce*Hi),k.forEach((function(e){var t=e._el,n=e._show,r=e._size,i=e._pos,a=e.side;if(null!=t)if(n){var o=a%2==1;Za(t,o?"left":"top",i-(3===a||0===a?r:0)),Za(t,o?"width":"height",r),Za(t,o?"top":"left",o?he:de),Za(t,o?"height":"width",o?fe:se),Wa(t,ka)}else qa(t,ka)})),Re=Be=Le=je=He=$e=Ye=Ue=ze=null,Ve=1,Jt(!0),sn("setSize"),_e=!1),ue>0&&ce>0&&(d.clearRect(0,0,f.width,f.height),sn("drawClear"),A.forEach((function(e){return e()})),sn("draw")),Bt.show&&we&&(zt(Bt),we=!1),Ee.show&&De&&(Kt(null,!0,!1),De=!1),V.show&&V.live&&ke&&(Zt(),ke=!1),c||(c=!0,r.status=1,sn("ready")),Je=!1,St=!1}function Nt(e,n){var i=x[e];if(null==i.from){if(0==Pe){var a=i.range(r,n.min,n.max,e);n.min=a[0],n.max=a[1]}if(n.min>n.max){var o=n.min;n.min=n.max,n.max=o}if(Pe>1&&null!=n.min&&null!=n.max&&n.max-n.min<1e-16)return;e==S&&2==i.distr&&Pe>0&&(n.min=lo(n.min,t[0]),n.max=lo(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?jt(S,O.min,O.max):Et()},r.setScale=Nt;var Mt=!1,Ft=Ee.drag,Tt=Ft.x,Ot=Ft.y;Ee.show&&(Ee.x&&(mt=Ka("u-cursor-x",p)),Ee.y&&(pt=Ka("u-cursor-y",p)),0==O.ori?(vt=mt,gt=pt):(vt=pt,gt=mt),xt=Ee.left,Ct=Ee.top);var It,Pt,Rt,Bt=r.select=ll({show:!0,over:!0,left:0,width:0,top:0,height:0},e.select),Lt=Bt.show?Ka("u-select",Bt.over?p:m):null;function zt(e,t){if(Bt.show){for(var n in e)Bt[n]=e[n],n in tn&&Za(Lt,n,e[n]);!1!==t&&sn("setSelect")}}function jt(e,t,n){Nt(e,{min:t,max:n})}function Ht(e,t,n,a){null!=t.focus&&function(e){if(e!=Rt){var t=null==e,n=1!=Ne.alpha;w.forEach((function(r,i){var a=t||0==i||i==e;r._focus=t?null:a,n&&function(e,t){w[e].alpha=t,Ee.show&&Fe[e]&&(Fe[e].style.opacity=t);q&&Q[e]&&(Q[e].style.opacity=t)}(i,a?1:Ne.alpha)})),Rt=e,n&&Et()}}(e),null!=t.show&&w.forEach((function(n,r){r>0&&(e==r||null==e)&&(n.show=t.show,function(e,t){var n=w[e],r=q?Q[e]:null;n.show?r&&Wa(r,ka):(r&&qa(r,ka),Fe.length>1&&Ja(Fe[e],-10,-10,se,fe))}(r,t.show),jt(2==i?n.facets[1].scale:n.scale,null,null),Et())})),!1!==n&&sn("setSeries",e,t),a&&mn("setSeries",r,e,t)}r.setSelect=zt,r.setSeries=Ht,r.addBand=function(e,t){e.fill=Bo(e.fill||null),e.dir=go(e.dir,-1),t=null==t?C.length:t,C.splice(t,0,e)},r.setBand=function(e,t){ll(C[e],t)},r.delBand=function(e){null==e?C.length=0:C.splice(e,1)};var $t={focus:!0};function Yt(e,t,n){var r=x[t];n&&(e=e/Hi-(1==r.ori?he:de));var i=se;1==r.ori&&(e=(i=fe)-e),-1==r.dir&&(e=i-e);var a=r._min,o=a+(r._max-a)*(e/i),l=r.distr;return 3==l?No(10,o):4==l?function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return Do.sinh(e)*t}(o,r.asinh):o}function Ut(e,t){Za(Lt,Na,Bt.left=e),Za(Lt,Ca,Bt.width=t)}function Vt(e,t){Za(Lt,Ea,Bt.top=e),Za(Lt,Sa,Bt.height=t)}q&&Me&&ao(Ba,L,(function(e){Ee._lock||null!=Rt&&Ht(null,$t,!0,fn.setSeries)})),r.valToIdx=function(e){return lo(e,t[0])},r.posToIdx=function(e,n){return lo(Yt(e,S,n),t[0],Ze,Qe)},r.posToVal=Yt,r.valToPos=function(e,t,n){return 0==x[t].ori?o(e,x[t],n?ve:se,n?me:0):l(e,x[t],n?ge:fe,n?pe:0)},r.batch=function(e){e(r),Et()},r.setCursor=function(e,t,n){xt=e.left,Ct=e.top,Kt(null,t,n)};var qt=0==O.ori?Ut:Vt,Wt=1==O.ori?Ut:Vt;function Zt(e,t){null!=e&&(e.idxs?e.idxs.forEach((function(e,t){U[t]=e})):void 0!==e.idx&&U.fill(e.idx),V.idx=U[0]);for(var n=0;n<w.length;n++)(n>0||1==i&&!G)&&Qt(n,U[n]);q&&V.live&&function(){if(q&&V.live)for(var e=2==i?1:0;e<w.length;e++)if(0!=e||!G){var t=V.values[e],n=0;for(var r in t)K[e][n++].firstChild.nodeValue=t[r]}}(),ke=!1,!1!==t&&sn("setLegend")}function Qt(e,n){var i,a,o=w[e],l=0==e&&2==I?Ge:t[e];a=G?null!==(i=o.values(r,e,n))&&void 0!==i?i:J:null==(a=o.value(r,null==n?null:l[n],e,n))?J:{_:a},V.values[e]=a}function Kt(e,n,a){wt=xt,kt=Ct;var o,l=v(Ee.move(r,xt,Ct),2);xt=l[0],Ct=l[1],Ee.show&&(vt&&Ja(vt,Co(xt),0,se,fe),gt&&Ja(gt,0,Co(Ct),se,fe));var u=Ze>Qe;It=Io;var c=0==O.ori?se:fe,s=1==O.ori?se:fe;if(xt<0||0==Pe||u){o=null;for(var f=0;f<w.length;f++)f>0&&Fe.length>1&&Ja(Fe[f],-10,-10,se,fe);Me&&Ht(null,$t,!0,null==e&&fn.setSeries),V.live&&(U.fill(o),ke=!0)}else{var d,h;1==i&&(o=lo(d=Yt(0==O.ori?xt:Ct,S),t[0],Ze,Qe),h=F(t[0][o],O,c,0));for(var m=2==i?1:0;m<w.length;m++){var p=w[m],g=U[m],y=1==i?t[m][g]:t[m][1][g],_=Ee.dataIdx(r,m,o,d),b=1==i?t[m][_]:t[m][1][_];ke=ke||b!=y||_!=g,U[m]=_;var D=Vo(_==o?h:F(1==i?t[0][_]:t[m][0][_],O,c,0),1);if(m>0&&p.show){var k=null==b?-10:Vo(T(b,1==i?x[p.scale]:x[p.facets[1].scale],s,0),1);if(Me&&k>=0&&1==i){var C=ko(k-Ct),E=Ne.bias;if(0!=E){var A=Yt(1==O.ori?xt:Ct,p.scale),N=A>=0?1:-1;N==(b>=0?1:-1)&&C<It&&(1==N?1==E?b>=A:b<=A:1==E?b<=A:b>=A)&&(It=C,Pt=m)}else C<It&&(It=C,Pt=m)}var M=void 0,I=void 0;if(0==O.ori?(M=D,I=k):(M=k,I=D),ke&&Fe.length>1){eo(Fe[m],Ee.points.fill(r,m),Ee.points.stroke(r,m));var P=void 0,R=void 0,B=void 0,L=void 0,z=!0,j=Ee.points.bbox;if(null!=j){z=!1;var H=j(r,m);B=H.left,L=H.top,P=H.width,R=H.height}else B=M,L=I,P=R=Ee.points.size(r,m);no(Fe[m],P,R,z),Ja(Fe[m],B,L,se,fe)}}}}if(Ee.idx=o,Ee.left=xt,Ee.top=Ct,ke&&(V.idx=o,Zt()),Bt.show&&Mt)if(null!=e){var $=v(fn.scales,2),Y=$[0],q=$[1],W=v(fn.match,2),Z=W[0],Q=W[1],K=v(e.cursor.sync.scales,2),G=K[0],J=K[1],X=e.cursor.drag;if(Tt=X._x,Ot=X._y,Tt||Ot){var ee,te,ne,re,ie,ae=e.select,oe=ae.left,le=ae.top,ue=ae.width,ce=ae.height,de=e.scales[Y].ori,he=e.posToVal,me=null!=Y&&Z(Y,G),pe=null!=q&&Q(q,J);me&&Tt?(0==de?(ee=oe,te=ue):(ee=le,te=ce),ne=x[Y],re=F(he(ee,G),ne,c,0),ie=F(he(ee+te,G),ne,c,0),qt(Eo(re,ie),ko(ie-re))):qt(0,c),pe&&Ot?(1==de?(ee=oe,te=ue):(ee=le,te=ce),ne=x[q],re=T(he(ee,J),ne,s,0),ie=T(he(ee+te,J),ne,s,0),Wt(Eo(re,ie),ko(ie-re))):Wt(0,s)}else nn()}else{var ve=ko(wt-yt),ge=ko(kt-_t);if(1==O.ori){var ye=ve;ve=ge,ge=ye}Tt=Ft.x&&ve>=Ft.dist,Ot=Ft.y&&ge>=Ft.dist;var _e,be,De=Ft.uni;null!=De?Tt&&Ot&&(Ot=ge>=De,(Tt=ve>=De)||Ot||(ge>ve?Ot=!0:Tt=!0)):Ft.x&&Ft.y&&(Tt||Ot)&&(Tt=Ot=!0),Tt&&(0==O.ori?(_e=bt,be=xt):(_e=Dt,be=Ct),qt(Eo(_e,be),ko(be-_e)),Ot||Wt(0,s)),Ot&&(1==O.ori?(_e=bt,be=xt):(_e=Dt,be=Ct),Wt(Eo(_e,be),ko(be-_e)),Tt||qt(0,c)),Tt||Ot||(qt(0,0),Wt(0,0))}if(Ft._x=Tt,Ft._y=Ot,null==e){if(a){if(null!=dn){var we=v(fn.scales,2),xe=we[0],Ce=we[1];fn.values[0]=null!=xe?Yt(0==O.ori?xt:Ct,xe):null,fn.values[1]=null!=Ce?Yt(1==O.ori?xt:Ct,Ce):null}mn(Oa,r,xt,Ct,se,fe,o)}if(Me){var Se=a&&fn.setSeries,Ae=Ne.prox;null==Rt?It<=Ae&&Ht(Pt,$t,!0,Se):It>Ae?Ht(null,$t,!0,Se):Pt!=Rt&&Ht(Pt,$t,!0,Se)}}!1!==n&&sn("setCursor")}r.setLegend=Zt;var Gt=null;function Jt(e){!0===e?Gt=null:sn("syncRect",Gt=p.getBoundingClientRect())}function Xt(e,t,n,r,i,a,o){Ee._lock||Mt&&null!=e&&0==e.movementX&&0==e.movementY||(en(e,t,n,r,i,a,o,!1,null!=e),null!=e?Kt(null,!0,!0):Kt(t,!0,!1))}function en(e,t,n,i,a,o,l,c,s){if(null==Gt&&Jt(!1),null!=e)n=e.clientX-Gt.left,i=e.clientY-Gt.top;else{if(n<0||i<0)return xt=-10,void(Ct=-10);var f=v(fn.scales,2),d=f[0],h=f[1],m=t.cursor.sync,p=v(m.values,2),g=p[0],y=p[1],_=v(m.scales,2),b=_[0],D=_[1],w=v(fn.match,2),k=w[0],C=w[1],S=t.axes[0].side%2==1,E=0==O.ori?se:fe,A=1==O.ori?se:fe,N=S?o:a,M=S?a:o,F=S?i:n,T=S?n:i;if(n=null!=b?k(d,b)?u(g,x[d],E,0):-10:E*(F/N),i=null!=D?C(h,D)?u(y,x[h],A,0):-10:A*(T/M),1==O.ori){var I=n;n=i,i=I}}if(s&&((n<=1||n>=se-1)&&(n=Uo(n,se)),(i<=1||i>=fe-1)&&(i=Uo(i,fe))),c){yt=n,_t=i;var P=v(Ee.move(r,n,i),2);bt=P[0],Dt=P[1]}else xt=n,Ct=i}var tn={width:0,height:0,left:0,top:0};function nn(){zt(tn,!1)}function rn(e,t,n,i,a,o,l){Mt=!0,Tt=Ot=Ft._x=Ft._y=!1,en(e,t,n,i,a,o,0,!0,!1),null!=e&&(oe(Pa,Ya,an),mn(Ia,r,bt,Dt,se,fe,null))}function an(e,t,n,i,a,o,l){Mt=Ft._x=Ft._y=!1,en(e,t,n,i,a,o,0,!1,!0);var u=Bt.left,c=Bt.top,s=Bt.width,f=Bt.height,d=s>0||f>0;if(d&&zt(Bt),Ft.setScale&&d){var h=u,m=s,p=c,v=f;if(1==O.ori&&(h=c,m=f,p=u,v=s),Tt&&jt(S,Yt(h,S),Yt(h+m,S)),Ot)for(var g in x){var y=x[g];g!=S&&null==y.from&&y.min!=Io&&jt(g,Yt(p+v,g),Yt(p,g))}nn()}else Ee.lock&&(Ee._lock=!Ee._lock,Ee._lock||Kt(null,!0,!1));null!=e&&(le(Pa,Ya),mn(Pa,r,xt,Ct,se,fe,null))}function on(e,t,n,i,a,o,l){et(),nn(),null!=e&&mn(La,r,xt,Ct,se,fe,null)}function ln(){k.forEach(pc),xe(r.width,r.height,!0)}ao(ja,Ua,ln);var un={};un.mousedown=rn,un.mousemove=Xt,un.mouseup=an,un.dblclick=on,un.setSeries=function(e,t,n,r){Ht(n,r,!0,!1)},Ee.show&&(oe(Ia,p,rn),oe(Oa,p,Xt),oe(Ra,p,Jt),oe(Ba,p,(function(e,t,n,r,i,a,o){if(!Ee._lock){var l=Mt;if(Mt){var u,c,s=!0,f=!0;0==O.ori?(u=Tt,c=Ot):(u=Ot,c=Tt),u&&c&&(s=xt<=10||xt>=se-10,f=Ct<=10||Ct>=fe-10),u&&s&&(xt=xt<bt?0:se),c&&f&&(Ct=Ct<Dt?0:fe),Kt(null,!0,!0),Mt=!1}xt=-10,Ct=-10,Kt(null,!0,!0),l&&(Mt=l)}})),oe(La,p,on),ec.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=ll({key:null,setSeries:!1,filters:{pub:Ho,sub:Ho},scales:[S,w[1]?w[1].scale:null],match:[$o,$o],values:[null,null]},Ee.sync);Ee.sync=fn;var dn=fn.key,hn=Au(dn);function mn(e,t,n,r,i,a,o){fn.filters.pub(e,t,n,r,i,a,o)&&hn.pub(e,t,n,r,i,a,o)}function pn(){sn("init",e,t),Xe(t||e.data,!1),P[S]?Nt(S,P[S]):et(),we=Bt.show,De=ke=!0,xe(e.width,e.height)}return hn.sub(r),r.pub=function(e,t,n,r,i,a,o){fn.filters.sub(e,t,n,r,i,a,o)&&un[e](null,t,n,r,i,a,o)},r.destroy=function(){var e;hn.unsub(r),ec.delete(r),ae.clear(),oo(ja,Ua,ln),s.remove(),null===(e=L)||void 0===e||e.remove(),sn("destroy")},w.forEach(Te),k.forEach((function(e,t){if(e._show=e.show,e.show){var n=e.side%2,i=x[e.scale];null==i&&(e.scale=n?w[1].scale:S,i=x[e.scale]);var a=i.time;e.size=Bo(e.size),e.space=Bo(e.space),e.rotate=Bo(e.rotate),e.incrs=Bo(e.incrs||(2==i.distr?xl:a?1==D?Ll:$l:Cl)),e.splits=Bo(e.splits||(a&&1==i.distr?H:3==i.distr?fu:4==i.distr?du:su)),e.stroke=Bo(e.stroke),e.grid.stroke=Bo(e.grid.stroke),e.ticks.stroke=Bo(e.ticks.stroke),e.border.stroke=Bo(e.border.stroke);var o=e.values;e.values=el(o)&&!el(o[0])?Bo(o):a?el(o)?ql(z,Vl(o,j)):nl(o)?function(e,t){var n=yl(t);return function(t,r,i,a,o){return r.map((function(t){return n(e(t))}))}}(z,o):o||$:o||cu,e.filter=Bo(e.filter||(i.distr>=3&&10==i.log?gu:zo)),e.font=mc(e.font),e.labelFont=mc(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&&(Oe[t]=!0,e._el=Ka("u-axis",h))}})),n?n instanceof HTMLElement?(n.appendChild(s),pn()):n(r,pn):pn(),r}vc.assign=ll,vc.fmtNum=bo,vc.rangeNum=vo,vc.rangeLog=co,vc.rangeAsinh=so,vc.orient=Mu,vc.pxRatio=Hi,vc.join=function(e,t){for(var n=new Set,r=0;r<e.length;r++)for(var i=e[r][0],a=i.length,o=0;o<a;o++)n.add(i[o]);for(var l=[Array.from(n).sort((function(e,t){return e-t}))],u=l[0].length,c=new Map,s=0;s<u;s++)c.set(l[0][s],s);for(var f=0;f<e.length;f++)for(var d=e[f],h=d[0],m=1;m<d.length;m++){for(var p=d[m],v=Array(u).fill(void 0),g=t?t[f][m]:1,y=[],_=0;_<p.length;_++){var b=p[_],D=c.get(h[_]);null===b?0!=g&&(v[D]=b,2==g&&y.push(D)):v[D]=b}ul(v,y,u),l.push(v)}return l},vc.fmtDate=yl,vc.tzDate=function(e,t){var n;return"UTC"==t||"Etc/UTC"==t?n=new Date(+e+6e4*e.getTimezoneOffset()):t==_l?n=e:(n=new Date(e.toLocaleString("en-US",{timeZone:t}))).setMilliseconds(e.getMilliseconds()),n},vc.sync=Au,vc.addGap=function(e,t,n){var r=e[e.length-1];r&&r[0]==t?r[1]=n:e.push([t,n])},vc.clipGaps=Iu;var gc=vc.paths={points:Zu};gc.linear=Ju,gc.stepped=function(e){var t=go(e.align,1),n=go(e.ascDesc,!1),r=go(e.alignGaps,0),i=go(e.extend,!1);return function(e,a,o,l){return Mu(e,a,(function(u,c,s,f,d,h,m,p,g,y,b){var D=u.pxRound,w=e.bbox,k=w.left,x=w.width,C=function(e){return D(h(e,f,y,p))},S=function(e){return D(m(e,d,b,g))},E=0==f.ori?ju:Hu,A={stroke:new Path2D,fill:null,clip:null,band:null,gaps:null,flags:Nu},N=A.stroke,M=f.dir*(0==f.ori?1:-1);o=uo(s,o,l,1),l=uo(s,o,l,-1);var F=S(s[1==M?o:l]),T=C(c[1==M?o:l]),O=T,I=T;i&&-1==t&&E(N,I=k,F),E(N,T,F);for(var P=1==M?o:l;P>=o&&P<=l;P+=M){var R=s[P];if(null!=R){var B=C(c[P]),L=S(R);1==t?E(N,B,F):E(N,O,L),E(N,B,L),F=L,O=B}}var z=O;i&&1==t&&E(N,z=k+x,F);var j=v(Fu(e,a),2),H=j[0],$=j[1];if(null!=u.fill||0!=H){var Y=A.fill=new Path2D(N),U=S(u.fillTo(e,a,u.min,u.max,H));E(Y,z,U),E(Y,I,U)}if(!u.spanGaps){var V,q=[];(V=q).push.apply(V,_(Pu(c,s,o,l,M,C,r)));var W=u.width*Hi/2,Z=n||1==t?W:-W,Q=n||-1==t?-W:W;q.forEach((function(e){e[0]+=Z,e[1]+=Q})),A.gaps=q=u.gaps(e,a,o,l,q),A.clip=Iu(q,f.ori,p,g,y,b)}return 0!=$&&(A.band=2==$?[Ou(e,a,o,l,N,-1),Ou(e,a,o,l,N,1)]:Ou(e,a,o,l,N,$)),A}))}},gc.bars=function(e){var t=go((e=e||Go).size,[.6,Io,1]),n=e.align||0,r=(e.gap||0)*Hi,i=e.radius,a=Bo(i=null==i?[0,0]:"number"==typeof i?[i,0]:i),o=1-t[0],l=go(t[1],Io)*Hi,u=go(t[2],1)*Hi,c=go(e.disp,Go),s=go(e.each,(function(e){})),f=c.fill,d=c.stroke;return function(e,t,i,h){return Mu(e,t,(function(m,p,g,y,_,b,D,w,k,x,C){var S,E,A=m.pxRound;if(0==y.ori){var N=v(a(e,t),2);S=N[0],E=N[1]}else{var M=v(a(e,t),2);E=M[0],S=M[1]}var F,T,O=y.dir*(0==y.ori?1:-1),I=_.dir*(1==_.ori?1:-1),P=0==y.ori?$u:Yu,R=0==y.ori?s:function(e,t,n,r,i,a,o){s(e,t,n,i,r,o,a)},B=v(Fu(e,t),2),L=B[0],z=B[1],j=3==_.distr?1==L?_.max:_.min:0,H=D(j,_,C,k),$=A(m.width*Hi),Y=!1,U=null,V=null,q=null,W=null;null==f||0!=$&&null==d||(Y=!0,U=f.values(e,t,i,h),V=new Map,new Set(U).forEach((function(e){null!=e&&V.set(e,new Path2D)})),$>0&&(q=d.values(e,t,i,h),W=new Map,new Set(q).forEach((function(e){null!=e&&W.set(e,new Path2D)}))));var Z=c.x0,Q=c.size;if(null!=Z&&null!=Q){p=Z.values(e,t,i,h),2==Z.unit&&(p=p.map((function(t){return e.posToVal(w+t*x,y.key,!0)})));var K=Q.values(e,t,i,h);T=A((T=2==Q.unit?K[0]*x:b(K[0],y,x,w)-b(0,y,x,w))-$),F=1==O?-$/2:T+$/2}else{var G=x;if(p.length>1)for(var J=null,X=0,ee=1/0;X<p.length;X++)if(void 0!==g[X]){if(null!=J){var te=ko(p[X]-p[J]);te<ee&&(ee=te,G=ko(b(p[X],y,x,w)-b(p[J],y,x,w)))}J=X}T=A(Eo(l,Ao(u,G-G*o))-$-r),F=(0==n?T/2:n==O?0:T)-n*O*r/2}var ne,re={stroke:null,fill:null,clip:null,band:null,gaps:null,flags:2|Nu};0!=z&&(re.band=new Path2D,ne=A(D(1==z?_.max:_.min,_,C,k)));var ie=Y?null:new Path2D,ae=re.band,oe=c.y0,le=c.y1,ue=null;null!=oe&&null!=le&&(g=le.values(e,t,i,h),ue=oe.values(e,t,i,h));for(var ce=S*T,se=E*T,fe=1==O?i:h;fe>=i&&fe<=h;fe+=O){var de=g[fe];if(void 0!==de){var he=b(2!=y.distr||null!=c?p[fe]:fe,y,x,w),me=D(go(de,j),_,C,k);null!=ue&&null!=de&&(H=D(ue[fe],_,C,k));var pe=A(he-F),ve=A(Ao(me,H)),ge=A(Eo(me,H)),ye=ve-ge;if(null!=de){var _e=de<0?se:ce,be=de<0?ce:se;Y?($>0&&null!=q[fe]&&P(W.get(q[fe]),pe,ge+xo($/2),T,Ao(0,ye-$),_e,be),null!=U[fe]&&P(V.get(U[fe]),pe,ge+xo($/2),T,Ao(0,ye-$),_e,be)):P(ie,pe,ge+xo($/2),T,Ao(0,ye-$),_e,be),R(e,t,fe,pe-$/2,ge,T+$,ye)}0!=z&&(I*z==1?(ve=ge,ge=ne):(ge=ve,ve=ne),P(ae,pe-$/2,ge,T+$,Ao(0,ye=ve-ge),0,0))}}return $>0&&(re.stroke=Y?W:ie),re.fill=Y?V:ie,re}))}},gc.spline=function(e){return function(e,t){var n=go(null===t||void 0===t?void 0:t.alignGaps,0);return function(t,r,i,a){return Mu(t,r,(function(o,l,u,c,s,f,d,h,m,p,g){var y,b,D,w=o.pxRound,k=function(e){return w(f(e,c,p,h))},x=function(e){return w(d(e,s,g,m))};0==c.ori?(y=Lu,D=ju,b=qu):(y=zu,D=Hu,b=Wu);var C=c.dir*(0==c.ori?1:-1);i=uo(u,i,a,1),a=uo(u,i,a,-1);for(var S=k(l[1==C?i:a]),E=S,A=[],N=[],M=1==C?i:a;M>=i&&M<=a;M+=C)if(null!=u[M]){var F=k(l[M]);A.push(E=F),N.push(x(u[M]))}var T={stroke:e(A,N,y,D,b,w),fill:null,clip:null,band:null,gaps:null,flags:Nu},O=T.stroke,I=v(Fu(t,r),2),P=I[0],R=I[1];if(null!=o.fill||0!=P){var B=T.fill=new Path2D(O),L=x(o.fillTo(t,r,o.min,o.max,P));D(B,E,L),D(B,S,L)}if(!o.spanGaps){var z,j=[];(z=j).push.apply(z,_(Pu(l,u,i,a,C,k,n))),T.gaps=j=o.gaps(t,r,i,a,j),T.clip=Iu(j,c.ori,h,m,p,g)}return 0!=R&&(T.band=2==R?[Ou(t,r,i,a,O,-1),Ou(t,r,i,a,O,1)]:Ou(t,r,i,a,O,R)),T}))}}(Xu,e)};var yc={legend:{show:!1},cursor:{drag:{x:!0,y:!1},focus:{prox:30},points:{size:5.6,width:1.4},bind:{click:function(){return null},dblclick:function(){return null}}}},_c=function(e,t,n){if(void 0===e||null===e)return"";n=n||0,t=t||0;var r=Math.abs(n-t);if(isNaN(r)||0==r)return Math.abs(e)>=1e3?e.toLocaleString("en-US"):e.toString();var i=3+Math.floor(1+Math.log10(Math.max(Math.abs(t),Math.abs(n)))-Math.log10(r));return(isNaN(i)||i>20)&&(i=20),e.toLocaleString("en-US",{minimumSignificantDigits:i,maximumSignificantDigits:i})},bc=function(e,t,n,r){var i,a=e.axes[n];if(r>1)return a._size||60;var o=6+((null===a||void 0===a||null===(i=a.ticks)||void 0===i?void 0:i.size)||0)+(a.gap||0),l=(null!==t&&void 0!==t?t:[]).reduce((function(e,t){return(null===t||void 0===t?void 0:t.length)>e.length?t:e}),"");return""!=l&&(o+=function(e,t){var n=document.createElement("span");n.innerText=e,n.style.cssText="position: absolute; z-index: -1; pointer-events: none; opacity: 0; font: ".concat(t),document.body.appendChild(n);var r=n.offsetWidth;return n.remove(),r}(l,"10px Arial")),Math.ceil(o)},Dc=function(e){var t=e.e,n=e.factor,r=void 0===n?.85:n,i=e.u,a=e.setPanning,o=e.setPlotScale;t.preventDefault();var l=t instanceof MouseEvent;a(!0);var u=l?t.clientX:t.touches[0].clientX,c=i.posToVal(1,"x")-i.posToVal(0,"x"),s=i.scales.x.min||0,f=i.scales.x.max||0,d=function(e){var t=e instanceof MouseEvent;if(t||!(e.touches.length>1)){e.preventDefault();var n=t?e.clientX:e.touches[0].clientX,i=c*((n-u)*r);o({min:s-i,max:f-i})}},h=function e(){a(!1),document.removeEventListener("mousemove",d),document.removeEventListener("mouseup",e),document.removeEventListener("touchmove",d),document.removeEventListener("touchend",e)};document.addEventListener("mousemove",d),document.addEventListener("mouseup",h),document.addEventListener("touchmove",d),document.addEventListener("touchend",h)},wc=function(e){for(var t=e.length,n=-1/0;t--;){var r=e[t];Number.isFinite(r)&&r>n&&(n=r)}return Number.isFinite(n)?n:null},kc=function(e){for(var t=e.length,n=1/0;t--;){var r=e[t];Number.isFinite(r)&&r<n&&(n=r)}return Number.isFinite(n)?n:null},xc=function(e){for(var t=e.length,n=[];t--;){var r=e[t];Number.isFinite(r)&&n.push(r)}return n.sort(),n[n.length>>1]},Cc=function(e){for(var t=e.length;t--;){var n=e[t];if(Number.isFinite(n))return n}},Sc=[[31536e3,"{YYYY}",null,null,null,null,null,null,1],[2419200,"{MMM}","\n{YYYY}",null,null,null,null,null,1],[86400,"{MM}-{DD}","\n{YYYY}",null,null,null,null,null,1],[3600,"{HH}:{mm}","\n{YYYY}-{MM}-{DD}",null,"\n{MM}-{DD}",null,null,null,1],[60,"{HH}:{mm}","\n{YYYY}-{MM}-{DD}",null,"\n{MM}-{DD}",null,null,null,1],[1,"{HH}:{mm}:{ss}","\n{YYYY}-{MM}-{DD}",null,"\n{MM}-{DD} {HH}:{mm}",null,null,null,1],[.001,":{ss}.{fff}","\n{YYYY}-{MM}-{DD} {HH}:{mm}",null,"\n{MM}-{DD} {HH}:{mm}",null,"\n{HH}:{mm}",null,1]],Ec=function(e,t){return Array.from(new Set(e.map((function(e){return e.scale})))).map((function(e){var n="10px Arial",r=It("color-text"),i={scale:e,show:!0,size:bc,stroke:r,font:n,values:function(e,n){return function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=t[0],i=t[t.length-1];return n?t.map((function(e){return"".concat(_c(e,r,i)," ").concat(n)})):t.map((function(e){return _c(e,r,i)}))}(e,n,t)}};return e?Number(e)%2?i:st(st({},i),{},{side:1}):{space:80,values:Sc,stroke:r,font:n}}))},Ac=function(e,t){if(null==e||null==t)return[-1,1];var n=.02*(Math.abs(t-e)||Math.abs(e)||1);return[e-n,t+n]},Nc=function(e){var t=e.u,n=e.id,i=e.unit,o=void 0===i?"":i,l=e.metricItem,u=e.seriesItem,c=e.tooltipIdx,s=e.tooltipOffset,f=e.isSticky,d=e.showQueryNum,h=e.onClose,m=(0,r.useRef)(null),p=v((0,r.useState)({top:-999,left:-999}),2),g=p[0],y=p[1],_=v((0,r.useState)(!1),2),b=_[0],D=_[1],w=v((0,r.useState)(!1),2),k=w[0],x=w[1],C=v((0,r.useState)(c.seriesIdx),2),S=C[0],E=C[1],A=v((0,r.useState)(c.dataIdx),2),N=A[0],M=A[1],F=Ct()(t,["data",S,N],0),T=_c(F,Ct()(t,["scales","1","min"],0),Ct()(t,["scales","1","max"],1)),O=t.data[0][N],I=a()(1e3*O).tz().format(Qt),P="".concat(null===u||void 0===u?void 0:u.stroke),R=(null===u||void 0===u?void 0:u.calculations)||{},B=(null===l||void 0===l?void 0:l.group)||0,L=(0,r.useMemo)((function(){var e=(null===l||void 0===l?void 0:l.metric)||{},t=Object.keys(e).filter((function(e){return"__name__"!=e})).map((function(t){return"".concat(t,"=").concat(JSON.stringify(e[t]))})),n=e.__name__||"";return t.length>0&&(n+="{"+t.join(",")+"}"),n}),[l]),z=(0,r.useCallback)((function(e){if(b){var t=e.clientX,n=e.clientY;y({top:n,left:t})}}),[b]);return(0,r.useEffect)((function(){if(m.current){var e=t.valToPos(F||0,(null===u||void 0===u?void 0:u.scale)||"1"),n=t.valToPos(O,"x"),r=m.current.getBoundingClientRect(),i=r.width,a=r.height,o=t.over.getBoundingClientRect(),l=n+i>=o.width?i+20:0,c=e+a>=o.height?a+20:0,f={top:e+s.top+10-c,left:n+s.left+10-l};f.left<0&&(f.left=20),f.top<0&&(f.top=20),y(f)}}),[t,F,O,S,s,m]),(0,r.useEffect)((function(){E(c.seriesIdx),M(c.dataIdx)}),[c]),Fr("mousemove",z),Fr("mouseup",(function(){D(!1)})),c.seriesIdx<0||c.dataIdx<0?null:r.default.createPortal($t("div",{className:Cr()({"vm-chart-tooltip":!0,"vm-chart-tooltip_sticky":f,"vm-chart-tooltip_moved":k}),ref:m,style:g,children:[$t("div",{className:"vm-chart-tooltip-header",children:[$t("div",{className:"vm-chart-tooltip-header__date",children:[d&&$t("div",{children:["Query ",B]}),I]}),f&&$t(jt.HY,{children:[$t(ui,{className:"vm-chart-tooltip-header__drag",variant:"text",size:"small",startIcon:$t(mr,{}),onMouseDown:function(e){x(!0),D(!0);var t=e.clientX,n=e.clientY;y({top:n,left:t})}}),$t(ui,{className:"vm-chart-tooltip-header__close",variant:"text",size:"small",startIcon:$t(Yn,{}),onClick:function(){h&&h(n)}})]})]}),$t("div",{className:"vm-chart-tooltip-data",children:[$t("div",{className:"vm-chart-tooltip-data__marker",style:{background:P}}),$t("div",{children:[$t("b",{children:[T,o]}),$t("br",{}),"median:",$t("b",{children:R.median}),", min:",$t("b",{children:R.min}),", max:",$t("b",{children:R.max})]})]}),$t("div",{className:"vm-chart-tooltip-info",children:L})]}),t.root)},Mc=function(e){return[e.min,e.max]},Fc=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,r=arguments.length>3?arguments[3]:void 0,i=arguments.length>4?arguments[4]:void 0;return i.limits.enable?i.limits.range[r]:Ac(t,n)},Tc=function(e,t){var n={x:{range:function(){return Mc(t)}}},r=Object.keys(e.limits.range);return(r.length?r:["1"]).forEach((function(t){n[t]={range:function(n){return Fc(n,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,t,e)}}})),n},Oc=function(e){var t=e.data,n=e.series,i=e.metrics,o=void 0===i?[]:i,l=e.period,u=e.yaxis,c=e.unit,s=e.setPeriod,f=e.layoutSize,d=e.height,h=Ut().isDarkTheme,m=(0,r.useRef)(null),p=v((0,r.useState)(!1),2),g=p[0],y=p[1],b=v((0,r.useState)({min:l.start,max:l.end}),2),D=b[0],w=b[1],k=v((0,r.useState)(),2),x=k[0],C=k[1],S=v((0,r.useState)(0),2),E=S[0],A=S[1],N=v((0,r.useState)(!1),2),M=N[0],F=N[1],T=v((0,r.useState)({seriesIdx:-1,dataIdx:-1}),2),O=T[0],I=T[1],P=v((0,r.useState)({left:0,top:0}),2),R=P[0],B=P[1],L=v((0,r.useState)([]),2),z=L[0],j=L[1],H=function(e){var t=e.min,n=e.max,r=1e3*(n-t);r<Xt||r>en||(w({min:t,max:n}),s({from:a()(1e3*t).toDate(),to:a()(1e3*n).toDate()}))},$=(0,r.useCallback)((function(e){var t=e.target,n=e.ctrlKey,r=e.metaKey,i=e.key,a=t instanceof HTMLInputElement||t instanceof HTMLTextAreaElement;if(x&&!a){var o="+"===i||"="===i;if(("-"===i||o)&&!n&&!r){e.preventDefault();var l=(D.max-D.min)/10*(o?1:-1);H({min:D.min+l,max:D.max-l})}}}),[x,D]),Y=(0,r.useCallback)((function(){var e=O.seriesIdx,t=O.dataIdx,r="".concat(e,"_").concat(t),i=o[e-1],a=n[e],l=new Set(o.map((function(e){return e.group}))).size>1;return{id:r,unit:c,seriesItem:a,metricItem:i,tooltipIdx:O,tooltipOffset:R,showQueryNum:l}}),[x,o,n,O,R,c]),U=(0,r.useCallback)((function(){if(M){var e=Y();z.find((function(t){return t.id===e.id}))||j((function(t){return[].concat(_(t),[e])}))}}),[Y,z,M]),V=function(e){j((function(t){return t.filter((function(t){return t.id!==e}))}))},q=function(e){for(var t=e.series.length-1;t>=0;t--)e.delSeries(t)},W=st(st({},yc),{},{tzDate:function(e){return a()(hn(pn(e))).local().toDate()},series:n,axes:Ec([{},{scale:"1"}],c),scales:Tc(u,D),width:f.width||400,height:d||500,hooks:{ready:[function(e){var t=.9;B({left:parseFloat(e.over.style.left),top:parseFloat(e.over.style.top)}),e.over.addEventListener("mousedown",(function(n){var r=n.ctrlKey,i=n.metaKey;0===n.button&&(r||i)&&Dc({u:e,e:n,setPanning:y,setPlotScale:H,factor:t})})),e.over.addEventListener("touchstart",(function(n){Dc({u:e,e:n,setPanning:y,setPlotScale:H,factor:t})})),e.over.addEventListener("wheel",(function(n){if(n.ctrlKey||n.metaKey){n.preventDefault();var r=e.over.getBoundingClientRect().width,i=e.cursor.left&&e.cursor.left>0?e.cursor.left:0,a=e.posToVal(i,"x"),o=(e.scales.x.max||0)-(e.scales.x.min||0),l=n.deltaY<0?o*t:o/t,u=a-i/r*l,c=u+l;e.batch((function(){return H({min:u,max:c})}))}}))}],setSeries:[function(e,t){var n=null!==t&&void 0!==t?t:-1;I((function(e){return st(st({},e),{},{seriesIdx:n})}))}],setCursor:[function(e){var t,n=null!==(t=e.cursor.idx)&&void 0!==t?t:-1;I((function(e){return st(st({},e),{},{dataIdx:n})}))}],setSelect:[function(e){var t=e.posToVal(e.select.left,"x"),n=e.posToVal(e.select.left+e.select.width,"x");H({min:t,max:n})}],destroy:[function(e){q(e),function(e){Object.keys(e.hooks).forEach((function(t){e.hooks[t]=[]}))}(e),e.setData([])}]}}),Z=(0,r.useCallback)((function(e){if(2===e.touches.length&&x){e.preventDefault();var t=e.touches[0].clientX-e.touches[1].clientX,n=e.touches[0].clientY-e.touches[1].clientY,r=Math.sqrt(t*t+n*n),i=E-r,a=x.scales.x.max||D.max,o=x.scales.x.min||D.min,l=(a-o)/50*(i>0?-1:1);x.batch((function(){return H({min:o+l,max:a-l})}))}}),[x,E,D]);return(0,r.useEffect)((function(){w({min:l.start,max:l.end})}),[l]),(0,r.useEffect)((function(){if(j([]),I({seriesIdx:-1,dataIdx:-1}),m.current){x&&x.destroy();var e=new vc(W,t,m.current);return C(e),w({min:l.start,max:l.end}),e.destroy}}),[m,h]),(0,r.useEffect)((function(){x&&(x.setData(t),x.redraw())}),[t]),(0,r.useEffect)((function(){x&&(q(x),function(e,t){t.forEach((function(t){e.addSeries(t)}))}(x,n),x.redraw())}),[n]),(0,r.useEffect)((function(){x&&(Object.keys(u.limits.range).forEach((function(e){x.scales[e]&&(x.scales[e].range=function(t){return Fc(t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,e,u)})})),x.redraw())}),[u]),(0,r.useEffect)((function(){x&&(x.scales.x.range=function(){return Mc(D)},x.redraw())}),[D]),(0,r.useEffect)((function(){x&&(x.setSize({width:f.width||400,height:d||500}),x.redraw())}),[d,f]),(0,r.useEffect)((function(){F(-1!==O.dataIdx&&-1!==O.seriesIdx)}),[O]),Fr("click",U),Fr("keydown",$),Fr("touchmove",Z),Fr("touchstart",(function(e){if(2===e.touches.length){e.preventDefault();var t=e.touches[0].clientX-e.touches[1].clientX,n=e.touches[0].clientY-e.touches[1].clientY;A(Math.sqrt(t*t+n*n))}})),$t("div",{className:Cr()({"vm-line-chart":!0,"vm-line-chart_panning":g}),style:{minWidth:"".concat(f.width||400,"px"),minHeight:"".concat(d||500,"px")},children:[$t("div",{className:"vm-line-chart__u-plot",ref:m}),x&&M&&$t(Nc,st(st({},Y()),{},{u:x})),x&&z.map((function(e){return(0,r.createElement)(Nc,st(st({},e),{},{isSticky:!0,u:x,key:e.id,onClose:V}))}))]})},Ic=function(){var e=(0,r.useContext)(ei).showInfoMessage;return function(){var t=Ti(Mi().mark((function t(n,r){var i;return Mi().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(null!==(i=navigator)&&void 0!==i&&i.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)}}()},Pc=function(e){var t=e.legend,n=e.onChange,i=e.isHeatmap,a=Ic(),o=(0,r.useMemo)((function(){var e=function(e){return Object.keys(e.freeFormFields).filter((function(e){return"__name__"!==e})).map((function(t){var n="".concat(t,"=").concat(JSON.stringify(e.freeFormFields[t]));return{id:"".concat(e.label,".").concat(n),freeField:n,key:t}}))}(t);return i?e.filter((function(e){return"vmrange"!==e.key})):e}),[t,i]),l=t.calculations,u=Object.values(l).some((function(e){return e})),c=function(){var e=Ti(Mi().mark((function e(t){return Mi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a(t,"".concat(t," has been copied"));case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();return $t("div",{className:Cr()({"vm-legend-item":!0,"vm-legend-row":!0,"vm-legend-item_hide":!t.checked&&!i,"vm-legend-item_static":i}),onClick:function(e){return function(t){n&&n(e,t.ctrlKey||t.metaKey)}}(t),children:[!i&&$t("div",{className:"vm-legend-item__marker",style:{backgroundColor:t.color}}),$t("div",{className:"vm-legend-item-info",children:$t("span",{className:"vm-legend-item-info__label",children:[t.freeFormFields.__name__,!!o.length&&$t(jt.HY,{children:"{"}),o.map((function(e,t){return $t("span",{className:"vm-legend-item-info__free-fields",onClick:(n=e.freeField,function(e){e.stopPropagation(),c(n)}),title:"copy to clipboard",children:[e.freeField,t+1<o.length&&","]},e.key);var n})),!!o.length&&$t(jt.HY,{children:"}"})]})}),!i&&u&&$t("div",{className:"vm-legend-item-values",children:["median:",l.median,", min:",l.min,", max:",l.max,", last:",l.last]})]})},Rc=function(e){var t=e.labels,n=e.query,i=e.onChange,a=(0,r.useMemo)((function(){return Array.from(new Set(t.map((function(e){return e.group}))))}),[t]),o=a.length>1;return $t(jt.HY,{children:$t("div",{className:"vm-legend",children:a.map((function(e){return $t("div",{className:"vm-legend-group",children:$t(ma,{defaultExpanded:!0,title:$t("div",{className:"vm-legend-group-title",children:[o&&$t("span",{className:"vm-legend-group-title__count",children:["Query ",e,": "]}),$t("span",{className:"vm-legend-group-title__query",children:n[e-1]})]}),children:$t("div",{children:t.filter((function(t){return t.group===e})).map((function(e){return $t(Pc,{legend:e,onChange:i},e.label)}))})})},e)}))})})},Bc=["#e54040","#32a9dc","#2ee329","#7126a1","#e38f0f","#3d811a","#ffea00","#2d2d2d","#da42a6","#a44e0c"],Lc=["__name__"],zc=function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=e.metric,i=r.__name__,a=Sr(r,Lc),o=t||"".concat(n?"[Query ".concat(e.group,"] "):"").concat(i||"");return 0==Object.keys(a).length?o||"value":"".concat(o,"{").concat(Object.entries(a).map((function(e){return"".concat(e[0],"=").concat(JSON.stringify(e[1]))})).join(", "),"}")},jc=function(e){switch(e){case"NaN":return NaN;case"Inf":case"+Inf":return 1/0;case"-Inf":return-1/0;default:return parseFloat(e)}},Hc=function(e){if(e.length<2)return!1;var t=["le","vmrange"],n=Object.keys(e[0].metric).filter((function(e){return!t.includes(e)}));return e.every((function(r){var i=Object.keys(r.metric).filter((function(e){return!t.includes(e)}));return n.length===i.length&&i.every((function(t){return r.metric[t]===e[0].metric[t]}))}))&&e.every((function(e){return t.some((function(t){return t in e.metric}))}))},$c=function(e,t,n){for(var r=[],i=0;i<n;i++){var a=i/(n-1),o=e[0]+(t[0]-e[0])*a,l=e[1]+(t[1]-e[1])*a,u=e[2]+(t[2]-e[2])*a;r.push([o,l,u].map((function(e){return Math.round(e)})).join(", "))}return r.map((function(e){return"rgb(".concat(e,")")}))}([246,226,219],[127,39,4],16),Yc=function(){return function(e,t){var n=Math.round(devicePixelRatio);vc.orient(e,t,(function(r,i,a,o,l,u,c,s,f,d,h,m,p,g){for(var y=v(e.data[t],3),b=y[0],D=y[1],w=y[2],k=b.length,x=function(e,t){for(var n=e.data[t][2],r=$c,i=1/0,a=-1/0,o=0;o<n.length;o++)n[o]>0&&(i=Math.min(i,n[o]),a=Math.max(a,n[o]));for(var l=a-i,u=r.length,c=Array(n.length),s=0;s<n.length;s++)c[s]=0===n[s]?-1:Math.min(u-1,Math.floor(u*(n[s]-i)/l));return c}(e,t),C=null!==$c&&void 0!==$c?$c:_(Array.from(new Set(x))),S=C.map((function(){return new Path2D})),E=k-D.lastIndexOf(D[0]),A=k/E,N=D[1]-D[0],M=b[E]-b[0],F=u(M,o,d,s)-u(0,o,d,s)-n,T=c(N,l,h,f)-c(0,l,h,f)+n,O=D.slice(0,E).map((function(e){return Math.round(c(e,l,h,f)-T/2)})),I=Array.from({length:A},(function(e,t){return Math.round(u(b[t*E],o,d,s)-F)})),P=0;P<k;P++)if(w[P]>0&&b[P]>=(o.min||-1/0)&&b[P]<=(o.max||1/0)&&D[P]>=(l.min||-1/0)&&D[P]<=(l.max||1/0)){var R=I[~~(P/E)],B=O[P%E];g(S[x[P]],R,B,F,T)}e.ctx.save(),e.ctx.rect(e.bbox.left,e.bbox.top,e.bbox.width,e.bbox.height),e.ctx.clip(),S.forEach((function(t,n){e.ctx.fillStyle=C[n],e.ctx.fill(t)})),e.ctx.restore()}))}},Uc=function(e){var t=(e.metric.vmrange||e.metric.le||"").split("...");return jc(t[t.length-1])},Vc=function(e,t){return Uc(e)-Uc(t)},qc=function(e,t){if(!t)return e;var n=function(e){var t;if(!e.every((function(e){return e.metric.le})))return e;var n,r=e.sort((function(e,t){return parseFloat(e.metric.le)-parseFloat(t.metric.le)})),i=(null===(t=e[0])||void 0===t?void 0:t.group)||1,a={metric:{le:""},values:[],group:i},o=[],l=g(r);try{for(l.s();!(n=l.n()).done;){var u,c=n.value,s=[a.metric.le,c.metric.le].filter((function(e){return e})).join("..."),f=[],d=g(c.values);try{var h=function(){var e,t=v(u.value,2),n=t[0],r=+t[1]-+((null===(e=a.values.find((function(e){return e[0]===n})))||void 0===e?void 0:e[1])||0);f.push([n,"".concat(r)])};for(d.s();!(u=d.n()).done;)h()}catch(m){d.e(m)}finally{d.f()}o.push({metric:{vmrange:s},values:f,group:i}),a=c}}catch(m){l.e(m)}finally{l.f()}return o}(e.sort(Vc)),r={};return n.forEach((function(e){return e.values.forEach((function(e){var t=v(e,2),n=t[0],i=t[1];r[n]=(r[n]||0)+ +i}))})),n.map((function(e){var t=e.values.map((function(e){var t=v(e,2),n=t[0],i=t[1],a=r[n];return[n,"".concat(Math.round(+i/a*100))]}));return st(st({},e),{},{values:t})})).filter((function(e){return!e.values.every((function(e){return"0"===e[1]}))}))},Wc=function(e){var t,n=e.min,i=e.max,a=e.legendValue,o=e.series,l=v((0,r.useState)(0),2),u=l[0],c=l[1],s=v((0,r.useState)(""),2),f=s[0],d=s[1],h=v((0,r.useState)(""),2),m=h[0],p=h[1],g=v((0,r.useState)(""),2),y=g[0],_=g[1];return(0,r.useEffect)((function(){var e=(null===a||void 0===a?void 0:a.value)||0;c(e?(e-n)/(i-n)*100:0),d(e?"".concat(e,"%"):""),p("".concat(n,"%")),_("".concat(i,"%"))}),[a,n,i]),$t("div",{className:"vm-legend-heatmap__wrapper",children:[$t("div",{className:"vm-legend-heatmap",children:[$t("div",{className:"vm-legend-heatmap-gradient",style:{background:"linear-gradient(to right, ".concat($c.join(", "),")")},children:!(null===a||void 0===a||!a.value)&&$t("div",{className:"vm-legend-heatmap-gradient__value",style:{left:"".concat(u,"%")},children:$t("span",{children:f})})}),$t("div",{className:"vm-legend-heatmap__value",children:m}),$t("div",{className:"vm-legend-heatmap__value",children:y})]}),o[1]&&$t(Pc,{legend:o[1],isHeatmap:!0},null===(t=o[1])||void 0===t?void 0:t.label)]})},Zc=function(e,t,n){for(var r={},i=e.map((function(e){var t=e.values.map((function(e){return jc(e[1])}));return{min:kc(t),max:wc(t),median:xc(t),last:Cc(t)}})),a=Math.min(e.length,Bc.length),o=0;o<a;o++){var l=zc(e[o],n[e[o].group-1]);r[l]=Bc[o]}return function(e,a){var o=zc(e,n[e.group-1]),l=r[o]||function(e){var t=16777215,n=1,r=0,i=1;if(e.length>0)for(var a=0;a<e.length;a++)e[a].charCodeAt(0)>r&&(r=e[a].charCodeAt(0)),i=parseInt(String(t/r)),n=(n+e[a].charCodeAt(0)*i*49979693)%t;var o=(n*e.length%t).toString(16);return o=o.padEnd(6,o),"#".concat(o)}(o),u=i[a],c=u.min,s=u.max,f=u.median,d=u.last;return{label:o,freeFormFields:e.metric,width:1.4,stroke:l,show:!Kc(o,t),scale:"1",points:{size:4.2,width:1.4},calculations:{min:_c(c,c,s),max:_c(s,c,s),median:_c(f,c,s),last:_c(d,c,s)}}}},Qc=function(e,t){return{group:t,label:e.label||"",color:e.stroke,checked:e.show||!1,freeFormFields:e.freeFormFields,calculations:e.calculations}},Kc=function(e,t){return t.includes("".concat(e))},Gc=n(61),Jc=n.n(Gc),Xc=function(e){var t=e.u,n=e.id,i=e.unit,a=void 0===i?"":i,o=e.cursor,l=e.tooltipOffset,u=e.isSticky,c=e.onClose,s=e.startDate,f=e.endDate,d=e.bucket,h=e.valueFormat,m=e.value,p=(0,r.useRef)(null),g=v((0,r.useState)({top:-999,left:-999}),2),y=g[0],_=g[1],b=v((0,r.useState)(!1),2),D=b[0],w=b[1],k=v((0,r.useState)(!1),2),x=k[0],C=k[1],S=(0,r.useCallback)((function(e){if(D){var t=e.clientX,n=e.clientY;_({top:n,left:t})}}),[D]);return(0,r.useEffect)((function(){if(p.current){var e=o.top,n=o.left,r=p.current.getBoundingClientRect(),i=r.width,a=r.height,u=t.over.getBoundingClientRect(),c=n+i>=u.width?i+20:0,s=e+a>=u.height?a+20:0;_({top:e+l.top+10-s,left:n+l.left+10-c})}}),[t,o,l,p]),Fr("mousemove",S),Fr("mouseup",(function(){w(!1)})),null!==o&&void 0!==o&&o.left&&null!==o&&void 0!==o&&o.top&&m?r.default.createPortal($t("div",{className:Cr()({"vm-chart-tooltip":!0,"vm-chart-tooltip_sticky":u,"vm-chart-tooltip_moved":x}),ref:p,style:y,children:[$t("div",{className:"vm-chart-tooltip-header",children:[$t("div",{className:"vm-chart-tooltip-header__date vm-chart-tooltip-header__date_range",children:[$t("span",{children:s}),$t("span",{children:f})]}),u&&$t(jt.HY,{children:[$t(ui,{className:"vm-chart-tooltip-header__drag",variant:"text",size:"small",startIcon:$t(mr,{}),onMouseDown:function(e){C(!0),w(!0);var t=e.clientX,n=e.clientY;_({top:n,left:t})}}),$t(ui,{className:"vm-chart-tooltip-header__close",variant:"text",size:"small",startIcon:$t(Yn,{}),onClick:function(){c&&c(n)}})]})]}),$t("div",{className:"vm-chart-tooltip-data",children:$t("p",{children:["value: ",$t("b",{className:"vm-chart-tooltip-data__value",children:h}),a]})}),$t("div",{className:"vm-chart-tooltip-info",children:d})]}),t.root):null},es=function(e){return e.xRange="xRange",e.yRange="yRange",e}(es||{}),ts=function(e){var t=e.data,n=e.metrics,i=void 0===n?[]:n,o=e.period,l=e.yaxis,u=e.unit,c=e.setPeriod,s=e.layoutSize,f=e.height,d=e.onChangeLegend,h=Ut().isDarkTheme,m=(0,r.useRef)(null),p=v((0,r.useState)(!1),2),g=p[0],y=p[1],b=v((0,r.useState)({min:o.start,max:o.end}),2),D=b[0],w=b[1],k=v((0,r.useState)(),2),x=k[0],C=k[1],S=v((0,r.useState)(0),2),E=S[0],A=S[1],N=v((0,r.useState)(null),2),M=N[0],F=N[1],T=v((0,r.useState)({left:0,top:0}),2),O=T[0],I=T[1],P=v((0,r.useState)([]),2),R=P[0],B=P[1],L=(0,r.useMemo)((function(){return"".concat(null===M||void 0===M?void 0:M.bucket,"_").concat(null===M||void 0===M?void 0:M.startDate)}),[M]),z=(0,r.useCallback)(Jc()((function(e){var t=e.min,n=e.max;isNaN(t)||isNaN(n)||c({from:a()(1e3*t).toDate(),to:a()(1e3*n).toDate()})}),500),[]),j=function(e){var t=e.min,n=e.max,r=1e3*(n-t);r<Xt||r>en||(w({min:t,max:n}),z({min:t,max:n}))},H=(0,r.useCallback)((function(e){var t=e.target,n=e.ctrlKey,r=e.metaKey,i=e.key,a=t instanceof HTMLInputElement||t instanceof HTMLTextAreaElement;if(x&&!a){var o="+"===i||"="===i;if(("-"===i||o)&&!n&&!r){e.preventDefault();var l=(D.max-D.min)/10*(o?1:-1);j({min:D.min+l,max:D.max-l})}}}),[x,D]),$=(0,r.useCallback)((function(){if(null!==M&&void 0!==M&&M.value){var e="".concat(null===M||void 0===M?void 0:M.bucket,"_").concat(null===M||void 0===M?void 0:M.startDate),t=st({id:e,unit:u,tooltipOffset:O},M);if(!R.find((function(t){return t.id===e}))){var n=JSON.parse(JSON.stringify(t));B((function(e){return[].concat(_(e),[n])}))}}}),[R,M,O,u]),Y=function(e){B((function(t){return t.filter((function(t){return t.id!==e}))}))},U=function(){return[D.min,D.max]},V=Ec([{}],u),q=st(st({},yc),{},{mode:2,tzDate:function(e){return a()(hn(pn(e))).local().toDate()},series:[{},{paths:Yc(),facets:[{scale:"x",auto:!0,sorted:1},{scale:"y",auto:!0}]}],axes:[].concat(_(V),[{scale:"y",stroke:V[0].stroke,font:V[0].font,size:bc,splits:i.map((function(e,t){return t})),values:i.map((function(e){return e.metric.vmrange}))}]),scales:{x:{time:!0},y:{log:2,time:!1,range:function(e,t,n){return[t-1,n+1]}}},width:s.width||400,height:f||500,plugins:[{hooks:{ready:function(e){var t=.9;I({left:parseFloat(e.over.style.left),top:parseFloat(e.over.style.top)}),e.over.addEventListener("mousedown",(function(n){var r=n.ctrlKey,i=n.metaKey;0===n.button&&(r||i)&&Dc({u:e,e:n,setPanning:y,setPlotScale:j,factor:t})})),e.over.addEventListener("touchstart",(function(n){Dc({u:e,e:n,setPanning:y,setPlotScale:j,factor:t})})),e.over.addEventListener("wheel",(function(n){if(n.ctrlKey||n.metaKey){n.preventDefault();var r=e.over.getBoundingClientRect().width,i=e.cursor.left&&e.cursor.left>0?e.cursor.left:0,a=e.posToVal(i,"x"),o=(e.scales.x.max||0)-(e.scales.x.min||0),l=n.deltaY<0?o*t:o/t,u=a-i/r*l,c=u+l;e.batch((function(){return j({min:u,max:c})}))}}))},setCursor:function(e){var t,n=e.cursor.left&&e.cursor.left>0?e.cursor.left:0,r=e.cursor.top&&e.cursor.top>0?e.cursor.top:0,o=e.data[1][0]||[];if(Array.isArray(o)){var l=e.posToVal(n,"x"),u=e.posToVal(r,"y"),c=o.findIndex((function(e,t){return l>=e&&l<o[t+1]}))||-1,s=o[c+1],f=i[Math.round(u)];if(f){var d=v(f.values.find((function(e){return e[0]===s}))||[],2),h=d[0],m=void 0===h?0:h,p=d[1],g=void 0===p?"":p,y="".concat(+g,"%"),_=o[c],b=a()(1e3*_).tz().format(Qt),D=a()(1e3*m).tz().format(Qt);F({cursor:{left:n,top:r},startDate:b,endDate:D,bucket:(null===f||void 0===f||null===(t=f.metric)||void 0===t?void 0:t.vmrange)||"",value:+g,valueFormat:y})}else F(null)}}}}],hooks:{setSelect:[function(e){var t=e.posToVal(e.select.left,"x"),n=e.posToVal(e.select.left+e.select.width,"x");j({min:t,max:n})}]}}),W=function(e){if(x){if(e===es.xRange)x.scales.x.range=U;g||x.redraw()}};(0,r.useEffect)((function(){return w({min:o.start,max:o.end})}),[o]),(0,r.useEffect)((function(){B([]),F(null);var e=null===t[0]&&Array.isArray(t[1]);if(m.current&&s.width&&s.height&&e){var n=new vc(q,t,m.current);return C(n),w({min:o.start,max:o.end}),n.destroy}}),[m.current,s,f,h,t]);var Z=(0,r.useCallback)((function(e){if(2===e.touches.length&&x){e.preventDefault();var t=e.touches[0].clientX-e.touches[1].clientX,n=e.touches[0].clientY-e.touches[1].clientY,r=Math.sqrt(t*t+n*n),i=E-r,a=x.scales.x.max||D.max,o=x.scales.x.min||D.min,l=(a-o)/50*(i>0?-1:1);x.batch((function(){return j({min:o+l,max:a-l})}))}}),[x,E,D]);return(0,r.useEffect)((function(){return W(es.xRange)}),[D]),(0,r.useEffect)((function(){return W(es.yRange)}),[l]),(0,r.useEffect)((function(){M&&d(M)}),[M]),Fr("click",$),Fr("keydown",H),Fr("touchmove",Z),Fr("touchstart",(function(e){if(2===e.touches.length){e.preventDefault();var t=e.touches[0].clientX-e.touches[1].clientX,n=e.touches[0].clientY-e.touches[1].clientY;A(Math.sqrt(t*t+n*n))}})),$t("div",{className:Cr()({"vm-line-chart":!0,"vm-line-chart_panning":g}),style:{minWidth:"".concat(s.width||400,"px"),minHeight:"".concat(f||500,"px")},children:[$t("div",{className:"vm-line-chart__u-plot",ref:m}),x&&M&&$t(Xc,st(st({},M),{},{unit:u,u:x,tooltipOffset:O,id:L})),x&&R.map((function(e){return(0,r.createElement)(Xc,st(st({},e),{},{isSticky:!0,u:x,key:e.id,onClose:Y}))}))]})},ns=function(){var e=v((0,r.useState)(null),2),t=e[0],n=e[1],i=v((0,r.useState)({width:0,height:0}),2),a=i[0],o=i[1],l=(0,r.useCallback)((function(){o({width:(null===t||void 0===t?void 0:t.offsetWidth)||0,height:(null===t||void 0===t?void 0:t.offsetHeight)||0})}),[null===t||void 0===t?void 0:t.offsetHeight,null===t||void 0===t?void 0:t.offsetWidth]);return Fr("resize",l),Mr(l,[null===t||void 0===t?void 0:t.offsetHeight,null===t||void 0===t?void 0:t.offsetWidth]),[n,a]},rs=function(e){var t=e.data,n=void 0===t?[]:t,i=e.period,a=e.customStep,o=e.query,l=e.yaxis,u=e.unit,c=e.showLegend,s=void 0===c||c,f=e.setYaxisLimits,d=e.setPeriod,h=e.alias,m=void 0===h?[]:h,p=e.fullWidth,y=void 0===p||p,b=e.height,D=e.isHistogram,w=Gr().isMobile,k=Fn().timezone,x=(0,r.useMemo)((function(){return a||i.step||"1s"}),[i.step,a]),C=(0,r.useMemo)((function(){return qc(n,D)}),[D,n]),S=v((0,r.useState)([[]]),2),E=S[0],A=S[1],N=v((0,r.useState)([]),2),M=N[0],F=N[1],T=v((0,r.useState)([]),2),O=T[0],I=T[1],P=v((0,r.useState)([]),2),R=P[0],B=P[1],L=v((0,r.useState)(null),2),z=L[0],j=L[1],H=(0,r.useMemo)((function(){return Zc(C,R,m)}),[C,R,m]),$=function(e){var t=function(e,t){var n={},r=Object.values(e).flat(),i=kc(r)||0,a=wc(r)||1;return n[1]=t?Ac(i,a):[i,a],n}(e,!D);f(t)};(0,r.useEffect)((function(){var e=[],t={},n=[],r=[{}];null===C||void 0===C||C.forEach((function(i,a){var o=H(i,a);r.push(o),n.push(Qc(o,i.group));var l,u=t[i.group]||[],c=g(i.values);try{for(c.s();!(l=c.n()).done;){var s=l.value;e.push(s[0]),u.push(jc(s[1]))}}catch(f){c.e(f)}finally{c.f()}t[i.group]=u}));var a=function(e,t,n){for(var r=cn(t)||1,i=Array.from(new Set(e)).sort((function(e,t){return e-t})),a=n.start,o=on(n.end+r),l=0,u=[];a<=o;){for(;l<i.length&&i[l]<=a;)a=i[l],l++,u.push(a);a=on(a+r),(l>=i.length||i[l]>a)&&u.push(a)}for(;u.length<2;)u.push(a),a=on(a+r);return u}(e,x,i),o=C.map((function(e){var t,n=[],r=e.values,i=r.length,o=0,l=g(a);try{for(l.s();!(t=l.n()).done;){for(var u=t.value;o<i&&r[o][0]<u;)o++;var c=null;o<i&&r[o][0]==u&&(c=jc(r[o][1]),Number.isFinite(c)||(c=null)),n.push(c)}}catch(m){l.e(m)}finally{l.f()}var s=n.filter((function(e){return null!==e})),f=Math.abs(function(e){for(var t=e[0],n=1,r=1;r<e.length;r++){var i=e[r];Number.isFinite(i)&&(t=t*(n-1)/n+i/n,n++)}return t}(s)),d=Ac(kc(s),wc(s)),h=Math.abs(d[1]-d[0]);return f>1e10*h?n.map((function(){return f})):n}));o.unshift(a),$(t);var l=D?function(e){var t=e.slice(1,e.length),n=[],r=[];t.forEach((function(e,n){e.forEach((function(e,i){var a=i*t.length+n;r[a]=e}))})),e[0].forEach((function(e){var r=new Array(t.length).fill(e);n.push.apply(n,_(r))}));var i=new Array(n.length).fill(0).map((function(e,n){return n%t.length}));return[null,[n,i,r]]}(o):o;A(l),F(r),I(n)}),[C,k,D]),(0,r.useEffect)((function(){var e=[],t=[{}];null===C||void 0===C||C.forEach((function(n,r){var i=H(n,r);t.push(i),e.push(Qc(i,n.group))})),F(t),I(e)}),[R]);var Y=v(ns(),2),U=Y[0],V=Y[1];return $t("div",{className:Cr()({"vm-graph-view":!0,"vm-graph-view_full-width":y,"vm-graph-view_full-width_mobile":y&&w}),ref:U,children:[!D&&$t(Oc,{data:E,series:M,metrics:C,period:i,yaxis:l,unit:u,setPeriod:d,layoutSize:V,height:b}),D&&$t(ts,{data:E,metrics:C,period:i,yaxis:l,unit:u,setPeriod:d,layoutSize:V,height:b,onChangeLegend:j}),!D&&s&&$t(Rc,{labels:O,query:o,onChange:function(e,t){B(function(e){var t=e.hideSeries,n=e.legend,r=e.metaKey,i=e.series,a=n.label,o=Kc(a,t),l=i.map((function(e){return e.label||""}));return r?o?t.filter((function(e){return e!==a})):[].concat(_(t),[a]):t.length?o?_(l.filter((function(e){return e!==a}))):[]:_(l.filter((function(e){return e!==a})))}({hideSeries:R,legend:e,metaKey:t,series:M}))}}),D&&s&&$t(Wc,{series:M,min:l.limits.range[1][0]||0,max:l.limits.range[1][1]||0,legendValue:z})]})},is=function(e){var t=e.value,n=e.options,i=e.anchor,a=e.disabled,o=e.maxWords,l=void 0===o?1:o,u=e.minLength,c=void 0===u?2:u,s=e.fullWidth,f=e.selected,d=e.noOptionsText,h=e.label,m=e.disabledFullScreen,p=e.onSelect,g=e.onOpenAutocomplete,y=e.onFoundOptions,_=Gr().isMobile,b=(0,r.useRef)(null),D=v((0,r.useState)(-1),2),w=D[0],k=D[1],x=ci(!1),C=x.value,S=x.setValue,E=x.setFalse,A=(0,r.useMemo)((function(){if(!C)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,i;return((null===(r=t.match(e))||void 0===r?void 0:r.index)||0)-((null===(i=n.match(e))||void 0===i?void 0:i.index)||0)}))}catch(r){return[]}}),[C,n,t]),N=(0,r.useMemo)((function(){return d&&!A.length}),[d,A]),M=(0,r.useCallback)((function(e){var t=e.key,n=e.ctrlKey,r=e.metaKey,i=e.shiftKey,a=n||r||i,o=A.length;if("ArrowUp"===t&&!a&&o&&(e.preventDefault(),k((function(e){return e<=0?0:e-1}))),"ArrowDown"===t&&!a&&o){e.preventDefault();var l=A.length-1;k((function(e){return e>=l?l:e+1}))}if("Enter"===t){var u=A[w];u&&p(u),f||E()}"Escape"===t&&E()}),[w,A,E,p,f]);return(0,r.useEffect)((function(){var e=(t.match(/[a-zA-Z_:.][a-zA-Z0-9_:.]*/gm)||[]).length;S(t.length>c&&e<=l)}),[t]),Fr("keydown",M),(0,r.useEffect)((function(){if(b.current){var e=b.current.childNodes[w];null!==e&&void 0!==e&&e.scrollIntoView&&e.scrollIntoView({block:"center"})}}),[w,A]),(0,r.useEffect)((function(){k(-1)}),[A]),(0,r.useEffect)((function(){g&&g(C)}),[C]),(0,r.useEffect)((function(){y&&y(A)}),[A]),$t(si,{open:C,buttonRef:i,placement:"bottom-left",onClose:E,fullWidth:s,title:_?h:void 0,disabledFullScreen:m,children:$t("div",{className:Cr()({"vm-autocomplete":!0,"vm-autocomplete_mobile":_&&!m}),ref:b,children:[N&&$t("div",{className:"vm-autocomplete__no-options",children:d}),A.map((function(e,t){return $t("div",{className:Cr()({"vm-list-item":!0,"vm-list-item_mobile":_,"vm-list-item_active":t===w,"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(){a||(p(n),f||E())}),children:[(null===f||void 0===f?void 0:f.includes(e))&&$t(sr,{}),$t("span",{children:e})]},e);var n}))]})})},as=function(e){var t=e.value,n=e.onChange,i=e.onEnter,a=e.onArrowUp,o=e.onArrowDown,l=e.autocomplete,u=e.error,c=e.stats,s=e.options,f=e.label,d=e.disabled,h=void 0!==d&&d,m=v((0,r.useState)(!1),2),p=m[0],g=m[1],y=(0,r.useRef)(null),_="0"===(null===c||void 0===c?void 0:c.seriesFetched)&&!c.resultLength;return $t("div",{className:"vm-query-editor",ref:y,children:[$t(zi,{value:t,label:f,type:"textarea",autofocus:!!t,error:u,onKeyDown:function(e){var t=e.key,n=e.ctrlKey,r=e.metaKey,l=e.shiftKey,u=(e.target.value||"").split("\n").length>1,c=n||r,s="ArrowDown"===t,f="Enter"===t;"ArrowUp"===t&&c&&(e.preventDefault(),a()),s&&c&&(e.preventDefault(),o()),f&&p&&e.preventDefault(),!f||l||u&&!c||p||(e.preventDefault(),i())},onChange:n,disabled:h,inputmode:"search"}),l&&$t(is,{disabledFullScreen:!0,value:t,options:s,anchor:y,onSelect:function(e){n(e)},onFoundOptions:function(e){g(!!e.length)}}),_&&$t("div",{className:"vm-query-editor-warning",children:$t(vi,{placement:"bottom-right",title:$t("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:$t(qn,{})})})]})},os=function(e){var t,n=e.value,r=void 0!==n&&n,i=e.disabled,a=void 0!==i&&i,o=e.label,l=e.color,u=void 0===l?"secondary":l,c=e.fullWidth,s=e.onChange;return $t("div",{className:Cr()((ut(t={"vm-switch":!0,"vm-switch_full-width":c,"vm-switch_disabled":a,"vm-switch_active":r},"vm-switch_".concat(u,"_active"),r),ut(t,"vm-switch_".concat(u),u),t)),onClick:function(){a||s(!r)},children:[$t("div",{className:"vm-switch-track",children:$t("div",{className:"vm-switch-track__thumb"})}),o&&$t("span",{className:"vm-switch__label",children:o})]})},ls=function(e){var t=e.isMobile,n=Bn().autocomplete,r=Ln(),i=$r(),a=i.nocache,o=i.isTracingEnabled,l=Yr();return $t("div",{className:Cr()({"vm-additional-settings":!0,"vm-additional-settings_mobile":t}),children:[$t(os,{label:"Autocomplete",value:n,onChange:function(){r({type:"TOGGLE_AUTOCOMPLETE"})},fullWidth:t}),$t(os,{label:"Disable cache",value:a,onChange:function(){l({type:"TOGGLE_NO_CACHE"})},fullWidth:t}),$t(os,{label:"Trace query",value:o,onChange:function(){l({type:"TOGGLE_QUERY_TRACING"})},fullWidth:t})]})},us=function(){var e=Gr().isMobile,t=(0,r.useRef)(null),n=ci(!1),i=n.value,a=n.toggle,o=n.setFalse;return e?$t(jt.HY,{children:[$t("div",{ref:t,children:$t(ui,{variant:"outlined",startIcon:$t(Dr,{}),onClick:a})}),$t(si,{open:i,buttonRef:t,placement:"bottom-left",onClose:o,title:"Query settings",children:$t(ls,{isMobile:e})})]}):$t(ls,{})},cs=function(e,t){return e.length===t.length&&e.every((function(e,n){return e===t[n]}))};var ss=function(e){var t=e.errors,n=e.stats,i=e.queryOptions,a=e.onHideQuery,o=e.onRunQuery,l=Gr().isMobile,u=Bn(),c=u.query,s=u.queryHistory,f=u.autocomplete,d=Ln(),h=Tn(),m=v((0,r.useState)(c||[]),2),p=m[0],g=m[1],y=v((0,r.useState)([]),2),b=y[0],D=y[1],w=Yi(p),k=function(){d({type:"SET_QUERY_HISTORY",payload:p.map((function(e,t){var n=s[t]||{values:[]},r=e===n.values[n.values.length-1];return{index:n.values.length-Number(r),values:!r&&e?[].concat(_(n.values),[e]):n.values}}))}),d({type:"SET_QUERY",payload:p}),h({type:"RUN_QUERY"}),o()},x=function(e,t){g((function(n){return n.map((function(n,r){return r===t?e:n}))}))},C=function(e,t){return function(){!function(e,t){var n=s[t],r=n.index,i=n.values,a=r+e;a<0||a>=i.length||(x(i[a]||"",t),d({type:"SET_QUERY_HISTORY_BY_INDEX",payload:{value:{values:i,index:a},queryNumber:t}}))}(e,t)}},S=function(e){return function(t){x(t,e)}},E=function(e){return function(){var t;t=e,g((function(e){return e.filter((function(e,n){return n!==t}))})),D((function(t){return t.includes(e)?t.filter((function(t){return t!==e})):t.map((function(t){return t>e?t-1:t}))}))}},A=function(e){return function(t){!function(e,t){var n=e.ctrlKey,r=e.metaKey;if(n||r){var i=p.map((function(e,t){return t})).filter((function(e){return e!==t}));D((function(e){return cs(i,e)?[]:i}))}else D((function(e){return e.includes(t)?e.filter((function(e){return e!==t})):[].concat(_(e),[t])}))}(t,e)}};return(0,r.useEffect)((function(){w&&p.length<w.length&&k()}),[p]),(0,r.useEffect)((function(){a(b)}),[b]),$t("div",{className:Cr()({"vm-query-configurator":!0,"vm-block":!0,"vm-block_mobile":l}),children:[$t("div",{className:"vm-query-configurator-list",children:p.map((function(e,r){return $t("div",{className:Cr()({"vm-query-configurator-list-row":!0,"vm-query-configurator-list-row_disabled":b.includes(r),"vm-query-configurator-list-row_mobile":l}),children:[$t(as,{value:p[r],autocomplete:f,options:i,error:t[r],stats:n[r],onArrowUp:C(-1,r),onArrowDown:C(1,r),onEnter:k,onChange:S(r),label:"Query ".concat(r+1),disabled:b.includes(r)}),$t(vi,{title:b.includes(r)?"Enable query":"Disable query",children:$t("div",{className:"vm-query-configurator-list-row__button",children:$t(ui,{variant:"text",color:"gray",startIcon:b.includes(r)?$t(dr,{}):$t(fr,{}),onClick:A(r)})})}),p.length>1&&$t(vi,{title:"Remove Query",children:$t("div",{className:"vm-query-configurator-list-row__button",children:$t(ui,{variant:"text",color:"error",startIcon:$t(lr,{}),onClick:E(r)})})})]},r)}))}),$t("div",{className:"vm-query-configurator-settings",children:[$t(us,{}),$t("div",{className:"vm-query-configurator-settings__buttons",children:[p.length<4&&$t(ui,{variant:"outlined",onClick:function(){g((function(e){return[].concat(_(e),[""])}))},startIcon:$t(ur,{}),children:"Add Query"}),$t(ui,{variant:"contained",onClick:k,startIcon:$t(nr,{}),children:l?"Execute":"Execute Query"})]})]})]})};function fs(e){var t,n,r,i=2;for("undefined"!=typeof Symbol&&(n=Symbol.asyncIterator,r=Symbol.iterator);i--;){if(n&&null!=(t=e[n]))return t.call(e);if(r&&null!=(t=e[r]))return new ds(t.call(e));n="@@asyncIterator",r="@@iterator"}throw new TypeError("Object is not async iterable")}function ds(e){function t(e){if(Object(e)!==e)return Promise.reject(new TypeError(e+" is not an object."));var t=e.done;return Promise.resolve(e.value).then((function(e){return{value:e,done:t}}))}return ds=function(e){this.s=e,this.n=e.next},ds.prototype={s:null,n:null,next:function(){return t(this.n.apply(this.s,arguments))},return:function(e){var n=this.s.return;return void 0===n?Promise.resolve({value:e,done:!0}):t(n.apply(this.s,arguments))},throw:function(e){var n=this.s.return;return void 0===n?Promise.reject(e):t(n.apply(this.s,arguments))}},new ds(e)}var hs=n(936),ms=n.n(hs),ps=0,vs=function(){function e(t,n){b(this,e),this.tracing=void 0,this.query=void 0,this.tracingChildren=void 0,this.originalTracing=void 0,this.id=void 0,this.tracing=t,this.originalTracing=JSON.parse(JSON.stringify(t)),this.query=n,this.id=ps++;var r=t.children||[];this.tracingChildren=r.map((function(t){return new e(t,n)}))}return x(e,[{key:"queryValue",get:function(){return this.query}},{key:"idValue",get:function(){return this.id}},{key:"children",get:function(){return this.tracingChildren}},{key:"message",get:function(){return this.tracing.message}},{key:"duration",get:function(){return this.tracing.duration_msec}},{key:"JSON",get:function(){return JSON.stringify(this.tracing,null,2)}},{key:"originalJSON",get:function(){return JSON.stringify(this.originalTracing,null,2)}},{key:"setTracing",value:function(t){var n=this;this.tracing=t;var r=t.children||[];this.tracingChildren=r.map((function(t){return new e(t,n.query)}))}},{key:"setQuery",value:function(e){this.query=e}},{key:"resetTracing",value:function(){this.tracing=this.originalTracing}}]),e}(),gs=function(e){var t=e.predefinedQuery,n=e.visible,i=e.display,a=e.customStep,o=e.hideQuery,l=e.showAllSeries,u=Bn().query,c=Fn().period,s=$r(),f=s.displayType,d=s.nocache,h=s.isTracingEnabled,m=s.seriesLimits,p=Ut().serverUrl,g=v((0,r.useState)(!1),2),y=g[0],b=g[1],D=v((0,r.useState)(),2),w=D[0],k=D[1],x=v((0,r.useState)(),2),C=x[0],S=x[1],E=v((0,r.useState)(),2),A=E[0],N=E[1],M=v((0,r.useState)(),2),F=M[0],T=M[1],O=v((0,r.useState)([]),2),I=O[0],P=O[1],R=v((0,r.useState)([]),2),B=R[0],L=R[1],z=v((0,r.useState)(),2),j=z[0],H=z[1],$=v((0,r.useState)([]),2),Y=$[0],U=$[1],V=v((0,r.useState)(!1),2),q=V[0],W=V[1],Z=function(){var e=Ti(Mi().mark((function e(t){var n,r,i,a,o,l,u,c,s,f,d,h,m,p,v,g,y,D,w,x,C;return Mi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:n=t.fetchUrl,r=t.fetchQueue,i=t.displayType,a=t.query,o=t.stateSeriesLimits,l=t.showAllSeries,u=t.hideQuery,c=new AbortController,U([].concat(_(r),[c])),e.prev=3,s="chart"===i,f=l?1/0:+o[i]||1/0,d=[],h=[],m=1,p=0,v=!1,g=!1,e.prev=12,D=Mi().mark((function e(){var t,n,r,i,o,l;return Mi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=x.value,!(null===u||void 0===u?void 0:u.includes(m-1))){e.next=7;break}return P((function(e){return[].concat(_(e),[""])})),L((function(e){return[].concat(_(e),[{}])})),m++,e.abrupt("return","continue");case 7:return e.next=9,fetch(t,{signal:c.signal});case 9:return n=e.sent,e.next=12,n.json();case 12:r=e.sent,n.ok?(L((function(e){return[].concat(_(e),[st(st({},null===r||void 0===r?void 0:r.stats),{},{resultLength:r.data.result.length})])})),P((function(e){return[].concat(_(e),[""])})),r.trace&&(i=new vs(r.trace,a[m-1]),h.push(i)),o=s&&Hc(r.data.result),r.data.result.length&&W(o),o&&(f=1/0),l=f-d.length,r.data.result.slice(0,l).forEach((function(e){e.group=m,d.push(e)})),p+=r.data.result.length):(d.push({metric:{},values:[],group:m}),P((function(e){return[].concat(_(e),["".concat(r.errorType,"\r\n").concat(null===r||void 0===r?void 0:r.error)])}))),m++;case 15:case"end":return e.stop()}}),e)})),w=fs(n);case 15:return e.next=17,w.next();case 17:if(!(v=!(x=e.sent).done)){e.next=25;break}return e.delegateYield(D(),"t0",19);case 19:if("continue"!==e.t0){e.next=22;break}return e.abrupt("continue",22);case 22:v=!1,e.next=15;break;case 25:e.next=31;break;case 27:e.prev=27,e.t1=e.catch(12),g=!0,y=e.t1;case 31:if(e.prev=31,e.prev=32,!v||null==w.return){e.next=36;break}return e.next=36,w.return();case 36:if(e.prev=36,!g){e.next=39;break}throw y;case 39:return e.finish(36);case 40:return e.finish(31);case 41:C="Showing ".concat(f," series out of ").concat(p," series due to performance reasons. Please narrow down the query, so it returns less series"),H(p>f?C:""),s?k(d):S(d),N(h),e.next=50;break;case 47:e.prev=47,e.t2=e.catch(3),e.t2 instanceof Error&&"AbortError"!==e.t2.name&&T("".concat(e.t2.name,": ").concat(e.t2.message));case 50:b(!1);case 51:case"end":return e.stop()}}),e,null,[[3,47],[12,27,31,41],[32,,36,40]])})));return function(t){return e.apply(this,arguments)}}(),Q=(0,r.useCallback)(ms()(Z,300),[]),K=(0,r.useMemo)((function(){T(""),P([]),L([]);var e=null!==t&&void 0!==t?t:u,n="chart"===(i||f);if(c)if(p)if(e.every((function(e){return!e.trim()})))P(e.map((function(){return Tt.validQuery})));else{if(sa(p)){var r=st({},c);return r.step=a,e.map((function(e){return n?function(e,t,n,r,i){return"".concat(e,"/api/v1/query_range?query=").concat(encodeURIComponent(t),"&start=").concat(n.start,"&end=").concat(n.end,"&step=").concat(n.step).concat(r?"&nocache=1":"").concat(i?"&trace=1":"")}(p,e,r,d,h):function(e,t,n,r){return"".concat(e,"/api/v1/query?query=").concat(encodeURIComponent(t),"&time=").concat(n.end).concat(r?"&trace=1":"")}(p,e,r,h)}))}T(Tt.validServer)}else T(Tt.emptyServer)}),[p,c,f,a,o]),G=v((0,r.useState)([]),2),J=G[0],X=G[1];return(0,r.useEffect)((function(){var e=K===J&&!!t;n&&null!==K&&void 0!==K&&K.length&&!e&&(b(!0),Q({fetchUrl:K,fetchQueue:Y,displayType:i||f,query:null!==t&&void 0!==t?t:u,stateSeriesLimits:m,showAllSeries:l,hideQuery:o}),X(K))}),[K,n,m,l]),(0,r.useEffect)((function(){var e=Y.slice(0,-1);e.length&&(e.map((function(e){return e.abort()})),U(Y.filter((function(e){return!e.signal.aborted}))))}),[Y]),{fetchUrl:K,isLoading:y,graphData:w,liveData:C,error:F,queryErrors:I,queryStats:B,warning:j,traces:A,isHistogram:q}},ys=function(e){var t=e.data,n=Ic(),i=(0,r.useMemo)((function(){return JSON.stringify(t,null,2)}),[t]),a=function(){var e=Ti(Mi().mark((function e(){return Mi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,n(i,"Formatted JSON has been copied");case 2:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}();return $t("div",{className:"vm-json-view",children:[$t("div",{className:"vm-json-view__copy",children:$t(ui,{variant:"outlined",onClick:a,children:"Copy JSON"})}),$t("pre",{className:"vm-json-view__code",children:$t("code",{children:i})})]})},_s=function(e){var t=e.yaxis,n=e.setYaxisLimits,i=e.toggleEnableLimits,a=Gr().isMobile,o=(0,r.useMemo)((function(){return Object.keys(t.limits.range)}),[t.limits.range]),l=(0,r.useCallback)(ms()((function(e,r,i){var a=t.limits.range;a[r][i]=+e,a[r][0]===a[r][1]||a[r][0]>a[r][1]||n(a)}),500),[t.limits.range]),u=function(e,t){return function(n){l(n,e,t)}};return $t("div",{className:Cr()({"vm-axes-limits":!0,"vm-axes-limits_mobile":a}),children:[$t(os,{value:t.limits.enable,onChange:i,label:"Fix the limits for y-axis",fullWidth:a}),$t("div",{className:"vm-axes-limits-list",children:o.map((function(e){return $t("div",{className:"vm-axes-limits-list__inputs",children:[$t(zi,{label:"Min ".concat(e),type:"number",disabled:!t.limits.enable,value:t.limits.range[e][0],onChange:u(e,0)}),$t(zi,{label:"Max ".concat(e),type:"number",disabled:!t.limits.enable,value:t.limits.range[e][1],onChange:u(e,1)})]},e)}))})]})},bs="Axes settings",Ds=function(e){var t=e.yaxis,n=e.setYaxisLimits,i=e.toggleEnableLimits,a=(0,r.useRef)(null),o=(0,r.useRef)(null),l=ci(!1),u=l.value,c=l.toggle,s=l.setFalse;return $t("div",{className:"vm-graph-settings",children:[$t(vi,{title:bs,children:$t("div",{ref:o,children:$t(ui,{variant:"text",startIcon:$t($n,{}),onClick:c})})}),$t(si,{open:u,buttonRef:o,placement:"bottom-right",onClose:s,title:bs,children:$t("div",{className:"vm-graph-settings-popper",ref:a,children:$t("div",{className:"vm-graph-settings-popper__body",children:$t(_s,{yaxis:t,setYaxisLimits:n,toggleEnableLimits:i})})})})]})},ws=function(e){var t=e.containerStyles,n=void 0===t?{}:t,r=e.message,i=Ut().isDarkTheme;return $t("div",{className:Cr()({"vm-spinner":!0,"vm-spinner_dark":i}),style:n&&{},children:[$t("div",{className:"half-circle-spinner",children:[$t("div",{className:"circle circle-1"}),$t("div",{className:"circle circle-2"})]}),r&&$t("div",{className:"vm-spinner__message",children:r})]})},ks=function(e){var t=e.value;return $t("div",{className:"vm-line-progress",children:[$t("div",{className:"vm-line-progress-track",children:$t("div",{className:"vm-line-progress-track__thumb",style:{width:"".concat(t,"%")}})}),$t("span",{children:[t.toFixed(2),"%"]})]})},xs=function e(t){var n=t.trace,i=t.totalMsec,a=Ut().isDarkTheme,o=Gr().isMobile,l=v((0,r.useState)({}),2),u=l[0],c=l[1],s=(0,r.useRef)(null),f=v((0,r.useState)(!1),2),d=f[0],h=f[1],m=v((0,r.useState)(!1),2),p=m[0],g=m[1];(0,r.useEffect)((function(){if(s.current){var e=s.current,t=s.current.children[0].getBoundingClientRect().height;h(t>e.clientHeight)}}),[n]);var y,_=n.children&&!!n.children.length,b=n.duration/i*100;return $t("div",{className:Cr()({"vm-nested-nav":!0,"vm-nested-nav_dark":a,"vm-nested-nav_mobile":o}),children:[$t("div",{className:"vm-nested-nav-header",onClick:(y=n.idValue,function(){c((function(e){return st(st({},e),{},ut({},y,!e[y]))}))}),children:[_&&$t("div",{className:Cr()({"vm-nested-nav-header__icon":!0,"vm-nested-nav-header__icon_open":u[n.idValue]}),children:$t(Kn,{})}),$t("div",{className:"vm-nested-nav-header__progress",children:$t(ks,{value:b})}),$t("div",{className:Cr()({"vm-nested-nav-header__message":!0,"vm-nested-nav-header__message_show-full":p}),ref:s,children:$t("span",{children:n.message})}),$t("div",{className:"vm-nested-nav-header-bottom",children:[$t("div",{className:"vm-nested-nav-header-bottom__duration",children:"duration: ".concat(n.duration," ms")}),(d||p)&&$t(ui,{variant:"outlined",size:"small",color:"secondary",onClick:function(e){e.stopPropagation(),g((function(e){return!e}))},children:p?"Hide":"Show full query"})]})]}),u[n.idValue]&&$t("div",{children:_&&n.children.map((function(t){return $t(e,{trace:t,totalMsec:i},t.duration)}))})]})},Cs=function(e){var t=e.editable,n=void 0!==t&&t,i=e.defaultTile,a=void 0===i?"JSON":i,o=e.displayTitle,l=void 0===o||o,u=e.defaultJson,c=void 0===u?"":u,s=e.resetValue,f=void 0===s?"":s,d=e.onClose,h=e.onUpload,m=Ic(),p=Gr().isMobile,g=v((0,r.useState)(c),2),y=g[0],_=g[1],b=v((0,r.useState)(a),2),D=b[0],w=b[1],k=v((0,r.useState)(""),2),x=k[0],C=k[1],S=v((0,r.useState)(""),2),E=S[0],A=S[1],N=(0,r.useMemo)((function(){try{var e=JSON.parse(y),t=e.trace||e;return t.duration_msec?(new vs(t,""),""):Tt.traceNotFound}catch(n){return n instanceof Error?n.message:"Unknown error"}}),[y]),M=function(){var e=Ti(Mi().mark((function e(){return Mi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,m(y,"Formatted JSON has been copied");case 2:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),F=function(){A(N),D.trim()||C(Tt.emptyTitle),N||x||(h(y,D),d())};return $t("div",{className:Cr()({"vm-json-form":!0,"vm-json-form_one-field":!l,"vm-json-form_one-field_mobile":!l&&p,"vm-json-form_mobile":p}),children:[l&&$t(zi,{value:D,label:"Title",error:x,onEnter:F,onChange:function(e){w(e)}}),$t(zi,{value:y,label:"JSON",type:"textarea",error:E,autofocus:!0,onChange:function(e){A(""),_(e)},onEnter:F,disabled:!n}),$t("div",{className:"vm-json-form-footer",children:[$t("div",{className:"vm-json-form-footer__controls",children:[$t(ui,{variant:"outlined",startIcon:$t(hr,{}),onClick:M,children:"Copy JSON"}),f&&$t(ui,{variant:"text",startIcon:$t(Un,{}),onClick:function(){_(f)},children:"Reset JSON"})]}),$t("div",{className:"vm-json-form-footer__controls vm-json-form-footer__controls_right",children:[$t(ui,{variant:"outlined",color:"error",onClick:d,children:"Cancel"}),$t(ui,{variant:"contained",onClick:F,children:"apply"})]})]})]})},Ss=function(e){var t=e.traces,n=e.jsonEditor,i=void 0!==n&&n,a=e.onDeleteClick,o=Gr().isMobile,l=v((0,r.useState)(null),2),u=l[0],c=l[1],s=function(){c(null)};if(!t.length)return $t(Xr,{variant:"info",children:"Please re-run the query to see results of the tracing"});var f=function(e){return function(){a(e)}};return $t(jt.HY,{children:[$t("div",{className:"vm-tracings-view",children:t.map((function(e){return $t("div",{className:"vm-tracings-view-trace vm-block vm-block_empty-padding",children:[$t("div",{className:"vm-tracings-view-trace-header",children:[$t("h3",{className:"vm-tracings-view-trace-header-title",children:["Trace for ",$t("b",{className:"vm-tracings-view-trace-header-title__query",children:e.queryValue})]}),$t(vi,{title:"Open JSON",children:$t(ui,{variant:"text",startIcon:$t(or,{}),onClick:(t=e,function(){c(t)})})}),$t(vi,{title:"Remove trace",children:$t(ui,{variant:"text",color:"error",startIcon:$t(lr,{}),onClick:f(e)})})]}),$t("nav",{className:Cr()({"vm-tracings-view-trace__nav":!0,"vm-tracings-view-trace__nav_mobile":o}),children:$t(xs,{trace:e,totalMsec:e.duration})})]},e.idValue);var t}))}),u&&$t(pi,{title:u.queryValue,onClose:s,children:$t(Cs,{editable:i,displayTitle:i,defaultTile:u.queryValue,defaultJson:u.JSON,resetValue:u.originalJSON,onClose:s,onUpload:function(e,t){if(i&&u)try{u.setTracing(JSON.parse(e)),u.setQuery(t),c(null)}catch(n){console.error(n)}}})})]})},Es=function(e){var t,n=e.checked,r=void 0!==n&&n,i=e.disabled,a=void 0!==i&&i,o=e.label,l=e.color,u=void 0===l?"secondary":l,c=e.onChange;return $t("div",{className:Cr()((ut(t={"vm-checkbox":!0,"vm-checkbox_disabled":a,"vm-checkbox_active":r},"vm-checkbox_".concat(u,"_active"),r),ut(t,"vm-checkbox_".concat(u),u),t)),onClick:function(){a||c(!r)},children:[$t("div",{className:"vm-checkbox-track",children:$t("div",{className:"vm-checkbox-track__thumb",children:$t(sr,{})})}),o&&$t("span",{className:"vm-checkbox__label",children:o})]})},As="Table settings",Ns=function(e){var t=e.columns,n=e.defaultColumns,i=void 0===n?[]:n,a=e.tableCompact,o=e.onChangeColumns,l=e.toggleTableCompact,u=Gr().isMobile,c=(0,r.useRef)(null),s=ci(!1),f=s.value,d=s.toggle,h=s.setFalse,m=(0,r.useMemo)((function(){return!t.length}),[t]),p=function(e){return function(){!function(e){o(i.includes(e)?i.filter((function(t){return t!==e})):[].concat(_(i),[e]))}(e)}};return(0,r.useEffect)((function(){cs(t,i)||o(t)}),[t]),$t("div",{className:"vm-table-settings",children:[$t(vi,{title:As,children:$t("div",{ref:c,children:$t(ui,{variant:"text",startIcon:$t($n,{}),onClick:d,disabled:m})})}),$t(si,{open:f,onClose:h,placement:"bottom-right",buttonRef:c,title:As,children:$t("div",{className:Cr()({"vm-table-settings-popper":!0,"vm-table-settings-popper_mobile":u}),children:[$t("div",{className:"vm-table-settings-popper-list vm-table-settings-popper-list_first",children:$t(os,{label:"Compact view",value:a,onChange:l})}),$t("div",{className:"vm-table-settings-popper-list",children:[$t("div",{className:"vm-table-settings-popper-list-header",children:[$t("h3",{className:"vm-table-settings-popper-list-header__title",children:"Display columns"}),$t(vi,{title:"Reset to default",children:$t(ui,{color:"primary",variant:"text",size:"small",onClick:function(){h(),o(t)},startIcon:$t(Un,{})})})]}),t.map((function(e){return $t("div",{className:"vm-table-settings-popper-list__item",children:$t(Es,{checked:i.includes(e),onChange:p(e),label:e,disabled:a})},e)}))]})]})})]})};function Ms(e){return function(e,t){return Object.fromEntries(Object.entries(e).filter(t))}(e,(function(e){return!!e[1]||"number"===typeof e[1]}))}var Fs=function(e){var t={};return e.forEach((function(e){return Object.entries(e.metric).forEach((function(e){return t[e[0]]?t[e[0]].options.add(e[1]):t[e[0]]={options:new Set([e[1]])}}))})),Object.entries(t).map((function(e){return{key:e[0],variations:e[1].options.size}})).sort((function(e,t){return e.variations-t.variations}))},Ts=function(e,t){return(0,r.useMemo)((function(){var n=Fs(e);return t?n.filter((function(e){return t.includes(e.key)})):n}),[e,t])},Os=["__name__"],Is=function(e){var t=e.data,n=e.displayColumns,i=Ic(),a=Gr().isMobile,o=$r().tableCompact,l=(0,r.useRef)(null),u=v((0,r.useState)(""),2),c=u[0],s=u[1],f=v((0,r.useState)("asc"),2),d=f[0],h=f[1],m=o?Ts([{group:0,metric:{Data:"Data"}}],["Data"]):Ts(t,n),p=function(e){var t=e.__name__,n=Sr(e,Os);return t||Object.keys(n).length?"".concat(t," ").concat(JSON.stringify(n)):""},g=new Set(null===t||void 0===t?void 0:t.map((function(e){return e.group}))).size>1,y=(0,r.useMemo)((function(){var e=null===t||void 0===t?void 0:t.map((function(e){return{metadata:m.map((function(t){return o?zc(e,"",g):e.metric[t.key]||"-"})),value:e.value?e.value[1]:"-",values:e.values?e.values.map((function(e){var t=v(e,2),n=t[0],r=t[1];return"".concat(r," @").concat(n)})):[],copyValue:p(e.metric)}})),n="Value"===c,r=m.findIndex((function(e){return e.key===c}));return n||-1!==r?e.sort((function(e,t){var i=n?Number(e.value):e.metadata[r],a=n?Number(t.value):t.metadata[r];return("asc"===d?i<a:i>a)?-1:1})):e}),[m,t,c,d,o]),_=(0,r.useMemo)((function(){return y.some((function(e){return e.copyValue}))}),[y]),b=function(e){return function(){!function(e){h((function(t){return"asc"===t&&c===e?"desc":"asc"})),s(e)}(e)}};return y.length?$t("div",{className:Cr()({"vm-table-view":!0,"vm-table-view_mobile":a}),children:$t("table",{className:"vm-table",ref:l,children:[$t("thead",{className:"vm-table-header",children:$t("tr",{className:"vm-table__row vm-table__row_header",children:[m.map((function(e,t){return $t("td",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:b(e.key),children:$t("div",{className:"vm-table-cell__content",children:[e.key,$t("div",{className:Cr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":c===e.key,"vm-table__sort-icon_desc":"desc"===d&&c===e.key}),children:$t(Gn,{})})]})},t)})),$t("td",{className:"vm-table-cell vm-table-cell_header vm-table-cell_right vm-table-cell_sort",onClick:b("Value"),children:$t("div",{className:"vm-table-cell__content",children:[$t("div",{className:Cr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":"Value"===c,"vm-table__sort-icon_desc":"desc"===d}),children:$t(Gn,{})}),"Value"]})}),_&&$t("td",{className:"vm-table-cell vm-table-cell_header"})]})}),$t("tbody",{className:"vm-table-body",children:y.map((function(e,t){return $t("tr",{className:"vm-table__row",children:[e.metadata.map((function(e,n){return $t("td",{className:Cr()({"vm-table-cell vm-table-cell_no-wrap":!0,"vm-table-cell_gray":y[t-1]&&y[t-1].metadata[n]===e}),children:e},n)})),$t("td",{className:"vm-table-cell vm-table-cell_right vm-table-cell_no-wrap",children:e.values.length?e.values.map((function(e){return $t("p",{children:e},e)})):e.value}),_&&$t("td",{className:"vm-table-cell vm-table-cell_right",children:e.copyValue&&$t("div",{className:"vm-table-cell__content",children:$t(vi,{title:"Copy row",children:$t(ui,{variant:"text",color:"gray",size:"small",startIcon:$t(hr,{}),onClick:(n=e.copyValue,Ti(Mi().mark((function e(){return Mi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,i(n,"Row has been copied");case 2:case"end":return e.stop()}}),e)}))))})})})})]},t);var n}))})]})}):$t(Xr,{variant:"warning",children:"No data to show"})},Ps=function(e){var t=e.text,n=e.href,r=e.children,i=e.colored,a=void 0===i||i,o=e.underlined,l=void 0!==o&&o;return $t("a",{href:n,className:Cr()({"vm-link":!0,"vm-link_colored":a,"vm-link_underlined":l}),target:"_blank",rel:"noreferrer",children:t||r})},Rs=$t(Ps,{text:"last_over_time",href:"https://docs.victoriametrics.com/MetricsQL.html#last_over_time",underlined:!0}),Bs=$t(Ps,{text:"instant query",href:"https://docs.victoriametrics.com/keyConcepts.html#instant-query",underlined:!0}),Ls=function(){return $t("div",{children:[$t("p",{children:["This tab shows ",Bs," results for the last 5 minutes ending at the selected time range."]}),$t("p",{children:["Please wrap the query into ",Rs," if you need results over arbitrary lookbehind interval."]})]})},zs=function(){var e=$r(),t=e.displayType,n=e.isTracingEnabled,i=Bn().query,a=Fn().period,o=Tn(),l=Gr().isMobile;!function(){var e=Ut().tenantId,t=$r().displayType,n=Bn().query,i=Fn(),a=i.duration,o=i.relativeTime,l=i.period,u=l.date,c=l.step,s=Wr().customStep,f=oa().setSearchParamsFromKeys,d=function(){var r={};n.forEach((function(n,i){var l,f="g".concat(i);r["".concat(f,".expr")]=n,r["".concat(f,".range_input")]=a,r["".concat(f,".end_input")]=u,r["".concat(f,".tab")]=(null===(l=Ir.find((function(e){return e.value===t})))||void 0===l?void 0:l.prometheusCode)||0,r["".concat(f,".relative_time")]=o,r["".concat(f,".tenantID")]=e,c!==s&&s&&(r["".concat(f,".step_input")]=s)})),f(Ms(r))};(0,r.useEffect)(d,[e,t,n,a,o,u,c,s]),(0,r.useEffect)(d,[])}();var u=v((0,r.useState)(),2),c=u[0],s=u[1],f=v((0,r.useState)([]),2),d=f[0],h=f[1],m=v((0,r.useState)([]),2),p=m[0],g=m[1],y=v((0,r.useState)(!i[0]),2),b=y[0],D=y[1],w=ci(!1),k=w.value,x=w.setTrue,C=w.setFalse,S=Wr(),E=S.customStep,A=S.yaxis,N=Zr(),M=function(){var e=Ut().serverUrl,t=v((0,r.useState)([]),2),n=t[0],i=t[1],a=function(){var t=Ti(Mi().mark((function t(){var n,r,a;return Mi().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e){t.next=2;break}return t.abrupt("return");case 2:return n="".concat(e,"/api/v1/label/__name__/values"),t.prev=3,t.next=6,fetch(n);case 6:return r=t.sent,t.next=9,r.json();case 9:a=t.sent,r.ok&&i(a.data),t.next=16;break;case 13:t.prev=13,t.t0=t.catch(3),console.error(t.t0);case 16:case"end":return t.stop()}}),t,null,[[3,13]])})));return function(){return t.apply(this,arguments)}}();return(0,r.useEffect)((function(){a()}),[e]),{queryOptions:n}}(),F=M.queryOptions,T=gs({visible:!0,customStep:E,hideQuery:p,showAllSeries:k}),O=T.isLoading,I=T.liveData,P=T.graphData,R=T.error,B=T.queryErrors,L=T.queryStats,z=T.warning,j=T.traces,H=T.isHistogram,$=function(e){N({type:"SET_YAXIS_LIMITS",payload:e})},Y=(0,r.useMemo)((function(){return Fs(I||[]).map((function(e){return e.key}))}),[I]),U=$r().tableCompact,V=Yr();return Fr("popstate",(function(){return window.location.reload()})),(0,r.useEffect)((function(){j&&h([].concat(_(d),_(j)))}),[j]),(0,r.useEffect)((function(){h([])}),[t]),(0,r.useEffect)(C,[i]),(0,r.useEffect)((function(){N({type:"SET_IS_HISTOGRAM",payload:H})}),[P]),$t("div",{className:Cr()({"vm-custom-panel":!0,"vm-custom-panel_mobile":l}),children:[$t(ss,{errors:b?[]:B,stats:L,queryOptions:F,onHideQuery:function(e){g(e)},onRunQuery:function(){D(!1)}}),n&&$t("div",{className:"vm-custom-panel__trace",children:$t(Ss,{traces:d,onDeleteClick:function(e){var t=d.filter((function(t){return t.idValue!==e.idValue}));h(_(t))}})}),O&&$t(ws,{}),!b&&R&&$t(Xr,{variant:"error",children:R}),!(null!==I&&void 0!==I&&I.length)&&"chart"!==t&&$t(Xr,{variant:"info",children:$t(Ls,{})}),z&&$t(Xr,{variant:"warning",children:$t("div",{className:Cr()({"vm-custom-panel__warning":!0,"vm-custom-panel__warning_mobile":l}),children:[$t("p",{children:z}),$t(ui,{color:"warning",variant:"outlined",onClick:x,children:"Show all"})]})}),$t("div",{className:Cr()({"vm-custom-panel-body":!0,"vm-custom-panel-body_mobile":l,"vm-block":!0,"vm-block_mobile":l}),children:[$t("div",{className:"vm-custom-panel-body-header",children:[$t(Pr,{}),"chart"===t&&$t("div",{className:"vm-custom-panel-body-header__left",children:[$t(Di,{}),$t(Ds,{yaxis:A,setYaxisLimits:$,toggleEnableLimits:function(){N({type:"TOGGLE_ENABLE_YAXIS_LIMITS"})}})]}),"table"===t&&$t(Ns,{columns:Y,defaultColumns:c,onChangeColumns:s,tableCompact:U,toggleTableCompact:function(){V({type:"TOGGLE_TABLE_COMPACT"})}})]}),P&&a&&"chart"===t&&$t(rs,{data:P,period:a,customStep:E,query:i,yaxis:A,setYaxisLimits:$,setPeriod:function(e){var t=e.from,n=e.to;o({type:"SET_PERIOD",payload:{from:t,to:n}})},height:l?.5*window.innerHeight:500,isHistogram:H}),I&&"code"===t&&$t(ys,{data:I}),I&&"table"===t&&$t(Is,{data:I,displayColumns:c})]})]})};function js(e,t){!function(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}(e,t),t.add(e)}function Hs(e,t,n){if(!t.has(e))throw new TypeError("attempted to get private field on non-instance");return n}function $s(){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 Ys={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};function Us(e){Ys=e}var Vs=/[&<>"']/,qs=new RegExp(Vs.source,"g"),Ws=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,Zs=new RegExp(Ws.source,"g"),Qs={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},Ks=function(e){return Qs[e]};function Gs(e,t){if(t){if(Vs.test(e))return e.replace(qs,Ks)}else if(Ws.test(e))return e.replace(Zs,Ks);return e}var Js=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi;function Xs(e){return e.replace(Js,(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 ef=/(^|[^\[])\^/g;function tf(e,t){e="string"===typeof e?e:e.source,t=t||"";var n={replace:function(t,r){return r=(r=r.source||r).replace(ef,"$1"),e=e.replace(t,r),n},getRegex:function(){return new RegExp(e,t)}};return n}var nf=/[^\w:]/g,rf=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function af(e,t,n){if(e){var r;try{r=decodeURIComponent(Xs(n)).replace(nf,"").toLowerCase()}catch(i){return null}if(0===r.indexOf("javascript:")||0===r.indexOf("vbscript:")||0===r.indexOf("data:"))return null}t&&!rf.test(n)&&(n=function(e,t){of[" "+e]||(lf.test(e)?of[" "+e]=e+"/":of[" "+e]=df(e,"/",!0));e=of[" "+e];var n=-1===e.indexOf(":");return"//"===t.substring(0,2)?n?t:e.replace(uf,"$1")+t:"/"===t.charAt(0)?n?t:e.replace(cf,"$1")+t:e+t}(t,n));try{n=encodeURI(n).replace(/%25/g,"%")}catch(i){return null}return n}var of={},lf=/^[^:]+:\/*[^/]*$/,uf=/^([^:]+:)[\s\S]*$/,cf=/^([^:]+:\/*[^/]*)[\s\S]*$/;var sf={exec:function(){}};function ff(e,t){var n=e.replace(/\|/g,(function(e,t,n){for(var r=!1,i=t;--i>=0&&"\\"===n[i];)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 df(e,t,n){var r=e.length;if(0===r)return"";for(var i=0;i<r;){var a=e.charAt(r-i-1);if(a!==t||n){if(a===t||!n)break;i++}else i++}return e.slice(0,r-i)}function hf(e,t,n,r){var i=t.href,a=t.title?Gs(t.title):null,o=e[1].replace(/\\([\[\]])/g,"$1");if("!"!==e[0].charAt(0)){r.state.inLink=!0;var l={type:"link",raw:n,href:i,title:a,text:o,tokens:r.inlineTokens(o)};return r.state.inLink=!1,l}return{type:"image",raw:n,href:i,title:a,text:Gs(o)}}var mf=function(){function e(t){b(this,e),this.options=t||Ys}return x(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:df(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:v(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=df(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 i=this.lexer.blockTokens(n);return this.lexer.state.top=r,{type:"blockquote",raw:t[0],tokens:i,text:n}}}},{key:"list",value:function(e){var t=this.rules.block.list.exec(e);if(t){var n,r,i,a,o,l,u,c,s,f,d,h,m=t[1].trim(),p=m.length>1,v={type:"list",raw:"",ordered:p,start:p?+m.slice(0,-1):"",loose:!1,items:[]};m=p?"\\d{1,9}\\".concat(m.slice(-1)):"\\".concat(m),this.options.pedantic&&(m=p?m:"[*+-]");for(var g=new RegExp("^( {0,3}".concat(m,")((?:[\t ][^\\n]*)?(?:\\n|$))"));e&&(h=!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?(a=2,d=c.trimLeft()):(a=(a=t[2].search(/[^ ]/))>4?1:a,d=c.slice(a),a+=t[1].length),l=!1,!c&&/^ *$/.test(s)&&(n+=s+"\n",e=e.substring(s.length+1),h=!0),!h)for(var y=new RegExp("^ {0,".concat(Math.min(3,a-1),"}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))")),_=new RegExp("^ {0,".concat(Math.min(3,a-1),"}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)")),b=new RegExp("^ {0,".concat(Math.min(3,a-1),"}(?:```|~~~)")),D=new RegExp("^ {0,".concat(Math.min(3,a-1),"}#"));e&&(s=f=e.split("\n",1)[0],this.options.pedantic&&(s=s.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),!b.test(s))&&!D.test(s)&&!y.test(s)&&!_.test(e);){if(s.search(/[^ ]/)>=a||!s.trim())d+="\n"+s.slice(a);else{if(l)break;if(c.search(/[^ ]/)>=4)break;if(b.test(c))break;if(D.test(c))break;if(_.test(c))break;d+="\n"+s}l||s.trim()||(l=!0),n+=f+"\n",e=e.substring(f.length+1),c=s.slice(a)}v.loose||(u?v.loose=!0:/\n *\n *$/.test(n)&&(u=!0)),this.options.gfm&&(r=/^\[[ xX]\] /.exec(d))&&(i="[ ] "!==r[0],d=d.replace(/^\[[ xX]\] +/,"")),v.items.push({type:"list_item",raw:n,task:!!r,checked:i,loose:!1,text:d}),v.raw+=n}v.items[v.items.length-1].raw=n.trimRight(),v.items[v.items.length-1].text=d.trimRight(),v.raw=v.raw.trimRight();var w=v.items.length;for(o=0;o<w;o++)if(this.lexer.state.top=!1,v.items[o].tokens=this.lexer.blockTokens(v.items[o].text,[]),!v.loose){var k=v.items[o].tokens.filter((function(e){return"space"===e.type})),x=k.length>0&&k.some((function(e){return/\n.*\n/.test(e.raw)}));v.loose=x}if(v.loose)for(o=0;o<w;o++)v.items[o].loose=!0;return v}}},{key:"html",value:function(e){var t=this.rules.block.html.exec(e);if(t){var n={type:"html",block:!0,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]):Gs(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"):"",i=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:i}}}},{key:"table",value:function(e){var t=this.rules.block.table.exec(e);if(t){var n={type:"table",header:ff(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,i,a,o,l=n.align.length;for(r=0;r<l;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(l=n.rows.length,r=0;r<l;r++)n.rows[r]=ff(n.rows[r],n.header.length).map((function(e){return{text:e}}));for(l=n.header.length,i=0;i<l;i++)n.header[i].tokens=this.lexer.inline(n.header[i].text);for(l=n.rows.length,i=0;i<l;i++)for(o=n.rows[i],a=0;a<o.length;a++)o[a].tokens=this.lexer.inline(o[a].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:Gs(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,block:!1,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(t[0]):Gs(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=df(n.slice(0,-1),"\\");if((n.length-r.length)%2===0)return}else{var i=function(e,t){if(-1===e.indexOf(t[1]))return-1;for(var n=e.length,r=0,i=0;i<n;i++)if("\\"===e[i])i++;else if(e[i]===t[0])r++;else if(e[i]===t[1]&&--r<0)return i;return-1}(t[2],"()");if(i>-1){var a=(0===t[0].indexOf("!")?5:4)+t[1].length+i;t[2]=t[2].substring(0,i),t[0]=t[0].substring(0,a).trim(),t[3]=""}}var o=t[2],l="";if(this.options.pedantic){var u=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(o);u&&(o=u[1],l=u[3])}else l=t[3]?t[3].slice(1,-1):"";return o=o.trim(),/^</.test(o)&&(o=this.options.pedantic&&!/>$/.test(n)?o.slice(1):o.slice(1,-1)),hf(t,{href:o?o.replace(this.rules.inline._escapes,"$1"):o,title:l?l.replace(this.rules.inline._escapes,"$1"):l},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 i=n[0].charAt(0);return{type:"text",raw:i,text:i}}return hf(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])/))&&(!(r[1]||r[2]||"")||!n||this.rules.inline.punctuation.exec(n)))){var i,a,o=r[0].length-1,l=o,u=0,c="*"===r[0][0]?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(c.lastIndex=0,t=t.slice(-1*e.length+o);null!=(r=c.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])&&o%3)||(o+a)%3){if(!((l-=a)>0)){a=Math.min(a,a+l+u);var s=e.slice(0,o+r.index+a+1);if(Math.min(o,a)%2){var f=s.slice(1,-1);return{type:"em",raw:s,text:f,tokens:this.lexer.inlineTokens(f)}}var d=s.slice(2,-2);return{type:"strong",raw:s,text:d,tokens:this.lexer.inlineTokens(d)}}}else u+=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),i=/^ /.test(n)&&/ $/.test(n);return r&&i&&(n=n.substring(1,n.length-1)),n=Gs(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,i=this.rules.inline.autolink.exec(e);if(i)return r="@"===i[2]?"mailto:"+(n=Gs(this.options.mangle?t(i[1]):i[1])):n=Gs(i[1]),{type:"link",raw:i[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,i;if("@"===n[2])i="mailto:"+(r=Gs(this.options.mangle?t(n[0]):n[0]));else{var a;do{a=n[0],n[0]=this.rules.inline._backpedal.exec(n[0])[0]}while(a!==n[0]);r=Gs(n[0]),i="www."===n[1]?"http://"+n[0]:n[0]}return{type:"link",raw:n[0],text:r,href:i,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]):Gs(r[0]):r[0]:Gs(this.options.smartypants?t(r[0]):r[0]),{type:"text",raw:r[0],text:n}}}]),e}(),pf={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:sf,lheading:/^((?:(?!^bull ).|\n(?!\n|bull ))+?)\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?'|\([^()]*\))/};pf.def=tf(pf.def).replace("label",pf._label).replace("title",pf._title).getRegex(),pf.bullet=/(?:[*+-]|\d{1,9}[.)])/,pf.listItemStart=tf(/^( *)(bull) */).replace("bull",pf.bullet).getRegex(),pf.list=tf(pf.list).replace(/bull/g,pf.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+pf.def.source+")").getRegex(),pf._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",pf._comment=/<!--(?!-?>)[\s\S]*?(?:-->|$)/,pf.html=tf(pf.html,"i").replace("comment",pf._comment).replace("tag",pf._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),pf.lheading=tf(pf.lheading).replace(/bull/g,pf.bullet).getRegex(),pf.paragraph=tf(pf._paragraph).replace("hr",pf.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",pf._tag).getRegex(),pf.blockquote=tf(pf.blockquote).replace("paragraph",pf.paragraph).getRegex(),pf.normal=st({},pf),pf.gfm=st(st({},pf.normal),{},{table:"^ *([^\\n ].*\\|.*)\\n {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"}),pf.gfm.table=tf(pf.gfm.table).replace("hr",pf.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",pf._tag).getRegex(),pf.gfm.paragraph=tf(pf._paragraph).replace("hr",pf.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("table",pf.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",pf._tag).getRegex(),pf.pedantic=st(st({},pf.normal),{},{html:tf("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:\"[^\"]*\"|'[^']*'|\\s[^'\"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",pf._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:sf,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:tf(pf.normal._paragraph).replace("hr",pf.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",pf.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});var vf={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:sf,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:sf,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,punctuation:/^((?![*_])[\spunctuation])/};function gf(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 yf(e){var t,n,r="",i=e.length;for(t=0;t<i;t++)n=e.charCodeAt(t),Math.random()>.5&&(n="x"+n.toString(16)),r+="&#"+n+";";return r}vf._punctuation="\\p{P}$+<=>`^|~",vf.punctuation=tf(vf.punctuation,"u").replace(/punctuation/g,vf._punctuation).getRegex(),vf.blockSkip=/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,vf.anyPunctuation=/\\[punct]/g,vf._escapes=/\\([punct])/g,vf._comment=tf(pf._comment).replace("(?:--\x3e|$)","--\x3e").getRegex(),vf.emStrong.lDelim=tf(vf.emStrong.lDelim,"u").replace(/punct/g,vf._punctuation).getRegex(),vf.emStrong.rDelimAst=tf(vf.emStrong.rDelimAst,"gu").replace(/punct/g,vf._punctuation).getRegex(),vf.emStrong.rDelimUnd=tf(vf.emStrong.rDelimUnd,"gu").replace(/punct/g,vf._punctuation).getRegex(),vf.anyPunctuation=tf(vf.anyPunctuation,"gu").replace(/punct/g,vf._punctuation).getRegex(),vf._escapes=tf(vf._escapes,"gu").replace(/punct/g,vf._punctuation).getRegex(),vf._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,vf._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])?)+(?![-_])/,vf.autolink=tf(vf.autolink).replace("scheme",vf._scheme).replace("email",vf._email).getRegex(),vf._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,vf.tag=tf(vf.tag).replace("comment",vf._comment).replace("attribute",vf._attribute).getRegex(),vf._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,vf._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,vf._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,vf.link=tf(vf.link).replace("label",vf._label).replace("href",vf._href).replace("title",vf._title).getRegex(),vf.reflink=tf(vf.reflink).replace("label",vf._label).replace("ref",pf._label).getRegex(),vf.nolink=tf(vf.nolink).replace("ref",pf._label).getRegex(),vf.reflinkSearch=tf(vf.reflinkSearch,"g").replace("reflink",vf.reflink).replace("nolink",vf.nolink).getRegex(),vf.normal=st({},vf),vf.pedantic=st(st({},vf.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:tf(/^!?\[(label)\]\((.*?)\)/).replace("label",vf._label).getRegex(),reflink:tf(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",vf._label).getRegex()}),vf.gfm=st(st({},vf.normal),{},{escape:tf(vf.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.!#$%&'*+\/=?_`{\|}~-]+@)))/}),vf.gfm.url=tf(vf.gfm.url,"i").replace("email",vf.gfm._extended_email).getRegex(),vf.breaks=st(st({},vf.gfm),{},{br:tf(vf.br).replace("{2,}","*").getRegex(),text:tf(vf.gfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()});var _f=function(){function e(t){b(this,e),this.tokens=[],this.tokens.links=Object.create(null),this.options=t||Ys,this.options.tokenizer=this.options.tokenizer||new mf,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:pf.normal,inline:vf.normal};this.options.pedantic?(n.block=pf.pedantic,n.inline=vf.pedantic):this.options.gfm&&(n.block=pf.gfm,this.options.breaks?n.inline=vf.breaks:n.inline=vf.gfm),this.tokenizer.rules=n}return x(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,i,a=this,o=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 l=function(){if(a.options.extensions&&a.options.extensions.block&&a.options.extensions.block.some((function(n){return!!(t=n.call({lexer:a},e,o))&&(e=e.substring(t.raw.length),o.push(t),!0)})))return"continue";if(t=a.tokenizer.space(e))return e=e.substring(t.raw.length),1===t.raw.length&&o.length>0?o[o.length-1].raw+="\n":o.push(t),"continue";if(t=a.tokenizer.code(e))return e=e.substring(t.raw.length),!(n=o[o.length-1])||"paragraph"!==n.type&&"text"!==n.type?o.push(t):(n.raw+="\n"+t.raw,n.text+="\n"+t.text,a.inlineQueue[a.inlineQueue.length-1].src=n.text),"continue";if(t=a.tokenizer.fences(e))return e=e.substring(t.raw.length),o.push(t),"continue";if(t=a.tokenizer.heading(e))return e=e.substring(t.raw.length),o.push(t),"continue";if(t=a.tokenizer.hr(e))return e=e.substring(t.raw.length),o.push(t),"continue";if(t=a.tokenizer.blockquote(e))return e=e.substring(t.raw.length),o.push(t),"continue";if(t=a.tokenizer.list(e))return e=e.substring(t.raw.length),o.push(t),"continue";if(t=a.tokenizer.html(e))return e=e.substring(t.raw.length),o.push(t),"continue";if(t=a.tokenizer.def(e))return e=e.substring(t.raw.length),!(n=o[o.length-1])||"paragraph"!==n.type&&"text"!==n.type?a.tokens.links[t.tag]||(a.tokens.links[t.tag]={href:t.href,title:t.title}):(n.raw+="\n"+t.raw,n.text+="\n"+t.raw,a.inlineQueue[a.inlineQueue.length-1].src=n.text),"continue";if(t=a.tokenizer.table(e))return e=e.substring(t.raw.length),o.push(t),"continue";if(t=a.tokenizer.lheading(e))return e=e.substring(t.raw.length),o.push(t),"continue";if(r=e,a.options.extensions&&a.options.extensions.startBlock){var l,u=1/0,c=e.slice(1);a.options.extensions.startBlock.forEach((function(e){"number"===typeof(l=e.call({lexer:this},c))&&l>=0&&(u=Math.min(u,l))})),u<1/0&&u>=0&&(r=e.substring(0,u+1))}if(a.state.top&&(t=a.tokenizer.paragraph(r)))return n=o[o.length-1],i&&"paragraph"===n.type?(n.raw+="\n"+t.raw,n.text+="\n"+t.text,a.inlineQueue.pop(),a.inlineQueue[a.inlineQueue.length-1].src=n.text):o.push(t),i=r.length!==e.length,e=e.substring(t.raw.length),"continue";if(t=a.tokenizer.text(e))return e=e.substring(t.raw.length),(n=o[o.length-1])&&"text"===n.type?(n.raw+="\n"+t.raw,n.text+="\n"+t.text,a.inlineQueue.pop(),a.inlineQueue[a.inlineQueue.length-1].src=n.text):o.push(t),"continue";if(e){var s="Infinite loop on byte: "+e.charCodeAt(0);if(a.options.silent)return console.error(s),"break";throw new Error(s)}};e;){var u=l();if("continue"!==u&&"break"===u)break}return this.state.top=!0,o}},{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,i,a,o,l=this,u=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!=(i=this.tokenizer.rules.inline.reflinkSearch.exec(c));)s.includes(i[0].slice(i[0].lastIndexOf("[")+1,-1))&&(c=c.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+c.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(i=this.tokenizer.rules.inline.blockSkip.exec(c));)c=c.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+c.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(i=this.tokenizer.rules.inline.anyPunctuation.exec(c));)c=c.slice(0,i.index)+"++"+c.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(var f=function(){if(a||(o=""),a=!1,l.options.extensions&&l.options.extensions.inline&&l.options.extensions.inline.some((function(n){return!!(t=n.call({lexer:l},e,u))&&(e=e.substring(t.raw.length),u.push(t),!0)})))return"continue";if(t=l.tokenizer.escape(e))return e=e.substring(t.raw.length),u.push(t),"continue";if(t=l.tokenizer.tag(e))return e=e.substring(t.raw.length),(n=u[u.length-1])&&"text"===t.type&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):u.push(t),"continue";if(t=l.tokenizer.link(e))return e=e.substring(t.raw.length),u.push(t),"continue";if(t=l.tokenizer.reflink(e,l.tokens.links))return e=e.substring(t.raw.length),(n=u[u.length-1])&&"text"===t.type&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):u.push(t),"continue";if(t=l.tokenizer.emStrong(e,c,o))return e=e.substring(t.raw.length),u.push(t),"continue";if(t=l.tokenizer.codespan(e))return e=e.substring(t.raw.length),u.push(t),"continue";if(t=l.tokenizer.br(e))return e=e.substring(t.raw.length),u.push(t),"continue";if(t=l.tokenizer.del(e))return e=e.substring(t.raw.length),u.push(t),"continue";if(t=l.tokenizer.autolink(e,yf))return e=e.substring(t.raw.length),u.push(t),"continue";if(!l.state.inLink&&(t=l.tokenizer.url(e,yf)))return e=e.substring(t.raw.length),u.push(t),"continue";if(r=e,l.options.extensions&&l.options.extensions.startInline){var i,s=1/0,f=e.slice(1);l.options.extensions.startInline.forEach((function(e){"number"===typeof(i=e.call({lexer:this},f))&&i>=0&&(s=Math.min(s,i))})),s<1/0&&s>=0&&(r=e.substring(0,s+1))}if(t=l.tokenizer.inlineText(r,gf))return e=e.substring(t.raw.length),"_"!==t.raw.slice(-1)&&(o=t.raw.slice(-1)),a=!0,(n=u[u.length-1])&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):u.push(t),"continue";if(e){var d="Infinite loop on byte: "+e.charCodeAt(0);if(l.options.silent)return console.error(d),"break";throw new Error(d)}};e;){var d=f();if("continue"!==d&&"break"===d)break}return u}}],[{key:"rules",get:function(){return{block:pf,inline:vf}}},{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}(),bf=function(){function e(t){b(this,e),this.options=t||Ys}return x(e,[{key:"code",value:function(e,t,n){var r=(t||"").match(/\S*/)[0];if(this.options.highlight){var i=this.options.highlight(e,r);null!=i&&i!==e&&(n=!0,e=i)}return e=e.replace(/\n$/,"")+"\n",r?'<pre><code class="'+this.options.langPrefix+Gs(r)+'">'+(n?e:Gs(e,!0))+"</code></pre>\n":"<pre><code>"+(n?e:Gs(e,!0))+"</code></pre>\n"}},{key:"blockquote",value:function(e){return"<blockquote>\n".concat(e,"</blockquote>\n")}},{key:"html",value:function(e,t){return e}},{key:"heading",value:function(e,t,n,r){if(this.options.headerIds){var i=this.options.headerPrefix+r.slug(n);return"<h".concat(t,' id="').concat(i,'">').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=af(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=af(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}(),Df=function(){function e(){b(this,e)}return x(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}(),wf=function(){function e(){b(this,e),this.seen={}}return x(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}(),kf=function(){function e(t){b(this,e),this.options=t||Ys,this.options.renderer=this.options.renderer||new bf,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new Df,this.slugger=new wf}return x(e,[{key:"parse",value:function(e){var t,n,r,i,a,o,l,u,c,s,f,d,h,m,p,v,g,y,_,b=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],D="",w=e.length;for(t=0;t<w;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":D+=this.renderer.hr();continue;case"heading":D+=this.renderer.heading(this.parseInline(s.tokens),s.depth,Xs(this.parseInline(s.tokens,this.textRenderer)),this.slugger);continue;case"code":D+=this.renderer.code(s.text,s.lang,s.escaped);continue;case"table":for(u="",l="",i=s.header.length,n=0;n<i;n++)l+=this.renderer.tablecell(this.parseInline(s.header[n].tokens),{header:!0,align:s.align[n]});for(u+=this.renderer.tablerow(l),c="",i=s.rows.length,n=0;n<i;n++){for(l="",a=(o=s.rows[n]).length,r=0;r<a;r++)l+=this.renderer.tablecell(this.parseInline(o[r].tokens),{header:!1,align:s.align[r]});c+=this.renderer.tablerow(l)}D+=this.renderer.table(u,c);continue;case"blockquote":c=this.parse(s.tokens),D+=this.renderer.blockquote(c);continue;case"list":for(f=s.ordered,d=s.start,h=s.loose,i=s.items.length,c="",n=0;n<i;n++)v=(p=s.items[n]).checked,g=p.task,m="",p.task&&(y=this.renderer.checkbox(v),h?p.tokens.length>0&&"paragraph"===p.tokens[0].type?(p.tokens[0].text=y+" "+p.tokens[0].text,p.tokens[0].tokens&&p.tokens[0].tokens.length>0&&"text"===p.tokens[0].tokens[0].type&&(p.tokens[0].tokens[0].text=y+" "+p.tokens[0].tokens[0].text)):p.tokens.unshift({type:"text",text:y}):m+=y),m+=this.parse(p.tokens,h),c+=this.renderer.listitem(m,g,v);D+=this.renderer.list(c,f,d);continue;case"html":D+=this.renderer.html(s.text,s.block);continue;case"paragraph":D+=this.renderer.paragraph(this.parseInline(s.tokens));continue;case"text":for(c=s.tokens?this.parseInline(s.tokens):s.text;t+1<w&&"text"===e[t+1].type;)c+="\n"+((s=e[++t]).tokens?this.parseInline(s.tokens):s.text);D+=b?this.renderer.paragraph(c):c;continue;default:var k='Token with "'+s.type+'" type was not found.';if(this.options.silent)return void console.error(k);throw new Error(k)}else D+=_||"";return D}},{key:"parseInline",value:function(e,t){t=t||this.renderer;var n,r,i,a="",o=e.length;for(n=0;n<o;n++)if(r=e[n],!(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[r.type])||!1===(i=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":a+=t.text(r.text);break;case"html":a+=t.html(r.text);break;case"link":a+=t.link(r.href,r.title,this.parseInline(r.tokens,t));break;case"image":a+=t.image(r.href,r.title,r.text);break;case"strong":a+=t.strong(this.parseInline(r.tokens,t));break;case"em":a+=t.em(this.parseInline(r.tokens,t));break;case"codespan":a+=t.codespan(r.text);break;case"br":a+=t.br();break;case"del":a+=t.del(this.parseInline(r.tokens,t));break;default:var l='Token with "'+r.type+'" type was not found.';if(this.options.silent)return void console.error(l);throw new Error(l)}else a+=i||"";return a}}],[{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}(),xf=function(){function e(t){b(this,e),this.options=t||Ys}return x(e,[{key:"preprocess",value:function(e){return e}},{key:"postprocess",value:function(e){return e}}]),e}();ut(xf,"passThroughHooks",new Set(["preprocess","postprocess"]));var Cf=new WeakSet,Sf=new WeakSet,Ef=function(){function e(){b(this,e),js(this,Sf),js(this,Cf),ut(this,"defaults",{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}),ut(this,"options",this.setOptions),ut(this,"parse",Hs(this,Cf,Af).call(this,_f.lex,kf.parse)),ut(this,"parseInline",Hs(this,Cf,Af).call(this,_f.lexInline,kf.parseInline)),ut(this,"Parser",kf),ut(this,"parser",kf.parse),ut(this,"Renderer",bf),ut(this,"TextRenderer",Df),ut(this,"Lexer",_f),ut(this,"lexer",_f.lex),ut(this,"Tokenizer",mf),ut(this,"Slugger",wf),ut(this,"Hooks",xf),this.use.apply(this,arguments)}return x(e,[{key:"walkTokens",value:function(e,t){var n,r=this,i=[],a=g(e);try{var o=function(){var e=n.value;switch(i=i.concat(t.call(r,e)),e.type){case"table":var a,o=g(e.header);try{for(o.s();!(a=o.n()).done;){var l=a.value;i=i.concat(r.walkTokens(l.tokens,t))}}catch(h){o.e(h)}finally{o.f()}var u,c=g(e.rows);try{for(c.s();!(u=c.n()).done;){var s,f=g(u.value);try{for(f.s();!(s=f.n()).done;){var d=s.value;i=i.concat(r.walkTokens(d.tokens,t))}}catch(h){f.e(h)}finally{f.f()}}}catch(h){c.e(h)}finally{c.f()}break;case"list":i=i.concat(r.walkTokens(e.items,t));break;default:r.defaults.extensions&&r.defaults.extensions.childTokens&&r.defaults.extensions.childTokens[e.type]?r.defaults.extensions.childTokens[e.type].forEach((function(n){i=i.concat(r.walkTokens(e[n],t))})):e.tokens&&(i=i.concat(r.walkTokens(e.tokens,t)))}};for(a.s();!(n=a.n()).done;)o()}catch(l){a.e(l)}finally{a.f()}return i}},{key:"use",value:function(){for(var e=this,t=this.defaults.extensions||{renderers:{},childTokens:{}},n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return r.forEach((function(n){var r=st({},n);if(r.async=e.defaults.async||r.async||!1,n.extensions&&(n.extensions.forEach((function(e){if(!e.name)throw new Error("extension name required");if(e.renderer){var n=t.renderers[e.name];t.renderers[e.name]=n?function(){for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];var a=e.renderer.apply(this,r);return!1===a&&(a=n.apply(this,r)),a}:e.renderer}if(e.tokenizer){if(!e.level||"block"!==e.level&&"inline"!==e.level)throw new Error("extension level must be 'block' or 'inline'");t[e.level]?t[e.level].unshift(e.tokenizer):t[e.level]=[e.tokenizer],e.start&&("block"===e.level?t.startBlock?t.startBlock.push(e.start):t.startBlock=[e.start]:"inline"===e.level&&(t.startInline?t.startInline.push(e.start):t.startInline=[e.start]))}e.childTokens&&(t.childTokens[e.name]=e.childTokens)})),r.extensions=t),n.renderer){var i=e.defaults.renderer||new bf(e.defaults),a=function(e){var t=i[e];i[e]=function(){for(var r=arguments.length,a=new Array(r),o=0;o<r;o++)a[o]=arguments[o];var l=n.renderer[e].apply(i,a);return!1===l&&(l=t.apply(i,a)),l}};for(var o in n.renderer)a(o);r.renderer=i}if(n.tokenizer){var l=e.defaults.tokenizer||new mf(e.defaults),u=function(e){var t=l[e];l[e]=function(){for(var r=arguments.length,i=new Array(r),a=0;a<r;a++)i[a]=arguments[a];var o=n.tokenizer[e].apply(l,i);return!1===o&&(o=t.apply(l,i)),o}};for(var c in n.tokenizer)u(c);r.tokenizer=l}if(n.hooks){var s=e.defaults.hooks||new xf,f=function(t){var r=s[t];xf.passThroughHooks.has(t)?s[t]=function(i){if(e.defaults.async)return Promise.resolve(n.hooks[t].call(s,i)).then((function(e){return r.call(s,e)}));var a=n.hooks[t].call(s,i);return r.call(s,a)}:s[t]=function(){for(var e=arguments.length,i=new Array(e),a=0;a<e;a++)i[a]=arguments[a];var o=n.hooks[t].apply(s,i);return!1===o&&(o=r.apply(s,i)),o}};for(var d in n.hooks)f(d);r.hooks=s}if(n.walkTokens){var h=e.defaults.walkTokens;r.walkTokens=function(e){var t=[];return t.push(n.walkTokens.call(this,e)),h&&(t=t.concat(h.call(this,e))),t}}e.defaults=st(st({},e.defaults),r)})),this}},{key:"setOptions",value:function(e){return this.defaults=st(st({},this.defaults),e),this}}]),e}();function Af(e,t){var n=this;return function(r,i,a){"function"===typeof i&&(a=i,i=null);var o=st({},i);i=st(st({},n.defaults),o);var l=Hs(n,Sf,Nf).call(n,i.silent,i.async,a);if("undefined"===typeof r||null===r)return l(new Error("marked(): input parameter is undefined or null"));if("string"!==typeof r)return l(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(r)+", string expected"));if(function(e,t){e&&!e.silent&&(t&&console.warn("marked(): callback is deprecated since version 5.0.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/using_pro#async"),(e.sanitize||e.sanitizer)&&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"),(e.highlight||"language-"!==e.langPrefix)&&console.warn("marked(): highlight and langPrefix parameters are deprecated since version 5.0.0, should not be used and will be removed in the future. Instead use https://www.npmjs.com/package/marked-highlight."),e.mangle&&console.warn("marked(): mangle parameter is enabled by default, but is deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-mangle, or disable by setting `{mangle: false}`."),e.baseUrl&&console.warn("marked(): baseUrl parameter is deprecated since version 5.0.0, should not be used and will be removed in the future. Instead use https://www.npmjs.com/package/marked-base-url."),e.smartypants&&console.warn("marked(): smartypants parameter is deprecated since version 5.0.0, should not be used and will be removed in the future. Instead use https://www.npmjs.com/package/marked-smartypants."),e.xhtml&&console.warn("marked(): xhtml parameter is deprecated since version 5.0.0, should not be used and will be removed in the future. Instead use https://www.npmjs.com/package/marked-xhtml."),(e.headerIds||e.headerPrefix)&&console.warn("marked(): headerIds and headerPrefix parameters enabled by default, but are deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-gfm-heading-id, or disable by setting `{headerIds: false}`."))}(i,a),i.hooks&&(i.hooks.options=i),a){var u,c=i.highlight;try{i.hooks&&(r=i.hooks.preprocess(r)),u=e(r,i)}catch(m){return l(m)}var s=function(e){var r;if(!e)try{i.walkTokens&&n.walkTokens(u,i.walkTokens),r=t(u,i),i.hooks&&(r=i.hooks.postprocess(r))}catch(m){e=m}return i.highlight=c,e?l(e):a(null,r)};if(!c||c.length<3)return s();if(delete i.highlight,!u.length)return s();var f=0;return n.walkTokens(u,(function(e){"code"===e.type&&(f++,setTimeout((function(){c(e.text,e.lang,(function(t,n){if(t)return s(t);null!=n&&n!==e.text&&(e.text=n,e.escaped=!0),0===--f&&s()}))}),0))})),void(0===f&&s())}if(i.async)return Promise.resolve(i.hooks?i.hooks.preprocess(r):r).then((function(t){return e(t,i)})).then((function(e){return i.walkTokens?Promise.all(n.walkTokens(e,i.walkTokens)).then((function(){return e})):e})).then((function(e){return t(e,i)})).then((function(e){return i.hooks?i.hooks.postprocess(e):e})).catch(l);try{i.hooks&&(r=i.hooks.preprocess(r));var d=e(r,i);i.walkTokens&&n.walkTokens(d,i.walkTokens);var h=t(d,i);return i.hooks&&(h=i.hooks.postprocess(h)),h}catch(m){return l(m)}}}function Nf(e,t,n){return function(r){if(r.message+="\nPlease report this to https://github.com/markedjs/marked.",e){var i="<p>An error occurred:</p><pre>"+Gs(r.message+"",!0)+"</pre>";return t?Promise.resolve(i):n?void n(null,i):i}if(t)return Promise.reject(r);if(!n)throw r;n(r)}}var Mf=new Ef(Ys);function Ff(e,t,n){return Mf.parse(e,t,n)}Ff.options=Ff.setOptions=function(e){return Mf.setOptions(e),Ff.defaults=Mf.defaults,Us(Ff.defaults),Ff},Ff.getDefaults=$s,Ff.defaults=Ys,Ff.use=function(){return Mf.use.apply(Mf,arguments),Ff.defaults=Mf.defaults,Us(Ff.defaults),Ff},Ff.walkTokens=function(e,t){return Mf.walkTokens(e,t)},Ff.parseInline=Mf.parseInline,Ff.Parser=kf,Ff.parser=kf.parse,Ff.Renderer=bf,Ff.TextRenderer=Df,Ff.Lexer=_f,Ff.lexer=_f.lex,Ff.Tokenizer=mf,Ff.Slugger=wf,Ff.Hooks=xf,Ff.parse=Ff;Ff.options,Ff.setOptions,Ff.use,Ff.walkTokens,Ff.parseInline,kf.parse,_f.lex;var Tf=function(e){var t=e.title,n=e.description,i=e.unit,a=e.expr,o=e.showLegend,l=e.filename,u=e.alias,c=Gr().isMobile,s=Fn().period,f=Wr().customStep,d=Tn(),h=(0,r.useRef)(null),m=v((0,r.useState)(!1),2),p=m[0],g=m[1],y=v((0,r.useState)({limits:{enable:!1,range:{1:[0,0]}}}),2),_=y[0],b=y[1],D=(0,r.useMemo)((function(){return Array.isArray(a)&&a.every((function(e){return e}))}),[a]),w=gs({predefinedQuery:D?a:[],display:"chart",visible:p,customStep:f}),k=w.isLoading,x=w.graphData,C=w.error,S=w.warning,E=function(e){var t=st({},_);t.limits.range=e,b(t)};return(0,r.useEffect)((function(){var e=new IntersectionObserver((function(e){e.forEach((function(e){return g(e.isIntersecting)}))}),{threshold:.1});return h.current&&e.observe(h.current),function(){h.current&&e.unobserve(h.current)}}),[h]),D?$t("div",{className:"vm-predefined-panel",ref:h,children:[$t("div",{className:"vm-predefined-panel-header",children:[$t(vi,{title:$t((function(){return $t("div",{className:"vm-predefined-panel-header__description vm-default-styles",children:[n&&$t(jt.HY,{children:[$t("div",{children:[$t("span",{children:"Description:"}),$t("div",{dangerouslySetInnerHTML:{__html:Ff.parse(n)}})]}),$t("hr",{})]}),$t("div",{children:[$t("span",{children:"Queries:"}),$t("div",{children:a.map((function(e,t){return $t("div",{children:e},"".concat(t,"_").concat(e))}))})]})]})}),{}),children:$t("div",{className:"vm-predefined-panel-header__info",children:$t(Vn,{})})}),$t("h3",{className:"vm-predefined-panel-header__title",children:t||""}),$t(Ds,{yaxis:_,setYaxisLimits:E,toggleEnableLimits:function(){var e=st({},_);e.limits.enable=!e.limits.enable,b(e)}})]}),$t("div",{className:"vm-predefined-panel-body",children:[k&&$t(ws,{}),C&&$t(Xr,{variant:"error",children:C}),S&&$t(Xr,{variant:"warning",children:S}),x&&$t(rs,{data:x,period:s,customStep:f,query:a,yaxis:_,unit:i,alias:u,showLegend:o,setYaxisLimits:E,setPeriod:function(e){var t=e.from,n=e.to;d({type:"SET_PERIOD",payload:{from:t,to:n}})},fullWidth:!1,height:c?.5*window.innerHeight:500})]})]}):$t(Xr,{variant:"error",children:[$t("code",{children:'"expr"'})," not found. Check the configuration file ",$t("b",{children:l}),"."]})},Of=function(e){var t=e.index,n=e.title,i=e.panels,a=e.filename,o=Tr(),l=(0,r.useMemo)((function(){return o.width/12}),[o]),u=v((0,r.useState)(!t),2),c=u[0],s=u[1],f=v((0,r.useState)([]),2),d=f[0],h=f[1];(0,r.useEffect)((function(){h(i&&i.map((function(e){return e.width||12})))}),[i]);var m=v((0,r.useState)({start:0,target:0,enable:!1}),2),p=m[0],g=m[1],y=(0,r.useCallback)((function(e){if(p.enable){var t=p.start,n=Math.ceil((t-e.clientX)/l);if(!(Math.abs(n)>=12)){var r=d.map((function(e,t){return e-(t===p.target?n:0)}));h(r)}}}),[p,l]),_=(0,r.useCallback)((function(){g(st(st({},p),{},{enable:!1}))}),[p]),b=function(e){return function(t){!function(e,t){g({start:e.clientX,target:t,enable:!0})}(t,e)}};return Fr("mousemove",y),Fr("mouseup",_),$t("div",{className:"vm-predefined-dashboard",children:$t(ma,{defaultExpanded:c,onChange:function(e){return s(e)},title:$t((function(){return $t("div",{className:Cr()({"vm-predefined-dashboard-header":!0,"vm-predefined-dashboard-header_open":c}),children:[(n||a)&&$t("span",{className:"vm-predefined-dashboard-header__title",children:n||"".concat(t+1,". ").concat(a)}),i&&$t("span",{className:"vm-predefined-dashboard-header__count",children:["(",i.length," panels)"]})]})}),{}),children:$t("div",{className:"vm-predefined-dashboard-panels",children:Array.isArray(i)&&i.length?i.map((function(e,t){return $t("div",{className:"vm-predefined-dashboard-panels-panel vm-block vm-block_empty-padding",style:{gridColumn:"span ".concat(d[t])},children:[$t(Tf,{title:e.title,description:e.description,unit:e.unit,expr:e.expr,alias:e.alias,filename:a,showLegend:e.showLegend}),$t("button",{className:"vm-predefined-dashboard-panels-panel__resizer",onMouseDown:b(t)})]},t)})):$t("div",{className:"vm-predefined-dashboard-panels-panel__alert",children:$t(Xr,{variant:"error",children:[$t("code",{children:'"panels"'})," not found. Check the configuration file ",$t("b",{children:a}),"."]})})})})})},If=function(){!function(){var e=Fn(),t=e.duration,n=e.relativeTime,i=e.period.date,a=Wr().customStep,o=oa().setSearchParamsFromKeys,l=function(){var e,r=Ms((ut(e={},"g0.range_input",t),ut(e,"g0.end_input",i),ut(e,"g0.step_input",a),ut(e,"g0.relative_time",n),e));o(r)};(0,r.useEffect)(l,[t,n,i,a]),(0,r.useEffect)(l,[])}();var e=Gr().isMobile,t=ii(),n=t.dashboardsSettings,i=t.dashboardsLoading,a=t.dashboardsError,o=v((0,r.useState)(0),2),l=o[0],u=o[1],c=(0,r.useMemo)((function(){return n.map((function(e,t){return{label:e.title||"",value:t}}))}),[n]),s=(0,r.useMemo)((function(){return n[l]||{}}),[n,l]),f=(0,r.useMemo)((function(){return null===s||void 0===s?void 0:s.rows}),[s]),d=(0,r.useMemo)((function(){return s.title||s.filename||""}),[s]),h=(0,r.useMemo)((function(){return Array.isArray(f)&&!!f.length}),[f]),m=function(e){return function(){!function(e){u(e)}(e)}};return $t("div",{className:"vm-predefined-panels",children:[i&&$t(ws,{}),!n.length&&a&&$t(Xr,{variant:"error",children:a}),!n.length&&$t(Xr,{variant:"info",children:"Dashboards not found"}),c.length>1&&$t("div",{className:Cr()({"vm-predefined-panels-tabs":!0,"vm-predefined-panels-tabs_mobile":e}),children:c.map((function(e){return $t("div",{className:Cr()({"vm-predefined-panels-tabs__tab":!0,"vm-predefined-panels-tabs__tab_active":e.value==l}),onClick:m(e.value),children:e.label},e.value)}))}),$t("div",{className:"vm-predefined-panels__dashboards",children:[h&&f.map((function(e,t){return $t(Of,{index:t,filename:d,title:e.title,panels:e.panels},"".concat(l,"_").concat(t))})),!!n.length&&!h&&$t(Xr,{variant:"error",children:[$t("code",{children:'"rows"'})," not found. Check the configuration file ",$t("b",{children:d}),"."]})]})]})},Pf=function(e,t){var n=t.match?"&match[]="+encodeURIComponent(t.match):"",r=t.focusLabel?"&focusLabel="+encodeURIComponent(t.focusLabel):"";return"".concat(e,"/api/v1/status/tsdb?topN=").concat(t.topN,"&date=").concat(t.date).concat(n).concat(r)},Rf=function(){function e(){b(this,e),this.tsdbStatus=void 0,this.tabsNames=void 0,this.tsdbStatus=this.defaultTSDBStatus,this.tabsNames=["table","graph"],this.getDefaultState=this.getDefaultState.bind(this)}return x(e,[{key:"tsdbStatusData",get:function(){return this.tsdbStatus},set:function(e){this.tsdbStatus=e}},{key:"defaultTSDBStatus",get:function(){return{totalSeries:0,totalSeriesPrev:0,totalSeriesByAll:0,totalLabelValuePairs:0,seriesCountByMetricName:[],seriesCountByLabelName:[],seriesCountByFocusLabelValue:[],seriesCountByLabelValuePair:[],labelValueCountByLabelName:[]}}},{key:"keys",value:function(e,t){var n=e&&/__name__=".+"/.test(e),r=e&&/{.+=".+"}/g.test(e),i=e&&/__name__=".+", .+!=""/g.test(e),a=[];return a=t||i?a.concat("seriesCountByFocusLabelValue"):n?a.concat("labelValueCountByLabelName"):r?a.concat("seriesCountByMetricName","seriesCountByLabelName"):a.concat("seriesCountByMetricName","seriesCountByLabelName","seriesCountByLabelValuePair","labelValueCountByLabelName"),a}},{key:"getDefaultState",value:function(e,t){var n=this;return this.keys(e,t).reduce((function(e,t){return st(st({},e),{},{tabs:st(st({},e.tabs),{},ut({},t,n.tabsNames)),containerRefs:st(st({},e.containerRefs),{},ut({},t,(0,r.useRef)(null)))})}),{tabs:{},containerRefs:{}})}},{key:"sectionsTitles",value:function(e){return{seriesCountByMetricName:"Metric names with the highest number of series",seriesCountByLabelName:"Labels with the highest number of series",seriesCountByFocusLabelValue:'Values for "'.concat(e,'" label with the highest number of series'),seriesCountByLabelValuePair:"Label=value pairs with the highest number of series",labelValueCountByLabelName:"Labels with the highest number of unique values"}}},{key:"sectionsTips",get:function(){return{seriesCountByMetricName:"\n <p>\n This table returns a list of metrics with the highest cardinality.\n The cardinality of a metric is the number of time series associated with that metric,\n where each time series is defined as a unique combination of key-value label pairs.\n </p>\n <p>\n When looking to reduce the number of active series in your data source,\n you can start by inspecting individual metrics with high cardinality\n (i.e. that have lots of active time series associated with them),\n since that single metric contributes a large fraction of the series that make up your total series count.\n </p>",seriesCountByLabelName:"\n <p>\n This table returns a list of the labels with the highest number of series.\n </p>\n <p>\n Use this table to identify labels that are storing dimensions with high cardinality\n (many different label values).\n </p>\n <p>\n It is recommended to choose labels such that they have a finite set of values,\n since every unique combination of key-value label pairs creates a new time series\n and therefore can dramatically increase the number of time series in your system.\n </p>",seriesCountByFocusLabelValue:"\n <p>\n This table returns a list of unique label values per selected label.\n </p>\n <p>\n Use this table to identify label values that are storing per each selected series.\n </p>",labelValueCountByLabelName:"\n <p>\n This table returns a list of labels with the highest number of the unique values.\n </p>\n ",seriesCountByLabelValuePair:"\n <p>\n This table returns a list of the label values pairs with the highest number of series.\n </p>\n <p>\n Use this table to identify unique label values pairs. This helps to identify same labels \n is applied to count timeseries in your system, since every unique combination of key-value label pairs \n creates a new time series and therefore can dramatically increase the number of time series in your system\n </p>"}}},{key:"tablesHeaders",get:function(){return{seriesCountByMetricName:Bf,seriesCountByLabelName:Lf,seriesCountByFocusLabelValue:zf,seriesCountByLabelValuePair:jf,labelValueCountByLabelName:Hf}}},{key:"totalSeries",value:function(e){return"labelValueCountByLabelName"===e?-1:arguments.length>1&&void 0!==arguments[1]&&arguments[1]?this.tsdbStatus.totalSeriesPrev:this.tsdbStatus.totalSeries}}]),e}(),Bf=[{id:"name",label:"Metric name"},{id:"value",label:"Number of series"},{id:"percentage",label:"Share in total",info:"Shows the share of a metric to the total number of series"},{id:"action",label:""}],Lf=[{id:"name",label:"Label name"},{id:"value",label:"Number of series"},{id:"percentage",label:"Share in total",info:"Shows the share of the label to the total number of series"},{id:"action",label:""}],zf=[{id:"name",label:"Label value"},{id:"value",label:"Number of series"},{id:"percentage",label:"Share in total"},{disablePadding:!1,id:"action",label:"",numeric:!1}],jf=[{id:"name",label:"Label=value pair"},{id:"value",label:"Number of series"},{id:"percentage",label:"Share in total",info:"Shows the share of the label value pair to the total number of series"},{id:"action",label:""}],Hf=[{id:"name",label:"Label name"},{id:"value",label:"Number of unique values"},{id:"action",label:""}],$f={seriesCountByMetricName:function(e){var t=e.query;return Yf("__name__",t)},seriesCountByLabelName:function(e){var t=e.query;return"{".concat(t,'!=""}')},seriesCountByFocusLabelValue:function(e){var t=e.query,n=e.focusLabel;return Yf(n,t)},seriesCountByLabelValuePair:function(e){var t=e.query.split("="),n=t[0],r=t.slice(1).join("=");return Yf(n,r)},labelValueCountByLabelName:function(e){var t=e.query,n=e.match;return""===n?"{".concat(t,'!=""}'):"".concat(n.replace("}",""),", ").concat(t,'!=""}')}},Yf=function(e,t){return e?"{"+e+"="+JSON.stringify(t)+"}":""},Uf=function(e){var t,n=e.totalSeries,r=e.totalSeriesPrev,i=e.totalSeriesAll,a=e.seriesCountByMetricName,o=Gr().isMobile,l=v(ot(),1)[0],u=l.get("match"),c=l.get("focusLabel"),s=/__name__/.test(u||""),f=(null===(t=a[0])||void 0===t?void 0:t.value)/i*100,d=n-r,h=Math.abs(d)/r*100,m=[{title:"Total series",value:n.toLocaleString("en-US"),dynamic:n&&r?"".concat(h.toFixed(2),"%"):"",display:!c,info:'The total number of active time series. \n A time series is uniquely identified by its name plus a set of its labels. \n For example, temperature{city="NY",country="US"} and temperature{city="SF",country="US"} \n are two distinct series, since they differ by the city label.'},{title:"Percentage from total",value:isNaN(f)?"-":"".concat(f.toFixed(2),"%"),display:s,info:"The share of these series in the total number of time series."}].filter((function(e){return e.display}));return m.length?$t("div",{className:Cr()({"vm-cardinality-totals":!0,"vm-cardinality-totals_mobile":o}),children:m.map((function(e){var t=e.title,n=e.value,i=e.info,a=e.dynamic;return $t("div",{className:"vm-cardinality-totals-card",children:[$t("h4",{className:"vm-cardinality-totals-card__title",children:[t,i&&$t(vi,{title:$t("p",{className:"vm-cardinality-totals-card__tooltip",children:i}),children:$t("div",{className:"vm-cardinality-totals-card__info-icon",children:$t(Vn,{})})})]}),$t("span",{className:"vm-cardinality-totals-card__value",children:n}),!!a&&$t(vi,{title:"in relation to the previous day: ".concat(r.toLocaleString("en-US")),children:$t("span",{className:Cr()({"vm-dynamic-number":!0,"vm-dynamic-number_positive vm-dynamic-number_down":d<0,"vm-dynamic-number_negative vm-dynamic-number_up":d>0}),children:a})})]},t)}))}):null},Vf=function(e,t){var n=v(ot(),1)[0],i=n.get(t)?n.get(t):e,a=v((0,r.useState)(i),2),o=a[0],l=a[1];return(0,r.useEffect)((function(){i!==o&&l(i)}),[i]),[o,l]},qf=function(e){var t=Gr().isMobile,n=v(ot(),1)[0],i=oa().setSearchParamsFromKeys,a=n.get("tips")||"",o=v(Vf("","match"),2),l=o[0],u=o[1],c=v(Vf("","focusLabel"),2),s=c[0],f=c[1],d=v(Vf(10,"topN"),2),h=d[0],m=d[1],p=(0,r.useMemo)((function(){return h<0?"Number must be bigger than zero":""}),[h]),g=function(){i({match:l,topN:h,focusLabel:s})};return(0,r.useEffect)((function(){var e=n.get("match"),t=+(n.get("topN")||10),r=n.get("focusLabel");e!==l&&u(e||""),t!==h&&m(t),r!==s&&f(r||"")}),[n]),$t("div",{className:Cr()({"vm-cardinality-configurator":!0,"vm-cardinality-configurator_mobile":t,"vm-block":!0,"vm-block_mobile":t}),children:[$t("div",{className:"vm-cardinality-configurator-controls",children:[$t("div",{className:"vm-cardinality-configurator-controls__query",children:$t(zi,{label:"Time series selector",type:"string",value:l,onChange:u,onEnter:g})}),$t("div",{className:"vm-cardinality-configurator-controls__item",children:$t(zi,{label:"Focus label",type:"text",value:s||"",onChange:f,onEnter:g,endIcon:$t(vi,{title:$t("div",{children:$t("p",{children:"To identify values with the highest number of series for the selected label."})}),children:$t(yr,{})})})}),$t("div",{className:"vm-cardinality-configurator-controls__item vm-cardinality-configurator-controls__item_limit",children:$t(zi,{label:"Limit entries",type:"number",value:h,error:p,onChange:function(e){var t=+e;m(isNaN(t)?0:t)},onEnter:g})})]}),$t("div",{className:"vm-cardinality-configurator-bottom",children:[$t(Uf,st({},e)),$t("div",{className:"vm-cardinality-configurator-bottom-helpful",children:$t("a",{className:"vm-link vm-link_with-icon",target:"_blank",href:"https://docs.victoriametrics.com/#cardinality-explorer",rel:"help noreferrer",children:[$t(vr,{}),"Documentation"]})}),$t("div",{className:"vm-cardinality-configurator-bottom__execute",children:[$t(vi,{title:a?"Hide tips":"Show tips",children:$t(ui,{variant:"text",color:a?"warning":"gray",startIcon:$t(wr,{}),onClick:function(){var e=n.get("tips")||"";i({tips:e?"":"true"})}})}),$t(ui,{variant:"text",startIcon:$t(Un,{}),onClick:function(){i({match:"",focusLabel:""})},children:"Reset"}),$t(ui,{startIcon:$t(nr,{}),onClick:g,children:"Execute Query"})]})]})]})};function Wf(e){var t=e.order,n=e.orderBy,r=e.onRequestSort,i=e.headerCells;return $t("thead",{className:"vm-table-header vm-cardinality-panel-table__header",children:$t("tr",{className:"vm-table__row vm-table__row_header",children:i.map((function(e){return $t("th",{className:Cr()({"vm-table-cell vm-table-cell_header":!0,"vm-table-cell_sort":"action"!==e.id&&"percentage"!==e.id,"vm-table-cell_right":"action"===e.id}),onClick:(i=e.id,function(e){r(e,i)}),children:$t("div",{className:"vm-table-cell__content",children:[e.info?$t(vi,{title:e.info,children:[$t("div",{className:"vm-metrics-content-header__tip-icon",children:$t(Vn,{})}),e.label]}):$t(jt.HY,{children:e.label}),"action"!==e.id&&"percentage"!==e.id&&$t("div",{className:Cr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":n===e.id,"vm-table__sort-icon_desc":"desc"===t&&n===e.id}),children:$t(Gn,{})})]})},e.id);var i}))})})}function Zf(e,t,n){return t[n]<e[n]?-1:t[n]>e[n]?1:0}function Qf(e,t){return"desc"===e?function(e,n){return Zf(e,n,t)}:function(e,n){return-Zf(e,n,t)}}function Kf(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]}))}var Gf=function(e){var t=e.rows,n=e.headerCells,i=e.defaultSortColumn,a=e.tableCells,o=v((0,r.useState)("desc"),2),l=o[0],u=o[1],c=v((0,r.useState)(i),2),s=c[0],f=c[1],d=Kf(t,Qf(l,s));return $t("table",{className:"vm-table vm-cardinality-panel-table",children:[$t(Wf,{order:l,orderBy:s,onRequestSort:function(e,t){u(s===t&&"asc"===l?"desc":"asc"),f(t)},rowCount:t.length,headerCells:n}),$t("tbody",{className:"vm-table-header",children:d.map((function(e){return $t("tr",{className:"vm-table__row",children:a(e)},e.name)}))})]})},Jf=function(e){var t=e.row,n=e.totalSeries,r=e.totalSeriesPrev,i=e.onActionClick,a=n>0?t.value/n*100:-1,o=r>0?t.valuePrev/r*100:-1,l=[a,o].some((function(e){return-1===e})),u=a-o,c=l?"":"".concat(u.toFixed(2),"%"),s=function(){i(t.name)};return $t(jt.HY,{children:[$t("td",{className:"vm-table-cell",children:$t("span",{className:"vm-link vm-link_colored",onClick:s,children:t.name})},t.name),$t("td",{className:"vm-table-cell",children:[t.value,!!t.diff&&$t(vi,{title:"in relation to the previous day: ".concat(t.valuePrev),children:$t("span",{className:Cr()({"vm-dynamic-number":!0,"vm-dynamic-number_positive":t.diff<0,"vm-dynamic-number_negative":t.diff>0}),children:["\xa0",t.diff>0?"+":"",t.diff]})})]},t.value),a>0&&$t("td",{className:"vm-table-cell",children:$t("div",{className:"vm-cardinality-panel-table__progress",children:[$t(ks,{value:a}),c&&$t(vi,{title:"in relation to the previous day",children:$t("span",{className:Cr()({"vm-dynamic-number":!0,"vm-dynamic-number_positive vm-dynamic-number_down":u<0,"vm-dynamic-number_negative vm-dynamic-number_up":u>0}),children:c})})]})},t.progressValue),$t("td",{className:"vm-table-cell vm-table-cell_right",children:$t("div",{className:"vm-table-cell__content",children:$t(vi,{title:"Filter by ".concat(t.name),children:$t(ui,{variant:"text",size:"small",onClick:s,children:$t(rr,{})})})})},"action")]})},Xf=function(e){var t=e.data,n=v((0,r.useState)([]),2),i=n[0],a=n[1],o=v((0,r.useState)([0,0]),2),l=o[0],u=o[1];return(0,r.useEffect)((function(){var e=t.sort((function(e,t){return t.value-e.value})),n=function(e){var t=e.map((function(e){return e.value})),n=Math.ceil(t[0]||1),r=n/9;return new Array(11).fill(n+r).map((function(e,t){return Math.round(e-r*t)}))}(e);u(n),a(e.map((function(e){return st(st({},e),{},{percentage:e.value/n[0]*100})})))}),[t]),$t("div",{className:"vm-simple-bar-chart",children:[$t("div",{className:"vm-simple-bar-chart-y-axis",children:l.map((function(e){return $t("div",{className:"vm-simple-bar-chart-y-axis__tick",children:e},e)}))}),$t("div",{className:"vm-simple-bar-chart-data",children:i.map((function(e){var t=e.name,n=e.value,r=e.percentage;return $t(vi,{title:"".concat(t,": ").concat(n),placement:"top-center",children:$t("div",{className:"vm-simple-bar-chart-data-item",style:{maxHeight:"".concat(r||0,"%")}})},"".concat(t,"_").concat(n))}))})]})},ed=function(e){var t=e.rows,n=e.tabs,i=void 0===n?[]:n,a=e.chartContainer,o=e.totalSeries,l=e.totalSeriesPrev,u=e.onActionClick,c=e.sectionTitle,s=e.tip,f=e.tableHeaderCells,d=Gr().isMobile,h=v((0,r.useState)("table"),2),m=h[0],p=h[1],g=(0,r.useMemo)((function(){return i.map((function(e,t){return{value:e,label:e,icon:$t(0===t?ar:ir,{})}}))}),[i]);return $t("div",{className:Cr()({"vm-metrics-content":!0,"vm-metrics-content_mobile":d,"vm-block":!0,"vm-block_mobile":d}),children:[$t("div",{className:"vm-metrics-content-header vm-section-header",children:[$t("h5",{className:Cr()({"vm-metrics-content-header__title":!0,"vm-section-header__title":!0,"vm-section-header__title_mobile":d}),children:[!d&&s&&$t(vi,{title:$t("p",{dangerouslySetInnerHTML:{__html:s},className:"vm-metrics-content-header__tip"}),children:$t("div",{className:"vm-metrics-content-header__tip-icon",children:$t(Vn,{})})}),c]}),$t("div",{className:"vm-section-header__tabs",children:$t(Or,{activeItem:m,items:g,onChange:p})})]}),"table"===m&&$t("div",{ref:a,className:Cr()({"vm-metrics-content__table":!0,"vm-metrics-content__table_mobile":d}),children:$t(Gf,{rows:t,headerCells:f,defaultSortColumn:"value",tableCells:function(e){return $t(Jf,{row:e,totalSeries:o,totalSeriesPrev:l,onActionClick:u})}})}),"graph"===m&&$t("div",{className:"vm-metrics-content__chart",children:$t(Xf,{data:t.map((function(e){return{name:e.name,value:e.value}}))})})]})},td=function(e){var t=e.title,n=e.children;return $t("div",{className:"vm-cardinality-tip",children:[$t("div",{className:"vm-cardinality-tip-header",children:[$t("div",{className:"vm-cardinality-tip-header__tip-icon",children:$t(wr,{})}),$t("h4",{className:"vm-cardinality-tip-header__title",children:t||"Tips"})]}),$t("p",{className:"vm-cardinality-tip__description",children:n})]})},nd=function(){return $t(td,{title:"Metrics with a high number of series",children:$t("ul",{children:[$t("li",{children:["Identify and eliminate labels with frequently changed values to reduce their\xa0",$t(Ps,{href:"https://docs.victoriametrics.com/FAQ.html#what-is-high-cardinality",children:"cardinality"}),"\xa0and\xa0",$t(Ps,{href:"https://docs.victoriametrics.com/FAQ.html#what-is-high-churn-rate",children:"high churn rate"})]}),$t("li",{children:["Find unused time series and\xa0",$t(Ps,{href:"https://docs.victoriametrics.com/relabeling.html",children:"drop entire metrics"})]}),$t("li",{children:["Aggregate time series before they got ingested into the database via\xa0",$t(Ps,{href:"https://docs.victoriametrics.com/stream-aggregation.html",children:"streaming aggregation"})]})]})})},rd=function(){return $t(td,{title:"Labels with a high number of unique values",children:$t("ul",{children:[$t("li",{children:"Decrease the number of unique label values to reduce cardinality"}),$t("li",{children:["Drop the label entirely via\xa0",$t(Ps,{href:"https://docs.victoriametrics.com/relabeling.html",children:"relabeling"})]}),$t("li",{children:"For volatile label values (such as URL path, user session, etc.) consider printing them to the log file instead of adding to time series"})]})})},id=function(){return $t(td,{title:"Dashboard of a single metric",children:[$t("p",{children:"This dashboard helps to understand the cardinality of a single metric."}),$t("p",{children:"Each time series is a unique combination of key-value label pairs. Therefore a label key with many values can create a lot of time series for a particular metric. If you\u2019re trying to decrease the cardinality of a metric, start by looking at the labels with the highest number of values."}),$t("p",{children:"Use the series selector at the top of the page to apply additional filters."})]})},ad=function(){return $t(td,{title:"Dashboard of a label",children:[$t("p",{children:"This dashboard helps you understand the count of time series per label."}),$t("p",{children:"Use the selector at the top of the page to pick a label name you\u2019d like to inspect. For the selected label name, you\u2019ll see the label values that have the highest number of series associated with them. So if you\u2019ve chosen `instance` as your label name, you may see that `657` time series have value \u201chost-1\u201d attached to them and `580` time series have value `host-2` attached to them."}),$t("p",{children:"This can be helpful in allowing you to determine where the bulk of your time series are coming from. If the label \u201cinstance=host-1\u201d was applied to 657 series and the label \u201cinstance=host-2\u201d was only applied to 580 series, you\u2019d know, for example, that host-01 was responsible for sending the majority of the time series."})]})},od=function(){var e=Gr().isMobile,t=v(ot(),1)[0],n=oa().setSearchParamsFromKeys,i=t.get("tips")||"",o=t.get("match")||"",l=t.get("focusLabel")||"",u=function(){var e=new Rf,t=v(ot(),1)[0],n=t.get("match"),i=t.get("focusLabel"),o=+(t.get("topN")||10),l=t.get("date")||a()().tz().format(Wt),u=Ut().serverUrl,c=v((0,r.useState)(!1),2),s=c[0],f=c[1],d=v((0,r.useState)(),2),h=d[0],m=d[1],p=v((0,r.useState)(e.defaultTSDBStatus),2),g=p[0],y=p[1],_=function(){var t=Ti(Mi().mark((function t(r){var i,o,l,c,s,d,h,p,g,_,b,D,w,k,x,C;return Mi().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(u){t.next=2;break}return t.abrupt("return");case 2:return m(""),f(!0),y(e.defaultTSDBStatus),i={date:r.date,topN:0,match:"",focusLabel:""},o=st(st({},r),{},{date:a()(r.date).subtract(1,"day").tz().format(Wt)}),l=Pf(u,r),c=Pf(u,o),s=Pf(u,i),d=[l,c,s],t.prev=11,t.next=14,Promise.all(d.map((function(e){return fetch(e)})));case 14:return h=t.sent,t.next=17,Promise.all(h.map((function(e){return e.json()})));case 17:p=t.sent,g=v(p,3),_=g[0],b=g[1],D=g[2],h[0].ok?(w=D.data,k=st({},b.data),(x=st({},_.data)).totalSeriesByAll=null===w||void 0===w?void 0:w.totalSeries,x.totalSeriesPrev=null===k||void 0===k?void 0:k.totalSeries,C=null===n||void 0===n?void 0:n.replace(/[{}"]/g,""),x.seriesCountByLabelValuePair=x.seriesCountByLabelValuePair.filter((function(e){return e.name!==C})),Object.keys(x).forEach((function(e){var t=e,n=x[t],r=k[t];Array.isArray(n)&&Array.isArray(r)&&n.forEach((function(e){var t,n=null===(t=r.find((function(t){return t.name===e.name})))||void 0===t?void 0:t.value;e.diff=n?e.value-n:0,e.valuePrev=n||0}))})),y(x),f(!1)):(m(_.error),y(e.defaultTSDBStatus),f(!1)),t.next=29;break;case 25:t.prev=25,t.t0=t.catch(11),f(!1),t.t0 instanceof Error&&m("".concat(t.t0.name,": ").concat(t.t0.message));case 29:case"end":return t.stop()}}),t,null,[[11,25]])})));return function(e){return t.apply(this,arguments)}}();return(0,r.useEffect)((function(){_({topN:o,match:n,date:l,focusLabel:i})}),[u,n,i,o,l]),(0,r.useEffect)((function(){h&&(y(e.defaultTSDBStatus),f(!1))}),[h]),e.tsdbStatusData=g,{isLoading:s,appConfigurator:e,error:h}}(),c=u.isLoading,s=u.appConfigurator,f=u.error,d=s.tsdbStatusData,h=s.getDefaultState,m=s.tablesHeaders,p=s.sectionsTips,g=h(o,l);return $t("div",{className:Cr()({"vm-cardinality-panel":!0,"vm-cardinality-panel_mobile":e}),children:[c&&$t(ws,{message:"Please wait while cardinality stats is calculated. \n This may take some time if the db contains big number of time series."}),$t(qf,{totalSeries:d.totalSeries,totalSeriesPrev:d.totalSeriesPrev,totalSeriesAll:d.totalSeriesByAll,totalLabelValuePairs:d.totalLabelValuePairs,seriesCountByMetricName:d.seriesCountByMetricName}),i&&$t("div",{className:"vm-cardinality-panel-tips",children:[!o&&!l&&$t(nd,{}),o&&!l&&$t(id,{}),!o&&!l&&$t(rd,{}),l&&$t(ad,{})]}),f&&$t(Xr,{variant:"error",children:f}),s.keys(o,l).map((function(e){return $t(ed,{sectionTitle:s.sectionsTitles(l)[e],tip:p[e],rows:d[e],onActionClick:(t=e,function(e){var r={match:$f[t]({query:e,focusLabel:l,match:o})};"labelValueCountByLabelName"!==t&&"seriesCountByLabelName"!=t||(r.focusLabel=e),"seriesCountByFocusLabelValue"==t&&(r.focusLabel=""),n(r)}),tabs:g.tabs[e],chartContainer:g.containerRefs[e],totalSeriesPrev:s.totalSeries(e,!0),totalSeries:s.totalSeries(e),tableHeaderCells:m[e]},e);var t}))]})},ld=function(e){var t=e.topN,n=e.maxLifetime,i=Ut().serverUrl,a=oa().setSearchParamsFromKeys,o=v((0,r.useState)(null),2),l=o[0],u=o[1],c=v((0,r.useState)(!1),2),s=c[0],f=c[1],d=v((0,r.useState)(),2),h=d[0],m=d[1],p=(0,r.useMemo)((function(){return function(e,t,n){return"".concat(e,"/api/v1/status/top_queries?topN=").concat(t||"","&maxLifetime=").concat(n||"")}(i,t,n)}),[i,t,n]),g=function(){var e=Ti(Mi().mark((function e(){var r,i;return Mi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return f(!0),a({topN:t,maxLifetime:n}),e.prev=2,e.next=5,fetch(p);case 5:return r=e.sent,e.next=8,r.json();case 8:i=e.sent,r.ok&&["topByAvgDuration","topByCount","topBySumDuration"].forEach((function(e){var t=i[e];Array.isArray(t)&&t.forEach((function(e){return e.timeRange=mn(1e3*e.timeRangeSeconds)}))})),u(r.ok?i:null),m(String(i.error||"")),e.next=17;break;case 14:e.prev=14,e.t0=e.catch(2),e.t0 instanceof Error&&"AbortError"!==e.t0.name&&m("".concat(e.t0.name,": ").concat(e.t0.message));case 17:f(!1);case 18:case"end":return e.stop()}}),e,null,[[2,14]])})));return function(){return e.apply(this,arguments)}}();return{data:l,error:h,loading:s,fetch:g}},ud=function(e){var t=e.rows,n=e.columns,i=e.defaultOrderBy,a=Ic(),o=v((0,r.useState)(i||"count"),2),l=o[0],u=o[1],c=v((0,r.useState)("desc"),2),s=c[0],f=c[1],d=(0,r.useMemo)((function(){return Kf(t,Qf(s,l))}),[t,l,s]),h=function(e){return function(){var t;t=e,f((function(e){return"asc"===e&&l===t?"desc":"asc"})),u(t)}},m=function(e){var t=e.query;return Ti(Mi().mark((function e(){return Mi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a(t,"Query has been copied");case 2:case"end":return e.stop()}}),e)})))};return $t("table",{className:"vm-table",children:[$t("thead",{className:"vm-table-header",children:$t("tr",{className:"vm-table__row vm-table__row_header",children:[n.map((function(e){return $t("th",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:h(e.sortBy||e.key),children:$t("div",{className:"vm-table-cell__content",children:[e.title||e.key,$t("div",{className:Cr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":l===e.key,"vm-table__sort-icon_desc":"desc"===s&&l===e.key}),children:$t(Gn,{})})]})},e.key)})),$t("th",{className:"vm-table-cell vm-table-cell_header"})," "]})}),$t("tbody",{className:"vm-table-body",children:d.map((function(e,t){return $t("tr",{className:"vm-table__row",children:[n.map((function(t){return $t("td",{className:"vm-table-cell",children:e[t.key]||"-"},t.key)})),$t("td",{className:"vm-table-cell vm-table-cell_no-padding",children:$t("div",{className:"vm-top-queries-panels__table-actions",children:[$t(vi,{title:"Execute query",children:$t(nt,{to:"".concat(pt.home,"?g0.expr=").concat(encodeURIComponent(e.query)),target:"_blank",rel:"noreferrer",children:$t(ui,{variant:"text",size:"small",startIcon:$t(rr,{})})})}),$t(vi,{title:"Copy query",children:$t(ui,{variant:"text",size:"small",startIcon:$t(hr,{}),onClick:m(e)})})]})})]},t)}))})]})},cd=["table","JSON"].map((function(e,t){return{value:String(t),label:e,icon:$t(0===t?ar:or,{})}})),sd=function(e){var t=e.rows,n=e.title,i=e.columns,a=e.defaultOrderBy,o=Gr().isMobile,l=v((0,r.useState)(0),2),u=l[0],c=l[1];return $t("div",{className:Cr()({"vm-top-queries-panel":!0,"vm-block":!0,"vm-block_mobile":o}),children:[$t("div",{className:Cr()({"vm-top-queries-panel-header":!0,"vm-section-header":!0,"vm-top-queries-panel-header_mobile":o}),children:[$t("h5",{className:Cr()({"vm-section-header__title":!0,"vm-section-header__title_mobile":o}),children:n}),$t("div",{className:"vm-section-header__tabs",children:$t(Or,{activeItem:String(u),items:cd,onChange:function(e){c(+e)}})})]}),$t("div",{className:Cr()({"vm-top-queries-panel__table":!0,"vm-top-queries-panel__table_mobile":o}),children:[0===u&&$t(ud,{rows:t,columns:i,defaultOrderBy:a}),1===u&&$t(ys,{data:t})]})]})},fd=function(){var e=Gr().isMobile,t=v(Vf(10,"topN"),2),n=t[0],i=t[1],o=v(Vf("10m","maxLifetime"),2),l=o[0],u=o[1],c=ld({topN:n,maxLifetime:l}),s=c.data,f=c.error,d=c.loading,h=c.fetch,m=(0,r.useMemo)((function(){var e=l.trim().split(" ").reduce((function(e,t){var n=un(t);return n?st(st({},e),n):st({},e)}),{});return!!a().duration(e).asMilliseconds()}),[l]),p=(0,r.useMemo)((function(){return!!n&&n<1}),[n]),g=(0,r.useMemo)((function(){return p?"Number must be bigger than zero":""}),[p]),y=(0,r.useMemo)((function(){return m?"":"Invalid duration value"}),[m]),_=function(e){if(!s)return e;var t=s[e];return"number"===typeof t?_c(t,t,t):t||e},b=function(e){"Enter"===e.key&&h()};return(0,r.useEffect)((function(){s&&(n||i(+s.topN),l||u(s.maxLifetime))}),[s]),(0,r.useEffect)((function(){return h(),window.addEventListener("popstate",h),function(){window.removeEventListener("popstate",h)}}),[]),$t("div",{className:Cr()({"vm-top-queries":!0,"vm-top-queries_mobile":e}),children:[d&&$t(ws,{containerStyles:{height:"500px"}}),$t("div",{className:Cr()({"vm-top-queries-controls":!0,"vm-block":!0,"vm-block_mobile":e}),children:[$t("div",{className:"vm-top-queries-controls-fields",children:[$t("div",{className:"vm-top-queries-controls-fields__item",children:$t(zi,{label:"Max lifetime",value:l,error:y,helperText:"For example ".concat("30ms, 15s, 3d4h, 1y2w"),onChange:function(e){u(e)},onKeyDown:b})}),$t("div",{className:"vm-top-queries-controls-fields__item",children:$t(zi,{label:"Number of returned queries",type:"number",value:n||"",error:g,onChange:function(e){i(+e)},onKeyDown:b})})]}),$t("div",{className:Cr()({"vm-top-queries-controls-bottom":!0,"vm-top-queries-controls-bottom_mobile":e}),children:[$t("div",{className:"vm-top-queries-controls-bottom__info",children:["VictoriaMetrics tracks the last\xa0",$t(vi,{title:"search.queryStats.lastQueriesCount",children:$t("b",{children:_("search.queryStats.lastQueriesCount")})}),"\xa0queries with durations at least\xa0",$t(vi,{title:"search.queryStats.minQueryDuration",children:$t("b",{children:_("search.queryStats.minQueryDuration")})})]}),$t("div",{className:"vm-top-queries-controls-bottom__button",children:$t(ui,{startIcon:$t(nr,{}),onClick:h,children:"Execute"})})]})]}),f&&$t(Xr,{variant:"error",children:f}),s&&$t(jt.HY,{children:$t("div",{className:"vm-top-queries-panels",children:[$t(sd,{rows:s.topByCount,title:"Most frequently executed queries",columns:[{key:"query"},{key:"timeRange",sortBy:"timeRangeSeconds",title:"query time interval"},{key:"count"}]}),$t(sd,{rows:s.topByAvgDuration,title:"Most heavy queries",columns:[{key:"query"},{key:"avgDurationSeconds",title:"avg duration, sec"},{key:"timeRange",sortBy:"timeRangeSeconds",title:"query time interval"},{key:"count"}],defaultOrderBy:"avgDurationSeconds"}),$t(sd,{rows:s.topBySumDuration,title:"Queries with most summary time to execute",columns:[{key:"query"},{key:"sumDurationSeconds",title:"sum duration, sec"},{key:"timeRange",sortBy:"timeRangeSeconds",title:"query time interval"},{key:"count"}],defaultOrderBy:"sumDurationSeconds"})]})})]})},dd={"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)"},hd={"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)"},md=function(){var e=v((0,r.useState)(Rt()),2),t=e[0],n=e[1],i=function(e){n(e.matches)};return(0,r.useEffect)((function(){var e=window.matchMedia("(prefers-color-scheme: dark)");return e.addEventListener("change",i),function(){return e.removeEventListener("change",i)}}),[]),t},pd=["primary","secondary","error","warning","info","success"],vd=function(e){var t,n=e.onLoaded,i=gt(),a=vt().palette,o=void 0===a?{}:a,l=Ut().theme,u=md(),c=Vt(),s=Tr(),f=v((0,r.useState)((ut(t={},Ot.dark,dd),ut(t,Ot.light,hd),ut(t,Ot.system,Rt()?dd:hd),t)),2),d=f[0],h=f[1],m=function(){var e=window,t=e.innerWidth,n=e.innerHeight,r=document.documentElement,i=r.clientWidth,a=r.clientHeight;Pt("scrollbar-width","".concat(t-i,"px")),Pt("scrollbar-height","".concat(n-a,"px")),Pt("vh","".concat(.01*n,"px"))},p=function(){pd.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"}(It("color-".concat(e)));Pt("".concat(e,"-text"),r),t===pd.length-1&&(c({type:"SET_DARK_THEME"}),n(!0))}))},g=function(){var e=Mt("THEME")||Ot.system,t=d[e];Object.entries(t).forEach((function(e){var t=v(e,2),n=t[0],r=t[1];Pt(n,r)})),p(),i&&(pd.forEach((function(e){var t=o[e];t&&Pt("color-".concat(e),t)})),p())};return(0,r.useEffect)((function(){m(),g()}),[d]),(0,r.useEffect)(m,[s]),(0,r.useEffect)((function(){var e=Rt()?dd:hd;d[Ot.system]!==e?h((function(t){return st(st({},t),{},ut({},Ot.system,e))})):g()}),[l,u]),(0,r.useEffect)((function(){i&&c({type:"SET_THEME",payload:Ot.light})}),[]),null},gd=function(){var e=v((0,r.useState)([]),2),t=e[0],n=e[1],i=v((0,r.useState)(!1),2),a=i[0],o=i[1],l=(0,r.useRef)(document.body),u=function(e){e.preventDefault(),e.stopPropagation(),"dragenter"===e.type||"dragover"===e.type?o(!0):"dragleave"===e.type&&o(!1)};return Fr("dragenter",u,l),Fr("dragleave",u,l),Fr("dragover",u,l),Fr("drop",(function(e){var t;e.preventDefault(),e.stopPropagation(),o(!1),null!==e&&void 0!==e&&null!==(t=e.dataTransfer)&&void 0!==t&&t.files&&e.dataTransfer.files[0]&&function(e){var t=Array.from(e||[]);n(t)}(e.dataTransfer.files)}),l),Fr("paste",(function(e){var t,r=null===(t=e.clipboardData)||void 0===t?void 0:t.items;if(r){var i=Array.from(r).filter((function(e){return"application/json"===e.type})).map((function(e){return e.getAsFile()})).filter((function(e){return null!==e}));n(i)}}),l),{files:t,dragging:a}},yd=function(e){var t=e.onOpenModal,n=e.onChange;return $t("div",{className:"vm-trace-page-controls",children:[$t(ui,{variant:"outlined",onClick:t,children:"Paste JSON"}),$t(vi,{title:"The file must contain tracing information in JSON format",children:$t(ui,{children:["Upload Files",$t("input",{id:"json",type:"file",accept:"application/json",multiple:!0,title:" ",onChange:n})]})})]})},_d=function(){var e=v((0,r.useState)([]),2),t=e[0],n=e[1],i=v((0,r.useState)([]),2),a=i[0],o=i[1],l=(0,r.useMemo)((function(){return!!t.length}),[t]),u=ci(!1),c=u.value,s=u.setTrue,f=u.setFalse,d=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";o((function(n){return[{filename:t,text:": ".concat(e.message)}].concat(_(n))}))},h=function(e,t){try{var r=JSON.parse(e),i=r.trace||r;if(!i.duration_msec)return void d(new Error(Tt.traceNotFound),t);var a=new vs(i,t);n((function(e){return[a].concat(_(e))}))}catch(o){o instanceof Error&&d(o,t)}},m=function(e){e.map((function(e){var t=new FileReader,n=(null===e||void 0===e?void 0:e.name)||"";t.onload=function(e){var t,r=String(null===(t=e.target)||void 0===t?void 0:t.result);h(r,n)},t.readAsText(e)}))},p=function(e){o([]);var t=Array.from(e.target.files||[]);m(t),e.target.value=""},g=function(e){return function(){!function(e){o((function(t){return t.filter((function(t,n){return n!==e}))}))}(e)}},y=gd(),b=y.files,D=y.dragging;return(0,r.useEffect)((function(){m(b)}),[b]),$t("div",{className:"vm-trace-page",children:[$t("div",{className:"vm-trace-page-header",children:[$t("div",{className:"vm-trace-page-header-errors",children:a.map((function(e,t){return $t("div",{className:"vm-trace-page-header-errors-item",children:[$t(Xr,{variant:"error",children:[$t("b",{className:"vm-trace-page-header-errors-item__filename",children:e.filename}),$t("span",{children:e.text})]}),$t(ui,{className:"vm-trace-page-header-errors-item__close",startIcon:$t(Yn,{}),variant:"text",color:"error",onClick:g(t)})]},"".concat(e,"_").concat(t))}))}),$t("div",{children:l&&$t(yd,{onOpenModal:s,onChange:p})})]}),l&&$t("div",{children:$t(Ss,{jsonEditor:!0,traces:t,onDeleteClick:function(e){var r=t.filter((function(t){return t.idValue!==e.idValue}));n(_(r))}})}),!l&&$t("div",{className:"vm-trace-page-preview",children:[$t("p",{className:"vm-trace-page-preview__text",children:["Please, upload file with JSON response content.","\n","The file must contain tracing information in JSON format.","\n","In order to use tracing please refer to the doc:\xa0",$t("a",{className:"vm-link vm-link_colored",href:"https://docs.victoriametrics.com/#query-tracing",target:"_blank",rel:"help noreferrer",children:"https://docs.victoriametrics.com/#query-tracing"}),"\n","Tracing graph will be displayed after file upload.","\n","Attach files by dragging & dropping, selecting or pasting them."]}),$t(yd,{onOpenModal:s,onChange:p})]}),c&&$t(pi,{title:"Paste JSON",onClose:f,children:$t(Cs,{editable:!0,displayTitle:!0,defaultTile:"JSON ".concat(t.length+1),onClose:f,onUpload:h})}),D&&$t("div",{className:"vm-trace-page__dropzone"})]})},bd=function(e){var t=Ut().serverUrl,n=Fn().period,i=v((0,r.useState)([]),2),a=i[0],o=i[1],l=v((0,r.useState)(!1),2),u=l[0],c=l[1],s=v((0,r.useState)(),2),f=s[0],d=s[1],h=(0,r.useMemo)((function(){return function(e,t,n){var r="{job=".concat(JSON.stringify(n),"}");return"".concat(e,"/api/v1/label/instance/values?match[]=").concat(encodeURIComponent(r),"&start=").concat(t.start,"&end=").concat(t.end)}(t,n,e)}),[t,n,e]);return(0,r.useEffect)((function(){if(e){var t=function(){var e=Ti(Mi().mark((function e(){var t,n,r;return Mi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return c(!0),e.prev=1,e.next=4,fetch(h);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],o(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?d(void 0):d("".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&&d("".concat(e.t0.name,": ").concat(e.t0.message));case 16:c(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();t().catch(console.error)}}),[h]),{instances:a,isLoading:u,error:f}},Dd=function(e,t){var n=Ut().serverUrl,i=Fn().period,a=v((0,r.useState)([]),2),o=a[0],l=a[1],u=v((0,r.useState)(!1),2),c=u[0],s=u[1],f=v((0,r.useState)(),2),d=f[0],h=f[1],m=(0,r.useMemo)((function(){return function(e,t,n,r){var i=Object.entries({job:n,instance:r}).filter((function(e){return e[1]})).map((function(e){var t=v(e,2),n=t[0],r=t[1];return"".concat(n,"=").concat(JSON.stringify(r))})).join(","),a="{".concat(i,"}");return"".concat(e,"/api/v1/label/__name__/values?match[]=").concat(encodeURIComponent(a),"&start=").concat(t.start,"&end=").concat(t.end)}(n,i,e,t)}),[n,i,e,t]);return(0,r.useEffect)((function(){if(e){var t=function(){var e=Ti(Mi().mark((function e(){var t,n,r;return Mi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return s(!0),e.prev=1,e.next=4,fetch(m);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],l(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?h(void 0):h("".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&&h("".concat(e.t0.name,": ").concat(e.t0.message));case 16:s(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();t().catch(console.error)}}),[m]),{names:o,isLoading:c,error:d}},wd=function(e){var t=e.name,n=e.job,i=e.instance,a=e.rateEnabled,o=e.isBucket,l=e.height,u=Gr().isMobile,c=Wr(),s=c.customStep,f=c.yaxis,d=Fn().period,h=Zr(),m=Tn(),p=sn(d.end-d.start),g=cn(s),y=mn(10*g*1e3),_=v((0,r.useState)(!1),2),b=_[0],D=_[1],w=b&&s===p?y:s,k=ci(!1),x=k.value,C=k.setTrue,S=(0,r.useMemo)((function(){var e=Object.entries({job:n,instance:i}).filter((function(e){return e[1]})).map((function(e){var t=v(e,2),n=t[0],r=t[1];return"".concat(n,"=").concat(JSON.stringify(r))}));e.push("__name__=".concat(JSON.stringify(t))),"node_cpu_seconds_total"==t&&e.push('mode!="idle"');var r="{".concat(e.join(","),"}");if(o)return"sum(rate(".concat(r,")) by (vmrange, le)");var l=a?"rollup_rate(".concat(r,")"):"rollup(".concat(r,")");return"\nwith (q = ".concat(l,') (\n alias(min(label_match(q, "rollup", "min")), "min"),\n alias(max(label_match(q, "rollup", "max")), "max"),\n alias(avg(label_match(q, "rollup", "avg")), "avg"),\n)')}),[t,n,i,a,o]),E=gs({predefinedQuery:[S],visible:!0,customStep:w,showAllSeries:x}),A=E.isLoading,N=E.graphData,M=E.error,F=E.warning,T=E.isHistogram;return(0,r.useEffect)((function(){D(T)}),[T]),$t("div",{className:Cr()({"vm-explore-metrics-graph":!0,"vm-explore-metrics-graph_mobile":u}),children:[A&&$t(ws,{}),M&&$t(Xr,{variant:"error",children:M}),F&&$t(Xr,{variant:"warning",children:$t("div",{className:"vm-explore-metrics-graph__warning",children:[$t("p",{children:F}),$t(ui,{color:"warning",variant:"outlined",onClick:C,children:"Show all"})]})}),N&&d&&$t(rs,{data:N,period:d,customStep:w,query:[S],yaxis:f,setYaxisLimits:function(e){h({type:"SET_YAXIS_LIMITS",payload:e})},setPeriod:function(e){var t=e.from,n=e.to;m({type:"SET_PERIOD",payload:{from:t,to:n}})},showLegend:!1,height:l,isHistogram:T})]})},kd=function(e){var t=e.name,n=e.index,r=e.length,i=e.isBucket,a=e.rateEnabled,o=e.onChangeRate,l=e.onRemoveItem,u=e.onChangeOrder,c=Gr().isMobile,s=ci(!1),f=s.value,d=s.setTrue,h=s.setFalse,m=function(){l(t)},p=function(){u(t,n,n+1)},v=function(){u(t,n,n-1)};return $t("div",c?{className:"vm-explore-metrics-item-header vm-explore-metrics-item-header_mobile",children:[$t("div",{className:"vm-explore-metrics-item-header__name",children:t}),$t(ui,{variant:"text",size:"small",startIcon:$t(br,{}),onClick:d}),f&&$t(pi,{title:t,onClose:h,children:$t("div",{className:"vm-explore-metrics-item-header-modal",children:[$t("div",{className:"vm-explore-metrics-item-header-modal-order",children:[$t(ui,{startIcon:$t(cr,{}),variant:"outlined",onClick:v,disabled:0===n}),$t("p",{children:["position:",$t("span",{className:"vm-explore-metrics-item-header-modal-order__index",children:["#",n+1]})]}),$t(ui,{endIcon:$t(ur,{}),variant:"outlined",onClick:p,disabled:n===r-1})]}),!i&&$t("div",{className:"vm-explore-metrics-item-header-modal__rate",children:[$t(os,{label:$t("span",{children:["enable ",$t("code",{children:"rate()"})]}),value:a,onChange:o,fullWidth:!0}),$t("p",{children:"calculates the average per-second speed of metrics change"})]}),$t(ui,{startIcon:$t(Yn,{}),color:"error",variant:"outlined",onClick:m,fullWidth:!0,children:"Remove graph"})]})})]}:{className:"vm-explore-metrics-item-header",children:[$t("div",{className:"vm-explore-metrics-item-header-order",children:[$t(vi,{title:"move graph up",children:$t(ui,{className:"vm-explore-metrics-item-header-order__up",startIcon:$t(Kn,{}),variant:"text",color:"gray",size:"small",onClick:v})}),$t("div",{className:"vm-explore-metrics-item-header__index",children:["#",n+1]}),$t(vi,{title:"move graph down",children:$t(ui,{className:"vm-explore-metrics-item-header-order__down",startIcon:$t(Kn,{}),variant:"text",color:"gray",size:"small",onClick:p})})]}),$t("div",{className:"vm-explore-metrics-item-header__name",children:t}),!i&&$t("div",{className:"vm-explore-metrics-item-header__rate",children:$t(vi,{title:"calculates the average per-second speed of metric's change",children:$t(os,{label:$t("span",{children:["enable ",$t("code",{children:"rate()"})]}),value:a,onChange:o})})}),$t("div",{className:"vm-explore-metrics-item-header__close",children:$t(vi,{title:"close graph",children:$t(ui,{startIcon:$t(Yn,{}),variant:"text",color:"gray",size:"small",onClick:m})})})]})},xd=function(e){var t=e.name,n=e.job,i=e.instance,a=e.index,o=e.length,l=e.size,u=e.onRemoveItem,c=e.onChangeOrder,s=(0,r.useMemo)((function(){return/_sum?|_total?|_count?/.test(t)}),[t]),f=(0,r.useMemo)((function(){return/_bucket?/.test(t)}),[t]),d=v((0,r.useState)(s),2),h=d[0],m=d[1],p=Tr(),g=(0,r.useMemo)(l.height,[l,p]);return(0,r.useEffect)((function(){m(s)}),[n]),$t("div",{className:"vm-explore-metrics-item vm-block vm-block_empty-padding",children:[$t(kd,{name:t,index:a,length:o,isBucket:f,rateEnabled:h,size:l.id,onChangeRate:m,onRemoveItem:u,onChangeOrder:c}),$t(wd,{name:t,job:n,instance:i,rateEnabled:h,isBucket:f,height:g},"".concat(t,"_").concat(n,"_").concat(i,"_").concat(h))]})},Cd=function(e){var t=e.values,n=e.onRemoveItem,r=Gr().isMobile;return r?$t("span",{className:"vm-select-input-content__counter",children:["selected ",t.length]}):$t(jt.HY,{children:t.map((function(e){return $t("div",{className:"vm-select-input-content__selected",children:[$t("span",{children:e}),$t("div",{onClick:(t=e,function(e){n(t),e.stopPropagation()}),children:$t(Yn,{})})]},e);var t}))})},Sd=function(e){var t=e.value,n=e.list,i=e.label,a=e.placeholder,o=e.noOptionsText,l=e.clearable,u=void 0!==l&&l,c=e.searchable,s=void 0!==c&&c,f=e.autofocus,d=e.onChange,h=Ut().isDarkTheme,m=Gr().isMobile,p=v((0,r.useState)(""),2),g=p[0],y=p[1],_=(0,r.useRef)(null),b=v((0,r.useState)(!1),2),D=b[0],w=b[1],k=(0,r.useRef)(null),x=Array.isArray(t),C=Array.isArray(t)?t:void 0,S=m&&x&&!(null===C||void 0===C||!C.length),E=(0,r.useMemo)((function(){return D?g:Array.isArray(t)?"":t}),[t,g,D,x]),A=(0,r.useMemo)((function(){return D?g||"(.+)":""}),[g,D]),N=function(){k.current&&k.current.blur()},M=function(e){d(e),x||(w(!1),N()),x&&k.current&&k.current.focus()};return(0,r.useEffect)((function(){y(""),D&&k.current&&k.current.focus(),D||N()}),[D,k]),(0,r.useEffect)((function(){f&&k.current&&!m&&k.current.focus()}),[f,k]),Fr("keyup",(function(e){k.current!==e.target&&w(!1)})),$t("div",{className:Cr()({"vm-select":!0,"vm-select_dark":h}),children:[$t("div",{className:"vm-select-input",onClick:function(e){e.target instanceof HTMLInputElement||w((function(e){return!e}))},ref:_,children:[$t("div",{className:"vm-select-input-content",children:[!(null===C||void 0===C||!C.length)&&$t(Cd,{values:C,onRemoveItem:M}),!S&&$t("input",{value:E,type:"text",placeholder:a,onInput:function(e){y(e.target.value)},onFocus:function(){w(!0)},ref:k,readOnly:m||!s})]}),i&&$t("span",{className:"vm-text-field__label",children:i}),u&&t&&$t("div",{className:"vm-select-input__icon",onClick:function(e){return function(t){M(e),t.stopPropagation()}}(""),children:$t(Yn,{})}),$t("div",{className:Cr()({"vm-select-input__icon":!0,"vm-select-input__icon_open":D}),children:$t(Gn,{})})]}),$t(is,{label:i,value:A,options:n,anchor:_,selected:C,maxWords:10,minLength:0,fullWidth:!0,noOptionsText:o,onSelect:M,onOpenAutocomplete:w})]})},Ed=Et.map((function(e){return e.id})),Ad=function(e){var t=e.jobs,n=e.instances,i=e.names,a=e.job,o=e.instance,l=e.size,u=e.selectedMetrics,c=e.onChangeJob,s=e.onChangeInstance,f=e.onToggleMetric,d=e.onChangeSize,h=(0,r.useMemo)((function(){return a?"":"No instances. Please select job"}),[a]),m=(0,r.useMemo)((function(){return a?"":"No metric names. Please select job"}),[a]),p=Gr().isMobile,v=ci("false"!==Mt("EXPLORE_METRICS_TIPS")),g=v.value,y=v.toggle,_=v.setFalse;return(0,r.useEffect)((function(){Nt("EXPLORE_METRICS_TIPS","".concat(g))}),[g]),$t(jt.HY,{children:[$t("div",{className:Cr()({"vm-explore-metrics-header":!0,"vm-explore-metrics-header_mobile":p,"vm-block":!0,"vm-block_mobile":p}),children:[$t("div",{className:"vm-explore-metrics-header__job",children:$t(Sd,{value:a,list:t,label:"Job",placeholder:"Please select job",onChange:c,autofocus:!a,searchable:!0})}),$t("div",{className:"vm-explore-metrics-header__instance",children:$t(Sd,{value:o,list:n,label:"Instance",placeholder:"Please select instance",onChange:s,noOptionsText:h,clearable:!0,searchable:!0})}),$t("div",{className:"vm-explore-metrics-header__size",children:[$t(Sd,{label:"Size graphs",value:l,list:Ed,onChange:d}),$t(vi,{title:"".concat(g?"Hide":"Show"," tip"),children:$t(ui,{variant:"text",color:g?"warning":"gray",startIcon:$t(wr,{}),onClick:y})})]}),$t("div",{className:"vm-explore-metrics-header-metrics",children:$t(Sd,{label:"Metrics",value:u,list:i,placeholder:"Search metric name",onChange:f,noOptionsText:m,clearable:!0,searchable:!0})})]}),g&&$t(Xr,{variant:"warning",children:$t("div",{className:"vm-explore-metrics-header-description",children:[$t("p",{children:["Please note: this page is solely designed for exploring Prometheus metrics. Prometheus metrics always contain ",$t("code",{children:"job"})," and ",$t("code",{children:"instance"})," labels (see ",$t("a",{className:"vm-link vm-link_colored",href:"https://prometheus.io/docs/concepts/jobs_instances/",children:"these docs"}),"), and this page relies on them as filters. ",$t("br",{}),"Please use this page for Prometheus metrics only, in accordance with their naming conventions."]}),$t(ui,{variant:"text",size:"small",startIcon:$t(Yn,{}),onClick:_})]})})]})},Nd=At("job",""),Md=At("instance",""),Fd=At("metrics",""),Td=At("size",""),Od=Et.find((function(e){return Td?e.id===Td:e.isDefault}))||Et[0],Id=function(){var e=v((0,r.useState)(Nd),2),t=e[0],n=e[1],i=v((0,r.useState)(Md),2),a=i[0],o=i[1],l=v((0,r.useState)(Fd?Fd.split("&"):[]),2),u=l[0],c=l[1],s=v((0,r.useState)(Od),2),f=s[0],d=s[1];!function(e){var t=e.job,n=e.instance,i=e.metrics,a=e.size,o=Fn(),l=o.duration,u=o.relativeTime,c=o.period.date,s=Wr().customStep,f=oa().setSearchParamsFromKeys,d=function(){var e,r=Ms((ut(e={},"g0.range_input",l),ut(e,"g0.end_input",c),ut(e,"g0.step_input",s),ut(e,"g0.relative_time",u),ut(e,"size",a),ut(e,"job",t),ut(e,"instance",n),ut(e,"metrics",i),e));f(r)};(0,r.useEffect)(d,[l,u,c,s,t,n,i,a]),(0,r.useEffect)(d,[])}({job:t,instance:a,metrics:u.join("&"),size:f.id});var h=function(){var e=Ut().serverUrl,t=Fn().period,n=v((0,r.useState)([]),2),i=n[0],a=n[1],o=v((0,r.useState)(!1),2),l=o[0],u=o[1],c=v((0,r.useState)(),2),s=c[0],f=c[1],d=(0,r.useMemo)((function(){return function(e,t){return"".concat(e,"/api/v1/label/job/values?start=").concat(t.start,"&end=").concat(t.end)}(e,t)}),[e,t]);return(0,r.useEffect)((function(){var e=function(){var e=Ti(Mi().mark((function e(){var t,n,r;return Mi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return u(!0),e.prev=1,e.next=4,fetch(d);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],a(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?f(void 0):f("".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&&f("".concat(e.t0.name,": ").concat(e.t0.message));case 16:u(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();e().catch(console.error)}),[d]),{jobs:i,isLoading:l,error:s}}(),m=h.jobs,p=h.isLoading,g=h.error,y=bd(t),b=y.instances,D=y.isLoading,w=y.error,k=Dd(t,a),x=k.names,C=k.isLoading,S=k.error,E=(0,r.useMemo)((function(){return p||D||C}),[p,D,C]),A=(0,r.useMemo)((function(){return g||w||S}),[g,w,S]),N=function(e){c(e?function(t){return t.includes(e)?t.filter((function(t){return t!==e})):[].concat(_(t),[e])}:[])},M=function(e,t,n){var r=n>u.length-1;n<0||r||c((function(e){var r=_(e),i=v(r.splice(t,1),1)[0];return r.splice(n,0,i),r}))};return(0,r.useEffect)((function(){a&&b.length&&!b.includes(a)&&o("")}),[b,a]),$t("div",{className:"vm-explore-metrics",children:[$t(Ad,{jobs:m,instances:b,names:x,job:t,size:f.id,instance:a,selectedMetrics:u,onChangeJob:n,onChangeSize:function(e){var t=Et.find((function(t){return t.id===e}));t&&d(t)},onChangeInstance:o,onToggleMetric:N}),E&&$t(ws,{}),A&&$t(Xr,{variant:"error",children:A}),!t&&$t(Xr,{variant:"info",children:"Please select job to see list of metric names."}),t&&!u.length&&$t(Xr,{variant:"info",children:"Please select metric names to see the graphs."}),$t("div",{className:"vm-explore-metrics-body",children:u.map((function(e,n){return $t(xd,{name:e,job:t,instance:a,index:n,length:u.length,size:f,onRemoveItem:N,onChangeOrder:M},e)}))})]})},Pd=function(){var t=Ic();return $t("div",{className:"vm-preview-icons",children:Object.entries(e).map((function(e){var n,r=v(e,2),i=r[0],a=r[1];return $t("div",{className:"vm-preview-icons-item",onClick:(n=i,Ti(Mi().mark((function e(){return Mi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t("<".concat(n,"/>"),"<".concat(n,"/> has been copied"));case 2:case"end":return e.stop()}}),e)})))),children:[$t("div",{className:"vm-preview-icons-item__svg",children:a()}),$t("div",{className:"vm-preview-icons-item__name",children:"<".concat(i,"/>")})]},i)}))})},Rd=function(e){return e.copy="Copy",e.copied="Copied",e}(Rd||{}),Bd=function(e){var t=e.code,n=v((0,r.useState)(Rd.copy),2),i=n[0],a=n[1];return(0,r.useEffect)((function(){var e=null;return i===Rd.copied&&(e=setTimeout((function(){return a(Rd.copy)}),1e3)),function(){e&&clearTimeout(e)}}),[i]),$t("code",{className:"vm-code-example",children:[t,$t("div",{className:"vm-code-example__copy",children:$t(vi,{title:i,children:$t(ui,{size:"small",variant:"text",onClick:function(){navigator.clipboard.writeText(t),a(Rd.copied)},startIcon:$t(hr,{})})})})]})},Ld=function(){return $t("a",{className:"vm-link vm-link_colored",href:"https://docs.victoriametrics.com/MetricsQL.html",target:"_blank",rel:"help noreferrer",children:"MetricsQL"})},zd=function(){return $t("a",{className:"vm-link vm-link_colored",href:"https://grafana.com/grafana/dashboards/1860-node-exporter-full/",target:"_blank",rel:"help noreferrer",children:"Node Exporter Full"})},jd=function(){return $t("section",{className:"vm-with-template-tutorial",children:[$t("h2",{className:"vm-with-template-tutorial__title",children:["Tutorial for WITH expressions in ",$t(Ld,{})]}),$t("div",{className:"vm-with-template-tutorial-section",children:[$t("p",{className:"vm-with-template-tutorial-section__text",children:["Let's look at the following real query from ",$t(zd,{})," dashboard:"]}),$t(Bd,{code:'(\n (\n node_memory_MemTotal_bytes{instance=~"$node:$port", job=~"$job"}\n -\n node_memory_MemFree_bytes{instance=~"$node:$port", job=~"$job"}\n )\n /\n node_memory_MemTotal_bytes{instance=~"$node:$port", job=~"$job"}\n) * 100'}),$t("p",{className:"vm-with-template-tutorial-section__text",children:"It is clear the query calculates the percentage of used memory for the given $node, $port and $job. Isn't it? :)"})]}),$t("div",{className:"vm-with-template-tutorial-section",children:[$t("p",{className:"vm-with-template-tutorial-section__text",children:"What's wrong with this query? Copy-pasted label filters for distinct timeseries which makes it easy to mistype these filters during modification. Let's simplify the query with WITH expressions:"}),$t(Bd,{code:'WITH (\n commonFilters = {instance=~"$node:$port",job=~"$job"}\n)\n(\n node_memory_MemTotal_bytes{commonFilters}\n -\n node_memory_MemFree_bytes{commonFilters}\n)\n /\nnode_memory_MemTotal_bytes{commonFilters} * 100'})]}),$t("div",{className:"vm-with-template-tutorial-section",children:[$t("p",{className:"vm-with-template-tutorial-section__text",children:["Now label filters are located in a single place instead of three distinct places. The query mentions node_memory_MemTotal_bytes metric twice and ","{commonFilters}"," three times. WITH expressions may improve this:"]}),$t(Bd,{code:'WITH (\n my_resource_utilization(free, limit, filters) = (limit{filters} - free{filters}) / limit{filters} * 100\n)\nmy_resource_utilization(\n node_memory_MemFree_bytes,\n node_memory_MemTotal_bytes,\n {instance=~"$node:$port",job=~"$job"},\n)'}),$t("p",{className:"vm-with-template-tutorial-section__text",children:"Now the template function my_resource_utilization() may be used for monitoring arbitrary resources - memory, CPU, network, storage, you name it."})]}),$t("div",{className:"vm-with-template-tutorial-section",children:[$t("p",{className:"vm-with-template-tutorial-section__text",children:["Let's take another nice query from ",$t(zd,{})," dashboard:"]}),$t(Bd,{code:'(\n (\n (\n count(\n count(node_cpu_seconds_total{instance=~"$node:$port",job=~"$job"}) by (cpu)\n )\n )\n -\n avg(\n sum by (mode) (rate(node_cpu_seconds_total{mode=\'idle\',instance=~"$node:$port",job=~"$job"}[5m]))\n )\n )\n *\n 100\n)\n /\ncount(\n count(node_cpu_seconds_total{instance=~"$node:$port",job=~"$job"}) by (cpu)\n)'}),$t("p",{className:"vm-with-template-tutorial-section__text",children:"Do you understand what does this mess do? Is it manageable? :) WITH expressions are happy to help in a few iterations."})]}),$t("div",{className:"vm-with-template-tutorial-section",children:[$t("p",{className:"vm-with-template-tutorial-section__text",children:"1. Extract common filters used in multiple places into a commonFilters variable:"}),$t(Bd,{code:'WITH (\n commonFilters = {instance=~"$node:$port",job=~"$job"}\n)\n(\n (\n (\n count(\n count(node_cpu_seconds_total{commonFilters}) by (cpu)\n )\n )\n -\n avg(\n sum by (mode) (rate(node_cpu_seconds_total{mode=\'idle\',commonFilters}[5m]))\n )\n )\n *\n 100\n)\n /\ncount(\n count(node_cpu_seconds_total{commonFilters}) by (cpu)\n)'})]}),$t("div",{className:"vm-with-template-tutorial-section",children:[$t("p",{className:"vm-with-template-tutorial-section__text",children:'2. Extract "count(count(...) by (cpu))" into cpuCount variable:'}),$t(Bd,{code:'WITH (\n commonFilters = {instance=~"$node:$port",job=~"$job"},\n cpuCount = count(count(node_cpu_seconds_total{commonFilters}) by (cpu))\n)\n(\n (\n cpuCount\n -\n avg(\n sum by (mode) (rate(node_cpu_seconds_total{mode=\'idle\',commonFilters}[5m]))\n )\n )\n *\n 100\n) / cpuCount'})]}),$t("div",{className:"vm-with-template-tutorial-section",children:[$t("p",{className:"vm-with-template-tutorial-section__text",children:"3. Extract rate(...) part into cpuIdle variable, since it is clear now that this part calculates the number of idle CPUs:"}),$t(Bd,{code:'WITH (\n commonFilters = {instance=~"$node:$port",job=~"$job"},\n cpuCount = count(count(node_cpu_seconds_total{commonFilters}) by (cpu)),\n cpuIdle = sum(rate(node_cpu_seconds_total{mode=\'idle\',commonFilters}[5m]))\n)\n((cpuCount - cpuIdle) * 100) / cpuCount'})]}),$t("div",{className:"vm-with-template-tutorial-section",children:[$t("p",{className:"vm-with-template-tutorial-section__text",children:["4. Put node_cpu_seconds_total","{commonFilters}"," into its own varialbe with the name cpuSeconds:"]}),$t(Bd,{code:'WITH (\n cpuSeconds = node_cpu_seconds_total{instance=~"$node:$port",job=~"$job"},\n cpuCount = count(count(cpuSeconds) by (cpu)),\n cpuIdle = sum(rate(cpuSeconds{mode=\'idle\'}[5m]))\n)\n((cpuCount - cpuIdle) * 100) / cpuCount'}),$t("p",{className:"vm-with-template-tutorial-section__text",children:"Now the query became more clear comparing to the initial query."})]}),$t("div",{className:"vm-with-template-tutorial-section",children:[$t("p",{className:"vm-with-template-tutorial-section__text",children:"WITH expressions may be nested and may be put anywhere. Try expanding the following query:"}),$t(Bd,{code:"WITH (\n f(a, b) = WITH (\n f1(x) = b-x,\n f2(x) = x+x\n ) f1(a)*f2(b)\n) f(foo, with(x=bar) x)"})]})]})},Hd=function(e,t){return"".concat(e,"/expand-with-exprs?query=").concat(encodeURIComponent(t),"&format=json")},$d=function(){var e=v(ot(),1)[0],t=function(){var e=Ut().serverUrl,t=v(ot(),2),n=t[0],i=t[1],a=v((0,r.useState)(""),2),o=a[0],l=a[1],u=v((0,r.useState)(!1),2),c=u[0],s=u[1],f=v((0,r.useState)(),2),d=f[0],h=f[1],m=function(){var t=Ti(Mi().mark((function t(r){var a,o,u;return Mi().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n.set("expr",r),i(n),a=Hd(e,r),s(!0),t.prev=4,t.next=7,fetch(a);case 7:return o=t.sent,t.next=10,o.json();case 10:u=t.sent,l((null===u||void 0===u?void 0:u.expr)||""),h(String(u.error||"")),t.next=18;break;case 15:t.prev=15,t.t0=t.catch(4),t.t0 instanceof Error&&"AbortError"!==t.t0.name&&h("".concat(t.t0.name,": ").concat(t.t0.message));case 18:s(!1);case 19:case"end":return t.stop()}}),t,null,[[4,15]])})));return function(e){return t.apply(this,arguments)}}();return{data:o,error:d,loading:c,expand:m}}(),n=t.data,i=t.loading,a=t.error,o=t.expand,l=v((0,r.useState)(e.get("expr")||""),2),u=l[0],c=l[1],s=function(){o(u)};return(0,r.useEffect)((function(){u&&o(u)}),[]),$t("section",{className:"vm-with-template",children:[i&&$t(ws,{}),$t("div",{className:"vm-with-template-body vm-block",children:[$t("div",{className:"vm-with-template-body__expr",children:$t(zi,{type:"textarea",label:"MetricsQL query with optional WITH expressions",value:u,error:a,autofocus:!0,onEnter:s,onChange:function(e){c(e)}})}),$t("div",{className:"vm-with-template-body__result",children:$t(zi,{type:"textarea",label:"MetricsQL query after expanding WITH expressions and applying other optimizations",value:n,disabled:!0})}),$t("div",{className:"vm-with-template-body-top",children:$t(ui,{variant:"contained",onClick:s,startIcon:$t(nr,{}),children:"Expand"})})]}),$t("div",{className:"vm-block",children:$t(jd,{})})]})},Yd=function(e,t,n){var r=["format=json","relabel_configs=".concat(encodeURIComponent(t)),"metric=".concat(encodeURIComponent(n))];return"".concat(e,"/metric-relabel-debug?").concat(r.join("&"))},Ud='- if: \'{bar_label=~"b.*"}\'\n source_labels: [foo_label, bar_label]\n separator: "_"\n target_label: foobar\n- action: labeldrop\n regex: "foo_.*"\n- target_label: job\n replacement: "my-application-2"',Vd='{__name__="my_metric", bar_label="bar", foo_label="foo", job="my-application", instance="192.168.0.1"}',qd=function(){var e=v(ot(),2),t=e[0],n=e[1],i=function(){var e=Ut().serverUrl,t=v((0,r.useState)(null),2),n=t[0],i=t[1],a=v((0,r.useState)(!1),2),o=a[0],l=a[1],u=v((0,r.useState)(),2),c=u[0],s=u[1],f=function(){var t=Ti(Mi().mark((function t(n,r){var a,o,u;return Mi().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=Yd(e,n,r),l(!0),t.prev=2,t.next=5,fetch(a);case 5:return o=t.sent,t.next=8,o.json();case 8:u=t.sent,i(u.error?null:u),s(String(u.error||"")),t.next=16;break;case 13:t.prev=13,t.t0=t.catch(2),t.t0 instanceof Error&&"AbortError"!==t.t0.name&&s("".concat(t.t0.name,": ").concat(t.t0.message));case 16:l(!1);case 17:case"end":return t.stop()}}),t,null,[[2,13]])})));return function(e,n){return t.apply(this,arguments)}}();return{data:n,error:c,loading:o,fetchData:f}}(),a=i.data,o=i.loading,l=i.error,u=i.fetchData,c=v(Vf("","config"),2),s=c[0],f=c[1],d=v(Vf("","labels"),2),h=d[0],m=d[1],p=(0,r.useCallback)((function(){u(s,h),t.set("config",s),t.set("labels",h),n(t)}),[s,h]);return(0,r.useEffect)((function(){var e=t.get("config")||"",n=t.get("labels")||"";(n||e)&&(u(e,n),f(e),m(n))}),[]),$t("section",{className:"vm-relabeling",children:[o&&$t(ws,{}),$t("div",{className:"vm-relabeling-header vm-block",children:[$t("div",{className:"vm-relabeling-header-configs",children:$t(zi,{type:"textarea",label:"Relabel configs",value:s,autofocus:!0,onChange:function(e){f(e||"")},onEnter:p})}),$t("div",{className:"vm-relabeling-header__labels",children:$t(zi,{type:"textarea",label:"Labels",value:h,onChange:function(e){m(e||"")},onEnter:p})}),$t("div",{className:"vm-relabeling-header-bottom",children:[$t("a",{className:"vm-link vm-link_with-icon",target:"_blank",href:"https://docs.victoriametrics.com/relabeling.html",rel:"help noreferrer",children:[$t(Vn,{}),"Relabeling cookbook"]}),$t("a",{className:"vm-link vm-link_with-icon",target:"_blank",href:"https://docs.victoriametrics.com/vmagent.html#relabeling",rel:"help noreferrer",children:[$t(vr,{}),"Documentation"]}),$t(ui,{variant:"text",onClick:function(){var e=Ud,r=Vd;f(e),m(r),u(e,r),t.set("config",e),t.set("labels",r),n(t)},children:"Try example"}),$t(ui,{variant:"contained",onClick:p,startIcon:$t(nr,{}),children:"Submit"})]})]}),l&&$t(Xr,{variant:"error",children:l}),a&&$t("div",{className:"vm-relabeling-steps vm-block",children:[a.originalLabels&&$t("div",{className:"vm-relabeling-steps-item",children:$t("div",{className:"vm-relabeling-steps-item__row",children:[$t("span",{children:"Original labels:"}),$t("code",{dangerouslySetInnerHTML:{__html:a.originalLabels}})]})}),a.steps.map((function(e,t){return $t("div",{className:"vm-relabeling-steps-item",children:[$t("div",{className:"vm-relabeling-steps-item__row",children:[$t("span",{children:"Step:"}),t+1]}),$t("div",{className:"vm-relabeling-steps-item__row",children:[$t("span",{children:"Relabeling Rule:"}),$t("code",{children:$t("pre",{children:e.rule})})]}),$t("div",{className:"vm-relabeling-steps-item__row",children:[$t("span",{children:"Input Labels:"}),$t("code",{children:$t("pre",{dangerouslySetInnerHTML:{__html:e.inLabels}})})]}),$t("div",{className:"vm-relabeling-steps-item__row",children:[$t("span",{children:"Output labels:"}),$t("code",{children:$t("pre",{dangerouslySetInnerHTML:{__html:e.outLabels}})})]})]},t)})),a.resultingLabels&&$t("div",{className:"vm-relabeling-steps-item",children:$t("div",{className:"vm-relabeling-steps-item__row",children:[$t("span",{children:"Resulting labels:"}),$t("code",{dangerouslySetInnerHTML:{__html:a.resultingLabels}})]})})]})]})},Wd=[10,25,50,100,250,500,1e3],Zd=function(e){var t=e.limit,n=e.tooltip,i=e.onChange,a=Gr().isMobile,o=n||"Rows per page",l=(0,r.useRef)(null),u=ci(!1),c=u.value,s=u.toggle,f=u.setFalse,d=function(e){return function(){i(e),f()}};return $t(jt.HY,{children:[$t(vi,{title:o,children:$t("div",{ref:l,children:$t(ui,{variant:"text",endIcon:$t(Gn,{}),onClick:s,children:t})})}),$t(si,{open:c,onClose:f,placement:"bottom-right",buttonRef:l,children:$t("div",{className:"vm-select-limits",children:Wd.map((function(e){return $t("div",{className:Cr()({"vm-list-item":!0,"vm-list-item_mobile":a,"vm-list-item_active":e===t}),onClick:d(e),children:e},e)}))})})]})},Qd=function(e){var t=e.rows,n=e.columns,i=e.defaultOrderBy,a=e.copyToClipboard,o=e.paginationOffset,l=v((0,r.useState)(i),2),u=l[0],c=l[1],s=v((0,r.useState)("desc"),2),f=s[0],d=s[1],h=v((0,r.useState)(null),2),m=h[0],p=h[1],g=(0,r.useMemo)((function(){var e=o.startIndex,n=o.endIndex;return Kf(t,Qf(f,u)).slice(e,n)}),[t,u,f,o]),y=function(e,t){return Ti(Mi().mark((function n(){return Mi().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:if(m!==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:p(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!==m){var e=setTimeout((function(){return p(null)}),2e3);return function(){return clearTimeout(e)}}}),[m]),$t("table",{className:"vm-table",children:[$t("thead",{className:"vm-table-header",children:$t("tr",{className:"vm-table__row vm-table__row_header",children:[n.map((function(e){return $t("th",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:(t=e.key,function(){d((function(e){return"asc"===e&&u===t?"desc":"asc"})),c(t)}),children:$t("div",{className:"vm-table-cell__content",children:[$t("div",{children:String(e.title||e.key)}),$t("div",{className:Cr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":u===e.key,"vm-table__sort-icon_desc":"desc"===f&&u===e.key}),children:$t(Gn,{})})]})},String(e.key));var t})),a&&$t("th",{className:"vm-table-cell vm-table-cell_header"})]})}),$t("tbody",{className:"vm-table-body",children:g.map((function(e,t){return $t("tr",{className:"vm-table__row",children:[n.map((function(t){return $t("td",{className:Cr()(ut({"vm-table-cell":!0},"".concat(t.className),t.className)),children:e[t.key]||"-"},String(t.key))})),a&&$t("td",{className:"vm-table-cell vm-table-cell_right",children:e[a]&&$t("div",{className:"vm-table-cell__content",children:$t(vi,{title:m===t?"Copied":"Copy row",children:$t(ui,{variant:"text",color:m===t?"success":"gray",size:"small",startIcon:$t(m===t?sr:hr,{}),onClick:y(e[a],t)})})})})]},t)}))})]})},Kd=function(e){var t=e.page,n=e.length,r=e.limit,i=e.onChange,a=Gr().isMobile,o=function(e){return function(){i(+t+e),window.scrollTo(0,0)}};return $t("div",{className:Cr()({"vm-pagination":!0,"vm-pagination_mobile":a}),children:[t>1&&$t(ui,{variant:"text",onClick:o(-1),startIcon:$t("div",{className:"vm-pagination__icon vm-pagination__icon_prev",children:$t(Kn,{})}),children:"Previous"}),n>=r&&$t(ui,{variant:"text",onClick:o(1),endIcon:$t("div",{className:"vm-pagination__icon vm-pagination__icon_next",children:$t(Kn,{})}),children:"Next"})]})},Gd=function(e){var t=e.logs,n=e.limitRows,i=e.displayColumns,a=e.tableCompact,o=e.columns,l=oa().setSearchParamsFromKeys,u=v(Vf(1,"page"),2),c=u[0],s=u[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]),h=(0,r.useMemo)((function(){return a?[{key:"data",title:"Data",className:f("data")}]:o.map((function(e){return{key:e,title:e,className:f(e)}}))}),[a,o]),m=(0,r.useMemo)((function(){return null===i||void 0===i||!i.length||a?h:h.filter((function(e){return i.includes(e.key)}))}),[h,i,a]);return $t(jt.HY,{children:[$t(Qd,{rows:t,columns:m,defaultOrderBy:"time",copyToClipboard:"data",paginationOffset:d}),$t(Kd,{page:c,limit:+n,length:t.slice(d.startIndex,d.endIndex).length,onChange:function(e){s(e),l({page:e})}})]})},Jd=function(e){var t=e.logs,n=e.columns,i=(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=v(e,2),n=t[0],r=t[1];return{keys:n.split("|"),values:r}}))}(t,r)}),[t]);return $t("div",{className:"vm-explore-logs-body-content",children:i.map((function(e){return $t("div",{className:"vm-explore-logs-body-content-group",children:$t(ma,{defaultExpanded:!0,title:$t("div",{className:"vm-explore-logs-body-content-group-keys",children:[$t("span",{className:"vm-explore-logs-body-content-group-keys__title",children:"Group by:"}),e.keys.map((function(e){return $t("div",{className:"vm-explore-logs-body-content-group-keys__key",children:e},e)}))]}),children:$t("div",{className:"vm-explore-logs-body-content-group-rows",children:e.values.map((function(e){return $t("div",{className:"vm-explore-logs-body-content-group-rows-item",children:[$t("div",{className:"vm-explore-logs-body-content-group-rows-item__time",children:e.time}),$t("div",{className:"vm-explore-logs-body-content-group-rows-item__msg",children:e._msg})]},"".concat(e._msg).concat(e._time))}))})})},e.keys.join(""))}))})},Xd=function(e){return e.group="group",e.table="table",e.json="json",e}(Xd||{}),eh=[{label:"Group",value:Xd.group,icon:$t(kr,{})},{label:"Table",value:Xd.table,icon:$t(ar,{})},{label:"JSON",value:Xd.json,icon:$t(or,{})}],th=function(e){var t=e.data,n=Gr().isMobile,i=Fn().timezone,o=oa().setSearchParamsFromKeys,l=v(Vf(Mt("LOGS_LIMIT")||50,"limit"),2),u=l[0],c=l[1],s=v(Vf(Xd.group,"view"),2),f=s[0],d=s[1],h=v((0,r.useState)([]),2),m=h[0],p=h[1],y=ci(!1),_=y.value,b=y.toggle,D=(0,r.useMemo)((function(){return t.map((function(e){return st({time:a()(e._time).tz().format("MMM DD, YYYY \nHH:mm:ss.SSS"),data:JSON.stringify(e,null,2)},e)}))}),[t,i]),w=(0,r.useMemo)((function(){if(null===D||void 0===D||!D.length)return[];var e,t=["data","_time"],n=new Set,r=g(D);try{for(r.s();!(e=r.n()).done;){var i=e.value;for(var a in i)n.add(a)}}catch(o){r.e(o)}finally{r.f()}return Array.from(n).filter((function(e){return!t.includes(e)}))}),[D]);return $t("div",{className:Cr()({"vm-explore-logs-body":!0,"vm-block":!0,"vm-block_mobile":n}),children:[$t("div",{className:Cr()({"vm-explore-logs-body-header":!0,"vm-section-header":!0,"vm-explore-logs-body-header_mobile":n}),children:[$t("div",{className:"vm-section-header__tabs",children:$t(Or,{activeItem:String(f),items:eh,onChange:function(e){d(e),o({view:e})}})}),f===Xd.table&&$t("div",{className:"vm-explore-logs-body-header__settings",children:[$t(Zd,{limit:+u,onChange:function(e){c(e),o({limit:e}),Nt("LOGS_LIMIT","".concat(e))}}),$t(Ns,{columns:w,defaultColumns:m,onChangeColumns:p,tableCompact:_,toggleTableCompact:b})]})]}),$t("div",{className:Cr()({"vm-explore-logs-body__table":!0,"vm-explore-logs-body__table_mobile":n}),children:!!t.length&&$t(jt.HY,{children:[f===Xd.table&&$t(Gd,{logs:D,limitRows:+u,displayColumns:m,tableCompact:_,columns:w}),f===Xd.group&&$t(Jd,{logs:D,columns:w}),f===Xd.json&&$t(ys,{data:t})]})})]})},nh=1e3,rh=function(e){var t=e.query,n=e.onChange,r=e.onRun,i=Gr().isMobile;return $t("div",{className:Cr()({"vm-explore-logs-header":!0,"vm-block":!0,"vm-block_mobile":i}),children:[$t("div",{className:"vm-explore-logs-header__input",children:$t(as,{value:t,autocomplete:!1,options:[],onArrowUp:function(){return null},onArrowDown:function(){return null},onEnter:r,onChange:n,label:"Log query"})}),$t("div",{className:"vm-explore-logs-header-bottom",children:[$t("div",{className:"vm-explore-logs-header-bottom-helpful",children:[$t("a",{className:"vm-link vm-link_with-icon",target:"_blank",href:"https://docs.victoriametrics.com/VictoriaLogs/LogsQL.html",rel:"help noreferrer",children:[$t(Vn,{}),"Query language docs"]}),$t("a",{className:"vm-link vm-link_with-icon",target:"_blank",href:"https://docs.victoriametrics.com/VictoriaLogs/",rel:"help noreferrer",children:[$t(vr,{}),"Documentation"]})]}),$t("div",{className:"vm-explore-logs-header-bottom__execute",children:$t(ui,{startIcon:$t(nr,{}),onClick:r,fullWidth:!0,children:"Execute Query"})})]})]})},ih=function(){var e=Ut().serverUrl,t=oa().setSearchParamsFromKeys,n=v(Vf("","query"),2),i=n[0],a=n[1],o=Yi(i),l=function(e,t){var n=v((0,r.useState)([]),2),i=n[0],a=n[1],o=v((0,r.useState)(!1),2),l=o[0],u=o[1],c=v((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]),h=(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:i,isLoading:l,error:s,fetchLogs:(0,r.useCallback)(Ti(Mi().mark((function e(){var t,n,r,i,o,l,c,s,m,p;return Mi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return u(!0),f(void 0),e.prev=2,e.next=5,fetch(d,h);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),a([]),u(!1),e.abrupt("return");case 14:r=t.body.getReader(),i=new TextDecoder("utf-8"),o=[];case 17:if(!r){e.next=33;break}return e.next=20,r.read();case 20:if(l=e.sent,c=l.done,s=l.value,!c){e.next=25;break}return e.abrupt("break",33);case 25:if(m=i.decode(s,{stream:!0}).split("\n"),o.push.apply(o,_(m)),o.length>nh&&o.splice(0,o.length-nh),!(o.length>=nh)){e.next=31;break}return r.cancel(),e.abrupt("break",33);case 31:e.next=17;break;case 33:p=o.map((function(e){try{return JSON.parse(e)}catch(t){return""}})).filter((function(e){return e})),a(p),e.next=42;break;case 37:e.prev=37,e.t0=e.catch(2),console.error(e.t0),a([]),e.t0 instanceof Error&&f("".concat(e.t0.name,": ").concat(e.t0.message));case 42:u(!1);case 43:case"end":return e.stop()}}),e,null,[[2,37]])}))),[d,h])}}(e,i),u=l.logs,c=l.isLoading,s=l.error,f=l.fetchLogs,d=function(){f(),t(o&&i!==o?{query:i,page:1}:{query:i})};return(0,r.useEffect)((function(){i&&d()}),[]),$t("div",{className:"vm-explore-logs",children:[$t(rh,{query:i,onChange:a,onRun:d}),c&&$t(ws,{}),s&&$t(Xr,{variant:"error",children:s}),$t(th,{data:u})]})},ah=function(){var e=Gr().isMobile,t=Fn().timezone,n=function(){var e=Ut().serverUrl,t=v((0,r.useState)([]),2),n=t[0],i=t[1],o=v((0,r.useState)(a()().format(Qt)),2),l=o[0],u=o[1],c=v((0,r.useState)(!1),2),s=c[0],f=c[1],d=v((0,r.useState)(),2),h=d[0],m=d[1],p=(0,r.useMemo)((function(){return"".concat(e,"/api/v1/status/active_queries")}),[e]),g=function(){var e=Ti(Mi().mark((function e(){var t,n;return Mi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return f(!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,i(n.data),u(a()().format("HH:mm:ss:SSS")),t.ok?m(void 0):m("".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&&m("".concat(e.t0.name,": ").concat(e.t0.message));case 16:f(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();return(0,r.useEffect)((function(){g().catch(console.error)}),[p]),{data:n,lastUpdated:l,isLoading:s,error:h,fetchData:g}}(),i=n.data,o=n.lastUpdated,l=n.isLoading,u=n.error,c=n.fetchData,s=(0,r.useMemo)((function(){return i.map((function(e){var t=a()(e.start).tz().format(Zt),n=a()(e.end).tz().format(Zt);return{duration:e.duration,remote_addr:e.remote_addr,query:e.query,args:"".concat(t," to ").concat(n,", step=").concat(ln(e.step)),data:JSON.stringify(e,null,2)}}))}),[i,t]),f=(0,r.useMemo)((function(){if(null===s||void 0===s||!s.length)return[];var e=Object.keys(s[0]),t={remote_addr:"client address"},n=["data"];return e.filter((function(e){return!n.includes(e)})).map((function(e){return{key:e,title:t[e]||e}}))}),[s]),d=function(){var e=Ti(Mi().mark((function e(){return Mi().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:c().catch(console.error);case 1:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}();return $t("div",{className:"vm-active-queries",children:[l&&$t(ws,{}),$t("div",{className:"vm-active-queries-header",children:[!s.length&&!u&&$t(Xr,{variant:"info",children:"There are currently no active queries running"}),u&&$t(Xr,{variant:"error",children:u}),$t("div",{className:"vm-active-queries-header-controls",children:[$t(ui,{variant:"contained",onClick:d,startIcon:$t(Qn,{}),children:"Update"}),$t("div",{className:"vm-active-queries-header__update-msg",children:["Last updated: ",o]})]})]}),!!s.length&&$t("div",{className:Cr()({"vm-block":!0,"vm-block_mobile":e}),children:$t(Qd,{rows:s,columns:f,defaultOrderBy:"duration",copyToClipboard:"data",paginationOffset:{startIndex:0,endIndex:1/0}})})]})},oh=function(){var e=v((0,r.useState)(!1),2),t=e[0],n=e[1];return $t(jt.HY,{children:$t(Xe,{children:$t(ai,{children:$t(jt.HY,{children:[$t(vd,{onLoaded:n}),t&&$t(Ue,{children:$t($e,{path:"/",element:$t(wa,{}),children:[$t($e,{path:pt.home,element:$t(zs,{})}),$t($e,{path:pt.metrics,element:$t(Id,{})}),$t($e,{path:pt.cardinality,element:$t(od,{})}),$t($e,{path:pt.topQueries,element:$t(fd,{})}),$t($e,{path:pt.trace,element:$t(_d,{})}),$t($e,{path:pt.dashboards,element:$t(If,{})}),$t($e,{path:pt.withTemplate,element:$t($d,{})}),$t($e,{path:pt.relabel,element:$t(qd,{})}),$t($e,{path:pt.activeQueries,element:$t(ah,{})}),$t($e,{path:pt.icons,element:$t(Pd,{})}),$t($e,{path:pt.logs,element:$t(ih,{})})]})})]})})})})},lh=function(e){e&&n.e(522).then(n.bind(n,522)).then((function(t){var n=t.getCLS,r=t.getFID,i=t.getFCP,a=t.getLCP,o=t.getTTFB;n(e),r(e),i(e),a(e),o(e)}))},uh=document.getElementById("root");uh&&(0,r.render)($t(oh,{}),uh),lh()}()}();