mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
2 lines
No EOL
480 KiB
JavaScript
2 lines
No EOL
480 KiB
JavaScript
/*! For license information please see main.19e7f129.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%"),u=i("%Reflect.apply%",!0)||r.call(o,a),l=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=u(r,o,arguments);l&&c&&(l(t,"length").configurable&&c(t,"length",{value:1+s(0,e.length-(arguments.length-1))}));return t};var f=function(){return u(r,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 u in n)r.call(n,u)&&n[u]&&e.push(u)}}}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",u="day",l="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:l,d:u,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 w="$isDayjsObject",D=function(e){return e instanceof S||!(!e||!e[w])},k=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 u=t.name;b[u]=t,i=u}return!r&&i&&(_=i),i||!r&&_},x=function(e,t){if(D(e))return e.clone();var n="object"==typeof t?t:{};return n.date=e,n.args=arguments,new S(n)},C=y;C.l=k,C.i=D,C.w=function(e,t){return x(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var S=function(){function v(e){this.$L=k(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[w]=!0}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(C.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.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 C},g.isValid=function(){return!(this.$d.toString()===h)},g.isSame=function(e,t){var n=x(e);return this.startOf(t)<=n&&n<=this.endOf(t)},g.isAfter=function(e,t){return x(e)<this.startOf(t)},g.isBefore=function(e,t){return this.endOf(t)<x(e)},g.$g=function(e,t,n){return C.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=!!C.u(t)||t,s=C.p(e),h=function(e,t){var i=C.w(n.$u?Date.UTC(n.$y,t,e):new Date(n.$y,t,e),n);return r?i:i.endOf(u)},m=function(e,t){return C.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 l:var _=this.$locale().weekStart||0,b=(p<_?p+7:p)-_;return h(r?g-b:g+(6-b),v);case u: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,l=C.p(e),s="set"+(this.$u?"UTC":""),h=(n={},n[u]=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)[l],m=l===u?this.$D+(t-this.$W):t;if(l===c||l===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[C.p(e)]()},g.add=function(r,s){var d,h=this;r=Number(r);var m=C.p(s),p=function(e){var t=x(h);return C.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===u)return p(1);if(m===l)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 C.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=C.z(this),a=this.$H,o=this.$m,u=this.$M,l=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 C.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 C.s(t.$y,4,"0");case"M":return u+1;case"MM":return C.s(u+1,2,"0");case"MMM":return f(n.monthsShort,u,c,3);case"MMMM":return f(c,u);case"D":return t.$D;case"DD":return C.s(t.$D,2,"0");case"d":return String(t.$W);case"dd":return f(n.weekdaysMin,t.$W,l,2);case"ddd":return f(n.weekdaysShort,t.$W,l,3);case"dddd":return l[t.$W];case"H":return String(a);case"HH":return C.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 C.s(o,2,"0");case"s":return String(t.$s);case"ss":return C.s(t.$s,2,"0");case"SSS":return C.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=C.p(d),g=x(r),y=(g.utcOffset()-this.utcOffset())*t,_=this-g,b=function(){return C.m(p,g)};switch(v){case f:m=b()/12;break;case c:m=b();break;case s:m=b()/3;break;case l:m=(_-y)/6048e5;break;case u:m=(_-y)/864e5;break;case o:m=_/n;break;case a:m=_/t;break;case i:m=_/e;break;default:m=_}return h?m:C.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=k(e,t,!0);return r&&(n.$L=r),n},g.clone=function(){return C.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}(),E=S.prototype;return x.prototype=E,[["$ms",r],["$s",i],["$m",a],["$H",o],["$W",u],["$M",c],["$y",f],["$D",d]].forEach((function(e){E[e[1]]=function(t){return this.$g(t,e[0],e[1])}})),x.extend=function(e,t){return e.$i||(e(t,S,x),e.$i=!0),x},x.locale=k,x.isDayjs=D,x.unix=function(e){return x(1e3*e)},x.en=b[_],x.Ls=b,x.p={},x}()},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,u=31536e6,l=2628e6,c=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/,s={years:u,months:l,days: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/u),e%=u,this.$d.months=p(e/l),e%=l,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,o=Math.round(1e3*o)/1e3);var u=g(o,"S"),l=e.negative||t.negative||r.negative||i.negative||a.negative||u.negative,c=i.format||a.format||u.format?"T":"",s=(l?"-":"")+"P"+e.format+t.format+r.format+c+i.format+a.format+u.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],t||0},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)},u=function(t,n){for(var r=o(t,n),a=[],u=0;u<r.length;u+=1){var l=r[u],c=l.type,s=l.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},l=r.prototype;l.tz=function(e,t){void 0===e&&(e=a);var n=this.utcOffset(),r=this.toDate(),o=r.toLocaleString("en-US",{timeZone:e}),u=Math.round((r-new Date(o))/1e3/60),l=i(o,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(15*-Math.round(r.getTimezoneOffset()/15)-u,!0);if(t){var c=l.utcOffset();l=l.add(n-c,"minute")}return l.$x.$timezone=e,l},l.offsetName=function(e){var t=this.$x.$timezone||i.tz.guess(),n=o(this.valueOf(),t,{timeZoneName:e}).find((function(e){return"timezonename"===e.type.toLowerCase()}));return n&&n.value};var c=l.startOf;l.startOf=function(e,t){if(!this.$x||!this.$x.$timezone)return c.call(this,e,t);var n=i(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});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,l=u(+i(),o);if("string"!=typeof e)return i(e).tz(o);var c=function(e,t,n){var r=e-60*t*1e3,i=u(r,n);if(t===i)return[r,t];var a=u(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(),l,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 u=o.parse;o.parse=function(e){e.utc&&(this.$u=!0),this.$utils().u(e.$offset)||(this.$offset=e.$offset),u.call(this,e)};var l=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 l.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,u=this;if(i)return u.$offset=o,u.$u=0===r,u;if(0!==r){var l=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(u=this.local().add(o+l,e)).$offset=o,u.$x.$localOffset=l}else u=this.utc();return u};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=Object.prototype.toString,n=Math.max,r=function(e,t){for(var n=[],r=0;r<e.length;r+=1)n[r]=e[r];for(var i=0;i<t.length;i+=1)n[i+e.length]=t[i];return n};e.exports=function(e){var i=this;if("function"!==typeof i||"[object Function]"!==t.apply(i))throw new TypeError("Function.prototype.bind called on incompatible "+i);for(var a,o=function(e,t){for(var n=[],r=t||0,i=0;r<e.length;r+=1,i+=1)n[i]=e[r];return n}(arguments,1),u=n(0,i.length-o.length),l=[],c=0;c<u;c++)l[c]="$"+c;if(a=Function("binder","return function ("+function(e,t){for(var n="",r=0;r<e.length;r+=1)n+=e[r],r+1<e.length&&(n+=t);return n}(l,",")+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof a){var t=i.apply(this,r(o,arguments));return Object(t)===t?t:this}return i.apply(e,r(o,arguments))})),i.prototype){var s=function(){};s.prototype=i.prototype,a.prototype=new s,s.prototype=null}return a}},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,u=function(e){try{return a('"use strict"; return ('+e+").constructor;")()}catch(t){}},l=Object.getOwnPropertyDescriptor;if(l)try{l({},"")}catch(M){l=null}var c=function(){throw new o},s=l?function(){try{return c}catch(e){try{return l(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=u("async function () {}");else if("%GeneratorFunction%"===t)n=u("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=u("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var 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),w=n(838),D=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(w(_,r)&&(r="%"+(n=_[r])[0]+"%"),w(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),u=a.name,c=a.value,s=!1,f=a.alias;f&&(r=f[0],k(n,D([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),w(v,u="%"+(r+="."+m)+"%"))c=v[u];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(l&&d+1>=n.length){var y=l(c,m);c=(h=!!y)&&"get"in y&&!("originalValue"in y.get)?y.get:c[m]}else h=w(c,m),c=c[m];h&&!s&&(v[u]=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){"use strict";var t={}.hasOwnProperty,n=Function.prototype.call;e.exports=n.bind?n.bind(t):function(e,r){return n.call(t,e,r)}},936:function(e,t,n){var r=NaN,i="[object Symbol]",a=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,u=/^0b[01]+$/i,l=/^0o[0-7]+$/i,c=parseInt,s="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,f="object"==typeof self&&self&&self.Object===Object&&self,d=s||f||Function("return this")(),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=u.test(e);return n||l.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,u,l,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-l;return void 0===l||n>=t||n<0||f&&e-c>=a}function b(){var e=v();if(_(e))return w(e);u=setTimeout(b,function(e){var n=t-(e-l);return f?p(n,a-(e-c)):n}(e))}function w(e){return u=void 0,d&&r?h(e):(r=i=void 0,o)}function D(){var e=v(),n=_(e);if(r=arguments,i=this,l=e,n){if(void 0===u)return function(e){return c=e,u=setTimeout(b,t),s?h(e):o}(l);if(f)return u=setTimeout(b,t),h(l)}return void 0===u&&(u=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),D.cancel=function(){void 0!==u&&clearTimeout(u),c=0,r=l=i=u=void 0},D.flush=function(){return void 0===u?o:w(v())},D}},7:function(e,t,n){var r="__lodash_hash_undefined__",i=1/0,a="[object Function]",o="[object GeneratorFunction]",u="[object Symbol]",l=/\.|\[(?:[^[\]]*|(["'])(?:(?!\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__"],w=function(){var e=/[^.]+$/.exec(b&&b.keys&&b.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),D=y.toString,k=_.hasOwnProperty,x=_.toString,C=RegExp("^"+D.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 L(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 I(e,t){var n;t=function(e,t){if(V(e))return!1;var n=typeof e;if("number"==n||"symbol"==n||"boolean"==n||null==e||U(e))return!0;return c.test(e)||!l.test(e)||null!=t&&e in Object(t)}(t,e)?[t]:V(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 R(e){if(!Y(e)||(t=e,w&&w in t))return!1;var t,n=function(e){var t=Y(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 D.call(e)}catch(t){}try{return e+""}catch(t){}}return""}(e))}function B(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 R(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},L.prototype.clear=function(){this.__data__={hash:new T,map:new(A||O),string:new T}},L.prototype.delete=function(e){return B(this,e).delete(e)},L.prototype.get=function(e){return B(this,e).get(e)},L.prototype.has=function(e){return B(this,e).has(e)},L.prototype.set=function(e,t){return B(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(U(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||U(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||L),n}$.Cache=L;var V=Array.isArray;function Y(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function U(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&x.call(e)==u}e.exports=function(e,t,n){var r=null==e?void 0:I(e,t);return void 0===r?n:r}},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,u="function"===typeof Set&&Set.prototype,l=Object.getOwnPropertyDescriptor&&u?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,c=u&&l&&"function"===typeof l.get?l.get:null,s=u&&Set.prototype.forEach,f="function"===typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,d="function"===typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,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,w=String.prototype.toLowerCase,D=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 L(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||D.call(/e/,t))return t;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"===typeof e){var r=e<0?-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),I=P.custom,R=$(I)?I:null;function B(e,t,n){var r="double"===(n.quoteStyle||t)?'"':"'";return r+e+r}function z(e){return _.call(String(e),/"/g,""")}function j(e){return"[object Array]"===U(e)&&(!F||!("object"===typeof e&&F in e))}function H(e){return"[object RegExp]"===U(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,r,i,u){var l=r||{};if(Y(l,"quoteStyle")&&"single"!==l.quoteStyle&&"double"!==l.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Y(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 p=!Y(l,"customInspect")||l.customInspect;if("boolean"!==typeof p&&"symbol"!==p)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Y(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(Y(l,"numericSeparator")&&"boolean"!==typeof l.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var b=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 D=String(t);return b?L(t,D):D}if("bigint"===typeof t){var S=String(t)+"n";return b?L(t,S):S}var A="undefined"===typeof l.depth?5:l.depth;if("undefined"===typeof i&&(i=0),i>=A&&A>0&&"object"===typeof t)return j(t)?"[Array]":"[Object]";var I=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,i);if("undefined"===typeof u)u=[];else if(q(u,t)>=0)return"[Circular]";function V(t,n,r){if(n&&(u=C.call(u)).push(n),r){var a={depth:l.depth};return Y(l,"quoteStyle")&&(a.quoteStyle=l.quoteStyle),e(t,a,i+1,u)}return e(t,l,i+1,u)}if("function"===typeof t&&!H(t)){var Z=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),ee=X(t,V);return"[Function"+(Z?": "+Z:" (anonymous)")+"]"+(ee.length>0?" { "+x.call(ee,", ")+" }":"")}if($(t)){var te=M?_.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):N.call(t);return"object"!==typeof t||M?te:Q(te)}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 ne="<"+w.call(String(t.nodeName)),re=t.attributes||[],ie=0;ie<re.length;ie++)ne+=" "+re[ie].name+"="+B(z(re[ie].value),"double",l);return ne+=">",t.childNodes&&t.childNodes.length&&(ne+="..."),ne+="</"+w.call(String(t.nodeName))+">"}if(j(t)){if(0===t.length)return"[]";var ae=X(t,V);return I&&!function(e){for(var t=0;t<e.length;t++)if(q(e[t],"\n")>=0)return!1;return!0}(ae)?"["+J(ae,I)+"]":"[ "+x.call(ae,", ")+" ]"}if(function(e){return"[object Error]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t)){var oe=X(t,V);return"cause"in Error.prototype||!("cause"in t)||T.call(t,"cause")?0===oe.length?"["+String(t)+"]":"{ ["+String(t)+"] "+x.call(oe,", ")+" }":"{ ["+String(t)+"] "+x.call(k.call("[cause]: "+V(t.cause),oe),", ")+" }"}if("object"===typeof t&&p){if(R&&"function"===typeof t[R]&&P)return P(t,{depth:A-i});if("symbol"!==p&&"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(ne){return!0}return e instanceof Map}catch(t){}return!1}(t)){var ue=[];return o&&o.call(t,(function(e,n){ue.push(V(n,t,!0)+" => "+V(e,t))})),K("Map",a.call(t),ue,I)}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(V(e,t))})),K("Set",c.call(t),le,I)}if(function(e){if(!f||!e||"object"!==typeof e)return!1;try{f.call(e,f);try{d.call(e,d)}catch(ne){return!0}return e instanceof WeakMap}catch(t){}return!1}(t))return G("WeakMap");if(function(e){if(!d||!e||"object"!==typeof e)return!1;try{d.call(e,d);try{f.call(e,f)}catch(ne){return!0}return e instanceof WeakSet}catch(t){}return!1}(t))return G("WeakSet");if(function(e){if(!h||!e||"object"!==typeof e)return!1;try{return h.call(e),!0}catch(t){}return!1}(t))return G("WeakRef");if(function(e){return"[object Number]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t))return Q(V(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(V(E.call(t)));if(function(e){return"[object Boolean]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t))return Q(m.call(t));if(function(e){return"[object String]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t))return Q(V(String(t)));if(t===n.g)return"undefined"!==typeof window?"{ [object Window] }":"{ [object global] }";if(!function(e){return"[object Date]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t)&&!H(t)){var ce=X(t,V),se=O?O(t)===Object.prototype:t instanceof Object||t.constructor===Object,fe=t instanceof Object?"":"null prototype",de=!se&&F&&Object(t)===t&&F in t?y.call(U(t),8,-1):fe?"Object":"",he=(se||"function"!==typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(de||fe?"["+x.call(k.call([],de||[],fe||[]),": ")+"] ":"");return 0===ce.length?he+"{}":I?he+"{"+J(ce,I)+"}":he+"{ "+x.call(ce,", ")+" }"}return String(t)};var V=Object.prototype.hasOwnProperty||function(e){return e in this};function Y(e,t){return V.call(e,t)}function U(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 B(_.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 G(e){return e+" { ? }"}function K(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]=Y(e,i)?t(e[i],e):""}var a,o="function"===typeof A?A(e):[];if(M){a={};for(var u=0;u<o.length;u++)a["$"+o[u]]=o[u]}for(var l in e)Y(e,l)&&(n&&String(Number(l))===l&&l<e.length||M&&a["$"+l]instanceof Symbol||(D.call(/[^\w$]/,l)?r.push(t(l,e)+": "+t(e[l],e)):r.push(l+": "+t(e[l],e))));if("function"===typeof 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 U},Component:function(){return u.wA},Fragment:function(){return u.HY},PureComponent:function(){return z},StrictMode:function(){return Fe},Suspense:function(){return G},SuspenseList:function(){return X},__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:function(){return we},cloneElement:function(){return Se},createContext:function(){return u.kr},createElement:function(){return u.az},createFactory:function(){return ke},createPortal:function(){return re},createRef:function(){return u.Vf},default:function(){return Be},findDOMNode:function(){return Ae},flushSync:function(){return Me},forwardRef:function(){return V},hydrate:function(){return fe},isElement:function(){return Ie},isFragment:function(){return Ce},isValidElement:function(){return xe},lazy:function(){return J},memo:function(){return j},render:function(){return se},startTransition:function(){return Te},unmountComponentAtNode:function(){return Ee},unstable_batchedUpdates:function(){return Ne},useCallback:function(){return x},useContext:function(){return C},useDebugValue:function(){return S},useDeferredValue:function(){return Oe},useEffect:function(){return _},useErrorBoundary:function(){return E},useId:function(){return A},useImperativeHandle:function(){return D},useInsertionEffect:function(){return Pe},useLayoutEffect:function(){return b},useMemo:function(){return k},useReducer:function(){return y},useRef:function(){return w},useState:function(){return g},useSyncExternalStore:function(){return Re},useTransition:function(){return Le},version:function(){return De}});var r,i,a,o,u=n(856),l=0,c=[],s=[],f=u.YM.__b,d=u.YM.__r,h=u.YM.diffed,m=u.YM.__c,p=u.YM.unmount;function v(e,t){u.YM.__h&&u.YM.__h(i,e,l||t),l=0;var n=i.__H||(i.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({__V:s}),n.__[e]}function g(e){return l=1,y(P,e)}function y(e,t,n){var 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!u||u.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)&&(!u||u.call(this,e,t,n))};i.u=!0;var u=i.shouldComponentUpdate,l=i.componentWillUpdate;i.componentWillUpdate=function(e,t,n){if(this.__e){var r=u;u=void 0,o(e,t,n),u=r}l&&l.call(this,e,t,n)},i.shouldComponentUpdate=o}return a.__N||a.__}function _(e,t){var n=v(r++,3);!u.YM.__s&&L(n.__H,t)&&(n.__=e,n.i=t,i.__H.__h.push(n))}function b(e,t){var n=v(r++,4);!u.YM.__s&&L(n.__H,t)&&(n.__=e,n.i=t,i.__h.push(n))}function w(e){return l=5,k((function(){return{current:e}}),[])}function D(e,t,n){l=6,b((function(){return"function"==typeof e?(e(t()),function(){return e(null)}):e?(e.current=t(),function(){return e.current=null}):void 0}),null==n?n:n.concat(e))}function k(e,t){var n=v(r++,7);return L(n.__H,t)?(n.__V=e(),n.i=t,n.__h=e,n.__V):n.__}function x(e,t){return l=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){u.YM.useDebugValue&&u.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=[],u.YM.__e(i,e.__v)}}u.YM.__b=function(e){i=null,f&&f(e)},u.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},u.YM.diffed=function(e){h&&h(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==c.push(t)&&o===u.YM.requestAnimationFrame||((o=u.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},u.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=[],u.YM.__e(a,e.__v)}})),m&&m(e,t)},u.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&&u.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 L(e,t){return!e||e.length!==t.length||t.some((function(t,n){return t!==e[n]}))}function P(e,t){return"function"==typeof t?t(e):t}function I(e,t){for(var n in t)e[n]=t[n];return e}function R(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var r in t)if("__source"!==r&&e[r]!==t[r])return!0;return!1}function B(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:R(this.props,e)}function r(t){return this.shouldComponentUpdate=n,(0,u.az)(e,t)}return r.displayName="Memo("+(e.displayName||e.name)+")",r.prototype.isReactComponent=!0,r.__f=!0,r}(z.prototype=new u.wA).isPureReactComponent=!0,z.prototype.shouldComponentUpdate=function(e,t){return R(this.props,e)||R(this.state,t)};var H=u.YM.__b;u.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 V(e){function t(t){var n=I({},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 Y=function(e,t){return null==e?null:(0,u.bR)((0,u.bR)(e).map(t))},U={map:Y,forEach:Y,count:function(e){return e?(0,u.bR)(e).length:0},only:function(e){var t=(0,u.bR)(e);if(1!==t.length)throw"Children.only";return t[0]},toArray:u.bR},q=u.YM.__e;u.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=u.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=I({},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&&n&&(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 G(){this.__u=0,this.t=null,this.__b=null}function K(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function J(e){var t,n,r;function 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,u.az)(n,i)}return i.displayName="Lazy",i.__f=!0,i}function X(){this.u=null,this.o=null}u.YM.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&!0===e.__h&&(e.type=null),W&&W(e)},(G.prototype=new u.wA).__c=function(e,t){var n=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(n);var i=K(r.__v),a=!1,o=function(){a||(a=!0,n.__R=null,i?i(u):u())};n.__R=o;var u=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()}},l=!0===t.__h;r.__u++||l||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(o,o)},G.prototype.componentWillUnmount=function(){this.t=[]},G.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,u.az)(u.HY,null,e.fallback);return i&&(i.__h=null),[(0,u.az)(u.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,u.sY)(null,t.l),t.l=null,t.i=null},t.i&&t.i!==n&&t.componentWillUnmount(),t.l||(t.i=n,t.l={nodeType:1,parentNode:n,childNodes:[],appendChild:function(e){this.childNodes.push(e),t.i.appendChild(e)},insertBefore:function(e,n){this.childNodes.push(e),t.i.appendChild(e)},removeChild:function(e){this.childNodes.splice(this.childNodes.indexOf(e)>>>1,1),t.i.removeChild(e)}}),(0,u.sY)((0,u.az)(te,{context:t.context},e.__v),t.l)}function re(e,t){var n=(0,u.az)(ne,{__v:e,i:t});return n.containerInfo=t,n}(X.prototype=new u.wA).__a=function(e){var t=this,n=K(t.__v),r=t.o.get(e);return r[0]++,function(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,u.bR)(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},X.prototype.componentDidUpdate=X.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){ee(e,n,t)}))};var 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)/,ue=/[A-Z0-9]/g,le="undefined"!=typeof document,ce=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(e)};function se(e,t,n){return null==t.__k&&(t.textContent=""),(0,u.sY)(e,t),"function"==typeof n&&n(),e?e.__c:null}function fe(e,t,n){return(0,u.ZB)(e,t),"function"==typeof n&&n(),e?e.__c:null}u.wA.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(u.wA.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var de=u.YM.event;function he(){}function me(){return this.cancelBubble}function pe(){return this.defaultPrevented}u.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=u.YM.vnode;u.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||le&&"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(ue,"-$&").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,u.bR)(t.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),"select"==n&&null!=r.defaultValue&&(r.value=(0,u.bR)(t.children).forEach((function(e){e.props.selected=r.multiple?-1!=r.defaultValue.indexOf(e.props.value):r.defaultValue==e.props.value}))),t.class&&!t.className?(r.class=t.class,Object.defineProperty(r,"className",ge)):(t.className&&!t.class||t.class&&t.className)&&(r.class=r.className=t.className),e.props=r}(e),e.$$typeof=ie,ye&&ye(e)};var _e=u.YM.__r;u.YM.__r=function(e){_e&&_e(e),ve=e.__c};var be=u.YM.diffed;u.YM.diffed=function(e){be&&be(e);var t=e.props,n=e.__e;null!=n&&"textarea"===e.type&&"value"in t&&t.value!==n.value&&(n.value=null==t.value?"":t.value),ve=null};var we={ReactCurrentDispatcher:{current:{readContext:function(e){return ve.__n[e.__c].props.value}}}},De="17.0.2";function ke(e){return u.az.bind(null,e)}function xe(e){return!!e&&e.$$typeof===ie}function Ce(e){return xe(e)&&e.type===u.HY}function Se(e){return xe(e)?u.Tm.apply(null,arguments):e}function Ee(e){return!!e.__k&&((0,u.sY)(null,e),!0)}function Ae(e){return e&&(e.base||1===e.nodeType&&e)||null}var Ne=function(e,t){return e(t)},Me=function(e,t){return e(t)},Fe=u.HY;function Te(e){e()}function Oe(e){return e}function Le(){return[!1,Te]}var Pe=b,Ie=xe;function Re(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,B(i.__,t())||a({h:i})}),[e,n,t]),_((function(){return B(i.__,i.v())||a({h:i}),e((function(){B(i.__,i.v())||a({h:i})}))}),[e]),n}var Be={useState:g,useId:A,useReducer:y,useEffect:_,useLayoutEffect:b,useInsertionEffect:Pe,useTransition:Le,useDeferredValue:Oe,useSyncExternalStore:Re,startTransition:Te,useRef:w,useImperativeHandle:D,useMemo:k,useCallback:x,useContext:C,useDebugValue:S,version:"17.0.2",Children:U,render:se,hydrate:fe,unmountComponentAtNode:Ee,createPortal:re,createElement:u.az,createContext:u.kr,createFactory:ke,cloneElement:Se,createRef:u.Vf,Fragment:u.HY,isValidElement:xe,isElement:Ie,isFragment:Ce,findDOMNode:Ae,Component:u.wA,PureComponent:z,memo:j,forwardRef:V,flushSync:Me,unstable_batchedUpdates:Ne,StrictMode:Fe,Suspense:G,SuspenseList:X,lazy:J,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:we}},856:function(e,t,n){"use strict";n.d(t,{HY:function(){return b},Tm:function(){return V},Vf:function(){return _},YM:function(){return i},ZB:function(){return $},az:function(){return g},bR:function(){return A},kr:function(){return Y},sY:function(){return H},wA:function(){return w}});var r,i,a,o,u,l,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,u={};for(o in t)"key"==o?i=t[o]:"ref"==o?a=t[o]:u[o]=t[o];if(arguments.length>2&&(u.children=arguments.length>3?r.call(arguments,2):n),"function"==typeof e&&null!=e.defaultProps)for(o in e.defaultProps)void 0===u[o]&&(u[o]=e.defaultProps[o]);return y(e,u,i,a,null)}function y(e,t,n,r,o){var u={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==o?++a:o};return null==o&&null!=i.vnode&&i.vnode(u),u}function _(){return{current:null}}function b(e){return e.children}function w(e,t){this.props=e,this.context=t}function D(e,t){if(null==t)return e.__?D(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.__d||n.__e;return"function"==typeof e.type?D(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++||u!==i.debounceRendering)&&((u=i.debounceRendering)||l)(C)}function C(){var e,t,n,r,i,a,u,l,s;for(o.sort(c);e=o.shift();)e.__d&&(t=o.length,r=void 0,i=void 0,a=void 0,l=(u=(n=e).__v).__e,(s=n.__P)&&(r=[],i=[],(a=p({},u)).__v=u.__v+1,P(s,u,a,n.__n,void 0!==s.ownerSVGElement,null!=u.__h?[l]:null,r,null==l?D(u):l,u.__h,i),I(r,u,i),u.__e!=l&&k(u)),o.length>t&&o.sort(c));C.__r=0}function S(e,t,n,r,i,a,o,u,l,c,s){var h,p,v,g,_,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===(x=M(g,A,k=h+S,T))?v=f:(v=A[x]||f,A[x]=void 0,T--),P(e,g,v,i,a,o,u,l,c,s),_=g.__e,(p=g.ref)&&v.ref!=p&&(v.ref&&B(v.ref,null,g),s.push(p,g.__c||_,g)),null!=_&&(null==w&&(w=_),(C=v===f||null===v.__v)?-1==x&&S--:x!==k&&(x===k+1?S++:x>k?T>O-k?S+=x-k:S--:S=x<k&&x==k-1?x-k:0),k=h+S,"function"!=typeof g.type||x===k&&v.__k!==g.__k?"function"==typeof g.type||x===k&&!C?void 0!==g.__d?(l=g.__d,g.__d=void 0):l=_.nextSibling:l=N(e,_,l):l=E(g,l,e),"function"==typeof n.type&&(n.__d=l))):(v=A[h])&&null==v.key&&v.__e&&(v.__e==l&&(v.__=r,l=D(v)),z(v,v,!1),A[h]=null);for(n.__e=w,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,u=n+1,l=t[n];if(null===l||l&&i==l.key&&a===l.type)return n;if(r>(null!=l?1:0))for(;o>=0||u<t.length;){if(o>=0){if((l=t[o])&&i==l.key&&a===l.type)return o;o--}if(u<t.length){if((l=t[u])&&i==l.key&&a===l.type)return u;u++}}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(/(PointerCapture)$|Capture$/,"$1")),t=t.toLowerCase()in e?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+a]=n,n?r?n.u=r.u:(n.u=Date.now(),e.addEventListener(t,a?L:O,a)):e.removeEventListener(t,a?L: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&&"role"!==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){var t=this.l[e.type+!1];if(e.t){if(e.t<=t.u)return}else e.t=Date.now();return t(i.event?i.event(e):e)}function L(e){return this.l[e.type+!0](i.event?i.event(e):e)}function P(e,t,n,r,a,o,u,l,c,s){var f,d,h,v,g,y,_,D,k,x,C,E,A,N,M,F=t.type;if(void 0!==t.constructor)return null;null!=n.__h&&(c=n.__h,l=t.__e=n.__e,t.__h=null,o=[l]),(f=i.__b)&&f(t);e:if("function"==typeof F)try{if(D=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(D,x):(t.__c=d=new w(D,x),d.constructor=F,d.render=j),k&&k.sub(d),d.props=D,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(D,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&&D!==v&&null!=d.componentWillReceiveProps&&d.componentWillReceiveProps(D,x),!d.__e&&(null!=d.shouldComponentUpdate&&!1===d.shouldComponentUpdate(D,d.__s,x)||t.__v===n.__v)){for(t.__v!==n.__v&&(d.props=D,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&&u.push(d);break e}null!=d.componentWillUpdate&&d.componentWillUpdate(D,d.__s,x),null!=d.componentDidUpdate&&d.__h.push((function(){d.componentDidUpdate(v,g,y)}))}if(d.context=x,d.props=D,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,u,l,c,s),d.base=t.__e,t.__h=null,d.__h.length&&u.push(d),_&&(d.__E=d.__=null)}catch(e){t.__v=null,(c||null!=o)&&(t.__e=l,t.__h=!!c,o[o.indexOf(l)]=null),i.__e(e,t,n)}else null==o&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=R(n.__e,t,n,r,a,o,u,c,s);(f=i.diffed)&&f(t)}function I(e,t,n){for(var r=0;r<n.length;r++)B(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 R(e,t,n,i,a,o,u,l,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,l=!1}if(null===y)p===g||l&&e.data===g||(e.data=g);else{if(o=o&&r.call(e.childNodes),d=(p=n.props||f).dangerouslySetInnerHTML,h=g.dangerouslySetInnerHTML,!l){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,l),h)t.__k=[];else if(S(e,m(_=t.props.children)?_:[_],t,n,i,a&&"foreignObject"!==y,o,u,o?o[0]:n.__k&&D(n,0),l,c),null!=o)for(_=o.length;_--;)null!=o[_]&&v(o[_]);l||("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 B(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||B(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,u,l;i.__&&i.__(e,t),o=(a="function"==typeof n)?null:n&&n.__k||t.__k,u=[],l=[],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,u,!a&&n?n:o?o.__e:t.firstChild,a,l),I(u,e,l)}function $(e,t){H(e,t,$)}function V(e,t,n){var i,a,o,u,l=p({},e.props);for(o in e.type&&e.type.defaultProps&&(u=e.type.defaultProps),t)"key"==o?i=t[o]:"ref"==o?a=t[o]:l[o]=void 0===t[o]&&void 0!==u?u[o]:t[o];return arguments.length>2&&(l.children=arguments.length>3?r.call(arguments,2):n),y(e.type,l,i||e.key,a||e.ref,null)}function Y(e,t){var n={__c:t="__cC"+s++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var n,r;return this.getChildContext||(n=[],(r={})[t]=this,this.getChildContext=function(){return r},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&n.some((function(e){e.__e=!0,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,w.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))},w.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),x(this))},w.prototype.render=b,o=[],l="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},u=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},l=function(e,t){return e&&"string"===typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},c=function(e,t,n,r){if(e){var a=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/g,u=n.depth>0&&/(\[[^[\]]*])/.exec(a),c=u?a.slice(0,u.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!==(u=o.exec(a))&&f<n.depth;){if(f+=1,!n.plainObjects&&i.call(Object.prototype,u[1].slice(1,-1))&&!n.allowPrototypes)return;s.push(u[1])}return u&&s.push("["+a.slice(u.index)+"]"),function(e,t,n,r){for(var i=r?t:l(t,n),a=e.length-1;a>=0;--a){var o,u=e[a];if("[]"===u&&n.parseArrays)o=[].concat(i);else{o=n.plainObjects?Object.create(null):{};var c="["===u.charAt(0)&&"]"===u.charAt(u.length-1)?u.slice(1,-1):u,s=parseInt(c,10);n.parseArrays||""!==c?!isNaN(s)&&u!==c&&String(s)===c&&s>=0&&n.parseArrays&&s<=n.arrayLimit?(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(l(g.slice(_+1),t),(function(e){return t.decoder(e,o.decoder,m,"value")}))),v&&t.interpretNumericEntities&&"iso-8859-1"===m&&(v=u(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,u={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},l=Array.isArray,c=Array.prototype.push,s=function(e,t){c.apply(e,l(t)?t:[t])},f=Date.prototype.toISOString,d=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,u,c,f,d,p,v,g,y,_,b,w,D){for(var k,x=t,C=D,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&&l(x)&&(x=i.maybeMap(x,(function(e){return e instanceof Date?g(e):e}))),null===x){if(u)return f&&!b?f(n,h.encoder,w,"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,w,"key",y))+"="+_(f(x,h.encoder,w,"value",y))]:[_(n)+"="+_(String(x))];var N,M=[];if("undefined"===typeof x)return M;if("comma"===a&&l(x))b&&f&&(x=i.maybeMap(x,f)),N=[{value:x.length>0?x.join(",")||null:void 0}];else if(l(d))N=d;else{var F=Object.keys(x);N=p?F.sort(p):F}for(var T=o&&l(x)&&1===x.length?n+"[]":n,O=0;O<N.length;++O){var L=N[O],P="object"===typeof L&&"undefined"!==typeof L.value?L.value:x[L];if(!c||null!==P){var I=l(x)?"function"===typeof a?a(T,L):T:T+(v?"."+L:"["+L+"]");D.set(t,S);var R=r();R.set(m,D),s(M,e(P,I,a,o,u,c,"comma"===a&&b&&l(x)?null:f,d,p,v,g,y,_,b,w,R))}}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||l(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):l(c.filter)&&(n=c.filter);var f,d=[];if("object"!==typeof i||null===i)return"";f=t&&t.arrayFormat in u?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var m=u[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),w=!0===c.addQueryPrefix?"?":"";return c.charsetSentinel&&("iso-8859-1"===c.charset?w+="utf8=%26%2310003%3B&":w+="utf8=%E2%9C%93&"),b.length>0?w+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}(),u=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},r=0;r<e.length;++r)"undefined"!==typeof e[r]&&(n[r]=e[r]);return n};e.exports={arrayToObject:u,assign:function(e,t){return Object.keys(t).reduce((function(e,n){return e[n]=t[n],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],r=0;r<t.length;++r)for(var i=t[r],o=i.obj[i.prop],u=Object.keys(o),l=0;l<u.length;++l){var c=u[l],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 u=e;if("symbol"===typeof e?u=Symbol.prototype.toString.call(e):"string"!==typeof e&&(u=String(e)),"iso-8859-1"===n)return escape(u).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var l="",c=0;c<u.length;++c){var s=u.charCodeAt(c);45===s||46===s||95===s||126===s||s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122||a===r.RFC1738&&(40===s||41===s)?l+=u.charAt(c):s<128?l+=o[s]:s<2048?l+=o[192|s>>6]+o[128|63&s]:s<55296||s>=57344?l+=o[224|s>>12]+o[128|s>>6&63]+o[128|63&s]:(c+=1,s=65536+((1023&s)<<10|1023&u.charCodeAt(c)),l+=o[240|s>>18]+o[128|s>>12&63]+o[128|s>>6&63]+o[128|63&s])}return l},isBuffer:function(e){return!(!e||"object"!==typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(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=u(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 u(e,t){e.prototype=Object.create(t.prototype),function(e,t){for(var n=Object.getOwnPropertyNames(t),r=0;r<n.length;r++){var 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 l(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var c=function(e,t,n,r,i,a,o,u){if(!e){var l;if(void 0===t)l=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[n,r,i,a,o,u],s=0;(l=new Error(t.replace(/%s/g,(function(){return c[s++]})))).name="Invariant Violation"}throw l.framesToPop=1,l}};function s(e,t,n){if("selectionStart"in e&&"selectionEnd"in e)e.selectionStart=t,e.selectionEnd=n;else{var r=e.createTextRange();r.collapse(!0),r.moveStart("character",t),r.moveEnd("character",n-t),r.select()}}var f={9:"[0-9]",a:"[A-Za-z]","*":"[A-Za-z0-9]"};function d(e,t,n){var r="",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 u=!1;return e.split("").forEach((function(e){u=!u&&"\\"===e||(u||!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,u=n.split(""),l=g(e,t);return!a&&r>t.length&&(t+=i.slice(t.length,r)),u.every((function(n){for(;s=n,h(e,c=r)&&s!==i[c];){if(r>=t.length&&(t+=i[r]),u=n,a&&h(e,r)&&u===a)return!0;if(++r>=i.length)return!1}var u,c,s;return!m(e,r,n)&&n!==a||(r<t.length?t=a||l||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 w(e){return e||0===e?e+"":""}function D(e,t,n,r,i){var a=e.mask,o=e.prefix,u=e.lastEditablePosition,l=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(""),u=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-u}(e,0,c=l.slice(i.start,n.end),d))?i.length:0:l.length<r.length&&(f=r.length-l.length),l=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)),l=function(e,t,n,r){var i=n+r,a=e.maskChar,o=e.mask,u=e.prefix,l=t.split("");if(a)return l.map((function(t,r){return r<n||i<=r?t:h(e,r)?o[r]:a})).join("");for(var c=i;c<l.length;c++)h(e,c)&&(l[c]="");return n=Math.max(u.length,n),l.splice(n,i-n),t=l.join(""),y(e,t)}(e,l,d,f)),l=_(e,l,c,d),(d+=s)>=a.length?d=a.length:d<o.length&&!s?d=o.length:d>=o.length&&d<u&&s&&(d=b(e,d)),c||(c=null),{value:l=y(e,l),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(l(l(n))),t="undefined"!=typeof window&&e instanceof window.Element;if(e&&!t)return null;if("INPUT"!==e.nodeName&&(e=e.querySelector("input")),!e)throw new Error("react-input-mask: inputComponent doesn't contain input node");return e},n.getInputValue=function(){var e=n.getInputDOMNode();return e?e.value:null},n.setInputValue=function(e){var t=n.getInputDOMNode();t&&(n.value=e,t.value=e)},n.setCursorToEnd=function(){var e=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=l(l(n)).beforePasteState,r=l(l(n)).previousSelection,i=n.props.beforeMaskedValueChange,a=n.getInputValue(),o=n.value,u=n.getSelection();n.isInputAutofilled(a,u,o,r)&&(o=y(n.maskOptions,""),r={start:0,end:0,length:0}),t&&(r=t.selection,o=t.value,u={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=D(n.maskOptions,a,u,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),u=y(n.maskOptions,o),l=v(n.maskOptions,u),c=b(n.maskOptions,l),s={start:c,end:c};if(k(t)){var f=t({value:u,selection:s},{value:n.value,selection:null},null,n.getBeforeMaskedValueChangeConfig());u=f.value,s=f.selection}var d=u!==n.getInputValue();d&&n.setInputValue(u),d&&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,u=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=w(h);if(n.maskOptions.mask&&(u||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=w(g),selection:null},null,n.getBeforeMaskedValueChangeConfig()).value}return n.value=m,n}u(t,e);var n=t.prototype;return n.componentDidMount=function(){this.mounted=!0,this.getInputDOMNode()&&(this.isWindowsPhoneBrowser=function(){var e=new RegExp("windows","i"),t=new RegExp("phone","i"),n=navigator.userAgent;return e.test(n)&&t.test(n)}(),this.maskOptions.mask&&this.getInputValue()!==this.value&&this.setInputValue(this.value))},n.componentDidUpdate=function(){var e=this.previousSelection,t=this.props,n=t.beforeMaskedValueChange,r=t.alwaysShowMask,i=t.mask,a=t.maskChar,o=t.formatChars,u=this.maskOptions,l=r||this.isFocused(),c=null!=this.props.value,s=c?w(this.props.value):this.value,f=e?e.start:null;if(this.maskOptions=d(i,a,o),this.maskOptions.mask){!u.mask&&this.isFocused()&&this.runSaveSelectionLoop();var h=this.maskOptions.mask&&this.maskOptions.mask!==u.mask;if(u.mask||c||(s=this.getInputValue()),(h||this.maskOptions.mask&&(s||l))&&(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)||l||c&&this.props.value||(s="");var _={start:f,end:f};if(k(n)){var D=n({value:s,selection:_},{value:this.value,selection:this.previousSelection},null,this.getBeforeMaskedValueChangeConfig());s=D.value,_=D.selection}this.value=s;var 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 u.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"],u=o({},r);a.forEach((function(e){return delete u[e]})),e=n(u),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 l={onFocus:this.onFocus,onBlur:this.onBlur};return this.maskOptions.mask&&(r.disabled||r.readOnly||(l.onChange=this.onChange,l.onPaste=this.onPaste,l.onMouseDown=this.onMouseDown),null!=r.value&&(l.value=this.value)),e=i.cloneElement(e,l)},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%"),u=r("%WeakMap%",!0),l=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(u&&r&&("object"===typeof r||"function"===typeof r)){if(e)return c(e,r)}else if(l){if(t)return d(t,r)}else if(n)return function(e,t){var n=p(e,t);return n&&n.value}(n,r)},has:function(r){if(u&&r&&("object"===typeof r||"function"===typeof r)){if(e)return f(e,r)}else if(l){if(t)return m(t,r)}else if(n)return function(e,t){return!!p(e,t)}(n,r);return!1},set:function(r,i){u&&r&&("object"===typeof r||"function"===typeof r)?(e||(e=new u),s(e,r,i)):l?(t||(t=new l),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+".da77e7b3.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 u,l;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){u=f;break}}u||(l=!0,(u=document.createElement("script")).charset="utf-8",u.timeout=120,n.nc&&u.setAttribute("nonce",n.nc),u.setAttribute("data-webpack",t+a),u.src=r),e[r]=[i];var d=function(t,n){u.onerror=u.onload=null,clearTimeout(h);var i=e[r];if(delete e[r],u.parentNode&&u.parentNode.removeChild(u),i&&i.forEach((function(e){return e(n)})),t)return t(n)},h=setTimeout(d.bind(null,void 0,{type:"timeout",target:u}),12e4);u.onerror=d.bind(null,u.onerror),u.onload=d.bind(null,u.onload),l&&document.head.appendChild(u)}}}(),n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.p="./",function(){var e={179:0};n.f.j=function(t,r){var 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),u=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;u.message="Loading chunk "+t+" failed.\n("+a+": "+o+")",u.name="ChunkLoadError",u.type=a,u.request=o,i[1](u)}}),"chunk-"+t,t)}};var t=function(t,r){var i,a,o=r[0],u=r[1],l=r[2],c=0;if(o.some((function(t){return 0!==e[t]}))){for(i in u)n.o(u,i)&&(n.m[i]=u[i]);if(l)l(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 ar},ArrowDownIcon:function(){return tr},ArrowDropDownIcon:function(){return nr},CalendarIcon:function(){return ir},ChartIcon:function(){return cr},ClockIcon:function(){return rr},CloseIcon:function(){return Zn},CodeIcon:function(){return fr},CopyIcon:function(){return _r},DeleteIcon:function(){return dr},DoneIcon:function(){return pr},DragIcon:function(){return br},ErrorIcon:function(){return Jn},FunctionIcon:function(){return Or},InfoIcon:function(){return Gn},IssueIcon:function(){return kr},KeyboardIcon:function(){return or},LabelIcon:function(){return Lr},ListIcon:function(){return Nr},LogoIcon:function(){return Yn},LogoLogsIcon:function(){return Un},LogoShortIcon:function(){return qn},MetricIcon:function(){return Tr},MinusIcon:function(){return mr},MoreIcon:function(){return Sr},PlayCircleOutlineIcon:function(){return lr},PlayIcon:function(){return ur},PlusIcon:function(){return hr},Prettify:function(){return yr},QuestionIcon:function(){return xr},RefreshIcon:function(){return er},RestartIcon:function(){return Qn},SettingsIcon:function(){return Wn},StarBorderIcon:function(){return Mr},StarIcon:function(){return Fr},StorageIcon:function(){return Cr},SuccessIcon:function(){return Xn},TableIcon:function(){return sr},TimelineIcon:function(){return wr},TipIcon:function(){return Ar},TuneIcon:function(){return Er},ValueIcon:function(){return Pr},VisibilityIcon:function(){return vr},VisibilityOffIcon:function(){return gr},WarningIcon:function(){return Kn},WikiIcon:function(){return Dr}});var t,r=n(206),i=n(658),a=n.n(i),o=n(443),u=n.n(o),l=n(446),c=n.n(l),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,u=[],l=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=a.call(n)).done)&&(u.push(r.value),u.length!==t);l=!0);}catch(e){c=!0,i=e}finally{try{if(!l&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return u}}(e,t)||m(e,t)||p()}function g(e){if("undefined"!==typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function y(e){return function(e){if(Array.isArray(e))return h(e)}(e)||g(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 _(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function b(e){return b="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},b(e)}function w(e){var t=function(e,t){if("object"!==b(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==b(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===b(t)?t:String(t)}function D(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 k(e,t,n){return t&&D(e.prototype,t),n&&D(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function x(e,t){return x=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},x(e,t)}function C(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&&x(e,t)}function S(e){return S=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},S(e)}function E(){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 A(e,t){if(t&&("object"===b(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 N(e){var t=E();return function(){var n,r=S(e);if(t){var i=S(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return A(this,n)}}function M(e,t,n){return M=E()?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&&x(i,n.prototype),i},M.apply(null,arguments)}function F(e){var t="function"===typeof Map?new Map:void 0;return F=function(e){if(null===e||!function(e){try{return-1!==Function.toString.call(e).indexOf("[native code]")}catch(t){return"function"===typeof e}}(e))return e;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,n)}function n(){return M(e,arguments,S(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),x(n,e)},F(e)}function T(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,u=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return o=e.done,e},e:function(e){u=!0,a=e},f:function(){try{o||null==n.return||n.return()}finally{if(u)throw a}}}}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(u()),a().extend(c()),a().extend(f()),function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"}(t||(t={}));var L,P="popstate";function I(e,t){if(!1===e||null===e||"undefined"===typeof e)throw new Error(t)}function R(e,t){if(!e){"undefined"!==typeof console&&console.warn(t);try{throw new Error(t)}catch(n){}}}function B(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,u=void 0===o?document.defaultView:o,l=a.v5Compat,c=void 0!==l&&l,s=u.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"!==u.location.origin?u.location.origin:u.location.href,n="string"===typeof e?e:j(e);return I(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(u,s)},listen:function(e){if(d)throw new Error("A history only accepts one active listener");return u.addEventListener(P,p),d=e,function(){u.removeEventListener(P,p),d=null}},createHref:function(e){return n(u,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=B(i,h=m()+1),o=g.createHref(i);try{s.pushState(a,"",o)}catch(l){if(l instanceof DOMException&&"DataCloneError"===l.name)throw l;u.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=B(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"}(L||(L={}));new Set(["lazy","caseSensitive","path","id","index","children"]);function V(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=Y(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 Y(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("/")&&(I(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 u=ue([r,o.relativePath]),l=n.concat(o);e.children&&e.children.length>0&&(I(!0!==e.index,'Index routes must not have child routes. Please remove all child routes from route path "'+u+'".'),Y(e.children,t,l,u)),(null!=e.path||e.index)&&t.push({path:u,score:X(u,e.index),routesMeta:l})};return e.forEach((function(e,t){var n;if(""!==e.path&&null!=(n=e.path)&&n.includes("?")){var r,a=T(U(e.path));try{for(a.s();!(r=a.n()).done;){var o=r.value;i(e,t,o)}}catch(u){a.e(u)}finally{a.f()}}else i(e,t)})),t}function U(e){var t=e.split("/");if(0===t.length)return[];var n,r=d(n=t)||g(n)||m(n)||p(),i=r[0],a=r.slice(1),o=i.endsWith("?"),u=i.replace(/\?$/,"");if(0===a.length)return o?[u,""]:[u];var l=U(a.join("/")),c=[];return c.push.apply(c,y(l.map((function(e){return""===e?u:[u,e].join("/")})))),o&&c.push.apply(c,y(l)),c.map((function(t){return e.startsWith("/")&&""===t?"/":t}))}var q=/^:\w+$/,W=3,Z=2,Q=1,G=10,K=-2,J=function(e){return"*"===e};function X(e,t){var n=e.split("/"),r=n.length;return n.some(J)&&(r+=K),t&&(r+=Z),n.filter((function(e){return!J(e)})).reduce((function(e,t){return e+(q.test(t)?W:""===t?Q:G)}),r)}function ee(e,t){for(var n=e.routesMeta,r={},i="/",a=[],o=0;o<n.length;++o){var u=n[o],l=o===n.length-1,c="/"===i?t:t.slice(i.length)||"/",s=te({path:u.relativePath,caseSensitive:u.caseSensitive,end:l},c);if(!s)return null;Object.assign(r,s.params);var f=u.route;a.push({params:r,pathname:ue([i,s.pathname]),pathnameBase:le(ue([i,s.pathnameBase])),route:f}),"/"!==s.pathnameBase&&(i=ue([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);R("*"===e||!e.endsWith("*")||e.endsWith("/*"),'Route path "'+e+'" will be treated as if it were "'+e.replace(/\*$/,"/*")+'" because the `*` character must always follow a `/` in the pattern. To get rid of this warning, please change the route path to "'+e.replace(/\*$/,"/*")+'".');var r=[],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 u=o[0],l=u.replace(/(.)\/+$/,"$1"),c=o.slice(1);return{params:a.reduce((function(e,t,n){if("*"===t){var r=c[n]||"";l=u.slice(0,u.length-r.length).replace(/(.)\/+$/,"$1")}return e[t]=function(e,t){try{return decodeURIComponent(e)}catch(n){return R(!1,'The value for the URL param "'+t+'" will not be decoded because the string "'+e+'" is a malformed URL segment. This is probably due to a bad percent encoding ('+n+")."),e}}(c[n]||"",t),e}),{}),pathname:u,pathnameBase:l,pattern:e}}function ne(e){try{return decodeURI(e)}catch(t){return R(!1,'The URL path "'+e+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent encoding ('+t+")."),e}}function re(e,t){if("/"===t)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;var n=t.endsWith("/")?t.length-1:t.length,r=e.charAt(n);return r&&"/"!==r?null:e.slice(n)||"/"}function 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):(I(!(i=O({},e)).pathname||!i.pathname.includes("?"),ie("?","pathname","search",i)),I(!i.pathname||!i.pathname.includes("#"),ie("#","pathname","hash",i)),I(!i.search||!i.search.includes("#"),ie("#","search","hash",i)));var a,o=""===e||""===i.pathname,u=o?"/":i.pathname;if(r||null==u)a=n;else{var l=t.length-1;if(u.startsWith("..")){for(var c=u.split("/");".."===c[0];)c.shift(),l-=1;i.pathname=c.join("/")}a=l>=0?t[l]:"/"}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,u=void 0===o?"":o,l=r?r.startsWith("/")?r:function(e,t){var n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach((function(e){".."===e?n.length>1&&n.pop():"."!==e&&n.push(e)})),n.length>1?n.join("/"):"/"}(r,t):t;return{pathname:l,search:ce(a),hash:se(u)}}(i,a),f=u&&"/"!==u&&u.endsWith("/"),d=(o||"."===u)&&n.endsWith("/");return s.pathname.endsWith("/")||!f&&!d||(s.pathname+="/"),s}var ue=function(e){return e.join("/").replace(/\/\/+/g,"/")},le=function(e){return e.replace(/\/+$/,"").replace(/^\/*/,"/")},ce=function(e){return e&&"?"!==e?e.startsWith("?")?e:"?"+e:""},se=function(e){return e&&"#"!==e?e.startsWith("#")?e:"#"+e:""},fe=function(e){C(n,e);var t=N(n);function n(){return _(this,n),t.apply(this,arguments)}return k(n)}(F(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 we=r.createContext({outlet:null,matches:[],isDataRoute:!1});var De=r.createContext(null);function ke(){return null!=r.useContext(be)}function xe(){return ke()||I(!1),r.useContext(be).location}function Ce(e){r.useContext(_e).static||r.useLayoutEffect(e)}function Se(){return r.useContext(we).isDataRoute?function(){var e=Re(Pe.UseNavigateStable).router,t=ze(Ie.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()||I(!1);var e=r.useContext(ve),t=r.useContext(_e),n=t.basename,i=t.navigator,a=r.useContext(we).matches,o=xe().pathname,u=JSON.stringify(ae(a).map((function(e){return e.pathnameBase}))),l=r.useRef(!1);Ce((function(){l.current=!0}));var c=r.useCallback((function(t,r){if(void 0===r&&(r={}),l.current)if("number"!==typeof t){var a=oe(t,JSON.parse(u),o,"path"===r.relative);null==e&&"/"!==n&&(a.pathname="/"===a.pathname?n:ue([n,a.pathname])),(r.replace?i.replace:i.push)(a,r.state,r)}else i.go(t)}),[n,i,u,o,e]);return c}()}var Ee=r.createContext(null);function Ae(e,t){var n=(void 0===t?{}:t).relative,i=r.useContext(we).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()||I(!1);var a,o=r.useContext(_e).navigator,u=r.useContext(we).matches,l=u[u.length-1],c=l?l.params:{},s=(l&&l.pathname,l?l.pathnameBase:"/"),f=(l&&l.route,xe());if(n){var d,h="string"===typeof n?H(n):n;"/"===s||(null==(d=h.pathname)?void 0:d.startsWith(s))||I(!1),a=h}else a=f;var m=a.pathname||"/",p=V(e,{pathname:"/"===s?m:m.slice(s.length)||"/"});var v=Le(p&&p.map((function(e){return Object.assign({},e,{params:Object.assign({},c,e.params),pathname:ue([s,o.encodeLocation?o.encodeLocation(e.pathname).pathname:e.pathname]),pathnameBase:"/"===e.pathnameBase?s:ue([s,o.encodeLocation?o.encodeLocation(e.pathnameBase).pathname:e.pathnameBase])})})),u,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(De),n=Be(Ie.UseRouteError),i=ze(Ie.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=r.createElement(Me,null),Te=function(e){C(n,e);var t=N(n);function n(e){var r;return _(this,n),(r=t.call(this,e)).state={location:e.location,revalidation:e.revalidation,error:e.error},r}return k(n,[{key:"componentDidCatch",value:function(e,t){console.error("React Router caught the following error during render",e,t)}},{key:"render",value:function(){return this.state.error?r.createElement(we.Provider,{value:this.props.routeContext},r.createElement(De.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 Oe(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(we.Provider,{value:t},i)}function Le(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,u=null==(i=n)?void 0:i.errors;if(null!=u){var l=o.findIndex((function(e){return e.route.id&&(null==u?void 0:u[e.route.id])}));l>=0||I(!1),o=o.slice(0,Math.min(o.length,l+1))}return o.reduceRight((function(e,i,a){var l=i.route.id?null==u?void 0:u[i.route.id]:null,c=null;n&&(c=i.route.errorElement||Fe);var s=t.concat(o.slice(0,a+1)),f=function(){var t;return t=l?c:i.route.Component?r.createElement(i.route.Component,null):i.route.element?i.route.element:e,r.createElement(Oe,{match:i,routeContext:{outlet:e,matches:s,isDataRoute:null!=n},children:t})};return n&&(i.route.ErrorBoundary||i.route.errorElement||0===a)?r.createElement(Te,{location:n.location,revalidation:n.revalidation,component:c,error:l,children:f(),routeContext:{outlet:null,matches:s,isDataRoute:!0}}):f()}),null)}var Pe=function(e){return e.UseBlocker="useBlocker",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate",e}(Pe||{}),Ie=function(e){return 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",e}(Ie||{});function Re(e){var t=r.useContext(ve);return t||I(!1),t}function Be(e){var t=r.useContext(ge);return t||I(!1),t}function ze(e){var t=function(e){var t=r.useContext(we);return t||I(!1),t}(),n=t.matches[t.matches.length-1];return n.route.id||I(!1),n.route.id}r.startTransition;function je(e){return function(e){var t=r.useContext(we).outlet;return t?r.createElement(Ee.Provider,{value:e},t):t}(e.context)}function He(e){I(!1)}function $e(e){var n=e.basename,i=void 0===n?"/":n,a=e.children,o=void 0===a?null:a,u=e.location,l=e.navigationType,c=void 0===l?t.Pop:l,s=e.navigator,f=e.static,d=void 0!==f&&f;ke()&&I(!1);var h=i.replace(/^\/*/,"/"),m=r.useMemo((function(){return{basename:h,navigator:s,static:d}}),[h,s,d]);"string"===typeof u&&(u=H(u));var p=u,v=p.pathname,g=void 0===v?"/":v,y=p.search,_=void 0===y?"":y,b=p.hash,w=void 0===b?"":b,D=p.state,k=void 0===D?null:D,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:w,state:k,key:C},navigationType:c}}),[h,g,_,w,k,C,c]);return null==S?null:r.createElement(_e.Provider,{value:m},r.createElement(be.Provider,{children:o,value:S}))}function Ve(e){var t=e.children,n=e.location;return Ne(qe(t),n)}var Ye=function(e){return e[e.pending=0]="pending",e[e.success=1]="success",e[e.error=2]="error",e}(Ye||{}),Ue=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(y(t),[i]);if(e.type!==r.Fragment){e.type!==He&&I(!1),e.props.index&&e.props.children&&I(!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 Ge=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset","unstable_viewTransition"],Ke=["aria-current","caseSensitive","className","end","style","to","unstable_viewTransition","children"];var Je=r.createContext({isTransitioning:!1});var Xe=r.startTransition;function et(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,u=n.hash,l=void 0===u?"":u;return i.startsWith("/")||i.startsWith(".")||(i="/"+i),z("",{pathname:i,search:o,hash: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){R("/"===e.pathname.charAt(0),"relative pathnames are not supported in hash history.push("+JSON.stringify(t)+")")}),e)}({window:a,v5Compat:!0}));var u=o.current,l=v(r.useState({action:u.action,location:u.location}),2),c=l[0],s=l[1],f=(i||{}).v7_startTransition,d=r.useCallback((function(e){f&&Xe?Xe((function(){return s(e)})):s(e)}),[s,f]);return r.useLayoutEffect((function(){return u.listen(d)}),[u,d]),r.createElement($e,{basename:t,children:n,location:c.location,navigationType:c.action,navigator:u})}var tt="undefined"!==typeof window&&"undefined"!==typeof window.document&&"undefined"!==typeof window.document.createElement,nt=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,rt=r.forwardRef((function(e,t){var n,i=e.onClick,a=e.relative,o=e.reloadDocument,u=e.replace,l=e.state,c=e.target,s=e.to,f=e.preventScrollReset,d=e.unstable_viewTransition,h=Ze(e,Ge),m=r.useContext(_e).basename,p=!1;if("string"===typeof s&&nt.test(s)&&(n=s,tt))try{var v=new URL(window.location.href),g=s.startsWith("//")?new URL(v.protocol+s):new URL(s),y=re(g.pathname,m);g.origin===v.origin&&null!=y?s=y+g.search+g.hash:p=!0}catch(w){}var _=function(e,t){var n=(void 0===t?{}:t).relative;ke()||I(!1);var i=r.useContext(_e),a=i.basename,o=i.navigator,u=Ae(e,{relative:n}),l=u.hash,c=u.pathname,s=u.search,f=c;return"/"!==a&&(f="/"===c?a:ue([a,c])),o.createHref({pathname:f,search:s,hash:l})}(s,{relative:a}),b=function(e,t){var n=void 0===t?{}:t,i=n.target,a=n.replace,o=n.state,u=n.preventScrollReset,l=n.relative,c=n.unstable_viewTransition,s=Se(),f=xe(),d=Ae(e,{relative:l});return r.useCallback((function(t){if(function(e,t){return 0===e.button&&(!t||"_self"===t)&&!function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)}(t,i)){t.preventDefault();var n=void 0!==a?a:j(f)===j(d);s(e,{replace:n,state:o,preventScrollReset:u,relative:l,unstable_viewTransition:c})}}),[f,s,d,a,o,i,e,u,l,c])}(s,{replace:u,state:l,target:c,preventScrollReset:f,relative:a,unstable_viewTransition:d});return r.createElement("a",We({},h,{href:n||_,onClick:p||o?i:function(e){i&&i(e),e.defaultPrevented||b(e)},ref:t,target:c}))}));var it=r.forwardRef((function(e,t){var n=e["aria-current"],i=void 0===n?"page":n,a=e.caseSensitive,o=void 0!==a&&a,u=e.className,l=void 0===u?"":u,c=e.end,s=void 0!==c&&c,f=e.style,d=e.to,h=e.unstable_viewTransition,m=e.children,p=Ze(e,Ke),v=Ae(d,{relative:p.relative}),g=xe(),y=r.useContext(ge),_=r.useContext(_e).navigator,b=null!=y&&function(e,t){void 0===t&&(t={});var n=r.useContext(Je);null==n&&I(!1);var i=ut(at.useViewTransitionState).basename,a=Ae(e,{relative:t.relative});if(!n.isTransitioning)return!1;var o=re(n.currentLocation.pathname,i)||n.currentLocation.pathname,u=re(n.nextLocation.pathname,i)||n.nextLocation.pathname;return null!=te(a.pathname,u)||null!=te(a.pathname,o)}(v)&&!0===h,w=_.encodeLocation?_.encodeLocation(v).pathname:v.pathname,D=g.pathname,k=y&&y.navigation&&y.navigation.location?y.navigation.location.pathname:null;o||(D=D.toLowerCase(),k=k?k.toLowerCase():null,w=w.toLowerCase());var x,C=D===w||!s&&D.startsWith(w)&&"/"===D.charAt(w.length),S=null!=k&&(k===w||!s&&k.startsWith(w)&&"/"===k.charAt(w.length)),E={isActive:C,isPending:S,isTransitioning:b},A=C?i:void 0;x="function"===typeof l?l(E):[l,C?"active":null,S?"pending":null,b?"transitioning":null].filter(Boolean).join(" ");var N="function"===typeof f?f(E):f;return r.createElement(rt,We({},p,{"aria-current":A,className:x,ref:t,style:N,to:d,unstable_viewTransition:h}),"function"===typeof m?m(E):m)}));var at,ot;function ut(e){var t=r.useContext(ve);return t||I(!1),t}function lt(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);return t&&t.forEach((function(e,r){n.has(r)||t.getAll(r).forEach((function(e){n.append(r,e)}))})),n}(i.search,n.current?null:t.current)}),[i.search]),o=Se(),u=r.useCallback((function(e,t){var r=Qe("function"===typeof e?e(a):e);n.current=!0,o("?"+r,t)}),[o,a]);return[a,u]}(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmit="useSubmit",e.UseSubmitFetcher="useSubmitFetcher",e.UseFetcher="useFetcher",e.useViewTransitionState="useViewTransitionState"})(at||(at={})),function(e){e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"}(ot||(ot={}));var ct;function st(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 ft(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 dt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ft(Object(n),!0).forEach((function(t){st(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ft(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var ht={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"},mt={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,pt={header:{tenant:!0,stepControl:!mt,timeSelector:!mt,executionControls:!mt}},vt=(st(ct={},ht.home,dt({title:"Query"},pt)),st(ct,ht.metrics,{title:"Explore Prometheus metrics",header:{tenant:!0,stepControl:!0,timeSelector:!0}}),st(ct,ht.cardinality,{title:"Explore cardinality",header:{tenant:!0,cardinalityDatePicker:!0}}),st(ct,ht.topQueries,{title:"Top queries",header:{tenant:!0}}),st(ct,ht.trace,{title:"Trace analyzer",header:{}}),st(ct,ht.dashboards,dt({title:"Dashboards"},pt)),st(ct,ht.withTemplate,{title:"WITH templates",header:{}}),st(ct,ht.relabel,{title:"Metric relabel debug",header:{}}),st(ct,ht.logs,{title:"Logs Explorer",header:{}}),st(ct,ht.activeQueries,{title:"Active Queries",header:{}}),st(ct,ht.icons,{title:"Icons",header:{}}),ct),gt=ht,yt=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),{}}},_t=function(){return!!Object.keys(yt()).length},bt=/(\/select\/)(\d+|\d.+)(\/)(.+)/,wt=function(e,t){return e.replace(bt,"$1".concat(t,"/$4"))},Dt=function(e){var t;return(null===(t=e.match(bt))||void 0===t?void 0:t[2])||""},kt={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,xt=n(776),Ct=n.n(xt),St=n(7),Et=n.n(St),At={table:100,chart:20,code:1e3},Nt=[{id:"small",isDefault:!0,height:function(){return.2*window.innerHeight}},{id:"medium",height:function(){return.4*window.innerHeight}},{id:"large",height:function(){return.8*window.innerHeight}}],Mt=["min","median","max"],Ft=function(e,t){var n=window.location.hash.split("?")[1],r=Ct().parse(n,{ignoreQueryPrefix:!0});return Et()(r,e,t||"")},Tt=function(e,t){t?window.localStorage.setItem(e,JSON.stringify({value:t})):Lt([e]),window.dispatchEvent(new Event("storage"))},Ot=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}},Lt=function(e){return e.forEach((function(e){return window.localStorage.removeItem(e)}))},Pt=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}({}),It=function(e){return e.system="system",e.light="light",e.dark="dark",e}({}),Rt=function(e){return getComputedStyle(document.documentElement).getPropertyValue("--".concat(e))},Bt=function(e,t){document.documentElement.style.setProperty("--".concat(e),t)},zt=function(){return window.matchMedia("(prefers-color-scheme: dark)").matches},jt=Ft("g0.tenantID",""),Ht={serverUrl:function(e){var t=yt().serverURL,n=window.location.href.replace(/\/(select\/)?(vmui)\/.*/,""),r=t||window.location.href.replace(/\/(?:prometheus\/)?(?:graph|vmui)\/.*/,"/prometheus");return kt?n:e?wt(r,e):r}(jt),tenantId:jt,theme:Ot("THEME")||It.system,isDarkTheme:null};function $t(e,t){switch(t.type){case"SET_SERVER":return dt(dt({},e),{},{serverUrl:t.payload});case"SET_TENANT_ID":return dt(dt({},e),{},{tenantId:t.payload});case"SET_THEME":return Tt("THEME",t.payload),dt(dt({},e),{},{theme:t.payload});case"SET_DARK_THEME":return dt(dt({},e),{},{isDarkTheme:(n=e.theme,n===It.system&&zt()||n===It.dark)});default:throw new Error}var n}var Vt=n(856),Yt=0;function Ut(e,t,n,r,i,a){var o,u,l={};for(u in t)"ref"==u?o=t[u]:l[u]=t[u];var c={type:e,props:l,key:n,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:--Yt,__source:i,__self:a};if("function"==typeof e&&(o=e.defaultProps))for(u in o)void 0===l[u]&&(l[u]=o[u]);return Vt.YM.vnode&&Vt.YM.vnode(c),c}var qt=(0,r.createContext)({}),Wt=function(){return(0,r.useContext)(qt).state},Zt=function(){return(0,r.useContext)(qt).dispatch},Qt=Object.entries(Ht).reduce((function(e,t){var n=v(t,2),r=n[0],i=n[1];return dt(dt({},e),{},st({},r,Ft(r)||i))}),{}),Gt="YYYY-MM-DD",Kt="YYYY-MM-DD HH:mm:ss",Jt="YYYY-MM-DD HH:mm:ss:SSS (Z)",Xt="YYYY-MM-DD[T]HH:mm:ss",en=window.innerWidth/4,tn=window.innerWidth/40,nn=1,rn=1578e8,an=Intl.supportedValuesOf,on=an?an("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"],un=[{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"}],ln=un.map((function(e){return e.short})),cn=function(e){return Math.round(1e3*e)/1e3},sn=function(e){return yn(a().duration(e,"seconds").asMilliseconds())},fn=function(e){var t=cn(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),sn(t||.001).replace(/\s/g,"")},dn=function(e){var t=e.match(/\d+/g),n=e.match(/[a-zA-Z]+/g);if(n&&t&&ln.includes(n[0]))return st({},n[0],t[0])},hn=function(e){var t=un.map((function(e){return e.short})).join("|"),n=new RegExp("\\d+[".concat(t,"]+"),"g"),r=(e.match(n)||[]).reduce((function(e,t){var n=dn(t);return n?dt(dt({},e),n):dt({},e)}),{});return a().duration(r).asSeconds()},mn=function(e,t){return fn(e/(t?tn:en))},pn=function(e,t){var n=(t||a()().toDate()).valueOf()/1e3,r=hn(e);return{start:n-r,end:n,step:mn(r),date:vn(t||a()().toDate())}},vn=function(e){return a().tz(e).utc().format(Xt)},gn=function(e){return a().tz(e).format(Xt)},yn=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("")},_n=function(e){var t=a()(1e3*e);return t.isValid()?t.toDate():new Date},bn=[{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 dt({id:e.title.replace(/\s/g,"_").toLocaleLowerCase(),until:e.until?e.until:function(){return a()().tz().toDate()}},e)})),wn=function(e){var t,n=e.relativeTimeId,r=e.defaultDuration,i=e.defaultEndInput,a=null===(t=bn.find((function(e){return e.isDefault})))||void 0===t?void 0:t.id,o=n||Ft("g0.relative_time",a),u=bn.find((function(e){return e.id===o}));return{relativeTimeId:u?o:"none",duration:u?u.duration:r,endInput:u?u.until():i}},Dn=function(e){var t=a()().tz(e);return"UTC".concat(t.format("Z"))},kn=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=new RegExp(e,"i");return on.reduce((function(n,r){var i=(r.match(/^(.*?)\//)||[])[1]||"unknown",a=Dn(r),o=a.replace(/UTC|0/,""),u=r.replace(/[/_]/g," "),l={region:r,utc:a,search:"".concat(r," ").concat(a," ").concat(u," ").concat(o)},c=!e||e&&t.test(l.search);return c&&n[i]?n[i].push(l):c&&(n[i]=[l]),n}),{})},xn=function(e){a().tz.setDefault(e)},Cn=Ot("TIMEZONE")||a().tz.guess();xn(Cn);var Sn,En=Ft("g0.range_input"),An=wn({defaultDuration:En||"1h",defaultEndInput:(Sn=Ft("g0.end_input",a()().utc().format(Xt)),a()(Sn).utcOffset(0,!0).toDate()),relativeTimeId:En?Ft("g0.relative_time","none"):void 0}),Nn=An.duration,Mn=An.endInput,Fn=An.relativeTimeId,Tn={duration:Nn,period:pn(Nn,Mn),relativeTime:Fn,timezone:Cn};function On(e,t){switch(t.type){case"SET_DURATION":return dt(dt({},e),{},{duration:t.payload,period:pn(t.payload,_n(e.period.end)),relativeTime:"none"});case"SET_RELATIVE_TIME":return dt(dt({},e),{},{duration:t.payload.duration,period:pn(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 yn(t)}(t.payload);return dt(dt({},e),{},{duration:n,period:pn(n,t.payload.to),relativeTime:"none"});case"RUN_QUERY":var r=wn({relativeTimeId:e.relativeTime,defaultDuration:e.duration,defaultEndInput:_n(e.period.end)}),i=r.duration,a=r.endInput;return dt(dt({},e),{},{period:pn(i,a)});case"RUN_QUERY_TO_NOW":return dt(dt({},e),{},{period:pn(e.duration)});case"SET_TIMEZONE":return xn(t.payload),Tt("TIMEZONE",t.payload),dt(dt({},e),{},{timezone:t.payload});default:throw new Error}}var Ln=(0,r.createContext)({}),Pn=function(){return(0,r.useContext)(Ln).state},In=function(){return(0,r.useContext)(Ln).dispatch},Rn=function(e){var t=Ot(e);return t?JSON.parse(t):[]},Bn=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 Ft("g".concat(t,".expr"),"")}))}(),zn={query:Bn,queryHistory:Bn.map((function(e){return{index:0,values:[e]}})),autocomplete:Ot("AUTOCOMPLETE")||!1};function jn(e,t){switch(t.type){case"SET_QUERY":return dt(dt({},e),{},{query:t.payload.map((function(e){return e}))});case"SET_QUERY_HISTORY":return function(e){var t=e.map((function(e){return e.values[e.index]})),n=Rn("QUERY_HISTORY");n[0]||(n[0]=[]);var r=n[0];t.forEach((function(e){!r.includes(e)&&e&&r.unshift(e),r.length>100&&r.shift()})),Tt("QUERY_HISTORY",JSON.stringify(n))}(t.payload),dt(dt({},e),{},{queryHistory:t.payload});case"SET_QUERY_HISTORY_BY_INDEX":return e.queryHistory.splice(t.payload.queryNumber,1,t.payload.value),dt(dt({},e),{},{queryHistory:e.queryHistory});case"TOGGLE_AUTOCOMPLETE":return Tt("AUTOCOMPLETE",!e.autocomplete),dt(dt({},e),{},{autocomplete:!e.autocomplete});default:throw new Error}}var Hn=(0,r.createContext)({}),$n=function(){return(0,r.useContext)(Hn).state},Vn=function(){return(0,r.useContext)(Hn).dispatch},Yn=function(){return Ut("svg",{viewBox:"0 0 74 24",fill:"currentColor",children:Ut("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"})})},Un=function(){return Ut("svg",{viewBox:"0 0 85 38",fill:"currentColor",children:[Ut("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"}),Ut("defs",{children:Ut("path",{d:"M0 0h85v38H0z"})})]})},qn=function(){return Ut("svg",{viewBox:"0 0 15 17",fill:"currentColor",children:Ut("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"})})},Wn=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},Zn=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},Qn=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},Gn=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},Kn=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("path",{d:"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"})})},Jn=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},Xn=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},er=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},tr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("path",{d:"M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"})})},nr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("path",{d:"m7 10 5 5 5-5z"})})},rr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:[Ut("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"}),Ut("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]})},ir=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},ar=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},or=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},ur=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("path",{d:"M8 5v14l11-7z"})})},lr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},cr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},sr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},fr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},dr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("path",{d:"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"})})},hr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("path",{d:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"})})},mr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("path",{d:"M19 13H5v-2h14v2z"})})},pr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},vr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},gr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},yr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("path",{d:"M19 9l1.25-2.75L23 5l-2.75-1.25L19 1l-1.25 2.75L15 5l2.75 1.25L19 9zm-7.5.5L9 4 6.5 9.5 1 12l5.5 2.5L9 20l2.5-5.5L17 12l-5.5-2.5zM19 15l-1.25 2.75L15 19l2.75 1.25L19 23l1.25-2.75L23 19l-2.75-1.25L19 15z"})})},_r=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},br=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("path",{d:"M20 9H4v2h16V9zM4 15h16v-2H4v2z"})})},wr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},Dr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:[Ut("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"}),Ut("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"}),Ut("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"})]})},kr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},xr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 6C9.79 6 8 7.79 8 10H10C10 8.9 10.9 8 12 8C13.1 8 14 8.9 14 10C14 10.8792 13.4202 11.3236 12.7704 11.8217C11.9421 12.4566 11 13.1787 11 15H13C13 13.9046 13.711 13.2833 14.4408 12.6455C15.21 11.9733 16 11.2829 16 10C16 7.79 14.21 6 12 6ZM13 16V18H11V16H13Z"})})},Cr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("path",{d:"M4 20h16c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm0-3h2v2H4v-2zM2 6c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2zm4 1H4V5h2v2zm-2 7h16c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm0-3h2v2H4v-2z"})})},Sr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},Er=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("path",{d:"M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z"})})},Ar=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("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"})})},Nr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("path",{d:"M3 14h4v-4H3v4zm0 5h4v-4H3v4zM3 9h4V5H3v4zm5 5h13v-4H8v4zm0 5h13v-4H8v4zM8 5v4h13V5H8z"})})},Mr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("path",{d:"m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z"})})},Fr=function(){return Ut("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Ut("path",{d:"M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"})})},Tr=function(){return Ut("svg",{viewBox:"0 0 16 16",fill:Rt("color-error"),children:Ut("path",{d:"M13.5095 4L8.50952 1H7.50952L2.50952 4L2.01953 4.85999V10.86L2.50952 11.71L7.50952 14.71H8.50952L13.5095 11.71L13.9995 10.86V4.85999L13.5095 4ZM7.50952 13.5601L3.00952 10.86V5.69995L7.50952 8.15002V13.5601ZM3.26953 4.69995L8.00952 1.85999L12.7495 4.69995L8.00952 7.29004L3.26953 4.69995ZM13.0095 10.86L8.50952 13.5601V8.15002L13.0095 5.69995V10.86Z"})})},Or=function(){return Ut("svg",{viewBox:"0 0 16 16",fill:Rt("color-primary"),children:Ut("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 5H4V4H1.5L1 4.5V12.5L1.5 13H4V12H2V5ZM14.5 4H12V5H14V12H12V13H14.5L15 12.5V4.5L14.5 4ZM11.76 6.56995L12 7V9.51001L11.7 9.95996L7.19995 11.96H6.73999L4.23999 10.46L4 10.03V7.53003L4.30005 7.06995L8.80005 5.06995H9.26001L11.76 6.56995ZM5 9.70996L6.5 10.61V9.28003L5 8.38V9.70996ZM5.57996 7.56006L7.03003 8.43005L10.42 6.93005L8.96997 6.06006L5.57996 7.56006ZM7.53003 10.73L11.03 9.17004V7.77002L7.53003 9.31995V10.73Z"})})},Lr=function(){return Ut("svg",{viewBox:"0 0 16 16",fill:Rt("color-warning"),children:Ut("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 2H8L7 3V6H8V3H14V8H10V9H14L15 8V3L14 2ZM9 6H13V7H9.41L9 6.59V6ZM7 7H2L1 8V13L2 14H8L9 13V8L8 7H7ZM8 13H2V8H8V9V13ZM3 9H7V10H3V9ZM3 11H7V12H3V11ZM9 4H13V5H9V4Z"})})},Pr=function(){return Ut("svg",{viewBox:"0 0 16 16",fill:Rt("color-primary"),children:Ut("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 3L8 2H14L15 3V8L14 9H10V8H14V3H8V6H7V3ZM9 9V8L8 7H7H2L1 8V13L2 14H8L9 13V9ZM8 8V9V13H2V8H7H8ZM9.41421 7L9 6.58579V6H13V7H9.41421ZM9 4H13V5H9V4ZM7 10H3V11H7V10Z"})})},Ir=n(123),Rr=n.n(Ir);function Br(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 zr=["to","isNavLink","children"],jr=function(e){var t=e.to,n=e.isNavLink,r=e.children,i=Br(e,zr);return n?Ut(it,dt(dt({to:t},i),{},{children:r})):Ut("div",dt(dt({},i),{},{children:r}))},Hr=function(e){var t,n=e.activeItem,r=e.item,i=e.color,a=void 0===i?Rt("color-primary"):i,o=e.activeNavRef,u=e.onChange,l=e.isNavLink;return Ut(jr,{className:Rr()(st({"vm-tabs-item":!0,"vm-tabs-item_active":n===r.value},r.className||"",r.className)),isNavLink:l,to:r.value,style:{color:a},onClick:(t=r.value,function(){u&&u(t)}),ref:n===r.value?o:void 0,children:[r.icon&&Ut("div",{className:Rr()({"vm-tabs-item__icon":!0,"vm-tabs-item__icon_single":!r.label}),children:r.icon}),r.label]})},$r="undefined"!==typeof window?r.useLayoutEffect:r.useEffect;var Vr=function(e,t,n,i){var a=(0,r.useRef)(t);$r((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])},Yr=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 Vr("resize",i),$r(i,[]),t},Ur=function(e){var t=e.activeItem,n=e.items,i=e.color,a=void 0===i?Rt("color-primary"):i,o=e.onChange,u=e.indicatorPlacement,l=void 0===u?"bottom":u,c=e.isNavLink,s=Yr(),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"===l?i-2:0})}}),[s,t,f,n]),Ut("div",{className:"vm-tabs",children:[n.map((function(e){return Ut(Hr,{activeItem:t,item:e,onChange:o,color:a,activeNavRef:f,isNavLink:c},e.value)})),Ut("div",{className:"vm-tabs__indicator",style:dt(dt({},h),{},{borderColor:a})})]})},qr=[{value:"chart",icon:Ut(cr,{}),label:"Graph",prometheusCode:0},{value:"code",icon:Ut(fr,{}),label:"JSON",prometheusCode:3},{value:"table",icon:Ut(sr,{}),label:"Table",prometheusCode:1}],Wr=function(){var e=ei().displayType,t=ti();return Ut(Ur,{activeItem:e,items:qr,onChange:function(n){var r;t({type:"SET_DISPLAY_TYPE",payload:null!==(r=n)&&void 0!==r?r:e})}})},Zr=Ft("g0.tab",0),Qr=qr.find((function(e){return e.prometheusCode===+Zr||e.value===Zr})),Gr=Ot("SERIES_LIMITS"),Kr={displayType:(null===Qr||void 0===Qr?void 0:Qr.value)||"chart",nocache:!1,isTracingEnabled:!1,seriesLimits:Gr?JSON.parse(Gr):At,tableCompact:Ot("TABLE_COMPACT")||!1};function Jr(e,t){switch(t.type){case"SET_DISPLAY_TYPE":return dt(dt({},e),{},{displayType:t.payload});case"SET_SERIES_LIMITS":return Tt("SERIES_LIMITS",JSON.stringify(t.payload)),dt(dt({},e),{},{seriesLimits:t.payload});case"TOGGLE_QUERY_TRACING":return dt(dt({},e),{},{isTracingEnabled:!e.isTracingEnabled});case"TOGGLE_NO_CACHE":return dt(dt({},e),{},{nocache:!e.nocache});case"TOGGLE_TABLE_COMPACT":return Tt("TABLE_COMPACT",!e.tableCompact),dt(dt({},e),{},{tableCompact:!e.tableCompact});default:throw new Error}}var Xr=(0,r.createContext)({}),ei=function(){return(0,r.useContext)(Xr).state},ti=function(){return(0,r.useContext)(Xr).dispatch},ni={customStep:Ft("g0.step_input",""),yaxis:{limits:{enable:!1,range:{1:[0,0]}}},isHistogram:!1};function ri(e,t){switch(t.type){case"TOGGLE_ENABLE_YAXIS_LIMITS":return dt(dt({},e),{},{yaxis:dt(dt({},e.yaxis),{},{limits:dt(dt({},e.yaxis.limits),{},{enable:!e.yaxis.limits.enable})})});case"SET_CUSTOM_STEP":return dt(dt({},e),{},{customStep:t.payload});case"SET_YAXIS_LIMITS":return dt(dt({},e),{},{yaxis:dt(dt({},e.yaxis),{},{limits:dt(dt({},e.yaxis.limits),{},{range:t.payload})})});case"SET_IS_HISTOGRAM":return dt(dt({},e),{},{isHistogram:t.payload});default:throw new Error}}var ii=(0,r.createContext)({}),ai=function(){return(0,r.useContext)(ii).state},oi=function(){return(0,r.useContext)(ii).dispatch},ui={windows:"Windows",mac:"Mac OS",linux:"Linux"},li=function(){return(Object.values(ui).find((function(e){return navigator.userAgent.indexOf(e)>=0}))||"unknown")===ui.mac};function ci(){var e=Yr(),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 si={success:Ut(Xn,{}),error:Ut(Jn,{}),warning:Ut(Kn,{}),info:Ut(Gn,{})},fi=function(e){var t,n=e.variant,r=e.children,i=Wt().isDarkTheme,a=ci().isMobile;return Ut("div",{className:Rr()((t={"vm-alert":!0},st(t,"vm-alert_".concat(n),n),st(t,"vm-alert_dark",i),st(t,"vm-alert_mobile",a),t)),children:[Ut("div",{className:"vm-alert__icon",children:si[n||"info"]}),Ut("div",{className:"vm-alert__content",children:r})]})},di=(0,r.createContext)({showInfoMessage:function(){}}),hi={dashboardsSettings:[],dashboardsLoading:!1,dashboardsError:""};function mi(e,t){switch(t.type){case"SET_DASHBOARDS_SETTINGS":return dt(dt({},e),{},{dashboardsSettings:t.payload});case"SET_DASHBOARDS_LOADING":return dt(dt({},e),{},{dashboardsLoading:t.payload});case"SET_DASHBOARDS_ERROR":return dt(dt({},e),{},{dashboardsError:t.payload});default:throw new Error}}var pi=(0,r.createContext)({}),vi=function(){return(0,r.useContext)(pi).state},gi=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 Ut(e,{children:Ut(t,{children:r})})}}),(function(e){var t=e.children;return Ut(Vt.HY,{children:t})}))}.apply(void 0,[function(e){var t=e.children,n=v((0,r.useReducer)($t,Qt),2),i=n[0],a=n[1],o=(0,r.useMemo)((function(){return{state:i,dispatch:a}}),[i,a]);return Ut(qt.Provider,{value:o,children:t})},function(e){var t=e.children,n=v((0,r.useReducer)(On,Tn),2),i=n[0],a=n[1],o=(0,r.useMemo)((function(){return{state:i,dispatch:a}}),[i,a]);return Ut(Ln.Provider,{value:o,children:t})},function(e){var t=e.children,n=v((0,r.useReducer)(jn,zn),2),i=n[0],a=n[1],o=(0,r.useMemo)((function(){return{state:i,dispatch:a}}),[i,a]);return Ut(Hn.Provider,{value:o,children:t})},function(e){var t=e.children,n=v((0,r.useReducer)(Jr,Kr),2),i=n[0],a=n[1],o=(0,r.useMemo)((function(){return{state:i,dispatch:a}}),[i,a]);return Ut(Xr.Provider,{value:o,children:t})},function(e){var t=e.children,n=v((0,r.useReducer)(ri,ni),2),i=n[0],a=n[1],o=(0,r.useMemo)((function(){return{state:i,dispatch:a}}),[i,a]);return Ut(ii.Provider,{value:o,children:t})},function(e){var t=e.children,n=ci().isMobile,i=v((0,r.useState)({}),2),a=i[0],o=i[1],u=v((0,r.useState)(!1),2),l=u[0],c=u[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 Ut(di.Provider,{value:{showInfoMessage:d},children:[l&&Ut("div",{className:Rr()({"vm-snackbar":!0,"vm-snackbar_mobile":n}),children:Ut(fi,{variant:a.variant,children:Ut("div",{className:"vm-snackbar-content",children:[Ut("span",{children:a.message}),Ut("div",{className:"vm-snackbar-content__close",onClick:h,children:Ut(Zn,{})})]})})}),t]})},function(e){var t=e.children,n=v((0,r.useReducer)(mi,hi),2),i=n[0],a=n[1],o=(0,r.useMemo)((function(){return{state:i,dispatch:a}}),[i,a]);return Ut(pi.Provider,{value:o,children:t})}]),yi=function(e){var t=e.activeMenu,n=e.label,r=e.value,i=e.color;return Ut(it,{className:Rr()({"vm-header-nav-item":!0,"vm-header-nav-item_active":t===r}),style:{color:i},to:r,children:n})},_i=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]);Vr("mousedown",i),Vr("touchstart",i)},bi=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,u=void 0===o?"medium":o,l=e.ariaLabel,c=e.children,s=e.endIcon,f=e.startIcon,d=e.fullWidth,h=void 0!==d&&d,m=e.className,p=e.disabled,v=e.onClick,g=e.onMouseDown;return Ut("button",{className:Rr()((st(t={"vm-button":!0},"vm-button_".concat(r,"_").concat(a),!0),st(t,"vm-button_".concat(u),u),st(t,"vm-button_icon",(f||s)&&!c),st(t,"vm-button_full-width",h),st(t,"vm-button_with-icon",f||s),st(t,"vm-button_disabled",p),st(t,m||"",m),t)),disabled:p,"aria-label":l,onClick:v,onMouseDown:g,children:Ut(Vt.HY,{children:[f&&Ut("span",{className:"vm-button__start-icon",children:f}),c&&Ut("span",{children:c}),s&&Ut("span",{className:"vm-button__end-icon",children:s})]})})},wi=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)}),[]),u=(0,r.useCallback)((function(){return i((function(e){return!e}))}),[]);return{value:n,setValue:i,setTrue:a,setFalse:o,toggle:u}},Di=function(e){var t=e.children,n=e.buttonRef,i=e.placement,a=void 0===i?"bottom-left":i,o=e.open,u=void 0!==o&&o,l=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=ci().isMobile,y=Se(),_=xe(),b=v((0,r.useState)({width:0,height:0}),2),w=b[0],D=b[1],k=wi(!1),x=k.value,C=k.setValue,S=k.setFalse,E=(0,r.useRef)(null);(0,r.useEffect)((function(){C(u)}),[u]),(0,r.useEffect)((function(){return!x&&l&&l(),x&&g&&!p&&(document.body.style.overflow="hidden"),function(){document.body.style.overflow="auto"}}),[x]),(0,r.useEffect)((function(){var e,t;D({width:(null===E||void 0===E||null===(e=E.current)||void 0===e?void 0:e.clientWidth)||0,height:(null===E||void 0===E||null===(t=E.current)||void 0===t?void 0:t.clientHeight)||0}),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"),u=(null===s||void 0===s?void 0:s.top)||0,l=(null===s||void 0===s?void 0:s.left)||0;r.left=r.left=t.left+l,r.top=t.height+t.top+u,i&&(r.left=t.right-w.width),o&&(r.top=t.top-w.height-u);var c=window,f=c.innerWidth,d=c.innerHeight,m=r.top+w.height+20>d,p=r.top-20<0,v=r.left+w.width+20>f,g=r.left-20<0;return m&&(r.top=t.top-w.height-u),p&&(r.top=t.height+t.top+u),v&&(r.left=t.right-w.width-l),g&&(r.left=t.left+l),h&&(r.width="".concat(t.width,"px")),r.top<0&&(r.top=20),r}),[n,a,x,t,h]);d&&_i(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}),l())}),[x,g,p,_,l]);return Vr("scroll",S),Vr("popstate",N),Ut(Vt.HY,{children:(x||!w.width)&&r.default.createPortal(Ut("div",{className:Rr()({"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)&&Ut("div",{className:"vm-popper-header",children:[Ut("p",{className:"vm-popper-header__title",children:m}),Ut(bi,{variant:"text",size:"small",onClick:function(e){e.stopPropagation(),l()},ariaLabel:"close",children:Ut(Zn,{})})]}),t]}),document.body)})},ki=function(e){var t=e.activeMenu,n=e.label,i=e.color,a=e.background,o=e.submenu,u=e.direction,l=xe().pathname,c=v((0,r.useState)(null),2),s=c[0],f=c[1],d=(0,r.useRef)(null),h=wi(!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()}),[l]),"column"===u?Ut(Vt.HY,{children:o.map((function(e){return Ut(yi,{activeMenu:t,value:e.value||"",label:e.label||""},e.value)}))}):Ut("div",{className:Rr()({"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,Ut(nr,{}),Ut(Di,{open:m,placement:"bottom-left",offset:{top:12,left:0},onClose:p,buttonRef:d,children:Ut("div",{className:"vm-header-nav-item-submenu",style:{background:a},onMouseLeave:y,onMouseEnter:function(){s&&clearTimeout(s)},children:o.map((function(e){return Ut(yi,{activeMenu:t,value:e.value||"",label:e.label||"",color:i},e.value)}))})})]})},xi=[{label:vt[gt.logs].title,value:gt.home}],Ci=[{label:vt[gt.home].title,value:gt.home},{label:"Explore",submenu:[{label:vt[gt.metrics].title,value:gt.metrics},{label:vt[gt.cardinality].title,value:gt.cardinality},{label:vt[gt.topQueries].title,value:gt.topQueries},{label:vt[gt.activeQueries].title,value:gt.activeQueries}]},{label:"Tools",submenu:[{label:vt[gt.trace].title,value:gt.trace},{label:vt[gt.withTemplate].title,value:gt.withTemplate},{label:vt[gt.relabel].title,value:gt.relabel}]}],Si=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=_t(),u=vi().dashboardsSettings,l=xe().pathname,c=v((0,r.useState)(l),2),s=c[0],f=c[1],d=(0,r.useMemo)((function(){return a?xi:[].concat(y(Ci),[{label:vt[gt.dashboards].title,value:gt.dashboards,hide:o||!u.length}]).filter((function(e){return!e.hide}))}),[o,u]);return(0,r.useEffect)((function(){f(l)}),[l]),Ut("nav",{className:Rr()(st({"vm-header-nav":!0},"vm-header-nav_".concat(i),i)),children:d.map((function(e){return e.submenu?Ut(ki,{activeMenu:s,label:e.label||"",submenu:e.submenu,color:t,background:n,direction:i},e.label):Ut(yi,{activeMenu:s,value:e.value||"",label:e.label||"",color:t},e.value)}))})},Ei=function(e){var t=e.title,n=e.children,i=e.onClose,a=e.className,o=e.isOpen,u=void 0===o||o,l=ci().isMobile,c=Se(),s=xe(),f=(0,r.useCallback)((function(e){u&&"Escape"===e.key&&i()}),[u]),d=function(e){e.stopPropagation()},h=(0,r.useCallback)((function(){u&&(c(s,{replace:!0}),i())}),[u,s,i]);return(0,r.useEffect)((function(){if(u)return document.body.style.overflow="hidden",function(){document.body.style.overflow="auto"}}),[u]),Vr("popstate",h),Vr("keyup",f),r.default.createPortal(Ut("div",{className:Rr()(st({"vm-modal":!0,"vm-modal_mobile":l},"".concat(a),a)),onMouseDown:i,children:Ut("div",{className:"vm-modal-content",children:[Ut("div",{className:"vm-modal-content-header",onMouseDown:d,children:[t&&Ut("div",{className:"vm-modal-content-header__title",children:t}),Ut("div",{className:"vm-modal-header__close",children:Ut(bi,{variant:"text",size:"small",onClick:i,ariaLabel:"close",children:Ut(Zn,{})})})]}),Ut("div",{className:"vm-modal-content-body",onMouseDown:d,children:n})]})}),document.body)},Ai=function(e){var t=e.children,n=e.title,i=e.open,a=e.placement,o=void 0===a?"bottom-center":a,u=e.offset,l=void 0===u?{top:6,left:0}:u,c=ci().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,n]);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,u=null===o||void 0===o?void 0:o.includes("top"),c=(null===l||void 0===l?void 0:l.top)||0,s=(null===l||void 0===l?void 0:l.left)||0;r.left=n.left-(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),u&&(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]),w=function(){"boolean"!==typeof i&&d(!0)},D=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",w),t.addEventListener("mouseleave",D),function(){t.removeEventListener("mouseenter",w),t.removeEventListener("mouseleave",D)}}),[g]),Ut(Vt.HY,{children:[Ut(r.Fragment,{ref:g,children:t}),!c&&f&&r.default.createPortal(Ut("div",{className:"vm-tooltip",ref:y,style:b,children:n}),document.body)]})},Ni=Ut("code",{children:li()?"Cmd":"Ctrl"}),Mi=[{title:"Zoom in",description:Ut(Vt.HY,{children:["To zoom in, hold down the ",Ni," + ",Ut("code",{children:"scroll up"}),", or press the ",Ut("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:Ut(Vt.HY,{children:["To zoom out, hold down the ",Ni," + ",Ut("code",{children:"scroll down"}),", or press the ",Ut("code",{children:"-"}),"."]})},{title:"Move horizontal axis",description:Ut(Vt.HY,{children:["To move the graph, hold down the ",Ni," + ",Ut("code",{children:"drag"})," the graph to the right or left."]})},{title:"Fixing a tooltip",description:Ut(Vt.HY,{children:["To fix the tooltip, ",Ut("code",{children:"click"})," mouse when it's open. Then, you can drag the fixed tooltip by ",Ut("code",{children:"clicking"})," and ",Ut("code",{children:"dragging"})," on the ",Ut(br,{})," icon."]})},{title:"Set a custom range for the vertical axis",description:Ut(Vt.HY,{children:["To set a custom range for the vertical axis, click on the ",Ut(Wn,{})," icon located in the upper right corner of the graph, activate the toggle, and set the values."]})}],Fi=[{title:"Show/hide a legend item",description:Ut(Vt.HY,{children:[Ut("code",{children:"click"})," on a legend item to isolate it on the graph.",Ni," + ",Ut("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:Ut(Vt.HY,{children:[Ut("code",{children:"click"})," on a label key-value pair to save it to the clipboard."]})},{title:"Collapse/Expand the legend group",description:Ut(Vt.HY,{children:[Ut("code",{children:"click"})," on the group name (e.g. ",Ut("b",{children:'Query 1: {__name__!=""}'}),") to collapse or expand the legend."]})}],Ti=Mi.concat(Fi),Oi=function(){var e=wi(!1),t=e.value,n=e.setFalse,r=e.setTrue;return Ut(Vt.HY,{children:[Ut(Ai,{title:"Show tips on working with the graph",children:Ut(bi,{variant:"text",color:"gray",startIcon:Ut(Ar,{}),onClick:r,ariaLabel:"open the tips"})}),t&&Ut(Ei,{title:"Tips on working with the graph and the legend",onClose:n,children:Ut("div",{className:"fc-graph-tips",children:Ti.map((function(e){var t=e.title,n=e.description;return Ut("div",{className:"fc-graph-tips-item",children:[Ut("h4",{className:"fc-graph-tips-item__action",children:t}),Ut("p",{className:"fc-graph-tips-item__description",children:n})]},t)}))})})]})},Li=Ut("code",{children:li()?"Cmd":"Ctrl"}),Pi=[{title:"Query",list:[{keys:Ut("code",{children:"Enter"}),description:"Run"},{keys:Ut(Vt.HY,{children:[Ut("code",{children:"Shift"})," + ",Ut("code",{children:"Enter"})]}),description:"Multi-line queries"},{keys:Ut(Vt.HY,{children:[Li," + ",Ut("code",{children:"Arrow Up"})]}),description:"Previous command from the Query history"},{keys:Ut(Vt.HY,{children:[Li," + ",Ut("code",{children:"Arrow Down"})]}),description:"Next command from the Query history"},{keys:Ut(Vt.HY,{children:[Li," + ",Ut("code",{children:"click"})," by ",Ut(vr,{})]}),description:"Toggle multiple queries"}]},{title:"Graph",readMore:Ut(Oi,{}),list:[{keys:Ut(Vt.HY,{children:[Li," + ",Ut("code",{children:"scroll Up"})," or ",Ut("code",{children:"+"})]}),description:"Zoom in"},{keys:Ut(Vt.HY,{children:[Li," + ",Ut("code",{children:"scroll Down"})," or ",Ut("code",{children:"-"})]}),description:"Zoom out"},{keys:Ut(Vt.HY,{children:[Li," + ",Ut("code",{children:"drag"})]}),description:"Move the graph left/right"},{keys:Ut(Vt.HY,{children:Ut("code",{children:"click"})}),description:"Select the series in the legend"},{keys:Ut(Vt.HY,{children:[Li," + ",Ut("code",{children:"click"})]}),description:"Toggle multiple series in the legend"}]}],Ii="Shortcut keys",Ri=li(),Bi=Ri?"Cmd + /":"F1",zi=function(e){var t=e.showTitle,n=_t(),i=wi(!1),a=i.value,o=i.setTrue,u=i.setFalse,l=(0,r.useCallback)((function(e){var t=Ri&&"/"===e.key&&e.metaKey,n=!Ri&&"F1"===e.key&&!e.metaKey;(t||n)&&o()}),[o]);return Vr("keydown",l),Ut(Vt.HY,{children:[Ut(Ai,{open:!0!==t&&void 0,title:"".concat(Ii," (").concat(Bi,")"),placement:"bottom-center",children:Ut(bi,{className:n?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Ut(or,{}),onClick:o,ariaLabel:Ii,children:t&&Ii})}),a&&Ut(Ei,{title:"Shortcut keys",onClose:u,children:Ut("div",{className:"vm-shortcuts",children:Pi.map((function(e){return Ut("div",{className:"vm-shortcuts-section",children:[e.readMore&&Ut("div",{className:"vm-shortcuts-section__read-more",children:e.readMore}),Ut("h3",{className:"vm-shortcuts-section__title",children:e.title}),Ut("div",{className:"vm-shortcuts-section-list",children:e.list.map((function(t,n){return Ut("div",{className:"vm-shortcuts-section-list-item",children:[Ut("div",{className:"vm-shortcuts-section-list-item__key",children:t.keys}),Ut("p",{className:"vm-shortcuts-section-list-item__description",children:t.description})]},"".concat(e.title,"_").concat(n))}))})]},e.title)}))})})]})},ji=function(e){var t=e.open;return Ut("button",{className:Rr()({"vm-menu-burger":!0,"vm-menu-burger_opened":t}),"aria-label":"menu",children:Ut("span",{})})},Hi=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=ci().isMobile,u=(0,r.useRef)(null),l=wi(!1),c=l.value,s=l.toggle,f=l.setFalse;return(0,r.useEffect)(f,[a]),_i(u,f),Ut("div",{className:"vm-header-sidebar",ref:u,children:[Ut("div",{className:Rr()({"vm-header-sidebar-button":!0,"vm-header-sidebar-button_open":c}),onClick:s,children:Ut(ji,{open:c})}),Ut("div",{className:Rr()({"vm-header-sidebar-menu":!0,"vm-header-sidebar-menu_open":c}),children:[Ut("div",{children:Ut(Si,{color:n,background:t,direction:"column"})}),Ut("div",{className:"vm-header-sidebar-menu-settings",children:!o&&!i&&Ut(zi,{showTitle:!0})})]})]})};function $i(){$i=function(){return t};var e,t={},n=Object.prototype,r=n.hasOwnProperty,i=Object.defineProperty||function(e,t,n){e[t]=n.value},a="function"==typeof Symbol?Symbol:{},o=a.iterator||"@@iterator",u=a.asyncIterator||"@@asyncIterator",l=a.toStringTag||"@@toStringTag";function c(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{c({},"")}catch(e){c=function(e,t,n){return e[t]=n}}function s(e,t,n,r){var a=t&&t.prototype instanceof g?t:g,o=Object.create(a.prototype),u=new F(r||[]);return i(o,"_invoke",{value:E(e,n,u)}),o}function f(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}t.wrap=s;var d="suspendedStart",h="suspendedYield",m="executing",p="completed",v={};function g(){}function y(){}function _(){}var w={};c(w,o,(function(){return this}));var D=Object.getPrototypeOf,k=D&&D(D(T([])));k&&k!==n&&r.call(k,o)&&(w=k);var x=_.prototype=g.prototype=Object.create(w);function C(e){["next","throw","return"].forEach((function(t){c(e,t,(function(e){return this._invoke(t,e)}))}))}function S(e,t){function n(i,a,o,u){var l=f(e[i],e,a);if("throw"!==l.type){var c=l.arg,s=c.value;return s&&"object"==b(s)&&r.call(s,"__await")?t.resolve(s.__await).then((function(e){n("next",e,o,u)}),(function(e){n("throw",e,o,u)})):t.resolve(s).then((function(e){c.value=e,o(c)}),(function(e){return n("throw",e,o,u)}))}u(l.arg)}var a;i(this,"_invoke",{value:function(e,r){function i(){return new t((function(t,i){n(e,r,t,i)}))}return a=a?a.then(i,i):i()}})}function E(t,n,r){var i=d;return function(a,o){if(i===m)throw new Error("Generator is already running");if(i===p){if("throw"===a)throw o;return{value:e,done:!0}}for(r.method=a,r.arg=o;;){var u=r.delegate;if(u){var l=A(u,r);if(l){if(l===v)continue;return l}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(i===d)throw i=p,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);i=m;var c=f(t,n,r);if("normal"===c.type){if(i=r.done?p:h,c.arg===v)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(i=p,r.method="throw",r.arg=c.arg)}}}function A(t,n){var r=n.method,i=t.iterator[r];if(i===e)return n.delegate=null,"throw"===r&&t.iterator.return&&(n.method="return",n.arg=e,A(t,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),v;var a=f(i,t.iterator,n.arg);if("throw"===a.type)return n.method="throw",n.arg=a.arg,n.delegate=null,v;var o=a.arg;return o?o.done?(n[t.resultName]=o.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,v):o:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,v)}function N(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 M(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function F(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(N,this),this.reset(!0)}function T(t){if(t||""===t){var n=t[o];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,a=function n(){for(;++i<t.length;)if(r.call(t,i))return n.value=t[i],n.done=!1,n;return n.value=e,n.done=!0,n};return a.next=a}}throw new TypeError(b(t)+" is not iterable")}return y.prototype=_,i(x,"constructor",{value:_,configurable:!0}),i(_,"constructor",{value:y,configurable:!0}),y.displayName=c(_,l,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===y||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,_):(e.__proto__=_,c(e,l,"GeneratorFunction")),e.prototype=Object.create(x),e},t.awrap=function(e){return{__await:e}},C(S.prototype),c(S.prototype,u,(function(){return this})),t.AsyncIterator=S,t.async=function(e,n,r,i,a){void 0===a&&(a=Promise);var o=new S(s(e,n,r,i),a);return t.isGeneratorFunction(n)?o:o.next().then((function(e){return e.done?e.value:o.next()}))},C(x),c(x,l,"Generator"),c(x,o,(function(){return this})),c(x,"toString",(function(){return"[object Generator]"})),t.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}},t.values=T,F.prototype={constructor:F,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(M),!t)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var n=this;function i(r,i){return u.type="throw",u.arg=t,n.next=r,i&&(n.method="next",n.arg=e),!!i}for(var a=this.tryEntries.length-1;a>=0;--a){var o=this.tryEntries[a],u=o.completion;if("root"===o.tryLoc)return i("end");if(o.tryLoc<=this.prev){var l=r.call(o,"catchLoc"),c=r.call(o,"finallyLoc");if(l&&c){if(this.prev<o.catchLoc)return i(o.catchLoc,!0);if(this.prev<o.finallyLoc)return i(o.finallyLoc)}else if(l){if(this.prev<o.catchLoc)return i(o.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return i(o.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var i=this.tryEntries[n];if(i.tryLoc<=this.prev&&r.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,v):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),v},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),M(n),v}},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;M(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:T(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),v}},t}function Vi(e,t,n,r,i,a,o){try{var u=e[a](o),l=u.value}catch(c){return void n(c)}u.done?t(l):Promise.resolve(l).then(r,i)}function Yi(e){return function(){var t=this,n=arguments;return new Promise((function(r,i){var a=e.apply(t,n);function o(e){Vi(a,r,i,o,u,"next",e)}function u(e){Vi(a,r,i,o,u,"throw",e)}o(void 0)}))}}var Ui=["controlsComponent","isMobile"],qi=function(e){var t=e.controlsComponent,n=e.isMobile,i=Br(e,Ui),a=_t(),o=xe().pathname,u=function(){var e=yt().useTenantID,t=_t(),n=Wt().serverUrl,i=v((0,r.useState)(!1),2),a=i[0],o=i[1],u=v((0,r.useState)(),2),l=u[0],c=u[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!!Dt(n)}),[n]),p=t?!e:!m;return(0,r.useEffect)((function(){if(!p){var e=function(){var e=Yi($i().mark((function e(){var t,n,r;return $i().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:l}}(),l=u.accountIds,c=wi(!1),s=c.value,f=c.toggle,d=c.setFalse,h=(0,r.useMemo)((function(){return(vt[o]||{}).header||{}}),[o]),m=Ut(t,dt(dt({},i),{},{isMobile:n,accountIds:l,headerSetup:h}));return n?Ut(Vt.HY,{children:[Ut("div",{children:Ut(bi,{className:Rr()({"vm-header-button":!a}),startIcon:Ut(Sr,{}),onClick:f,ariaLabel:"controls"})}),Ut(Ei,{title:"Controls",onClose:d,isOpen:s,className:Rr()({"vm-header-controls-modal":!0,"vm-header-controls-modal_open":s}),children:m})]}):m},Wi=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=ci().isMobile,a=Yr(),o=(0,r.useMemo)((function(){return window.innerWidth<1e3}),[a]),u=Wt().isDarkTheme,l=_t(),c=(0,r.useMemo)((function(){return Rt(u?"color-background-block":"color-primary")}),[u]),s=(0,r.useMemo)((function(){var e=yt().headerStyles,t=void 0===e?{}:e,n=t.background,r=void 0===n?l?"#FFF":c:n,i=t.color;return{background:r,color:void 0===i?l?c:"#FFF":i}}),[c]),f=s.background,d=s.color,h=Se(),m=function(){h({pathname:gt.home}),window.location.reload()};return Ut("header",{className:Rr()({"vm-header":!0,"vm-header_app":l,"vm-header_dark":u,"vm-header_sidebar":o,"vm-header_mobile":i}),style:{background:f,color:d},children:[o?Ut(Hi,{background:f,color:d}):Ut(Vt.HY,{children:[!l&&Ut("div",{className:Rr()({"vm-header-logo":!0,"vm-header-logo_logs":n}),onClick:m,style:{color:d},children:Ut(n?Un:Yn,{})}),Ut(Si,{color:d,background:f})]}),o&&Ut("div",{className:Rr()({"vm-header-logo":!0,"vm-header-logo_mobile":!0,"vm-header-logo_logs":n}),onClick:m,style:{color:d},children:Ut(n?Un:Yn,{})}),Ut(qi,{controlsComponent:t,displaySidebar:o,isMobile:i})]})},Zi=function(){var e=ci().isMobile,t="2019-".concat(a()().format("YYYY"));return Ut("footer",{className:"vm-footer",children:[Ut("a",{className:"vm-link vm-footer__website",target:"_blank",href:"https://victoriametrics.com/",rel:"me noreferrer",children:[Ut(qn,{}),"victoriametrics.com"]}),Ut("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://docs.victoriametrics.com/MetricsQL.html",rel:"help noreferrer",children:[Ut(fr,{}),"MetricsQL"]}),Ut("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://docs.victoriametrics.com/#vmui",rel:"help noreferrer",children:[Ut(Dr,{}),e?"Docs":"Documentation"]}),Ut("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://github.com/VictoriaMetrics/VictoriaMetrics/issues/new/choose",rel:"noreferrer",children:[Ut(kr,{}),e?"New issue":"Create an issue"]}),Ut("div",{className:"vm-footer__copyright",children:["\xa9 ",t," VictoriaMetrics"]})]})},Qi=function(){var e=Yi($i().mark((function e(t){var n,r;return $i().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)}}(),Gi=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=_t(),n=Wt().serverUrl,i=(0,r.useContext)(pi).dispatch,a=v((0,r.useState)(!1),2),o=a[0],u=a[1],l=v((0,r.useState)(""),2),c=l[0],s=l[1],f=v((0,r.useState)([]),2),d=f[0],h=f[1],m=function(){var e=Yi($i().mark((function e(){var t,n;return $i().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=Yi($i().mark((function e(t){return $i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",Qi(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(y(n),y(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=Yi($i().mark((function t(){var r,i,a;return $i().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(""),u(!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(y(e),y(a))})),t.next=19;break;case 17:return t.next=19,m();case 19:u(!1),t.next=26;break;case 22:return t.next=24,m();case 24:s(i.error),u(!1);case 26:t.next=34;break;case 28:return t.prev=28,t.t0=t.catch(4),u(!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}},Ki=function(e){var t=e.error,n=e.warning,i=e.info,a=(0,r.useRef)(null),o=v((0,r.useState)(!1),2),u=o[0],l=o[1],c=v((0,r.useState)(!1),2),s=c[0],f=c[1],d=(0,r.useMemo)((function(){return t?"ERROR: ":n?"WARNING: ":""}),[t,n]),h="".concat(d).concat(t||n||i),m=function(){var e=a.current;if(e){var t=e.offsetWidth,n=e.scrollWidth,r=e.offsetHeight,i=e.scrollHeight;l(t+1<n||r+1<i)}else l(!1)};return(0,r.useEffect)((function(){f(!1),m()}),[a,h]),Vr("resize",m),t||n||i?Ut("span",{className:Rr()({"vm-text-field__error":!0,"vm-text-field__warning":n&&!t,"vm-text-field__helper-text":!n&&!t,"vm-text-field__error_overflowed":u,"vm-text-field__error_full":s}),"data-show":!!h,ref:a,onClick:function(){u&&(f(!0),l(!1))},children:h}):null},Ji=function(e){var t=e.label,n=e.value,i=e.type,a=void 0===i?"text":i,o=e.error,u=void 0===o?"":o,l=e.warning,c=void 0===l?"":l,s=e.helperText,f=void 0===s?"":s,d=e.placeholder,h=e.endIcon,m=e.startIcon,p=e.disabled,v=void 0!==p&&p,g=e.autofocus,y=void 0!==g&&g,_=e.inputmode,b=void 0===_?"text":_,w=e.onChange,D=e.onEnter,k=e.onKeyDown,x=e.onFocus,C=e.onBlur,S=e.onChangeCaret,E=Wt().isDarkTheme,A=ci().isMobile,N=(0,r.useRef)(null),M=(0,r.useRef)(null),F=(0,r.useMemo)((function(){return"textarea"===a?M:N}),[a]),T=Rr()({"vm-text-field__input":!0,"vm-text-field__input_error":u,"vm-text-field__input_warning":!u&&c,"vm-text-field__input_icon-start":m,"vm-text-field__input_disabled":v,"vm-text-field__input_textarea":"textarea"===a}),O=function(e){var t=e.selectionStart,n=e.selectionEnd;S&&S([t||0,n||0])},L=function(e){O(e.currentTarget)},P=function(e){k&&k(e),O(e.currentTarget);var t=e.key,n=e.ctrlKey,r=e.metaKey,i="Enter"===t;("textarea"!==a?i:i&&(r||n))&&D&&(e.preventDefault(),D())},I=function(e){v||(w&&w(e.currentTarget.value),O(e.currentTarget))};(0,r.useEffect)((function(){var e;y&&!A&&(null===F||void 0===F||null===(e=F.current)||void 0===e?void 0:e.focus)&&F.current.focus()}),[F,y]);var R=function(){x&&x()},B=function(){C&&C()};return Ut("label",{className:Rr()({"vm-text-field":!0,"vm-text-field_textarea":"textarea"===a,"vm-text-field_dark":E}),"data-replicated-value":n,children:[m&&Ut("div",{className:"vm-text-field__icon-start",children:m}),h&&Ut("div",{className:"vm-text-field__icon-end",children:h}),"textarea"===a?Ut("textarea",{className:T,disabled:v,ref:M,value:n,rows:1,inputMode:b,placeholder:d,autoCapitalize:"none",onInput:I,onKeyDown:P,onFocus:R,onBlur:B,onMouseUp:L}):Ut("input",{className:T,disabled:v,ref:N,value:n,type:a,placeholder:d,inputMode:b,autoCapitalize:"none",onInput:I,onKeyDown:P,onFocus:R,onBlur:B,onMouseUp:L}),t&&Ut("span",{className:"vm-text-field__label",children:t}),Ut(Ki,{error:u,warning:c,info:f})]})},Xi=function(e){var t=e.accountIds,n=_t(),i=ci().isMobile,a=Wt(),o=a.tenantId,u=a.serverUrl,l=Zt(),c=In(),s=v((0,r.useState)(""),2),f=s[0],d=s[1],h=(0,r.useRef)(null),m=wi(!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]),w=function(e){return function(){var t=e;if(l({type:"SET_TENANT_ID",payload:t}),u){var n=wt(u,t);if(n===u)return;l({type:"SET_SERVER",payload:n}),c({type:"RUN_QUERY"})}y()}};return(0,r.useEffect)((function(){var e=Dt(u);o&&o!==e?w(o)():w(e)()}),[u]),b?Ut("div",{className:"vm-tenant-input",children:[Ut(Ai,{title:"Define Tenant ID if you need request to another storage",children:Ut("div",{ref:h,children:i?Ut("div",{className:"vm-mobile-option",onClick:g,children:[Ut("span",{className:"vm-mobile-option__icon",children:Ut(Cr,{})}),Ut("div",{className:"vm-mobile-option-text",children:[Ut("span",{className:"vm-mobile-option-text__label",children:"Tenant ID"}),Ut("span",{className:"vm-mobile-option-text__value",children:o})]}),Ut("span",{className:"vm-mobile-option__arrow",children:Ut(tr,{})})]}):Ut(bi,{className:n?"":"vm-header-button",variant:"contained",color:"primary",fullWidth:!0,startIcon:Ut(Cr,{}),endIcon:Ut("div",{className:Rr()({"vm-execution-controls-buttons__arrow":!0,"vm-execution-controls-buttons__arrow_open":p}),children:Ut(tr,{})}),onClick:g,children:o})})}),Ut(Di,{open:p,placement:"bottom-right",onClose:y,buttonRef:h,title:i?"Define Tenant ID":void 0,children:Ut("div",{className:Rr()({"vm-list vm-tenant-input-list":!0,"vm-list vm-tenant-input-list_mobile":i}),children:[Ut("div",{className:"vm-tenant-input-list__search",children:Ut(Ji,{autofocus:!0,label:"Search",value:f,onChange:d,type:"search"})}),_.map((function(e){return Ut("div",{className:Rr()({"vm-list-item":!0,"vm-list-item_mobile":i,"vm-list-item_active":e===o}),onClick:w(e),children:e},e)}))]})})]}):null};var ea,ta,na=function(e){var t=(0,r.useRef)();return(0,r.useEffect)((function(){t.current=e}),[e]),t.current},ra=function(){var e=_t(),t=ci().isMobile,n=ai(),i=n.customStep,a=n.isHistogram,o=Pn().period,u=o.step,l=o.end,c=o.start,s=oi(),f=na(l-c),d=(0,r.useMemo)((function(){return mn(l-c,a)}),[u,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=wi(!1),w=b.value,D=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 un.find((function(t){return t.short===e}))})),a=r&&i;p(e),_(a?"":Pt.validStep)};return(0,r.useEffect)((function(){i&&C(i)}),[i]),(0,r.useEffect)((function(){!i&&d&&C(d)}),[d]),(0,r.useEffect)((function(){l-c!==f&&f&&d&&C(d)}),[l,c,f,d]),(0,r.useEffect)((function(){u!==i&&u!==d||C(d)}),[a]),Ut("div",{className:"vm-step-control",ref:x,children:[t?Ut("div",{className:"vm-mobile-option",onClick:D,children:[Ut("span",{className:"vm-mobile-option__icon",children:Ut(wr,{})}),Ut("div",{className:"vm-mobile-option-text",children:[Ut("span",{className:"vm-mobile-option-text__label",children:"Step"}),Ut("span",{className:"vm-mobile-option-text__value",children:m})]}),Ut("span",{className:"vm-mobile-option__arrow",children:Ut(tr,{})})]}):Ut(Ai,{title:"Query resolution step width",children:Ut(bi,{className:e?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Ut(wr,{}),onClick:D,children:Ut("p",{children:["STEP",Ut("p",{className:"vm-step-control__value",children:m})]})})}),Ut(Di,{open:w,placement:"bottom-right",onClose:k,buttonRef:x,title:t?"Query resolution step width":void 0,children:Ut("div",{className:Rr()({"vm-step-control-popper":!0,"vm-step-control-popper_mobile":t}),children:[Ut(Ji,{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:Ut(Ai,{title:"Set default step value: ".concat(d),children:Ut(bi,{size:"small",variant:"text",color:"primary",startIcon:Ut(Qn,{}),onClick:function(){var e=d||"1s";S(e),C(e)},ariaLabel:"reset step"})})}),Ut("div",{className:"vm-step-control-popper-info",children:[Ut("code",{children:"step"})," - the ",Ut("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 ",Ut("code",{children:"query"})," is executed at",Ut("code",{children:"start"}),", ",Ut("code",{children:"start+step"}),", ",Ut("code",{children:"start+2*step"}),", \u2026, ",Ut("code",{children:"end"})," timestamps.",Ut("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"})]})]})})]})},ia=function(e){var t=e.relativeTime,n=e.setDuration,r=ci().isMobile;return Ut("div",{className:Rr()({"vm-time-duration":!0,"vm-time-duration_mobile":r}),children:bn.map((function(e){var i,a=e.id,o=e.duration,u=e.until,l=e.title;return Ut("div",{className:Rr()({"vm-list-item":!0,"vm-list-item_mobile":r,"vm-list-item_active":a===t}),onClick:(i={duration:o,until:u(),id:a},function(){n(i)}),children:l||o},a)}))})},aa=function(e){var t=e.viewDate,n=e.showArrowNav,r=e.onChangeViewDate;return Ut("div",{className:"vm-calendar-header",children:[Ut("div",{className:"vm-calendar-header-left",onClick:e.toggleDisplayYears,children:[Ut("span",{className:"vm-calendar-header-left__date",children:t.format("MMMM YYYY")}),Ut("div",{className:"vm-calendar-header-left__select-year",children:Ut(nr,{})})]}),n&&Ut("div",{className:"vm-calendar-header-right",children:[Ut("div",{className:"vm-calendar-header-right__prev",onClick:function(){r(t.subtract(1,"month"))},children:Ut(tr,{})}),Ut("div",{className:"vm-calendar-header-right__next",onClick:function(){r(t.add(1,"month"))},children:Ut(tr,{})})]})]})},oa=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],ua=function(e){var t=e.viewDate,n=e.selectDate,i=e.onChangeSelectDate,o="YYYY-MM-DD",u=a()().tz().startOf("day"),l=(0,r.useMemo)((function(){var e=new Array(42).fill(null),n=t.startOf("month"),r=t.endOf("month").diff(n,"day")+1,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(y(i))),e}),[t]),c=function(e){return function(){e&&i(e)}};return Ut("div",{className:"vm-calendar-body",children:[oa.map((function(e){return Ut("div",{className:"vm-calendar-body-cell vm-calendar-body-cell_weekday",children:e[0]},e)})),l.map((function(e,t){return Ut("div",{className:Rr()({"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))===u.format(o)}),onClick:c(e),children:e&&e.format("D")},e?e.format(o):t)}))]})},la=function(e){var t=e.viewDate,n=e.onChangeViewDate,i=a()().format("YYYY"),o=(0,r.useMemo)((function(){return t.format("YYYY")}),[t]),u=(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 Ut("div",{className:"vm-calendar-years",children:u.map((function(e){return Ut("div",{className:Rr()({"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}))})},ca=function(e){var t=e.viewDate,n=e.selectDate,i=e.onChangeViewDate,o=a()().format("MM"),u=(0,r.useMemo)((function(){return n.format("MM")}),[n]),l=(0,r.useMemo)((function(){return new Array(12).fill("").map((function(e,n){return a()(t).month(n)}))}),[t]);(0,r.useEffect)((function(){var e=document.getElementById("vm-calendar-year-".concat(u));e&&e.scrollIntoView({block:"center"})}),[]);var c=function(e){return function(){i(e)}};return Ut("div",{className:"vm-calendar-years",children:l.map((function(e){return Ut("div",{className:Rr()({"vm-calendar-years__year":!0,"vm-calendar-years__year_selected":e.format("MM")===u,"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"))}))})},sa=function(e){return e[e.days=0]="days",e[e.months=1]="months",e[e.years=2]="years",e}(sa||{}),fa=function(e){var t=e.date,n=e.format,i=void 0===n?Kt:n,o=e.onChange,u=v((0,r.useState)(sa.days),2),l=u[0],c=u[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(),_=ci().isMobile,b=function(e){d(e),c((function(e){return e===sa.years?sa.months:sa.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]),Ut("div",{className:Rr()({"vm-calendar":!0,"vm-calendar_mobile":_}),children:[Ut(aa,{viewDate:f,onChangeViewDate:b,toggleDisplayYears:function(){c((function(e){return e===sa.years?sa.days:sa.years}))},showArrowNav:l===sa.days}),l===sa.days&&Ut(ua,{viewDate:f,selectDate:m,onChangeSelectDate:function(e){p(e)}}),l===sa.years&&Ut(la,{viewDate:f,onChangeViewDate:b}),l===sa.months&&Ut(ca,{selectDate:m,viewDate:f,onChangeViewDate:b}),!y&&l===sa.days&&Ut("div",{className:"vm-calendar-footer",children:Ut(bi,{variant:"text",size:"small",onClick:function(){d(g)},children:"show today"})})]})},da=(0,r.forwardRef)((function(e,t){var n=e.date,i=e.targetRef,o=e.format,u=void 0===o?Kt:o,l=e.onChange,c=e.label,s=(0,r.useMemo)((function(){return a()(n).isValid()?a().tz(n):a()().tz()}),[n]),f=ci().isMobile,d=wi(!1),h=d.value,m=d.toggle,p=d.setFalse;return Vr("click",m,i),Vr("keyup",(function(e){"Escape"!==e.key&&"Enter"!==e.key||p()})),Ut(Vt.HY,{children:Ut(Di,{open:h,buttonRef:i,placement:"bottom-right",onClose:p,title:f?c:void 0,children:Ut("div",{ref:t,children:Ut(fa,{date:s,format:u,onChange:function(e){l(e),p()}})})})})})),ha=da,ma=n(111),pa=n.n(ma),va=function(e){return a()(e).isValid()?a().tz(e).format(Kt):e},ga=function(e){var t=e.value,n=void 0===t?"":t,i=e.label,o=e.pickerLabel,u=e.pickerRef,l=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)(va(n)),2),p=m[0],g=m[1],y=v((0,r.useState)(!1),2),_=y[0],b=y[1],w=v((0,r.useState)(!1),2),D=w[0],k=w[1],x=a()(p).isValid()?"":"Invalid date format";return(0,r.useEffect)((function(){var e=va(n);e!==p&&g(e),D&&(c(),k(!1))}),[n]),(0,r.useEffect)((function(){_&&d&&(d.focus(),d.setSelectionRange(11,11),b(!1))}),[_]),Ut("div",{className:Rr()({"vm-date-time-input":!0,"vm-date-time-input_error":x}),children:[Ut("label",{children:i}),Ut(pa(),{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(){l(p)},onKeyUp:function(e){"Enter"===e.key&&(l(p),k(!0))}}),x&&Ut("span",{className:"vm-date-time-input__error-text",children:x}),Ut("div",{className:"vm-date-time-input__icon",ref:s,children:Ut(bi,{variant:"text",color:"gray",size:"small",startIcon:Ut(ir,{}),ariaLabel:"calendar"})}),Ut(ha,{label:o,ref:u,date:p,onChange:function(e){g(e),b(!0)},targetRef:s})]})},ya=function(){var e=ci().isMobile,t=Wt().isDarkTheme,n=(0,r.useRef)(null),i=Yr(),o=(0,r.useMemo)((function(){return i.width>1120}),[i]),u=v((0,r.useState)(),2),l=u[0],c=u[1],s=v((0,r.useState)(),2),f=s[0],d=s[1],h=Pn(),m=h.period,p=m.end,g=m.start,y=h.relativeTime,_=h.timezone,b=h.duration,w=In(),D=_t(),k=na(_),x=wi(!1),C=x.value,S=x.toggle,E=x.setFalse,A=(0,r.useMemo)((function(){return{region:_,utc:Dn(_)}}),[_]);(0,r.useEffect)((function(){c(gn(_n(p)))}),[_,p]),(0,r.useEffect)((function(){d(gn(_n(g)))}),[_,g]);var N=function(e){var t=e.duration,n=e.until,r=e.id;w({type:"SET_RELATIVE_TIME",payload:{duration:t,until:n,id:r}}),E()},M=(0,r.useMemo)((function(){return{start:a().tz(_n(g)).format(Kt),end:a().tz(_n(p)).format(Kt)}}),[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),L=(0,r.useRef)(null),P=function(){f&&l&&w({type:"SET_PERIOD",payload:{from:a().tz(f).toDate(),to:a().tz(l).toDate()}}),E()};return(0,r.useEffect)((function(){var e=wn({relativeTimeId:y,defaultDuration:b,defaultEndInput:_n(p)});k&&_!==k&&N({id:e.relativeTimeId,duration:e.duration,until:e.endInput})}),[_,k]),_i(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()}})),Ut(Vt.HY,{children:[Ut("div",{ref:L,children:e?Ut("div",{className:"vm-mobile-option",onClick:S,children:[Ut("span",{className:"vm-mobile-option__icon",children:Ut(rr,{})}),Ut("div",{className:"vm-mobile-option-text",children:[Ut("span",{className:"vm-mobile-option-text__label",children:"Time range"}),Ut("span",{className:"vm-mobile-option-text__value",children:F})]}),Ut("span",{className:"vm-mobile-option__arrow",children:Ut(tr,{})})]}):Ut(Ai,{title:o?"Time range controls":F,children:Ut(bi,{className:D?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Ut(rr,{}),onClick:S,ariaLabel:"time range controls",children:o&&Ut("span",{children:F})})})}),Ut(Di,{open:C,buttonRef:L,placement:"bottom-right",onClose:E,clickOutside:!1,title:e?"Time range controls":"",children:Ut("div",{className:Rr()({"vm-time-selector":!0,"vm-time-selector_mobile":e}),ref:n,children:[Ut("div",{className:"vm-time-selector-left",children:[Ut("div",{className:Rr()({"vm-time-selector-left-inputs":!0,"vm-time-selector-left-inputs_dark":t}),children:[Ut(ga,{value:f,label:"From:",pickerLabel:"Date From",pickerRef:T,onChange:d,onEnter:P}),Ut(ga,{value:l,label:"To:",pickerLabel:"Date To",pickerRef:O,onChange:c,onEnter:P})]}),Ut("div",{className:"vm-time-selector-left-timezone",children:[Ut("div",{className:"vm-time-selector-left-timezone__title",children:A.region}),Ut("div",{className:"vm-time-selector-left-timezone__utc",children:A.utc})]}),Ut(bi,{variant:"text",startIcon:Ut(ar,{}),onClick:function(){return w({type:"RUN_QUERY_TO_NOW"})},children:"switch to now"}),Ut("div",{className:"vm-time-selector-left__controls",children:[Ut(bi,{color:"error",variant:"outlined",onClick:function(){c(gn(_n(p))),d(gn(_n(g))),E()},children:"Cancel"}),Ut(bi,{color:"primary",onClick:P,children:"Apply"})]})]}),Ut(ia,{relativeTime:y||"",setDuration:N})]})})]})},_a=function(){var e=Se(),t=v(lt(),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])}},ba=function(){var e=ci().isMobile,t=_t(),n=(0,r.useRef)(null),i=v(lt(),1)[0],o=_a().setSearchParamsFromKeys,u=i.get("date")||a()().tz().format(Gt),l=(0,r.useMemo)((function(){return a().tz(u).format(Gt)}),[u]),c=function(e){o({date:e})};return(0,r.useEffect)((function(){c(u)}),[]),Ut("div",{children:[Ut("div",{ref:n,children:e?Ut("div",{className:"vm-mobile-option",children:[Ut("span",{className:"vm-mobile-option__icon",children:Ut(ir,{})}),Ut("div",{className:"vm-mobile-option-text",children:[Ut("span",{className:"vm-mobile-option-text__label",children:"Date control"}),Ut("span",{className:"vm-mobile-option-text__value",children:l})]}),Ut("span",{className:"vm-mobile-option__arrow",children:Ut(tr,{})})]}):Ut(Ai,{title:"Date control",children:Ut(bi,{className:t?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Ut(ir,{}),children:l})})}),Ut(ha,{label:"Date control",date:u||"",format:Gt,onChange:c,targetRef:n})]})},wa=[{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"}],Da=function(){var e=ci().isMobile,t=In(),n=_t(),i=v((0,r.useState)(!1),2),a=i[0],o=i[1],u=v((0,r.useState)(wa[0]),2),l=u[0],c=u[1],s=wi(!1),f=s.value,d=s.toggle,h=s.setFalse,m=(0,r.useRef)(null);(0,r.useEffect)((function(){var e,n=l.seconds;return a?e=setInterval((function(){t({type:"RUN_QUERY"})}),1e3*n):c(wa[0]),function(){e&&clearInterval(e)}}),[l,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 Ut(Vt.HY,{children:[Ut("div",{className:"vm-execution-controls",children:Ut("div",{className:Rr()({"vm-execution-controls-buttons":!0,"vm-execution-controls-buttons_mobile":e,"vm-header-button":!n}),children:[!e&&Ut(Ai,{title:"Refresh dashboard",children:Ut(bi,{variant:"contained",color:"primary",onClick:function(){t({type:"RUN_QUERY"})},startIcon:Ut(er,{}),ariaLabel:"refresh dashboard"})}),e?Ut("div",{className:"vm-mobile-option",onClick:d,children:[Ut("span",{className:"vm-mobile-option__icon",children:Ut(Qn,{})}),Ut("div",{className:"vm-mobile-option-text",children:[Ut("span",{className:"vm-mobile-option-text__label",children:"Auto-refresh"}),Ut("span",{className:"vm-mobile-option-text__value",children:l.title})]}),Ut("span",{className:"vm-mobile-option__arrow",children:Ut(tr,{})})]}):Ut(Ai,{title:"Auto-refresh control",children:Ut("div",{ref:m,children:Ut(bi,{variant:"contained",color:"primary",fullWidth:!0,endIcon:Ut("div",{className:Rr()({"vm-execution-controls-buttons__arrow":!0,"vm-execution-controls-buttons__arrow_open":f}),children:Ut(tr,{})}),onClick:d,children:l.title})})})]})}),Ut(Di,{open:f,placement:"bottom-right",onClose:h,buttonRef:m,title:e?"Auto-refresh duration":void 0,children:Ut("div",{className:Rr()({"vm-execution-controls-list":!0,"vm-execution-controls-list_mobile":e}),children:wa.map((function(t){return Ut("div",{className:Rr()({"vm-list-item":!0,"vm-list-item_mobile":e,"vm-list-item_active":t.seconds===l.seconds}),onClick:p(t),children:t.title},t.seconds)}))})})]})},ka=function(e){var t;try{t=new URL(e)}catch(Yt){return!1}return"http:"===t.protocol||"https:"===t.protocol},xa=function(e){var t=e.serverUrl,n=e.stateServerUrl,i=e.onChange,a=e.onEnter,o=v((0,r.useState)(""),2),u=o[0],l=o[1];return(0,r.useEffect)((function(){n||l(Pt.emptyServer),ka(n)||l(Pt.validServer)}),[n]),Ut(Ji,{autofocus:!0,label:"Server URL",value:t,error:u,onChange:function(e){i(e||""),l("")},onEnter:a,inputmode:"url"})},Ca=[{label:"Graph",type:"chart"},{label:"JSON",type:"code"},{label:"Table",type:"table"}],Sa=function(e){var t=e.limits,n=e.onChange,i=e.onEnter,a=ci().isMobile,o=v((0,r.useState)({table:"",chart:"",code:""}),2),u=o[0],l=o[1],c=function(e){return function(r){!function(e,r){var i=e||"";l((function(e){return dt(dt({},e),{},st({},r,+i<0?Pt.positiveNumber:""))})),n(dt(dt({},t),{},st({},r,i||1/0)))}(r,e)}};return Ut("div",{className:"vm-limits-configurator",children:[Ut("div",{className:"vm-server-configurator__title",children:["Series limits by tabs",Ut(Ai,{title:"Set to 0 to disable the limit",children:Ut(bi,{variant:"text",color:"primary",size:"small",startIcon:Ut(Gn,{})})}),Ut("div",{className:"vm-limits-configurator-title__reset",children:Ut(bi,{variant:"text",color:"primary",size:"small",startIcon:Ut(Qn,{}),onClick:function(){n(At)},children:"Reset limits"})})]}),Ut("div",{className:Rr()({"vm-limits-configurator__inputs":!0,"vm-limits-configurator__inputs_mobile":a}),children:Ca.map((function(e){return Ut("div",{children:Ut(Ji,{label:e.label,value:t[e.type],error:u[e.type],onChange:c(e.type),onEnter:i,type:"number"})},e.type)}))})]})},Ea=function(e){var t=e.defaultExpanded,n=void 0!==t&&t,i=e.onChange,a=e.title,o=e.children,u=v((0,r.useState)(n),2),l=u[0],c=u[1];return(0,r.useEffect)((function(){i&&i(l)}),[l]),Ut(Vt.HY,{children:[Ut("header",{className:"vm-accordion-header ".concat(l&&"vm-accordion-header_open"),onClick:function(){c((function(e){return!e}))},children:[a,Ut("div",{className:"vm-accordion-header__arrow ".concat(l&&"vm-accordion-header__arrow_open"),children:Ut(tr,{})})]}),l&&Ut("section",{className:"vm-accordion-section",children:o},"content")]})},Aa=function(e){var t=e.timezoneState,n=e.onChange,i=ci().isMobile,o=kn(),u=v((0,r.useState)(""),2),l=u[0],c=u[1],s=(0,r.useRef)(null),f=wi(!1),d=f.value,h=f.toggle,m=f.setFalse,p=(0,r.useMemo)((function(){if(!l)return o;try{return kn(l)}catch(e){return{}}}),[l,o]),g=(0,r.useMemo)((function(){return Object.keys(p)}),[p]),y=(0,r.useMemo)((function(){return{region:a().tz.guess(),utc:Dn(a().tz.guess())}}),[]),_=(0,r.useMemo)((function(){return{region:t,utc:Dn(t)}}),[t]),b=function(e){return function(){!function(e){n(e.region),c(""),m()}(e)}};return Ut("div",{className:"vm-timezones",children:[Ut("div",{className:"vm-server-configurator__title",children:"Time zone"}),Ut("div",{className:"vm-timezones-item vm-timezones-item_selected",onClick:h,ref:s,children:[Ut("div",{className:"vm-timezones-item__title",children:_.region}),Ut("div",{className:"vm-timezones-item__utc",children:_.utc}),Ut("div",{className:Rr()({"vm-timezones-item__icon":!0,"vm-timezones-item__icon_open":d}),children:Ut(nr,{})})]}),Ut(Di,{open:d,buttonRef:s,placement:"bottom-left",onClose:m,fullWidth:!0,title:i?"Time zone":void 0,children:Ut("div",{className:Rr()({"vm-timezones-list":!0,"vm-timezones-list_mobile":i}),children:[Ut("div",{className:"vm-timezones-list-header",children:[Ut("div",{className:"vm-timezones-list-header__search",children:Ut(Ji,{autofocus:!0,label:"Search",value:l,onChange:function(e){c(e)}})}),Ut("div",{className:"vm-timezones-item vm-timezones-list-group-options__item",onClick:b(y),children:[Ut("div",{className:"vm-timezones-item__title",children:["Browser Time (",y.region,")"]}),Ut("div",{className:"vm-timezones-item__utc",children:y.utc})]})]}),g.map((function(e){return Ut("div",{className:"vm-timezones-list-group",children:Ut(Ea,{defaultExpanded:!0,title:Ut("div",{className:"vm-timezones-list-group__title",children:e}),children:Ut("div",{className:"vm-timezones-list-group-options",children:p[e]&&p[e].map((function(e){return Ut("div",{className:"vm-timezones-item vm-timezones-list-group-options__item",onClick:b(e),children:[Ut("div",{className:"vm-timezones-item__title",children:e.region}),Ut("div",{className:"vm-timezones-item__utc",children:e.utc})]},e.search)}))})})},e)}))]})})]})},Na=function(e){var t=e.options,n=e.value,i=e.label,a=e.onChange,o=(0,r.useRef)(null),u=v((0,r.useState)({width:"0px",left:"0px",borderRadius:"0px"}),2),l=u[0],c=u[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]),Ut("div",{className:"vm-toggles",children:[i&&Ut("label",{className:"vm-toggles__label",children:i}),Ut("div",{className:"vm-toggles-group",style:{gridTemplateColumns:"repeat(".concat(t.length,", 1fr)")},children:[l.borderRadius&&Ut("div",{className:"vm-toggles-group__highlight",style:l}),t.map((function(e,t){return Ut("div",{className:Rr()({"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)}))]})]})},Ma=Object.values(It).map((function(e){return{title:e,value:e}})),Fa=function(e){var t=e.theme,n=e.onChange,r=ci().isMobile;return Ut("div",{className:Rr()({"vm-theme-control":!0,"vm-theme-control_mobile":r}),children:[Ut("div",{className:"vm-server-configurator__title",children:"Theme preferences"}),Ut("div",{className:"vm-theme-control__toggle",children:Ut(Na,{options:Ma,value:t,onChange:function(e){n(e)}})},"".concat(r))]})},Ta="Settings",Oa=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=ci().isMobile,n=_t(),i=Wt(),a=i.serverUrl,o=i.theme,u=Pn().timezone,l=ei().seriesLimits,c=Zt(),s=In(),f=ti(),d=v((0,r.useState)(a),2),h=d[0],m=d[1],p=v((0,r.useState)(l),2),g=p[0],y=p[1],_=v((0,r.useState)(u),2),b=_[0],w=_[1],D=wi(!1),k=D.value,x=D.setTrue,C=D.setFalse,S=function(){C(),m(a),y(l),w(u)},E=function(){var e=Dt(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:Ut(xa,{stateServerUrl:a,serverUrl:h,onChange:m,onEnter:E})},{show:!e,component:Ut(Sa,{limits:g,onChange:y,onEnter:E})},{show:!0,component:Ut(Aa,{timezoneState:b,onChange:w})},{show:!n,component:Ut(Fa,{theme:o,onChange:function(e){c({type:"SET_THEME",payload:e})}})}].filter((function(e){return e.show}));return Ut(Vt.HY,{children:[t?Ut("div",{className:"vm-mobile-option",onClick:x,children:[Ut("span",{className:"vm-mobile-option__icon",children:Ut(Wn,{})}),Ut("div",{className:"vm-mobile-option-text",children:Ut("span",{className:"vm-mobile-option-text__label",children:Ta})}),Ut("span",{className:"vm-mobile-option__arrow",children:Ut(tr,{})})]}):Ut(Ai,{title:Ta,children:Ut(bi,{className:Rr()({"vm-header-button":!n}),variant:"contained",color:"primary",startIcon:Ut(Wn,{}),onClick:x,ariaLabel:"settings"})}),k&&Ut(Ei,{title:Ta,onClose:S,children:Ut("div",{className:Rr()({"vm-server-configurator":!0,"vm-server-configurator_mobile":t}),children:[A.map((function(e,t){return Ut("div",{className:"vm-server-configurator__input",children:e.component},t)})),Ut("div",{className:"vm-server-configurator-footer",children:[Ut(bi,{color:"error",variant:"outlined",onClick:S,children:"Cancel"}),Ut(bi,{color:"primary",variant:"contained",onClick:E,children:"Apply"})]})]})})]})},La=function(e){var t=e.displaySidebar,n=e.isMobile,r=e.headerSetup,i=e.accountIds;return Ut("div",{className:Rr()({"vm-header-controls":!0,"vm-header-controls_mobile":n}),children:[(null===r||void 0===r?void 0:r.tenant)&&Ut(Xi,{accountIds:i||[]}),(null===r||void 0===r?void 0:r.stepControl)&&Ut(ra,{}),(null===r||void 0===r?void 0:r.timeSelector)&&Ut(ya,{}),(null===r||void 0===r?void 0:r.cardinalityDatePicker)&&Ut(ba,{}),(null===r||void 0===r?void 0:r.executionControls)&&Ut(Da,{}),Ut(Oa,{}),!t&&Ut(zi,{})]})},Pa=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=_t(),n=ci().isMobile,i=xe().pathname,a=v(lt(),2),o=a[0],u=a[1];Gi();return(0,r.useEffect)((function(){var t,n,r="vmui",a=e?null===(t=vt[gt.logs])||void 0===t?void 0:t.title:null===(n=vt[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=Ct().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)})),u(o),window.location.search=""}var i=n.replace(/\/\?#\//,"/#/");i!==n&&window.location.replace(i)}),[]),Ut("section",{className:"vm-container",children:[Ut(Wi,{controlsComponent:La}),Ut("div",{className:Rr()({"vm-container-body":!0,"vm-container-body_mobile":n,"vm-container-body_app":t}),children:Ut(je,{})}),!t&&Ut(Zi,{})]})},Ia="u-off",Ra="u-label",Ba="width",za="height",ja="top",Ha="bottom",$a="left",Va="right",Ya="#000",Ua=Ya+"0",qa="mousemove",Wa="mousedown",Za="mouseup",Qa="mouseenter",Ga="mouseleave",Ka="dblclick",Ja="change",Xa="dppxchange",eo="--",to="undefined"!=typeof window,no=to?document:null,ro=to?window:null,io=to?navigator:null;function ao(e,t){if(null!=t){var n=e.classList;!n.contains(t)&&n.add(t)}}function oo(e,t){var n=e.classList;n.contains(t)&&n.remove(t)}function uo(e,t,n){e.style[t]=n+"px"}function lo(e,t,n,r){var i=no.createElement(e);return null!=t&&ao(i,t),null!=n&&n.insertBefore(i,r),i}function co(e,t){return lo("div",e,t)}var so=new WeakMap;function fo(e,t,n,r,i){var a="translate("+t+"px,"+n+"px)";a!=so.get(e)&&(e.style.transform=a,so.set(e,a),t<0||n<0||t>r||n>i?ao(e,Ia):oo(e,Ia))}var ho=new WeakMap;function mo(e,t,n){var r=t+n;r!=ho.get(e)&&(ho.set(e,r),e.style.background=t,e.style.borderColor=n)}var po=new WeakMap;function vo(e,t,n,r){var i=t+""+n;i!=po.get(e)&&(po.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 go={passive:!0},yo=dt(dt({},go),{},{capture:!0});function _o(e,t,n,r){t.addEventListener(e,n,r?yo:go)}function bo(e,t,n,r){t.removeEventListener(e,n,r?yo:go)}function wo(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:Ro((n+r)/2)]<e?n=i:r=i;return e-t[n]<=t[r]-e?n:r}function Do(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 ko(e,t,n,r){var i=Vo(e),a=Vo(t),o=10==n?Yo:Uo;e==t&&(-1==i?(e*=n,t/=n):(e/=n,t*=n));var u=1==a?zo:Ro,l=(1==i?Ro:zo)(o(Io(e))),c=u(o(Io(t))),s=$o(n,l),f=$o(n,c);return 10==n&&(l<0&&(s=ou(s,-l)),c<0&&(f=ou(f,-c))),r||2==n?(e=s*i,t=f*a):(e=au(e,s),t=iu(t,f)),[e,t]}function xo(e,t,n,r){var i=ko(e,t,n,r);return 0==e&&(i[0]=0),0==t&&(i[1]=0),i}to&&function e(){var t=devicePixelRatio;ea!=t&&(ea=t,ta&&bo(Ja,ta,e),ta=matchMedia("(min-resolution: ".concat(ea-.001,"dppx) and (max-resolution: ").concat(ea+.001,"dppx)")),_o(Ja,ta,e),ro.dispatchEvent(new CustomEvent(Xa)))}();var Co=.1,So={mode:3,pad:Co},Eo={pad:0,soft:null,mode:0},Ao={min:Eo,max:Eo};function No(e,t,n,r){return vu(n)?Fo(e,t,n):(Eo.pad=n,Eo.soft=r?0:null,Eo.mode=r?3:0,Fo(e,t,Ao))}function Mo(e,t){return null==e?t:e}function Fo(e,t,n){var r=n.min,i=n.max,a=Mo(r.pad,0),o=Mo(i.pad,0),u=Mo(r.hard,-Wo),l=Mo(i.hard,Wo),c=Mo(r.soft,Wo),s=Mo(i.soft,-Wo),f=Mo(r.mode,0),d=Mo(i.mode,0),h=t-e,m=Yo(h),p=Ho(Io(e),Io(t)),v=Yo(p),g=Io(v-m);(h<1e-9||g>10)&&(h=0,0!=e&&0!=t||(h=1e-9,2==f&&c!=Wo&&(a=0),2==d&&s!=-Wo&&(o=0)));var y=h||p||1e3,_=Yo(y),b=$o(10,Ro(_)),w=ou(au(e-y*(0==h?0==e?.1:1:a),b/10),9),D=e>=c&&(1==f||3==f&&w<=c||2==f&&w>=c)?c:Wo,k=Ho(u,w<D&&e>=D?D:jo(D,w)),x=ou(iu(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:-Wo,S=jo(l,x>C&&t<=C?C:Ho(C,x));return k==S&&0==k&&(S=100),[k,S]}var To=new Intl.NumberFormat(to?io.language:"en-US"),Oo=function(e){return To.format(e)},Lo=Math,Po=Lo.PI,Io=Lo.abs,Ro=Lo.floor,Bo=Lo.round,zo=Lo.ceil,jo=Lo.min,Ho=Lo.max,$o=Lo.pow,Vo=Lo.sign,Yo=Lo.log10,Uo=Lo.log2,qo=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return Lo.asinh(e/t)},Wo=1/0;function Zo(e){return 1+(0|Yo((e^e>>31)-(e>>31)))}function Qo(e,t,n){return jo(Ho(e,t),n)}function Go(e){return"function"==typeof e?e:function(){return e}}var Ko=function(e){return e},Jo=function(e,t){return t},Xo=function(e){return null},eu=function(e){return!0},tu=function(e,t){return e==t},nu=function(e){return ou(e,14)};function ru(e,t){return nu(ou(nu(e/t))*t)}function iu(e,t){return nu(zo(nu(e/t))*t)}function au(e,t){return nu(Ro(nu(e/t))*t)}function ou(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(mu(e))return e;var n=Math.pow(10,t),r=e*n*(1+Number.EPSILON);return Bo(r)/n}var uu=new Map;function lu(e){return((""+e).split(".")[1]||"").length}function cu(e,t,n,r){for(var i=[],a=r.map(lu),o=t;o<n;o++)for(var u=Io(o),l=ou($o(e,o),u),c=0;c<r.length;c++){var s=r[c]*l,f=(s>=0&&o>=0?0:u)+(o>=a[c]?0:a[c]),d=ou(s,f);i.push(d),uu.set(d,f)}return i}var su={},fu=[],du=[null,null],hu=Array.isArray,mu=Number.isInteger;function pu(e){return"string"==typeof e}function vu(e){var t=!1;if(null!=e){var n=e.constructor;t=null==n||n==Object}return t}function gu(e){return null!=e&&"object"==typeof e}var yu=Object.getPrototypeOf(Uint8Array);function _u(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:vu;if(hu(e)){var r=e.find((function(e){return null!=e}));if(hu(r)||n(r)){t=Array(e.length);for(var i=0;i<e.length;i++)t[i]=_u(e[i],n)}else t=e.slice()}else if(e instanceof yu)t=e.slice();else if(n(e))for(var a in t={},e)t[a]=_u(e[a],n);else t=e;return t}function bu(e){for(var t=arguments,n=1;n<t.length;n++){var r=t[n];for(var i in r)vu(e[i])?bu(e[i],_u(r[i])):e[i]=_u(r[i])}return e}function wu(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 Du="undefined"==typeof queueMicrotask?function(e){return Promise.resolve().then(e)}:queueMicrotask;var ku=["January","February","March","April","May","June","July","August","September","October","November","December"],xu=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];function Cu(e){return e.slice(0,3)}var Su=xu.map(Cu),Eu=ku.map(Cu),Au={MMMM:ku,MMM:Eu,WWWW:xu,WWW:Su};function Nu(e){return(e<10?"0":"")+e}var Mu={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 Nu(e.getMonth()+1)},M:function(e){return e.getMonth()+1},DD:function(e){return Nu(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 Nu(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 Nu(e.getMinutes())},m:function(e){return e.getMinutes()},ss:function(e){return Nu(e.getSeconds())},s:function(e){return e.getSeconds()},fff:function(e){return((t=e.getMilliseconds())<10?"00":t<100?"0":"")+t;var t}};function Fu(e,t){t=t||Au;for(var n,r=[],i=/\{([a-z]+)\}|[^{]+/gi;n=i.exec(e);)r.push("{"==n[0][0]?Mu[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 Tu=(new Intl.DateTimeFormat).resolvedOptions().timeZone;var Ou=function(e){return e%1==0},Lu=[1,2,2.5,5],Pu=cu(10,-16,0,Lu),Iu=cu(10,0,16,Lu),Ru=Iu.filter(Ou),Bu=Pu.concat(Iu),zu="{YYYY}",ju="\n"+zu,Hu="{M}/{D}",$u="\n"+Hu,Vu=$u+"/{YY}",Yu="{aa}",Uu="{h}:{mm}"+Yu,qu="\n"+Uu,Wu=":{ss}",Zu=null;function Qu(e){var t=1e3*e,n=60*t,r=60*n,i=24*r,a=30*i,o=365*i;return[(1==e?cu(10,0,3,Lu).filter(Ou):cu(10,-3,0,Lu)).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,zu,Zu,Zu,Zu,Zu,Zu,Zu,1],[28*i,"{MMM}",ju,Zu,Zu,Zu,Zu,Zu,1],[i,Hu,ju,Zu,Zu,Zu,Zu,Zu,1],[r,"{h}"+Yu,Vu,Zu,$u,Zu,Zu,Zu,1],[n,Uu,Vu,Zu,$u,Zu,Zu,Zu,1],[t,Wu,Vu+" "+Uu,Zu,$u+" "+Uu,Zu,qu,Zu,1],[e,Wu+".{fff}",Vu+" "+Uu,Zu,$u+" "+Uu,Zu,qu,Zu,1]],function(t){return function(u,l,c,s,f,d){var h=[],m=f>=o,p=f>=a&&f<o,v=t(c),g=ou(v*e,3),y=ol(v.getFullYear(),m?0:v.getMonth(),p||m?1:v.getDate()),_=ou(y*e,3);if(p||m)for(var b=p?f/a:0,w=m?f/o:0,D=g==_?g:ou(ol(y.getFullYear()+w,y.getMonth()+b,1)*e,3),k=new Date(Bo(D/e)),x=k.getFullYear(),C=k.getMonth(),S=0;D<=s;S++){var E=ol(x+w*S,C+b*S,1),A=E-t(ou(E*e,3));(D=ou((+E+A)*e,3))<=s&&h.push(D)}else{var N=f>=i?i:f,M=_+(Ro(c)-Ro(g))+iu(g-_,N);h.push(M);for(var F=t(M),T=F.getHours()+F.getMinutes()/n+F.getSeconds()/r,O=f/r,L=d/u.axes[l]._space;!((M=ou(M+f,1==e?0:3))>s);)if(O>1){var P=Ro(ou(T+O,6))%24,I=t(M).getHours()-P;I>1&&(I=-1),T=(T+O)%24,ou(((M-=I*r)-h[h.length-1])/f,3)*L>=.7&&h.push(M)}else h.push(M)}return h}}]}var Gu=v(Qu(1),3),Ku=Gu[0],Ju=Gu[1],Xu=Gu[2],el=v(Qu(.001),3),tl=el[0],nl=el[1],rl=el[2];function il(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 al(e,t){return function(n,r,i,a,o){var u,l,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!=u&&h[2]||i!=l&&h[3]||a!=c&&h[4]||o!=s&&h[5]||m!=f&&h[6]||p!=d&&h[7]||h[1];return u=r,l=i,c=a,s=o,f=m,d=p,v(n)}))}}function ol(e,t,n){return new Date(e,t,n)}function ul(e,t){return t(e)}cu(2,-53,53,[1]);function ll(e,t){return function(n,r,i,a){return null==a?eo:t(e(r))}}var cl={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 sl=[0,0];function fl(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];return function(e){0==e.button&&(!r||e.target==t)&&n(e)}}function dl(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];return function(e){(!r||e.target==t)&&n(e)}}var hl={show:!0,x:!0,y:!0,lock:!1,move:function(e,t,n){return sl[0]=t,sl[1]=n,sl},points:{show:function(e,t){var n=e.cursor.points,r=co(),i=n.size(e,t);uo(r,Ba,i),uo(r,za,i);var a=i/-2;uo(r,"marginLeft",a),uo(r,"marginTop",a);var o=n.width(e,t,i);return o&&uo(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:fl,mouseup:fl,click:fl,dblclick:fl,mousemove:dl,mouseleave:dl,mouseenter:dl},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,event:null},ml={show:!0,stroke:"rgba(0,0,0,0.07)",width:2},pl=bu({},ml,{filter:Jo}),vl=bu({},pl,{size:10}),gl=bu({},ml,{show:!1}),yl='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"',_l="bold "+yl,bl={show:!0,scale:"x",stroke:Ya,space:50,gap:5,size:50,labelGap:0,labelSize:30,labelFont:_l,side:2,grid:pl,ticks:vl,border:gl,font:yl,lineGap:1.5,rotate:0},wl={show:!0,scale:"x",auto:!1,sorted:1,min:Wo,max:-Wo,idxs:[]};function Dl(e,t,n,r,i){return t.map((function(e){return null==e?"":Oo(e)}))}function kl(e,t,n,r,i,a,o){for(var u=[],l=uu.get(i)||0,c=n=o?n:ou(iu(n,i),l);c<=r;c=ou(c+i,l))u.push(Object.is(c,-0)?0:c);return u}function xl(e,t,n,r,i,a,o){var u=[],l=e.scales[e.axes[t].scale].log,c=Ro((10==l?Yo:Uo)(n));i=$o(l,c),10==l&&c<0&&(i=ou(i,-c));var s=n;do{u.push(s),s+=i,10==l&&(s=ou(s,uu.get(i))),s>=i*l&&(i=s)}while(s<=r);return u}function Cl(e,t,n,r,i,a,o){var u=e.scales[e.axes[t].scale].asinh,l=r>u?xl(e,t,Ho(u,n),r,i):[u],c=r>=0&&n<=0?[0]:[];return(n<-u?xl(e,t,Ho(u,-r),-n,i):[u]).reverse().map((function(e){return-e})).concat(c,l)}var Sl=/./,El=/[12357]/,Al=/[125]/,Nl=/1/,Ml=function(e,t,n,r){return e.map((function(e,i){return 4==t&&0==e||i%r==0&&n.test(e.toExponential()[e<0?1:0])?e:null}))};function Fl(e,t,n,r,i){var a=e.axes[n],o=a.scale,u=e.scales[o],l=e.valToPos,c=a._space,s=l(10,o),f=l(9,o)-s>=c?Sl:l(7,o)-s>=c?El:l(5,o)-s>=c?Al:Nl;if(f==Nl){var d=Io(l(1,o)-s);if(d<c)return Ml(t.slice().reverse(),u.distr,f,zo(c/d)).reverse()}return Ml(t,u.distr,f,1)}function Tl(e,t,n,r,i){var a=e.axes[n],o=a.scale,u=a._space,l=e.valToPos,c=Io(l(1,o)-l(2,o));return c<u?Ml(t.slice().reverse(),3,Sl,zo(u/c)).reverse():t}function Ol(e,t,n,r){return null==r?eo:null==t?"":Oo(t)}var Ll={show:!0,scale:"y",stroke:Ya,space:30,gap:5,size:50,labelGap:0,labelSize:30,labelFont:_l,side:3,grid:pl,ticks:vl,border:gl,font:yl,lineGap:1.5,rotate:0};var Pl={scale:null,auto:!0,sorted:0,min:Wo,max:-Wo},Il=function(e,t,n,r,i){return i},Rl={show:!0,auto:!0,sorted:0,gaps:Il,alpha:1,facets:[bu({},Pl,{scale:"x"}),bu({},Pl,{scale:"y"})]},Bl={scale:"y",auto:!0,sorted:0,show:!0,spanGaps:!1,gaps:Il,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),u=e.valToPos(a[i[1]],r,!0),l=Io(u-o)/(e.series[t].points.space*ea);return i[1]-i[0]<=l},filter:null},values:null,min:Wo,max:-Wo,idxs:[],path:null,clip:null};function zl(e,t,n,r,i){return n/10}var jl={time:!0,auto:!0,distr:1,log:10,asinh:1,min:null,max:null,dir:1,ori:0},Hl=bu({},jl,{time:!1,ori:1}),$l={};function Vl(e,t){var n=$l[e];return n||(n={key:e,plots:[],sub:function(e){n.plots.push(e)},unsub:function(e){n.plots=n.plots.filter((function(t){return t!=e}))},pub:function(e,t,r,i,a,o,u){for(var l=0;l<n.plots.length;l++)n.plots[l]!=t&&n.plots[l].pub(e,t,r,i,a,o,u)}},null!=e&&($l[e]=n)),n}var Yl=1;function Ul(e,t,n){var r=e.mode,i=e.series[t],a=2==r?e._data[t]:e._data,o=e.scales,u=e.bbox,l=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=u.left,h=u.top,m=u.width,p=u.height,v=e.valToPosH,g=e.valToPosV;return 0==s.ori?n(i,l,c,s,f,v,g,d,h,m,p,Xl,tc,rc,ac,uc):n(i,l,c,s,f,g,v,h,d,p,m,ec,nc,ic,oc,lc)}function ql(e,t){for(var n=0,r=0,i=Mo(e.bands,fu),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 Wl(e,t,n,r,i){var a=e.mode,o=e.series[t],u=2==a?o.facets[1].scale:o.scale,l=e.scales[u];return-1==i?l.min:1==i?l.max:3==l.distr?1==l.dir?l.min:l.max:0}function Zl(e,t,n,r,i,a){return Ul(e,t,(function(e,t,o,u,l,c,s,f,d,h,m){var p,v,g=e.pxRound,y=u.dir*(0==u.ori?1:-1),_=0==u.ori?tc:nc;1==y?(p=n,v=r):(p=r,v=n);var b=g(c(t[p],u,h,f)),w=g(s(o[p],l,m,d)),D=g(c(t[v],u,h,f)),k=g(s(1==a?l.max:l.min,l,m,d)),x=new Path2D(i);return _(x,D,k),_(x,b,k),_(x,b,w),x}))}function Ql(e,t,n,r,i,a){var o=null;if(e.length>0){o=new Path2D;for(var u=0==t?rc:ic,l=n,c=0;c<e.length;c++){var s=e[c];if(s[1]>s[0]){var f=s[0]-l;f>0&&u(o,l,r,f,r+a),l=s[1]}}var d=n+i-l;d>0&&u(o,l,r-5,d,r+a+10)}return o}function Gl(e,t,n,r,i,a,o){for(var u=[],l=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<l?a(e[m]):d;var p=f+i;(h=o>=0&&p>=0&&p<l?a(e[p]):h)>=d&&u.push([d,h])}}return u}function Kl(e){return 0==e?Ko:1==e?Bo:function(t){return ru(t,e)}}function Jl(e){var t=0==e?Xl:ec,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,u){var l=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,c=arguments.length>6&&void 0!==arguments[6]?arguments[6]:0;0==l&&0==c?r(e,i,a,o,u):(l=jo(l,o/2,u/2),c=jo(c,o/2,u/2),t(e,i+l,a),n(e,i+o,a,i+o,a+u,l),n(e,i+o,a+u,i,a+u,c),n(e,i,a+u,i,a,c),n(e,i,a,i+o,a,l),e.closePath())}}var Xl=function(e,t,n){e.moveTo(t,n)},ec=function(e,t,n){e.moveTo(n,t)},tc=function(e,t,n){e.lineTo(t,n)},nc=function(e,t,n){e.lineTo(n,t)},rc=Jl(0),ic=Jl(1),ac=function(e,t,n,r,i,a){e.arc(t,n,r,i,a)},oc=function(e,t,n,r,i,a){e.arc(n,t,r,i,a)},uc=function(e,t,n,r,i,a,o){e.bezierCurveTo(t,n,r,i,a,o)},lc=function(e,t,n,r,i,a,o){e.bezierCurveTo(n,t,i,r,o,a)};function cc(e){return function(e,t,n,r,i){return Ul(e,t,(function(t,a,o,u,l,c,s,f,d,h,m){var p,v,g=t.pxRound,y=t.points;0==u.ori?(p=Xl,v=ac):(p=ec,v=oc);var _=ou(y.width*ea,3),b=(y.size-y.width)/2*ea,w=ou(2*b,3),D=new Path2D,k=new Path2D,x=e.bbox,C=x.left,S=x.top,E=x.width,A=x.height;rc(k,C-w,S-w,E+2*w,A+2*w);var N=function(e){if(null!=o[e]){var t=g(c(a[e],u,h,f)),n=g(s(o[e],l,m,d));p(D,t+b,n),v(D,t,n,b,0,2*Po)}};if(i)i.forEach(N);else for(var M=n;M<=r;M++)N(M);return{stroke:_>0?D:null,fill:D,clip:k,flags:2|Yl}}))}}function sc(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 fc=sc(tc),dc=sc(nc);function hc(e){var t=Mo(null===e||void 0===e?void 0:e.alignGaps,0);return function(e,n,r,i){return Ul(e,n,(function(a,o,u,l,c,s,f,d,h,m,p){var g,_,b=a.pxRound,w=function(e){return b(s(e,l,m,d))},D=function(e){return b(f(e,c,p,h))};0==l.ori?(g=tc,_=fc):(g=nc,_=dc);for(var k,x,C,S=l.dir*(0==l.ori?1:-1),E={stroke:new Path2D,fill:null,clip:null,band:null,gaps:null,flags:Yl},A=E.stroke,N=Wo,M=-Wo,F=w(o[1==S?r:i]),T=Do(u,r,i,1*S),O=Do(u,r,i,-1*S),L=w(o[T]),P=w(o[O]),I=!1,R=1==S?r:i;R>=r&&R<=i;R+=S){var B=w(o[R]),z=u[R];B==F?null!=z?(x=D(z),N==Wo&&(g(A,B,x),k=x),N=jo(x,N),M=Ho(x,M)):null===z&&(I=!0):(N!=Wo&&(_(A,F,N,M,k,x),C=F),null!=z?(g(A,B,x=D(z)),N=M=k=x):(N=Wo,M=-Wo,null===z&&(I=!0)),F=B)}N!=Wo&&N!=M&&C!=F&&_(A,F,N,M,k,x);var j=v(ql(e,n),2),H=j[0],$=j[1];if(null!=a.fill||0!=H){var V=E.fill=new Path2D(A),Y=D(a.fillTo(e,n,a.min,a.max,H));g(V,P,Y),g(V,L,Y)}if(!a.spanGaps){var U,q=[];I&&(U=q).push.apply(U,y(Gl(o,u,r,i,S,w,t))),E.gaps=q=a.gaps(e,n,r,i,q),E.clip=Ql(q,l.ori,d,h,m,p)}return 0!=$&&(E.band=2==$?[Zl(e,n,r,i,A,-1),Zl(e,n,r,i,A,1)]:Zl(e,n,r,i,A,$)),E}))}}function mc(e,t,n,r,i,a){var o=e.length;if(o<2)return null;var u=new Path2D;if(n(u,e[0],t[0]),2==o)r(u,e[1],t[1]);else{for(var l=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];l[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?l[h]=0:(l[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(l[h])||(l[h]=0));l[o-1]=c[o-2];for(var m=0;m<o-1;m++)i(u,e[m]+f[m]/3,t[m]+l[m]*f[m]/3,e[m+1]-f[m]/3,t[m+1]-l[m+1]*f[m]/3,e[m+1],t[m+1])}return u}var pc=new Set;function vc(){var e,t=T(pc);try{for(t.s();!(e=t.n()).done;){e.value.syncRect(!0)}}catch(n){t.e(n)}finally{t.f()}}to&&(_o("resize",ro,vc),_o("scroll",ro,vc,!0),_o(Xa,ro,(function(){Fc.pxRatio=ea})));var gc=hc(),yc=cc();function _c(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 bc(e,r,t,n)}))}function bc(e,t,n,r){return bu({},0==t?n:r,e)}function wc(e,t,n){return null==t?du:[t,n]}var Dc=wc;function kc(e,t,n){return null==t?du:No(t,n,Co,!0)}function xc(e,t,n,r){return null==t?du:ko(t,n,e.scales[r].log,!1)}var Cc=xc;function Sc(e,t,n,r){return null==t?du:xo(t,n,e.scales[r].log,!1)}var Ec=Sc;function Ac(e,t,n,r,i){var a=Ho(Zo(e),Zo(t)),o=t-e,u=wo(i/r*o,n);do{var l=n[u],c=r*l/o;if(c>=i&&a+(l<5?uu.get(l):0)<=17)return[l,c]}while(++u<n.length);return[0,0]}function Nc(e){var t,n;return[e=e.replace(/(\d+)px/,(function(e,r){return(t=Bo((n=+r)*ea))+"px"})),t,n]}function Mc(e){e.show&&[e.font,e.labelFont].forEach((function(e){var t=ou(e[2]*ea,1);e[0]=e[0].replace(/[0-9.]+px/,t+"px"),e[1]=t}))}function Fc(e,t,n){var r={mode:Mo(e.mode,1)},i=r.mode;function a(e,t){return((3==t.distr?Yo(e>0?e:t.clamp(r,e,t.min,t.max,t.key)):4==t.distr?qo(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 u(e,t,n,r){var i=a(e,t);return r+n*(-1==t.dir?i:1-i)}function l(e,t,n,r){return 0==t.ori?o(e,t,n,r):u(e,t,n,r)}r.valToPosH=o,r.valToPosV=u;var c=!1;r.status=0;var s=r.root=co("uplot");(null!=e.id&&(s.id=e.id),ao(s,e.class),e.title)&&(co("u-title",s).textContent=e.title);var f=lo("canvas"),d=r.ctx=f.getContext("2d"),h=co("u-wrap",s);_o("click",h,(function(e){e.target===p&&((Et!=kt||At!=xt)&&Lt.click(r,e))}),!0);var m=r.under=co("u-under",h);h.appendChild(f);var p=r.over=co("u-over",h),g=+Mo((e=_u(e)).pxAlign,1),y=Kl(g);(e.plugins||[]).forEach((function(t){t.opts&&(e=t.opts(r,e)||e)}));var _,b,w=e.ms||.001,D=r.series=1==i?_c(e.series||[],wl,Bl,!1):(_=e.series||[null],b=Rl,_.map((function(e,t){return 0==t?null:bu({},b,e)}))),k=r.axes=_c(e.axes||[],bl,Ll,!0),x=r.scales={},C=r.bands=e.bands||[];C.forEach((function(e){e.fill=Go(e.fill||null),e.dir=Mo(e.dir,-1)}));var S=2==i?D[1].facets[0].scale:D[0].scale,E={axes:function(){for(var e=function(){var e=k[t];if(!e.show||!e._show)return 0;var n,i,a=e.side,o=a%2,u=e.stroke(r,t),c=0==a||3==a?-1:1;if(e.label){var s=e.labelGap*c,f=Bo((e._lpos+s)*ea);at(e.labelFont[0],u,"center",2==a?ja:Ha),d.save(),1==o?(n=i=0,d.translate(f,Bo(ge+_e/2)),d.rotate((3==a?-Po:Po)/2)):(n=Bo(ve+ye/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 0;var g=x[e.scale],_=0==o?ye:_e,b=0==o?ve:ge,w=Bo(e.gap*ea),D=e._splits,C=2==g.distr?D.map((function(e){return et[e]})):D,S=2==g.distr?et[D[1]]-et[D[0]]:m,E=e.ticks,A=e.border,N=E.show?Bo(E.size*ea):0,M=e._rotate*-Po/180,F=y(e._pos*ea),T=F+(N+w)*c;i=0==o?T:0,n=1==o?T:0,at(e.font[0],u,1==e.align?$a:2==e.align?Va:M>0?$a:M<0?Va:0==o?"center":3==a?Va:$a,M||1==o?"middle":2==a?ja:Ha);for(var O=e.font[1]*e.lineGap,L=D.map((function(e){return y(l(e,g,_,b))})),P=e._values,I=0;I<P.length;I++){var R=P[I];if(null!=R){0==o?n=L[I]:i=L[I];for(var B=-1==(R=""+R).indexOf("\n")?[R]:R.split(/\n/gm),z=0;z<B.length;z++){var j=B[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&&ht(L,E.filter(r,C,t,p,S),o,a,F,N,ou(E.width*ea,3),E.stroke(r,t),E.dash,E.cap);var H=e.grid;H.show&&ht(L,H.filter(r,C,t,p,S),o,0==o?2:1,0==o?ge:ve,0==o?_e:ye,ou(H.width*ea,3),H.stroke(r,t),H.dash,H.cap),A.show&&ht([F],[1],0==o?1:0,0==o?1:2,1==o?ge:ve,1==o?_e:ye,ou(A.width*ea,3),A.stroke(r,t),A.dash,A.cap)},t=0;t<k.length;t++)e();gn("drawAxes")},series:function(){Be>0&&(D.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=Qo(Ke-1,0,Be-1),n=Qo(Je+1,0,Be-1);for(;null==e[t]&&t>0;)t--;for(;null==e[n]&&n<Be-1;)n++;return[t,n]}(t[n]);e._paths=e.paths(r,n,a[0],a[1])}})),D.forEach((function(e,t){if(t>0&&e.show){Ze!=e.alpha&&(d.globalAlpha=Ze=e.alpha),ut(t,!1),e._paths&<(t,!1),ut(t,!0);var n=e._paths?e._paths.gaps:null,i=e.points.show(r,t,Ke,Je,n),a=e.points.filter(r,t,i,n);(i||a)&&(e.points._paths=e.points.paths(r,t,Ke,Je,a),lt(t,!0)),1!=Ze&&(d.globalAlpha=Ze=1),gn("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||su)[t]||su;if(null!=r.from)N(r.from),x[t]=bu({},x[r.from],r,{key:t});else{(n=x[t]=bu({},t==S?jl:Hl,r)).key=t;var a=n.time,o=n.range,u=hu(o);if((t!=S||2==i&&!a)&&(!u||null!=o[0]&&null!=o[1]||(o={min:null==o[0]?So:{mode:1,hard:o[0],soft:o[0]},max:null==o[1]?So:{mode:1,hard:o[1],soft:o[1]}},u=!1),!u&&vu(o))){var l=o;o=function(e,t,n){return null==t?du:No(t,n,l)}}n.range=Go(o||(a?Dc:t==S?3==n.distr?Cc:4==n.distr?Ec:wc:3==n.distr?xc:4==n.distr?Sc:kc)),n.auto=Go(!u&&n.auto),n.clamp=Go(n.clamp||zl),n._min=n._max=null}}}for(var M in N("x"),N("y"),1==i&&D.forEach((function(e){N(e.scale)})),k.forEach((function(e){N(e.scale)})),e.scales)N(M);var F,T,O=x[S],L=O.distr;0==O.ori?(ao(s,"u-hz"),F=o,T=u):(ao(s,"u-vt"),F=u,T=o);var P={};for(var I in x){var R=x[I];null==R.min&&null==R.max||(P[I]={min:R.min,max:R.max},R.min=R.max=null)}var B,z,j,H=e.tzDate||function(e){return new Date(Bo(e/w))},$=e.fmtDate||Fu,V=1==w?Xu(H):rl(H),Y=al(H,il(1==w?Ju:nl,$)),U=ll(H,ul("{YYYY}-{MM}-{DD} {h}:{mm}{aa}",$)),q=[],W=r.legend=bu({},cl,e.legend),Z=W.show,Q=W.markers;W.idxs=q,Q.width=Go(Q.width),Q.dash=Go(Q.dash),Q.stroke=Go(Q.stroke),Q.fill=Go(Q.fill);var G,K=[],J=[],X=!1,ee={};if(W.live){var te=D[1]?D[1].values:null;for(var ne in G=(X=null!=te)?te(r,1,0):{_:0})ee[ne]=eo}if(Z)if(B=lo("table","u-legend",s),j=lo("tbody",null,B),W.mount(r,B),X){z=lo("thead",null,B,j);var re=lo("tr",null,z);for(var ie in lo("th",null,re),G)lo("th",Ra,re).textContent=ie}else ao(B,"u-inline"),W.live&&ao(B,"u-live");var ae={show:!0},oe={show:!1};var ue=new Map;function le(e,t,n){var i=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=ue.get(t)||{},o=Ne.bind[e](r,t,n,i);o&&(_o(e,t,a[e]=o),ue.set(t,a))}function ce(e,t,n){var r=ue.get(t)||{};for(var i in r)null!=e&&i!=e||(bo(i,t,r[i]),delete r[i]);null==e&&ue.delete(t)}var se=0,fe=0,de=0,he=0,me=0,pe=0,ve=0,ge=0,ye=0,_e=0;r.bbox={};var be=!1,we=!1,De=!1,ke=!1,xe=!1,Ce=!1;function Se(e,t,n){(n||e!=r.width||t!=r.height)&&Ee(e,t),vt(!1),De=!0,we=!0,Ne.left>=0&&(ke=Ce=!0),Mt()}function Ee(e,t){r.width=se=de=e,r.height=fe=he=t,me=pe=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,u=o%2,l=i._size+(null!=i.label?i.labelSize:0);l>0&&(u?(de-=l,3==o?(me+=l,r=!0):n=!0):(he-=l,0==o?(pe+=l,e=!0):t=!0))}})),Ie[0]=e,Ie[1]=n,Ie[2]=t,Ie[3]=r,de-=Ge[1]+Ge[3],me+=Ge[3],he-=Ge[2]+Ge[0],pe+=Ge[0]}(),function(){var e=me+de,t=pe+he,n=me,r=pe;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;ve=n.left=ru(me*ea,.5),ge=n.top=ru(pe*ea,.5),ye=n.width=ru(de*ea,.5),_e=n.height=ru(he*ea,.5)}var Ae=3;r.setSize=function(e){Se(e.width,e.height)};var Ne=r.cursor=bu({},hl,{drag:{y:2==i}},e.cursor),Me=function(e){Ne.event=e};Ne.idxs=q,Ne._lock=!1;var Fe=Ne.points;Fe.show=Go(Fe.show),Fe.size=Go(Fe.size),Fe.stroke=Go(Fe.stroke),Fe.width=Go(Fe.width),Fe.fill=Go(Fe.fill);var Te=r.focus=bu({},e.focus||{alpha:.3},Ne.focus),Oe=Te.prox>=0,Le=[null];function Pe(e,t){if(1==i||t>0){var n=1==i&&x[e.scale].time,a=e.value;e.value=n?pu(a)?ll(H,ul(a,$)):a||U:a||Ol,e.label=e.label||(n?"Time":"Value")}if(t>0){e.width=null==e.width?1:e.width,e.paths=e.paths||gc||Xo,e.fillTo=Go(e.fillTo||Wl),e.pxAlign=+Mo(e.pxAlign,g),e.pxRound=Kl(e.pxAlign),e.stroke=Go(e.stroke||null),e.fill=Go(e.fill||null),e._stroke=e._fill=e._paths=e._focus=null;var o=ou((3+2*(Ho(1,e.width)||1))*1,3),u=e.points=bu({},{size:o,width:Ho(1,.2*o),stroke:e.stroke,space:2*o,paths:yc,_stroke:null,_fill:null},e.points);u.show=Go(u.show),u.filter=Go(u.filter),u.fill=Go(u.fill),u.stroke=Go(u.stroke),u.paths=Go(u.paths),u.pxAlign=e.pxAlign}if(Z){var l=function(e,t){if(0==t&&(X||!W.live||2==i))return du;var n=[],a=lo("tr","u-series",j,j.childNodes[t]);ao(a,e.class),e.show||ao(a,Ia);var o=lo("th",null,a);if(Q.show){var u=co("u-marker",o);if(t>0){var l=Q.width(r,t);l&&(u.style.border=l+"px "+Q.dash(r,t)+" "+Q.stroke(r,t)),u.style.background=Q.fill(r,t)}}var c=co(Ra,o);for(var s in c.textContent=e.label,t>0&&(Q.show||(c.style.color=e.width>0?Q.stroke(r,t):Q.fill(r,t)),le("click",o,(function(t){if(!Ne._lock){Me(t);var n=D.indexOf(e);if((t.ctrlKey||t.metaKey)!=W.isolate){var r=D.some((function(e,t){return t>0&&t!=n&&e.show}));D.forEach((function(e,t){t>0&&Yt(t,r?t==n?ae:oe:ae,!0,_n.setSeries)}))}else Yt(n,{show:!e.show},!0,_n.setSeries)}}),!1),Oe&&le(Qa,o,(function(t){Ne._lock||(Me(t),Yt(D.indexOf(e),Ut,!0,_n.setSeries))}),!1)),G){var f=lo("td","u-value",a);f.textContent="--",n.push(f)}return[a,n]}(e,t);K.splice(t,0,l[0]),J.splice(t,0,l[1]),W.values.push(null)}if(Ne.show){q.splice(t,0,null);var c=function(e,t){if(t>0){var n=Ne.points.show(r,t);if(n)return ao(n,"u-cursor-pt"),ao(n,e.class),fo(n,-10,-10,de,he),p.insertBefore(n,Le[t]),n}}(e,t);c&&Le.splice(t,0,c)}gn("addSeries",t)}r.addSeries=function(e,t){t=null==t?D.length:t,e=1==i?bc(e,t,wl,Bl):bc(e,t,null,Rl),D.splice(t,0,e),Pe(D[t],t)},r.delSeries=function(e){if(D.splice(e,1),Z){W.values.splice(e,1),J.splice(e,1);var t=K.splice(e,1)[0];ce(null,t.firstChild),t.remove()}Ne.show&&(q.splice(e,1),Le.length>1&&Le.splice(e,1)[0].remove()),gn("delSeries",e)};var Ie=[!1,!1,!1,!1];function Re(e,t,n,r){var i=v(n,4),a=i[0],o=i[1],u=i[2],l=i[3],c=t%2,s=0;return 0==c&&(l||o)&&(s=0==t&&!a||2==t&&!u?Bo(bl.size/3):0),1==c&&(a||u)&&(s=1==t&&!o||3==t&&!l?Bo(Ll.size/2):0),s}var Be,ze,je,He,$e,Ve,Ye,Ue,qe,We,Ze,Qe=r.padding=(e.padding||[Re,Re,Re,Re]).map((function(e){return Go(Mo(e,Re))})),Ge=r._padding=Qe.map((function(e,t){return e(r,t,Ie,0)})),Ke=null,Je=null,Xe=1==i?D[0].idxs:null,et=null,tt=!1;function nt(e,n){if(t=null==e?[]:_u(e,gu),2==i){Be=0;for(var a=1;a<D.length;a++)Be+=t[a][0].length;r.data=t=e}else if(null==t[0]&&(t[0]=[]),r.data=t.slice(),et=t[0],Be=et.length,2==L){t[0]=Array(Be);for(var o=0;o<Be;o++)t[0][o]=o}if(r._data=t,vt(!0),gn("setData"),2==L&&(De=!0),!1!==n){var u=O;u.auto(r,tt)?rt():Vt(S,u.min,u.max),ke=ke||Ne.left>=0,Ce=!0,Mt()}}function rt(){var e,n;if(tt=!0,1==i)if(Be>0){if(Ke=Xe[0]=0,Je=Xe[1]=Be-1,e=t[0][Ke],n=t[0][Je],2==L)e=Ke,n=Je;else if(e==n)if(3==L){var r=v(ko(e,e,O.log,!1),2);e=r[0],n=r[1]}else if(4==L){var a=v(xo(e,e,O.log,!1),2);e=a[0],n=a[1]}else if(O.time)n=e+Bo(86400/w);else{var o=v(No(e,n,Co,!0),2);e=o[0],n=o[1]}}else Ke=Xe[0]=e=null,Je=Xe[1]=n=null;Vt(S,e,n)}function it(e,t,n,r,i,a){var o,u,l,c,s;null!==(o=e)&&void 0!==o||(e=Ua),null!==(u=n)&&void 0!==u||(n=fu),null!==(l=r)&&void 0!==l||(r="butt"),null!==(c=i)&&void 0!==c||(i=Ua),null!==(s=a)&&void 0!==s||(a="round"),e!=ze&&(d.strokeStyle=ze=e),i!=je&&(d.fillStyle=je=i),t!=He&&(d.lineWidth=He=t),a!=Ve&&(d.lineJoin=Ve=a),r!=Ye&&(d.lineCap=Ye=r),n!=$e&&d.setLineDash($e=n)}function at(e,t,n,r){t!=je&&(d.fillStyle=je=t),e!=Ue&&(d.font=Ue=e),n!=qe&&(d.textAlign=qe=n),r!=We&&(d.textBaseline=We=r)}function ot(e,t,n,i){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0;if(i.length>0&&e.auto(r,tt)&&(null==t||null==t.min)){var o=Mo(Ke,0),u=Mo(Je,i.length-1),l=null==n.min?3==e.distr?function(e,t,n){for(var r=Wo,i=-Wo,a=t;a<=n;a++){var o=e[a];null!=o&&o>0&&(o<r&&(r=o),o>i&&(i=o))}return[r==Wo?1:r,i==-Wo?10:i]}(i,o,u):function(e,t,n,r){var i=Wo,a=-Wo;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++){var u=e[o];null!=u&&(u<i&&(i=u),u>a&&(a=u))}return[i,a]}(i,o,u,a):[n.min,n.max];e.min=jo(e.min,n.min=l[0]),e.max=Ho(e.max,n.max=l[1])}}function ut(e,t){var n=t?D[e].points:D[e];n._stroke=n.stroke(r,e),n._fill=n.fill(r,e)}function lt(e,n){var i=n?D[e].points:D[e],a=i._stroke,o=i._fill,u=i._paths,l=u.stroke,c=u.fill,s=u.clip,f=u.flags,h=null,m=ou(i.width*ea,3),p=m%2/2;n&&null==o&&(o=m>0?"#fff":a);var v=1==i.pxAlign&&p>0;if(v&&d.translate(p,p),!n){var g=ve-m/2,y=ge-m/2,_=ye+m,b=_e+m;(h=new Path2D).rect(g,y,_,b)}n?st(a,m,i.dash,i.cap,o,l,c,f,s):function(e,n,i,a,o,u,l,c,s,f,d){var h=!1;C.forEach((function(m,p){if(m.series[0]==e){var v,g=D[m.series[1]],y=t[m.series[1]],_=(g._paths||su).band;hu(_)&&(_=1==m.dir?_[0]:_[1]);var b=null;g.show&&_&&function(e,t,n){for(t=Mo(t,0),n=Mo(n,e.length-1);t<=n;){if(null!=e[t])return!0;t++}return!1}(y,Ke,Je)?(b=m.fill(r,p)||u,v=g._paths.clip):_=null,st(n,i,a,o,b,l,c,s,f,d,v,_),h=!0}})),h||st(n,i,a,o,u,l,c,s,f,d)}(e,a,m,i.dash,i.cap,o,l,c,f,h,s),v&&d.translate(-p,-p)}r.setData=nt;var ct=2|Yl;function st(e,t,n,r,i,a,o,u,l,c,s,f){it(e,t,n,r,i),(l||c||f)&&(d.save(),l&&d.clip(l),c&&d.clip(c)),f?(u&ct)==ct?(d.clip(f),s&&d.clip(s),dt(i,o),ft(e,a,t)):2&u?(dt(i,o),d.clip(f),ft(e,a,t)):u&Yl&&(d.save(),d.clip(f),s&&d.clip(s),dt(i,o),d.restore(),ft(e,a,t)):(dt(i,o),ft(e,a,t)),(l||c||f)&&d.restore()}function ft(e,t,n){n>0&&(t instanceof Map?t.forEach((function(e,t){d.strokeStyle=ze=t,d.stroke(e)})):null!=t&&e&&d.stroke(t))}function dt(e,t){t instanceof Map?t.forEach((function(e,t){d.fillStyle=je=t,d.fill(e)})):null!=t&&e&&d.fill(t)}function ht(e,t,n,r,i,a,o,u,l,c){var s=o%2/2;1==g&&d.translate(s,s),it(u,o,l,c,u),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 mt(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,vt(!1));var o=n.side,u=o%2,l=a.min,c=a.max,s=function(e,t,n,i){var a,o=k[e];if(i<=0)a=[0,0];else{var u=o._space=o.space(r,e,t,n,i);a=Ac(t,n,o._incrs=o.incrs(r,e,t,n,i,u),i,u)}return o._found=a}(i,l,c,0==u?de:he),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,l,c,d,h,m),g=2==a.distr?p.map((function(e){return et[e]})):p,y=2==a.distr?et[p[1]]-et[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=zo(n.size(r,_,i,e)),null!=b&&n._size!=b&&(t=!1)}}else n._show&&(t=!1,n._show=!1,vt(!1))}})),t}function pt(e){var t=!0;return Qe.forEach((function(n,i){var a=n(r,i,Ie,e);a!=Ge[i]&&(t=!1),Ge[i]=a})),t}function vt(e){D.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 gt,yt,_t,bt,wt,Dt,kt,xt,Ct,St,Et,At,Nt=!1;function Mt(){Nt||(Du(Ft),Nt=!0)}function Ft(){be&&(!function(){var e=_u(x,gu);for(var n in e){var a=e[n],o=P[n];if(null!=o&&null!=o.min)bu(a,o),n==S&&vt(!0);else if(n!=S||2==i)if(0==Be&&null==a.from){var u=a.range(r,null,null,n);a.min=u[0],a.max=u[1]}else a.min=Wo,a.max=-Wo}if(Be>0)for(var l in D.forEach((function(n,a){if(1==i){var o=n.scale,u=e[o],l=P[o];if(0==a){var c=u.range(r,u.min,u.max,o);u.min=c[0],u.max=c[1],Ke=wo(u.min,t[0]),(Je=wo(u.max,t[0]))-Ke>1&&(t[0][Ke]<u.min&&Ke++,t[0][Je]>u.max&&Je--),n.min=et[Ke],n.max=et[Je]}else n.show&&n.auto&&ot(u,l,n,t[a],n.sorted);n.idxs[0]=Ke,n.idxs[1]=Je}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];ot(e[h],P[h],f,g,f.sorted),ot(e[m],P[m],d,y,d.sorted),n.min=d.min,n.max=d.max}})),e){var c=e[l],s=P[l];if(null==c.from&&(null==s||null==s.min)){var f=c.range(r,c.min==Wo?null:c.min,c.max==-Wo?null:c.max,l);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[_],w=x[_];if(w.min!=b.min||w.max!=b.max){w.min=b.min,w.max=b.max;var k=w.distr;w._min=3==k?Yo(w.min):4==k?qo(w.min,w.asinh):w.min,w._max=3==k?Yo(w.max):4==k?qo(w.max,w.asinh):w.max,g[_]=y=!0}}if(y){for(var C in D.forEach((function(e,t){2==i?t>0&&g.y&&(e._paths=null):g[e.scale]&&(e._paths=null)})),g)De=!0,gn("setScale",C);Ne.show&&Ne.left>=0&&(ke=Ce=!0)}for(var E in P)P[E]=null}(),be=!1),De&&(!function(){for(var e=!1,t=0;!e;){var n=mt(++t),i=pt(t);(e=t==Ae||n&&i)||(Ee(r.width,r.height),we=!0)}}(),De=!1),we&&(uo(m,$a,me),uo(m,ja,pe),uo(m,Ba,de),uo(m,za,he),uo(p,$a,me),uo(p,ja,pe),uo(p,Ba,de),uo(p,za,he),uo(h,Ba,se),uo(h,za,fe),f.width=Bo(se*ea),f.height=Bo(fe*ea),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;uo(t,o?"left":"top",i-(3===a||0===a?r:0)),uo(t,o?"width":"height",r),uo(t,o?"top":"left",o?pe:me),uo(t,o?"height":"width",o?he:de),oo(t,Ia)}else ao(t,Ia)})),ze=je=He=Ve=Ye=Ue=qe=We=$e=null,Ze=1,tn(!0),gn("setSize"),we=!1),se>0&&fe>0&&(d.clearRect(0,0,f.width,f.height),gn("drawClear"),A.forEach((function(e){return e()})),gn("draw")),jt.show&&xe&&($t(jt),xe=!1),Ne.show&&ke&&(Xt(null,!0,!1),ke=!1),W.show&&W.live&&Ce&&(Kt(),Ce=!1),c||(c=!0,r.status=1,gn("ready")),tt=!1,Nt=!1}function Tt(e,n){var i=x[e];if(null==i.from){if(0==Be){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(Be>1&&null!=n.min&&null!=n.max&&n.max-n.min<1e-16)return;e==S&&2==i.distr&&Be>0&&(n.min=wo(n.min,t[0]),n.max=wo(n.max,t[0]),n.min==n.max&&n.max++),P[e]=n,be=!0,Mt()}}r.redraw=function(e,t){De=t||!1,!1!==e?Vt(S,O.min,O.max):Mt()},r.setScale=Tt;var Ot=!1,Lt=Ne.drag,Pt=Lt.x,It=Lt.y;Ne.show&&(Ne.x&&(gt=co("u-cursor-x",p)),Ne.y&&(yt=co("u-cursor-y",p)),0==O.ori?(_t=gt,bt=yt):(_t=yt,bt=gt),Et=Ne.left,At=Ne.top);var Rt,Bt,zt,jt=r.select=bu({show:!0,over:!0,left:0,width:0,top:0,height:0},e.select),Ht=jt.show?co("u-select",jt.over?p:m):null;function $t(e,t){if(jt.show){for(var n in e)jt[n]=e[n],n in cn&&uo(Ht,n,e[n]);!1!==t&&gn("setSelect")}}function Vt(e,t,n){Tt(e,{min:t,max:n})}function Yt(e,t,n,a){null!=t.focus&&function(e){if(e!=zt){var t=null==e,n=1!=Te.alpha;D.forEach((function(r,i){var a=t||0==i||i==e;r._focus=t?null:a,n&&function(e,t){D[e].alpha=t,Ne.show&&Le[e]&&(Le[e].style.opacity=t);Z&&K[e]&&(K[e].style.opacity=t)}(i,a?1:Te.alpha)})),zt=e,n&&Mt()}}(e),null!=t.show&&D.forEach((function(n,r){r>0&&(e==r||null==e)&&(n.show=t.show,function(e,t){var n=D[e],r=Z?K[e]:null;n.show?r&&oo(r,Ia):(r&&ao(r,Ia),Le.length>1&&fo(Le[e],-10,-10,de,he))}(r,t.show),Vt(2==i?n.facets[1].scale:n.scale,null,null),Mt())})),!1!==n&&gn("setSeries",e,t),a&&Dn("setSeries",r,e,t)}r.setSelect=$t,r.setSeries=Yt,r.addBand=function(e,t){e.fill=Go(e.fill||null),e.dir=Mo(e.dir,-1),t=null==t?C.length:t,C.splice(t,0,e)},r.setBand=function(e,t){bu(C[e],t)},r.delBand=function(e){null==e?C.length=0:C.splice(e,1)};var Ut={focus:!0};function qt(e,t,n){var r=x[t];n&&(e=e/ea-(1==r.ori?pe:me));var i=de;1==r.ori&&(e=(i=he)-e),-1==r.dir&&(e=i-e);var a=r._min,o=a+(r._max-a)*(e/i),u=r.distr;return 3==u?$o(10,o):4==u?function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return Lo.sinh(e)*t}(o,r.asinh):o}function Wt(e,t){uo(Ht,$a,jt.left=e),uo(Ht,Ba,jt.width=t)}function Zt(e,t){uo(Ht,ja,jt.top=e),uo(Ht,za,jt.height=t)}Z&&Oe&&le(Ga,B,(function(e){Ne._lock||(Me(e),null!=zt&&Yt(null,Ut,!0,_n.setSeries))})),r.valToIdx=function(e){return wo(e,t[0])},r.posToIdx=function(e,n){return wo(qt(e,S,n),t[0],Ke,Je)},r.posToVal=qt,r.valToPos=function(e,t,n){return 0==x[t].ori?o(e,x[t],n?ye:de,n?ve:0):u(e,x[t],n?_e:he,n?ge:0)},r.batch=function(e){e(r),Mt()},r.setCursor=function(e,t,n){Et=e.left,At=e.top,Xt(null,t,n)};var Qt=0==O.ori?Wt:Zt,Gt=1==O.ori?Wt:Zt;function Kt(e,t){null!=e&&(e.idxs?e.idxs.forEach((function(e,t){q[t]=e})):void 0!==e.idx&&q.fill(e.idx),W.idx=q[0]);for(var n=0;n<D.length;n++)(n>0||1==i&&!X)&&Jt(n,q[n]);Z&&W.live&&function(){if(Z&&W.live)for(var e=2==i?1:0;e<D.length;e++)if(0!=e||!X){var t=W.values[e],n=0;for(var r in t)J[e][n++].firstChild.nodeValue=t[r]}}(),Ce=!1,!1!==t&&gn("setLegend")}function Jt(e,n){var i,a,o=D[e],u=0==e&&2==L?et:t[e];a=X?null!==(i=o.values(r,e,n))&&void 0!==i?i:ee:null==(a=o.value(r,null==n?null:u[n],e,n))?ee:{_:a},W.values[e]=a}function Xt(e,n,a){Ct=Et,St=At;var o,u=v(Ne.move(r,Et,At),2);Et=u[0],At=u[1],Ne.show&&(_t&&fo(_t,Bo(Et),0,de,he),bt&&fo(bt,0,Bo(At),de,he));var l=Ke>Je;Rt=Wo;var c=0==O.ori?de:he,s=1==O.ori?de:he;if(Et<0||0==Be||l){o=null;for(var f=0;f<D.length;f++)f>0&&Le.length>1&&fo(Le[f],-10,-10,de,he);Oe&&Yt(null,Ut,!0,null==e&&_n.setSeries),W.live&&(q.fill(o),Ce=!0)}else{var d,h;1==i&&(o=wo(d=qt(0==O.ori?Et:At,S),t[0],Ke,Je),h=F(t[0][o],O,c,0));for(var m=2==i?1:0;m<D.length;m++){var p=D[m],g=q[m],y=1==i?t[m][g]:t[m][1][g],_=Ne.dataIdx(r,m,o,d),b=1==i?t[m][_]:t[m][1][_];Ce=Ce||b!=y||_!=g,q[m]=_;var w=iu(_==o?h:F(1==i?t[0][_]:t[m][0][_],O,c,0),1);if(m>0&&p.show){var k=null==b?-10:iu(T(b,1==i?x[p.scale]:x[p.facets[1].scale],s,0),1);if(Oe&&k>=0&&1==i){var C=Io(k-At);if(C<Rt){var E=Te.bias;if(0!=E){var A=qt(1==O.ori?Et:At,p.scale),N=A>=0?1:-1;N==(b>=0?1:-1)&&(1==N?1==E?b>=A:b<=A:1==E?b<=A:b>=A)&&(Rt=C,Bt=m)}else Rt=C,Bt=m}}var M=void 0,L=void 0;if(0==O.ori?(M=w,L=k):(M=k,L=w),Ce&&Le.length>1){mo(Le[m],Ne.points.fill(r,m),Ne.points.stroke(r,m));var P=void 0,I=void 0,R=void 0,B=void 0,z=!0,j=Ne.points.bbox;if(null!=j){z=!1;var H=j(r,m);R=H.left,B=H.top,P=H.width,I=H.height}else R=M,B=L,P=I=Ne.points.size(r,m);vo(Le[m],P,I,z),fo(Le[m],R,B,de,he)}}}}if(Ne.idx=o,Ne.left=Et,Ne.top=At,Ce&&(W.idx=o,Kt()),jt.show&&Ot)if(null!=e){var $=v(_n.scales,2),V=$[0],Y=$[1],U=v(_n.match,2),Z=U[0],Q=U[1],G=v(e.cursor.sync.scales,2),K=G[0],J=G[1],X=e.cursor.drag;if(Pt=X._x,It=X._y,Pt||It){var ee,te,ne,re,ie,ae=e.select,oe=ae.left,ue=ae.top,le=ae.width,ce=ae.height,se=e.scales[V].ori,fe=e.posToVal,me=null!=V&&Z(V,K),pe=null!=Y&&Q(Y,J);me&&Pt?(0==se?(ee=oe,te=le):(ee=ue,te=ce),ne=x[V],re=F(fe(ee,K),ne,c,0),ie=F(fe(ee+te,K),ne,c,0),Qt(jo(re,ie),Io(ie-re))):Qt(0,c),pe&&It?(1==se?(ee=oe,te=le):(ee=ue,te=ce),ne=x[Y],re=T(fe(ee,J),ne,s,0),ie=T(fe(ee+te,J),ne,s,0),Gt(jo(re,ie),Io(ie-re))):Gt(0,s)}else sn()}else{var ve=Io(Ct-wt),ge=Io(St-Dt);if(1==O.ori){var ye=ve;ve=ge,ge=ye}Pt=Lt.x&&ve>=Lt.dist,It=Lt.y&&ge>=Lt.dist;var _e,be,we=Lt.uni;null!=we?Pt&&It&&(It=ge>=we,(Pt=ve>=we)||It||(ge>ve?It=!0:Pt=!0)):Lt.x&&Lt.y&&(Pt||It)&&(Pt=It=!0),Pt&&(0==O.ori?(_e=kt,be=Et):(_e=xt,be=At),Qt(jo(_e,be),Io(be-_e)),It||Gt(0,s)),It&&(1==O.ori?(_e=kt,be=Et):(_e=xt,be=At),Gt(jo(_e,be),Io(be-_e)),Pt||Qt(0,c)),Pt||It||(Qt(0,0),Gt(0,0))}if(Lt._x=Pt,Lt._y=It,null==e){if(a){if(null!=bn){var De=v(_n.scales,2),ke=De[0],xe=De[1];_n.values[0]=null!=ke?qt(0==O.ori?Et:At,ke):null,_n.values[1]=null!=xe?qt(1==O.ori?Et:At,xe):null}Dn(qa,r,Et,At,de,he,o)}if(Oe){var Se=a&&_n.setSeries,Ee=Te.prox;null==zt?Rt<=Ee&&Yt(Bt,Ut,!0,Se):Rt>Ee?Yt(null,Ut,!0,Se):Bt!=zt&&Yt(Bt,Ut,!0,Se)}}!1!==n&&gn("setCursor")}r.setLegend=Kt;var en=null;function tn(){arguments.length>0&&void 0!==arguments[0]&&arguments[0]?en=null:gn("syncRect",en=p.getBoundingClientRect())}function nn(e,t,n,r,i,a,o){Ne._lock||Ot&&null!=e&&0==e.movementX&&0==e.movementY||(rn(e,t,n,r,i,a,o,!1,null!=e),null!=e?Xt(null,!0,!0):Xt(t,!0,!1))}function rn(e,t,n,i,a,o,u,c,s){if(null==en&&tn(!1),Me(e),null!=e)n=e.clientX-en.left,i=e.clientY-en.top;else{if(n<0||i<0)return Et=-10,void(At=-10);var f=v(_n.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],w=_[1],D=v(_n.match,2),k=D[0],C=D[1],S=t.axes[0].side%2==1,E=0==O.ori?de:he,A=1==O.ori?de:he,N=S?o:a,M=S?a:o,F=S?i:n,T=S?n:i;if(n=null!=b?k(d,b)?l(g,x[d],E,0):-10:E*(F/N),i=null!=w?C(h,w)?l(y,x[h],A,0):-10:A*(T/M),1==O.ori){var L=n;n=i,i=L}}if(s&&((n<=1||n>=de-1)&&(n=ru(n,de)),(i<=1||i>=he-1)&&(i=ru(i,he))),c){wt=n,Dt=i;var P=v(Ne.move(r,n,i),2);kt=P[0],xt=P[1]}else Et=n,At=i}Object.defineProperty(r,"rect",{get:function(){return null==en&&tn(!1),en}});var an,on,un,ln,cn={width:0,height:0,left:0,top:0};function sn(){$t(cn,!1)}function fn(e,t,n,i,a,o,u){Ot=!0,Pt=It=Lt._x=Lt._y=!1,rn(e,t,n,i,a,o,0,!0,!1),null!=e&&(le(Za,no,dn,!1),Dn(Wa,r,kt,xt,de,he,null));var l=jt.left,c=jt.top,s=jt.width,f=jt.height;an=l,on=c,un=s,ln=f,sn()}function dn(e,t,n,i,a,o,u){Ot=Lt._x=Lt._y=!1,rn(e,t,n,i,a,o,0,!1,!0);var l=jt.left,c=jt.top,s=jt.width,f=jt.height,d=s>0||f>0,h=an!=l||on!=c||un!=s||ln!=f;if(d&&h&&$t(jt),Lt.setScale&&d&&h){var m=l,p=s,v=c,g=f;if(1==O.ori&&(m=c,p=f,v=l,g=s),Pt&&Vt(S,qt(m,S),qt(m+p,S)),It)for(var y in x){var _=x[y];y!=S&&null==_.from&&_.min!=Wo&&Vt(y,qt(v+g,y),qt(v,y))}sn()}else Ne.lock&&(Ne._lock=!Ne._lock,Ne._lock||Xt(null,!0,!1));null!=e&&(ce(Za,no),Dn(Za,r,Et,At,de,he,null))}function hn(e,t,n,i,a,o,u){Ne._lock||(Me(e),rt(),sn(),null!=e&&Dn(Ka,r,Et,At,de,he,null))}function mn(){k.forEach(Mc),Se(r.width,r.height,!0)}_o(Xa,ro,mn);var pn={};pn.mousedown=fn,pn.mousemove=nn,pn.mouseup=dn,pn.dblclick=hn,pn.setSeries=function(e,t,n,i){-1!=(n=(0,_n.match[2])(r,t,n))&&Yt(n,i,!0,!1)},Ne.show&&(le(Wa,p,fn),le(qa,p,nn),le(Qa,p,(function(e){Me(e),tn(!1)})),le(Ga,p,(function(e,t,n,r,i,a,o){if(!Ne._lock){Me(e);var u=Ot;if(Ot){var l,c,s=!0,f=!0;0==O.ori?(l=Pt,c=It):(l=It,c=Pt),l&&c&&(s=Et<=10||Et>=de-10,f=At<=10||At>=he-10),l&&s&&(Et=Et<kt?0:de),c&&f&&(At=At<xt?0:he),Xt(null,!0,!0),Ot=!1}Et=-10,At=-10,Xt(null,!0,!0),u&&(Ot=u)}})),le(Ka,p,hn),pc.add(r),r.syncRect=tn);var vn=r.hooks=e.hooks||{};function gn(e,t,n){e in vn&&vn[e].forEach((function(e){e.call(null,r,t,n)}))}(e.plugins||[]).forEach((function(e){for(var t in e.hooks)vn[t]=(vn[t]||[]).concat(e.hooks[t])}));var yn=function(e,t,n){return n},_n=bu({key:null,setSeries:!1,filters:{pub:eu,sub:eu},scales:[S,D[1]?D[1].scale:null],match:[tu,tu,yn],values:[null,null]},Ne.sync);2==_n.match.length&&_n.match.push(yn),Ne.sync=_n;var bn=_n.key,wn=Vl(bn);function Dn(e,t,n,r,i,a,o){_n.filters.pub(e,t,n,r,i,a,o)&&wn.pub(e,t,n,r,i,a,o)}function kn(){gn("init",e,t),nt(t||e.data,!1),P[S]?Tt(S,P[S]):rt(),xe=jt.show,ke=Ce=!0,Se(e.width,e.height)}return wn.sub(r),r.pub=function(e,t,n,r,i,a,o){_n.filters.sub(e,t,n,r,i,a,o)&&pn[e](null,t,n,r,i,a,o)},r.destroy=function(){var e;wn.unsub(r),pc.delete(r),ue.clear(),bo(Xa,ro,mn),s.remove(),null===(e=B)||void 0===e||e.remove(),gn("destroy")},D.forEach(Pe),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?D[1].scale:S,i=x[e.scale]);var a=i.time;e.size=Go(e.size),e.space=Go(e.space),e.rotate=Go(e.rotate),hu(e.incrs)&&e.incrs.forEach((function(e){!uu.has(e)&&uu.set(e,lu(e))})),e.incrs=Go(e.incrs||(2==i.distr?Ru:a?1==w?Ku:tl:Bu)),e.splits=Go(e.splits||(a&&1==i.distr?V:3==i.distr?xl:4==i.distr?Cl:kl)),e.stroke=Go(e.stroke),e.grid.stroke=Go(e.grid.stroke),e.ticks.stroke=Go(e.ticks.stroke),e.border.stroke=Go(e.border.stroke);var o=e.values;e.values=hu(o)&&!hu(o[0])?Go(o):a?hu(o)?al(H,il(o,$)):pu(o)?function(e,t){var n=Fu(t);return function(t,r,i,a,o){return r.map((function(t){return n(e(t))}))}}(H,o):o||Y:o||Dl,e.filter=Go(e.filter||(i.distr>=3&&10==i.log?Fl:3==i.distr&&2==i.log?Tl:Jo)),e.font=Nc(e.font),e.labelFont=Nc(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&&(Ie[t]=!0,e._el=co("u-axis",h))}})),n?n instanceof HTMLElement?(n.appendChild(s),kn()):n(r,kn):kn(),r}Fc.assign=bu,Fc.fmtNum=Oo,Fc.rangeNum=No,Fc.rangeLog=ko,Fc.rangeAsinh=xo,Fc.orient=Ul,Fc.pxRatio=ea,Fc.join=function(e,t){if(function(e){for(var t=e[0][0],n=t.length,r=1;r<e.length;r++){var i=e[r][0];if(i.length!=n)return!1;if(i!=t)for(var a=0;a<n;a++)if(i[a]!=t[a])return!1}return!0}(e)){for(var n=e[0].slice(),r=1;r<e.length;r++){var i;(i=n).push.apply(i,y(e[r].slice(1)))}return function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:100,n=e.length;if(n<=1)return!0;for(var r=0,i=n-1;r<=i&&null==e[r];)r++;for(;i>=r&&null==e[i];)i--;if(i<=r)return!0;for(var a=Ho(1,Ro((i-r+1)/t)),o=e[r],u=r+a;u<=i;u+=a){var l=e[u];if(null!=l){if(l<=o)return!1;o=l}}return!0}(n[0])||(n=function(e){for(var t=e[0],n=t.length,r=Array(n),i=0;i<r.length;i++)r[i]=i;r.sort((function(e,n){return t[e]-t[n]}));for(var a=[],o=0;o<e.length;o++){for(var u=e[o],l=Array(n),c=0;c<n;c++)l[c]=u[r[c]];a.push(l)}return a}(n)),n}for(var a=new Set,o=0;o<e.length;o++)for(var u=e[o][0],l=u.length,c=0;c<l;c++)a.add(u[c]);for(var s=[Array.from(a).sort((function(e,t){return e-t}))],f=s[0].length,d=new Map,h=0;h<f;h++)d.set(s[0][h],h);for(var m=0;m<e.length;m++)for(var p=e[m],v=p[0],g=1;g<p.length;g++){for(var _=p[g],b=Array(f).fill(void 0),w=t?t[m][g]:1,D=[],k=0;k<_.length;k++){var x=_[k],C=d.get(v[k]);null===x?0!=w&&(b[C]=x,2==w&&D.push(C)):b[C]=x}wu(b,D,f),s.push(b)}return s},Fc.fmtDate=Fu,Fc.tzDate=function(e,t){var n;return"UTC"==t||"Etc/UTC"==t?n=new Date(+e+6e4*e.getTimezoneOffset()):t==Tu?n=e:(n=new Date(e.toLocaleString("en-US",{timeZone:t}))).setMilliseconds(e.getMilliseconds()),n},Fc.sync=Vl,Fc.addGap=function(e,t,n){var r=e[e.length-1];r&&r[0]==t?r[1]=n:e.push([t,n])},Fc.clipGaps=Ql;var Tc=Fc.paths={points:cc};Tc.linear=hc,Tc.stepped=function(e){var t=Mo(e.align,1),n=Mo(e.ascDesc,!1),r=Mo(e.alignGaps,0),i=Mo(e.extend,!1);return function(e,a,o,u){return Ul(e,a,(function(l,c,s,f,d,h,m,p,g,_,b){var w=l.pxRound,D=e.bbox,k=D.left,x=D.width,C=function(e){return w(h(e,f,_,p))},S=function(e){return w(m(e,d,b,g))},E=0==f.ori?tc:nc,A={stroke:new Path2D,fill:null,clip:null,band:null,gaps:null,flags:Yl},N=A.stroke,M=f.dir*(0==f.ori?1:-1);o=Do(s,o,u,1),u=Do(s,o,u,-1);var F=S(s[1==M?o:u]),T=C(c[1==M?o:u]),O=T,L=T;i&&-1==t&&E(N,L=k,F),E(N,T,F);for(var P=1==M?o:u;P>=o&&P<=u;P+=M){var I=s[P];if(null!=I){var R=C(c[P]),B=S(I);1==t?E(N,R,F):E(N,O,B),E(N,R,B),F=B,O=R}}var z=O;i&&1==t&&E(N,z=k+x,F);var j=v(ql(e,a),2),H=j[0],$=j[1];if(null!=l.fill||0!=H){var V=A.fill=new Path2D(N),Y=S(l.fillTo(e,a,l.min,l.max,H));E(V,z,Y),E(V,L,Y)}if(!l.spanGaps){var U,q=[];(U=q).push.apply(U,y(Gl(c,s,o,u,M,C,r)));var W=l.width*ea/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=l.gaps(e,a,o,u,q),A.clip=Ql(q,f.ori,p,g,_,b)}return 0!=$&&(A.band=2==$?[Zl(e,a,o,u,N,-1),Zl(e,a,o,u,N,1)]:Zl(e,a,o,u,N,$)),A}))}},Tc.bars=function(e){var t=Mo((e=e||su).size,[.6,Wo,1]),n=e.align||0,r=(e.gap||0)*ea,i=e.radius,a=Go(i=null==i?[0,0]:"number"==typeof i?[i,0]:i),o=1-t[0],u=Mo(t[1],Wo)*ea,l=Mo(t[2],1)*ea,c=Mo(e.disp,su),s=Mo(e.each,(function(e){})),f=c.fill,d=c.stroke;return function(e,t,i,h){return Ul(e,t,(function(m,p,g,y,_,b,w,D,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),L=_.dir*(1==_.ori?1:-1),P=0==y.ori?rc:ic,I=0==y.ori?s:function(e,t,n,r,i,a,o){s(e,t,n,i,r,o,a)},R=v(ql(e,t),2),B=R[0],z=R[1],j=3==_.distr?1==B?_.max:_.min:0,H=w(j,_,C,k),$=A(m.width*ea),V=!1,Y=null,U=null,q=null,W=null;null==f||0!=$&&null==d||(V=!0,Y=f.values(e,t,i,h),U=new Map,new Set(Y).forEach((function(e){null!=e&&U.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,G=!0;if(null!=Z&&null!=Q){p=Z.values(e,t,i,h),2==Z.unit&&(p=p.map((function(t){return e.posToVal(D+t*x,y.key,!0)})));var K=Q.values(e,t,i,h);$>=(T=2==Q.unit?K[0]*x:b(K[0],y,x,D)-b(0,y,x,D))&&($=0),T=A(Qo(T-$,l,u)),F=1==O?-$/2:T+$/2}else{var J=x;if(p.length>1)for(var X=null,ee=0,te=1/0;ee<p.length;ee++)if(void 0!==g[ee]){if(null!=X){var ne=Io(p[ee]-p[X]);ne<te&&(te=ne,J=Io(b(p[ee],y,x,D)-b(p[X],y,x,D)))}X=ee}var re=J*o;$>=(T=J-re-r)&&($=0),re+r<5&&(A=Ko),T=A(Qo(J-re,l,u)-$-r),F=(0==n?T/2:n==O?0:T)-n*O*r/2,T+$>J&&(G=!1)}var ie,ae={stroke:null,fill:null,clip:null,band:null,gaps:null,flags:2|Yl};0!=z&&(ae.band=new Path2D,ie=A(w(1==z?_.max:_.min,_,C,k)));var oe=V?null:new Path2D,ue=ae.band,le=c.y0,ce=c.y1,se=null;null!=le&&null!=ce&&(g=ce.values(e,t,i,h),se=le.values(e,t,i,h));for(var fe=S*T,de=E*T,he=1==O?i:h;he>=i&&he<=h;he+=O){var me=g[he];if(void 0!==me){var pe=b(2!=y.distr||null!=c?p[he]:he,y,x,D),ve=w(Mo(me,j),_,C,k);null!=se&&null!=me&&(H=w(se[he],_,C,k));var ge=A(pe-F),ye=A(Ho(ve,H)),_e=A(jo(ve,H)),be=ye-_e;if(null!=me){var we=me<0?de:fe,De=me<0?fe:de;V?($>0&&null!=q[he]&&P(W.get(q[he]),ge,_e+Ro($/2),T,Ho(0,be-$),we,De),null!=Y[he]&&P(U.get(Y[he]),ge,_e+Ro($/2),T,Ho(0,be-$),we,De)):P(oe,ge,_e+Ro($/2),T,Ho(0,be-$),we,De),I(e,t,he,ge-$/2,_e,T+$,be)}0==z||null==me&&!G||(L*z==1?(ye=_e,_e=ie):(_e=ye,ye=ie),P(ue,ge-$/2,_e,T+$,Ho(0,be=ye-_e),0,0))}}return $>0&&(ae.stroke=V?W:oe),ae.fill=V?U:oe,ae}))}},Tc.spline=function(e){return function(e,t){var n=Mo(null===t||void 0===t?void 0:t.alignGaps,0);return function(t,r,i,a){return Ul(t,r,(function(o,u,l,c,s,f,d,h,m,p,g){var _,b,w,D=o.pxRound,k=function(e){return D(f(e,c,p,h))},x=function(e){return D(d(e,s,g,m))};0==c.ori?(_=Xl,w=tc,b=uc):(_=ec,w=nc,b=lc);var C=c.dir*(0==c.ori?1:-1);i=Do(l,i,a,1),a=Do(l,i,a,-1);for(var S=k(u[1==C?i:a]),E=S,A=[],N=[],M=1==C?i:a;M>=i&&M<=a;M+=C)if(null!=l[M]){var F=k(u[M]);A.push(E=F),N.push(x(l[M]))}var T={stroke:e(A,N,_,w,b,D),fill:null,clip:null,band:null,gaps:null,flags:Yl},O=T.stroke,L=v(ql(t,r),2),P=L[0],I=L[1];if(null!=o.fill||0!=P){var R=T.fill=new Path2D(O),B=x(o.fillTo(t,r,o.min,o.max,P));w(R,E,B),w(R,S,B)}if(!o.spanGaps){var z,j=[];(z=j).push.apply(z,y(Gl(u,l,i,a,C,k,n))),T.gaps=j=o.gaps(t,r,i,a,j),T.clip=Ql(j,c.ori,h,m,p,g)}return 0!=I&&(T.band=2==I?[Zl(t,r,i,a,O,-1),Zl(t,r,i,a,O,1)]:Zl(t,r,i,a,O,I)),T}))}}(mc,e)};var Oc,Lc=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},Pc=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},Ic=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]},Rc=function(e){for(var t=e.length;t--;){var n=e[t];if(Number.isFinite(n))return n}},Bc=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:1,maximumSignificantDigits:i})},zc=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},jc=function(e){var t=(null===e||void 0===e?void 0:e.metric)||{},n=Object.keys(t).filter((function(e){return"__name__"!=e})).map((function(e){return"".concat(e,"=").concat(JSON.stringify(t[e]))})),r=t.__name__||"";return n.length>0&&(r+="{"+n.join(",")+"}"),r},Hc=[[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]],$c=function(e,t){return Array.from(new Set(e.map((function(e){return e.scale})))).map((function(e){var n="10px Arial",r=Rt("color-text"),i={scale:e,show:!0,size:Yc,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(Bc(e,r,i)," ").concat(n)})):t.map((function(e){return Bc(e,r,i)}))}(e,n,t)}};return e?Number(e)%2?i:dt(dt({},i),{},{side:1}):{space:80,values:Hc,stroke:r,font:n}}))},Vc=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]},Yc=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),u=(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""!=u&&(o+=zc(u,"10px Arial")),Math.ceil(o)},Uc=["#e54040","#32a9dc","#2ee329","#7126a1","#e38f0f","#3d811a","#ffea00","#2d2d2d","#da42a6","#a44e0c"],qc=["__name__"],Wc=function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=e.metric,i=r.__name__,a=Br(r,qc),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(", "),"}")},Zc=function(e){switch(e){case"NaN":return NaN;case"Inf":case"+Inf":return 1/0;case"-Inf":return-1/0;default:return parseFloat(e)}},Qc=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}))}))},Gc=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,u=e[1]+(t[1]-e[1])*a,l=e[2]+(t[2]-e[2])*a;r.push([o,u,l].map((function(e){return Math.round(e)})).join(", "))}return r.map((function(e){return"rgb(".concat(e,")")}))}([246,226,219],[127,39,4],16),Kc=function(){return function(e,t){var n=Math.round(devicePixelRatio);Fc.orient(e,t,(function(r,i,a,o,u,l,c,s,f,d,h,m,p,g){for(var _=v(e.data[t],3),b=_[0],w=_[1],D=_[2],k=b.length,x=function(e,t){for(var n=e.data[t][2],r=Gc,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 u=a-i,l=r.length,c=Array(n.length),s=0;s<n.length;s++)c[s]=0===n[s]?-1:Math.min(l-1,Math.floor(l*(n[s]-i)/u));return c}(e,t),C=null!==Gc&&void 0!==Gc?Gc:y(Array.from(new Set(x))),S=C.map((function(){return new Path2D})),E=k-w.lastIndexOf(w[0]),A=k/E,N=w[1]-w[0],M=b[E]-b[0],F=l(M,o,d,s)-l(0,o,d,s)-n,T=c(N,u,h,f)-c(0,u,h,f)+n,O=w.slice(0,E).map((function(e){return Math.round(c(e,u,h,f)-T/2)})),L=Array.from({length:A},(function(e,t){return Math.round(l(b[t*E],o,d,s)-F)})),P=0;P<k;P++)if(D[P]>0&&b[P]>=(o.min||-1/0)&&b[P]<=(o.max||1/0)&&w[P]>=(u.min||-1/0)&&w[P]<=(u.max||1/0)){var I=L[~~(P/E)],R=O[P%E];g(S[x[P]],I,R,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()}))}},Jc=function(e){var t=(e.metric.vmrange||e.metric.le||"").split("...");return Zc(t[t.length-1])},Xc=function(e,t){return Jc(e)-Jc(t)},es=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=[],u=T(r);try{for(u.s();!(n=u.n()).done;){var l,c=n.value,s=[a.metric.le,c.metric.le].filter((function(e){return e})).join("..."),f=[],d=T(c.values);try{var h=function(){var e,t=v(l.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();!(l=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){u.e(m)}finally{u.f()}return o}(e.sort(Xc)),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 dt(dt({},e),{},{values:t})})).filter((function(e){return!e.values.every((function(e){return"0"===e[1]}))}))},ts=function(e,t,n){for(var r={},i=e.map((function(e){var t=e.values.map((function(e){return Zc(e[1])}));return{min:Pc(t),max:Lc(t),median:Ic(t),last:Rc(t)}})),a=Math.min(e.length,Uc.length),o=0;o<a;o++){var u=Wc(e[o],n[e[o].group-1]);r[u]=Uc[o]}return function(e,a){var o=Wc(e,n[e.group-1]),u=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),l=i[a],c=l.min,s=l.max,f=l.median,d=l.last;return{label:o,freeFormFields:e.metric,width:1.4,stroke:u,show:!rs(o,t),scale:"1",points:{size:4.2,width:1.4},statsFormatted:{min:Bc(c,c,s),max:Bc(s,c,s),median:Bc(f,c,s),last:Bc(d,c,s)},median:f}}},ns=function(e,t){return{group:t,label:e.label||"",color:e.stroke,checked:e.show||!1,freeFormFields:e.freeFormFields,statsFormatted:e.statsFormatted,median:e.median}},rs=function(e,t){return t.includes("".concat(e))},is=function(e){for(var t=e.series.length-1;t>=0;t--)e.delSeries(t)},as=function(e){var t=e.width,n=void 0===t?400:t,r=e.height;return{width:n,height:void 0===r?500:r,series:[],tzDate:function(e){return a()(gn(_n(e))).local().toDate()},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}}}}},os=function(e){is(e),function(e){Object.keys(e.hooks).forEach((function(t){e.hooks[t]=[]}))}(e),e.setData([])},us=function(e){return[e.min,e.max]},ls=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]:Vc(t,n)},cs=function(e,t){var n={x:{range:function(){return us(t)}}},r=Object.keys(e.limits.range);return(r.length?r:["1"]).forEach((function(t){n[t]={range:function(n){return ls(n,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,t,e)}}})),n},ss=function(e){return function(t){var n=t.posToVal(t.select.left,"x"),r=t.posToVal(t.select.left+t.select.width,"x");e({min:n,max:r})}},fs=function(e){return function(e){return e instanceof MouseEvent}(e)?e.clientX:e.touches[0].clientX},ds=function(e){var t=e.dragSpeed,n=void 0===t?.85:t,i=e.setPanning,a=e.setPlotScale,o=(0,r.useRef)({leftStart:0,xUnitsPerPx:0,scXMin:0,scXMax:0}),u=function(e){e.preventDefault();var t=fs(e),r=o.current,i=r.leftStart,u=r.xUnitsPerPx,l=r.scXMin,c=r.scXMax,s=u*((t-i)*n);a({min:l-s,max:c-s})},l=function e(){i(!1),document.removeEventListener("mousemove",u),document.removeEventListener("mouseup",e),document.removeEventListener("touchmove",u),document.removeEventListener("touchend",e)};return function(e){var t=e.e,n=e.u;t.preventDefault(),i(!0),o.current={leftStart:fs(t),xUnitsPerPx:n.posToVal(1,"x")-n.posToVal(0,"x"),scXMin:n.scales.x.min||0,scXMax:n.scales.x.max||0},document.addEventListener("mousemove",u),document.addEventListener("mouseup",l),document.addEventListener("touchmove",u),document.addEventListener("touchend",l)}},hs=function(e){var t=v((0,r.useState)(!1),2),n=t[0],i=t[1],a=ds({dragSpeed:.9,setPanning:i,setPlotScale:e});return{onReadyChart:function(t){var n=function(e){var n=e instanceof MouseEvent&&function(e){var t=e.ctrlKey,n=e.metaKey;return 0===e.button&&(t||n)}(e),r=e instanceof TouchEvent&&e.touches.length>1;(n||r)&&a({u:t,e:e})};t.over.addEventListener("mousedown",n),t.over.addEventListener("touchstart",n),t.over.addEventListener("wheel",(function(n){if(n.ctrlKey||n.metaKey){n.preventDefault();var r=t.over.getBoundingClientRect().width,i=t.cursor.left&&t.cursor.left>0?t.cursor.left:0,a=t.posToVal(i,"x"),o=(t.scales.x.max||0)-(t.scales.x.min||0),u=n.deltaY<0?.9*o:o/.9,l=a-i/r*u,c=l+u;t.batch((function(){return e({min:l,max:c})}))}}))},isPanning:n}},ms=function(e){var t=e[0].clientX-e[1].clientX,n=e[0].clientY-e[1].clientY;return Math.sqrt(t*t+n*n)},ps=function(e){var t=e.uPlotInst,n=e.xRange,i=e.setPlotScale,a=v((0,r.useState)(0),2),o=a[0],u=a[1],l=(0,r.useCallback)((function(e){var r=e.target,a=e.ctrlKey,o=e.metaKey,u=e.key,l=r instanceof HTMLInputElement||r instanceof HTMLTextAreaElement;if(t&&!l){var c="+"===u||"="===u;if(("-"===u||c)&&!(a||o)){e.preventDefault();var s=(n.max-n.min)/10*(c?1:-1);i({min:n.min+s,max:n.max-s})}}}),[t,n]),c=(0,r.useCallback)((function(e){if(t&&2===e.touches.length){e.preventDefault();var r=ms(e.touches),a=o-r,u=t.scales.x.max||n.max,l=t.scales.x.min||n.min,c=(u-l)/50*(a>0?-1:1);t.batch((function(){return i({min:l+c,max:u-c})}))}}),[t,o,n]);return Vr("keydown",l),Vr("touchmove",c),Vr("touchstart",(function(e){2===e.touches.length&&(e.preventDefault(),u(ms(e.touches)))})),null},vs=function(e){var t=e.period,n=e.setPeriod,i=v((0,r.useState)({min:t.start,max:t.end}),2),o=i[0],u=i[1];return(0,r.useEffect)((function(){u({min:t.start,max:t.end})}),[t]),{xRange:o,setPlotScale:function(e){var t=e.min,r=e.max,i=1e3*(r-t);i<nn||i>rn||n({from:a()(1e3*t).toDate(),to:a()(1e3*r).toDate()})}}},gs=function(e){var t=e.u,n=e.metrics,i=e.series,o=e.unit,u=v((0,r.useState)(!1),2),l=u[0],c=u[1],s=v((0,r.useState)({seriesIdx:-1,dataIdx:-1}),2),f=s[0],d=s[1],h=v((0,r.useState)([]),2),m=h[0],p=h[1],g=(0,r.useCallback)((function(){var e=f.seriesIdx,r=f.dataIdx,u=n[e-1],l=i[e],c=new Set(n.map((function(e){return e.group}))),s=(null===u||void 0===u?void 0:u.group)||0,d=Et()(t,["data",e,r],0),h=Et()(t,["scales","1","min"],0),m=Et()(t,["scales","1","max"],1),p=Et()(t,["data",0,r],0),v={top:t?t.valToPos(d||0,(null===l||void 0===l?void 0:l.scale)||"1"):0,left:t?t.valToPos(p,"x"):0};return{unit:o,point:v,u:t,id:"".concat(e,"_").concat(r),title:c.size>1?"Query ".concat(s):"",dates:[p?a()(1e3*p).tz().format(Jt):"-"],value:Bc(d,h,m),info:jc(u),statsFormatted:null===l||void 0===l?void 0:l.statsFormatted,marker:"".concat(null===l||void 0===l?void 0:l.stroke)}}),[t,f,n,i,o]),_=(0,r.useCallback)((function(){if(l){var e=g();m.find((function(t){return t.id===e.id}))||p((function(t){return[].concat(y(t),[e])}))}}),[g,m,l]);return(0,r.useEffect)((function(){c(-1!==f.dataIdx&&-1!==f.seriesIdx)}),[f]),Vr("click",_),{showTooltip:l,stickyTooltips:m,handleUnStick:function(e){p((function(t){return t.filter((function(t){return t.id!==e}))}))},getTooltipProps:g,seriesFocus:function(e,t){var n=null!==t&&void 0!==t?t:-1;d((function(e){return dt(dt({},e),{},{seriesIdx:n})}))},setCursor:function(e){var t,n=null!==(t=e.cursor.idx)&&void 0!==t?t:-1;d((function(e){return dt(dt({},e),{},{dataIdx:n})}))},resetTooltips:function(){p([]),d({seriesIdx:-1,dataIdx:-1})}}},ys=function(e){var t=e.u,n=e.id,i=e.title,a=e.dates,o=e.value,u=e.point,l=e.unit,c=void 0===l?"":l,s=e.info,f=e.statsFormatted,d=e.isSticky,h=e.marker,m=e.onClose,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),w=b[0],D=b[1],k=v((0,r.useState)(!1),2),x=k[0],C=k[1],S=(0,r.useCallback)((function(e){if(w){var t=e.clientX,n=e.clientY;_({top:n,left:t})}}),[w]);return(0,r.useEffect)((function(){if(p.current&&t){var e=u.top,n=u.left,r=parseFloat(t.over.style.left),i=parseFloat(t.over.style.top),a=t.over.getBoundingClientRect(),o=a.width,l=a.height,c=p.current.getBoundingClientRect(),s=c.width,f=c.height,d={top:e+i+10-(e+f>=l?f+20:0),left:n+r+10-(n+s>=o?s+20:0)};d.left<0&&(d.left=20),d.top<0&&(d.top=20),_(d)}}),[t,o,u,p]),Vr("mousemove",S),Vr("mouseup",(function(){D(!1)})),t?r.default.createPortal(Ut("div",{className:Rr()({"vm-chart-tooltip":!0,"vm-chart-tooltip_sticky":d,"vm-chart-tooltip_moved":x}),ref:p,style:y,children:[Ut("div",{className:"vm-chart-tooltip-header",children:[i&&Ut("div",{className:"vm-chart-tooltip-header__title",children:i}),Ut("div",{className:"vm-chart-tooltip-header__date",children:a.map((function(e,t){return Ut("span",{children:e},t)}))}),d&&Ut(Vt.HY,{children:[Ut(bi,{className:"vm-chart-tooltip-header__drag",variant:"text",size:"small",startIcon:Ut(br,{}),onMouseDown:function(e){C(!0),D(!0);var t=e.clientX,n=e.clientY;_({top:n,left:t})},ariaLabel:"drag the tooltip"}),Ut(bi,{className:"vm-chart-tooltip-header__close",variant:"text",size:"small",startIcon:Ut(Zn,{}),onClick:function(){m&&m(n)},ariaLabel:"close the tooltip"})]})]}),Ut("div",{className:"vm-chart-tooltip-data",children:[h&&Ut("span",{className:"vm-chart-tooltip-data__marker",style:{background:h}}),Ut("p",{className:"vm-chart-tooltip-data__value",children:[Ut("b",{children:o}),c]})]}),f&&Ut("table",{className:"vm-chart-tooltip-stats",children:Mt.map((function(e,t){return Ut("div",{className:"vm-chart-tooltip-stats-row",children:[Ut("span",{className:"vm-chart-tooltip-stats-row__key",children:[e,":"]}),Ut("span",{className:"vm-chart-tooltip-stats-row__value",children:f[e]})]},t)}))}),s&&Ut("p",{className:"vm-chart-tooltip__info",children:s})]}),t.root):null},_s=function(e){var t=e.showTooltip,n=e.tooltipProps,i=e.stickyTooltips,a=e.handleUnStick;return Ut(Vt.HY,{children:[t&&n&&Ut(ys,dt({},n)),i.map((function(e){return(0,r.createElement)(ys,dt(dt({},e),{},{isSticky:!0,key:e.id,onClose:a}))}))]})},bs=function(e){var t=e.data,n=e.series,i=e.metrics,a=void 0===i?[]:i,o=e.period,u=e.yaxis,l=e.unit,c=e.setPeriod,s=e.layoutSize,f=e.height,d=Wt().isDarkTheme,h=(0,r.useRef)(null),m=v((0,r.useState)(),2),p=m[0],g=m[1],y=vs({period:o,setPeriod:c}),_=y.xRange,b=y.setPlotScale,w=hs(b),D=w.onReadyChart,k=w.isPanning;ps({uPlotInst:p,xRange:_,setPlotScale:b});var x=gs({u:p,metrics:a,series:n,unit:l}),C=x.showTooltip,S=x.stickyTooltips,E=x.handleUnStick,A=x.getTooltipProps,N=x.seriesFocus,M=x.setCursor,F=x.resetTooltips,T=dt(dt({},as({width:s.width,height:f})),{},{series:n,axes:$c([{},{scale:"1"}],l),scales:cs(u,_),hooks:{ready:[D],setSeries:[N],setCursor:[M],setSelect:[ss(b)],destroy:[os]}});return(0,r.useEffect)((function(){if(F(),h.current){p&&p.destroy();var e=new Fc(T,t,h.current);return g(e),e.destroy}}),[h,d]),(0,r.useEffect)((function(){p&&(p.setData(t),p.redraw())}),[t]),(0,r.useEffect)((function(){p&&(is(p),function(e,t){t.forEach((function(t){e.addSeries(t)}))}(p,n),p.redraw())}),[n]),(0,r.useEffect)((function(){p&&(Object.keys(u.limits.range).forEach((function(e){p.scales[e]&&(p.scales[e].range=function(t){return ls(t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,e,u)})})),p.redraw())}),[u]),(0,r.useEffect)((function(){p&&(p.scales.x.range=function(){return us(_)},p.redraw())}),[_]),(0,r.useEffect)((function(){p&&(p.setSize({width:s.width||400,height:f||500}),p.redraw())}),[f,s]),Ut("div",{className:Rr()({"vm-line-chart":!0,"vm-line-chart_panning":k}),style:{minWidth:"".concat(s.width||400,"px"),minHeight:"".concat(f||500,"px")},children:[Ut("div",{className:"vm-line-chart__u-plot",ref:h}),Ut(_s,{showTooltip:C,tooltipProps:A(),stickyTooltips:S,handleUnStick:E})]})},ws=function(){var e=(0,r.useContext)(di).showInfoMessage;return function(){var t=Yi($i().mark((function t(n,r){var i;return $i().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)}}()},Ds=function(e){var t=e.legend,n=e.onChange,i=e.isHeatmap,a=ws(),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]),u=t.statsFormatted,l=Object.values(u).some((function(e){return e})),c=function(){var e=Yi($i().mark((function e(t){return $i().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 Ut("div",{className:Rr()({"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&&Ut("div",{className:"vm-legend-item__marker",style:{backgroundColor:t.color}}),Ut("div",{className:"vm-legend-item-info",children:Ut("span",{className:"vm-legend-item-info__label",children:[t.freeFormFields.__name__,!!o.length&&Ut(Vt.HY,{children:"{"}),o.map((function(e,t){return Ut("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&&Ut(Vt.HY,{children:"}"})]})}),!i&&l&&Ut("div",{className:"vm-legend-item-stats",children:Mt.map((function(e,t){return Ut("div",{className:"vm-legend-item-stats-row",children:[Ut("span",{className:"vm-legend-item-stats-row__key",children:[e,":"]}),Ut("span",{className:"vm-legend-item-stats-row__value",children:u[e]})]},t)}))})]})},ks=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 Ut(Vt.HY,{children:Ut("div",{className:"vm-legend",children:a.map((function(e){return Ut("div",{className:"vm-legend-group",children:Ut(Ea,{defaultExpanded:!0,title:Ut("div",{className:"vm-legend-group-title",children:[o&&Ut("span",{className:"vm-legend-group-title__count",children:["Query ",e,": "]}),Ut("span",{className:"vm-legend-group-title__query",children:n[e-1]})]}),children:Ut("div",{children:t.filter((function(t){return t.group===e})).sort((function(e,t){return(t.median||0)-(e.median||0)})).map((function(e){return Ut(Ds,{legend:e,onChange:i},e.label)}))})})},e)}))})})},xs=function(e){var t,n=e.min,i=e.max,a=e.legendValue,o=e.series,u=v((0,r.useState)(0),2),l=u[0],c=u[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],b=(0,r.useMemo)((function(){return parseFloat(String((null===a||void 0===a?void 0:a.value)||0).replace("%",""))}),[a]);return(0,r.useEffect)((function(){c(b?(b-n)/(i-n)*100:0),d(b?"".concat(b,"%"):""),p("".concat(n,"%")),_("".concat(i,"%"))}),[b,n,i]),Ut("div",{className:"vm-legend-heatmap__wrapper",children:[Ut("div",{className:"vm-legend-heatmap",children:[Ut("div",{className:"vm-legend-heatmap-gradient",style:{background:"linear-gradient(to right, ".concat(Gc.join(", "),")")},children:!!b&&Ut("div",{className:"vm-legend-heatmap-gradient__value",style:{left:"".concat(l,"%")},children:Ut("span",{children:f})})}),Ut("div",{className:"vm-legend-heatmap__value",children:m}),Ut("div",{className:"vm-legend-heatmap__value",children:y})]}),o[1]&&Ut(Ds,{legend:o[1],isHeatmap:!0},null===(t=o[1])||void 0===t?void 0:t.label)]})},Cs=function(e){var t=e.u,n=e.metrics,i=e.unit,o=v((0,r.useState)({left:0,top:0}),2),u=o[0],l=o[1],c=v((0,r.useState)([]),2),s=c[0],f=c[1],d=(0,r.useCallback)((function(){var e,r=u.left,o=u.top,l=Et()(t,["data",1,0],[])||[],c=t?t.posToVal(r,"x"):0,s=t?t.posToVal(o,"y"):0,f=l.findIndex((function(e,t){return c>=e&&c<l[t+1]}))||-1,d=l[f+1],h=n[Math.round(s)]||{values:[]},m=v(h.values.find((function(e){return e[0]===d}))||[],2),p=m[0],g=void 0===p?0:p,y=m[1],_=void 0===y?"":y,b=l[f],w=a()(1e3*b).tz().format(Jt),D=a()(1e3*g).tz().format(Jt),k=(null===h||void 0===h||null===(e=h.metric)||void 0===e?void 0:e.vmrange)||"";return{unit:i,point:u,u:t,id:"".concat(k,"_").concat(w),dates:[w,D],value:"".concat(_,"%"),info:k,show:+_>0}}),[t,u,n,i]),h=(0,r.useCallback)((function(){var e=d();e.show&&(s.find((function(t){return t.id===e.id}))||f((function(t){return[].concat(y(t),[e])})))}),[d,s]);return Vr("click",h),{stickyTooltips:s,handleUnStick:function(e){f((function(t){return t.filter((function(t){return t.id!==e}))}))},getTooltipProps:d,setCursor:function(e){var t=e.cursor.left||0,n=e.cursor.top||0;l({left:t,top:n})},resetTooltips:function(){f([]),l({left:0,top:0})}}},Ss=function(e){var t=e.data,n=e.metrics,i=void 0===n?[]:n,a=e.period,o=e.unit,u=e.setPeriod,l=e.layoutSize,c=e.height,s=e.onChangeLegend,f=Wt().isDarkTheme,d=(0,r.useRef)(null),h=v((0,r.useState)(),2),m=h[0],p=h[1],g=vs({period:a,setPeriod:u}),_=g.xRange,b=g.setPlotScale,w=hs(b),D=w.onReadyChart,k=w.isPanning;ps({uPlotInst:m,xRange:_,setPlotScale:b});var x=Cs({u:m,metrics:i,unit:o}),C=x.stickyTooltips,S=x.handleUnStick,E=x.getTooltipProps,A=x.setCursor,N=x.resetTooltips,M=(0,r.useMemo)((function(){return E()}),[E]),F=dt(dt({},as({width:l.width,height:c})),{},{mode:2,series:[{},{paths:Kc(),facets:[{scale:"x",auto:!0,sorted:1},{scale:"y",auto:!0}]}],axes:function(){var e=$c([{}],o);return[].concat(y(e),[{scale:"y",stroke:e[0].stroke,font:e[0].font,size:Yc,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]}}},hooks:{ready:[D],setCursor:[A],setSelect:[ss(b)],destroy:[os]}});return(0,r.useEffect)((function(){N();var e=null===t[0]&&Array.isArray(t[1]);if(d.current&&e){var n=new Fc(F,t,d.current);return p(n),n.destroy}}),[d,t,f]),(0,r.useEffect)((function(){m&&(m.setSize({width:l.width||400,height:c||500}),m.redraw())}),[c,l]),(0,r.useEffect)((function(){s(M)}),[M]),Ut("div",{className:Rr()({"vm-line-chart":!0,"vm-line-chart_panning":k}),style:{minWidth:"".concat(l.width||400,"px"),minHeight:"".concat(c||500,"px")},children:[Ut("div",{className:"vm-line-chart__u-plot",ref:d}),Ut(_s,{showTooltip:!!M.show,tooltipProps:M,stickyTooltips:C,handleUnStick:S})]})},Es=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],u=(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 Vr("resize",u),$r(u,[null===t||void 0===t?void 0:t.offsetHeight,null===t||void 0===t?void 0:t.offsetWidth]),[n,a]},As=function(e){var t=e.data,n=void 0===t?[]:t,i=e.period,a=e.customStep,o=e.query,u=e.yaxis,l=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,g=void 0===p||p,_=e.height,b=e.isHistogram,w=ci().isMobile,D=Pn().timezone,k=(0,r.useMemo)((function(){return a||i.step||"1s"}),[i.step,a]),x=(0,r.useMemo)((function(){return es(n,b)}),[b,n]),C=v((0,r.useState)([[]]),2),S=C[0],E=C[1],A=v((0,r.useState)([]),2),N=A[0],M=A[1],F=v((0,r.useState)([]),2),O=F[0],L=F[1],P=v((0,r.useState)([]),2),I=P[0],R=P[1],B=v((0,r.useState)(null),2),z=B[0],j=B[1],H=(0,r.useMemo)((function(){return ts(x,I,m)}),[x,I,m]),$=function(e){var t=function(e,t){var n={},r=Object.values(e).flat(),i=Pc(r)||0,a=Lc(r)||1;return n[1]=t?Vc(i,a):[i,a],n}(e,!b);f(t)};(0,r.useEffect)((function(){var e=[],t={},n=[],r=[{}];null===x||void 0===x||x.forEach((function(i,a){var o=H(i,a);r.push(o),n.push(ns(o,i.group));var u,l=t[i.group]||[],c=T(i.values);try{for(c.s();!(u=c.n()).done;){var s=u.value;e.push(s[0]),l.push(Zc(s[1]))}}catch(f){c.e(f)}finally{c.f()}t[i.group]=l}));var a=function(e,t,n){for(var r=hn(t)||1,i=Array.from(new Set(e)).sort((function(e,t){return e-t})),a=n.start,o=cn(n.end+r),u=0,l=[];a<=o;){for(;u<i.length&&i[u]<=a;)a=i[u],u++,l.push(a);a=cn(a+r),(u>=i.length||i[u]>a)&&l.push(a)}for(;l.length<2;)l.push(a),a=cn(a+r);return l}(e,k,i),o=x.map((function(e){var t,n=[],r=e.values,i=r.length,o=0,u=T(a);try{for(u.s();!(t=u.n()).done;){for(var l=t.value;o<i&&r[o][0]<l;)o++;var c=null;o<i&&r[o][0]==l&&(c=Zc(r[o][1]),Number.isFinite(c)||(c=null)),n.push(c)}}catch(m){u.e(m)}finally{u.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=Vc(Pc(s),Lc(s)),h=Math.abs(d[1]-d[0]);return f>1e10*h?n.map((function(){return f})):n}));o.unshift(a),$(t);var u=b?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,y(r))}));var i=new Array(n.length).fill(0).map((function(e,n){return n%t.length}));return[null,[n,i,r]]}(o):o;E(u),M(r),L(n)}),[x,D,b]),(0,r.useEffect)((function(){var e=[],t=[{}];null===x||void 0===x||x.forEach((function(n,r){var i=H(n,r);t.push(i),e.push(ns(i,n.group))})),M(t),L(e)}),[I]);var V=v(Es(),2),Y=V[0],U=V[1];return Ut("div",{className:Rr()({"vm-graph-view":!0,"vm-graph-view_full-width":g,"vm-graph-view_full-width_mobile":g&&w}),ref:Y,children:[!b&&Ut(bs,{data:S,series:N,metrics:x,period:i,yaxis:u,unit:l,setPeriod:d,layoutSize:U,height:_}),b&&Ut(Ss,{data:S,metrics:x,period:i,unit:l,setPeriod:d,layoutSize:U,height:_,onChangeLegend:j}),!b&&s&&Ut(ks,{labels:O,query:o,onChange:function(e,t){R(function(e){var t=e.hideSeries,n=e.legend,r=e.metaKey,i=e.series,a=n.label,o=rs(a,t),u=i.map((function(e){return e.label||""}));return r?o?t.filter((function(e){return e!==a})):[].concat(y(t),[a]):t.length?o?y(u.filter((function(e){return e!==a}))):[]:y(u.filter((function(e){return e!==a})))}({hideSeries:I,legend:e,metaKey:t,series:N}))}}),b&&s&&Ut(xs,{series:N,min:u.limits.range[1][0]||0,max:u.limits.range[1][1]||0,legendValue:z})]})},Ns=function(e){return e[e.mouse=0]="mouse",e[e.keyboard=1]="keyboard",e}(Ns||{}),Ms=function(e){var t,n=e.value,i=e.options,a=e.anchor,o=e.disabled,u=e.minLength,l=void 0===u?2:u,c=e.fullWidth,s=e.selected,f=e.noOptionsText,d=e.label,h=e.disabledFullScreen,m=e.offset,p=e.onSelect,g=e.onOpenAutocomplete,y=e.onFoundOptions,_=ci().isMobile,b=(0,r.useRef)(null),w=v((0,r.useState)({index:-1}),2),D=w[0],k=w[1],x=wi(!1),C=x.value,S=x.setValue,E=x.setFalse,A=(0,r.useMemo)((function(){if(!C)return[];try{var e=new RegExp(String(n.trim()),"i");return i.filter((function(t){return e.test(t.value)})).sort((function(t,n){var r,i;return((null===(r=t.value.match(e))||void 0===r?void 0:r.index)||0)-((null===(i=n.value.match(e))||void 0===i?void 0:i.index)||0)}))}catch(t){return[]}}),[C,i,n]),N=(0,r.useMemo)((function(){return f&&!A.length}),[f,A]),M=function(){k({index:-1})},F=(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){var t=e.index;return{index:t<=0?0:t-1,type:Ns.keyboard}}))),"ArrowDown"===t&&!a&&o){e.preventDefault();var u=A.length-1;k((function(e){var t=e.index;return{index:t>=u?u:t+1,type:Ns.keyboard}}))}if("Enter"===t){var l=A[D.index];l&&p(l.value),s||E()}"Escape"===t&&E()}),[D,A,E,p,s]);return(0,r.useEffect)((function(){S(n.length>=l)}),[n]),Vr("keydown",F),(0,r.useEffect)((function(){if(b.current&&D.type!==Ns.mouse){var e=b.current.childNodes[D.index];null!==e&&void 0!==e&&e.scrollIntoView&&e.scrollIntoView({block:"center"})}}),[D,A]),(0,r.useEffect)((function(){k({index:-1})}),[A]),(0,r.useEffect)((function(){g&&g(C)}),[C]),(0,r.useEffect)((function(){y&&y(A)}),[A]),Ut(Di,{open:C,buttonRef:a,placement:"bottom-left",onClose:E,fullWidth:c,title:_?d:void 0,disabledFullScreen:h,offset:m,children:[Ut("div",{className:Rr()({"vm-autocomplete":!0,"vm-autocomplete_mobile":_&&!h}),ref:b,children:[N&&Ut("div",{className:"vm-autocomplete__no-options",children:f}),A.map((function(e,t){return Ut("div",{className:Rr()({"vm-list-item":!0,"vm-list-item_mobile":_,"vm-list-item_active":t===D.index,"vm-list-item_multiselect":s,"vm-list-item_multiselect_selected":null===s||void 0===s?void 0:s.includes(e.value),"vm-list-item_with-icon":e.icon}),id:"$autocomplete$".concat(e.value),onClick:(r=e.value,function(){o||(p(r),s||E())}),onMouseEnter:(n=t,function(){k({index:n,type:Ns.mouse})}),onMouseLeave:M,children:[(null===s||void 0===s?void 0:s.includes(e.value))&&Ut(pr,{}),Ut(Vt.HY,{children:e.icon}),Ut("span",{children:e.value})]},"".concat(t).concat(e.value));var n,r}))]}),(null===(t=A[D.index])||void 0===t?void 0:t.description)&&Ut("div",{className:"vm-autocomplete-info",children:[Ut("div",{className:"vm-autocomplete-info__type",children:A[D.index].type}),Ut("div",{className:"vm-autocomplete-info__description",dangerouslySetInnerHTML:{__html:A[D.index].description||""}})]})]})},Fs=function(e){return e[e.metric=0]="metric",e[e.label=1]="label",e[e.value=2]="value",e}(Fs||{}),Ts=(st(Oc={},Fs.metric,Ut(Tr,{})),st(Oc,Fs.label,Ut(Lr,{})),st(Oc,Fs.value,Ut(Pr,{})),Oc),Os=function(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")};function Ls(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 Ps(e,t,n){if(!t.has(e))throw new TypeError("attempted to get private field on non-instance");return n}function Is(){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 Rs={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 Bs(e){Rs=e}var zs=/[&<>"']/,js=new RegExp(zs.source,"g"),Hs=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,$s=new RegExp(Hs.source,"g"),Vs={"&":"&","<":"<",">":">",'"':""","'":"'"},Ys=function(e){return Vs[e]};function Us(e,t){if(t){if(zs.test(e))return e.replace(js,Ys)}else if(Hs.test(e))return e.replace($s,Ys);return e}var qs=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi;function Ws(e){return e.replace(qs,(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 Zs=/(^|[^\[])\^/g;function Qs(e,t){e="string"===typeof e?e:e.source,t=t||"";var n={replace:function(t,r){return r=(r=r.source||r).replace(Zs,"$1"),e=e.replace(t,r),n},getRegex:function(){return new RegExp(e,t)}};return n}var Gs=/[^\w:]/g,Ks=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function Js(e,t,n){if(e){var r;try{r=decodeURIComponent(Ws(n)).replace(Gs,"").toLowerCase()}catch(i){return null}if(0===r.indexOf("javascript:")||0===r.indexOf("vbscript:")||0===r.indexOf("data:"))return null}t&&!Ks.test(n)&&(n=function(e,t){Xs[" "+e]||(ef.test(e)?Xs[" "+e]=e+"/":Xs[" "+e]=of(e,"/",!0));e=Xs[" "+e];var n=-1===e.indexOf(":");return"//"===t.substring(0,2)?n?t:e.replace(tf,"$1")+t:"/"===t.charAt(0)?n?t:e.replace(nf,"$1")+t:e+t}(t,n));try{n=encodeURI(n).replace(/%25/g,"%")}catch(i){return null}return n}var Xs={},ef=/^[^:]+:\/*[^/]*$/,tf=/^([^:]+:)[\s\S]*$/,nf=/^([^:]+:\/*[^/]*)[\s\S]*$/;var rf={exec:function(){}};function af(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 of(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 uf(e,t,n,r){var i=t.href,a=t.title?Us(t.title):null,o=e[1].replace(/\\([\[\]])/g,"$1");if("!"!==e[0].charAt(0)){r.state.inLink=!0;var u={type:"link",raw:n,href:i,title:a,text:o,tokens:r.inlineTokens(o)};return r.state.inLink=!1,u}return{type:"image",raw:n,href:i,title:a,text:Us(o)}}var lf=function(){function e(t){_(this,e),this.options=t||Rs}return k(e,[{key:"space",value:function(e){var t=this.rules.block.newline.exec(e);if(t&&t[0].length>0)return{type:"space",raw:t[0]}}},{key:"code",value:function(e){var t=this.rules.block.code.exec(e);if(t){var n=t[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?n:of(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=of(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,u,l,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),u=!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),"}(?:```|~~~)")),w=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))&&!w.test(s)&&!y.test(s)&&!_.test(e);){if(s.search(/[^ ]/)>=a||!s.trim())d+="\n"+s.slice(a);else{if(u)break;if(c.search(/[^ ]/)>=4)break;if(b.test(c))break;if(w.test(c))break;if(_.test(c))break;d+="\n"+s}u||s.trim()||(u=!0),n+=f+"\n",e=e.substring(f.length+1),c=s.slice(a)}v.loose||(l?v.loose=!0:/\n *\n *$/.test(n)&&(l=!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 D=v.items.length;for(o=0;o<D;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<D;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]):Us(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:af(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,u=n.align.length;for(r=0;r<u;r++)/^ *-+: *$/.test(n.align[r])?n.align[r]="right":/^ *:-+: *$/.test(n.align[r])?n.align[r]="center":/^ *:-+ *$/.test(n.align[r])?n.align[r]="left":n.align[r]=null;for(u=n.rows.length,r=0;r<u;r++)n.rows[r]=af(n.rows[r],n.header.length).map((function(e){return{text:e}}));for(u=n.header.length,i=0;i<u;i++)n.header[i].tokens=this.lexer.inline(n.header[i].text);for(u=n.rows.length,i=0;i<u;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:Us(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]):Us(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=of(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],u="";if(this.options.pedantic){var l=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(o);l&&(o=l[1],u=l[3])}else u=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)),uf(t,{href:o?o.replace(this.rules.inline._escapes,"$1"):o,title:u?u.replace(this.rules.inline._escapes,"$1"):u},t[0],this.lexer)}}},{key:"reflink",value:function(e,t){var n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){var r=(n[2]||n[1]).replace(/\s+/g," ");if(!(r=t[r.toLowerCase()])){var i=n[0].charAt(0);return{type:"text",raw:i,text:i}}return uf(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\uDFF0-\uDFFF]|\uD87B[\uDC00-\uDE5D]|\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,u=o,l=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])u+=a;else if(!((r[5]||r[6])&&o%3)||(o+a)%3){if(!((u-=a)>0)){a=Math.min(a,a+u+l);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 l+=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=Us(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=Us(this.options.mangle?t(i[1]):i[1])):n=Us(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=Us(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=Us(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]):Us(r[0]):r[0]:Us(this.options.smartypants?t(r[0]):r[0]),{type:"text",raw:r[0],text:n}}}]),e}(),cf={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:rf,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?'|\([^()]*\))/};cf.def=Qs(cf.def).replace("label",cf._label).replace("title",cf._title).getRegex(),cf.bullet=/(?:[*+-]|\d{1,9}[.)])/,cf.listItemStart=Qs(/^( *)(bull) */).replace("bull",cf.bullet).getRegex(),cf.list=Qs(cf.list).replace(/bull/g,cf.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+cf.def.source+")").getRegex(),cf._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",cf._comment=/<!--(?!-?>)[\s\S]*?(?:-->|$)/,cf.html=Qs(cf.html,"i").replace("comment",cf._comment).replace("tag",cf._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),cf.lheading=Qs(cf.lheading).replace(/bull/g,cf.bullet).getRegex(),cf.paragraph=Qs(cf._paragraph).replace("hr",cf.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",cf._tag).getRegex(),cf.blockquote=Qs(cf.blockquote).replace("paragraph",cf.paragraph).getRegex(),cf.normal=dt({},cf),cf.gfm=dt(dt({},cf.normal),{},{table:"^ *([^\\n ].*\\|.*)\\n {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"}),cf.gfm.table=Qs(cf.gfm.table).replace("hr",cf.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",cf._tag).getRegex(),cf.gfm.paragraph=Qs(cf._paragraph).replace("hr",cf.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("table",cf.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",cf._tag).getRegex(),cf.pedantic=dt(dt({},cf.normal),{},{html:Qs("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:\"[^\"]*\"|'[^']*'|\\s[^'\"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",cf._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:rf,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:Qs(cf.normal._paragraph).replace("hr",cf.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",cf.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});var sf={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:rf,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:rf,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,punctuation:/^((?![*_])[\spunctuation])/};function ff(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 df(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}sf._punctuation="\\p{P}$+<=>`^|~",sf.punctuation=Qs(sf.punctuation,"u").replace(/punctuation/g,sf._punctuation).getRegex(),sf.blockSkip=/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,sf.anyPunctuation=/\\[punct]/g,sf._escapes=/\\([punct])/g,sf._comment=Qs(cf._comment).replace("(?:--\x3e|$)","--\x3e").getRegex(),sf.emStrong.lDelim=Qs(sf.emStrong.lDelim,"u").replace(/punct/g,sf._punctuation).getRegex(),sf.emStrong.rDelimAst=Qs(sf.emStrong.rDelimAst,"gu").replace(/punct/g,sf._punctuation).getRegex(),sf.emStrong.rDelimUnd=Qs(sf.emStrong.rDelimUnd,"gu").replace(/punct/g,sf._punctuation).getRegex(),sf.anyPunctuation=Qs(sf.anyPunctuation,"gu").replace(/punct/g,sf._punctuation).getRegex(),sf._escapes=Qs(sf._escapes,"gu").replace(/punct/g,sf._punctuation).getRegex(),sf._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,sf._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])?)+(?![-_])/,sf.autolink=Qs(sf.autolink).replace("scheme",sf._scheme).replace("email",sf._email).getRegex(),sf._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,sf.tag=Qs(sf.tag).replace("comment",sf._comment).replace("attribute",sf._attribute).getRegex(),sf._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,sf._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,sf._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,sf.link=Qs(sf.link).replace("label",sf._label).replace("href",sf._href).replace("title",sf._title).getRegex(),sf.reflink=Qs(sf.reflink).replace("label",sf._label).replace("ref",cf._label).getRegex(),sf.nolink=Qs(sf.nolink).replace("ref",cf._label).getRegex(),sf.reflinkSearch=Qs(sf.reflinkSearch,"g").replace("reflink",sf.reflink).replace("nolink",sf.nolink).getRegex(),sf.normal=dt({},sf),sf.pedantic=dt(dt({},sf.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:Qs(/^!?\[(label)\]\((.*?)\)/).replace("label",sf._label).getRegex(),reflink:Qs(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",sf._label).getRegex()}),sf.gfm=dt(dt({},sf.normal),{},{escape:Qs(sf.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.!#$%&'*+\/=?_`{\|}~-]+@)))/}),sf.gfm.url=Qs(sf.gfm.url,"i").replace("email",sf.gfm._extended_email).getRegex(),sf.breaks=dt(dt({},sf.gfm),{},{br:Qs(sf.br).replace("{2,}","*").getRegex(),text:Qs(sf.gfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()});var hf=function(){function e(t){_(this,e),this.tokens=[],this.tokens.links=Object.create(null),this.options=t||Rs,this.options.tokenizer=this.options.tokenizer||new lf,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:cf.normal,inline:sf.normal};this.options.pedantic?(n.block=cf.pedantic,n.inline=sf.pedantic):this.options.gfm&&(n.block=cf.gfm,this.options.breaks?n.inline=sf.breaks:n.inline=sf.gfm),this.tokenizer.rules=n}return k(e,[{key:"lex",value:function(e){var t;for(e=e.replace(/\r\n|\r/g,"\n"),this.blockTokens(e,this.tokens);t=this.inlineQueue.shift();)this.inlineTokens(t.src,t.tokens);return this.tokens}},{key:"blockTokens",value:function(e){var t,n,r,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 u,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 0;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),0;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),0;if(t=a.tokenizer.fences(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.heading(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.hr(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.blockquote(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.list(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.html(e))return e=e.substring(t.raw.length),o.push(t),0;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),0;if(t=a.tokenizer.table(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.lheading(e))return e=e.substring(t.raw.length),o.push(t),0;if(r=e,a.options.extensions&&a.options.extensions.startBlock){var u,l=1/0,c=e.slice(1);a.options.extensions.startBlock.forEach((function(e){"number"===typeof(u=e.call({lexer:this},c))&&u>=0&&(l=Math.min(l,u))})),l<1/0&&l>=0&&(r=e.substring(0,l+1))}if(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),0;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),0;if(e){var s="Infinite loop on byte: "+e.charCodeAt(0);if(a.options.silent)return console.error(s),1;throw new Error(s)}};e&&(0===(u=l())||1!==u););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,u=this,l=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],c=e;if(this.tokens.links){var s=Object.keys(this.tokens.links);if(s.length>0)for(;null!=(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,d=function(){if(a||(o=""),a=!1,u.options.extensions&&u.options.extensions.inline&&u.options.extensions.inline.some((function(n){return!!(t=n.call({lexer:u},e,l))&&(e=e.substring(t.raw.length),l.push(t),!0)})))return 0;if(t=u.tokenizer.escape(e))return e=e.substring(t.raw.length),l.push(t),0;if(t=u.tokenizer.tag(e))return e=e.substring(t.raw.length),(n=l[l.length-1])&&"text"===t.type&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):l.push(t),0;if(t=u.tokenizer.link(e))return e=e.substring(t.raw.length),l.push(t),0;if(t=u.tokenizer.reflink(e,u.tokens.links))return e=e.substring(t.raw.length),(n=l[l.length-1])&&"text"===t.type&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):l.push(t),0;if(t=u.tokenizer.emStrong(e,c,o))return e=e.substring(t.raw.length),l.push(t),0;if(t=u.tokenizer.codespan(e))return e=e.substring(t.raw.length),l.push(t),0;if(t=u.tokenizer.br(e))return e=e.substring(t.raw.length),l.push(t),0;if(t=u.tokenizer.del(e))return e=e.substring(t.raw.length),l.push(t),0;if(t=u.tokenizer.autolink(e,df))return e=e.substring(t.raw.length),l.push(t),0;if(!u.state.inLink&&(t=u.tokenizer.url(e,df)))return e=e.substring(t.raw.length),l.push(t),0;if(r=e,u.options.extensions&&u.options.extensions.startInline){var i,s=1/0,f=e.slice(1);u.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=u.tokenizer.inlineText(r,ff))return e=e.substring(t.raw.length),"_"!==t.raw.slice(-1)&&(o=t.raw.slice(-1)),a=!0,(n=l[l.length-1])&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):l.push(t),0;if(e){var d="Infinite loop on byte: "+e.charCodeAt(0);if(u.options.silent)return console.error(d),1;throw new Error(d)}};e&&(0===(f=d())||1!==f););return l}}],[{key:"rules",get:function(){return{block:cf,inline:sf}}},{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}(),mf=function(){function e(t){_(this,e),this.options=t||Rs}return k(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+Us(r)+'">'+(n?e:Us(e,!0))+"</code></pre>\n":"<pre><code>"+(n?e:Us(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=Js(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=Js(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}(),pf=function(){function e(){_(this,e)}return k(e,[{key:"strong",value:function(e){return e}},{key:"em",value:function(e){return e}},{key:"codespan",value:function(e){return e}},{key:"del",value:function(e){return e}},{key:"html",value:function(e){return e}},{key:"text",value:function(e){return e}},{key:"link",value:function(e,t,n){return""+n}},{key:"image",value:function(e,t,n){return""+n}},{key:"br",value:function(){return""}}]),e}(),vf=function(){function e(){_(this,e),this.seen={}}return k(e,[{key:"serialize",value:function(e){return e.toLowerCase().trim().replace(/<[!\/a-z].*?>/gi,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")}},{key:"getNextSafeSlug",value:function(e,t){var n=e,r=0;if(this.seen.hasOwnProperty(n)){r=this.seen[e];do{n=e+"-"+ ++r}while(this.seen.hasOwnProperty(n))}return t||(this.seen[e]=r,this.seen[n]=0),n}},{key:"slug",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.serialize(e);return this.getNextSafeSlug(n,t.dryrun)}}]),e}(),gf=function(){function e(t){_(this,e),this.options=t||Rs,this.options.renderer=this.options.renderer||new mf,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new pf,this.slugger=new vf}return k(e,[{key:"parse",value:function(e){var t,n,r,i,a,o,u,l,c,s,f,d,h,m,p,v,g,y,_,b=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],w="",D=e.length;for(t=0;t<D;t++)if(s=e[t],!(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[s.type])||!1===(_=this.options.extensions.renderers[s.type].call({parser:this},s))&&["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(s.type))switch(s.type){case"space":continue;case"hr":w+=this.renderer.hr();continue;case"heading":w+=this.renderer.heading(this.parseInline(s.tokens),s.depth,Ws(this.parseInline(s.tokens,this.textRenderer)),this.slugger);continue;case"code":w+=this.renderer.code(s.text,s.lang,s.escaped);continue;case"table":for(l="",u="",i=s.header.length,n=0;n<i;n++)u+=this.renderer.tablecell(this.parseInline(s.header[n].tokens),{header:!0,align:s.align[n]});for(l+=this.renderer.tablerow(u),c="",i=s.rows.length,n=0;n<i;n++){for(u="",a=(o=s.rows[n]).length,r=0;r<a;r++)u+=this.renderer.tablecell(this.parseInline(o[r].tokens),{header:!1,align:s.align[r]});c+=this.renderer.tablerow(u)}w+=this.renderer.table(l,c);continue;case"blockquote":c=this.parse(s.tokens),w+=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);w+=this.renderer.list(c,f,d);continue;case"html":w+=this.renderer.html(s.text,s.block);continue;case"paragraph":w+=this.renderer.paragraph(this.parseInline(s.tokens));continue;case"text":for(c=s.tokens?this.parseInline(s.tokens):s.text;t+1<D&&"text"===e[t+1].type;)c+="\n"+((s=e[++t]).tokens?this.parseInline(s.tokens):s.text);w+=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 w+=_||"";return w}},{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 u='Token with "'+r.type+'" type was not found.';if(this.options.silent)return void console.error(u);throw new Error(u)}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}(),yf=function(){function e(t){_(this,e),this.options=t||Rs}return k(e,[{key:"preprocess",value:function(e){return e}},{key:"postprocess",value:function(e){return e}}]),e}();st(yf,"passThroughHooks",new Set(["preprocess","postprocess"]));var _f=new WeakSet,bf=new WeakSet,wf=function(){function e(){_(this,e),Ls(this,bf),Ls(this,_f),st(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}),st(this,"options",this.setOptions),st(this,"parse",Ps(this,_f,Df).call(this,hf.lex,gf.parse)),st(this,"parseInline",Ps(this,_f,Df).call(this,hf.lexInline,gf.parseInline)),st(this,"Parser",gf),st(this,"parser",gf.parse),st(this,"Renderer",mf),st(this,"TextRenderer",pf),st(this,"Lexer",hf),st(this,"lexer",hf.lex),st(this,"Tokenizer",lf),st(this,"Slugger",vf),st(this,"Hooks",yf),this.use.apply(this,arguments)}return k(e,[{key:"walkTokens",value:function(e,t){var n,r=this,i=[],a=T(e);try{var o=function(){var e=n.value;switch(i=i.concat(t.call(r,e)),e.type){case"table":var a,o=T(e.header);try{for(o.s();!(a=o.n()).done;){var u=a.value;i=i.concat(r.walkTokens(u.tokens,t))}}catch(h){o.e(h)}finally{o.f()}var l,c=T(e.rows);try{for(c.s();!(l=c.n()).done;){var s,f=T(l.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(u){a.e(u)}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=dt({},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 mf(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 u=n.renderer[e].apply(i,a);return!1===u&&(u=t.apply(i,a)),u}};for(var o in n.renderer)a(o);r.renderer=i}if(n.tokenizer){var u=e.defaults.tokenizer||new lf(e.defaults),l=function(e){var t=u[e];u[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(u,i);return!1===o&&(o=t.apply(u,i)),o}};for(var c in n.tokenizer)l(c);r.tokenizer=u}if(n.hooks){var s=e.defaults.hooks||new yf,f=function(t){var r=s[t];yf.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=dt(dt({},e.defaults),r)})),this}},{key:"setOptions",value:function(e){return this.defaults=dt(dt({},this.defaults),e),this}}]),e}();function Df(e,t){var n=this;return function(r,i,a){"function"===typeof i&&(a=i,i=null);var o=dt({},i);i=dt(dt({},n.defaults),o);var u=Ps(n,bf,kf).call(n,i.silent,i.async,a);if("undefined"===typeof r||null===r)return u(new Error("marked(): input parameter is undefined or null"));if("string"!==typeof r)return u(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 l,c=i.highlight;try{i.hooks&&(r=i.hooks.preprocess(r)),l=e(r,i)}catch(m){return u(m)}var s=function(e){var r;if(!e)try{i.walkTokens&&n.walkTokens(l,i.walkTokens),r=t(l,i),i.hooks&&(r=i.hooks.postprocess(r))}catch(m){e=m}return i.highlight=c,e?u(e):a(null,r)};if(!c||c.length<3)return s();if(delete i.highlight,!l.length)return s();var f=0;return n.walkTokens(l,(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(u);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 u(m)}}}function kf(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>"+Us(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 xf=new wf(Rs);function Cf(e,t,n){return xf.parse(e,t,n)}Cf.options=Cf.setOptions=function(e){return xf.setOptions(e),Cf.defaults=xf.defaults,Bs(Cf.defaults),Cf},Cf.getDefaults=Is,Cf.defaults=Rs,Cf.use=function(){return xf.use.apply(xf,arguments),Cf.defaults=xf.defaults,Bs(Cf.defaults),Cf},Cf.walkTokens=function(e,t){return xf.walkTokens(e,t)},Cf.parseInline=xf.parseInline,Cf.Parser=gf,Cf.parser=gf.parse,Cf.Renderer=mf,Cf.TextRenderer=pf,Cf.Lexer=hf,Cf.lexer=hf.lex,Cf.Tokenizer=lf,Cf.Slugger=vf,Cf.Hooks=yf,Cf.parse=Cf;Cf.options,Cf.setOptions,Cf.use,Cf.walkTokens,Cf.parseInline,gf.parse,hf.lex;var Sf=n.p+"static/media/MetricsQL.8644fd7c964802dd34a9.md",Ef=function(e){var t='$1 target="_blank" class="'.concat("vm-link vm-link_colored",'" $2').concat("https://docs.victoriametrics.com/MetricsQL.html","#");return e.replace(/(<a) (href=")#/gm,t)},Af=function(e){var t="";return Array.from(e).map((function(e){var n,r="h3"===e.tagName.toLowerCase();return t=r?null!==(n=e.textContent)&&void 0!==n?n:"":t,r?null:function(e,t){var n,r=null!==(n=t.textContent)&&void 0!==n?n:"",i=function(e){for(var t=[],n=e.nextElementSibling;n&&"p"===n.tagName.toLowerCase();)n&&t.push(n),n=n.nextElementSibling;return t}(t).map((function(e){var t;return null!==(t=e.outerHTML)&&void 0!==t?t:""})).join("\n");return{type:e,value:r,description:Ef(i),icon:Ut(Or,{})}}(t,e)})).filter(Boolean)},Nf=function(){var e=v((0,r.useState)([]),2),t=e[0],n=e[1],i=function(e){var t=document.createElement("div");t.innerHTML=Cf(e);var r=t.querySelectorAll("".concat("h3",", ").concat("h4")),i=Af(r);n(i)};return(0,r.useEffect)((function(){var e=function(){var e=Yi($i().mark((function e(){var t,n;return $i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,fetch(Sf);case 3:return t=e.sent,e.next=6,t.text();case 6:n=e.sent,i(n),e.next=13;break;case 10:e.prev=10,e.t0=e.catch(0),console.error("Error fetching or processing the MetricsQL.md file:",e.t0);case 13:case"end":return e.stop()}}),e,null,[[0,10]])})));return function(){return e.apply(this,arguments)}}();e()}),[]),t},Mf=function(e){return e.empty="empty",e.metricsql="metricsql",e.label="label",e.value="value",e}(Mf||{}),Ff=function(e){var t=e.value,n=e.anchorEl,i=e.caretPosition,a=e.onSelect,o=e.onFoundOptions,u=v((0,r.useState)(0),2),l=u[0],c=u[1],s=Nf(),f=(0,r.useMemo)((function(){var e=t.match(/\b[^{}(),\s]+(?={|$)/g);return e?e[0]:""}),[t]),d=(0,r.useMemo)((function(){var e=t.match(/[a-z_]\w*(?=\s*(=|!=|=~|!~))/g);return e?e[e.length-1]:""}),[t]),h=new RegExp("\\(?(".concat(Os(f),")$"),"g"),m=/[{.,].?(\w+)$/gm,p=new RegExp("(".concat(Os(f),")?{?.+").concat(Os(d),'="?([^"]*)$'),"g"),g=(0,r.useMemo)((function(){switch([h,m,p].forEach((function(e){return e.lastIndex=0})),!0){case p.test(t):return Mf.value;case m.test(t):return Mf.label;case h.test(t):return Mf.metricsql;default:return Mf.empty}}),[t,p,m,h]),_=function(e){var t=e.metric,n=e.label,i=Wt().serverUrl,a=v((0,r.useState)([]),2),o=a[0],u=a[1],l=v((0,r.useState)([]),2),c=l[0],s=l[1],f=v((0,r.useState)([]),2),d=f[0],h=f[1],m=function(){var e=Yi($i().mark((function e(t){var n,r,i,a,o,u;return $i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=t.url,r=t.setter,i=t.type,e.prev=1,e.next=4,fetch(n);case 4:if(!(a=e.sent).ok){e.next=11;break}return e.next=8,a.json();case 8:o=e.sent,u=o.data,r(u.map((function(e){return{value:e,type:"".concat(i),icon:Ts[i]}})));case 11:e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),console.error(e.t0);case 16:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(t){return e.apply(this,arguments)}}();return(0,r.useEffect)((function(){i?m({url:"".concat(i,"/api/v1/label/__name__/values"),setter:u,type:Fs.metric}):u([])}),[i]),(0,r.useEffect)((function(){var e=!o.find((function(e){return e.value===t}));i&&!e?m({url:"".concat(i,"/api/v1/labels?match[]=").concat(t),setter:s,type:Fs.label}):s([])}),[i,t]),(0,r.useEffect)((function(){var e=!o.find((function(e){return e.value===t})),r=!c.find((function(e){return e.value===n}));!i||e||r?h([]):m({url:"".concat(i,"/api/v1/label/").concat(n,"/values?match[]=").concat(t),setter:h,type:Fs.value})}),[i,t,n]),{metrics:o,labels:c,values:d}}({metric:f,label:d}),b=_.metrics,w=_.labels,D=_.values,k=(0,r.useMemo)((function(){switch(g){case Mf.metricsql:return[].concat(y(b),y(s));case Mf.label:return w;case Mf.value:return D;default:return[]}}),[g,b,w,D]),x=(0,r.useMemo)((function(){return t.length!==i[1]?t:(t.match(/([\w_]+)$/)||[])[1]||""}),[g,i,t]);return(0,r.useEffect)((function(){if(n.current){var e=window.getComputedStyle(n.current),r="".concat(e.getPropertyValue("font-size")),i="".concat(e.getPropertyValue("font-family")),a=zc(t,"".concat(r," ").concat(i));c(a)}else c(0)}),[n,i]),Ut(Ms,{disabledFullScreen:!0,value:x,options:k,anchor:n,minLength:g===Mf.metricsql?2:0,offset:{top:0,left:l},onSelect:function(e){var n=t.match(/([\w_]+)$/),r=void 0!==(null===n||void 0===n?void 0:n.index)?n.index:t.length,i=t.substring(0,r),o=t.substring(r+((null===n||void 0===n?void 0:n[1].length)||0));if(g===Mf.value){var u='"'!==i[i.length-1];e="".concat(u?'"':"").concat(e).concat('"')}var l="".concat(i).concat(e).concat(o);a(l)},onFoundOptions:o})},Tf="No match! \nThis query hasn't selected any time series from database.\nEither the requested metrics are missing in the database,\nor there is a typo in series selector.",Of="The shown results are marked as PARTIAL.\nThe result is marked as partial if one or more vmstorage nodes failed to respond to the query.",Lf=function(e){var t=e.value,n=e.onChange,i=e.onEnter,a=e.onArrowUp,o=e.onArrowDown,u=e.autocomplete,l=e.error,c=e.stats,s=e.label,f=e.disabled,d=void 0!==f&&f,h=v((0,r.useState)(!1),2),m=h[0],p=h[1],g=v((0,r.useState)([0,0]),2),y=g[0],_=g[1],b=(0,r.useRef)(null),w=[{show:"0"===(null===c||void 0===c?void 0:c.seriesFetched)&&!c.resultLength,text:Tf},{show:null===c||void 0===c?void 0:c.isPartial,text:Of}].filter((function(e){return e.show})).map((function(e){return e.text})).join("");return Ut("div",{className:"vm-query-editor",ref:b,children:[Ut(Ji,{value:t,label:s,type:"textarea",autofocus:!!t,error:l,warning:w,onKeyDown:function(e){var t=e.key,n=e.ctrlKey,r=e.metaKey,u=e.shiftKey,l=(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&&m&&e.preventDefault(),!f||u||l&&!c||m||(e.preventDefault(),i())},onChange:n,onChangeCaret:function(e){_(e)},disabled:d,inputmode:"search"}),u&&Ut(Ff,{value:t,anchorEl:b,caretPosition:y,onSelect:function(e){n(e)},onFoundOptions:function(e){p(!!e.length)}})]})},Pf=function(e){var t,n=e.value,r=void 0!==n&&n,i=e.disabled,a=void 0!==i&&i,o=e.label,u=e.color,l=void 0===u?"secondary":u,c=e.fullWidth,s=e.onChange;return Ut("div",{className:Rr()((st(t={"vm-switch":!0,"vm-switch_full-width":c,"vm-switch_disabled":a,"vm-switch_active":r},"vm-switch_".concat(l,"_active"),r),st(t,"vm-switch_".concat(l),l),t)),onClick:function(){a||s(!r)},children:[Ut("div",{className:"vm-switch-track",children:Ut("div",{className:"vm-switch-track__thumb"})}),o&&Ut("span",{className:"vm-switch__label",children:o})]})},If=function(e){var t=e.isMobile,n=$n().autocomplete,r=Vn(),i=ei(),a=i.nocache,o=i.isTracingEnabled,u=ti();return Ut("div",{className:Rr()({"vm-additional-settings":!0,"vm-additional-settings_mobile":t}),children:[Ut(Pf,{label:"Autocomplete",value:n,onChange:function(){r({type:"TOGGLE_AUTOCOMPLETE"})},fullWidth:t}),Ut(Pf,{label:"Disable cache",value:a,onChange:function(){u({type:"TOGGLE_NO_CACHE"})},fullWidth:t}),Ut(Pf,{label:"Trace query",value:o,onChange:function(){u({type:"TOGGLE_QUERY_TRACING"})},fullWidth:t})]})},Rf=function(){var e=ci().isMobile,t=(0,r.useRef)(null),n=wi(!1),i=n.value,a=n.toggle,o=n.setFalse;return e?Ut(Vt.HY,{children:[Ut("div",{ref:t,children:Ut(bi,{variant:"outlined",startIcon:Ut(Er,{}),onClick:a,ariaLabel:"additional the query settings"})}),Ut(Di,{open:i,buttonRef:t,placement:"bottom-left",onClose:o,title:"Query settings",children:Ut(If,{isMobile:e})})]}):Ut(If,{})},Bf=function(e,t){return e.length===t.length&&e.every((function(e,n){return e===t[n]}))};var zf=function(e){var t=e.query,n=e.favorites,i=e.onRun,a=e.onToggleFavorite,o=ws(),u=(0,r.useMemo)((function(){return n.includes(t)}),[t,n]),l=function(){var e=Yi($i().mark((function e(){return $i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o(t,"Query has been copied");case 2:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}();return Ut("div",{className:"vm-query-history-item",children:[Ut("span",{className:"vm-query-history-item__value",children:t}),Ut("div",{className:"vm-query-history-item__buttons",children:[Ut(Ai,{title:"Execute query",children:Ut(bi,{size:"small",variant:"text",onClick:function(){i(t)},startIcon:Ut(lr,{})})}),Ut(Ai,{title:"Copy query",children:Ut(bi,{size:"small",variant:"text",onClick:l,startIcon:Ut(_r,{})})}),Ut(Ai,{title:u?"Remove Favorite":"Add to Favorites",children:Ut(bi,{size:"small",variant:"text",color:u?"warning":"primary",onClick:function(){a(t,u)},startIcon:Ut(u?Fr:Mr,{})})})]})]})},jf="saved",Hf="favorite",$f=[{label:"Session history",value:"session"},{label:"Saved history",value:jf},{label:"Favorite queries",value:Hf}],Vf=function(e){var t=e.handleSelectQuery,n=$n().queryHistory,i=ci().isMobile,a=wi(!1),o=a.value,u=a.setTrue,l=a.setFalse,c=v((0,r.useState)($f[0].value),2),s=c[0],f=c[1],d=v((0,r.useState)(Rn("QUERY_HISTORY")),2),h=d[0],m=d[1],p=v((0,r.useState)(Rn("QUERY_FAVORITES")),2),g=p[0],_=p[1],b=(0,r.useMemo)((function(){return n.map((function(e){return e.values.filter((function(e){return e})).reverse()}))}),[n]),w=(0,r.useMemo)((function(){switch(s){case Hf:return g;case jf:return h;default:return b}}),[s,g,h,b]),D=null===w||void 0===w?void 0:w.every((function(e){return!e.length})),k=(0,r.useMemo)((function(){return s===Hf?"Favorites queries are empty.\nTo see your favorites, mark a query as a favorite.":"Query history is empty.\nTo see the history, please make a query."}),[s]),x=function(e){return function(n){t(n,e),l()}},C=function(e,t){_((function(n){var r=n[0]||[];return t?[r.filter((function(t){return t!==e}))]:t||r.includes(e)?n:[[].concat(y(r),[e])]}))};return(0,r.useEffect)((function(){var e=g[0]||[],t=Rn("QUERY_FAVORITES")[0]||[];Bf(e,t)||Tt("QUERY_FAVORITES",JSON.stringify(g))}),[g]),Vr("storage",(function(){m(Rn("QUERY_HISTORY")),_(Rn("QUERY_FAVORITES"))})),Ut(Vt.HY,{children:[Ut(Ai,{title:"Show history",children:Ut(bi,{color:"primary",variant:"text",onClick:u,startIcon:Ut(rr,{})})}),o&&Ut(Ei,{title:"Query history",onClose:l,children:Ut("div",{className:Rr()({"vm-query-history":!0,"vm-query-history_mobile":i}),children:[Ut("div",{className:Rr()({"vm-query-history__tabs":!0,"vm-section-header__tabs":!0,"vm-query-history__tabs_mobile":i}),children:Ut(Ur,{activeItem:s,items:$f,onChange:f})}),Ut("div",{className:"vm-query-history-list",children:[D&&Ut("div",{className:"vm-query-history-list__no-data",children:k}),w.map((function(e,t){return Ut("div",{children:[w.length>1&&Ut("div",{className:Rr()({"vm-query-history-list__group-title":!0,"vm-query-history-list__group-title_first":0===t}),children:["Query ",t+1]}),e.map((function(e,n){return Ut(zf,{query:e,favorites:g.flat(),onRun:x(t),onToggleFavorite:C},n)}))]},t)})),s===jf&&!D&&Ut("div",{className:"vm-query-history-footer",children:Ut(bi,{color:"error",variant:"outlined",size:"small",startIcon:Ut(dr,{}),onClick:function(){Tt("QUERY_HISTORY","")},children:"clear history"})})]})]})})]})},Yf=function(e){var t=e.queryErrors,n=e.setQueryErrors,i=e.setHideError,a=e.stats,o=e.onHideQuery,u=e.onRunQuery,l=ci().isMobile,c=$n(),s=c.query,f=c.queryHistory,d=c.autocomplete,h=Vn(),m=In(),p=v((0,r.useState)(s||[]),2),g=p[0],_=p[1],b=v((0,r.useState)([]),2),w=b[0],D=b[1],k=v((0,r.useState)(!1),2),x=k[0],C=k[1],S=na(g),E=function(){var e=Wt().serverUrl,t=function(){var t=Yi($i().mark((function t(n){var r,i,a,o;return $i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,r=encodeURIComponent(n),i="".concat(e,"/prettify-query?query=").concat(r),t.next=5,fetch(i);case 5:if(200==(a=t.sent).status){t.next=8;break}return t.abrupt("return",{query:n,error:"Error requesting /prettify-query, status: "+a.status});case 8:return t.next=10,a.json();case 10:if("success"==(o=t.sent).status){t.next=13;break}return t.abrupt("return",{query:n,error:String(o.msg)});case 13:return t.abrupt("return",{query:String(o.query),error:""});case 16:if(t.prev=16,t.t0=t.catch(0),console.error(t.t0),!(t.t0 instanceof Error&&"AbortError"!==t.t0.name)){t.next=21;break}return t.abrupt("return",{query:n,error:"".concat(t.t0.name,": ").concat(t.t0.message)});case 21:return t.abrupt("return",{query:n,error:String(t.t0)});case 22:case"end":return t.stop()}}),t,null,[[0,16]])})));return function(e){return t.apply(this,arguments)}}();return t}(),A=function(){h({type:"SET_QUERY_HISTORY",payload:g.map((function(e,t){var n=f[t]||{values:[]},r=e===n.values[n.values.length-1],i=!r&&e?[].concat(y(n.values),[e]):n.values;return i.length>25&&i.shift(),{index:n.values.length-Number(r),values:i}}))}),h({type:"SET_QUERY",payload:g}),m({type:"RUN_QUERY"}),u()},N=function(e,t){_((function(n){return n.map((function(n,r){return r===t?e:n}))}))},M=function(e,t){return function(){!function(e,t){var n=f[t],r=n.index,i=n.values,a=r+e;a<0||a>=i.length||(N(i[a]||"",t),h({type:"SET_QUERY_HISTORY_BY_INDEX",payload:{value:{values:i,index:a},queryNumber:t}}))}(e,t)}},F=function(e){return function(t){N(t,e)}},T=function(e){return function(){var t;t=e,_((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}))}))}},O=function(e){return function(t){!function(e,t){var n=e.ctrlKey,r=e.metaKey;if(n||r){var i=g.map((function(e,t){return t})).filter((function(e){return e!==t}));D((function(e){return Bf(i,e)?[]:i}))}else D((function(e){return e.includes(t)?e.filter((function(e){return e!==t})):[].concat(y(e),[t])}))}(t,e)}},L=function(){var e=Yi($i().mark((function e(t){var r;return $i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,E(g[t]);case 2:r=e.sent,i(!1),N(r.query,t),n((function(e){return e[t]=r.error,y(e)}));case 6:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();return(0,r.useEffect)((function(){S&&g.length<S.length&&A()}),[g]),(0,r.useEffect)((function(){o(w)}),[w]),(0,r.useEffect)((function(){x&&(A(),C(!1))}),[g,x]),Ut("div",{className:Rr()({"vm-query-configurator":!0,"vm-block":!0,"vm-block_mobile":l}),children:[Ut("div",{className:"vm-query-configurator-list",children:g.map((function(e,n){return Ut("div",{className:Rr()({"vm-query-configurator-list-row":!0,"vm-query-configurator-list-row_disabled":w.includes(n),"vm-query-configurator-list-row_mobile":l}),children:[Ut(Lf,{value:g[n],autocomplete:d,error:t[n],stats:a[n],onArrowUp:M(-1,n),onArrowDown:M(1,n),onEnter:A,onChange:F(n),label:"Query ".concat(n+1),disabled:w.includes(n)}),Ut(Ai,{title:w.includes(n)?"Enable query":"Disable query",children:Ut("div",{className:"vm-query-configurator-list-row__button",children:Ut(bi,{variant:"text",color:"gray",startIcon:w.includes(n)?Ut(gr,{}):Ut(vr,{}),onClick:O(n),ariaLabel:"visibility query"})})}),Ut(Ai,{title:"Prettify query",children:Ut("div",{className:"vm-query-configurator-list-row__button",children:Ut(bi,{variant:"text",color:"gray",startIcon:Ut(yr,{}),onClick:Yi($i().mark((function e(){return $i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,L(n);case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e)}))),className:"prettify",ariaLabel:"prettify the query"})})}),g.length>1&&Ut(Ai,{title:"Remove Query",children:Ut("div",{className:"vm-query-configurator-list-row__button",children:Ut(bi,{variant:"text",color:"error",startIcon:Ut(dr,{}),onClick:T(n),ariaLabel:"remove query"})})})]},n)}))}),Ut("div",{className:"vm-query-configurator-settings",children:[Ut(Rf,{}),Ut("div",{className:"vm-query-configurator-settings__buttons",children:[Ut(Vf,{handleSelectQuery:function(e,t){N(e,t),C(!0)}}),g.length<4&&Ut(bi,{variant:"outlined",onClick:function(){_((function(e){return[].concat(y(e),[""])}))},startIcon:Ut(hr,{}),children:"Add Query"}),Ut(bi,{variant:"contained",onClick:A,startIcon:Ut(ur,{}),children:l?"Execute":"Execute Query"})]})]})]})};function Uf(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 qf(t.call(e));n="@@asyncIterator",r="@@iterator"}throw new TypeError("Object is not async iterable")}function qf(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 qf=function(e){this.s=e,this.n=e.next},qf.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 qf(e)}var Wf=n(936),Zf=n.n(Wf),Qf=0,Gf=function(){function e(t,n){_(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=Qf++;var r=t.children||[];this.tracingChildren=r.map((function(t){return new e(t,n)}))}return k(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}(),Kf=function(e){var t=e.predefinedQuery,n=e.visible,i=e.display,a=e.customStep,o=e.hideQuery,u=e.showAllSeries,l=$n().query,c=Pn().period,s=ei(),f=s.displayType,d=s.nocache,h=s.isTracingEnabled,m=s.seriesLimits,p=Wt().serverUrl,g=ai().isHistogram,_=v((0,r.useState)(!1),2),b=_[0],w=_[1],D=v((0,r.useState)(),2),k=D[0],x=D[1],C=v((0,r.useState)(),2),S=C[0],E=C[1],A=v((0,r.useState)(),2),N=A[0],M=A[1],F=v((0,r.useState)(),2),T=F[0],O=F[1],L=v((0,r.useState)([]),2),P=L[0],I=L[1],R=v((0,r.useState)([]),2),B=R[0],z=R[1],j=v((0,r.useState)(),2),H=j[0],$=j[1],V=v((0,r.useState)([]),2),Y=V[0],U=V[1],q=v((0,r.useState)(!1),2),W=q[0],Z=q[1],Q=(0,r.useMemo)((function(){var e=c.end,t=c.start;return mn(e-t,g)}),[c,g]),G=function(){var e=Yi($i().mark((function e(t){var n,r,i,a,o,u,l,c,s,f,d,h,m,p,v,g,_,b,D,k,C,S,A;return $i().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,u=t.showAllSeries,l=t.hideQuery,c=new AbortController,U([].concat(y(r),[c])),e.prev=3,s="chart"===i,f=u?1/0:+o[i]||1/0,d=f,h=[],m=[],p=1,v=0,g=!1,_=!1,b=!1,e.prev=14,k=$i().mark((function e(){var t,n,r,i,o;return $i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=S.value,!(null===l||void 0===l?void 0:l.includes(p-1))){e.next=7;break}return I((function(e){return[].concat(y(e),[""])})),z((function(e){return[].concat(y(e),[{}])})),p++,e.abrupt("return",1);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?(z((function(e){return[].concat(y(e),[dt(dt({},null===r||void 0===r?void 0:r.stats),{},{isPartial:null===r||void 0===r?void 0:r.isPartial,resultLength:r.data.result.length})])})),I((function(e){return[].concat(y(e),[""])})),r.trace&&(i=new Gf(r.trace,a[p-1]),m.push(i)),g=s&&Qc(r.data.result),o=(d=g?1/0:f)-h.length,r.data.result.slice(0,o).forEach((function(e){e.group=p,h.push(e)})),v+=r.data.result.length):(h.push({metric:{},values:[],group:p}),I((function(e){return[].concat(y(e),["".concat(r.errorType,"\r\n").concat(null===r||void 0===r?void 0:r.error)])}))),p++;case 15:case"end":return e.stop()}}),e)})),C=Uf(n);case 17:return e.next=19,C.next();case 19:if(!(_=!(S=e.sent).done)){e.next=26;break}return e.delegateYield(k(),"t0",21);case 21:if(!e.t0){e.next=23;break}return e.abrupt("continue",23);case 23:_=!1,e.next=17;break;case 26:e.next=32;break;case 28:e.prev=28,e.t1=e.catch(14),b=!0,D=e.t1;case 32:if(e.prev=32,e.prev=33,!_||null==C.return){e.next=37;break}return e.next=37,C.return();case 37:if(e.prev=37,!b){e.next=40;break}throw D;case 40:return e.finish(37);case 41:return e.finish(32);case 42:A="Showing ".concat(h.length," series out of ").concat(v," series due to performance reasons. Please narrow down the query, so it returns less series"),$(v>d?A:""),s?x(h):E(h),M(m),Z((function(e){return v?g:e})),e.next=52;break;case 49:e.prev=49,e.t2=e.catch(3),e.t2 instanceof Error&&"AbortError"!==e.t2.name&&O("".concat(e.t2.name,": ").concat(e.t2.message));case 52:w(!1);case 53:case"end":return e.stop()}}),e,null,[[3,49],[14,28,32,42],[33,,37,41]])})));return function(t){return e.apply(this,arguments)}}(),K=(0,r.useCallback)(Zf()(G,300),[]),J=(0,r.useMemo)((function(){O(""),I([]),z([]);var e=null!==t&&void 0!==t?t:l,n="chart"===(i||f);if(c)if(p)if(e.every((function(e){return!e.trim()})))I(e.map((function(){return Pt.validQuery})));else{if(ka(p)){var r=dt({},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,i){return"".concat(e,"/api/v1/query?query=").concat(encodeURIComponent(t),"&time=").concat(n.end).concat(r?"&nocache=1":"").concat(i?"&trace=1":"")}(p,e,r,d,h)}))}O(Pt.validServer)}else O(Pt.emptyServer)}),[p,c,f,a,o]),X=v((0,r.useState)([]),2),ee=X[0],te=X[1];return(0,r.useEffect)((function(){var e=J===ee&&!!t;n&&null!==J&&void 0!==J&&J.length&&!e&&(w(!0),K({fetchUrl:J,fetchQueue:Y,displayType:i||f,query:null!==t&&void 0!==t?t:l,stateSeriesLimits:m,showAllSeries:u,hideQuery:o}),te(J))}),[J,n,m,u]),(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]),(0,r.useEffect)((function(){Q===a&&x([])}),[W]),{fetchUrl:J,isLoading:b,graphData:k,liveData:S,error:T,queryErrors:P,setQueryErrors:I,queryStats:B,warning:H,traces:N,isHistogram:W}},Jf=function(e){var t=e.data,n=ws(),i=(0,r.useMemo)((function(){return JSON.stringify(t,null,2)}),[t]),a=function(){var e=Yi($i().mark((function e(){return $i().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 Ut("div",{className:"vm-json-view",children:[Ut("div",{className:"vm-json-view__copy",children:Ut(bi,{variant:"outlined",onClick:a,children:"Copy JSON"})}),Ut("pre",{className:"vm-json-view__code",children:Ut("code",{children:i})})]})},Xf=function(e){var t=e.yaxis,n=e.setYaxisLimits,i=e.toggleEnableLimits,a=ci().isMobile,o=(0,r.useMemo)((function(){return Object.keys(t.limits.range)}),[t.limits.range]),u=(0,r.useCallback)(Zf()((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]),l=function(e,t){return function(n){u(n,e,t)}};return Ut("div",{className:Rr()({"vm-axes-limits":!0,"vm-axes-limits_mobile":a}),children:[Ut(Pf,{value:t.limits.enable,onChange:i,label:"Fix the limits for y-axis",fullWidth:a}),Ut("div",{className:"vm-axes-limits-list",children:o.map((function(e){return Ut("div",{className:"vm-axes-limits-list__inputs",children:[Ut(Ji,{label:"Min ".concat(e),type:"number",disabled:!t.limits.enable,value:t.limits.range[e][0],onChange:l(e,0)}),Ut(Ji,{label:"Max ".concat(e),type:"number",disabled:!t.limits.enable,value:t.limits.range[e][1],onChange:l(e,1)})]},e)}))})]})},ed="Axes settings",td=function(e){var t=e.yaxis,n=e.setYaxisLimits,i=e.toggleEnableLimits,a=(0,r.useRef)(null),o=(0,r.useRef)(null),u=wi(!1),l=u.value,c=u.toggle,s=u.setFalse;return Ut("div",{className:"vm-graph-settings",children:[Ut(Ai,{title:ed,children:Ut("div",{ref:o,children:Ut(bi,{variant:"text",startIcon:Ut(Wn,{}),onClick:c,ariaLabel:"settings"})})}),Ut(Di,{open:l,buttonRef:o,placement:"bottom-right",onClose:s,title:ed,children:Ut("div",{className:"vm-graph-settings-popper",ref:a,children:Ut("div",{className:"vm-graph-settings-popper__body",children:Ut(Xf,{yaxis:t,setYaxisLimits:n,toggleEnableLimits:i})})})})]})},nd=function(e){var t=e.containerStyles,n=void 0===t?{}:t,r=e.message,i=Wt().isDarkTheme;return Ut("div",{className:Rr()({"vm-spinner":!0,"vm-spinner_dark":i}),style:n&&{},children:[Ut("div",{className:"half-circle-spinner",children:[Ut("div",{className:"circle circle-1"}),Ut("div",{className:"circle circle-2"})]}),r&&Ut("div",{className:"vm-spinner__message",children:r})]})},rd=function(e){var t=e.value;return Ut("div",{className:"vm-line-progress",children:[Ut("div",{className:"vm-line-progress-track",children:Ut("div",{className:"vm-line-progress-track__thumb",style:{width:"".concat(t,"%")}})}),Ut("span",{children:[t.toFixed(2),"%"]})]})},id=function e(t){var n=t.isRoot,i=t.trace,a=t.totalMsec,o=Wt().isDarkTheme,u=ci().isMobile,l=v((0,r.useState)({}),2),c=l[0],s=l[1],f=(0,r.useRef)(null),d=v((0,r.useState)(!1),2),h=d[0],m=d[1],p=v((0,r.useState)(!1),2),g=p[0],y=p[1],_=sn(i.duration/1e3)||"".concat(i.duration,"ms");(0,r.useEffect)((function(){if(f.current){var e=f.current,t=f.current.children[0].getBoundingClientRect().height;m(t>e.clientHeight)}}),[i]);var b,w=i.children&&!!i.children.length,D=i.duration/a*100;return Ut("div",{className:Rr()({"vm-nested-nav":!0,"vm-nested-nav_root":n,"vm-nested-nav_dark":o,"vm-nested-nav_mobile":u}),children:[Ut("div",{className:Rr()({"vm-nested-nav-header":!0,"vm-nested-nav-header_open":c[i.idValue]}),onClick:(b=i.idValue,function(){w&&s((function(e){return dt(dt({},e),{},st({},b,!e[b]))}))}),children:[w&&Ut("div",{className:Rr()({"vm-nested-nav-header__icon":!0,"vm-nested-nav-header__icon_open":c[i.idValue]}),children:Ut(tr,{})}),Ut("div",{className:"vm-nested-nav-header__progress",children:Ut(rd,{value:D})}),Ut("div",{className:Rr()({"vm-nested-nav-header__message":!0,"vm-nested-nav-header__message_show-full":g}),ref:f,children:[Ut("span",{className:"vm-nested-nav-header__message_duration",children:_}),":\xa0",Ut("span",{children:i.message})]}),Ut("div",{className:"vm-nested-nav-header-bottom",children:(h||g)&&Ut(bi,{variant:"text",size:"small",onClick:function(e){e.stopPropagation(),y((function(e){return!e}))},children:g?"Hide":"Show full query"})})]}),c[i.idValue]&&Ut("div",{className:"vm-nested-nav__childrens",children:w&&i.children.map((function(t){return Ut(e,{trace:t,totalMsec:a},t.duration)}))})]})},ad=function(e){var t=e.editable,n=void 0!==t&&t,i=e.defaultTile,a=void 0===i?"JSON":i,o=e.displayTitle,u=void 0===o||o,l=e.defaultJson,c=void 0===l?"":l,s=e.resetValue,f=void 0===s?"":s,d=e.onClose,h=e.onUpload,m=ws(),p=ci().isMobile,g=v((0,r.useState)(c),2),y=g[0],_=g[1],b=v((0,r.useState)(a),2),w=b[0],D=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 Gf(t,""),""):Pt.traceNotFound}catch(n){return n instanceof Error?n.message:"Unknown error"}}),[y]),M=function(){var e=Yi($i().mark((function e(){return $i().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),w.trim()||C(Pt.emptyTitle),N||x||(h(y,w),d())};return Ut("div",{className:Rr()({"vm-json-form":!0,"vm-json-form_one-field":!u,"vm-json-form_one-field_mobile":!u&&p,"vm-json-form_mobile":p}),children:[u&&Ut(Ji,{value:w,label:"Title",error:x,onEnter:F,onChange:function(e){D(e)}}),Ut(Ji,{value:y,label:"JSON",type:"textarea",error:E,autofocus:!0,onChange:function(e){A(""),_(e)},onEnter:F,disabled:!n}),Ut("div",{className:"vm-json-form-footer",children:[Ut("div",{className:"vm-json-form-footer__controls",children:[Ut(bi,{variant:"outlined",startIcon:Ut(_r,{}),onClick:M,children:"Copy JSON"}),f&&Ut(bi,{variant:"text",startIcon:Ut(Qn,{}),onClick:function(){_(f)},children:"Reset JSON"})]}),Ut("div",{className:"vm-json-form-footer__controls vm-json-form-footer__controls_right",children:[Ut(bi,{variant:"outlined",color:"error",onClick:d,children:"Cancel"}),Ut(bi,{variant:"contained",onClick:F,children:"apply"})]})]})]})},od=function(e){var t=e.traces,n=e.jsonEditor,i=void 0!==n&&n,a=e.onDeleteClick,o=ci().isMobile,u=v((0,r.useState)(null),2),l=u[0],c=u[1],s=function(){c(null)};if(!t.length)return Ut(fi,{variant:"info",children:"Please re-run the query to see results of the tracing"});var f=function(e){return function(){a(e)}};return Ut(Vt.HY,{children:[Ut("div",{className:"vm-tracings-view",children:t.map((function(e){return Ut("div",{className:"vm-tracings-view-trace vm-block vm-block_empty-padding",children:[Ut("div",{className:"vm-tracings-view-trace-header",children:[Ut("h3",{className:"vm-tracings-view-trace-header-title",children:["Trace for ",Ut("b",{className:"vm-tracings-view-trace-header-title__query",children:e.queryValue})]}),Ut(Ai,{title:"Open JSON",children:Ut(bi,{variant:"text",startIcon:Ut(fr,{}),onClick:(t=e,function(){c(t)}),ariaLabel:"open JSON"})}),Ut(Ai,{title:"Remove trace",children:Ut(bi,{variant:"text",color:"error",startIcon:Ut(dr,{}),onClick:f(e),ariaLabel:"remove trace"})})]}),Ut("nav",{className:Rr()({"vm-tracings-view-trace__nav":!0,"vm-tracings-view-trace__nav_mobile":o}),children:Ut(id,{isRoot:!0,trace:e,totalMsec:e.duration})})]},e.idValue);var t}))}),l&&Ut(Ei,{title:l.queryValue,onClose:s,children:Ut(ad,{editable:i,displayTitle:i,defaultTile:l.queryValue,defaultJson:l.JSON,resetValue:l.originalJSON,onClose:s,onUpload:function(e,t){if(i&&l)try{l.setTracing(JSON.parse(e)),l.setQuery(t),c(null)}catch(n){console.error(n)}}})})]})},ud=function(e){var t,n=e.checked,r=void 0!==n&&n,i=e.disabled,a=void 0!==i&&i,o=e.label,u=e.color,l=void 0===u?"secondary":u,c=e.onChange;return Ut("div",{className:Rr()((st(t={"vm-checkbox":!0,"vm-checkbox_disabled":a,"vm-checkbox_active":r},"vm-checkbox_".concat(l,"_active"),r),st(t,"vm-checkbox_".concat(l),l),t)),onClick:function(){a||c(!r)},children:[Ut("div",{className:"vm-checkbox-track",children:Ut("div",{className:"vm-checkbox-track__thumb",children:Ut(pr,{})})}),o&&Ut("span",{className:"vm-checkbox__label",children:o})]})},ld="Table settings",cd=function(e){var t=e.columns,n=e.defaultColumns,i=void 0===n?[]:n,a=e.tableCompact,o=e.onChangeColumns,u=e.toggleTableCompact,l=ci().isMobile,c=(0,r.useRef)(null),s=wi(!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(y(i),[e]))}(e)}};return(0,r.useEffect)((function(){Bf(t,i)||o(t)}),[t]),Ut("div",{className:"vm-table-settings",children:[Ut(Ai,{title:ld,children:Ut("div",{ref:c,children:Ut(bi,{variant:"text",startIcon:Ut(Wn,{}),onClick:d,disabled:m,ariaLabel:"table settings"})})}),Ut(Di,{open:f,onClose:h,placement:"bottom-right",buttonRef:c,title:ld,children:Ut("div",{className:Rr()({"vm-table-settings-popper":!0,"vm-table-settings-popper_mobile":l}),children:[Ut("div",{className:"vm-table-settings-popper-list vm-table-settings-popper-list_first",children:Ut(Pf,{label:"Compact view",value:a,onChange:u})}),Ut("div",{className:"vm-table-settings-popper-list",children:[Ut("div",{className:"vm-table-settings-popper-list-header",children:[Ut("h3",{className:"vm-table-settings-popper-list-header__title",children:"Display columns"}),Ut(Ai,{title:"Reset to default",children:Ut(bi,{color:"primary",variant:"text",size:"small",onClick:function(){h(),o(t)},startIcon:Ut(Qn,{}),ariaLabel:"reset columns"})})]}),t.map((function(e){return Ut("div",{className:"vm-table-settings-popper-list__item",children:Ut(ud,{checked:i.includes(e),onChange:p(e),label:e,disabled:a})},e)}))]})]})})]})};function sd(e){return function(e,t){return Object.fromEntries(Object.entries(e).filter(t))}(e,(function(e){return!!e[1]||"number"===typeof e[1]}))}var fd=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}))},dd=function(e,t){return(0,r.useMemo)((function(){var n=fd(e);return t?n.filter((function(e){return t.includes(e.key)})):n}),[e,t])},hd=["__name__"],md=function(e){var t=e.data,n=e.displayColumns,i=ws(),a=ci().isMobile,o=ei().tableCompact,u=(0,r.useRef)(null),l=v((0,r.useState)(""),2),c=l[0],s=l[1],f=v((0,r.useState)("asc"),2),d=f[0],h=f[1],m=o?dd([{group:0,metric:{Data:"Data"}}],["Data"]):dd(t,n),p=function(e){var t=e.__name__,n=Br(e,hd);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?Wc(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?Ut("div",{className:Rr()({"vm-table-view":!0,"vm-table-view_mobile":a}),children:Ut("table",{className:"vm-table",ref:u,children:[Ut("thead",{className:"vm-table-header",children:Ut("tr",{className:"vm-table__row vm-table__row_header",children:[m.map((function(e,t){return Ut("td",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:b(e.key),children:Ut("div",{className:"vm-table-cell__content",children:[e.key,Ut("div",{className:Rr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":c===e.key,"vm-table__sort-icon_desc":"desc"===d&&c===e.key}),children:Ut(nr,{})})]})},t)})),Ut("td",{className:"vm-table-cell vm-table-cell_header vm-table-cell_right vm-table-cell_sort",onClick:b("Value"),children:Ut("div",{className:"vm-table-cell__content",children:[Ut("div",{className:Rr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":"Value"===c,"vm-table__sort-icon_desc":"desc"===d}),children:Ut(nr,{})}),"Value"]})}),_&&Ut("td",{className:"vm-table-cell vm-table-cell_header"})]})}),Ut("tbody",{className:"vm-table-body",children:y.map((function(e,t){return Ut("tr",{className:"vm-table__row",children:[e.metadata.map((function(e,n){return Ut("td",{className:Rr()({"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)})),Ut("td",{className:"vm-table-cell vm-table-cell_right vm-table-cell_no-wrap",children:e.values.length?e.values.map((function(e){return Ut("p",{children:e},e)})):e.value}),_&&Ut("td",{className:"vm-table-cell vm-table-cell_right",children:e.copyValue&&Ut("div",{className:"vm-table-cell__content",children:Ut(Ai,{title:"Copy row",children:Ut(bi,{variant:"text",color:"gray",size:"small",startIcon:Ut(_r,{}),onClick:(n=e.copyValue,Yi($i().mark((function e(){return $i().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)})))),ariaLabel:"copy row"})})})})]},t);var n}))})]})}):Ut(fi,{variant:"warning",children:"No data to show"})},pd=function(e){var t=e.text,n=e.href,r=e.children,i=e.colored,a=void 0===i||i,o=e.underlined,u=void 0!==o&&o,l=e.withIcon,c=void 0!==l&&l;return Ut("a",{href:n,className:Rr()({"vm-link":!0,"vm-link_colored":a,"vm-link_underlined":u,"vm-link_with-icon":c}),target:"_blank",rel:"noreferrer",children:t||r})},vd=Ut(pd,{text:"last_over_time",href:"https://docs.victoriametrics.com/MetricsQL.html#last_over_time",underlined:!0}),gd=Ut(pd,{text:"instant query",href:"https://docs.victoriametrics.com/keyConcepts.html#instant-query",underlined:!0}),yd=function(){return Ut("div",{children:[Ut("p",{children:["This tab shows ",gd," results for the last 5 minutes ending at the selected time range."]}),Ut("p",{children:["Please wrap the query into ",vd," if you need results over arbitrary lookbehind interval."]})]})},_d=function(){var e=ei(),t=e.displayType,n=e.isTracingEnabled,i=$n().query,a=Pn().period,o=In(),u=ci().isMobile;!function(){var e=Wt().tenantId,t=ei().displayType,n=$n().query,i=Pn(),a=i.duration,o=i.relativeTime,u=i.period,l=u.date,c=u.step,s=ai().customStep,f=v(lt(),2)[1],d=function(){var r={};n.forEach((function(n,i){var u,f="g".concat(i);r["".concat(f,".expr")]=n,r["".concat(f,".range_input")]=a,r["".concat(f,".end_input")]=l,r["".concat(f,".tab")]=(null===(u=qr.find((function(e){return e.value===t})))||void 0===u?void 0:u.prometheusCode)||0,r["".concat(f,".relative_time")]=o,r["".concat(f,".tenantID")]=e,c!==s&&s&&(r["".concat(f,".step_input")]=s)})),f(sd(r))};(0,r.useEffect)(d,[e,t,n,a,o,l,c,s]),(0,r.useEffect)(d,[])}();var l=v((0,r.useState)(),2),c=l[0],s=l[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],_=v((0,r.useState)(!i[0]),2),b=_[0],w=_[1],D=wi(!1),k=D.value,x=D.setTrue,C=D.setFalse,S=ai(),E=S.customStep,A=S.yaxis,N=oi(),M=Kf({visible:!0,customStep:E,hideQuery:p,showAllSeries:k}),F=M.isLoading,T=M.liveData,O=M.graphData,L=M.error,P=M.queryErrors,I=M.setQueryErrors,R=M.queryStats,B=M.warning,z=M.traces,j=M.isHistogram,H=function(e){N({type:"SET_YAXIS_LIMITS",payload:e})},$=(0,r.useMemo)((function(){return fd(T||[]).map((function(e){return e.key}))}),[T]),V=ei().tableCompact,Y=ti();return Vr("popstate",(function(){return window.location.reload()})),(0,r.useEffect)((function(){z&&h([].concat(y(d),y(z)))}),[z]),(0,r.useEffect)((function(){h([])}),[t]),(0,r.useEffect)(C,[i]),(0,r.useEffect)((function(){N({type:"SET_IS_HISTOGRAM",payload:j})}),[O]),Ut("div",{className:Rr()({"vm-custom-panel":!0,"vm-custom-panel_mobile":u}),children:[Ut(Yf,{queryErrors:b?[]:P,setQueryErrors:I,setHideError:w,stats:R,onHideQuery:function(e){g(e)},onRunQuery:function(){w(!1)}}),n&&Ut("div",{className:"vm-custom-panel__trace",children:Ut(od,{traces:d,onDeleteClick:function(e){var t=d.filter((function(t){return t.idValue!==e.idValue}));h(y(t))}})}),F&&Ut(nd,{}),!b&&L&&Ut(fi,{variant:"error",children:L}),!(null!==T&&void 0!==T&&T.length)&&"chart"!==t&&Ut(fi,{variant:"info",children:Ut(yd,{})}),B&&Ut(fi,{variant:"warning",children:Ut("div",{className:Rr()({"vm-custom-panel__warning":!0,"vm-custom-panel__warning_mobile":u}),children:[Ut("p",{children:B}),Ut(bi,{color:"warning",variant:"outlined",onClick:x,children:"Show all"})]})}),Ut("div",{className:Rr()({"vm-custom-panel-body":!0,"vm-custom-panel-body_mobile":u,"vm-block":!0,"vm-block_mobile":u}),children:[Ut("div",{className:"vm-custom-panel-body-header",children:[Ut(Wr,{}),"chart"===t&&Ut("div",{className:"vm-custom-panel-body-header__left",children:[Ut(Oi,{}),Ut(td,{yaxis:A,setYaxisLimits:H,toggleEnableLimits:function(){N({type:"TOGGLE_ENABLE_YAXIS_LIMITS"})}})]}),"table"===t&&Ut(cd,{columns:$,defaultColumns:c,onChangeColumns:s,tableCompact:V,toggleTableCompact:function(){Y({type:"TOGGLE_TABLE_COMPACT"})}})]}),O&&a&&"chart"===t&&Ut(As,{data:O,period:a,customStep:E,query:i,yaxis:A,setYaxisLimits:H,setPeriod:function(e){var t=e.from,n=e.to;o({type:"SET_PERIOD",payload:{from:t,to:n}})},height:u?.5*window.innerHeight:500,isHistogram:j}),T&&"code"===t&&Ut(Jf,{data:T}),T&&"table"===t&&Ut(md,{data:T,displayColumns:c})]})]})},bd=function(e){var t=e.title,n=e.description,i=e.unit,a=e.expr,o=e.showLegend,u=e.filename,l=e.alias,c=ci().isMobile,s=Pn().period,f=ai().customStep,d=In(),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],w=(0,r.useMemo)((function(){return Array.isArray(a)&&a.every((function(e){return e}))}),[a]),D=Kf({predefinedQuery:w?a:[],display:"chart",visible:p,customStep:f}),k=D.isLoading,x=D.graphData,C=D.error,S=D.warning,E=function(e){var t=dt({},_);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]),w?Ut("div",{className:"vm-predefined-panel",ref:h,children:[Ut("div",{className:"vm-predefined-panel-header",children:[Ut(Ai,{title:Ut((function(){return Ut("div",{className:"vm-predefined-panel-header__description vm-default-styles",children:[n&&Ut(Vt.HY,{children:[Ut("div",{children:[Ut("span",{children:"Description:"}),Ut("div",{dangerouslySetInnerHTML:{__html:Cf.parse(n)}})]}),Ut("hr",{})]}),Ut("div",{children:[Ut("span",{children:"Queries:"}),Ut("div",{children:a.map((function(e,t){return Ut("div",{children:e},"".concat(t,"_").concat(e))}))})]})]})}),{}),children:Ut("div",{className:"vm-predefined-panel-header__info",children:Ut(Gn,{})})}),Ut("h3",{className:"vm-predefined-panel-header__title",children:t||""}),Ut(td,{yaxis:_,setYaxisLimits:E,toggleEnableLimits:function(){var e=dt({},_);e.limits.enable=!e.limits.enable,b(e)}})]}),Ut("div",{className:"vm-predefined-panel-body",children:[k&&Ut(nd,{}),C&&Ut(fi,{variant:"error",children:C}),S&&Ut(fi,{variant:"warning",children:S}),x&&Ut(As,{data:x,period:s,customStep:f,query:a,yaxis:_,unit:i,alias:l,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})]})]}):Ut(fi,{variant:"error",children:[Ut("code",{children:'"expr"'})," not found. Check the configuration file ",Ut("b",{children:u}),"."]})},wd=function(e){var t=e.index,n=e.title,i=e.panels,a=e.filename,o=Yr(),u=(0,r.useMemo)((function(){return o.width/12}),[o]),l=v((0,r.useState)(!t),2),c=l[0],s=l[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)/u);if(!(Math.abs(n)>=12)){var r=d.map((function(e,t){return e-(t===p.target?n:0)}));h(r)}}}),[p,u]),_=(0,r.useCallback)((function(){g(dt(dt({},p),{},{enable:!1}))}),[p]),b=function(e){return function(t){!function(e,t){g({start:e.clientX,target:t,enable:!0})}(t,e)}};return Vr("mousemove",y),Vr("mouseup",_),Ut("div",{className:"vm-predefined-dashboard",children:Ut(Ea,{defaultExpanded:c,onChange:function(e){return s(e)},title:Ut((function(){return Ut("div",{className:Rr()({"vm-predefined-dashboard-header":!0,"vm-predefined-dashboard-header_open":c}),children:[(n||a)&&Ut("span",{className:"vm-predefined-dashboard-header__title",children:n||"".concat(t+1,". ").concat(a)}),i&&Ut("span",{className:"vm-predefined-dashboard-header__count",children:["(",i.length," panels)"]})]})}),{}),children:Ut("div",{className:"vm-predefined-dashboard-panels",children:Array.isArray(i)&&i.length?i.map((function(e,t){return Ut("div",{className:"vm-predefined-dashboard-panels-panel vm-block vm-block_empty-padding",style:{gridColumn:"span ".concat(d[t])},children:[Ut(bd,{title:e.title,description:e.description,unit:e.unit,expr:e.expr,alias:e.alias,filename:a,showLegend:e.showLegend}),Ut("button",{className:"vm-predefined-dashboard-panels-panel__resizer",onMouseDown:b(t),"aria-label":"resize the panel"})]},t)})):Ut("div",{className:"vm-predefined-dashboard-panels-panel__alert",children:Ut(fi,{variant:"error",children:[Ut("code",{children:'"panels"'})," not found. Check the configuration file ",Ut("b",{children:a}),"."]})})})})})},Dd=function(){!function(){var e=Pn(),t=e.duration,n=e.relativeTime,i=e.period.date,a=ai().customStep,o=_a().setSearchParamsFromKeys,u=function(){var e,r=sd((st(e={},"g0.range_input",t),st(e,"g0.end_input",i),st(e,"g0.step_input",a),st(e,"g0.relative_time",n),e));o(r)};(0,r.useEffect)(u,[t,n,i,a]),(0,r.useEffect)(u,[])}();var e=ci().isMobile,t=vi(),n=t.dashboardsSettings,i=t.dashboardsLoading,a=t.dashboardsError,o=v((0,r.useState)(0),2),u=o[0],l=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[u]||{}}),[n,u]),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){l(e)}(e)}};return Ut("div",{className:"vm-predefined-panels",children:[i&&Ut(nd,{}),!n.length&&a&&Ut(fi,{variant:"error",children:a}),!n.length&&Ut(fi,{variant:"info",children:"Dashboards not found"}),c.length>1&&Ut("div",{className:Rr()({"vm-predefined-panels-tabs":!0,"vm-predefined-panels-tabs_mobile":e}),children:c.map((function(e){return Ut("div",{className:Rr()({"vm-predefined-panels-tabs__tab":!0,"vm-predefined-panels-tabs__tab_active":e.value==u}),onClick:m(e.value),children:e.label},e.value)}))}),Ut("div",{className:"vm-predefined-panels__dashboards",children:[h&&f.map((function(e,t){return Ut(wd,{index:t,filename:d,title:e.title,panels:e.panels},"".concat(u,"_").concat(t))})),!!n.length&&!h&&Ut(fi,{variant:"error",children:[Ut("code",{children:'"rows"'})," not found. Check the configuration file ",Ut("b",{children:d}),"."]})]})]})},kd=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)},xd=function(){function e(){_(this,e),this.tsdbStatus=void 0,this.tabsNames=void 0,this.isPrometheus=void 0,this.tsdbStatus=this.defaultTSDBStatus,this.tabsNames=["table","graph"],this.isPrometheus=!1,this.getDefaultState=this.getDefaultState.bind(this)}return k(e,[{key:"tsdbStatusData",get:function(){return this.tsdbStatus},set:function(e){this.isPrometheus=!(null===e||void 0===e||!e.headStats),this.tsdbStatus=e}},{key:"defaultTSDBStatus",get:function(){return{totalSeries:0,totalSeriesPrev:0,totalSeriesByAll:0,totalLabelValuePairs:0,seriesCountByMetricName:[],seriesCountByLabelName:[],seriesCountByFocusLabelValue:[],seriesCountByLabelValuePair:[],labelValueCountByLabelName:[]}}},{key:"isPrometheusData",get:function(){return this.isPrometheus}},{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 dt(dt({},e),{},{tabs:dt(dt({},e.tabs),{},st({},t,n.tabsNames)),containerRefs:dt(dt({},e.containerRefs),{},st({},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:Cd,seriesCountByLabelName:Sd,seriesCountByFocusLabelValue:Ed,seriesCountByLabelValuePair:Ad,labelValueCountByLabelName:Nd}}},{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}(),Cd=[{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:""}],Sd=[{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:""}],Ed=[{id:"name",label:"Label value"},{id:"value",label:"Number of series"},{id:"percentage",label:"Share in total"},{disablePadding:!1,id:"action",label:"",numeric:!1}],Ad=[{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:""}],Nd=[{id:"name",label:"Label name"},{id:"value",label:"Number of unique values"},{id:"action",label:""}],Md={seriesCountByMetricName:function(e){var t=e.query;return Fd("__name__",t)},seriesCountByLabelName:function(e){var t=e.query;return"{".concat(t,'!=""}')},seriesCountByFocusLabelValue:function(e){var t=e.query,n=e.focusLabel;return Fd(n,t)},seriesCountByLabelValuePair:function(e){var t=e.query.split("="),n=t[0],r=t.slice(1).join("=");return Fd(n,r)},labelValueCountByLabelName:function(e){var t=e.query,n=e.match;return""===n?"{".concat(t,'!=""}'):"".concat(n.replace("}",""),", ").concat(t,'!=""}')}},Fd=function(e,t){return e?"{"+e+"="+JSON.stringify(t)+"}":""},Td=function(e){var t,n=e.totalSeries,r=void 0===n?0:n,i=e.totalSeriesPrev,a=void 0===i?0:i,o=e.totalSeriesAll,u=void 0===o?0:o,l=e.seriesCountByMetricName,c=void 0===l?[]:l,s=e.isPrometheus,f=ci().isMobile,d=v(lt(),1)[0],h=d.get("match"),m=d.get("focusLabel"),p=/__name__/.test(h||""),g=(null===(t=c[0])||void 0===t?void 0:t.value)/u*100,y=r-a,_=Math.abs(y)/a*100,b=[{title:"Total series",value:r.toLocaleString("en-US"),dynamic:r&&a&&!s?"".concat(_.toFixed(2),"%"):"",display:!m,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(g)?"-":"".concat(g.toFixed(2),"%"),display:p,info:"The share of these series in the total number of time series."}].filter((function(e){return e.display}));return b.length?Ut("div",{className:Rr()({"vm-cardinality-totals":!0,"vm-cardinality-totals_mobile":f}),children:b.map((function(e){var t=e.title,n=e.value,r=e.info,i=e.dynamic;return Ut("div",{className:"vm-cardinality-totals-card",children:[Ut("h4",{className:"vm-cardinality-totals-card__title",children:[t,r&&Ut(Ai,{title:Ut("p",{className:"vm-cardinality-totals-card__tooltip",children:r}),children:Ut("div",{className:"vm-cardinality-totals-card__info-icon",children:Ut(Gn,{})})})]}),Ut("span",{className:"vm-cardinality-totals-card__value",children:n}),!!i&&Ut(Ai,{title:"in relation to the previous day: ".concat(a.toLocaleString("en-US")),children:Ut("span",{className:Rr()({"vm-dynamic-number":!0,"vm-dynamic-number_positive vm-dynamic-number_down":y<0,"vm-dynamic-number_negative vm-dynamic-number_up":y>0}),children:i})})]},t)}))}):null},Od=function(e,t){var n=v(lt(),1)[0],i=n.get(t)?n.get(t):e,a=v((0,r.useState)(i),2),o=a[0],u=a[1];return(0,r.useEffect)((function(){i!==o&&u(i)}),[i]),[o,u]},Ld=["isPrometheus","isCluster"],Pd=function(e){var t=e.isPrometheus,n=e.isCluster,i=Br(e,Ld),a=ci().isMobile,o=v(lt(),1)[0],u=_a().setSearchParamsFromKeys,l=o.get("tips")||"",c=v(Od("","match"),2),s=c[0],f=c[1],d=v(Od("","focusLabel"),2),h=d[0],m=d[1],p=v(Od(10,"topN"),2),g=p[0],y=p[1],_=(0,r.useMemo)((function(){return g<0?"Number must be bigger than zero":""}),[g]),b=function(){u({match:s,topN:g,focusLabel:h})};return(0,r.useEffect)((function(){var e=o.get("match"),t=+(o.get("topN")||10),n=o.get("focusLabel");e!==s&&f(e||""),t!==g&&y(t),n!==h&&m(n||"")}),[o]),Ut("div",{className:Rr()({"vm-cardinality-configurator":!0,"vm-cardinality-configurator_mobile":a,"vm-block":!0,"vm-block_mobile":a}),children:[Ut("div",{className:"vm-cardinality-configurator-controls",children:[Ut("div",{className:"vm-cardinality-configurator-controls__query",children:Ut(Ji,{label:"Time series selector",type:"string",value:s,onChange:f,onEnter:b})}),Ut("div",{className:"vm-cardinality-configurator-controls__item",children:Ut(Ji,{label:"Focus label",type:"text",value:h||"",onChange:m,onEnter:b,endIcon:Ut(Ai,{title:Ut("div",{children:Ut("p",{children:"To identify values with the highest number of series for the selected label."})}),children:Ut(xr,{})})})}),Ut("div",{className:"vm-cardinality-configurator-controls__item vm-cardinality-configurator-controls__item_limit",children:Ut(Ji,{label:"Limit entries",type:"number",value:t?10:g,error:_,disabled:t,helperText:t?"not available for Prometheus":"",onChange:function(e){var t=+e;y(isNaN(t)?0:t)},onEnter:b})})]}),Ut("div",{className:"vm-cardinality-configurator-bottom",children:[Ut(Td,dt({isPrometheus:t,isCluster:n},i)),n&&Ut("div",{className:"vm-cardinality-configurator-bottom-helpful",children:Ut(pd,{href:"https://docs.victoriametrics.com/#cardinality-explorer-statistic-inaccurancy",withIcon:!0,children:[Ut(Dr,{}),"Statistic inaccuracy explanation"]})}),Ut("div",{className:"vm-cardinality-configurator-bottom-helpful",children:Ut(pd,{href:"https://docs.victoriametrics.com/#cardinality-explorer",withIcon:!0,children:[Ut(Dr,{}),"Documentation"]})}),Ut("div",{className:"vm-cardinality-configurator-bottom__execute",children:[Ut(Ai,{title:l?"Hide tips":"Show tips",children:Ut(bi,{variant:"text",color:l?"warning":"gray",startIcon:Ut(Ar,{}),onClick:function(){var e=o.get("tips")||"";u({tips:e?"":"true"})},ariaLabel:"visibility tips"})}),Ut(bi,{variant:"text",startIcon:Ut(Qn,{}),onClick:function(){u({match:"",focusLabel:""})},children:"Reset"}),Ut(bi,{startIcon:Ut(ur,{}),onClick:b,children:"Execute Query"})]})]})]})};function Id(e){var t=e.order,n=e.orderBy,r=e.onRequestSort,i=e.headerCells;return Ut("thead",{className:"vm-table-header vm-cardinality-panel-table__header",children:Ut("tr",{className:"vm-table__row vm-table__row_header",children:i.map((function(e){return Ut("th",{className:Rr()({"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:Ut("div",{className:"vm-table-cell__content",children:[e.info?Ut(Ai,{title:e.info,children:[Ut("div",{className:"vm-metrics-content-header__tip-icon",children:Ut(Gn,{})}),e.label]}):Ut(Vt.HY,{children:e.label}),"action"!==e.id&&"percentage"!==e.id&&Ut("div",{className:Rr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":n===e.id,"vm-table__sort-icon_desc":"desc"===t&&n===e.id}),children:Ut(nr,{})})]})},e.id);var i}))})})}function Rd(e,t,n){return t[n]<e[n]?-1:t[n]>e[n]?1:0}function Bd(e,t){return"desc"===e?function(e,n){return Rd(e,n,t)}:function(e,n){return-Rd(e,n,t)}}function zd(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 jd=function(e){var t=e.rows,n=e.headerCells,i=e.defaultSortColumn,a=e.tableCells,o=v((0,r.useState)("desc"),2),u=o[0],l=o[1],c=v((0,r.useState)(i),2),s=c[0],f=c[1],d=zd(t,Bd(u,s));return Ut("table",{className:"vm-table vm-cardinality-panel-table",children:[Ut(Id,{order:u,orderBy:s,onRequestSort:function(e,t){l(s===t&&"asc"===u?"desc":"asc"),f(t)},rowCount:t.length,headerCells:n}),Ut("tbody",{className:"vm-table-header",children:d.map((function(e){return Ut("tr",{className:"vm-table__row",children:a(e)},e.name)}))})]})},Hd=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,u=[a,o].some((function(e){return-1===e})),l=a-o,c=u?"":"".concat(l.toFixed(2),"%"),s=function(){i(t.name)};return Ut(Vt.HY,{children:[Ut("td",{className:"vm-table-cell",children:Ut("span",{className:"vm-link vm-link_colored",onClick:s,children:t.name})},t.name),Ut("td",{className:"vm-table-cell",children:[t.value,!!t.diff&&Ut(Ai,{title:"in relation to the previous day: ".concat(t.valuePrev),children:Ut("span",{className:Rr()({"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&&Ut("td",{className:"vm-table-cell",children:Ut("div",{className:"vm-cardinality-panel-table__progress",children:[Ut(rd,{value:a}),c&&Ut(Ai,{title:"in relation to the previous day",children:Ut("span",{className:Rr()({"vm-dynamic-number":!0,"vm-dynamic-number_positive vm-dynamic-number_down":l<0,"vm-dynamic-number_negative vm-dynamic-number_up":l>0}),children:c})})]})},t.progressValue),Ut("td",{className:"vm-table-cell vm-table-cell_right",children:Ut("div",{className:"vm-table-cell__content",children:Ut(Ai,{title:"Filter by ".concat(t.name),children:Ut(bi,{variant:"text",size:"small",onClick:s,children:Ut(lr,{})})})})},"action")]})},$d=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),u=o[0],l=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);l(n),a(e.map((function(e){return dt(dt({},e),{},{percentage:e.value/n[0]*100})})))}),[t]),Ut("div",{className:"vm-simple-bar-chart",children:[Ut("div",{className:"vm-simple-bar-chart-y-axis",children:u.map((function(e){return Ut("div",{className:"vm-simple-bar-chart-y-axis__tick",children:e},e)}))}),Ut("div",{className:"vm-simple-bar-chart-data",children:i.map((function(e){var t=e.name,n=e.value,r=e.percentage;return Ut(Ai,{title:"".concat(t,": ").concat(n),placement:"top-center",children:Ut("div",{className:"vm-simple-bar-chart-data-item",style:{maxHeight:"".concat(r||0,"%")}})},"".concat(t,"_").concat(n))}))})]})},Vd=function(e){var t=e.rows,n=e.tabs,i=void 0===n?[]:n,a=e.chartContainer,o=e.totalSeries,u=e.totalSeriesPrev,l=e.onActionClick,c=e.sectionTitle,s=e.tip,f=e.tableHeaderCells,d=e.isPrometheus,h=ci().isMobile,m=v((0,r.useState)("table"),2),p=m[0],g=m[1],y=d&&!t.length,_=(0,r.useMemo)((function(){return i.map((function(e,t){return{value:e,label:e,icon:Ut(0===t?sr:cr,{})}}))}),[i]);return Ut("div",{className:Rr()({"vm-metrics-content":!0,"vm-metrics-content_mobile":h,"vm-block":!0,"vm-block_mobile":h}),children:[Ut("div",{className:"vm-metrics-content-header vm-section-header",children:[Ut("h5",{className:Rr()({"vm-metrics-content-header__title":!0,"vm-section-header__title":!0,"vm-section-header__title_mobile":h}),children:[!h&&s&&Ut(Ai,{title:Ut("p",{dangerouslySetInnerHTML:{__html:s},className:"vm-metrics-content-header__tip"}),children:Ut("div",{className:"vm-metrics-content-header__tip-icon",children:Ut(Gn,{})})}),c]}),Ut("div",{className:"vm-section-header__tabs",children:Ut(Ur,{activeItem:p,items:_,onChange:g})})]}),y&&Ut("div",{className:"vm-metrics-content-prom-data",children:[Ut("div",{className:"vm-metrics-content-prom-data__icon",children:Ut(Gn,{})}),Ut("h3",{className:"vm-metrics-content-prom-data__title",children:"Prometheus Data Limitation"}),Ut("p",{className:"vm-metrics-content-prom-data__text",children:["Due to missing data from your Prometheus source, some tables may appear empty.",Ut("br",{}),"This does not indicate an issue with your system or our tool."]})]}),!y&&"table"===p&&Ut("div",{ref:a,className:Rr()({"vm-metrics-content__table":!0,"vm-metrics-content__table_mobile":h}),children:Ut(jd,{rows:t,headerCells:f,defaultSortColumn:"value",tableCells:function(e){return Ut(Hd,{row:e,totalSeries:o,totalSeriesPrev:u,onActionClick:l})}})}),!y&&"graph"===p&&Ut("div",{className:"vm-metrics-content__chart",children:Ut($d,{data:t.map((function(e){return{name:e.name,value:e.value}}))})})]})},Yd=function(e){var t=e.title,n=e.children;return Ut("div",{className:"vm-cardinality-tip",children:[Ut("div",{className:"vm-cardinality-tip-header",children:[Ut("div",{className:"vm-cardinality-tip-header__tip-icon",children:Ut(Ar,{})}),Ut("h4",{className:"vm-cardinality-tip-header__title",children:t||"Tips"})]}),Ut("p",{className:"vm-cardinality-tip__description",children:n})]})},Ud=function(){return Ut(Yd,{title:"Metrics with a high number of series",children:Ut("ul",{children:[Ut("li",{children:["Identify and eliminate labels with frequently changed values to reduce their\xa0",Ut(pd,{href:"https://docs.victoriametrics.com/FAQ.html#what-is-high-cardinality",children:"cardinality"}),"\xa0and\xa0",Ut(pd,{href:"https://docs.victoriametrics.com/FAQ.html#what-is-high-churn-rate",children:"high churn rate"})]}),Ut("li",{children:["Find unused time series and\xa0",Ut(pd,{href:"https://docs.victoriametrics.com/relabeling.html",children:"drop entire metrics"})]}),Ut("li",{children:["Aggregate time series before they got ingested into the database via\xa0",Ut(pd,{href:"https://docs.victoriametrics.com/stream-aggregation.html",children:"streaming aggregation"})]})]})})},qd=function(){return Ut(Yd,{title:"Labels with a high number of unique values",children:Ut("ul",{children:[Ut("li",{children:"Decrease the number of unique label values to reduce cardinality"}),Ut("li",{children:["Drop the label entirely via\xa0",Ut(pd,{href:"https://docs.victoriametrics.com/relabeling.html",children:"relabeling"})]}),Ut("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"})]})})},Wd=function(){return Ut(Yd,{title:"Dashboard of a single metric",children:[Ut("p",{children:"This dashboard helps to understand the cardinality of a single metric."}),Ut("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."}),Ut("p",{children:"Use the series selector at the top of the page to apply additional filters."})]})},Zd=function(){return Ut(Yd,{title:"Dashboard of a label",children:[Ut("p",{children:"This dashboard helps you understand the count of time series per label."}),Ut("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."}),Ut("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."})]})},Qd=function(){var e=ci().isMobile,t=v(lt(),1)[0],n=_a().setSearchParamsFromKeys,i=t.get("tips")||"",o=t.get("match")||"",u=t.get("focusLabel")||"",l=function(){var e=new xd,t=v(lt(),1)[0],n=t.get("match"),i=t.get("focusLabel"),o=+(t.get("topN")||10),u=t.get("date")||a()().tz().format(Gt),l=Wt().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],_=v((0,r.useState)(!1),2),b=_[0],w=_[1],D=function(){var e=Yi($i().mark((function e(t){var n;return $i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,fetch(t);case 2:if(!(n=e.sent).ok){e.next=7;break}return e.next=6,n.json();case 6:return e.abrupt("return",e.sent);case 7:throw new Error("Request failed with status ".concat(n.status));case 8:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),k=function(e,t){Object.keys(e).forEach((function(n){var r=n,i=e[r],a=t[r];Array.isArray(i)&&Array.isArray(a)&&i.forEach((function(e){var t,n=null===(t=a.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}))}))},x=function(){var t=Yi($i().mark((function t(r){var i,o,u,c,s,d,h,p,g,_,b,w,x,C,S,E,A,N,M,F,T,O;return $i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(l){t.next=2;break}return t.abrupt("return");case 2:return m(""),f(!0),y(e.defaultTSDBStatus),i=dt(dt({},r),{},{date:r.date,topN:0,match:"",focusLabel:""}),o=dt(dt({},r),{},{date:a()(r.date).subtract(1,"day").tz().format(Gt)}),u=[kd(l,r),kd(l,o),kd(l,i)],t.prev=8,t.next=11,Promise.all(u.map(D));case 11:C=t.sent,S=v(C,3),E=S[0],A=S[1],N=S[2],M=dt({},A.data),F=N.data,T=dt(dt({},E.data),{},{totalSeries:(null===(c=E.data)||void 0===c?void 0:c.totalSeries)||(null===(s=E.data)||void 0===s||null===(d=s.headStats)||void 0===d?void 0:d.numSeries)||0,totalLabelValuePairs:(null===(h=E.data)||void 0===h?void 0:h.totalLabelValuePairs)||(null===(p=E.data)||void 0===p||null===(g=p.headStats)||void 0===g?void 0:g.numLabelValuePairs)||0,seriesCountByLabelName:(null===(_=E.data)||void 0===_?void 0:_.seriesCountByLabelName)||[],seriesCountByFocusLabelValue:(null===(b=E.data)||void 0===b?void 0:b.seriesCountByFocusLabelValue)||[],totalSeriesByAll:(null===F||void 0===F?void 0:F.totalSeries)||(null===F||void 0===F||null===(w=F.headStats)||void 0===w?void 0:w.numSeries)||0,totalSeriesPrev:(null===M||void 0===M?void 0:M.totalSeries)||(null===M||void 0===M||null===(x=M.headStats)||void 0===x?void 0:x.numSeries)||0}),O=null===n||void 0===n?void 0:n.replace(/[{}"]/g,""),T.seriesCountByLabelValuePair=T.seriesCountByLabelValuePair.filter((function(e){return e.name!==O})),k(T,M),y(T),f(!1),t.next=30;break;case 26:t.prev=26,t.t0=t.catch(8),f(!1),t.t0 instanceof Error&&m("".concat(t.t0.name,": ").concat(t.t0.message));case 30:case"end":return t.stop()}}),t,null,[[8,26]])})));return function(e){return t.apply(this,arguments)}}();return(0,r.useEffect)((function(){x({topN:o,match:n,date:u,focusLabel:i})}),[l,n,i,o,u]),(0,r.useEffect)((function(){h&&(y(e.defaultTSDBStatus),f(!1))}),[h]),(0,r.useEffect)((function(){var e=Dt(l);w(!!e)}),[l]),e.tsdbStatusData=g,{isLoading:s,appConfigurator:e,error:h,isCluster:b}}(),c=l.isLoading,s=l.appConfigurator,f=l.error,d=l.isCluster,h=s.tsdbStatusData,m=s.getDefaultState,p=s.tablesHeaders,g=s.sectionsTips,y=m(o,u);return Ut("div",{className:Rr()({"vm-cardinality-panel":!0,"vm-cardinality-panel_mobile":e}),children:[c&&Ut(nd,{message:"Please wait while cardinality stats is calculated. \n This may take some time if the db contains big number of time series."}),Ut(Pd,{isPrometheus:s.isPrometheusData,totalSeries:h.totalSeries,totalSeriesPrev:h.totalSeriesPrev,totalSeriesAll:h.totalSeriesByAll,totalLabelValuePairs:h.totalLabelValuePairs,seriesCountByMetricName:h.seriesCountByMetricName,isCluster:d}),i&&Ut("div",{className:"vm-cardinality-panel-tips",children:[!o&&!u&&Ut(Ud,{}),o&&!u&&Ut(Wd,{}),!o&&!u&&Ut(qd,{}),u&&Ut(Zd,{})]}),f&&Ut(fi,{variant:"error",children:f}),s.keys(o,u).map((function(e){return Ut(Vd,{sectionTitle:s.sectionsTitles(u)[e],tip:g[e],rows:h[e],onActionClick:(t=e,function(e){var r={match:Md[t]({query:e,focusLabel:u,match:o})};"labelValueCountByLabelName"!==t&&"seriesCountByLabelName"!=t||(r.focusLabel=e),"seriesCountByFocusLabelValue"==t&&(r.focusLabel=""),n(r)}),tabs:y.tabs[e],chartContainer:y.containerRefs[e],totalSeriesPrev:s.totalSeries(e,!0),totalSeries:s.totalSeries(e),tableHeaderCells:p[e],isPrometheus:s.isPrometheusData},e);var t}))]})},Gd=function(e){return["topByAvgDuration","topByCount","topBySumDuration"].forEach((function(t){var n=e[t];Array.isArray(n)&&n.forEach((function(e){var t=yn(1e3*e.timeRangeSeconds);e.url=function(e,t){var n,r=e.query,i=e.timeRangeSeconds,a=["g0.expr=".concat(encodeURIComponent(r))],o=null===(n=bn.find((function(e){return e.duration===t})))||void 0===n?void 0:n.id;return o&&a.push("g0.relative_time=".concat(o)),i&&a.push("g0.range_input=".concat(t)),"".concat(gt.home,"?").concat(a.join("&"))}(e,t),e.timeRange=t}))})),e},Kd=function(e){var t=e.topN,n=e.maxLifetime,i=Wt().serverUrl,a=_a().setSearchParamsFromKeys,o=v((0,r.useState)(null),2),u=o[0],l=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=Yi($i().mark((function e(){var r,i;return $i().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,l(r.ok?Gd(i):null),m(String(i.error||"")),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(2),e.t0 instanceof Error&&"AbortError"!==e.t0.name&&m("".concat(e.t0.name,": ").concat(e.t0.message));case 16:f(!1);case 17:case"end":return e.stop()}}),e,null,[[2,13]])})));return function(){return e.apply(this,arguments)}}();return{data:u,error:h,loading:s,fetch:g}},Jd=function(e){var t=e.rows,n=e.columns,i=e.defaultOrderBy,a=ws(),o=v((0,r.useState)(i||"count"),2),u=o[0],l=o[1],c=v((0,r.useState)("desc"),2),s=c[0],f=c[1],d=(0,r.useMemo)((function(){return zd(t,Bd(s,u))}),[t,u,s]),h=function(e){return function(){var t;t=e,f((function(e){return"asc"===e&&u===t?"desc":"asc"})),l(t)}},m=function(e){var t=e.query;return Yi($i().mark((function e(){return $i().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 Ut("table",{className:"vm-table",children:[Ut("thead",{className:"vm-table-header",children:Ut("tr",{className:"vm-table__row vm-table__row_header",children:[n.map((function(e){return Ut("th",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:h(e.sortBy||e.key),children:Ut("div",{className:"vm-table-cell__content",children:[e.title||e.key,Ut("div",{className:Rr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":u===e.key,"vm-table__sort-icon_desc":"desc"===s&&u===e.key}),children:Ut(nr,{})})]})},e.key)})),Ut("th",{className:"vm-table-cell vm-table-cell_header"})," "]})}),Ut("tbody",{className:"vm-table-body",children:d.map((function(e,t){return Ut("tr",{className:"vm-table__row",children:[n.map((function(t){return Ut("td",{className:"vm-table-cell",children:e[t.key]||"-"},t.key)})),Ut("td",{className:"vm-table-cell vm-table-cell_no-padding",children:Ut("div",{className:"vm-top-queries-panels__table-actions",children:[e.url&&Ut(Ai,{title:"Execute query",children:Ut(rt,{to:e.url,target:"_blank",rel:"noreferrer","aria-disabled":!0,children:Ut(bi,{variant:"text",size:"small",startIcon:Ut(lr,{}),ariaLabel:"execute query"})})}),Ut(Ai,{title:"Copy query",children:Ut(bi,{variant:"text",size:"small",startIcon:Ut(_r,{}),onClick:m(e),ariaLabel:"copy query"})})]})})]},t)}))})]})},Xd=["table","JSON"].map((function(e,t){return{value:String(t),label:e,icon:Ut(0===t?sr:fr,{})}})),eh=function(e){var t=e.rows,n=e.title,i=e.columns,a=e.defaultOrderBy,o=ci().isMobile,u=v((0,r.useState)(0),2),l=u[0],c=u[1];return Ut("div",{className:Rr()({"vm-top-queries-panel":!0,"vm-block":!0,"vm-block_mobile":o}),children:[Ut("div",{className:Rr()({"vm-top-queries-panel-header":!0,"vm-section-header":!0,"vm-top-queries-panel-header_mobile":o}),children:[Ut("h5",{className:Rr()({"vm-section-header__title":!0,"vm-section-header__title_mobile":o}),children:n}),Ut("div",{className:"vm-section-header__tabs",children:Ut(Ur,{activeItem:String(l),items:Xd,onChange:function(e){c(+e)}})})]}),Ut("div",{className:Rr()({"vm-top-queries-panel__table":!0,"vm-top-queries-panel__table_mobile":o}),children:[0===l&&Ut(Jd,{rows:t,columns:i,defaultOrderBy:a}),1===l&&Ut(Jf,{data:t})]})]})},th=function(){var e=ci().isMobile,t=v(Od(10,"topN"),2),n=t[0],i=t[1],o=v(Od("10m","maxLifetime"),2),u=o[0],l=o[1],c=Kd({topN:n,maxLifetime:u}),s=c.data,f=c.error,d=c.loading,h=c.fetch,m=(0,r.useMemo)((function(){var e=u.trim().split(" ").reduce((function(e,t){var n=dn(t);return n?dt(dt({},e),n):dt({},e)}),{});return!!a().duration(e).asMilliseconds()}),[u]),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?Bc(t,t,t):t||e},b=function(e){"Enter"===e.key&&h()};return(0,r.useEffect)((function(){s&&(n||i(+s.topN),u||l(s.maxLifetime))}),[s]),(0,r.useEffect)((function(){return h(),window.addEventListener("popstate",h),function(){window.removeEventListener("popstate",h)}}),[]),Ut("div",{className:Rr()({"vm-top-queries":!0,"vm-top-queries_mobile":e}),children:[d&&Ut(nd,{containerStyles:{height:"500px"}}),Ut("div",{className:Rr()({"vm-top-queries-controls":!0,"vm-block":!0,"vm-block_mobile":e}),children:[Ut("div",{className:"vm-top-queries-controls-fields",children:[Ut("div",{className:"vm-top-queries-controls-fields__item",children:Ut(Ji,{label:"Max lifetime",value:u,error:y,helperText:"For example ".concat("30ms, 15s, 3d4h, 1y2w"),onChange:function(e){l(e)},onKeyDown:b})}),Ut("div",{className:"vm-top-queries-controls-fields__item",children:Ut(Ji,{label:"Number of returned queries",type:"number",value:n||"",error:g,onChange:function(e){i(+e)},onKeyDown:b})})]}),Ut("div",{className:Rr()({"vm-top-queries-controls-bottom":!0,"vm-top-queries-controls-bottom_mobile":e}),children:[Ut("div",{className:"vm-top-queries-controls-bottom__info",children:["VictoriaMetrics tracks the last\xa0",Ut(Ai,{title:"search.queryStats.lastQueriesCount",children:Ut("b",{children:_("search.queryStats.lastQueriesCount")})}),"\xa0queries with durations at least\xa0",Ut(Ai,{title:"search.queryStats.minQueryDuration",children:Ut("b",{children:_("search.queryStats.minQueryDuration")})})]}),Ut("div",{className:"vm-top-queries-controls-bottom__button",children:Ut(bi,{startIcon:Ut(ur,{}),onClick:h,children:"Execute"})})]})]}),f&&Ut(fi,{variant:"error",children:f}),s&&Ut(Vt.HY,{children:Ut("div",{className:"vm-top-queries-panels",children:[Ut(eh,{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"}),Ut(eh,{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"}),Ut(eh,{rows:s.topByCount,title:"Most frequently executed queries",columns:[{key:"query"},{key:"timeRange",sortBy:"timeRangeSeconds",title:"query time interval"},{key:"count"}]})]})})]})},nh={"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)"},rh={"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(80,80,80,0.9)","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)"},ih=function(){var e=v((0,r.useState)(zt()),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},ah=["primary","secondary","error","warning","info","success"],oh=function(e){var t,n=e.onLoaded,i=_t(),a=yt().palette,o=void 0===a?{}:a,u=Wt().theme,l=ih(),c=Zt(),s=Yr(),f=v((0,r.useState)((st(t={},It.dark,nh),st(t,It.light,rh),st(t,It.system,zt()?nh:rh),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;Bt("scrollbar-width","".concat(t-i,"px")),Bt("scrollbar-height","".concat(n-a,"px")),Bt("vh","".concat(.01*n,"px"))},p=function(){ah.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"}(Rt("color-".concat(e)));Bt("".concat(e,"-text"),r),t===ah.length-1&&(c({type:"SET_DARK_THEME"}),n(!0))}))},g=function(){var e=Ot("THEME")||It.system,t=d[e];Object.entries(t).forEach((function(e){var t=v(e,2),n=t[0],r=t[1];Bt(n,r)})),p(),i&&(ah.forEach((function(e){var t=o[e];t&&Bt("color-".concat(e),t)})),p())};return(0,r.useEffect)((function(){m(),g()}),[d]),(0,r.useEffect)(m,[s]),(0,r.useEffect)((function(){var e=zt()?nh:rh;d[It.system]!==e?h((function(t){return dt(dt({},t),{},st({},It.system,e))})):g()}),[u,l]),(0,r.useEffect)((function(){i&&c({type:"SET_THEME",payload:It.light})}),[]),null},uh=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],u=(0,r.useRef)(document.body),l=function(e){e.preventDefault(),e.stopPropagation(),"dragenter"===e.type||"dragover"===e.type?o(!0):"dragleave"===e.type&&o(!1)};return Vr("dragenter",l,u),Vr("dragleave",l,u),Vr("dragover",l,u),Vr("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)}),u),Vr("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)}}),u),{files:t,dragging:a}},lh=function(e){var t=e.onOpenModal,n=e.onChange;return Ut("div",{className:"vm-trace-page-controls",children:[Ut(bi,{variant:"outlined",onClick:t,children:"Paste JSON"}),Ut(Ai,{title:"The file must contain tracing information in JSON format",children:Ut(bi,{children:["Upload Files",Ut("input",{id:"json",type:"file",accept:"application/json",multiple:!0,title:" ",onChange:n})]})})]})},ch=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],u=(0,r.useMemo)((function(){return!!t.length}),[t]),l=wi(!1),c=l.value,s=l.setTrue,f=l.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(y(n))}))},h=function(e,t){try{var r=JSON.parse(e),i=r.trace||r;if(!i.duration_msec)return void d(new Error(Pt.traceNotFound),t);var a=new Gf(i,t);n((function(e){return[a].concat(y(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)}},_=uh(),b=_.files,w=_.dragging;return(0,r.useEffect)((function(){m(b)}),[b]),Ut("div",{className:"vm-trace-page",children:[Ut("div",{className:"vm-trace-page-header",children:[Ut("div",{className:"vm-trace-page-header-errors",children:a.map((function(e,t){return Ut("div",{className:"vm-trace-page-header-errors-item",children:[Ut(fi,{variant:"error",children:[Ut("b",{className:"vm-trace-page-header-errors-item__filename",children:e.filename}),Ut("span",{children:e.text})]}),Ut(bi,{className:"vm-trace-page-header-errors-item__close",startIcon:Ut(Zn,{}),variant:"text",color:"error",onClick:g(t)})]},"".concat(e,"_").concat(t))}))}),Ut("div",{children:u&&Ut(lh,{onOpenModal:s,onChange:p})})]}),u&&Ut("div",{children:Ut(od,{jsonEditor:!0,traces:t,onDeleteClick:function(e){var r=t.filter((function(t){return t.idValue!==e.idValue}));n(y(r))}})}),!u&&Ut("div",{className:"vm-trace-page-preview",children:[Ut("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",Ut("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."]}),Ut(lh,{onOpenModal:s,onChange:p})]}),c&&Ut(Ei,{title:"Paste JSON",onClose:f,children:Ut(ad,{editable:!0,displayTitle:!0,defaultTile:"JSON ".concat(t.length+1),onClose:f,onUpload:h})}),w&&Ut("div",{className:"vm-trace-page__dropzone"})]})},sh=function(e){var t=Wt().serverUrl,n=Pn().period,i=v((0,r.useState)([]),2),a=i[0],o=i[1],u=v((0,r.useState)(!1),2),l=u[0],c=u[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=Yi($i().mark((function e(){var t,n,r;return $i().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:l,error:f}},fh=function(e,t){var n=Wt().serverUrl,i=Pn().period,a=v((0,r.useState)([]),2),o=a[0],u=a[1],l=v((0,r.useState)(!1),2),c=l[0],s=l[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=Yi($i().mark((function e(){var t,n,r;return $i().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||[],u(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}},dh=function(e){var t=e.name,n=e.job,i=e.instance,a=e.rateEnabled,o=e.isBucket,u=e.height,l=ci().isMobile,c=ai(),s=c.customStep,f=c.yaxis,d=Pn().period,h=oi(),m=In(),p=mn(d.end-d.start),g=hn(s),y=yn(10*g*1e3),_=v((0,r.useState)(!1),2),b=_[0],w=_[1],D=b&&s===p?y:s,k=wi(!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 u=a?"rollup_rate(".concat(r,")"):"rollup(".concat(r,")");return"\nwith (q = ".concat(u,') (\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=Kf({predefinedQuery:[S],visible:!0,customStep:D,showAllSeries:x}),A=E.isLoading,N=E.graphData,M=E.error,F=E.warning,T=E.isHistogram;return(0,r.useEffect)((function(){w(T)}),[T]),Ut("div",{className:Rr()({"vm-explore-metrics-graph":!0,"vm-explore-metrics-graph_mobile":l}),children:[A&&Ut(nd,{}),M&&Ut(fi,{variant:"error",children:M}),F&&Ut(fi,{variant:"warning",children:Ut("div",{className:"vm-explore-metrics-graph__warning",children:[Ut("p",{children:F}),Ut(bi,{color:"warning",variant:"outlined",onClick:C,children:"Show all"})]})}),N&&d&&Ut(As,{data:N,period:d,customStep:D,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:u,isHistogram:T})]})},hh=function(e){var t=e.name,n=e.index,r=e.length,i=e.isBucket,a=e.rateEnabled,o=e.onChangeRate,u=e.onRemoveItem,l=e.onChangeOrder,c=ci().isMobile,s=wi(!1),f=s.value,d=s.setTrue,h=s.setFalse,m=function(){u(t)},p=function(){l(t,n,n+1)},v=function(){l(t,n,n-1)};return Ut("div",c?{className:"vm-explore-metrics-item-header vm-explore-metrics-item-header_mobile",children:[Ut("div",{className:"vm-explore-metrics-item-header__name",children:t}),Ut(bi,{variant:"text",size:"small",startIcon:Ut(Sr,{}),onClick:d,ariaLabel:"open panel settings"}),f&&Ut(Ei,{title:t,onClose:h,children:Ut("div",{className:"vm-explore-metrics-item-header-modal",children:[Ut("div",{className:"vm-explore-metrics-item-header-modal-order",children:[Ut(bi,{startIcon:Ut(mr,{}),variant:"outlined",onClick:v,disabled:0===n,ariaLabel:"move graph up"}),Ut("p",{children:["position:",Ut("span",{className:"vm-explore-metrics-item-header-modal-order__index",children:["#",n+1]})]}),Ut(bi,{endIcon:Ut(hr,{}),variant:"outlined",onClick:p,disabled:n===r-1,ariaLabel:"move graph down"})]}),!i&&Ut("div",{className:"vm-explore-metrics-item-header-modal__rate",children:[Ut(Pf,{label:Ut("span",{children:["enable ",Ut("code",{children:"rate()"})]}),value:a,onChange:o,fullWidth:!0}),Ut("p",{children:"calculates the average per-second speed of metrics change"})]}),Ut(bi,{startIcon:Ut(Zn,{}),color:"error",variant:"outlined",onClick:m,fullWidth:!0,children:"Remove graph"})]})})]}:{className:"vm-explore-metrics-item-header",children:[Ut("div",{className:"vm-explore-metrics-item-header-order",children:[Ut(Ai,{title:"move graph up",children:Ut(bi,{className:"vm-explore-metrics-item-header-order__up",startIcon:Ut(tr,{}),variant:"text",color:"gray",size:"small",onClick:v,ariaLabel:"move graph up"})}),Ut("div",{className:"vm-explore-metrics-item-header__index",children:["#",n+1]}),Ut(Ai,{title:"move graph down",children:Ut(bi,{className:"vm-explore-metrics-item-header-order__down",startIcon:Ut(tr,{}),variant:"text",color:"gray",size:"small",onClick:p,ariaLabel:"move graph down"})})]}),Ut("div",{className:"vm-explore-metrics-item-header__name",children:t}),!i&&Ut("div",{className:"vm-explore-metrics-item-header__rate",children:Ut(Ai,{title:"calculates the average per-second speed of metric's change",children:Ut(Pf,{label:Ut("span",{children:["enable ",Ut("code",{children:"rate()"})]}),value:a,onChange:o})})}),Ut("div",{className:"vm-explore-metrics-item-header__close",children:Ut(Ai,{title:"close graph",children:Ut(bi,{startIcon:Ut(Zn,{}),variant:"text",color:"gray",size:"small",onClick:m,ariaLabel:"close graph"})})})]})},mh=function(e){var t=e.name,n=e.job,i=e.instance,a=e.index,o=e.length,u=e.size,l=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=Yr(),g=(0,r.useMemo)(u.height,[u,p]);return(0,r.useEffect)((function(){m(s)}),[n]),Ut("div",{className:"vm-explore-metrics-item vm-block vm-block_empty-padding",children:[Ut(hh,{name:t,index:a,length:o,isBucket:f,rateEnabled:h,size:u.id,onChangeRate:m,onRemoveItem:l,onChangeOrder:c}),Ut(dh,{name:t,job:n,instance:i,rateEnabled:h,isBucket:f,height:g},"".concat(t,"_").concat(n,"_").concat(i,"_").concat(h))]})},ph=function(e){var t=e.values,n=e.onRemoveItem,r=ci().isMobile;return r?Ut("span",{className:"vm-select-input-content__counter",children:["selected ",t.length]}):Ut(Vt.HY,{children:t.map((function(e){return Ut("div",{className:"vm-select-input-content__selected",children:[Ut("span",{children:e}),Ut("div",{onClick:(t=e,function(e){n(t),e.stopPropagation()}),children:Ut(Zn,{})})]},e);var t}))})},vh=function(e){var t=e.value,n=e.list,i=e.label,a=e.placeholder,o=e.noOptionsText,u=e.clearable,l=void 0!==u&&u,c=e.searchable,s=void 0!==c&&c,f=e.autofocus,d=e.onChange,h=Wt().isDarkTheme,m=ci().isMobile,p=v((0,r.useState)(""),2),g=p[0],y=p[1],_=(0,r.useRef)(null),b=v((0,r.useState)(!1),2),w=b[0],D=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 w?g:Array.isArray(t)?"":t}),[t,g,w,x]),A=(0,r.useMemo)((function(){return w?g||"(.+)":""}),[g,w]),N=function(){k.current&&k.current.blur()},M=function(e){d(e),x||(D(!1),N()),x&&k.current&&k.current.focus()};return(0,r.useEffect)((function(){y(""),w&&k.current&&k.current.focus(),w||N()}),[w,k]),(0,r.useEffect)((function(){f&&k.current&&!m&&k.current.focus()}),[f,k]),Vr("keyup",(function(e){k.current!==e.target&&D(!1)})),Ut("div",{className:Rr()({"vm-select":!0,"vm-select_dark":h}),children:[Ut("div",{className:"vm-select-input",onClick:function(e){e.target instanceof HTMLInputElement||D((function(e){return!e}))},ref:_,children:[Ut("div",{className:"vm-select-input-content",children:[!(null===C||void 0===C||!C.length)&&Ut(ph,{values:C,onRemoveItem:M}),!S&&Ut("input",{value:E,type:"text",placeholder:a,onInput:function(e){y(e.target.value)},onFocus:function(){D(!0)},ref:k,readOnly:m||!s})]}),i&&Ut("span",{className:"vm-text-field__label",children:i}),l&&t&&Ut("div",{className:"vm-select-input__icon",onClick:function(e){return function(t){M(e),t.stopPropagation()}}(""),children:Ut(Zn,{})}),Ut("div",{className:Rr()({"vm-select-input__icon":!0,"vm-select-input__icon_open":w}),children:Ut(nr,{})})]}),Ut(Ms,{label:i,value:A,options:n.map((function(e){return{value:e}})),anchor:_,selected:C,minLength:1,fullWidth:!0,noOptionsText:o,onSelect:M,onOpenAutocomplete:D})]})},gh=Nt.map((function(e){return e.id})),yh=function(e){var t=e.jobs,n=e.instances,i=e.names,a=e.job,o=e.instance,u=e.size,l=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=ci().isMobile,v=wi("false"!==Ot("EXPLORE_METRICS_TIPS")),g=v.value,y=v.toggle,_=v.setFalse;return(0,r.useEffect)((function(){Tt("EXPLORE_METRICS_TIPS","".concat(g))}),[g]),Ut(Vt.HY,{children:[Ut("div",{className:Rr()({"vm-explore-metrics-header":!0,"vm-explore-metrics-header_mobile":p,"vm-block":!0,"vm-block_mobile":p}),children:[Ut("div",{className:"vm-explore-metrics-header__job",children:Ut(vh,{value:a,list:t,label:"Job",placeholder:"Please select job",onChange:c,autofocus:!a,searchable:!0})}),Ut("div",{className:"vm-explore-metrics-header__instance",children:Ut(vh,{value:o,list:n,label:"Instance",placeholder:"Please select instance",onChange:s,noOptionsText:h,clearable:!0,searchable:!0})}),Ut("div",{className:"vm-explore-metrics-header__size",children:[Ut(vh,{label:"Size graphs",value:u,list:gh,onChange:d}),Ut(Ai,{title:"".concat(g?"Hide":"Show"," tip"),children:Ut(bi,{variant:"text",color:g?"warning":"gray",startIcon:Ut(Ar,{}),onClick:y,ariaLabel:"visibility tips"})})]}),Ut("div",{className:"vm-explore-metrics-header-metrics",children:Ut(vh,{label:"Metrics",value:l,list:i,placeholder:"Search metric name",onChange:f,noOptionsText:m,clearable:!0,searchable:!0})})]}),g&&Ut(fi,{variant:"warning",children:Ut("div",{className:"vm-explore-metrics-header-description",children:[Ut("p",{children:["Please note: this page is solely designed for exploring Prometheus metrics. Prometheus metrics always contain ",Ut("code",{children:"job"})," and ",Ut("code",{children:"instance"})," labels (see ",Ut("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. ",Ut("br",{}),"Please use this page for Prometheus metrics only, in accordance with their naming conventions."]}),Ut(bi,{variant:"text",size:"small",startIcon:Ut(Zn,{}),onClick:_,ariaLabel:"close tips"})]})})]})},_h=Ft("job",""),bh=Ft("instance",""),wh=Ft("metrics",""),Dh=Ft("size",""),kh=Nt.find((function(e){return Dh?e.id===Dh:e.isDefault}))||Nt[0],xh=function(){var e=v((0,r.useState)(_h),2),t=e[0],n=e[1],i=v((0,r.useState)(bh),2),a=i[0],o=i[1],u=v((0,r.useState)(wh?wh.split("&"):[]),2),l=u[0],c=u[1],s=v((0,r.useState)(kh),2),f=s[0],d=s[1];!function(e){var t=e.job,n=e.instance,i=e.metrics,a=e.size,o=Pn(),u=o.duration,l=o.relativeTime,c=o.period.date,s=ai().customStep,f=_a().setSearchParamsFromKeys,d=function(){var e,r=sd((st(e={},"g0.range_input",u),st(e,"g0.end_input",c),st(e,"g0.step_input",s),st(e,"g0.relative_time",l),st(e,"size",a),st(e,"job",t),st(e,"instance",n),st(e,"metrics",i),e));f(r)};(0,r.useEffect)(d,[u,l,c,s,t,n,i,a]),(0,r.useEffect)(d,[])}({job:t,instance:a,metrics:l.join("&"),size:f.id});var h=function(){var e=Wt().serverUrl,t=Pn().period,n=v((0,r.useState)([]),2),i=n[0],a=n[1],o=v((0,r.useState)(!1),2),u=o[0],l=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=Yi($i().mark((function e(){var t,n,r;return $i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return l(!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:l(!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:u,error:s}}(),m=h.jobs,p=h.isLoading,g=h.error,_=sh(t),b=_.instances,w=_.isLoading,D=_.error,k=fh(t,a),x=k.names,C=k.isLoading,S=k.error,E=(0,r.useMemo)((function(){return p||w||C}),[p,w,C]),A=(0,r.useMemo)((function(){return g||D||S}),[g,D,S]),N=function(e){c(e?function(t){return t.includes(e)?t.filter((function(t){return t!==e})):[].concat(y(t),[e])}:[])},M=function(e,t,n){var r=n>l.length-1;n<0||r||c((function(e){var r=y(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]),Ut("div",{className:"vm-explore-metrics",children:[Ut(yh,{jobs:m,instances:b,names:x,job:t,size:f.id,instance:a,selectedMetrics:l,onChangeJob:n,onChangeSize:function(e){var t=Nt.find((function(t){return t.id===e}));t&&d(t)},onChangeInstance:o,onToggleMetric:N}),E&&Ut(nd,{}),A&&Ut(fi,{variant:"error",children:A}),!t&&Ut(fi,{variant:"info",children:"Please select job to see list of metric names."}),t&&!l.length&&Ut(fi,{variant:"info",children:"Please select metric names to see the graphs."}),Ut("div",{className:"vm-explore-metrics-body",children:l.map((function(e,n){return Ut(mh,{name:e,job:t,instance:a,index:n,length:l.length,size:f,onRemoveItem:N,onChangeOrder:M},e)}))})]})},Ch=function(){var t=ws();return Ut("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 Ut("div",{className:"vm-preview-icons-item",onClick:(n=i,Yi($i().mark((function e(){return $i().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:[Ut("div",{className:"vm-preview-icons-item__svg",children:a()}),Ut("div",{className:"vm-preview-icons-item__name",children:"<".concat(i,"/>")})]},i)}))})},Sh=function(e){return e.copy="Copy",e.copied="Copied",e}(Sh||{}),Eh=function(e){var t=e.code,n=v((0,r.useState)(Sh.copy),2),i=n[0],a=n[1];return(0,r.useEffect)((function(){var e=null;return i===Sh.copied&&(e=setTimeout((function(){return a(Sh.copy)}),1e3)),function(){e&&clearTimeout(e)}}),[i]),Ut("code",{className:"vm-code-example",children:[t,Ut("div",{className:"vm-code-example__copy",children:Ut(Ai,{title:i,children:Ut(bi,{size:"small",variant:"text",onClick:function(){navigator.clipboard.writeText(t),a(Sh.copied)},startIcon:Ut(_r,{}),ariaLabel:"close"})})})]})},Ah=function(){return Ut("a",{className:"vm-link vm-link_colored",href:"https://docs.victoriametrics.com/MetricsQL.html",target:"_blank",rel:"help noreferrer",children:"MetricsQL"})},Nh=function(){return Ut("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"})},Mh=function(){return Ut("section",{className:"vm-with-template-tutorial",children:[Ut("h2",{className:"vm-with-template-tutorial__title",children:["Tutorial for WITH expressions in ",Ut(Ah,{})]}),Ut("div",{className:"vm-with-template-tutorial-section",children:[Ut("p",{className:"vm-with-template-tutorial-section__text",children:["Let's look at the following real query from ",Ut(Nh,{})," dashboard:"]}),Ut(Eh,{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'}),Ut("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? :)"})]}),Ut("div",{className:"vm-with-template-tutorial-section",children:[Ut("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:"}),Ut(Eh,{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'})]}),Ut("div",{className:"vm-with-template-tutorial-section",children:[Ut("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:"]}),Ut(Eh,{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)'}),Ut("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."})]}),Ut("div",{className:"vm-with-template-tutorial-section",children:[Ut("p",{className:"vm-with-template-tutorial-section__text",children:["Let's take another nice query from ",Ut(Nh,{})," dashboard:"]}),Ut(Eh,{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)'}),Ut("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."})]}),Ut("div",{className:"vm-with-template-tutorial-section",children:[Ut("p",{className:"vm-with-template-tutorial-section__text",children:"1. Extract common filters used in multiple places into a commonFilters variable:"}),Ut(Eh,{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)'})]}),Ut("div",{className:"vm-with-template-tutorial-section",children:[Ut("p",{className:"vm-with-template-tutorial-section__text",children:'2. Extract "count(count(...) by (cpu))" into cpuCount variable:'}),Ut(Eh,{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'})]}),Ut("div",{className:"vm-with-template-tutorial-section",children:[Ut("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:"}),Ut(Eh,{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'})]}),Ut("div",{className:"vm-with-template-tutorial-section",children:[Ut("p",{className:"vm-with-template-tutorial-section__text",children:["4. Put node_cpu_seconds_total","{commonFilters}"," into its own varialbe with the name cpuSeconds:"]}),Ut(Eh,{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'}),Ut("p",{className:"vm-with-template-tutorial-section__text",children:"Now the query became more clear comparing to the initial query."})]}),Ut("div",{className:"vm-with-template-tutorial-section",children:[Ut("p",{className:"vm-with-template-tutorial-section__text",children:"WITH expressions may be nested and may be put anywhere. Try expanding the following query:"}),Ut(Eh,{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)"})]})]})},Fh=function(e,t){return"".concat(e,"/expand-with-exprs?query=").concat(encodeURIComponent(t),"&format=json")},Th=function(){var e=v(lt(),1)[0],t=function(){var e=Wt().serverUrl,t=v(lt(),2),n=t[0],i=t[1],a=v((0,r.useState)(""),2),o=a[0],u=a[1],l=v((0,r.useState)(!1),2),c=l[0],s=l[1],f=v((0,r.useState)(),2),d=f[0],h=f[1],m=function(){var t=Yi($i().mark((function t(r){var a,o,l;return $i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n.set("expr",r),i(n),a=Fh(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:l=t.sent,u((null===l||void 0===l?void 0:l.expr)||""),h(String(l.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,u=v((0,r.useState)(e.get("expr")||""),2),l=u[0],c=u[1],s=function(){o(l)};return(0,r.useEffect)((function(){l&&o(l)}),[]),Ut("section",{className:"vm-with-template",children:[i&&Ut(nd,{}),Ut("div",{className:"vm-with-template-body vm-block",children:[Ut("div",{className:"vm-with-template-body__expr",children:Ut(Ji,{type:"textarea",label:"MetricsQL query with optional WITH expressions",value:l,error:a,autofocus:!0,onEnter:s,onChange:function(e){c(e)}})}),Ut("div",{className:"vm-with-template-body__result",children:Ut(Ji,{type:"textarea",label:"MetricsQL query after expanding WITH expressions and applying other optimizations",value:n,disabled:!0})}),Ut("div",{className:"vm-with-template-body-top",children:Ut(bi,{variant:"contained",onClick:s,startIcon:Ut(ur,{}),children:"Expand"})})]}),Ut("div",{className:"vm-block",children:Ut(Mh,{})})]})},Oh=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("&"))},Lh='- 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"',Ph='{__name__="my_metric", bar_label="bar", foo_label="foo", job="my-application", instance="192.168.0.1"}',Ih=function(){var e=v(lt(),2),t=e[0],n=e[1],i=function(){var e=Wt().serverUrl,t=v((0,r.useState)(null),2),n=t[0],i=t[1],a=v((0,r.useState)(!1),2),o=a[0],u=a[1],l=v((0,r.useState)(),2),c=l[0],s=l[1],f=function(){var t=Yi($i().mark((function t(n,r){var a,o,l;return $i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=Oh(e,n,r),u(!0),t.prev=2,t.next=5,fetch(a);case 5:return o=t.sent,t.next=8,o.json();case 8:l=t.sent,i(l.error?null:l),s(String(l.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:u(!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,u=i.error,l=i.fetchData,c=v(Od("","config"),2),s=c[0],f=c[1],d=v(Od("","labels"),2),h=d[0],m=d[1],p=(0,r.useCallback)((function(){l(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)&&(l(e,n),f(e),m(n))}),[]),Ut("section",{className:"vm-relabeling",children:[o&&Ut(nd,{}),Ut("div",{className:"vm-relabeling-header vm-block",children:[Ut("div",{className:"vm-relabeling-header-configs",children:Ut(Ji,{type:"textarea",label:"Relabel configs",value:s,autofocus:!0,onChange:function(e){f(e||"")},onEnter:p})}),Ut("div",{className:"vm-relabeling-header__labels",children:Ut(Ji,{type:"textarea",label:"Labels",value:h,onChange:function(e){m(e||"")},onEnter:p})}),Ut("div",{className:"vm-relabeling-header-bottom",children:[Ut("a",{className:"vm-link vm-link_with-icon",target:"_blank",href:"https://docs.victoriametrics.com/relabeling.html",rel:"help noreferrer",children:[Ut(Gn,{}),"Relabeling cookbook"]}),Ut("a",{className:"vm-link vm-link_with-icon",target:"_blank",href:"https://docs.victoriametrics.com/vmagent.html#relabeling",rel:"help noreferrer",children:[Ut(Dr,{}),"Documentation"]}),Ut(bi,{variant:"text",onClick:function(){var e=Lh,r=Ph;f(e),m(r),l(e,r),t.set("config",e),t.set("labels",r),n(t)},children:"Try example"}),Ut(bi,{variant:"contained",onClick:p,startIcon:Ut(ur,{}),children:"Submit"})]})]}),u&&Ut(fi,{variant:"error",children:u}),a&&Ut("div",{className:"vm-relabeling-steps vm-block",children:[a.originalLabels&&Ut("div",{className:"vm-relabeling-steps-item",children:Ut("div",{className:"vm-relabeling-steps-item__row",children:[Ut("span",{children:"Original labels:"}),Ut("code",{dangerouslySetInnerHTML:{__html:a.originalLabels}})]})}),a.steps.map((function(e,t){return Ut("div",{className:"vm-relabeling-steps-item",children:[Ut("div",{className:"vm-relabeling-steps-item__row",children:[Ut("span",{children:"Step:"}),t+1]}),Ut("div",{className:"vm-relabeling-steps-item__row",children:[Ut("span",{children:"Relabeling Rule:"}),Ut("code",{children:Ut("pre",{children:e.rule})})]}),Ut("div",{className:"vm-relabeling-steps-item__row",children:[Ut("span",{children:"Input Labels:"}),Ut("code",{children:Ut("pre",{dangerouslySetInnerHTML:{__html:e.inLabels}})})]}),Ut("div",{className:"vm-relabeling-steps-item__row",children:[Ut("span",{children:"Output labels:"}),Ut("code",{children:Ut("pre",{dangerouslySetInnerHTML:{__html:e.outLabels}})})]})]},t)})),a.resultingLabels&&Ut("div",{className:"vm-relabeling-steps-item",children:Ut("div",{className:"vm-relabeling-steps-item__row",children:[Ut("span",{children:"Resulting labels:"}),Ut("code",{dangerouslySetInnerHTML:{__html:a.resultingLabels}})]})})]})]})},Rh=function(e){var t=e.rows,n=e.columns,i=e.defaultOrderBy,a=e.copyToClipboard,o=e.paginationOffset,u=v((0,r.useState)(i),2),l=u[0],c=u[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 zd(t,Bd(f,l)).slice(e,n)}),[t,l,f,o]),y=function(e,t){return Yi($i().mark((function n(){return $i().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]),Ut("table",{className:"vm-table",children:[Ut("thead",{className:"vm-table-header",children:Ut("tr",{className:"vm-table__row vm-table__row_header",children:[n.map((function(e){return Ut("th",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:(t=e.key,function(){d((function(e){return"asc"===e&&l===t?"desc":"asc"})),c(t)}),children:Ut("div",{className:"vm-table-cell__content",children:[Ut("div",{children:String(e.title||e.key)}),Ut("div",{className:Rr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":l===e.key,"vm-table__sort-icon_desc":"desc"===f&&l===e.key}),children:Ut(nr,{})})]})},String(e.key));var t})),a&&Ut("th",{className:"vm-table-cell vm-table-cell_header"})]})}),Ut("tbody",{className:"vm-table-body",children:g.map((function(e,t){return Ut("tr",{className:"vm-table__row",children:[n.map((function(t){return Ut("td",{className:Rr()(st({"vm-table-cell":!0},"".concat(t.className),t.className)),children:e[t.key]||"-"},String(t.key))})),a&&Ut("td",{className:"vm-table-cell vm-table-cell_right",children:e[a]&&Ut("div",{className:"vm-table-cell__content",children:Ut(Ai,{title:m===t?"Copied":"Copy row",children:Ut(bi,{variant:"text",color:m===t?"success":"gray",size:"small",startIcon:Ut(m===t?pr:_r,{}),onClick:y(e[a],t),ariaLabel:"copy row"})})})})]},t)}))})]})},Bh=function(){var e=ci().isMobile,t=Pn().timezone,n=function(){var e=Wt().serverUrl,t=v((0,r.useState)([]),2),n=t[0],i=t[1],o=v((0,r.useState)(a()().format(Jt)),2),u=o[0],l=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=Yi($i().mark((function e(){var t,n;return $i().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),l(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:u,isLoading:s,error:h,fetchData:g}}(),i=n.data,o=n.lastUpdated,u=n.isLoading,l=n.error,c=n.fetchData,s=(0,r.useMemo)((function(){return i.map((function(e){var t=a()(e.start).tz().format(Kt),n=a()(e.end).tz().format(Kt);return{duration:e.duration,remote_addr:e.remote_addr,query:e.query,args:"".concat(t," to ").concat(n,", step=").concat(fn(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=Yi($i().mark((function e(){return $i().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 Ut("div",{className:"vm-active-queries",children:[u&&Ut(nd,{}),Ut("div",{className:"vm-active-queries-header",children:[!s.length&&!l&&Ut(fi,{variant:"info",children:"There are currently no active queries running"}),l&&Ut(fi,{variant:"error",children:l}),Ut("div",{className:"vm-active-queries-header-controls",children:[Ut(bi,{variant:"contained",onClick:d,startIcon:Ut(er,{}),children:"Update"}),Ut("div",{className:"vm-active-queries-header__update-msg",children:["Last updated: ",o]})]})]}),!!s.length&&Ut("div",{className:Rr()({"vm-block":!0,"vm-block_mobile":e}),children:Ut(Rh,{rows:s,columns:f,defaultOrderBy:"duration",copyToClipboard:"data",paginationOffset:{startIndex:0,endIndex:1/0}})})]})},zh=function(){var e=v((0,r.useState)(!1),2),t=e[0],n=e[1];return Ut(Vt.HY,{children:Ut(et,{children:Ut(gi,{children:Ut(Vt.HY,{children:[Ut(oh,{onLoaded:n}),t&&Ut(Ve,{children:Ut(He,{path:"/",element:Ut(Pa,{}),children:[Ut(He,{path:gt.home,element:Ut(_d,{})}),Ut(He,{path:gt.metrics,element:Ut(xh,{})}),Ut(He,{path:gt.cardinality,element:Ut(Qd,{})}),Ut(He,{path:gt.topQueries,element:Ut(th,{})}),Ut(He,{path:gt.trace,element:Ut(ch,{})}),Ut(He,{path:gt.dashboards,element:Ut(Dd,{})}),Ut(He,{path:gt.withTemplate,element:Ut(Th,{})}),Ut(He,{path:gt.relabel,element:Ut(Ih,{})}),Ut(He,{path:gt.activeQueries,element:Ut(Bh,{})}),Ut(He,{path:gt.icons,element:Ut(Ch,{})})]})})]})})})})},jh=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)}))},Hh=document.getElementById("root");Hh&&(0,r.render)(Ut(zh,{}),Hh),jh()}()}(); |