VictoriaMetrics/app/vmselect/vmui/static/js/main.bcd188b5.js
2024-01-30 21:13:14 +02:00

2 lines
No EOL
517 KiB
JavaScript

/*! For license information please see main.bcd188b5.js.LICENSE.txt */
!function(){var e={680:function(e,t,n){"use strict";var r=n(476),a=n(962),i=a(r("String.prototype.indexOf"));e.exports=function(e,t){var n=r(e,!!t);return"function"===typeof n&&i(e,".prototype.")>-1?a(n):n}},962:function(e,t,n){"use strict";var r=n(199),a=n(476),i=n(267),o=a("%TypeError%"),l=a("%Function.prototype.apply%"),u=a("%Function.prototype.call%"),c=a("%Reflect.apply%",!0)||r.call(u,l),s=a("%Object.defineProperty%",!0),f=a("%Math.max%");if(s)try{s({},"a",{value:1})}catch(h){s=null}e.exports=function(e){if("function"!==typeof e)throw new o("a function is required");var t=c(r,u,arguments);return i(t,1+f(0,e.length-(arguments.length-1)),!0)};var d=function(){return c(r,l,arguments)};s?s(e.exports,"apply",{value:d}):e.exports.apply=d},123:function(e,t){var n;!function(){"use strict";var r={}.hasOwnProperty;function a(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var i=typeof n;if("string"===i||"number"===i)e.push(n);else if(Array.isArray(n)){if(n.length){var o=a.apply(null,n);o&&e.push(o)}}else if("object"===i){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){e.push(n.toString());continue}for(var l in n)r.call(n,l)&&n[l]&&e.push(l)}}}return e.join(" ")}e.exports?(a.default=a,e.exports=a):void 0===(n=function(){return a}.apply(t,[]))||(e.exports=n)}()},658:function(e){e.exports=function(){"use strict";var e=1e3,t=6e4,n=36e5,r="millisecond",a="second",i="minute",o="hour",l="day",u="week",c="month",s="quarter",f="year",d="date",h="Invalid Date",m=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,p=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,v={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(e){var t=["th","st","nd","rd"],n=e%100;return"["+e+(t[(n-20)%10]||t[n]||t[0])+"]"}},g=function(e,t,n){var r=String(e);return!r||r.length>=t?e:""+Array(t+1-r.length).join(n)+e},y={s:g,z:function(e){var t=-e.utcOffset(),n=Math.abs(t),r=Math.floor(n/60),a=n%60;return(t<=0?"+":"-")+g(r,2,"0")+":"+g(a,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()),a=t.clone().add(r,c),i=n-a<0,o=t.clone().add(r+(i?-1:1),c);return+(-(r+(n-a)/(i?a-o:o-a))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(e){return{M:c,y:f,w:u,d:l,D:d,h:o,m:i,s:a,ms:r,Q:s}[e]||String(e||"").toLowerCase().replace(/s$/,"")},u:function(e){return void 0===e}},_="en",b={};b[_]=v;var w="$isDayjsObject",k=function(e){return e instanceof E||!(!e||!e[w])},D=function e(t,n,r){var a;if(!t)return _;if("string"==typeof t){var i=t.toLowerCase();b[i]&&(a=i),n&&(b[i]=n,a=i);var o=t.split("-");if(!a&&o.length>1)return e(o[0])}else{var l=t.name;b[l]=t,a=l}return!r&&a&&(_=a),a||!r&&_},x=function(e,t){if(k(e))return e.clone();var n="object"==typeof t?t:{};return n.date=e,n.args=arguments,new E(n)},C=y;C.l=D,C.i=k,C.w=function(e,t){return x(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var E=function(){function v(e){this.$L=D(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 a=r[2]-1||0,i=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],a,r[3]||1,r[4]||0,r[5]||0,r[6]||0,i)):new Date(r[1],a,r[3]||1,r[4]||0,r[5]||0,r[6]||0,i)}}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 a=C.w(n.$u?Date.UTC(n.$y,t,e):new Date(n.$y,t,e),n);return r?a:a.endOf(l)},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 u:var _=this.$locale().weekStart||0,b=(p<_?p+7:p)-_;return h(r?g-b:g+(6-b),v);case l:case d:return m(y+"Hours",0);case o:return m(y+"Minutes",1);case i:return m(y+"Seconds",2);case a:return m(y+"Milliseconds",3);default:return this.clone()}},g.endOf=function(e){return this.startOf(e,!1)},g.$set=function(e,t){var n,u=C.p(e),s="set"+(this.$u?"UTC":""),h=(n={},n[l]=s+"Date",n[d]=s+"Date",n[c]=s+"Month",n[f]=s+"FullYear",n[o]=s+"Hours",n[i]=s+"Minutes",n[a]=s+"Seconds",n[r]=s+"Milliseconds",n)[u],m=u===l?this.$D+(t-this.$W):t;if(u===c||u===f){var p=this.clone().set(d,1);p.$d[h](m),p.init(),this.$d=p.set(d,Math.min(this.$D,p.daysInMonth())).$d}else h&&this.$d[h](m);return this.init(),this},g.set=function(e,t){return this.clone().$set(e,t)},g.get=function(e){return this[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===l)return p(1);if(m===u)return p(7);var v=(d={},d[i]=t,d[o]=n,d[a]=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",a=C.z(this),i=this.$H,o=this.$m,l=this.$M,u=n.weekdays,c=n.months,s=n.meridiem,f=function(e,n,a,i){return e&&(e[n]||e(t,r))||a[n].slice(0,i)},d=function(e){return C.s(i%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 l+1;case"MM":return C.s(l+1,2,"0");case"MMM":return f(n.monthsShort,l,c,3);case"MMMM":return f(c,l);case"D":return t.$D;case"DD":return C.s(t.$D,2,"0");case"d":return String(t.$W);case"dd":return f(n.weekdaysMin,t.$W,u,2);case"ddd":return f(n.weekdaysShort,t.$W,u,3);case"dddd":return u[t.$W];case"H":return String(i);case"HH":return C.s(i,2,"0");case"h":return d(1);case"hh":return d(2);case"a":return m(i,o,!0);case"A":return m(i,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 a}return null}(e)||a.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 u:m=(_-y)/6048e5;break;case l:m=(_-y)/864e5;break;case o:m=_/n;break;case i:m=_/t;break;case a: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=D(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}(),S=E.prototype;return x.prototype=S,[["$ms",r],["$s",a],["$m",i],["$H",o],["$W",l],["$M",c],["$y",f],["$D",d]].forEach((function(e){S[e[1]]=function(t){return this.$g(t,e[0],e[1])}})),x.extend=function(e,t){return e.$i||(e(t,E,x),e.$i=!0),x},x.locale=D,x.isDayjs=k,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,a=36e5,i=864e5,o=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,l=31536e6,u=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:l,months:u,days:i,hours:a,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 a=e.match(c);if(a){var i=a.slice(2).map((function(e){return null!=e?Number(e):0}));return this.$d.years=i[0],this.$d.months=i[1],this.$d.weeks=i[2],this.$d.days=i[3],this.$d.hours=i[4],this.$d.minutes=i[5],this.$d.seconds=i[6],this.calMilliseconds(),this}}return this}var v=m.prototype;return v.calMilliseconds=function(){var e=this;this.$ms=Object.keys(this.$d).reduce((function(t,n){return t+(e.$d[n]||0)*s[n]}),0)},v.parseFromMilliseconds=function(){var e=this.$ms;this.$d.years=p(e/l),e%=l,this.$d.months=p(e/u),e%=u,this.$d.days=p(e/i),e%=i,this.$d.hours=p(e/a),e%=a,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"),a=g(this.$d.hours,"H"),i=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 l=g(o,"S"),u=e.negative||t.negative||r.negative||a.negative||i.negative||l.negative,c=a.format||i.format||l.format?"T":"",s=(u?"-":"")+"P"+e.format+t.format+r.format+c+a.format+i.format+l.format;return"P"===s||"-P"===s?"P0D":s},v.toJSON=function(){return this.toISOString()},v.format=function(e){var n=e||"YYYY-MM-DDTHH:mm:ss",r={Y:this.$d.years,YY:t.s(this.$d.years,2,"0"),YYYY:t.s(this.$d.years,4,"0"),M:this.$d.months,MM:t.s(this.$d.months,2,"0"),D:this.$d.days,DD:t.s(this.$d.days,2,"0"),H:this.$d.hours,HH:t.s(this.$d.hours,2,"0"),m:this.$d.minutes,mm:t.s(this.$d.minutes,2,"0"),s:this.$d.seconds,ss:t.s(this.$d.seconds,2,"0"),SSS:t.s(this.$d.milliseconds,3,"0")};return n.replace(o,(function(e,t){return t||String(r[e])}))},v.as=function(e){return this.$ms/s[h(e)]},v.get=function(e){var t=this.$ms,n=h(e);return"milliseconds"===n?t%=1e3:t="weeks"===n?p(t/s[n]):this.$d[n],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,a){e=a,t=a().$utils(),a.duration=function(e,t){var n=a.locale();return d(e,{$l:n},t)},a.isDuration=f;var i=r.prototype.add,o=r.prototype.subtract;r.prototype.add=function(e,t){return f(e)?_(this,e,1):i.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,a){var i,o=function(e,n,r){void 0===r&&(r={});var a=new Date(e),i=function(e,n){void 0===n&&(n={});var r=n.timeZoneName||"short",a=e+"|"+r,i=t[a];return i||(i=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:r}),t[a]=i),i}(n,r);return i.formatToParts(a)},l=function(t,n){for(var r=o(t,n),i=[],l=0;l<r.length;l+=1){var u=r[l],c=u.type,s=u.value,f=e[c];f>=0&&(i[f]=parseInt(s,10))}var d=i[3],h=24===d?0:d,m=i[0]+"-"+i[1]+"-"+i[2]+" "+h+":"+i[4]+":"+i[5]+":000",p=+t;return(a.utc(m).valueOf()-(p-=p%1e3))/6e4},u=r.prototype;u.tz=function(e,t){void 0===e&&(e=i);var n=this.utcOffset(),r=this.toDate(),o=r.toLocaleString("en-US",{timeZone:e}),l=Math.round((r-new Date(o))/1e3/60),u=a(o,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(15*-Math.round(r.getTimezoneOffset()/15)-l,!0);if(t){var c=u.utcOffset();u=u.add(n-c,"minute")}return u.$x.$timezone=e,u},u.offsetName=function(e){var t=this.$x.$timezone||a.tz.guess(),n=o(this.valueOf(),t,{timeZoneName:e}).find((function(e){return"timezonename"===e.type.toLowerCase()}));return n&&n.value};var c=u.startOf;u.startOf=function(e,t){if(!this.$x||!this.$x.$timezone)return c.call(this,e,t);var n=a(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return c.call(n,e,t).tz(this.$x.$timezone,!0)},a.tz=function(e,t,n){var r=n&&t,o=n||t||i,u=l(+a(),o);if("string"!=typeof e)return a(e).tz(o);var c=function(e,t,n){var r=e-60*t*1e3,a=l(r,n);if(t===a)return[r,t];var i=l(r-=60*(a-t)*1e3,n);return a===i?[r,a]:[e-60*Math.min(a,i)*1e3,Math.max(a,i)]}(a.utc(e,r).valueOf(),u,o),s=c[0],f=c[1],d=a(s).utcOffset(f);return d.$x.$timezone=o,d},a.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},a.tz.setDefault=function(e){i=e}}}()},635:function(e){e.exports=function(){"use strict";var e="minute",t=/[+-]\d\d(?::?\d\d)?/g,n=/([+-]|\d\d)/g;return function(r,a,i){var o=a.prototype;i.utc=function(e){return new a({date:e,utc:!0,args:arguments})},o.utc=function(t){var n=i(this.toDate(),{locale:this.$L,utc:!0});return t?n.add(this.utcOffset(),e):n},o.local=function(){return i(this.toDate(),{locale:this.$L,utc:!1})};var l=o.parse;o.parse=function(e){e.utc&&(this.$u=!0),this.$utils().u(e.$offset)||(this.$offset=e.$offset),l.call(this,e)};var u=o.init;o.init=function(){if(this.$u){var e=this.$d;this.$y=e.getUTCFullYear(),this.$M=e.getUTCMonth(),this.$D=e.getUTCDate(),this.$W=e.getUTCDay(),this.$H=e.getUTCHours(),this.$m=e.getUTCMinutes(),this.$s=e.getUTCSeconds(),this.$ms=e.getUTCMilliseconds()}else u.call(this)};var c=o.utcOffset;o.utcOffset=function(r,a){var i=this.$utils().u;if(i(r))return this.$u?0:i(this.$offset)?c.call(this):this.$offset;if("string"==typeof r&&(r=function(e){void 0===e&&(e="");var r=e.match(t);if(!r)return null;var a=(""+r[0]).match(n)||["-",0,0],i=a[0],o=60*+a[1]+ +a[2];return 0===o?0:"+"===i?o:-o}(r),null===r))return this;var o=Math.abs(r)<=16?60*r:r,l=this;if(a)return l.$offset=o,l.$u=0===r,l;if(0!==r){var u=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(l=this.local().add(o+u,e)).$offset=o,l.$x.$localOffset=u}else l=this.utc();return l};var s=o.format;o.format=function(e){var t=e||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return s.call(this,t)},o.valueOf=function(){var e=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*e},o.isUTC=function(){return!!this.$u},o.toISOString=function(){return this.toDate().toISOString()},o.toString=function(){return this.toDate().toUTCString()};var f=o.toDate;o.toDate=function(e){return"s"===e&&this.$offset?i(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(),a=i(e).local();return d.call(r,a,t,n)}}}()},150:function(e,t,n){"use strict";var r=n(926)(),a=n(476),i=r&&a("%Object.defineProperty%",!0);if(i)try{i({},"a",{value:1})}catch(c){i=!1}var o=a("%SyntaxError%"),l=a("%TypeError%"),u=n(103);e.exports=function(e,t,n){if(!e||"object"!==typeof e&&"function"!==typeof e)throw new l("`obj` must be an object or a function`");if("string"!==typeof t&&"symbol"!==typeof t)throw new l("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!==typeof arguments[3]&&null!==arguments[3])throw new l("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!==typeof arguments[4]&&null!==arguments[4])throw new l("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!==typeof arguments[5]&&null!==arguments[5])throw new l("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!==typeof arguments[6])throw new l("`loose`, if provided, must be a boolean");var r=arguments.length>3?arguments[3]:null,a=arguments.length>4?arguments[4]:null,c=arguments.length>5?arguments[5]:null,s=arguments.length>6&&arguments[6],f=!!u&&u(e,t);if(i)i(e,t,{configurable:null===c&&f?f.configurable:!c,enumerable:null===r&&f?f.enumerable:!r,value:n,writable:null===a&&f?f.writable:!a});else{if(!s&&(r||a||c))throw new o("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");e[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 a=0;a<t.length;a+=1)n[a+e.length]=t[a];return n};e.exports=function(e){var a=this;if("function"!==typeof a||"[object Function]"!==t.apply(a))throw new TypeError("Function.prototype.bind called on incompatible "+a);for(var i,o=function(e,t){for(var n=[],r=t||0,a=0;r<e.length;r+=1,a+=1)n[a]=e[r];return n}(arguments,1),l=n(0,a.length-o.length),u=[],c=0;c<l;c++)u[c]="$"+c;if(i=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}(u,",")+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof i){var t=a.apply(this,r(o,arguments));return Object(t)===t?t:this}return a.apply(e,r(o,arguments))})),a.prototype){var s=function(){};s.prototype=a.prototype,i.prototype=new s,s.prototype=null}return i}},199:function(e,t,n){"use strict";var r=n(781);e.exports=Function.prototype.bind||r},476:function(e,t,n){"use strict";var r,a=SyntaxError,i=Function,o=TypeError,l=function(e){try{return i('"use strict"; return ('+e+").constructor;")()}catch(t){}},u=Object.getOwnPropertyDescriptor;if(u)try{u({},"")}catch(M){u=null}var c=function(){throw new o},s=u?function(){try{return c}catch(e){try{return u(arguments,"callee").get}catch(t){return c}}}():c,f=n(520)(),d=n(593)(),h=Object.getPrototypeOf||(d?function(e){return e.__proto__}:null),m={},p="undefined"!==typeof Uint8Array&&h?h(Uint8Array):r,v={"%AggregateError%":"undefined"===typeof AggregateError?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"===typeof ArrayBuffer?r:ArrayBuffer,"%ArrayIteratorPrototype%":f&&h?h([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":m,"%AsyncGenerator%":m,"%AsyncGeneratorFunction%":m,"%AsyncIteratorPrototype%":m,"%Atomics%":"undefined"===typeof Atomics?r:Atomics,"%BigInt%":"undefined"===typeof BigInt?r:BigInt,"%BigInt64Array%":"undefined"===typeof BigInt64Array?r:BigInt64Array,"%BigUint64Array%":"undefined"===typeof BigUint64Array?r:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"===typeof DataView?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"===typeof Float32Array?r:Float32Array,"%Float64Array%":"undefined"===typeof Float64Array?r:Float64Array,"%FinalizationRegistry%":"undefined"===typeof FinalizationRegistry?r:FinalizationRegistry,"%Function%":i,"%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%":a,"%ThrowTypeError%":s,"%TypedArray%":p,"%TypeError%":o,"%Uint8Array%":"undefined"===typeof Uint8Array?r:Uint8Array,"%Uint8ClampedArray%":"undefined"===typeof Uint8ClampedArray?r:Uint8ClampedArray,"%Uint16Array%":"undefined"===typeof Uint16Array?r:Uint16Array,"%Uint32Array%":"undefined"===typeof Uint32Array?r:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"===typeof WeakMap?r:WeakMap,"%WeakRef%":"undefined"===typeof WeakRef?r:WeakRef,"%WeakSet%":"undefined"===typeof WeakSet?r:WeakSet};if(h)try{null.error}catch(M){var g=h(h(M));v["%Error.prototype%"]=g}var y=function e(t){var n;if("%AsyncFunction%"===t)n=l("async function () {}");else if("%GeneratorFunction%"===t)n=l("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=l("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var a=e("%AsyncGenerator%");a&&h&&(n=h(a.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(834),k=b.call(Function.call,Array.prototype.concat),D=b.call(Function.apply,Array.prototype.splice),x=b.call(Function.call,String.prototype.replace),C=b.call(Function.call,String.prototype.slice),E=b.call(Function.call,RegExp.prototype.exec),S=/[^%.[\]]+|\[(?:(-?\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 i=v[r];if(i===m&&(i=y(r)),"undefined"===typeof i&&!t)throw new o("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:i}}throw new a("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===E(/^%?[^%]*%?$/,e))throw new a("`%` 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 a("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new a("invalid intrinsic syntax, expected opening `%`");var r=[];return x(e,S,(function(e,t,n,a){r[r.length]=n?x(a,A,"$1"):t||e})),r}(e),r=n.length>0?n[0]:"",i=N("%"+r+"%",t),l=i.name,c=i.value,s=!1,f=i.alias;f&&(r=f[0],D(n,k([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 a("property names with quotes must have matching quotes");if("constructor"!==m&&h||(s=!0),w(v,l="%"+(r+="."+m)+"%"))c=v[l];else if(null!=c){if(!(m in c)){if(!t)throw new o("base intrinsic for "+e+" exists, but the property is not available.");return}if(u&&d+1>=n.length){var y=u(c,m);c=(h=!!y)&&"get"in y&&!("originalValue"in y.get)?y.get:c[m]}else h=w(c,m),c=c[m];h&&!s&&(v[l]=c)}}return c}},103:function(e,t,n){"use strict";var r=n(476)("%Object.getOwnPropertyDescriptor%",!0);if(r)try{r([],"length")}catch(a){r=null}e.exports=r},926:function(e,t,n){"use strict";var r=n(476)("%Object.defineProperty%",!0),a=function(){if(r)try{return r({},"a",{value:1}),!0}catch(e){return!1}return!1};a.hasArrayLengthDefineBug=function(){if(!a())return null;try{return 1!==r([],"length",{value:1}).length}catch(e){return!0}},e.exports=a},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,a=n(541);e.exports=function(){return"function"===typeof r&&("function"===typeof Symbol&&("symbol"===typeof r("foo")&&("symbol"===typeof Symbol("bar")&&a())))}},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 a=Object.getOwnPropertyDescriptor(e,t);if(42!==a.value||!0!==a.enumerable)return!1}return!0}},834:function(e,t,n){"use strict";var r=Function.prototype.call,a=Object.prototype.hasOwnProperty,i=n(199);e.exports=i.call(r,a)},936:function(e,t,n){var r=NaN,a="[object Symbol]",i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,u=/^0o[0-7]+$/i,c=parseInt,s="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,f="object"==typeof self&&self&&self.Object===Object&&self,d=s||f||Function("return this")(),h=Object.prototype.toString,m=Math.max,p=Math.min,v=function(){return d.Date.now()};function g(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function y(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&h.call(e)==a}(e))return r;if(g(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=g(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(i,"");var n=l.test(e);return n||u.test(e)?c(e.slice(2),n?2:8):o.test(e)?r:+e}e.exports=function(e,t,n){var r,a,i,o,l,u,c=0,s=!1,f=!1,d=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function h(t){var n=r,i=a;return r=a=void 0,c=t,o=e.apply(i,n)}function _(e){var n=e-u;return void 0===u||n>=t||n<0||f&&e-c>=i}function b(){var e=v();if(_(e))return w(e);l=setTimeout(b,function(e){var n=t-(e-u);return f?p(n,i-(e-c)):n}(e))}function w(e){return l=void 0,d&&r?h(e):(r=a=void 0,o)}function k(){var e=v(),n=_(e);if(r=arguments,a=this,u=e,n){if(void 0===l)return function(e){return c=e,l=setTimeout(b,t),s?h(e):o}(u);if(f)return l=setTimeout(b,t),h(u)}return void 0===l&&(l=setTimeout(b,t)),o}return t=y(t)||0,g(n)&&(s=!!n.leading,i=(f="maxWait"in n)?m(y(n.maxWait)||0,t):i,d="trailing"in n?!!n.trailing:d),k.cancel=function(){void 0!==l&&clearTimeout(l),c=0,r=u=a=l=void 0},k.flush=function(){return void 0===l?o:w(v())},k}},7:function(e,t,n){var r="__lodash_hash_undefined__",a=1/0,i="[object Function]",o="[object GeneratorFunction]",l="[object Symbol]",u=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,c=/^\w*$/,s=/^\./,f=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,d=/\\(\\)?/g,h=/^\[object .+?Constructor\]$/,m="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,p="object"==typeof self&&self&&self.Object===Object&&self,v=m||p||Function("return this")();var g=Array.prototype,y=Function.prototype,_=Object.prototype,b=v["__core-js_shared__"],w=function(){var e=/[^.]+$/.exec(b&&b.keys&&b.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),k=y.toString,D=_.hasOwnProperty,x=_.toString,C=RegExp("^"+k.call(D).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),E=v.Symbol,S=g.splice,A=z(v,"Map"),N=z(Object,"create"),M=E?E.prototype:void 0,T=M?M.toString:void 0;function F(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,a=e.length;a--;)if((n=e[a][0])===(r=t)||n!==n&&r!==r)return a;return-1}function R(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||Y(e))return!0;return c.test(e)||!u.test(e)||null!=t&&e in Object(t)}(t,e)?[t]:V(n=t)?n:j(n);for(var r=0,a=t.length;null!=e&&r<a;)e=e[H(t[r++])];return r&&r==a?e:void 0}function I(e){if(!U(e)||(t=e,w&&w in t))return!1;var t,n=function(e){var t=U(e)?x.call(e):"";return t==i||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 k.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 I(n)?n:void 0}F.prototype.clear=function(){this.__data__=N?N(null):{}},F.prototype.delete=function(e){return this.has(e)&&delete this.__data__[e]},F.prototype.get=function(e){var t=this.__data__;if(N){var n=t[e];return n===r?void 0:n}return D.call(t,e)?t[e]:void 0},F.prototype.has=function(e){var t=this.__data__;return N?void 0!==t[e]:D.call(t,e)},F.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():S.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 F,map:new(A||O),string:new F}},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(Y(e))return T?T.call(e):"";var t=e+"";return"0"==t&&1/e==-a?"-0":t}(t);var n=[];return s.test(e)&&n.push(""),e.replace(f,(function(e,t,r,a){n.push(r?a.replace(d,"$1"):t||e)})),n}));function H(e){if("string"==typeof e||Y(e))return e;var t=e+"";return"0"==t&&1/e==-a?"-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,a=t?t.apply(this,r):r[0],i=n.cache;if(i.has(a))return i.get(a);var o=e.apply(this,r);return n.cache=i.set(a,o),o};return n.cache=new($.Cache||L),n}$.Cache=L;var V=Array.isArray;function U(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function Y(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&x.call(e)==l}e.exports=function(e,t,n){var r=null==e?void 0:R(e,t);return void 0===r?n:r}},154:function(e,t,n){var r="function"===typeof Map&&Map.prototype,a=Object.getOwnPropertyDescriptor&&r?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,i=r&&a&&"function"===typeof a.get?a.get:null,o=r&&Map.prototype.forEach,l="function"===typeof Set&&Set.prototype,u=Object.getOwnPropertyDescriptor&&l?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,c=l&&u&&"function"===typeof u.get?u.get:null,s=l&&Set.prototype.forEach,f="function"===typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,d="function"===typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,h="function"===typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,m=Boolean.prototype.valueOf,p=Object.prototype.toString,v=Function.prototype.toString,g=String.prototype.match,y=String.prototype.slice,_=String.prototype.replace,b=String.prototype.toUpperCase,w=String.prototype.toLowerCase,k=RegExp.prototype.test,D=Array.prototype.concat,x=Array.prototype.join,C=Array.prototype.slice,E=Math.floor,S="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,T="function"===typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===M||"symbol")?Symbol.toStringTag:null,F=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||k.call(/e/,t))return t;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"===typeof e){var r=e<0?-E(-e):E(e);if(r!==e){var a=String(r),i=y.call(t,a.length+1);return _.call(a,n,"$&_")+"."+_.call(_.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return _.call(t,n,"$&_")}var P=n(654),R=P.custom,I=$(R)?R:null;function B(e,t,n){var r="double"===(n.quoteStyle||t)?'"':"'";return r+e+r}function z(e){return _.call(String(e),/"/g,"&quot;")}function j(e){return"[object Array]"===Y(e)&&(!T||!("object"===typeof e&&T in e))}function H(e){return"[object RegExp]"===Y(e)&&(!T||!("object"===typeof e&&T 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,a,l){var u=r||{};if(U(u,"quoteStyle")&&"single"!==u.quoteStyle&&"double"!==u.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(U(u,"maxStringLength")&&("number"===typeof u.maxStringLength?u.maxStringLength<0&&u.maxStringLength!==1/0:null!==u.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var p=!U(u,"customInspect")||u.customInspect;if("boolean"!==typeof p&&"symbol"!==p)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(U(u,"indent")&&null!==u.indent&&"\t"!==u.indent&&!(parseInt(u.indent,10)===u.indent&&u.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(U(u,"numericSeparator")&&"boolean"!==typeof u.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var b=u.numericSeparator;if("undefined"===typeof t)return"undefined";if(null===t)return"null";if("boolean"===typeof t)return t?"true":"false";if("string"===typeof t)return W(t,u);if("number"===typeof t){if(0===t)return 1/0/t>0?"0":"-0";var k=String(t);return b?L(t,k):k}if("bigint"===typeof t){var E=String(t)+"n";return b?L(t,E):E}var A="undefined"===typeof u.depth?5:u.depth;if("undefined"===typeof a&&(a=0),a>=A&&A>0&&"object"===typeof t)return j(t)?"[Array]":"[Object]";var R=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)}}(u,a);if("undefined"===typeof l)l=[];else if(q(l,t)>=0)return"[Circular]";function V(t,n,r){if(n&&(l=C.call(l)).push(n),r){var i={depth:u.depth};return U(u,"quoteStyle")&&(i.quoteStyle=u.quoteStyle),e(t,i,a+1,l)}return e(t,u,a+1,l)}if("function"===typeof t&&!H(t)){var Q=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"+(Q?": "+Q:" (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:Z(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||[],ae=0;ae<re.length;ae++)ne+=" "+re[ae].name+"="+B(z(re[ae].value),"double",u);return ne+=">",t.childNodes&&t.childNodes.length&&(ne+="..."),ne+="</"+w.call(String(t.nodeName))+">"}if(j(t)){if(0===t.length)return"[]";var ie=X(t,V);return R&&!function(e){for(var t=0;t<e.length;t++)if(q(e[t],"\n")>=0)return!1;return!0}(ie)?"["+K(ie,R)+"]":"[ "+x.call(ie,", ")+" ]"}if(function(e){return"[object Error]"===Y(e)&&(!T||!("object"===typeof e&&T in e))}(t)){var oe=X(t,V);return"cause"in Error.prototype||!("cause"in t)||F.call(t,"cause")?0===oe.length?"["+String(t)+"]":"{ ["+String(t)+"] "+x.call(oe,", ")+" }":"{ ["+String(t)+"] "+x.call(D.call("[cause]: "+V(t.cause),oe),", ")+" }"}if("object"===typeof t&&p){if(I&&"function"===typeof t[I]&&P)return P(t,{depth:A-a});if("symbol"!==p&&"function"===typeof t.inspect)return t.inspect()}if(function(e){if(!i||!e||"object"!==typeof e)return!1;try{i.call(e);try{c.call(e)}catch(ne){return!0}return e instanceof Map}catch(t){}return!1}(t)){var le=[];return o&&o.call(t,(function(e,n){le.push(V(n,t,!0)+" => "+V(e,t))})),J("Map",i.call(t),le,R)}if(function(e){if(!c||!e||"object"!==typeof e)return!1;try{c.call(e);try{i.call(e)}catch(t){return!0}return e instanceof Set}catch(n){}return!1}(t)){var ue=[];return s&&s.call(t,(function(e){ue.push(V(e,t))})),J("Set",c.call(t),ue,R)}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]"===Y(e)&&(!T||!("object"===typeof e&&T in e))}(t))return Z(V(Number(t)));if(function(e){if(!e||"object"!==typeof e||!S)return!1;try{return S.call(e),!0}catch(t){}return!1}(t))return Z(V(S.call(t)));if(function(e){return"[object Boolean]"===Y(e)&&(!T||!("object"===typeof e&&T in e))}(t))return Z(m.call(t));if(function(e){return"[object String]"===Y(e)&&(!T||!("object"===typeof e&&T in e))}(t))return Z(V(String(t)));if("undefined"!==typeof window&&t===window)return"{ [object Window] }";if(t===n.g)return"{ [object globalThis] }";if(!function(e){return"[object Date]"===Y(e)&&(!T||!("object"===typeof e&&T 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&&T&&Object(t)===t&&T in t?y.call(Y(t),8,-1):fe?"Object":"",he=(se||"function"!==typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(de||fe?"["+x.call(D.call([],de||[],fe||[]),": ")+"] ":"");return 0===ce.length?he+"{}":R?he+"{"+K(ce,R)+"}":he+"{ "+x.call(ce,", ")+" }"}return String(t)};var V=Object.prototype.hasOwnProperty||function(e){return e in this};function U(e,t){return V.call(e,t)}function Y(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,Q),"single",t)}function Q(e){var t=e.charCodeAt(0),n={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return n?"\\"+n:"\\x"+(t<16?"0":"")+b.call(t.toString(16))}function Z(e){return"Object("+e+")"}function G(e){return e+" { ? }"}function J(e,t,n,r){return e+" ("+t+") {"+(r?K(n,r):x.call(n,", "))+"}"}function K(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 a=0;a<e.length;a++)r[a]=U(e,a)?t(e[a],e):""}var i,o="function"===typeof A?A(e):[];if(M){i={};for(var l=0;l<o.length;l++)i["$"+o[l]]=o[l]}for(var u in e)U(e,u)&&(n&&String(Number(u))===u&&u<e.length||M&&i["$"+u]instanceof Symbol||(k.call(/[^\w$]/,u)?r.push(t(u,e)+": "+t(e[u],e)):r.push(u+": "+t(e[u],e))));if("function"===typeof A)for(var c=0;c<o.length;c++)F.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 Y},Component:function(){return l.wA},Fragment:function(){return l.HY},PureComponent:function(){return z},StrictMode:function(){return Te},Suspense:function(){return G},SuspenseList:function(){return X},__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:function(){return we},cloneElement:function(){return Ee},createContext:function(){return l.kr},createElement:function(){return l.az},createFactory:function(){return De},createPortal:function(){return re},createRef:function(){return l.Vf},default:function(){return Be},findDOMNode:function(){return Ae},flushSync:function(){return Me},forwardRef:function(){return V},hydrate:function(){return fe},isElement:function(){return Re},isFragment:function(){return Ce},isValidElement:function(){return xe},lazy:function(){return K},memo:function(){return j},render:function(){return se},startTransition:function(){return Fe},unmountComponentAtNode:function(){return Se},unstable_batchedUpdates:function(){return Ne},useCallback:function(){return x},useContext:function(){return C},useDebugValue:function(){return E},useDeferredValue:function(){return Oe},useEffect:function(){return _},useErrorBoundary:function(){return S},useId:function(){return A},useImperativeHandle:function(){return k},useInsertionEffect:function(){return Pe},useLayoutEffect:function(){return b},useMemo:function(){return D},useReducer:function(){return y},useRef:function(){return w},useState:function(){return g},useSyncExternalStore:function(){return Ie},useTransition:function(){return Le},version:function(){return ke}});var r,a,i,o,l=n(856),u=0,c=[],s=[],f=l.YM.__b,d=l.YM.__r,h=l.YM.diffed,m=l.YM.__c,p=l.YM.unmount;function v(e,t){l.YM.__h&&l.YM.__h(a,e,u||t),u=0;var n=a.__H||(a.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({__V:s}),n.__[e]}function g(e){return u=1,y(P,e)}function y(e,t,n){var i=v(r++,2);if(i.t=e,!i.__c&&(i.__=[n?n(t):P(void 0,t),function(e){var t=i.__N?i.__N[0]:i.__[0],n=i.t(t,e);t!==n&&(i.__N=[n,i.__[1]],i.__c.setState({}))}],i.__c=a,!a.u)){var o=function(e,t,n){if(!i.__c.__H)return!0;var r=i.__c.__H.__.filter((function(e){return e.__c}));if(r.every((function(e){return!e.__N})))return!l||l.call(this,e,t,n);var a=!1;return r.forEach((function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(a=!0)}})),!(!a&&i.__c.props===e)&&(!l||l.call(this,e,t,n))};a.u=!0;var l=a.shouldComponentUpdate,u=a.componentWillUpdate;a.componentWillUpdate=function(e,t,n){if(this.__e){var r=l;l=void 0,o(e,t,n),l=r}u&&u.call(this,e,t,n)},a.shouldComponentUpdate=o}return i.__N||i.__}function _(e,t){var n=v(r++,3);!l.YM.__s&&L(n.__H,t)&&(n.__=e,n.i=t,a.__H.__h.push(n))}function b(e,t){var n=v(r++,4);!l.YM.__s&&L(n.__H,t)&&(n.__=e,n.i=t,a.__h.push(n))}function w(e){return u=5,D((function(){return{current:e}}),[])}function k(e,t,n){u=6,b((function(){return"function"==typeof e?(e(t()),function(){return e(null)}):e?(e.current=t(),function(){return e.current=null}):void 0}),null==n?n:n.concat(e))}function D(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 u=8,D((function(){return e}),t)}function C(e){var t=a.context[e.__c],n=v(r++,9);return n.c=e,t?(null==n.__&&(n.__=!0,t.sub(a)),t.props.value):e.__}function E(e,t){l.YM.useDebugValue&&l.YM.useDebugValue(t?t(e):e)}function S(e){var t=v(r++,10),n=g();return t.__=e,a.componentDidCatch||(a.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=a.__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(F),e.__H.__h.forEach(O),e.__H.__h=[]}catch(a){e.__H.__h=[],l.YM.__e(a,e.__v)}}l.YM.__b=function(e){a=null,f&&f(e)},l.YM.__r=function(e){d&&d(e),r=0;var t=(a=e.__c).__H;t&&(i===a?(t.__h=[],a.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.__V=s,e.__N=e.i=void 0}))):(t.__h.forEach(F),t.__h.forEach(O),t.__h=[],r=0)),i=a},l.YM.diffed=function(e){h&&h(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==c.push(t)&&o===l.YM.requestAnimationFrame||((o=l.YM.requestAnimationFrame)||T)(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}))),i=a=null},l.YM.__c=function(e,t){t.some((function(e){try{e.__h.forEach(F),e.__h=e.__h.filter((function(e){return!e.__||O(e)}))}catch(i){t.some((function(e){e.__h&&(e.__h=[])})),t=[],l.YM.__e(i,e.__v)}})),m&&m(e,t)},l.YM.unmount=function(e){p&&p(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach((function(e){try{F(e)}catch(e){t=e}})),n.__H=void 0,t&&l.YM.__e(t,n.__v))};var M="function"==typeof requestAnimationFrame;function T(e){var t,n=function(){clearTimeout(r),M&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);M&&(t=requestAnimationFrame(n))}function F(e){var t=a,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),a=t}function O(e){var t=a;e.__c=e.__(),a=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 R(e,t){for(var n in t)e[n]=t[n];return e}function I(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:I(this.props,e)}function r(t){return this.shouldComponentUpdate=n,(0,l.az)(e,t)}return r.displayName="Memo("+(e.displayName||e.name)+")",r.prototype.isReactComponent=!0,r.__f=!0,r}(z.prototype=new l.wA).isPureReactComponent=!0,z.prototype.shouldComponentUpdate=function(e,t){return I(this.props,e)||I(this.state,t)};var H=l.YM.__b;l.YM.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),H&&H(e)};var $="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function V(e){function t(t){var n=R({},t);return delete n.ref,e(n,t.ref||null)}return t.$$typeof=$,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}var U=function(e,t){return null==e?null:(0,l.bR)((0,l.bR)(e).map(t))},Y={map:U,forEach:U,count:function(e){return e?(0,l.bR)(e).length:0},only:function(e){var t=(0,l.bR)(e);if(1!==t.length)throw"Children.only";return t[0]},toArray:l.bR},q=l.YM.__e;l.YM.__e=function(e,t,n,r){if(e.then)for(var a,i=t;i=i.__;)if((a=i.__c)&&a.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),a.__c(e,t);q(e,t,n,r)};var W=l.YM.unmount;function Q(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),e.__c.__H=null),null!=(e=R({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return Q(e,t,n)}))),e}function Z(e,t,n){return e&&n&&(e.__v=null,e.__k=e.__k&&e.__k.map((function(e){return Z(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 J(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function K(e){var t,n,r;function a(a){if(t||(t=e()).then((function(e){n=e.default||e}),(function(e){r=e})),r)throw r;if(!n)throw t;return(0,l.az)(n,a)}return a.displayName="Lazy",a.__f=!0,a}function X(){this.u=null,this.o=null}l.YM.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&!0===e.__h&&(e.type=null),W&&W(e)},(G.prototype=new l.wA).__c=function(e,t){var n=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(n);var a=J(r.__v),i=!1,o=function(){i||(i=!0,n.__R=null,a?a(l):l())};n.__R=o;var l=function(){if(! --r.__u){if(r.state.__a){var e=r.state.__a;r.__v.__k[0]=Z(e,e.__c.__P,e.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.t.pop();)t.forceUpdate()}},u=!0===t.__h;r.__u++||u||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(o,o)},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]=Q(this.__b,n,r.__O=r.__P)}this.__b=null}var a=t.__a&&(0,l.az)(l.HY,null,e.fallback);return a&&(a.__h=null),[(0,l.az)(l.HY,null,t.__a?null:e.children),a]};var ee=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.u=n=n[2]}};function te(e){return this.getChildContext=function(){return e.context},e.children}function ne(e){var t=this,n=e.i;t.componentWillUnmount=function(){(0,l.sY)(null,t.l),t.l=null,t.i=null},t.i&&t.i!==n&&t.componentWillUnmount(),t.l||(t.i=n,t.l={nodeType:1,parentNode:n,childNodes:[],appendChild:function(e){this.childNodes.push(e),t.i.appendChild(e)},insertBefore:function(e,n){this.childNodes.push(e),t.i.appendChild(e)},removeChild:function(e){this.childNodes.splice(this.childNodes.indexOf(e)>>>1,1),t.i.removeChild(e)}}),(0,l.sY)((0,l.az)(te,{context:t.context},e.__v),t.l)}function re(e,t){var n=(0,l.az)(ne,{__v:e,i:t});return n.containerInfo=t,n}(X.prototype=new l.wA).__a=function(e){var t=this,n=J(t.__v),r=t.o.get(e);return r[0]++,function(a){var i=function(){t.props.revealOrder?(r.push(a),ee(t,e,r)):a()};n?n(i):i()}},X.prototype.render=function(e){this.u=null,this.o=new Map;var t=(0,l.bR)(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},X.prototype.componentDidUpdate=X.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){ee(e,n,t)}))};var ae="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,ie=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,oe=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,le=/[A-Z0-9]/g,ue="undefined"!=typeof document,ce=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(e)};function se(e,t,n){return null==t.__k&&(t.textContent=""),(0,l.sY)(e,t),"function"==typeof n&&n(),e?e.__c:null}function fe(e,t,n){return(0,l.ZB)(e,t),"function"==typeof n&&n(),e?e.__c:null}l.wA.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(l.wA.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var de=l.YM.event;function he(){}function me(){return this.cancelBubble}function pe(){return this.defaultPrevented}l.YM.event=function(e){return de&&(e=de(e)),e.persist=he,e.isPropagationStopped=me,e.isDefaultPrevented=pe,e.nativeEvent=e};var ve,ge={enumerable:!1,configurable:!0,get:function(){return this.class}},ye=l.YM.vnode;l.YM.vnode=function(e){"string"==typeof e.type&&function(e){var t=e.props,n=e.type,r={};for(var a in t){var i=t[a];if(!("value"===a&&"defaultValue"in t&&null==i||ue&&"children"===a&&"noscript"===n||"class"===a||"className"===a)){var o=a.toLowerCase();"defaultValue"===a&&"value"in t&&null==t.value?a="value":"download"===a&&!0===i?i="":"ondoubleclick"===o?a="ondblclick":"onchange"!==o||"input"!==n&&"textarea"!==n||ce(t.type)?"onfocus"===o?a="onfocusin":"onblur"===o?a="onfocusout":oe.test(a)?a=o:-1===n.indexOf("-")&&ie.test(a)?a=a.replace(le,"-$&").toLowerCase():null===i&&(i=void 0):o=a="oninput","oninput"===o&&r[a=o]&&(a="oninputCapture"),r[a]=i}}"select"==n&&r.multiple&&Array.isArray(r.value)&&(r.value=(0,l.bR)(t.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),"select"==n&&null!=r.defaultValue&&(r.value=(0,l.bR)(t.children).forEach((function(e){e.props.selected=r.multiple?-1!=r.defaultValue.indexOf(e.props.value):r.defaultValue==e.props.value}))),t.class&&!t.className?(r.class=t.class,Object.defineProperty(r,"className",ge)):(t.className&&!t.class||t.class&&t.className)&&(r.class=r.className=t.className),e.props=r}(e),e.$$typeof=ae,ye&&ye(e)};var _e=l.YM.__r;l.YM.__r=function(e){_e&&_e(e),ve=e.__c};var be=l.YM.diffed;l.YM.diffed=function(e){be&&be(e);var t=e.props,n=e.__e;null!=n&&"textarea"===e.type&&"value"in t&&t.value!==n.value&&(n.value=null==t.value?"":t.value),ve=null};var we={ReactCurrentDispatcher:{current:{readContext:function(e){return ve.__n[e.__c].props.value}}}},ke="17.0.2";function De(e){return l.az.bind(null,e)}function xe(e){return!!e&&e.$$typeof===ae}function Ce(e){return xe(e)&&e.type===l.HY}function Ee(e){return xe(e)?l.Tm.apply(null,arguments):e}function Se(e){return!!e.__k&&((0,l.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)},Te=l.HY;function Fe(e){e()}function Oe(e){return e}function Le(){return[!1,Fe]}var Pe=b,Re=xe;function Ie(e,t){var n=t(),r=g({h:{__:n,v:t}}),a=r[0].h,i=r[1];return b((function(){a.__=n,a.v=t,B(a.__,t())||i({h:a})}),[e,n,t]),_((function(){return B(a.__,a.v())||i({h:a}),e((function(){B(a.__,a.v())||i({h:a})}))}),[e]),n}var Be={useState:g,useId:A,useReducer:y,useEffect:_,useLayoutEffect:b,useInsertionEffect:Pe,useTransition:Le,useDeferredValue:Oe,useSyncExternalStore:Ie,startTransition:Fe,useRef:w,useImperativeHandle:k,useMemo:D,useCallback:x,useContext:C,useDebugValue:E,version:"17.0.2",Children:Y,render:se,hydrate:fe,unmountComponentAtNode:Se,createPortal:re,createElement:l.az,createContext:l.kr,createFactory:De,cloneElement:Ee,createRef:l.Vf,Fragment:l.HY,isValidElement:xe,isElement:Re,isFragment:Ce,findDOMNode:Ae,Component:l.wA,PureComponent:z,memo:j,forwardRef:V,flushSync:Me,unstable_batchedUpdates:Ne,StrictMode:Te,Suspense:G,SuspenseList:X,lazy:K,__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 a},ZB:function(){return $},az:function(){return g},bR:function(){return A},kr:function(){return U},sY:function(){return H},wA:function(){return w}});var r,a,i,o,l,u,c,s,f={},d=[],h=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,m=Array.isArray;function p(e,t){for(var n in t)e[n]=t[n];return e}function v(e){var t=e.parentNode;t&&t.removeChild(e)}function g(e,t,n){var a,i,o,l={};for(o in t)"key"==o?a=t[o]:"ref"==o?i=t[o]:l[o]=t[o];if(arguments.length>2&&(l.children=arguments.length>3?r.call(arguments,2):n),"function"==typeof e&&null!=e.defaultProps)for(o in e.defaultProps)void 0===l[o]&&(l[o]=e.defaultProps[o]);return y(e,l,a,i,null)}function y(e,t,n,r,o){var l={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==o?++i:o};return null==o&&null!=a.vnode&&a.vnode(l),l}function _(){return{current:null}}function b(e){return e.children}function w(e,t){this.props=e,this.context=t}function k(e,t){if(null==t)return e.__?k(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?k(e):null}function D(e){var t,n;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e){e.__e=e.__c.base=n.__e;break}return D(e)}}function x(e){(!e.__d&&(e.__d=!0)&&o.push(e)&&!C.__r++||l!==a.debounceRendering)&&((l=a.debounceRendering)||u)(C)}function C(){var e,t,n,r,a,i,l,u,s;for(o.sort(c);e=o.shift();)e.__d&&(t=o.length,r=void 0,a=void 0,i=void 0,u=(l=(n=e).__v).__e,(s=n.__P)&&(r=[],a=[],(i=p({},l)).__v=l.__v+1,P(s,l,i,n.__n,void 0!==s.ownerSVGElement,null!=l.__h?[u]:null,r,null==u?k(l):u,l.__h,a),R(r,l,a),l.__e!=u&&D(l)),o.length>t&&o.sort(c));C.__r=0}function E(e,t,n,r,a,i,o,l,u,c,s){var h,p,v,g,_,w,D,x,C,E=0,A=r&&r.__k||d,T=A.length,F=T,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,D=h+E,F))?v=f:(v=A[x]||f,A[x]=void 0,F--),P(e,g,v,a,i,o,l,u,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&&E--:x!==D&&(x===D+1?E++:x>D?F>O-D?E+=x-D:E--:E=x<D&&x==D-1?x-D:0),D=h+E,"function"!=typeof g.type||x===D&&v.__k!==g.__k?"function"==typeof g.type||x===D&&!C?void 0!==g.__d?(u=g.__d,g.__d=void 0):u=_.nextSibling:u=N(e,_,u):u=S(g,u,e),"function"==typeof n.type&&(n.__d=u))):(v=A[h])&&null==v.key&&v.__e&&(v.__e==u&&(v.__=r,u=k(v)),z(v,v,!1),A[h]=null);for(n.__e=w,h=T;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 S(e,t,n){for(var r,a=e.__k,i=0;a&&i<a.length;i++)(r=a[i])&&(r.__=e,t="function"==typeof r.type?S(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 a=e.key,i=e.type,o=n-1,l=n+1,u=t[n];if(null===u||u&&a==u.key&&i===u.type)return n;if(r>(null!=u?1:0))for(;o>=0||l<t.length;){if(o>=0){if((u=t[o])&&a==u.key&&i===u.type)return o;o--}if(l<t.length){if((u=t[l])&&a==u.key&&i===u.type)return l;l++}}return-1}function T(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 F(e,t,n,r,a){var i;e:if("style"===t)if("string"==typeof n)e.style.cssText=n;else{if("string"==typeof r&&(e.style.cssText=r=""),r)for(t in r)n&&t in n||T(e.style,t,"");if(n)for(t in n)r&&n[t]===r[t]||T(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])i=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+i]=n,n?r?n.u=r.u:(n.u=Date.now(),e.addEventListener(t,i?L:O,i)):e.removeEventListener(t,i?L:O,i);else if("dangerouslySetInnerHTML"!==t){if(a)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(a.event?a.event(e):e)}function L(e){return this.l[e.type+!0](a.event?a.event(e):e)}function P(e,t,n,r,i,o,l,u,c,s){var f,d,h,v,g,y,_,k,D,x,C,S,A,N,M,T=t.type;if(void 0!==t.constructor)return null;null!=n.__h&&(c=n.__h,u=t.__e=n.__e,t.__h=null,o=[u]),(f=a.__b)&&f(t);e:if("function"==typeof T)try{if(k=t.props,D=(f=T.contextType)&&r[f.__c],x=f?D?D.props.value:f.__:r,n.__c?_=(d=t.__c=n.__c).__=d.__E:("prototype"in T&&T.prototype.render?t.__c=d=new T(k,x):(t.__c=d=new w(k,x),d.constructor=T,d.render=j),D&&D.sub(d),d.props=k,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!=T.getDerivedStateFromProps&&(d.__s==d.state&&(d.__s=p({},d.__s)),p(d.__s,T.getDerivedStateFromProps(k,d.__s))),v=d.props,g=d.state,d.__v=t,h)null==T.getDerivedStateFromProps&&null!=d.componentWillMount&&d.componentWillMount(),null!=d.componentDidMount&&d.__h.push(d.componentDidMount);else{if(null==T.getDerivedStateFromProps&&k!==v&&null!=d.componentWillReceiveProps&&d.componentWillReceiveProps(k,x),!d.__e&&(null!=d.shouldComponentUpdate&&!1===d.shouldComponentUpdate(k,d.__s,x)||t.__v===n.__v)){for(t.__v!==n.__v&&(d.props=k,d.state=d.__s,d.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.forEach((function(e){e&&(e.__=t)})),C=0;C<d._sb.length;C++)d.__h.push(d._sb[C]);d._sb=[],d.__h.length&&l.push(d);break e}null!=d.componentWillUpdate&&d.componentWillUpdate(k,d.__s,x),null!=d.componentDidUpdate&&d.__h.push((function(){d.componentDidUpdate(v,g,y)}))}if(d.context=x,d.props=k,d.__P=e,d.__e=!1,S=a.__r,A=0,"prototype"in T&&T.prototype.render){for(d.state=d.__s,d.__d=!1,S&&S(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,S&&S(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)),E(e,m(M=null!=f&&f.type===b&&null==f.key?f.props.children:f)?M:[M],t,n,r,i,o,l,u,c,s),d.base=t.__e,t.__h=null,d.__h.length&&l.push(d),_&&(d.__E=d.__=null)}catch(e){t.__v=null,(c||null!=o)&&(t.__e=u,t.__h=!!c,o[o.indexOf(u)]=null),a.__e(e,t,n)}else null==o&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=I(n.__e,t,n,r,i,o,l,c,s);(f=a.diffed)&&f(t)}function R(e,t,n){for(var r=0;r<n.length;r++)B(n[r],n[++r],n[++r]);a.__c&&a.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){a.__e(e,t.__v)}}))}function I(e,t,n,a,i,o,l,u,c){var s,d,h,p=n.props,g=t.props,y=t.type,_=0;if("svg"===y&&(i=!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=i?document.createElementNS("http://www.w3.org/2000/svg",y):document.createElement(y,g.is&&g),o=null,u=!1}if(null===y)p===g||u&&e.data===g||(e.data=g);else{if(o=o&&r.call(e.childNodes),d=(p=n.props||f).dangerouslySetInnerHTML,h=g.dangerouslySetInnerHTML,!u){if(null!=o)for(p={},_=0;_<e.attributes.length;_++)p[e.attributes[_].name]=e.attributes[_].value;(h||d)&&(h&&(d&&h.__html==d.__html||h.__html===e.innerHTML)||(e.innerHTML=h&&h.__html||""))}if(function(e,t,n,r,a){var i;for(i in n)"children"===i||"key"===i||i in t||F(e,i,null,n[i],r);for(i in t)a&&"function"!=typeof t[i]||"children"===i||"key"===i||"value"===i||"checked"===i||n[i]===t[i]||F(e,i,t[i],n[i],r)}(e,g,p,i,u),h)t.__k=[];else if(E(e,m(_=t.props.children)?_:[_],t,n,a,i&&"foreignObject"!==y,o,l,o?o[0]:n.__k&&k(n,0),u,c),null!=o)for(_=o.length;_--;)null!=o[_]&&v(o[_]);u||("value"in g&&void 0!==(_=g.value)&&(_!==e.value||"progress"===y&&!_||"option"===y&&_!==p.value)&&F(e,"value",_,p.value,!1),"checked"in g&&void 0!==(_=g.checked)&&_!==e.checked&&F(e,"checked",_,p.checked,!1))}return e}function B(e,t,n){try{"function"==typeof e?e(t):e.current=t}catch(e){a.__e(e,n)}}function z(e,t,n){var r,i;if(a.unmount&&a.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){a.__e(e,t)}r.base=r.__P=null,e.__c=void 0}if(r=e.__k)for(i=0;i<r.length;i++)r[i]&&z(r[i],t,n||"function"!=typeof e.type);n||null==e.__e||v(e.__e),e.__=e.__e=e.__d=void 0}function j(e,t,n){return this.constructor(e,n)}function H(e,t,n){var i,o,l,u;a.__&&a.__(e,t),o=(i="function"==typeof n)?null:n&&n.__k||t.__k,l=[],u=[],P(t,e=(!i&&n||t).__k=g(b,null,[e]),o||f,f,void 0!==t.ownerSVGElement,!i&&n?[n]:o?null:t.firstChild?r.call(t.childNodes):null,l,!i&&n?n:o?o.__e:t.firstChild,i,u),R(l,e,u)}function $(e,t){H(e,t,$)}function V(e,t,n){var a,i,o,l,u=p({},e.props);for(o in e.type&&e.type.defaultProps&&(l=e.type.defaultProps),t)"key"==o?a=t[o]:"ref"==o?i=t[o]:u[o]=void 0===t[o]&&void 0!==l?l[o]:t[o];return arguments.length>2&&(u.children=arguments.length>3?r.call(arguments,2):n),y(e.type,u,a||e.key,i||e.ref,null)}function U(e,t){var n={__c:t="__cC"+s++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var n,r;return this.getChildContext||(n=[],(r={})[t]=this,this.getChildContext=function(){return r},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&n.some((function(e){e.__e=!0,x(e)}))},this.sub=function(e){n.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n.splice(n.indexOf(e),1),t&&t.call(e)}}),e.children}};return n.Provider.__=n.Consumer.contextType=n}r=d.slice,a={__e:function(e,t,n,r){for(var a,i,o;t=t.__;)if((a=t.__c)&&!a.__)try{if((i=a.constructor)&&null!=i.getDerivedStateFromError&&(a.setState(i.getDerivedStateFromError(e)),o=a.__d),null!=a.componentDidCatch&&(a.componentDidCatch(e,r||{}),o=a.__d),o)return a.__E=a}catch(t){e=t}throw e}},i=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=[],u="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,c=function(e,t){return e.__v.__b-t.__v.__b},C.__r=0,s=0},609:function(e){"use strict";var t=String.prototype.replace,n=/%20/g,r="RFC1738",a="RFC3986";e.exports={default:a,formatters:{RFC1738:function(e){return t.call(e,n,"+")},RFC3986:function(e){return String(e)}},RFC1738:r,RFC3986:a}},776:function(e,t,n){"use strict";var r=n(816),a=n(668),i=n(609);e.exports={formats:i,parse:a,stringify:r}},668:function(e,t,n){"use strict";var r=n(837),a=Object.prototype.hasOwnProperty,i=Array.isArray,o={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:r.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},l=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},u=function(e,t){return e&&"string"===typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},c=function(e,t,n,r){if(e){var i=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/g,l=n.depth>0&&/(\[[^[\]]*])/.exec(i),c=l?i.slice(0,l.index):i,s=[];if(c){if(!n.plainObjects&&a.call(Object.prototype,c)&&!n.allowPrototypes)return;s.push(c)}for(var f=0;n.depth>0&&null!==(l=o.exec(i))&&f<n.depth;){if(f+=1,!n.plainObjects&&a.call(Object.prototype,l[1].slice(1,-1))&&!n.allowPrototypes)return;s.push(l[1])}return l&&s.push("["+i.slice(l.index)+"]"),function(e,t,n,r){for(var a=r?t:u(t,n),i=e.length-1;i>=0;--i){var o,l=e[i];if("[]"===l&&n.parseArrays)o=[].concat(a);else{o=n.plainObjects?Object.create(null):{};var c="["===l.charAt(0)&&"]"===l.charAt(l.length-1)?l.slice(1,-1):l,s=parseInt(c,10);n.parseArrays||""!==c?!isNaN(s)&&l!==c&&String(s)===c&&s>=0&&n.parseArrays&&s<=n.arrayLimit?(o=[])[s]=a:"__proto__"!==c&&(o[c]=a):o={0:a}}a=o}return a}(s,t,n,r)}};e.exports=function(e,t){var n=function(e){if(!e)return o;if(null!==e.decoder&&void 0!==e.decoder&&"function"!==typeof e.decoder)throw new TypeError("Decoder has to be a function.");if("undefined"!==typeof e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t="undefined"===typeof e.charset?o.charset:e.charset;return{allowDots:"undefined"===typeof e.allowDots?o.allowDots:!!e.allowDots,allowPrototypes:"boolean"===typeof e.allowPrototypes?e.allowPrototypes:o.allowPrototypes,allowSparse:"boolean"===typeof e.allowSparse?e.allowSparse:o.allowSparse,arrayLimit:"number"===typeof e.arrayLimit?e.arrayLimit:o.arrayLimit,charset:t,charsetSentinel:"boolean"===typeof e.charsetSentinel?e.charsetSentinel:o.charsetSentinel,comma:"boolean"===typeof e.comma?e.comma:o.comma,decoder:"function"===typeof e.decoder?e.decoder:o.decoder,delimiter:"string"===typeof e.delimiter||r.isRegExp(e.delimiter)?e.delimiter:o.delimiter,depth:"number"===typeof e.depth||!1===e.depth?+e.depth:o.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"===typeof e.interpretNumericEntities?e.interpretNumericEntities:o.interpretNumericEntities,parameterLimit:"number"===typeof e.parameterLimit?e.parameterLimit:o.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"===typeof e.plainObjects?e.plainObjects:o.plainObjects,strictNullHandling:"boolean"===typeof e.strictNullHandling?e.strictNullHandling:o.strictNullHandling}}(t);if(""===e||null===e||"undefined"===typeof e)return n.plainObjects?Object.create(null):{};for(var s="string"===typeof e?function(e,t){var n,c={__proto__:null},s=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,f=t.parameterLimit===1/0?void 0:t.parameterLimit,d=s.split(t.delimiter,f),h=-1,m=t.charset;if(t.charsetSentinel)for(n=0;n<d.length;++n)0===d[n].indexOf("utf8=")&&("utf8=%E2%9C%93"===d[n]?m="utf-8":"utf8=%26%2310003%3B"===d[n]&&(m="iso-8859-1"),h=n,n=d.length);for(n=0;n<d.length;++n)if(n!==h){var p,v,g=d[n],y=g.indexOf("]="),_=-1===y?g.indexOf("="):y+1;-1===_?(p=t.decoder(g,o.decoder,m,"key"),v=t.strictNullHandling?null:""):(p=t.decoder(g.slice(0,_),o.decoder,m,"key"),v=r.maybeMap(u(g.slice(_+1),t),(function(e){return t.decoder(e,o.decoder,m,"value")}))),v&&t.interpretNumericEntities&&"iso-8859-1"===m&&(v=l(v)),g.indexOf("[]=")>-1&&(v=i(v)?[v]:v),a.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),a=n(837),i=n(609),o=Object.prototype.hasOwnProperty,l={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},u=Array.isArray,c=Array.prototype.push,s=function(e,t){c.apply(e,u(t)?t:[t])},f=Date.prototype.toISOString,d=i.default,h={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:a.encode,encodeValuesOnly:!1,format:d,formatter:i.formatters[d],indices:!1,serializeDate:function(e){return f.call(e)},skipNulls:!1,strictNullHandling:!1},m={},p=function e(t,n,i,o,l,c,f,d,p,v,g,y,_,b,w,k){for(var D,x=t,C=k,E=0,S=!1;void 0!==(C=C.get(m))&&!S;){var A=C.get(t);if(E+=1,"undefined"!==typeof A){if(A===E)throw new RangeError("Cyclic object value");S=!0}"undefined"===typeof C.get(m)&&(E=0)}if("function"===typeof d?x=d(n,x):x instanceof Date?x=g(x):"comma"===i&&u(x)&&(x=a.maybeMap(x,(function(e){return e instanceof Date?g(e):e}))),null===x){if(l)return f&&!b?f(n,h.encoder,w,"key",y):n;x=""}if("string"===typeof(D=x)||"number"===typeof D||"boolean"===typeof D||"symbol"===typeof D||"bigint"===typeof D||a.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"===i&&u(x))b&&f&&(x=a.maybeMap(x,f)),N=[{value:x.length>0?x.join(",")||null:void 0}];else if(u(d))N=d;else{var T=Object.keys(x);N=p?T.sort(p):T}for(var F=o&&u(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 R=u(x)?"function"===typeof i?i(F,L):F:F+(v?"."+L:"["+L+"]");k.set(t,E);var I=r();I.set(m,k),s(M,e(P,R,i,o,l,c,"comma"===i&&b&&u(x)?null:f,d,p,v,g,y,_,b,w,I))}}return M};e.exports=function(e,t){var n,a=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=i.default;if("undefined"!==typeof e.format){if(!o.call(i.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var r=i.formatters[n],a=h.filter;return("function"===typeof e.filter||u(e.filter))&&(a=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:a,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?a=(0,c.filter)("",a):u(c.filter)&&(n=c.filter);var f,d=[];if("object"!==typeof a||null===a)return"";f=t&&t.arrayFormat in l?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var m=l[f];if(t&&"commaRoundTrip"in t&&"boolean"!==typeof t.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var v="comma"===m&&t&&t.commaRoundTrip;n||(n=Object.keys(a)),c.sort&&n.sort(c.sort);for(var g=r(),y=0;y<n.length;++y){var _=n[y];c.skipNulls&&null===a[_]||s(d,p(a[_],_,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),a=Object.prototype.hasOwnProperty,i=Array.isArray,o=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),l=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},r=0;r<e.length;++r)"undefined"!==typeof e[r]&&(n[r]=e[r]);return n};e.exports={arrayToObject:l,assign:function(e,t){return Object.keys(t).reduce((function(e,n){return e[n]=t[n],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],r=0;r<t.length;++r)for(var a=t[r],o=a.obj[a.prop],l=Object.keys(o),u=0;u<l.length;++u){var c=l[u],s=o[c];"object"===typeof s&&null!==s&&-1===n.indexOf(s)&&(t.push({obj:o,prop:c}),n.push(s))}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(i(n)){for(var r=[],a=0;a<n.length;++a)"undefined"!==typeof n[a]&&r.push(n[a]);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(a){return r}},encode:function(e,t,n,a,i){if(0===e.length)return e;var l=e;if("symbol"===typeof e?l=Symbol.prototype.toString.call(e):"string"!==typeof e&&(l=String(e)),"iso-8859-1"===n)return escape(l).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var u="",c=0;c<l.length;++c){var s=l.charCodeAt(c);45===s||46===s||95===s||126===s||s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122||i===r.RFC1738&&(40===s||41===s)?u+=l.charAt(c):s<128?u+=o[s]:s<2048?u+=o[192|s>>6]+o[128|63&s]:s<55296||s>=57344?u+=o[224|s>>12]+o[128|s>>6&63]+o[128|63&s]:(c+=1,s=65536+((1023&s)<<10|1023&l.charCodeAt(c)),u+=o[240|s>>18]+o[128|s>>12&63]+o[128|s>>6&63]+o[128|63&s])}return u},isBuffer:function(e){return!(!e||"object"!==typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(i(e)){for(var n=[],r=0;r<e.length;r+=1)n.push(t(e[r]));return n}return t(e)},merge:function e(t,n,r){if(!n)return t;if("object"!==typeof n){if(i(t))t.push(n);else{if(!t||"object"!==typeof t)return[t,n];(r&&(r.plainObjects||r.allowPrototypes)||!a.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!==typeof t)return[t].concat(n);var o=t;return i(t)&&!i(n)&&(o=l(t,r)),i(t)&&i(n)?(n.forEach((function(n,i){if(a.call(t,i)){var o=t[i];o&&"object"===typeof o&&n&&"object"===typeof n?t[i]=e(o,n,r):t.push(n)}else t[i]=n})),t):Object.keys(n).reduce((function(t,i){var o=n[i];return a.call(t,i)?t[i]=e(t[i],o,r):t[i]=o,t}),o)}}},111:function(e,t,n){e.exports=n(282)},282:function(e,t,n){"use strict";var r,a=(r=n(206))&&"object"==typeof r&&"default"in r?r.default:r,i=n(206);function o(){return(o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function l(e,t){e.prototype=Object.create(t.prototype),function(e,t){for(var n=Object.getOwnPropertyNames(t),r=0;r<n.length;r++){var a=n[r],i=Object.getOwnPropertyDescriptor(t,a);i&&i.configurable&&void 0===e[a]&&Object.defineProperty(e,a,i)}}(e.prototype.constructor=e,t)}function u(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var c=function(e,t,n,r,a,i,o,l){if(!e){var u;if(void 0===t)u=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[n,r,a,i,o,l],s=0;(u=new Error(t.replace(/%s/g,(function(){return c[s++]})))).name="Invariant Violation"}throw u.framesToPop=1,u}};function s(e,t,n){if("selectionStart"in e&&"selectionEnd"in e)e.selectionStart=t,e.selectionEnd=n;else{var r=e.createTextRange();r.collapse(!0),r.moveStart("character",t),r.moveEnd("character",n-t),r.select()}}var f={9:"[0-9]",a:"[A-Za-z]","*":"[A-Za-z0-9]"};function d(e,t,n){var r="",a="",i=null,o=[];if(void 0===t&&(t="_"),null==n&&(n=f),!e||"string"!=typeof e)return{maskChar:t,formatChars:n,mask:null,prefix:null,lastEditablePosition:null,permanents:[]};var l=!1;return e.split("").forEach((function(e){l=!l&&"\\"===e||(l||!n[e]?(o.push(r.length),r.length===o.length-1&&(a+=e)):i=r.length+1,r+=e,!1)})),{maskChar:t,formatChars:n,prefix:a,mask:r,lastEditablePosition:i,permanents:o}}function h(e,t){return-1!==e.permanents.indexOf(t)}function m(e,t,n){var r=e.mask,a=e.formatChars;if(!n)return!1;if(h(e,t))return r[t]===n;var i=a[r[t]];return new RegExp(i).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 a=r.length,i=t.length;i>=r.length;i--){var o=t[i];if(!h(e,i)&&m(e,i,o)){a=i+1;break}}return a}function g(e,t){return v(e,t)===e.mask.length}function y(e,t){var n=e.maskChar,r=e.mask,a=e.prefix;if(!n){for((t=_(e,"",t,0)).length<a.length&&(t=a);t.length<r.length&&h(e,t.length);)t+=r[t.length];return t}if(t)return _(e,y(e,""),t,0);for(var i=0;i<r.length;i++)h(e,i)?t+=r[i]:t+=n;return t}function _(e,t,n,r){var a=e.mask,i=e.maskChar,o=e.prefix,l=n.split(""),u=g(e,t);return!i&&r>t.length&&(t+=a.slice(t.length,r)),l.every((function(n){for(;s=n,h(e,c=r)&&s!==a[c];){if(r>=t.length&&(t+=a[r]),l=n,i&&h(e,r)&&l===i)return!0;if(++r>=a.length)return!1}var l,c,s;return!m(e,r,n)&&n!==i||(r<t.length?t=i||u||r<o.length?t.slice(0,r)+n+t.slice(r+1):(t=t.slice(0,r)+n+t.slice(r),y(e,t)):i||(t+=n),++r<a.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 k(e,t,n,r,a){var i=e.mask,o=e.prefix,l=e.lastEditablePosition,u=t,c="",s=0,f=0,d=Math.min(a.start,n.start);return n.end>a.start?f=(s=function(e,t,n,r){var a=e.mask,i=e.maskChar,o=n.split(""),l=r;return o.every((function(t){for(;o=t,h(e,n=r)&&o!==a[n];)if(++r>=a.length)return!1;var n,o;return(m(e,r,t)||t===i)&&r++,r<a.length})),r-l}(e,0,c=u.slice(a.start,n.end),d))?a.length:0:u.length<r.length&&(f=r.length-u.length),u=r,f&&(1!==f||a.length||(d=a.start===n.start?b(e,n.start):function(e,t){for(var n=t;0<=n;--n)if(!h(e,n))return n;return null}(e,n.start)),u=function(e,t,n,r){var a=n+r,i=e.maskChar,o=e.mask,l=e.prefix,u=t.split("");if(i)return u.map((function(t,r){return r<n||a<=r?t:h(e,r)?o[r]:i})).join("");for(var c=a;c<u.length;c++)h(e,c)&&(u[c]="");return n=Math.max(l.length,n),u.splice(n,a-n),t=u.join(""),y(e,t)}(e,u,d,f)),u=_(e,u,c,d),(d+=s)>=i.length?d=i.length:d<o.length&&!s?d=o.length:d>=o.length&&d<l&&s&&(d=b(e,d)),c||(c=null),{value:u=y(e,u),enteredString:c,selection:{start:d,end:d}}}function D(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 E(e){(x()||clearTimeout)(e)}var S=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&&(E(n.saveSelectionLoopDeferId),n.saveSelectionLoopDeferId=null,n.previousSelection=null)},n.getInputDOMNode=function(){if(!n.mounted)return null;var e=i.findDOMNode(u(u(n))),t="undefined"!=typeof window&&e instanceof window.Element;if(e&&!t)return null;if("INPUT"!==e.nodeName&&(e=e.querySelector("input")),!e)throw new Error("react-input-mask: inputComponent doesn't contain input node");return e},n.getInputValue=function(){var e=n.getInputDOMNode();return e?e.value:null},n.setInputValue=function(e){var t=n.getInputDOMNode();t&&(n.value=e,t.value=e)},n.setCursorToEnd=function(){var e=v(n.maskOptions,n.value),t=b(n.maskOptions,e);null!==t&&n.setCursorPosition(t)},n.setSelection=function(e,t,r){void 0===r&&(r={});var a=n.getInputDOMNode(),i=n.isFocused();a&&i&&(r.deferred||s(a,e,t),null!==n.selectionDeferId&&E(n.selectionDeferId),n.selectionDeferId=C((function(){n.selectionDeferId=null,s(a,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,a=e.permanents,i=e.formatChars;return{mask:t,maskChar:r,permanents:a,alwaysShowMask:!!n.props.alwaysShowMask,formatChars:i}},n.isInputAutofilled=function(e,t,r,a){var i=n.getInputDOMNode();try{if(i.matches(":-webkit-autofill"))return!0}catch(c){}return!n.focused||a.end<r.length&&t.end===e.length},n.onChange=function(e){var t=u(u(n)).beforePasteState,r=u(u(n)).previousSelection,a=n.props.beforeMaskedValueChange,i=n.getInputValue(),o=n.value,l=n.getSelection();n.isInputAutofilled(i,l,o,r)&&(o=y(n.maskOptions,""),r={start:0,end:0,length:0}),t&&(r=t.selection,o=t.value,l={start:r.start+i.length,end:r.start+i.length,length:0},i=o.slice(0,r.start)+i+o.slice(r.end),n.beforePasteState=null);var c=k(n.maskOptions,i,l,o,r),s=c.enteredString,f=c.selection,d=c.value;if(D(a)){var h=a({value:d,selection:f},{value:o,selection:r},s,n.getBeforeMaskedValueChangeConfig());d=h.value,f=h.selection}n.setInputValue(d),D(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,a=r.mask,i=r.prefix;if(n.focused=!0,n.mounted=!0,a){if(n.value)v(n.maskOptions,n.value)<n.maskOptions.mask.length&&n.setCursorToEnd();else{var o=y(n.maskOptions,i),l=y(n.maskOptions,o),u=v(n.maskOptions,l),c=b(n.maskOptions,u),s={start:c,end:c};if(D(t)){var f=t({value:l,selection:s},{value:n.value,selection:null},null,n.getBeforeMaskedValueChangeConfig());l=f.value,s=f.selection}var d=l!==n.getInputValue();d&&n.setInputValue(l),d&&D(n.props.onChange)&&n.props.onChange(e),n.setSelection(s.start,s.end)}n.runSaveSelectionLoop()}D(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 a="";D(t)&&(a=t({value:a,selection:null},{value:n.value,selection:n.previousSelection},null,n.getBeforeMaskedValueChangeConfig()).value);var i=a!==n.getInputValue();i&&n.setInputValue(a),i&&D(n.props.onChange)&&n.props.onChange(e)}D(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),a=Math.abs(t.clientY-n.mouseDownY),i=Math.max(r,a),o=(new Date).getTime()-n.mouseDownTime;(i<=10&&o<=200||i<=5&&o<=300)&&n.setCursorToEnd()}}))}D(n.props.onMouseDown)&&n.props.onMouseDown(e)},n.onPaste=function(e){D(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&&D(n.props.inputRef)&&n.props.inputRef(e)};var r=t.mask,a=t.maskChar,o=t.formatChars,l=t.alwaysShowMask,c=t.beforeMaskedValueChange,f=t.defaultValue,h=t.value;n.maskOptions=d(r,a,o),null==f&&(f=""),null==h&&(h=f);var m=w(h);if(n.maskOptions.mask&&(l||m)&&(m=y(n.maskOptions,m),D(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}l(t,e);var n=t.prototype;return n.componentDidMount=function(){this.mounted=!0,this.getInputDOMNode()&&(this.isWindowsPhoneBrowser=function(){var e=new RegExp("windows","i"),t=new RegExp("phone","i"),n=navigator.userAgent;return e.test(n)&&t.test(n)}(),this.maskOptions.mask&&this.getInputValue()!==this.value&&this.setInputValue(this.value))},n.componentDidUpdate=function(){var e=this.previousSelection,t=this.props,n=t.beforeMaskedValueChange,r=t.alwaysShowMask,a=t.mask,i=t.maskChar,o=t.formatChars,l=this.maskOptions,u=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(a,i,o),this.maskOptions.mask){!l.mask&&this.isFocused()&&this.runSaveSelectionLoop();var h=this.maskOptions.mask&&this.maskOptions.mask!==l.mask;if(l.mask||c||(s=this.getInputValue()),(h||this.maskOptions.mask&&(s||u))&&(s=y(this.maskOptions,s)),h){var m=v(this.maskOptions,s);(null===f||m<f)&&(f=g(this.maskOptions,s)?m:b(this.maskOptions,m))}!this.maskOptions.mask||!p(this.maskOptions,s)||u||c&&this.props.value||(s="");var _={start:f,end:f};if(D(n)){var k=n({value:s,selection:_},{value:this.value,selection:this.previousSelection},null,this.getBeforeMaskedValueChangeConfig());s=k.value,_=k.selection}this.value=s;var x=this.getInputValue()!==this.value;x?(this.setInputValue(this.value),this.forceUpdate()):h&&this.forceUpdate();var C=!1;null!=_.start&&null!=_.end&&(C=!e||e.start!==_.start||e.end!==_.end),(C||x)&&this.setSelection(_.start,_.end)}else l.mask&&(this.stopSaveSelectionLoop(),this.forceUpdate())},n.componentWillUnmount=function(){this.mounted=!1,null!==this.selectionDeferId&&E(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,a={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],0<=t.indexOf(n)||(a[n]=e[n]);return a}(t,["mask","alwaysShowMask","maskChar","formatChars","inputRef","beforeMaskedValueChange","children"]);if(n){D(n)||c(!1);var i=["onChange","onPaste","onMouseDown","onFocus","onBlur","value","disabled","readOnly"],l=o({},r);i.forEach((function(e){return delete l[e]})),e=n(l),i.filter((function(t){return null!=e.props[t]&&e.props[t]!==r[t]})).length&&c(!1)}else e=a.createElement("input",o({ref:this.handleRef},r));var u={onFocus:this.onFocus,onBlur:this.onBlur};return this.maskOptions.mask&&(r.disabled||r.readOnly||(u.onChange=this.onChange,u.onPaste=this.onPaste,u.onMouseDown=this.onMouseDown),null!=r.value&&(u.value=this.value)),e=a.cloneElement(e,u)},t}(a.Component);e.exports=S},267:function(e,t,n){"use strict";var r=n(476),a=n(150),i=n(926)(),o=n(103),l=r("%TypeError%"),u=r("%Math.floor%");e.exports=function(e,t){if("function"!==typeof e)throw new l("`fn` is not a function");if("number"!==typeof t||t<0||t>4294967295||u(t)!==t)throw new l("`length` must be a positive 32-bit integer");var n=arguments.length>2&&!!arguments[2],r=!0,c=!0;if("length"in e&&o){var s=o(e,"length");s&&!s.configurable&&(r=!1),s&&!s.writable&&(c=!1)}return(r||c||!n)&&(i?a(e,"length",t,!0,!0):a(e,"length",t)),e}},170:function(e,t,n){"use strict";var r=n(476),a=n(680),i=n(154),o=r("%TypeError%"),l=r("%WeakMap%",!0),u=r("%Map%",!0),c=a("WeakMap.prototype.get",!0),s=a("WeakMap.prototype.set",!0),f=a("WeakMap.prototype.has",!0),d=a("Map.prototype.get",!0),h=a("Map.prototype.set",!0),m=a("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 "+i(e))},get:function(r){if(l&&r&&("object"===typeof r||"function"===typeof r)){if(e)return c(e,r)}else if(u){if(t)return d(t,r)}else if(n)return function(e,t){var n=p(e,t);return n&&n.value}(n,r)},has:function(r){if(l&&r&&("object"===typeof r||"function"===typeof r)){if(e)return f(e,r)}else if(u){if(t)return m(t,r)}else if(n)return function(e,t){return!!p(e,t)}(n,r);return!1},set:function(r,a){l&&r&&("object"===typeof r||"function"===typeof r)?(e||(e=new l),s(e,r,a)):u?(t||(t=new u),h(t,r,a)):(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,a))}};return r}},654:function(){}},t={};function n(r){var a=t[r];if(void 0!==a)return a.exports;var i=t[r]={exports:{}};return e[r].call(i.exports,i,i.exports,n),i.exports}n.m=e,n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.f={},n.e=function(e){return Promise.all(Object.keys(n.f).reduce((function(t,r){return n.f[r](e,t),t}),[]))},n.u=function(e){return"static/js/"+e+".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,a,i,o){if(e[r])e[r].push(a);else{var l,u;if(void 0!==i)for(var c=document.getElementsByTagName("script"),s=0;s<c.length;s++){var f=c[s];if(f.getAttribute("src")==r||f.getAttribute("data-webpack")==t+i){l=f;break}}l||(u=!0,(l=document.createElement("script")).charset="utf-8",l.timeout=120,n.nc&&l.setAttribute("nonce",n.nc),l.setAttribute("data-webpack",t+i),l.src=r),e[r]=[a];var d=function(t,n){l.onerror=l.onload=null,clearTimeout(h);var a=e[r];if(delete e[r],l.parentNode&&l.parentNode.removeChild(l),a&&a.forEach((function(e){return e(n)})),t)return t(n)},h=setTimeout(d.bind(null,void 0,{type:"timeout",target:l}),12e4);l.onerror=d.bind(null,l.onerror),l.onload=d.bind(null,l.onload),u&&document.head.appendChild(l)}}}(),n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.p="./",function(){var e={179:0};n.f.j=function(t,r){var a=n.o(e,t)?e[t]:void 0;if(0!==a)if(a)r.push(a[2]);else{var i=new Promise((function(n,r){a=e[t]=[n,r]}));r.push(a[2]=i);var o=n.p+n.u(t),l=new Error;n.l(o,(function(r){if(n.o(e,t)&&(0!==(a=e[t])&&(e[t]=void 0),a)){var i=r&&("load"===r.type?"missing":r.type),o=r&&r.target&&r.target.src;l.message="Loading chunk "+t+" failed.\n("+i+": "+o+")",l.name="ChunkLoadError",l.type=i,l.request=o,a[1](l)}}),"chunk-"+t,t)}};var t=function(t,r){var a,i,o=r[0],l=r[1],u=r[2],c=0;if(o.some((function(t){return 0!==e[t]}))){for(a in l)n.o(l,a)&&(n.m[a]=l[a]);if(u)u(n)}for(t&&t(r);c<o.length;c++)i=o[c],n.o(e,i)&&e[i]&&e[i][0](),e[i]=0},r=self.webpackChunkvmui=self.webpackChunkvmui||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))}(),function(){"use strict";var e={};n.r(e),n.d(e,{AlarmIcon:function(){return _r},ArrowDownIcon:function(){return pr},ArrowDropDownIcon:function(){return vr},CalendarIcon:function(){return yr},ChartIcon:function(){return Dr},ClockIcon:function(){return gr},CloseIcon:function(){return ur},CodeIcon:function(){return Cr},CopyIcon:function(){return Or},DeleteIcon:function(){return Er},DoneIcon:function(){return Nr},DownloadIcon:function(){return Gr},DragIcon:function(){return Lr},ErrorIcon:function(){return dr},FunctionIcon:function(){return Wr},InfoIcon:function(){return sr},IssueIcon:function(){return Ir},KeyboardIcon:function(){return br},LabelIcon:function(){return Qr},ListIcon:function(){return Vr},LogoAnomalyIcon:function(){return ir},LogoIcon:function(){return rr},LogoLogsIcon:function(){return ar},LogoShortIcon:function(){return or},MetricIcon:function(){return qr},MinusIcon:function(){return Ar},MoreIcon:function(){return jr},PlayCircleOutlineIcon:function(){return kr},PlayIcon:function(){return wr},PlusIcon:function(){return Sr},Prettify:function(){return Fr},QuestionIcon:function(){return Br},RefreshIcon:function(){return mr},RestartIcon:function(){return cr},SettingsIcon:function(){return lr},StarBorderIcon:function(){return Ur},StarIcon:function(){return Yr},StorageIcon:function(){return zr},SuccessIcon:function(){return hr},TableIcon:function(){return xr},TimelineIcon:function(){return Pr},TipIcon:function(){return $r},TuneIcon:function(){return Hr},ValueIcon:function(){return Zr},VisibilityIcon:function(){return Mr},VisibilityOffIcon:function(){return Tr},WarningIcon:function(){return fr},WikiIcon:function(){return Rr}});var t,r=n(206),a=n(658),i=n.n(a),o=n(443),l=n.n(o),u=n(446),c=n.n(u),s=n(635),f=n.n(s);function d(e){if(Array.isArray(e))return e}function h(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function m(e,t){if(e){if("string"===typeof e)return h(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?h(e,t):void 0}}function p(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function v(e,t){return d(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,i,o,l=[],u=!0,c=!1;try{if(i=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=i.call(n)).done)&&(l.push(r.value),l.length!==t);u=!0);}catch(e){c=!0,a=e}finally{try{if(!u&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw a}}return l}}(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 k(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,w(r.key),r)}}function D(e,t,n){return t&&k(e.prototype,t),n&&k(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 E(e){return E=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},E(e)}function S(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function 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=S();return function(){var n,r=E(e);if(t){var a=E(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return A(this,n)}}function M(e,t,n){return M=S()?Reflect.construct.bind():function(e,t,n){var r=[null];r.push.apply(r,t);var a=new(Function.bind.apply(e,r));return n&&x(a,n.prototype),a},M.apply(null,arguments)}function T(e){var t="function"===typeof Map?new Map:void 0;return T=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,E(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),x(n,e)},T(e)}function F(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,a=function(){};return{s:a,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,o=!0,l=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return o=e.done,e},e:function(e){l=!0,i=e},f:function(){try{o||null==n.return||n.return()}finally{if(l)throw i}}}}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)}i().extend(l()),i().extend(c()),i().extend(f()),function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"}(t||(t={}));var L,P="popstate";function R(e,t){if(!1===e||null===e||"undefined"===typeof e)throw new Error(t)}function I(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,a=void 0===r?"":r,i=e.hash,o=void 0===i?"":i;return a&&"?"!==a&&(n+="?"===a.charAt(0)?a:"?"+a),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,a){void 0===a&&(a={});var i=a,o=i.window,l=void 0===o?document.defaultView:o,u=i.v5Compat,c=void 0!==u&&u,s=l.history,f=t.Pop,d=null,h=m();function m(){return(s.state||{idx:null}).idx}function p(){f=t.Pop;var e=m(),n=null==e?null:e-h;h=e,d&&d({action:f,location:g.location,delta:n})}function v(e){var t="null"!==l.location.origin?l.location.origin:l.location.href,n="string"===typeof e?e:j(e);return R(t,"No window.location.(origin|href) available to create URL for href: "+n),new URL(n,t)}null==h&&(h=0,s.replaceState(O({},s.state,{idx:h}),""));var g={get action(){return f},get location(){return e(l,s)},listen:function(e){if(d)throw new Error("A history only accepts one active listener");return l.addEventListener(P,p),d=e,function(){l.removeEventListener(P,p),d=null}},createHref:function(e){return n(l,e)},createURL:v,encodeLocation:function(e){var t=v(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:function(e,n){f=t.Push;var a=z(g.location,e,n);r&&r(a,e);var i=B(a,h=m()+1),o=g.createHref(a);try{s.pushState(i,"",o)}catch(u){if(u instanceof DOMException&&"DataCloneError"===u.name)throw u;l.location.assign(o)}c&&d&&d({action:f,location:g.location,delta:1})},replace:function(e,n){f=t.Replace;var a=z(g.location,e,n);r&&r(a,e);var i=B(a,h=m()),o=g.createHref(a);s.replaceState(i,"",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 a=U(e);!function(e){e.sort((function(e,t){return e.score!==t.score?t.score-e.score:function(e,t){var n=e.length===t.length&&e.slice(0,-1).every((function(e,n){return e===t[n]}));return n?e[e.length-1]-t[t.length-1]:0}(e.routesMeta.map((function(e){return e.childrenIndex})),t.routesMeta.map((function(e){return e.childrenIndex})))}))}(a);for(var i=null,o=0;null==i&&o<a.length;++o)i=ee(a[o],ne(r));return i}function U(e,t,n,r){void 0===t&&(t=[]),void 0===n&&(n=[]),void 0===r&&(r="");var a=function(e,a,i){var o={relativePath:void 0===i?e.path||"":i,caseSensitive:!0===e.caseSensitive,childrenIndex:a,route:e};o.relativePath.startsWith("/")&&(R(o.relativePath.startsWith(r),'Absolute route path "'+o.relativePath+'" nested under path "'+r+'" is not valid. An absolute child route path must start with the combined path of all its parent routes.'),o.relativePath=o.relativePath.slice(r.length));var l=le([r,o.relativePath]),u=n.concat(o);e.children&&e.children.length>0&&(R(!0!==e.index,'Index routes must not have child routes. Please remove all child routes from route path "'+l+'".'),U(e.children,t,u,l)),(null!=e.path||e.index)&&t.push({path:l,score:X(l,e.index),routesMeta:u})};return e.forEach((function(e,t){var n;if(""!==e.path&&null!=(n=e.path)&&n.includes("?")){var r,i=F(Y(e.path));try{for(i.s();!(r=i.n()).done;){var o=r.value;a(e,t,o)}}catch(l){i.e(l)}finally{i.f()}}else a(e,t)})),t}function Y(e){var t=e.split("/");if(0===t.length)return[];var n,r=d(n=t)||g(n)||m(n)||p(),a=r[0],i=r.slice(1),o=a.endsWith("?"),l=a.replace(/\?$/,"");if(0===i.length)return o?[l,""]:[l];var u=Y(i.join("/")),c=[];return c.push.apply(c,y(u.map((function(e){return""===e?l:[l,e].join("/")})))),o&&c.push.apply(c,y(u)),c.map((function(t){return e.startsWith("/")&&""===t?"/":t}))}var q=/^:\w+$/,W=3,Q=2,Z=1,G=10,J=-2,K=function(e){return"*"===e};function X(e,t){var n=e.split("/"),r=n.length;return n.some(K)&&(r+=J),t&&(r+=Q),n.filter((function(e){return!K(e)})).reduce((function(e,t){return e+(q.test(t)?W:""===t?Z:G)}),r)}function ee(e,t){for(var n=e.routesMeta,r={},a="/",i=[],o=0;o<n.length;++o){var l=n[o],u=o===n.length-1,c="/"===a?t:t.slice(a.length)||"/",s=te({path:l.relativePath,caseSensitive:l.caseSensitive,end:u},c);if(!s)return null;Object.assign(r,s.params);var f=l.route;i.push({params:r,pathname:le([a,s.pathname]),pathnameBase:ue(le([a,s.pathnameBase])),route:f}),"/"!==s.pathnameBase&&(a=le([a,s.pathnameBase]))}return i}function te(e,t){"string"===typeof e&&(e={path:e,caseSensitive:!1,end:!0});var n=function(e,t,n){void 0===t&&(t=!1);void 0===n&&(n=!0);I("*"===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=[],a="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/\/:(\w+)/g,(function(e,t){return r.push(t),"/([^\\/]+)"}));e.endsWith("*")?(r.push("*"),a+="*"===e||"/*"===e?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?a+="\\/*$":""!==e&&"/"!==e&&(a+="(?:(?=\\/|$))");var i=new RegExp(a,t?void 0:"i");return[i,r]}(e.path,e.caseSensitive,e.end),r=v(n,2),a=r[0],i=r[1],o=t.match(a);if(!o)return null;var l=o[0],u=l.replace(/(.)\/+$/,"$1"),c=o.slice(1);return{params:i.reduce((function(e,t,n){if("*"===t){var r=c[n]||"";u=l.slice(0,l.length-r.length).replace(/(.)\/+$/,"$1")}return e[t]=function(e,t){try{return decodeURIComponent(e)}catch(n){return I(!1,'The value for the URL param "'+t+'" will not be decoded because the string "'+e+'" is a malformed URL segment. This is probably due to a bad percent encoding ('+n+")."),e}}(c[n]||"",t),e}),{}),pathname:l,pathnameBase:u,pattern:e}}function ne(e){try{return decodeURI(e)}catch(t){return I(!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 ae(e,t,n,r){return"Cannot include a '"+e+"' character in a manually specified `to."+t+"` field ["+JSON.stringify(r)+"]. Please separate it out to the `to."+n+'` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.'}function ie(e){return e.filter((function(e,t){return 0===t||e.route.path&&e.route.path.length>0}))}function oe(e,t,n,r){var a;void 0===r&&(r=!1),"string"===typeof e?a=H(e):(R(!(a=O({},e)).pathname||!a.pathname.includes("?"),ae("?","pathname","search",a)),R(!a.pathname||!a.pathname.includes("#"),ae("#","pathname","hash",a)),R(!a.search||!a.search.includes("#"),ae("#","search","hash",a)));var i,o=""===e||""===a.pathname,l=o?"/":a.pathname;if(r||null==l)i=n;else{var u=t.length-1;if(l.startsWith("..")){for(var c=l.split("/");".."===c[0];)c.shift(),u-=1;a.pathname=c.join("/")}i=u>=0?t[u]:"/"}var s=function(e,t){void 0===t&&(t="/");var n="string"===typeof e?H(e):e,r=n.pathname,a=n.search,i=void 0===a?"":a,o=n.hash,l=void 0===o?"":o,u=r?r.startsWith("/")?r:function(e,t){var n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach((function(e){".."===e?n.length>1&&n.pop():"."!==e&&n.push(e)})),n.length>1?n.join("/"):"/"}(r,t):t;return{pathname:u,search:ce(i),hash:se(l)}}(a,i),f=l&&"/"!==l&&l.endsWith("/"),d=(o||"."===l)&&n.endsWith("/");return s.pathname.endsWith("/")||!f&&!d||(s.pathname+="/"),s}var le=function(e){return e.join("/").replace(/\/\/+/g,"/")},ue=function(e){return e.replace(/\/+$/,"").replace(/^\/*/,"/")},ce=function(e){return e&&"?"!==e?e.startsWith("?")?e:"?"+e:""},se=function(e){return e&&"#"!==e?e.startsWith("#")?e:"#"+e:""},fe=function(e){C(n,e);var t=N(n);function n(){return _(this,n),t.apply(this,arguments)}return D(n)}(T(Error));function de(e){return null!=e&&"number"===typeof e.status&&"string"===typeof e.statusText&&"boolean"===typeof e.internal&&"data"in e}var he=["post","put","patch","delete"],me=(new Set(he),["get"].concat(he));new Set(me),new Set([301,302,303,307,308]),new Set([307,308]);Symbol("deferred");function pe(){return pe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},pe.apply(this,arguments)}var ve=r.createContext(null);var ge=r.createContext(null);var ye=r.createContext(null);var _e=r.createContext(null);var be=r.createContext(null);var we=r.createContext({outlet:null,matches:[],isDataRoute:!1});var ke=r.createContext(null);function De(){return null!=r.useContext(be)}function xe(){return De()||R(!1),r.useContext(be).location}function Ce(e){r.useContext(_e).static||r.useLayoutEffect(e)}function Ee(){return r.useContext(we).isDataRoute?function(){var e=Ie(Pe.UseNavigateStable).router,t=ze(Re.UseNavigateStable),n=r.useRef(!1);Ce((function(){n.current=!0}));var a=r.useCallback((function(r,a){void 0===a&&(a={}),n.current&&("number"===typeof r?e.navigate(r):e.navigate(r,pe({fromRouteId:t},a)))}),[e,t]);return a}():function(){De()||R(!1);var e=r.useContext(ve),t=r.useContext(_e),n=t.basename,a=t.navigator,i=r.useContext(we).matches,o=xe().pathname,l=JSON.stringify(ie(i).map((function(e){return e.pathnameBase}))),u=r.useRef(!1);Ce((function(){u.current=!0}));var c=r.useCallback((function(t,r){if(void 0===r&&(r={}),u.current)if("number"!==typeof t){var i=oe(t,JSON.parse(l),o,"path"===r.relative);null==e&&"/"!==n&&(i.pathname="/"===i.pathname?n:le([n,i.pathname])),(r.replace?a.replace:a.push)(i,r.state,r)}else a.go(t)}),[n,a,l,o,e]);return c}()}var Se=r.createContext(null);function Ae(e,t){var n=(void 0===t?{}:t).relative,a=r.useContext(we).matches,i=xe().pathname,o=JSON.stringify(ie(a).map((function(e){return e.pathnameBase})));return r.useMemo((function(){return oe(e,JSON.parse(o),i,"path"===n)}),[e,o,i,n])}function Ne(e,n,a){De()||R(!1);var i,o=r.useContext(_e).navigator,l=r.useContext(we).matches,u=l[l.length-1],c=u?u.params:{},s=(u&&u.pathname,u?u.pathnameBase:"/"),f=(u&&u.route,xe());if(n){var d,h="string"===typeof n?H(n):n;"/"===s||(null==(d=h.pathname)?void 0:d.startsWith(s))||R(!1),i=h}else i=f;var m=i.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:le([s,o.encodeLocation?o.encodeLocation(e.pathname).pathname:e.pathname]),pathnameBase:"/"===e.pathnameBase?s:le([s,o.encodeLocation?o.encodeLocation(e.pathnameBase).pathname:e.pathnameBase])})})),l,a);return n&&v?r.createElement(be.Provider,{value:{location:pe({pathname:"/",search:"",hash:"",state:null,key:"default"},i),navigationType:t.Pop}},v):v}function Me(){var e=function(){var e,t=r.useContext(ke),n=Be(Re.UseRouteError),a=ze(Re.UseRouteError);if(t)return t;return null==(e=n.errors)?void 0:e[a]}(),t=de(e)?e.status+" "+e.statusText:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,a="rgba(200,200,200, 0.5)",i={padding:"0.5rem",backgroundColor:a};return r.createElement(r.Fragment,null,r.createElement("h2",null,"Unexpected Application Error!"),r.createElement("h3",{style:{fontStyle:"italic"}},t),n?r.createElement("pre",{style:i},n):null,null)}var Te=r.createElement(Me,null),Fe=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 D(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(ke.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,a=e.children,i=r.useContext(ve);return i&&i.static&&i.staticContext&&(n.route.errorElement||n.route.ErrorBoundary)&&(i.staticContext._deepestRenderedBoundaryId=n.route.id),r.createElement(we.Provider,{value:t},a)}function Le(e,t,n){var a;if(void 0===t&&(t=[]),void 0===n&&(n=null),null==e){var i;if(null==(i=n)||!i.errors)return null;e=n.matches}var o=e,l=null==(a=n)?void 0:a.errors;if(null!=l){var u=o.findIndex((function(e){return e.route.id&&(null==l?void 0:l[e.route.id])}));u>=0||R(!1),o=o.slice(0,Math.min(o.length,u+1))}return o.reduceRight((function(e,a,i){var u=a.route.id?null==l?void 0:l[a.route.id]:null,c=null;n&&(c=a.route.errorElement||Te);var s=t.concat(o.slice(0,i+1)),f=function(){var t;return t=u?c:a.route.Component?r.createElement(a.route.Component,null):a.route.element?a.route.element:e,r.createElement(Oe,{match:a,routeContext:{outlet:e,matches:s,isDataRoute:null!=n},children:t})};return n&&(a.route.ErrorBoundary||a.route.errorElement||0===i)?r.createElement(Fe,{location:n.location,revalidation:n.revalidation,component:c,error:u,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||{}),Re=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}(Re||{});function Ie(e){var t=r.useContext(ve);return t||R(!1),t}function Be(e){var t=r.useContext(ge);return t||R(!1),t}function ze(e){var t=function(e){var t=r.useContext(we);return t||R(!1),t}(),n=t.matches[t.matches.length-1];return n.route.id||R(!1),n.route.id}r.startTransition;function je(e){return function(e){var t=r.useContext(we).outlet;return t?r.createElement(Se.Provider,{value:e},t):t}(e.context)}function He(e){R(!1)}function $e(e){var n=e.basename,a=void 0===n?"/":n,i=e.children,o=void 0===i?null:i,l=e.location,u=e.navigationType,c=void 0===u?t.Pop:u,s=e.navigator,f=e.static,d=void 0!==f&&f;De()&&R(!1);var h=a.replace(/^\/*/,"/"),m=r.useMemo((function(){return{basename:h,navigator:s,static:d}}),[h,s,d]);"string"===typeof l&&(l=H(l));var p=l,v=p.pathname,g=void 0===v?"/":v,y=p.search,_=void 0===y?"":y,b=p.hash,w=void 0===b?"":b,k=p.state,D=void 0===k?null:k,x=p.key,C=void 0===x?"default":x,E=r.useMemo((function(){var e=re(g,h);return null==e?null:{location:{pathname:e,search:_,hash:w,state:D,key:C},navigationType:c}}),[h,g,_,w,D,C,c]);return null==E?null:r.createElement(_e.Provider,{value:m},r.createElement(be.Provider,{children:o,value:E}))}function Ve(e){var t=e.children,n=e.location;return Ne(qe(t),n)}var Ue=function(e){return e[e.pending=0]="pending",e[e.success=1]="success",e[e.error=2]="error",e}(Ue||{}),Ye=new Promise((function(){}));r.Component;function qe(e,t){void 0===t&&(t=[]);var n=[];return r.Children.forEach(e,(function(e,a){if(r.isValidElement(e)){var i=[].concat(y(t),[a]);if(e.type!==r.Fragment){e.type!==He&&R(!1),e.props.index&&e.props.children&&R(!1);var o={id:e.props.id||i.join("-"),caseSensitive:e.props.caseSensitive,element:e.props.element,Component:e.props.Component,index:e.props.index,path:e.props.path,loader:e.props.loader,action:e.props.action,errorElement:e.props.errorElement,ErrorBoundary:e.props.ErrorBoundary,hasErrorBoundary:null!=e.props.ErrorBoundary||null!=e.props.errorElement,shouldRevalidate:e.props.shouldRevalidate,handle:e.props.handle,lazy:e.props.lazy};e.props.children&&(o.children=qe(e.props.children,i)),n.push(o)}else n.push.apply(n,qe(e.props.children,i))}})),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 Qe(e,t){if(null==e)return{};var n,r,a={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(a[n]=e[n]);return a}function Ze(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"],Je=["aria-current","caseSensitive","className","end","style","to","unstable_viewTransition","children"];var Ke=r.createContext({isTransitioning:!1});var Xe=r.startTransition;function et(e){var t=e.basename,n=e.children,a=e.future,i=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,a=void 0===r?"/":r,i=n.search,o=void 0===i?"":i,l=n.hash,u=void 0===l?"":l;return a.startsWith("/")||a.startsWith(".")||(a="/"+a),z("",{pathname:a,search:o,hash:u},t.state&&t.state.usr||null,t.state&&t.state.key||"default")}),(function(e,t){var n=e.document.querySelector("base"),r="";if(n&&n.getAttribute("href")){var a=e.location.href,i=a.indexOf("#");r=-1===i?a:a.slice(0,i)}return r+"#"+("string"===typeof t?t:j(t))}),(function(e,t){I("/"===e.pathname.charAt(0),"relative pathnames are not supported in hash history.push("+JSON.stringify(t)+")")}),e)}({window:i,v5Compat:!0}));var l=o.current,u=v(r.useState({action:l.action,location:l.location}),2),c=u[0],s=u[1],f=(a||{}).v7_startTransition,d=r.useCallback((function(e){f&&Xe?Xe((function(){return s(e)})):s(e)}),[s,f]);return r.useLayoutEffect((function(){return l.listen(d)}),[l,d]),r.createElement($e,{basename:t,children:n,location:c.location,navigationType:c.action,navigator:l})}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,a=e.onClick,i=e.relative,o=e.reloadDocument,l=e.replace,u=e.state,c=e.target,s=e.to,f=e.preventScrollReset,d=e.unstable_viewTransition,h=Qe(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;De()||R(!1);var a=r.useContext(_e),i=a.basename,o=a.navigator,l=Ae(e,{relative:n}),u=l.hash,c=l.pathname,s=l.search,f=c;return"/"!==i&&(f="/"===c?i:le([i,c])),o.createHref({pathname:f,search:s,hash:u})}(s,{relative:i}),b=function(e,t){var n=void 0===t?{}:t,a=n.target,i=n.replace,o=n.state,l=n.preventScrollReset,u=n.relative,c=n.unstable_viewTransition,s=Ee(),f=xe(),d=Ae(e,{relative:u});return r.useCallback((function(t){if(function(e,t){return 0===e.button&&(!t||"_self"===t)&&!function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)}(t,a)){t.preventDefault();var n=void 0!==i?i:j(f)===j(d);s(e,{replace:n,state:o,preventScrollReset:l,relative:u,unstable_viewTransition:c})}}),[f,s,d,i,o,a,e,l,u,c])}(s,{replace:l,state:u,target:c,preventScrollReset:f,relative:i,unstable_viewTransition:d});return r.createElement("a",We({},h,{href:n||_,onClick:p||o?a:function(e){a&&a(e),e.defaultPrevented||b(e)},ref:t,target:c}))}));var at=r.forwardRef((function(e,t){var n=e["aria-current"],a=void 0===n?"page":n,i=e.caseSensitive,o=void 0!==i&&i,l=e.className,u=void 0===l?"":l,c=e.end,s=void 0!==c&&c,f=e.style,d=e.to,h=e.unstable_viewTransition,m=e.children,p=Qe(e,Je),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(Ke);null==n&&R(!1);var a=lt(it.useViewTransitionState).basename,i=Ae(e,{relative:t.relative});if(!n.isTransitioning)return!1;var o=re(n.currentLocation.pathname,a)||n.currentLocation.pathname,l=re(n.nextLocation.pathname,a)||n.nextLocation.pathname;return null!=te(i.pathname,l)||null!=te(i.pathname,o)}(v)&&!0===h,w=_.encodeLocation?_.encodeLocation(v).pathname:v.pathname,k=g.pathname,D=y&&y.navigation&&y.navigation.location?y.navigation.location.pathname:null;o||(k=k.toLowerCase(),D=D?D.toLowerCase():null,w=w.toLowerCase());var x,C=k===w||!s&&k.startsWith(w)&&"/"===k.charAt(w.length),E=null!=D&&(D===w||!s&&D.startsWith(w)&&"/"===D.charAt(w.length)),S={isActive:C,isPending:E,isTransitioning:b},A=C?a:void 0;x="function"===typeof u?u(S):[u,C?"active":null,E?"pending":null,b?"transitioning":null].filter(Boolean).join(" ");var N="function"===typeof f?f(S):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(S):m)}));var it,ot;function lt(e){var t=r.useContext(ve);return t||R(!1),t}function ut(e){var t=r.useRef(Ze(e)),n=r.useRef(!1),a=xe(),i=r.useMemo((function(){return function(e,t){var n=Ze(e);return t&&t.forEach((function(e,r){n.has(r)||t.getAll(r).forEach((function(e){n.append(r,e)}))})),n}(a.search,n.current?null:t.current)}),[a.search]),o=Ee(),l=r.useCallback((function(e,t){var r=Ze("function"===typeof e?e(i):e);n.current=!0,o("?"+r,t)}),[o,i]);return[i,l]}(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmit="useSubmit",e.UseSubmitFetcher="useSubmitFetcher",e.UseFetcher="useFetcher",e.useViewTransitionState="useViewTransitionState"})(it||(it={})),function(e){e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"}(ot||(ot={}));function ct(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 st(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ft(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?st(Object(n),!0).forEach((function(t){ct(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):st(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var dt,ht=function(e){return e.logs="logs",e.anomaly="anomaly",e}({}),mt={home:"/",metrics:"/metrics",dashboards:"/dashboards",cardinality:"/cardinality",topQueries:"/top-queries",trace:"/trace",withTemplate:"/expand-with-exprs",relabel:"/relabeling",logs:"/logs",activeQueries:"/active-queries",queryAnalyzer:"/query-analyzer",icons:"/icons",anomaly:"/anomaly",query:"/query"},pt={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_TYPE===ht.logs,vt={header:{tenant:!0,stepControl:!pt,timeSelector:!pt,executionControls:!pt}},gt=(ct(dt={},mt.home,ft({title:"Query"},vt)),ct(dt,mt.metrics,{title:"Explore Prometheus metrics",header:{tenant:!0,stepControl:!0,timeSelector:!0}}),ct(dt,mt.cardinality,{title:"Explore cardinality",header:{tenant:!0,cardinalityDatePicker:!0}}),ct(dt,mt.topQueries,{title:"Top queries",header:{tenant:!0}}),ct(dt,mt.trace,{title:"Trace analyzer",header:{}}),ct(dt,mt.queryAnalyzer,{title:"Query analyzer",header:{}}),ct(dt,mt.dashboards,ft({title:"Dashboards"},vt)),ct(dt,mt.withTemplate,{title:"WITH templates",header:{}}),ct(dt,mt.relabel,{title:"Metric relabel debug",header:{}}),ct(dt,mt.logs,{title:"Logs Explorer",header:{}}),ct(dt,mt.activeQueries,{title:"Active Queries",header:{}}),ct(dt,mt.icons,{title:"Icons",header:{}}),ct(dt,mt.anomaly,ft({title:"Anomaly exploration"},vt)),ct(dt,mt.query,ft({title:"Query"},vt)),dt),yt=mt,_t=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),{}}},bt=function(){return!!Object.keys(_t()).length},wt=/(\/select\/)(\d+|\d.+)(\/)(.+)/,kt=function(e,t){return e.replace(wt,"$1".concat(t,"/$4"))},Dt=function(e){var t;return(null===(t=e.match(wt))||void 0===t?void 0:t[2])||""},xt=function(e,t){t?window.localStorage.setItem(e,JSON.stringify({value:t})):Et([e]),window.dispatchEvent(new Event("storage"))},Ct=function(e){var t=window.localStorage.getItem(e);if(null!==t)try{var n;return null===(n=JSON.parse(t))||void 0===n?void 0:n.value}catch(r){return t}},Et=function(e){return e.forEach((function(e){return window.localStorage.removeItem(e)}))},St={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_TYPE,At=n(776),Nt=n.n(At),Mt=n(7),Tt=n.n(Mt),Ft={table:100,chart:20,code:1e3},Ot=[{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}}],Lt=["min","median","max"],Pt=function(e,t){var n=window.location.hash.split("?")[1],r=Nt().parse(n,{ignoreQueryPrefix:!0});return Tt()(r,e,t||"")},Rt=function(e){return e.yhat="yhat",e.yhatUpper="yhat_upper",e.yhatLower="yhat_lower",e.anomaly="vmui_anomalies_points",e.training="vmui_training_data",e.actual="actual",e.anomalyScore="anomaly_score",e}({}),It=function(e){return e.table="table",e.chart="chart",e.code="code",e}({}),Bt=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.unknownType="Unknown server response format: must have 'errorType'",e}({}),zt=function(e){return e.system="system",e.light="light",e.dark="dark",e}({}),jt=function(e){return e.empty="empty",e.metricsql="metricsql",e.label="label",e.labelValue="labelValue",e}({}),Ht=function(e){return getComputedStyle(document.documentElement).getPropertyValue("--".concat(e))},$t=function(e,t){document.documentElement.style.setProperty("--".concat(e),t)},Vt=function(){return window.matchMedia("(prefers-color-scheme: dark)").matches},Ut=function(e){var t;try{t=new URL(e)}catch(Gt){return!1}return"http:"===t.protocol||"https:"===t.protocol},Yt=function(e){return e.replace(/\/$/,"")},qt=Pt("g0.tenantID",""),Wt={serverUrl:Yt(function(e){var t=_t().serverURL,n=Ct("SERVER_URL"),r=window.location.href.replace(/\/(select\/)?(vmui)\/.*/,""),a=window.location.href.replace(/\/(?:prometheus\/)?(?:graph|vmui)\/.*/,"/prometheus"),i=t||n||a;return St===ht.logs?r:e?kt(i,e):i}(qt)),tenantId:qt,theme:Ct("THEME")||zt.system,isDarkTheme:null};function Qt(e,t){switch(t.type){case"SET_SERVER":return ft(ft({},e),{},{serverUrl:Yt(t.payload)});case"SET_TENANT_ID":return ft(ft({},e),{},{tenantId:t.payload});case"SET_THEME":return xt("THEME",t.payload),ft(ft({},e),{},{theme:t.payload});case"SET_DARK_THEME":return ft(ft({},e),{},{isDarkTheme:(n=e.theme,n===zt.system&&Vt()||n===zt.dark)});default:throw new Error}var n}var Zt=n(856),Gt=0;function Jt(e,t,n,r,a,i){var o,l,u={};for(l in t)"ref"==l?o=t[l]:u[l]=t[l];var c={type:e,props:u,key:n,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:--Gt,__source:a,__self:i};if("function"==typeof e&&(o=e.defaultProps))for(l in o)void 0===u[l]&&(u[l]=o[l]);return Zt.YM.vnode&&Zt.YM.vnode(c),c}var Kt=(0,r.createContext)({}),Xt=function(){return(0,r.useContext)(Kt).state},en=function(){return(0,r.useContext)(Kt).dispatch},tn=Object.entries(Wt).reduce((function(e,t){var n=v(t,2),r=n[0],a=n[1];return ft(ft({},e),{},ct({},r,Pt(r)||a))}),{}),nn="YYYY-MM-DD",rn="YYYY-MM-DD HH:mm:ss",an="YYYY-MM-DD HH:mm:ss:SSS (Z)",on="YYYY-MM-DD[T]HH:mm:ss",ln="YYYY-MM-DD_HHmmss",un=window.innerWidth/4,cn=window.innerWidth/40,sn=1,fn=1578e8,dn=Intl.supportedValuesOf,hn=dn?dn("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"],mn=[{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"}],pn=mn.map((function(e){return e.short})),vn=function(e){return Math.round(1e3*e)/1e3},gn=function(e){return Cn(i().duration(e,"seconds").asMilliseconds())},yn=function(e){var t=vn(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),gn(t||.001).replace(/\s/g,"")},_n=function(e){var t=e.match(/\d+/g),n=e.match(/[a-zA-Z]+/g);if(n&&t&&pn.includes(n[0]))return ct({},n[0],t[0])},bn=function(e){var t=mn.map((function(e){return e.short})).join("|"),n=new RegExp("\\d+[".concat(t,"]+"),"g"),r=(e.match(n)||[]).reduce((function(e,t){var n=_n(t);return n?ft(ft({},e),n):ft({},e)}),{});return i().duration(r).asSeconds()},wn=function(e,t){return yn(e/(t?cn:un))},kn=function(e,t){var n=(t||i()().toDate()).valueOf()/1e3,r=bn(e);return{start:n-r,end:n,step:wn(r),date:Dn(t||i()().toDate())}},Dn=function(e){return i().tz(e).utc().format(on)},xn=function(e){return i().tz(e).format(on)},Cn=function(e){var t=Math.floor(e%1e3),n=Math.floor(e/1e3%60),r=Math.floor(e/1e3/60%60),a=Math.floor(e/1e3/3600%24),i=Math.floor(e/864e5),o=["d","h","m","s","ms"];return[i,a,r,n,t].map((function(e,t){return e?"".concat(e).concat(o[t]):""})).filter((function(e){return e})).join("")},En=function(e){var t=i()(1e3*e);return t.isValid()?t.toDate():new Date},Sn=[{title:"Last 5 minutes",duration:"5m"},{title:"Last 15 minutes",duration:"15m"},{title:"Last 30 minutes",duration:"30m",isDefault:!0},{title:"Last 1 hour",duration:"1h"},{title:"Last 3 hours",duration:"3h"},{title:"Last 6 hours",duration:"6h"},{title:"Last 12 hours",duration:"12h"},{title:"Last 24 hours",duration:"24h"},{title:"Last 2 days",duration:"2d"},{title:"Last 7 days",duration:"7d"},{title:"Last 30 days",duration:"30d"},{title:"Last 90 days",duration:"90d"},{title:"Last 180 days",duration:"180d"},{title:"Last 1 year",duration:"1y"},{title:"Yesterday",duration:"1d",until:function(){return i()().tz().subtract(1,"day").endOf("day").toDate()}},{title:"Today",duration:"1d",until:function(){return i()().tz().endOf("day").toDate()}}].map((function(e){return ft({id:e.title.replace(/\s/g,"_").toLocaleLowerCase(),until:e.until?e.until:function(){return i()().tz().toDate()}},e)})),An=function(e){var t,n=e.relativeTimeId,r=e.defaultDuration,a=e.defaultEndInput,i=null===(t=Sn.find((function(e){return e.isDefault})))||void 0===t?void 0:t.id,o=n||Pt("g0.relative_time",i),l=Sn.find((function(e){return e.id===o}));return{relativeTimeId:l?o:"none",duration:l?l.duration:r,endInput:l?l.until():a}},Nn=function(e){var t=i()().tz(e);return"UTC".concat(t.format("Z"))},Mn=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=new RegExp(e,"i");return hn.reduce((function(n,r){var a=(r.match(/^(.*?)\//)||[])[1]||"unknown",i=Nn(r),o=i.replace(/UTC|0/,""),l=r.replace(/[/_]/g," "),u={region:r,utc:i,search:"".concat(r," ").concat(i," ").concat(l," ").concat(o)},c=!e||e&&t.test(u.search);return c&&n[a]?n[a].push(u):c&&(n[a]=[u]),n}),{})},Tn=function(e){i().tz.setDefault(e)},Fn=Ct("TIMEZONE")||i().tz.guess();Tn(Fn);var On,Ln=Pt("g0.range_input"),Pn=An({defaultDuration:Ln||"1h",defaultEndInput:(On=Pt("g0.end_input",i()().utc().format(on)),i()(On).utcOffset(0,!0).toDate()),relativeTimeId:Ln?Pt("g0.relative_time","none"):void 0}),Rn=Pn.duration,In=Pn.endInput,Bn=Pn.relativeTimeId,zn={duration:Rn,period:kn(Rn,In),relativeTime:Bn,timezone:Fn};function jn(e,t){switch(t.type){case"SET_DURATION":return ft(ft({},e),{},{duration:t.payload,period:kn(t.payload,En(e.period.end)),relativeTime:"none"});case"SET_RELATIVE_TIME":return ft(ft({},e),{},{duration:t.payload.duration,period:kn(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 Cn(t)}(t.payload);return ft(ft({},e),{},{duration:n,period:kn(n,t.payload.to),relativeTime:"none"});case"RUN_QUERY":var r=An({relativeTimeId:e.relativeTime,defaultDuration:e.duration,defaultEndInput:En(e.period.end)}),a=r.duration,i=r.endInput;return ft(ft({},e),{},{period:kn(a,i)});case"RUN_QUERY_TO_NOW":return ft(ft({},e),{},{period:kn(e.duration)});case"SET_TIMEZONE":return Tn(t.payload),xt("TIMEZONE",t.payload),e.defaultTimezone&&xt("DISABLED_DEFAULT_TIMEZONE",t.payload!==e.defaultTimezone),ft(ft({},e),{},{timezone:t.payload});case"SET_DEFAULT_TIMEZONE":return ft(ft({},e),{},{defaultTimezone:t.payload});default:throw new Error}}var Hn,$n=(0,r.createContext)({}),Vn=function(){return(0,r.useContext)($n).state},Un=function(){return(0,r.useContext)($n).dispatch},Yn=function(e){var t=Ct(e);return t?JSON.parse(t):[]},qn=50,Wn=1e3,Qn=1e3,Zn=(ct(Hn={},jt.metricsql,2),ct(Hn,jt.empty,2),ct(Hn,jt.label,0),ct(Hn,jt.labelValue,0),Hn),Gn=function(){function e(){_(this,e),this.maxSize=void 0,this.map=void 0,this.maxSize=Qn,this.map=new Map}return D(e,[{key:"get",value:function(e){var t,n=F(this.map);try{for(n.s();!(t=n.n()).done;){var r=v(t.value,2),a=r[0],i=r[1],o=JSON.parse(a),l=o.start===e.start&&o.end===e.end,u=o.type===e.type,c=e.value&&o.value&&e.value.includes(o.value),s=o.match===e.match||c,f=i.length<Wn;if(s&&l&&u&&f)return i}}catch(d){n.e(d)}finally{n.f()}return this.map.get(JSON.stringify(e))}},{key:"put",value:function(e,t){if(this.map.size>=this.maxSize){var n=this.map.keys().next().value;this.map.delete(n)}this.map.set(JSON.stringify(e),t)}}]),e}(),Jn=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 Pt("g".concat(t,".expr"),"")}))}(),Kn={query:Jn,queryHistory:Jn.map((function(e){return{index:0,values:[e]}})),autocomplete:Ct("AUTOCOMPLETE")||!1,autocompleteQuick:!1,autocompleteCache:new Gn,metricsQLFunctions:[]};function Xn(e,t){switch(t.type){case"SET_QUERY":return ft(ft({},e),{},{query:t.payload.map((function(e){return e}))});case"SET_QUERY_HISTORY":return function(e){var t=e.map((function(e){return e.values[e.index]})),n=Yn("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()})),xt("QUERY_HISTORY",JSON.stringify(n))}(t.payload),ft(ft({},e),{},{queryHistory:t.payload});case"SET_QUERY_HISTORY_BY_INDEX":return e.queryHistory.splice(t.payload.queryNumber,1,t.payload.value),ft(ft({},e),{},{queryHistory:e.queryHistory});case"TOGGLE_AUTOCOMPLETE":return xt("AUTOCOMPLETE",!e.autocomplete),ft(ft({},e),{},{autocomplete:!e.autocomplete});case"SET_AUTOCOMPLETE_QUICK":return ft(ft({},e),{},{autocompleteQuick:t.payload});case"SET_AUTOCOMPLETE_CACHE":return e.autocompleteCache.put(t.payload.key,t.payload.value),ft({},e);case"SET_METRICSQL_FUNCTIONS":return ft(ft({},e),{},{metricsQLFunctions:t.payload});default:throw new Error}}var er=(0,r.createContext)({}),tr=function(){return(0,r.useContext)(er).state},nr=function(){return(0,r.useContext)(er).dispatch},rr=function(){return Jt("svg",{viewBox:"0 0 74 24",fill:"currentColor",children:Jt("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"})})},ar=function(){return Jt("svg",{viewBox:"0 0 85 38",fill:"currentColor",children:[Jt("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"}),Jt("defs",{children:Jt("path",{d:"M0 0h85v38H0z"})})]})},ir=function(){return Jt("svg",{viewBox:"0 0 85 38",fill:"currentColor",children:Jt("path",{d:"M11.118 10.476c.36.28.801.433 1.257.436h.052c.48-.007.961-.192 1.25-.444 1.509-1.279 5.88-5.287 5.88-5.287 1.168-1.087-2.093-2.174-7.13-2.181h-.06c-5.036.007-8.298 1.094-7.13 2.181 0 0 4.372 4.008 5.88 5.295zm2.559 2.166c-.359.283-.801.439-1.258.444h-.044a2.071 2.071 0 0 1-1.257-.444C10.082 11.755 6.384 8.42 5 7.148v1.93c0 .215.081.496.222.629l.07.064c1.045.955 4.546 4.154 5.825 5.245.358.283.8.438 1.257.444h.044c.489-.015.962-.2 1.258-.444 1.309-1.11 4.948-4.444 5.887-5.31.148-.132.222-.413.222-.628v-1.93a455.127 455.127 0 0 1-6.11 5.494zm-1.258 4.984a2.071 2.071 0 0 0 1.258-.436c2.053-1.815 4.09-3.65 6.11-5.502v1.938c0 .207-.075.488-.223.621-.94.873-4.578 4.2-5.887 5.31-.296.25-.77.436-1.258.443h-.044a2.071 2.071 0 0 1-1.257-.436c-1.204-1.027-4.376-3.928-5.616-5.062l-.28-.255c-.14-.133-.221-.414-.221-.621v-1.938c1.383 1.265 5.081 4.607 6.117 5.495.358.282.8.438 1.257.443h.044zM40 5l-5.84 14.46h-2.43L25.89 5h2.16c.233 0 .423.057.57.17.146.113.256.26.33.44l3.41 8.82c.113.287.22.603.32.95.106.34.206.697.3 1.07.08-.373.166-.73.26-1.07a8.84 8.84 0 0 1 .31-.95l3.39-8.82a.959.959 0 0 1 .31-.42.906.906 0 0 1 .58-.19H40zm17.176 0v14.46h-2.37v-9.34c0-.373.02-.777.06-1.21l-4.37 8.21c-.206.393-.523.59-.95.59h-.38c-.426 0-.743-.197-.95-.59l-4.42-8.24c.02.22.037.437.05.65.014.213.02.41.02.59v9.34h-2.37V5h2.03c.12 0 .224.003.31.01a.778.778 0 0 1 .23.05c.074.027.137.07.19.13.06.06.117.14.17.24l4.33 8.03c.114.213.217.433.31.66.1.227.197.46.29.7.094-.247.19-.483.29-.71.1-.233.207-.457.32-.67l4.27-8.01c.054-.1.11-.18.17-.24a.57.57 0 0 1 .19-.13.903.903 0 0 1 .24-.05c.087-.007.19-.01.31-.01h2.03zm8.887 13.73c.68 0 1.286-.117 1.82-.35.54-.24.996-.57 1.37-.99a4.28 4.28 0 0 0 .85-1.48c.2-.573.3-1.19.3-1.85V5.31h1.02v8.75c0 .78-.124 1.51-.37 2.19a5.248 5.248 0 0 1-1.07 1.77c-.46.5-1.024.893-1.69 1.18-.66.287-1.404.43-2.23.43-.827 0-1.574-.143-2.24-.43a5.012 5.012 0 0 1-1.69-1.18 5.33 5.33 0 0 1-1.06-1.77 6.373 6.373 0 0 1-.37-2.19V5.31h1.03v8.74c0 .66.096 1.277.29 1.85.2.567.483 1.06.85 1.48.373.42.826.75 1.36.99.54.24 1.15.36 1.83.36zm10.38.73h-1.03V5.31h1.03v14.15zM4.242 35v-5.166l-.672-.078a.595.595 0 0 1-.21-.09.23.23 0 0 1-.078-.186v-.438h.96v-.588c0-.348.048-.656.144-.924.1-.272.24-.5.42-.684a1.79 1.79 0 0 1 .66-.426c.256-.096.544-.144.864-.144.272 0 .522.04.75.12l-.024.534c-.008.096-.062.148-.162.156a4.947 4.947 0 0 1-.39.012c-.184 0-.352.024-.504.072a.949.949 0 0 0-.384.234c-.108.108-.192.25-.252.426a2.184 2.184 0 0 0-.084.654v.558h1.752v.774H5.316V35H4.242zM10.416 28.826a3.1 3.1 0 0 1 1.2.222c.356.148.66.358.912.63s.444.602.576.99c.136.384.204.814.204 1.29 0 .48-.068.912-.204 1.296a2.735 2.735 0 0 1-.576.984 2.572 2.572 0 0 1-.912.63 3.175 3.175 0 0 1-1.2.216c-.448 0-.852-.072-1.212-.216a2.572 2.572 0 0 1-.912-.63 2.805 2.805 0 0 1-.582-.984 3.972 3.972 0 0 1-.198-1.296c0-.476.066-.906.198-1.29.136-.388.33-.718.582-.99.252-.272.556-.482.912-.63.36-.148.764-.222 1.212-.222zm0 5.424c.6 0 1.048-.2 1.344-.6.296-.404.444-.966.444-1.686 0-.724-.148-1.288-.444-1.692-.296-.404-.744-.606-1.344-.606-.304 0-.57.052-.798.156a1.507 1.507 0 0 0-.564.45c-.148.196-.26.438-.336.726a3.941 3.941 0 0 0-.108.966c0 .72.148 1.282.444 1.686.3.4.754.6 1.362.6zM15.677 30.14c.192-.416.428-.74.708-.972.28-.236.622-.354 1.026-.354.128 0 .25.014.366.042.12.028.226.072.318.132l-.078.798c-.024.1-.084.15-.18.15-.056 0-.138-.012-.246-.036a1.694 1.694 0 0 0-.366-.036c-.192 0-.364.028-.516.084-.148.056-.282.14-.402.252a1.782 1.782 0 0 0-.318.408c-.092.16-.176.344-.252.552V35h-1.074v-6.078h.612c.116 0 .196.022.24.066.044.044.074.12.09.228l.072.924zM26.761 28.922 24.283 35h-.96l-2.478-6.078h.87a.33.33 0 0 1 .33.222l1.542 3.912c.048.148.09.292.126.432.036.14.07.28.102.42.032-.14.066-.28.102-.42.036-.14.08-.284.132-.432l1.56-3.912a.33.33 0 0 1 .12-.156.311.311 0 0 1 .198-.066h.834zM27.74 35v-6.078h.643c.152 0 .246.074.282.222l.078.624c.224-.276.476-.502.756-.678.28-.176.604-.264.972-.264.408 0 .738.114.99.342.256.228.44.536.552.924.088-.22.2-.41.336-.57a1.987 1.987 0 0 1 1.014-.624c.196-.048.394-.072.594-.072.32 0 .604.052.852.156.252.1.464.248.636.444.176.196.31.438.402.726.092.284.138.61.138.978V35H34.91v-3.87c0-.476-.104-.836-.312-1.08-.208-.248-.508-.372-.9-.372-.176 0-.344.032-.504.096-.156.06-.294.15-.414.27-.12.12-.216.272-.288.456-.068.18-.102.39-.102.63V35h-1.074v-3.87c0-.488-.098-.852-.294-1.092-.196-.24-.482-.36-.858-.36-.264 0-.508.072-.732.216a2.38 2.38 0 0 0-.618.576V35H27.74zM40.746 32.372c-.428.02-.788.058-1.08.114-.292.052-.526.12-.702.204a.923.923 0 0 0-.378.294.639.639 0 0 0-.114.366c0 .26.076.446.228.558.156.112.358.168.606.168.304 0 .566-.054.786-.162.224-.112.442-.28.654-.504v-1.038zm-3.396-2.67c.708-.648 1.56-.972 2.556-.972.36 0 .682.06.966.18.284.116.524.28.72.492.196.208.344.458.444.75.104.292.156.612.156.96V35h-.672a.708.708 0 0 1-.324-.06c-.076-.044-.136-.13-.18-.258l-.132-.444c-.156.14-.308.264-.456.372a2.804 2.804 0 0 1-.462.264c-.16.072-.332.126-.516.162-.18.04-.38.06-.6.06-.26 0-.5-.034-.72-.102a1.618 1.618 0 0 1-.57-.318 1.414 1.414 0 0 1-.372-.522 1.852 1.852 0 0 1-.132-.726 1.419 1.419 0 0 1 .33-.906c.12-.14.274-.272.462-.396s.418-.232.69-.324c.276-.092.596-.166.96-.222.364-.06.78-.096 1.248-.108v-.36c0-.412-.088-.716-.264-.912-.176-.2-.43-.3-.762-.3-.24 0-.44.028-.6.084-.156.056-.294.12-.414.192l-.33.186a.631.631 0 0 1-.324.084.439.439 0 0 1-.264-.078.716.716 0 0 1-.174-.192l-.264-.474zM44.974 29.6c.124-.124.254-.238.39-.342a2.395 2.395 0 0 1 .936-.444c.176-.044.368-.066.576-.066.336 0 .634.058.894.174.26.112.476.272.648.48.176.204.308.45.396.738.092.284.138.598.138.942V35H47.47v-3.918c0-.376-.086-.666-.258-.87-.172-.208-.434-.312-.786-.312-.256 0-.496.058-.72.174a2.58 2.58 0 0 0-.636.474V35h-1.482v-6.156h.906c.192 0 .318.09.378.27l.102.486zM53.085 28.748c.456 0 .87.074 1.242.222a2.692 2.692 0 0 1 1.578 1.626c.144.392.216.83.216 1.314 0 .488-.072.928-.216 1.32-.144.392-.35.726-.618 1.002a2.653 2.653 0 0 1-.96.636 3.333 3.333 0 0 1-1.242.222c-.46 0-.878-.074-1.254-.222a2.712 2.712 0 0 1-.966-.636 2.922 2.922 0 0 1-.618-1.002 3.807 3.807 0 0 1-.216-1.32c0-.484.072-.922.216-1.314.148-.392.354-.724.618-.996.268-.272.59-.482.966-.63a3.397 3.397 0 0 1 1.254-.222zm0 5.202c.512 0 .89-.172 1.134-.516.248-.344.372-.848.372-1.512s-.124-1.17-.372-1.518c-.244-.348-.622-.522-1.134-.522-.52 0-.906.176-1.158.528-.248.348-.372.852-.372 1.512s.124 1.164.372 1.512c.252.344.638.516 1.158.516zM57.252 35v-6.156h.906c.192 0 .318.09.378.27l.096.456c.108-.12.22-.23.336-.33a2.017 2.017 0 0 1 1.32-.492c.388 0 .706.106.954.318.252.208.44.486.564.834a1.93 1.93 0 0 1 .834-.882c.172-.092.354-.16.546-.204.196-.044.392-.066.588-.066.34 0 .642.052.906.156.264.104.486.256.666.456.18.2.316.444.408.732.096.288.144.618.144.99V35h-1.482v-3.918c0-.392-.086-.686-.258-.882-.172-.2-.424-.3-.756-.3-.152 0-.294.026-.426.078a1.026 1.026 0 0 0-.342.228 1.019 1.019 0 0 0-.228.366 1.435 1.435 0 0 0-.084.51V35h-1.488v-3.918c0-.412-.084-.712-.252-.9-.164-.188-.406-.282-.726-.282-.216 0-.418.054-.606.162a1.979 1.979 0 0 0-.516.432V35h-1.482zM70.558 32.372c-.428.02-.788.058-1.08.114-.292.052-.526.12-.702.204a.923.923 0 0 0-.378.294.639.639 0 0 0-.114.366c0 .26.076.446.228.558.156.112.358.168.606.168.304 0 .566-.054.786-.162.224-.112.442-.28.654-.504v-1.038zm-3.396-2.67c.708-.648 1.56-.972 2.556-.972.36 0 .682.06.966.18.284.116.524.28.72.492.196.208.344.458.444.75.104.292.156.612.156.96V35h-.672a.708.708 0 0 1-.324-.06c-.076-.044-.136-.13-.18-.258l-.132-.444c-.156.14-.308.264-.456.372a2.804 2.804 0 0 1-.462.264c-.16.072-.332.126-.516.162-.18.04-.38.06-.6.06-.26 0-.5-.034-.72-.102a1.618 1.618 0 0 1-.57-.318 1.414 1.414 0 0 1-.372-.522 1.852 1.852 0 0 1-.132-.726 1.419 1.419 0 0 1 .33-.906c.12-.14.274-.272.462-.396s.418-.232.69-.324c.276-.092.596-.166.96-.222.364-.06.78-.096 1.248-.108v-.36c0-.412-.088-.716-.264-.912-.176-.2-.43-.3-.762-.3-.24 0-.44.028-.6.084-.156.056-.294.12-.414.192l-.33.186a.631.631 0 0 1-.324.084.439.439 0 0 1-.264-.078.716.716 0 0 1-.174-.192l-.264-.474zM74.9 26.084V35h-1.482v-8.916H74.9zM81.969 28.844l-3.354 7.848a.538.538 0 0 1-.174.234c-.068.056-.174.084-.318.084h-1.104l1.152-2.472-2.49-5.694h1.302c.116 0 .206.028.27.084.068.056.118.12.15.192l1.308 3.192c.044.108.08.216.108.324.032.108.062.218.09.33a32.3 32.3 0 0 1 .108-.33c.036-.112.076-.222.12-.33l1.236-3.186a.437.437 0 0 1 .408-.276h1.188z"})})},or=function(){return Jt("svg",{viewBox:"0 0 15 17",fill:"currentColor",children:Jt("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"})})},lr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},ur=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},cr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},sr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},fr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("path",{d:"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"})})},dr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},hr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},mr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},pr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("path",{d:"M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"})})},vr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("path",{d:"m7 10 5 5 5-5z"})})},gr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:[Jt("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"}),Jt("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]})},yr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},_r=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},br=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},wr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("path",{d:"M8 5v14l11-7z"})})},kr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},Dr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},xr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},Cr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},Er=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("path",{d:"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"})})},Sr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("path",{d:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"})})},Ar=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("path",{d:"M19 13H5v-2h14v2z"})})},Nr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},Mr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},Tr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},Fr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},Or=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},Lr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("path",{d:"M20 9H4v2h16V9zM4 15h16v-2H4v2z"})})},Pr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},Rr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:[Jt("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"}),Jt("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"}),Jt("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"})]})},Ir=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},Br=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},zr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},jr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},Hr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("path",{d:"M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z"})})},$r=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},Vr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("path",{d:"M3 14h4v-4H3v4zm0 5h4v-4H3v4zM3 9h4V5H3v4zm5 5h13v-4H8v4zm0 5h13v-4H8v4zM8 5v4h13V5H8z"})})},Ur=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},Yr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("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"})})},qr=function(){return Jt("svg",{viewBox:"0 0 16 16",fill:Ht("color-error"),children:Jt("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"})})},Wr=function(){return Jt("svg",{viewBox:"0 0 16 16",fill:Ht("color-primary"),children:Jt("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"})})},Qr=function(){return Jt("svg",{viewBox:"0 0 16 16",fill:Ht("color-warning"),children:Jt("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 2H8L7 3V6H8V3H14V8H10V9H14L15 8V3L14 2ZM9 6H13V7H9.41L9 6.59V6ZM7 7H2L1 8V13L2 14H8L9 13V8L8 7H7ZM8 13H2V8H8V9V13ZM3 9H7V10H3V9ZM3 11H7V12H3V11ZM9 4H13V5H9V4Z"})})},Zr=function(){return Jt("svg",{viewBox:"0 0 16 16",fill:Ht("color-primary"),children:Jt("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 3L8 2H14L15 3V8L14 9H10V8H14V3H8V6H7V3ZM9 9V8L8 7H7H2L1 8V13L2 14H8L9 13V9ZM8 8V9V13H2V8H7H8ZM9.41421 7L9 6.58579V6H13V7H9.41421ZM9 4H13V5H9V4ZM7 10H3V11H7V10Z"})})},Gr=function(){return Jt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Jt("path",{d:"M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"})})},Jr=n(123),Kr=n.n(Jr);function Xr(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n,r,a={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var ea=["to","isNavLink","children"],ta=function(e){var t=e.to,n=e.isNavLink,r=e.children,a=Xr(e,ea);return n?Jt(at,ft(ft({to:t},a),{},{children:r})):Jt("div",ft(ft({},a),{},{children:r}))},na=function(e){var t,n=e.activeItem,r=e.item,a=e.color,i=void 0===a?Ht("color-primary"):a,o=e.activeNavRef,l=e.onChange,u=e.isNavLink;return Jt(ta,{className:Kr()(ct({"vm-tabs-item":!0,"vm-tabs-item_active":n===r.value},r.className||"",r.className)),isNavLink:u,to:r.value,style:{color:i},onClick:(t=r.value,function(){l&&l(t)}),ref:n===r.value?o:void 0,children:[r.icon&&Jt("div",{className:Kr()({"vm-tabs-item__icon":!0,"vm-tabs-item__icon_single":!r.label}),children:r.icon}),r.label]})},ra="undefined"!==typeof window?r.useLayoutEffect:r.useEffect;var aa=function(e,t,n,a){var i=(0,r.useRef)(t);ra((function(){i.current=t}),[t]),(0,r.useEffect)((function(){var t,r=null!==(t=null===n||void 0===n?void 0:n.current)&&void 0!==t?t:window;if(r&&r.addEventListener){var o=function(e){return i.current(e)};return r.addEventListener(e,o,a),function(){r.removeEventListener(e,o,a)}}}),[e,n,a])},ia=function(){var e=v((0,r.useState)({width:0,height:0}),2),t=e[0],n=e[1],a=function(){n({width:window.innerWidth,height:window.innerHeight})};return aa("resize",a),ra(a,[]),t},oa=function(e){var t=e.activeItem,n=e.items,a=e.color,i=void 0===a?Ht("color-primary"):a,o=e.onChange,l=e.indicatorPlacement,u=void 0===l?"bottom":l,c=e.isNavLink,s=ia(),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,a=t.offsetHeight;m({left:n,width:r,bottom:"top"===u?a-2:0})}}),[s,t,f,n]),Jt("div",{className:"vm-tabs",children:[n.map((function(e){return Jt(na,{activeItem:t,item:e,onChange:o,color:i,activeNavRef:f,isNavLink:c},e.value)})),Jt("div",{className:"vm-tabs__indicator",style:ft(ft({},h),{},{borderColor:i})})]})},la=[{value:It.chart,icon:Jt(Dr,{}),label:"Graph",prometheusCode:0},{value:It.code,icon:Jt(Cr,{}),label:"JSON",prometheusCode:3},{value:It.table,icon:Jt(xr,{}),label:"Table",prometheusCode:1}],ua=function(){var e=pa().displayType,t=va();return Jt(oa,{activeItem:e,items:la,onChange:function(n){var r;t({type:"SET_DISPLAY_TYPE",payload:null!==(r=n)&&void 0!==r?r:e})}})},ca=Pt("g0.tab",0),sa=la.find((function(e){return e.prometheusCode===+ca||e.value===ca})),fa=Ct("SERIES_LIMITS"),da={displayType:(null===sa||void 0===sa?void 0:sa.value)||It.chart,nocache:!1,isTracingEnabled:!1,seriesLimits:fa?JSON.parse(fa):Ft,tableCompact:Ct("TABLE_COMPACT")||!1};function ha(e,t){switch(t.type){case"SET_DISPLAY_TYPE":return ft(ft({},e),{},{displayType:t.payload});case"SET_SERIES_LIMITS":return xt("SERIES_LIMITS",JSON.stringify(t.payload)),ft(ft({},e),{},{seriesLimits:t.payload});case"TOGGLE_QUERY_TRACING":return ft(ft({},e),{},{isTracingEnabled:!e.isTracingEnabled});case"TOGGLE_NO_CACHE":return ft(ft({},e),{},{nocache:!e.nocache});case"TOGGLE_TABLE_COMPACT":return xt("TABLE_COMPACT",!e.tableCompact),ft(ft({},e),{},{tableCompact:!e.tableCompact});default:throw new Error}}var ma=(0,r.createContext)({}),pa=function(){return(0,r.useContext)(ma).state},va=function(){return(0,r.useContext)(ma).dispatch},ga={customStep:Pt("g0.step_input",""),yaxis:{limits:{enable:!1,range:{1:[0,0]}}},isHistogram:!1};function ya(e,t){switch(t.type){case"TOGGLE_ENABLE_YAXIS_LIMITS":return ft(ft({},e),{},{yaxis:ft(ft({},e.yaxis),{},{limits:ft(ft({},e.yaxis.limits),{},{enable:!e.yaxis.limits.enable})})});case"SET_CUSTOM_STEP":return ft(ft({},e),{},{customStep:t.payload});case"SET_YAXIS_LIMITS":return ft(ft({},e),{},{yaxis:ft(ft({},e.yaxis),{},{limits:ft(ft({},e.yaxis.limits),{},{range:t.payload})})});case"SET_IS_HISTOGRAM":return ft(ft({},e),{},{isHistogram:t.payload});default:throw new Error}}var _a=(0,r.createContext)({}),ba=function(){return(0,r.useContext)(_a).state},wa=function(){return(0,r.useContext)(_a).dispatch},ka={windows:"Windows",mac:"Mac OS",linux:"Linux"},Da=function(){return(Object.values(ka).find((function(e){return navigator.userAgent.indexOf(e)>=0}))||"unknown")===ka.mac};function xa(){var e=ia(),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),a=n[0],i=n[1];return(0,r.useEffect)((function(){i(t())}),[e]),{isMobile:a}}var Ca={success:Jt(hr,{}),error:Jt(dr,{}),warning:Jt(fr,{}),info:Jt(sr,{})},Ea=function(e){var t,n=e.variant,r=e.children,a=Xt().isDarkTheme,i=xa().isMobile;return Jt("div",{className:Kr()((t={"vm-alert":!0},ct(t,"vm-alert_".concat(n),n),ct(t,"vm-alert_dark",a),ct(t,"vm-alert_mobile",i),t)),children:[Jt("div",{className:"vm-alert__icon",children:Ca[n||"info"]}),Jt("div",{className:"vm-alert__content",children:r})]})},Sa=(0,r.createContext)({showInfoMessage:function(){}}),Aa={dashboardsSettings:[],dashboardsLoading:!1,dashboardsError:""};function Na(e,t){switch(t.type){case"SET_DASHBOARDS_SETTINGS":return ft(ft({},e),{},{dashboardsSettings:t.payload});case"SET_DASHBOARDS_LOADING":return ft(ft({},e),{},{dashboardsLoading:t.payload});case"SET_DASHBOARDS_ERROR":return ft(ft({},e),{},{dashboardsError:t.payload});default:throw new Error}}var Ma=(0,r.createContext)({}),Ta=function(){return(0,r.useContext)(Ma).state},Fa=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 Jt(e,{children:Jt(t,{children:r})})}}),(function(e){var t=e.children;return Jt(Zt.HY,{children:t})}))}.apply(void 0,[function(e){var t=e.children,n=v((0,r.useReducer)(Qt,tn),2),a=n[0],i=n[1],o=(0,r.useMemo)((function(){return{state:a,dispatch:i}}),[a,i]);return Jt(Kt.Provider,{value:o,children:t})},function(e){var t=e.children,n=v((0,r.useReducer)(jn,zn),2),a=n[0],i=n[1],o=(0,r.useMemo)((function(){return{state:a,dispatch:i}}),[a,i]);return Jt($n.Provider,{value:o,children:t})},function(e){var t=e.children,n=v((0,r.useReducer)(Xn,Kn),2),a=n[0],i=n[1],o=(0,r.useMemo)((function(){return{state:a,dispatch:i}}),[a,i]);return Jt(er.Provider,{value:o,children:t})},function(e){var t=e.children,n=v((0,r.useReducer)(ha,da),2),a=n[0],i=n[1],o=(0,r.useMemo)((function(){return{state:a,dispatch:i}}),[a,i]);return Jt(ma.Provider,{value:o,children:t})},function(e){var t=e.children,n=v((0,r.useReducer)(ya,ga),2),a=n[0],i=n[1],o=(0,r.useMemo)((function(){return{state:a,dispatch:i}}),[a,i]);return Jt(_a.Provider,{value:o,children:t})},function(e){var t=e.children,n=xa().isMobile,a=v((0,r.useState)({}),2),i=a[0],o=a[1],l=v((0,r.useState)(!1),2),u=l[0],c=l[1],s=v((0,r.useState)(void 0),2),f=s[0],d=s[1];(0,r.useEffect)((function(){if(f){o({message:f.text,variant:f.type,key:Date.now()}),c(!0);var e=setTimeout(h,4e3);return function(){return clearTimeout(e)}}}),[f]);var h=function(){d(void 0),c(!1)};return Jt(Sa.Provider,{value:{showInfoMessage:d},children:[u&&Jt("div",{className:Kr()({"vm-snackbar":!0,"vm-snackbar_mobile":n}),children:Jt(Ea,{variant:i.variant,children:Jt("div",{className:"vm-snackbar-content",children:[Jt("span",{children:i.message}),Jt("div",{className:"vm-snackbar-content__close",onClick:h,children:Jt(ur,{})})]})})}),t]})},function(e){var t=e.children,n=v((0,r.useReducer)(Na,Aa),2),a=n[0],i=n[1],o=(0,r.useMemo)((function(){return{state:a,dispatch:i}}),[a,i]);return Jt(Ma.Provider,{value:o,children:t})}]),Oa=function(e){var t=e.activeMenu,n=e.label,r=e.value,a=e.color;return Jt(at,{className:Kr()({"vm-header-nav-item":!0,"vm-header-nav-item_active":t===r}),style:{color:a},to:r,children:n})},La=function(e,t,n){var a=(0,r.useCallback)((function(r){var a=null===e||void 0===e?void 0:e.current,i=r.target,o=(null===n||void 0===n?void 0:n.current)&&n.current.contains(i);!a||a.contains((null===r||void 0===r?void 0:r.target)||null)||o||t(r)}),[e,t]);aa("mousedown",a),aa("touchstart",a)},Pa=function(e){var t,n=e.variant,r=void 0===n?"contained":n,a=e.color,i=void 0===a?"primary":a,o=e.size,l=void 0===o?"medium":o,u=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 Jt("button",{className:Kr()((ct(t={"vm-button":!0},"vm-button_".concat(r,"_").concat(i),!0),ct(t,"vm-button_".concat(l),l),ct(t,"vm-button_icon",(f||s)&&!c),ct(t,"vm-button_full-width",h),ct(t,"vm-button_with-icon",f||s),ct(t,"vm-button_disabled",p),ct(t,m||"",m),t)),disabled:p,"aria-label":u,onClick:v,onMouseDown:g,children:Jt(Zt.HY,{children:[f&&Jt("span",{className:"vm-button__start-icon",children:f}),c&&Jt("span",{children:c}),s&&Jt("span",{className:"vm-button__end-icon",children:s})]})})},Ra=function(e){var t=v((0,r.useState)(!!e),2),n=t[0],a=t[1],i=(0,r.useCallback)((function(){return a(!0)}),[]),o=(0,r.useCallback)((function(){return a(!1)}),[]),l=(0,r.useCallback)((function(){return a((function(e){return!e}))}),[]);return{value:n,setValue:a,setTrue:i,setFalse:o,toggle:l}},Ia=function(e){var t,n=e.children,a=e.buttonRef,i=e.placement,o=void 0===i?"bottom-left":i,l=e.open,u=void 0!==l&&l,c=e.onClose,s=e.offset,f=void 0===s?{top:6,left:0}:s,d=e.clickOutside,h=void 0===d||d,m=e.fullWidth,p=e.title,g=e.disabledFullScreen,y=e.variant,_=xa().isMobile,b=Ee(),w=xe(),k=v((0,r.useState)({width:0,height:0}),2),D=k[0],x=k[1],C=Ra(!1),E=C.value,S=C.setValue,A=C.setFalse,N=(0,r.useRef)(null);(0,r.useEffect)((function(){return S(u),!u&&c&&c(),u&&_&&!g&&(document.body.style.overflow="hidden"),function(){document.body.style.overflow="auto"}}),[u]),(0,r.useEffect)((function(){var e,t;x({width:(null===N||void 0===N||null===(e=N.current)||void 0===e?void 0:e.clientWidth)||0,height:(null===N||void 0===N||null===(t=N.current)||void 0===t?void 0:t.clientHeight)||0}),S(!1)}),[N]);var M=(0,r.useMemo)((function(){var e=a.current;if(!e||!E)return{};var t=e.getBoundingClientRect(),n={top:0,left:0,width:"auto"},r="bottom-right"===o||"top-right"===o,i=null===o||void 0===o?void 0:o.includes("top"),l=(null===f||void 0===f?void 0:f.top)||0,u=(null===f||void 0===f?void 0:f.left)||0;n.left=n.left=t.left+u,n.top=t.height+t.top+l,r&&(n.left=t.right-D.width),i&&(n.top=t.top-D.height-l);var c=window,s=c.innerWidth,d=c.innerHeight,h=n.top+D.height+20>d,p=n.top-20<0,v=n.left+D.width+20>s,g=n.left-20<0;return h&&(n.top=t.top-D.height-l),p&&(n.top=t.height+t.top+l),v&&(n.left=t.right-D.width-u),g&&(n.left=t.left+u),m&&(n.width="".concat(t.width,"px")),n.top<0&&(n.top=20),n}),[a,o,E,n,m]);h&&La(N,(function(){return S(!1)}),a),(0,r.useEffect)((function(){if(N.current&&E&&(!_||g)){var e=N.current.getBoundingClientRect(),t=e.right,n=e.width;if(t>window.innerWidth){var r=window.innerWidth-20-n;N.current.style.left=r<window.innerWidth?"0":"".concat(r,"px")}}}),[E,N]);var T=(0,r.useCallback)((function(){E&&_&&!g&&(b(w,{replace:!0}),c())}),[E,_,g,w,c]);return aa("scroll",A),aa("popstate",T),Jt(Zt.HY,{children:(E||!D.width)&&r.default.createPortal(Jt("div",{className:Kr()((t={"vm-popper":!0},ct(t,"vm-popper_".concat(y),y),ct(t,"vm-popper_mobile",_&&!g),ct(t,"vm-popper_open",(_||Object.keys(M).length)&&E),t)),ref:N,style:_&&!g?{}:M,children:[(p||_&&!g)&&Jt("div",{className:"vm-popper-header",children:[Jt("p",{className:"vm-popper-header__title",children:p}),Jt(Pa,{variant:"text",color:"dark"===y?"white":"primary",size:"small",onClick:function(e){e.stopPropagation(),c()},ariaLabel:"close",children:Jt(ur,{})})]}),n]}),document.body)})},Ba=function(e){var t=e.activeMenu,n=e.label,a=e.color,i=e.background,o=e.submenu,l=e.direction,u=xe().pathname,c=v((0,r.useState)(null),2),s=c[0],f=c[1],d=(0,r.useRef)(null),h=Ra(!1),m=h.value,p=h.setFalse,g=h.setTrue,y=function(){s&&clearTimeout(s);var e=setTimeout(p,300);f(e)};return(0,r.useEffect)((function(){p()}),[u]),"column"===l?Jt(Zt.HY,{children:o.map((function(e){return Jt(Oa,{activeMenu:t,value:e.value||"",label:e.label||""},e.value)}))}):Jt("div",{className:Kr()({"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:a},onMouseEnter:function(){g(),s&&clearTimeout(s)},onMouseLeave:y,ref:d,children:[n,Jt(vr,{}),Jt(Ia,{open:m,placement:"bottom-left",offset:{top:12,left:0},onClose:p,buttonRef:d,children:Jt("div",{className:"vm-header-nav-item-submenu",style:{background:i},onMouseLeave:y,onMouseEnter:function(){s&&clearTimeout(s)},children:o.map((function(e){return Jt(Oa,{activeMenu:t,value:e.value||"",label:e.label||"",color:a},e.value)}))})})]})},za={label:"Explore",submenu:[{label:gt[yt.metrics].title,value:yt.metrics},{label:gt[yt.cardinality].title,value:yt.cardinality},{label:gt[yt.topQueries].title,value:yt.topQueries},{label:gt[yt.activeQueries].title,value:yt.activeQueries}]},ja={label:"Tools",submenu:[{label:gt[yt.trace].title,value:yt.trace},{label:gt[yt.queryAnalyzer].title,value:yt.queryAnalyzer},{label:gt[yt.withTemplate].title,value:yt.withTemplate},{label:gt[yt.relabel].title,value:yt.relabel}]},Ha=[{label:gt[yt.logs].title,value:yt.home}],$a=[{label:gt[yt.anomaly].title,value:yt.home},{label:gt[yt.home].title,value:yt.query}],Va=[{label:gt[yt.home].title,value:yt.home},za,ja],Ua=function(e){var t=e.color,n=e.background,a=e.direction,i=bt(),o=Ta().dashboardsSettings,l=xe().pathname,u=v((0,r.useState)(l),2),c=u[0],s=u[1],f=(0,r.useMemo)((function(){switch({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_TYPE){case ht.logs:return Ha;case ht.anomaly:return $a;default:return[].concat(y(Va),[{label:gt[yt.dashboards].title,value:yt.dashboards,hide:i||!o.length}]).filter((function(e){return!e.hide}))}}),[i,o]);return(0,r.useEffect)((function(){s(l)}),[l]),Jt("nav",{className:Kr()(ct({"vm-header-nav":!0},"vm-header-nav_".concat(a),a)),children:f.map((function(e){return e.submenu?Jt(Ba,{activeMenu:c,label:e.label||"",submenu:e.submenu,color:t,background:n,direction:a},e.label):Jt(Oa,{activeMenu:c,value:e.value||"",label:e.label||"",color:t},e.value)}))})},Ya=function(e){var t=e.title,n=e.children,a=e.onClose,i=e.className,o=e.isOpen,l=void 0===o||o,u=xa().isMobile,c=Ee(),s=xe(),f=(0,r.useCallback)((function(e){l&&"Escape"===e.key&&a()}),[l]),d=function(e){e.stopPropagation()},h=(0,r.useCallback)((function(){l&&(c(s,{replace:!0}),a())}),[l,s,a]);return(0,r.useEffect)((function(){if(l)return document.body.style.overflow="hidden",function(){document.body.style.overflow="auto"}}),[l]),aa("popstate",h),aa("keyup",f),r.default.createPortal(Jt("div",{className:Kr()(ct({"vm-modal":!0,"vm-modal_mobile":u},"".concat(i),i)),onMouseDown:a,children:Jt("div",{className:"vm-modal-content",children:[Jt("div",{className:"vm-modal-content-header",onMouseDown:d,children:[t&&Jt("div",{className:"vm-modal-content-header__title",children:t}),Jt("div",{className:"vm-modal-header__close",children:Jt(Pa,{variant:"text",size:"small",onClick:a,ariaLabel:"close",children:Jt(ur,{})})})]}),Jt("div",{className:"vm-modal-content-body",onMouseDown:d,children:n})]})}),document.body)},qa=function(e){var t=e.children,n=e.title,a=e.open,i=e.placement,o=void 0===i?"bottom-center":i,l=e.offset,u=void 0===l?{top:6,left:0}:l,c=xa().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},a="bottom-right"===o||"top-right"===o,i="bottom-left"===o||"top-left"===o,l=null===o||void 0===o?void 0:o.includes("top"),c=(null===u||void 0===u?void 0:u.top)||0,s=(null===u||void 0===u?void 0:u.left)||0;r.left=n.left-(m.width-n.width)/2+s,r.top=n.height+n.top+c,a&&(r.left=n.right-m.width),i&&(r.left=n.left+s),l&&(r.top=n.top-m.height-c);var d=window,h=d.innerWidth,p=d.innerHeight,v=r.top+m.height+20>p,y=r.top-20<0,_=r.left+m.width+20>h,b=r.left-20<0;return v&&(r.top=n.top-m.height-c),y&&(r.top=n.height+n.top+c),_&&(r.left=n.right-m.width-s),b&&(r.left=n.left+s),r.top<0&&(r.top=20),r.left<0&&(r.left=20),r}),[g,o,f,m]),w=function(){"boolean"!==typeof a&&d(!0)},k=function(){d(!1)};return(0,r.useEffect)((function(){"boolean"===typeof a&&d(a)}),[a]),(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",k),function(){t.removeEventListener("mouseenter",w),t.removeEventListener("mouseleave",k)}}),[g]),Jt(Zt.HY,{children:[Jt(r.Fragment,{ref:g,children:t}),!c&&f&&r.default.createPortal(Jt("div",{className:"vm-tooltip",ref:y,style:b,children:n}),document.body)]})},Wa=Jt("code",{children:Da()?"Cmd":"Ctrl"}),Qa=[{title:"Zoom in",description:Jt(Zt.HY,{children:["To zoom in, hold down the ",Wa," + ",Jt("code",{children:"scroll up"}),", or press the ",Jt("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:Jt(Zt.HY,{children:["To zoom out, hold down the ",Wa," + ",Jt("code",{children:"scroll down"}),", or press the ",Jt("code",{children:"-"}),"."]})},{title:"Move horizontal axis",description:Jt(Zt.HY,{children:["To move the graph, hold down the ",Wa," + ",Jt("code",{children:"drag"})," the graph to the right or left."]})},{title:"Fixing a tooltip",description:Jt(Zt.HY,{children:["To fix the tooltip, ",Jt("code",{children:"click"})," mouse when it's open. Then, you can drag the fixed tooltip by ",Jt("code",{children:"clicking"})," and ",Jt("code",{children:"dragging"})," on the ",Jt(Lr,{})," icon."]})},{title:"Set a custom range for the vertical axis",description:Jt(Zt.HY,{children:["To set a custom range for the vertical axis, click on the ",Jt(lr,{})," icon located in the upper right corner of the graph, activate the toggle, and set the values."]})}],Za=[{title:"Show/hide a legend item",description:Jt(Zt.HY,{children:[Jt("code",{children:"click"})," on a legend item to isolate it on the graph.",Wa," + ",Jt("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:Jt(Zt.HY,{children:[Jt("code",{children:"click"})," on a label key-value pair to save it to the clipboard."]})},{title:"Collapse/Expand the legend group",description:Jt(Zt.HY,{children:[Jt("code",{children:"click"})," on the group name (e.g. ",Jt("b",{children:'Query 1: {__name__!=""}'}),") to collapse or expand the legend."]})}],Ga=Qa.concat(Za),Ja=function(){var e=Ra(!1),t=e.value,n=e.setFalse,r=e.setTrue;return Jt(Zt.HY,{children:[Jt(qa,{title:"Show tips on working with the graph",children:Jt(Pa,{variant:"text",color:"gray",startIcon:Jt($r,{}),onClick:r,ariaLabel:"open the tips"})}),t&&Jt(Ya,{title:"Tips on working with the graph and the legend",onClose:n,children:Jt("div",{className:"fc-graph-tips",children:Ga.map((function(e){var t=e.title,n=e.description;return Jt("div",{className:"fc-graph-tips-item",children:[Jt("h4",{className:"fc-graph-tips-item__action",children:t}),Jt("p",{className:"fc-graph-tips-item__description",children:n})]},t)}))})})]})},Ka=Jt("code",{children:Da()?"Cmd":"Ctrl"}),Xa=Jt(Zt.HY,{children:[Jt("code",{children:Da()?"Option":"Ctrl"})," + ",Jt("code",{children:"Space"})]}),ei=[{title:"Query",list:[{keys:Jt("code",{children:"Enter"}),description:"Run"},{keys:Jt(Zt.HY,{children:[Jt("code",{children:"Shift"})," + ",Jt("code",{children:"Enter"})]}),description:"Multi-line queries"},{keys:Jt(Zt.HY,{children:[Ka," + ",Jt("code",{children:"Arrow Up"})]}),description:"Previous command from the Query history"},{keys:Jt(Zt.HY,{children:[Ka," + ",Jt("code",{children:"Arrow Down"})]}),description:"Next command from the Query history"},{keys:Jt(Zt.HY,{children:[Ka," + ",Jt("code",{children:"click"})," by ",Jt(Mr,{})]}),description:"Toggle multiple queries"},{keys:Xa,description:"Show quick autocomplete tips"}]},{title:"Graph",readMore:Jt(Ja,{}),list:[{keys:Jt(Zt.HY,{children:[Ka," + ",Jt("code",{children:"scroll Up"})," or ",Jt("code",{children:"+"})]}),description:"Zoom in"},{keys:Jt(Zt.HY,{children:[Ka," + ",Jt("code",{children:"scroll Down"})," or ",Jt("code",{children:"-"})]}),description:"Zoom out"},{keys:Jt(Zt.HY,{children:[Ka," + ",Jt("code",{children:"drag"})]}),description:"Move the graph left/right"},{keys:Jt(Zt.HY,{children:Jt("code",{children:"click"})}),description:"Select the series in the legend"},{keys:Jt(Zt.HY,{children:[Ka," + ",Jt("code",{children:"click"})]}),description:"Toggle multiple series in the legend"}]}],ti="Shortcut keys",ni=Da(),ri=ni?"Cmd + /":"F1",ai=function(e){var t=e.showTitle,n=bt(),a=Ra(!1),i=a.value,o=a.setTrue,l=a.setFalse,u=(0,r.useCallback)((function(e){var t=ni&&"/"===e.key&&e.metaKey,n=!ni&&"F1"===e.key&&!e.metaKey;(t||n)&&o()}),[o]);return aa("keydown",u),Jt(Zt.HY,{children:[Jt(qa,{open:!0!==t&&void 0,title:"".concat(ti," (").concat(ri,")"),placement:"bottom-center",children:Jt(Pa,{className:n?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Jt(br,{}),onClick:o,ariaLabel:ti,children:t&&ti})}),i&&Jt(Ya,{title:"Shortcut keys",onClose:l,children:Jt("div",{className:"vm-shortcuts",children:ei.map((function(e){return Jt("div",{className:"vm-shortcuts-section",children:[e.readMore&&Jt("div",{className:"vm-shortcuts-section__read-more",children:e.readMore}),Jt("h3",{className:"vm-shortcuts-section__title",children:e.title}),Jt("div",{className:"vm-shortcuts-section-list",children:e.list.map((function(t,n){return Jt("div",{className:"vm-shortcuts-section-list-item",children:[Jt("div",{className:"vm-shortcuts-section-list-item__key",children:t.keys}),Jt("p",{className:"vm-shortcuts-section-list-item__description",children:t.description})]},"".concat(e.title,"_").concat(n))}))})]},e.title)}))})})]})},ii=function(e){var t=e.open;return Jt("button",{className:Kr()({"vm-menu-burger":!0,"vm-menu-burger_opened":t}),"aria-label":"menu",children:Jt("span",{})})},oi={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_TYPE===ht.logs,li=function(e){var t=e.background,n=e.color,a=xe().pathname,i=xa().isMobile,o=(0,r.useRef)(null),l=Ra(!1),u=l.value,c=l.toggle,s=l.setFalse;return(0,r.useEffect)(s,[a]),La(o,s),Jt("div",{className:"vm-header-sidebar",ref:o,children:[Jt("div",{className:Kr()({"vm-header-sidebar-button":!0,"vm-header-sidebar-button_open":u}),onClick:c,children:Jt(ii,{open:u})}),Jt("div",{className:Kr()({"vm-header-sidebar-menu":!0,"vm-header-sidebar-menu_open":u}),children:[Jt("div",{children:Jt(Ua,{color:n,background:t,direction:"column"})}),Jt("div",{className:"vm-header-sidebar-menu-settings",children:!i&&!oi&&Jt(ai,{showTitle:!0})})]})]})};function ui(){ui=function(){return t};var e,t={},n=Object.prototype,r=n.hasOwnProperty,a=Object.defineProperty||function(e,t,n){e[t]=n.value},i="function"==typeof Symbol?Symbol:{},o=i.iterator||"@@iterator",l=i.asyncIterator||"@@asyncIterator",u=i.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 i=t&&t.prototype instanceof g?t:g,o=Object.create(i.prototype),l=new T(r||[]);return a(o,"_invoke",{value:S(e,n,l)}),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 k=Object.getPrototypeOf,D=k&&k(k(F([])));D&&D!==n&&r.call(D,o)&&(w=D);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 E(e,t){function n(a,i,o,l){var u=f(e[a],e,i);if("throw"!==u.type){var c=u.arg,s=c.value;return s&&"object"==b(s)&&r.call(s,"__await")?t.resolve(s.__await).then((function(e){n("next",e,o,l)}),(function(e){n("throw",e,o,l)})):t.resolve(s).then((function(e){c.value=e,o(c)}),(function(e){return n("throw",e,o,l)}))}l(u.arg)}var i;a(this,"_invoke",{value:function(e,r){function a(){return new t((function(t,a){n(e,r,t,a)}))}return i=i?i.then(a,a):a()}})}function S(t,n,r){var a=d;return function(i,o){if(a===m)throw new Error("Generator is already running");if(a===p){if("throw"===i)throw o;return{value:e,done:!0}}for(r.method=i,r.arg=o;;){var l=r.delegate;if(l){var u=A(l,r);if(u){if(u===v)continue;return u}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(a===d)throw a=p,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);a=m;var c=f(t,n,r);if("normal"===c.type){if(a=r.done?p:h,c.arg===v)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(a=p,r.method="throw",r.arg=c.arg)}}}function A(t,n){var r=n.method,a=t.iterator[r];if(a===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 i=f(a,t.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,v;var o=i.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 T(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(N,this),this.reset(!0)}function F(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 a=-1,i=function n(){for(;++a<t.length;)if(r.call(t,a))return n.value=t[a],n.done=!1,n;return n.value=e,n.done=!0,n};return i.next=i}}throw new TypeError(b(t)+" is not iterable")}return y.prototype=_,a(x,"constructor",{value:_,configurable:!0}),a(_,"constructor",{value:y,configurable:!0}),y.displayName=c(_,u,"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,u,"GeneratorFunction")),e.prototype=Object.create(x),e},t.awrap=function(e){return{__await:e}},C(E.prototype),c(E.prototype,l,(function(){return this})),t.AsyncIterator=E,t.async=function(e,n,r,a,i){void 0===i&&(i=Promise);var o=new E(s(e,n,r,a),i);return t.isGeneratorFunction(n)?o:o.next().then((function(e){return e.done?e.value:o.next()}))},C(x),c(x,u,"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=F,T.prototype={constructor:T,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 a(r,a){return l.type="throw",l.arg=t,n.next=r,a&&(n.method="next",n.arg=e),!!a}for(var i=this.tryEntries.length-1;i>=0;--i){var o=this.tryEntries[i],l=o.completion;if("root"===o.tryLoc)return a("end");if(o.tryLoc<=this.prev){var u=r.call(o,"catchLoc"),c=r.call(o,"finallyLoc");if(u&&c){if(this.prev<o.catchLoc)return a(o.catchLoc,!0);if(this.prev<o.finallyLoc)return a(o.finallyLoc)}else if(u){if(this.prev<o.catchLoc)return a(o.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return a(o.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var a=this.tryEntries[n];if(a.tryLoc<=this.prev&&r.call(a,"finallyLoc")&&this.prev<a.finallyLoc){var i=a;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var o=i?i.completion:{};return o.type=e,o.arg=t,i?(this.method="next",this.next=i.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 a=r.arg;M(n)}return a}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:F(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),v}},t}function ci(e,t,n,r,a,i,o){try{var l=e[i](o),u=l.value}catch(c){return void n(c)}l.done?t(u):Promise.resolve(u).then(r,a)}function si(e){return function(){var t=this,n=arguments;return new Promise((function(r,a){var i=e.apply(t,n);function o(e){ci(i,r,a,o,l,"next",e)}function l(e){ci(i,r,a,o,l,"throw",e)}o(void 0)}))}}var fi=["controlsComponent","isMobile"],di=function(e){var t=e.controlsComponent,n=e.isMobile,a=Xr(e,fi),i=bt(),o=xe().pathname,l=function(){var e=_t().useTenantID,t=bt(),n=Xt().serverUrl,a=v((0,r.useState)(!1),2),i=a[0],o=a[1],l=v((0,r.useState)(),2),u=l[0],c=l[1],s=v((0,r.useState)([]),2),f=s[0],d=s[1],h=(0,r.useMemo)((function(){return"".concat(n.replace(/^(.+)(\/select.+)/,"$1"),"/admin/tenants")}),[n]),m=(0,r.useMemo)((function(){return!!Dt(n)}),[n]),p=t?!e:!m;return(0,r.useEffect)((function(){if(!p){var e=function(){var e=si(ui().mark((function e(){var t,n,r;return ui().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:i,error:u}}(),u=l.accountIds,c=Ra(!1),s=c.value,f=c.toggle,d=c.setFalse,h=(0,r.useMemo)((function(){return(gt[o]||{}).header||{}}),[o]),m=Jt(t,ft(ft({},a),{},{isMobile:n,accountIds:u,headerSetup:h}));return n?Jt(Zt.HY,{children:[Jt("div",{children:Jt(Pa,{className:Kr()({"vm-header-button":!i}),startIcon:Jt(jr,{}),onClick:f,ariaLabel:"controls"})}),Jt(Ya,{title:"Controls",onClose:d,isOpen:s,className:Kr()({"vm-header-controls-modal":!0,"vm-header-controls-modal_open":s}),children:m})]}):m},hi={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_TYPE,mi=hi===ht.logs||hi===ht.anomaly,pi=function(){switch(hi){case ht.logs:return Jt(ar,{});case ht.anomaly:return Jt(ir,{});default:return Jt(rr,{})}},vi=function(e){var t=e.controlsComponent,n=xa().isMobile,a=ia(),i=(0,r.useMemo)((function(){return window.innerWidth<1e3}),[a]),o=Xt().isDarkTheme,l=bt(),u=(0,r.useMemo)((function(){return Ht(o?"color-background-block":"color-primary")}),[o]),c=(0,r.useMemo)((function(){var e=_t().headerStyles,t=void 0===e?{}:e,n=t.background,r=void 0===n?l?"#FFF":u:n,a=t.color;return{background:r,color:void 0===a?l?u:"#FFF":a}}),[u]),s=c.background,f=c.color,d=Ee(),h=function(){d({pathname:yt.home}),window.location.reload()};return Jt("header",{className:Kr()({"vm-header":!0,"vm-header_app":l,"vm-header_dark":o,"vm-header_sidebar":i,"vm-header_mobile":n}),style:{background:s,color:f},children:[i?Jt(li,{background:s,color:f}):Jt(Zt.HY,{children:[!l&&Jt("div",{className:Kr()({"vm-header-logo":!0,"vm-header-logo_logs":mi}),onClick:h,style:{color:f},children:Jt(pi,{})}),Jt(Ua,{color:f,background:s})]}),i&&Jt("div",{className:Kr()({"vm-header-logo":!0,"vm-header-logo_mobile":!0,"vm-header-logo_logs":mi}),onClick:h,style:{color:f},children:Jt(pi,{})}),Jt(di,{controlsComponent:t,displaySidebar:i,isMobile:n})]})},gi=(0,r.memo)((function(){var e="2019-".concat((new Date).getFullYear());return Jt("footer",{className:"vm-footer",children:[Jt("a",{className:"vm-link vm-footer__website",target:"_blank",href:"https://victoriametrics.com/",rel:"me noreferrer",children:[Jt(or,{}),"victoriametrics.com"]}),Jt("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://docs.victoriametrics.com/MetricsQL.html",rel:"help noreferrer",children:[Jt(Cr,{}),"MetricsQL"]}),Jt("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://docs.victoriametrics.com/#vmui",rel:"help noreferrer",children:[Jt(Rr,{}),"Documentation"]}),Jt("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://github.com/VictoriaMetrics/VictoriaMetrics/issues/new/choose",rel:"noreferrer",children:[Jt(Ir,{}),"Create an issue"]}),Jt("div",{className:"vm-footer__copyright",children:["\xa9 ",e," VictoriaMetrics"]})]})})),yi=function(){var e=si(ui().mark((function e(t){var n,r;return ui().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)}}(),_i=function(){var e=bt(),t=Xt().serverUrl,n=(0,r.useContext)(Ma).dispatch,a=v((0,r.useState)(!1),2),i=a[0],o=a[1],l=v((0,r.useState)(""),2),u=l[0],c=l[1],s=v((0,r.useState)([]),2),f=s[0],d=s[1],h=function(){var e=si(ui().mark((function e(){var t,n;return ui().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=si(ui().mark((function e(t){return ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",yi(t));case 1:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 6:n=e.sent,d((function(e){return[].concat(y(n),y(e))})),e.next=13;break;case 10:e.prev=10,e.t0=e.catch(0),e.t0 instanceof Error&&c("".concat(e.t0.name,": ").concat(e.t0.message));case 13:case"end":return e.stop()}}),e,null,[[0,10]])})));return function(){return e.apply(this,arguments)}}(),m=function(){var e=si(ui().mark((function e(){var n,r,a;return ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t&&!{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_TYPE){e.next=2;break}return e.abrupt("return");case 2:return c(""),o(!0),e.prev=4,e.next=7,fetch("".concat(t,"/vmui/custom-dashboards"));case 7:return n=e.sent,e.next=10,n.json();case 10:if(r=e.sent,!n.ok){e.next=22;break}if(!((a=r.dashboardsSettings)&&a.length>0)){e.next=17;break}d((function(e){return[].concat(y(e),y(a))})),e.next=19;break;case 17:return e.next=19,h();case 19:o(!1),e.next=26;break;case 22:return e.next=24,h();case 24:c(r.error),o(!1);case 26:e.next=34;break;case 28:return e.prev=28,e.t0=e.catch(4),o(!1),e.t0 instanceof Error&&c("".concat(e.t0.name,": ").concat(e.t0.message)),e.next=34,h();case 34:case"end":return e.stop()}}),e,null,[[4,28]])})));return function(){return e.apply(this,arguments)}}();return(0,r.useEffect)((function(){e||(d([]),m())}),[t]),(0,r.useEffect)((function(){n({type:"SET_DASHBOARDS_SETTINGS",payload:f})}),[f]),(0,r.useEffect)((function(){n({type:"SET_DASHBOARDS_LOADING",payload:i})}),[i]),(0,r.useEffect)((function(){n({type:"SET_DASHBOARDS_ERROR",payload:u})}),[u]),{dashboardsSettings:f,isLoading:i,error:u}},bi=function(e){var t=e.error,n=e.warning,a=e.info,i=(0,r.useRef)(null),o=v((0,r.useState)(!1),2),l=o[0],u=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||a),m=function(){var e=i.current;if(e){var t=e.offsetWidth,n=e.scrollWidth,r=e.offsetHeight,a=e.scrollHeight;u(t+1<n||r+1<a)}else u(!1)};return(0,r.useEffect)((function(){f(!1),m()}),[i,h]),aa("resize",m),t||n||a?Jt("span",{className:Kr()({"vm-text-field__error":!0,"vm-text-field__warning":n&&!t,"vm-text-field__helper-text":!n&&!t,"vm-text-field__error_overflowed":l,"vm-text-field__error_full":s}),"data-show":!!h,ref:i,onClick:function(){l&&(f(!0),u(!1))},children:h}):null},wi=function(e){var t=e.label,n=e.value,a=e.type,i=void 0===a?"text":a,o=e.error,l=void 0===o?"":o,u=e.warning,c=void 0===u?"":u,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,k=e.onEnter,D=e.onKeyDown,x=e.onFocus,C=e.onBlur,E=e.onChangeCaret,S=Xt().isDarkTheme,A=xa().isMobile,N=(0,r.useRef)(null),M=(0,r.useRef)(null),T=(0,r.useMemo)((function(){return"textarea"===i?M:N}),[i]),F=Kr()({"vm-text-field__input":!0,"vm-text-field__input_error":l,"vm-text-field__input_warning":!l&&c,"vm-text-field__input_icon-start":m,"vm-text-field__input_disabled":v,"vm-text-field__input_textarea":"textarea"===i}),O=function(e){var t=e.selectionStart,n=e.selectionEnd;E&&E([t||0,n||0])},L=function(e){O(e.currentTarget)},P=function(e){D&&D(e);var t=e.key,n=e.ctrlKey,r=e.metaKey,a="Enter"===t;("textarea"!==i?a:a&&(r||n))&&k&&(e.preventDefault(),k())},R=function(e){O(e.currentTarget)},I=function(e){v||(w&&w(e.currentTarget.value),O(e.currentTarget))};(0,r.useEffect)((function(){var e;y&&!A&&(null===T||void 0===T||null===(e=T.current)||void 0===e?void 0:e.focus)&&T.current.focus()}),[T,y]);var B=function(){x&&x()},z=function(){C&&C()};return Jt("label",{className:Kr()({"vm-text-field":!0,"vm-text-field_textarea":"textarea"===i,"vm-text-field_dark":S}),"data-replicated-value":n,children:[m&&Jt("div",{className:"vm-text-field__icon-start",children:m}),h&&Jt("div",{className:"vm-text-field__icon-end",children:h}),"textarea"===i?Jt("textarea",{className:F,disabled:v,ref:M,value:n,rows:1,inputMode:b,placeholder:d,autoCapitalize:"none",onInput:I,onKeyDown:P,onKeyUp:R,onFocus:B,onBlur:z,onMouseUp:L}):Jt("input",{className:F,disabled:v,ref:N,value:n,type:i,placeholder:d,inputMode:b,autoCapitalize:"none",onInput:I,onKeyDown:P,onKeyUp:R,onFocus:B,onBlur:z,onMouseUp:L}),t&&Jt("span",{className:"vm-text-field__label",children:t}),Jt(bi,{error:l,warning:c,info:f})]})},ki=function(e){var t=e.accountIds,n=bt(),a=xa().isMobile,i=Xt(),o=i.tenantId,l=i.serverUrl,u=en(),c=Un(),s=v((0,r.useState)(""),2),f=s[0],d=s[1],h=(0,r.useRef)(null),m=Ra(!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,a;return((null===(r=t.match(e))||void 0===r?void 0:r.index)||0)-((null===(a=n.match(e))||void 0===a?void 0:a.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(u({type:"SET_TENANT_ID",payload:t}),l){var n=kt(l,t);if(n===l)return;u({type:"SET_SERVER",payload:n}),c({type:"RUN_QUERY"})}y()}};return(0,r.useEffect)((function(){var e=Dt(l);o&&o!==e?w(o)():w(e)()}),[l]),b?Jt("div",{className:"vm-tenant-input",children:[Jt(qa,{title:"Define Tenant ID if you need request to another storage",children:Jt("div",{ref:h,children:a?Jt("div",{className:"vm-mobile-option",onClick:g,children:[Jt("span",{className:"vm-mobile-option__icon",children:Jt(zr,{})}),Jt("div",{className:"vm-mobile-option-text",children:[Jt("span",{className:"vm-mobile-option-text__label",children:"Tenant ID"}),Jt("span",{className:"vm-mobile-option-text__value",children:o})]}),Jt("span",{className:"vm-mobile-option__arrow",children:Jt(pr,{})})]}):Jt(Pa,{className:n?"":"vm-header-button",variant:"contained",color:"primary",fullWidth:!0,startIcon:Jt(zr,{}),endIcon:Jt("div",{className:Kr()({"vm-execution-controls-buttons__arrow":!0,"vm-execution-controls-buttons__arrow_open":p}),children:Jt(pr,{})}),onClick:g,children:o})})}),Jt(Ia,{open:p,placement:"bottom-right",onClose:y,buttonRef:h,title:a?"Define Tenant ID":void 0,children:Jt("div",{className:Kr()({"vm-list vm-tenant-input-list":!0,"vm-list vm-tenant-input-list_mobile":a}),children:[Jt("div",{className:"vm-tenant-input-list__search",children:Jt(wi,{autofocus:!0,label:"Search",value:f,onChange:d,type:"search"})}),_.map((function(e){return Jt("div",{className:Kr()({"vm-list-item":!0,"vm-list-item_mobile":a,"vm-list-item_active":e===o}),onClick:w(e),children:e},e)}))]})})]}):null};var Di,xi,Ci,Ei=function(e){var t=(0,r.useRef)();return(0,r.useEffect)((function(){t.current=e}),[e]),t.current},Si=function(){var e=bt(),t=xa().isMobile,n=ba(),a=n.customStep,i=n.isHistogram,o=Vn().period,l=o.step,u=o.end,c=o.start,s=wa(),f=Ei(u-c),d=(0,r.useMemo)((function(){return wn(u-c,i)}),[l,i]),h=v((0,r.useState)(a||d),2),m=h[0],p=h[1],g=v((0,r.useState)(""),2),y=g[0],_=g[1],b=Ra(!1),w=b.value,k=b.toggle,D=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),_("")},E=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})),a=n.every((function(e){return mn.find((function(t){return t.short===e}))})),i=r&&a;p(e),_(i?"":Bt.validStep)};return(0,r.useEffect)((function(){a&&C(a)}),[a]),(0,r.useEffect)((function(){!a&&d&&C(d)}),[d]),(0,r.useEffect)((function(){u-c!==f&&f&&d&&C(d)}),[u,c,f,d]),(0,r.useEffect)((function(){l!==a&&l!==d||C(d)}),[i]),Jt("div",{className:"vm-step-control",ref:x,children:[t?Jt("div",{className:"vm-mobile-option",onClick:k,children:[Jt("span",{className:"vm-mobile-option__icon",children:Jt(Pr,{})}),Jt("div",{className:"vm-mobile-option-text",children:[Jt("span",{className:"vm-mobile-option-text__label",children:"Step"}),Jt("span",{className:"vm-mobile-option-text__value",children:m})]}),Jt("span",{className:"vm-mobile-option__arrow",children:Jt(pr,{})})]}):Jt(qa,{title:"Query resolution step width",children:Jt(Pa,{className:e?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Jt(Pr,{}),onClick:k,children:Jt("p",{children:["STEP",Jt("p",{className:"vm-step-control__value",children:m})]})})}),Jt(Ia,{open:w,placement:"bottom-right",onClose:D,buttonRef:x,title:t?"Query resolution step width":void 0,children:Jt("div",{className:Kr()({"vm-step-control-popper":!0,"vm-step-control-popper_mobile":t}),children:[Jt(wi,{autofocus:!0,label:"Step value",value:m,error:y,onChange:E,onEnter:function(){C(),D()},onFocus:function(){document.activeElement instanceof HTMLInputElement&&document.activeElement.select()},onBlur:C,endIcon:Jt(qa,{title:"Set default step value: ".concat(d),children:Jt(Pa,{size:"small",variant:"text",color:"primary",startIcon:Jt(cr,{}),onClick:function(){var e=d||"1s";E(e),C(e)},ariaLabel:"reset step"})})}),Jt("div",{className:"vm-step-control-popper-info",children:[Jt("code",{children:"step"})," - the ",Jt("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 ",Jt("code",{children:"query"})," is executed at",Jt("code",{children:"start"}),", ",Jt("code",{children:"start+step"}),", ",Jt("code",{children:"start+2*step"}),", \u2026, ",Jt("code",{children:"end"})," timestamps.",Jt("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"})]})]})})]})},Ai=function(e){var t=e.relativeTime,n=e.setDuration,r=xa().isMobile;return Jt("div",{className:Kr()({"vm-time-duration":!0,"vm-time-duration_mobile":r}),children:Sn.map((function(e){var a,i=e.id,o=e.duration,l=e.until,u=e.title;return Jt("div",{className:Kr()({"vm-list-item":!0,"vm-list-item_mobile":r,"vm-list-item_active":i===t}),onClick:(a={duration:o,until:l(),id:i},function(){n(a)}),children:u||o},i)}))})},Ni=function(e){var t=e.viewDate,n=e.showArrowNav,r=e.onChangeViewDate;return Jt("div",{className:"vm-calendar-header",children:[Jt("div",{className:"vm-calendar-header-left",onClick:e.toggleDisplayYears,children:[Jt("span",{className:"vm-calendar-header-left__date",children:t.format("MMMM YYYY")}),Jt("div",{className:"vm-calendar-header-left__select-year",children:Jt(vr,{})})]}),n&&Jt("div",{className:"vm-calendar-header-right",children:[Jt("div",{className:"vm-calendar-header-right__prev",onClick:function(){r(t.subtract(1,"month"))},children:Jt(pr,{})}),Jt("div",{className:"vm-calendar-header-right__next",onClick:function(){r(t.add(1,"month"))},children:Jt(pr,{})})]})]})},Mi=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],Ti=function(e){var t=e.viewDate,n=e.selectDate,a=e.onChangeSelectDate,o="YYYY-MM-DD",l=i()().tz().startOf("day"),u=(0,r.useMemo)((function(){var e=new Array(42).fill(null),n=t.startOf("month"),r=t.endOf("month").diff(n,"day")+1,a=new Array(r).fill(n).map((function(e,t){return e.add(t,"day")})),i=n.day();return e.splice.apply(e,[i,r].concat(y(a))),e}),[t]),c=function(e){return function(){e&&a(e)}};return Jt("div",{className:"vm-calendar-body",children:[Mi.map((function(e){return Jt("div",{className:"vm-calendar-body-cell vm-calendar-body-cell_weekday",children:e[0]},e)})),u.map((function(e,t){return Jt("div",{className:Kr()({"vm-calendar-body-cell":!0,"vm-calendar-body-cell_day":!0,"vm-calendar-body-cell_day_empty":!e,"vm-calendar-body-cell_day_active":(e&&e.format(o))===n.format(o),"vm-calendar-body-cell_day_today":(e&&e.format(o))===l.format(o)}),onClick:c(e),children:e&&e.format("D")},e?e.format(o):t)}))]})},Fi=function(e){var t=e.viewDate,n=e.onChangeViewDate,a=i()().format("YYYY"),o=(0,r.useMemo)((function(){return t.format("YYYY")}),[t]),l=(0,r.useMemo)((function(){var e=i()().subtract(9,"year");return new Array(18).fill(e).map((function(e,t){return e.add(t,"year")}))}),[t]);(0,r.useEffect)((function(){var e=document.getElementById("vm-calendar-year-".concat(o));e&&e.scrollIntoView({block:"center"})}),[]);return Jt("div",{className:"vm-calendar-years",children:l.map((function(e){return Jt("div",{className:Kr()({"vm-calendar-years__year":!0,"vm-calendar-years__year_selected":e.format("YYYY")===o,"vm-calendar-years__year_today":e.format("YYYY")===a}),id:"vm-calendar-year-".concat(e.format("YYYY")),onClick:(t=e,function(){n(t)}),children:e.format("YYYY")},e.format("YYYY"));var t}))})},Oi=function(e){var t=e.viewDate,n=e.selectDate,a=e.onChangeViewDate,o=i()().format("MM"),l=(0,r.useMemo)((function(){return n.format("MM")}),[n]),u=(0,r.useMemo)((function(){return new Array(12).fill("").map((function(e,n){return i()(t).month(n)}))}),[t]);(0,r.useEffect)((function(){var e=document.getElementById("vm-calendar-year-".concat(l));e&&e.scrollIntoView({block:"center"})}),[]);var c=function(e){return function(){a(e)}};return Jt("div",{className:"vm-calendar-years",children:u.map((function(e){return Jt("div",{className:Kr()({"vm-calendar-years__year":!0,"vm-calendar-years__year_selected":e.format("MM")===l,"vm-calendar-years__year_today":e.format("MM")===o}),id:"vm-calendar-year-".concat(e.format("MM")),onClick:c(e),children:e.format("MMMM")},e.format("MM"))}))})},Li=function(e){return e[e.days=0]="days",e[e.months=1]="months",e[e.years=2]="years",e}(Li||{}),Pi=function(e){var t=e.date,n=e.format,a=void 0===n?rn:n,o=e.onChange,l=v((0,r.useState)(Li.days),2),u=l[0],c=l[1],s=v((0,r.useState)(i().tz(t)),2),f=s[0],d=s[1],h=v((0,r.useState)(i().tz(t)),2),m=h[0],p=h[1],g=i()().startOf("day").tz(),y=g.format()===f.format(),_=xa().isMobile,b=function(e){d(e),c((function(e){return e===Li.years?Li.months:Li.days}))};return(0,r.useEffect)((function(){m.format()!==i().tz(t).format()&&o(m.format(a))}),[m]),(0,r.useEffect)((function(){var e=i().tz(t);d(e),p(e)}),[t]),Jt("div",{className:Kr()({"vm-calendar":!0,"vm-calendar_mobile":_}),children:[Jt(Ni,{viewDate:f,onChangeViewDate:b,toggleDisplayYears:function(){c((function(e){return e===Li.years?Li.days:Li.years}))},showArrowNav:u===Li.days}),u===Li.days&&Jt(Ti,{viewDate:f,selectDate:m,onChangeSelectDate:function(e){p(e)}}),u===Li.years&&Jt(Fi,{viewDate:f,onChangeViewDate:b}),u===Li.months&&Jt(Oi,{selectDate:m,viewDate:f,onChangeViewDate:b}),!y&&u===Li.days&&Jt("div",{className:"vm-calendar-footer",children:Jt(Pa,{variant:"text",size:"small",onClick:function(){d(g)},children:"show today"})})]})},Ri=(0,r.forwardRef)((function(e,t){var n=e.date,a=e.targetRef,o=e.format,l=void 0===o?rn:o,u=e.onChange,c=e.label,s=(0,r.useMemo)((function(){return i()(n).isValid()?i().tz(n):i()().tz()}),[n]),f=xa().isMobile,d=Ra(!1),h=d.value,m=d.toggle,p=d.setFalse;return aa("click",m,a),aa("keyup",(function(e){"Escape"!==e.key&&"Enter"!==e.key||p()})),Jt(Zt.HY,{children:Jt(Ia,{open:h,buttonRef:a,placement:"bottom-right",onClose:p,title:f?c:void 0,children:Jt("div",{ref:t,children:Jt(Pi,{date:s,format:l,onChange:function(e){u(e),p()}})})})})})),Ii=Ri,Bi=n(111),zi=n.n(Bi),ji=function(e){return i()(e).isValid()?i().tz(e).format(rn):e},Hi=function(e){var t=e.value,n=void 0===t?"":t,a=e.label,o=e.pickerLabel,l=e.pickerRef,u=e.onChange,c=e.onEnter,s=(0,r.useRef)(null),f=v((0,r.useState)(null),2),d=f[0],h=f[1],m=v((0,r.useState)(ji(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),k=w[0],D=w[1],x=i()(p).isValid()?"":"Invalid date format";return(0,r.useEffect)((function(){var e=ji(n);e!==p&&g(e),k&&(c(),D(!1))}),[n]),(0,r.useEffect)((function(){_&&d&&(d.focus(),d.setSelectionRange(11,11),b(!1))}),[_]),Jt("div",{className:Kr()({"vm-date-time-input":!0,"vm-date-time-input_error":x}),children:[Jt("label",{children:a}),Jt(zi(),{tabIndex:1,inputRef:h,mask:"9999-99-99 99:99:99",placeholder:"YYYY-MM-DD HH:mm:ss",value:p,autoCapitalize:"none",inputMode:"numeric",maskChar:null,onChange:function(e){g(e.currentTarget.value)},onBlur:function(){u(p)},onKeyUp:function(e){"Enter"===e.key&&(u(p),D(!0))}}),x&&Jt("span",{className:"vm-date-time-input__error-text",children:x}),Jt("div",{className:"vm-date-time-input__icon",ref:s,children:Jt(Pa,{variant:"text",color:"gray",size:"small",startIcon:Jt(yr,{}),ariaLabel:"calendar"})}),Jt(Ii,{label:o,ref:l,date:p,onChange:function(e){g(e),b(!0)},targetRef:s})]})},$i=function(){var e=xa().isMobile,t=Xt().isDarkTheme,n=(0,r.useRef)(null),a=ia(),o=(0,r.useMemo)((function(){return a.width>1120}),[a]),l=v((0,r.useState)(),2),u=l[0],c=l[1],s=v((0,r.useState)(),2),f=s[0],d=s[1],h=Vn(),m=h.period,p=m.end,g=m.start,y=h.relativeTime,_=h.timezone,b=h.duration,w=Un(),k=bt(),D=Ei(_),x=Ra(!1),C=x.value,E=x.toggle,S=x.setFalse,A=(0,r.useMemo)((function(){return{region:_,utc:Nn(_)}}),[_]);(0,r.useEffect)((function(){c(xn(En(p)))}),[_,p]),(0,r.useEffect)((function(){d(xn(En(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}}),S()},M=(0,r.useMemo)((function(){return{start:i().tz(En(g)).format(rn),end:i().tz(En(p)).format(rn)}}),[g,p,_]),T=(0,r.useMemo)((function(){return y&&"none"!==y?y.replace(/_/g," "):"".concat(M.start," - ").concat(M.end)}),[y,M]),F=(0,r.useRef)(null),O=(0,r.useRef)(null),L=(0,r.useRef)(null),P=function(){f&&u&&w({type:"SET_PERIOD",payload:{from:i().tz(f).toDate(),to:i().tz(u).toDate()}}),S()};return(0,r.useEffect)((function(){var e=An({relativeTimeId:y,defaultDuration:b,defaultEndInput:En(p)});D&&_!==D&&N({id:e.relativeTimeId,duration:e.duration,until:e.endInput})}),[_,D]),La(n,(function(t){var n,r;if(!e){var a=t.target,i=(null===F||void 0===F?void 0:F.current)&&(null===F||void 0===F||null===(n=F.current)||void 0===n?void 0:n.contains(a)),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(a));i||o||S()}})),Jt(Zt.HY,{children:[Jt("div",{ref:L,children:e?Jt("div",{className:"vm-mobile-option",onClick:E,children:[Jt("span",{className:"vm-mobile-option__icon",children:Jt(gr,{})}),Jt("div",{className:"vm-mobile-option-text",children:[Jt("span",{className:"vm-mobile-option-text__label",children:"Time range"}),Jt("span",{className:"vm-mobile-option-text__value",children:T})]}),Jt("span",{className:"vm-mobile-option__arrow",children:Jt(pr,{})})]}):Jt(qa,{title:o?"Time range controls":T,children:Jt(Pa,{className:k?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Jt(gr,{}),onClick:E,ariaLabel:"time range controls",children:o&&Jt("span",{children:T})})})}),Jt(Ia,{open:C,buttonRef:L,placement:"bottom-right",onClose:S,clickOutside:!1,title:e?"Time range controls":"",children:Jt("div",{className:Kr()({"vm-time-selector":!0,"vm-time-selector_mobile":e}),ref:n,children:[Jt("div",{className:"vm-time-selector-left",children:[Jt("div",{className:Kr()({"vm-time-selector-left-inputs":!0,"vm-time-selector-left-inputs_dark":t}),children:[Jt(Hi,{value:f,label:"From:",pickerLabel:"Date From",pickerRef:F,onChange:d,onEnter:P}),Jt(Hi,{value:u,label:"To:",pickerLabel:"Date To",pickerRef:O,onChange:c,onEnter:P})]}),Jt("div",{className:"vm-time-selector-left-timezone",children:[Jt("div",{className:"vm-time-selector-left-timezone__title",children:A.region}),Jt("div",{className:"vm-time-selector-left-timezone__utc",children:A.utc})]}),Jt(Pa,{variant:"text",startIcon:Jt(_r,{}),onClick:function(){return w({type:"RUN_QUERY_TO_NOW"})},children:"switch to now"}),Jt("div",{className:"vm-time-selector-left__controls",children:[Jt(Pa,{color:"error",variant:"outlined",onClick:function(){c(xn(En(p))),d(xn(En(g))),S()},children:"Cancel"}),Jt(Pa,{color:"primary",onClick:P,children:"Apply"})]})]}),Jt(Ai,{relativeTime:y||"",setDuration:N})]})})]})},Vi=function(){var e=Ee(),t=v(ut(),2),n=t[0],a=t[1];return{setSearchParamsFromKeys:(0,r.useCallback)((function(t){var r=!!Array.from(n.values()).length,i=!1;Object.entries(t).forEach((function(e){var t=v(e,2),r=t[0],a=t[1];n.get(r)!=="".concat(a)&&(n.set(r,"".concat(a)),i=!0)})),i&&(r?a(n):e("?".concat(n.toString()),{replace:!0}))}),[n,e])}},Ui=function(){var e=xa().isMobile,t=bt(),n=(0,r.useRef)(null),a=v(ut(),1)[0],o=Vi().setSearchParamsFromKeys,l=a.get("date")||i()().tz().format(nn),u=(0,r.useMemo)((function(){return i().tz(l).format(nn)}),[l]),c=function(e){o({date:e})};return(0,r.useEffect)((function(){c(l)}),[]),Jt("div",{children:[Jt("div",{ref:n,children:e?Jt("div",{className:"vm-mobile-option",children:[Jt("span",{className:"vm-mobile-option__icon",children:Jt(yr,{})}),Jt("div",{className:"vm-mobile-option-text",children:[Jt("span",{className:"vm-mobile-option-text__label",children:"Date control"}),Jt("span",{className:"vm-mobile-option-text__value",children:u})]}),Jt("span",{className:"vm-mobile-option__arrow",children:Jt(pr,{})})]}):Jt(qa,{title:"Date control",children:Jt(Pa,{className:t?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Jt(yr,{}),children:u})})}),Jt(Ii,{label:"Date control",date:l||"",format:nn,onChange:c,targetRef:n})]})},Yi=[{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"}],qi=function(){var e=xa().isMobile,t=Un(),n=bt(),a=v((0,r.useState)(!1),2),i=a[0],o=a[1],l=v((0,r.useState)(Yi[0]),2),u=l[0],c=l[1],s=Ra(!1),f=s.value,d=s.toggle,h=s.setFalse,m=(0,r.useRef)(null);(0,r.useEffect)((function(){var e,n=u.seconds;return i?e=setInterval((function(){t({type:"RUN_QUERY"})}),1e3*n):c(Yi[0]),function(){e&&clearInterval(e)}}),[u,i]);var p=function(e){return function(){!function(e){(i&&!e.seconds||!i&&e.seconds)&&o((function(e){return!e})),c(e),h()}(e)}};return Jt(Zt.HY,{children:[Jt("div",{className:"vm-execution-controls",children:Jt("div",{className:Kr()({"vm-execution-controls-buttons":!0,"vm-execution-controls-buttons_mobile":e,"vm-header-button":!n}),children:[!e&&Jt(qa,{title:"Refresh dashboard",children:Jt(Pa,{variant:"contained",color:"primary",onClick:function(){t({type:"RUN_QUERY"})},startIcon:Jt(mr,{}),ariaLabel:"refresh dashboard"})}),e?Jt("div",{className:"vm-mobile-option",onClick:d,children:[Jt("span",{className:"vm-mobile-option__icon",children:Jt(cr,{})}),Jt("div",{className:"vm-mobile-option-text",children:[Jt("span",{className:"vm-mobile-option-text__label",children:"Auto-refresh"}),Jt("span",{className:"vm-mobile-option-text__value",children:u.title})]}),Jt("span",{className:"vm-mobile-option__arrow",children:Jt(pr,{})})]}):Jt(qa,{title:"Auto-refresh control",children:Jt("div",{ref:m,children:Jt(Pa,{variant:"contained",color:"primary",fullWidth:!0,endIcon:Jt("div",{className:Kr()({"vm-execution-controls-buttons__arrow":!0,"vm-execution-controls-buttons__arrow_open":f}),children:Jt(pr,{})}),onClick:d,children:u.title})})})]})}),Jt(Ia,{open:f,placement:"bottom-right",onClose:h,buttonRef:m,title:e?"Auto-refresh duration":void 0,children:Jt("div",{className:Kr()({"vm-execution-controls-list":!0,"vm-execution-controls-list_mobile":e}),children:Yi.map((function(t){return Jt("div",{className:Kr()({"vm-list-item":!0,"vm-list-item_mobile":e,"vm-list-item_active":t.seconds===u.seconds}),onClick:p(t),children:t.title},t.seconds)}))})})]})},Wi="Enable to save the modified server URL to local storage, preventing reset upon page refresh.",Qi="Disable to stop saving the server URL to local storage, reverting to the default URL on page refresh.",Zi=function(e){var t=e.serverUrl,n=e.stateServerUrl,a=e.onChange,i=e.onEnter,o=Ra(!!Ct("SERVER_URL")),l=o.value,u=o.toggle,c=v((0,r.useState)(""),2),s=c[0],f=c[1];return(0,r.useEffect)((function(){n||f(Bt.emptyServer),Ut(n)||f(Bt.validServer)}),[n]),(0,r.useEffect)((function(){l?xt("SERVER_URL",t):Et(["SERVER_URL"])}),[l]),(0,r.useEffect)((function(){l&&xt("SERVER_URL",t)}),[t]),Jt("div",{children:[Jt("div",{className:"vm-server-configurator__title",children:"Server URL"}),Jt("div",{className:"vm-server-configurator-url",children:[Jt(wi,{autofocus:!0,value:t,error:s,onChange:function(e){a(e||""),f("")},onEnter:i,inputmode:"url"}),Jt(qa,{title:l?Qi:Wi,children:Jt(Pa,{className:"vm-server-configurator-url__button",variant:"text",color:l?"primary":"gray",onClick:u,startIcon:Jt(zr,{})})})]})]})},Gi=[{label:"Graph",type:It.chart},{label:"JSON",type:It.code},{label:"Table",type:It.table}],Ji=function(e){var t=e.limits,n=e.onChange,a=e.onEnter,i=xa().isMobile,o=v((0,r.useState)({table:"",chart:"",code:""}),2),l=o[0],u=o[1],c=function(e){return function(r){!function(e,r){var a=e||"";u((function(e){return ft(ft({},e),{},ct({},r,+a<0?Bt.positiveNumber:""))})),n(ft(ft({},t),{},ct({},r,a||1/0)))}(r,e)}};return Jt("div",{className:"vm-limits-configurator",children:[Jt("div",{className:"vm-server-configurator__title",children:["Series limits by tabs",Jt(qa,{title:"Set to 0 to disable the limit",children:Jt(Pa,{variant:"text",color:"primary",size:"small",startIcon:Jt(sr,{})})}),Jt("div",{className:"vm-limits-configurator-title__reset",children:Jt(Pa,{variant:"text",color:"primary",size:"small",startIcon:Jt(cr,{}),onClick:function(){n(Ft)},children:"Reset limits"})})]}),Jt("div",{className:Kr()({"vm-limits-configurator__inputs":!0,"vm-limits-configurator__inputs_mobile":i}),children:Gi.map((function(e){return Jt("div",{children:Jt(wi,{label:e.label,value:t[e.type],error:l[e.type],onChange:c(e.type),onEnter:a,type:"number"})},e.type)}))})]})},Ki=function(e){var t=e.defaultExpanded,n=void 0!==t&&t,a=e.onChange,i=e.title,o=e.children,l=v((0,r.useState)(n),2),u=l[0],c=l[1];return(0,r.useEffect)((function(){a&&a(u)}),[u]),Jt(Zt.HY,{children:[Jt("header",{className:"vm-accordion-header ".concat(u&&"vm-accordion-header_open"),onClick:function(){c((function(e){return!e}))},children:[i,Jt("div",{className:"vm-accordion-header__arrow ".concat(u&&"vm-accordion-header__arrow_open"),children:Jt(pr,{})})]}),u&&Jt("section",{className:"vm-accordion-section",children:o},"content")]})},Xi=function(e){var t=e.timezoneState,n=e.defaultTimezone,a=e.onChange,o=xa().isMobile,l=Mn(),u=v((0,r.useState)(""),2),c=u[0],s=u[1],f=(0,r.useRef)(null),d=Ra(!1),h=d.value,m=d.toggle,p=d.setFalse,g=(0,r.useMemo)((function(){return[{title:"Default time (".concat(n,")"),region:n,utc:n?Nn(n):"UTC"},{title:"Browser Time (".concat(i().tz.guess(),")"),region:i().tz.guess(),utc:Nn(i().tz.guess())},{title:"UTC (Coordinated Universal Time)",region:"UTC",utc:"UTC"}].filter((function(e){return e.region}))}),[n]),y=(0,r.useMemo)((function(){if(!c)return l;try{return Mn(c)}catch(e){return{}}}),[c,l]),_=(0,r.useMemo)((function(){return Object.keys(y)}),[y]),b=(0,r.useMemo)((function(){return{region:t,utc:Nn(t)}}),[t]),w=function(e){return function(){!function(e){a(e.region),s(""),p()}(e)}};return Jt("div",{className:"vm-timezones",children:[Jt("div",{className:"vm-server-configurator__title",children:"Time zone"}),Jt("div",{className:"vm-timezones-item vm-timezones-item_selected",onClick:m,ref:f,children:[Jt("div",{className:"vm-timezones-item__title",children:b.region}),Jt("div",{className:"vm-timezones-item__utc",children:b.utc}),Jt("div",{className:Kr()({"vm-timezones-item__icon":!0,"vm-timezones-item__icon_open":h}),children:Jt(vr,{})})]}),Jt(Ia,{open:h,buttonRef:f,placement:"bottom-left",onClose:p,fullWidth:!0,title:o?"Time zone":void 0,children:Jt("div",{className:Kr()({"vm-timezones-list":!0,"vm-timezones-list_mobile":o}),children:[Jt("div",{className:"vm-timezones-list-header",children:[Jt("div",{className:"vm-timezones-list-header__search",children:Jt(wi,{autofocus:!0,label:"Search",value:c,onChange:function(e){s(e)}})}),g.map((function(e,t){return e&&Jt("div",{className:"vm-timezones-item vm-timezones-list-group-options__item",onClick:w(e),children:[Jt("div",{className:"vm-timezones-item__title",children:e.title}),Jt("div",{className:"vm-timezones-item__utc",children:e.utc})]},"".concat(t,"_").concat(e.region))}))]}),_.map((function(e){return Jt("div",{className:"vm-timezones-list-group",children:Jt(Ki,{defaultExpanded:!0,title:Jt("div",{className:"vm-timezones-list-group__title",children:e}),children:Jt("div",{className:"vm-timezones-list-group-options",children:y[e]&&y[e].map((function(e){return Jt("div",{className:"vm-timezones-item vm-timezones-list-group-options__item",onClick:w(e),children:[Jt("div",{className:"vm-timezones-item__title",children:e.region}),Jt("div",{className:"vm-timezones-item__utc",children:e.utc})]},e.search)}))})})},e)}))]})})]})},eo=function(e){var t=e.options,n=e.value,a=e.label,i=e.onChange,o=(0,r.useRef)(null),l=v((0,r.useState)({width:"0px",left:"0px",borderRadius:"0px"}),2),u=l[0],c=l[1],s=function(e){return function(){i(e)}};return(0,r.useEffect)((function(){if(o.current){var e=t.findIndex((function(e){return e.value===n})),r=o.current.getBoundingClientRect().width,a=e*r,i="0";0===e&&(i="16px 0 0 16px"),e===t.length-1&&(i="10px",a-=1,i="0 16px 16px 0"),0!==e&&e!==t.length-1&&(r+=1,a-=1),c({width:"".concat(r,"px"),left:"".concat(a,"px"),borderRadius:i})}else c({width:"0px",left:"0px",borderRadius:"0px"})}),[o,n,t]),Jt("div",{className:"vm-toggles",children:[a&&Jt("label",{className:"vm-toggles__label",children:a}),Jt("div",{className:"vm-toggles-group",style:{gridTemplateColumns:"repeat(".concat(t.length,", 1fr)")},children:[u.borderRadius&&Jt("div",{className:"vm-toggles-group__highlight",style:u}),t.map((function(e,t){return Jt("div",{className:Kr()({"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)}))]})]})},to=Object.values(zt).map((function(e){return{title:e,value:e}})),no=function(e){var t=e.theme,n=e.onChange,r=xa().isMobile;return Jt("div",{className:Kr()({"vm-theme-control":!0,"vm-theme-control_mobile":r}),children:[Jt("div",{className:"vm-server-configurator__title",children:"Theme preferences"}),Jt("div",{className:"vm-theme-control__toggle",children:Jt(eo,{options:to,value:t,onChange:function(e){n(e)}})},"".concat(r))]})},ro="Settings",ao={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_TYPE===ht.logs,io=function(){var e=xa().isMobile,t=bt(),n=Xt(),a=n.serverUrl,i=n.theme,o=Vn(),l=o.timezone,u=o.defaultTimezone,c=pa().seriesLimits,s=en(),f=Un(),d=va(),h=v((0,r.useState)(a),2),m=h[0],p=h[1],g=v((0,r.useState)(c),2),y=g[0],_=g[1],b=v((0,r.useState)(l),2),w=b[0],k=b[1],D=Ra(!1),x=D.value,C=D.setTrue,E=D.setFalse,S=function(){E(),p(a),_(c),k(l)},A=function(){var e=Dt(m);""!==e&&s({type:"SET_TENANT_ID",payload:e}),s({type:"SET_SERVER",payload:m}),f({type:"SET_TIMEZONE",payload:w}),d({type:"SET_SERIES_LIMITS",payload:y}),E()};(0,r.useEffect)((function(){a!==m&&p(a)}),[a]),(0,r.useEffect)((function(){k(l)}),[l]);var N=[{show:!t&&!ao,component:Jt(Zi,{stateServerUrl:a,serverUrl:m,onChange:p,onEnter:A})},{show:!ao,component:Jt(Ji,{limits:y,onChange:_,onEnter:A})},{show:!0,component:Jt(Xi,{timezoneState:w,defaultTimezone:u,onChange:k})},{show:!t,component:Jt(no,{theme:i,onChange:function(e){s({type:"SET_THEME",payload:e})}})}].filter((function(e){return e.show}));return Jt(Zt.HY,{children:[e?Jt("div",{className:"vm-mobile-option",onClick:C,children:[Jt("span",{className:"vm-mobile-option__icon",children:Jt(lr,{})}),Jt("div",{className:"vm-mobile-option-text",children:Jt("span",{className:"vm-mobile-option-text__label",children:ro})}),Jt("span",{className:"vm-mobile-option__arrow",children:Jt(pr,{})})]}):Jt(qa,{title:ro,children:Jt(Pa,{className:Kr()({"vm-header-button":!t}),variant:"contained",color:"primary",startIcon:Jt(lr,{}),onClick:C,ariaLabel:"settings"})}),x&&Jt(Ya,{title:ro,onClose:S,children:Jt("div",{className:Kr()({"vm-server-configurator":!0,"vm-server-configurator_mobile":e}),children:[N.map((function(e,t){return Jt("div",{className:"vm-server-configurator__input",children:e.component},t)})),Jt("div",{className:"vm-server-configurator-footer",children:[Jt(Pa,{color:"error",variant:"outlined",onClick:S,children:"Cancel"}),Jt(Pa,{color:"primary",variant:"contained",onClick:A,children:"Apply"})]})]})})]})},oo=function(e){var t=e.displaySidebar,n=e.isMobile,r=e.headerSetup,a=e.accountIds;return Jt("div",{className:Kr()({"vm-header-controls":!0,"vm-header-controls_mobile":n}),children:[(null===r||void 0===r?void 0:r.tenant)&&Jt(ki,{accountIds:a||[]}),(null===r||void 0===r?void 0:r.stepControl)&&Jt(Si,{}),(null===r||void 0===r?void 0:r.timeSelector)&&Jt($i,{}),(null===r||void 0===r?void 0:r.cardinalityDatePicker)&&Jt(Ui,{}),(null===r||void 0===r?void 0:r.executionControls)&&Jt(qi,{}),Jt(io,{}),!t&&Jt(ai,{})]})},lo=Boolean(Ct("DISABLED_DEFAULT_TIMEZONE")),uo=function(){var e=Xt().serverUrl,t=Un(),n=v((0,r.useState)(!1),2),a=n[0],o=n[1],l=v((0,r.useState)(""),2),u=l[0],c=l[1],s=function(e){var n="local"===e.toLowerCase()?i().tz.guess():e;try{if(i()().tz(n).isValid(),t({type:"SET_DEFAULT_TIMEZONE",payload:n}),lo)return;t({type:"SET_TIMEZONE",payload:n})}catch(r){r instanceof Error&&c("".concat(r.name,": ").concat(r.message))}},f=function(){var t=si(ui().mark((function t(){var n,r;return ui().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(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_TYPE){t.next=2;break}return t.abrupt("return");case 2:return c(""),o(!0),t.prev=4,t.next=7,fetch("".concat(e,"/vmui/timezone"));case 7:return n=t.sent,t.next=10,n.json();case 10:r=t.sent,n.ok?(s(r.timezone),o(!1)):(c(r.error),o(!1)),t.next=18;break;case 14:t.prev=14,t.t0=t.catch(4),o(!1),t.t0 instanceof Error&&c("".concat(t.t0.name,": ").concat(t.t0.message));case 18:case"end":return t.stop()}}),t,null,[[4,14]])})));return function(){return t.apply(this,arguments)}}();return(0,r.useEffect)((function(){f()}),[e]),{isLoading:a,error:u}},co=function(){var e=bt(),t=xa().isMobile,n=xe().pathname,a=v(ut(),2),i=a[0],o=a[1];_i(),uo();return(0,r.useEffect)((function(){var e,t="vmui",r=null===(e=gt[n])||void 0===e?void 0:e.title;document.title=r?"".concat(r," - ").concat(t):t}),[n]),(0,r.useEffect)((function(){var e=window.location,t=e.search,n=e.href;if(t){var r=Nt().parse(t,{ignoreQueryPrefix:!0});Object.entries(r).forEach((function(e){var t=v(e,2),n=t[0],r=t[1];return i.set(n,r)})),o(i),window.location.search=""}var a=n.replace(/\/\?#\//,"/#/");a!==n&&window.location.replace(a)}),[]),Jt("section",{className:"vm-container",children:[Jt(vi,{controlsComponent:oo}),Jt("div",{className:Kr()({"vm-container-body":!0,"vm-container-body_mobile":t,"vm-container-body_app":e}),children:Jt(je,{})}),!e&&Jt(gi,{})]})},so=function(e){return e[e.mouse=0]="mouse",e[e.keyboard=1]="keyboard",e}(so||{}),fo=function(e){var t,n=e.value,a=e.options,i=e.anchor,o=e.disabled,l=e.minLength,u=void 0===l?2:l,c=e.fullWidth,s=e.selected,f=e.noOptionsText,d=e.label,h=e.disabledFullScreen,m=e.offset,p=e.maxDisplayResults,g=e.onSelect,y=e.onOpenAutocomplete,_=e.onFoundOptions,b=xa().isMobile,w=(0,r.useRef)(null),k=v((0,r.useState)({index:-1}),2),D=k[0],x=k[1],C=v((0,r.useState)(""),2),E=C[0],S=C[1],A=v((0,r.useState)(0),2),N=A[0],M=A[1],T=Ra(!1),F=T.value,O=T.setValue,L=T.setFalse,P=(0,r.useMemo)((function(){if(!F)return[];try{var e=new RegExp(String(n.trim()),"i"),t=a.filter((function(t){return e.test(t.value)})).sort((function(t,r){var a,i;return t.value.toLowerCase()===n.trim().toLowerCase()?-1:r.value.toLowerCase()===n.trim().toLowerCase()?1:((null===(a=t.value.match(e))||void 0===a?void 0:a.index)||0)-((null===(i=r.value.match(e))||void 0===i?void 0:i.index)||0)}));return M(t.length),S(t.length>Number(null===p||void 0===p?void 0:p.limit)&&(null===p||void 0===p?void 0:p.message)||""),null!==p&&void 0!==p&&p.limit?t.slice(0,p.limit):t}catch(r){return[]}}),[F,a,n]),R=(0,r.useMemo)((function(){var e;return 1===P.length&&(null===(e=P[0])||void 0===e?void 0:e.value)===n}),[P]),I=(0,r.useMemo)((function(){return f&&!P.length}),[f,P]),B=function(){x({index:-1})},z=(0,r.useCallback)((function(e){var t=e.key,n=e.ctrlKey,r=e.metaKey,a=e.shiftKey,i=n||r||a,o=P.length;if("ArrowUp"===t&&!i&&o&&(e.preventDefault(),x((function(e){var t=e.index;return{index:t<=0?0:t-1,type:so.keyboard}}))),"ArrowDown"===t&&!i&&o){e.preventDefault();var l=P.length-1;x((function(e){var t=e.index;return{index:t>=l?l:t+1,type:so.keyboard}}))}if("Enter"===t){var u=P[D.index];u&&g(u.value),s||L()}"Escape"===t&&L()}),[D,P,L,g,s]);return(0,r.useEffect)((function(){O(n.length>=u)}),[n,a]),aa("keydown",z),(0,r.useEffect)((function(){if(w.current&&D.type!==so.mouse){var e=w.current.childNodes[D.index];null!==e&&void 0!==e&&e.scrollIntoView&&e.scrollIntoView({block:"center"})}}),[D,P]),(0,r.useEffect)((function(){x({index:-1})}),[P]),(0,r.useEffect)((function(){y&&y(F)}),[F]),(0,r.useEffect)((function(){_&&_(R?[]:P)}),[P,R]),Jt(Ia,{open:F,buttonRef:i,placement:"bottom-left",onClose:L,fullWidth:c,title:b?d:void 0,disabledFullScreen:h,offset:m,children:[Jt("div",{className:Kr()({"vm-autocomplete":!0,"vm-autocomplete_mobile":b&&!h}),ref:w,children:[I&&Jt("div",{className:"vm-autocomplete__no-options",children:f}),!R&&P.map((function(e,t){return Jt("div",{className:Kr()({"vm-list-item":!0,"vm-list-item_mobile":b,"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||(g(r),s||L())}),onMouseEnter:(n=t,function(){x({index:n,type:so.mouse})}),onMouseLeave:B,children:[(null===s||void 0===s?void 0:s.includes(e.value))&&Jt(Nr,{}),Jt(Zt.HY,{children:e.icon}),Jt("span",{children:e.value})]},"".concat(t).concat(e.value));var n,r}))]}),E&&Jt("div",{className:"vm-autocomplete-message",children:["Shown ",null===p||void 0===p?void 0:p.limit," results out of ",N,". ",E]}),(null===(t=P[D.index])||void 0===t?void 0:t.description)&&Jt("div",{className:"vm-autocomplete-info",children:[Jt("div",{className:"vm-autocomplete-info__type",children:P[D.index].type}),Jt("div",{className:"vm-autocomplete-info__description",dangerouslySetInnerHTML:{__html:P[D.index].description||""}})]})]})},ho=n(936),mo=n.n(ho),po=function(e){return e.replace(/[/\-\\^$*+?.()|[\]{}]/g,"\\$&")},vo=function(e){return JSON.stringify(e).slice(1,-1)},go=function(e){return e.metric="metric",e.label="label",e.labelValue="labelValue",e}(go||{}),yo=(ct(Di={},go.metric,Jt(qr,{})),ct(Di,go.label,Jt(Qr,{})),ct(Di,go.labelValue,Jt(Zr,{})),Di),_o=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},bo=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},wo=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]},ko=function(e){for(var t=e.length;t--;){var n=e[t];if(Number.isFinite(n))return n}},Do=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 a=3+Math.floor(1+Math.log10(Math.max(Math.abs(t),Math.abs(n)))-Math.log10(r));return(isNaN(a)||a>20)&&(a=20),e.toLocaleString("en-US",{minimumSignificantDigits:1,maximumSignificantDigits:a})},xo=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},Co=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},Eo=[[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]],So=function(e,t){return Array.from(new Set(e.map((function(e){return e.scale})))).map((function(e){var n="10px Arial",r=Ht("color-text"),a={scale:e,show:!0,size:No,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],a=t[t.length-1];return n?t.map((function(e){return"".concat(Do(e,r,a)," ").concat(n)})):t.map((function(e){return Do(e,r,a)}))}(e,n,t)}};return e?Number(e)%2?a:ft(ft({},a),{},{side:1}):{space:80,values:Eo,stroke:r,font:n}}))},Ao=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]},No=function(e,t,n,r){var a,i=e.axes[n];if(r>1)return i._size||60;var o=6+((null===i||void 0===i||null===(a=i.ticks)||void 0===a?void 0:a.size)||0)+(i.gap||0),l=(null!==t&&void 0!==t?t:[]).reduce((function(e,t){return(null===t||void 0===t?void 0:t.length)>e.length?t:e}),"");return""!=l&&(o+=xo(l,"10px Arial")),Math.ceil(o)},Mo="u-off",To="u-label",Fo="width",Oo="height",Lo="top",Po="bottom",Ro="left",Io="right",Bo="#000",zo=Bo+"0",jo="mousemove",Ho="mousedown",$o="mouseup",Vo="mouseenter",Uo="mouseleave",Yo="dblclick",qo="change",Wo="dppxchange",Qo="--",Zo="undefined"!=typeof window,Go=Zo?document:null,Jo=Zo?window:null,Ko=Zo?navigator:null;function Xo(e,t){if(null!=t){var n=e.classList;!n.contains(t)&&n.add(t)}}function el(e,t){var n=e.classList;n.contains(t)&&n.remove(t)}function tl(e,t,n){e.style[t]=n+"px"}function nl(e,t,n,r){var a=Go.createElement(e);return null!=t&&Xo(a,t),null!=n&&n.insertBefore(a,r),a}function rl(e,t){return nl("div",e,t)}var al=new WeakMap;function il(e,t,n,r,a){var i="translate("+t+"px,"+n+"px)";i!=al.get(e)&&(e.style.transform=i,al.set(e,i),t<0||n<0||t>r||n>a?Xo(e,Mo):el(e,Mo))}var ol=new WeakMap;function ll(e,t,n){var r=t+n;r!=ol.get(e)&&(ol.set(e,r),e.style.background=t,e.style.borderColor=n)}var ul=new WeakMap;function cl(e,t,n,r){var a=t+""+n;a!=ul.get(e)&&(ul.set(e,a),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 sl={passive:!0},fl=ft(ft({},sl),{},{capture:!0});function dl(e,t,n,r){t.addEventListener(e,n,r?fl:sl)}function hl(e,t,n,r){t.removeEventListener(e,n,r?fl:sl)}function ml(e,t,n,r){var a;n=n||0;for(var i=(r=r||t.length-1)<=2147483647;r-n>1;)t[a=i?n+r>>1:Ml((n+r)/2)]<e?n=a:r=a;return e-t[n]<=t[r]-e?n:r}function pl(e,t,n,r){for(var a=1==r?t:n;a>=t&&a<=n;a+=r)if(null!=e[a])return a;return-1}function vl(e,t,n,r){var a=Rl(e),i=Rl(t),o=10==n?Il:Bl;e==t&&(-1==a?(e*=n,t/=n):(e/=n,t*=n));var l=1==i?Fl:Ml,u=(1==a?Ml:Fl)(o(Nl(e))),c=l(o(Nl(t))),s=Pl(n,u),f=Pl(n,c);return 10==n&&(u<0&&(s=Xl(s,-u)),c<0&&(f=Xl(f,-c))),r||2==n?(e=s*a,t=f*i):(e=Kl(e,s),t=Jl(t,f)),[e,t]}function gl(e,t,n,r){var a=vl(e,t,n,r);return 0==e&&(a[0]=0),0==t&&(a[1]=0),a}Zo&&function e(){var t=devicePixelRatio;xi!=t&&(xi=t,Ci&&hl(qo,Ci,e),Ci=matchMedia("(min-resolution: ".concat(xi-.001,"dppx) and (max-resolution: ").concat(xi+.001,"dppx)")),dl(qo,Ci,e),Jo.dispatchEvent(new CustomEvent(Wo)))}();var yl=.1,_l={mode:3,pad:yl},bl={pad:0,soft:null,mode:0},wl={min:bl,max:bl};function kl(e,t,n,r){return cu(n)?xl(e,t,n):(bl.pad=n,bl.soft=r?0:null,bl.mode=r?3:0,xl(e,t,wl))}function Dl(e,t){return null==e?t:e}function xl(e,t,n){var r=n.min,a=n.max,i=Dl(r.pad,0),o=Dl(a.pad,0),l=Dl(r.hard,-jl),u=Dl(a.hard,jl),c=Dl(r.soft,jl),s=Dl(a.soft,-jl),f=Dl(r.mode,0),d=Dl(a.mode,0),h=t-e,m=Il(h),p=Ll(Nl(e),Nl(t)),v=Il(p),g=Nl(v-m);(h<1e-9||g>10)&&(h=0,0!=e&&0!=t||(h=1e-9,2==f&&c!=jl&&(i=0),2==d&&s!=-jl&&(o=0)));var y=h||p||1e3,_=Il(y),b=Pl(10,Ml(_)),w=Xl(Kl(e-y*(0==h?0==e?.1:1:i),b/10),9),k=e>=c&&(1==f||3==f&&w<=c||2==f&&w>=c)?c:jl,D=Ll(l,w<k&&e>=k?k:Ol(k,w)),x=Xl(Jl(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:-jl,E=Ol(u,x>C&&t<=C?C:Ll(C,x));return D==E&&0==D&&(E=100),[D,E]}var Cl=new Intl.NumberFormat(Zo?Ko.language:"en-US"),El=function(e){return Cl.format(e)},Sl=Math,Al=Sl.PI,Nl=Sl.abs,Ml=Sl.floor,Tl=Sl.round,Fl=Sl.ceil,Ol=Sl.min,Ll=Sl.max,Pl=Sl.pow,Rl=Sl.sign,Il=Sl.log10,Bl=Sl.log2,zl=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return Sl.asinh(e/t)},jl=1/0;function Hl(e){return 1+(0|Il((e^e>>31)-(e>>31)))}function $l(e,t,n){return Ol(Ll(e,t),n)}function Vl(e){return"function"==typeof e?e:function(){return e}}var Ul=function(e){return e},Yl=function(e,t){return t},ql=function(e){return null},Wl=function(e){return!0},Ql=function(e,t){return e==t},Zl=function(e){return Xl(e,14)};function Gl(e,t){return Zl(Xl(Zl(e/t))*t)}function Jl(e,t){return Zl(Fl(Zl(e/t))*t)}function Kl(e,t){return Zl(Ml(Zl(e/t))*t)}function Xl(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(lu(e))return e;var n=Math.pow(10,t),r=e*n*(1+Number.EPSILON);return Tl(r)/n}var eu=new Map;function tu(e){return((""+e).split(".")[1]||"").length}function nu(e,t,n,r){for(var a=[],i=r.map(tu),o=t;o<n;o++)for(var l=Nl(o),u=Xl(Pl(e,o),l),c=0;c<r.length;c++){var s=r[c]*u,f=(s>=0&&o>=0?0:l)+(o>=i[c]?0:i[c]),d=Xl(s,f);a.push(d),eu.set(d,f)}return a}var ru={},au=[],iu=[null,null],ou=Array.isArray,lu=Number.isInteger;function uu(e){return"string"==typeof e}function cu(e){var t=!1;if(null!=e){var n=e.constructor;t=null==n||n==Object}return t}function su(e){return null!=e&&"object"==typeof e}var fu=Object.getPrototypeOf(Uint8Array);function du(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:cu;if(ou(e)){var r=e.find((function(e){return null!=e}));if(ou(r)||n(r)){t=Array(e.length);for(var a=0;a<e.length;a++)t[a]=du(e[a],n)}else t=e.slice()}else if(e instanceof fu)t=e.slice();else if(n(e))for(var i in t={},e)t[i]=du(e[i],n);else t=e;return t}function hu(e){for(var t=arguments,n=1;n<t.length;n++){var r=t[n];for(var a in r)cu(e[a])?hu(e[a],du(r[a])):e[a]=du(r[a])}return e}function mu(e,t,n){for(var r,a=0,i=-1;a<t.length;a++){var o=t[a];if(o>i){for(r=o-1;r>=0&&null==e[r];)e[r--]=null;for(r=o+1;r<n&&null==e[r];)e[i=r++]=null}}}var pu="undefined"==typeof queueMicrotask?function(e){return Promise.resolve().then(e)}:queueMicrotask;var vu=["January","February","March","April","May","June","July","August","September","October","November","December"],gu=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];function yu(e){return e.slice(0,3)}var _u=gu.map(yu),bu=vu.map(yu),wu={MMMM:vu,MMM:bu,WWWW:gu,WWW:_u};function ku(e){return(e<10?"0":"")+e}var Du={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 ku(e.getMonth()+1)},M:function(e){return e.getMonth()+1},DD:function(e){return ku(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 ku(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 ku(e.getMinutes())},m:function(e){return e.getMinutes()},ss:function(e){return ku(e.getSeconds())},s:function(e){return e.getSeconds()},fff:function(e){return((t=e.getMilliseconds())<10?"00":t<100?"0":"")+t;var t}};function xu(e,t){t=t||wu;for(var n,r=[],a=/\{([a-z]+)\}|[^{]+/gi;n=a.exec(e);)r.push("{"==n[0][0]?Du[n[1]]:n[0]);return function(e){for(var n="",a=0;a<r.length;a++)n+="string"==typeof r[a]?r[a]:r[a](e,t);return n}}var Cu=(new Intl.DateTimeFormat).resolvedOptions().timeZone;var Eu=function(e){return e%1==0},Su=[1,2,2.5,5],Au=nu(10,-16,0,Su),Nu=nu(10,0,16,Su),Mu=Nu.filter(Eu),Tu=Au.concat(Nu),Fu="{YYYY}",Ou="\n"+Fu,Lu="{M}/{D}",Pu="\n"+Lu,Ru=Pu+"/{YY}",Iu="{aa}",Bu="{h}:{mm}"+Iu,zu="\n"+Bu,ju=":{ss}",Hu=null;function $u(e){var t=1e3*e,n=60*t,r=60*n,a=24*r,i=30*a,o=365*a;return[(1==e?nu(10,0,3,Su).filter(Eu):nu(10,-3,0,Su)).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,a,2*a,3*a,4*a,5*a,6*a,7*a,8*a,9*a,10*a,15*a,i,2*i,3*i,4*i,6*i,o,2*o,5*o,10*o,25*o,50*o,100*o]),[[o,Fu,Hu,Hu,Hu,Hu,Hu,Hu,1],[28*a,"{MMM}",Ou,Hu,Hu,Hu,Hu,Hu,1],[a,Lu,Ou,Hu,Hu,Hu,Hu,Hu,1],[r,"{h}"+Iu,Ru,Hu,Pu,Hu,Hu,Hu,1],[n,Bu,Ru,Hu,Pu,Hu,Hu,Hu,1],[t,ju,Ru+" "+Bu,Hu,Pu+" "+Bu,Hu,zu,Hu,1],[e,ju+".{fff}",Ru+" "+Bu,Hu,Pu+" "+Bu,Hu,zu,Hu,1]],function(t){return function(l,u,c,s,f,d){var h=[],m=f>=o,p=f>=i&&f<o,v=t(c),g=Xl(v*e,3),y=Xu(v.getFullYear(),m?0:v.getMonth(),p||m?1:v.getDate()),_=Xl(y*e,3);if(p||m)for(var b=p?f/i:0,w=m?f/o:0,k=g==_?g:Xl(Xu(y.getFullYear()+w,y.getMonth()+b,1)*e,3),D=new Date(Tl(k/e)),x=D.getFullYear(),C=D.getMonth(),E=0;k<=s;E++){var S=Xu(x+w*E,C+b*E,1),A=S-t(Xl(S*e,3));(k=Xl((+S+A)*e,3))<=s&&h.push(k)}else{var N=f>=a?a:f,M=_+(Ml(c)-Ml(g))+Jl(g-_,N);h.push(M);for(var T=t(M),F=T.getHours()+T.getMinutes()/n+T.getSeconds()/r,O=f/r,L=d/l.axes[u]._space;!((M=Xl(M+f,1==e?0:3))>s);)if(O>1){var P=Ml(Xl(F+O,6))%24,R=t(M).getHours()-P;R>1&&(R=-1),F=(F+O)%24,Xl(((M-=R*r)-h[h.length-1])/f,3)*L>=.7&&h.push(M)}else h.push(M)}return h}}]}var Vu=v($u(1),3),Uu=Vu[0],Yu=Vu[1],qu=Vu[2],Wu=v($u(.001),3),Qu=Wu[0],Zu=Wu[1],Gu=Wu[2];function Ju(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 Ku(e,t){return function(n,r,a,i,o){var l,u,c,s,f,d,h=t.find((function(e){return o>=e[0]}))||t[t.length-1];return r.map((function(t){var n=e(t),r=n.getFullYear(),a=n.getMonth(),i=n.getDate(),o=n.getHours(),m=n.getMinutes(),p=n.getSeconds(),v=r!=l&&h[2]||a!=u&&h[3]||i!=c&&h[4]||o!=s&&h[5]||m!=f&&h[6]||p!=d&&h[7]||h[1];return l=r,u=a,c=i,s=o,f=m,d=p,v(n)}))}}function Xu(e,t,n){return new Date(e,t,n)}function ec(e,t){return t(e)}nu(2,-53,53,[1]);function tc(e,t){return function(n,r,a,i){return null==i?Qo:t(e(r))}}var nc={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 rc=[0,0];function ac(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 ic(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];return function(e){(!r||e.target==t)&&n(e)}}var oc={show:!0,x:!0,y:!0,lock:!1,move:function(e,t,n){return rc[0]=t,rc[1]=n,rc},points:{show:function(e,t){var n=e.cursor.points,r=rl(),a=n.size(e,t);tl(r,Fo,a),tl(r,Oo,a);var i=a/-2;tl(r,"marginLeft",i),tl(r,"marginTop",i);var o=n.width(e,t,a);return o&&tl(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:ac,mouseup:ac,click:ac,dblclick:ac,mousemove:ic,mouseleave:ic,mouseenter:ic},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},lc={show:!0,stroke:"rgba(0,0,0,0.07)",width:2},uc=hu({},lc,{filter:Yl}),cc=hu({},uc,{size:10}),sc=hu({},lc,{show:!1}),fc='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"',dc="bold "+fc,hc={show:!0,scale:"x",stroke:Bo,space:50,gap:5,size:50,labelGap:0,labelSize:30,labelFont:dc,side:2,grid:uc,ticks:cc,border:sc,font:fc,lineGap:1.5,rotate:0},mc={show:!0,scale:"x",auto:!1,sorted:1,min:jl,max:-jl,idxs:[]};function pc(e,t,n,r,a){return t.map((function(e){return null==e?"":El(e)}))}function vc(e,t,n,r,a,i,o){for(var l=[],u=eu.get(a)||0,c=n=o?n:Xl(Jl(n,a),u);c<=r;c=Xl(c+a,u))l.push(Object.is(c,-0)?0:c);return l}function gc(e,t,n,r,a,i,o){var l=[],u=e.scales[e.axes[t].scale].log,c=Ml((10==u?Il:Bl)(n));a=Pl(u,c),10==u&&c<0&&(a=Xl(a,-c));var s=n;do{l.push(s),s+=a,10==u&&(s=Xl(s,eu.get(a))),s>=a*u&&(a=s)}while(s<=r);return l}function yc(e,t,n,r,a,i,o){var l=e.scales[e.axes[t].scale].asinh,u=r>l?gc(e,t,Ll(l,n),r,a):[l],c=r>=0&&n<=0?[0]:[];return(n<-l?gc(e,t,Ll(l,-r),-n,a):[l]).reverse().map((function(e){return-e})).concat(c,u)}var _c=/./,bc=/[12357]/,wc=/[125]/,kc=/1/,Dc=function(e,t,n,r){return e.map((function(e,a){return 4==t&&0==e||a%r==0&&n.test(e.toExponential()[e<0?1:0])?e:null}))};function xc(e,t,n,r,a){var i=e.axes[n],o=i.scale,l=e.scales[o],u=e.valToPos,c=i._space,s=u(10,o),f=u(9,o)-s>=c?_c:u(7,o)-s>=c?bc:u(5,o)-s>=c?wc:kc;if(f==kc){var d=Nl(u(1,o)-s);if(d<c)return Dc(t.slice().reverse(),l.distr,f,Fl(c/d)).reverse()}return Dc(t,l.distr,f,1)}function Cc(e,t,n,r,a){var i=e.axes[n],o=i.scale,l=i._space,u=e.valToPos,c=Nl(u(1,o)-u(2,o));return c<l?Dc(t.slice().reverse(),3,_c,Fl(l/c)).reverse():t}function Ec(e,t,n,r){return null==r?Qo:null==t?"":El(t)}var Sc={show:!0,scale:"y",stroke:Bo,space:30,gap:5,size:50,labelGap:0,labelSize:30,labelFont:dc,side:3,grid:uc,ticks:cc,border:sc,font:fc,lineGap:1.5,rotate:0};var Ac={scale:null,auto:!0,sorted:0,min:jl,max:-jl},Nc=function(e,t,n,r,a){return a},Mc={show:!0,auto:!0,sorted:0,gaps:Nc,alpha:1,facets:[hu({},Ac,{scale:"x"}),hu({},Ac,{scale:"y"})]},Tc={scale:"y",auto:!0,sorted:0,show:!0,spanGaps:!1,gaps:Nc,alpha:1,points:{show:function(e,t){var n=e.series[0],r=n.scale,a=n.idxs,i=e._data[0],o=e.valToPos(i[a[0]],r,!0),l=e.valToPos(i[a[1]],r,!0),u=Nl(l-o)/(e.series[t].points.space*xi);return a[1]-a[0]<=u},filter:null},values:null,min:jl,max:-jl,idxs:[],path:null,clip:null};function Fc(e,t,n,r,a){return n/10}var Oc={time:!0,auto:!0,distr:1,log:10,asinh:1,min:null,max:null,dir:1,ori:0},Lc=hu({},Oc,{time:!1,ori:1}),Pc={};function Rc(e,t){var n=Pc[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,a,i,o,l){for(var u=0;u<n.plots.length;u++)n.plots[u]!=t&&n.plots[u].pub(e,t,r,a,i,o,l)}},null!=e&&(Pc[e]=n)),n}var Ic=1;function Bc(e,t,n){var r=e.mode,a=e.series[t],i=2==r?e._data[t]:e._data,o=e.scales,l=e.bbox,u=i[0],c=2==r?i[1]:i[t],s=2==r?o[a.facets[0].scale]:o[e.series[0].scale],f=2==r?o[a.facets[1].scale]:o[a.scale],d=l.left,h=l.top,m=l.width,p=l.height,v=e.valToPosH,g=e.valToPosV;return 0==s.ori?n(a,u,c,s,f,v,g,d,h,m,p,qc,Qc,Gc,Kc,es):n(a,u,c,s,f,g,v,h,d,p,m,Wc,Zc,Jc,Xc,ts)}function zc(e,t){for(var n=0,r=0,a=Dl(e.bands,au),i=0;i<a.length;i++){var o=a[i];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 jc(e,t,n,r,a){var i=e.mode,o=e.series[t],l=2==i?o.facets[1].scale:o.scale,u=e.scales[l];return-1==a?u.min:1==a?u.max:3==u.distr?1==u.dir?u.min:u.max:0}function Hc(e,t,n,r,a,i){return Bc(e,t,(function(e,t,o,l,u,c,s,f,d,h,m){var p,v,g=e.pxRound,y=l.dir*(0==l.ori?1:-1),_=0==l.ori?Qc:Zc;1==y?(p=n,v=r):(p=r,v=n);var b=g(c(t[p],l,h,f)),w=g(s(o[p],u,m,d)),k=g(c(t[v],l,h,f)),D=g(s(1==i?u.max:u.min,u,m,d)),x=new Path2D(a);return _(x,k,D),_(x,b,D),_(x,b,w),x}))}function $c(e,t,n,r,a,i){var o=null;if(e.length>0){o=new Path2D;for(var l=0==t?Gc:Jc,u=n,c=0;c<e.length;c++){var s=e[c];if(s[1]>s[0]){var f=s[0]-u;f>0&&l(o,u,r,f,r+i),u=s[1]}}var d=n+a-u;d>0&&l(o,u,r-5,d,r+i+10)}return o}function Vc(e,t,n,r,a,i,o){for(var l=[],u=e.length,c=1==a?n:r;c>=n&&c<=r;c+=a){if(null===t[c]){var s=c,f=c;if(1==a)for(;++c<=r&&null===t[c];)f=c;else for(;--c>=n&&null===t[c];)f=c;var d=i(e[s]),h=f==s?d:i(e[f]),m=s-a;d=o<=0&&m>=0&&m<u?i(e[m]):d;var p=f+a;(h=o>=0&&p>=0&&p<u?i(e[p]):h)>=d&&l.push([d,h])}}return l}function Uc(e){return 0==e?Ul:1==e?Tl:function(t){return Gl(t,e)}}function Yc(e){var t=0==e?qc:Wc,n=0==e?function(e,t,n,r,a,i){e.arcTo(t,n,r,a,i)}:function(e,t,n,r,a,i){e.arcTo(n,t,a,r,i)},r=0==e?function(e,t,n,r,a){e.rect(t,n,r,a)}:function(e,t,n,r,a){e.rect(n,t,a,r)};return function(e,a,i,o,l){var u=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,c=arguments.length>6&&void 0!==arguments[6]?arguments[6]:0;0==u&&0==c?r(e,a,i,o,l):(u=Ol(u,o/2,l/2),c=Ol(c,o/2,l/2),t(e,a+u,i),n(e,a+o,i,a+o,i+l,u),n(e,a+o,i+l,a,i+l,c),n(e,a,i+l,a,i,c),n(e,a,i,a+o,i,u),e.closePath())}}var qc=function(e,t,n){e.moveTo(t,n)},Wc=function(e,t,n){e.moveTo(n,t)},Qc=function(e,t,n){e.lineTo(t,n)},Zc=function(e,t,n){e.lineTo(n,t)},Gc=Yc(0),Jc=Yc(1),Kc=function(e,t,n,r,a,i){e.arc(t,n,r,a,i)},Xc=function(e,t,n,r,a,i){e.arc(n,t,r,a,i)},es=function(e,t,n,r,a,i,o){e.bezierCurveTo(t,n,r,a,i,o)},ts=function(e,t,n,r,a,i,o){e.bezierCurveTo(n,t,a,r,o,i)};function ns(e){return function(e,t,n,r,a){return Bc(e,t,(function(t,i,o,l,u,c,s,f,d,h,m){var p,v,g=t.pxRound,y=t.points;0==l.ori?(p=qc,v=Kc):(p=Wc,v=Xc);var _=Xl(y.width*xi,3),b=(y.size-y.width)/2*xi,w=Xl(2*b,3),k=new Path2D,D=new Path2D,x=e.bbox,C=x.left,E=x.top,S=x.width,A=x.height;Gc(D,C-w,E-w,S+2*w,A+2*w);var N=function(e){if(null!=o[e]){var t=g(c(i[e],l,h,f)),n=g(s(o[e],u,m,d));p(k,t+b,n),v(k,t,n,b,0,2*Al)}};if(a)a.forEach(N);else for(var M=n;M<=r;M++)N(M);return{stroke:_>0?k:null,fill:k,clip:D,flags:2|Ic}}))}}function rs(e){return function(t,n,r,a,i,o){r!=a&&(i!=r&&o!=r&&e(t,n,r),i!=a&&o!=a&&e(t,n,a),e(t,n,o))}}var as=rs(Qc),is=rs(Zc);function os(e){var t=Dl(null===e||void 0===e?void 0:e.alignGaps,0);return function(e,n,r,a){return Bc(e,n,(function(i,o,l,u,c,s,f,d,h,m,p){var g,_,b=i.pxRound,w=function(e){return b(s(e,u,m,d))},k=function(e){return b(f(e,c,p,h))};0==u.ori?(g=Qc,_=as):(g=Zc,_=is);for(var D,x,C,E=u.dir*(0==u.ori?1:-1),S={stroke:new Path2D,fill:null,clip:null,band:null,gaps:null,flags:Ic},A=S.stroke,N=jl,M=-jl,T=w(o[1==E?r:a]),F=pl(l,r,a,1*E),O=pl(l,r,a,-1*E),L=w(o[F]),P=w(o[O]),R=!1,I=1==E?r:a;I>=r&&I<=a;I+=E){var B=w(o[I]),z=l[I];B==T?null!=z?(x=k(z),N==jl&&(g(A,B,x),D=x),N=Ol(x,N),M=Ll(x,M)):null===z&&(R=!0):(N!=jl&&(_(A,T,N,M,D,x),C=T),null!=z?(g(A,B,x=k(z)),N=M=D=x):(N=jl,M=-jl,null===z&&(R=!0)),T=B)}N!=jl&&N!=M&&C!=T&&_(A,T,N,M,D,x);var j=v(zc(e,n),2),H=j[0],$=j[1];if(null!=i.fill||0!=H){var V=S.fill=new Path2D(A),U=k(i.fillTo(e,n,i.min,i.max,H));g(V,P,U),g(V,L,U)}if(!i.spanGaps){var Y,q=[];R&&(Y=q).push.apply(Y,y(Vc(o,l,r,a,E,w,t))),S.gaps=q=i.gaps(e,n,r,a,q),S.clip=$c(q,u.ori,d,h,m,p)}return 0!=$&&(S.band=2==$?[Hc(e,n,r,a,A,-1),Hc(e,n,r,a,A,1)]:Hc(e,n,r,a,A,$)),S}))}}function ls(e,t,n,r,a,i){var o=e.length;if(o<2)return null;var l=new Path2D;if(n(l,e[0],t[0]),2==o)r(l,e[1],t[1]);else{for(var u=Array(o),c=Array(o-1),s=Array(o-1),f=Array(o-1),d=0;d<o-1;d++)s[d]=t[d+1]-t[d],f[d]=e[d+1]-e[d],c[d]=s[d]/f[d];u[0]=c[0];for(var h=1;h<o-1;h++)0===c[h]||0===c[h-1]||c[h-1]>0!==c[h]>0?u[h]=0:(u[h]=3*(f[h-1]+f[h])/((2*f[h]+f[h-1])/c[h-1]+(f[h]+2*f[h-1])/c[h]),isFinite(u[h])||(u[h]=0));u[o-1]=c[o-2];for(var m=0;m<o-1;m++)a(l,e[m]+f[m]/3,t[m]+u[m]*f[m]/3,e[m+1]-f[m]/3,t[m+1]-u[m+1]*f[m]/3,e[m+1],t[m+1])}return l}var us=new Set;function cs(){var e,t=F(us);try{for(t.s();!(e=t.n()).done;){e.value.syncRect(!0)}}catch(n){t.e(n)}finally{t.f()}}Zo&&(dl("resize",Jo,cs),dl("scroll",Jo,cs,!0),dl(Wo,Jo,(function(){xs.pxRatio=xi})));var ss=os(),fs=ns();function ds(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 hs(e,r,t,n)}))}function hs(e,t,n,r){return hu({},0==t?n:r,e)}function ms(e,t,n){return null==t?iu:[t,n]}var ps=ms;function vs(e,t,n){return null==t?iu:kl(t,n,yl,!0)}function gs(e,t,n,r){return null==t?iu:vl(t,n,e.scales[r].log,!1)}var ys=gs;function _s(e,t,n,r){return null==t?iu:gl(t,n,e.scales[r].log,!1)}var bs=_s;function ws(e,t,n,r,a){var i=Ll(Hl(e),Hl(t)),o=t-e,l=ml(a/r*o,n);do{var u=n[l],c=r*u/o;if(c>=a&&i+(u<5?eu.get(u):0)<=17)return[u,c]}while(++l<n.length);return[0,0]}function ks(e){var t,n;return[e=e.replace(/(\d+)px/,(function(e,r){return(t=Tl((n=+r)*xi))+"px"})),t,n]}function Ds(e){e.show&&[e.font,e.labelFont].forEach((function(e){var t=Xl(e[2]*xi,1);e[0]=e[0].replace(/[0-9.]+px/,t+"px"),e[1]=t}))}function xs(e,t,n){var r={mode:Dl(e.mode,1)},a=r.mode;function i(e,t){return((3==t.distr?Il(e>0?e:t.clamp(r,e,t.min,t.max,t.key)):4==t.distr?zl(e,t.asinh):e)-t._min)/(t._max-t._min)}function o(e,t,n,r){var a=i(e,t);return r+n*(-1==t.dir?1-a:a)}function l(e,t,n,r){var a=i(e,t);return r+n*(-1==t.dir?a:1-a)}function u(e,t,n,r){return 0==t.ori?o(e,t,n,r):l(e,t,n,r)}r.valToPosH=o,r.valToPosV=l;var c=!1;r.status=0;var s=r.root=rl("uplot");(null!=e.id&&(s.id=e.id),Xo(s,e.class),e.title)&&(rl("u-title",s).textContent=e.title);var f=nl("canvas"),d=r.ctx=f.getContext("2d"),h=rl("u-wrap",s);dl("click",h,(function(e){e.target===p&&((St!=Dt||At!=xt)&&Lt.click(r,e))}),!0);var m=r.under=rl("u-under",h);h.appendChild(f);var p=r.over=rl("u-over",h),g=+Dl((e=du(e)).pxAlign,1),y=Uc(g);(e.plugins||[]).forEach((function(t){t.opts&&(e=t.opts(r,e)||e)}));var _,b,w=e.ms||.001,k=r.series=1==a?ds(e.series||[],mc,Tc,!1):(_=e.series||[null],b=Mc,_.map((function(e,t){return 0==t?null:hu({},b,e)}))),D=r.axes=ds(e.axes||[],hc,Sc,!0),x=r.scales={},C=r.bands=e.bands||[];C.forEach((function(e){e.fill=Vl(e.fill||null),e.dir=Dl(e.dir,-1)}));var E=2==a?k[1].facets[0].scale:k[0].scale,S={axes:function(){for(var e=function(){var e=D[t];if(!e.show||!e._show)return 0;var n,a,i=e.side,o=i%2,l=e.stroke(r,t),c=0==i||3==i?-1:1;if(e.label){var s=e.labelGap*c,f=Tl((e._lpos+s)*xi);it(e.labelFont[0],l,"center",2==i?Lo:Po),d.save(),1==o?(n=a=0,d.translate(f,Tl(ge+_e/2)),d.rotate((3==i?-Al:Al)/2)):(n=Tl(ve+ye/2),a=f),d.fillText(e.label,n,a),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=Tl(e.gap*xi),k=e._splits,C=2==g.distr?k.map((function(e){return et[e]})):k,E=2==g.distr?et[k[1]]-et[k[0]]:m,S=e.ticks,A=e.border,N=S.show?Tl(S.size*xi):0,M=e._rotate*-Al/180,T=y(e._pos*xi),F=T+(N+w)*c;a=0==o?F:0,n=1==o?F:0,it(e.font[0],l,1==e.align?Ro:2==e.align?Io:M>0?Ro:M<0?Io:0==o?"center":3==i?Io:Ro,M||1==o?"middle":2==i?Lo:Po);for(var O=e.font[1]*e.lineGap,L=k.map((function(e){return y(u(e,g,_,b))})),P=e._values,R=0;R<P.length;R++){var I=P[R];if(null!=I){0==o?n=L[R]:a=L[R];for(var B=-1==(I=""+I).indexOf("\n")?[I]:I.split(/\n/gm),z=0;z<B.length;z++){var j=B[z];M?(d.save(),d.translate(n,a+z*O),d.rotate(M),d.fillText(j,0,0),d.restore()):d.fillText(j,n,a+z*O)}}}S.show&&ht(L,S.filter(r,C,t,p,E),o,i,T,N,Xl(S.width*xi,3),S.stroke(r,t),S.dash,S.cap);var H=e.grid;H.show&&ht(L,H.filter(r,C,t,p,E),o,0==o?2:1,0==o?ge:ve,0==o?_e:ye,Xl(H.width*xi,3),H.stroke(r,t),H.dash,H.cap),A.show&&ht([T],[1],0==o?1:0,0==o?1:2,1==o?ge:ve,1==o?_e:ye,Xl(A.width*xi,3),A.stroke(r,t),A.dash,A.cap)},t=0;t<D.length;t++)e();gn("drawAxes")},series:function(){Be>0&&(k.forEach((function(e,n){if(n>0&&e.show&&(lt(n,!1),lt(n,!0),null==e._paths)){var i=2==a?[0,t[n][0].length-1]:function(e){var t=$l(Je-1,0,Be-1),n=$l(Ke+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,i[0],i[1])}})),k.forEach((function(e,t){if(t>0&&e.show){Qe!=e.alpha&&(d.globalAlpha=Qe=e.alpha),null!=e._paths&&ut(t,!1);var n=null!=e._paths?e._paths.gaps:null,a=e.points.show(r,t,Je,Ke,n),i=e.points.filter(r,t,a,n);(a||i)&&(e.points._paths=e.points.paths(r,t,Je,Ke,i),ut(t,!0)),1!=Qe&&(d.globalAlpha=Qe=1),gn("drawSeries",t)}})))}},A=(e.drawOrder||["axes","series"]).map((function(e){return S[e]}));function N(t){var n=x[t];if(null==n){var r=(e.scales||ru)[t]||ru;if(null!=r.from)N(r.from),x[t]=hu({},x[r.from],r,{key:t});else{(n=x[t]=hu({},t==E?Oc:Lc,r)).key=t;var i=n.time,o=n.range,l=ou(o);if((t!=E||2==a&&!i)&&(!l||null!=o[0]&&null!=o[1]||(o={min:null==o[0]?_l:{mode:1,hard:o[0],soft:o[0]},max:null==o[1]?_l:{mode:1,hard:o[1],soft:o[1]}},l=!1),!l&&cu(o))){var u=o;o=function(e,t,n){return null==t?iu:kl(t,n,u)}}n.range=Vl(o||(i?ps:t==E?3==n.distr?ys:4==n.distr?bs:ms:3==n.distr?gs:4==n.distr?_s:vs)),n.auto=Vl(!l&&n.auto),n.clamp=Vl(n.clamp||Fc),n._min=n._max=null}}}for(var M in N("x"),N("y"),1==a&&k.forEach((function(e){N(e.scale)})),D.forEach((function(e){N(e.scale)})),e.scales)N(M);var T,F,O=x[E],L=O.distr;0==O.ori?(Xo(s,"u-hz"),T=o,F=l):(Xo(s,"u-vt"),T=l,F=o);var P={};for(var R in x){var I=x[R];null==I.min&&null==I.max||(P[R]={min:I.min,max:I.max},I.min=I.max=null)}var B,z,j,H=e.tzDate||function(e){return new Date(Tl(e/w))},$=e.fmtDate||xu,V=1==w?qu(H):Gu(H),U=Ku(H,Ju(1==w?Yu:Zu,$)),Y=tc(H,ec("{YYYY}-{MM}-{DD} {h}:{mm}{aa}",$)),q=[],W=r.legend=hu({},nc,e.legend),Q=W.show,Z=W.markers;W.idxs=q,Z.width=Vl(Z.width),Z.dash=Vl(Z.dash),Z.stroke=Vl(Z.stroke),Z.fill=Vl(Z.fill);var G,J=[],K=[],X=!1,ee={};if(W.live){var te=k[1]?k[1].values:null;for(var ne in G=(X=null!=te)?te(r,1,0):{_:0})ee[ne]=Qo}if(Q)if(B=nl("table","u-legend",s),j=nl("tbody",null,B),W.mount(r,B),X){z=nl("thead",null,B,j);var re=nl("tr",null,z);for(var ae in nl("th",null,re),G)nl("th",To,re).textContent=ae}else Xo(B,"u-inline"),W.live&&Xo(B,"u-live");var ie={show:!0},oe={show:!1};var le=new Map;function ue(e,t,n){var a=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],i=le.get(t)||{},o=Ne.bind[e](r,t,n,a);o&&(dl(e,t,i[e]=o),le.set(t,i))}function ce(e,t,n){var r=le.get(t)||{};for(var a in r)null!=e&&a!=e||(hl(a,t,r[a]),delete r[a]);null==e&&le.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,ke=!1,De=!1,xe=!1,Ce=!1;function Ee(e,t,n){(n||e!=r.width||t!=r.height)&&Se(e,t),vt(!1),ke=!0,we=!0,Ne.left>=0&&(De=Ce=!0),Mt()}function Se(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;D.forEach((function(a,i){if(a.show&&a._show){var o=a.side,l=o%2,u=a._size+(null!=a.label?a.labelSize:0);u>0&&(l?(de-=u,3==o?(me+=u,r=!0):n=!0):(he-=u,0==o?(pe+=u,e=!0):t=!0))}})),Re[0]=e,Re[1]=n,Re[2]=t,Re[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 a(a,i){switch(a){case 1:return(e+=i)-i;case 2:return(t+=i)-i;case 3:return(n-=i)+i;case 0:return(r-=i)+i}}D.forEach((function(e,t){if(e.show&&e._show){var n=e.side;e._pos=a(n,e._size),null!=e.label&&(e._lpos=a(n,e.labelSize))}}))}();var n=r.bbox;ve=n.left=Gl(me*xi,.5),ge=n.top=Gl(pe*xi,.5),ye=n.width=Gl(de*xi,.5),_e=n.height=Gl(he*xi,.5)}var Ae=3;r.setSize=function(e){Ee(e.width,e.height)};var Ne=r.cursor=hu({},oc,{drag:{y:2==a}},e.cursor),Me=function(e){Ne.event=e};Ne.idxs=q,Ne._lock=!1;var Te=Ne.points;Te.show=Vl(Te.show),Te.size=Vl(Te.size),Te.stroke=Vl(Te.stroke),Te.width=Vl(Te.width),Te.fill=Vl(Te.fill);var Fe=r.focus=hu({},e.focus||{alpha:.3},Ne.focus),Oe=Fe.prox>=0,Le=[null];function Pe(e,t){if(1==a||t>0){var n=1==a&&x[e.scale].time,i=e.value;e.value=n?uu(i)?tc(H,ec(i,$)):i||Y:i||Ec,e.label=e.label||(n?"Time":"Value")}if(t>0){e.width=null==e.width?1:e.width,e.paths=e.paths||ss||ql,e.fillTo=Vl(e.fillTo||jc),e.pxAlign=+Dl(e.pxAlign,g),e.pxRound=Uc(e.pxAlign),e.stroke=Vl(e.stroke||null),e.fill=Vl(e.fill||null),e._stroke=e._fill=e._paths=e._focus=null;var o=Xl((3+2*(Ll(1,e.width)||1))*1,3),l=e.points=hu({},{size:o,width:Ll(1,.2*o),stroke:e.stroke,space:2*o,paths:fs,_stroke:null,_fill:null},e.points);l.show=Vl(l.show),l.filter=Vl(l.filter),l.fill=Vl(l.fill),l.stroke=Vl(l.stroke),l.paths=Vl(l.paths),l.pxAlign=e.pxAlign}if(Q){var u=function(e,t){if(0==t&&(X||!W.live||2==a))return iu;var n=[],i=nl("tr","u-series",j,j.childNodes[t]);Xo(i,e.class),e.show||Xo(i,Mo);var o=nl("th",null,i);if(Z.show){var l=rl("u-marker",o);if(t>0){var u=Z.width(r,t);u&&(l.style.border=u+"px "+Z.dash(r,t)+" "+Z.stroke(r,t)),l.style.background=Z.fill(r,t)}}var c=rl(To,o);for(var s in c.textContent=e.label,t>0&&(Z.show||(c.style.color=e.width>0?Z.stroke(r,t):Z.fill(r,t)),ue("click",o,(function(t){if(!Ne._lock){Me(t);var n=k.indexOf(e);if((t.ctrlKey||t.metaKey)!=W.isolate){var r=k.some((function(e,t){return t>0&&t!=n&&e.show}));k.forEach((function(e,t){t>0&&Ut(t,r?t==n?ie:oe:ie,!0,_n.setSeries)}))}else Ut(n,{show:!e.show},!0,_n.setSeries)}}),!1),Oe&&ue(Vo,o,(function(t){Ne._lock||(Me(t),Ut(k.indexOf(e),Yt,!0,_n.setSeries))}),!1)),G){var f=nl("td","u-value",i);f.textContent="--",n.push(f)}return[i,n]}(e,t);J.splice(t,0,u[0]),K.splice(t,0,u[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 Xo(n,"u-cursor-pt"),Xo(n,e.class),il(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?k.length:t,e=1==a?hs(e,t,mc,Tc):hs(e,t,null,Mc),k.splice(t,0,e),Pe(k[t],t)},r.delSeries=function(e){if(k.splice(e,1),Q){W.values.splice(e,1),K.splice(e,1);var t=J.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 Re=[!1,!1,!1,!1];function Ie(e,t,n,r){var a=v(n,4),i=a[0],o=a[1],l=a[2],u=a[3],c=t%2,s=0;return 0==c&&(u||o)&&(s=0==t&&!i||2==t&&!l?Tl(hc.size/3):0),1==c&&(i||l)&&(s=1==t&&!o||3==t&&!u?Tl(Sc.size/2):0),s}var Be,ze,je,He,$e,Ve,Ue,Ye,qe,We,Qe,Ze=r.padding=(e.padding||[Ie,Ie,Ie,Ie]).map((function(e){return Vl(Dl(e,Ie))})),Ge=r._padding=Ze.map((function(e,t){return e(r,t,Re,0)})),Je=null,Ke=null,Xe=1==a?k[0].idxs:null,et=null,tt=!1;function nt(e,n){if(t=null==e?[]:du(e,su),2==a){Be=0;for(var i=1;i<k.length;i++)Be+=t[i][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&&(ke=!0),!1!==n){var l=O;l.auto(r,tt)?rt():Vt(E,l.min,l.max),De=De||Ne.left>=0,Ce=!0,Mt()}}function rt(){var e,n;if(tt=!0,1==a)if(Be>0){if(Je=Xe[0]=0,Ke=Xe[1]=Be-1,e=t[0][Je],n=t[0][Ke],2==L)e=Je,n=Ke;else if(e==n)if(3==L){var r=v(vl(e,e,O.log,!1),2);e=r[0],n=r[1]}else if(4==L){var i=v(gl(e,e,O.log,!1),2);e=i[0],n=i[1]}else if(O.time)n=e+Tl(86400/w);else{var o=v(kl(e,n,yl,!0),2);e=o[0],n=o[1]}}else Je=Xe[0]=e=null,Ke=Xe[1]=n=null;Vt(E,e,n)}function at(e,t,n,r,a,i){var o,l,u,c,s;null!==(o=e)&&void 0!==o||(e=zo),null!==(l=n)&&void 0!==l||(n=au),null!==(u=r)&&void 0!==u||(r="butt"),null!==(c=a)&&void 0!==c||(a=zo),null!==(s=i)&&void 0!==s||(i="round"),e!=ze&&(d.strokeStyle=ze=e),a!=je&&(d.fillStyle=je=a),t!=He&&(d.lineWidth=He=t),i!=Ve&&(d.lineJoin=Ve=i),r!=Ue&&(d.lineCap=Ue=r),n!=$e&&d.setLineDash($e=n)}function it(e,t,n,r){t!=je&&(d.fillStyle=je=t),e!=Ye&&(d.font=Ye=e),n!=qe&&(d.textAlign=qe=n),r!=We&&(d.textBaseline=We=r)}function ot(e,t,n,a){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0;if(a.length>0&&e.auto(r,tt)&&(null==t||null==t.min)){var o=Dl(Je,0),l=Dl(Ke,a.length-1),u=null==n.min?3==e.distr?function(e,t,n){for(var r=jl,a=-jl,i=t;i<=n;i++){var o=e[i];null!=o&&o>0&&(o<r&&(r=o),o>a&&(a=o))}return[r==jl?1:r,a==-jl?10:a]}(a,o,l):function(e,t,n,r){var a=jl,i=-jl;if(1==r)a=e[t],i=e[n];else if(-1==r)a=e[n],i=e[t];else for(var o=t;o<=n;o++){var l=e[o];null!=l&&(l<a&&(a=l),l>i&&(i=l))}return[a,i]}(a,o,l,i):[n.min,n.max];e.min=Ol(e.min,n.min=u[0]),e.max=Ll(e.max,n.max=u[1])}}function lt(e,t){var n=t?k[e].points:k[e];n._stroke=n.stroke(r,e),n._fill=n.fill(r,e)}function ut(e,n){var a=n?k[e].points:k[e],i=a._paths,o=i.stroke,l=i.fill,u=i.clip,c=i.flags,s=i._stroke,f=void 0===s?a._stroke:s,h=i._fill,m=void 0===h?a._fill:h,p=i._width,v=void 0===p?a.width:p,g=null,y=(v=Xl(v*xi,3))%2/2;n&&null==m&&(m=v>0?"#fff":f);var _=1==a.pxAlign&&y>0;if(_&&d.translate(y,y),!n){var b=ve-v/2,w=ge-v/2,D=ye+v,x=_e+v;(g=new Path2D).rect(b,w,D,x)}n?st(f,v,a.dash,a.cap,m,o,l,c,u):function(e,n,a,i,o,l,u,c,s,f,d){var h=!1;C.forEach((function(m,p){if(m.series[0]==e){var v,g=k[m.series[1]],y=t[m.series[1]],_=(g._paths||ru).band;ou(_)&&(_=1==m.dir?_[0]:_[1]);var b=null;g.show&&_&&function(e,t,n){for(t=Dl(t,0),n=Dl(n,e.length-1);t<=n;){if(null!=e[t])return!0;t++}return!1}(y,Je,Ke)?(b=m.fill(r,p)||l,v=g._paths.clip):_=null,st(n,a,i,o,b,u,c,s,f,d,v,_),h=!0}})),h||st(n,a,i,o,l,u,c,s,f,d)}(e,f,v,a.dash,a.cap,m,o,l,c,g,u),_&&d.translate(-y,-y)}r.setData=nt;var ct=2|Ic;function st(e,t,n,r,a,i,o,l,u,c,s,f){at(e,t,n,r,a),(u||c||f)&&(d.save(),u&&d.clip(u),c&&d.clip(c)),f?(l&ct)==ct?(d.clip(f),s&&d.clip(s),dt(a,o),ft(e,i,t)):2&l?(dt(a,o),d.clip(f),ft(e,i,t)):l&Ic&&(d.save(),d.clip(f),s&&d.clip(s),dt(a,o),d.restore(),ft(e,i,t)):(dt(a,o),ft(e,i,t)),(u||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,a,i,o,l,u,c){var s=o%2/2;1==g&&d.translate(s,s),at(l,o,u,c,l),d.beginPath();var f,h,m,p,v=a+(0==r||3==r?-i:i);0==n?(h=a,p=v):(f=a,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 D.forEach((function(n,a){if(n.show){var i=x[n.scale];if(null!=i.min){n._show||(t=!1,n._show=!0,vt(!1));var o=n.side,l=o%2,u=i.min,c=i.max,s=function(e,t,n,a){var i,o=D[e];if(a<=0)i=[0,0];else{var l=o._space=o.space(r,e,t,n,a);i=ws(t,n,o._incrs=o.incrs(r,e,t,n,a,l),a,l)}return o._found=i}(a,u,c,0==l?de:he),f=v(s,2),d=f[0],h=f[1];if(0!=h){var m=2==i.distr,p=n._splits=n.splits(r,a,u,c,d,h,m),g=2==i.distr?p.map((function(e){return et[e]})):p,y=2==i.distr?et[p[1]]-et[p[0]]:d,_=n._values=n.values(r,n.filter(r,g,a,h,y),a,h,y);n._rotate=2==o?n.rotate(r,_,a,h):0;var b=n._size;n._size=Fl(n.size(r,_,a,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 Ze.forEach((function(n,a){var i=n(r,a,Re,e);i!=Ge[a]&&(t=!1),Ge[a]=i})),t}function vt(e){k.forEach((function(t,n){n>0&&(t._paths=null,e&&(1==a?(t.min=null,t.max=null):t.facets.forEach((function(e){e.min=null,e.max=null}))))}))}var gt,yt,_t,bt,wt,kt,Dt,xt,Ct,Et,St,At,Nt=!1;function Mt(){Nt||(pu(Tt),Nt=!0)}function Tt(){be&&(!function(){var e=du(x,su);for(var n in e){var i=e[n],o=P[n];if(null!=o&&null!=o.min)hu(i,o),n==E&&vt(!0);else if(n!=E||2==a)if(0==Be&&null==i.from){var l=i.range(r,null,null,n);i.min=l[0],i.max=l[1]}else i.min=jl,i.max=-jl}if(Be>0)for(var u in k.forEach((function(n,i){if(1==a){var o=n.scale,l=e[o],u=P[o];if(0==i){var c=l.range(r,l.min,l.max,o);l.min=c[0],l.max=c[1],Je=ml(l.min,t[0]),(Ke=ml(l.max,t[0]))-Je>1&&(t[0][Je]<l.min&&Je++,t[0][Ke]>l.max&&Ke--),n.min=et[Je],n.max=et[Ke]}else n.show&&n.auto&&ot(l,u,n,t[i],n.sorted);n.idxs[0]=Je,n.idxs[1]=Ke}else if(i>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[i],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[u],s=P[u];if(null==c.from&&(null==s||null==s.min)){var f=c.range(r,c.min==jl?null:c.min,c.max==-jl?null:c.max,u);c.min=f[0],c.max=f[1]}}for(var d in e){var h=e[d];if(null!=h.from){var m=e[h.from];if(null==m.min)h.min=h.max=null;else{var p=h.range(r,m.min,m.max,d);h.min=p[0],h.max=p[1]}}}var g={},y=!1;for(var _ in e){var b=e[_],w=x[_];if(w.min!=b.min||w.max!=b.max){w.min=b.min,w.max=b.max;var D=w.distr;w._min=3==D?Il(w.min):4==D?zl(w.min,w.asinh):w.min,w._max=3==D?Il(w.max):4==D?zl(w.max,w.asinh):w.max,g[_]=y=!0}}if(y){for(var C in k.forEach((function(e,t){2==a?t>0&&g.y&&(e._paths=null):g[e.scale]&&(e._paths=null)})),g)ke=!0,gn("setScale",C);Ne.show&&Ne.left>=0&&(De=Ce=!0)}for(var S in P)P[S]=null}(),be=!1),ke&&(!function(){for(var e=!1,t=0;!e;){var n=mt(++t),a=pt(t);(e=t==Ae||n&&a)||(Se(r.width,r.height),we=!0)}}(),ke=!1),we&&(tl(m,Ro,me),tl(m,Lo,pe),tl(m,Fo,de),tl(m,Oo,he),tl(p,Ro,me),tl(p,Lo,pe),tl(p,Fo,de),tl(p,Oo,he),tl(h,Fo,se),tl(h,Oo,fe),f.width=Tl(se*xi),f.height=Tl(fe*xi),D.forEach((function(e){var t=e._el,n=e._show,r=e._size,a=e._pos,i=e.side;if(null!=t)if(n){var o=i%2==1;tl(t,o?"left":"top",a-(3===i||0===i?r:0)),tl(t,o?"width":"height",r),tl(t,o?"top":"left",o?pe:me),tl(t,o?"height":"width",o?he:de),el(t,Mo)}else Xo(t,Mo)})),ze=je=He=Ve=Ue=Ye=qe=We=$e=null,Qe=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&&De&&(Xt(null,!0,!1),De=!1),W.show&&W.live&&Ce&&(Jt(),Ce=!1),c||(c=!0,r.status=1,gn("ready")),tt=!1,Nt=!1}function Ft(e,n){var a=x[e];if(null==a.from){if(0==Be){var i=a.range(r,n.min,n.max,e);n.min=i[0],n.max=i[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==E&&2==a.distr&&Be>0&&(n.min=ml(n.min,t[0]),n.max=ml(n.max,t[0]),n.min==n.max&&n.max++),P[e]=n,be=!0,Mt()}}r.redraw=function(e,t){ke=t||!1,!1!==e?Vt(E,O.min,O.max):Mt()},r.setScale=Ft;var Ot=!1,Lt=Ne.drag,Pt=Lt.x,Rt=Lt.y;Ne.show&&(Ne.x&&(gt=rl("u-cursor-x",p)),Ne.y&&(yt=rl("u-cursor-y",p)),0==O.ori?(_t=gt,bt=yt):(_t=yt,bt=gt),St=Ne.left,At=Ne.top);var It,Bt,zt,jt=r.select=hu({show:!0,over:!0,left:0,width:0,top:0,height:0},e.select),Ht=jt.show?rl("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&&tl(Ht,n,e[n]);!1!==t&&gn("setSelect")}}function Vt(e,t,n){Ft(e,{min:t,max:n})}function Ut(e,t,n,i){null!=t.focus&&function(e){if(e!=zt){var t=null==e,n=1!=Fe.alpha;k.forEach((function(r,a){var i=t||0==a||a==e;r._focus=t?null:i,n&&function(e,t){k[e].alpha=t,Ne.show&&Le[e]&&(Le[e].style.opacity=t);Q&&J[e]&&(J[e].style.opacity=t)}(a,i?1:Fe.alpha)})),zt=e,n&&Mt()}}(e),null!=t.show&&k.forEach((function(n,r){r>0&&(e==r||null==e)&&(n.show=t.show,function(e,t){var n=k[e],r=Q?J[e]:null;n.show?r&&el(r,Mo):(r&&Xo(r,Mo),Le.length>1&&il(Le[e],-10,-10,de,he))}(r,t.show),Vt(2==a?n.facets[1].scale:n.scale,null,null),Mt())})),!1!==n&&gn("setSeries",e,t),i&&kn("setSeries",r,e,t)}r.setSelect=$t,r.setSeries=Ut,r.addBand=function(e,t){e.fill=Vl(e.fill||null),e.dir=Dl(e.dir,-1),t=null==t?C.length:t,C.splice(t,0,e)},r.setBand=function(e,t){hu(C[e],t)},r.delBand=function(e){null==e?C.length=0:C.splice(e,1)};var Yt={focus:!0};function qt(e,t,n){var r=x[t];n&&(e=e/xi-(1==r.ori?pe:me));var a=de;1==r.ori&&(e=(a=he)-e),-1==r.dir&&(e=a-e);var i=r._min,o=i+(r._max-i)*(e/a),l=r.distr;return 3==l?Pl(10,o):4==l?function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return Sl.sinh(e)*t}(o,r.asinh):o}function Wt(e,t){tl(Ht,Ro,jt.left=e),tl(Ht,Fo,jt.width=t)}function Qt(e,t){tl(Ht,Lo,jt.top=e),tl(Ht,Oo,jt.height=t)}Q&&Oe&&ue(Uo,B,(function(e){Ne._lock||(Me(e),null!=zt&&Ut(null,Yt,!0,_n.setSeries))})),r.valToIdx=function(e){return ml(e,t[0])},r.posToIdx=function(e,n){return ml(qt(e,E,n),t[0],Je,Ke)},r.posToVal=qt,r.valToPos=function(e,t,n){return 0==x[t].ori?o(e,x[t],n?ye:de,n?ve:0):l(e,x[t],n?_e:he,n?ge:0)},r.batch=function(e){e(r),Mt()},r.setCursor=function(e,t,n){St=e.left,At=e.top,Xt(null,t,n)};var Zt=0==O.ori?Wt:Qt,Gt=1==O.ori?Wt:Qt;function Jt(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<k.length;n++)(n>0||1==a&&!X)&&Kt(n,q[n]);Q&&W.live&&function(){if(Q&&W.live)for(var e=2==a?1:0;e<k.length;e++)if(0!=e||!X){var t=W.values[e],n=0;for(var r in t)K[e][n++].firstChild.nodeValue=t[r]}}(),Ce=!1,!1!==t&&gn("setLegend")}function Kt(e,n){var a,i,o=k[e],l=0==e&&2==L?et:t[e];i=X?null!==(a=o.values(r,e,n))&&void 0!==a?a:ee:null==(i=o.value(r,null==n?null:l[n],e,n))?ee:{_:i},W.values[e]=i}function Xt(e,n,i){Ct=St,Et=At;var o,l=v(Ne.move(r,St,At),2);St=l[0],At=l[1],Ne.show&&(_t&&il(_t,Tl(St),0,de,he),bt&&il(bt,0,Tl(At),de,he));var u=Je>Ke;It=jl;var c=0==O.ori?de:he,s=1==O.ori?de:he;if(St<0||0==Be||u){o=null;for(var f=0;f<k.length;f++)f>0&&Le.length>1&&il(Le[f],-10,-10,de,he);Oe&&Ut(null,Yt,!0,null==e&&_n.setSeries),W.live&&(q.fill(o),Ce=!0)}else{var d,h;1==a&&(o=ml(d=qt(0==O.ori?St:At,E),t[0],Je,Ke),h=T(t[0][o],O,c,0));for(var m=2==a?1:0;m<k.length;m++){var p=k[m],g=q[m],y=1==a?t[m][g]:t[m][1][g],_=Ne.dataIdx(r,m,o,d),b=1==a?t[m][_]:t[m][1][_];Ce=Ce||b!=y||_!=g,q[m]=_;var w=Jl(_==o?h:T(1==a?t[0][_]:t[m][0][_],O,c,0),1);if(m>0&&p.show){var D=null==b?-10:Jl(F(b,1==a?x[p.scale]:x[p.facets[1].scale],s,0),1);if(Oe&&D>=0&&1==a){var C=Nl(D-At);if(C<It){var S=Fe.bias;if(0!=S){var A=qt(1==O.ori?St:At,p.scale),N=A>=0?1:-1;N==(b>=0?1:-1)&&(1==N?1==S?b>=A:b<=A:1==S?b<=A:b>=A)&&(It=C,Bt=m)}else It=C,Bt=m}}var M=void 0,L=void 0;if(0==O.ori?(M=w,L=D):(M=D,L=w),Ce&&Le.length>1){ll(Le[m],Ne.points.fill(r,m),Ne.points.stroke(r,m));var P=void 0,R=void 0,I=void 0,B=void 0,z=!0,j=Ne.points.bbox;if(null!=j){z=!1;var H=j(r,m);I=H.left,B=H.top,P=H.width,R=H.height}else I=M,B=L,P=R=Ne.points.size(r,m);cl(Le[m],P,R,z),il(Le[m],I,B,de,he)}}}}if(Ne.idx=o,Ne.left=St,Ne.top=At,Ce&&(W.idx=o,Jt()),jt.show&&Ot)if(null!=e){var $=v(_n.scales,2),V=$[0],U=$[1],Y=v(_n.match,2),Q=Y[0],Z=Y[1],G=v(e.cursor.sync.scales,2),J=G[0],K=G[1],X=e.cursor.drag;if(Pt=X._x,Rt=X._y,Pt||Rt){var ee,te,ne,re,ae,ie=e.select,oe=ie.left,le=ie.top,ue=ie.width,ce=ie.height,se=e.scales[V].ori,fe=e.posToVal,me=null!=V&&Q(V,J),pe=null!=U&&Z(U,K);me&&Pt?(0==se?(ee=oe,te=ue):(ee=le,te=ce),ne=x[V],re=T(fe(ee,J),ne,c,0),ae=T(fe(ee+te,J),ne,c,0),Zt(Ol(re,ae),Nl(ae-re))):Zt(0,c),pe&&Rt?(1==se?(ee=oe,te=ue):(ee=le,te=ce),ne=x[U],re=F(fe(ee,K),ne,s,0),ae=F(fe(ee+te,K),ne,s,0),Gt(Ol(re,ae),Nl(ae-re))):Gt(0,s)}else sn()}else{var ve=Nl(Ct-wt),ge=Nl(Et-kt);if(1==O.ori){var ye=ve;ve=ge,ge=ye}Pt=Lt.x&&ve>=Lt.dist,Rt=Lt.y&&ge>=Lt.dist;var _e,be,we=Lt.uni;null!=we?Pt&&Rt&&(Rt=ge>=we,(Pt=ve>=we)||Rt||(ge>ve?Rt=!0:Pt=!0)):Lt.x&&Lt.y&&(Pt||Rt)&&(Pt=Rt=!0),Pt&&(0==O.ori?(_e=Dt,be=St):(_e=xt,be=At),Zt(Ol(_e,be),Nl(be-_e)),Rt||Gt(0,s)),Rt&&(1==O.ori?(_e=Dt,be=St):(_e=xt,be=At),Gt(Ol(_e,be),Nl(be-_e)),Pt||Zt(0,c)),Pt||Rt||(Zt(0,0),Gt(0,0))}if(Lt._x=Pt,Lt._y=Rt,null==e){if(i){if(null!=bn){var ke=v(_n.scales,2),De=ke[0],xe=ke[1];_n.values[0]=null!=De?qt(0==O.ori?St:At,De):null,_n.values[1]=null!=xe?qt(1==O.ori?St:At,xe):null}kn(jo,r,St,At,de,he,o)}if(Oe){var Ee=i&&_n.setSeries,Se=Fe.prox;null==zt?It<=Se&&Ut(Bt,Yt,!0,Ee):It>Se?Ut(null,Yt,!0,Ee):Bt!=zt&&Ut(Bt,Yt,!0,Ee)}}!1!==n&&gn("setCursor")}r.setLegend=Jt;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,a,i,o){Ne._lock||Ot&&null!=e&&0==e.movementX&&0==e.movementY||(rn(e,t,n,r,a,i,o,!1,null!=e),null!=e?Xt(null,!0,!0):Xt(t,!0,!1))}function rn(e,t,n,a,i,o,l,c,s){if(null==en&&tn(!1),Me(e),null!=e)n=e.clientX-en.left,a=e.clientY-en.top;else{if(n<0||a<0)return St=-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],k=v(_n.match,2),D=k[0],C=k[1],E=t.axes[0].side%2==1,S=0==O.ori?de:he,A=1==O.ori?de:he,N=E?o:i,M=E?i:o,T=E?a:n,F=E?n:a;if(n=null!=b?D(d,b)?u(g,x[d],S,0):-10:S*(T/N),a=null!=w?C(h,w)?u(y,x[h],A,0):-10:A*(F/M),1==O.ori){var L=n;n=a,a=L}}if(s&&((n<=1||n>=de-1)&&(n=Gl(n,de)),(a<=1||a>=he-1)&&(a=Gl(a,he))),c){wt=n,kt=a;var P=v(Ne.move(r,n,a),2);Dt=P[0],xt=P[1]}else St=n,At=a}Object.defineProperty(r,"rect",{get:function(){return null==en&&tn(!1),en}});var an,on,ln,un,cn={width:0,height:0,left:0,top:0};function sn(){$t(cn,!1)}function fn(e,t,n,a,i,o,l){Ot=!0,Pt=Rt=Lt._x=Lt._y=!1,rn(e,t,n,a,i,o,0,!0,!1),null!=e&&(ue($o,Go,dn,!1),kn(Ho,r,Dt,xt,de,he,null));var u=jt.left,c=jt.top,s=jt.width,f=jt.height;an=u,on=c,ln=s,un=f,sn()}function dn(e,t,n,a,i,o,l){Ot=Lt._x=Lt._y=!1,rn(e,t,n,a,i,o,0,!1,!0);var u=jt.left,c=jt.top,s=jt.width,f=jt.height,d=s>0||f>0,h=an!=u||on!=c||ln!=s||un!=f;if(d&&h&&$t(jt),Lt.setScale&&d&&h){var m=u,p=s,v=c,g=f;if(1==O.ori&&(m=c,p=f,v=u,g=s),Pt&&Vt(E,qt(m,E),qt(m+p,E)),Rt)for(var y in x){var _=x[y];y!=E&&null==_.from&&_.min!=jl&&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($o,Go),kn($o,r,St,At,de,he,null))}function hn(e,t,n,a,i,o,l){Ne._lock||(Me(e),rt(),sn(),null!=e&&kn(Yo,r,St,At,de,he,null))}function mn(){D.forEach(Ds),Ee(r.width,r.height,!0)}dl(Wo,Jo,mn);var pn={};pn.mousedown=fn,pn.mousemove=nn,pn.mouseup=dn,pn.dblclick=hn,pn.setSeries=function(e,t,n,a){-1!=(n=(0,_n.match[2])(r,t,n))&&Ut(n,a,!0,!1)},Ne.show&&(ue(Ho,p,fn),ue(jo,p,nn),ue(Vo,p,(function(e){Me(e),tn(!1)})),ue(Uo,p,(function(e,t,n,r,a,i,o){if(!Ne._lock){Me(e);var l=Ot;if(Ot){var u,c,s=!0,f=!0;0==O.ori?(u=Pt,c=Rt):(u=Rt,c=Pt),u&&c&&(s=St<=10||St>=de-10,f=At<=10||At>=he-10),u&&s&&(St=St<Dt?0:de),c&&f&&(At=At<xt?0:he),Xt(null,!0,!0),Ot=!1}St=-10,At=-10,Xt(null,!0,!0),l&&(Ot=l)}})),ue(Yo,p,hn),us.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=hu({key:null,setSeries:!1,filters:{pub:Wl,sub:Wl},scales:[E,k[1]?k[1].scale:null],match:[Ql,Ql,yn],values:[null,null]},Ne.sync);2==_n.match.length&&_n.match.push(yn),Ne.sync=_n;var bn=_n.key,wn=Rc(bn);function kn(e,t,n,r,a,i,o){_n.filters.pub(e,t,n,r,a,i,o)&&wn.pub(e,t,n,r,a,i,o)}function Dn(){gn("init",e,t),nt(t||e.data,!1),P[E]?Ft(E,P[E]):rt(),xe=jt.show&&(jt.width>0||jt.height>0),De=Ce=!0,Ee(e.width,e.height)}return wn.sub(r),r.pub=function(e,t,n,r,a,i,o){_n.filters.sub(e,t,n,r,a,i,o)&&pn[e](null,t,n,r,a,i,o)},r.destroy=function(){var e;wn.unsub(r),us.delete(r),le.clear(),hl(Wo,Jo,mn),s.remove(),null===(e=B)||void 0===e||e.remove(),gn("destroy")},k.forEach(Pe),D.forEach((function(e,t){if(e._show=e.show,e.show){var n=e.side%2,a=x[e.scale];null==a&&(e.scale=n?k[1].scale:E,a=x[e.scale]);var i=a.time;e.size=Vl(e.size),e.space=Vl(e.space),e.rotate=Vl(e.rotate),ou(e.incrs)&&e.incrs.forEach((function(e){!eu.has(e)&&eu.set(e,tu(e))})),e.incrs=Vl(e.incrs||(2==a.distr?Mu:i?1==w?Uu:Qu:Tu)),e.splits=Vl(e.splits||(i&&1==a.distr?V:3==a.distr?gc:4==a.distr?yc:vc)),e.stroke=Vl(e.stroke),e.grid.stroke=Vl(e.grid.stroke),e.ticks.stroke=Vl(e.ticks.stroke),e.border.stroke=Vl(e.border.stroke);var o=e.values;e.values=ou(o)&&!ou(o[0])?Vl(o):i?ou(o)?Ku(H,Ju(o,$)):uu(o)?function(e,t){var n=xu(t);return function(t,r,a,i,o){return r.map((function(t){return n(e(t))}))}}(H,o):o||U:o||pc,e.filter=Vl(e.filter||(a.distr>=3&&10==a.log?xc:3==a.distr&&2==a.log?Cc:Yl)),e.font=ks(e.font),e.labelFont=ks(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&&(Re[t]=!0,e._el=rl("u-axis",h))}})),n?n instanceof HTMLElement?(n.appendChild(s),Dn()):n(r,Dn):Dn(),r}xs.assign=hu,xs.fmtNum=El,xs.rangeNum=kl,xs.rangeLog=vl,xs.rangeAsinh=gl,xs.orient=Bc,xs.pxRatio=xi,xs.join=function(e,t){if(function(e){for(var t=e[0][0],n=t.length,r=1;r<e.length;r++){var a=e[r][0];if(a.length!=n)return!1;if(a!=t)for(var i=0;i<n;i++)if(a[i]!=t[i])return!1}return!0}(e)){for(var n=e[0].slice(),r=1;r<e.length;r++){var a;(a=n).push.apply(a,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,a=n-1;r<=a&&null==e[r];)r++;for(;a>=r&&null==e[a];)a--;if(a<=r)return!0;for(var i=Ll(1,Ml((a-r+1)/t)),o=e[r],l=r+i;l<=a;l+=i){var u=e[l];if(null!=u){if(u<=o)return!1;o=u}}return!0}(n[0])||(n=function(e){for(var t=e[0],n=t.length,r=Array(n),a=0;a<r.length;a++)r[a]=a;r.sort((function(e,n){return t[e]-t[n]}));for(var i=[],o=0;o<e.length;o++){for(var l=e[o],u=Array(n),c=0;c<n;c++)u[c]=l[r[c]];i.push(u)}return i}(n)),n}for(var i=new Set,o=0;o<e.length;o++)for(var l=e[o][0],u=l.length,c=0;c<u;c++)i.add(l[c]);for(var s=[Array.from(i).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,k=[],D=0;D<_.length;D++){var x=_[D],C=d.get(v[D]);null===x?0!=w&&(b[C]=x,2==w&&k.push(C)):b[C]=x}mu(b,k,f),s.push(b)}return s},xs.fmtDate=xu,xs.tzDate=function(e,t){var n;return"UTC"==t||"Etc/UTC"==t?n=new Date(+e+6e4*e.getTimezoneOffset()):t==Cu?n=e:(n=new Date(e.toLocaleString("en-US",{timeZone:t}))).setMilliseconds(e.getMilliseconds()),n},xs.sync=Rc,xs.addGap=function(e,t,n){var r=e[e.length-1];r&&r[0]==t?r[1]=n:e.push([t,n])},xs.clipGaps=$c;var Cs,Es=xs.paths={points:ns};Es.linear=os,Es.stepped=function(e){var t=Dl(e.align,1),n=Dl(e.ascDesc,!1),r=Dl(e.alignGaps,0),a=Dl(e.extend,!1);return function(e,i,o,l){return Bc(e,i,(function(u,c,s,f,d,h,m,p,g,_,b){var w=u.pxRound,k=e.bbox,D=k.left,x=k.width,C=function(e){return w(h(e,f,_,p))},E=function(e){return w(m(e,d,b,g))},S=0==f.ori?Qc:Zc,A={stroke:new Path2D,fill:null,clip:null,band:null,gaps:null,flags:Ic},N=A.stroke,M=f.dir*(0==f.ori?1:-1);o=pl(s,o,l,1),l=pl(s,o,l,-1);var T=E(s[1==M?o:l]),F=C(c[1==M?o:l]),O=F,L=F;a&&-1==t&&S(N,L=D,T),S(N,F,T);for(var P=1==M?o:l;P>=o&&P<=l;P+=M){var R=s[P];if(null!=R){var I=C(c[P]),B=E(R);1==t?S(N,I,T):S(N,O,B),S(N,I,B),T=B,O=I}}var z=O;a&&1==t&&S(N,z=D+x,T);var j=v(zc(e,i),2),H=j[0],$=j[1];if(null!=u.fill||0!=H){var V=A.fill=new Path2D(N),U=E(u.fillTo(e,i,u.min,u.max,H));S(V,z,U),S(V,L,U)}if(!u.spanGaps){var Y,q=[];(Y=q).push.apply(Y,y(Vc(c,s,o,l,M,C,r)));var W=u.width*xi/2,Q=n||1==t?W:-W,Z=n||-1==t?-W:W;q.forEach((function(e){e[0]+=Q,e[1]+=Z})),A.gaps=q=u.gaps(e,i,o,l,q),A.clip=$c(q,f.ori,p,g,_,b)}return 0!=$&&(A.band=2==$?[Hc(e,i,o,l,N,-1),Hc(e,i,o,l,N,1)]:Hc(e,i,o,l,N,$)),A}))}},Es.bars=function(e){var t=Dl((e=e||ru).size,[.6,jl,1]),n=e.align||0,r=(e.gap||0)*xi,a=e.radius,i=Vl(a=null==a?[0,0]:"number"==typeof a?[a,0]:a),o=1-t[0],l=Dl(t[1],jl)*xi,u=Dl(t[2],1)*xi,c=Dl(e.disp,ru),s=Dl(e.each,(function(e){})),f=c.fill,d=c.stroke;return function(e,t,a,h){return Bc(e,t,(function(m,p,g,y,_,b,w,k,D,x,C){var E,S,A=m.pxRound;if(0==y.ori){var N=v(i(e,t),2);E=N[0],S=N[1]}else{var M=v(i(e,t),2);S=M[0],E=M[1]}var T,F,O=y.dir*(0==y.ori?1:-1),L=_.dir*(1==_.ori?1:-1),P=0==y.ori?Gc:Jc,R=0==y.ori?s:function(e,t,n,r,a,i,o){s(e,t,n,a,r,o,i)},I=v(zc(e,t),2),B=I[0],z=I[1],j=3==_.distr?1==B?_.max:_.min:0,H=w(j,_,C,D),$=A(m.width*xi),V=!1,U=null,Y=null,q=null,W=null;null==f||0!=$&&null==d||(V=!0,U=f.values(e,t,a,h),Y=new Map,new Set(U).forEach((function(e){null!=e&&Y.set(e,new Path2D)})),$>0&&(q=d.values(e,t,a,h),W=new Map,new Set(q).forEach((function(e){null!=e&&W.set(e,new Path2D)}))));var Q=c.x0,Z=c.size,G=!0;if(null!=Q&&null!=Z){p=Q.values(e,t,a,h),2==Q.unit&&(p=p.map((function(t){return e.posToVal(k+t*x,y.key,!0)})));var J=Z.values(e,t,a,h);$>=(F=2==Z.unit?J[0]*x:b(J[0],y,x,k)-b(0,y,x,k))/2&&($=0),F=A($l(F-$,u,l)),T=1==O?-$/2:F+$/2}else{var K=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=Nl(p[ee]-p[X]);ne<te&&(te=ne,K=Nl(b(p[ee],y,x,k)-b(p[X],y,x,k)))}X=ee}var re=K*o;$>=(F=K-re-r)/2&&($=0),re+r<5&&(A=Ul),F=A($l(K-re,u,l)-$-r),T=(0==n?F/2:n==O?0:F)-n*O*r/2,F+$>K&&(G=!1)}var ae,ie={stroke:null,fill:null,clip:null,band:null,gaps:null,flags:2|Ic};0!=z&&(ie.band=new Path2D,ae=A(w(1==z?_.max:_.min,_,C,D)));var oe=V?null:new Path2D,le=ie.band,ue=c.y0,ce=c.y1,se=null;null!=ue&&null!=ce&&(g=ce.values(e,t,a,h),se=ue.values(e,t,a,h));for(var fe=E*F,de=S*F,he=1==O?a:h;he>=a&&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,k),ve=w(Dl(me,j),_,C,D);null!=se&&null!=me&&(H=w(se[he],_,C,D));var ge=A(pe-T),ye=A(Ll(ve,H)),_e=A(Ol(ve,H)),be=ye-_e;if(null!=me){var we=me<0?de:fe,ke=me<0?fe:de;V?($>0&&null!=q[he]&&P(W.get(q[he]),ge,_e+Ml($/2),F,Ll(0,be-$),we,ke),null!=U[he]&&P(Y.get(U[he]),ge,_e+Ml($/2),F,Ll(0,be-$),we,ke)):P(oe,ge,_e+Ml($/2),F,Ll(0,be-$),we,ke),R(e,t,he,ge-$/2,_e,F+$,be)}0==z||null==me&&!G||(L*z==1?(ye=_e,_e=ae):(_e=ye,ye=ae),P(le,ge-$/2,_e,F+$,Ll(0,be=ye-_e),0,0))}}if($>0)ie.stroke=V?W:oe;else if(!V){var De;ie._fill=0==m.width?m._fill:null!==(De=m._stroke)&&void 0!==De?De:m._fill,ie.width=0}return ie.fill=V?Y:oe,ie}))}},Es.spline=function(e){return function(e,t){var n=Dl(null===t||void 0===t?void 0:t.alignGaps,0);return function(t,r,a,i){return Bc(t,r,(function(o,l,u,c,s,f,d,h,m,p,g){var _,b,w,k=o.pxRound,D=function(e){return k(f(e,c,p,h))},x=function(e){return k(d(e,s,g,m))};0==c.ori?(_=qc,w=Qc,b=es):(_=Wc,w=Zc,b=ts);var C=c.dir*(0==c.ori?1:-1);a=pl(u,a,i,1),i=pl(u,a,i,-1);for(var E=D(l[1==C?a:i]),S=E,A=[],N=[],M=1==C?a:i;M>=a&&M<=i;M+=C)if(null!=u[M]){var T=D(l[M]);A.push(S=T),N.push(x(u[M]))}var F={stroke:e(A,N,_,w,b,k),fill:null,clip:null,band:null,gaps:null,flags:Ic},O=F.stroke,L=v(zc(t,r),2),P=L[0],R=L[1];if(null!=o.fill||0!=P){var I=F.fill=new Path2D(O),B=x(o.fillTo(t,r,o.min,o.max,P));w(I,S,B),w(I,E,B)}if(!o.spanGaps){var z,j=[];(z=j).push.apply(z,y(Vc(l,u,a,i,C,D,n))),F.gaps=j=o.gaps(t,r,a,i,j),F.clip=$c(j,c.ori,h,m,p,g)}return 0!=R&&(F.band=2==R?[Hc(t,r,a,i,O,-1),Hc(t,r,a,i,O,1)]:Hc(t,r,a,i,O,R)),F}))}}(ls,e)};var Ss=["#e54040","#32a9dc","#2ee329","#7126a1","#e38f0f","#3d811a","#ffea00","#2d2d2d","#da42a6","#a44e0c"],As=function(e){if(7!=e.length)return"0, 0, 0";var t=parseInt(e.slice(1,3),16),n=parseInt(e.slice(3,5),16),r=parseInt(e.slice(5,7),16);return"".concat(t,", ").concat(n,", ").concat(r)},Ns=(ct(Cs={},Rt.yhatUpper,"#7126a1"),ct(Cs,Rt.yhatLower,"#7126a1"),ct(Cs,Rt.yhat,"#da42a6"),ct(Cs,Rt.anomaly,"#da4242"),ct(Cs,Rt.anomalyScore,"#7126a1"),ct(Cs,Rt.actual,"#203ea9"),ct(Cs,Rt.training,"rgba(".concat(As("#203ea9"),", 0.2)")),Cs),Ms=["__name__"],Ts=function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=e.metric,a=r.__name__,i=Xr(r,Ms),o=t||"".concat(n?"[Query ".concat(e.group,"] "):"").concat(a||"");return 0==Object.keys(i).length?o||"value":"".concat(o,"{").concat(Object.entries(i).map((function(e){return"".concat(e[0],"=").concat(JSON.stringify(e[1]))})).join(", "),"}")},Fs=function(e){switch(e){case"NaN":return NaN;case"Inf":case"+Inf":return 1/0;case"-Inf":return-1/0;default:return parseFloat(e)}},Os=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 a=Object.keys(r.metric).filter((function(e){return!t.includes(e)}));return n.length===a.length&&a.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}))}))},Ls=function(e,t,n){for(var r=[],a=0;a<n;a++){var i=a/(n-1),o=e[0]+(t[0]-e[0])*i,l=e[1]+(t[1]-e[1])*i,u=e[2]+(t[2]-e[2])*i;r.push([o,l,u].map((function(e){return Math.round(e)})).join(", "))}return r.map((function(e){return"rgb(".concat(e,")")}))}([246,226,219],[127,39,4],16),Ps=function(){return function(e,t){var n=Math.round(devicePixelRatio);xs.orient(e,t,(function(r,a,i,o,l,u,c,s,f,d,h,m,p,g){for(var _=v(e.data[t],3),b=_[0],w=_[1],k=_[2],D=b.length,x=function(e,t){for(var n=e.data[t][2],r=Ls,a=1/0,i=-1/0,o=0;o<n.length;o++)n[o]>0&&(a=Math.min(a,n[o]),i=Math.max(i,n[o]));for(var l=i-a,u=r.length,c=Array(n.length),s=0;s<n.length;s++)c[s]=0===n[s]?-1:Math.min(u-1,Math.floor(u*(n[s]-a)/l));return c}(e,t),C=null!==Ls&&void 0!==Ls?Ls:y(Array.from(new Set(x))),E=C.map((function(){return new Path2D})),S=D-w.lastIndexOf(w[0]),A=D/S,N=w[1]-w[0],M=b[S]-b[0],T=u(M,o,d,s)-u(0,o,d,s)-n,F=c(N,l,h,f)-c(0,l,h,f)+n,O=w.slice(0,S).map((function(e){return Math.round(c(e,l,h,f)-F/2)})),L=Array.from({length:A},(function(e,t){return Math.round(u(b[t*S],o,d,s)-T)})),P=0;P<D;P++)if(k[P]>0&&b[P]>=(o.min||-1/0)&&b[P]<=(o.max||1/0)&&w[P]>=(l.min||-1/0)&&w[P]<=(l.max||1/0)){var R=L[~~(P/S)],I=O[P%S];g(E[x[P]],R,I,T,F)}e.ctx.save(),e.ctx.rect(e.bbox.left,e.bbox.top,e.bbox.width,e.bbox.height),e.ctx.clip(),E.forEach((function(t,n){e.ctx.fillStyle=C[n],e.ctx.fill(t)})),e.ctx.restore()}))}},Rs=function(e){var t=(e.metric.vmrange||e.metric.le||"").split("...");return Fs(t[t.length-1])},Is=function(e,t){return Rs(e)-Rs(t)},Bs=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)})),a=(null===(t=e[0])||void 0===t?void 0:t.group)||1,i={metric:{le:""},values:[],group:a},o=[],l=F(r);try{for(l.s();!(n=l.n()).done;){var u,c=n.value,s=[i.metric.le,c.metric.le].filter((function(e){return e})).join("..."),f=[],d=F(c.values);try{var h=function(){var e,t=v(u.value,2),n=t[0],r=+t[1]-+((null===(e=i.values.find((function(e){return e[0]===n})))||void 0===e?void 0:e[1])||0);f.push([n,"".concat(r)])};for(d.s();!(u=d.n()).done;)h()}catch(m){d.e(m)}finally{d.f()}o.push({metric:{vmrange:s},values:f,group:a}),i=c}}catch(m){l.e(m)}finally{l.f()}return o}(e.sort(Is)),r={};return n.forEach((function(e){return e.values.forEach((function(e){var t=v(e,2),n=t[0],a=t[1];r[n]=(r[n]||0)+ +a}))})),n.map((function(e){var t=e.values.map((function(e){var t=v(e,2),n=t[0],a=t[1],i=r[n];return[n,"".concat(Math.round(+a/i*100))]}));return ft(ft({},e),{},{values:t})})).filter((function(e){return!e.values.every((function(e){return"0"===e[1]}))}))},zs=function(e){var t=["__name__","for"];return Object.entries(e).filter((function(e){var n=v(e,1)[0];return!t.includes(n)})).map((function(e){var t=v(e,2),n=t[0],r=t[1];return"".concat(n,": ").concat(r)})).join(",")},js=function(e,t,n,r){for(var a={},i=r?0:Math.min(e.length,Ss.length),o=0;o<i;o++){var l=Ts(e[o],n[e[o].group-1]);a[l]=Ss[o]}return function(i,o){var l=function(e){var t=(null===e||void 0===e?void 0:e.__name__)||"",n=new RegExp("(".concat(Object.values(Rt).join("|"),")$")),r=t.match(n),a=r&&r[0];return{value:a,isUpper:a===Rt.yhatUpper,isLower:a===Rt.yhatLower,isYhat:a===Rt.yhat,isAnomaly:a===Rt.anomaly,isAnomalyScore:a===Rt.anomalyScore,group:zs(e)}}(e[o].metric),u=r?l.group:Ts(i,n[i.group-1]),c=i.values.map((function(e){return Fs(e[1])})),s={min:bo(c),max:_o(c),median:wo(c),last:ko(c)},f=s.min,d=s.max,h=s.median,m=s.last,p=[];l.isLower||l.isUpper?p=[10,5]:l.isYhat&&(p=[10,2]);var v=1.4;l.isUpper||l.isLower?v=.7:l.isYhat?v=1:l.isAnomaly&&(v=0);var g={size:4.2,width:1.4};l.isAnomaly&&(g={size:8,width:4,space:0});var y=a[u]||function(e){var t=16777215,n=1,r=0,a=1;if(e.length>0)for(var i=0;i<e.length;i++)e[i].charCodeAt(0)>r&&(r=e[i].charCodeAt(0)),a=parseInt(String(t/r)),n=(n+e[i].charCodeAt(0)*a*49979693)%t;var o=(n*e.length%t).toString(16);return o=o.padEnd(6,o),"#".concat(o)}(u);return r&&l.isAnomaly?y=Ns[Rt.anomaly]:!r||l.isAnomaly||l.value?l.value&&(y=l.value?Ns[l.value]:y):y=Ns[Rt.actual],{label:u,dash:p,width:v,stroke:y,points:g,forecast:l.value,forecastGroup:l.group,freeFormFields:i.metric,show:!$s(u,t),scale:"1",statsFormatted:{min:Do(f,f,d),max:Do(d,f,d),median:Do(h,f,d),last:Do(m,f,d)},median:h}}},Hs=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}},$s=function(e,t){return t.includes("".concat(e))},Vs=function(e){for(var t=e.series.length-1;t>=0;t--)e.delSeries(t)},Us=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 i()(xn(En(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}}}}},Ys=function(e){Vs(e),function(e){Object.keys(e.hooks).forEach((function(t){e.hooks[t]=[]}))}(e),e.setData([])},qs=function(e){return[e.min,e.max]},Ws=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,a=arguments.length>4?arguments[4]:void 0;return a.limits.enable?a.limits.range[r]:Ao(t,n)},Qs=function(e,t){var n={x:{range:function(){return qs(t)}}},r=Object.keys(e.limits.range);return(r.length?r:["1"]).forEach((function(t){n[t]={range:function(n){return Ws(n,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,t,e)}}})),n},Zs=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})}};function Gs(e){var t=As(Ns[e]);return"rgba(".concat(t,", 0.05)")}function Js(e,t){!function(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}(e,t),t.add(e)}function Ks(e,t,n){if(!t.has(e))throw new TypeError("attempted to get private field on non-instance");return n}function Xs(){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 ef={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 tf(e){ef=e}var nf=/[&<>"']/,rf=new RegExp(nf.source,"g"),af=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,of=new RegExp(af.source,"g"),lf={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},uf=function(e){return lf[e]};function cf(e,t){if(t){if(nf.test(e))return e.replace(rf,uf)}else if(af.test(e))return e.replace(of,uf);return e}var sf=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi;function ff(e){return e.replace(sf,(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 df=/(^|[^\[])\^/g;function hf(e,t){e="string"===typeof e?e:e.source,t=t||"";var n={replace:function(t,r){return r=(r=r.source||r).replace(df,"$1"),e=e.replace(t,r),n},getRegex:function(){return new RegExp(e,t)}};return n}var mf=/[^\w:]/g,pf=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function vf(e,t,n){if(e){var r;try{r=decodeURIComponent(ff(n)).replace(mf,"").toLowerCase()}catch(a){return null}if(0===r.indexOf("javascript:")||0===r.indexOf("vbscript:")||0===r.indexOf("data:"))return null}t&&!pf.test(n)&&(n=function(e,t){gf[" "+e]||(yf.test(e)?gf[" "+e]=e+"/":gf[" "+e]=Df(e,"/",!0));e=gf[" "+e];var n=-1===e.indexOf(":");return"//"===t.substring(0,2)?n?t:e.replace(_f,"$1")+t:"/"===t.charAt(0)?n?t:e.replace(bf,"$1")+t:e+t}(t,n));try{n=encodeURI(n).replace(/%25/g,"%")}catch(a){return null}return n}var gf={},yf=/^[^:]+:\/*[^/]*$/,_f=/^([^:]+:)[\s\S]*$/,bf=/^([^:]+:\/*[^/]*)[\s\S]*$/;var wf={exec:function(){}};function kf(e,t){var n=e.replace(/\|/g,(function(e,t,n){for(var r=!1,a=t;--a>=0&&"\\"===n[a];)r=!r;return r?"|":" |"})).split(/ \|/),r=0;if(n[0].trim()||n.shift(),n.length>0&&!n[n.length-1].trim()&&n.pop(),n.length>t)n.splice(t);else for(;n.length<t;)n.push("");for(;r<n.length;r++)n[r]=n[r].trim().replace(/\\\|/g,"|");return n}function Df(e,t,n){var r=e.length;if(0===r)return"";for(var a=0;a<r;){var i=e.charAt(r-a-1);if(i!==t||n){if(i===t||!n)break;a++}else a++}return e.slice(0,r-a)}function xf(e,t,n,r){var a=t.href,i=t.title?cf(t.title):null,o=e[1].replace(/\\([\[\]])/g,"$1");if("!"!==e[0].charAt(0)){r.state.inLink=!0;var l={type:"link",raw:n,href:a,title:i,text:o,tokens:r.inlineTokens(o)};return r.state.inLink=!1,l}return{type:"image",raw:n,href:a,title:i,text:cf(o)}}var Cf=function(){function e(t){_(this,e),this.options=t||ef}return D(e,[{key:"space",value:function(e){var t=this.rules.block.newline.exec(e);if(t&&t[0].length>0)return{type:"space",raw:t[0]}}},{key:"code",value:function(e){var t=this.rules.block.code.exec(e);if(t){var n=t[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?n:Df(n,"\n")}}}},{key:"fences",value:function(e){var t=this.rules.block.fences.exec(e);if(t){var n=t[0],r=function(e,t){var n=e.match(/^(\s+)(?:```)/);if(null===n)return t;var r=n[1];return t.split("\n").map((function(e){var t=e.match(/^\s+/);return null===t?e:v(t,1)[0].length>=r.length?e.slice(r.length):e})).join("\n")}(n,t[3]||"");return{type:"code",raw:n,lang:t[2]?t[2].trim().replace(this.rules.inline._escapes,"$1"):t[2],text:r}}}},{key:"heading",value:function(e){var t=this.rules.block.heading.exec(e);if(t){var n=t[2].trim();if(/#$/.test(n)){var r=Df(n,"#");this.options.pedantic?n=r.trim():r&&!/ $/.test(r)||(n=r.trim())}return{type:"heading",raw:t[0],depth:t[1].length,text:n,tokens:this.lexer.inline(n)}}}},{key:"hr",value:function(e){var t=this.rules.block.hr.exec(e);if(t)return{type:"hr",raw:t[0]}}},{key:"blockquote",value:function(e){var t=this.rules.block.blockquote.exec(e);if(t){var n=t[0].replace(/^ *>[ \t]?/gm,""),r=this.lexer.state.top;this.lexer.state.top=!0;var a=this.lexer.blockTokens(n);return this.lexer.state.top=r,{type:"blockquote",raw:t[0],tokens:a,text:n}}}},{key:"list",value:function(e){var t=this.rules.block.list.exec(e);if(t){var n,r,a,i,o,l,u,c,s,f,d,h,m=t[1].trim(),p=m.length>1,v={type:"list",raw:"",ordered:p,start:p?+m.slice(0,-1):"",loose:!1,items:[]};m=p?"\\d{1,9}\\".concat(m.slice(-1)):"\\".concat(m),this.options.pedantic&&(m=p?m:"[*+-]");for(var g=new RegExp("^( {0,3}".concat(m,")((?:[\t ][^\\n]*)?(?:\\n|$))"));e&&(h=!1,t=g.exec(e))&&!this.rules.block.hr.test(e);){if(n=t[0],e=e.substring(n.length),c=t[2].split("\n",1)[0].replace(/^\t+/,(function(e){return" ".repeat(3*e.length)})),s=e.split("\n",1)[0],this.options.pedantic?(i=2,d=c.trimLeft()):(i=(i=t[2].search(/[^ ]/))>4?1:i,d=c.slice(i),i+=t[1].length),l=!1,!c&&/^ *$/.test(s)&&(n+=s+"\n",e=e.substring(s.length+1),h=!0),!h)for(var y=new RegExp("^ {0,".concat(Math.min(3,i-1),"}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))")),_=new RegExp("^ {0,".concat(Math.min(3,i-1),"}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)")),b=new RegExp("^ {0,".concat(Math.min(3,i-1),"}(?:```|~~~)")),w=new RegExp("^ {0,".concat(Math.min(3,i-1),"}#"));e&&(s=f=e.split("\n",1)[0],this.options.pedantic&&(s=s.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),!b.test(s))&&!w.test(s)&&!y.test(s)&&!_.test(e);){if(s.search(/[^ ]/)>=i||!s.trim())d+="\n"+s.slice(i);else{if(l)break;if(c.search(/[^ ]/)>=4)break;if(b.test(c))break;if(w.test(c))break;if(_.test(c))break;d+="\n"+s}l||s.trim()||(l=!0),n+=f+"\n",e=e.substring(f.length+1),c=s.slice(i)}v.loose||(u?v.loose=!0:/\n *\n *$/.test(n)&&(u=!0)),this.options.gfm&&(r=/^\[[ xX]\] /.exec(d))&&(a="[ ] "!==r[0],d=d.replace(/^\[[ xX]\] +/,"")),v.items.push({type:"list_item",raw:n,task:!!r,checked:a,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 k=v.items.length;for(o=0;o<k;o++)if(this.lexer.state.top=!1,v.items[o].tokens=this.lexer.blockTokens(v.items[o].text,[]),!v.loose){var D=v.items[o].tokens.filter((function(e){return"space"===e.type})),x=D.length>0&&D.some((function(e){return/\n.*\n/.test(e.raw)}));v.loose=x}if(v.loose)for(o=0;o<k;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]):cf(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"):"",a=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:a}}}},{key:"table",value:function(e){var t=this.rules.block.table.exec(e);if(t){var n={type:"table",header:kf(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,a,i,o,l=n.align.length;for(r=0;r<l;r++)/^ *-+: *$/.test(n.align[r])?n.align[r]="right":/^ *:-+: *$/.test(n.align[r])?n.align[r]="center":/^ *:-+ *$/.test(n.align[r])?n.align[r]="left":n.align[r]=null;for(l=n.rows.length,r=0;r<l;r++)n.rows[r]=kf(n.rows[r],n.header.length).map((function(e){return{text:e}}));for(l=n.header.length,a=0;a<l;a++)n.header[a].tokens=this.lexer.inline(n.header[a].text);for(l=n.rows.length,a=0;a<l;a++)for(o=n.rows[a],i=0;i<o.length;i++)o[i].tokens=this.lexer.inline(o[i].text);return n}}}},{key:"lheading",value:function(e){var t=this.rules.block.lheading.exec(e);if(t)return{type:"heading",raw:t[0],depth:"="===t[2].charAt(0)?1:2,text:t[1],tokens:this.lexer.inline(t[1])}}},{key:"paragraph",value:function(e){var t=this.rules.block.paragraph.exec(e);if(t){var n="\n"===t[1].charAt(t[1].length-1)?t[1].slice(0,-1):t[1];return{type:"paragraph",raw:t[0],text:n,tokens:this.lexer.inline(n)}}}},{key:"text",value:function(e){var t=this.rules.block.text.exec(e);if(t)return{type:"text",raw:t[0],text:t[0],tokens:this.lexer.inline(t[0])}}},{key:"escape",value:function(e){var t=this.rules.inline.escape.exec(e);if(t)return{type:"escape",raw:t[0],text:cf(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]):cf(t[0]):t[0]}}},{key:"link",value:function(e){var t=this.rules.inline.link.exec(e);if(t){var n=t[2].trim();if(!this.options.pedantic&&/^</.test(n)){if(!/>$/.test(n))return;var r=Df(n.slice(0,-1),"\\");if((n.length-r.length)%2===0)return}else{var a=function(e,t){if(-1===e.indexOf(t[1]))return-1;for(var n=e.length,r=0,a=0;a<n;a++)if("\\"===e[a])a++;else if(e[a]===t[0])r++;else if(e[a]===t[1]&&--r<0)return a;return-1}(t[2],"()");if(a>-1){var i=(0===t[0].indexOf("!")?5:4)+t[1].length+a;t[2]=t[2].substring(0,a),t[0]=t[0].substring(0,i).trim(),t[3]=""}}var o=t[2],l="";if(this.options.pedantic){var u=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(o);u&&(o=u[1],l=u[3])}else l=t[3]?t[3].slice(1,-1):"";return o=o.trim(),/^</.test(o)&&(o=this.options.pedantic&&!/>$/.test(n)?o.slice(1):o.slice(1,-1)),xf(t,{href:o?o.replace(this.rules.inline._escapes,"$1"):o,title:l?l.replace(this.rules.inline._escapes,"$1"):l},t[0],this.lexer)}}},{key:"reflink",value:function(e,t){var n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){var r=(n[2]||n[1]).replace(/\s+/g," ");if(!(r=t[r.toLowerCase()])){var a=n[0].charAt(0);return{type:"text",raw:a,text:a}}return xf(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 a,i,o=r[0].length-1,l=o,u=0,c="*"===r[0][0]?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(c.lastIndex=0,t=t.slice(-1*e.length+o);null!=(r=c.exec(t));)if(a=r[1]||r[2]||r[3]||r[4]||r[5]||r[6])if(i=a.length,r[3]||r[4])l+=i;else if(!((r[5]||r[6])&&o%3)||(o+i)%3){if(!((l-=i)>0)){i=Math.min(i,i+l+u);var s=e.slice(0,o+r.index+i+1);if(Math.min(o,i)%2){var f=s.slice(1,-1);return{type:"em",raw:s,text:f,tokens:this.lexer.inlineTokens(f)}}var d=s.slice(2,-2);return{type:"strong",raw:s,text:d,tokens:this.lexer.inlineTokens(d)}}}else u+=i}}},{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),a=/^ /.test(n)&&/ $/.test(n);return r&&a&&(n=n.substring(1,n.length-1)),n=cf(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,a=this.rules.inline.autolink.exec(e);if(a)return r="@"===a[2]?"mailto:"+(n=cf(this.options.mangle?t(a[1]):a[1])):n=cf(a[1]),{type:"link",raw:a[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,a;if("@"===n[2])a="mailto:"+(r=cf(this.options.mangle?t(n[0]):n[0]));else{var i;do{i=n[0],n[0]=this.rules.inline._backpedal.exec(n[0])[0]}while(i!==n[0]);r=cf(n[0]),a="www."===n[1]?"http://"+n[0]:n[0]}return{type:"link",raw:n[0],text:r,href:a,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]):cf(r[0]):r[0]:cf(this.options.smartypants?t(r[0]):r[0]),{type:"text",raw:r[0],text:n}}}]),e}(),Ef={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:wf,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?'|\([^()]*\))/};Ef.def=hf(Ef.def).replace("label",Ef._label).replace("title",Ef._title).getRegex(),Ef.bullet=/(?:[*+-]|\d{1,9}[.)])/,Ef.listItemStart=hf(/^( *)(bull) */).replace("bull",Ef.bullet).getRegex(),Ef.list=hf(Ef.list).replace(/bull/g,Ef.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+Ef.def.source+")").getRegex(),Ef._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",Ef._comment=/<!--(?!-?>)[\s\S]*?(?:-->|$)/,Ef.html=hf(Ef.html,"i").replace("comment",Ef._comment).replace("tag",Ef._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),Ef.lheading=hf(Ef.lheading).replace(/bull/g,Ef.bullet).getRegex(),Ef.paragraph=hf(Ef._paragraph).replace("hr",Ef.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",Ef._tag).getRegex(),Ef.blockquote=hf(Ef.blockquote).replace("paragraph",Ef.paragraph).getRegex(),Ef.normal=ft({},Ef),Ef.gfm=ft(ft({},Ef.normal),{},{table:"^ *([^\\n ].*\\|.*)\\n {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"}),Ef.gfm.table=hf(Ef.gfm.table).replace("hr",Ef.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",Ef._tag).getRegex(),Ef.gfm.paragraph=hf(Ef._paragraph).replace("hr",Ef.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("table",Ef.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",Ef._tag).getRegex(),Ef.pedantic=ft(ft({},Ef.normal),{},{html:hf("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:\"[^\"]*\"|'[^']*'|\\s[^'\"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",Ef._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:wf,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:hf(Ef.normal._paragraph).replace("hr",Ef.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",Ef.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});var Sf={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:wf,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:wf,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,punctuation:/^((?![*_])[\spunctuation])/};function Af(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 Nf(e){var t,n,r="",a=e.length;for(t=0;t<a;t++)n=e.charCodeAt(t),Math.random()>.5&&(n="x"+n.toString(16)),r+="&#"+n+";";return r}Sf._punctuation="\\p{P}$+<=>`^|~",Sf.punctuation=hf(Sf.punctuation,"u").replace(/punctuation/g,Sf._punctuation).getRegex(),Sf.blockSkip=/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,Sf.anyPunctuation=/\\[punct]/g,Sf._escapes=/\\([punct])/g,Sf._comment=hf(Ef._comment).replace("(?:--\x3e|$)","--\x3e").getRegex(),Sf.emStrong.lDelim=hf(Sf.emStrong.lDelim,"u").replace(/punct/g,Sf._punctuation).getRegex(),Sf.emStrong.rDelimAst=hf(Sf.emStrong.rDelimAst,"gu").replace(/punct/g,Sf._punctuation).getRegex(),Sf.emStrong.rDelimUnd=hf(Sf.emStrong.rDelimUnd,"gu").replace(/punct/g,Sf._punctuation).getRegex(),Sf.anyPunctuation=hf(Sf.anyPunctuation,"gu").replace(/punct/g,Sf._punctuation).getRegex(),Sf._escapes=hf(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=hf(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=hf(Sf.tag).replace("comment",Sf._comment).replace("attribute",Sf._attribute).getRegex(),Sf._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,Sf._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,Sf._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,Sf.link=hf(Sf.link).replace("label",Sf._label).replace("href",Sf._href).replace("title",Sf._title).getRegex(),Sf.reflink=hf(Sf.reflink).replace("label",Sf._label).replace("ref",Ef._label).getRegex(),Sf.nolink=hf(Sf.nolink).replace("ref",Ef._label).getRegex(),Sf.reflinkSearch=hf(Sf.reflinkSearch,"g").replace("reflink",Sf.reflink).replace("nolink",Sf.nolink).getRegex(),Sf.normal=ft({},Sf),Sf.pedantic=ft(ft({},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:hf(/^!?\[(label)\]\((.*?)\)/).replace("label",Sf._label).getRegex(),reflink:hf(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",Sf._label).getRegex()}),Sf.gfm=ft(ft({},Sf.normal),{},{escape:hf(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=hf(Sf.gfm.url,"i").replace("email",Sf.gfm._extended_email).getRegex(),Sf.breaks=ft(ft({},Sf.gfm),{},{br:hf(Sf.br).replace("{2,}","*").getRegex(),text:hf(Sf.gfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()});var Mf=function(){function e(t){_(this,e),this.tokens=[],this.tokens.links=Object.create(null),this.options=t||ef,this.options.tokenizer=this.options.tokenizer||new Cf,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:Ef.normal,inline:Sf.normal};this.options.pedantic?(n.block=Ef.pedantic,n.inline=Sf.pedantic):this.options.gfm&&(n.block=Ef.gfm,this.options.breaks?n.inline=Sf.breaks:n.inline=Sf.gfm),this.tokenizer.rules=n}return D(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,a,i=this,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];e=this.options.pedantic?e.replace(/\t/g," ").replace(/^ +$/gm,""):e.replace(/^( *)(\t+)/gm,(function(e,t,n){return t+" ".repeat(n.length)}));for(var l,u=function(){if(i.options.extensions&&i.options.extensions.block&&i.options.extensions.block.some((function(n){return!!(t=n.call({lexer:i},e,o))&&(e=e.substring(t.raw.length),o.push(t),!0)})))return 0;if(t=i.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=i.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,i.inlineQueue[i.inlineQueue.length-1].src=n.text),0;if(t=i.tokenizer.fences(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=i.tokenizer.heading(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=i.tokenizer.hr(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=i.tokenizer.blockquote(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=i.tokenizer.list(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=i.tokenizer.html(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=i.tokenizer.def(e))return e=e.substring(t.raw.length),!(n=o[o.length-1])||"paragraph"!==n.type&&"text"!==n.type?i.tokens.links[t.tag]||(i.tokens.links[t.tag]={href:t.href,title:t.title}):(n.raw+="\n"+t.raw,n.text+="\n"+t.raw,i.inlineQueue[i.inlineQueue.length-1].src=n.text),0;if(t=i.tokenizer.table(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=i.tokenizer.lheading(e))return e=e.substring(t.raw.length),o.push(t),0;if(r=e,i.options.extensions&&i.options.extensions.startBlock){var l,u=1/0,c=e.slice(1);i.options.extensions.startBlock.forEach((function(e){"number"===typeof(l=e.call({lexer:this},c))&&l>=0&&(u=Math.min(u,l))})),u<1/0&&u>=0&&(r=e.substring(0,u+1))}if(i.state.top&&(t=i.tokenizer.paragraph(r)))return n=o[o.length-1],a&&"paragraph"===n.type?(n.raw+="\n"+t.raw,n.text+="\n"+t.text,i.inlineQueue.pop(),i.inlineQueue[i.inlineQueue.length-1].src=n.text):o.push(t),a=r.length!==e.length,e=e.substring(t.raw.length),0;if(t=i.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,i.inlineQueue.pop(),i.inlineQueue[i.inlineQueue.length-1].src=n.text):o.push(t),0;if(e){var s="Infinite loop on byte: "+e.charCodeAt(0);if(i.options.silent)return console.error(s),1;throw new Error(s)}};e&&(0===(l=u())||1!==l););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,a,i,o,l=this,u=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],c=e;if(this.tokens.links){var s=Object.keys(this.tokens.links);if(s.length>0)for(;null!=(a=this.tokenizer.rules.inline.reflinkSearch.exec(c));)s.includes(a[0].slice(a[0].lastIndexOf("[")+1,-1))&&(c=c.slice(0,a.index)+"["+"a".repeat(a[0].length-2)+"]"+c.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(a=this.tokenizer.rules.inline.blockSkip.exec(c));)c=c.slice(0,a.index)+"["+"a".repeat(a[0].length-2)+"]"+c.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(a=this.tokenizer.rules.inline.anyPunctuation.exec(c));)c=c.slice(0,a.index)+"++"+c.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(var f,d=function(){if(i||(o=""),i=!1,l.options.extensions&&l.options.extensions.inline&&l.options.extensions.inline.some((function(n){return!!(t=n.call({lexer:l},e,u))&&(e=e.substring(t.raw.length),u.push(t),!0)})))return 0;if(t=l.tokenizer.escape(e))return e=e.substring(t.raw.length),u.push(t),0;if(t=l.tokenizer.tag(e))return e=e.substring(t.raw.length),(n=u[u.length-1])&&"text"===t.type&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):u.push(t),0;if(t=l.tokenizer.link(e))return e=e.substring(t.raw.length),u.push(t),0;if(t=l.tokenizer.reflink(e,l.tokens.links))return e=e.substring(t.raw.length),(n=u[u.length-1])&&"text"===t.type&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):u.push(t),0;if(t=l.tokenizer.emStrong(e,c,o))return e=e.substring(t.raw.length),u.push(t),0;if(t=l.tokenizer.codespan(e))return e=e.substring(t.raw.length),u.push(t),0;if(t=l.tokenizer.br(e))return e=e.substring(t.raw.length),u.push(t),0;if(t=l.tokenizer.del(e))return e=e.substring(t.raw.length),u.push(t),0;if(t=l.tokenizer.autolink(e,Nf))return e=e.substring(t.raw.length),u.push(t),0;if(!l.state.inLink&&(t=l.tokenizer.url(e,Nf)))return e=e.substring(t.raw.length),u.push(t),0;if(r=e,l.options.extensions&&l.options.extensions.startInline){var a,s=1/0,f=e.slice(1);l.options.extensions.startInline.forEach((function(e){"number"===typeof(a=e.call({lexer:this},f))&&a>=0&&(s=Math.min(s,a))})),s<1/0&&s>=0&&(r=e.substring(0,s+1))}if(t=l.tokenizer.inlineText(r,Af))return e=e.substring(t.raw.length),"_"!==t.raw.slice(-1)&&(o=t.raw.slice(-1)),i=!0,(n=u[u.length-1])&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):u.push(t),0;if(e){var d="Infinite loop on byte: "+e.charCodeAt(0);if(l.options.silent)return console.error(d),1;throw new Error(d)}};e&&(0===(f=d())||1!==f););return u}}],[{key:"rules",get:function(){return{block:Ef,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}(),Tf=function(){function e(t){_(this,e),this.options=t||ef}return D(e,[{key:"code",value:function(e,t,n){var r=(t||"").match(/\S*/)[0];if(this.options.highlight){var a=this.options.highlight(e,r);null!=a&&a!==e&&(n=!0,e=a)}return e=e.replace(/\n$/,"")+"\n",r?'<pre><code class="'+this.options.langPrefix+cf(r)+'">'+(n?e:cf(e,!0))+"</code></pre>\n":"<pre><code>"+(n?e:cf(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 a=this.options.headerPrefix+r.slug(n);return"<h".concat(t,' id="').concat(a,'">').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=vf(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=vf(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}(),Ff=function(){function e(){_(this,e)}return D(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}(),Of=function(){function e(){_(this,e),this.seen={}}return D(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}(),Lf=function(){function e(t){_(this,e),this.options=t||ef,this.options.renderer=this.options.renderer||new Tf,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new Ff,this.slugger=new Of}return D(e,[{key:"parse",value:function(e){var t,n,r,a,i,o,l,u,c,s,f,d,h,m,p,v,g,y,_,b=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],w="",k=e.length;for(t=0;t<k;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,ff(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(u="",l="",a=s.header.length,n=0;n<a;n++)l+=this.renderer.tablecell(this.parseInline(s.header[n].tokens),{header:!0,align:s.align[n]});for(u+=this.renderer.tablerow(l),c="",a=s.rows.length,n=0;n<a;n++){for(l="",i=(o=s.rows[n]).length,r=0;r<i;r++)l+=this.renderer.tablecell(this.parseInline(o[r].tokens),{header:!1,align:s.align[r]});c+=this.renderer.tablerow(l)}w+=this.renderer.table(u,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,a=s.items.length,c="",n=0;n<a;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<k&&"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 D='Token with "'+s.type+'" type was not found.';if(this.options.silent)return void console.error(D);throw new Error(D)}else w+=_||"";return w}},{key:"parseInline",value:function(e,t){t=t||this.renderer;var n,r,a,i="",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===(a=this.options.extensions.renderers[r.type].call({parser:this},r))&&["escape","html","link","image","strong","em","codespan","br","del","text"].includes(r.type))switch(r.type){case"escape":case"text":i+=t.text(r.text);break;case"html":i+=t.html(r.text);break;case"link":i+=t.link(r.href,r.title,this.parseInline(r.tokens,t));break;case"image":i+=t.image(r.href,r.title,r.text);break;case"strong":i+=t.strong(this.parseInline(r.tokens,t));break;case"em":i+=t.em(this.parseInline(r.tokens,t));break;case"codespan":i+=t.codespan(r.text);break;case"br":i+=t.br();break;case"del":i+=t.del(this.parseInline(r.tokens,t));break;default:var l='Token with "'+r.type+'" type was not found.';if(this.options.silent)return void console.error(l);throw new Error(l)}else i+=a||"";return i}}],[{key:"parse",value:function(t,n){return new e(n).parse(t)}},{key:"parseInline",value:function(t,n){return new e(n).parseInline(t)}}]),e}(),Pf=function(){function e(t){_(this,e),this.options=t||ef}return D(e,[{key:"preprocess",value:function(e){return e}},{key:"postprocess",value:function(e){return e}}]),e}();ct(Pf,"passThroughHooks",new Set(["preprocess","postprocess"]));var Rf=new WeakSet,If=new WeakSet,Bf=function(){function e(){_(this,e),Js(this,If),Js(this,Rf),ct(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}),ct(this,"options",this.setOptions),ct(this,"parse",Ks(this,Rf,zf).call(this,Mf.lex,Lf.parse)),ct(this,"parseInline",Ks(this,Rf,zf).call(this,Mf.lexInline,Lf.parseInline)),ct(this,"Parser",Lf),ct(this,"parser",Lf.parse),ct(this,"Renderer",Tf),ct(this,"TextRenderer",Ff),ct(this,"Lexer",Mf),ct(this,"lexer",Mf.lex),ct(this,"Tokenizer",Cf),ct(this,"Slugger",Of),ct(this,"Hooks",Pf),this.use.apply(this,arguments)}return D(e,[{key:"walkTokens",value:function(e,t){var n,r=this,a=[],i=F(e);try{var o=function(){var e=n.value;switch(a=a.concat(t.call(r,e)),e.type){case"table":var i,o=F(e.header);try{for(o.s();!(i=o.n()).done;){var l=i.value;a=a.concat(r.walkTokens(l.tokens,t))}}catch(h){o.e(h)}finally{o.f()}var u,c=F(e.rows);try{for(c.s();!(u=c.n()).done;){var s,f=F(u.value);try{for(f.s();!(s=f.n()).done;){var d=s.value;a=a.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":a=a.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){a=a.concat(r.walkTokens(e[n],t))})):e.tokens&&(a=a.concat(r.walkTokens(e.tokens,t)))}};for(i.s();!(n=i.n()).done;)o()}catch(l){i.e(l)}finally{i.f()}return a}},{key:"use",value:function(){for(var e=this,t=this.defaults.extensions||{renderers:{},childTokens:{}},n=arguments.length,r=new Array(n),a=0;a<n;a++)r[a]=arguments[a];return r.forEach((function(n){var r=ft({},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),a=0;a<t;a++)r[a]=arguments[a];var i=e.renderer.apply(this,r);return!1===i&&(i=n.apply(this,r)),i}: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 a=e.defaults.renderer||new Tf(e.defaults),i=function(e){var t=a[e];a[e]=function(){for(var r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];var l=n.renderer[e].apply(a,i);return!1===l&&(l=t.apply(a,i)),l}};for(var o in n.renderer)i(o);r.renderer=a}if(n.tokenizer){var l=e.defaults.tokenizer||new Cf(e.defaults),u=function(e){var t=l[e];l[e]=function(){for(var r=arguments.length,a=new Array(r),i=0;i<r;i++)a[i]=arguments[i];var o=n.tokenizer[e].apply(l,a);return!1===o&&(o=t.apply(l,a)),o}};for(var c in n.tokenizer)u(c);r.tokenizer=l}if(n.hooks){var s=e.defaults.hooks||new Pf,f=function(t){var r=s[t];Pf.passThroughHooks.has(t)?s[t]=function(a){if(e.defaults.async)return Promise.resolve(n.hooks[t].call(s,a)).then((function(e){return r.call(s,e)}));var i=n.hooks[t].call(s,a);return r.call(s,i)}:s[t]=function(){for(var e=arguments.length,a=new Array(e),i=0;i<e;i++)a[i]=arguments[i];var o=n.hooks[t].apply(s,a);return!1===o&&(o=r.apply(s,a)),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=ft(ft({},e.defaults),r)})),this}},{key:"setOptions",value:function(e){return this.defaults=ft(ft({},this.defaults),e),this}}]),e}();function zf(e,t){var n=this;return function(r,a,i){"function"===typeof a&&(i=a,a=null);var o=ft({},a);a=ft(ft({},n.defaults),o);var l=Ks(n,If,jf).call(n,a.silent,a.async,i);if("undefined"===typeof r||null===r)return l(new Error("marked(): input parameter is undefined or null"));if("string"!==typeof r)return l(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(r)+", string expected"));if(function(e,t){e&&!e.silent&&(t&&console.warn("marked(): callback is deprecated since version 5.0.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/using_pro#async"),(e.sanitize||e.sanitizer)&&console.warn("marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options"),(e.highlight||"language-"!==e.langPrefix)&&console.warn("marked(): highlight and langPrefix parameters are deprecated since version 5.0.0, should not be used and will be removed in the future. Instead use https://www.npmjs.com/package/marked-highlight."),e.mangle&&console.warn("marked(): mangle parameter is enabled by default, but is deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-mangle, or disable by setting `{mangle: false}`."),e.baseUrl&&console.warn("marked(): baseUrl parameter is deprecated since version 5.0.0, should not be used and will be removed in the future. Instead use https://www.npmjs.com/package/marked-base-url."),e.smartypants&&console.warn("marked(): smartypants parameter is deprecated since version 5.0.0, should not be used and will be removed in the future. Instead use https://www.npmjs.com/package/marked-smartypants."),e.xhtml&&console.warn("marked(): xhtml parameter is deprecated since version 5.0.0, should not be used and will be removed in the future. Instead use https://www.npmjs.com/package/marked-xhtml."),(e.headerIds||e.headerPrefix)&&console.warn("marked(): headerIds and headerPrefix parameters enabled by default, but are deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-gfm-heading-id, or disable by setting `{headerIds: false}`."))}(a,i),a.hooks&&(a.hooks.options=a),i){var u,c=a.highlight;try{a.hooks&&(r=a.hooks.preprocess(r)),u=e(r,a)}catch(m){return l(m)}var s=function(e){var r;if(!e)try{a.walkTokens&&n.walkTokens(u,a.walkTokens),r=t(u,a),a.hooks&&(r=a.hooks.postprocess(r))}catch(m){e=m}return a.highlight=c,e?l(e):i(null,r)};if(!c||c.length<3)return s();if(delete a.highlight,!u.length)return s();var f=0;return n.walkTokens(u,(function(e){"code"===e.type&&(f++,setTimeout((function(){c(e.text,e.lang,(function(t,n){if(t)return s(t);null!=n&&n!==e.text&&(e.text=n,e.escaped=!0),0===--f&&s()}))}),0))})),void(0===f&&s())}if(a.async)return Promise.resolve(a.hooks?a.hooks.preprocess(r):r).then((function(t){return e(t,a)})).then((function(e){return a.walkTokens?Promise.all(n.walkTokens(e,a.walkTokens)).then((function(){return e})):e})).then((function(e){return t(e,a)})).then((function(e){return a.hooks?a.hooks.postprocess(e):e})).catch(l);try{a.hooks&&(r=a.hooks.preprocess(r));var d=e(r,a);a.walkTokens&&n.walkTokens(d,a.walkTokens);var h=t(d,a);return a.hooks&&(h=a.hooks.postprocess(h)),h}catch(m){return l(m)}}}function jf(e,t,n){return function(r){if(r.message+="\nPlease report this to https://github.com/markedjs/marked.",e){var a="<p>An error occurred:</p><pre>"+cf(r.message+"",!0)+"</pre>";return t?Promise.resolve(a):n?void n(null,a):a}if(t)return Promise.reject(r);if(!n)throw r;n(r)}}var Hf=new Bf(ef);function $f(e,t,n){return Hf.parse(e,t,n)}$f.options=$f.setOptions=function(e){return Hf.setOptions(e),$f.defaults=Hf.defaults,tf($f.defaults),$f},$f.getDefaults=Xs,$f.defaults=ef,$f.use=function(){return Hf.use.apply(Hf,arguments),$f.defaults=Hf.defaults,tf($f.defaults),$f},$f.walkTokens=function(e,t){return Hf.walkTokens(e,t)},$f.parseInline=Hf.parseInline,$f.Parser=Lf,$f.parser=Lf.parse,$f.Renderer=Tf,$f.TextRenderer=Ff,$f.Lexer=Mf,$f.lexer=Mf.lex,$f.Tokenizer=Cf,$f.Slugger=Of,$f.Hooks=Pf,$f.parse=$f;$f.options,$f.setOptions,$f.use,$f.walkTokens,$f.parseInline,Lf.parse,Mf.lex;var Vf=n.p+"static/media/MetricsQL.b64c4dbf91f4fa581621.md",Uf=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)},Yf=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:"",a=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:Uf(a),icon:Jt(Wr,{})}}(t,e)})).filter(Boolean)},qf=function(){var e=tr().metricsQLFunctions,t=nr(),n=function(e){var t=document.createElement("div");t.innerHTML=$f(e);var n=t.querySelectorAll("".concat("h3",", ").concat("h4"));return Yf(n)};return(0,r.useEffect)((function(){var r=function(){var e=si(ui().mark((function e(){var r,a,i;return ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,fetch(Vf);case 3:return r=e.sent,e.next=6,r.text();case 6:a=e.sent,i=n(a),t({type:"SET_METRICSQL_FUNCTIONS",payload:i}),e.next=14;break;case 11:e.prev=11,e.t0=e.catch(0),console.error("Error fetching or processing the MetricsQL.md file:",e.t0);case 14:case"end":return e.stop()}}),e,null,[[0,11]])})));return function(){return e.apply(this,arguments)}}();e.length||r()}),[]),e},Wf=function(e){var t=e.value,n=e.anchorEl,a=e.caretPosition,o=e.onSelect,l=e.onFoundOptions,u=v((0,r.useState)(0),2),c=u[0],s=u[1],f=qf(),d=(0,r.useMemo)((function(){var e=t.match(/\b[^{}(),\s]+(?={|$)/g);return e?e[0]:""}),[t]),h=(0,r.useMemo)((function(){var e=t.match(/[a-z_:-][\w\-.:/]*\b(?=\s*(=|!=|=~|!~))/g);return e?e[e.length-1]:""}),[t]),m=(0,r.useMemo)((function(){if(!t)return jt.empty;switch(!0){case new RegExp("(".concat(po(d),")?{?.+").concat(po(h),'(=|!=|=~|!~)"?([^"]*)$'),"g").test(t):return jt.labelValue;case/\{[^}]*?(\w+)$/gm.test(t):return jt.label;default:return jt.metricsql}}),[t,d,h]),p=(0,r.useMemo)((function(){var e=t.match(/([\w_\-.:/]+(?![},]))$/);return e?e[0]:""}),[t]),g=function(e){var t=e.valueByContext,n=e.metric,a=e.label,o=e.context,l=Xt().serverUrl,u=Vn().period,c=u.start,s=u.end,f=tr().autocompleteCache,d=nr(),h=v((0,r.useState)(!1),2),m=h[0],p=h[1],g=v((0,r.useState)(t),2),y=g[0],_=g[1],b=mo()(_,800);(0,r.useEffect)((function(){return b(t),b.cancel}),[t,b]);var w=v((0,r.useState)([]),2),k=w[0],D=w[1],x=v((0,r.useState)([]),2),C=x[0],E=x[1],S=v((0,r.useState)([]),2),A=S[0],N=S[1],M=(0,r.useRef)(new AbortController),T=(0,r.useCallback)((function(e){var t=i()(1e3*c).startOf("day").valueOf()/1e3,n=i()(1e3*s).endOf("day").valueOf()/1e3;return new URLSearchParams(ft(ft({},e||{}),{},{limit:"".concat(Wn),start:"".concat(t),end:"".concat(n)}))}),[c,s]),F=function(e,t){return e.map((function(e){return{value:e,type:"".concat(t),icon:yo[t]}}))},O=function(){var e=si(ui().mark((function e(t){var n,r,a,i,o,u,c,s,h,m,v;return ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=t.value,r=t.urlSuffix,a=t.setter,i=t.type,o=t.params,n){e.next=3;break}return e.abrupt("return");case 3:if(M.current.abort(),M.current=new AbortController,u=M.current.signal,c={type:i,value:n,start:(null===o||void 0===o?void 0:o.get("start"))||"",end:(null===o||void 0===o?void 0:o.get("end"))||"",match:(null===o||void 0===o?void 0:o.get("match[]"))||""},p(!0),e.prev=8,!(s=f.get(c))){e.next=13;break}return a(F(s,i)),e.abrupt("return");case 13:return e.next=15,fetch("".concat(l,"/api/v1/").concat(r,"?").concat(o),{signal:u});case 15:if(!(h=e.sent).ok){e.next=23;break}return e.next=19,h.json();case 19:m=e.sent,v=m.data,a(F(v,i)),d({type:"SET_AUTOCOMPLETE_CACHE",payload:{key:c,value:v}});case 23:e.next=28;break;case 25:e.prev=25,e.t0=e.catch(8),e.t0 instanceof Error&&"AbortError"!==e.t0.name&&(d({type:"SET_AUTOCOMPLETE_CACHE",payload:{key:c,value:[]}}),console.error(e.t0));case 28:return e.prev=28,p(!1),e.finish(28);case 31:case"end":return e.stop()}}),e,null,[[8,25,28,31]])})));return function(t){return e.apply(this,arguments)}}();return(0,r.useEffect)((function(){var e=o!==jt.metricsql&&o!==jt.empty;if(l&&n&&!e){D([]);var t=vo(po(n));return O({value:y,urlSuffix:"label/__name__/values",setter:D,type:go.metric,params:T({"match[]":'{__name__=~".*'.concat(t,'.*"}')})}),function(){var e;return null===(e=M.current)||void 0===e?void 0:e.abort()}}}),[l,y,o,n]),(0,r.useEffect)((function(){if(l&&n&&o===jt.label){E([]);var e=vo(n);return O({value:y,urlSuffix:"labels",setter:E,type:go.label,params:T({"match[]":'{__name__="'.concat(e,'"}')})}),function(){var e;return null===(e=M.current)||void 0===e?void 0:e.abort()}}}),[l,y,o,n]),(0,r.useEffect)((function(){if(l&&n&&a&&o===jt.labelValue){N([]);var e=vo(n),t=vo(po(y));return O({value:y,urlSuffix:"label/".concat(a,"/values"),setter:N,type:go.labelValue,params:T({"match[]":'{__name__="'.concat(e,'", ').concat(a,'=~".*').concat(t,'.*"}')})}),function(){var e;return null===(e=M.current)||void 0===e?void 0:e.abort()}}}),[l,y,o,n,a]),{metrics:k,labels:C,labelValues:A,loading:m}}({valueByContext:p,metric:d,label:h,context:m}),_=g.metrics,b=g.labels,w=g.labelValues,k=g.loading,D=(0,r.useMemo)((function(){switch(m){case jt.metricsql:return[].concat(y(_),y(f));case jt.label:return b;case jt.labelValue:return w;default:return[]}}),[m,_,b,w]);return(0,r.useEffect)((function(){if(n.current){var e=window.getComputedStyle(n.current),r="".concat(e.getPropertyValue("font-size")),a="".concat(e.getPropertyValue("font-family")),i=xo(t,"".concat(r," ").concat(a));s(i)}else s(0)}),[n,a]),Jt(Zt.HY,{children:[Jt(fo,{disabledFullScreen:!0,value:p,options:(null===D||void 0===D?void 0:D.length)<Wn?D:[],anchor:n,minLength:Zn[m],offset:{top:0,left:c},onSelect:function(e){var n=t.lastIndexOf(p,a[0]),r=n+p.length,i=t.substring(0,n),l=t.substring(r),u="".concat(i).concat(e).concat(l);o(u)},onFoundOptions:l,maxDisplayResults:{limit:qn,message:"Please, specify the query more precisely."}}),k&&Jt("div",{className:"vm-query-editor-autocomplete",children:Jt(mr,{})})]})},Qf="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.",Zf="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.",Gf=function(e){var t=e.value,n=e.onChange,a=e.onEnter,i=e.onArrowUp,o=e.onArrowDown,l=e.autocomplete,u=e.error,c=e.stats,s=e.label,f=e.disabled,d=void 0!==f&&f,h=tr().autocompleteQuick,m=xa().isMobile,p=v((0,r.useState)(!1),2),g=p[0],y=p[1],_=v((0,r.useState)([0,0]),2),b=_[0],w=_[1],k=(0,r.useRef)(null),D=[{show:"0"===(null===c||void 0===c?void 0:c.seriesFetched)&&!c.resultLength,text:Qf},{show:null===c||void 0===c?void 0:c.isPartial,text:Zf}].filter((function(e){return e.show})).map((function(e){return e.text})).join("");c&&(s="".concat(s," (").concat(c.executionTimeMsec||0,"ms)"));return(0,r.useEffect)((function(){y(l)}),[h]),Jt("div",{className:"vm-query-editor",ref:k,children:[Jt(wi,{value:t,label:s,type:"textarea",autofocus:!m,error:u,warning:D,onKeyDown:function(e){var t=e.key,n=e.ctrlKey,r=e.metaKey,l=e.shiftKey,u=(e.target.value||"").split("\n").length>1,c=n||r,s="ArrowDown"===t,f="Enter"===t;"ArrowUp"===t&&c&&(e.preventDefault(),i()),s&&c&&(e.preventDefault(),o()),f&&g&&e.preventDefault(),!f||l||u&&!c||g||(e.preventDefault(),a())},onChange:n,onChangeCaret:function(e){w(e)},disabled:d,inputmode:"search"}),l&&Jt(Wf,{value:t,anchorEl:k,caretPosition:b,onSelect:function(e){n(e)},onFoundOptions:function(e){y(!!e.length)}})]})},Jf=function(e){var t,n=e.value,r=void 0!==n&&n,a=e.disabled,i=void 0!==a&&a,o=e.label,l=e.color,u=void 0===l?"secondary":l,c=e.fullWidth,s=e.onChange;return Jt("div",{className:Kr()((ct(t={"vm-switch":!0,"vm-switch_full-width":c,"vm-switch_disabled":i,"vm-switch_active":r},"vm-switch_".concat(u,"_active"),r),ct(t,"vm-switch_".concat(u),u),t)),onClick:function(){i||s(!r)},children:[Jt("div",{className:"vm-switch-track",children:Jt("div",{className:"vm-switch-track__thumb"})}),o&&Jt("span",{className:"vm-switch__label",children:o})]})},Kf=function(e){var t=e.isMobile,n=tr().autocomplete,r=nr(),a=pa(),i=a.nocache,o=a.isTracingEnabled,l=va();return aa("keydown",(function(e){var t=e.code,n=e.ctrlKey,a=e.altKey;"Space"===t&&(n||a)&&(e.preventDefault(),r({type:"SET_AUTOCOMPLETE_QUICK",payload:!0}))})),Jt("div",{className:Kr()({"vm-additional-settings":!0,"vm-additional-settings_mobile":t}),children:[Jt(qa,{title:Jt(Zt.HY,{children:["Quick tip: ",Xa]}),children:Jt(Jf,{label:"Autocomplete",value:n,onChange:function(){r({type:"TOGGLE_AUTOCOMPLETE"})},fullWidth:t})}),Jt(Jf,{label:"Disable cache",value:i,onChange:function(){l({type:"TOGGLE_NO_CACHE"})},fullWidth:t}),Jt(Jf,{label:"Trace query",value:o,onChange:function(){l({type:"TOGGLE_QUERY_TRACING"})},fullWidth:t})]})},Xf=function(){var e=xa().isMobile,t=(0,r.useRef)(null),n=Ra(!1),a=n.value,i=n.toggle,o=n.setFalse;return e?Jt(Zt.HY,{children:[Jt("div",{ref:t,children:Jt(Pa,{variant:"outlined",startIcon:Jt(Hr,{}),onClick:i,ariaLabel:"additional the query settings"})}),Jt(Ia,{open:a,buttonRef:t,placement:"bottom-left",onClose:o,title:"Query settings",children:Jt(Kf,{isMobile:e})})]}):Jt(Kf,{})},ed=function(e,t){return e.length===t.length&&e.every((function(e,n){return e===t[n]}))};var td=function(){var e=(0,r.useContext)(Sa).showInfoMessage;return function(){var t=si(ui().mark((function t(n,r){var a;return ui().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(null!==(a=navigator)&&void 0!==a&&a.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)}}()},nd=function(e){var t=e.query,n=e.favorites,a=e.onRun,i=e.onToggleFavorite,o=td(),l=(0,r.useMemo)((function(){return n.includes(t)}),[t,n]),u=function(){var e=si(ui().mark((function e(){return ui().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 Jt("div",{className:"vm-query-history-item",children:[Jt("span",{className:"vm-query-history-item__value",children:t}),Jt("div",{className:"vm-query-history-item__buttons",children:[Jt(qa,{title:"Execute query",children:Jt(Pa,{size:"small",variant:"text",onClick:function(){a(t)},startIcon:Jt(kr,{})})}),Jt(qa,{title:"Copy query",children:Jt(Pa,{size:"small",variant:"text",onClick:u,startIcon:Jt(Or,{})})}),Jt(qa,{title:l?"Remove Favorite":"Add to Favorites",children:Jt(Pa,{size:"small",variant:"text",color:l?"warning":"primary",onClick:function(){i(t,l)},startIcon:Jt(l?Yr:Ur,{})})})]})]})},rd="saved",ad="favorite",id=[{label:"Session history",value:"session"},{label:"Saved history",value:rd},{label:"Favorite queries",value:ad}],od=function(e){var t=e.handleSelectQuery,n=tr().queryHistory,a=xa().isMobile,i=Ra(!1),o=i.value,l=i.setTrue,u=i.setFalse,c=v((0,r.useState)(id[0].value),2),s=c[0],f=c[1],d=v((0,r.useState)(Yn("QUERY_HISTORY")),2),h=d[0],m=d[1],p=v((0,r.useState)(Yn("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 ad:return g;case rd:return h;default:return b}}),[s,g,h,b]),k=null===w||void 0===w?void 0:w.every((function(e){return!e.length})),D=(0,r.useMemo)((function(){return s===ad?"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),u()}},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=Yn("QUERY_FAVORITES")[0]||[];ed(e,t)||xt("QUERY_FAVORITES",JSON.stringify(g))}),[g]),aa("storage",(function(){m(Yn("QUERY_HISTORY")),_(Yn("QUERY_FAVORITES"))})),Jt(Zt.HY,{children:[Jt(qa,{title:"Show history",children:Jt(Pa,{color:"primary",variant:"text",onClick:l,startIcon:Jt(gr,{}),ariaLabel:"Show history"})}),o&&Jt(Ya,{title:"Query history",onClose:u,children:Jt("div",{className:Kr()({"vm-query-history":!0,"vm-query-history_mobile":a}),children:[Jt("div",{className:Kr()({"vm-query-history__tabs":!0,"vm-section-header__tabs":!0,"vm-query-history__tabs_mobile":a}),children:Jt(oa,{activeItem:s,items:id,onChange:f})}),Jt("div",{className:"vm-query-history-list",children:[k&&Jt("div",{className:"vm-query-history-list__no-data",children:D}),w.map((function(e,t){return Jt("div",{children:[w.length>1&&Jt("div",{className:Kr()({"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 Jt(nd,{query:e,favorites:g.flat(),onRun:x(t),onToggleFavorite:C},n)}))]},t)})),s===rd&&!k&&Jt("div",{className:"vm-query-history-footer",children:Jt(Pa,{color:"error",variant:"outlined",size:"small",startIcon:Jt(Er,{}),onClick:function(){xt("QUERY_HISTORY","")},children:"clear history"})})]})]})})]})},ld=function(e){var t=e.queryErrors,n=e.setQueryErrors,a=e.setHideError,i=e.stats,o=e.onHideQuery,l=e.onRunQuery,u=xa().isMobile,c=tr(),s=c.query,f=c.queryHistory,d=c.autocomplete,h=c.autocompleteQuick,m=nr(),p=Un(),g=v((0,r.useState)(s||[]),2),_=g[0],b=g[1],w=v((0,r.useState)([]),2),k=w[0],D=w[1],x=v((0,r.useState)(!1),2),C=x[0],E=x[1],S=Ei(_),A=function(){var e=Xt().serverUrl,t=function(){var t=si(ui().mark((function t(n){var r,a,i,o;return ui().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,r=encodeURIComponent(n),a="".concat(e,"/prettify-query?query=").concat(r),t.next=5,fetch(a);case 5:if(200==(i=t.sent).status){t.next=8;break}return t.abrupt("return",{query:n,error:"Error requesting /prettify-query, status: "+i.status});case 8:return t.next=10,i.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}(),N=function(){m({type:"SET_QUERY_HISTORY",payload:_.map((function(e,t){var n=f[t]||{values:[]},r=e===n.values[n.values.length-1],a=!r&&e?[].concat(y(n.values),[e]):n.values;return a.length>25&&a.shift(),{index:n.values.length-Number(r),values:a}}))}),m({type:"SET_QUERY",payload:_}),p({type:"RUN_QUERY"}),l()},M=function(e,t){b((function(n){return n.map((function(n,r){return r===t?e:n}))}))},T=function(e,t){return function(){!function(e,t){var n=f[t],r=n.index,a=n.values,i=r+e;i<0||i>=a.length||(M(a[i]||"",t),m({type:"SET_QUERY_HISTORY_BY_INDEX",payload:{value:{values:a,index:i},queryNumber:t}}))}(e,t)}},F=function(e){return function(t){M(t,e),m({type:"SET_AUTOCOMPLETE_QUICK",payload:!1})}},O=function(e){return function(){var t;t=e,b((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}))}))}},L=function(e){return function(t){!function(e,t){var n=e.ctrlKey,r=e.metaKey;if(n||r){var a=_.map((function(e,t){return t})).filter((function(e){return e!==t}));D((function(e){return ed(a,e)?[]:a}))}else D((function(e){return e.includes(t)?e.filter((function(e){return e!==t})):[].concat(y(e),[t])}))}(t,e)}},P=function(){var e=si(ui().mark((function e(t){var r;return ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,A(_[t]);case 2:r=e.sent,a(!1),M(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&&_.length<S.length&&N()}),[_]),(0,r.useEffect)((function(){o(k)}),[k]),(0,r.useEffect)((function(){C&&(N(),E(!1))}),[_,C]),Jt("div",{className:Kr()({"vm-query-configurator":!0,"vm-block":!0,"vm-block_mobile":u}),children:[Jt("div",{className:"vm-query-configurator-list",children:_.map((function(e,n){return Jt("div",{className:Kr()({"vm-query-configurator-list-row":!0,"vm-query-configurator-list-row_disabled":k.includes(n),"vm-query-configurator-list-row_mobile":u}),children:[Jt(Gf,{value:_[n],autocomplete:d||h,error:t[n],stats:i[n],onArrowUp:T(-1,n),onArrowDown:T(1,n),onEnter:N,onChange:F(n),label:"Query ".concat(n+1),disabled:k.includes(n)}),Jt(qa,{title:k.includes(n)?"Enable query":"Disable query",children:Jt("div",{className:"vm-query-configurator-list-row__button",children:Jt(Pa,{variant:"text",color:"gray",startIcon:k.includes(n)?Jt(Tr,{}):Jt(Mr,{}),onClick:L(n),ariaLabel:"visibility query"})})}),Jt(qa,{title:"Prettify query",children:Jt("div",{className:"vm-query-configurator-list-row__button",children:Jt(Pa,{variant:"text",color:"gray",startIcon:Jt(Fr,{}),onClick:si(ui().mark((function e(){return ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,P(n);case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e)}))),className:"prettify",ariaLabel:"prettify the query"})})}),_.length>1&&Jt(qa,{title:"Remove Query",children:Jt("div",{className:"vm-query-configurator-list-row__button",children:Jt(Pa,{variant:"text",color:"error",startIcon:Jt(Er,{}),onClick:O(n),ariaLabel:"remove query"})})})]},n)}))}),Jt("div",{className:"vm-query-configurator-settings",children:[Jt(Xf,{}),Jt("div",{className:"vm-query-configurator-settings__buttons",children:[Jt(od,{handleSelectQuery:function(e,t){M(e,t),E(!0)}}),_.length<4&&Jt(Pa,{variant:"outlined",onClick:function(){b((function(e){return[].concat(y(e),[""])}))},startIcon:Jt(Sr,{}),children:"Add Query"}),Jt(Pa,{variant:"contained",onClick:N,startIcon:Jt(wr,{}),children:u?"Execute":"Execute Query"})]})]})]})};function ud(e){var t,n,r,a=2;for("undefined"!=typeof Symbol&&(n=Symbol.asyncIterator,r=Symbol.iterator);a--;){if(n&&null!=(t=e[n]))return t.call(e);if(r&&null!=(t=e[r]))return new cd(t.call(e));n="@@asyncIterator",r="@@iterator"}throw new TypeError("Object is not async iterable")}function cd(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 cd=function(e){this.s=e,this.n=e.next},cd.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 cd(e)}var sd=0,fd=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=sd++;var r=t.children||[];this.tracingChildren=r.map((function(t){return new e(t,n)}))}return D(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}(),dd=function(e){var t=e.predefinedQuery,n=e.visible,a=e.display,i=e.customStep,o=e.hideQuery,l=e.showAllSeries,u=tr().query,c=Vn().period,s=pa(),f=s.displayType,d=s.nocache,h=s.isTracingEnabled,m=s.seriesLimits,p=Xt().serverUrl,g=ba().isHistogram,_=v((0,r.useState)(!1),2),b=_[0],w=_[1],k=v((0,r.useState)(),2),D=k[0],x=k[1],C=v((0,r.useState)(),2),E=C[0],S=C[1],A=v((0,r.useState)(),2),N=A[0],M=A[1],T=v((0,r.useState)(),2),F=T[0],O=T[1],L=v((0,r.useState)([]),2),P=L[0],R=L[1],I=v((0,r.useState)([]),2),B=I[0],z=I[1],j=v((0,r.useState)(),2),H=j[0],$=j[1],V=v((0,r.useState)([]),2),U=V[0],Y=V[1],q=v((0,r.useState)(!1),2),W=q[0],Q=q[1],Z=(0,r.useMemo)((function(){var e=c.end,t=c.start;return wn(e-t,g)}),[c,g]),G=function(){var e=si(ui().mark((function e(t){var n,r,a,i,o,l,u,c,s,f,d,h,m,p,v,g,_,b,k,D,C,E,A;return ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:n=t.fetchUrl,r=t.fetchQueue,a=t.displayType,i=t.query,o=t.stateSeriesLimits,l=t.showAllSeries,u=t.hideQuery,c=new AbortController,Y([].concat(y(r),[c])),e.prev=3,s=a===It.chart,f=l?1/0:+o[a]||1/0,d=f,h=[],m=[],p=1,v=0,g=!1,_=!1,b=!1,e.prev=14,D=ui().mark((function e(){var t,n,r,a,o,l,_,b;return ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=E.value,!(null===u||void 0===u?void 0:u.includes(p-1))){e.next=7;break}return R((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),[ft(ft({},null===r||void 0===r?void 0:r.stats),{},{isPartial:null===r||void 0===r?void 0:r.isPartial,resultLength:r.data.result.length})])})),R((function(e){return[].concat(y(e),[""])})),r.trace&&(a=new fd(r.trace,i[p-1]),m.push(a)),g=s&&Os(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}),l=r.errorType||Bt.unknownType,_=(null===r||void 0===r?void 0:r.error)||(null===r||void 0===r?void 0:r.message)||"see console for more details",b=[l,_].join(",\r\n"),R((function(e){return[].concat(y(e),["".concat(b)])})),console.error("Fetch query error: ".concat(l),r)),p++;case 15:case"end":return e.stop()}}),e)})),C=ud(n);case 17:return e.next=19,C.next();case 19:if(!(_=!(E=e.sent).done)){e.next=26;break}return e.delegateYield(D(),"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,k=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 k;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):S(h),M(m),Q((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)}}(),J=(0,r.useCallback)(mo()(G,300),[]),K=(0,r.useMemo)((function(){O(""),R([]),z([]);var e=null!==t&&void 0!==t?t:u,n=(a||f)===It.chart;if(c)if(p)if(e.every((function(e){return!e.trim()})))R(e.map((function(){return Bt.validQuery})));else{if(Ut(p)){var r=ft({},c);return r.step=i,e.map((function(e){return n?function(e,t,n,r,a){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(a?"&trace=1":"")}(p,e,r,d,h):function(e,t,n,r,a){return"".concat(e,"/api/v1/query?query=").concat(encodeURIComponent(t),"&time=").concat(n.end,"&step=").concat(n.step).concat(r?"&nocache=1":"").concat(a?"&trace=1":"")}(p,e,r,d,h)}))}O(Bt.validServer)}else O(Bt.emptyServer)}),[p,c,f,i,o]),X=v((0,r.useState)([]),2),ee=X[0],te=X[1];return(0,r.useEffect)((function(){var e=K===ee&&!!t;n&&null!==K&&void 0!==K&&K.length&&!e&&(w(!0),J({fetchUrl:K,fetchQueue:U,displayType:a||f,query:null!==t&&void 0!==t?t:u,stateSeriesLimits:m,showAllSeries:l,hideQuery:o}),te(K))}),[K,n,m,l]),(0,r.useEffect)((function(){var e=U.slice(0,-1);e.length&&(e.map((function(e){return e.abort()})),Y(U.filter((function(e){return!e.signal.aborted}))))}),[U]),(0,r.useEffect)((function(){Z===i&&x([])}),[W]),{fetchUrl:K,isLoading:b,graphData:D,liveData:E,error:F,queryErrors:P,setQueryErrors:R,queryStats:B,warning:H,traces:N,isHistogram:W}},hd=function(e){var t=e.containerStyles,n=void 0===t?{}:t,r=e.message,a=Xt().isDarkTheme;return Jt("div",{className:Kr()({"vm-spinner":!0,"vm-spinner_dark":a}),style:n&&{},children:[Jt("div",{className:"half-circle-spinner",children:[Jt("div",{className:"circle circle-1"}),Jt("div",{className:"circle circle-2"})]}),r&&Jt("div",{className:"vm-spinner__message",children:r})]})};function md(e){return function(e,t){return Object.fromEntries(Object.entries(e).filter(t))}(e,(function(e){return!!e[1]||"number"===typeof e[1]}))}var pd,vd=function(e){var t=e.text,n=e.href,r=e.children,a=e.colored,i=void 0===a||a,o=e.underlined,l=void 0!==o&&o,u=e.withIcon,c=void 0!==u&&u;return Jt("a",{href:n,className:Kr()({"vm-link":!0,"vm-link_colored":i,"vm-link_underlined":l,"vm-link_with-icon":c}),target:"_blank",rel:"noreferrer",children:t||r})},gd=Jt(vd,{text:"last_over_time",href:"https://docs.victoriametrics.com/MetricsQL.html#last_over_time",underlined:!0}),yd=Jt(vd,{text:"instant query",href:"https://docs.victoriametrics.com/keyConcepts.html#instant-query",underlined:!0}),_d=function(){return Jt("div",{children:[Jt("p",{children:["This tab shows ",yd," results for the last 5 minutes ending at the selected time range."]}),Jt("p",{children:["Please wrap the query into ",gd," if you need results over arbitrary lookbehind interval."]})]})},bd=function(e){var t=e.value;return Jt("div",{className:"vm-line-progress",children:[Jt("div",{className:"vm-line-progress-track",children:Jt("div",{className:"vm-line-progress-track__thumb",style:{width:"".concat(t,"%")}})}),Jt("span",{children:[t.toFixed(2),"%"]})]})},wd=function e(t){var n=t.isRoot,a=t.trace,i=t.totalMsec,o=t.isExpandedAll,l=Xt().isDarkTheme,u=xa().isMobile,c=v((0,r.useState)({}),2),s=c[0],f=c[1],d=(0,r.useRef)(null),h=v((0,r.useState)(!1),2),m=h[0],p=h[1],g=v((0,r.useState)(!1),2),_=g[0],b=g[1],w=gn(a.duration/1e3)||"".concat(a.duration,"ms");(0,r.useEffect)((function(){if(d.current){var e=d.current,t=d.current.children[0].getBoundingClientRect().height;p(t>e.clientHeight)}}),[a]);var k,D=a.children&&!!a.children.length,x=a.duration/i*100,C=function e(t){var n,r=[t.idValue];return null===t||void 0===t||null===(n=t.children)||void 0===n||n.forEach((function(t){r.push.apply(r,y(e(t)))})),r};return(0,r.useEffect)((function(){if(o){var e=C(a),t={};e.forEach((function(e){t[e]=!0})),f(t)}else f([])}),[o]),Jt("div",{className:Kr()({"vm-nested-nav":!0,"vm-nested-nav_root":n,"vm-nested-nav_dark":l,"vm-nested-nav_mobile":u}),children:[Jt("div",{className:Kr()({"vm-nested-nav-header":!0,"vm-nested-nav-header_open":s[a.idValue]}),onClick:(k=a.idValue,function(){D&&f((function(e){return ft(ft({},e),{},ct({},k,!e[k]))}))}),children:[D&&Jt("div",{className:Kr()({"vm-nested-nav-header__icon":!0,"vm-nested-nav-header__icon_open":s[a.idValue]}),children:Jt(pr,{})}),Jt("div",{className:"vm-nested-nav-header__progress",children:Jt(bd,{value:x})}),Jt("div",{className:Kr()({"vm-nested-nav-header__message":!0,"vm-nested-nav-header__message_show-full":_}),ref:d,children:[Jt("span",{className:"vm-nested-nav-header__message_duration",children:w}),":\xa0",Jt("span",{children:a.message})]}),Jt("div",{className:"vm-nested-nav-header-bottom",children:(m||_)&&Jt(Pa,{variant:"text",size:"small",onClick:function(e){e.stopPropagation(),b((function(e){return!e}))},children:_?"Hide":"Show full query"})})]}),s[a.idValue]&&Jt("div",{className:"vm-nested-nav__childrens",children:D&&a.children.map((function(t){return Jt(e,{trace:t,totalMsec:i,isExpandedAll:o},t.duration)}))})]})},kd=function(e){var t=e.editable,n=void 0!==t&&t,a=e.defaultTile,i=void 0===a?"JSON":a,o=e.displayTitle,l=void 0===o||o,u=e.defaultJson,c=void 0===u?"":u,s=e.resetValue,f=void 0===s?"":s,d=e.onClose,h=e.onUpload,m=td(),p=xa().isMobile,g=v((0,r.useState)(c),2),y=g[0],_=g[1],b=v((0,r.useState)(i),2),w=b[0],k=b[1],D=v((0,r.useState)(""),2),x=D[0],C=D[1],E=v((0,r.useState)(""),2),S=E[0],A=E[1],N=(0,r.useMemo)((function(){try{var e=JSON.parse(y),t=e.trace||e;return t.duration_msec?(new fd(t,""),""):Bt.traceNotFound}catch(n){return n instanceof Error?n.message:"Unknown error"}}),[y]),M=function(){var e=si(ui().mark((function e(){return ui().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)}}(),T=function(){A(N),w.trim()||C(Bt.emptyTitle),N||x||(h(y,w),d())};return Jt("div",{className:Kr()({"vm-json-form":!0,"vm-json-form_one-field":!l,"vm-json-form_one-field_mobile":!l&&p,"vm-json-form_mobile":p}),children:[l&&Jt(wi,{value:w,label:"Title",error:x,onEnter:T,onChange:function(e){k(e)}}),Jt(wi,{value:y,label:"JSON",type:"textarea",error:S,autofocus:!0,onChange:function(e){A(""),_(e)},onEnter:T,disabled:!n}),Jt("div",{className:"vm-json-form-footer",children:[Jt("div",{className:"vm-json-form-footer__controls",children:[Jt(Pa,{variant:"outlined",startIcon:Jt(Or,{}),onClick:M,children:"Copy JSON"}),f&&Jt(Pa,{variant:"text",startIcon:Jt(cr,{}),onClick:function(){_(f)},children:"Reset JSON"})]}),Jt("div",{className:"vm-json-form-footer__controls vm-json-form-footer__controls_right",children:[Jt(Pa,{variant:"outlined",color:"error",onClick:d,children:"Cancel"}),Jt(Pa,{variant:"contained",onClick:T,children:"apply"})]})]})]})},Dd=function(e){var t=e.traces,n=e.jsonEditor,a=void 0!==n&&n,i=e.onDeleteClick,o=xa().isMobile,l=v((0,r.useState)(null),2),u=l[0],c=l[1],s=v((0,r.useState)([]),2),f=s[0],d=s[1],h=function(){c(null)};if(!t.length)return Jt(Ea,{variant:"info",children:"Please re-run the query to see results of the tracing"});var m=function(e){return function(){i(e)}},p=function(e){return function(){c(e)}},g=function(e){return function(){var t=new Blob([e.originalJSON],{type:"application/json"}),n=URL.createObjectURL(t),r=document.createElement("a");r.href=n,r.download="vmui_trace_".concat(e.queryValue,".json"),document.body.appendChild(r),r.click(),document.body.removeChild(r),URL.revokeObjectURL(n)}};return Jt(Zt.HY,{children:[Jt("div",{className:"vm-tracings-view",children:t.map((function(e){return Jt("div",{className:"vm-tracings-view-trace vm-block vm-block_empty-padding",children:[Jt("div",{className:"vm-tracings-view-trace-header",children:[Jt("h3",{className:"vm-tracings-view-trace-header-title",children:["Trace for ",Jt("b",{className:"vm-tracings-view-trace-header-title__query",children:e.queryValue})]}),Jt(qa,{title:f.includes(e.idValue)?"Collapse All":"Expand All",children:Jt(Pa,{variant:"text",startIcon:Jt("div",{className:Kr()({"vm-tracings-view-trace-header__expand-icon":!0,"vm-tracings-view-trace-header__expand-icon_open":f.includes(e.idValue)}),children:Jt(pr,{})}),onClick:(t=e,function(){d((function(e){return e.includes(t.idValue)?e.filter((function(e){return e!==t.idValue})):[].concat(y(e),[t.idValue])}))}),ariaLabel:f.includes(e.idValue)?"Collapse All":"Expand All"})}),Jt(qa,{title:"Save Trace to JSON",children:Jt(Pa,{variant:"text",startIcon:Jt(Gr,{}),onClick:g(e),ariaLabel:"Save trace to JSON"})}),Jt(qa,{title:"Open JSON",children:Jt(Pa,{variant:"text",startIcon:Jt(Cr,{}),onClick:p(e),ariaLabel:"open JSON"})}),Jt(qa,{title:"Remove trace",children:Jt(Pa,{variant:"text",color:"error",startIcon:Jt(Er,{}),onClick:m(e),ariaLabel:"remove trace"})})]}),Jt("nav",{className:Kr()({"vm-tracings-view-trace__nav":!0,"vm-tracings-view-trace__nav_mobile":o}),children:Jt(wd,{isRoot:!0,trace:e,totalMsec:e.duration,isExpandedAll:f.includes(e.idValue)})})]},e.idValue);var t}))}),u&&Jt(Ya,{title:u.queryValue,onClose:h,children:Jt(kd,{editable:a,displayTitle:a,defaultTile:u.queryValue,defaultJson:u.JSON,resetValue:u.originalJSON,onClose:h,onUpload:function(e,t){if(a&&u)try{u.setTracing(JSON.parse(e)),u.setQuery(t),c(null)}catch(n){console.error(n)}}})})]})},xd=function(e){var t=e.traces,n=e.displayType,a=pa().isTracingEnabled,i=v((0,r.useState)([]),2),o=i[0],l=i[1];return(0,r.useEffect)((function(){t&&l([].concat(y(o),y(t)))}),[t]),(0,r.useEffect)((function(){l([])}),[n]),Jt(Zt.HY,{children:a&&Jt("div",{className:"vm-custom-panel__trace",children:Jt(Dd,{traces:o,onDeleteClick:function(e){var t=o.filter((function(t){return t.idValue!==e.idValue}));l(y(t))}})})})},Cd=function(e){var t=e.warning,n=e.query,a=e.onChange,i=xa().isMobile,o=Ra(!1),l=o.value,u=o.setTrue,c=o.setFalse;return(0,r.useEffect)(c,[n]),(0,r.useEffect)((function(){a(l)}),[l]),Jt(Ea,{variant:"warning",children:Jt("div",{className:Kr()({"vm-custom-panel__warning":!0,"vm-custom-panel__warning_mobile":i}),children:[Jt("p",{children:t}),Jt(Pa,{color:"warning",variant:"outlined",onClick:u,children:"Show all"})]})})},Ed=function(e){return function(e){return e instanceof MouseEvent}(e)?e.clientX:e.touches[0].clientX},Sd=function(e){var t=e.dragSpeed,n=void 0===t?.85:t,a=e.setPanning,i=e.setPlotScale,o=(0,r.useRef)({leftStart:0,xUnitsPerPx:0,scXMin:0,scXMax:0}),l=function(e){e.preventDefault();var t=Ed(e),r=o.current,a=r.leftStart,l=r.xUnitsPerPx,u=r.scXMin,c=r.scXMax,s=l*((t-a)*n);i({min:u-s,max:c-s})},u=function e(){a(!1),document.removeEventListener("mousemove",l),document.removeEventListener("mouseup",e),document.removeEventListener("touchmove",l),document.removeEventListener("touchend",e)};return function(e){var t=e.e,n=e.u;t.preventDefault(),a(!0),o.current={leftStart:Ed(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",l),document.addEventListener("mouseup",u),document.addEventListener("touchmove",l),document.addEventListener("touchend",u)}},Ad=function(e){var t=v((0,r.useState)(!1),2),n=t[0],a=t[1],i=Sd({dragSpeed:.9,setPanning:a,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)&&i({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,a=t.cursor.left&&t.cursor.left>0?t.cursor.left:0,i=t.posToVal(a,"x"),o=(t.scales.x.max||0)-(t.scales.x.min||0),l=n.deltaY<0?.9*o:o/.9,u=i-a/r*l,c=u+l;t.batch((function(){return e({min:u,max:c})}))}}))},isPanning:n}},Nd=function(e){var t=e[0].clientX-e[1].clientX,n=e[0].clientY-e[1].clientY;return Math.sqrt(t*t+n*n)},Md=function(e){var t=e.uPlotInst,n=e.xRange,a=e.setPlotScale,i=v((0,r.useState)(0),2),o=i[0],l=i[1],u=(0,r.useCallback)((function(e){var r=e.target,i=e.ctrlKey,o=e.metaKey,l=e.key,u=r instanceof HTMLInputElement||r instanceof HTMLTextAreaElement;if(t&&!u){var c="+"===l||"="===l;if(("-"===l||c)&&!(i||o)){e.preventDefault();var s=(n.max-n.min)/10*(c?1:-1);a({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=Nd(e.touches),i=o-r,l=t.scales.x.max||n.max,u=t.scales.x.min||n.min,c=(l-u)/50*(i>0?-1:1);t.batch((function(){return a({min:u+c,max:l-c})}))}}),[t,o,n]);return aa("keydown",u),aa("touchmove",c),aa("touchstart",(function(e){2===e.touches.length&&(e.preventDefault(),l(Nd(e.touches)))})),null},Td=function(e){var t=e.period,n=e.setPeriod,a=v((0,r.useState)({min:t.start,max:t.end}),2),o=a[0],l=a[1];return(0,r.useEffect)((function(){l({min:t.start,max:t.end})}),[t]),{xRange:o,setPlotScale:function(e){var t=e.min,r=e.max,a=1e3*(r-t);a<sn||a>fn||n({from:i()(1e3*t).toDate(),to:i()(1e3*r).toDate()})}}},Fd=function(e){var t=e.u,n=e.metrics,a=e.series,o=e.unit,l=e.anomalyView,u=v((0,r.useState)(!1),2),c=u[0],s=u[1],f=v((0,r.useState)({seriesIdx:-1,dataIdx:-1}),2),d=f[0],h=f[1],m=v((0,r.useState)([]),2),p=m[0],g=m[1],_=(0,r.useCallback)((function(){var e=d.seriesIdx,r=d.dataIdx,u=n[e-1],c=a[e],s=new Set(n.map((function(e){return e.group}))),f=(null===u||void 0===u?void 0:u.group)||0,h=Tt()(t,["data",e,r],0),m=Tt()(t,["scales","1","min"],0),p=Tt()(t,["scales","1","max"],1),v=Tt()(t,["data",0,r],0),g={top:t?t.valToPos(h||0,(null===c||void 0===c?void 0:c.scale)||"1"):0,left:t?t.valToPos(v,"x"):0};return{unit:o,point:g,u:t,id:"".concat(e,"_").concat(r),title:s.size>1&&!l?"Query ".concat(f):"",dates:[v?i()(1e3*v).tz().format(an):"-"],value:Do(h,m,p),info:Co(u),statsFormatted:null===c||void 0===c?void 0:c.statsFormatted,marker:"".concat(null===c||void 0===c?void 0:c.stroke)}}),[t,d,n,a,o,l]),b=(0,r.useCallback)((function(){if(c){var e=_();p.find((function(t){return t.id===e.id}))||g((function(t){return[].concat(y(t),[e])}))}}),[_,p,c]);return(0,r.useEffect)((function(){s(-1!==d.dataIdx&&-1!==d.seriesIdx)}),[d]),aa("click",b),{showTooltip:c,stickyTooltips:p,handleUnStick:function(e){g((function(t){return t.filter((function(t){return t.id!==e}))}))},getTooltipProps:_,seriesFocus:function(e,t){var n=null!==t&&void 0!==t?t:-1;h((function(e){return ft(ft({},e),{},{seriesIdx:n})}))},setCursor:function(e){var t,n=null!==(t=e.cursor.idx)&&void 0!==t?t:-1;h((function(e){return ft(ft({},e),{},{dataIdx:n})}))},resetTooltips:function(){g([]),h({seriesIdx:-1,dataIdx:-1})}}},Od=function(e){var t=e.u,n=e.id,a=e.title,i=e.dates,o=e.value,l=e.point,u=e.unit,c=void 0===u?"":u,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],k=b[1],D=v((0,r.useState)(!1),2),x=D[0],C=D[1],E=(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=l.top,n=l.left,r=parseFloat(t.over.style.left),a=parseFloat(t.over.style.top),i=t.over.getBoundingClientRect(),o=i.width,u=i.height,c=p.current.getBoundingClientRect(),s=c.width,f=c.height,d={top:e+a+10-(e+f>=u?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,l,p]),aa("mousemove",E),aa("mouseup",(function(){k(!1)})),t?r.default.createPortal(Jt("div",{className:Kr()({"vm-chart-tooltip":!0,"vm-chart-tooltip_sticky":d,"vm-chart-tooltip_moved":x}),ref:p,style:y,children:[Jt("div",{className:"vm-chart-tooltip-header",children:[a&&Jt("div",{className:"vm-chart-tooltip-header__title",children:a}),Jt("div",{className:"vm-chart-tooltip-header__date",children:i.map((function(e,t){return Jt("span",{children:e},t)}))}),d&&Jt(Zt.HY,{children:[Jt(Pa,{className:"vm-chart-tooltip-header__drag",variant:"text",size:"small",startIcon:Jt(Lr,{}),onMouseDown:function(e){C(!0),k(!0);var t=e.clientX,n=e.clientY;_({top:n,left:t})},ariaLabel:"drag the tooltip"}),Jt(Pa,{className:"vm-chart-tooltip-header__close",variant:"text",size:"small",startIcon:Jt(ur,{}),onClick:function(){m&&m(n)},ariaLabel:"close the tooltip"})]})]}),Jt("div",{className:"vm-chart-tooltip-data",children:[h&&Jt("span",{className:"vm-chart-tooltip-data__marker",style:{background:h}}),Jt("p",{className:"vm-chart-tooltip-data__value",children:[Jt("b",{children:o}),c]})]}),f&&Jt("table",{className:"vm-chart-tooltip-stats",children:Lt.map((function(e,t){return Jt("div",{className:"vm-chart-tooltip-stats-row",children:[Jt("span",{className:"vm-chart-tooltip-stats-row__key",children:[e,":"]}),Jt("span",{className:"vm-chart-tooltip-stats-row__value",children:f[e]})]},t)}))}),s&&Jt("p",{className:"vm-chart-tooltip__info",children:s})]}),t.root):null},Ld=function(e){var t=e.showTooltip,n=e.tooltipProps,a=e.stickyTooltips,i=e.handleUnStick;return Jt(Zt.HY,{children:[t&&n&&Jt(Od,ft({},n)),a.map((function(e){return(0,r.createElement)(Od,ft(ft({},e),{},{isSticky:!0,key:e.id,onClose:i}))}))]})},Pd=function(e){var t=e.data,n=e.series,a=e.metrics,i=void 0===a?[]:a,o=e.period,l=e.yaxis,u=e.unit,c=e.setPeriod,s=e.layoutSize,f=e.height,d=e.anomalyView,h=Xt().isDarkTheme,m=(0,r.useRef)(null),p=v((0,r.useState)(),2),g=p[0],y=p[1],_=Td({period:o,setPeriod:c}),b=_.xRange,w=_.setPlotScale,k=Ad(w),D=k.onReadyChart,x=k.isPanning;Md({uPlotInst:g,xRange:b,setPlotScale:w});var C=Fd({u:g,metrics:i,series:n,unit:u,anomalyView:d}),E=C.showTooltip,S=C.stickyTooltips,A=C.handleUnStick,N=C.getTooltipProps,M=C.seriesFocus,T=C.setCursor,F=C.resetTooltips,O=ft(ft({},Us({width:s.width,height:f})),{},{series:n,axes:So([{},{scale:"1"}],u),scales:Qs(l,b),hooks:{ready:[D],setSeries:[M],setCursor:[T],setSelect:[Zs(w)],destroy:[Ys]},bands:[]});return(0,r.useEffect)((function(){if(F(),m.current){g&&g.destroy();var e=new xs(O,t,m.current);return y(e),e.destroy}}),[m,h]),(0,r.useEffect)((function(){g&&(g.setData(t),g.redraw())}),[t]),(0,r.useEffect)((function(){g&&(Vs(g),function(e,t){t.forEach((function(t){e.addSeries(t)}))}(g,n),function(e,t){if(e.delBand(),!(t.length<2)){var n=t.map((function(e,t){return ft(ft({},e),{},{index:t})})),r=n.filter((function(e){return e.forecast===Rt.yhatUpper})),a=n.filter((function(e){return e.forecast===Rt.yhatLower})),i=r.map((function(e){var t=a.find((function(t){return t.forecastGroup===e.forecastGroup}));return t?{series:[e.index,t.index],fill:Gs(Rt.yhatUpper)}:null})).filter((function(e){return null!==e}));i.length&&i.forEach((function(t){e.addBand(t)}))}}(g,n),g.redraw())}),[n]),(0,r.useEffect)((function(){g&&(Object.keys(l.limits.range).forEach((function(e){g.scales[e]&&(g.scales[e].range=function(t){return Ws(t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,e,l)})})),g.redraw())}),[l]),(0,r.useEffect)((function(){g&&(g.scales.x.range=function(){return qs(b)},g.redraw())}),[b]),(0,r.useEffect)((function(){g&&(g.setSize({width:s.width||400,height:f||500}),g.redraw())}),[f,s]),Jt("div",{className:Kr()({"vm-line-chart":!0,"vm-line-chart_panning":x}),style:{minWidth:"".concat(s.width||400,"px"),minHeight:"".concat(f||500,"px")},children:[Jt("div",{className:"vm-line-chart__u-plot",ref:m}),Jt(Ld,{showTooltip:E,tooltipProps:N(),stickyTooltips:S,handleUnStick:A})]})},Rd=function(e){var t=e.legend,n=e.onChange,a=e.isHeatmap,i=td(),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 a?e.filter((function(e){return"vmrange"!==e.key})):e}),[t,a]),l=t.statsFormatted,u=Object.values(l).some((function(e){return e})),c=function(){var e=si(ui().mark((function e(t){return ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,i(t,"".concat(t," has been copied"));case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();return Jt("div",{className:Kr()({"vm-legend-item":!0,"vm-legend-row":!0,"vm-legend-item_hide":!t.checked&&!a,"vm-legend-item_static":a}),onClick:function(e){return function(t){n&&n(e,t.ctrlKey||t.metaKey)}}(t),children:[!a&&Jt("div",{className:"vm-legend-item__marker",style:{backgroundColor:t.color}}),Jt("div",{className:"vm-legend-item-info",children:Jt("span",{className:"vm-legend-item-info__label",children:[t.freeFormFields.__name__,!!o.length&&Jt(Zt.HY,{children:"{"}),o.map((function(e,t){return Jt("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&&Jt(Zt.HY,{children:"}"})]})}),!a&&u&&Jt("div",{className:"vm-legend-item-stats",children:Lt.map((function(e,t){return Jt("div",{className:"vm-legend-item-stats-row",children:[Jt("span",{className:"vm-legend-item-stats-row__key",children:[e,":"]}),Jt("span",{className:"vm-legend-item-stats-row__value",children:l[e]})]},t)}))})]})},Id=function(e){var t=e.labels,n=e.query,a=e.onChange,i=(0,r.useMemo)((function(){return Array.from(new Set(t.map((function(e){return e.group}))))}),[t]),o=i.length>1;return Jt(Zt.HY,{children:Jt("div",{className:"vm-legend",children:i.map((function(e){return Jt("div",{className:"vm-legend-group",children:Jt(Ki,{defaultExpanded:!0,title:Jt("div",{className:"vm-legend-group-title",children:[o&&Jt("span",{className:"vm-legend-group-title__count",children:["Query ",e,": "]}),Jt("span",{className:"vm-legend-group-title__query",children:n[e-1]})]}),children:Jt("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 Jt(Rd,{legend:e,onChange:a},e.label)}))})})},e)}))})})},Bd=function(e){var t,n=e.min,a=e.max,i=e.legendValue,o=e.series,l=v((0,r.useState)(0),2),u=l[0],c=l[1],s=v((0,r.useState)(""),2),f=s[0],d=s[1],h=v((0,r.useState)(""),2),m=h[0],p=h[1],g=v((0,r.useState)(""),2),y=g[0],_=g[1],b=(0,r.useMemo)((function(){return parseFloat(String((null===i||void 0===i?void 0:i.value)||0).replace("%",""))}),[i]);return(0,r.useEffect)((function(){c(b?(b-n)/(a-n)*100:0),d(b?"".concat(b,"%"):""),p("".concat(n,"%")),_("".concat(a,"%"))}),[b,n,a]),Jt("div",{className:"vm-legend-heatmap__wrapper",children:[Jt("div",{className:"vm-legend-heatmap",children:[Jt("div",{className:"vm-legend-heatmap-gradient",style:{background:"linear-gradient(to right, ".concat(Ls.join(", "),")")},children:!!b&&Jt("div",{className:"vm-legend-heatmap-gradient__value",style:{left:"".concat(u,"%")},children:Jt("span",{children:f})})}),Jt("div",{className:"vm-legend-heatmap__value",children:m}),Jt("div",{className:"vm-legend-heatmap__value",children:y})]}),o[1]&&Jt(Rd,{legend:o[1],isHeatmap:!0},null===(t=o[1])||void 0===t?void 0:t.label)]})},zd=function(e){var t=e.u,n=e.metrics,a=e.unit,o=v((0,r.useState)({left:0,top:0}),2),l=o[0],u=o[1],c=v((0,r.useState)([]),2),s=c[0],f=c[1],d=(0,r.useCallback)((function(){var e,r=l.left,o=l.top,u=Tt()(t,["data",1,0],[])||[],c=t?t.posToVal(r,"x"):0,s=t?t.posToVal(o,"y"):0,f=u.findIndex((function(e,t){return c>=e&&c<u[t+1]}))||-1,d=u[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=u[f],w=i()(1e3*b).tz().format(an),k=i()(1e3*g).tz().format(an),D=(null===h||void 0===h||null===(e=h.metric)||void 0===e?void 0:e.vmrange)||"";return{unit:a,point:l,u:t,id:"".concat(D,"_").concat(w),dates:[w,k],value:"".concat(_,"%"),info:D,show:+_>0}}),[t,l,n,a]),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 aa("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;u({left:t,top:n})},resetTooltips:function(){f([]),u({left:0,top:0})}}},jd=function(e){var t=e.data,n=e.metrics,a=void 0===n?[]:n,i=e.period,o=e.unit,l=e.setPeriod,u=e.layoutSize,c=e.height,s=e.onChangeLegend,f=Xt().isDarkTheme,d=(0,r.useRef)(null),h=v((0,r.useState)(),2),m=h[0],p=h[1],g=Td({period:i,setPeriod:l}),_=g.xRange,b=g.setPlotScale,w=Ad(b),k=w.onReadyChart,D=w.isPanning;Md({uPlotInst:m,xRange:_,setPlotScale:b});var x=zd({u:m,metrics:a,unit:o}),C=x.stickyTooltips,E=x.handleUnStick,S=x.getTooltipProps,A=x.setCursor,N=x.resetTooltips,M=(0,r.useMemo)((function(){return S()}),[S]),T=ft(ft({},Us({width:u.width,height:c})),{},{mode:2,series:[{},{paths:Ps(),facets:[{scale:"x",auto:!0,sorted:1},{scale:"y",auto:!0}]}],axes:function(){var e=So([{}],o);return[].concat(y(e),[{scale:"y",stroke:e[0].stroke,font:e[0].font,size:No,splits:a.map((function(e,t){return t})),values:a.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:[k],setCursor:[A],setSelect:[Zs(b)],destroy:[Ys]}});return(0,r.useEffect)((function(){N();var e=null===t[0]&&Array.isArray(t[1]);if(d.current&&e){var n=new xs(T,t,d.current);return p(n),n.destroy}}),[d,t,f]),(0,r.useEffect)((function(){m&&(m.setSize({width:u.width||400,height:c||500}),m.redraw())}),[c,u]),(0,r.useEffect)((function(){s(M)}),[M]),Jt("div",{className:Kr()({"vm-line-chart":!0,"vm-line-chart_panning":D}),style:{minWidth:"".concat(u.width||400,"px"),minHeight:"".concat(c||500,"px")},children:[Jt("div",{className:"vm-line-chart__u-plot",ref:d}),Jt(Ld,{showTooltip:!!M.show,tooltipProps:M,stickyTooltips:C,handleUnStick:E})]})},Hd=function(){var e=v((0,r.useState)(null),2),t=e[0],n=e[1],a=v((0,r.useState)({width:0,height:0}),2),i=a[0],o=a[1],l=(0,r.useCallback)((function(){o({width:(null===t||void 0===t?void 0:t.offsetWidth)||0,height:(null===t||void 0===t?void 0:t.offsetHeight)||0})}),[null===t||void 0===t?void 0:t.offsetHeight,null===t||void 0===t?void 0:t.offsetWidth]);return aa("resize",l),ra(l,[null===t||void 0===t?void 0:t.offsetHeight,null===t||void 0===t?void 0:t.offsetWidth]),[n,i]},$d=(ct(pd={},Rt.yhat,"yhat"),ct(pd,Rt.yhatLower,"yhat_lower/_upper"),ct(pd,Rt.yhatUpper,"yhat_lower/_upper"),ct(pd,Rt.anomaly,"anomalies"),ct(pd,Rt.training,"training data"),ct(pd,Rt.actual,"y"),pd),Vd=function(e){var t=e.series,n=(0,r.useMemo)((function(){var e=t.reduce((function(e,t){var n=Object.prototype.hasOwnProperty.call(t,"forecast"),r=t.forecast!==Rt.yhatUpper,a=!e.find((function(e){return e.forecast===t.forecast}));return n&&a&&r&&e.push(t),e}),[]),n=ft(ft({},e[0]),{},{forecast:Rt.training,color:Ns[Rt.training]});return e.splice(1,0,n),e.map((function(e){return ft(ft({},e),{},{color:"string"===typeof e.stroke?e.stroke:Ns[e.forecast||Rt.actual]})}))}),[t]);return document.getElementById("legendAnomaly")?Jt(Zt.HY,{children:Jt("div",{className:"vm-legend-anomaly",children:n.filter((function(e){return e.forecast!==Rt.training})).map((function(e,t){var n;return Jt("div",{className:"vm-legend-anomaly-item",children:[Jt("svg",{children:e.forecast===Rt.anomaly?Jt("circle",{cx:"15",cy:"7",r:"4",fill:e.color,stroke:e.color,strokeWidth:"1.4"}):Jt("line",{x1:"0",y1:"7",x2:"30",y2:"7",stroke:e.color,strokeWidth:e.width||1,strokeDasharray:null===(n=e.dash)||void 0===n?void 0:n.join(",")})}),Jt("div",{className:"vm-legend-anomaly-item__title",children:$d[e.forecast||Rt.actual]})]},"".concat(t,"_").concat(e.forecast))}))})}):null},Ud=function(e){var t=e.data,n=void 0===t?[]:t,a=e.period,i=e.customStep,o=e.query,l=e.yaxis,u=e.unit,c=e.showLegend,s=void 0===c||c,f=e.setYaxisLimits,d=e.setPeriod,h=e.alias,m=void 0===h?[]:h,p=e.fullWidth,g=void 0===p||p,_=e.height,b=e.isHistogram,w=e.anomalyView,k=xa().isMobile,D=Vn().timezone,x=(0,r.useMemo)((function(){return i||a.step||"1s"}),[a.step,i]),C=(0,r.useMemo)((function(){return Bs(n,b)}),[b,n]),E=v((0,r.useState)([[]]),2),S=E[0],A=E[1],N=v((0,r.useState)([]),2),M=N[0],T=N[1],O=v((0,r.useState)([]),2),L=O[0],P=O[1],R=v((0,r.useState)([]),2),I=R[0],B=R[1],z=v((0,r.useState)(null),2),j=z[0],H=z[1],$=(0,r.useMemo)((function(){return js(C,I,m,w)}),[C,I,m,w]),V=function(e){var t=function(e,t){var n={},r=Object.values(e).flat(),a=bo(r)||0,i=_o(r)||1;return n[1]=t?Ao(a,i):[a,i],n}(e,!b);f(t)};(0,r.useEffect)((function(){var e=[],t={},n=[],r=[{}];null===C||void 0===C||C.forEach((function(a,i){var o=$(a,i);r.push(o),n.push(Hs(o,a.group));var l,u=t[a.group]||[],c=F(a.values);try{for(c.s();!(l=c.n()).done;){var s=l.value;e.push(s[0]),u.push(Fs(s[1]))}}catch(f){c.e(f)}finally{c.f()}t[a.group]=u}));var i=function(e,t,n){for(var r=bn(t)||1,a=Array.from(new Set(e)).sort((function(e,t){return e-t})),i=n.start,o=vn(n.end+r),l=0,u=[];i<=o;){for(;l<a.length&&a[l]<=i;)i=a[l],l++,u.push(i);i=vn(i+r),(l>=a.length||a[l]>i)&&u.push(i)}for(;u.length<2;)u.push(i),i=vn(i+r);return u}(e,x,a),o=C.map((function(e){var t,n=[],r=e.values,a=r.length,o=0,l=F(i);try{for(l.s();!(t=l.n()).done;){for(var u=t.value;o<a&&r[o][0]<u;)o++;var c=null;o<a&&r[o][0]==u&&(c=Fs(r[o][1]),Number.isFinite(c)||(c=null)),n.push(c)}}catch(m){l.e(m)}finally{l.f()}var s=n.filter((function(e){return null!==e})),f=Math.abs(function(e){for(var t=e[0],n=1,r=1;r<e.length;r++){var a=e[r];Number.isFinite(a)&&(t=t*(n-1)/n+a/n,n++)}return t}(s)),d=Ao(bo(s),_o(s)),h=Math.abs(d[1]-d[0]);return f>1e10*h&&!w?n.map((function(){return f})):n}));o.unshift(i),V(t);var l=b?function(e){var t=e.slice(1,e.length),n=[],r=[];t.forEach((function(e,n){e.forEach((function(e,a){var i=a*t.length+n;r[i]=e}))})),e[0].forEach((function(e){var r=new Array(t.length).fill(e);n.push.apply(n,y(r))}));var a=new Array(n.length).fill(0).map((function(e,n){return n%t.length}));return[null,[n,a,r]]}(o):o;A(l),T(r),P(n)}),[C,D,b]),(0,r.useEffect)((function(){var e=[],t=[{}];null===C||void 0===C||C.forEach((function(n,r){var a=$(n,r);t.push(a),e.push(Hs(a,n.group))})),T(t),P(e)}),[I]);var U=v(Hd(),2),Y=U[0],q=U[1];return Jt("div",{className:Kr()({"vm-graph-view":!0,"vm-graph-view_full-width":g,"vm-graph-view_full-width_mobile":g&&k}),ref:Y,children:[!b&&Jt(Pd,{data:S,series:M,metrics:C,period:a,yaxis:l,unit:u,setPeriod:d,layoutSize:q,height:_,anomalyView:w}),b&&Jt(jd,{data:S,metrics:C,period:a,unit:u,setPeriod:d,layoutSize:q,height:_,onChangeLegend:H}),!b&&!w&&s&&Jt(Id,{labels:L,query:o,onChange:function(e,t){B(function(e){var t=e.hideSeries,n=e.legend,r=e.metaKey,a=e.series,i=n.label,o=$s(i,t),l=a.map((function(e){return e.label||""}));return r?o?t.filter((function(e){return e!==i})):[].concat(y(t),[i]):t.length?o?y(l.filter((function(e){return e!==i}))):[]:y(l.filter((function(e){return e!==i})))}({hideSeries:I,legend:e,metaKey:t,series:M}))}}),b&&s&&Jt(Bd,{series:M,min:l.limits.range[1][0]||0,max:l.limits.range[1][1]||0,legendValue:j}),w&&s&&Jt(Vd,{series:M})]})},Yd=function(e){var t=e.yaxis,n=e.setYaxisLimits,a=e.toggleEnableLimits,i=xa().isMobile,o=(0,r.useMemo)((function(){return Object.keys(t.limits.range)}),[t.limits.range]),l=(0,r.useCallback)(mo()((function(e,r,a){var i=t.limits.range;i[r][a]=+e,i[r][0]===i[r][1]||i[r][0]>i[r][1]||n(i)}),500),[t.limits.range]),u=function(e,t){return function(n){l(n,e,t)}};return Jt("div",{className:Kr()({"vm-axes-limits":!0,"vm-axes-limits_mobile":i}),children:[Jt(Jf,{value:t.limits.enable,onChange:a,label:"Fix the limits for y-axis",fullWidth:i}),Jt("div",{className:"vm-axes-limits-list",children:o.map((function(e){return Jt("div",{className:"vm-axes-limits-list__inputs",children:[Jt(wi,{label:"Min ".concat(e),type:"number",disabled:!t.limits.enable,value:t.limits.range[e][0],onChange:u(e,0)}),Jt(wi,{label:"Max ".concat(e),type:"number",disabled:!t.limits.enable,value:t.limits.range[e][1],onChange:u(e,1)})]},e)}))})]})},qd="Axes settings",Wd=function(e){var t=e.yaxis,n=e.setYaxisLimits,a=e.toggleEnableLimits,i=(0,r.useRef)(null),o=(0,r.useRef)(null),l=Ra(!1),u=l.value,c=l.toggle,s=l.setFalse;return Jt("div",{className:"vm-graph-settings",children:[Jt(qa,{title:qd,children:Jt("div",{ref:o,children:Jt(Pa,{variant:"text",startIcon:Jt(lr,{}),onClick:c,ariaLabel:"settings"})})}),Jt(Ia,{open:u,buttonRef:o,placement:"bottom-right",onClose:s,title:qd,children:Jt("div",{className:"vm-graph-settings-popper",ref:i,children:Jt("div",{className:"vm-graph-settings-popper__body",children:Jt(Yd,{yaxis:t,setYaxisLimits:n,toggleEnableLimits:a})})})})]})},Qd=function(e){var t=e.isHistogram,n=e.graphData,a=e.controlsRef,i=e.anomalyView,o=xa().isMobile,l=ba(),u=l.customStep,c=l.yaxis,s=Vn().period,f=tr().query,d=Un(),h=wa(),m=function(e){h({type:"SET_YAXIS_LIMITS",payload:e})},p=Jt("div",{className:"vm-custom-panel-body-header__graph-controls",children:[Jt(Ja,{}),Jt(Wd,{yaxis:c,setYaxisLimits:m,toggleEnableLimits:function(){h({type:"TOGGLE_ENABLE_YAXIS_LIMITS"})}})]});return Jt(Zt.HY,{children:[a.current&&(0,r.createPortal)(p,a.current),Jt(Ud,{data:n,period:s,customStep:u,query:f,yaxis:c,setYaxisLimits:m,setPeriod:function(e){var t=e.from,n=e.to;d({type:"SET_PERIOD",payload:{from:t,to:n}})},height:o?.5*window.innerHeight:500,isHistogram:t,anomalyView:i})]})},Zd=function(e){var t=e.data,n=td(),a=(0,r.useMemo)((function(){return JSON.stringify(t,null,2)}),[t]),i=function(){var e=si(ui().mark((function e(){return ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,n(a,"Formatted JSON has been copied");case 2:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}();return Jt("div",{className:"vm-json-view",children:[Jt("div",{className:"vm-json-view__copy",children:Jt(Pa,{variant:"outlined",onClick:i,children:"Copy JSON"})}),Jt("pre",{className:"vm-json-view__code",children:Jt("code",{children:a})})]})},Gd=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}))},Jd=function(e,t){return(0,r.useMemo)((function(){var n=Gd(e);return t?n.filter((function(e){return t.includes(e.key)})):n}),[e,t])},Kd=["__name__"],Xd=function(e){var t=e.data,n=e.displayColumns,a=td(),i=xa().isMobile,o=pa().tableCompact,l=(0,r.useRef)(null),u=v((0,r.useState)(""),2),c=u[0],s=u[1],f=v((0,r.useState)("asc"),2),d=f[0],h=f[1],m=o?Jd([{group:0,metric:{Data:"Data"}}],["Data"]):Jd(t,n),p=function(e){var t=e.__name__,n=Xr(e,Kd);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?Ts(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 a=n?Number(e.value):e.metadata[r],i=n?Number(t.value):t.metadata[r];return("asc"===d?a<i:a>i)?-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?Jt("div",{className:Kr()({"vm-table-view":!0,"vm-table-view_mobile":i}),children:Jt("table",{className:"vm-table",ref:l,children:[Jt("thead",{className:"vm-table-header",children:Jt("tr",{className:"vm-table__row vm-table__row_header",children:[m.map((function(e,t){return Jt("td",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:b(e.key),children:Jt("div",{className:"vm-table-cell__content",children:[e.key,Jt("div",{className:Kr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":c===e.key,"vm-table__sort-icon_desc":"desc"===d&&c===e.key}),children:Jt(vr,{})})]})},t)})),Jt("td",{className:"vm-table-cell vm-table-cell_header vm-table-cell_right vm-table-cell_sort",onClick:b("Value"),children:Jt("div",{className:"vm-table-cell__content",children:[Jt("div",{className:Kr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":"Value"===c,"vm-table__sort-icon_desc":"desc"===d}),children:Jt(vr,{})}),"Value"]})}),_&&Jt("td",{className:"vm-table-cell vm-table-cell_header"})]})}),Jt("tbody",{className:"vm-table-body",children:y.map((function(e,t){return Jt("tr",{className:"vm-table__row",children:[e.metadata.map((function(e,n){return Jt("td",{className:Kr()({"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)})),Jt("td",{className:"vm-table-cell vm-table-cell_right vm-table-cell_no-wrap",children:e.values.length?e.values.map((function(e){return Jt("p",{children:e},e)})):e.value}),_&&Jt("td",{className:"vm-table-cell vm-table-cell_right",children:e.copyValue&&Jt("div",{className:"vm-table-cell__content",children:Jt(qa,{title:"Copy row",children:Jt(Pa,{variant:"text",color:"gray",size:"small",startIcon:Jt(Or,{}),onClick:(n=e.copyValue,si(ui().mark((function e(){return ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a(n,"Row has been copied");case 2:case"end":return e.stop()}}),e)})))),ariaLabel:"copy row"})})})})]},t);var n}))})]})}):Jt(Ea,{variant:"warning",children:"No data to show"})},eh=function(e){var t,n=e.checked,r=void 0!==n&&n,a=e.disabled,i=void 0!==a&&a,o=e.label,l=e.color,u=void 0===l?"secondary":l,c=e.onChange;return Jt("div",{className:Kr()((ct(t={"vm-checkbox":!0,"vm-checkbox_disabled":i,"vm-checkbox_active":r},"vm-checkbox_".concat(u,"_active"),r),ct(t,"vm-checkbox_".concat(u),u),t)),onClick:function(){i||c(!r)},children:[Jt("div",{className:"vm-checkbox-track",children:Jt("div",{className:"vm-checkbox-track__thumb",children:Jt(Nr,{})})}),o&&Jt("span",{className:"vm-checkbox__label",children:o})]})},th="Table settings",nh=function(e){var t=e.columns,n=e.defaultColumns,a=void 0===n?[]:n,i=e.tableCompact,o=e.onChangeColumns,l=e.toggleTableCompact,u=xa().isMobile,c=(0,r.useRef)(null),s=Ra(!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(a.includes(e)?a.filter((function(t){return t!==e})):[].concat(y(a),[e]))}(e)}};return(0,r.useEffect)((function(){ed(t,a)||o(t)}),[t]),Jt("div",{className:"vm-table-settings",children:[Jt(qa,{title:th,children:Jt("div",{ref:c,children:Jt(Pa,{variant:"text",startIcon:Jt(lr,{}),onClick:d,disabled:m,ariaLabel:"table settings"})})}),Jt(Ia,{open:f,onClose:h,placement:"bottom-right",buttonRef:c,title:th,children:Jt("div",{className:Kr()({"vm-table-settings-popper":!0,"vm-table-settings-popper_mobile":u}),children:[Jt("div",{className:"vm-table-settings-popper-list vm-table-settings-popper-list_first",children:Jt(Jf,{label:"Compact view",value:i,onChange:l})}),Jt("div",{className:"vm-table-settings-popper-list",children:[Jt("div",{className:"vm-table-settings-popper-list-header",children:[Jt("h3",{className:"vm-table-settings-popper-list-header__title",children:"Display columns"}),Jt(qa,{title:"Reset to default",children:Jt(Pa,{color:"primary",variant:"text",size:"small",onClick:function(){h(),o(t)},startIcon:Jt(cr,{}),ariaLabel:"reset columns"})})]}),t.map((function(e){return Jt("div",{className:"vm-table-settings-popper-list__item",children:Jt(eh,{checked:a.includes(e),onChange:p(e),label:e,disabled:i})},e)}))]})]})})]})},rh=function(e){var t=e.liveData,n=e.controlsRef,a=pa().tableCompact,i=va(),o=v((0,r.useState)(),2),l=o[0],u=o[1],c=(0,r.useMemo)((function(){return Gd(t||[]).map((function(e){return e.key}))}),[t]),s=Jt(nh,{columns:c,defaultColumns:l,onChangeColumns:u,tableCompact:a,toggleTableCompact:function(){i({type:"TOGGLE_TABLE_COMPACT"})}});return Jt(Zt.HY,{children:[n.current&&(0,r.createPortal)(s,n.current),Jt(Xd,{data:t,displayColumns:l})]})},ah=function(e){var t=e.graphData,n=e.liveData,r=e.isHistogram,a=e.displayType,i=e.controlsRef;return a===It.code&&n?Jt(Zd,{data:n}):a===It.table&&n?Jt(rh,{liveData:n,controlsRef:i}):a===It.chart&&t?Jt(Qd,{graphData:t,isHistogram:r,controlsRef:i}):null},ih=[Jt(Zt.HY,{children:[Jt("p",{children:"Filename - specify the name for your report file."}),Jt("p",{children:["Default format: ",Jt("code",{children:["vmui_report_$",ln,".json"]}),"."]}),Jt("p",{children:"This name will be used when saving your report on your device."})]}),Jt(Zt.HY,{children:[Jt("p",{children:"Comment (optional) - add a comment to your report."}),Jt("p",{children:"This can be any additional information that will be useful when reviewing the report later."})]}),Jt(Zt.HY,{children:[Jt("p",{children:"Query trace - enable this option to include a query trace in your report."}),Jt("p",{children:"This will assist in analyzing and diagnosing the query processing."})]}),Jt(Zt.HY,{children:[Jt("p",{children:"Generate Report - click this button to generate and save your report. "}),Jt("p",{children:["After creation, the report can be downloaded and examined on the ",Jt(rt,{to:yt.queryAnalyzer,target:"_blank",rel:"noreferrer",className:"vm-link vm-link_underlined",children:gt[yt.queryAnalyzer].title})," page."]})]})],oh=function(){return"vmui_report_".concat(i()().utc().format(ln))},lh=function(e){var t=e.fetchUrl,n=tr().query,a=v((0,r.useState)(oh()),2),i=a[0],o=a[1],l=v((0,r.useState)(""),2),u=l[0],c=l[1],s=v((0,r.useState)(!0),2),f=s[0],d=s[1],h=v((0,r.useState)(),2),m=h[0],p=h[1],g=v((0,r.useState)(!1),2),y=g[0],_=g[1],b=(0,r.useRef)(null),w=(0,r.useRef)(null),k=(0,r.useRef)(null),D=(0,r.useRef)(null),x=[b,w,k,D],C=v((0,r.useState)(0),2),E=C[0],S=C[1],A=Ra(!1),N=A.value,M=A.toggle,T=A.setFalse,F=Ra(!1),O=F.value,L=F.toggle,P=F.setFalse,R=(0,r.useMemo)((function(){if(t)return t.map((function(e,t){var n=new URL(e);return f?n.searchParams.set("trace","1"):n.searchParams.delete("trace"),{id:t,url:n}}))}),[t,f]),I=(0,r.useCallback)((function(e){var t=JSON.stringify(e,null,2),n=new Blob([t],{type:"application/json"}),r=URL.createObjectURL(n),a=document.createElement("a");a.href=r,a.download="".concat(i||oh(),".json"),document.body.appendChild(a),a.click(),document.body.removeChild(a),URL.revokeObjectURL(r),T()}),[i]),B=(0,r.useCallback)(si(ui().mark((function e(){var t,n,r,a,i,o,l,c,s,f,d,h;return ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(R){e.next=3;break}return p(Bt.validQuery),e.abrupt("return");case 3:p(""),_(!0),e.prev=5,t=[],n=!1,r=!1,e.prev=9,i=ud(R);case 11:return e.next=13,i.next();case 13:if(!(n=!(o=e.sent).done)){e.next=25;break}return l=o.value,c=l.url,s=l.id,e.next=17,fetch(c);case 17:return f=e.sent,e.next=20,f.json();case 20:d=e.sent,f.ok?(d.vmui={id:s,comment:u,params:Nt().parse(new URL(c).search.replace(/^\?/,""))},t.push(d)):(h=d.errorType?"".concat(d.errorType,"\r\n"):"",p("".concat(h).concat((null===d||void 0===d?void 0:d.error)||(null===d||void 0===d?void 0:d.message)||"unknown error")));case 22:n=!1,e.next=11;break;case 25:e.next=31;break;case 27:e.prev=27,e.t0=e.catch(9),r=!0,a=e.t0;case 31:if(e.prev=31,e.prev=32,!n||null==i.return){e.next=36;break}return e.next=36,i.return();case 36:if(e.prev=36,!r){e.next=39;break}throw a;case 39:return e.finish(36);case 40:return e.finish(31);case 41:t.length&&I(t),e.next=47;break;case 44:e.prev=44,e.t1=e.catch(5),e.t1 instanceof Error&&"AbortError"!==e.t1.name&&p("".concat(e.t1.name,": ").concat(e.t1.message));case 47:return e.prev=47,_(!1),e.finish(47);case 50:case"end":return e.stop()}}),e,null,[[5,44,47,50],[9,27,31,41],[32,,36,40]])}))),[R,u,I,n]),z=function(e){return function(){S((function(t){return t+e}))}};return(0,r.useEffect)((function(){p(""),o(oh()),c("")}),[N]),(0,r.useEffect)((function(){S(0)}),[O]),Jt(Zt.HY,{children:[Jt(qa,{title:"Export query",children:Jt(Pa,{variant:"text",startIcon:Jt(Gr,{}),onClick:M,ariaLabel:"export query"})}),N&&Jt(Ya,{title:"Export query",onClose:T,isOpen:N,children:Jt("div",{className:"vm-download-report",children:[Jt("div",{className:"vm-download-report-settings",children:[Jt("div",{ref:b,children:Jt(wi,{label:"Filename",value:i,onChange:o})}),Jt("div",{ref:w,children:Jt(wi,{type:"textarea",label:"Comment",value:u,onChange:c})}),Jt("div",{ref:k,children:Jt(eh,{checked:f,onChange:d,label:"Include query trace"})})]}),m&&Jt(Ea,{variant:"error",children:m}),Jt("div",{className:"vm-download-report__buttons",children:[Jt(Pa,{variant:"text",onClick:L,children:"Help"}),Jt("div",{ref:D,children:Jt(Pa,{onClick:B,disabled:y,children:y?"Loading data...":"Generate Report"})})]}),Jt(Ia,{open:O,buttonRef:x[E],placement:"top-left",variant:"dark",onClose:P,children:Jt("div",{className:"vm-download-report-helper",children:[Jt("div",{className:"vm-download-report-helper__description",children:ih[E]}),Jt("div",{className:"vm-download-report-helper__buttons",children:[0!==E&&Jt(Pa,{onClick:z(-1),size:"small",color:"white",children:"Prev"}),Jt(Pa,{onClick:E===x.length-1?P:z(1),size:"small",color:"white",variant:"text",children:E===x.length-1?"Close":"Next"})]})]})})]})})]})},uh=function(){!function(){var e=Xt().tenantId,t=pa().displayType,n=tr().query,a=Vn(),i=a.duration,o=a.relativeTime,l=a.period,u=l.date,c=l.step,s=ba().customStep,f=v(ut(),2)[1],d=function(){var r={};n.forEach((function(n,a){var l,f="g".concat(a);r["".concat(f,".expr")]=n,r["".concat(f,".range_input")]=i,r["".concat(f,".end_input")]=u,r["".concat(f,".tab")]=(null===(l=la.find((function(e){return e.value===t})))||void 0===l?void 0:l.prometheusCode)||0,r["".concat(f,".relative_time")]=o,r["".concat(f,".tenantID")]=e,c!==s&&s&&(r["".concat(f,".step_input")]=s)})),f(md(r))};(0,r.useEffect)(d,[e,t,n,i,o,u,c,s]),(0,r.useEffect)(d,[])}();var e=xa().isMobile,t=pa().displayType,n=tr().query,a=ba().customStep,i=wa(),o=v((0,r.useState)([]),2),l=o[0],u=o[1],c=v((0,r.useState)(!n[0]),2),s=c[0],f=c[1],d=v((0,r.useState)(!1),2),h=d[0],m=d[1],p=(0,r.useRef)(null),g=dd({visible:!0,customStep:a,hideQuery:l,showAllSeries:h}),y=g.fetchUrl,_=g.isLoading,b=g.liveData,w=g.graphData,k=g.error,D=g.queryErrors,x=g.setQueryErrors,C=g.queryStats,E=g.warning,S=g.traces,A=g.isHistogram,N=!(null!==b&&void 0!==b&&b.length)&&t!==It.chart,M=!s&&k;return aa("popstate",(function(){return window.location.reload()})),(0,r.useEffect)((function(){i({type:"SET_IS_HISTOGRAM",payload:A})}),[w]),Jt("div",{className:Kr()({"vm-custom-panel":!0,"vm-custom-panel_mobile":e}),children:[Jt(ld,{queryErrors:s?[]:D,setQueryErrors:x,setHideError:f,stats:C,onHideQuery:function(e){u(e)},onRunQuery:function(){f(!1)}}),Jt(xd,{traces:S,displayType:t}),_&&Jt(hd,{}),M&&Jt(Ea,{variant:"error",children:k}),N&&Jt(Ea,{variant:"info",children:Jt(_d,{})}),E&&Jt(Cd,{warning:E,query:n,onChange:m}),Jt("div",{className:Kr()({"vm-custom-panel-body":!0,"vm-custom-panel-body_mobile":e,"vm-block":!0,"vm-block_mobile":e}),children:[Jt("div",{className:"vm-custom-panel-body-header",ref:p,children:[Jt("div",{className:"vm-custom-panel-body-header__tabs",children:Jt(ua,{})}),(w||b)&&Jt(lh,{fetchUrl:y})]}),Jt(ah,{graphData:w,liveData:b,isHistogram:A,displayType:t,controlsRef:p})]})]})},ch=function(e){var t=e.title,n=e.description,a=e.unit,i=e.expr,o=e.showLegend,l=e.filename,u=e.alias,c=xa().isMobile,s=Vn().period,f=ba().customStep,d=Un(),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(i)&&i.every((function(e){return e}))}),[i]),k=dd({predefinedQuery:w?i:[],display:It.chart,visible:p,customStep:f}),D=k.isLoading,x=k.graphData,C=k.error,E=k.warning,S=function(e){var t=ft({},_);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?Jt("div",{className:"vm-predefined-panel",ref:h,children:[Jt("div",{className:"vm-predefined-panel-header",children:[Jt(qa,{title:Jt((function(){return Jt("div",{className:"vm-predefined-panel-header__description vm-default-styles",children:[n&&Jt(Zt.HY,{children:[Jt("div",{children:[Jt("span",{children:"Description:"}),Jt("div",{dangerouslySetInnerHTML:{__html:$f.parse(n)}})]}),Jt("hr",{})]}),Jt("div",{children:[Jt("span",{children:"Queries:"}),Jt("div",{children:i.map((function(e,t){return Jt("div",{children:e},"".concat(t,"_").concat(e))}))})]})]})}),{}),children:Jt("div",{className:"vm-predefined-panel-header__info",children:Jt(sr,{})})}),Jt("h3",{className:"vm-predefined-panel-header__title",children:t||""}),Jt(Wd,{yaxis:_,setYaxisLimits:S,toggleEnableLimits:function(){var e=ft({},_);e.limits.enable=!e.limits.enable,b(e)}})]}),Jt("div",{className:"vm-predefined-panel-body",children:[D&&Jt(hd,{}),C&&Jt(Ea,{variant:"error",children:C}),E&&Jt(Ea,{variant:"warning",children:E}),x&&Jt(Ud,{data:x,period:s,customStep:f,query:i,yaxis:_,unit:a,alias:u,showLegend:o,setYaxisLimits:S,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})]})]}):Jt(Ea,{variant:"error",children:[Jt("code",{children:'"expr"'})," not found. Check the configuration file ",Jt("b",{children:l}),"."]})},sh=function(e){var t=e.index,n=e.title,a=e.panels,i=e.filename,o=ia(),l=(0,r.useMemo)((function(){return o.width/12}),[o]),u=v((0,r.useState)(!t),2),c=u[0],s=u[1],f=v((0,r.useState)([]),2),d=f[0],h=f[1];(0,r.useEffect)((function(){h(a&&a.map((function(e){return e.width||12})))}),[a]);var m=v((0,r.useState)({start:0,target:0,enable:!1}),2),p=m[0],g=m[1],y=(0,r.useCallback)((function(e){if(p.enable){var t=p.start,n=Math.ceil((t-e.clientX)/l);if(!(Math.abs(n)>=12)){var r=d.map((function(e,t){return e-(t===p.target?n:0)}));h(r)}}}),[p,l]),_=(0,r.useCallback)((function(){g(ft(ft({},p),{},{enable:!1}))}),[p]),b=function(e){return function(t){!function(e,t){g({start:e.clientX,target:t,enable:!0})}(t,e)}};return aa("mousemove",y),aa("mouseup",_),Jt("div",{className:"vm-predefined-dashboard",children:Jt(Ki,{defaultExpanded:c,onChange:function(e){return s(e)},title:Jt((function(){return Jt("div",{className:Kr()({"vm-predefined-dashboard-header":!0,"vm-predefined-dashboard-header_open":c}),children:[(n||i)&&Jt("span",{className:"vm-predefined-dashboard-header__title",children:n||"".concat(t+1,". ").concat(i)}),a&&Jt("span",{className:"vm-predefined-dashboard-header__count",children:["(",a.length," panels)"]})]})}),{}),children:Jt("div",{className:"vm-predefined-dashboard-panels",children:Array.isArray(a)&&a.length?a.map((function(e,t){return Jt("div",{className:"vm-predefined-dashboard-panels-panel vm-block vm-block_empty-padding",style:{gridColumn:"span ".concat(d[t])},children:[Jt(ch,{title:e.title,description:e.description,unit:e.unit,expr:e.expr,alias:e.alias,filename:i,showLegend:e.showLegend}),Jt("button",{className:"vm-predefined-dashboard-panels-panel__resizer",onMouseDown:b(t),"aria-label":"resize the panel"})]},t)})):Jt("div",{className:"vm-predefined-dashboard-panels-panel__alert",children:Jt(Ea,{variant:"error",children:[Jt("code",{children:'"panels"'})," not found. Check the configuration file ",Jt("b",{children:i}),"."]})})})})})},fh=function(){!function(){var e=Vn(),t=e.duration,n=e.relativeTime,a=e.period.date,i=ba().customStep,o=Vi().setSearchParamsFromKeys,l=function(){var e,r=md((ct(e={},"g0.range_input",t),ct(e,"g0.end_input",a),ct(e,"g0.step_input",i),ct(e,"g0.relative_time",n),e));o(r)};(0,r.useEffect)(l,[t,n,a,i]),(0,r.useEffect)(l,[])}();var e=xa().isMobile,t=Ta(),n=t.dashboardsSettings,a=t.dashboardsLoading,i=t.dashboardsError,o=v((0,r.useState)(0),2),l=o[0],u=o[1],c=(0,r.useMemo)((function(){return n.map((function(e,t){return{label:e.title||"",value:t}}))}),[n]),s=(0,r.useMemo)((function(){return n[l]||{}}),[n,l]),f=(0,r.useMemo)((function(){return null===s||void 0===s?void 0:s.rows}),[s]),d=(0,r.useMemo)((function(){return s.title||s.filename||""}),[s]),h=(0,r.useMemo)((function(){return Array.isArray(f)&&!!f.length}),[f]),m=function(e){return function(){!function(e){u(e)}(e)}};return Jt("div",{className:"vm-predefined-panels",children:[a&&Jt(hd,{}),!n.length&&i&&Jt(Ea,{variant:"error",children:i}),!n.length&&Jt(Ea,{variant:"info",children:"Dashboards not found"}),c.length>1&&Jt("div",{className:Kr()({"vm-predefined-panels-tabs":!0,"vm-predefined-panels-tabs_mobile":e}),children:c.map((function(e){return Jt("div",{className:Kr()({"vm-predefined-panels-tabs__tab":!0,"vm-predefined-panels-tabs__tab_active":e.value==l}),onClick:m(e.value),children:e.label},e.value)}))}),Jt("div",{className:"vm-predefined-panels__dashboards",children:[h&&f.map((function(e,t){return Jt(sh,{index:t,filename:d,title:e.title,panels:e.panels},"".concat(l,"_").concat(t))})),!!n.length&&!h&&Jt(Ea,{variant:"error",children:[Jt("code",{children:'"rows"'})," not found. Check the configuration file ",Jt("b",{children:d}),"."]})]})]})},dh=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)},hh=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 D(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),a=e&&/__name__=".+", .+!=""/g.test(e),i=[];return i=t||a?i.concat("seriesCountByFocusLabelValue"):n?i.concat("labelValueCountByLabelName"):r?i.concat("seriesCountByMetricName","seriesCountByLabelName"):i.concat("seriesCountByMetricName","seriesCountByLabelName","seriesCountByLabelValuePair","labelValueCountByLabelName"),i}},{key:"getDefaultState",value:function(e,t){var n=this;return this.keys(e,t).reduce((function(e,t){return ft(ft({},e),{},{tabs:ft(ft({},e.tabs),{},ct({},t,n.tabsNames)),containerRefs:ft(ft({},e.containerRefs),{},ct({},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:mh,seriesCountByLabelName:ph,seriesCountByFocusLabelValue:vh,seriesCountByLabelValuePair:gh,labelValueCountByLabelName:yh}}},{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}(),mh=[{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:""}],ph=[{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:""}],vh=[{id:"name",label:"Label value"},{id:"value",label:"Number of series"},{id:"percentage",label:"Share in total"},{disablePadding:!1,id:"action",label:"",numeric:!1}],gh=[{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:""}],yh=[{id:"name",label:"Label name"},{id:"value",label:"Number of unique values"},{id:"action",label:""}],_h={seriesCountByMetricName:function(e){var t=e.query;return bh("__name__",t)},seriesCountByLabelName:function(e){var t=e.query;return"{".concat(t,'!=""}')},seriesCountByFocusLabelValue:function(e){var t=e.query,n=e.focusLabel;return bh(n,t)},seriesCountByLabelValuePair:function(e){var t=e.query.split("="),n=t[0],r=t.slice(1).join("=");return bh(n,r)},labelValueCountByLabelName:function(e){var t=e.query,n=e.match;return""===n?"{".concat(t,'!=""}'):"".concat(n.replace("}",""),", ").concat(t,'!=""}')}},bh=function(e,t){return e?"{"+e+"="+JSON.stringify(t)+"}":""},wh=function(e){var t,n=e.totalSeries,r=void 0===n?0:n,a=e.totalSeriesPrev,i=void 0===a?0:a,o=e.totalSeriesAll,l=void 0===o?0:o,u=e.seriesCountByMetricName,c=void 0===u?[]:u,s=e.isPrometheus,f=xa().isMobile,d=v(ut(),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)/l*100,y=r-i,_=Math.abs(y)/i*100,b=[{title:"Total series",value:r.toLocaleString("en-US"),dynamic:r&&i&&!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?Jt("div",{className:Kr()({"vm-cardinality-totals":!0,"vm-cardinality-totals_mobile":f}),children:b.map((function(e){var t=e.title,n=e.value,r=e.info,a=e.dynamic;return Jt("div",{className:"vm-cardinality-totals-card",children:[Jt("h4",{className:"vm-cardinality-totals-card__title",children:[t,r&&Jt(qa,{title:Jt("p",{className:"vm-cardinality-totals-card__tooltip",children:r}),children:Jt("div",{className:"vm-cardinality-totals-card__info-icon",children:Jt(sr,{})})})]}),Jt("span",{className:"vm-cardinality-totals-card__value",children:n}),!!a&&Jt(qa,{title:"in relation to the previous day: ".concat(i.toLocaleString("en-US")),children:Jt("span",{className:Kr()({"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:a})})]},t)}))}):null},kh=function(e,t){var n=v(ut(),1)[0],a=n.get(t)?n.get(t):e,i=v((0,r.useState)(a),2),o=i[0],l=i[1];return(0,r.useEffect)((function(){a!==o&&l(a)}),[a]),[o,l]},Dh=["isPrometheus","isCluster"],xh=function(e){var t=e.isPrometheus,n=e.isCluster,a=Xr(e,Dh),i=xa().isMobile,o=v(ut(),1)[0],l=Vi().setSearchParamsFromKeys,u=o.get("tips")||"",c=v(kh("","match"),2),s=c[0],f=c[1],d=v(kh("","focusLabel"),2),h=d[0],m=d[1],p=v(kh(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(){l({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]),Jt("div",{className:Kr()({"vm-cardinality-configurator":!0,"vm-cardinality-configurator_mobile":i,"vm-block":!0,"vm-block_mobile":i}),children:[Jt("div",{className:"vm-cardinality-configurator-controls",children:[Jt("div",{className:"vm-cardinality-configurator-controls__query",children:Jt(wi,{label:"Time series selector",type:"string",value:s,onChange:f,onEnter:b})}),Jt("div",{className:"vm-cardinality-configurator-controls__item",children:Jt(wi,{label:"Focus label",type:"text",value:h||"",onChange:m,onEnter:b,endIcon:Jt(qa,{title:Jt("div",{children:Jt("p",{children:"To identify values with the highest number of series for the selected label."})}),children:Jt(Br,{})})})}),Jt("div",{className:"vm-cardinality-configurator-controls__item vm-cardinality-configurator-controls__item_limit",children:Jt(wi,{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})})]}),Jt("div",{className:"vm-cardinality-configurator-bottom",children:[Jt(wh,ft({isPrometheus:t,isCluster:n},a)),n&&Jt("div",{className:"vm-cardinality-configurator-bottom-helpful",children:Jt(vd,{href:"https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html#cardinality-explorer-statistic-inaccuracy",withIcon:!0,children:[Jt(Rr,{}),"Statistic inaccuracy explanation"]})}),Jt("div",{className:"vm-cardinality-configurator-bottom-helpful",children:Jt(vd,{href:"https://docs.victoriametrics.com/#cardinality-explorer",withIcon:!0,children:[Jt(Rr,{}),"Documentation"]})}),Jt("div",{className:"vm-cardinality-configurator-bottom__execute",children:[Jt(qa,{title:u?"Hide tips":"Show tips",children:Jt(Pa,{variant:"text",color:u?"warning":"gray",startIcon:Jt($r,{}),onClick:function(){var e=o.get("tips")||"";l({tips:e?"":"true"})},ariaLabel:"visibility tips"})}),Jt(Pa,{variant:"text",startIcon:Jt(cr,{}),onClick:function(){l({match:"",focusLabel:""})},children:"Reset"}),Jt(Pa,{startIcon:Jt(wr,{}),onClick:b,children:"Execute Query"})]})]})]})};function Ch(e){var t=e.order,n=e.orderBy,r=e.onRequestSort,a=e.headerCells;return Jt("thead",{className:"vm-table-header vm-cardinality-panel-table__header",children:Jt("tr",{className:"vm-table__row vm-table__row_header",children:a.map((function(e){return Jt("th",{className:Kr()({"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:(a=e.id,function(e){r(e,a)}),children:Jt("div",{className:"vm-table-cell__content",children:[e.info?Jt(qa,{title:e.info,children:[Jt("div",{className:"vm-metrics-content-header__tip-icon",children:Jt(sr,{})}),e.label]}):Jt(Zt.HY,{children:e.label}),"action"!==e.id&&"percentage"!==e.id&&Jt("div",{className:Kr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":n===e.id,"vm-table__sort-icon_desc":"desc"===t&&n===e.id}),children:Jt(vr,{})})]})},e.id);var a}))})})}var Eh=["date","timestamp","time"];function Sh(e,t,n){var r=e[n],a=t[n],o=Eh.includes("".concat(n))?i()("".concat(r)).unix():r,l=Eh.includes("".concat(n))?i()("".concat(a)).unix():a;return l<o?-1:l>o?1:0}function Ah(e,t){return"desc"===e?function(e,n){return Sh(e,n,t)}:function(e,n){return-Sh(e,n,t)}}function Nh(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 Mh=function(e){var t=e.rows,n=e.headerCells,a=e.defaultSortColumn,i=e.tableCells,o=v((0,r.useState)("desc"),2),l=o[0],u=o[1],c=v((0,r.useState)(a),2),s=c[0],f=c[1],d=Nh(t,Ah(l,s));return Jt("table",{className:"vm-table vm-cardinality-panel-table",children:[Jt(Ch,{order:l,orderBy:s,onRequestSort:function(e,t){u(s===t&&"asc"===l?"desc":"asc"),f(t)},rowCount:t.length,headerCells:n}),Jt("tbody",{className:"vm-table-header",children:d.map((function(e){return Jt("tr",{className:"vm-table__row",children:i(e)},e.name)}))})]})},Th=function(e){var t=e.row,n=e.totalSeries,r=e.totalSeriesPrev,a=e.onActionClick,i=n>0?t.value/n*100:-1,o=r>0?t.valuePrev/r*100:-1,l=[i,o].some((function(e){return-1===e})),u=i-o,c=l?"":"".concat(u.toFixed(2),"%"),s=function(){a(t.name)};return Jt(Zt.HY,{children:[Jt("td",{className:"vm-table-cell",children:Jt("span",{className:"vm-link vm-link_colored",onClick:s,children:t.name})},t.name),Jt("td",{className:"vm-table-cell",children:[t.value,!!t.diff&&Jt(qa,{title:"in relation to the previous day: ".concat(t.valuePrev),children:Jt("span",{className:Kr()({"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),i>0&&Jt("td",{className:"vm-table-cell",children:Jt("div",{className:"vm-cardinality-panel-table__progress",children:[Jt(bd,{value:i}),c&&Jt(qa,{title:"in relation to the previous day",children:Jt("span",{className:Kr()({"vm-dynamic-number":!0,"vm-dynamic-number_positive vm-dynamic-number_down":u<0,"vm-dynamic-number_negative vm-dynamic-number_up":u>0}),children:c})})]})},t.progressValue),Jt("td",{className:"vm-table-cell vm-table-cell_right",children:Jt("div",{className:"vm-table-cell__content",children:Jt(qa,{title:"Filter by ".concat(t.name),children:Jt(Pa,{variant:"text",size:"small",onClick:s,children:Jt(kr,{})})})})},"action")]})},Fh=function(e){var t=e.data,n=v((0,r.useState)([]),2),a=n[0],i=n[1],o=v((0,r.useState)([0,0]),2),l=o[0],u=o[1];return(0,r.useEffect)((function(){var e=t.sort((function(e,t){return t.value-e.value})),n=function(e){var t=e.map((function(e){return e.value})),n=Math.ceil(t[0]||1),r=n/9;return new Array(11).fill(n+r).map((function(e,t){return Math.round(e-r*t)}))}(e);u(n),i(e.map((function(e){return ft(ft({},e),{},{percentage:e.value/n[0]*100})})))}),[t]),Jt("div",{className:"vm-simple-bar-chart",children:[Jt("div",{className:"vm-simple-bar-chart-y-axis",children:l.map((function(e){return Jt("div",{className:"vm-simple-bar-chart-y-axis__tick",children:e},e)}))}),Jt("div",{className:"vm-simple-bar-chart-data",children:a.map((function(e){var t=e.name,n=e.value,r=e.percentage;return Jt(qa,{title:"".concat(t,": ").concat(n),placement:"top-center",children:Jt("div",{className:"vm-simple-bar-chart-data-item",style:{maxHeight:"".concat(r||0,"%")}})},"".concat(t,"_").concat(n))}))})]})},Oh=function(e){var t=e.rows,n=e.tabs,a=void 0===n?[]:n,i=e.chartContainer,o=e.totalSeries,l=e.totalSeriesPrev,u=e.onActionClick,c=e.sectionTitle,s=e.tip,f=e.tableHeaderCells,d=e.isPrometheus,h=xa().isMobile,m=v((0,r.useState)("table"),2),p=m[0],g=m[1],y=d&&!t.length,_=(0,r.useMemo)((function(){return a.map((function(e,t){return{value:e,label:e,icon:Jt(0===t?xr:Dr,{})}}))}),[a]);return Jt("div",{className:Kr()({"vm-metrics-content":!0,"vm-metrics-content_mobile":h,"vm-block":!0,"vm-block_mobile":h}),children:[Jt("div",{className:"vm-metrics-content-header vm-section-header",children:[Jt("h5",{className:Kr()({"vm-metrics-content-header__title":!0,"vm-section-header__title":!0,"vm-section-header__title_mobile":h}),children:[!h&&s&&Jt(qa,{title:Jt("p",{dangerouslySetInnerHTML:{__html:s},className:"vm-metrics-content-header__tip"}),children:Jt("div",{className:"vm-metrics-content-header__tip-icon",children:Jt(sr,{})})}),c]}),Jt("div",{className:"vm-section-header__tabs",children:Jt(oa,{activeItem:p,items:_,onChange:g})})]}),y&&Jt("div",{className:"vm-metrics-content-prom-data",children:[Jt("div",{className:"vm-metrics-content-prom-data__icon",children:Jt(sr,{})}),Jt("h3",{className:"vm-metrics-content-prom-data__title",children:"Prometheus Data Limitation"}),Jt("p",{className:"vm-metrics-content-prom-data__text",children:["Due to missing data from your Prometheus source, some tables may appear empty.",Jt("br",{}),"This does not indicate an issue with your system or our tool."]})]}),!y&&"table"===p&&Jt("div",{ref:i,className:Kr()({"vm-metrics-content__table":!0,"vm-metrics-content__table_mobile":h}),children:Jt(Mh,{rows:t,headerCells:f,defaultSortColumn:"value",tableCells:function(e){return Jt(Th,{row:e,totalSeries:o,totalSeriesPrev:l,onActionClick:u})}})}),!y&&"graph"===p&&Jt("div",{className:"vm-metrics-content__chart",children:Jt(Fh,{data:t.map((function(e){return{name:e.name,value:e.value}}))})})]})},Lh=function(e){var t=e.title,n=e.children;return Jt("div",{className:"vm-cardinality-tip",children:[Jt("div",{className:"vm-cardinality-tip-header",children:[Jt("div",{className:"vm-cardinality-tip-header__tip-icon",children:Jt($r,{})}),Jt("h4",{className:"vm-cardinality-tip-header__title",children:t||"Tips"})]}),Jt("p",{className:"vm-cardinality-tip__description",children:n})]})},Ph=function(){return Jt(Lh,{title:"Metrics with a high number of series",children:Jt("ul",{children:[Jt("li",{children:["Identify and eliminate labels with frequently changed values to reduce their\xa0",Jt(vd,{href:"https://docs.victoriametrics.com/FAQ.html#what-is-high-cardinality",children:"cardinality"}),"\xa0and\xa0",Jt(vd,{href:"https://docs.victoriametrics.com/FAQ.html#what-is-high-churn-rate",children:"high churn rate"})]}),Jt("li",{children:["Find unused time series and\xa0",Jt(vd,{href:"https://docs.victoriametrics.com/relabeling.html",children:"drop entire metrics"})]}),Jt("li",{children:["Aggregate time series before they got ingested into the database via\xa0",Jt(vd,{href:"https://docs.victoriametrics.com/stream-aggregation.html",children:"streaming aggregation"})]})]})})},Rh=function(){return Jt(Lh,{title:"Labels with a high number of unique values",children:Jt("ul",{children:[Jt("li",{children:"Decrease the number of unique label values to reduce cardinality"}),Jt("li",{children:["Drop the label entirely via\xa0",Jt(vd,{href:"https://docs.victoriametrics.com/relabeling.html",children:"relabeling"})]}),Jt("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"})]})})},Ih=function(){return Jt(Lh,{title:"Dashboard of a single metric",children:[Jt("p",{children:"This dashboard helps to understand the cardinality of a single metric."}),Jt("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."}),Jt("p",{children:"Use the series selector at the top of the page to apply additional filters."})]})},Bh=function(){return Jt(Lh,{title:"Dashboard of a label",children:[Jt("p",{children:"This dashboard helps you understand the count of time series per label."}),Jt("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."}),Jt("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."})]})},zh=function(){var e=xa().isMobile,t=v(ut(),1)[0],n=Vi().setSearchParamsFromKeys,a=t.get("tips")||"",o=t.get("match")||"",l=t.get("focusLabel")||"",u=function(){var e=new hh,t=v(ut(),1)[0],n=t.get("match"),a=t.get("focusLabel"),o=+(t.get("topN")||10),l=t.get("date")||i()().tz().format(nn),u=Ei(l),c=Xt().serverUrl,s=v((0,r.useState)(!1),2),f=s[0],d=s[1],h=v((0,r.useState)(),2),m=h[0],p=h[1],g=v((0,r.useState)(e.defaultTSDBStatus),2),y=g[0],_=g[1],b=v((0,r.useState)(!1),2),w=b[0],k=b[1],D=function(){var e=si(ui().mark((function e(t){var n;return ui().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)}}(),x=function(e,t){Object.keys(e).forEach((function(n){var r=n,a=e[r],i=t[r];Array.isArray(a)&&Array.isArray(i)&&a.forEach((function(e){var t,n=null===(t=i.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}))}))},C=function(){var t=si(ui().mark((function t(r){var a,o,s,f,h,m,g,b,w,k,C,E,S,A,N,M,T,F,O,L,P,R,I;return ui().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(c){t.next=2;break}return t.abrupt("return");case 2:return p(""),d(!0),_(e.defaultTSDBStatus),a=ft(ft({},r),{},{date:r.date,topN:0,match:"",focusLabel:""}),o=ft(ft({},r),{},{date:i()(r.date).subtract(1,"day").tz().format(nn)}),s=[dh(c,r),dh(c,o)],u!==l&&s.push(dh(c,a)),t.prev=9,t.next=12,Promise.all(s.map(D));case 12:A=t.sent,N=v(A,3),M=N[0],T=N[1],F=N[2],O=void 0===F?{}:F,L=ft({},T.data),P=O.data,R=ft(ft({},M.data),{},{totalSeries:(null===(f=M.data)||void 0===f?void 0:f.totalSeries)||(null===(h=M.data)||void 0===h||null===(m=h.headStats)||void 0===m?void 0:m.numSeries)||0,totalLabelValuePairs:(null===(g=M.data)||void 0===g?void 0:g.totalLabelValuePairs)||(null===(b=M.data)||void 0===b||null===(w=b.headStats)||void 0===w?void 0:w.numLabelValuePairs)||0,seriesCountByLabelName:(null===(k=M.data)||void 0===k?void 0:k.seriesCountByLabelName)||[],seriesCountByFocusLabelValue:(null===(C=M.data)||void 0===C?void 0:C.seriesCountByFocusLabelValue)||[],totalSeriesByAll:(null===P||void 0===P?void 0:P.totalSeries)||(null===P||void 0===P||null===(E=P.headStats)||void 0===E?void 0:E.numSeries)||y.totalSeriesByAll||0,totalSeriesPrev:(null===L||void 0===L?void 0:L.totalSeries)||(null===L||void 0===L||null===(S=L.headStats)||void 0===S?void 0:S.numSeries)||0}),I=null===n||void 0===n?void 0:n.replace(/[{}"]/g,""),R.seriesCountByLabelValuePair=R.seriesCountByLabelValuePair.filter((function(e){return e.name!==I})),x(R,L),_(R),d(!1),t.next=32;break;case 28:t.prev=28,t.t0=t.catch(9),d(!1),t.t0 instanceof Error&&p("".concat(t.t0.name,": ").concat(t.t0.message));case 32:case"end":return t.stop()}}),t,null,[[9,28]])})));return function(e){return t.apply(this,arguments)}}();return(0,r.useEffect)((function(){C({topN:o,match:n,date:l,focusLabel:a})}),[c,n,a,o,l]),(0,r.useEffect)((function(){m&&(_(e.defaultTSDBStatus),d(!1))}),[m]),(0,r.useEffect)((function(){var e=Dt(c);k(!!e)}),[c]),e.tsdbStatusData=y,{isLoading:f,appConfigurator:e,error:m,isCluster:w}}(),c=u.isLoading,s=u.appConfigurator,f=u.error,d=u.isCluster,h=s.tsdbStatusData,m=s.getDefaultState,p=s.tablesHeaders,g=s.sectionsTips,y=m(o,l);return Jt("div",{className:Kr()({"vm-cardinality-panel":!0,"vm-cardinality-panel_mobile":e}),children:[c&&Jt(hd,{message:"Please wait while cardinality stats is calculated. \n This may take some time if the db contains big number of time series."}),Jt(xh,{isPrometheus:s.isPrometheusData,totalSeries:h.totalSeries,totalSeriesPrev:h.totalSeriesPrev,totalSeriesAll:h.totalSeriesByAll,totalLabelValuePairs:h.totalLabelValuePairs,seriesCountByMetricName:h.seriesCountByMetricName,isCluster:d}),a&&Jt("div",{className:"vm-cardinality-panel-tips",children:[!o&&!l&&Jt(Ph,{}),o&&!l&&Jt(Ih,{}),!o&&!l&&Jt(Rh,{}),l&&Jt(Bh,{})]}),f&&Jt(Ea,{variant:"error",children:f}),s.keys(o,l).map((function(e){return Jt(Oh,{sectionTitle:s.sectionsTitles(l)[e],tip:g[e],rows:h[e],onActionClick:(t=e,function(e){var r={match:_h[t]({query:e,focusLabel:l,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}))]})},jh=function(e){return["topByAvgDuration","topByCount","topBySumDuration"].forEach((function(t){var n=e[t];Array.isArray(n)&&n.forEach((function(e){var t=Cn(1e3*e.timeRangeSeconds);e.url=function(e,t){var n,r=e.query,a=e.timeRangeSeconds,i=["g0.expr=".concat(encodeURIComponent(r))],o=null===(n=Sn.find((function(e){return e.duration===t})))||void 0===n?void 0:n.id;return o&&i.push("g0.relative_time=".concat(o)),a&&i.push("g0.range_input=".concat(t)),"".concat(yt.home,"?").concat(i.join("&"))}(e,t),e.timeRange=t}))})),e},Hh=function(e){var t=e.topN,n=e.maxLifetime,a=Xt().serverUrl,i=Vi().setSearchParamsFromKeys,o=v((0,r.useState)(null),2),l=o[0],u=o[1],c=v((0,r.useState)(!1),2),s=c[0],f=c[1],d=v((0,r.useState)(),2),h=d[0],m=d[1],p=(0,r.useMemo)((function(){return function(e,t,n){return"".concat(e,"/api/v1/status/top_queries?topN=").concat(t||"","&maxLifetime=").concat(n||"")}(a,t,n)}),[a,t,n]),g=function(){var e=si(ui().mark((function e(){var r,a;return ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return f(!0),i({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:a=e.sent,u(r.ok?jh(a):null),m(String(a.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:l,error:h,loading:s,fetch:g}},$h=function(e){var t=e.rows,n=e.columns,a=e.defaultOrderBy,i=td(),o=v((0,r.useState)(a||"count"),2),l=o[0],u=o[1],c=v((0,r.useState)("desc"),2),s=c[0],f=c[1],d=(0,r.useMemo)((function(){return Nh(t,Ah(s,l))}),[t,l,s]),h=function(e){return function(){var t;t=e,f((function(e){return"asc"===e&&l===t?"desc":"asc"})),u(t)}},m=function(e){var t=e.query;return si(ui().mark((function e(){return ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,i(t,"Query has been copied");case 2:case"end":return e.stop()}}),e)})))};return Jt("table",{className:"vm-table",children:[Jt("thead",{className:"vm-table-header",children:Jt("tr",{className:"vm-table__row vm-table__row_header",children:[n.map((function(e){return Jt("th",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:h(e.sortBy||e.key),children:Jt("div",{className:"vm-table-cell__content",children:[e.title||e.key,Jt("div",{className:Kr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":l===e.key,"vm-table__sort-icon_desc":"desc"===s&&l===e.key}),children:Jt(vr,{})})]})},e.key)})),Jt("th",{className:"vm-table-cell vm-table-cell_header"})," "]})}),Jt("tbody",{className:"vm-table-body",children:d.map((function(e,t){return Jt("tr",{className:"vm-table__row",children:[n.map((function(t){return Jt("td",{className:"vm-table-cell",children:e[t.key]||"-"},t.key)})),Jt("td",{className:"vm-table-cell vm-table-cell_no-padding",children:Jt("div",{className:"vm-top-queries-panels__table-actions",children:[e.url&&Jt(qa,{title:"Execute query",children:Jt(rt,{to:e.url,target:"_blank",rel:"noreferrer","aria-disabled":!0,children:Jt(Pa,{variant:"text",size:"small",startIcon:Jt(kr,{}),ariaLabel:"execute query"})})}),Jt(qa,{title:"Copy query",children:Jt(Pa,{variant:"text",size:"small",startIcon:Jt(Or,{}),onClick:m(e),ariaLabel:"copy query"})})]})})]},t)}))})]})},Vh=["table","JSON"].map((function(e,t){return{value:String(t),label:e,icon:Jt(0===t?xr:Cr,{})}})),Uh=function(e){var t=e.rows,n=e.title,a=e.columns,i=e.defaultOrderBy,o=xa().isMobile,l=v((0,r.useState)(0),2),u=l[0],c=l[1];return Jt("div",{className:Kr()({"vm-top-queries-panel":!0,"vm-block":!0,"vm-block_mobile":o}),children:[Jt("div",{className:Kr()({"vm-top-queries-panel-header":!0,"vm-section-header":!0,"vm-top-queries-panel-header_mobile":o}),children:[Jt("h5",{className:Kr()({"vm-section-header__title":!0,"vm-section-header__title_mobile":o}),children:n}),Jt("div",{className:"vm-section-header__tabs",children:Jt(oa,{activeItem:String(u),items:Vh,onChange:function(e){c(+e)}})})]}),Jt("div",{className:Kr()({"vm-top-queries-panel__table":!0,"vm-top-queries-panel__table_mobile":o}),children:[0===u&&Jt($h,{rows:t,columns:a,defaultOrderBy:i}),1===u&&Jt(Zd,{data:t})]})]})},Yh=function(){var e=xa().isMobile,t=v(kh(10,"topN"),2),n=t[0],a=t[1],o=v(kh("10m","maxLifetime"),2),l=o[0],u=o[1],c=Hh({topN:n,maxLifetime:l}),s=c.data,f=c.error,d=c.loading,h=c.fetch,m=(0,r.useMemo)((function(){var e=l.trim().split(" ").reduce((function(e,t){var n=_n(t);return n?ft(ft({},e),n):ft({},e)}),{});return!!i().duration(e).asMilliseconds()}),[l]),p=(0,r.useMemo)((function(){return!!n&&n<1}),[n]),g=(0,r.useMemo)((function(){return p?"Number must be bigger than zero":""}),[p]),y=(0,r.useMemo)((function(){return m?"":"Invalid duration value"}),[m]),_=function(e){if(!s)return e;var t=s[e];return"number"===typeof t?Do(t,t,t):t||e},b=function(e){"Enter"===e.key&&h()};return(0,r.useEffect)((function(){s&&(n||a(+s.topN),l||u(s.maxLifetime))}),[s]),(0,r.useEffect)((function(){return h(),window.addEventListener("popstate",h),function(){window.removeEventListener("popstate",h)}}),[]),Jt("div",{className:Kr()({"vm-top-queries":!0,"vm-top-queries_mobile":e}),children:[d&&Jt(hd,{containerStyles:{height:"500px"}}),Jt("div",{className:Kr()({"vm-top-queries-controls":!0,"vm-block":!0,"vm-block_mobile":e}),children:[Jt("div",{className:"vm-top-queries-controls-fields",children:[Jt("div",{className:"vm-top-queries-controls-fields__item",children:Jt(wi,{label:"Max lifetime",value:l,error:y,helperText:"For example ".concat("30ms, 15s, 3d4h, 1y2w"),onChange:function(e){u(e)},onKeyDown:b})}),Jt("div",{className:"vm-top-queries-controls-fields__item",children:Jt(wi,{label:"Number of returned queries",type:"number",value:n||"",error:g,onChange:function(e){a(+e)},onKeyDown:b})})]}),Jt("div",{className:Kr()({"vm-top-queries-controls-bottom":!0,"vm-top-queries-controls-bottom_mobile":e}),children:[Jt("div",{className:"vm-top-queries-controls-bottom__info",children:["VictoriaMetrics tracks the last\xa0",Jt(qa,{title:"search.queryStats.lastQueriesCount",children:Jt("b",{children:_("search.queryStats.lastQueriesCount")})}),"\xa0queries with durations at least\xa0",Jt(qa,{title:"search.queryStats.minQueryDuration",children:Jt("b",{children:_("search.queryStats.minQueryDuration")})})]}),Jt("div",{className:"vm-top-queries-controls-bottom__button",children:Jt(Pa,{startIcon:Jt(wr,{}),onClick:h,children:"Execute"})})]})]}),f&&Jt(Ea,{variant:"error",children:f}),s&&Jt(Zt.HY,{children:Jt("div",{className:"vm-top-queries-panels",children:[Jt(Uh,{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"}),Jt(Uh,{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"}),Jt(Uh,{rows:s.topByCount,title:"Most frequently executed queries",columns:[{key:"query"},{key:"timeRange",sortBy:"timeRangeSeconds",title:"query time interval"},{key:"count"}]})]})})]})},qh={"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)"},Wh={"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)"},Qh=function(){var e=v((0,r.useState)(Vt()),2),t=e[0],n=e[1],a=function(e){n(e.matches)};return(0,r.useEffect)((function(){var e=window.matchMedia("(prefers-color-scheme: dark)");return e.addEventListener("change",a),function(){return e.removeEventListener("change",a)}}),[]),t},Zh=["primary","secondary","error","warning","info","success"],Gh=function(e){var t,n=e.onLoaded,a=bt(),i=_t().palette,o=void 0===i?{}:i,l=Xt().theme,u=Qh(),c=en(),s=ia(),f=v((0,r.useState)((ct(t={},zt.dark,qh),ct(t,zt.light,Wh),ct(t,zt.system,Vt()?qh:Wh),t)),2),d=f[0],h=f[1],m=function(){var e=window,t=e.innerWidth,n=e.innerHeight,r=document.documentElement,a=r.clientWidth,i=r.clientHeight;$t("scrollbar-width","".concat(t-a,"px")),$t("scrollbar-height","".concat(n-i,"px")),$t("vh","".concat(.01*n,"px"))},p=function(){Zh.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"}(Ht("color-".concat(e)));$t("".concat(e,"-text"),r),t===Zh.length-1&&(c({type:"SET_DARK_THEME"}),n(!0))}))},g=function(){var e=Ct("THEME")||zt.system,t=d[e];Object.entries(t).forEach((function(e){var t=v(e,2),n=t[0],r=t[1];$t(n,r)})),p(),a&&(Zh.forEach((function(e){var t=o[e];t&&$t("color-".concat(e),t)})),p())};return(0,r.useEffect)((function(){m(),g()}),[d]),(0,r.useEffect)(m,[s]),(0,r.useEffect)((function(){var e=Vt()?qh:Wh;d[zt.system]!==e?h((function(t){return ft(ft({},t),{},ct({},zt.system,e))})):g()}),[l,u]),(0,r.useEffect)((function(){a&&c({type:"SET_THEME",payload:zt.light})}),[]),null},Jh=function(){var e=v((0,r.useState)([]),2),t=e[0],n=e[1],a=v((0,r.useState)(!1),2),i=a[0],o=a[1],l=(0,r.useRef)(document.body),u=function(e){e.preventDefault(),e.stopPropagation(),"dragenter"===e.type||"dragover"===e.type?o(!0):"dragleave"===e.type&&o(!1)};return aa("dragenter",u,l),aa("dragleave",u,l),aa("dragover",u,l),aa("drop",(function(e){var t;e.preventDefault(),e.stopPropagation(),o(!1),null!==e&&void 0!==e&&null!==(t=e.dataTransfer)&&void 0!==t&&t.files&&e.dataTransfer.files[0]&&function(e){var t=Array.from(e||[]);n(t)}(e.dataTransfer.files)}),l),aa("paste",(function(e){var t,r=null===(t=e.clipboardData)||void 0===t?void 0:t.items;if(r){var a=Array.from(r).filter((function(e){return"application/json"===e.type})).map((function(e){return e.getAsFile()})).filter((function(e){return null!==e}));n(a)}}),l),{files:t,dragging:i}},Kh=function(e){var t=e.onOpenModal,n=e.onChange;return Jt("div",{className:"vm-upload-json-buttons",children:[Jt(Pa,{variant:"outlined",onClick:t,children:"Paste JSON"}),Jt(Pa,{children:["Upload Files",Jt("input",{id:"json",type:"file",accept:"application/json",multiple:!0,title:" ",onChange:n})]})]})},Xh=function(){var e=v((0,r.useState)([]),2),t=e[0],n=e[1],a=v((0,r.useState)([]),2),i=a[0],o=a[1],l=(0,r.useMemo)((function(){return!!t.length}),[t]),u=Ra(!1),c=u.value,s=u.setTrue,f=u.setFalse,d=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";o((function(n){return[{filename:t,text:": ".concat(e.message)}].concat(y(n))}))},h=function(e,t){try{var r=JSON.parse(e),a=r.trace||r;if(!a.duration_msec)return void d(new Error(Bt.traceNotFound),t);var i=new fd(a,t);n((function(e){return[i].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)}},_=Jh(),b=_.files,w=_.dragging;return(0,r.useEffect)((function(){m(b)}),[b]),Jt("div",{className:"vm-trace-page",children:[Jt("div",{className:"vm-trace-page-header",children:[Jt("div",{className:"vm-trace-page-header-errors",children:i.map((function(e,t){return Jt("div",{className:"vm-trace-page-header-errors-item",children:[Jt(Ea,{variant:"error",children:[Jt("b",{className:"vm-trace-page-header-errors-item__filename",children:e.filename}),Jt("span",{children:e.text})]}),Jt(Pa,{className:"vm-trace-page-header-errors-item__close",startIcon:Jt(ur,{}),variant:"text",color:"error",onClick:g(t)})]},"".concat(e,"_").concat(t))}))}),Jt("div",{children:l&&Jt(Kh,{onOpenModal:s,onChange:p})})]}),l&&Jt("div",{children:Jt(Dd,{jsonEditor:!0,traces:t,onDeleteClick:function(e){var r=t.filter((function(t){return t.idValue!==e.idValue}));n(y(r))}})}),!l&&Jt("div",{className:"vm-trace-page-preview",children:[Jt("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",Jt("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."]}),Jt(Kh,{onOpenModal:s,onChange:p})]}),c&&Jt(Ya,{title:"Paste JSON",onClose:f,children:Jt(kd,{editable:!0,displayTitle:!0,defaultTile:"JSON ".concat(t.length+1),onClose:f,onUpload:h})}),w&&Jt("div",{className:"vm-trace-page__dropzone"})]})},em=function(e){var t=Xt().serverUrl,n=Vn().period,a=v((0,r.useState)([]),2),i=a[0],o=a[1],l=v((0,r.useState)(!1),2),u=l[0],c=l[1],s=v((0,r.useState)(),2),f=s[0],d=s[1],h=(0,r.useMemo)((function(){return function(e,t,n){var r="{job=".concat(JSON.stringify(n),"}");return"".concat(e,"/api/v1/label/instance/values?match[]=").concat(encodeURIComponent(r),"&start=").concat(t.start,"&end=").concat(t.end)}(t,n,e)}),[t,n,e]);return(0,r.useEffect)((function(){if(e){var t=function(){var e=si(ui().mark((function e(){var t,n,r;return ui().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:i,isLoading:u,error:f}},tm=function(e,t){var n=Xt().serverUrl,a=Vn().period,i=v((0,r.useState)([]),2),o=i[0],l=i[1],u=v((0,r.useState)(!1),2),c=u[0],s=u[1],f=v((0,r.useState)(),2),d=f[0],h=f[1],m=(0,r.useMemo)((function(){return function(e,t,n,r){var a=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(","),i="{".concat(a,"}");return"".concat(e,"/api/v1/label/__name__/values?match[]=").concat(encodeURIComponent(i),"&start=").concat(t.start,"&end=").concat(t.end)}(n,a,e,t)}),[n,a,e,t]);return(0,r.useEffect)((function(){if(e){var t=function(){var e=si(ui().mark((function e(){var t,n,r;return ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return s(!0),e.prev=1,e.next=4,fetch(m);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],l(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?h(void 0):h("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&h("".concat(e.t0.name,": ").concat(e.t0.message));case 16:s(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();t().catch(console.error)}}),[m]),{names:o,isLoading:c,error:d}},nm=function(e){var t=e.name,n=e.job,a=e.instance,i=e.rateEnabled,o=e.isBucket,l=e.height,u=xa().isMobile,c=ba(),s=c.customStep,f=c.yaxis,d=Vn().period,h=wa(),m=Un(),p=wn(d.end-d.start),g=bn(s),y=Cn(10*g*1e3),_=v((0,r.useState)(!1),2),b=_[0],w=_[1],k=v((0,r.useState)(!1),2),D=k[0],x=k[1],C=b&&s===p?y:s,E=(0,r.useMemo)((function(){var e=Object.entries({job:n,instance:a}).filter((function(e){return e[1]})).map((function(e){var t=v(e,2),n=t[0],r=t[1];return"".concat(n,"=").concat(JSON.stringify(r))}));e.push("__name__=".concat(JSON.stringify(t))),"node_cpu_seconds_total"==t&&e.push('mode!="idle"');var r="{".concat(e.join(","),"}");if(o)return"sum(rate(".concat(r,")) by (vmrange, le)");var l=i?"rollup_rate(".concat(r,")"):"rollup(".concat(r,")");return"\nwith (q = ".concat(l,') (\n alias(min(label_match(q, "rollup", "min")), "min"),\n alias(max(label_match(q, "rollup", "max")), "max"),\n alias(avg(label_match(q, "rollup", "avg")), "avg"),\n)')}),[t,n,a,i,o]),S=dd({predefinedQuery:[E],visible:!0,customStep:C,showAllSeries:D}),A=S.isLoading,N=S.graphData,M=S.error,T=S.queryErrors,F=S.warning,O=S.isHistogram;return(0,r.useEffect)((function(){w(O)}),[O]),Jt("div",{className:Kr()({"vm-explore-metrics-graph":!0,"vm-explore-metrics-graph_mobile":u}),children:[A&&Jt(hd,{}),M&&Jt(Ea,{variant:"error",children:M}),T[0]&&Jt(Ea,{variant:"error",children:T[0]}),F&&Jt(Cd,{warning:F,query:[E],onChange:x}),N&&d&&Jt(Ud,{data:N,period:d,customStep:C,query:[E],yaxis:f,setYaxisLimits:function(e){h({type:"SET_YAXIS_LIMITS",payload:e})},setPeriod:function(e){var t=e.from,n=e.to;m({type:"SET_PERIOD",payload:{from:t,to:n}})},showLegend:!1,height:l,isHistogram:O})]})},rm=function(e){var t=e.name,n=e.index,r=e.length,a=e.isBucket,i=e.rateEnabled,o=e.onChangeRate,l=e.onRemoveItem,u=e.onChangeOrder,c=xa().isMobile,s=Ra(!1),f=s.value,d=s.setTrue,h=s.setFalse,m=function(){l(t)},p=function(){u(t,n,n+1)},v=function(){u(t,n,n-1)};return Jt("div",c?{className:"vm-explore-metrics-item-header vm-explore-metrics-item-header_mobile",children:[Jt("div",{className:"vm-explore-metrics-item-header__name",children:t}),Jt(Pa,{variant:"text",size:"small",startIcon:Jt(jr,{}),onClick:d,ariaLabel:"open panel settings"}),f&&Jt(Ya,{title:t,onClose:h,children:Jt("div",{className:"vm-explore-metrics-item-header-modal",children:[Jt("div",{className:"vm-explore-metrics-item-header-modal-order",children:[Jt(Pa,{startIcon:Jt(Ar,{}),variant:"outlined",onClick:v,disabled:0===n,ariaLabel:"move graph up"}),Jt("p",{children:["position:",Jt("span",{className:"vm-explore-metrics-item-header-modal-order__index",children:["#",n+1]})]}),Jt(Pa,{endIcon:Jt(Sr,{}),variant:"outlined",onClick:p,disabled:n===r-1,ariaLabel:"move graph down"})]}),!a&&Jt("div",{className:"vm-explore-metrics-item-header-modal__rate",children:[Jt(Jf,{label:Jt("span",{children:["enable ",Jt("code",{children:"rate()"})]}),value:i,onChange:o,fullWidth:!0}),Jt("p",{children:"calculates the average per-second speed of metrics change"})]}),Jt(Pa,{startIcon:Jt(ur,{}),color:"error",variant:"outlined",onClick:m,fullWidth:!0,children:"Remove graph"})]})})]}:{className:"vm-explore-metrics-item-header",children:[Jt("div",{className:"vm-explore-metrics-item-header-order",children:[Jt(qa,{title:"move graph up",children:Jt(Pa,{className:"vm-explore-metrics-item-header-order__up",startIcon:Jt(pr,{}),variant:"text",color:"gray",size:"small",onClick:v,ariaLabel:"move graph up"})}),Jt("div",{className:"vm-explore-metrics-item-header__index",children:["#",n+1]}),Jt(qa,{title:"move graph down",children:Jt(Pa,{className:"vm-explore-metrics-item-header-order__down",startIcon:Jt(pr,{}),variant:"text",color:"gray",size:"small",onClick:p,ariaLabel:"move graph down"})})]}),Jt("div",{className:"vm-explore-metrics-item-header__name",children:t}),!a&&Jt("div",{className:"vm-explore-metrics-item-header__rate",children:Jt(qa,{title:"calculates the average per-second speed of metric's change",children:Jt(Jf,{label:Jt("span",{children:["enable ",Jt("code",{children:"rate()"})]}),value:i,onChange:o})})}),Jt("div",{className:"vm-explore-metrics-item-header__close",children:Jt(qa,{title:"close graph",children:Jt(Pa,{startIcon:Jt(ur,{}),variant:"text",color:"gray",size:"small",onClick:m,ariaLabel:"close graph"})})})]})},am=function(e){var t=e.name,n=e.job,a=e.instance,i=e.index,o=e.length,l=e.size,u=e.onRemoveItem,c=e.onChangeOrder,s=(0,r.useMemo)((function(){return/_sum?|_total?|_count?/.test(t)}),[t]),f=(0,r.useMemo)((function(){return/_bucket?/.test(t)}),[t]),d=v((0,r.useState)(s),2),h=d[0],m=d[1],p=ia(),g=(0,r.useMemo)(l.height,[l,p]);return(0,r.useEffect)((function(){m(s)}),[n]),Jt("div",{className:"vm-explore-metrics-item vm-block vm-block_empty-padding",children:[Jt(rm,{name:t,index:i,length:o,isBucket:f,rateEnabled:h,size:l.id,onChangeRate:m,onRemoveItem:u,onChangeOrder:c}),Jt(nm,{name:t,job:n,instance:a,rateEnabled:h,isBucket:f,height:g},"".concat(t,"_").concat(n,"_").concat(a,"_").concat(h))]})},im=function(e){var t=e.values,n=e.onRemoveItem,r=xa().isMobile;return r?Jt("span",{className:"vm-select-input-content__counter",children:["selected ",t.length]}):Jt(Zt.HY,{children:t.map((function(e){return Jt("div",{className:"vm-select-input-content__selected",children:[Jt("span",{children:e}),Jt("div",{onClick:(t=e,function(e){n(t),e.stopPropagation()}),children:Jt(ur,{})})]},e);var t}))})},om=function(e){var t=e.value,n=e.list,a=e.label,i=e.placeholder,o=e.noOptionsText,l=e.clearable,u=void 0!==l&&l,c=e.searchable,s=void 0!==c&&c,f=e.autofocus,d=e.disabled,h=e.onChange,m=Xt().isDarkTheme,p=xa().isMobile,g=v((0,r.useState)(""),2),y=g[0],_=g[1],b=(0,r.useRef)(null),w=v((0,r.useState)(!1),2),k=w[0],D=w[1],x=(0,r.useRef)(null),C=Array.isArray(t),E=Array.isArray(t)?t:void 0,S=p&&C&&!(null===E||void 0===E||!E.length),A=(0,r.useMemo)((function(){return k?y:Array.isArray(t)?"":t}),[t,y,k,C]),N=(0,r.useMemo)((function(){return k?y||"(.+)":""}),[y,k]),M=function(){x.current&&x.current.blur()},T=function(e){h(e),C||(D(!1),M()),C&&x.current&&x.current.focus()};return(0,r.useEffect)((function(){_(""),k&&x.current&&x.current.focus(),k||M()}),[k,x]),(0,r.useEffect)((function(){f&&x.current&&!p&&x.current.focus()}),[f,x]),aa("keyup",(function(e){x.current!==e.target&&D(!1)})),Jt("div",{className:Kr()({"vm-select":!0,"vm-select_dark":m,"vm-select_disabled":d}),children:[Jt("div",{className:"vm-select-input",onClick:function(e){e.target instanceof HTMLInputElement||d||D((function(e){return!e}))},ref:b,children:[Jt("div",{className:"vm-select-input-content",children:[!(null===E||void 0===E||!E.length)&&Jt(im,{values:E,onRemoveItem:T}),!S&&Jt("input",{value:A,type:"text",placeholder:i,onInput:function(e){_(e.target.value)},onFocus:function(){d||D(!0)},ref:x,readOnly:p||!s})]}),a&&Jt("span",{className:"vm-text-field__label",children:a}),u&&t&&Jt("div",{className:"vm-select-input__icon",onClick:function(e){return function(t){T(e),t.stopPropagation()}}(""),children:Jt(ur,{})}),Jt("div",{className:Kr()({"vm-select-input__icon":!0,"vm-select-input__icon_open":k}),children:Jt(vr,{})})]}),Jt(fo,{label:a,value:N,options:n.map((function(e){return{value:e}})),anchor:b,selected:E,minLength:1,fullWidth:!0,noOptionsText:o,onSelect:T,onOpenAutocomplete:D})]})},lm=Ot.map((function(e){return e.id})),um=function(e){var t=e.jobs,n=e.instances,a=e.names,i=e.job,o=e.instance,l=e.size,u=e.selectedMetrics,c=e.onChangeJob,s=e.onChangeInstance,f=e.onToggleMetric,d=e.onChangeSize,h=(0,r.useMemo)((function(){return i?"":"No instances. Please select job"}),[i]),m=(0,r.useMemo)((function(){return i?"":"No metric names. Please select job"}),[i]),p=xa().isMobile,v=Ra("false"!==Ct("EXPLORE_METRICS_TIPS")),g=v.value,y=v.toggle,_=v.setFalse;return(0,r.useEffect)((function(){xt("EXPLORE_METRICS_TIPS","".concat(g))}),[g]),Jt(Zt.HY,{children:[Jt("div",{className:Kr()({"vm-explore-metrics-header":!0,"vm-explore-metrics-header_mobile":p,"vm-block":!0,"vm-block_mobile":p}),children:[Jt("div",{className:"vm-explore-metrics-header__job",children:Jt(om,{value:i,list:t,label:"Job",placeholder:"Please select job",onChange:c,autofocus:!i&&!!t.length&&!p,searchable:!0})}),Jt("div",{className:"vm-explore-metrics-header__instance",children:Jt(om,{value:o,list:n,label:"Instance",placeholder:"Please select instance",onChange:s,noOptionsText:h,clearable:!0,searchable:!0})}),Jt("div",{className:"vm-explore-metrics-header__size",children:[Jt(om,{label:"Size graphs",value:l,list:lm,onChange:d}),Jt(qa,{title:"".concat(g?"Hide":"Show"," tip"),children:Jt(Pa,{variant:"text",color:g?"warning":"gray",startIcon:Jt($r,{}),onClick:y,ariaLabel:"visibility tips"})})]}),Jt("div",{className:"vm-explore-metrics-header-metrics",children:Jt(om,{label:"Metrics",value:u,list:a,placeholder:"Search metric name",onChange:f,noOptionsText:m,clearable:!0,searchable:!0})})]}),g&&Jt(Ea,{variant:"warning",children:Jt("div",{className:"vm-explore-metrics-header-description",children:[Jt("p",{children:["Please note: this page is solely designed for exploring Prometheus metrics. Prometheus metrics always contain ",Jt("code",{children:"job"})," and ",Jt("code",{children:"instance"})," labels (see ",Jt("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. ",Jt("br",{}),"Please use this page for Prometheus metrics only, in accordance with their naming conventions."]}),Jt(Pa,{variant:"text",size:"small",startIcon:Jt(ur,{}),onClick:_,ariaLabel:"close tips"})]})})]})},cm=Pt("job",""),sm=Pt("instance",""),fm=Pt("metrics",""),dm=Pt("size",""),hm=Ot.find((function(e){return dm?e.id===dm:e.isDefault}))||Ot[0],mm=function(){var e=v((0,r.useState)(cm),2),t=e[0],n=e[1],a=v((0,r.useState)(sm),2),i=a[0],o=a[1],l=v((0,r.useState)(fm?fm.split("&"):[]),2),u=l[0],c=l[1],s=v((0,r.useState)(hm),2),f=s[0],d=s[1];!function(e){var t=e.job,n=e.instance,a=e.metrics,i=e.size,o=Vn(),l=o.duration,u=o.relativeTime,c=o.period.date,s=ba().customStep,f=Vi().setSearchParamsFromKeys,d=function(){var e,r=md((ct(e={},"g0.range_input",l),ct(e,"g0.end_input",c),ct(e,"g0.step_input",s),ct(e,"g0.relative_time",u),ct(e,"size",i),ct(e,"job",t),ct(e,"instance",n),ct(e,"metrics",a),e));f(r)};(0,r.useEffect)(d,[l,u,c,s,t,n,a,i]),(0,r.useEffect)(d,[])}({job:t,instance:i,metrics:u.join("&"),size:f.id});var h=function(){var e=Xt().serverUrl,t=Vn().period,n=v((0,r.useState)([]),2),a=n[0],i=n[1],o=v((0,r.useState)(!1),2),l=o[0],u=o[1],c=v((0,r.useState)(),2),s=c[0],f=c[1],d=(0,r.useMemo)((function(){return function(e,t){return"".concat(e,"/api/v1/label/job/values?start=").concat(t.start,"&end=").concat(t.end)}(e,t)}),[e,t]);return(0,r.useEffect)((function(){var e=function(){var e=si(ui().mark((function e(){var t,n,r;return ui().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return u(!0),e.prev=1,e.next=4,fetch(d);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],i(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?f(void 0):f("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&f("".concat(e.t0.name,": ").concat(e.t0.message));case 16:u(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();e().catch(console.error)}),[d]),{jobs:a,isLoading:l,error:s}}(),m=h.jobs,p=h.isLoading,g=h.error,_=em(t),b=_.instances,w=_.isLoading,k=_.error,D=tm(t,i),x=D.names,C=D.isLoading,E=D.error,S=(0,r.useMemo)((function(){return p||w||C}),[p,w,C]),A=(0,r.useMemo)((function(){return g||k||E}),[g,k,E]),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>u.length-1;n<0||r||c((function(e){var r=y(e),a=v(r.splice(t,1),1)[0];return r.splice(n,0,a),r}))};return(0,r.useEffect)((function(){i&&b.length&&!b.includes(i)&&o("")}),[b,i]),Jt("div",{className:"vm-explore-metrics",children:[Jt(um,{jobs:m,instances:b,names:x,job:t,size:f.id,instance:i,selectedMetrics:u,onChangeJob:n,onChangeSize:function(e){var t=Ot.find((function(t){return t.id===e}));t&&d(t)},onChangeInstance:o,onToggleMetric:N}),S&&Jt(hd,{}),A&&Jt(Ea,{variant:"error",children:A}),!t&&Jt(Ea,{variant:"info",children:"Please select job to see list of metric names."}),t&&!u.length&&Jt(Ea,{variant:"info",children:"Please select metric names to see the graphs."}),Jt("div",{className:"vm-explore-metrics-body",children:u.map((function(e,n){return Jt(am,{name:e,job:t,instance:i,index:n,length:u.length,size:f,onRemoveItem:N,onChangeOrder:M},e)}))})]})},pm=function(){var t=td();return Jt("div",{className:"vm-preview-icons",children:Object.entries(e).map((function(e){var n,r=v(e,2),a=r[0],i=r[1];return Jt("div",{className:"vm-preview-icons-item",onClick:(n=a,si(ui().mark((function e(){return ui().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:[Jt("div",{className:"vm-preview-icons-item__svg",children:i()}),Jt("div",{className:"vm-preview-icons-item__name",children:"<".concat(a,"/>")})]},a)}))})},vm=function(e){return e.copy="Copy",e.copied="Copied",e}(vm||{}),gm=function(e){var t=e.code,n=v((0,r.useState)(vm.copy),2),a=n[0],i=n[1];return(0,r.useEffect)((function(){var e=null;return a===vm.copied&&(e=setTimeout((function(){return i(vm.copy)}),1e3)),function(){e&&clearTimeout(e)}}),[a]),Jt("code",{className:"vm-code-example",children:[t,Jt("div",{className:"vm-code-example__copy",children:Jt(qa,{title:a,children:Jt(Pa,{size:"small",variant:"text",onClick:function(){navigator.clipboard.writeText(t),i(vm.copied)},startIcon:Jt(Or,{}),ariaLabel:"close"})})})]})},ym=function(){return Jt("a",{className:"vm-link vm-link_colored",href:"https://docs.victoriametrics.com/MetricsQL.html",target:"_blank",rel:"help noreferrer",children:"MetricsQL"})},_m=function(){return Jt("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"})},bm=function(){return Jt("section",{className:"vm-with-template-tutorial",children:[Jt("h2",{className:"vm-with-template-tutorial__title",children:["Tutorial for WITH expressions in ",Jt(ym,{})]}),Jt("div",{className:"vm-with-template-tutorial-section",children:[Jt("p",{className:"vm-with-template-tutorial-section__text",children:["Let's look at the following real query from ",Jt(_m,{})," dashboard:"]}),Jt(gm,{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'}),Jt("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? :)"})]}),Jt("div",{className:"vm-with-template-tutorial-section",children:[Jt("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:"}),Jt(gm,{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'})]}),Jt("div",{className:"vm-with-template-tutorial-section",children:[Jt("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:"]}),Jt(gm,{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)'}),Jt("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."})]}),Jt("div",{className:"vm-with-template-tutorial-section",children:[Jt("p",{className:"vm-with-template-tutorial-section__text",children:["Let's take another nice query from ",Jt(_m,{})," dashboard:"]}),Jt(gm,{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)'}),Jt("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."})]}),Jt("div",{className:"vm-with-template-tutorial-section",children:[Jt("p",{className:"vm-with-template-tutorial-section__text",children:"1. Extract common filters used in multiple places into a commonFilters variable:"}),Jt(gm,{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)'})]}),Jt("div",{className:"vm-with-template-tutorial-section",children:[Jt("p",{className:"vm-with-template-tutorial-section__text",children:'2. Extract "count(count(...) by (cpu))" into cpuCount variable:'}),Jt(gm,{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'})]}),Jt("div",{className:"vm-with-template-tutorial-section",children:[Jt("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:"}),Jt(gm,{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'})]}),Jt("div",{className:"vm-with-template-tutorial-section",children:[Jt("p",{className:"vm-with-template-tutorial-section__text",children:["4. Put node_cpu_seconds_total","{commonFilters}"," into its own varialbe with the name cpuSeconds:"]}),Jt(gm,{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'}),Jt("p",{className:"vm-with-template-tutorial-section__text",children:"Now the query became more clear comparing to the initial query."})]}),Jt("div",{className:"vm-with-template-tutorial-section",children:[Jt("p",{className:"vm-with-template-tutorial-section__text",children:"WITH expressions may be nested and may be put anywhere. Try expanding the following query:"}),Jt(gm,{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)"})]})]})},wm=function(e,t){return"".concat(e,"/expand-with-exprs?query=").concat(encodeURIComponent(t),"&format=json")},km=function(){var e=v(ut(),1)[0],t=function(){var e=Xt().serverUrl,t=v(ut(),2),n=t[0],a=t[1],i=v((0,r.useState)(""),2),o=i[0],l=i[1],u=v((0,r.useState)(!1),2),c=u[0],s=u[1],f=v((0,r.useState)(),2),d=f[0],h=f[1],m=function(){var t=si(ui().mark((function t(r){var i,o,u;return ui().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n.set("expr",r),a(n),i=wm(e,r),s(!0),t.prev=4,t.next=7,fetch(i);case 7:return o=t.sent,t.next=10,o.json();case 10:u=t.sent,l((null===u||void 0===u?void 0:u.expr)||""),h(String(u.error||"")),t.next=18;break;case 15:t.prev=15,t.t0=t.catch(4),t.t0 instanceof Error&&"AbortError"!==t.t0.name&&h("".concat(t.t0.name,": ").concat(t.t0.message));case 18:s(!1);case 19:case"end":return t.stop()}}),t,null,[[4,15]])})));return function(e){return t.apply(this,arguments)}}();return{data:o,error:d,loading:c,expand:m}}(),n=t.data,a=t.loading,i=t.error,o=t.expand,l=v((0,r.useState)(e.get("expr")||""),2),u=l[0],c=l[1],s=function(){o(u)};return(0,r.useEffect)((function(){u&&o(u)}),[]),Jt("section",{className:"vm-with-template",children:[a&&Jt(hd,{}),Jt("div",{className:"vm-with-template-body vm-block",children:[Jt("div",{className:"vm-with-template-body__expr",children:Jt(wi,{type:"textarea",label:"MetricsQL query with optional WITH expressions",value:u,error:i,autofocus:!0,onEnter:s,onChange:function(e){c(e)}})}),Jt("div",{className:"vm-with-template-body__result",children:Jt(wi,{type:"textarea",label:"MetricsQL query after expanding WITH expressions and applying other optimizations",value:n,disabled:!0})}),Jt("div",{className:"vm-with-template-body-top",children:Jt(Pa,{variant:"contained",onClick:s,startIcon:Jt(wr,{}),children:"Expand"})})]}),Jt("div",{className:"vm-block",children:Jt(bm,{})})]})},Dm=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("&"))},xm='- 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"',Cm='{__name__="my_metric", bar_label="bar", foo_label="foo", job="my-application", instance="192.168.0.1"}',Em=function(){var e=v(ut(),2),t=e[0],n=e[1],a=function(){var e=Xt().serverUrl,t=v((0,r.useState)(null),2),n=t[0],a=t[1],i=v((0,r.useState)(!1),2),o=i[0],l=i[1],u=v((0,r.useState)(),2),c=u[0],s=u[1],f=function(){var t=si(ui().mark((function t(n,r){var i,o,u;return ui().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return i=Dm(e,n,r),l(!0),t.prev=2,t.next=5,fetch(i);case 5:return o=t.sent,t.next=8,o.json();case 8:u=t.sent,a(u.error?null:u),s(String(u.error||"")),t.next=16;break;case 13:t.prev=13,t.t0=t.catch(2),t.t0 instanceof Error&&"AbortError"!==t.t0.name&&s("".concat(t.t0.name,": ").concat(t.t0.message));case 16:l(!1);case 17:case"end":return t.stop()}}),t,null,[[2,13]])})));return function(e,n){return t.apply(this,arguments)}}();return{data:n,error:c,loading:o,fetchData:f}}(),i=a.data,o=a.loading,l=a.error,u=a.fetchData,c=v(kh("","config"),2),s=c[0],f=c[1],d=v(kh("","labels"),2),h=d[0],m=d[1],p=(0,r.useCallback)((function(){u(s,h),t.set("config",s),t.set("labels",h),n(t)}),[s,h]);return(0,r.useEffect)((function(){var e=t.get("config")||"",n=t.get("labels")||"";(n||e)&&(u(e,n),f(e),m(n))}),[]),Jt("section",{className:"vm-relabeling",children:[o&&Jt(hd,{}),Jt("div",{className:"vm-relabeling-header vm-block",children:[Jt("div",{className:"vm-relabeling-header-configs",children:Jt(wi,{type:"textarea",label:"Relabel configs",value:s,autofocus:!0,onChange:function(e){f(e||"")},onEnter:p})}),Jt("div",{className:"vm-relabeling-header__labels",children:Jt(wi,{type:"textarea",label:"Labels",value:h,onChange:function(e){m(e||"")},onEnter:p})}),Jt("div",{className:"vm-relabeling-header-bottom",children:[Jt("a",{className:"vm-link vm-link_with-icon",target:"_blank",href:"https://docs.victoriametrics.com/relabeling.html",rel:"help noreferrer",children:[Jt(sr,{}),"Relabeling cookbook"]}),Jt("a",{className:"vm-link vm-link_with-icon",target:"_blank",href:"https://docs.victoriametrics.com/vmagent.html#relabeling",rel:"help noreferrer",children:[Jt(Rr,{}),"Documentation"]}),Jt(Pa,{variant:"text",onClick:function(){var e=xm,r=Cm;f(e),m(r),u(e,r),t.set("config",e),t.set("labels",r),n(t)},children:"Try example"}),Jt(Pa,{variant:"contained",onClick:p,startIcon:Jt(wr,{}),children:"Submit"})]})]}),l&&Jt(Ea,{variant:"error",children:l}),i&&Jt("div",{className:"vm-relabeling-steps vm-block",children:[i.originalLabels&&Jt("div",{className:"vm-relabeling-steps-item",children:Jt("div",{className:"vm-relabeling-steps-item__row",children:[Jt("span",{children:"Original labels:"}),Jt("code",{dangerouslySetInnerHTML:{__html:i.originalLabels}})]})}),i.steps.map((function(e,t){return Jt("div",{className:"vm-relabeling-steps-item",children:[Jt("div",{className:"vm-relabeling-steps-item__row",children:[Jt("span",{children:"Step:"}),t+1]}),Jt("div",{className:"vm-relabeling-steps-item__row",children:[Jt("span",{children:"Relabeling Rule:"}),Jt("code",{children:Jt("pre",{children:e.rule})})]}),Jt("div",{className:"vm-relabeling-steps-item__row",children:[Jt("span",{children:"Input Labels:"}),Jt("code",{children:Jt("pre",{dangerouslySetInnerHTML:{__html:e.inLabels}})})]}),Jt("div",{className:"vm-relabeling-steps-item__row",children:[Jt("span",{children:"Output labels:"}),Jt("code",{children:Jt("pre",{dangerouslySetInnerHTML:{__html:e.outLabels}})})]})]},t)})),i.resultingLabels&&Jt("div",{className:"vm-relabeling-steps-item",children:Jt("div",{className:"vm-relabeling-steps-item__row",children:[Jt("span",{children:"Resulting labels:"}),Jt("code",{dangerouslySetInnerHTML:{__html:i.resultingLabels}})]})})]})]})},Sm=function(e){var t=e.rows,n=e.columns,a=e.defaultOrderBy,i=e.copyToClipboard,o=e.paginationOffset,l=v((0,r.useState)(a),2),u=l[0],c=l[1],s=v((0,r.useState)("desc"),2),f=s[0],d=s[1],h=v((0,r.useState)(null),2),m=h[0],p=h[1],g=(0,r.useMemo)((function(){var e=o.startIndex,n=o.endIndex;return Nh(t,Ah(f,u)).slice(e,n)}),[t,u,f,o]),y=function(e,t){return si(ui().mark((function n(){return ui().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]),Jt("table",{className:"vm-table",children:[Jt("thead",{className:"vm-table-header",children:Jt("tr",{className:"vm-table__row vm-table__row_header",children:[n.map((function(e){return Jt("th",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:(t=e.key,function(){d((function(e){return"asc"===e&&u===t?"desc":"asc"})),c(t)}),children:Jt("div",{className:"vm-table-cell__content",children:[Jt("div",{children:String(e.title||e.key)}),Jt("div",{className:Kr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":u===e.key,"vm-table__sort-icon_desc":"desc"===f&&u===e.key}),children:Jt(vr,{})})]})},String(e.key));var t})),i&&Jt("th",{className:"vm-table-cell vm-table-cell_header"})]})}),Jt("tbody",{className:"vm-table-body",children:g.map((function(e,t){return Jt("tr",{className:"vm-table__row",children:[n.map((function(t){return Jt("td",{className:Kr()(ct({"vm-table-cell":!0},"".concat(t.className),t.className)),children:e[t.key]||"-"},String(t.key))})),i&&Jt("td",{className:"vm-table-cell vm-table-cell_right",children:e[i]&&Jt("div",{className:"vm-table-cell__content",children:Jt(qa,{title:m===t?"Copied":"Copy row",children:Jt(Pa,{variant:"text",color:m===t?"success":"gray",size:"small",startIcon:Jt(m===t?Nr:Or,{}),onClick:y(e[i],t),ariaLabel:"copy row"})})})})]},t)}))})]})},Am=function(){var e=xa().isMobile,t=Vn().timezone,n=function(){var e=Xt().serverUrl,t=v((0,r.useState)([]),2),n=t[0],a=t[1],o=v((0,r.useState)(i()().format(an)),2),l=o[0],u=o[1],c=v((0,r.useState)(!1),2),s=c[0],f=c[1],d=v((0,r.useState)(),2),h=d[0],m=d[1],p=(0,r.useMemo)((function(){return"".concat(e,"/api/v1/status/active_queries")}),[e]),g=function(){var e=si(ui().mark((function e(){var t,n;return ui().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,a(n.data),u(i()().format("HH:mm:ss:SSS")),t.ok?m(void 0):m("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&m("".concat(e.t0.name,": ").concat(e.t0.message));case 16:f(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();return(0,r.useEffect)((function(){g().catch(console.error)}),[p]),{data:n,lastUpdated:l,isLoading:s,error:h,fetchData:g}}(),a=n.data,o=n.lastUpdated,l=n.isLoading,u=n.error,c=n.fetchData,s=(0,r.useMemo)((function(){return a.map((function(e){var t=i()(e.start).tz().format(rn),n=i()(e.end).tz().format(rn);return{duration:e.duration,remote_addr:e.remote_addr,query:e.query,args:"".concat(t," to ").concat(n,", step=").concat(yn(e.step)),data:JSON.stringify(e,null,2)}}))}),[a,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=si(ui().mark((function e(){return ui().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 Jt("div",{className:"vm-active-queries",children:[l&&Jt(hd,{}),Jt("div",{className:"vm-active-queries-header",children:[!s.length&&!u&&Jt(Ea,{variant:"info",children:"There are currently no active queries running"}),u&&Jt(Ea,{variant:"error",children:u}),Jt("div",{className:"vm-active-queries-header-controls",children:[Jt(Pa,{variant:"contained",onClick:d,startIcon:Jt(mr,{}),children:"Update"}),Jt("div",{className:"vm-active-queries-header__update-msg",children:["Last updated: ",o]})]})]}),!!s.length&&Jt("div",{className:Kr()({"vm-block":!0,"vm-block_mobile":e}),children:Jt(Sm,{rows:s,columns:f,defaultOrderBy:"duration",copyToClipboard:"data",paginationOffset:{startIndex:0,endIndex:1/0}})})]})},Nm=function(e){var t=e.onClose,n=e.onUpload,a=xa().isMobile,i=v((0,r.useState)(""),2),o=i[0],l=i[1],u=v((0,r.useState)(""),2),c=u[0],s=u[1],f=(0,r.useMemo)((function(){try{return JSON.parse(o),""}catch(e){return e instanceof Error?e.message:"Unknown error"}}),[o]),d=function(){s(f),f||(n(o),t())};return Jt("div",{className:Kr()({"vm-json-form vm-json-form_one-field":!0,"vm-json-form_mobile vm-json-form_one-field_mobile":a}),children:[Jt(wi,{value:o,label:"JSON",type:"textarea",error:c,autofocus:!0,onChange:function(e){s(""),l(e)},onEnter:d}),Jt("div",{className:"vm-json-form-footer",children:Jt("div",{className:"vm-json-form-footer__controls vm-json-form-footer__controls_right",children:[Jt(Pa,{variant:"outlined",color:"error",onClick:t,children:"Cancel"}),Jt(Pa,{variant:"contained",onClick:d,children:"apply"})]})})]})},Mm=function(e){var t=e.data,n=e.period,a=xa().isMobile,i=pa().tableCompact,o=va(),l=v((0,r.useState)([]),2),u=l[0],c=l[1],s=v((0,r.useState)(),2),f=s[0],d=s[1],h=v((0,r.useState)(),2),m=h[0],p=h[1],g=v((0,r.useState)(!1),2),_=g[0],b=g[1],w=v((0,r.useState)([]),2),k=w[0],D=w[1],x=v((0,r.useState)(),2),C=x[0],E=x[1],S=(0,r.useMemo)((function(){return Gd(m||[]).map((function(e){return e.key}))}),[m]),A=(0,r.useMemo)((function(){var e=t.some((function(e){return"matrix"===e.data.resultType}));return t.some((function(e){return"vector"===e.data.resultType}))&&e?la:e?la.filter((function(e){return"chart"===e.value})):la.filter((function(e){return"chart"!==e.value}))}),[t]),N=v((0,r.useState)(A[0].value),2),M=N[0],T=N[1],F=ba().yaxis,O=wa(),L=function(e){O({type:"SET_YAXIS_LIMITS",payload:e})};return(0,r.useEffect)((function(){var e="chart"===M?"matrix":"vector",n=t.filter((function(t){return t.data.resultType===e&&t.trace})).map((function(e){var t,n;return e.trace?new fd(e.trace,(null===e||void 0===e||null===(t=e.vmui)||void 0===t||null===(n=t.params)||void 0===n?void 0:n.query)||"Query"):null}));c(n.filter(Boolean))}),[t,M]),(0,r.useEffect)((function(){var e=[],n=[],r=[];t.forEach((function(t,a){var i,o,l=t.data.result.map((function(e){var n,r,i;return ft(ft({},e),{},{group:Number(null!==(n=null===(r=t.vmui)||void 0===r||null===(i=r.params)||void 0===i?void 0:i.id)&&void 0!==n?n:a)+1})}));"matrix"===t.data.resultType?(n.push.apply(n,y(l)),e.push((null===(i=t.vmui)||void 0===i||null===(o=i.params)||void 0===o?void 0:o.query)||"Query")):r.push.apply(r,y(l))})),D(e),d(n),p(r)}),[t]),(0,r.useEffect)((function(){b(!!f&&Os(f))}),[f]),Jt("div",{className:Kr()({"vm-query-analyzer-view":!0,"vm-query-analyzer-view_mobile":a}),children:[!!u.length&&Jt(Dd,{traces:u,onDeleteClick:function(e){c((function(t){return t.filter((function(t){return t.idValue!==e.idValue}))}))}}),Jt("div",{className:Kr()({"vm-block":!0,"vm-block_mobile":a}),children:[Jt("div",{className:"vm-custom-panel-body-header",children:[Jt("div",{className:"vm-custom-panel-body-header__tabs",children:Jt(oa,{activeItem:M,items:A,onChange:function(e){T(e)}})}),Jt("div",{className:"vm-custom-panel-body-header__graph-controls",children:["chart"===M&&Jt(Ja,{}),"chart"===M&&Jt(Wd,{yaxis:F,setYaxisLimits:L,toggleEnableLimits:function(){O({type:"TOGGLE_ENABLE_YAXIS_LIMITS"})}}),"table"===M&&Jt(nh,{columns:S,defaultColumns:C,onChangeColumns:E,tableCompact:i,toggleTableCompact:function(){o({type:"TOGGLE_TABLE_COMPACT"})}})]})]}),f&&n&&"chart"===M&&Jt(Ud,{data:f,period:n,customStep:n.step||"1s",query:k,yaxis:F,setYaxisLimits:L,setPeriod:function(){return null},height:a?.5*window.innerHeight:500,isHistogram:_}),m&&"code"===M&&Jt(Zd,{data:m}),m&&"table"===M&&Jt(Xd,{data:m,displayColumns:C})]})]})},Tm=function(e){var t,n,a=e.data,o=e.period,l=(0,r.useMemo)((function(){return a.filter((function(e){return e.stats&&"matrix"===e.data.resultType}))}),[a]),u=(0,r.useMemo)((function(){var e,t;return null===(e=a.find((function(e){var t;return null===e||void 0===e||null===(t=e.vmui)||void 0===t?void 0:t.comment})))||void 0===e||null===(t=e.vmui)||void 0===t?void 0:t.comment}),[a]),c=(0,r.useMemo)((function(){if(!o)return"";var e=i()(1e3*o.start).tz().format(rn),t=i()(1e3*o.end).tz().format(rn);return"".concat(e," - ").concat(t)}),[o]),s=Ra(!1),f=s.value,d=s.setTrue,h=s.setFalse;return Jt(Zt.HY,{children:[Jt("div",{className:"vm-query-analyzer-info-header",children:[Jt(Pa,{startIcon:Jt(sr,{}),variant:"outlined",color:"warning",onClick:d,children:"Show report info"}),o&&Jt(Zt.HY,{children:[Jt("div",{className:"vm-query-analyzer-info-header__period",children:[Jt(Pr,{})," step: ",o.step]}),Jt("div",{className:"vm-query-analyzer-info-header__period",children:[Jt(gr,{})," ",c]})]})]}),f&&Jt(Ya,{title:"Report info",onClose:h,children:Jt("div",{className:"vm-query-analyzer-info",children:[u&&Jt("div",{className:"vm-query-analyzer-info-item vm-query-analyzer-info-item_comment",children:[Jt("div",{className:"vm-query-analyzer-info-item__title",children:"Comment:"}),Jt("div",{className:"vm-query-analyzer-info-item__text",children:u})]}),l.map((function(e,t){var n;return Jt("div",{className:"vm-query-analyzer-info-item",children:[Jt("div",{className:"vm-query-analyzer-info-item__title",children:l.length>1?"Query ".concat(t+1,":"):"Stats:"}),Jt("div",{className:"vm-query-analyzer-info-item__text",children:[Object.entries(e.stats||{}).map((function(e){var t=v(e,2),n=t[0],r=t[1];return Jt("div",{children:[n,": ",null!==r&&void 0!==r?r:"-"]},n)})),"isPartial: ",String(null!==(n=e.isPartial)&&void 0!==n?n:"-")]})]},t)})),Jt("div",{className:"vm-query-analyzer-info-type",children:null!==(t=l[0])&&void 0!==t&&null!==(n=t.vmui)&&void 0!==n&&n.params?"The report was created using vmui":"The report was created manually"})]})})]})},Fm=function(){var e=v((0,r.useState)([]),2),t=e[0],n=e[1],a=v((0,r.useState)(""),2),i=a[0],o=a[1],l=(0,r.useMemo)((function(){return!!t.length}),[t]),u=Ra(!1),c=u.value,s=u.setTrue,f=u.setFalse,d=(0,r.useMemo)((function(){var e,n;if(t){var r=null===(e=t[0])||void 0===e||null===(n=e.vmui)||void 0===n?void 0:n.params,a={start:+((null===r||void 0===r?void 0:r.start)||0),end:+((null===r||void 0===r?void 0:r.end)||0),step:null===r||void 0===r?void 0:r.step,date:""};if(!r){var i=t.filter((function(e){return"matrix"===e.data.resultType})).map((function(e){return e.data.result})).flat().map((function(e){var t;return e.values?null===(t=e.values)||void 0===t?void 0:t.map((function(e){return e[0]})):[0]})).flat(),o=Array.from(new Set(i.filter(Boolean))).sort((function(e,t){return e-t}));a.start=o[0],a.end=o[o.length-1],a.step=gn(function(e){var t=e.slice(1).map((function(t,n){return t-e[n]})),n={};t.forEach((function(e){var t=e.toString();n[t]=(n[t]||0)+1}));var r=0,a=0;for(var i in n)n[i]>a&&(a=n[i],r=Number(i));return r}(o))}return a.date=Dn(En(a.end)),a}}),[t]),h=function(e){try{var t=JSON.parse(e),r=Array.isArray(t)?t:[t];!function(e){return e.every((function(e){if("object"===typeof e&&null!==e){var t=e.data;if("object"===typeof t&&null!==t){var n=t.result,r=t.resultType;return Array.isArray(n)&&"string"===typeof r}}return!1}))}(r)?o("Invalid structure - JSON does not match the expected format"):n(r)}catch(a){a instanceof Error&&o("".concat(a.name,": ").concat(a.message))}},m=function(e){e.map((function(e){var t=new FileReader;t.onload=function(e){var t,n=String(null===(t=e.target)||void 0===t?void 0:t.result);h(n)},t.readAsText(e)}))},p=function(e){o("");var t=Array.from(e.target.files||[]);m(t),e.target.value=""},g=Jh(),y=g.files,_=g.dragging;return(0,r.useEffect)((function(){m(y)}),[y]),Jt("div",{className:"vm-trace-page",children:[l&&Jt("div",{className:"vm-trace-page-header",children:[Jt("div",{className:"vm-trace-page-header-errors",children:Jt(Tm,{data:t,period:d})}),Jt("div",{children:Jt(Kh,{onOpenModal:s,onChange:p})})]}),i&&Jt("div",{className:"vm-trace-page-header-errors-item vm-trace-page-header-errors-item_margin-bottom",children:[Jt(Ea,{variant:"error",children:i}),Jt(Pa,{className:"vm-trace-page-header-errors-item__close",startIcon:Jt(ur,{}),variant:"text",color:"error",onClick:function(){o("")}})]}),l&&Jt(Mm,{data:t,period:d}),!l&&Jt("div",{className:"vm-trace-page-preview",children:[Jt("p",{className:"vm-trace-page-preview__text",children:["Please, upload file with JSON response content.","\n","The file must contain query information in JSON format.","\n","Graph will be displayed after file upload.","\n","Attach files by dragging & dropping, selecting or pasting them."]}),Jt(Kh,{onOpenModal:s,onChange:p})]}),c&&Jt(Ya,{title:"Paste JSON",onClose:f,children:Jt(Nm,{onClose:f,onUpload:h})}),_&&Jt("div",{className:"vm-trace-page__dropzone"})]})},Om=function(){var e=v((0,r.useState)(!1),2),t=e[0],n=e[1];return Jt(Zt.HY,{children:Jt(et,{children:Jt(Fa,{children:Jt(Zt.HY,{children:[Jt(Gh,{onLoaded:n}),t&&Jt(Ve,{children:Jt(He,{path:"/",element:Jt(co,{}),children:[Jt(He,{path:yt.home,element:Jt(uh,{})}),Jt(He,{path:yt.metrics,element:Jt(mm,{})}),Jt(He,{path:yt.cardinality,element:Jt(zh,{})}),Jt(He,{path:yt.topQueries,element:Jt(Yh,{})}),Jt(He,{path:yt.trace,element:Jt(Xh,{})}),Jt(He,{path:yt.queryAnalyzer,element:Jt(Fm,{})}),Jt(He,{path:yt.dashboards,element:Jt(fh,{})}),Jt(He,{path:yt.withTemplate,element:Jt(km,{})}),Jt(He,{path:yt.relabel,element:Jt(Em,{})}),Jt(He,{path:yt.activeQueries,element:Jt(Am,{})}),Jt(He,{path:yt.icons,element:Jt(pm,{})})]})})]})})})})},Lm=function(e){e&&n.e(522).then(n.bind(n,522)).then((function(t){var n=t.getCLS,r=t.getFID,a=t.getFCP,i=t.getLCP,o=t.getTTFB;n(e),r(e),a(e),i(e),o(e)}))},Pm=document.getElementById("root");Pm&&(0,r.render)(Jt(Om,{}),Pm),Lm()}()}();