mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
1a5cdb4790
* vmui: add show quick tip for autocomplete * vmui: auto-completion usability improvements #5348 * vmui: add const for min symbols in autocomplete * Use proper queries to VictoriaMetrics * vmui: fix comments for autocomplete * app/vmselect: run `make vmui-update` --------- Co-authored-by: Aliaksandr Valialkin <valyala@victoriametrics.com>
2 lines
No EOL
487 KiB
JavaScript
2 lines
No EOL
487 KiB
JavaScript
/*! For license information please see main.5bcddddc.js.LICENSE.txt */
|
|
!function(){var e={680:function(e,t,n){"use strict";var r=n(476),i=n(962),a=i(r("String.prototype.indexOf"));e.exports=function(e,t){var n=r(e,!!t);return"function"===typeof n&&a(e,".prototype.")>-1?i(n):n}},962:function(e,t,n){"use strict";var r=n(199),i=n(476),a=n(267),o=i("%TypeError%"),l=i("%Function.prototype.apply%"),u=i("%Function.prototype.call%"),c=i("%Reflect.apply%",!0)||r.call(u,l),s=i("%Object.defineProperty%",!0),f=i("%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 a(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 i(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var a=typeof n;if("string"===a||"number"===a)e.push(n);else if(Array.isArray(n)){if(n.length){var o=i.apply(null,n);o&&e.push(o)}}else if("object"===a){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){e.push(n.toString());continue}for(var l in n)r.call(n,l)&&n[l]&&e.push(l)}}}return e.join(" ")}e.exports?(i.default=i,e.exports=i):void 0===(n=function(){return i}.apply(t,[]))||(e.exports=n)}()},658:function(e){e.exports=function(){"use strict";var e=1e3,t=6e4,n=36e5,r="millisecond",i="second",a="minute",o="hour",l="day",u="week",c="month",s="quarter",f="year",d="date",h="Invalid Date",m=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,p=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,v={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(e){var t=["th","st","nd","rd"],n=e%100;return"["+e+(t[(n-20)%10]||t[n]||t[0])+"]"}},g=function(e,t,n){var r=String(e);return!r||r.length>=t?e:""+Array(t+1-r.length).join(n)+e},y={s:g,z:function(e){var t=-e.utcOffset(),n=Math.abs(t),r=Math.floor(n/60),i=n%60;return(t<=0?"+":"-")+g(r,2,"0")+":"+g(i,2,"0")},m:function e(t,n){if(t.date()<n.date())return-e(n,t);var r=12*(n.year()-t.year())+(n.month()-t.month()),i=t.clone().add(r,c),a=n-i<0,o=t.clone().add(r+(a?-1:1),c);return+(-(r+(n-i)/(a?i-o:o-i))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(e){return{M:c,y:f,w:u,d:l,D:d,h:o,m:a,s:i,ms:r,Q:s}[e]||String(e||"").toLowerCase().replace(/s$/,"")},u:function(e){return void 0===e}},_="en",b={};b[_]=v;var w="$isDayjsObject",D=function(e){return e instanceof S||!(!e||!e[w])},k=function e(t,n,r){var i;if(!t)return _;if("string"==typeof t){var a=t.toLowerCase();b[a]&&(i=a),n&&(b[a]=n,i=a);var o=t.split("-");if(!i&&o.length>1)return e(o[0])}else{var l=t.name;b[l]=t,i=l}return!r&&i&&(_=i),i||!r&&_},x=function(e,t){if(D(e))return e.clone();var n="object"==typeof t?t:{};return n.date=e,n.args=arguments,new S(n)},C=y;C.l=k,C.i=D,C.w=function(e,t){return x(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var S=function(){function v(e){this.$L=k(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[w]=!0}var g=v.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,n=e.utc;if(null===t)return new Date(NaN);if(C.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var r=t.match(m);if(r){var i=r[2]-1||0,a=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,a)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,a)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return C},g.isValid=function(){return!(this.$d.toString()===h)},g.isSame=function(e,t){var n=x(e);return this.startOf(t)<=n&&n<=this.endOf(t)},g.isAfter=function(e,t){return x(e)<this.startOf(t)},g.isBefore=function(e,t){return this.endOf(t)<x(e)},g.$g=function(e,t,n){return C.u(e)?this[t]:this.set(n,e)},g.unix=function(){return Math.floor(this.valueOf()/1e3)},g.valueOf=function(){return this.$d.getTime()},g.startOf=function(e,t){var n=this,r=!!C.u(t)||t,s=C.p(e),h=function(e,t){var i=C.w(n.$u?Date.UTC(n.$y,t,e):new Date(n.$y,t,e),n);return r?i:i.endOf(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 a:return m(y+"Seconds",2);case i:return m(y+"Milliseconds",3);default:return this.clone()}},g.endOf=function(e){return this.startOf(e,!1)},g.$set=function(e,t){var n,u=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[a]=s+"Minutes",n[i]=s+"Seconds",n[r]=s+"Milliseconds",n)[u],m=u===l?this.$D+(t-this.$W):t;if(u===c||u===f){var p=this.clone().set(d,1);p.$d[h](m),p.init(),this.$d=p.set(d,Math.min(this.$D,p.daysInMonth())).$d}else h&&this.$d[h](m);return this.init(),this},g.set=function(e,t){return this.clone().$set(e,t)},g.get=function(e){return this[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[a]=t,d[o]=n,d[i]=e,d)[m]||1,g=this.$d.getTime()+r*v;return C.w(g,this)},g.subtract=function(e,t){return this.add(-1*e,t)},g.format=function(e){var t=this,n=this.$locale();if(!this.isValid())return n.invalidDate||h;var r=e||"YYYY-MM-DDTHH:mm:ssZ",i=C.z(this),a=this.$H,o=this.$m,l=this.$M,u=n.weekdays,c=n.months,s=n.meridiem,f=function(e,n,i,a){return e&&(e[n]||e(t,r))||i[n].slice(0,a)},d=function(e){return C.s(a%12||12,e,"0")},m=s||function(e,t,n){var r=e<12?"AM":"PM";return n?r.toLowerCase():r};return r.replace(p,(function(e,r){return r||function(e){switch(e){case"YY":return String(t.$y).slice(-2);case"YYYY":return C.s(t.$y,4,"0");case"M":return 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(a);case"HH":return C.s(a,2,"0");case"h":return d(1);case"hh":return d(2);case"a":return m(a,o,!0);case"A":return m(a,o,!1);case"m":return String(o);case"mm":return C.s(o,2,"0");case"s":return String(t.$s);case"ss":return C.s(t.$s,2,"0");case"SSS":return C.s(t.$ms,3,"0");case"Z":return i}return null}(e)||i.replace(":","")}))},g.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},g.diff=function(r,d,h){var m,p=this,v=C.p(d),g=x(r),y=(g.utcOffset()-this.utcOffset())*t,_=this-g,b=function(){return C.m(p,g)};switch(v){case f:m=b()/12;break;case c:m=b();break;case s:m=b()/3;break;case u:m=(_-y)/6048e5;break;case l:m=(_-y)/864e5;break;case o:m=_/n;break;case a:m=_/t;break;case i:m=_/e;break;default:m=_}return h?m:C.a(m)},g.daysInMonth=function(){return this.endOf(c).$D},g.$locale=function(){return b[this.$L]},g.locale=function(e,t){if(!e)return this.$L;var n=this.clone(),r=k(e,t,!0);return r&&(n.$L=r),n},g.clone=function(){return C.w(this.$d,this)},g.toDate=function(){return new Date(this.valueOf())},g.toJSON=function(){return this.isValid()?this.toISOString():null},g.toISOString=function(){return this.$d.toISOString()},g.toString=function(){return this.$d.toUTCString()},v}(),E=S.prototype;return x.prototype=E,[["$ms",r],["$s",i],["$m",a],["$H",o],["$W",l],["$M",c],["$y",f],["$D",d]].forEach((function(e){E[e[1]]=function(t){return this.$g(t,e[0],e[1])}})),x.extend=function(e,t){return e.$i||(e(t,S,x),e.$i=!0),x},x.locale=k,x.isDayjs=D,x.unix=function(e){return x(1e3*e)},x.en=b[_],x.Ls=b,x.p={},x}()},446:function(e){e.exports=function(){"use strict";var e,t,n=1e3,r=6e4,i=36e5,a=864e5,o=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,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:a,hours:i,minutes:r,seconds:n,milliseconds:1,weeks:6048e5},f=function(e){return e instanceof y},d=function(e,t,n){return new y(e,n,t.$l)},h=function(e){return t.p(e)+"s"},m=function(e){return e<0},p=function(e){return m(e)?Math.ceil(e):Math.floor(e)},v=function(e){return Math.abs(e)},g=function(e,t){return e?m(e)?{negative:!0,format:""+v(e)+t}:{negative:!1,format:""+e+t}:{negative:!1,format:""}},y=function(){function m(e,t,n){var r=this;if(this.$d={},this.$l=n,void 0===e&&(this.$ms=0,this.parseFromMilliseconds()),t)return d(e*s[h(t)],this);if("number"==typeof e)return this.$ms=e,this.parseFromMilliseconds(),this;if("object"==typeof e)return Object.keys(e).forEach((function(t){r.$d[h(t)]=e[t]})),this.calMilliseconds(),this;if("string"==typeof e){var i=e.match(c);if(i){var a=i.slice(2).map((function(e){return null!=e?Number(e):0}));return this.$d.years=a[0],this.$d.months=a[1],this.$d.weeks=a[2],this.$d.days=a[3],this.$d.hours=a[4],this.$d.minutes=a[5],this.$d.seconds=a[6],this.calMilliseconds(),this}}return this}var v=m.prototype;return v.calMilliseconds=function(){var e=this;this.$ms=Object.keys(this.$d).reduce((function(t,n){return t+(e.$d[n]||0)*s[n]}),0)},v.parseFromMilliseconds=function(){var e=this.$ms;this.$d.years=p(e/l),e%=l,this.$d.months=p(e/u),e%=u,this.$d.days=p(e/a),e%=a,this.$d.hours=p(e/i),e%=i,this.$d.minutes=p(e/r),e%=r,this.$d.seconds=p(e/n),e%=n,this.$d.milliseconds=e},v.toISOString=function(){var e=g(this.$d.years,"Y"),t=g(this.$d.months,"M"),n=+this.$d.days||0;this.$d.weeks&&(n+=7*this.$d.weeks);var r=g(n,"D"),i=g(this.$d.hours,"H"),a=g(this.$d.minutes,"M"),o=this.$d.seconds||0;this.$d.milliseconds&&(o+=this.$d.milliseconds/1e3,o=Math.round(1e3*o)/1e3);var l=g(o,"S"),u=e.negative||t.negative||r.negative||i.negative||a.negative||l.negative,c=i.format||a.format||l.format?"T":"",s=(u?"-":"")+"P"+e.format+t.format+r.format+c+i.format+a.format+l.format;return"P"===s||"-P"===s?"P0D":s},v.toJSON=function(){return this.toISOString()},v.format=function(e){var n=e||"YYYY-MM-DDTHH:mm:ss",r={Y:this.$d.years,YY:t.s(this.$d.years,2,"0"),YYYY:t.s(this.$d.years,4,"0"),M:this.$d.months,MM:t.s(this.$d.months,2,"0"),D:this.$d.days,DD:t.s(this.$d.days,2,"0"),H:this.$d.hours,HH:t.s(this.$d.hours,2,"0"),m:this.$d.minutes,mm:t.s(this.$d.minutes,2,"0"),s:this.$d.seconds,ss:t.s(this.$d.seconds,2,"0"),SSS:t.s(this.$d.milliseconds,3,"0")};return n.replace(o,(function(e,t){return t||String(r[e])}))},v.as=function(e){return this.$ms/s[h(e)]},v.get=function(e){var t=this.$ms,n=h(e);return"milliseconds"===n?t%=1e3:t="weeks"===n?p(t/s[n]):this.$d[n],t||0},v.add=function(e,t,n){var r;return r=t?e*s[h(t)]:f(e)?e.$ms:d(e,this).$ms,d(this.$ms+r*(n?-1:1),this)},v.subtract=function(e,t){return this.add(e,t,!0)},v.locale=function(e){var t=this.clone();return t.$l=e,t},v.clone=function(){return d(this.$ms,this)},v.humanize=function(t){return e().add(this.$ms,"ms").locale(this.$l).fromNow(!t)},v.valueOf=function(){return this.asMilliseconds()},v.milliseconds=function(){return this.get("milliseconds")},v.asMilliseconds=function(){return this.as("milliseconds")},v.seconds=function(){return this.get("seconds")},v.asSeconds=function(){return this.as("seconds")},v.minutes=function(){return this.get("minutes")},v.asMinutes=function(){return this.as("minutes")},v.hours=function(){return this.get("hours")},v.asHours=function(){return this.as("hours")},v.days=function(){return this.get("days")},v.asDays=function(){return this.as("days")},v.weeks=function(){return this.get("weeks")},v.asWeeks=function(){return this.as("weeks")},v.months=function(){return this.get("months")},v.asMonths=function(){return this.as("months")},v.years=function(){return this.get("years")},v.asYears=function(){return this.as("years")},m}(),_=function(e,t,n){return e.add(t.years()*n,"y").add(t.months()*n,"M").add(t.days()*n,"d").add(t.hours()*n,"h").add(t.minutes()*n,"m").add(t.seconds()*n,"s").add(t.milliseconds()*n,"ms")};return function(n,r,i){e=i,t=i().$utils(),i.duration=function(e,t){var n=i.locale();return d(e,{$l:n},t)},i.isDuration=f;var a=r.prototype.add,o=r.prototype.subtract;r.prototype.add=function(e,t){return f(e)?_(this,e,1):a.bind(this)(e,t)},r.prototype.subtract=function(e,t){return f(e)?_(this,e,-1):o.bind(this)(e,t)}}}()},443:function(e){e.exports=function(){"use strict";var e={year:0,month:1,day:2,hour:3,minute:4,second:5},t={};return function(n,r,i){var a,o=function(e,n,r){void 0===r&&(r={});var i=new Date(e),a=function(e,n){void 0===n&&(n={});var r=n.timeZoneName||"short",i=e+"|"+r,a=t[i];return a||(a=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:r}),t[i]=a),a}(n,r);return a.formatToParts(i)},l=function(t,n){for(var r=o(t,n),a=[],l=0;l<r.length;l+=1){var u=r[l],c=u.type,s=u.value,f=e[c];f>=0&&(a[f]=parseInt(s,10))}var d=a[3],h=24===d?0:d,m=a[0]+"-"+a[1]+"-"+a[2]+" "+h+":"+a[4]+":"+a[5]+":000",p=+t;return(i.utc(m).valueOf()-(p-=p%1e3))/6e4},u=r.prototype;u.tz=function(e,t){void 0===e&&(e=a);var n=this.utcOffset(),r=this.toDate(),o=r.toLocaleString("en-US",{timeZone:e}),l=Math.round((r-new Date(o))/1e3/60),u=i(o,{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||i.tz.guess(),n=o(this.valueOf(),t,{timeZoneName:e}).find((function(e){return"timezonename"===e.type.toLowerCase()}));return n&&n.value};var c=u.startOf;u.startOf=function(e,t){if(!this.$x||!this.$x.$timezone)return c.call(this,e,t);var n=i(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return c.call(n,e,t).tz(this.$x.$timezone,!0)},i.tz=function(e,t,n){var r=n&&t,o=n||t||a,u=l(+i(),o);if("string"!=typeof e)return i(e).tz(o);var c=function(e,t,n){var r=e-60*t*1e3,i=l(r,n);if(t===i)return[r,t];var a=l(r-=60*(i-t)*1e3,n);return i===a?[r,i]:[e-60*Math.min(i,a)*1e3,Math.max(i,a)]}(i.utc(e,r).valueOf(),u,o),s=c[0],f=c[1],d=i(s).utcOffset(f);return d.$x.$timezone=o,d},i.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},i.tz.setDefault=function(e){a=e}}}()},635:function(e){e.exports=function(){"use strict";var e="minute",t=/[+-]\d\d(?::?\d\d)?/g,n=/([+-]|\d\d)/g;return function(r,i,a){var o=i.prototype;a.utc=function(e){return new i({date:e,utc:!0,args:arguments})},o.utc=function(t){var n=a(this.toDate(),{locale:this.$L,utc:!0});return t?n.add(this.utcOffset(),e):n},o.local=function(){return a(this.toDate(),{locale:this.$L,utc:!1})};var l=o.parse;o.parse=function(e){e.utc&&(this.$u=!0),this.$utils().u(e.$offset)||(this.$offset=e.$offset),l.call(this,e)};var u=o.init;o.init=function(){if(this.$u){var e=this.$d;this.$y=e.getUTCFullYear(),this.$M=e.getUTCMonth(),this.$D=e.getUTCDate(),this.$W=e.getUTCDay(),this.$H=e.getUTCHours(),this.$m=e.getUTCMinutes(),this.$s=e.getUTCSeconds(),this.$ms=e.getUTCMilliseconds()}else u.call(this)};var c=o.utcOffset;o.utcOffset=function(r,i){var a=this.$utils().u;if(a(r))return this.$u?0:a(this.$offset)?c.call(this):this.$offset;if("string"==typeof r&&(r=function(e){void 0===e&&(e="");var r=e.match(t);if(!r)return null;var i=(""+r[0]).match(n)||["-",0,0],a=i[0],o=60*+i[1]+ +i[2];return 0===o?0:"+"===a?o:-o}(r),null===r))return this;var o=Math.abs(r)<=16?60*r:r,l=this;if(i)return l.$offset=o,l.$u=0===r,l;if(0!==r){var u=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(l=this.local().add(o+u,e)).$offset=o,l.$x.$localOffset=u}else l=this.utc();return l};var s=o.format;o.format=function(e){var t=e||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return s.call(this,t)},o.valueOf=function(){var e=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*e},o.isUTC=function(){return!!this.$u},o.toISOString=function(){return this.toDate().toISOString()},o.toString=function(){return this.toDate().toUTCString()};var f=o.toDate;o.toDate=function(e){return"s"===e&&this.$offset?a(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():f.call(this)};var d=o.diff;o.diff=function(e,t,n){if(e&&this.$u===e.$u)return d.call(this,e,t,n);var r=this.local(),i=a(e).local();return d.call(r,i,t,n)}}}()},150:function(e,t,n){"use strict";var r=n(926)(),i=n(476),a=r&&i("%Object.defineProperty%",!0);if(a)try{a({},"a",{value:1})}catch(c){a=!1}var o=i("%SyntaxError%"),l=i("%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,i=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(a)a(e,t,{configurable:null===c&&f?f.configurable:!c,enumerable:null===r&&f?f.enumerable:!r,value:n,writable:null===i&&f?f.writable:!i});else{if(!s&&(r||i||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 i=0;i<t.length;i+=1)n[i+e.length]=t[i];return n};e.exports=function(e){var i=this;if("function"!==typeof i||"[object Function]"!==t.apply(i))throw new TypeError("Function.prototype.bind called on incompatible "+i);for(var a,o=function(e,t){for(var n=[],r=t||0,i=0;r<e.length;r+=1,i+=1)n[i]=e[r];return n}(arguments,1),l=n(0,i.length-o.length),u=[],c=0;c<l;c++)u[c]="$"+c;if(a=Function("binder","return function ("+function(e,t){for(var n="",r=0;r<e.length;r+=1)n+=e[r],r+1<e.length&&(n+=t);return n}(u,",")+"){ return binder.apply(this,arguments); }")((function(){if(this instanceof a){var t=i.apply(this,r(o,arguments));return Object(t)===t?t:this}return i.apply(e,r(o,arguments))})),i.prototype){var s=function(){};s.prototype=i.prototype,a.prototype=new s,s.prototype=null}return a}},199:function(e,t,n){"use strict";var r=n(781);e.exports=Function.prototype.bind||r},476:function(e,t,n){"use strict";var r,i=SyntaxError,a=Function,o=TypeError,l=function(e){try{return a('"use strict"; return ('+e+").constructor;")()}catch(t){}},u=Object.getOwnPropertyDescriptor;if(u)try{u({},"")}catch(M){u=null}var c=function(){throw new o},s=u?function(){try{return c}catch(e){try{return u(arguments,"callee").get}catch(t){return c}}}():c,f=n(520)(),d=n(593)(),h=Object.getPrototypeOf||(d?function(e){return e.__proto__}:null),m={},p="undefined"!==typeof Uint8Array&&h?h(Uint8Array):r,v={"%AggregateError%":"undefined"===typeof AggregateError?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"===typeof ArrayBuffer?r:ArrayBuffer,"%ArrayIteratorPrototype%":f&&h?h([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":m,"%AsyncGenerator%":m,"%AsyncGeneratorFunction%":m,"%AsyncIteratorPrototype%":m,"%Atomics%":"undefined"===typeof Atomics?r:Atomics,"%BigInt%":"undefined"===typeof BigInt?r:BigInt,"%BigInt64Array%":"undefined"===typeof BigInt64Array?r:BigInt64Array,"%BigUint64Array%":"undefined"===typeof BigUint64Array?r:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"===typeof DataView?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":"undefined"===typeof Float32Array?r:Float32Array,"%Float64Array%":"undefined"===typeof Float64Array?r:Float64Array,"%FinalizationRegistry%":"undefined"===typeof FinalizationRegistry?r:FinalizationRegistry,"%Function%":a,"%GeneratorFunction%":m,"%Int8Array%":"undefined"===typeof Int8Array?r:Int8Array,"%Int16Array%":"undefined"===typeof Int16Array?r:Int16Array,"%Int32Array%":"undefined"===typeof Int32Array?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":f&&h?h(h([][Symbol.iterator]())):r,"%JSON%":"object"===typeof JSON?JSON:r,"%Map%":"undefined"===typeof Map?r:Map,"%MapIteratorPrototype%":"undefined"!==typeof Map&&f&&h?h((new Map)[Symbol.iterator]()):r,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"===typeof Promise?r:Promise,"%Proxy%":"undefined"===typeof Proxy?r:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"===typeof Reflect?r:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"===typeof Set?r:Set,"%SetIteratorPrototype%":"undefined"!==typeof Set&&f&&h?h((new Set)[Symbol.iterator]()):r,"%SharedArrayBuffer%":"undefined"===typeof SharedArrayBuffer?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":f&&h?h(""[Symbol.iterator]()):r,"%Symbol%":f?Symbol:r,"%SyntaxError%":i,"%ThrowTypeError%":s,"%TypedArray%":p,"%TypeError%":o,"%Uint8Array%":"undefined"===typeof Uint8Array?r:Uint8Array,"%Uint8ClampedArray%":"undefined"===typeof Uint8ClampedArray?r:Uint8ClampedArray,"%Uint16Array%":"undefined"===typeof Uint16Array?r:Uint16Array,"%Uint32Array%":"undefined"===typeof Uint32Array?r:Uint32Array,"%URIError%":URIError,"%WeakMap%":"undefined"===typeof WeakMap?r:WeakMap,"%WeakRef%":"undefined"===typeof WeakRef?r:WeakRef,"%WeakSet%":"undefined"===typeof WeakSet?r:WeakSet};if(h)try{null.error}catch(M){var g=h(h(M));v["%Error.prototype%"]=g}var y=function e(t){var n;if("%AsyncFunction%"===t)n=l("async function () {}");else if("%GeneratorFunction%"===t)n=l("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=l("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var i=e("%AsyncGenerator%");i&&h&&(n=h(i.prototype))}return v[t]=n,n},_={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},b=n(199),w=n(834),D=b.call(Function.call,Array.prototype.concat),k=b.call(Function.apply,Array.prototype.splice),x=b.call(Function.call,String.prototype.replace),C=b.call(Function.call,String.prototype.slice),S=b.call(Function.call,RegExp.prototype.exec),E=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,A=/\\(\\)?/g,N=function(e,t){var n,r=e;if(w(_,r)&&(r="%"+(n=_[r])[0]+"%"),w(v,r)){var a=v[r];if(a===m&&(a=y(r)),"undefined"===typeof a&&!t)throw new o("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:n,name:r,value:a}}throw new i("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!==typeof e||0===e.length)throw new o("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!==typeof t)throw new o('"allowMissing" argument must be a boolean');if(null===S(/^%?[^%]*%?$/,e))throw new i("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=function(e){var t=C(e,0,1),n=C(e,-1);if("%"===t&&"%"!==n)throw new i("invalid intrinsic syntax, expected closing `%`");if("%"===n&&"%"!==t)throw new i("invalid intrinsic syntax, expected opening `%`");var r=[];return x(e,E,(function(e,t,n,i){r[r.length]=n?x(i,A,"$1"):t||e})),r}(e),r=n.length>0?n[0]:"",a=N("%"+r+"%",t),l=a.name,c=a.value,s=!1,f=a.alias;f&&(r=f[0],k(n,D([0,1],f)));for(var d=1,h=!0;d<n.length;d+=1){var m=n[d],p=C(m,0,1),g=C(m,-1);if(('"'===p||"'"===p||"`"===p||'"'===g||"'"===g||"`"===g)&&p!==g)throw new i("property names with quotes must have matching quotes");if("constructor"!==m&&h||(s=!0),w(v,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(i){r=null}e.exports=r},926:function(e,t,n){"use strict";var r=n(476)("%Object.defineProperty%",!0),i=function(){if(r)try{return r({},"a",{value:1}),!0}catch(e){return!1}return!1};i.hasArrayLengthDefineBug=function(){if(!i())return null;try{return 1!==r([],"length",{value:1}).length}catch(e){return!0}},e.exports=i},593:function(e){"use strict";var t={foo:{}},n=Object;e.exports=function(){return{__proto__:t}.foo===t.foo&&!({__proto__:null}instanceof n)}},520:function(e,t,n){"use strict";var r="undefined"!==typeof Symbol&&Symbol,i=n(541);e.exports=function(){return"function"===typeof r&&("function"===typeof Symbol&&("symbol"===typeof r("foo")&&("symbol"===typeof Symbol("bar")&&i())))}},541:function(e){"use strict";e.exports=function(){if("function"!==typeof Symbol||"function"!==typeof Object.getOwnPropertySymbols)return!1;if("symbol"===typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),n=Object(t);if("string"===typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(t in e[t]=42,e)return!1;if("function"===typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"===typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var r=Object.getOwnPropertySymbols(e);if(1!==r.length||r[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"===typeof Object.getOwnPropertyDescriptor){var i=Object.getOwnPropertyDescriptor(e,t);if(42!==i.value||!0!==i.enumerable)return!1}return!0}},834:function(e,t,n){"use strict";var r=Function.prototype.call,i=Object.prototype.hasOwnProperty,a=n(199);e.exports=a.call(r,i)},936:function(e,t,n){var r=NaN,i="[object Symbol]",a=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,u=/^0o[0-7]+$/i,c=parseInt,s="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,f="object"==typeof self&&self&&self.Object===Object&&self,d=s||f||Function("return this")(),h=Object.prototype.toString,m=Math.max,p=Math.min,v=function(){return d.Date.now()};function g(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function y(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&h.call(e)==i}(e))return r;if(g(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=g(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(a,"");var n=l.test(e);return n||u.test(e)?c(e.slice(2),n?2:8):o.test(e)?r:+e}e.exports=function(e,t,n){var r,i,a,o,l,u,c=0,s=!1,f=!1,d=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function h(t){var n=r,a=i;return r=i=void 0,c=t,o=e.apply(a,n)}function _(e){var n=e-u;return void 0===u||n>=t||n<0||f&&e-c>=a}function b(){var e=v();if(_(e))return w(e);l=setTimeout(b,function(e){var n=t-(e-u);return f?p(n,a-(e-c)):n}(e))}function w(e){return l=void 0,d&&r?h(e):(r=i=void 0,o)}function D(){var e=v(),n=_(e);if(r=arguments,i=this,u=e,n){if(void 0===l)return function(e){return c=e,l=setTimeout(b,t),s?h(e):o}(u);if(f)return l=setTimeout(b,t),h(u)}return void 0===l&&(l=setTimeout(b,t)),o}return t=y(t)||0,g(n)&&(s=!!n.leading,a=(f="maxWait"in n)?m(y(n.maxWait)||0,t):a,d="trailing"in n?!!n.trailing:d),D.cancel=function(){void 0!==l&&clearTimeout(l),c=0,r=u=i=l=void 0},D.flush=function(){return void 0===l?o:w(v())},D}},7:function(e,t,n){var r="__lodash_hash_undefined__",i=1/0,a="[object Function]",o="[object GeneratorFunction]",l="[object Symbol]",u=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,c=/^\w*$/,s=/^\./,f=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,d=/\\(\\)?/g,h=/^\[object .+?Constructor\]$/,m="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,p="object"==typeof self&&self&&self.Object===Object&&self,v=m||p||Function("return this")();var g=Array.prototype,y=Function.prototype,_=Object.prototype,b=v["__core-js_shared__"],w=function(){var e=/[^.]+$/.exec(b&&b.keys&&b.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),D=y.toString,k=_.hasOwnProperty,x=_.toString,C=RegExp("^"+D.call(k).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),S=v.Symbol,E=g.splice,A=z(v,"Map"),N=z(Object,"create"),M=S?S.prototype:void 0,F=M?M.toString:void 0;function T(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function O(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function L(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function P(e,t){for(var n,r,i=e.length;i--;)if((n=e[i][0])===(r=t)||n!==n&&r!==r)return i;return-1}function I(e,t){var n;t=function(e,t){if(V(e))return!1;var n=typeof e;if("number"==n||"symbol"==n||"boolean"==n||null==e||U(e))return!0;return c.test(e)||!u.test(e)||null!=t&&e in Object(t)}(t,e)?[t]:V(n=t)?n:j(n);for(var r=0,i=t.length;null!=e&&r<i;)e=e[H(t[r++])];return r&&r==i?e:void 0}function R(e){if(!Y(e)||(t=e,w&&w in t))return!1;var t,n=function(e){var t=Y(e)?x.call(e):"";return t==a||t==o}(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(n){}return t}(e)?C:h;return n.test(function(e){if(null!=e){try{return D.call(e)}catch(t){}try{return e+""}catch(t){}}return""}(e))}function B(e,t){var n=e.__data__;return function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}(t)?n["string"==typeof t?"string":"hash"]:n.map}function z(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return R(n)?n:void 0}T.prototype.clear=function(){this.__data__=N?N(null):{}},T.prototype.delete=function(e){return this.has(e)&&delete this.__data__[e]},T.prototype.get=function(e){var t=this.__data__;if(N){var n=t[e];return n===r?void 0:n}return k.call(t,e)?t[e]:void 0},T.prototype.has=function(e){var t=this.__data__;return N?void 0!==t[e]:k.call(t,e)},T.prototype.set=function(e,t){return this.__data__[e]=N&&void 0===t?r:t,this},O.prototype.clear=function(){this.__data__=[]},O.prototype.delete=function(e){var t=this.__data__,n=P(t,e);return!(n<0)&&(n==t.length-1?t.pop():E.call(t,n,1),!0)},O.prototype.get=function(e){var t=this.__data__,n=P(t,e);return n<0?void 0:t[n][1]},O.prototype.has=function(e){return P(this.__data__,e)>-1},O.prototype.set=function(e,t){var n=this.__data__,r=P(n,e);return r<0?n.push([e,t]):n[r][1]=t,this},L.prototype.clear=function(){this.__data__={hash:new T,map:new(A||O),string:new T}},L.prototype.delete=function(e){return B(this,e).delete(e)},L.prototype.get=function(e){return B(this,e).get(e)},L.prototype.has=function(e){return B(this,e).has(e)},L.prototype.set=function(e,t){return B(this,e).set(e,t),this};var j=$((function(e){var t;e=null==(t=e)?"":function(e){if("string"==typeof e)return e;if(U(e))return F?F.call(e):"";var t=e+"";return"0"==t&&1/e==-i?"-0":t}(t);var n=[];return s.test(e)&&n.push(""),e.replace(f,(function(e,t,r,i){n.push(r?i.replace(d,"$1"):t||e)})),n}));function H(e){if("string"==typeof e||U(e))return e;var t=e+"";return"0"==t&&1/e==-i?"-0":t}function $(e,t){if("function"!=typeof e||t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function n(){var r=arguments,i=t?t.apply(this,r):r[0],a=n.cache;if(a.has(i))return a.get(i);var o=e.apply(this,r);return n.cache=a.set(i,o),o};return n.cache=new($.Cache||L),n}$.Cache=L;var V=Array.isArray;function Y(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function U(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&x.call(e)==l}e.exports=function(e,t,n){var r=null==e?void 0:I(e,t);return void 0===r?n:r}},154:function(e,t,n){var r="function"===typeof Map&&Map.prototype,i=Object.getOwnPropertyDescriptor&&r?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,a=r&&i&&"function"===typeof i.get?i.get:null,o=r&&Map.prototype.forEach,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,D=RegExp.prototype.test,k=Array.prototype.concat,x=Array.prototype.join,C=Array.prototype.slice,S=Math.floor,E="function"===typeof BigInt?BigInt.prototype.valueOf:null,A=Object.getOwnPropertySymbols,N="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?Symbol.prototype.toString:null,M="function"===typeof Symbol&&"object"===typeof Symbol.iterator,F="function"===typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===M||"symbol")?Symbol.toStringTag:null,T=Object.prototype.propertyIsEnumerable,O=("function"===typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function L(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||D.call(/e/,t))return t;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"===typeof e){var r=e<0?-S(-e):S(e);if(r!==e){var i=String(r),a=y.call(t,i.length+1);return _.call(i,n,"$&_")+"."+_.call(_.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return _.call(t,n,"$&_")}var P=n(654),I=P.custom,R=$(I)?I:null;function B(e,t,n){var r="double"===(n.quoteStyle||t)?'"':"'";return r+e+r}function z(e){return _.call(String(e),/"/g,""")}function j(e){return"[object Array]"===U(e)&&(!F||!("object"===typeof e&&F in e))}function H(e){return"[object RegExp]"===U(e)&&(!F||!("object"===typeof e&&F in e))}function $(e){if(M)return e&&"object"===typeof e&&e instanceof Symbol;if("symbol"===typeof e)return!0;if(!e||"object"!==typeof e||!N)return!1;try{return N.call(e),!0}catch(t){}return!1}e.exports=function e(t,r,i,l){var u=r||{};if(Y(u,"quoteStyle")&&"single"!==u.quoteStyle&&"double"!==u.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Y(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=!Y(u,"customInspect")||u.customInspect;if("boolean"!==typeof p&&"symbol"!==p)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Y(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(Y(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 D=String(t);return b?L(t,D):D}if("bigint"===typeof t){var S=String(t)+"n";return b?L(t,S):S}var A="undefined"===typeof u.depth?5:u.depth;if("undefined"===typeof i&&(i=0),i>=A&&A>0&&"object"===typeof t)return j(t)?"[Array]":"[Object]";var I=function(e,t){var n;if("\t"===e.indent)n="\t";else{if(!("number"===typeof e.indent&&e.indent>0))return null;n=x.call(Array(e.indent+1)," ")}return{base:n,prev:x.call(Array(t+1),n)}}(u,i);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 a={depth:u.depth};return Y(u,"quoteStyle")&&(a.quoteStyle=u.quoteStyle),e(t,a,i+1,l)}return e(t,u,i+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||[],ie=0;ie<re.length;ie++)ne+=" "+re[ie].name+"="+B(z(re[ie].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 ae=X(t,V);return I&&!function(e){for(var t=0;t<e.length;t++)if(q(e[t],"\n")>=0)return!1;return!0}(ae)?"["+J(ae,I)+"]":"[ "+x.call(ae,", ")+" ]"}if(function(e){return"[object Error]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t)){var oe=X(t,V);return"cause"in Error.prototype||!("cause"in t)||T.call(t,"cause")?0===oe.length?"["+String(t)+"]":"{ ["+String(t)+"] "+x.call(oe,", ")+" }":"{ ["+String(t)+"] "+x.call(k.call("[cause]: "+V(t.cause),oe),", ")+" }"}if("object"===typeof t&&p){if(R&&"function"===typeof t[R]&&P)return P(t,{depth:A-i});if("symbol"!==p&&"function"===typeof t.inspect)return t.inspect()}if(function(e){if(!a||!e||"object"!==typeof e)return!1;try{a.call(e);try{c.call(e)}catch(ne){return!0}return e instanceof Map}catch(t){}return!1}(t)){var le=[];return o&&o.call(t,(function(e,n){le.push(V(n,t,!0)+" => "+V(e,t))})),K("Map",a.call(t),le,I)}if(function(e){if(!c||!e||"object"!==typeof e)return!1;try{c.call(e);try{a.call(e)}catch(t){return!0}return e instanceof Set}catch(n){}return!1}(t)){var ue=[];return s&&s.call(t,(function(e){ue.push(V(e,t))})),K("Set",c.call(t),ue,I)}if(function(e){if(!f||!e||"object"!==typeof e)return!1;try{f.call(e,f);try{d.call(e,d)}catch(ne){return!0}return e instanceof WeakMap}catch(t){}return!1}(t))return G("WeakMap");if(function(e){if(!d||!e||"object"!==typeof e)return!1;try{d.call(e,d);try{f.call(e,f)}catch(ne){return!0}return e instanceof WeakSet}catch(t){}return!1}(t))return G("WeakSet");if(function(e){if(!h||!e||"object"!==typeof e)return!1;try{return h.call(e),!0}catch(t){}return!1}(t))return G("WeakRef");if(function(e){return"[object Number]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t))return Z(V(Number(t)));if(function(e){if(!e||"object"!==typeof e||!E)return!1;try{return E.call(e),!0}catch(t){}return!1}(t))return Z(V(E.call(t)));if(function(e){return"[object Boolean]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t))return Z(m.call(t));if(function(e){return"[object String]"===U(e)&&(!F||!("object"===typeof e&&F 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]"===U(e)&&(!F||!("object"===typeof e&&F in e))}(t)&&!H(t)){var ce=X(t,V),se=O?O(t)===Object.prototype:t instanceof Object||t.constructor===Object,fe=t instanceof Object?"":"null prototype",de=!se&&F&&Object(t)===t&&F in t?y.call(U(t),8,-1):fe?"Object":"",he=(se||"function"!==typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(de||fe?"["+x.call(k.call([],de||[],fe||[]),": ")+"] ":"");return 0===ce.length?he+"{}":I?he+"{"+J(ce,I)+"}":he+"{ "+x.call(ce,", ")+" }"}return String(t)};var V=Object.prototype.hasOwnProperty||function(e){return e in this};function Y(e,t){return V.call(e,t)}function U(e){return p.call(e)}function q(e,t){if(e.indexOf)return e.indexOf(t);for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1}function W(e,t){if(e.length>t.maxStringLength){var n=e.length-t.maxStringLength,r="... "+n+" more character"+(n>1?"s":"");return W(y.call(e,0,t.maxStringLength),t)+r}return B(_.call(_.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,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 K(e,t,n,r){return e+" ("+t+") {"+(r?J(n,r):x.call(n,", "))+"}"}function J(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+x.call(e,","+n)+"\n"+t.prev}function X(e,t){var n=j(e),r=[];if(n){r.length=e.length;for(var i=0;i<e.length;i++)r[i]=Y(e,i)?t(e[i],e):""}var a,o="function"===typeof A?A(e):[];if(M){a={};for(var l=0;l<o.length;l++)a["$"+o[l]]=o[l]}for(var u in e)Y(e,u)&&(n&&String(Number(u))===u&&u<e.length||M&&a["$"+u]instanceof Symbol||(D.call(/[^\w$]/,u)?r.push(t(u,e)+": "+t(e[u],e)):r.push(u+": "+t(e[u],e))));if("function"===typeof A)for(var c=0;c<o.length;c++)T.call(e,o[c])&&r.push("["+t(o[c])+"]: "+t(e[o[c]],e));return r}},206:function(e,t,n){"use strict";n.r(t),n.d(t,{Children:function(){return U},Component:function(){return l.wA},Fragment:function(){return l.HY},PureComponent:function(){return z},StrictMode:function(){return Fe},Suspense:function(){return G},SuspenseList:function(){return X},__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:function(){return we},cloneElement:function(){return Se},createContext:function(){return l.kr},createElement:function(){return l.az},createFactory:function(){return ke},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 Ie},isFragment:function(){return Ce},isValidElement:function(){return xe},lazy:function(){return J},memo:function(){return j},render:function(){return se},startTransition:function(){return Te},unmountComponentAtNode:function(){return Ee},unstable_batchedUpdates:function(){return Ne},useCallback:function(){return x},useContext:function(){return C},useDebugValue:function(){return S},useDeferredValue:function(){return Oe},useEffect:function(){return _},useErrorBoundary:function(){return E},useId:function(){return A},useImperativeHandle:function(){return D},useInsertionEffect:function(){return Pe},useLayoutEffect:function(){return b},useMemo:function(){return k},useReducer:function(){return y},useRef:function(){return w},useState:function(){return g},useSyncExternalStore:function(){return Re},useTransition:function(){return Le},version:function(){return De}});var r,i,a,o,l=n(856),u=0,c=[],s=[],f=l.YM.__b,d=l.YM.__r,h=l.YM.diffed,m=l.YM.__c,p=l.YM.unmount;function v(e,t){l.YM.__h&&l.YM.__h(i,e,u||t),u=0;var n=i.__H||(i.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({__V:s}),n.__[e]}function g(e){return u=1,y(P,e)}function y(e,t,n){var a=v(r++,2);if(a.t=e,!a.__c&&(a.__=[n?n(t):P(void 0,t),function(e){var t=a.__N?a.__N[0]:a.__[0],n=a.t(t,e);t!==n&&(a.__N=[n,a.__[1]],a.__c.setState({}))}],a.__c=i,!i.u)){var o=function(e,t,n){if(!a.__c.__H)return!0;var r=a.__c.__H.__.filter((function(e){return e.__c}));if(r.every((function(e){return!e.__N})))return!l||l.call(this,e,t,n);var i=!1;return r.forEach((function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(i=!0)}})),!(!i&&a.__c.props===e)&&(!l||l.call(this,e,t,n))};i.u=!0;var l=i.shouldComponentUpdate,u=i.componentWillUpdate;i.componentWillUpdate=function(e,t,n){if(this.__e){var r=l;l=void 0,o(e,t,n),l=r}u&&u.call(this,e,t,n)},i.shouldComponentUpdate=o}return a.__N||a.__}function _(e,t){var n=v(r++,3);!l.YM.__s&&L(n.__H,t)&&(n.__=e,n.i=t,i.__H.__h.push(n))}function b(e,t){var n=v(r++,4);!l.YM.__s&&L(n.__H,t)&&(n.__=e,n.i=t,i.__h.push(n))}function w(e){return u=5,k((function(){return{current:e}}),[])}function D(e,t,n){u=6,b((function(){return"function"==typeof e?(e(t()),function(){return e(null)}):e?(e.current=t(),function(){return e.current=null}):void 0}),null==n?n:n.concat(e))}function k(e,t){var n=v(r++,7);return L(n.__H,t)?(n.__V=e(),n.i=t,n.__h=e,n.__V):n.__}function x(e,t){return u=8,k((function(){return e}),t)}function C(e){var t=i.context[e.__c],n=v(r++,9);return n.c=e,t?(null==n.__&&(n.__=!0,t.sub(i)),t.props.value):e.__}function S(e,t){l.YM.useDebugValue&&l.YM.useDebugValue(t?t(e):e)}function E(e){var t=v(r++,10),n=g();return t.__=e,i.componentDidCatch||(i.componentDidCatch=function(e,r){t.__&&t.__(e,r),n[1](e)}),[n[0],function(){n[1](void 0)}]}function A(){var e=v(r++,11);if(!e.__){for(var t=i.__v;null!==t&&!t.__m&&null!==t.__;)t=t.__;var n=t.__m||(t.__m=[0,0]);e.__="P"+n[0]+"-"+n[1]++}return e.__}function N(){for(var e;e=c.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(T),e.__H.__h.forEach(O),e.__H.__h=[]}catch(i){e.__H.__h=[],l.YM.__e(i,e.__v)}}l.YM.__b=function(e){i=null,f&&f(e)},l.YM.__r=function(e){d&&d(e),r=0;var t=(i=e.__c).__H;t&&(a===i?(t.__h=[],i.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.__V=s,e.__N=e.i=void 0}))):(t.__h.forEach(T),t.__h.forEach(O),t.__h=[],r=0)),a=i},l.YM.diffed=function(e){h&&h(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==c.push(t)&&o===l.YM.requestAnimationFrame||((o=l.YM.requestAnimationFrame)||F)(N)),t.__H.__.forEach((function(e){e.i&&(e.__H=e.i),e.__V!==s&&(e.__=e.__V),e.i=void 0,e.__V=s}))),a=i=null},l.YM.__c=function(e,t){t.some((function(e){try{e.__h.forEach(T),e.__h=e.__h.filter((function(e){return!e.__||O(e)}))}catch(a){t.some((function(e){e.__h&&(e.__h=[])})),t=[],l.YM.__e(a,e.__v)}})),m&&m(e,t)},l.YM.unmount=function(e){p&&p(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach((function(e){try{T(e)}catch(e){t=e}})),n.__H=void 0,t&&l.YM.__e(t,n.__v))};var M="function"==typeof requestAnimationFrame;function F(e){var t,n=function(){clearTimeout(r),M&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);M&&(t=requestAnimationFrame(n))}function T(e){var t=i,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),i=t}function O(e){var t=i;e.__c=e.__(),i=t}function L(e,t){return!e||e.length!==t.length||t.some((function(t,n){return t!==e[n]}))}function P(e,t){return"function"==typeof t?t(e):t}function I(e,t){for(var n in t)e[n]=t[n];return e}function R(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var r in t)if("__source"!==r&&e[r]!==t[r])return!0;return!1}function B(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t}function z(e){this.props=e}function j(e,t){function n(e){var n=this.props.ref,r=n==e.ref;return!r&&n&&(n.call?n(null):n.current=null),t?!t(this.props,e)||!r:R(this.props,e)}function r(t){return this.shouldComponentUpdate=n,(0,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 R(this.props,e)||R(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=I({},t);return delete n.ref,e(n,t.ref||null)}return t.$$typeof=$,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}var Y=function(e,t){return null==e?null:(0,l.bR)((0,l.bR)(e).map(t))},U={map:Y,forEach:Y,count:function(e){return e?(0,l.bR)(e).length:0},only:function(e){var t=(0,l.bR)(e);if(1!==t.length)throw"Children.only";return t[0]},toArray:l.bR},q=l.YM.__e;l.YM.__e=function(e,t,n,r){if(e.then)for(var i,a=t;a=a.__;)if((i=a.__c)&&i.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),i.__c(e,t);q(e,t,n,r)};var W=l.YM.unmount;function Q(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),e.__c.__H=null),null!=(e=I({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return Q(e,t,n)}))),e}function 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 K(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function J(e){var t,n,r;function i(i){if(t||(t=e()).then((function(e){n=e.default||e}),(function(e){r=e})),r)throw r;if(!n)throw t;return(0,l.az)(n,i)}return i.displayName="Lazy",i.__f=!0,i}function X(){this.u=null,this.o=null}l.YM.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&!0===e.__h&&(e.type=null),W&&W(e)},(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 i=K(r.__v),a=!1,o=function(){a||(a=!0,n.__R=null,i?i(l):l())};n.__R=o;var l=function(){if(! --r.__u){if(r.state.__a){var e=r.state.__a;r.__v.__k[0]=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 i=t.__a&&(0,l.az)(l.HY,null,e.fallback);return i&&(i.__h=null),[(0,l.az)(l.HY,null,t.__a?null:e.children),i]};var ee=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.u=n=n[2]}};function te(e){return this.getChildContext=function(){return e.context},e.children}function ne(e){var t=this,n=e.i;t.componentWillUnmount=function(){(0,l.sY)(null,t.l),t.l=null,t.i=null},t.i&&t.i!==n&&t.componentWillUnmount(),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=K(t.__v),r=t.o.get(e);return r[0]++,function(i){var a=function(){t.props.revealOrder?(r.push(i),ee(t,e,r)):i()};n?n(a):a()}},X.prototype.render=function(e){this.u=null,this.o=new Map;var t=(0,l.bR)(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},X.prototype.componentDidUpdate=X.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){ee(e,n,t)}))};var ie="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,ae=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,oe=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,le=/[A-Z0-9]/g,ue="undefined"!=typeof document,ce=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/:/fil|che|ra/).test(e)};function se(e,t,n){return null==t.__k&&(t.textContent=""),(0,l.sY)(e,t),"function"==typeof n&&n(),e?e.__c:null}function fe(e,t,n){return(0,l.ZB)(e,t),"function"==typeof n&&n(),e?e.__c:null}l.wA.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(l.wA.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var de=l.YM.event;function he(){}function me(){return this.cancelBubble}function pe(){return this.defaultPrevented}l.YM.event=function(e){return de&&(e=de(e)),e.persist=he,e.isPropagationStopped=me,e.isDefaultPrevented=pe,e.nativeEvent=e};var ve,ge={enumerable:!1,configurable:!0,get:function(){return this.class}},ye=l.YM.vnode;l.YM.vnode=function(e){"string"==typeof e.type&&function(e){var t=e.props,n=e.type,r={};for(var i in t){var a=t[i];if(!("value"===i&&"defaultValue"in t&&null==a||ue&&"children"===i&&"noscript"===n||"class"===i||"className"===i)){var o=i.toLowerCase();"defaultValue"===i&&"value"in t&&null==t.value?i="value":"download"===i&&!0===a?a="":"ondoubleclick"===o?i="ondblclick":"onchange"!==o||"input"!==n&&"textarea"!==n||ce(t.type)?"onfocus"===o?i="onfocusin":"onblur"===o?i="onfocusout":oe.test(i)?i=o:-1===n.indexOf("-")&&ae.test(i)?i=i.replace(le,"-$&").toLowerCase():null===a&&(a=void 0):o=i="oninput","oninput"===o&&r[i=o]&&(i="oninputCapture"),r[i]=a}}"select"==n&&r.multiple&&Array.isArray(r.value)&&(r.value=(0,l.bR)(t.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),"select"==n&&null!=r.defaultValue&&(r.value=(0,l.bR)(t.children).forEach((function(e){e.props.selected=r.multiple?-1!=r.defaultValue.indexOf(e.props.value):r.defaultValue==e.props.value}))),t.class&&!t.className?(r.class=t.class,Object.defineProperty(r,"className",ge)):(t.className&&!t.class||t.class&&t.className)&&(r.class=r.className=t.className),e.props=r}(e),e.$$typeof=ie,ye&&ye(e)};var _e=l.YM.__r;l.YM.__r=function(e){_e&&_e(e),ve=e.__c};var be=l.YM.diffed;l.YM.diffed=function(e){be&&be(e);var t=e.props,n=e.__e;null!=n&&"textarea"===e.type&&"value"in t&&t.value!==n.value&&(n.value=null==t.value?"":t.value),ve=null};var we={ReactCurrentDispatcher:{current:{readContext:function(e){return ve.__n[e.__c].props.value}}}},De="17.0.2";function ke(e){return l.az.bind(null,e)}function xe(e){return!!e&&e.$$typeof===ie}function Ce(e){return xe(e)&&e.type===l.HY}function Se(e){return xe(e)?l.Tm.apply(null,arguments):e}function Ee(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)},Fe=l.HY;function Te(e){e()}function Oe(e){return e}function Le(){return[!1,Te]}var Pe=b,Ie=xe;function Re(e,t){var n=t(),r=g({h:{__:n,v:t}}),i=r[0].h,a=r[1];return b((function(){i.__=n,i.v=t,B(i.__,t())||a({h:i})}),[e,n,t]),_((function(){return B(i.__,i.v())||a({h:i}),e((function(){B(i.__,i.v())||a({h:i})}))}),[e]),n}var Be={useState:g,useId:A,useReducer:y,useEffect:_,useLayoutEffect:b,useInsertionEffect:Pe,useTransition:Le,useDeferredValue:Oe,useSyncExternalStore:Re,startTransition:Te,useRef:w,useImperativeHandle:D,useMemo:k,useCallback:x,useContext:C,useDebugValue:S,version:"17.0.2",Children:U,render:se,hydrate:fe,unmountComponentAtNode:Ee,createPortal:re,createElement:l.az,createContext:l.kr,createFactory:ke,cloneElement:Se,createRef:l.Vf,Fragment:l.HY,isValidElement:xe,isElement:Ie,isFragment:Ce,findDOMNode:Ae,Component:l.wA,PureComponent:z,memo:j,forwardRef:V,flushSync:Me,unstable_batchedUpdates:Ne,StrictMode:Fe,Suspense:G,SuspenseList:X,lazy:J,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:we}},856:function(e,t,n){"use strict";n.d(t,{HY:function(){return b},Tm:function(){return V},Vf:function(){return _},YM:function(){return i},ZB:function(){return $},az:function(){return g},bR:function(){return A},kr:function(){return Y},sY:function(){return H},wA:function(){return w}});var r,i,a,o,l,u,c,s,f={},d=[],h=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,m=Array.isArray;function p(e,t){for(var n in t)e[n]=t[n];return e}function v(e){var t=e.parentNode;t&&t.removeChild(e)}function g(e,t,n){var i,a,o,l={};for(o in t)"key"==o?i=t[o]:"ref"==o?a=t[o]:l[o]=t[o];if(arguments.length>2&&(l.children=arguments.length>3?r.call(arguments,2):n),"function"==typeof e&&null!=e.defaultProps)for(o in e.defaultProps)void 0===l[o]&&(l[o]=e.defaultProps[o]);return y(e,l,i,a,null)}function y(e,t,n,r,o){var l={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==o?++a:o};return null==o&&null!=i.vnode&&i.vnode(l),l}function _(){return{current:null}}function b(e){return e.children}function w(e,t){this.props=e,this.context=t}function D(e,t){if(null==t)return e.__?D(e.__,e.__.__k.indexOf(e)+1):null;for(var n;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e)return n.__d||n.__e;return"function"==typeof e.type?D(e):null}function k(e){var t,n;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e){e.__e=e.__c.base=n.__e;break}return k(e)}}function x(e){(!e.__d&&(e.__d=!0)&&o.push(e)&&!C.__r++||l!==i.debounceRendering)&&((l=i.debounceRendering)||u)(C)}function C(){var e,t,n,r,i,a,l,u,s;for(o.sort(c);e=o.shift();)e.__d&&(t=o.length,r=void 0,i=void 0,a=void 0,u=(l=(n=e).__v).__e,(s=n.__P)&&(r=[],i=[],(a=p({},l)).__v=l.__v+1,P(s,l,a,n.__n,void 0!==s.ownerSVGElement,null!=l.__h?[u]:null,r,null==u?D(l):u,l.__h,i),I(r,l,i),l.__e!=u&&k(l)),o.length>t&&o.sort(c));C.__r=0}function S(e,t,n,r,i,a,o,l,u,c,s){var h,p,v,g,_,w,k,x,C,S=0,A=r&&r.__k||d,F=A.length,T=F,O=t.length;for(n.__k=[],h=0;h<O;h++)null!=(g=n.__k[h]=null==(g=t[h])||"boolean"==typeof g||"function"==typeof g?null:"string"==typeof g||"number"==typeof g||"bigint"==typeof g?y(null,g,null,null,g):m(g)?y(b,{children:g},null,null,null):g.__b>0?y(g.type,g.props,g.key,g.ref?g.ref:null,g.__v):g)?(g.__=n,g.__b=n.__b+1,-1===(x=M(g,A,k=h+S,T))?v=f:(v=A[x]||f,A[x]=void 0,T--),P(e,g,v,i,a,o,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&&S--:x!==k&&(x===k+1?S++:x>k?T>O-k?S+=x-k:S--:S=x<k&&x==k-1?x-k:0),k=h+S,"function"!=typeof g.type||x===k&&v.__k!==g.__k?"function"==typeof g.type||x===k&&!C?void 0!==g.__d?(u=g.__d,g.__d=void 0):u=_.nextSibling:u=N(e,_,u):u=E(g,u,e),"function"==typeof n.type&&(n.__d=u))):(v=A[h])&&null==v.key&&v.__e&&(v.__e==u&&(v.__=r,u=D(v)),z(v,v,!1),A[h]=null);for(n.__e=w,h=F;h--;)null!=A[h]&&("function"==typeof n.type&&null!=A[h].__e&&A[h].__e==n.__d&&(n.__d=A[h].__e.nextSibling),z(A[h],A[h]))}function E(e,t,n){for(var r,i=e.__k,a=0;i&&a<i.length;a++)(r=i[a])&&(r.__=e,t="function"==typeof r.type?E(r,t,n):N(n,r.__e,t));return t}function A(e,t){return t=t||[],null==e||"boolean"==typeof e||(m(e)?e.some((function(e){A(e,t)})):t.push(e)),t}function N(e,t,n){return null==n||n.parentNode!==e?e.insertBefore(t,null):t==n&&null!=t.parentNode||e.insertBefore(t,n),t.nextSibling}function M(e,t,n,r){var i=e.key,a=e.type,o=n-1,l=n+1,u=t[n];if(null===u||u&&i==u.key&&a===u.type)return n;if(r>(null!=u?1:0))for(;o>=0||l<t.length;){if(o>=0){if((u=t[o])&&i==u.key&&a===u.type)return o;o--}if(l<t.length){if((u=t[l])&&i==u.key&&a===u.type)return l;l++}}return-1}function F(e,t,n){"-"===t[0]?e.setProperty(t,null==n?"":n):e[t]=null==n?"":"number"!=typeof n||h.test(t)?n:n+"px"}function T(e,t,n,r,i){var a;e:if("style"===t)if("string"==typeof n)e.style.cssText=n;else{if("string"==typeof r&&(e.style.cssText=r=""),r)for(t in r)n&&t in n||F(e.style,t,"");if(n)for(t in n)r&&n[t]===r[t]||F(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])a=t!==(t=t.replace(/(PointerCapture)$|Capture$/,"$1")),t=t.toLowerCase()in e?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+a]=n,n?r?n.u=r.u:(n.u=Date.now(),e.addEventListener(t,a?L:O,a)):e.removeEventListener(t,a?L:O,a);else if("dangerouslySetInnerHTML"!==t){if(i)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!==t&&"height"!==t&&"href"!==t&&"list"!==t&&"form"!==t&&"tabIndex"!==t&&"download"!==t&&"rowSpan"!==t&&"colSpan"!==t&&"role"!==t&&t in e)try{e[t]=null==n?"":n;break e}catch(e){}"function"==typeof n||(null==n||!1===n&&"-"!==t[4]?e.removeAttribute(t):e.setAttribute(t,n))}}function O(e){var t=this.l[e.type+!1];if(e.t){if(e.t<=t.u)return}else e.t=Date.now();return t(i.event?i.event(e):e)}function L(e){return this.l[e.type+!0](i.event?i.event(e):e)}function P(e,t,n,r,a,o,l,u,c,s){var f,d,h,v,g,y,_,D,k,x,C,E,A,N,M,F=t.type;if(void 0!==t.constructor)return null;null!=n.__h&&(c=n.__h,u=t.__e=n.__e,t.__h=null,o=[u]),(f=i.__b)&&f(t);e:if("function"==typeof F)try{if(D=t.props,k=(f=F.contextType)&&r[f.__c],x=f?k?k.props.value:f.__:r,n.__c?_=(d=t.__c=n.__c).__=d.__E:("prototype"in F&&F.prototype.render?t.__c=d=new F(D,x):(t.__c=d=new w(D,x),d.constructor=F,d.render=j),k&&k.sub(d),d.props=D,d.state||(d.state={}),d.context=x,d.__n=r,h=d.__d=!0,d.__h=[],d._sb=[]),null==d.__s&&(d.__s=d.state),null!=F.getDerivedStateFromProps&&(d.__s==d.state&&(d.__s=p({},d.__s)),p(d.__s,F.getDerivedStateFromProps(D,d.__s))),v=d.props,g=d.state,d.__v=t,h)null==F.getDerivedStateFromProps&&null!=d.componentWillMount&&d.componentWillMount(),null!=d.componentDidMount&&d.__h.push(d.componentDidMount);else{if(null==F.getDerivedStateFromProps&&D!==v&&null!=d.componentWillReceiveProps&&d.componentWillReceiveProps(D,x),!d.__e&&(null!=d.shouldComponentUpdate&&!1===d.shouldComponentUpdate(D,d.__s,x)||t.__v===n.__v)){for(t.__v!==n.__v&&(d.props=D,d.state=d.__s,d.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.forEach((function(e){e&&(e.__=t)})),C=0;C<d._sb.length;C++)d.__h.push(d._sb[C]);d._sb=[],d.__h.length&&l.push(d);break e}null!=d.componentWillUpdate&&d.componentWillUpdate(D,d.__s,x),null!=d.componentDidUpdate&&d.__h.push((function(){d.componentDidUpdate(v,g,y)}))}if(d.context=x,d.props=D,d.__P=e,d.__e=!1,E=i.__r,A=0,"prototype"in F&&F.prototype.render){for(d.state=d.__s,d.__d=!1,E&&E(t),f=d.render(d.props,d.state,d.context),N=0;N<d._sb.length;N++)d.__h.push(d._sb[N]);d._sb=[]}else do{d.__d=!1,E&&E(t),f=d.render(d.props,d.state,d.context),d.state=d.__s}while(d.__d&&++A<25);d.state=d.__s,null!=d.getChildContext&&(r=p(p({},r),d.getChildContext())),h||null==d.getSnapshotBeforeUpdate||(y=d.getSnapshotBeforeUpdate(v,g)),S(e,m(M=null!=f&&f.type===b&&null==f.key?f.props.children:f)?M:[M],t,n,r,a,o,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),i.__e(e,t,n)}else null==o&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=R(n.__e,t,n,r,a,o,l,c,s);(f=i.diffed)&&f(t)}function I(e,t,n){for(var r=0;r<n.length;r++)B(n[r],n[++r],n[++r]);i.__c&&i.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){i.__e(e,t.__v)}}))}function R(e,t,n,i,a,o,l,u,c){var s,d,h,p=n.props,g=t.props,y=t.type,_=0;if("svg"===y&&(a=!0),null!=o)for(;_<o.length;_++)if((s=o[_])&&"setAttribute"in s==!!y&&(y?s.localName===y:3===s.nodeType)){e=s,o[_]=null;break}if(null==e){if(null===y)return document.createTextNode(g);e=a?document.createElementNS("http://www.w3.org/2000/svg",y):document.createElement(y,g.is&&g),o=null,u=!1}if(null===y)p===g||u&&e.data===g||(e.data=g);else{if(o=o&&r.call(e.childNodes),d=(p=n.props||f).dangerouslySetInnerHTML,h=g.dangerouslySetInnerHTML,!u){if(null!=o)for(p={},_=0;_<e.attributes.length;_++)p[e.attributes[_].name]=e.attributes[_].value;(h||d)&&(h&&(d&&h.__html==d.__html||h.__html===e.innerHTML)||(e.innerHTML=h&&h.__html||""))}if(function(e,t,n,r,i){var a;for(a in n)"children"===a||"key"===a||a in t||T(e,a,null,n[a],r);for(a in t)i&&"function"!=typeof t[a]||"children"===a||"key"===a||"value"===a||"checked"===a||n[a]===t[a]||T(e,a,t[a],n[a],r)}(e,g,p,a,u),h)t.__k=[];else if(S(e,m(_=t.props.children)?_:[_],t,n,i,a&&"foreignObject"!==y,o,l,o?o[0]:n.__k&&D(n,0),u,c),null!=o)for(_=o.length;_--;)null!=o[_]&&v(o[_]);u||("value"in g&&void 0!==(_=g.value)&&(_!==e.value||"progress"===y&&!_||"option"===y&&_!==p.value)&&T(e,"value",_,p.value,!1),"checked"in g&&void 0!==(_=g.checked)&&_!==e.checked&&T(e,"checked",_,p.checked,!1))}return e}function B(e,t,n){try{"function"==typeof e?e(t):e.current=t}catch(e){i.__e(e,n)}}function z(e,t,n){var r,a;if(i.unmount&&i.unmount(e),(r=e.ref)&&(r.current&&r.current!==e.__e||B(r,null,t)),null!=(r=e.__c)){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(e){i.__e(e,t)}r.base=r.__P=null,e.__c=void 0}if(r=e.__k)for(a=0;a<r.length;a++)r[a]&&z(r[a],t,n||"function"!=typeof e.type);n||null==e.__e||v(e.__e),e.__=e.__e=e.__d=void 0}function j(e,t,n){return this.constructor(e,n)}function H(e,t,n){var a,o,l,u;i.__&&i.__(e,t),o=(a="function"==typeof n)?null:n&&n.__k||t.__k,l=[],u=[],P(t,e=(!a&&n||t).__k=g(b,null,[e]),o||f,f,void 0!==t.ownerSVGElement,!a&&n?[n]:o?null:t.firstChild?r.call(t.childNodes):null,l,!a&&n?n:o?o.__e:t.firstChild,a,u),I(l,e,u)}function $(e,t){H(e,t,$)}function V(e,t,n){var i,a,o,l,u=p({},e.props);for(o in e.type&&e.type.defaultProps&&(l=e.type.defaultProps),t)"key"==o?i=t[o]:"ref"==o?a=t[o]:u[o]=void 0===t[o]&&void 0!==l?l[o]:t[o];return arguments.length>2&&(u.children=arguments.length>3?r.call(arguments,2):n),y(e.type,u,i||e.key,a||e.ref,null)}function Y(e,t){var n={__c:t="__cC"+s++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var n,r;return this.getChildContext||(n=[],(r={})[t]=this,this.getChildContext=function(){return r},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&n.some((function(e){e.__e=!0,x(e)}))},this.sub=function(e){n.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n.splice(n.indexOf(e),1),t&&t.call(e)}}),e.children}};return n.Provider.__=n.Consumer.contextType=n}r=d.slice,i={__e:function(e,t,n,r){for(var i,a,o;t=t.__;)if((i=t.__c)&&!i.__)try{if((a=i.constructor)&&null!=a.getDerivedStateFromError&&(i.setState(a.getDerivedStateFromError(e)),o=i.__d),null!=i.componentDidCatch&&(i.componentDidCatch(e,r||{}),o=i.__d),o)return i.__E=i}catch(t){e=t}throw e}},a=0,w.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=p({},this.state),"function"==typeof e&&(e=e(p({},n),this.props)),e&&p(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),x(this))},w.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),x(this))},w.prototype.render=b,o=[],u="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,c=function(e,t){return e.__v.__b-t.__v.__b},C.__r=0,s=0},609:function(e){"use strict";var t=String.prototype.replace,n=/%20/g,r="RFC1738",i="RFC3986";e.exports={default:i,formatters:{RFC1738:function(e){return t.call(e,n,"+")},RFC3986:function(e){return String(e)}},RFC1738:r,RFC3986:i}},776:function(e,t,n){"use strict";var r=n(816),i=n(668),a=n(609);e.exports={formats:a,parse:i,stringify:r}},668:function(e,t,n){"use strict";var r=n(837),i=Object.prototype.hasOwnProperty,a=Array.isArray,o={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:r.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},l=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},u=function(e,t){return e&&"string"===typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},c=function(e,t,n,r){if(e){var a=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/g,l=n.depth>0&&/(\[[^[\]]*])/.exec(a),c=l?a.slice(0,l.index):a,s=[];if(c){if(!n.plainObjects&&i.call(Object.prototype,c)&&!n.allowPrototypes)return;s.push(c)}for(var f=0;n.depth>0&&null!==(l=o.exec(a))&&f<n.depth;){if(f+=1,!n.plainObjects&&i.call(Object.prototype,l[1].slice(1,-1))&&!n.allowPrototypes)return;s.push(l[1])}return l&&s.push("["+a.slice(l.index)+"]"),function(e,t,n,r){for(var i=r?t:u(t,n),a=e.length-1;a>=0;--a){var o,l=e[a];if("[]"===l&&n.parseArrays)o=[].concat(i);else{o=n.plainObjects?Object.create(null):{};var c="["===l.charAt(0)&&"]"===l.charAt(l.length-1)?l.slice(1,-1):l,s=parseInt(c,10);n.parseArrays||""!==c?!isNaN(s)&&l!==c&&String(s)===c&&s>=0&&n.parseArrays&&s<=n.arrayLimit?(o=[])[s]=i:"__proto__"!==c&&(o[c]=i):o={0:i}}i=o}return i}(s,t,n,r)}};e.exports=function(e,t){var n=function(e){if(!e)return o;if(null!==e.decoder&&void 0!==e.decoder&&"function"!==typeof e.decoder)throw new TypeError("Decoder has to be a function.");if("undefined"!==typeof e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t="undefined"===typeof e.charset?o.charset:e.charset;return{allowDots:"undefined"===typeof e.allowDots?o.allowDots:!!e.allowDots,allowPrototypes:"boolean"===typeof e.allowPrototypes?e.allowPrototypes:o.allowPrototypes,allowSparse:"boolean"===typeof e.allowSparse?e.allowSparse:o.allowSparse,arrayLimit:"number"===typeof e.arrayLimit?e.arrayLimit:o.arrayLimit,charset:t,charsetSentinel:"boolean"===typeof e.charsetSentinel?e.charsetSentinel:o.charsetSentinel,comma:"boolean"===typeof e.comma?e.comma:o.comma,decoder:"function"===typeof e.decoder?e.decoder:o.decoder,delimiter:"string"===typeof e.delimiter||r.isRegExp(e.delimiter)?e.delimiter:o.delimiter,depth:"number"===typeof e.depth||!1===e.depth?+e.depth:o.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"===typeof e.interpretNumericEntities?e.interpretNumericEntities:o.interpretNumericEntities,parameterLimit:"number"===typeof e.parameterLimit?e.parameterLimit:o.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"===typeof e.plainObjects?e.plainObjects:o.plainObjects,strictNullHandling:"boolean"===typeof e.strictNullHandling?e.strictNullHandling:o.strictNullHandling}}(t);if(""===e||null===e||"undefined"===typeof e)return n.plainObjects?Object.create(null):{};for(var s="string"===typeof e?function(e,t){var n,c={__proto__:null},s=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,f=t.parameterLimit===1/0?void 0:t.parameterLimit,d=s.split(t.delimiter,f),h=-1,m=t.charset;if(t.charsetSentinel)for(n=0;n<d.length;++n)0===d[n].indexOf("utf8=")&&("utf8=%E2%9C%93"===d[n]?m="utf-8":"utf8=%26%2310003%3B"===d[n]&&(m="iso-8859-1"),h=n,n=d.length);for(n=0;n<d.length;++n)if(n!==h){var p,v,g=d[n],y=g.indexOf("]="),_=-1===y?g.indexOf("="):y+1;-1===_?(p=t.decoder(g,o.decoder,m,"key"),v=t.strictNullHandling?null:""):(p=t.decoder(g.slice(0,_),o.decoder,m,"key"),v=r.maybeMap(u(g.slice(_+1),t),(function(e){return t.decoder(e,o.decoder,m,"value")}))),v&&t.interpretNumericEntities&&"iso-8859-1"===m&&(v=l(v)),g.indexOf("[]=")>-1&&(v=a(v)?[v]:v),i.call(c,p)?c[p]=r.combine(c[p],v):c[p]=v}return c}(e,n):e,f=n.plainObjects?Object.create(null):{},d=Object.keys(s),h=0;h<d.length;++h){var m=d[h],p=c(m,s[m],n,"string"===typeof e);f=r.merge(f,p,n)}return!0===n.allowSparse?f:r.compact(f)}},816:function(e,t,n){"use strict";var r=n(170),i=n(837),a=n(609),o=Object.prototype.hasOwnProperty,l={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},u=Array.isArray,c=Array.prototype.push,s=function(e,t){c.apply(e,u(t)?t:[t])},f=Date.prototype.toISOString,d=a.default,h={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:i.encode,encodeValuesOnly:!1,format:d,formatter:a.formatters[d],indices:!1,serializeDate:function(e){return f.call(e)},skipNulls:!1,strictNullHandling:!1},m={},p=function e(t,n,a,o,l,c,f,d,p,v,g,y,_,b,w,D){for(var k,x=t,C=D,S=0,E=!1;void 0!==(C=C.get(m))&&!E;){var A=C.get(t);if(S+=1,"undefined"!==typeof A){if(A===S)throw new RangeError("Cyclic object value");E=!0}"undefined"===typeof C.get(m)&&(S=0)}if("function"===typeof d?x=d(n,x):x instanceof Date?x=g(x):"comma"===a&&u(x)&&(x=i.maybeMap(x,(function(e){return e instanceof Date?g(e):e}))),null===x){if(l)return f&&!b?f(n,h.encoder,w,"key",y):n;x=""}if("string"===typeof(k=x)||"number"===typeof k||"boolean"===typeof k||"symbol"===typeof k||"bigint"===typeof k||i.isBuffer(x))return f?[_(b?n:f(n,h.encoder,w,"key",y))+"="+_(f(x,h.encoder,w,"value",y))]:[_(n)+"="+_(String(x))];var N,M=[];if("undefined"===typeof x)return M;if("comma"===a&&u(x))b&&f&&(x=i.maybeMap(x,f)),N=[{value:x.length>0?x.join(",")||null:void 0}];else if(u(d))N=d;else{var F=Object.keys(x);N=p?F.sort(p):F}for(var T=o&&u(x)&&1===x.length?n+"[]":n,O=0;O<N.length;++O){var L=N[O],P="object"===typeof L&&"undefined"!==typeof L.value?L.value:x[L];if(!c||null!==P){var I=u(x)?"function"===typeof a?a(T,L):T:T+(v?"."+L:"["+L+"]");D.set(t,S);var R=r();R.set(m,D),s(M,e(P,I,a,o,l,c,"comma"===a&&b&&u(x)?null:f,d,p,v,g,y,_,b,w,R))}}return M};e.exports=function(e,t){var n,i=e,c=function(e){if(!e)return h;if(null!==e.encoder&&"undefined"!==typeof e.encoder&&"function"!==typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||h.charset;if("undefined"!==typeof e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=a.default;if("undefined"!==typeof e.format){if(!o.call(a.formatters,e.format))throw new TypeError("Unknown format option provided.");n=e.format}var r=a.formatters[n],i=h.filter;return("function"===typeof e.filter||u(e.filter))&&(i=e.filter),{addQueryPrefix:"boolean"===typeof e.addQueryPrefix?e.addQueryPrefix:h.addQueryPrefix,allowDots:"undefined"===typeof e.allowDots?h.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"===typeof e.charsetSentinel?e.charsetSentinel:h.charsetSentinel,delimiter:"undefined"===typeof e.delimiter?h.delimiter:e.delimiter,encode:"boolean"===typeof e.encode?e.encode:h.encode,encoder:"function"===typeof e.encoder?e.encoder:h.encoder,encodeValuesOnly:"boolean"===typeof e.encodeValuesOnly?e.encodeValuesOnly:h.encodeValuesOnly,filter:i,format:n,formatter:r,serializeDate:"function"===typeof e.serializeDate?e.serializeDate:h.serializeDate,skipNulls:"boolean"===typeof e.skipNulls?e.skipNulls:h.skipNulls,sort:"function"===typeof e.sort?e.sort:null,strictNullHandling:"boolean"===typeof e.strictNullHandling?e.strictNullHandling:h.strictNullHandling}}(t);"function"===typeof c.filter?i=(0,c.filter)("",i):u(c.filter)&&(n=c.filter);var f,d=[];if("object"!==typeof i||null===i)return"";f=t&&t.arrayFormat in l?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var m=l[f];if(t&&"commaRoundTrip"in t&&"boolean"!==typeof t.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var v="comma"===m&&t&&t.commaRoundTrip;n||(n=Object.keys(i)),c.sort&&n.sort(c.sort);for(var g=r(),y=0;y<n.length;++y){var _=n[y];c.skipNulls&&null===i[_]||s(d,p(i[_],_,m,v,c.strictNullHandling,c.skipNulls,c.encode?c.encoder:null,c.filter,c.sort,c.allowDots,c.serializeDate,c.format,c.formatter,c.encodeValuesOnly,c.charset,g))}var b=d.join(c.delimiter),w=!0===c.addQueryPrefix?"?":"";return c.charsetSentinel&&("iso-8859-1"===c.charset?w+="utf8=%26%2310003%3B&":w+="utf8=%E2%9C%93&"),b.length>0?w+b:""}},837:function(e,t,n){"use strict";var r=n(609),i=Object.prototype.hasOwnProperty,a=Array.isArray,o=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),l=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},r=0;r<e.length;++r)"undefined"!==typeof e[r]&&(n[r]=e[r]);return n};e.exports={arrayToObject:l,assign:function(e,t){return Object.keys(t).reduce((function(e,n){return e[n]=t[n],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],r=0;r<t.length;++r)for(var i=t[r],o=i.obj[i.prop],l=Object.keys(o),u=0;u<l.length;++u){var c=l[u],s=o[c];"object"===typeof s&&null!==s&&-1===n.indexOf(s)&&(t.push({obj:o,prop:c}),n.push(s))}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(a(n)){for(var r=[],i=0;i<n.length;++i)"undefined"!==typeof n[i]&&r.push(n[i]);t.obj[t.prop]=r}}}(t),e},decode:function(e,t,n){var r=e.replace(/\+/g," ");if("iso-8859-1"===n)return r.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(r)}catch(i){return r}},encode:function(e,t,n,i,a){if(0===e.length)return e;var l=e;if("symbol"===typeof e?l=Symbol.prototype.toString.call(e):"string"!==typeof e&&(l=String(e)),"iso-8859-1"===n)return escape(l).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var u="",c=0;c<l.length;++c){var s=l.charCodeAt(c);45===s||46===s||95===s||126===s||s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122||a===r.RFC1738&&(40===s||41===s)?u+=l.charAt(c):s<128?u+=o[s]:s<2048?u+=o[192|s>>6]+o[128|63&s]:s<55296||s>=57344?u+=o[224|s>>12]+o[128|s>>6&63]+o[128|63&s]:(c+=1,s=65536+((1023&s)<<10|1023&l.charCodeAt(c)),u+=o[240|s>>18]+o[128|s>>12&63]+o[128|s>>6&63]+o[128|63&s])}return u},isBuffer:function(e){return!(!e||"object"!==typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(a(e)){for(var n=[],r=0;r<e.length;r+=1)n.push(t(e[r]));return n}return t(e)},merge:function e(t,n,r){if(!n)return t;if("object"!==typeof n){if(a(t))t.push(n);else{if(!t||"object"!==typeof t)return[t,n];(r&&(r.plainObjects||r.allowPrototypes)||!i.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!==typeof t)return[t].concat(n);var o=t;return a(t)&&!a(n)&&(o=l(t,r)),a(t)&&a(n)?(n.forEach((function(n,a){if(i.call(t,a)){var o=t[a];o&&"object"===typeof o&&n&&"object"===typeof n?t[a]=e(o,n,r):t.push(n)}else t[a]=n})),t):Object.keys(n).reduce((function(t,a){var o=n[a];return i.call(t,a)?t[a]=e(t[a],o,r):t[a]=o,t}),o)}}},111:function(e,t,n){e.exports=n(282)},282:function(e,t,n){"use strict";var r,i=(r=n(206))&&"object"==typeof r&&"default"in r?r.default:r,a=n(206);function o(){return(o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function l(e,t){e.prototype=Object.create(t.prototype),function(e,t){for(var n=Object.getOwnPropertyNames(t),r=0;r<n.length;r++){var i=n[r],a=Object.getOwnPropertyDescriptor(t,i);a&&a.configurable&&void 0===e[i]&&Object.defineProperty(e,i,a)}}(e.prototype.constructor=e,t)}function u(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var c=function(e,t,n,r,i,a,o,l){if(!e){var u;if(void 0===t)u=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var c=[n,r,i,a,o,l],s=0;(u=new Error(t.replace(/%s/g,(function(){return c[s++]})))).name="Invariant Violation"}throw u.framesToPop=1,u}};function s(e,t,n){if("selectionStart"in e&&"selectionEnd"in e)e.selectionStart=t,e.selectionEnd=n;else{var r=e.createTextRange();r.collapse(!0),r.moveStart("character",t),r.moveEnd("character",n-t),r.select()}}var f={9:"[0-9]",a:"[A-Za-z]","*":"[A-Za-z0-9]"};function d(e,t,n){var r="",i="",a=null,o=[];if(void 0===t&&(t="_"),null==n&&(n=f),!e||"string"!=typeof e)return{maskChar:t,formatChars:n,mask:null,prefix:null,lastEditablePosition:null,permanents:[]};var l=!1;return e.split("").forEach((function(e){l=!l&&"\\"===e||(l||!n[e]?(o.push(r.length),r.length===o.length-1&&(i+=e)):a=r.length+1,r+=e,!1)})),{maskChar:t,formatChars:n,prefix:i,mask:r,lastEditablePosition:a,permanents:o}}function h(e,t){return-1!==e.permanents.indexOf(t)}function m(e,t,n){var r=e.mask,i=e.formatChars;if(!n)return!1;if(h(e,t))return r[t]===n;var a=i[r[t]];return new RegExp(a).test(n)}function p(e,t){return t.split("").every((function(t,n){return h(e,n)||!m(e,n,t)}))}function v(e,t){var n=e.maskChar,r=e.prefix;if(!n){for(;t.length>r.length&&h(e,t.length-1);)t=t.slice(0,t.length-1);return t.length}for(var i=r.length,a=t.length;a>=r.length;a--){var o=t[a];if(!h(e,a)&&m(e,a,o)){i=a+1;break}}return i}function g(e,t){return v(e,t)===e.mask.length}function y(e,t){var n=e.maskChar,r=e.mask,i=e.prefix;if(!n){for((t=_(e,"",t,0)).length<i.length&&(t=i);t.length<r.length&&h(e,t.length);)t+=r[t.length];return t}if(t)return _(e,y(e,""),t,0);for(var a=0;a<r.length;a++)h(e,a)?t+=r[a]:t+=n;return t}function _(e,t,n,r){var i=e.mask,a=e.maskChar,o=e.prefix,l=n.split(""),u=g(e,t);return!a&&r>t.length&&(t+=i.slice(t.length,r)),l.every((function(n){for(;s=n,h(e,c=r)&&s!==i[c];){if(r>=t.length&&(t+=i[r]),l=n,a&&h(e,r)&&l===a)return!0;if(++r>=i.length)return!1}var l,c,s;return!m(e,r,n)&&n!==a||(r<t.length?t=a||u||r<o.length?t.slice(0,r)+n+t.slice(r+1):(t=t.slice(0,r)+n+t.slice(r),y(e,t)):a||(t+=n),++r<i.length)})),t}function b(e,t){for(var n=e.mask,r=t;r<n.length;++r)if(!h(e,r))return r;return null}function w(e){return e||0===e?e+"":""}function D(e,t,n,r,i){var a=e.mask,o=e.prefix,l=e.lastEditablePosition,u=t,c="",s=0,f=0,d=Math.min(i.start,n.start);return n.end>i.start?f=(s=function(e,t,n,r){var i=e.mask,a=e.maskChar,o=n.split(""),l=r;return o.every((function(t){for(;o=t,h(e,n=r)&&o!==i[n];)if(++r>=i.length)return!1;var n,o;return(m(e,r,t)||t===a)&&r++,r<i.length})),r-l}(e,0,c=u.slice(i.start,n.end),d))?i.length:0:u.length<r.length&&(f=r.length-u.length),u=r,f&&(1!==f||i.length||(d=i.start===n.start?b(e,n.start):function(e,t){for(var n=t;0<=n;--n)if(!h(e,n))return n;return null}(e,n.start)),u=function(e,t,n,r){var i=n+r,a=e.maskChar,o=e.mask,l=e.prefix,u=t.split("");if(a)return u.map((function(t,r){return r<n||i<=r?t:h(e,r)?o[r]:a})).join("");for(var c=i;c<u.length;c++)h(e,c)&&(u[c]="");return n=Math.max(l.length,n),u.splice(n,i-n),t=u.join(""),y(e,t)}(e,u,d,f)),u=_(e,u,c,d),(d+=s)>=a.length?d=a.length:d<o.length&&!s?d=o.length:d>=o.length&&d<l&&s&&(d=b(e,d)),c||(c=null),{value:u=y(e,u),enteredString:c,selection:{start:d,end:d}}}function k(e){return"function"==typeof e}function x(){return window.cancelAnimationFrame||window.webkitCancelRequestAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame}function C(e){return(x()?window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame:function(){return setTimeout(e,1e3/60)})(e)}function S(e){(x()||clearTimeout)(e)}var E=function(e){function t(t){var n=e.call(this,t)||this;n.focused=!1,n.mounted=!1,n.previousSelection=null,n.selectionDeferId=null,n.saveSelectionLoopDeferId=null,n.saveSelectionLoop=function(){n.previousSelection=n.getSelection(),n.saveSelectionLoopDeferId=C(n.saveSelectionLoop)},n.runSaveSelectionLoop=function(){null===n.saveSelectionLoopDeferId&&n.saveSelectionLoop()},n.stopSaveSelectionLoop=function(){null!==n.saveSelectionLoopDeferId&&(S(n.saveSelectionLoopDeferId),n.saveSelectionLoopDeferId=null,n.previousSelection=null)},n.getInputDOMNode=function(){if(!n.mounted)return null;var e=a.findDOMNode(u(u(n))),t="undefined"!=typeof window&&e instanceof window.Element;if(e&&!t)return null;if("INPUT"!==e.nodeName&&(e=e.querySelector("input")),!e)throw new Error("react-input-mask: inputComponent doesn't contain input node");return e},n.getInputValue=function(){var e=n.getInputDOMNode();return e?e.value:null},n.setInputValue=function(e){var t=n.getInputDOMNode();t&&(n.value=e,t.value=e)},n.setCursorToEnd=function(){var e=v(n.maskOptions,n.value),t=b(n.maskOptions,e);null!==t&&n.setCursorPosition(t)},n.setSelection=function(e,t,r){void 0===r&&(r={});var i=n.getInputDOMNode(),a=n.isFocused();i&&a&&(r.deferred||s(i,e,t),null!==n.selectionDeferId&&S(n.selectionDeferId),n.selectionDeferId=C((function(){n.selectionDeferId=null,s(i,e,t)})),n.previousSelection={start:e,end:t,length:Math.abs(t-e)})},n.getSelection=function(){return function(e){var t=0,n=0;if("selectionStart"in e&&"selectionEnd"in e)t=e.selectionStart,n=e.selectionEnd;else{var r=document.selection.createRange();r.parentElement()===e&&(t=-r.moveStart("character",-e.value.length),n=-r.moveEnd("character",-e.value.length))}return{start:t,end:n,length:n-t}}(n.getInputDOMNode())},n.getCursorPosition=function(){return n.getSelection().start},n.setCursorPosition=function(e){n.setSelection(e,e)},n.isFocused=function(){return n.focused},n.getBeforeMaskedValueChangeConfig=function(){var e=n.maskOptions,t=e.mask,r=e.maskChar,i=e.permanents,a=e.formatChars;return{mask:t,maskChar:r,permanents:i,alwaysShowMask:!!n.props.alwaysShowMask,formatChars:a}},n.isInputAutofilled=function(e,t,r,i){var a=n.getInputDOMNode();try{if(a.matches(":-webkit-autofill"))return!0}catch(c){}return!n.focused||i.end<r.length&&t.end===e.length},n.onChange=function(e){var t=u(u(n)).beforePasteState,r=u(u(n)).previousSelection,i=n.props.beforeMaskedValueChange,a=n.getInputValue(),o=n.value,l=n.getSelection();n.isInputAutofilled(a,l,o,r)&&(o=y(n.maskOptions,""),r={start:0,end:0,length:0}),t&&(r=t.selection,o=t.value,l={start:r.start+a.length,end:r.start+a.length,length:0},a=o.slice(0,r.start)+a+o.slice(r.end),n.beforePasteState=null);var c=D(n.maskOptions,a,l,o,r),s=c.enteredString,f=c.selection,d=c.value;if(k(i)){var h=i({value:d,selection:f},{value:o,selection:r},s,n.getBeforeMaskedValueChangeConfig());d=h.value,f=h.selection}n.setInputValue(d),k(n.props.onChange)&&n.props.onChange(e),n.isWindowsPhoneBrowser?n.setSelection(f.start,f.end,{deferred:!0}):n.setSelection(f.start,f.end)},n.onFocus=function(e){var t=n.props.beforeMaskedValueChange,r=n.maskOptions,i=r.mask,a=r.prefix;if(n.focused=!0,n.mounted=!0,i){if(n.value)v(n.maskOptions,n.value)<n.maskOptions.mask.length&&n.setCursorToEnd();else{var o=y(n.maskOptions,a),l=y(n.maskOptions,o),u=v(n.maskOptions,l),c=b(n.maskOptions,u),s={start:c,end:c};if(k(t)){var f=t({value:l,selection:s},{value:n.value,selection:null},null,n.getBeforeMaskedValueChangeConfig());l=f.value,s=f.selection}var d=l!==n.getInputValue();d&&n.setInputValue(l),d&&k(n.props.onChange)&&n.props.onChange(e),n.setSelection(s.start,s.end)}n.runSaveSelectionLoop()}k(n.props.onFocus)&&n.props.onFocus(e)},n.onBlur=function(e){var t=n.props.beforeMaskedValueChange,r=n.maskOptions.mask;if(n.stopSaveSelectionLoop(),n.focused=!1,r&&!n.props.alwaysShowMask&&p(n.maskOptions,n.value)){var i="";k(t)&&(i=t({value:i,selection:null},{value:n.value,selection:n.previousSelection},null,n.getBeforeMaskedValueChangeConfig()).value);var a=i!==n.getInputValue();a&&n.setInputValue(i),a&&k(n.props.onChange)&&n.props.onChange(e)}k(n.props.onBlur)&&n.props.onBlur(e)},n.onMouseDown=function(e){if(!n.focused&&document.addEventListener){n.mouseDownX=e.clientX,n.mouseDownY=e.clientY,n.mouseDownTime=(new Date).getTime();document.addEventListener("mouseup",(function e(t){if(document.removeEventListener("mouseup",e),n.focused){var r=Math.abs(t.clientX-n.mouseDownX),i=Math.abs(t.clientY-n.mouseDownY),a=Math.max(r,i),o=(new Date).getTime()-n.mouseDownTime;(a<=10&&o<=200||a<=5&&o<=300)&&n.setCursorToEnd()}}))}k(n.props.onMouseDown)&&n.props.onMouseDown(e)},n.onPaste=function(e){k(n.props.onPaste)&&n.props.onPaste(e),e.defaultPrevented||(n.beforePasteState={value:n.getInputValue(),selection:n.getSelection()},n.setInputValue(""))},n.handleRef=function(e){null==n.props.children&&k(n.props.inputRef)&&n.props.inputRef(e)};var r=t.mask,i=t.maskChar,o=t.formatChars,l=t.alwaysShowMask,c=t.beforeMaskedValueChange,f=t.defaultValue,h=t.value;n.maskOptions=d(r,i,o),null==f&&(f=""),null==h&&(h=f);var m=w(h);if(n.maskOptions.mask&&(l||m)&&(m=y(n.maskOptions,m),k(c))){var g=t.value;null==t.value&&(g=f),m=c({value:m,selection:null},{value:g=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,i=t.mask,a=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(i,a,o),this.maskOptions.mask){!l.mask&&this.isFocused()&&this.runSaveSelectionLoop();var h=this.maskOptions.mask&&this.maskOptions.mask!==l.mask;if(l.mask||c||(s=this.getInputValue()),(h||this.maskOptions.mask&&(s||u))&&(s=y(this.maskOptions,s)),h){var m=v(this.maskOptions,s);(null===f||m<f)&&(f=g(this.maskOptions,s)?m:b(this.maskOptions,m))}!this.maskOptions.mask||!p(this.maskOptions,s)||u||c&&this.props.value||(s="");var _={start:f,end:f};if(k(n)){var D=n({value:s,selection:_},{value:this.value,selection:this.previousSelection},null,this.getBeforeMaskedValueChangeConfig());s=D.value,_=D.selection}this.value=s;var x=this.getInputValue()!==this.value;x?(this.setInputValue(this.value),this.forceUpdate()):h&&this.forceUpdate();var C=!1;null!=_.start&&null!=_.end&&(C=!e||e.start!==_.start||e.end!==_.end),(C||x)&&this.setSelection(_.start,_.end)}else l.mask&&(this.stopSaveSelectionLoop(),this.forceUpdate())},n.componentWillUnmount=function(){this.mounted=!1,null!==this.selectionDeferId&&S(this.selectionDeferId),this.stopSaveSelectionLoop()},n.render=function(){var e,t=this.props,n=(t.mask,t.alwaysShowMask,t.maskChar,t.formatChars,t.inputRef,t.beforeMaskedValueChange,t.children),r=function(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],0<=t.indexOf(n)||(i[n]=e[n]);return i}(t,["mask","alwaysShowMask","maskChar","formatChars","inputRef","beforeMaskedValueChange","children"]);if(n){k(n)||c(!1);var a=["onChange","onPaste","onMouseDown","onFocus","onBlur","value","disabled","readOnly"],l=o({},r);a.forEach((function(e){return delete l[e]})),e=n(l),a.filter((function(t){return null!=e.props[t]&&e.props[t]!==r[t]})).length&&c(!1)}else e=i.createElement("input",o({ref:this.handleRef},r));var u={onFocus:this.onFocus,onBlur:this.onBlur};return this.maskOptions.mask&&(r.disabled||r.readOnly||(u.onChange=this.onChange,u.onPaste=this.onPaste,u.onMouseDown=this.onMouseDown),null!=r.value&&(u.value=this.value)),e=i.cloneElement(e,u)},t}(i.Component);e.exports=E},267:function(e,t,n){"use strict";var r=n(476),i=n(150),a=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)&&(a?i(e,"length",t,!0,!0):i(e,"length",t)),e}},170:function(e,t,n){"use strict";var r=n(476),i=n(680),a=n(154),o=r("%TypeError%"),l=r("%WeakMap%",!0),u=r("%Map%",!0),c=i("WeakMap.prototype.get",!0),s=i("WeakMap.prototype.set",!0),f=i("WeakMap.prototype.has",!0),d=i("Map.prototype.get",!0),h=i("Map.prototype.set",!0),m=i("Map.prototype.has",!0),p=function(e,t){for(var n,r=e;null!==(n=r.next);r=n)if(n.key===t)return r.next=n.next,n.next=e.next,e.next=n,n};e.exports=function(){var e,t,n,r={assert:function(e){if(!r.has(e))throw new o("Side channel does not contain "+a(e))},get:function(r){if(l&&r&&("object"===typeof r||"function"===typeof r)){if(e)return c(e,r)}else if(u){if(t)return d(t,r)}else if(n)return function(e,t){var n=p(e,t);return n&&n.value}(n,r)},has:function(r){if(l&&r&&("object"===typeof r||"function"===typeof r)){if(e)return f(e,r)}else if(u){if(t)return m(t,r)}else if(n)return function(e,t){return!!p(e,t)}(n,r);return!1},set:function(r,i){l&&r&&("object"===typeof r||"function"===typeof r)?(e||(e=new l),s(e,r,i)):u?(t||(t=new u),h(t,r,i)):(n||(n={key:{},next:null}),function(e,t,n){var r=p(e,t);r?r.value=n:e.next={key:t,next:e.next,value:n}}(n,r,i))}};return r}},654:function(){}},t={};function n(r){var i=t[r];if(void 0!==i)return i.exports;var a=t[r]={exports:{}};return e[r].call(a.exports,a,a.exports,n),a.exports}n.m=e,n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.f={},n.e=function(e){return Promise.all(Object.keys(n.f).reduce((function(t,r){return n.f[r](e,t),t}),[]))},n.u=function(e){return"static/js/"+e+".da77e7b3.chunk.js"},n.miniCssF=function(e){},n.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}(),n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){var e={},t="vmui:";n.l=function(r,i,a,o){if(e[r])e[r].push(i);else{var l,u;if(void 0!==a)for(var c=document.getElementsByTagName("script"),s=0;s<c.length;s++){var f=c[s];if(f.getAttribute("src")==r||f.getAttribute("data-webpack")==t+a){l=f;break}}l||(u=!0,(l=document.createElement("script")).charset="utf-8",l.timeout=120,n.nc&&l.setAttribute("nonce",n.nc),l.setAttribute("data-webpack",t+a),l.src=r),e[r]=[i];var d=function(t,n){l.onerror=l.onload=null,clearTimeout(h);var i=e[r];if(delete e[r],l.parentNode&&l.parentNode.removeChild(l),i&&i.forEach((function(e){return e(n)})),t)return t(n)},h=setTimeout(d.bind(null,void 0,{type:"timeout",target:l}),12e4);l.onerror=d.bind(null,l.onerror),l.onload=d.bind(null,l.onload),u&&document.head.appendChild(l)}}}(),n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.p="./",function(){var e={179:0};n.f.j=function(t,r){var i=n.o(e,t)?e[t]:void 0;if(0!==i)if(i)r.push(i[2]);else{var a=new Promise((function(n,r){i=e[t]=[n,r]}));r.push(i[2]=a);var o=n.p+n.u(t),l=new Error;n.l(o,(function(r){if(n.o(e,t)&&(0!==(i=e[t])&&(e[t]=void 0),i)){var a=r&&("load"===r.type?"missing":r.type),o=r&&r.target&&r.target.src;l.message="Loading chunk "+t+" failed.\n("+a+": "+o+")",l.name="ChunkLoadError",l.type=a,l.request=o,i[1](l)}}),"chunk-"+t,t)}};var t=function(t,r){var i,a,o=r[0],l=r[1],u=r[2],c=0;if(o.some((function(t){return 0!==e[t]}))){for(i in l)n.o(l,i)&&(n.m[i]=l[i]);if(u)u(n)}for(t&&t(r);c<o.length;c++)a=o[c],n.o(e,a)&&e[a]&&e[a][0](),e[a]=0},r=self.webpackChunkvmui=self.webpackChunkvmui||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))}(),function(){"use strict";var e={};n.r(e),n.d(e,{AlarmIcon:function(){return mr},ArrowDownIcon:function(){return sr},ArrowDropDownIcon:function(){return fr},CalendarIcon:function(){return hr},ChartIcon:function(){return yr},ClockIcon:function(){return dr},CloseIcon:function(){return rr},CodeIcon:function(){return br},CopyIcon:function(){return Ar},DeleteIcon:function(){return wr},DoneIcon:function(){return xr},DragIcon:function(){return Nr},ErrorIcon:function(){return lr},FunctionIcon:function(){return $r},InfoIcon:function(){return ar},IssueIcon:function(){return Tr},KeyboardIcon:function(){return pr},LabelIcon:function(){return Vr},ListIcon:function(){return Br},LogoIcon:function(){return Xn},LogoLogsIcon:function(){return er},LogoShortIcon:function(){return tr},MetricIcon:function(){return Hr},MinusIcon:function(){return kr},MoreIcon:function(){return Pr},PlayCircleOutlineIcon:function(){return gr},PlayIcon:function(){return vr},PlusIcon:function(){return Dr},Prettify:function(){return Er},QuestionIcon:function(){return Or},RefreshIcon:function(){return cr},RestartIcon:function(){return ir},SettingsIcon:function(){return nr},StarBorderIcon:function(){return zr},StarIcon:function(){return jr},StorageIcon:function(){return Lr},SuccessIcon:function(){return ur},TableIcon:function(){return _r},TimelineIcon:function(){return Mr},TipIcon:function(){return Rr},TuneIcon:function(){return Ir},ValueIcon:function(){return Yr},VisibilityIcon:function(){return Cr},VisibilityOffIcon:function(){return Sr},WarningIcon:function(){return or},WikiIcon:function(){return Fr}});var t,r=n(206),i=n(658),a=n.n(i),o=n(443),l=n.n(o),u=n(446),c=n.n(u),s=n(635),f=n.n(s);function d(e){if(Array.isArray(e))return e}function h(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function m(e,t){if(e){if("string"===typeof e)return h(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?h(e,t):void 0}}function p(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function v(e,t){return d(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,a,o,l=[],u=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;u=!1}else for(;!(u=(r=a.call(n)).done)&&(l.push(r.value),l.length!==t);u=!0);}catch(e){c=!0,i=e}finally{try{if(!u&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return l}}(e,t)||m(e,t)||p()}function g(e){if("undefined"!==typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function y(e){return function(e){if(Array.isArray(e))return h(e)}(e)||g(e)||m(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function _(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function b(e){return b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},b(e)}function w(e){var t=function(e,t){if("object"!==b(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==b(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===b(t)?t:String(t)}function D(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,w(r.key),r)}}function k(e,t,n){return t&&D(e.prototype,t),n&&D(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function x(e,t){return x=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},x(e,t)}function C(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&x(e,t)}function S(e){return S=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},S(e)}function E(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function A(e,t){if(t&&("object"===b(t)||"function"===typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function N(e){var t=E();return function(){var n,r=S(e);if(t){var i=S(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return A(this,n)}}function M(e,t,n){return M=E()?Reflect.construct.bind():function(e,t,n){var r=[null];r.push.apply(r,t);var i=new(Function.bind.apply(e,r));return n&&x(i,n.prototype),i},M.apply(null,arguments)}function F(e){var t="function"===typeof Map?new Map:void 0;return F=function(e){if(null===e||!function(e){try{return-1!==Function.toString.call(e).indexOf("[native code]")}catch(t){return"function"===typeof e}}(e))return e;if("function"!==typeof e)throw new TypeError("Super expression must either be null or a function");if("undefined"!==typeof t){if(t.has(e))return t.get(e);t.set(e,n)}function n(){return M(e,arguments,S(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),x(n,e)},F(e)}function T(e,t){var n="undefined"!==typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=m(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,l=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return o=e.done,e},e:function(e){l=!0,a=e},f:function(){try{o||null==n.return||n.return()}finally{if(l)throw a}}}}function O(){return O=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},O.apply(this,arguments)}a().extend(l()),a().extend(c()),a().extend(f()),function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"}(t||(t={}));var L,P="popstate";function I(e,t){if(!1===e||null===e||"undefined"===typeof e)throw new Error(t)}function R(e,t){if(!e){"undefined"!==typeof console&&console.warn(t);try{throw new Error(t)}catch(n){}}}function B(e,t){return{usr:e.state,key:e.key,idx:t}}function z(e,t,n,r){return void 0===n&&(n=null),O({pathname:"string"===typeof e?e:e.pathname,search:"",hash:""},"string"===typeof t?H(t):t,{state:n,key:t&&t.key||r||Math.random().toString(36).substr(2,8)})}function j(e){var t=e.pathname,n=void 0===t?"/":t,r=e.search,i=void 0===r?"":r,a=e.hash,o=void 0===a?"":a;return i&&"?"!==i&&(n+="?"===i.charAt(0)?i:"?"+i),o&&"#"!==o&&(n+="#"===o.charAt(0)?o:"#"+o),n}function H(e){var t={};if(e){var n=e.indexOf("#");n>=0&&(t.hash=e.substr(n),e=e.substr(0,n));var r=e.indexOf("?");r>=0&&(t.search=e.substr(r),e=e.substr(0,r)),e&&(t.pathname=e)}return t}function $(e,n,r,i){void 0===i&&(i={});var a=i,o=a.window,l=void 0===o?document.defaultView:o,u=a.v5Compat,c=void 0!==u&&u,s=l.history,f=t.Pop,d=null,h=m();function m(){return(s.state||{idx:null}).idx}function p(){f=t.Pop;var e=m(),n=null==e?null:e-h;h=e,d&&d({action:f,location:g.location,delta:n})}function v(e){var t="null"!==l.location.origin?l.location.origin:l.location.href,n="string"===typeof e?e:j(e);return I(t,"No window.location.(origin|href) available to create URL for href: "+n),new URL(n,t)}null==h&&(h=0,s.replaceState(O({},s.state,{idx:h}),""));var g={get action(){return f},get location(){return e(l,s)},listen:function(e){if(d)throw new Error("A history only accepts one active listener");return l.addEventListener(P,p),d=e,function(){l.removeEventListener(P,p),d=null}},createHref:function(e){return n(l,e)},createURL:v,encodeLocation:function(e){var t=v(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:function(e,n){f=t.Push;var i=z(g.location,e,n);r&&r(i,e);var a=B(i,h=m()+1),o=g.createHref(i);try{s.pushState(a,"",o)}catch(u){if(u instanceof DOMException&&"DataCloneError"===u.name)throw u;l.location.assign(o)}c&&d&&d({action:f,location:g.location,delta:1})},replace:function(e,n){f=t.Replace;var i=z(g.location,e,n);r&&r(i,e);var a=B(i,h=m()),o=g.createHref(i);s.replaceState(a,"",o),c&&d&&d({action:f,location:g.location,delta:0})},go:function(e){return s.go(e)}};return g}!function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"}(L||(L={}));new Set(["lazy","caseSensitive","path","id","index","children"]);function V(e,t,n){void 0===n&&(n="/");var r=re(("string"===typeof t?H(t):t).pathname||"/",n);if(null==r)return null;var i=Y(e);!function(e){e.sort((function(e,t){return e.score!==t.score?t.score-e.score:function(e,t){var n=e.length===t.length&&e.slice(0,-1).every((function(e,n){return e===t[n]}));return n?e[e.length-1]-t[t.length-1]:0}(e.routesMeta.map((function(e){return e.childrenIndex})),t.routesMeta.map((function(e){return e.childrenIndex})))}))}(i);for(var a=null,o=0;null==a&&o<i.length;++o)a=ee(i[o],ne(r));return a}function Y(e,t,n,r){void 0===t&&(t=[]),void 0===n&&(n=[]),void 0===r&&(r="");var i=function(e,i,a){var o={relativePath:void 0===a?e.path||"":a,caseSensitive:!0===e.caseSensitive,childrenIndex:i,route:e};o.relativePath.startsWith("/")&&(I(o.relativePath.startsWith(r),'Absolute route path "'+o.relativePath+'" nested under path "'+r+'" is not valid. An absolute child route path must start with the combined path of all its parent routes.'),o.relativePath=o.relativePath.slice(r.length));var l=le([r,o.relativePath]),u=n.concat(o);e.children&&e.children.length>0&&(I(!0!==e.index,'Index routes must not have child routes. Please remove all child routes from route path "'+l+'".'),Y(e.children,t,u,l)),(null!=e.path||e.index)&&t.push({path:l,score:X(l,e.index),routesMeta:u})};return e.forEach((function(e,t){var n;if(""!==e.path&&null!=(n=e.path)&&n.includes("?")){var r,a=T(U(e.path));try{for(a.s();!(r=a.n()).done;){var o=r.value;i(e,t,o)}}catch(l){a.e(l)}finally{a.f()}}else i(e,t)})),t}function U(e){var t=e.split("/");if(0===t.length)return[];var n,r=d(n=t)||g(n)||m(n)||p(),i=r[0],a=r.slice(1),o=i.endsWith("?"),l=i.replace(/\?$/,"");if(0===a.length)return o?[l,""]:[l];var u=U(a.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,K=-2,J=function(e){return"*"===e};function X(e,t){var n=e.split("/"),r=n.length;return n.some(J)&&(r+=K),t&&(r+=Q),n.filter((function(e){return!J(e)})).reduce((function(e,t){return e+(q.test(t)?W:""===t?Z:G)}),r)}function ee(e,t){for(var n=e.routesMeta,r={},i="/",a=[],o=0;o<n.length;++o){var l=n[o],u=o===n.length-1,c="/"===i?t:t.slice(i.length)||"/",s=te({path:l.relativePath,caseSensitive:l.caseSensitive,end:u},c);if(!s)return null;Object.assign(r,s.params);var f=l.route;a.push({params:r,pathname:le([i,s.pathname]),pathnameBase:ue(le([i,s.pathnameBase])),route:f}),"/"!==s.pathnameBase&&(i=le([i,s.pathnameBase]))}return a}function te(e,t){"string"===typeof e&&(e={path:e,caseSensitive:!1,end:!0});var n=function(e,t,n){void 0===t&&(t=!1);void 0===n&&(n=!0);R("*"===e||!e.endsWith("*")||e.endsWith("/*"),'Route path "'+e+'" will be treated as if it were "'+e.replace(/\*$/,"/*")+'" because the `*` character must always follow a `/` in the pattern. To get rid of this warning, please change the route path to "'+e.replace(/\*$/,"/*")+'".');var r=[],i="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/\/:(\w+)/g,(function(e,t){return r.push(t),"/([^\\/]+)"}));e.endsWith("*")?(r.push("*"),i+="*"===e||"/*"===e?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?i+="\\/*$":""!==e&&"/"!==e&&(i+="(?:(?=\\/|$))");var a=new RegExp(i,t?void 0:"i");return[a,r]}(e.path,e.caseSensitive,e.end),r=v(n,2),i=r[0],a=r[1],o=t.match(i);if(!o)return null;var l=o[0],u=l.replace(/(.)\/+$/,"$1"),c=o.slice(1);return{params:a.reduce((function(e,t,n){if("*"===t){var r=c[n]||"";u=l.slice(0,l.length-r.length).replace(/(.)\/+$/,"$1")}return e[t]=function(e,t){try{return decodeURIComponent(e)}catch(n){return R(!1,'The value for the URL param "'+t+'" will not be decoded because the string "'+e+'" is a malformed URL segment. This is probably due to a bad percent encoding ('+n+")."),e}}(c[n]||"",t),e}),{}),pathname:l,pathnameBase:u,pattern:e}}function ne(e){try{return decodeURI(e)}catch(t){return R(!1,'The URL path "'+e+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent encoding ('+t+")."),e}}function re(e,t){if("/"===t)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;var n=t.endsWith("/")?t.length-1:t.length,r=e.charAt(n);return r&&"/"!==r?null:e.slice(n)||"/"}function ie(e,t,n,r){return"Cannot include a '"+e+"' character in a manually specified `to."+t+"` field ["+JSON.stringify(r)+"]. Please separate it out to the `to."+n+'` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.'}function ae(e){return e.filter((function(e,t){return 0===t||e.route.path&&e.route.path.length>0}))}function oe(e,t,n,r){var i;void 0===r&&(r=!1),"string"===typeof e?i=H(e):(I(!(i=O({},e)).pathname||!i.pathname.includes("?"),ie("?","pathname","search",i)),I(!i.pathname||!i.pathname.includes("#"),ie("#","pathname","hash",i)),I(!i.search||!i.search.includes("#"),ie("#","search","hash",i)));var a,o=""===e||""===i.pathname,l=o?"/":i.pathname;if(r||null==l)a=n;else{var u=t.length-1;if(l.startsWith("..")){for(var c=l.split("/");".."===c[0];)c.shift(),u-=1;i.pathname=c.join("/")}a=u>=0?t[u]:"/"}var s=function(e,t){void 0===t&&(t="/");var n="string"===typeof e?H(e):e,r=n.pathname,i=n.search,a=void 0===i?"":i,o=n.hash,l=void 0===o?"":o,u=r?r.startsWith("/")?r:function(e,t){var n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach((function(e){".."===e?n.length>1&&n.pop():"."!==e&&n.push(e)})),n.length>1?n.join("/"):"/"}(r,t):t;return{pathname:u,search:ce(a),hash:se(l)}}(i,a),f=l&&"/"!==l&&l.endsWith("/"),d=(o||"."===l)&&n.endsWith("/");return s.pathname.endsWith("/")||!f&&!d||(s.pathname+="/"),s}var le=function(e){return e.join("/").replace(/\/\/+/g,"/")},ue=function(e){return e.replace(/\/+$/,"").replace(/^\/*/,"/")},ce=function(e){return e&&"?"!==e?e.startsWith("?")?e:"?"+e:""},se=function(e){return e&&"#"!==e?e.startsWith("#")?e:"#"+e:""},fe=function(e){C(n,e);var t=N(n);function n(){return _(this,n),t.apply(this,arguments)}return k(n)}(F(Error));function de(e){return null!=e&&"number"===typeof e.status&&"string"===typeof e.statusText&&"boolean"===typeof e.internal&&"data"in e}var he=["post","put","patch","delete"],me=(new Set(he),["get"].concat(he));new Set(me),new Set([301,302,303,307,308]),new Set([307,308]);Symbol("deferred");function pe(){return pe=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},pe.apply(this,arguments)}var ve=r.createContext(null);var ge=r.createContext(null);var ye=r.createContext(null);var _e=r.createContext(null);var be=r.createContext(null);var we=r.createContext({outlet:null,matches:[],isDataRoute:!1});var De=r.createContext(null);function ke(){return null!=r.useContext(be)}function xe(){return ke()||I(!1),r.useContext(be).location}function Ce(e){r.useContext(_e).static||r.useLayoutEffect(e)}function Se(){return r.useContext(we).isDataRoute?function(){var e=Re(Pe.UseNavigateStable).router,t=ze(Ie.UseNavigateStable),n=r.useRef(!1);Ce((function(){n.current=!0}));var i=r.useCallback((function(r,i){void 0===i&&(i={}),n.current&&("number"===typeof r?e.navigate(r):e.navigate(r,pe({fromRouteId:t},i)))}),[e,t]);return i}():function(){ke()||I(!1);var e=r.useContext(ve),t=r.useContext(_e),n=t.basename,i=t.navigator,a=r.useContext(we).matches,o=xe().pathname,l=JSON.stringify(ae(a).map((function(e){return e.pathnameBase}))),u=r.useRef(!1);Ce((function(){u.current=!0}));var c=r.useCallback((function(t,r){if(void 0===r&&(r={}),u.current)if("number"!==typeof t){var a=oe(t,JSON.parse(l),o,"path"===r.relative);null==e&&"/"!==n&&(a.pathname="/"===a.pathname?n:le([n,a.pathname])),(r.replace?i.replace:i.push)(a,r.state,r)}else i.go(t)}),[n,i,l,o,e]);return c}()}var Ee=r.createContext(null);function Ae(e,t){var n=(void 0===t?{}:t).relative,i=r.useContext(we).matches,a=xe().pathname,o=JSON.stringify(ae(i).map((function(e){return e.pathnameBase})));return r.useMemo((function(){return oe(e,JSON.parse(o),a,"path"===n)}),[e,o,a,n])}function Ne(e,n,i){ke()||I(!1);var a,o=r.useContext(_e).navigator,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))||I(!1),a=h}else a=f;var m=a.pathname||"/",p=V(e,{pathname:"/"===s?m:m.slice(s.length)||"/"});var v=Le(p&&p.map((function(e){return Object.assign({},e,{params:Object.assign({},c,e.params),pathname:le([s,o.encodeLocation?o.encodeLocation(e.pathname).pathname:e.pathname]),pathnameBase:"/"===e.pathnameBase?s:le([s,o.encodeLocation?o.encodeLocation(e.pathnameBase).pathname:e.pathnameBase])})})),l,i);return n&&v?r.createElement(be.Provider,{value:{location:pe({pathname:"/",search:"",hash:"",state:null,key:"default"},a),navigationType:t.Pop}},v):v}function Me(){var e=function(){var e,t=r.useContext(De),n=Be(Ie.UseRouteError),i=ze(Ie.UseRouteError);if(t)return t;return null==(e=n.errors)?void 0:e[i]}(),t=de(e)?e.status+" "+e.statusText:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,i="rgba(200,200,200, 0.5)",a={padding:"0.5rem",backgroundColor:i};return r.createElement(r.Fragment,null,r.createElement("h2",null,"Unexpected Application Error!"),r.createElement("h3",{style:{fontStyle:"italic"}},t),n?r.createElement("pre",{style:a},n):null,null)}var Fe=r.createElement(Me,null),Te=function(e){C(n,e);var t=N(n);function n(e){var r;return _(this,n),(r=t.call(this,e)).state={location:e.location,revalidation:e.revalidation,error:e.error},r}return k(n,[{key:"componentDidCatch",value:function(e,t){console.error("React Router caught the following error during render",e,t)}},{key:"render",value:function(){return this.state.error?r.createElement(we.Provider,{value:this.props.routeContext},r.createElement(De.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}],[{key:"getDerivedStateFromError",value:function(e){return{error:e}}},{key:"getDerivedStateFromProps",value:function(e,t){return t.location!==e.location||"idle"!==t.revalidation&&"idle"===e.revalidation?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error||t.error,location:t.location,revalidation:e.revalidation||t.revalidation}}}]),n}(r.Component);function Oe(e){var t=e.routeContext,n=e.match,i=e.children,a=r.useContext(ve);return a&&a.static&&a.staticContext&&(n.route.errorElement||n.route.ErrorBoundary)&&(a.staticContext._deepestRenderedBoundaryId=n.route.id),r.createElement(we.Provider,{value:t},i)}function Le(e,t,n){var i;if(void 0===t&&(t=[]),void 0===n&&(n=null),null==e){var a;if(null==(a=n)||!a.errors)return null;e=n.matches}var o=e,l=null==(i=n)?void 0:i.errors;if(null!=l){var u=o.findIndex((function(e){return e.route.id&&(null==l?void 0:l[e.route.id])}));u>=0||I(!1),o=o.slice(0,Math.min(o.length,u+1))}return o.reduceRight((function(e,i,a){var u=i.route.id?null==l?void 0:l[i.route.id]:null,c=null;n&&(c=i.route.errorElement||Fe);var s=t.concat(o.slice(0,a+1)),f=function(){var t;return t=u?c:i.route.Component?r.createElement(i.route.Component,null):i.route.element?i.route.element:e,r.createElement(Oe,{match:i,routeContext:{outlet:e,matches:s,isDataRoute:null!=n},children:t})};return n&&(i.route.ErrorBoundary||i.route.errorElement||0===a)?r.createElement(Te,{location:n.location,revalidation:n.revalidation,component:c,error: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||{}),Ie=function(e){return e.UseBlocker="useBlocker",e.UseLoaderData="useLoaderData",e.UseActionData="useActionData",e.UseRouteError="useRouteError",e.UseNavigation="useNavigation",e.UseRouteLoaderData="useRouteLoaderData",e.UseMatches="useMatches",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate",e.UseRouteId="useRouteId",e}(Ie||{});function Re(e){var t=r.useContext(ve);return t||I(!1),t}function Be(e){var t=r.useContext(ge);return t||I(!1),t}function ze(e){var t=function(e){var t=r.useContext(we);return t||I(!1),t}(),n=t.matches[t.matches.length-1];return n.route.id||I(!1),n.route.id}r.startTransition;function je(e){return function(e){var t=r.useContext(we).outlet;return t?r.createElement(Ee.Provider,{value:e},t):t}(e.context)}function He(e){I(!1)}function $e(e){var n=e.basename,i=void 0===n?"/":n,a=e.children,o=void 0===a?null:a,l=e.location,u=e.navigationType,c=void 0===u?t.Pop:u,s=e.navigator,f=e.static,d=void 0!==f&&f;ke()&&I(!1);var h=i.replace(/^\/*/,"/"),m=r.useMemo((function(){return{basename:h,navigator:s,static:d}}),[h,s,d]);"string"===typeof l&&(l=H(l));var p=l,v=p.pathname,g=void 0===v?"/":v,y=p.search,_=void 0===y?"":y,b=p.hash,w=void 0===b?"":b,D=p.state,k=void 0===D?null:D,x=p.key,C=void 0===x?"default":x,S=r.useMemo((function(){var e=re(g,h);return null==e?null:{location:{pathname:e,search:_,hash:w,state:k,key:C},navigationType:c}}),[h,g,_,w,k,C,c]);return null==S?null:r.createElement(_e.Provider,{value:m},r.createElement(be.Provider,{children:o,value:S}))}function Ve(e){var t=e.children,n=e.location;return Ne(qe(t),n)}var Ye=function(e){return e[e.pending=0]="pending",e[e.success=1]="success",e[e.error=2]="error",e}(Ye||{}),Ue=new Promise((function(){}));r.Component;function qe(e,t){void 0===t&&(t=[]);var n=[];return r.Children.forEach(e,(function(e,i){if(r.isValidElement(e)){var a=[].concat(y(t),[i]);if(e.type!==r.Fragment){e.type!==He&&I(!1),e.props.index&&e.props.children&&I(!1);var o={id:e.props.id||a.join("-"),caseSensitive:e.props.caseSensitive,element:e.props.element,Component:e.props.Component,index:e.props.index,path:e.props.path,loader:e.props.loader,action:e.props.action,errorElement:e.props.errorElement,ErrorBoundary:e.props.ErrorBoundary,hasErrorBoundary:null!=e.props.ErrorBoundary||null!=e.props.errorElement,shouldRevalidate:e.props.shouldRevalidate,handle:e.props.handle,lazy:e.props.lazy};e.props.children&&(o.children=qe(e.props.children,a)),n.push(o)}else n.push.apply(n,qe(e.props.children,a))}})),n}function We(){return We=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},We.apply(this,arguments)}function Qe(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}function 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"],Ke=["aria-current","caseSensitive","className","end","style","to","unstable_viewTransition","children"];var Je=r.createContext({isTransitioning:!1});var Xe=r.startTransition;function et(e){var t=e.basename,n=e.children,i=e.future,a=e.window,o=r.useRef();null==o.current&&(o.current=function(e){return void 0===e&&(e={}),$((function(e,t){var n=H(e.location.hash.substr(1)),r=n.pathname,i=void 0===r?"/":r,a=n.search,o=void 0===a?"":a,l=n.hash,u=void 0===l?"":l;return i.startsWith("/")||i.startsWith(".")||(i="/"+i),z("",{pathname:i,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 i=e.location.href,a=i.indexOf("#");r=-1===a?i:i.slice(0,a)}return r+"#"+("string"===typeof t?t:j(t))}),(function(e,t){R("/"===e.pathname.charAt(0),"relative pathnames are not supported in hash history.push("+JSON.stringify(t)+")")}),e)}({window:a,v5Compat:!0}));var l=o.current,u=v(r.useState({action:l.action,location:l.location}),2),c=u[0],s=u[1],f=(i||{}).v7_startTransition,d=r.useCallback((function(e){f&&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,i=e.onClick,a=e.relative,o=e.reloadDocument,l=e.replace,u=e.state,c=e.target,s=e.to,f=e.preventScrollReset,d=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;ke()||I(!1);var i=r.useContext(_e),a=i.basename,o=i.navigator,l=Ae(e,{relative:n}),u=l.hash,c=l.pathname,s=l.search,f=c;return"/"!==a&&(f="/"===c?a:le([a,c])),o.createHref({pathname:f,search:s,hash:u})}(s,{relative:a}),b=function(e,t){var n=void 0===t?{}:t,i=n.target,a=n.replace,o=n.state,l=n.preventScrollReset,u=n.relative,c=n.unstable_viewTransition,s=Se(),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,i)){t.preventDefault();var n=void 0!==a?a:j(f)===j(d);s(e,{replace:n,state:o,preventScrollReset:l,relative:u,unstable_viewTransition:c})}}),[f,s,d,a,o,i,e,l,u,c])}(s,{replace:l,state:u,target:c,preventScrollReset:f,relative:a,unstable_viewTransition:d});return r.createElement("a",We({},h,{href:n||_,onClick:p||o?i:function(e){i&&i(e),e.defaultPrevented||b(e)},ref:t,target:c}))}));var it=r.forwardRef((function(e,t){var n=e["aria-current"],i=void 0===n?"page":n,a=e.caseSensitive,o=void 0!==a&&a,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,Ke),v=Ae(d,{relative:p.relative}),g=xe(),y=r.useContext(ge),_=r.useContext(_e).navigator,b=null!=y&&function(e,t){void 0===t&&(t={});var n=r.useContext(Je);null==n&&I(!1);var i=lt(at.useViewTransitionState).basename,a=Ae(e,{relative:t.relative});if(!n.isTransitioning)return!1;var o=re(n.currentLocation.pathname,i)||n.currentLocation.pathname,l=re(n.nextLocation.pathname,i)||n.nextLocation.pathname;return null!=te(a.pathname,l)||null!=te(a.pathname,o)}(v)&&!0===h,w=_.encodeLocation?_.encodeLocation(v).pathname:v.pathname,D=g.pathname,k=y&&y.navigation&&y.navigation.location?y.navigation.location.pathname:null;o||(D=D.toLowerCase(),k=k?k.toLowerCase():null,w=w.toLowerCase());var x,C=D===w||!s&&D.startsWith(w)&&"/"===D.charAt(w.length),S=null!=k&&(k===w||!s&&k.startsWith(w)&&"/"===k.charAt(w.length)),E={isActive:C,isPending:S,isTransitioning:b},A=C?i:void 0;x="function"===typeof u?u(E):[u,C?"active":null,S?"pending":null,b?"transitioning":null].filter(Boolean).join(" ");var N="function"===typeof f?f(E):f;return r.createElement(rt,We({},p,{"aria-current":A,className:x,ref:t,style:N,to:d,unstable_viewTransition:h}),"function"===typeof m?m(E):m)}));var at,ot;function lt(e){var t=r.useContext(ve);return t||I(!1),t}function ut(e){var t=r.useRef(Ze(e)),n=r.useRef(!1),i=xe(),a=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}(i.search,n.current?null:t.current)}),[i.search]),o=Se(),l=r.useCallback((function(e,t){var r=Ze("function"===typeof e?e(a):e);n.current=!0,o("?"+r,t)}),[o,a]);return[a,l]}(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmit="useSubmit",e.UseSubmitFetcher="useSubmitFetcher",e.UseFetcher="useFetcher",e.useViewTransitionState="useViewTransitionState"})(at||(at={})),function(e){e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"}(ot||(ot={}));var ct;function st(e,t,n){return(t=w(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ft(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function dt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ft(Object(n),!0).forEach((function(t){st(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ft(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var ht={home:"/",metrics:"/metrics",dashboards:"/dashboards",cardinality:"/cardinality",topQueries:"/top-queries",trace:"/trace",withTemplate:"/expand-with-exprs",relabel:"/relabeling",logs:"/logs",activeQueries:"/active-queries",icons:"/icons"},mt={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,pt={header:{tenant:!0,stepControl:!mt,timeSelector:!mt,executionControls:!mt}},vt=(st(ct={},ht.home,dt({title:"Query"},pt)),st(ct,ht.metrics,{title:"Explore Prometheus metrics",header:{tenant:!0,stepControl:!0,timeSelector:!0}}),st(ct,ht.cardinality,{title:"Explore cardinality",header:{tenant:!0,cardinalityDatePicker:!0}}),st(ct,ht.topQueries,{title:"Top queries",header:{tenant:!0}}),st(ct,ht.trace,{title:"Trace analyzer",header:{}}),st(ct,ht.dashboards,dt({title:"Dashboards"},pt)),st(ct,ht.withTemplate,{title:"WITH templates",header:{}}),st(ct,ht.relabel,{title:"Metric relabel debug",header:{}}),st(ct,ht.logs,{title:"Logs Explorer",header:{}}),st(ct,ht.activeQueries,{title:"Active Queries",header:{}}),st(ct,ht.icons,{title:"Icons",header:{}}),ct),gt=ht,yt=function(){var e,t=(null===(e=document.getElementById("root"))||void 0===e?void 0:e.dataset.params)||"{}";try{return JSON.parse(t)}catch(n){return console.error(n),{}}},_t=function(){return!!Object.keys(yt()).length},bt=/(\/select\/)(\d+|\d.+)(\/)(.+)/,wt=function(e,t){return e.replace(bt,"$1".concat(t,"/$4"))},Dt=function(e){var t;return(null===(t=e.match(bt))||void 0===t?void 0:t[2])||""},kt={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,xt=n(776),Ct=n.n(xt),St=n(7),Et=n.n(St),At={table:100,chart:20,code:1e3},Nt=[{id:"small",isDefault:!0,height:function(){return.2*window.innerHeight}},{id:"medium",height:function(){return.4*window.innerHeight}},{id:"large",height:function(){return.8*window.innerHeight}}],Mt=["min","median","max"],Ft=function(e,t){var n=window.location.hash.split("?")[1],r=Ct().parse(n,{ignoreQueryPrefix:!0});return Et()(r,e,t||"")},Tt=function(e,t){t?window.localStorage.setItem(e,JSON.stringify({value:t})):Lt([e]),window.dispatchEvent(new Event("storage"))},Ot=function(e){var t=window.localStorage.getItem(e);if(null!==t)try{var n;return null===(n=JSON.parse(t))||void 0===n?void 0:n.value}catch(r){return t}},Lt=function(e){return e.forEach((function(e){return window.localStorage.removeItem(e)}))},Pt=function(e){return e.emptyServer="Please enter Server URL",e.validServer="Please provide a valid Server URL",e.validQuery="Please enter a valid Query and execute it",e.traceNotFound="Not found the tracing information",e.emptyTitle="Please enter title",e.positiveNumber="Please enter positive number",e.validStep="Please enter a valid step",e}({}),It=function(e){return e.system="system",e.light="light",e.dark="dark",e}({}),Rt=function(e){return e.empty="empty",e.metricsql="metricsql",e.label="label",e.labelValue="labelValue",e}({}),Bt=function(e){return getComputedStyle(document.documentElement).getPropertyValue("--".concat(e))},zt=function(e,t){document.documentElement.style.setProperty("--".concat(e),t)},jt=function(){return window.matchMedia("(prefers-color-scheme: dark)").matches},Ht=function(e){var t;try{t=new URL(e)}catch(Wt){return!1}return"http:"===t.protocol||"https:"===t.protocol},$t=function(e){return e.replace(/\/$/,"")},Vt=Ft("g0.tenantID",""),Yt={serverUrl:$t(function(e){var t=yt().serverURL,n=window.location.href.replace(/\/(select\/)?(vmui)\/.*/,""),r=t||window.location.href.replace(/\/(?:prometheus\/)?(?:graph|vmui)\/.*/,"/prometheus");return kt?n:e?wt(r,e):r}(Vt)),tenantId:Vt,theme:Ot("THEME")||It.system,isDarkTheme:null};function Ut(e,t){switch(t.type){case"SET_SERVER":return dt(dt({},e),{},{serverUrl:$t(t.payload)});case"SET_TENANT_ID":return dt(dt({},e),{},{tenantId:t.payload});case"SET_THEME":return Tt("THEME",t.payload),dt(dt({},e),{},{theme:t.payload});case"SET_DARK_THEME":return dt(dt({},e),{},{isDarkTheme:(n=e.theme,n===It.system&&jt()||n===It.dark)});default:throw new Error}var n}var qt=n(856),Wt=0;function Qt(e,t,n,r,i,a){var o,l,u={};for(l in t)"ref"==l?o=t[l]:u[l]=t[l];var c={type:e,props:u,key:n,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:--Wt,__source:i,__self:a};if("function"==typeof e&&(o=e.defaultProps))for(l in o)void 0===u[l]&&(u[l]=o[l]);return qt.YM.vnode&&qt.YM.vnode(c),c}var Zt=(0,r.createContext)({}),Gt=function(){return(0,r.useContext)(Zt).state},Kt=function(){return(0,r.useContext)(Zt).dispatch},Jt=Object.entries(Yt).reduce((function(e,t){var n=v(t,2),r=n[0],i=n[1];return dt(dt({},e),{},st({},r,Ft(r)||i))}),{}),Xt="YYYY-MM-DD",en="YYYY-MM-DD HH:mm:ss",tn="YYYY-MM-DD HH:mm:ss:SSS (Z)",nn="YYYY-MM-DD[T]HH:mm:ss",rn=window.innerWidth/4,an=window.innerWidth/40,on=1,ln=1578e8,un=Intl.supportedValuesOf,cn=un?un("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"],sn=[{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"}],fn=sn.map((function(e){return e.short})),dn=function(e){return Math.round(1e3*e)/1e3},hn=function(e){return wn(a().duration(e,"seconds").asMilliseconds())},mn=function(e){var t=dn(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),hn(t||.001).replace(/\s/g,"")},pn=function(e){var t=e.match(/\d+/g),n=e.match(/[a-zA-Z]+/g);if(n&&t&&fn.includes(n[0]))return st({},n[0],t[0])},vn=function(e){var t=sn.map((function(e){return e.short})).join("|"),n=new RegExp("\\d+[".concat(t,"]+"),"g"),r=(e.match(n)||[]).reduce((function(e,t){var n=pn(t);return n?dt(dt({},e),n):dt({},e)}),{});return a().duration(r).asSeconds()},gn=function(e,t){return mn(e/(t?an:rn))},yn=function(e,t){var n=(t||a()().toDate()).valueOf()/1e3,r=vn(e);return{start:n-r,end:n,step:gn(r),date:_n(t||a()().toDate())}},_n=function(e){return a().tz(e).utc().format(nn)},bn=function(e){return a().tz(e).format(nn)},wn=function(e){var t=Math.floor(e%1e3),n=Math.floor(e/1e3%60),r=Math.floor(e/1e3/60%60),i=Math.floor(e/1e3/3600%24),a=Math.floor(e/864e5),o=["d","h","m","s","ms"];return[a,i,r,n,t].map((function(e,t){return e?"".concat(e).concat(o[t]):""})).filter((function(e){return e})).join("")},Dn=function(e){var t=a()(1e3*e);return t.isValid()?t.toDate():new Date},kn=[{title:"Last 5 minutes",duration:"5m"},{title:"Last 15 minutes",duration:"15m"},{title:"Last 30 minutes",duration:"30m",isDefault:!0},{title:"Last 1 hour",duration:"1h"},{title:"Last 3 hours",duration:"3h"},{title:"Last 6 hours",duration:"6h"},{title:"Last 12 hours",duration:"12h"},{title:"Last 24 hours",duration:"24h"},{title:"Last 2 days",duration:"2d"},{title:"Last 7 days",duration:"7d"},{title:"Last 30 days",duration:"30d"},{title:"Last 90 days",duration:"90d"},{title:"Last 180 days",duration:"180d"},{title:"Last 1 year",duration:"1y"},{title:"Yesterday",duration:"1d",until:function(){return a()().tz().subtract(1,"day").endOf("day").toDate()}},{title:"Today",duration:"1d",until:function(){return a()().tz().endOf("day").toDate()}}].map((function(e){return dt({id:e.title.replace(/\s/g,"_").toLocaleLowerCase(),until:e.until?e.until:function(){return a()().tz().toDate()}},e)})),xn=function(e){var t,n=e.relativeTimeId,r=e.defaultDuration,i=e.defaultEndInput,a=null===(t=kn.find((function(e){return e.isDefault})))||void 0===t?void 0:t.id,o=n||Ft("g0.relative_time",a),l=kn.find((function(e){return e.id===o}));return{relativeTimeId:l?o:"none",duration:l?l.duration:r,endInput:l?l.until():i}},Cn=function(e){var t=a()().tz(e);return"UTC".concat(t.format("Z"))},Sn=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=new RegExp(e,"i");return cn.reduce((function(n,r){var i=(r.match(/^(.*?)\//)||[])[1]||"unknown",a=Cn(r),o=a.replace(/UTC|0/,""),l=r.replace(/[/_]/g," "),u={region:r,utc:a,search:"".concat(r," ").concat(a," ").concat(l," ").concat(o)},c=!e||e&&t.test(u.search);return c&&n[i]?n[i].push(u):c&&(n[i]=[u]),n}),{})},En=function(e){a().tz.setDefault(e)},An=Ot("TIMEZONE")||a().tz.guess();En(An);var Nn,Mn=Ft("g0.range_input"),Fn=xn({defaultDuration:Mn||"1h",defaultEndInput:(Nn=Ft("g0.end_input",a()().utc().format(nn)),a()(Nn).utcOffset(0,!0).toDate()),relativeTimeId:Mn?Ft("g0.relative_time","none"):void 0}),Tn=Fn.duration,On=Fn.endInput,Ln=Fn.relativeTimeId,Pn={duration:Tn,period:yn(Tn,On),relativeTime:Ln,timezone:An};function In(e,t){switch(t.type){case"SET_DURATION":return dt(dt({},e),{},{duration:t.payload,period:yn(t.payload,Dn(e.period.end)),relativeTime:"none"});case"SET_RELATIVE_TIME":return dt(dt({},e),{},{duration:t.payload.duration,period:yn(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 wn(t)}(t.payload);return dt(dt({},e),{},{duration:n,period:yn(n,t.payload.to),relativeTime:"none"});case"RUN_QUERY":var r=xn({relativeTimeId:e.relativeTime,defaultDuration:e.duration,defaultEndInput:Dn(e.period.end)}),i=r.duration,a=r.endInput;return dt(dt({},e),{},{period:yn(i,a)});case"RUN_QUERY_TO_NOW":return dt(dt({},e),{},{period:yn(e.duration)});case"SET_TIMEZONE":return En(t.payload),Tt("TIMEZONE",t.payload),dt(dt({},e),{},{timezone:t.payload});default:throw new Error}}var Rn,Bn=(0,r.createContext)({}),zn=function(){return(0,r.useContext)(Bn).state},jn=function(){return(0,r.useContext)(Bn).dispatch},Hn=function(e){var t=Ot(e);return t?JSON.parse(t):[]},$n=50,Vn=1e3,Yn=1e3,Un=(st(Rn={},Rt.metricsql,2),st(Rn,Rt.empty,2),st(Rn,Rt.label,0),st(Rn,Rt.labelValue,0),Rn),qn=function(){function e(){_(this,e),this.maxSize=void 0,this.map=void 0,this.maxSize=Yn,this.map=new Map}return k(e,[{key:"get",value:function(e){var t,n=T(this.map);try{for(n.s();!(t=n.n()).done;){var r=v(t.value,2),i=r[0],a=r[1],o=JSON.parse(i),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=a.length<Vn;if(s&&l&&u&&f)return a}}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}(),Wn=function(){var e,t=(null===(e=(window.location.hash.split("?")[1]||"").match(/g\d+\.expr/g))||void 0===e?void 0:e.length)||1;return new Array(t>4?4:t).fill(1).map((function(e,t){return Ft("g".concat(t,".expr"),"")}))}(),Qn={query:Wn,queryHistory:Wn.map((function(e){return{index:0,values:[e]}})),autocomplete:Ot("AUTOCOMPLETE")||!1,autocompleteQuick:!1,autocompleteCache:new qn,metricsQLFunctions:[]};function Zn(e,t){switch(t.type){case"SET_QUERY":return dt(dt({},e),{},{query:t.payload.map((function(e){return e}))});case"SET_QUERY_HISTORY":return function(e){var t=e.map((function(e){return e.values[e.index]})),n=Hn("QUERY_HISTORY");n[0]||(n[0]=[]);var r=n[0];t.forEach((function(e){!r.includes(e)&&e&&r.unshift(e),r.length>100&&r.shift()})),Tt("QUERY_HISTORY",JSON.stringify(n))}(t.payload),dt(dt({},e),{},{queryHistory:t.payload});case"SET_QUERY_HISTORY_BY_INDEX":return e.queryHistory.splice(t.payload.queryNumber,1,t.payload.value),dt(dt({},e),{},{queryHistory:e.queryHistory});case"TOGGLE_AUTOCOMPLETE":return Tt("AUTOCOMPLETE",!e.autocomplete),dt(dt({},e),{},{autocomplete:!e.autocomplete});case"SET_AUTOCOMPLETE_QUICK":return dt(dt({},e),{},{autocompleteQuick:t.payload});case"SET_AUTOCOMPLETE_CACHE":return e.autocompleteCache.put(t.payload.key,t.payload.value),dt({},e);case"SET_METRICSQL_FUNCTIONS":return dt(dt({},e),{},{metricsQLFunctions:t.payload});default:throw new Error}}var Gn=(0,r.createContext)({}),Kn=function(){return(0,r.useContext)(Gn).state},Jn=function(){return(0,r.useContext)(Gn).dispatch},Xn=function(){return Qt("svg",{viewBox:"0 0 74 24",fill:"currentColor",children:Qt("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"})})},er=function(){return Qt("svg",{viewBox:"0 0 85 38",fill:"currentColor",children:[Qt("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"}),Qt("defs",{children:Qt("path",{d:"M0 0h85v38H0z"})})]})},tr=function(){return Qt("svg",{viewBox:"0 0 15 17",fill:"currentColor",children:Qt("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"})})},nr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},rr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},ir=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},ar=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},or=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"})})},lr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},ur=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},cr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},sr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"})})},fr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"m7 10 5 5 5-5z"})})},dr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:[Qt("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"}),Qt("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]})},hr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},mr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},pr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},vr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M8 5v14l11-7z"})})},gr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},yr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},_r=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},br=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},wr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"})})},Dr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"})})},kr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M19 13H5v-2h14v2z"})})},xr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},Cr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},Sr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},Er=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},Ar=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},Nr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M20 9H4v2h16V9zM4 15h16v-2H4v2z"})})},Mr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},Fr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:[Qt("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"}),Qt("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"}),Qt("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"})]})},Tr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},Or=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},Lr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},Pr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},Ir=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M3 17v2h6v-2H3zM3 5v2h10V5H3zm10 16v-2h8v-2h-8v-2h-2v6h2zM7 9v2H3v2h4v2h2V9H7zm14 4v-2H11v2h10zm-6-4h2V7h4V5h-4V3h-2v6z"})})},Rr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},Br=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("path",{d:"M3 14h4v-4H3v4zm0 5h4v-4H3v4zM3 9h4V5H3v4zm5 5h13v-4H8v4zm0 5h13v-4H8v4zM8 5v4h13V5H8z"})})},zr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},jr=function(){return Qt("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Qt("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"})})},Hr=function(){return Qt("svg",{viewBox:"0 0 16 16",fill:Bt("color-error"),children:Qt("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"})})},$r=function(){return Qt("svg",{viewBox:"0 0 16 16",fill:Bt("color-primary"),children:Qt("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"})})},Vr=function(){return Qt("svg",{viewBox:"0 0 16 16",fill:Bt("color-warning"),children:Qt("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 2H8L7 3V6H8V3H14V8H10V9H14L15 8V3L14 2ZM9 6H13V7H9.41L9 6.59V6ZM7 7H2L1 8V13L2 14H8L9 13V8L8 7H7ZM8 13H2V8H8V9V13ZM3 9H7V10H3V9ZM3 11H7V12H3V11ZM9 4H13V5H9V4Z"})})},Yr=function(){return Qt("svg",{viewBox:"0 0 16 16",fill:Bt("color-primary"),children:Qt("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 3L8 2H14L15 3V8L14 9H10V8H14V3H8V6H7V3ZM9 9V8L8 7H7H2L1 8V13L2 14H8L9 13V9ZM8 8V9V13H2V8H7H8ZM9.41421 7L9 6.58579V6H13V7H9.41421ZM9 4H13V5H9V4ZM7 10H3V11H7V10Z"})})},Ur=n(123),qr=n.n(Ur);function Wr(e,t){if(null==e)return{};var n,r,i=function(e,t){if(null==e)return{};var n,r,i={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var Qr=["to","isNavLink","children"],Zr=function(e){var t=e.to,n=e.isNavLink,r=e.children,i=Wr(e,Qr);return n?Qt(it,dt(dt({to:t},i),{},{children:r})):Qt("div",dt(dt({},i),{},{children:r}))},Gr=function(e){var t,n=e.activeItem,r=e.item,i=e.color,a=void 0===i?Bt("color-primary"):i,o=e.activeNavRef,l=e.onChange,u=e.isNavLink;return Qt(Zr,{className:qr()(st({"vm-tabs-item":!0,"vm-tabs-item_active":n===r.value},r.className||"",r.className)),isNavLink:u,to:r.value,style:{color:a},onClick:(t=r.value,function(){l&&l(t)}),ref:n===r.value?o:void 0,children:[r.icon&&Qt("div",{className:qr()({"vm-tabs-item__icon":!0,"vm-tabs-item__icon_single":!r.label}),children:r.icon}),r.label]})},Kr="undefined"!==typeof window?r.useLayoutEffect:r.useEffect;var Jr=function(e,t,n,i){var a=(0,r.useRef)(t);Kr((function(){a.current=t}),[t]),(0,r.useEffect)((function(){var t,r=null!==(t=null===n||void 0===n?void 0:n.current)&&void 0!==t?t:window;if(r&&r.addEventListener){var o=function(e){return a.current(e)};return r.addEventListener(e,o,i),function(){r.removeEventListener(e,o,i)}}}),[e,n,i])},Xr=function(){var e=v((0,r.useState)({width:0,height:0}),2),t=e[0],n=e[1],i=function(){n({width:window.innerWidth,height:window.innerHeight})};return Jr("resize",i),Kr(i,[]),t},ei=function(e){var t=e.activeItem,n=e.items,i=e.color,a=void 0===i?Bt("color-primary"):i,o=e.onChange,l=e.indicatorPlacement,u=void 0===l?"bottom":l,c=e.isNavLink,s=Xr(),f=(0,r.useRef)(null),d=v((0,r.useState)({left:0,width:0,bottom:0}),2),h=d[0],m=d[1];return(0,r.useEffect)((function(){var e;if((null===(e=f.current)||void 0===e?void 0:e.base)instanceof HTMLElement){var t=f.current.base,n=t.offsetLeft,r=t.offsetWidth,i=t.offsetHeight;m({left:n,width:r,bottom:"top"===u?i-2:0})}}),[s,t,f,n]),Qt("div",{className:"vm-tabs",children:[n.map((function(e){return Qt(Gr,{activeItem:t,item:e,onChange:o,color:a,activeNavRef:f,isNavLink:c},e.value)})),Qt("div",{className:"vm-tabs__indicator",style:dt(dt({},h),{},{borderColor:a})})]})},ti=[{value:"chart",icon:Qt(yr,{}),label:"Graph",prometheusCode:0},{value:"code",icon:Qt(br,{}),label:"JSON",prometheusCode:3},{value:"table",icon:Qt(_r,{}),label:"Table",prometheusCode:1}],ni=function(){var e=ci().displayType,t=si();return Qt(ei,{activeItem:e,items:ti,onChange:function(n){var r;t({type:"SET_DISPLAY_TYPE",payload:null!==(r=n)&&void 0!==r?r:e})}})},ri=Ft("g0.tab",0),ii=ti.find((function(e){return e.prometheusCode===+ri||e.value===ri})),ai=Ot("SERIES_LIMITS"),oi={displayType:(null===ii||void 0===ii?void 0:ii.value)||"chart",nocache:!1,isTracingEnabled:!1,seriesLimits:ai?JSON.parse(ai):At,tableCompact:Ot("TABLE_COMPACT")||!1};function li(e,t){switch(t.type){case"SET_DISPLAY_TYPE":return dt(dt({},e),{},{displayType:t.payload});case"SET_SERIES_LIMITS":return Tt("SERIES_LIMITS",JSON.stringify(t.payload)),dt(dt({},e),{},{seriesLimits:t.payload});case"TOGGLE_QUERY_TRACING":return dt(dt({},e),{},{isTracingEnabled:!e.isTracingEnabled});case"TOGGLE_NO_CACHE":return dt(dt({},e),{},{nocache:!e.nocache});case"TOGGLE_TABLE_COMPACT":return Tt("TABLE_COMPACT",!e.tableCompact),dt(dt({},e),{},{tableCompact:!e.tableCompact});default:throw new Error}}var ui=(0,r.createContext)({}),ci=function(){return(0,r.useContext)(ui).state},si=function(){return(0,r.useContext)(ui).dispatch},fi={customStep:Ft("g0.step_input",""),yaxis:{limits:{enable:!1,range:{1:[0,0]}}},isHistogram:!1};function di(e,t){switch(t.type){case"TOGGLE_ENABLE_YAXIS_LIMITS":return dt(dt({},e),{},{yaxis:dt(dt({},e.yaxis),{},{limits:dt(dt({},e.yaxis.limits),{},{enable:!e.yaxis.limits.enable})})});case"SET_CUSTOM_STEP":return dt(dt({},e),{},{customStep:t.payload});case"SET_YAXIS_LIMITS":return dt(dt({},e),{},{yaxis:dt(dt({},e.yaxis),{},{limits:dt(dt({},e.yaxis.limits),{},{range:t.payload})})});case"SET_IS_HISTOGRAM":return dt(dt({},e),{},{isHistogram:t.payload});default:throw new Error}}var hi=(0,r.createContext)({}),mi=function(){return(0,r.useContext)(hi).state},pi=function(){return(0,r.useContext)(hi).dispatch},vi={windows:"Windows",mac:"Mac OS",linux:"Linux"},gi=function(){return(Object.values(vi).find((function(e){return navigator.userAgent.indexOf(e)>=0}))||"unknown")===vi.mac};function yi(){var e=Xr(),t=function(){var e=["Android","webOS","iPhone","iPad","iPod","BlackBerry","Windows Phone"].map((function(e){return navigator.userAgent.match(new RegExp(e,"i"))})).some((function(e){return e})),t=window.innerWidth<500;return e||t},n=v((0,r.useState)(t()),2),i=n[0],a=n[1];return(0,r.useEffect)((function(){a(t())}),[e]),{isMobile:i}}var _i={success:Qt(ur,{}),error:Qt(lr,{}),warning:Qt(or,{}),info:Qt(ar,{})},bi=function(e){var t,n=e.variant,r=e.children,i=Gt().isDarkTheme,a=yi().isMobile;return Qt("div",{className:qr()((t={"vm-alert":!0},st(t,"vm-alert_".concat(n),n),st(t,"vm-alert_dark",i),st(t,"vm-alert_mobile",a),t)),children:[Qt("div",{className:"vm-alert__icon",children:_i[n||"info"]}),Qt("div",{className:"vm-alert__content",children:r})]})},wi=(0,r.createContext)({showInfoMessage:function(){}}),Di={dashboardsSettings:[],dashboardsLoading:!1,dashboardsError:""};function ki(e,t){switch(t.type){case"SET_DASHBOARDS_SETTINGS":return dt(dt({},e),{},{dashboardsSettings:t.payload});case"SET_DASHBOARDS_LOADING":return dt(dt({},e),{},{dashboardsLoading:t.payload});case"SET_DASHBOARDS_ERROR":return dt(dt({},e),{},{dashboardsError:t.payload});default:throw new Error}}var xi=(0,r.createContext)({}),Ci=function(){return(0,r.useContext)(xi).state},Si=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 Qt(e,{children:Qt(t,{children:r})})}}),(function(e){var t=e.children;return Qt(qt.HY,{children:t})}))}.apply(void 0,[function(e){var t=e.children,n=v((0,r.useReducer)(Ut,Jt),2),i=n[0],a=n[1],o=(0,r.useMemo)((function(){return{state:i,dispatch:a}}),[i,a]);return Qt(Zt.Provider,{value:o,children:t})},function(e){var t=e.children,n=v((0,r.useReducer)(In,Pn),2),i=n[0],a=n[1],o=(0,r.useMemo)((function(){return{state:i,dispatch:a}}),[i,a]);return Qt(Bn.Provider,{value:o,children:t})},function(e){var t=e.children,n=v((0,r.useReducer)(Zn,Qn),2),i=n[0],a=n[1],o=(0,r.useMemo)((function(){return{state:i,dispatch:a}}),[i,a]);return Qt(Gn.Provider,{value:o,children:t})},function(e){var t=e.children,n=v((0,r.useReducer)(li,oi),2),i=n[0],a=n[1],o=(0,r.useMemo)((function(){return{state:i,dispatch:a}}),[i,a]);return Qt(ui.Provider,{value:o,children:t})},function(e){var t=e.children,n=v((0,r.useReducer)(di,fi),2),i=n[0],a=n[1],o=(0,r.useMemo)((function(){return{state:i,dispatch:a}}),[i,a]);return Qt(hi.Provider,{value:o,children:t})},function(e){var t=e.children,n=yi().isMobile,i=v((0,r.useState)({}),2),a=i[0],o=i[1],l=v((0,r.useState)(!1),2),u=l[0],c=l[1],s=v((0,r.useState)(void 0),2),f=s[0],d=s[1];(0,r.useEffect)((function(){if(f){o({message:f.text,variant:f.type,key:Date.now()}),c(!0);var e=setTimeout(h,4e3);return function(){return clearTimeout(e)}}}),[f]);var h=function(){d(void 0),c(!1)};return Qt(wi.Provider,{value:{showInfoMessage:d},children:[u&&Qt("div",{className:qr()({"vm-snackbar":!0,"vm-snackbar_mobile":n}),children:Qt(bi,{variant:a.variant,children:Qt("div",{className:"vm-snackbar-content",children:[Qt("span",{children:a.message}),Qt("div",{className:"vm-snackbar-content__close",onClick:h,children:Qt(rr,{})})]})})}),t]})},function(e){var t=e.children,n=v((0,r.useReducer)(ki,Di),2),i=n[0],a=n[1],o=(0,r.useMemo)((function(){return{state:i,dispatch:a}}),[i,a]);return Qt(xi.Provider,{value:o,children:t})}]),Ei=function(e){var t=e.activeMenu,n=e.label,r=e.value,i=e.color;return Qt(it,{className:qr()({"vm-header-nav-item":!0,"vm-header-nav-item_active":t===r}),style:{color:i},to:r,children:n})},Ai=function(e,t,n){var i=(0,r.useCallback)((function(r){var i=null===e||void 0===e?void 0:e.current,a=r.target,o=(null===n||void 0===n?void 0:n.current)&&n.current.contains(a);!i||i.contains((null===r||void 0===r?void 0:r.target)||null)||o||t(r)}),[e,t]);Jr("mousedown",i),Jr("touchstart",i)},Ni=function(e){var t,n=e.variant,r=void 0===n?"contained":n,i=e.color,a=void 0===i?"primary":i,o=e.size,l=void 0===o?"medium":o,u=e.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 Qt("button",{className:qr()((st(t={"vm-button":!0},"vm-button_".concat(r,"_").concat(a),!0),st(t,"vm-button_".concat(l),l),st(t,"vm-button_icon",(f||s)&&!c),st(t,"vm-button_full-width",h),st(t,"vm-button_with-icon",f||s),st(t,"vm-button_disabled",p),st(t,m||"",m),t)),disabled:p,"aria-label":u,onClick:v,onMouseDown:g,children:Qt(qt.HY,{children:[f&&Qt("span",{className:"vm-button__start-icon",children:f}),c&&Qt("span",{children:c}),s&&Qt("span",{className:"vm-button__end-icon",children:s})]})})},Mi=function(e){var t=v((0,r.useState)(!!e),2),n=t[0],i=t[1],a=(0,r.useCallback)((function(){return i(!0)}),[]),o=(0,r.useCallback)((function(){return i(!1)}),[]),l=(0,r.useCallback)((function(){return i((function(e){return!e}))}),[]);return{value:n,setValue:i,setTrue:a,setFalse:o,toggle:l}},Fi=function(e){var t=e.children,n=e.buttonRef,i=e.placement,a=void 0===i?"bottom-left":i,o=e.open,l=void 0!==o&&o,u=e.onClose,c=e.offset,s=void 0===c?{top:6,left:0}:c,f=e.clickOutside,d=void 0===f||f,h=e.fullWidth,m=e.title,p=e.disabledFullScreen,g=yi().isMobile,y=Se(),_=xe(),b=v((0,r.useState)({width:0,height:0}),2),w=b[0],D=b[1],k=Mi(!1),x=k.value,C=k.setValue,S=k.setFalse,E=(0,r.useRef)(null);(0,r.useEffect)((function(){C(l)}),[l]),(0,r.useEffect)((function(){return!x&&u&&u(),x&&g&&!p&&(document.body.style.overflow="hidden"),function(){document.body.style.overflow="auto"}}),[x]),(0,r.useEffect)((function(){var e,t;D({width:(null===E||void 0===E||null===(e=E.current)||void 0===e?void 0:e.clientWidth)||0,height:(null===E||void 0===E||null===(t=E.current)||void 0===t?void 0:t.clientHeight)||0}),C(!1)}),[E]);var A=(0,r.useMemo)((function(){var e=n.current;if(!e||!x)return{};var t=e.getBoundingClientRect(),r={top:0,left:0,width:"auto"},i="bottom-right"===a||"top-right"===a,o=null===a||void 0===a?void 0:a.includes("top"),l=(null===s||void 0===s?void 0:s.top)||0,u=(null===s||void 0===s?void 0:s.left)||0;r.left=r.left=t.left+u,r.top=t.height+t.top+l,i&&(r.left=t.right-w.width),o&&(r.top=t.top-w.height-l);var c=window,f=c.innerWidth,d=c.innerHeight,m=r.top+w.height+20>d,p=r.top-20<0,v=r.left+w.width+20>f,g=r.left-20<0;return m&&(r.top=t.top-w.height-l),p&&(r.top=t.height+t.top+l),v&&(r.left=t.right-w.width-u),g&&(r.left=t.left+u),h&&(r.width="".concat(t.width,"px")),r.top<0&&(r.top=20),r}),[n,a,x,t,h]);d&&Ai(E,(function(){return C(!1)}),n),(0,r.useEffect)((function(){if(E.current&&x&&(!g||p)){var e=E.current.getBoundingClientRect(),t=e.right,n=e.width;if(t>window.innerWidth){var r=window.innerWidth-20-n;E.current.style.left=r<window.innerWidth?"0":"".concat(r,"px")}}}),[x,E]);var N=(0,r.useCallback)((function(){x&&g&&!p&&(y(_,{replace:!0}),u())}),[x,g,p,_,u]);return Jr("scroll",S),Jr("popstate",N),Qt(qt.HY,{children:(x||!w.width)&&r.default.createPortal(Qt("div",{className:qr()({"vm-popper":!0,"vm-popper_mobile":g&&!p,"vm-popper_open":(g||Object.keys(A).length)&&x}),ref:E,style:g&&!p?{}:A,children:[(m||g&&!p)&&Qt("div",{className:"vm-popper-header",children:[Qt("p",{className:"vm-popper-header__title",children:m}),Qt(Ni,{variant:"text",size:"small",onClick:function(e){e.stopPropagation(),u()},ariaLabel:"close",children:Qt(rr,{})})]}),t]}),document.body)})},Ti=function(e){var t=e.activeMenu,n=e.label,i=e.color,a=e.background,o=e.submenu,l=e.direction,u=xe().pathname,c=v((0,r.useState)(null),2),s=c[0],f=c[1],d=(0,r.useRef)(null),h=Mi(!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?Qt(qt.HY,{children:o.map((function(e){return Qt(Ei,{activeMenu:t,value:e.value||"",label:e.label||""},e.value)}))}):Qt("div",{className:qr()({"vm-header-nav-item":!0,"vm-header-nav-item_sub":!0,"vm-header-nav-item_open":m,"vm-header-nav-item_active":o.find((function(e){return e.value===t}))}),style:{color:i},onMouseEnter:function(){g(),s&&clearTimeout(s)},onMouseLeave:y,ref:d,children:[n,Qt(fr,{}),Qt(Fi,{open:m,placement:"bottom-left",offset:{top:12,left:0},onClose:p,buttonRef:d,children:Qt("div",{className:"vm-header-nav-item-submenu",style:{background:a},onMouseLeave:y,onMouseEnter:function(){s&&clearTimeout(s)},children:o.map((function(e){return Qt(Ei,{activeMenu:t,value:e.value||"",label:e.label||"",color:i},e.value)}))})})]})},Oi=[{label:vt[gt.logs].title,value:gt.home}],Li=[{label:vt[gt.home].title,value:gt.home},{label:"Explore",submenu:[{label:vt[gt.metrics].title,value:gt.metrics},{label:vt[gt.cardinality].title,value:gt.cardinality},{label:vt[gt.topQueries].title,value:gt.topQueries},{label:vt[gt.activeQueries].title,value:gt.activeQueries}]},{label:"Tools",submenu:[{label:vt[gt.trace].title,value:gt.trace},{label:vt[gt.withTemplate].title,value:gt.withTemplate},{label:vt[gt.relabel].title,value:gt.relabel}]}],Pi=function(e){var t=e.color,n=e.background,i=e.direction,a={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,o=_t(),l=Ci().dashboardsSettings,u=xe().pathname,c=v((0,r.useState)(u),2),s=c[0],f=c[1],d=(0,r.useMemo)((function(){return a?Oi:[].concat(y(Li),[{label:vt[gt.dashboards].title,value:gt.dashboards,hide:o||!l.length}]).filter((function(e){return!e.hide}))}),[o,l]);return(0,r.useEffect)((function(){f(u)}),[u]),Qt("nav",{className:qr()(st({"vm-header-nav":!0},"vm-header-nav_".concat(i),i)),children:d.map((function(e){return e.submenu?Qt(Ti,{activeMenu:s,label:e.label||"",submenu:e.submenu,color:t,background:n,direction:i},e.label):Qt(Ei,{activeMenu:s,value:e.value||"",label:e.label||"",color:t},e.value)}))})},Ii=function(e){var t=e.title,n=e.children,i=e.onClose,a=e.className,o=e.isOpen,l=void 0===o||o,u=yi().isMobile,c=Se(),s=xe(),f=(0,r.useCallback)((function(e){l&&"Escape"===e.key&&i()}),[l]),d=function(e){e.stopPropagation()},h=(0,r.useCallback)((function(){l&&(c(s,{replace:!0}),i())}),[l,s,i]);return(0,r.useEffect)((function(){if(l)return document.body.style.overflow="hidden",function(){document.body.style.overflow="auto"}}),[l]),Jr("popstate",h),Jr("keyup",f),r.default.createPortal(Qt("div",{className:qr()(st({"vm-modal":!0,"vm-modal_mobile":u},"".concat(a),a)),onMouseDown:i,children:Qt("div",{className:"vm-modal-content",children:[Qt("div",{className:"vm-modal-content-header",onMouseDown:d,children:[t&&Qt("div",{className:"vm-modal-content-header__title",children:t}),Qt("div",{className:"vm-modal-header__close",children:Qt(Ni,{variant:"text",size:"small",onClick:i,ariaLabel:"close",children:Qt(rr,{})})})]}),Qt("div",{className:"vm-modal-content-body",onMouseDown:d,children:n})]})}),document.body)},Ri=function(e){var t=e.children,n=e.title,i=e.open,a=e.placement,o=void 0===a?"bottom-center":a,l=e.offset,u=void 0===l?{top:6,left:0}:l,c=yi().isMobile,s=v((0,r.useState)(!1),2),f=s[0],d=s[1],h=v((0,r.useState)({width:0,height:0}),2),m=h[0],p=h[1],g=(0,r.useRef)(null),y=(0,r.useRef)(null),_=function(){return d(!1)};(0,r.useEffect)((function(){if(y.current&&f)return p({width:y.current.clientWidth,height:y.current.clientHeight}),window.addEventListener("scroll",_),function(){window.removeEventListener("scroll",_)}}),[f,n]);var b=(0,r.useMemo)((function(){var e,t=null===g||void 0===g||null===(e=g.current)||void 0===e?void 0:e.base;if(!t||!f)return{};var n=t.getBoundingClientRect(),r={top:0,left:0},i="bottom-right"===o||"top-right"===o,a="bottom-left"===o||"top-left"===o,l=null===o||void 0===o?void 0:o.includes("top"),c=(null===u||void 0===u?void 0:u.top)||0,s=(null===u||void 0===u?void 0:u.left)||0;r.left=n.left-(m.width-n.width)/2+s,r.top=n.height+n.top+c,i&&(r.left=n.right-m.width),a&&(r.left=n.left+s),l&&(r.top=n.top-m.height-c);var d=window,h=d.innerWidth,p=d.innerHeight,v=r.top+m.height+20>p,y=r.top-20<0,_=r.left+m.width+20>h,b=r.left-20<0;return v&&(r.top=n.top-m.height-c),y&&(r.top=n.height+n.top+c),_&&(r.left=n.right-m.width-s),b&&(r.left=n.left+s),r.top<0&&(r.top=20),r.left<0&&(r.left=20),r}),[g,o,f,m]),w=function(){"boolean"!==typeof i&&d(!0)},D=function(){d(!1)};return(0,r.useEffect)((function(){"boolean"===typeof i&&d(i)}),[i]),(0,r.useEffect)((function(){var e,t=null===g||void 0===g||null===(e=g.current)||void 0===e?void 0:e.base;if(t)return t.addEventListener("mouseenter",w),t.addEventListener("mouseleave",D),function(){t.removeEventListener("mouseenter",w),t.removeEventListener("mouseleave",D)}}),[g]),Qt(qt.HY,{children:[Qt(r.Fragment,{ref:g,children:t}),!c&&f&&r.default.createPortal(Qt("div",{className:"vm-tooltip",ref:y,style:b,children:n}),document.body)]})},Bi=Qt("code",{children:gi()?"Cmd":"Ctrl"}),zi=[{title:"Zoom in",description:Qt(qt.HY,{children:["To zoom in, hold down the ",Bi," + ",Qt("code",{children:"scroll up"}),", or press the ",Qt("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:Qt(qt.HY,{children:["To zoom out, hold down the ",Bi," + ",Qt("code",{children:"scroll down"}),", or press the ",Qt("code",{children:"-"}),"."]})},{title:"Move horizontal axis",description:Qt(qt.HY,{children:["To move the graph, hold down the ",Bi," + ",Qt("code",{children:"drag"})," the graph to the right or left."]})},{title:"Fixing a tooltip",description:Qt(qt.HY,{children:["To fix the tooltip, ",Qt("code",{children:"click"})," mouse when it's open. Then, you can drag the fixed tooltip by ",Qt("code",{children:"clicking"})," and ",Qt("code",{children:"dragging"})," on the ",Qt(Nr,{})," icon."]})},{title:"Set a custom range for the vertical axis",description:Qt(qt.HY,{children:["To set a custom range for the vertical axis, click on the ",Qt(nr,{})," icon located in the upper right corner of the graph, activate the toggle, and set the values."]})}],ji=[{title:"Show/hide a legend item",description:Qt(qt.HY,{children:[Qt("code",{children:"click"})," on a legend item to isolate it on the graph.",Bi," + ",Qt("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:Qt(qt.HY,{children:[Qt("code",{children:"click"})," on a label key-value pair to save it to the clipboard."]})},{title:"Collapse/Expand the legend group",description:Qt(qt.HY,{children:[Qt("code",{children:"click"})," on the group name (e.g. ",Qt("b",{children:'Query 1: {__name__!=""}'}),") to collapse or expand the legend."]})}],Hi=zi.concat(ji),$i=function(){var e=Mi(!1),t=e.value,n=e.setFalse,r=e.setTrue;return Qt(qt.HY,{children:[Qt(Ri,{title:"Show tips on working with the graph",children:Qt(Ni,{variant:"text",color:"gray",startIcon:Qt(Rr,{}),onClick:r,ariaLabel:"open the tips"})}),t&&Qt(Ii,{title:"Tips on working with the graph and the legend",onClose:n,children:Qt("div",{className:"fc-graph-tips",children:Hi.map((function(e){var t=e.title,n=e.description;return Qt("div",{className:"fc-graph-tips-item",children:[Qt("h4",{className:"fc-graph-tips-item__action",children:t}),Qt("p",{className:"fc-graph-tips-item__description",children:n})]},t)}))})})]})},Vi=Qt("code",{children:gi()?"Cmd":"Ctrl"}),Yi=Qt(qt.HY,{children:[Qt("code",{children:gi()?"Option":"Ctrl"})," + ",Qt("code",{children:"Space"})]}),Ui=[{title:"Query",list:[{keys:Qt("code",{children:"Enter"}),description:"Run"},{keys:Qt(qt.HY,{children:[Qt("code",{children:"Shift"})," + ",Qt("code",{children:"Enter"})]}),description:"Multi-line queries"},{keys:Qt(qt.HY,{children:[Vi," + ",Qt("code",{children:"Arrow Up"})]}),description:"Previous command from the Query history"},{keys:Qt(qt.HY,{children:[Vi," + ",Qt("code",{children:"Arrow Down"})]}),description:"Next command from the Query history"},{keys:Qt(qt.HY,{children:[Vi," + ",Qt("code",{children:"click"})," by ",Qt(Cr,{})]}),description:"Toggle multiple queries"},{keys:Yi,description:"Show quick autocomplete tips"}]},{title:"Graph",readMore:Qt($i,{}),list:[{keys:Qt(qt.HY,{children:[Vi," + ",Qt("code",{children:"scroll Up"})," or ",Qt("code",{children:"+"})]}),description:"Zoom in"},{keys:Qt(qt.HY,{children:[Vi," + ",Qt("code",{children:"scroll Down"})," or ",Qt("code",{children:"-"})]}),description:"Zoom out"},{keys:Qt(qt.HY,{children:[Vi," + ",Qt("code",{children:"drag"})]}),description:"Move the graph left/right"},{keys:Qt(qt.HY,{children:Qt("code",{children:"click"})}),description:"Select the series in the legend"},{keys:Qt(qt.HY,{children:[Vi," + ",Qt("code",{children:"click"})]}),description:"Toggle multiple series in the legend"}]}],qi="Shortcut keys",Wi=gi(),Qi=Wi?"Cmd + /":"F1",Zi=function(e){var t=e.showTitle,n=_t(),i=Mi(!1),a=i.value,o=i.setTrue,l=i.setFalse,u=(0,r.useCallback)((function(e){var t=Wi&&"/"===e.key&&e.metaKey,n=!Wi&&"F1"===e.key&&!e.metaKey;(t||n)&&o()}),[o]);return Jr("keydown",u),Qt(qt.HY,{children:[Qt(Ri,{open:!0!==t&&void 0,title:"".concat(qi," (").concat(Qi,")"),placement:"bottom-center",children:Qt(Ni,{className:n?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Qt(pr,{}),onClick:o,ariaLabel:qi,children:t&&qi})}),a&&Qt(Ii,{title:"Shortcut keys",onClose:l,children:Qt("div",{className:"vm-shortcuts",children:Ui.map((function(e){return Qt("div",{className:"vm-shortcuts-section",children:[e.readMore&&Qt("div",{className:"vm-shortcuts-section__read-more",children:e.readMore}),Qt("h3",{className:"vm-shortcuts-section__title",children:e.title}),Qt("div",{className:"vm-shortcuts-section-list",children:e.list.map((function(t,n){return Qt("div",{className:"vm-shortcuts-section-list-item",children:[Qt("div",{className:"vm-shortcuts-section-list-item__key",children:t.keys}),Qt("p",{className:"vm-shortcuts-section-list-item__description",children:t.description})]},"".concat(e.title,"_").concat(n))}))})]},e.title)}))})})]})},Gi=function(e){var t=e.open;return Qt("button",{className:qr()({"vm-menu-burger":!0,"vm-menu-burger_opened":t}),"aria-label":"menu",children:Qt("span",{})})},Ki=function(e){var t=e.background,n=e.color,i={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,a=xe().pathname,o=yi().isMobile,l=(0,r.useRef)(null),u=Mi(!1),c=u.value,s=u.toggle,f=u.setFalse;return(0,r.useEffect)(f,[a]),Ai(l,f),Qt("div",{className:"vm-header-sidebar",ref:l,children:[Qt("div",{className:qr()({"vm-header-sidebar-button":!0,"vm-header-sidebar-button_open":c}),onClick:s,children:Qt(Gi,{open:c})}),Qt("div",{className:qr()({"vm-header-sidebar-menu":!0,"vm-header-sidebar-menu_open":c}),children:[Qt("div",{children:Qt(Pi,{color:n,background:t,direction:"column"})}),Qt("div",{className:"vm-header-sidebar-menu-settings",children:!o&&!i&&Qt(Zi,{showTitle:!0})})]})]})};function Ji(){Ji=function(){return t};var e,t={},n=Object.prototype,r=n.hasOwnProperty,i=Object.defineProperty||function(e,t,n){e[t]=n.value},a="function"==typeof Symbol?Symbol:{},o=a.iterator||"@@iterator",l=a.asyncIterator||"@@asyncIterator",u=a.toStringTag||"@@toStringTag";function c(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{c({},"")}catch(e){c=function(e,t,n){return e[t]=n}}function s(e,t,n,r){var a=t&&t.prototype instanceof g?t:g,o=Object.create(a.prototype),l=new F(r||[]);return i(o,"_invoke",{value:E(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 D=Object.getPrototypeOf,k=D&&D(D(T([])));k&&k!==n&&r.call(k,o)&&(w=k);var x=_.prototype=g.prototype=Object.create(w);function C(e){["next","throw","return"].forEach((function(t){c(e,t,(function(e){return this._invoke(t,e)}))}))}function S(e,t){function n(i,a,o,l){var u=f(e[i],e,a);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 a;i(this,"_invoke",{value:function(e,r){function i(){return new t((function(t,i){n(e,r,t,i)}))}return a=a?a.then(i,i):i()}})}function E(t,n,r){var i=d;return function(a,o){if(i===m)throw new Error("Generator is already running");if(i===p){if("throw"===a)throw o;return{value:e,done:!0}}for(r.method=a,r.arg=o;;){var 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(i===d)throw i=p,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);i=m;var c=f(t,n,r);if("normal"===c.type){if(i=r.done?p:h,c.arg===v)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(i=p,r.method="throw",r.arg=c.arg)}}}function A(t,n){var r=n.method,i=t.iterator[r];if(i===e)return n.delegate=null,"throw"===r&&t.iterator.return&&(n.method="return",n.arg=e,A(t,n),"throw"===n.method)||"return"!==r&&(n.method="throw",n.arg=new TypeError("The iterator does not provide a '"+r+"' method")),v;var a=f(i,t.iterator,n.arg);if("throw"===a.type)return n.method="throw",n.arg=a.arg,n.delegate=null,v;var o=a.arg;return o?o.done?(n[t.resultName]=o.value,n.next=t.nextLoc,"return"!==n.method&&(n.method="next",n.arg=e),n.delegate=null,v):o:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,v)}function N(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function M(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function F(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(N,this),this.reset(!0)}function T(t){if(t||""===t){var n=t[o];if(n)return n.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,a=function n(){for(;++i<t.length;)if(r.call(t,i))return n.value=t[i],n.done=!1,n;return n.value=e,n.done=!0,n};return a.next=a}}throw new TypeError(b(t)+" is not iterable")}return y.prototype=_,i(x,"constructor",{value:_,configurable:!0}),i(_,"constructor",{value:y,configurable:!0}),y.displayName=c(_,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(S.prototype),c(S.prototype,l,(function(){return this})),t.AsyncIterator=S,t.async=function(e,n,r,i,a){void 0===a&&(a=Promise);var o=new S(s(e,n,r,i),a);return t.isGeneratorFunction(n)?o:o.next().then((function(e){return e.done?e.value:o.next()}))},C(x),c(x,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=T,F.prototype={constructor:F,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(M),!t)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=e)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var n=this;function i(r,i){return l.type="throw",l.arg=t,n.next=r,i&&(n.method="next",n.arg=e),!!i}for(var a=this.tryEntries.length-1;a>=0;--a){var o=this.tryEntries[a],l=o.completion;if("root"===o.tryLoc)return i("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 i(o.catchLoc,!0);if(this.prev<o.finallyLoc)return i(o.finallyLoc)}else if(u){if(this.prev<o.catchLoc)return i(o.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return i(o.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var i=this.tryEntries[n];if(i.tryLoc<=this.prev&&r.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var a=i;break}}a&&("break"===e||"continue"===e)&&a.tryLoc<=t&&t<=a.finallyLoc&&(a=null);var o=a?a.completion:{};return o.type=e,o.arg=t,a?(this.method="next",this.next=a.finallyLoc,v):this.complete(o)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),v},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),M(n),v}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var i=r.arg;M(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,n,r){return this.delegate={iterator:T(t),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=e),v}},t}function Xi(e,t,n,r,i,a,o){try{var l=e[a](o),u=l.value}catch(c){return void n(c)}l.done?t(u):Promise.resolve(u).then(r,i)}function ea(e){return function(){var t=this,n=arguments;return new Promise((function(r,i){var a=e.apply(t,n);function o(e){Xi(a,r,i,o,l,"next",e)}function l(e){Xi(a,r,i,o,l,"throw",e)}o(void 0)}))}}var ta=["controlsComponent","isMobile"],na=function(e){var t=e.controlsComponent,n=e.isMobile,i=Wr(e,ta),a=_t(),o=xe().pathname,l=function(){var e=yt().useTenantID,t=_t(),n=Gt().serverUrl,i=v((0,r.useState)(!1),2),a=i[0],o=i[1],l=v((0,r.useState)(),2),u=l[0],c=l[1],s=v((0,r.useState)([]),2),f=s[0],d=s[1],h=(0,r.useMemo)((function(){return"".concat(n.replace(/^(.+)(\/select.+)/,"$1"),"/admin/tenants")}),[n]),m=(0,r.useMemo)((function(){return!!Dt(n)}),[n]),p=t?!e:!m;return(0,r.useEffect)((function(){if(!p){var e=function(){var e=ea(Ji().mark((function e(){var t,n,r;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return o(!0),e.prev=1,e.next=4,fetch(h);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],d(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?c(void 0):c("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&c("".concat(e.t0.name,": ").concat(e.t0.message));case 16:o(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();e().catch(console.error)}}),[h]),{accountIds:f,isLoading:a,error:u}}(),u=l.accountIds,c=Mi(!1),s=c.value,f=c.toggle,d=c.setFalse,h=(0,r.useMemo)((function(){return(vt[o]||{}).header||{}}),[o]),m=Qt(t,dt(dt({},i),{},{isMobile:n,accountIds:u,headerSetup:h}));return n?Qt(qt.HY,{children:[Qt("div",{children:Qt(Ni,{className:qr()({"vm-header-button":!a}),startIcon:Qt(Pr,{}),onClick:f,ariaLabel:"controls"})}),Qt(Ii,{title:"Controls",onClose:d,isOpen:s,className:qr()({"vm-header-controls-modal":!0,"vm-header-controls-modal_open":s}),children:m})]}):m},ra=function(e){var t=e.controlsComponent,n={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,i=yi().isMobile,a=Xr(),o=(0,r.useMemo)((function(){return window.innerWidth<1e3}),[a]),l=Gt().isDarkTheme,u=_t(),c=(0,r.useMemo)((function(){return Bt(l?"color-background-block":"color-primary")}),[l]),s=(0,r.useMemo)((function(){var e=yt().headerStyles,t=void 0===e?{}:e,n=t.background,r=void 0===n?u?"#FFF":c:n,i=t.color;return{background:r,color:void 0===i?u?c:"#FFF":i}}),[c]),f=s.background,d=s.color,h=Se(),m=function(){h({pathname:gt.home}),window.location.reload()};return Qt("header",{className:qr()({"vm-header":!0,"vm-header_app":u,"vm-header_dark":l,"vm-header_sidebar":o,"vm-header_mobile":i}),style:{background:f,color:d},children:[o?Qt(Ki,{background:f,color:d}):Qt(qt.HY,{children:[!u&&Qt("div",{className:qr()({"vm-header-logo":!0,"vm-header-logo_logs":n}),onClick:m,style:{color:d},children:Qt(n?er:Xn,{})}),Qt(Pi,{color:d,background:f})]}),o&&Qt("div",{className:qr()({"vm-header-logo":!0,"vm-header-logo_mobile":!0,"vm-header-logo_logs":n}),onClick:m,style:{color:d},children:Qt(n?er:Xn,{})}),Qt(na,{controlsComponent:t,displaySidebar:o,isMobile:i})]})},ia=(0,r.memo)((function(){var e="2019-".concat((new Date).getFullYear());return Qt("footer",{className:"vm-footer",children:[Qt("a",{className:"vm-link vm-footer__website",target:"_blank",href:"https://victoriametrics.com/",rel:"me noreferrer",children:[Qt(tr,{}),"victoriametrics.com"]}),Qt("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://docs.victoriametrics.com/MetricsQL.html",rel:"help noreferrer",children:[Qt(br,{}),"MetricsQL"]}),Qt("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://docs.victoriametrics.com/#vmui",rel:"help noreferrer",children:[Qt(Fr,{}),"Documentation"]}),Qt("a",{className:"vm-link vm-footer__link",target:"_blank",href:"https://github.com/VictoriaMetrics/VictoriaMetrics/issues/new/choose",rel:"noreferrer",children:[Qt(Tr,{}),"Create an issue"]}),Qt("div",{className:"vm-footer__copyright",children:["\xa9 ",e," VictoriaMetrics"]})]})})),aa=function(){var e=ea(Ji().mark((function e(t){var n,r;return Ji().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)}}(),oa=function(){var e={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,t=_t(),n=Gt().serverUrl,i=(0,r.useContext)(xi).dispatch,a=v((0,r.useState)(!1),2),o=a[0],l=a[1],u=v((0,r.useState)(""),2),c=u[0],s=u[1],f=v((0,r.useState)([]),2),d=f[0],h=f[1],m=function(){var e=ea(Ji().mark((function e(){var t,n;return Ji().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=ea(Ji().mark((function e(t){return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",aa(t));case 1:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 6:n=e.sent,h((function(e){return[].concat(y(n),y(e))})),e.next=13;break;case 10:e.prev=10,e.t0=e.catch(0),e.t0 instanceof Error&&s("".concat(e.t0.name,": ").concat(e.t0.message));case 13:case"end":return e.stop()}}),e,null,[[0,10]])})));return function(){return e.apply(this,arguments)}}(),p=function(){var t=ea(Ji().mark((function t(){var r,i,a;return Ji().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(n&&!e){t.next=2;break}return t.abrupt("return");case 2:return s(""),l(!0),t.prev=4,t.next=7,fetch("".concat(n,"/vmui/custom-dashboards"));case 7:return r=t.sent,t.next=10,r.json();case 10:if(i=t.sent,!r.ok){t.next=22;break}if(!((a=i.dashboardsSettings)&&a.length>0)){t.next=17;break}h((function(e){return[].concat(y(e),y(a))})),t.next=19;break;case 17:return t.next=19,m();case 19:l(!1),t.next=26;break;case 22:return t.next=24,m();case 24:s(i.error),l(!1);case 26:t.next=34;break;case 28:return t.prev=28,t.t0=t.catch(4),l(!1),t.t0 instanceof Error&&s("".concat(t.t0.name,": ").concat(t.t0.message)),t.next=34,m();case 34:case"end":return t.stop()}}),t,null,[[4,28]])})));return function(){return t.apply(this,arguments)}}();return(0,r.useEffect)((function(){t||(h([]),p())}),[n]),(0,r.useEffect)((function(){i({type:"SET_DASHBOARDS_SETTINGS",payload:d})}),[d]),(0,r.useEffect)((function(){i({type:"SET_DASHBOARDS_LOADING",payload:o})}),[o]),(0,r.useEffect)((function(){i({type:"SET_DASHBOARDS_ERROR",payload:c})}),[c]),{dashboardsSettings:d,isLoading:o,error:c}},la=function(e){var t=e.error,n=e.warning,i=e.info,a=(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||i),m=function(){var e=a.current;if(e){var t=e.offsetWidth,n=e.scrollWidth,r=e.offsetHeight,i=e.scrollHeight;u(t+1<n||r+1<i)}else u(!1)};return(0,r.useEffect)((function(){f(!1),m()}),[a,h]),Jr("resize",m),t||n||i?Qt("span",{className:qr()({"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:a,onClick:function(){l&&(f(!0),u(!1))},children:h}):null},ua=function(e){var t=e.label,n=e.value,i=e.type,a=void 0===i?"text":i,o=e.error,l=void 0===o?"":o,u=e.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,D=e.onEnter,k=e.onKeyDown,x=e.onFocus,C=e.onBlur,S=e.onChangeCaret,E=Gt().isDarkTheme,A=yi().isMobile,N=(0,r.useRef)(null),M=(0,r.useRef)(null),F=(0,r.useMemo)((function(){return"textarea"===a?M:N}),[a]),T=qr()({"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"===a}),O=function(e){var t=e.selectionStart,n=e.selectionEnd;S&&S([t||0,n||0])},L=function(e){O(e.currentTarget)},P=function(e){k&&k(e);var t=e.key,n=e.ctrlKey,r=e.metaKey,i="Enter"===t;("textarea"!==a?i:i&&(r||n))&&D&&(e.preventDefault(),D())},I=function(e){O(e.currentTarget)},R=function(e){v||(w&&w(e.currentTarget.value),O(e.currentTarget))};(0,r.useEffect)((function(){var e;y&&!A&&(null===F||void 0===F||null===(e=F.current)||void 0===e?void 0:e.focus)&&F.current.focus()}),[F,y]);var B=function(){x&&x()},z=function(){C&&C()};return Qt("label",{className:qr()({"vm-text-field":!0,"vm-text-field_textarea":"textarea"===a,"vm-text-field_dark":E}),"data-replicated-value":n,children:[m&&Qt("div",{className:"vm-text-field__icon-start",children:m}),h&&Qt("div",{className:"vm-text-field__icon-end",children:h}),"textarea"===a?Qt("textarea",{className:T,disabled:v,ref:M,value:n,rows:1,inputMode:b,placeholder:d,autoCapitalize:"none",onInput:R,onKeyDown:P,onKeyUp:I,onFocus:B,onBlur:z,onMouseUp:L}):Qt("input",{className:T,disabled:v,ref:N,value:n,type:a,placeholder:d,inputMode:b,autoCapitalize:"none",onInput:R,onKeyDown:P,onKeyUp:I,onFocus:B,onBlur:z,onMouseUp:L}),t&&Qt("span",{className:"vm-text-field__label",children:t}),Qt(la,{error:l,warning:c,info:f})]})},ca=function(e){var t=e.accountIds,n=_t(),i=yi().isMobile,a=Gt(),o=a.tenantId,l=a.serverUrl,u=Kt(),c=jn(),s=v((0,r.useState)(""),2),f=s[0],d=s[1],h=(0,r.useRef)(null),m=Mi(!1),p=m.value,g=m.toggle,y=m.setFalse,_=(0,r.useMemo)((function(){if(!f)return t;try{var e=new RegExp(f,"i");return t.filter((function(t){return e.test(t)})).sort((function(t,n){var r,i;return((null===(r=t.match(e))||void 0===r?void 0:r.index)||0)-((null===(i=n.match(e))||void 0===i?void 0:i.index)||0)}))}catch(n){return[]}}),[f,t]),b=(0,r.useMemo)((function(){return t.length>1}),[t]),w=function(e){return function(){var t=e;if(u({type:"SET_TENANT_ID",payload:t}),l){var n=wt(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?Qt("div",{className:"vm-tenant-input",children:[Qt(Ri,{title:"Define Tenant ID if you need request to another storage",children:Qt("div",{ref:h,children:i?Qt("div",{className:"vm-mobile-option",onClick:g,children:[Qt("span",{className:"vm-mobile-option__icon",children:Qt(Lr,{})}),Qt("div",{className:"vm-mobile-option-text",children:[Qt("span",{className:"vm-mobile-option-text__label",children:"Tenant ID"}),Qt("span",{className:"vm-mobile-option-text__value",children:o})]}),Qt("span",{className:"vm-mobile-option__arrow",children:Qt(sr,{})})]}):Qt(Ni,{className:n?"":"vm-header-button",variant:"contained",color:"primary",fullWidth:!0,startIcon:Qt(Lr,{}),endIcon:Qt("div",{className:qr()({"vm-execution-controls-buttons__arrow":!0,"vm-execution-controls-buttons__arrow_open":p}),children:Qt(sr,{})}),onClick:g,children:o})})}),Qt(Fi,{open:p,placement:"bottom-right",onClose:y,buttonRef:h,title:i?"Define Tenant ID":void 0,children:Qt("div",{className:qr()({"vm-list vm-tenant-input-list":!0,"vm-list vm-tenant-input-list_mobile":i}),children:[Qt("div",{className:"vm-tenant-input-list__search",children:Qt(ua,{autofocus:!0,label:"Search",value:f,onChange:d,type:"search"})}),_.map((function(e){return Qt("div",{className:qr()({"vm-list-item":!0,"vm-list-item_mobile":i,"vm-list-item_active":e===o}),onClick:w(e),children:e},e)}))]})})]}):null};var sa,fa,da=function(e){var t=(0,r.useRef)();return(0,r.useEffect)((function(){t.current=e}),[e]),t.current},ha=function(){var e=_t(),t=yi().isMobile,n=mi(),i=n.customStep,a=n.isHistogram,o=zn().period,l=o.step,u=o.end,c=o.start,s=pi(),f=da(u-c),d=(0,r.useMemo)((function(){return gn(u-c,a)}),[l,a]),h=v((0,r.useState)(i||d),2),m=h[0],p=h[1],g=v((0,r.useState)(""),2),y=g[0],_=g[1],b=Mi(!1),w=b.value,D=b.toggle,k=b.setFalse,x=(0,r.useRef)(null),C=function(e){var t=e||m||d||"1s",n=(t.match(/[a-zA-Z]+/g)||[]).length?t:"".concat(t,"s");s({type:"SET_CUSTOM_STEP",payload:n}),p(n),_("")},S=function(e){var t=e.match(/[-+]?([0-9]*\.[0-9]+|[0-9]+)/g)||[],n=e.match(/[a-zA-Z]+/g)||[],r=t.length&&t.every((function(e){return parseFloat(e)>0})),i=n.every((function(e){return sn.find((function(t){return t.short===e}))})),a=r&&i;p(e),_(a?"":Pt.validStep)};return(0,r.useEffect)((function(){i&&C(i)}),[i]),(0,r.useEffect)((function(){!i&&d&&C(d)}),[d]),(0,r.useEffect)((function(){u-c!==f&&f&&d&&C(d)}),[u,c,f,d]),(0,r.useEffect)((function(){l!==i&&l!==d||C(d)}),[a]),Qt("div",{className:"vm-step-control",ref:x,children:[t?Qt("div",{className:"vm-mobile-option",onClick:D,children:[Qt("span",{className:"vm-mobile-option__icon",children:Qt(Mr,{})}),Qt("div",{className:"vm-mobile-option-text",children:[Qt("span",{className:"vm-mobile-option-text__label",children:"Step"}),Qt("span",{className:"vm-mobile-option-text__value",children:m})]}),Qt("span",{className:"vm-mobile-option__arrow",children:Qt(sr,{})})]}):Qt(Ri,{title:"Query resolution step width",children:Qt(Ni,{className:e?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Qt(Mr,{}),onClick:D,children:Qt("p",{children:["STEP",Qt("p",{className:"vm-step-control__value",children:m})]})})}),Qt(Fi,{open:w,placement:"bottom-right",onClose:k,buttonRef:x,title:t?"Query resolution step width":void 0,children:Qt("div",{className:qr()({"vm-step-control-popper":!0,"vm-step-control-popper_mobile":t}),children:[Qt(ua,{autofocus:!0,label:"Step value",value:m,error:y,onChange:S,onEnter:function(){C(),k()},onFocus:function(){document.activeElement instanceof HTMLInputElement&&document.activeElement.select()},onBlur:C,endIcon:Qt(Ri,{title:"Set default step value: ".concat(d),children:Qt(Ni,{size:"small",variant:"text",color:"primary",startIcon:Qt(ir,{}),onClick:function(){var e=d||"1s";S(e),C(e)},ariaLabel:"reset step"})})}),Qt("div",{className:"vm-step-control-popper-info",children:[Qt("code",{children:"step"})," - the ",Qt("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 ",Qt("code",{children:"query"})," is executed at",Qt("code",{children:"start"}),", ",Qt("code",{children:"start+step"}),", ",Qt("code",{children:"start+2*step"}),", \u2026, ",Qt("code",{children:"end"})," timestamps.",Qt("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"})]})]})})]})},ma=function(e){var t=e.relativeTime,n=e.setDuration,r=yi().isMobile;return Qt("div",{className:qr()({"vm-time-duration":!0,"vm-time-duration_mobile":r}),children:kn.map((function(e){var i,a=e.id,o=e.duration,l=e.until,u=e.title;return Qt("div",{className:qr()({"vm-list-item":!0,"vm-list-item_mobile":r,"vm-list-item_active":a===t}),onClick:(i={duration:o,until:l(),id:a},function(){n(i)}),children:u||o},a)}))})},pa=function(e){var t=e.viewDate,n=e.showArrowNav,r=e.onChangeViewDate;return Qt("div",{className:"vm-calendar-header",children:[Qt("div",{className:"vm-calendar-header-left",onClick:e.toggleDisplayYears,children:[Qt("span",{className:"vm-calendar-header-left__date",children:t.format("MMMM YYYY")}),Qt("div",{className:"vm-calendar-header-left__select-year",children:Qt(fr,{})})]}),n&&Qt("div",{className:"vm-calendar-header-right",children:[Qt("div",{className:"vm-calendar-header-right__prev",onClick:function(){r(t.subtract(1,"month"))},children:Qt(sr,{})}),Qt("div",{className:"vm-calendar-header-right__next",onClick:function(){r(t.add(1,"month"))},children:Qt(sr,{})})]})]})},va=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],ga=function(e){var t=e.viewDate,n=e.selectDate,i=e.onChangeSelectDate,o="YYYY-MM-DD",l=a()().tz().startOf("day"),u=(0,r.useMemo)((function(){var e=new Array(42).fill(null),n=t.startOf("month"),r=t.endOf("month").diff(n,"day")+1,i=new Array(r).fill(n).map((function(e,t){return e.add(t,"day")})),a=n.day();return e.splice.apply(e,[a,r].concat(y(i))),e}),[t]),c=function(e){return function(){e&&i(e)}};return Qt("div",{className:"vm-calendar-body",children:[va.map((function(e){return Qt("div",{className:"vm-calendar-body-cell vm-calendar-body-cell_weekday",children:e[0]},e)})),u.map((function(e,t){return Qt("div",{className:qr()({"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)}))]})},ya=function(e){var t=e.viewDate,n=e.onChangeViewDate,i=a()().format("YYYY"),o=(0,r.useMemo)((function(){return t.format("YYYY")}),[t]),l=(0,r.useMemo)((function(){var e=a()().subtract(9,"year");return new Array(18).fill(e).map((function(e,t){return e.add(t,"year")}))}),[t]);(0,r.useEffect)((function(){var e=document.getElementById("vm-calendar-year-".concat(o));e&&e.scrollIntoView({block:"center"})}),[]);return Qt("div",{className:"vm-calendar-years",children:l.map((function(e){return Qt("div",{className:qr()({"vm-calendar-years__year":!0,"vm-calendar-years__year_selected":e.format("YYYY")===o,"vm-calendar-years__year_today":e.format("YYYY")===i}),id:"vm-calendar-year-".concat(e.format("YYYY")),onClick:(t=e,function(){n(t)}),children:e.format("YYYY")},e.format("YYYY"));var t}))})},_a=function(e){var t=e.viewDate,n=e.selectDate,i=e.onChangeViewDate,o=a()().format("MM"),l=(0,r.useMemo)((function(){return n.format("MM")}),[n]),u=(0,r.useMemo)((function(){return new Array(12).fill("").map((function(e,n){return a()(t).month(n)}))}),[t]);(0,r.useEffect)((function(){var e=document.getElementById("vm-calendar-year-".concat(l));e&&e.scrollIntoView({block:"center"})}),[]);var c=function(e){return function(){i(e)}};return Qt("div",{className:"vm-calendar-years",children:u.map((function(e){return Qt("div",{className:qr()({"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"))}))})},ba=function(e){return e[e.days=0]="days",e[e.months=1]="months",e[e.years=2]="years",e}(ba||{}),wa=function(e){var t=e.date,n=e.format,i=void 0===n?en:n,o=e.onChange,l=v((0,r.useState)(ba.days),2),u=l[0],c=l[1],s=v((0,r.useState)(a().tz(t)),2),f=s[0],d=s[1],h=v((0,r.useState)(a().tz(t)),2),m=h[0],p=h[1],g=a()().startOf("day").tz(),y=g.format()===f.format(),_=yi().isMobile,b=function(e){d(e),c((function(e){return e===ba.years?ba.months:ba.days}))};return(0,r.useEffect)((function(){m.format()!==a().tz(t).format()&&o(m.format(i))}),[m]),(0,r.useEffect)((function(){var e=a().tz(t);d(e),p(e)}),[t]),Qt("div",{className:qr()({"vm-calendar":!0,"vm-calendar_mobile":_}),children:[Qt(pa,{viewDate:f,onChangeViewDate:b,toggleDisplayYears:function(){c((function(e){return e===ba.years?ba.days:ba.years}))},showArrowNav:u===ba.days}),u===ba.days&&Qt(ga,{viewDate:f,selectDate:m,onChangeSelectDate:function(e){p(e)}}),u===ba.years&&Qt(ya,{viewDate:f,onChangeViewDate:b}),u===ba.months&&Qt(_a,{selectDate:m,viewDate:f,onChangeViewDate:b}),!y&&u===ba.days&&Qt("div",{className:"vm-calendar-footer",children:Qt(Ni,{variant:"text",size:"small",onClick:function(){d(g)},children:"show today"})})]})},Da=(0,r.forwardRef)((function(e,t){var n=e.date,i=e.targetRef,o=e.format,l=void 0===o?en:o,u=e.onChange,c=e.label,s=(0,r.useMemo)((function(){return a()(n).isValid()?a().tz(n):a()().tz()}),[n]),f=yi().isMobile,d=Mi(!1),h=d.value,m=d.toggle,p=d.setFalse;return Jr("click",m,i),Jr("keyup",(function(e){"Escape"!==e.key&&"Enter"!==e.key||p()})),Qt(qt.HY,{children:Qt(Fi,{open:h,buttonRef:i,placement:"bottom-right",onClose:p,title:f?c:void 0,children:Qt("div",{ref:t,children:Qt(wa,{date:s,format:l,onChange:function(e){u(e),p()}})})})})})),ka=Da,xa=n(111),Ca=n.n(xa),Sa=function(e){return a()(e).isValid()?a().tz(e).format(en):e},Ea=function(e){var t=e.value,n=void 0===t?"":t,i=e.label,o=e.pickerLabel,l=e.pickerRef,u=e.onChange,c=e.onEnter,s=(0,r.useRef)(null),f=v((0,r.useState)(null),2),d=f[0],h=f[1],m=v((0,r.useState)(Sa(n)),2),p=m[0],g=m[1],y=v((0,r.useState)(!1),2),_=y[0],b=y[1],w=v((0,r.useState)(!1),2),D=w[0],k=w[1],x=a()(p).isValid()?"":"Invalid date format";return(0,r.useEffect)((function(){var e=Sa(n);e!==p&&g(e),D&&(c(),k(!1))}),[n]),(0,r.useEffect)((function(){_&&d&&(d.focus(),d.setSelectionRange(11,11),b(!1))}),[_]),Qt("div",{className:qr()({"vm-date-time-input":!0,"vm-date-time-input_error":x}),children:[Qt("label",{children:i}),Qt(Ca(),{tabIndex:1,inputRef:h,mask:"9999-99-99 99:99:99",placeholder:"YYYY-MM-DD HH:mm:ss",value:p,autoCapitalize:"none",inputMode:"numeric",maskChar:null,onChange:function(e){g(e.currentTarget.value)},onBlur:function(){u(p)},onKeyUp:function(e){"Enter"===e.key&&(u(p),k(!0))}}),x&&Qt("span",{className:"vm-date-time-input__error-text",children:x}),Qt("div",{className:"vm-date-time-input__icon",ref:s,children:Qt(Ni,{variant:"text",color:"gray",size:"small",startIcon:Qt(hr,{}),ariaLabel:"calendar"})}),Qt(ka,{label:o,ref:l,date:p,onChange:function(e){g(e),b(!0)},targetRef:s})]})},Aa=function(){var e=yi().isMobile,t=Gt().isDarkTheme,n=(0,r.useRef)(null),i=Xr(),o=(0,r.useMemo)((function(){return i.width>1120}),[i]),l=v((0,r.useState)(),2),u=l[0],c=l[1],s=v((0,r.useState)(),2),f=s[0],d=s[1],h=zn(),m=h.period,p=m.end,g=m.start,y=h.relativeTime,_=h.timezone,b=h.duration,w=jn(),D=_t(),k=da(_),x=Mi(!1),C=x.value,S=x.toggle,E=x.setFalse,A=(0,r.useMemo)((function(){return{region:_,utc:Cn(_)}}),[_]);(0,r.useEffect)((function(){c(bn(Dn(p)))}),[_,p]),(0,r.useEffect)((function(){d(bn(Dn(g)))}),[_,g]);var N=function(e){var t=e.duration,n=e.until,r=e.id;w({type:"SET_RELATIVE_TIME",payload:{duration:t,until:n,id:r}}),E()},M=(0,r.useMemo)((function(){return{start:a().tz(Dn(g)).format(en),end:a().tz(Dn(p)).format(en)}}),[g,p,_]),F=(0,r.useMemo)((function(){return y&&"none"!==y?y.replace(/_/g," "):"".concat(M.start," - ").concat(M.end)}),[y,M]),T=(0,r.useRef)(null),O=(0,r.useRef)(null),L=(0,r.useRef)(null),P=function(){f&&u&&w({type:"SET_PERIOD",payload:{from:a().tz(f).toDate(),to:a().tz(u).toDate()}}),E()};return(0,r.useEffect)((function(){var e=xn({relativeTimeId:y,defaultDuration:b,defaultEndInput:Dn(p)});k&&_!==k&&N({id:e.relativeTimeId,duration:e.duration,until:e.endInput})}),[_,k]),Ai(n,(function(t){var n,r;if(!e){var i=t.target,a=(null===T||void 0===T?void 0:T.current)&&(null===T||void 0===T||null===(n=T.current)||void 0===n?void 0:n.contains(i)),o=(null===O||void 0===O?void 0:O.current)&&(null===O||void 0===O||null===(r=O.current)||void 0===r?void 0:r.contains(i));a||o||E()}})),Qt(qt.HY,{children:[Qt("div",{ref:L,children:e?Qt("div",{className:"vm-mobile-option",onClick:S,children:[Qt("span",{className:"vm-mobile-option__icon",children:Qt(dr,{})}),Qt("div",{className:"vm-mobile-option-text",children:[Qt("span",{className:"vm-mobile-option-text__label",children:"Time range"}),Qt("span",{className:"vm-mobile-option-text__value",children:F})]}),Qt("span",{className:"vm-mobile-option__arrow",children:Qt(sr,{})})]}):Qt(Ri,{title:o?"Time range controls":F,children:Qt(Ni,{className:D?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Qt(dr,{}),onClick:S,ariaLabel:"time range controls",children:o&&Qt("span",{children:F})})})}),Qt(Fi,{open:C,buttonRef:L,placement:"bottom-right",onClose:E,clickOutside:!1,title:e?"Time range controls":"",children:Qt("div",{className:qr()({"vm-time-selector":!0,"vm-time-selector_mobile":e}),ref:n,children:[Qt("div",{className:"vm-time-selector-left",children:[Qt("div",{className:qr()({"vm-time-selector-left-inputs":!0,"vm-time-selector-left-inputs_dark":t}),children:[Qt(Ea,{value:f,label:"From:",pickerLabel:"Date From",pickerRef:T,onChange:d,onEnter:P}),Qt(Ea,{value:u,label:"To:",pickerLabel:"Date To",pickerRef:O,onChange:c,onEnter:P})]}),Qt("div",{className:"vm-time-selector-left-timezone",children:[Qt("div",{className:"vm-time-selector-left-timezone__title",children:A.region}),Qt("div",{className:"vm-time-selector-left-timezone__utc",children:A.utc})]}),Qt(Ni,{variant:"text",startIcon:Qt(mr,{}),onClick:function(){return w({type:"RUN_QUERY_TO_NOW"})},children:"switch to now"}),Qt("div",{className:"vm-time-selector-left__controls",children:[Qt(Ni,{color:"error",variant:"outlined",onClick:function(){c(bn(Dn(p))),d(bn(Dn(g))),E()},children:"Cancel"}),Qt(Ni,{color:"primary",onClick:P,children:"Apply"})]})]}),Qt(ma,{relativeTime:y||"",setDuration:N})]})})]})},Na=function(){var e=Se(),t=v(ut(),2),n=t[0],i=t[1];return{setSearchParamsFromKeys:(0,r.useCallback)((function(t){var r=!!Array.from(n.values()).length,a=!1;Object.entries(t).forEach((function(e){var t=v(e,2),r=t[0],i=t[1];n.get(r)!=="".concat(i)&&(n.set(r,"".concat(i)),a=!0)})),a&&(r?i(n):e("?".concat(n.toString()),{replace:!0}))}),[n,e])}},Ma=function(){var e=yi().isMobile,t=_t(),n=(0,r.useRef)(null),i=v(ut(),1)[0],o=Na().setSearchParamsFromKeys,l=i.get("date")||a()().tz().format(Xt),u=(0,r.useMemo)((function(){return a().tz(l).format(Xt)}),[l]),c=function(e){o({date:e})};return(0,r.useEffect)((function(){c(l)}),[]),Qt("div",{children:[Qt("div",{ref:n,children:e?Qt("div",{className:"vm-mobile-option",children:[Qt("span",{className:"vm-mobile-option__icon",children:Qt(hr,{})}),Qt("div",{className:"vm-mobile-option-text",children:[Qt("span",{className:"vm-mobile-option-text__label",children:"Date control"}),Qt("span",{className:"vm-mobile-option-text__value",children:u})]}),Qt("span",{className:"vm-mobile-option__arrow",children:Qt(sr,{})})]}):Qt(Ri,{title:"Date control",children:Qt(Ni,{className:t?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Qt(hr,{}),children:u})})}),Qt(ka,{label:"Date control",date:l||"",format:Xt,onChange:c,targetRef:n})]})},Fa=[{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"}],Ta=function(){var e=yi().isMobile,t=jn(),n=_t(),i=v((0,r.useState)(!1),2),a=i[0],o=i[1],l=v((0,r.useState)(Fa[0]),2),u=l[0],c=l[1],s=Mi(!1),f=s.value,d=s.toggle,h=s.setFalse,m=(0,r.useRef)(null);(0,r.useEffect)((function(){var e,n=u.seconds;return a?e=setInterval((function(){t({type:"RUN_QUERY"})}),1e3*n):c(Fa[0]),function(){e&&clearInterval(e)}}),[u,a]);var p=function(e){return function(){!function(e){(a&&!e.seconds||!a&&e.seconds)&&o((function(e){return!e})),c(e),h()}(e)}};return Qt(qt.HY,{children:[Qt("div",{className:"vm-execution-controls",children:Qt("div",{className:qr()({"vm-execution-controls-buttons":!0,"vm-execution-controls-buttons_mobile":e,"vm-header-button":!n}),children:[!e&&Qt(Ri,{title:"Refresh dashboard",children:Qt(Ni,{variant:"contained",color:"primary",onClick:function(){t({type:"RUN_QUERY"})},startIcon:Qt(cr,{}),ariaLabel:"refresh dashboard"})}),e?Qt("div",{className:"vm-mobile-option",onClick:d,children:[Qt("span",{className:"vm-mobile-option__icon",children:Qt(ir,{})}),Qt("div",{className:"vm-mobile-option-text",children:[Qt("span",{className:"vm-mobile-option-text__label",children:"Auto-refresh"}),Qt("span",{className:"vm-mobile-option-text__value",children:u.title})]}),Qt("span",{className:"vm-mobile-option__arrow",children:Qt(sr,{})})]}):Qt(Ri,{title:"Auto-refresh control",children:Qt("div",{ref:m,children:Qt(Ni,{variant:"contained",color:"primary",fullWidth:!0,endIcon:Qt("div",{className:qr()({"vm-execution-controls-buttons__arrow":!0,"vm-execution-controls-buttons__arrow_open":f}),children:Qt(sr,{})}),onClick:d,children:u.title})})})]})}),Qt(Fi,{open:f,placement:"bottom-right",onClose:h,buttonRef:m,title:e?"Auto-refresh duration":void 0,children:Qt("div",{className:qr()({"vm-execution-controls-list":!0,"vm-execution-controls-list_mobile":e}),children:Fa.map((function(t){return Qt("div",{className:qr()({"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)}))})})]})},Oa=function(e){var t=e.serverUrl,n=e.stateServerUrl,i=e.onChange,a=e.onEnter,o=v((0,r.useState)(""),2),l=o[0],u=o[1];return(0,r.useEffect)((function(){n||u(Pt.emptyServer),Ht(n)||u(Pt.validServer)}),[n]),Qt(ua,{autofocus:!0,label:"Server URL",value:t,error:l,onChange:function(e){i(e||""),u("")},onEnter:a,inputmode:"url"})},La=[{label:"Graph",type:"chart"},{label:"JSON",type:"code"},{label:"Table",type:"table"}],Pa=function(e){var t=e.limits,n=e.onChange,i=e.onEnter,a=yi().isMobile,o=v((0,r.useState)({table:"",chart:"",code:""}),2),l=o[0],u=o[1],c=function(e){return function(r){!function(e,r){var i=e||"";u((function(e){return dt(dt({},e),{},st({},r,+i<0?Pt.positiveNumber:""))})),n(dt(dt({},t),{},st({},r,i||1/0)))}(r,e)}};return Qt("div",{className:"vm-limits-configurator",children:[Qt("div",{className:"vm-server-configurator__title",children:["Series limits by tabs",Qt(Ri,{title:"Set to 0 to disable the limit",children:Qt(Ni,{variant:"text",color:"primary",size:"small",startIcon:Qt(ar,{})})}),Qt("div",{className:"vm-limits-configurator-title__reset",children:Qt(Ni,{variant:"text",color:"primary",size:"small",startIcon:Qt(ir,{}),onClick:function(){n(At)},children:"Reset limits"})})]}),Qt("div",{className:qr()({"vm-limits-configurator__inputs":!0,"vm-limits-configurator__inputs_mobile":a}),children:La.map((function(e){return Qt("div",{children:Qt(ua,{label:e.label,value:t[e.type],error:l[e.type],onChange:c(e.type),onEnter:i,type:"number"})},e.type)}))})]})},Ia=function(e){var t=e.defaultExpanded,n=void 0!==t&&t,i=e.onChange,a=e.title,o=e.children,l=v((0,r.useState)(n),2),u=l[0],c=l[1];return(0,r.useEffect)((function(){i&&i(u)}),[u]),Qt(qt.HY,{children:[Qt("header",{className:"vm-accordion-header ".concat(u&&"vm-accordion-header_open"),onClick:function(){c((function(e){return!e}))},children:[a,Qt("div",{className:"vm-accordion-header__arrow ".concat(u&&"vm-accordion-header__arrow_open"),children:Qt(sr,{})})]}),u&&Qt("section",{className:"vm-accordion-section",children:o},"content")]})},Ra=function(e){var t=e.timezoneState,n=e.onChange,i=yi().isMobile,o=Sn(),l=v((0,r.useState)(""),2),u=l[0],c=l[1],s=(0,r.useRef)(null),f=Mi(!1),d=f.value,h=f.toggle,m=f.setFalse,p=(0,r.useMemo)((function(){if(!u)return o;try{return Sn(u)}catch(e){return{}}}),[u,o]),g=(0,r.useMemo)((function(){return Object.keys(p)}),[p]),y=(0,r.useMemo)((function(){return{region:a().tz.guess(),utc:Cn(a().tz.guess())}}),[]),_=(0,r.useMemo)((function(){return{region:t,utc:Cn(t)}}),[t]),b=function(e){return function(){!function(e){n(e.region),c(""),m()}(e)}};return Qt("div",{className:"vm-timezones",children:[Qt("div",{className:"vm-server-configurator__title",children:"Time zone"}),Qt("div",{className:"vm-timezones-item vm-timezones-item_selected",onClick:h,ref:s,children:[Qt("div",{className:"vm-timezones-item__title",children:_.region}),Qt("div",{className:"vm-timezones-item__utc",children:_.utc}),Qt("div",{className:qr()({"vm-timezones-item__icon":!0,"vm-timezones-item__icon_open":d}),children:Qt(fr,{})})]}),Qt(Fi,{open:d,buttonRef:s,placement:"bottom-left",onClose:m,fullWidth:!0,title:i?"Time zone":void 0,children:Qt("div",{className:qr()({"vm-timezones-list":!0,"vm-timezones-list_mobile":i}),children:[Qt("div",{className:"vm-timezones-list-header",children:[Qt("div",{className:"vm-timezones-list-header__search",children:Qt(ua,{autofocus:!0,label:"Search",value:u,onChange:function(e){c(e)}})}),Qt("div",{className:"vm-timezones-item vm-timezones-list-group-options__item",onClick:b(y),children:[Qt("div",{className:"vm-timezones-item__title",children:["Browser Time (",y.region,")"]}),Qt("div",{className:"vm-timezones-item__utc",children:y.utc})]})]}),g.map((function(e){return Qt("div",{className:"vm-timezones-list-group",children:Qt(Ia,{defaultExpanded:!0,title:Qt("div",{className:"vm-timezones-list-group__title",children:e}),children:Qt("div",{className:"vm-timezones-list-group-options",children:p[e]&&p[e].map((function(e){return Qt("div",{className:"vm-timezones-item vm-timezones-list-group-options__item",onClick:b(e),children:[Qt("div",{className:"vm-timezones-item__title",children:e.region}),Qt("div",{className:"vm-timezones-item__utc",children:e.utc})]},e.search)}))})})},e)}))]})})]})},Ba=function(e){var t=e.options,n=e.value,i=e.label,a=e.onChange,o=(0,r.useRef)(null),l=v((0,r.useState)({width:"0px",left:"0px",borderRadius:"0px"}),2),u=l[0],c=l[1],s=function(e){return function(){a(e)}};return(0,r.useEffect)((function(){if(o.current){var e=t.findIndex((function(e){return e.value===n})),r=o.current.getBoundingClientRect().width,i=e*r,a="0";0===e&&(a="16px 0 0 16px"),e===t.length-1&&(a="10px",i-=1,a="0 16px 16px 0"),0!==e&&e!==t.length-1&&(r+=1,i-=1),c({width:"".concat(r,"px"),left:"".concat(i,"px"),borderRadius:a})}else c({width:"0px",left:"0px",borderRadius:"0px"})}),[o,n,t]),Qt("div",{className:"vm-toggles",children:[i&&Qt("label",{className:"vm-toggles__label",children:i}),Qt("div",{className:"vm-toggles-group",style:{gridTemplateColumns:"repeat(".concat(t.length,", 1fr)")},children:[u.borderRadius&&Qt("div",{className:"vm-toggles-group__highlight",style:u}),t.map((function(e,t){return Qt("div",{className:qr()({"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)}))]})]})},za=Object.values(It).map((function(e){return{title:e,value:e}})),ja=function(e){var t=e.theme,n=e.onChange,r=yi().isMobile;return Qt("div",{className:qr()({"vm-theme-control":!0,"vm-theme-control_mobile":r}),children:[Qt("div",{className:"vm-server-configurator__title",children:"Theme preferences"}),Qt("div",{className:"vm-theme-control__toggle",children:Qt(Ba,{options:za,value:t,onChange:function(e){n(e)}})},"".concat(r))]})},Ha="Settings",$a=function(){var e={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,t=yi().isMobile,n=_t(),i=Gt(),a=i.serverUrl,o=i.theme,l=zn().timezone,u=ci().seriesLimits,c=Kt(),s=jn(),f=si(),d=v((0,r.useState)(a),2),h=d[0],m=d[1],p=v((0,r.useState)(u),2),g=p[0],y=p[1],_=v((0,r.useState)(l),2),b=_[0],w=_[1],D=Mi(!1),k=D.value,x=D.setTrue,C=D.setFalse,S=function(){C(),m(a),y(u),w(l)},E=function(){var e=Dt(h);""!==e&&c({type:"SET_TENANT_ID",payload:e}),c({type:"SET_SERVER",payload:h}),s({type:"SET_TIMEZONE",payload:b}),f({type:"SET_SERIES_LIMITS",payload:g}),C()};(0,r.useEffect)((function(){a!==h&&m(a)}),[a]);var A=[{show:!n&&!e,component:Qt(Oa,{stateServerUrl:a,serverUrl:h,onChange:m,onEnter:E})},{show:!e,component:Qt(Pa,{limits:g,onChange:y,onEnter:E})},{show:!0,component:Qt(Ra,{timezoneState:b,onChange:w})},{show:!n,component:Qt(ja,{theme:o,onChange:function(e){c({type:"SET_THEME",payload:e})}})}].filter((function(e){return e.show}));return Qt(qt.HY,{children:[t?Qt("div",{className:"vm-mobile-option",onClick:x,children:[Qt("span",{className:"vm-mobile-option__icon",children:Qt(nr,{})}),Qt("div",{className:"vm-mobile-option-text",children:Qt("span",{className:"vm-mobile-option-text__label",children:Ha})}),Qt("span",{className:"vm-mobile-option__arrow",children:Qt(sr,{})})]}):Qt(Ri,{title:Ha,children:Qt(Ni,{className:qr()({"vm-header-button":!n}),variant:"contained",color:"primary",startIcon:Qt(nr,{}),onClick:x,ariaLabel:"settings"})}),k&&Qt(Ii,{title:Ha,onClose:S,children:Qt("div",{className:qr()({"vm-server-configurator":!0,"vm-server-configurator_mobile":t}),children:[A.map((function(e,t){return Qt("div",{className:"vm-server-configurator__input",children:e.component},t)})),Qt("div",{className:"vm-server-configurator-footer",children:[Qt(Ni,{color:"error",variant:"outlined",onClick:S,children:"Cancel"}),Qt(Ni,{color:"primary",variant:"contained",onClick:E,children:"Apply"})]})]})})]})},Va=function(e){var t=e.displaySidebar,n=e.isMobile,r=e.headerSetup,i=e.accountIds;return Qt("div",{className:qr()({"vm-header-controls":!0,"vm-header-controls_mobile":n}),children:[(null===r||void 0===r?void 0:r.tenant)&&Qt(ca,{accountIds:i||[]}),(null===r||void 0===r?void 0:r.stepControl)&&Qt(ha,{}),(null===r||void 0===r?void 0:r.timeSelector)&&Qt(Aa,{}),(null===r||void 0===r?void 0:r.cardinalityDatePicker)&&Qt(Ma,{}),(null===r||void 0===r?void 0:r.executionControls)&&Qt(Ta,{}),Qt($a,{}),!t&&Qt(Zi,{})]})},Ya=function(){var e={NODE_ENV:"production",PUBLIC_URL:".",WDS_SOCKET_HOST:void 0,WDS_SOCKET_PATH:void 0,WDS_SOCKET_PORT:void 0,FAST_REFRESH:!1}.REACT_APP_LOGS,t=_t(),n=yi().isMobile,i=xe().pathname,a=v(ut(),2),o=a[0],l=a[1];oa();return(0,r.useEffect)((function(){var t,n,r="vmui",a=e?null===(t=vt[gt.logs])||void 0===t?void 0:t.title:null===(n=vt[i])||void 0===n?void 0:n.title;document.title=a?"".concat(a," - ").concat(r):r}),[i]),(0,r.useEffect)((function(){var e=window.location,t=e.search,n=e.href;if(t){var r=Ct().parse(t,{ignoreQueryPrefix:!0});Object.entries(r).forEach((function(e){var t=v(e,2),n=t[0],r=t[1];return o.set(n,r)})),l(o),window.location.search=""}var i=n.replace(/\/\?#\//,"/#/");i!==n&&window.location.replace(i)}),[]),Qt("section",{className:"vm-container",children:[Qt(ra,{controlsComponent:Va}),Qt("div",{className:qr()({"vm-container-body":!0,"vm-container-body_mobile":n,"vm-container-body_app":t}),children:Qt(je,{})}),!t&&Qt(ia,{})]})},Ua="u-off",qa="u-label",Wa="width",Qa="height",Za="top",Ga="bottom",Ka="left",Ja="right",Xa="#000",eo=Xa+"0",to="mousemove",no="mousedown",ro="mouseup",io="mouseenter",ao="mouseleave",oo="dblclick",lo="change",uo="dppxchange",co="--",so="undefined"!=typeof window,fo=so?document:null,ho=so?window:null,mo=so?navigator:null;function po(e,t){if(null!=t){var n=e.classList;!n.contains(t)&&n.add(t)}}function vo(e,t){var n=e.classList;n.contains(t)&&n.remove(t)}function go(e,t,n){e.style[t]=n+"px"}function yo(e,t,n,r){var i=fo.createElement(e);return null!=t&&po(i,t),null!=n&&n.insertBefore(i,r),i}function _o(e,t){return yo("div",e,t)}var bo=new WeakMap;function wo(e,t,n,r,i){var a="translate("+t+"px,"+n+"px)";a!=bo.get(e)&&(e.style.transform=a,bo.set(e,a),t<0||n<0||t>r||n>i?po(e,Ua):vo(e,Ua))}var Do=new WeakMap;function ko(e,t,n){var r=t+n;r!=Do.get(e)&&(Do.set(e,r),e.style.background=t,e.style.borderColor=n)}var xo=new WeakMap;function Co(e,t,n,r){var i=t+""+n;i!=xo.get(e)&&(xo.set(e,i),e.style.height=n+"px",e.style.width=t+"px",e.style.marginLeft=r?-t/2+"px":0,e.style.marginTop=r?-n/2+"px":0)}var So={passive:!0},Eo=dt(dt({},So),{},{capture:!0});function Ao(e,t,n,r){t.addEventListener(e,n,r?Eo:So)}function No(e,t,n,r){t.removeEventListener(e,n,r?Eo:So)}function Mo(e,t,n,r){var i;n=n||0;for(var a=(r=r||t.length-1)<=2147483647;r-n>1;)t[i=a?n+r>>1:qo((n+r)/2)]<e?n=i:r=i;return e-t[n]<=t[r]-e?n:r}function Fo(e,t,n,r){for(var i=1==r?t:n;i>=t&&i<=n;i+=r)if(null!=e[i])return i;return-1}function To(e,t,n,r){var i=Jo(e),a=Jo(t),o=10==n?Xo:el;e==t&&(-1==i?(e*=n,t/=n):(e/=n,t*=n));var l=1==a?Qo:qo,u=(1==i?qo:Qo)(o(Uo(e))),c=l(o(Uo(t))),s=Ko(n,u),f=Ko(n,c);return 10==n&&(u<0&&(s=pl(s,-u)),c<0&&(f=pl(f,-c))),r||2==n?(e=s*i,t=f*a):(e=ml(e,s),t=hl(t,f)),[e,t]}function Oo(e,t,n,r){var i=To(e,t,n,r);return 0==e&&(i[0]=0),0==t&&(i[1]=0),i}so&&function e(){var t=devicePixelRatio;sa!=t&&(sa=t,fa&&No(lo,fa,e),fa=matchMedia("(min-resolution: ".concat(sa-.001,"dppx) and (max-resolution: ").concat(sa+.001,"dppx)")),Ao(lo,fa,e),ho.dispatchEvent(new CustomEvent(uo)))}();var Lo=.1,Po={mode:3,pad:Lo},Io={pad:0,soft:null,mode:0},Ro={min:Io,max:Io};function Bo(e,t,n,r){return Cl(n)?jo(e,t,n):(Io.pad=n,Io.soft=r?0:null,Io.mode=r?3:0,jo(e,t,Ro))}function zo(e,t){return null==e?t:e}function jo(e,t,n){var r=n.min,i=n.max,a=zo(r.pad,0),o=zo(i.pad,0),l=zo(r.hard,-nl),u=zo(i.hard,nl),c=zo(r.soft,nl),s=zo(i.soft,-nl),f=zo(r.mode,0),d=zo(i.mode,0),h=t-e,m=Xo(h),p=Go(Uo(e),Uo(t)),v=Xo(p),g=Uo(v-m);(h<1e-9||g>10)&&(h=0,0!=e&&0!=t||(h=1e-9,2==f&&c!=nl&&(a=0),2==d&&s!=-nl&&(o=0)));var y=h||p||1e3,_=Xo(y),b=Ko(10,qo(_)),w=pl(ml(e-y*(0==h?0==e?.1:1:a),b/10),9),D=e>=c&&(1==f||3==f&&w<=c||2==f&&w>=c)?c:nl,k=Go(l,w<D&&e>=D?D:Zo(D,w)),x=pl(hl(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:-nl,S=Zo(u,x>C&&t<=C?C:Go(C,x));return k==S&&0==k&&(S=100),[k,S]}var Ho=new Intl.NumberFormat(so?mo.language:"en-US"),$o=function(e){return Ho.format(e)},Vo=Math,Yo=Vo.PI,Uo=Vo.abs,qo=Vo.floor,Wo=Vo.round,Qo=Vo.ceil,Zo=Vo.min,Go=Vo.max,Ko=Vo.pow,Jo=Vo.sign,Xo=Vo.log10,el=Vo.log2,tl=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return Vo.asinh(e/t)},nl=1/0;function rl(e){return 1+(0|Xo((e^e>>31)-(e>>31)))}function il(e,t,n){return Zo(Go(e,t),n)}function al(e){return"function"==typeof e?e:function(){return e}}var ol=function(e){return e},ll=function(e,t){return t},ul=function(e){return null},cl=function(e){return!0},sl=function(e,t){return e==t},fl=function(e){return pl(e,14)};function dl(e,t){return fl(pl(fl(e/t))*t)}function hl(e,t){return fl(Qo(fl(e/t))*t)}function ml(e,t){return fl(qo(fl(e/t))*t)}function pl(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(kl(e))return e;var n=Math.pow(10,t),r=e*n*(1+Number.EPSILON);return Wo(r)/n}var vl=new Map;function gl(e){return((""+e).split(".")[1]||"").length}function yl(e,t,n,r){for(var i=[],a=r.map(gl),o=t;o<n;o++)for(var l=Uo(o),u=pl(Ko(e,o),l),c=0;c<r.length;c++){var s=r[c]*u,f=(s>=0&&o>=0?0:l)+(o>=a[c]?0:a[c]),d=pl(s,f);i.push(d),vl.set(d,f)}return i}var _l={},bl=[],wl=[null,null],Dl=Array.isArray,kl=Number.isInteger;function xl(e){return"string"==typeof e}function Cl(e){var t=!1;if(null!=e){var n=e.constructor;t=null==n||n==Object}return t}function Sl(e){return null!=e&&"object"==typeof e}var El=Object.getPrototypeOf(Uint8Array);function Al(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Cl;if(Dl(e)){var r=e.find((function(e){return null!=e}));if(Dl(r)||n(r)){t=Array(e.length);for(var i=0;i<e.length;i++)t[i]=Al(e[i],n)}else t=e.slice()}else if(e instanceof El)t=e.slice();else if(n(e))for(var a in t={},e)t[a]=Al(e[a],n);else t=e;return t}function Nl(e){for(var t=arguments,n=1;n<t.length;n++){var r=t[n];for(var i in r)Cl(e[i])?Nl(e[i],Al(r[i])):e[i]=Al(r[i])}return e}function Ml(e,t,n){for(var r,i=0,a=-1;i<t.length;i++){var o=t[i];if(o>a){for(r=o-1;r>=0&&null==e[r];)e[r--]=null;for(r=o+1;r<n&&null==e[r];)e[a=r++]=null}}}var Fl="undefined"==typeof queueMicrotask?function(e){return Promise.resolve().then(e)}:queueMicrotask;var Tl=["January","February","March","April","May","June","July","August","September","October","November","December"],Ol=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];function Ll(e){return e.slice(0,3)}var Pl=Ol.map(Ll),Il=Tl.map(Ll),Rl={MMMM:Tl,MMM:Il,WWWW:Ol,WWW:Pl};function Bl(e){return(e<10?"0":"")+e}var zl={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 Bl(e.getMonth()+1)},M:function(e){return e.getMonth()+1},DD:function(e){return Bl(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 Bl(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 Bl(e.getMinutes())},m:function(e){return e.getMinutes()},ss:function(e){return Bl(e.getSeconds())},s:function(e){return e.getSeconds()},fff:function(e){return((t=e.getMilliseconds())<10?"00":t<100?"0":"")+t;var t}};function jl(e,t){t=t||Rl;for(var n,r=[],i=/\{([a-z]+)\}|[^{]+/gi;n=i.exec(e);)r.push("{"==n[0][0]?zl[n[1]]:n[0]);return function(e){for(var n="",i=0;i<r.length;i++)n+="string"==typeof r[i]?r[i]:r[i](e,t);return n}}var Hl=(new Intl.DateTimeFormat).resolvedOptions().timeZone;var $l=function(e){return e%1==0},Vl=[1,2,2.5,5],Yl=yl(10,-16,0,Vl),Ul=yl(10,0,16,Vl),ql=Ul.filter($l),Wl=Yl.concat(Ul),Ql="{YYYY}",Zl="\n"+Ql,Gl="{M}/{D}",Kl="\n"+Gl,Jl=Kl+"/{YY}",Xl="{aa}",eu="{h}:{mm}"+Xl,tu="\n"+eu,nu=":{ss}",ru=null;function iu(e){var t=1e3*e,n=60*t,r=60*n,i=24*r,a=30*i,o=365*i;return[(1==e?yl(10,0,3,Vl).filter($l):yl(10,-3,0,Vl)).concat([t,5*t,10*t,15*t,30*t,n,5*n,10*n,15*n,30*n,r,2*r,3*r,4*r,6*r,8*r,12*r,i,2*i,3*i,4*i,5*i,6*i,7*i,8*i,9*i,10*i,15*i,a,2*a,3*a,4*a,6*a,o,2*o,5*o,10*o,25*o,50*o,100*o]),[[o,Ql,ru,ru,ru,ru,ru,ru,1],[28*i,"{MMM}",Zl,ru,ru,ru,ru,ru,1],[i,Gl,Zl,ru,ru,ru,ru,ru,1],[r,"{h}"+Xl,Jl,ru,Kl,ru,ru,ru,1],[n,eu,Jl,ru,Kl,ru,ru,ru,1],[t,nu,Jl+" "+eu,ru,Kl+" "+eu,ru,tu,ru,1],[e,nu+".{fff}",Jl+" "+eu,ru,Kl+" "+eu,ru,tu,ru,1]],function(t){return function(l,u,c,s,f,d){var h=[],m=f>=o,p=f>=a&&f<o,v=t(c),g=pl(v*e,3),y=pu(v.getFullYear(),m?0:v.getMonth(),p||m?1:v.getDate()),_=pl(y*e,3);if(p||m)for(var b=p?f/a:0,w=m?f/o:0,D=g==_?g:pl(pu(y.getFullYear()+w,y.getMonth()+b,1)*e,3),k=new Date(Wo(D/e)),x=k.getFullYear(),C=k.getMonth(),S=0;D<=s;S++){var E=pu(x+w*S,C+b*S,1),A=E-t(pl(E*e,3));(D=pl((+E+A)*e,3))<=s&&h.push(D)}else{var N=f>=i?i:f,M=_+(qo(c)-qo(g))+hl(g-_,N);h.push(M);for(var F=t(M),T=F.getHours()+F.getMinutes()/n+F.getSeconds()/r,O=f/r,L=d/l.axes[u]._space;!((M=pl(M+f,1==e?0:3))>s);)if(O>1){var P=qo(pl(T+O,6))%24,I=t(M).getHours()-P;I>1&&(I=-1),T=(T+O)%24,pl(((M-=I*r)-h[h.length-1])/f,3)*L>=.7&&h.push(M)}else h.push(M)}return h}}]}var au=v(iu(1),3),ou=au[0],lu=au[1],uu=au[2],cu=v(iu(.001),3),su=cu[0],fu=cu[1],du=cu[2];function hu(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 mu(e,t){return function(n,r,i,a,o){var l,u,c,s,f,d,h=t.find((function(e){return o>=e[0]}))||t[t.length-1];return r.map((function(t){var n=e(t),r=n.getFullYear(),i=n.getMonth(),a=n.getDate(),o=n.getHours(),m=n.getMinutes(),p=n.getSeconds(),v=r!=l&&h[2]||i!=u&&h[3]||a!=c&&h[4]||o!=s&&h[5]||m!=f&&h[6]||p!=d&&h[7]||h[1];return l=r,u=i,c=a,s=o,f=m,d=p,v(n)}))}}function pu(e,t,n){return new Date(e,t,n)}function vu(e,t){return t(e)}yl(2,-53,53,[1]);function gu(e,t){return function(n,r,i,a){return null==a?co:t(e(r))}}var yu={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 _u=[0,0];function bu(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 wu(e,t,n){var r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];return function(e){(!r||e.target==t)&&n(e)}}var Du={show:!0,x:!0,y:!0,lock:!1,move:function(e,t,n){return _u[0]=t,_u[1]=n,_u},points:{show:function(e,t){var n=e.cursor.points,r=_o(),i=n.size(e,t);go(r,Wa,i),go(r,Qa,i);var a=i/-2;go(r,"marginLeft",a),go(r,"marginTop",a);var o=n.width(e,t,i);return o&&go(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:bu,mouseup:bu,click:bu,dblclick:bu,mousemove:wu,mouseleave:wu,mouseenter:wu},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},ku={show:!0,stroke:"rgba(0,0,0,0.07)",width:2},xu=Nl({},ku,{filter:ll}),Cu=Nl({},xu,{size:10}),Su=Nl({},ku,{show:!1}),Eu='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"',Au="bold "+Eu,Nu={show:!0,scale:"x",stroke:Xa,space:50,gap:5,size:50,labelGap:0,labelSize:30,labelFont:Au,side:2,grid:xu,ticks:Cu,border:Su,font:Eu,lineGap:1.5,rotate:0},Mu={show:!0,scale:"x",auto:!1,sorted:1,min:nl,max:-nl,idxs:[]};function Fu(e,t,n,r,i){return t.map((function(e){return null==e?"":$o(e)}))}function Tu(e,t,n,r,i,a,o){for(var l=[],u=vl.get(i)||0,c=n=o?n:pl(hl(n,i),u);c<=r;c=pl(c+i,u))l.push(Object.is(c,-0)?0:c);return l}function Ou(e,t,n,r,i,a,o){var l=[],u=e.scales[e.axes[t].scale].log,c=qo((10==u?Xo:el)(n));i=Ko(u,c),10==u&&c<0&&(i=pl(i,-c));var s=n;do{l.push(s),s+=i,10==u&&(s=pl(s,vl.get(i))),s>=i*u&&(i=s)}while(s<=r);return l}function Lu(e,t,n,r,i,a,o){var l=e.scales[e.axes[t].scale].asinh,u=r>l?Ou(e,t,Go(l,n),r,i):[l],c=r>=0&&n<=0?[0]:[];return(n<-l?Ou(e,t,Go(l,-r),-n,i):[l]).reverse().map((function(e){return-e})).concat(c,u)}var Pu=/./,Iu=/[12357]/,Ru=/[125]/,Bu=/1/,zu=function(e,t,n,r){return e.map((function(e,i){return 4==t&&0==e||i%r==0&&n.test(e.toExponential()[e<0?1:0])?e:null}))};function ju(e,t,n,r,i){var a=e.axes[n],o=a.scale,l=e.scales[o],u=e.valToPos,c=a._space,s=u(10,o),f=u(9,o)-s>=c?Pu:u(7,o)-s>=c?Iu:u(5,o)-s>=c?Ru:Bu;if(f==Bu){var d=Uo(u(1,o)-s);if(d<c)return zu(t.slice().reverse(),l.distr,f,Qo(c/d)).reverse()}return zu(t,l.distr,f,1)}function Hu(e,t,n,r,i){var a=e.axes[n],o=a.scale,l=a._space,u=e.valToPos,c=Uo(u(1,o)-u(2,o));return c<l?zu(t.slice().reverse(),3,Pu,Qo(l/c)).reverse():t}function $u(e,t,n,r){return null==r?co:null==t?"":$o(t)}var Vu={show:!0,scale:"y",stroke:Xa,space:30,gap:5,size:50,labelGap:0,labelSize:30,labelFont:Au,side:3,grid:xu,ticks:Cu,border:Su,font:Eu,lineGap:1.5,rotate:0};var Yu={scale:null,auto:!0,sorted:0,min:nl,max:-nl},Uu=function(e,t,n,r,i){return i},qu={show:!0,auto:!0,sorted:0,gaps:Uu,alpha:1,facets:[Nl({},Yu,{scale:"x"}),Nl({},Yu,{scale:"y"})]},Wu={scale:"y",auto:!0,sorted:0,show:!0,spanGaps:!1,gaps:Uu,alpha:1,points:{show:function(e,t){var n=e.series[0],r=n.scale,i=n.idxs,a=e._data[0],o=e.valToPos(a[i[0]],r,!0),l=e.valToPos(a[i[1]],r,!0),u=Uo(l-o)/(e.series[t].points.space*sa);return i[1]-i[0]<=u},filter:null},values:null,min:nl,max:-nl,idxs:[],path:null,clip:null};function Qu(e,t,n,r,i){return n/10}var Zu={time:!0,auto:!0,distr:1,log:10,asinh:1,min:null,max:null,dir:1,ori:0},Gu=Nl({},Zu,{time:!1,ori:1}),Ku={};function Ju(e,t){var n=Ku[e];return n||(n={key:e,plots:[],sub:function(e){n.plots.push(e)},unsub:function(e){n.plots=n.plots.filter((function(t){return t!=e}))},pub:function(e,t,r,i,a,o,l){for(var u=0;u<n.plots.length;u++)n.plots[u]!=t&&n.plots[u].pub(e,t,r,i,a,o,l)}},null!=e&&(Ku[e]=n)),n}var Xu=1;function ec(e,t,n){var r=e.mode,i=e.series[t],a=2==r?e._data[t]:e._data,o=e.scales,l=e.bbox,u=a[0],c=2==r?a[1]:a[t],s=2==r?o[i.facets[0].scale]:o[e.series[0].scale],f=2==r?o[i.facets[1].scale]:o[i.scale],d=l.left,h=l.top,m=l.width,p=l.height,v=e.valToPosH,g=e.valToPosV;return 0==s.ori?n(i,u,c,s,f,v,g,d,h,m,p,uc,sc,dc,mc,vc):n(i,u,c,s,f,g,v,h,d,p,m,cc,fc,hc,pc,gc)}function tc(e,t){for(var n=0,r=0,i=zo(e.bands,bl),a=0;a<i.length;a++){var o=i[a];o.series[0]==t?n=o.dir:o.series[1]==t&&(1==o.dir?r|=1:r|=2)}return[n,1==r?-1:2==r?1:3==r?2:0]}function nc(e,t,n,r,i){var a=e.mode,o=e.series[t],l=2==a?o.facets[1].scale:o.scale,u=e.scales[l];return-1==i?u.min:1==i?u.max:3==u.distr?1==u.dir?u.min:u.max:0}function rc(e,t,n,r,i,a){return ec(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?sc:fc;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)),D=g(c(t[v],l,h,f)),k=g(s(1==a?u.max:u.min,u,m,d)),x=new Path2D(i);return _(x,D,k),_(x,b,k),_(x,b,w),x}))}function ic(e,t,n,r,i,a){var o=null;if(e.length>0){o=new Path2D;for(var l=0==t?dc:hc,u=n,c=0;c<e.length;c++){var s=e[c];if(s[1]>s[0]){var f=s[0]-u;f>0&&l(o,u,r,f,r+a),u=s[1]}}var d=n+i-u;d>0&&l(o,u,r-5,d,r+a+10)}return o}function ac(e,t,n,r,i,a,o){for(var l=[],u=e.length,c=1==i?n:r;c>=n&&c<=r;c+=i){if(null===t[c]){var s=c,f=c;if(1==i)for(;++c<=r&&null===t[c];)f=c;else for(;--c>=n&&null===t[c];)f=c;var d=a(e[s]),h=f==s?d:a(e[f]),m=s-i;d=o<=0&&m>=0&&m<u?a(e[m]):d;var p=f+i;(h=o>=0&&p>=0&&p<u?a(e[p]):h)>=d&&l.push([d,h])}}return l}function oc(e){return 0==e?ol:1==e?Wo:function(t){return dl(t,e)}}function lc(e){var t=0==e?uc:cc,n=0==e?function(e,t,n,r,i,a){e.arcTo(t,n,r,i,a)}:function(e,t,n,r,i,a){e.arcTo(n,t,i,r,a)},r=0==e?function(e,t,n,r,i){e.rect(t,n,r,i)}:function(e,t,n,r,i){e.rect(n,t,i,r)};return function(e,i,a,o,l){var u=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0,c=arguments.length>6&&void 0!==arguments[6]?arguments[6]:0;0==u&&0==c?r(e,i,a,o,l):(u=Zo(u,o/2,l/2),c=Zo(c,o/2,l/2),t(e,i+u,a),n(e,i+o,a,i+o,a+l,u),n(e,i+o,a+l,i,a+l,c),n(e,i,a+l,i,a,c),n(e,i,a,i+o,a,u),e.closePath())}}var uc=function(e,t,n){e.moveTo(t,n)},cc=function(e,t,n){e.moveTo(n,t)},sc=function(e,t,n){e.lineTo(t,n)},fc=function(e,t,n){e.lineTo(n,t)},dc=lc(0),hc=lc(1),mc=function(e,t,n,r,i,a){e.arc(t,n,r,i,a)},pc=function(e,t,n,r,i,a){e.arc(n,t,r,i,a)},vc=function(e,t,n,r,i,a,o){e.bezierCurveTo(t,n,r,i,a,o)},gc=function(e,t,n,r,i,a,o){e.bezierCurveTo(n,t,i,r,o,a)};function yc(e){return function(e,t,n,r,i){return ec(e,t,(function(t,a,o,l,u,c,s,f,d,h,m){var p,v,g=t.pxRound,y=t.points;0==l.ori?(p=uc,v=mc):(p=cc,v=pc);var _=pl(y.width*sa,3),b=(y.size-y.width)/2*sa,w=pl(2*b,3),D=new Path2D,k=new Path2D,x=e.bbox,C=x.left,S=x.top,E=x.width,A=x.height;dc(k,C-w,S-w,E+2*w,A+2*w);var N=function(e){if(null!=o[e]){var t=g(c(a[e],l,h,f)),n=g(s(o[e],u,m,d));p(D,t+b,n),v(D,t,n,b,0,2*Yo)}};if(i)i.forEach(N);else for(var M=n;M<=r;M++)N(M);return{stroke:_>0?D:null,fill:D,clip:k,flags:2|Xu}}))}}function _c(e){return function(t,n,r,i,a,o){r!=i&&(a!=r&&o!=r&&e(t,n,r),a!=i&&o!=i&&e(t,n,i),e(t,n,o))}}var bc=_c(sc),wc=_c(fc);function Dc(e){var t=zo(null===e||void 0===e?void 0:e.alignGaps,0);return function(e,n,r,i){return ec(e,n,(function(a,o,l,u,c,s,f,d,h,m,p){var g,_,b=a.pxRound,w=function(e){return b(s(e,u,m,d))},D=function(e){return b(f(e,c,p,h))};0==u.ori?(g=sc,_=bc):(g=fc,_=wc);for(var k,x,C,S=u.dir*(0==u.ori?1:-1),E={stroke:new Path2D,fill:null,clip:null,band:null,gaps:null,flags:Xu},A=E.stroke,N=nl,M=-nl,F=w(o[1==S?r:i]),T=Fo(l,r,i,1*S),O=Fo(l,r,i,-1*S),L=w(o[T]),P=w(o[O]),I=!1,R=1==S?r:i;R>=r&&R<=i;R+=S){var B=w(o[R]),z=l[R];B==F?null!=z?(x=D(z),N==nl&&(g(A,B,x),k=x),N=Zo(x,N),M=Go(x,M)):null===z&&(I=!0):(N!=nl&&(_(A,F,N,M,k,x),C=F),null!=z?(g(A,B,x=D(z)),N=M=k=x):(N=nl,M=-nl,null===z&&(I=!0)),F=B)}N!=nl&&N!=M&&C!=F&&_(A,F,N,M,k,x);var j=v(tc(e,n),2),H=j[0],$=j[1];if(null!=a.fill||0!=H){var V=E.fill=new Path2D(A),Y=D(a.fillTo(e,n,a.min,a.max,H));g(V,P,Y),g(V,L,Y)}if(!a.spanGaps){var U,q=[];I&&(U=q).push.apply(U,y(ac(o,l,r,i,S,w,t))),E.gaps=q=a.gaps(e,n,r,i,q),E.clip=ic(q,u.ori,d,h,m,p)}return 0!=$&&(E.band=2==$?[rc(e,n,r,i,A,-1),rc(e,n,r,i,A,1)]:rc(e,n,r,i,A,$)),E}))}}function kc(e,t,n,r,i,a){var o=e.length;if(o<2)return null;var l=new Path2D;if(n(l,e[0],t[0]),2==o)r(l,e[1],t[1]);else{for(var u=Array(o),c=Array(o-1),s=Array(o-1),f=Array(o-1),d=0;d<o-1;d++)s[d]=t[d+1]-t[d],f[d]=e[d+1]-e[d],c[d]=s[d]/f[d];u[0]=c[0];for(var h=1;h<o-1;h++)0===c[h]||0===c[h-1]||c[h-1]>0!==c[h]>0?u[h]=0:(u[h]=3*(f[h-1]+f[h])/((2*f[h]+f[h-1])/c[h-1]+(f[h]+2*f[h-1])/c[h]),isFinite(u[h])||(u[h]=0));u[o-1]=c[o-2];for(var m=0;m<o-1;m++)i(l,e[m]+f[m]/3,t[m]+u[m]*f[m]/3,e[m+1]-f[m]/3,t[m+1]-u[m+1]*f[m]/3,e[m+1],t[m+1])}return l}var xc=new Set;function Cc(){var e,t=T(xc);try{for(t.s();!(e=t.n()).done;){e.value.syncRect(!0)}}catch(n){t.e(n)}finally{t.f()}}so&&(Ao("resize",ho,Cc),Ao("scroll",ho,Cc,!0),Ao(uo,ho,(function(){jc.pxRatio=sa})));var Sc=Dc(),Ec=yc();function Ac(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 Nc(e,r,t,n)}))}function Nc(e,t,n,r){return Nl({},0==t?n:r,e)}function Mc(e,t,n){return null==t?wl:[t,n]}var Fc=Mc;function Tc(e,t,n){return null==t?wl:Bo(t,n,Lo,!0)}function Oc(e,t,n,r){return null==t?wl:To(t,n,e.scales[r].log,!1)}var Lc=Oc;function Pc(e,t,n,r){return null==t?wl:Oo(t,n,e.scales[r].log,!1)}var Ic=Pc;function Rc(e,t,n,r,i){var a=Go(rl(e),rl(t)),o=t-e,l=Mo(i/r*o,n);do{var u=n[l],c=r*u/o;if(c>=i&&a+(u<5?vl.get(u):0)<=17)return[u,c]}while(++l<n.length);return[0,0]}function Bc(e){var t,n;return[e=e.replace(/(\d+)px/,(function(e,r){return(t=Wo((n=+r)*sa))+"px"})),t,n]}function zc(e){e.show&&[e.font,e.labelFont].forEach((function(e){var t=pl(e[2]*sa,1);e[0]=e[0].replace(/[0-9.]+px/,t+"px"),e[1]=t}))}function jc(e,t,n){var r={mode:zo(e.mode,1)},i=r.mode;function a(e,t){return((3==t.distr?Xo(e>0?e:t.clamp(r,e,t.min,t.max,t.key)):4==t.distr?tl(e,t.asinh):e)-t._min)/(t._max-t._min)}function o(e,t,n,r){var i=a(e,t);return r+n*(-1==t.dir?1-i:i)}function l(e,t,n,r){var i=a(e,t);return r+n*(-1==t.dir?i:1-i)}function u(e,t,n,r){return 0==t.ori?o(e,t,n,r):l(e,t,n,r)}r.valToPosH=o,r.valToPosV=l;var c=!1;r.status=0;var s=r.root=_o("uplot");(null!=e.id&&(s.id=e.id),po(s,e.class),e.title)&&(_o("u-title",s).textContent=e.title);var f=yo("canvas"),d=r.ctx=f.getContext("2d"),h=_o("u-wrap",s);Ao("click",h,(function(e){e.target===p&&((Et!=kt||At!=xt)&&Lt.click(r,e))}),!0);var m=r.under=_o("u-under",h);h.appendChild(f);var p=r.over=_o("u-over",h),g=+zo((e=Al(e)).pxAlign,1),y=oc(g);(e.plugins||[]).forEach((function(t){t.opts&&(e=t.opts(r,e)||e)}));var _,b,w=e.ms||.001,D=r.series=1==i?Ac(e.series||[],Mu,Wu,!1):(_=e.series||[null],b=qu,_.map((function(e,t){return 0==t?null:Nl({},b,e)}))),k=r.axes=Ac(e.axes||[],Nu,Vu,!0),x=r.scales={},C=r.bands=e.bands||[];C.forEach((function(e){e.fill=al(e.fill||null),e.dir=zo(e.dir,-1)}));var S=2==i?D[1].facets[0].scale:D[0].scale,E={axes:function(){for(var e=function(){var e=k[t];if(!e.show||!e._show)return 0;var n,i,a=e.side,o=a%2,l=e.stroke(r,t),c=0==a||3==a?-1:1;if(e.label){var s=e.labelGap*c,f=Wo((e._lpos+s)*sa);at(e.labelFont[0],l,"center",2==a?Za:Ga),d.save(),1==o?(n=i=0,d.translate(f,Wo(ge+_e/2)),d.rotate((3==a?-Yo:Yo)/2)):(n=Wo(ve+ye/2),i=f),d.fillText(e.label,n,i),d.restore()}var h=v(e._found,2),m=h[0],p=h[1];if(0==p)return 0;var g=x[e.scale],_=0==o?ye:_e,b=0==o?ve:ge,w=Wo(e.gap*sa),D=e._splits,C=2==g.distr?D.map((function(e){return et[e]})):D,S=2==g.distr?et[D[1]]-et[D[0]]:m,E=e.ticks,A=e.border,N=E.show?Wo(E.size*sa):0,M=e._rotate*-Yo/180,F=y(e._pos*sa),T=F+(N+w)*c;i=0==o?T:0,n=1==o?T:0,at(e.font[0],l,1==e.align?Ka:2==e.align?Ja:M>0?Ka:M<0?Ja:0==o?"center":3==a?Ja:Ka,M||1==o?"middle":2==a?Za:Ga);for(var O=e.font[1]*e.lineGap,L=D.map((function(e){return y(u(e,g,_,b))})),P=e._values,I=0;I<P.length;I++){var R=P[I];if(null!=R){0==o?n=L[I]:i=L[I];for(var B=-1==(R=""+R).indexOf("\n")?[R]:R.split(/\n/gm),z=0;z<B.length;z++){var j=B[z];M?(d.save(),d.translate(n,i+z*O),d.rotate(M),d.fillText(j,0,0),d.restore()):d.fillText(j,n,i+z*O)}}}E.show&&ht(L,E.filter(r,C,t,p,S),o,a,F,N,pl(E.width*sa,3),E.stroke(r,t),E.dash,E.cap);var H=e.grid;H.show&&ht(L,H.filter(r,C,t,p,S),o,0==o?2:1,0==o?ge:ve,0==o?_e:ye,pl(H.width*sa,3),H.stroke(r,t),H.dash,H.cap),A.show&&ht([F],[1],0==o?1:0,0==o?1:2,1==o?ge:ve,1==o?_e:ye,pl(A.width*sa,3),A.stroke(r,t),A.dash,A.cap)},t=0;t<k.length;t++)e();gn("drawAxes")},series:function(){Be>0&&(D.forEach((function(e,n){if(n>0&&e.show&&(lt(n,!1),lt(n,!0),null==e._paths)){var a=2==i?[0,t[n][0].length-1]:function(e){var t=il(Ke-1,0,Be-1),n=il(Je+1,0,Be-1);for(;null==e[t]&&t>0;)t--;for(;null==e[n]&&n<Be-1;)n++;return[t,n]}(t[n]);e._paths=e.paths(r,n,a[0],a[1])}})),D.forEach((function(e,t){if(t>0&&e.show){Qe!=e.alpha&&(d.globalAlpha=Qe=e.alpha),null!=e._paths&&ut(t,!1);var n=null!=e._paths?e._paths.gaps:null,i=e.points.show(r,t,Ke,Je,n),a=e.points.filter(r,t,i,n);(i||a)&&(e.points._paths=e.points.paths(r,t,Ke,Je,a),ut(t,!0)),1!=Qe&&(d.globalAlpha=Qe=1),gn("drawSeries",t)}})))}},A=(e.drawOrder||["axes","series"]).map((function(e){return E[e]}));function N(t){var n=x[t];if(null==n){var r=(e.scales||_l)[t]||_l;if(null!=r.from)N(r.from),x[t]=Nl({},x[r.from],r,{key:t});else{(n=x[t]=Nl({},t==S?Zu:Gu,r)).key=t;var a=n.time,o=n.range,l=Dl(o);if((t!=S||2==i&&!a)&&(!l||null!=o[0]&&null!=o[1]||(o={min:null==o[0]?Po:{mode:1,hard:o[0],soft:o[0]},max:null==o[1]?Po:{mode:1,hard:o[1],soft:o[1]}},l=!1),!l&&Cl(o))){var u=o;o=function(e,t,n){return null==t?wl:Bo(t,n,u)}}n.range=al(o||(a?Fc:t==S?3==n.distr?Lc:4==n.distr?Ic:Mc:3==n.distr?Oc:4==n.distr?Pc:Tc)),n.auto=al(!l&&n.auto),n.clamp=al(n.clamp||Qu),n._min=n._max=null}}}for(var M in N("x"),N("y"),1==i&&D.forEach((function(e){N(e.scale)})),k.forEach((function(e){N(e.scale)})),e.scales)N(M);var F,T,O=x[S],L=O.distr;0==O.ori?(po(s,"u-hz"),F=o,T=l):(po(s,"u-vt"),F=l,T=o);var P={};for(var I in x){var R=x[I];null==R.min&&null==R.max||(P[I]={min:R.min,max:R.max},R.min=R.max=null)}var B,z,j,H=e.tzDate||function(e){return new Date(Wo(e/w))},$=e.fmtDate||jl,V=1==w?uu(H):du(H),Y=mu(H,hu(1==w?lu:fu,$)),U=gu(H,vu("{YYYY}-{MM}-{DD} {h}:{mm}{aa}",$)),q=[],W=r.legend=Nl({},yu,e.legend),Q=W.show,Z=W.markers;W.idxs=q,Z.width=al(Z.width),Z.dash=al(Z.dash),Z.stroke=al(Z.stroke),Z.fill=al(Z.fill);var G,K=[],J=[],X=!1,ee={};if(W.live){var te=D[1]?D[1].values:null;for(var ne in G=(X=null!=te)?te(r,1,0):{_:0})ee[ne]=co}if(Q)if(B=yo("table","u-legend",s),j=yo("tbody",null,B),W.mount(r,B),X){z=yo("thead",null,B,j);var re=yo("tr",null,z);for(var ie in yo("th",null,re),G)yo("th",qa,re).textContent=ie}else po(B,"u-inline"),W.live&&po(B,"u-live");var ae={show:!0},oe={show:!1};var le=new Map;function ue(e,t,n){var i=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],a=le.get(t)||{},o=Ne.bind[e](r,t,n,i);o&&(Ao(e,t,a[e]=o),le.set(t,a))}function ce(e,t,n){var r=le.get(t)||{};for(var i in r)null!=e&&i!=e||(No(i,t,r[i]),delete r[i]);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,De=!1,ke=!1,xe=!1,Ce=!1;function Se(e,t,n){(n||e!=r.width||t!=r.height)&&Ee(e,t),vt(!1),De=!0,we=!0,Ne.left>=0&&(ke=Ce=!0),Mt()}function Ee(e,t){r.width=se=de=e,r.height=fe=he=t,me=pe=0,function(){var e=!1,t=!1,n=!1,r=!1;k.forEach((function(i,a){if(i.show&&i._show){var o=i.side,l=o%2,u=i._size+(null!=i.label?i.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))}})),Ie[0]=e,Ie[1]=n,Ie[2]=t,Ie[3]=r,de-=Ge[1]+Ge[3],me+=Ge[3],he-=Ge[2]+Ge[0],pe+=Ge[0]}(),function(){var e=me+de,t=pe+he,n=me,r=pe;function i(i,a){switch(i){case 1:return(e+=a)-a;case 2:return(t+=a)-a;case 3:return(n-=a)+a;case 0:return(r-=a)+a}}k.forEach((function(e,t){if(e.show&&e._show){var n=e.side;e._pos=i(n,e._size),null!=e.label&&(e._lpos=i(n,e.labelSize))}}))}();var n=r.bbox;ve=n.left=dl(me*sa,.5),ge=n.top=dl(pe*sa,.5),ye=n.width=dl(de*sa,.5),_e=n.height=dl(he*sa,.5)}var Ae=3;r.setSize=function(e){Se(e.width,e.height)};var Ne=r.cursor=Nl({},Du,{drag:{y:2==i}},e.cursor),Me=function(e){Ne.event=e};Ne.idxs=q,Ne._lock=!1;var Fe=Ne.points;Fe.show=al(Fe.show),Fe.size=al(Fe.size),Fe.stroke=al(Fe.stroke),Fe.width=al(Fe.width),Fe.fill=al(Fe.fill);var Te=r.focus=Nl({},e.focus||{alpha:.3},Ne.focus),Oe=Te.prox>=0,Le=[null];function Pe(e,t){if(1==i||t>0){var n=1==i&&x[e.scale].time,a=e.value;e.value=n?xl(a)?gu(H,vu(a,$)):a||U:a||$u,e.label=e.label||(n?"Time":"Value")}if(t>0){e.width=null==e.width?1:e.width,e.paths=e.paths||Sc||ul,e.fillTo=al(e.fillTo||nc),e.pxAlign=+zo(e.pxAlign,g),e.pxRound=oc(e.pxAlign),e.stroke=al(e.stroke||null),e.fill=al(e.fill||null),e._stroke=e._fill=e._paths=e._focus=null;var o=pl((3+2*(Go(1,e.width)||1))*1,3),l=e.points=Nl({},{size:o,width:Go(1,.2*o),stroke:e.stroke,space:2*o,paths:Ec,_stroke:null,_fill:null},e.points);l.show=al(l.show),l.filter=al(l.filter),l.fill=al(l.fill),l.stroke=al(l.stroke),l.paths=al(l.paths),l.pxAlign=e.pxAlign}if(Q){var u=function(e,t){if(0==t&&(X||!W.live||2==i))return wl;var n=[],a=yo("tr","u-series",j,j.childNodes[t]);po(a,e.class),e.show||po(a,Ua);var o=yo("th",null,a);if(Z.show){var l=_o("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=_o(qa,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=D.indexOf(e);if((t.ctrlKey||t.metaKey)!=W.isolate){var r=D.some((function(e,t){return t>0&&t!=n&&e.show}));D.forEach((function(e,t){t>0&&Yt(t,r?t==n?ae:oe:ae,!0,_n.setSeries)}))}else Yt(n,{show:!e.show},!0,_n.setSeries)}}),!1),Oe&&ue(io,o,(function(t){Ne._lock||(Me(t),Yt(D.indexOf(e),Ut,!0,_n.setSeries))}),!1)),G){var f=yo("td","u-value",a);f.textContent="--",n.push(f)}return[a,n]}(e,t);K.splice(t,0,u[0]),J.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 po(n,"u-cursor-pt"),po(n,e.class),wo(n,-10,-10,de,he),p.insertBefore(n,Le[t]),n}}(e,t);c&&Le.splice(t,0,c)}gn("addSeries",t)}r.addSeries=function(e,t){t=null==t?D.length:t,e=1==i?Nc(e,t,Mu,Wu):Nc(e,t,null,qu),D.splice(t,0,e),Pe(D[t],t)},r.delSeries=function(e){if(D.splice(e,1),Q){W.values.splice(e,1),J.splice(e,1);var t=K.splice(e,1)[0];ce(null,t.firstChild),t.remove()}Ne.show&&(q.splice(e,1),Le.length>1&&Le.splice(e,1)[0].remove()),gn("delSeries",e)};var Ie=[!1,!1,!1,!1];function Re(e,t,n,r){var i=v(n,4),a=i[0],o=i[1],l=i[2],u=i[3],c=t%2,s=0;return 0==c&&(u||o)&&(s=0==t&&!a||2==t&&!l?Wo(Nu.size/3):0),1==c&&(a||l)&&(s=1==t&&!o||3==t&&!u?Wo(Vu.size/2):0),s}var Be,ze,je,He,$e,Ve,Ye,Ue,qe,We,Qe,Ze=r.padding=(e.padding||[Re,Re,Re,Re]).map((function(e){return al(zo(e,Re))})),Ge=r._padding=Ze.map((function(e,t){return e(r,t,Ie,0)})),Ke=null,Je=null,Xe=1==i?D[0].idxs:null,et=null,tt=!1;function nt(e,n){if(t=null==e?[]:Al(e,Sl),2==i){Be=0;for(var a=1;a<D.length;a++)Be+=t[a][0].length;r.data=t=e}else if(null==t[0]&&(t[0]=[]),r.data=t.slice(),et=t[0],Be=et.length,2==L){t[0]=Array(Be);for(var o=0;o<Be;o++)t[0][o]=o}if(r._data=t,vt(!0),gn("setData"),2==L&&(De=!0),!1!==n){var l=O;l.auto(r,tt)?rt():Vt(S,l.min,l.max),ke=ke||Ne.left>=0,Ce=!0,Mt()}}function rt(){var e,n;if(tt=!0,1==i)if(Be>0){if(Ke=Xe[0]=0,Je=Xe[1]=Be-1,e=t[0][Ke],n=t[0][Je],2==L)e=Ke,n=Je;else if(e==n)if(3==L){var r=v(To(e,e,O.log,!1),2);e=r[0],n=r[1]}else if(4==L){var a=v(Oo(e,e,O.log,!1),2);e=a[0],n=a[1]}else if(O.time)n=e+Wo(86400/w);else{var o=v(Bo(e,n,Lo,!0),2);e=o[0],n=o[1]}}else Ke=Xe[0]=e=null,Je=Xe[1]=n=null;Vt(S,e,n)}function it(e,t,n,r,i,a){var o,l,u,c,s;null!==(o=e)&&void 0!==o||(e=eo),null!==(l=n)&&void 0!==l||(n=bl),null!==(u=r)&&void 0!==u||(r="butt"),null!==(c=i)&&void 0!==c||(i=eo),null!==(s=a)&&void 0!==s||(a="round"),e!=ze&&(d.strokeStyle=ze=e),i!=je&&(d.fillStyle=je=i),t!=He&&(d.lineWidth=He=t),a!=Ve&&(d.lineJoin=Ve=a),r!=Ye&&(d.lineCap=Ye=r),n!=$e&&d.setLineDash($e=n)}function at(e,t,n,r){t!=je&&(d.fillStyle=je=t),e!=Ue&&(d.font=Ue=e),n!=qe&&(d.textAlign=qe=n),r!=We&&(d.textBaseline=We=r)}function ot(e,t,n,i){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0;if(i.length>0&&e.auto(r,tt)&&(null==t||null==t.min)){var o=zo(Ke,0),l=zo(Je,i.length-1),u=null==n.min?3==e.distr?function(e,t,n){for(var r=nl,i=-nl,a=t;a<=n;a++){var o=e[a];null!=o&&o>0&&(o<r&&(r=o),o>i&&(i=o))}return[r==nl?1:r,i==-nl?10:i]}(i,o,l):function(e,t,n,r){var i=nl,a=-nl;if(1==r)i=e[t],a=e[n];else if(-1==r)i=e[n],a=e[t];else for(var o=t;o<=n;o++){var l=e[o];null!=l&&(l<i&&(i=l),l>a&&(a=l))}return[i,a]}(i,o,l,a):[n.min,n.max];e.min=Zo(e.min,n.min=u[0]),e.max=Go(e.max,n.max=u[1])}}function lt(e,t){var n=t?D[e].points:D[e];n._stroke=n.stroke(r,e),n._fill=n.fill(r,e)}function ut(e,n){var i=n?D[e].points:D[e],a=i._paths,o=a.stroke,l=a.fill,u=a.clip,c=a.flags,s=a._stroke,f=void 0===s?i._stroke:s,h=a._fill,m=void 0===h?i._fill:h,p=a._width,v=void 0===p?i.width:p,g=null,y=(v=pl(v*sa,3))%2/2;n&&null==m&&(m=v>0?"#fff":f);var _=1==i.pxAlign&&y>0;if(_&&d.translate(y,y),!n){var b=ve-v/2,w=ge-v/2,k=ye+v,x=_e+v;(g=new Path2D).rect(b,w,k,x)}n?st(f,v,i.dash,i.cap,m,o,l,c,u):function(e,n,i,a,o,l,u,c,s,f,d){var h=!1;C.forEach((function(m,p){if(m.series[0]==e){var v,g=D[m.series[1]],y=t[m.series[1]],_=(g._paths||_l).band;Dl(_)&&(_=1==m.dir?_[0]:_[1]);var b=null;g.show&&_&&function(e,t,n){for(t=zo(t,0),n=zo(n,e.length-1);t<=n;){if(null!=e[t])return!0;t++}return!1}(y,Ke,Je)?(b=m.fill(r,p)||l,v=g._paths.clip):_=null,st(n,i,a,o,b,u,c,s,f,d,v,_),h=!0}})),h||st(n,i,a,o,l,u,c,s,f,d)}(e,f,v,i.dash,i.cap,m,o,l,c,g,u),_&&d.translate(-y,-y)}r.setData=nt;var ct=2|Xu;function st(e,t,n,r,i,a,o,l,u,c,s,f){it(e,t,n,r,i),(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(i,o),ft(e,a,t)):2&l?(dt(i,o),d.clip(f),ft(e,a,t)):l&Xu&&(d.save(),d.clip(f),s&&d.clip(s),dt(i,o),d.restore(),ft(e,a,t)):(dt(i,o),ft(e,a,t)),(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,i,a,o,l,u,c){var s=o%2/2;1==g&&d.translate(s,s),it(l,o,u,c,l),d.beginPath();var f,h,m,p,v=i+(0==r||3==r?-a:a);0==n?(h=i,p=v):(f=i,m=v);for(var y=0;y<e.length;y++)null!=t[y]&&(0==n?f=m=e[y]:h=p=e[y],d.moveTo(f,h),d.lineTo(m,p));d.stroke(),1==g&&d.translate(-s,-s)}function mt(e){var t=!0;return k.forEach((function(n,i){if(n.show){var a=x[n.scale];if(null!=a.min){n._show||(t=!1,n._show=!0,vt(!1));var o=n.side,l=o%2,u=a.min,c=a.max,s=function(e,t,n,i){var a,o=k[e];if(i<=0)a=[0,0];else{var l=o._space=o.space(r,e,t,n,i);a=Rc(t,n,o._incrs=o.incrs(r,e,t,n,i,l),i,l)}return o._found=a}(i,u,c,0==l?de:he),f=v(s,2),d=f[0],h=f[1];if(0!=h){var m=2==a.distr,p=n._splits=n.splits(r,i,u,c,d,h,m),g=2==a.distr?p.map((function(e){return et[e]})):p,y=2==a.distr?et[p[1]]-et[p[0]]:d,_=n._values=n.values(r,n.filter(r,g,i,h,y),i,h,y);n._rotate=2==o?n.rotate(r,_,i,h):0;var b=n._size;n._size=Qo(n.size(r,_,i,e)),null!=b&&n._size!=b&&(t=!1)}}else n._show&&(t=!1,n._show=!1,vt(!1))}})),t}function pt(e){var t=!0;return Ze.forEach((function(n,i){var a=n(r,i,Ie,e);a!=Ge[i]&&(t=!1),Ge[i]=a})),t}function vt(e){D.forEach((function(t,n){n>0&&(t._paths=null,e&&(1==i?(t.min=null,t.max=null):t.facets.forEach((function(e){e.min=null,e.max=null}))))}))}var gt,yt,_t,bt,wt,Dt,kt,xt,Ct,St,Et,At,Nt=!1;function Mt(){Nt||(Fl(Ft),Nt=!0)}function Ft(){be&&(!function(){var e=Al(x,Sl);for(var n in e){var a=e[n],o=P[n];if(null!=o&&null!=o.min)Nl(a,o),n==S&&vt(!0);else if(n!=S||2==i)if(0==Be&&null==a.from){var l=a.range(r,null,null,n);a.min=l[0],a.max=l[1]}else a.min=nl,a.max=-nl}if(Be>0)for(var u in D.forEach((function(n,a){if(1==i){var o=n.scale,l=e[o],u=P[o];if(0==a){var c=l.range(r,l.min,l.max,o);l.min=c[0],l.max=c[1],Ke=Mo(l.min,t[0]),(Je=Mo(l.max,t[0]))-Ke>1&&(t[0][Ke]<l.min&&Ke++,t[0][Je]>l.max&&Je--),n.min=et[Ke],n.max=et[Je]}else n.show&&n.auto&&ot(l,u,n,t[a],n.sorted);n.idxs[0]=Ke,n.idxs[1]=Je}else if(a>0&&n.show&&n.auto){var s=v(n.facets,2),f=s[0],d=s[1],h=f.scale,m=d.scale,p=v(t[a],2),g=p[0],y=p[1];ot(e[h],P[h],f,g,f.sorted),ot(e[m],P[m],d,y,d.sorted),n.min=d.min,n.max=d.max}})),e){var c=e[u],s=P[u];if(null==c.from&&(null==s||null==s.min)){var f=c.range(r,c.min==nl?null:c.min,c.max==-nl?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 k=w.distr;w._min=3==k?Xo(w.min):4==k?tl(w.min,w.asinh):w.min,w._max=3==k?Xo(w.max):4==k?tl(w.max,w.asinh):w.max,g[_]=y=!0}}if(y){for(var C in D.forEach((function(e,t){2==i?t>0&&g.y&&(e._paths=null):g[e.scale]&&(e._paths=null)})),g)De=!0,gn("setScale",C);Ne.show&&Ne.left>=0&&(ke=Ce=!0)}for(var E in P)P[E]=null}(),be=!1),De&&(!function(){for(var e=!1,t=0;!e;){var n=mt(++t),i=pt(t);(e=t==Ae||n&&i)||(Ee(r.width,r.height),we=!0)}}(),De=!1),we&&(go(m,Ka,me),go(m,Za,pe),go(m,Wa,de),go(m,Qa,he),go(p,Ka,me),go(p,Za,pe),go(p,Wa,de),go(p,Qa,he),go(h,Wa,se),go(h,Qa,fe),f.width=Wo(se*sa),f.height=Wo(fe*sa),k.forEach((function(e){var t=e._el,n=e._show,r=e._size,i=e._pos,a=e.side;if(null!=t)if(n){var o=a%2==1;go(t,o?"left":"top",i-(3===a||0===a?r:0)),go(t,o?"width":"height",r),go(t,o?"top":"left",o?pe:me),go(t,o?"height":"width",o?he:de),vo(t,Ua)}else po(t,Ua)})),ze=je=He=Ve=Ye=Ue=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&&ke&&(Xt(null,!0,!1),ke=!1),W.show&&W.live&&Ce&&(Kt(),Ce=!1),c||(c=!0,r.status=1,gn("ready")),tt=!1,Nt=!1}function Tt(e,n){var i=x[e];if(null==i.from){if(0==Be){var a=i.range(r,n.min,n.max,e);n.min=a[0],n.max=a[1]}if(n.min>n.max){var o=n.min;n.min=n.max,n.max=o}if(Be>1&&null!=n.min&&null!=n.max&&n.max-n.min<1e-16)return;e==S&&2==i.distr&&Be>0&&(n.min=Mo(n.min,t[0]),n.max=Mo(n.max,t[0]),n.min==n.max&&n.max++),P[e]=n,be=!0,Mt()}}r.redraw=function(e,t){De=t||!1,!1!==e?Vt(S,O.min,O.max):Mt()},r.setScale=Tt;var Ot=!1,Lt=Ne.drag,Pt=Lt.x,It=Lt.y;Ne.show&&(Ne.x&&(gt=_o("u-cursor-x",p)),Ne.y&&(yt=_o("u-cursor-y",p)),0==O.ori?(_t=gt,bt=yt):(_t=yt,bt=gt),Et=Ne.left,At=Ne.top);var Rt,Bt,zt,jt=r.select=Nl({show:!0,over:!0,left:0,width:0,top:0,height:0},e.select),Ht=jt.show?_o("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&&go(Ht,n,e[n]);!1!==t&&gn("setSelect")}}function Vt(e,t,n){Tt(e,{min:t,max:n})}function Yt(e,t,n,a){null!=t.focus&&function(e){if(e!=zt){var t=null==e,n=1!=Te.alpha;D.forEach((function(r,i){var a=t||0==i||i==e;r._focus=t?null:a,n&&function(e,t){D[e].alpha=t,Ne.show&&Le[e]&&(Le[e].style.opacity=t);Q&&K[e]&&(K[e].style.opacity=t)}(i,a?1:Te.alpha)})),zt=e,n&&Mt()}}(e),null!=t.show&&D.forEach((function(n,r){r>0&&(e==r||null==e)&&(n.show=t.show,function(e,t){var n=D[e],r=Q?K[e]:null;n.show?r&&vo(r,Ua):(r&&po(r,Ua),Le.length>1&&wo(Le[e],-10,-10,de,he))}(r,t.show),Vt(2==i?n.facets[1].scale:n.scale,null,null),Mt())})),!1!==n&&gn("setSeries",e,t),a&&Dn("setSeries",r,e,t)}r.setSelect=$t,r.setSeries=Yt,r.addBand=function(e,t){e.fill=al(e.fill||null),e.dir=zo(e.dir,-1),t=null==t?C.length:t,C.splice(t,0,e)},r.setBand=function(e,t){Nl(C[e],t)},r.delBand=function(e){null==e?C.length=0:C.splice(e,1)};var Ut={focus:!0};function qt(e,t,n){var r=x[t];n&&(e=e/sa-(1==r.ori?pe:me));var i=de;1==r.ori&&(e=(i=he)-e),-1==r.dir&&(e=i-e);var a=r._min,o=a+(r._max-a)*(e/i),l=r.distr;return 3==l?Ko(10,o):4==l?function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return Vo.sinh(e)*t}(o,r.asinh):o}function Wt(e,t){go(Ht,Ka,jt.left=e),go(Ht,Wa,jt.width=t)}function Qt(e,t){go(Ht,Za,jt.top=e),go(Ht,Qa,jt.height=t)}Q&&Oe&&ue(ao,B,(function(e){Ne._lock||(Me(e),null!=zt&&Yt(null,Ut,!0,_n.setSeries))})),r.valToIdx=function(e){return Mo(e,t[0])},r.posToIdx=function(e,n){return Mo(qt(e,S,n),t[0],Ke,Je)},r.posToVal=qt,r.valToPos=function(e,t,n){return 0==x[t].ori?o(e,x[t],n?ye:de,n?ve:0):l(e,x[t],n?_e:he,n?ge:0)},r.batch=function(e){e(r),Mt()},r.setCursor=function(e,t,n){Et=e.left,At=e.top,Xt(null,t,n)};var Zt=0==O.ori?Wt:Qt,Gt=1==O.ori?Wt:Qt;function Kt(e,t){null!=e&&(e.idxs?e.idxs.forEach((function(e,t){q[t]=e})):void 0!==e.idx&&q.fill(e.idx),W.idx=q[0]);for(var n=0;n<D.length;n++)(n>0||1==i&&!X)&&Jt(n,q[n]);Q&&W.live&&function(){if(Q&&W.live)for(var e=2==i?1:0;e<D.length;e++)if(0!=e||!X){var t=W.values[e],n=0;for(var r in t)J[e][n++].firstChild.nodeValue=t[r]}}(),Ce=!1,!1!==t&&gn("setLegend")}function Jt(e,n){var i,a,o=D[e],l=0==e&&2==L?et:t[e];a=X?null!==(i=o.values(r,e,n))&&void 0!==i?i:ee:null==(a=o.value(r,null==n?null:l[n],e,n))?ee:{_:a},W.values[e]=a}function Xt(e,n,a){Ct=Et,St=At;var o,l=v(Ne.move(r,Et,At),2);Et=l[0],At=l[1],Ne.show&&(_t&&wo(_t,Wo(Et),0,de,he),bt&&wo(bt,0,Wo(At),de,he));var u=Ke>Je;Rt=nl;var c=0==O.ori?de:he,s=1==O.ori?de:he;if(Et<0||0==Be||u){o=null;for(var f=0;f<D.length;f++)f>0&&Le.length>1&&wo(Le[f],-10,-10,de,he);Oe&&Yt(null,Ut,!0,null==e&&_n.setSeries),W.live&&(q.fill(o),Ce=!0)}else{var d,h;1==i&&(o=Mo(d=qt(0==O.ori?Et:At,S),t[0],Ke,Je),h=F(t[0][o],O,c,0));for(var m=2==i?1:0;m<D.length;m++){var p=D[m],g=q[m],y=1==i?t[m][g]:t[m][1][g],_=Ne.dataIdx(r,m,o,d),b=1==i?t[m][_]:t[m][1][_];Ce=Ce||b!=y||_!=g,q[m]=_;var w=hl(_==o?h:F(1==i?t[0][_]:t[m][0][_],O,c,0),1);if(m>0&&p.show){var k=null==b?-10:hl(T(b,1==i?x[p.scale]:x[p.facets[1].scale],s,0),1);if(Oe&&k>=0&&1==i){var C=Uo(k-At);if(C<Rt){var E=Te.bias;if(0!=E){var A=qt(1==O.ori?Et:At,p.scale),N=A>=0?1:-1;N==(b>=0?1:-1)&&(1==N?1==E?b>=A:b<=A:1==E?b<=A:b>=A)&&(Rt=C,Bt=m)}else Rt=C,Bt=m}}var M=void 0,L=void 0;if(0==O.ori?(M=w,L=k):(M=k,L=w),Ce&&Le.length>1){ko(Le[m],Ne.points.fill(r,m),Ne.points.stroke(r,m));var P=void 0,I=void 0,R=void 0,B=void 0,z=!0,j=Ne.points.bbox;if(null!=j){z=!1;var H=j(r,m);R=H.left,B=H.top,P=H.width,I=H.height}else R=M,B=L,P=I=Ne.points.size(r,m);Co(Le[m],P,I,z),wo(Le[m],R,B,de,he)}}}}if(Ne.idx=o,Ne.left=Et,Ne.top=At,Ce&&(W.idx=o,Kt()),jt.show&&Ot)if(null!=e){var $=v(_n.scales,2),V=$[0],Y=$[1],U=v(_n.match,2),Q=U[0],Z=U[1],G=v(e.cursor.sync.scales,2),K=G[0],J=G[1],X=e.cursor.drag;if(Pt=X._x,It=X._y,Pt||It){var ee,te,ne,re,ie,ae=e.select,oe=ae.left,le=ae.top,ue=ae.width,ce=ae.height,se=e.scales[V].ori,fe=e.posToVal,me=null!=V&&Q(V,K),pe=null!=Y&&Z(Y,J);me&&Pt?(0==se?(ee=oe,te=ue):(ee=le,te=ce),ne=x[V],re=F(fe(ee,K),ne,c,0),ie=F(fe(ee+te,K),ne,c,0),Zt(Zo(re,ie),Uo(ie-re))):Zt(0,c),pe&&It?(1==se?(ee=oe,te=ue):(ee=le,te=ce),ne=x[Y],re=T(fe(ee,J),ne,s,0),ie=T(fe(ee+te,J),ne,s,0),Gt(Zo(re,ie),Uo(ie-re))):Gt(0,s)}else sn()}else{var ve=Uo(Ct-wt),ge=Uo(St-Dt);if(1==O.ori){var ye=ve;ve=ge,ge=ye}Pt=Lt.x&&ve>=Lt.dist,It=Lt.y&&ge>=Lt.dist;var _e,be,we=Lt.uni;null!=we?Pt&&It&&(It=ge>=we,(Pt=ve>=we)||It||(ge>ve?It=!0:Pt=!0)):Lt.x&&Lt.y&&(Pt||It)&&(Pt=It=!0),Pt&&(0==O.ori?(_e=kt,be=Et):(_e=xt,be=At),Zt(Zo(_e,be),Uo(be-_e)),It||Gt(0,s)),It&&(1==O.ori?(_e=kt,be=Et):(_e=xt,be=At),Gt(Zo(_e,be),Uo(be-_e)),Pt||Zt(0,c)),Pt||It||(Zt(0,0),Gt(0,0))}if(Lt._x=Pt,Lt._y=It,null==e){if(a){if(null!=bn){var De=v(_n.scales,2),ke=De[0],xe=De[1];_n.values[0]=null!=ke?qt(0==O.ori?Et:At,ke):null,_n.values[1]=null!=xe?qt(1==O.ori?Et:At,xe):null}Dn(to,r,Et,At,de,he,o)}if(Oe){var Se=a&&_n.setSeries,Ee=Te.prox;null==zt?Rt<=Ee&&Yt(Bt,Ut,!0,Se):Rt>Ee?Yt(null,Ut,!0,Se):Bt!=zt&&Yt(Bt,Ut,!0,Se)}}!1!==n&&gn("setCursor")}r.setLegend=Kt;var en=null;function tn(){arguments.length>0&&void 0!==arguments[0]&&arguments[0]?en=null:gn("syncRect",en=p.getBoundingClientRect())}function nn(e,t,n,r,i,a,o){Ne._lock||Ot&&null!=e&&0==e.movementX&&0==e.movementY||(rn(e,t,n,r,i,a,o,!1,null!=e),null!=e?Xt(null,!0,!0):Xt(t,!0,!1))}function rn(e,t,n,i,a,o,l,c,s){if(null==en&&tn(!1),Me(e),null!=e)n=e.clientX-en.left,i=e.clientY-en.top;else{if(n<0||i<0)return Et=-10,void(At=-10);var f=v(_n.scales,2),d=f[0],h=f[1],m=t.cursor.sync,p=v(m.values,2),g=p[0],y=p[1],_=v(m.scales,2),b=_[0],w=_[1],D=v(_n.match,2),k=D[0],C=D[1],S=t.axes[0].side%2==1,E=0==O.ori?de:he,A=1==O.ori?de:he,N=S?o:a,M=S?a:o,F=S?i:n,T=S?n:i;if(n=null!=b?k(d,b)?u(g,x[d],E,0):-10:E*(F/N),i=null!=w?C(h,w)?u(y,x[h],A,0):-10:A*(T/M),1==O.ori){var L=n;n=i,i=L}}if(s&&((n<=1||n>=de-1)&&(n=dl(n,de)),(i<=1||i>=he-1)&&(i=dl(i,he))),c){wt=n,Dt=i;var P=v(Ne.move(r,n,i),2);kt=P[0],xt=P[1]}else Et=n,At=i}Object.defineProperty(r,"rect",{get:function(){return null==en&&tn(!1),en}});var an,on,ln,un,cn={width:0,height:0,left:0,top:0};function sn(){$t(cn,!1)}function fn(e,t,n,i,a,o,l){Ot=!0,Pt=It=Lt._x=Lt._y=!1,rn(e,t,n,i,a,o,0,!0,!1),null!=e&&(ue(ro,fo,dn,!1),Dn(no,r,kt,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,i,a,o,l){Ot=Lt._x=Lt._y=!1,rn(e,t,n,i,a,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(S,qt(m,S),qt(m+p,S)),It)for(var y in x){var _=x[y];y!=S&&null==_.from&&_.min!=nl&&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(ro,fo),Dn(ro,r,Et,At,de,he,null))}function hn(e,t,n,i,a,o,l){Ne._lock||(Me(e),rt(),sn(),null!=e&&Dn(oo,r,Et,At,de,he,null))}function mn(){k.forEach(zc),Se(r.width,r.height,!0)}Ao(uo,ho,mn);var pn={};pn.mousedown=fn,pn.mousemove=nn,pn.mouseup=dn,pn.dblclick=hn,pn.setSeries=function(e,t,n,i){-1!=(n=(0,_n.match[2])(r,t,n))&&Yt(n,i,!0,!1)},Ne.show&&(ue(no,p,fn),ue(to,p,nn),ue(io,p,(function(e){Me(e),tn(!1)})),ue(ao,p,(function(e,t,n,r,i,a,o){if(!Ne._lock){Me(e);var l=Ot;if(Ot){var u,c,s=!0,f=!0;0==O.ori?(u=Pt,c=It):(u=It,c=Pt),u&&c&&(s=Et<=10||Et>=de-10,f=At<=10||At>=he-10),u&&s&&(Et=Et<kt?0:de),c&&f&&(At=At<xt?0:he),Xt(null,!0,!0),Ot=!1}Et=-10,At=-10,Xt(null,!0,!0),l&&(Ot=l)}})),ue(oo,p,hn),xc.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=Nl({key:null,setSeries:!1,filters:{pub:cl,sub:cl},scales:[S,D[1]?D[1].scale:null],match:[sl,sl,yn],values:[null,null]},Ne.sync);2==_n.match.length&&_n.match.push(yn),Ne.sync=_n;var bn=_n.key,wn=Ju(bn);function Dn(e,t,n,r,i,a,o){_n.filters.pub(e,t,n,r,i,a,o)&&wn.pub(e,t,n,r,i,a,o)}function kn(){gn("init",e,t),nt(t||e.data,!1),P[S]?Tt(S,P[S]):rt(),xe=jt.show&&(jt.width>0||jt.height>0),ke=Ce=!0,Se(e.width,e.height)}return wn.sub(r),r.pub=function(e,t,n,r,i,a,o){_n.filters.sub(e,t,n,r,i,a,o)&&pn[e](null,t,n,r,i,a,o)},r.destroy=function(){var e;wn.unsub(r),xc.delete(r),le.clear(),No(uo,ho,mn),s.remove(),null===(e=B)||void 0===e||e.remove(),gn("destroy")},D.forEach(Pe),k.forEach((function(e,t){if(e._show=e.show,e.show){var n=e.side%2,i=x[e.scale];null==i&&(e.scale=n?D[1].scale:S,i=x[e.scale]);var a=i.time;e.size=al(e.size),e.space=al(e.space),e.rotate=al(e.rotate),Dl(e.incrs)&&e.incrs.forEach((function(e){!vl.has(e)&&vl.set(e,gl(e))})),e.incrs=al(e.incrs||(2==i.distr?ql:a?1==w?ou:su:Wl)),e.splits=al(e.splits||(a&&1==i.distr?V:3==i.distr?Ou:4==i.distr?Lu:Tu)),e.stroke=al(e.stroke),e.grid.stroke=al(e.grid.stroke),e.ticks.stroke=al(e.ticks.stroke),e.border.stroke=al(e.border.stroke);var o=e.values;e.values=Dl(o)&&!Dl(o[0])?al(o):a?Dl(o)?mu(H,hu(o,$)):xl(o)?function(e,t){var n=jl(t);return function(t,r,i,a,o){return r.map((function(t){return n(e(t))}))}}(H,o):o||Y:o||Fu,e.filter=al(e.filter||(i.distr>=3&&10==i.log?ju:3==i.distr&&2==i.log?Hu:ll)),e.font=Bc(e.font),e.labelFont=Bc(e.labelFont),e._size=e.size(r,null,t,0),e._space=e._rotate=e._incrs=e._found=e._splits=e._values=null,e._size>0&&(Ie[t]=!0,e._el=_o("u-axis",h))}})),n?n instanceof HTMLElement?(n.appendChild(s),kn()):n(r,kn):kn(),r}jc.assign=Nl,jc.fmtNum=$o,jc.rangeNum=Bo,jc.rangeLog=To,jc.rangeAsinh=Oo,jc.orient=ec,jc.pxRatio=sa,jc.join=function(e,t){if(function(e){for(var t=e[0][0],n=t.length,r=1;r<e.length;r++){var i=e[r][0];if(i.length!=n)return!1;if(i!=t)for(var a=0;a<n;a++)if(i[a]!=t[a])return!1}return!0}(e)){for(var n=e[0].slice(),r=1;r<e.length;r++){var i;(i=n).push.apply(i,y(e[r].slice(1)))}return function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:100,n=e.length;if(n<=1)return!0;for(var r=0,i=n-1;r<=i&&null==e[r];)r++;for(;i>=r&&null==e[i];)i--;if(i<=r)return!0;for(var a=Go(1,qo((i-r+1)/t)),o=e[r],l=r+a;l<=i;l+=a){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),i=0;i<r.length;i++)r[i]=i;r.sort((function(e,n){return t[e]-t[n]}));for(var a=[],o=0;o<e.length;o++){for(var l=e[o],u=Array(n),c=0;c<n;c++)u[c]=l[r[c]];a.push(u)}return a}(n)),n}for(var a=new Set,o=0;o<e.length;o++)for(var l=e[o][0],u=l.length,c=0;c<u;c++)a.add(l[c]);for(var s=[Array.from(a).sort((function(e,t){return e-t}))],f=s[0].length,d=new Map,h=0;h<f;h++)d.set(s[0][h],h);for(var m=0;m<e.length;m++)for(var p=e[m],v=p[0],g=1;g<p.length;g++){for(var _=p[g],b=Array(f).fill(void 0),w=t?t[m][g]:1,D=[],k=0;k<_.length;k++){var x=_[k],C=d.get(v[k]);null===x?0!=w&&(b[C]=x,2==w&&D.push(C)):b[C]=x}Ml(b,D,f),s.push(b)}return s},jc.fmtDate=jl,jc.tzDate=function(e,t){var n;return"UTC"==t||"Etc/UTC"==t?n=new Date(+e+6e4*e.getTimezoneOffset()):t==Hl?n=e:(n=new Date(e.toLocaleString("en-US",{timeZone:t}))).setMilliseconds(e.getMilliseconds()),n},jc.sync=Ju,jc.addGap=function(e,t,n){var r=e[e.length-1];r&&r[0]==t?r[1]=n:e.push([t,n])},jc.clipGaps=ic;var Hc=jc.paths={points:yc};Hc.linear=Dc,Hc.stepped=function(e){var t=zo(e.align,1),n=zo(e.ascDesc,!1),r=zo(e.alignGaps,0),i=zo(e.extend,!1);return function(e,a,o,l){return ec(e,a,(function(u,c,s,f,d,h,m,p,g,_,b){var w=u.pxRound,D=e.bbox,k=D.left,x=D.width,C=function(e){return w(h(e,f,_,p))},S=function(e){return w(m(e,d,b,g))},E=0==f.ori?sc:fc,A={stroke:new Path2D,fill:null,clip:null,band:null,gaps:null,flags:Xu},N=A.stroke,M=f.dir*(0==f.ori?1:-1);o=Fo(s,o,l,1),l=Fo(s,o,l,-1);var F=S(s[1==M?o:l]),T=C(c[1==M?o:l]),O=T,L=T;i&&-1==t&&E(N,L=k,F),E(N,T,F);for(var P=1==M?o:l;P>=o&&P<=l;P+=M){var I=s[P];if(null!=I){var R=C(c[P]),B=S(I);1==t?E(N,R,F):E(N,O,B),E(N,R,B),F=B,O=R}}var z=O;i&&1==t&&E(N,z=k+x,F);var j=v(tc(e,a),2),H=j[0],$=j[1];if(null!=u.fill||0!=H){var V=A.fill=new Path2D(N),Y=S(u.fillTo(e,a,u.min,u.max,H));E(V,z,Y),E(V,L,Y)}if(!u.spanGaps){var U,q=[];(U=q).push.apply(U,y(ac(c,s,o,l,M,C,r)));var W=u.width*sa/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,a,o,l,q),A.clip=ic(q,f.ori,p,g,_,b)}return 0!=$&&(A.band=2==$?[rc(e,a,o,l,N,-1),rc(e,a,o,l,N,1)]:rc(e,a,o,l,N,$)),A}))}},Hc.bars=function(e){var t=zo((e=e||_l).size,[.6,nl,1]),n=e.align||0,r=(e.gap||0)*sa,i=e.radius,a=al(i=null==i?[0,0]:"number"==typeof i?[i,0]:i),o=1-t[0],l=zo(t[1],nl)*sa,u=zo(t[2],1)*sa,c=zo(e.disp,_l),s=zo(e.each,(function(e){})),f=c.fill,d=c.stroke;return function(e,t,i,h){return ec(e,t,(function(m,p,g,y,_,b,w,D,k,x,C){var S,E,A=m.pxRound;if(0==y.ori){var N=v(a(e,t),2);S=N[0],E=N[1]}else{var M=v(a(e,t),2);E=M[0],S=M[1]}var F,T,O=y.dir*(0==y.ori?1:-1),L=_.dir*(1==_.ori?1:-1),P=0==y.ori?dc:hc,I=0==y.ori?s:function(e,t,n,r,i,a,o){s(e,t,n,i,r,o,a)},R=v(tc(e,t),2),B=R[0],z=R[1],j=3==_.distr?1==B?_.max:_.min:0,H=w(j,_,C,k),$=A(m.width*sa),V=!1,Y=null,U=null,q=null,W=null;null==f||0!=$&&null==d||(V=!0,Y=f.values(e,t,i,h),U=new Map,new Set(Y).forEach((function(e){null!=e&&U.set(e,new Path2D)})),$>0&&(q=d.values(e,t,i,h),W=new Map,new Set(q).forEach((function(e){null!=e&&W.set(e,new Path2D)}))));var Q=c.x0,Z=c.size,G=!0;if(null!=Q&&null!=Z){p=Q.values(e,t,i,h),2==Q.unit&&(p=p.map((function(t){return e.posToVal(D+t*x,y.key,!0)})));var K=Z.values(e,t,i,h);$>=(T=2==Z.unit?K[0]*x:b(K[0],y,x,D)-b(0,y,x,D))/2&&($=0),T=A(il(T-$,u,l)),F=1==O?-$/2:T+$/2}else{var J=x;if(p.length>1)for(var X=null,ee=0,te=1/0;ee<p.length;ee++)if(void 0!==g[ee]){if(null!=X){var ne=Uo(p[ee]-p[X]);ne<te&&(te=ne,J=Uo(b(p[ee],y,x,D)-b(p[X],y,x,D)))}X=ee}var re=J*o;$>=(T=J-re-r)/2&&($=0),re+r<5&&(A=ol),T=A(il(J-re,u,l)-$-r),F=(0==n?T/2:n==O?0:T)-n*O*r/2,T+$>J&&(G=!1)}var ie,ae={stroke:null,fill:null,clip:null,band:null,gaps:null,flags:2|Xu};0!=z&&(ae.band=new Path2D,ie=A(w(1==z?_.max:_.min,_,C,k)));var oe=V?null:new Path2D,le=ae.band,ue=c.y0,ce=c.y1,se=null;null!=ue&&null!=ce&&(g=ce.values(e,t,i,h),se=ue.values(e,t,i,h));for(var fe=S*T,de=E*T,he=1==O?i:h;he>=i&&he<=h;he+=O){var me=g[he];if(void 0!==me){var pe=b(2!=y.distr||null!=c?p[he]:he,y,x,D),ve=w(zo(me,j),_,C,k);null!=se&&null!=me&&(H=w(se[he],_,C,k));var ge=A(pe-F),ye=A(Go(ve,H)),_e=A(Zo(ve,H)),be=ye-_e;if(null!=me){var we=me<0?de:fe,De=me<0?fe:de;V?($>0&&null!=q[he]&&P(W.get(q[he]),ge,_e+qo($/2),T,Go(0,be-$),we,De),null!=Y[he]&&P(U.get(Y[he]),ge,_e+qo($/2),T,Go(0,be-$),we,De)):P(oe,ge,_e+qo($/2),T,Go(0,be-$),we,De),I(e,t,he,ge-$/2,_e,T+$,be)}0==z||null==me&&!G||(L*z==1?(ye=_e,_e=ie):(_e=ye,ye=ie),P(le,ge-$/2,_e,T+$,Go(0,be=ye-_e),0,0))}}if($>0)ae.stroke=V?W:oe;else if(!V){var ke;ae._fill=0==m.width?m._fill:null!==(ke=m._stroke)&&void 0!==ke?ke:m._fill,ae.width=0}return ae.fill=V?U:oe,ae}))}},Hc.spline=function(e){return function(e,t){var n=zo(null===t||void 0===t?void 0:t.alignGaps,0);return function(t,r,i,a){return ec(t,r,(function(o,l,u,c,s,f,d,h,m,p,g){var _,b,w,D=o.pxRound,k=function(e){return D(f(e,c,p,h))},x=function(e){return D(d(e,s,g,m))};0==c.ori?(_=uc,w=sc,b=vc):(_=cc,w=fc,b=gc);var C=c.dir*(0==c.ori?1:-1);i=Fo(u,i,a,1),a=Fo(u,i,a,-1);for(var S=k(l[1==C?i:a]),E=S,A=[],N=[],M=1==C?i:a;M>=i&&M<=a;M+=C)if(null!=u[M]){var F=k(l[M]);A.push(E=F),N.push(x(u[M]))}var T={stroke:e(A,N,_,w,b,D),fill:null,clip:null,band:null,gaps:null,flags:Xu},O=T.stroke,L=v(tc(t,r),2),P=L[0],I=L[1];if(null!=o.fill||0!=P){var R=T.fill=new Path2D(O),B=x(o.fillTo(t,r,o.min,o.max,P));w(R,E,B),w(R,S,B)}if(!o.spanGaps){var z,j=[];(z=j).push.apply(z,y(ac(l,u,i,a,C,k,n))),T.gaps=j=o.gaps(t,r,i,a,j),T.clip=ic(j,c.ori,h,m,p,g)}return 0!=I&&(T.band=2==I?[rc(t,r,i,a,O,-1),rc(t,r,i,a,O,1)]:rc(t,r,i,a,O,I)),T}))}}(kc,e)};var $c,Vc=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},Yc=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},Uc=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]},qc=function(e){for(var t=e.length;t--;){var n=e[t];if(Number.isFinite(n))return n}},Wc=function(e,t,n){if(void 0===e||null===e)return"";n=n||0,t=t||0;var r=Math.abs(n-t);if(isNaN(r)||0==r)return Math.abs(e)>=1e3?e.toLocaleString("en-US"):e.toString();var i=3+Math.floor(1+Math.log10(Math.max(Math.abs(t),Math.abs(n)))-Math.log10(r));return(isNaN(i)||i>20)&&(i=20),e.toLocaleString("en-US",{minimumSignificantDigits:1,maximumSignificantDigits:i})},Qc=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},Zc=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},Gc=[[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]],Kc=function(e,t){return Array.from(new Set(e.map((function(e){return e.scale})))).map((function(e){var n="10px Arial",r=Bt("color-text"),i={scale:e,show:!0,size:Xc,stroke:r,font:n,values:function(e,n){return function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=t[0],i=t[t.length-1];return n?t.map((function(e){return"".concat(Wc(e,r,i)," ").concat(n)})):t.map((function(e){return Wc(e,r,i)}))}(e,n,t)}};return e?Number(e)%2?i:dt(dt({},i),{},{side:1}):{space:80,values:Gc,stroke:r,font:n}}))},Jc=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]},Xc=function(e,t,n,r){var i,a=e.axes[n];if(r>1)return a._size||60;var o=6+((null===a||void 0===a||null===(i=a.ticks)||void 0===i?void 0:i.size)||0)+(a.gap||0),l=(null!==t&&void 0!==t?t:[]).reduce((function(e,t){return(null===t||void 0===t?void 0:t.length)>e.length?t:e}),"");return""!=l&&(o+=Qc(l,"10px Arial")),Math.ceil(o)},es=["#e54040","#32a9dc","#2ee329","#7126a1","#e38f0f","#3d811a","#ffea00","#2d2d2d","#da42a6","#a44e0c"],ts=["__name__"],ns=function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=e.metric,i=r.__name__,a=Wr(r,ts),o=t||"".concat(n?"[Query ".concat(e.group,"] "):"").concat(i||"");return 0==Object.keys(a).length?o||"value":"".concat(o,"{").concat(Object.entries(a).map((function(e){return"".concat(e[0],"=").concat(JSON.stringify(e[1]))})).join(", "),"}")},rs=function(e){switch(e){case"NaN":return NaN;case"Inf":case"+Inf":return 1/0;case"-Inf":return-1/0;default:return parseFloat(e)}},is=function(e){if(e.length<2)return!1;var t=["le","vmrange"],n=Object.keys(e[0].metric).filter((function(e){return!t.includes(e)}));return e.every((function(r){var i=Object.keys(r.metric).filter((function(e){return!t.includes(e)}));return n.length===i.length&&i.every((function(t){return r.metric[t]===e[0].metric[t]}))}))&&e.every((function(e){return t.some((function(t){return t in e.metric}))}))},as=function(e,t,n){for(var r=[],i=0;i<n;i++){var a=i/(n-1),o=e[0]+(t[0]-e[0])*a,l=e[1]+(t[1]-e[1])*a,u=e[2]+(t[2]-e[2])*a;r.push([o,l,u].map((function(e){return Math.round(e)})).join(", "))}return r.map((function(e){return"rgb(".concat(e,")")}))}([246,226,219],[127,39,4],16),os=function(){return function(e,t){var n=Math.round(devicePixelRatio);jc.orient(e,t,(function(r,i,a,o,l,u,c,s,f,d,h,m,p,g){for(var _=v(e.data[t],3),b=_[0],w=_[1],D=_[2],k=b.length,x=function(e,t){for(var n=e.data[t][2],r=as,i=1/0,a=-1/0,o=0;o<n.length;o++)n[o]>0&&(i=Math.min(i,n[o]),a=Math.max(a,n[o]));for(var l=a-i,u=r.length,c=Array(n.length),s=0;s<n.length;s++)c[s]=0===n[s]?-1:Math.min(u-1,Math.floor(u*(n[s]-i)/l));return c}(e,t),C=null!==as&&void 0!==as?as:y(Array.from(new Set(x))),S=C.map((function(){return new Path2D})),E=k-w.lastIndexOf(w[0]),A=k/E,N=w[1]-w[0],M=b[E]-b[0],F=u(M,o,d,s)-u(0,o,d,s)-n,T=c(N,l,h,f)-c(0,l,h,f)+n,O=w.slice(0,E).map((function(e){return Math.round(c(e,l,h,f)-T/2)})),L=Array.from({length:A},(function(e,t){return Math.round(u(b[t*E],o,d,s)-F)})),P=0;P<k;P++)if(D[P]>0&&b[P]>=(o.min||-1/0)&&b[P]<=(o.max||1/0)&&w[P]>=(l.min||-1/0)&&w[P]<=(l.max||1/0)){var I=L[~~(P/E)],R=O[P%E];g(S[x[P]],I,R,F,T)}e.ctx.save(),e.ctx.rect(e.bbox.left,e.bbox.top,e.bbox.width,e.bbox.height),e.ctx.clip(),S.forEach((function(t,n){e.ctx.fillStyle=C[n],e.ctx.fill(t)})),e.ctx.restore()}))}},ls=function(e){var t=(e.metric.vmrange||e.metric.le||"").split("...");return rs(t[t.length-1])},us=function(e,t){return ls(e)-ls(t)},cs=function(e,t){if(!t)return e;var n=function(e){var t;if(!e.every((function(e){return e.metric.le})))return e;var n,r=e.sort((function(e,t){return parseFloat(e.metric.le)-parseFloat(t.metric.le)})),i=(null===(t=e[0])||void 0===t?void 0:t.group)||1,a={metric:{le:""},values:[],group:i},o=[],l=T(r);try{for(l.s();!(n=l.n()).done;){var u,c=n.value,s=[a.metric.le,c.metric.le].filter((function(e){return e})).join("..."),f=[],d=T(c.values);try{var h=function(){var e,t=v(u.value,2),n=t[0],r=+t[1]-+((null===(e=a.values.find((function(e){return e[0]===n})))||void 0===e?void 0:e[1])||0);f.push([n,"".concat(r)])};for(d.s();!(u=d.n()).done;)h()}catch(m){d.e(m)}finally{d.f()}o.push({metric:{vmrange:s},values:f,group:i}),a=c}}catch(m){l.e(m)}finally{l.f()}return o}(e.sort(us)),r={};return n.forEach((function(e){return e.values.forEach((function(e){var t=v(e,2),n=t[0],i=t[1];r[n]=(r[n]||0)+ +i}))})),n.map((function(e){var t=e.values.map((function(e){var t=v(e,2),n=t[0],i=t[1],a=r[n];return[n,"".concat(Math.round(+i/a*100))]}));return dt(dt({},e),{},{values:t})})).filter((function(e){return!e.values.every((function(e){return"0"===e[1]}))}))},ss=function(e,t,n){for(var r={},i=e.map((function(e){var t=e.values.map((function(e){return rs(e[1])}));return{min:Yc(t),max:Vc(t),median:Uc(t),last:qc(t)}})),a=Math.min(e.length,es.length),o=0;o<a;o++){var l=ns(e[o],n[e[o].group-1]);r[l]=es[o]}return function(e,a){var o=ns(e,n[e.group-1]),l=r[o]||function(e){var t=16777215,n=1,r=0,i=1;if(e.length>0)for(var a=0;a<e.length;a++)e[a].charCodeAt(0)>r&&(r=e[a].charCodeAt(0)),i=parseInt(String(t/r)),n=(n+e[a].charCodeAt(0)*i*49979693)%t;var o=(n*e.length%t).toString(16);return o=o.padEnd(6,o),"#".concat(o)}(o),u=i[a],c=u.min,s=u.max,f=u.median,d=u.last;return{label:o,freeFormFields:e.metric,width:1.4,stroke:l,show:!ds(o,t),scale:"1",points:{size:4.2,width:1.4},statsFormatted:{min:Wc(c,c,s),max:Wc(s,c,s),median:Wc(f,c,s),last:Wc(d,c,s)},median:f}}},fs=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}},ds=function(e,t){return t.includes("".concat(e))},hs=function(e){for(var t=e.series.length-1;t>=0;t--)e.delSeries(t)},ms=function(e){var t=e.width,n=void 0===t?400:t,r=e.height;return{width:n,height:void 0===r?500:r,series:[],tzDate:function(e){return a()(bn(Dn(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}}}}},ps=function(e){hs(e),function(e){Object.keys(e.hooks).forEach((function(t){e.hooks[t]=[]}))}(e),e.setData([])},vs=function(e){return[e.min,e.max]},gs=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,r=arguments.length>3?arguments[3]:void 0,i=arguments.length>4?arguments[4]:void 0;return i.limits.enable?i.limits.range[r]:Jc(t,n)},ys=function(e,t){var n={x:{range:function(){return vs(t)}}},r=Object.keys(e.limits.range);return(r.length?r:["1"]).forEach((function(t){n[t]={range:function(n){return gs(n,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,t,e)}}})),n},_s=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})}},bs=function(e){return function(e){return e instanceof MouseEvent}(e)?e.clientX:e.touches[0].clientX},ws=function(e){var t=e.dragSpeed,n=void 0===t?.85:t,i=e.setPanning,a=e.setPlotScale,o=(0,r.useRef)({leftStart:0,xUnitsPerPx:0,scXMin:0,scXMax:0}),l=function(e){e.preventDefault();var t=bs(e),r=o.current,i=r.leftStart,l=r.xUnitsPerPx,u=r.scXMin,c=r.scXMax,s=l*((t-i)*n);a({min:u-s,max:c-s})},u=function e(){i(!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(),i(!0),o.current={leftStart:bs(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)}},Ds=function(e){var t=v((0,r.useState)(!1),2),n=t[0],i=t[1],a=ws({dragSpeed:.9,setPanning:i,setPlotScale:e});return{onReadyChart:function(t){var n=function(e){var n=e instanceof MouseEvent&&function(e){var t=e.ctrlKey,n=e.metaKey;return 0===e.button&&(t||n)}(e),r=e instanceof TouchEvent&&e.touches.length>1;(n||r)&&a({u:t,e:e})};t.over.addEventListener("mousedown",n),t.over.addEventListener("touchstart",n),t.over.addEventListener("wheel",(function(n){if(n.ctrlKey||n.metaKey){n.preventDefault();var r=t.over.getBoundingClientRect().width,i=t.cursor.left&&t.cursor.left>0?t.cursor.left:0,a=t.posToVal(i,"x"),o=(t.scales.x.max||0)-(t.scales.x.min||0),l=n.deltaY<0?.9*o:o/.9,u=a-i/r*l,c=u+l;t.batch((function(){return e({min:u,max:c})}))}}))},isPanning:n}},ks=function(e){var t=e[0].clientX-e[1].clientX,n=e[0].clientY-e[1].clientY;return Math.sqrt(t*t+n*n)},xs=function(e){var t=e.uPlotInst,n=e.xRange,i=e.setPlotScale,a=v((0,r.useState)(0),2),o=a[0],l=a[1],u=(0,r.useCallback)((function(e){var r=e.target,a=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)&&!(a||o)){e.preventDefault();var s=(n.max-n.min)/10*(c?1:-1);i({min:n.min+s,max:n.max-s})}}}),[t,n]),c=(0,r.useCallback)((function(e){if(t&&2===e.touches.length){e.preventDefault();var r=ks(e.touches),a=o-r,l=t.scales.x.max||n.max,u=t.scales.x.min||n.min,c=(l-u)/50*(a>0?-1:1);t.batch((function(){return i({min:u+c,max:l-c})}))}}),[t,o,n]);return Jr("keydown",u),Jr("touchmove",c),Jr("touchstart",(function(e){2===e.touches.length&&(e.preventDefault(),l(ks(e.touches)))})),null},Cs=function(e){var t=e.period,n=e.setPeriod,i=v((0,r.useState)({min:t.start,max:t.end}),2),o=i[0],l=i[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,i=1e3*(r-t);i<on||i>ln||n({from:a()(1e3*t).toDate(),to:a()(1e3*r).toDate()})}}},Ss=function(e){var t=e.u,n=e.metrics,i=e.series,o=e.unit,l=v((0,r.useState)(!1),2),u=l[0],c=l[1],s=v((0,r.useState)({seriesIdx:-1,dataIdx:-1}),2),f=s[0],d=s[1],h=v((0,r.useState)([]),2),m=h[0],p=h[1],g=(0,r.useCallback)((function(){var e=f.seriesIdx,r=f.dataIdx,l=n[e-1],u=i[e],c=new Set(n.map((function(e){return e.group}))),s=(null===l||void 0===l?void 0:l.group)||0,d=Et()(t,["data",e,r],0),h=Et()(t,["scales","1","min"],0),m=Et()(t,["scales","1","max"],1),p=Et()(t,["data",0,r],0),v={top:t?t.valToPos(d||0,(null===u||void 0===u?void 0:u.scale)||"1"):0,left:t?t.valToPos(p,"x"):0};return{unit:o,point:v,u:t,id:"".concat(e,"_").concat(r),title:c.size>1?"Query ".concat(s):"",dates:[p?a()(1e3*p).tz().format(tn):"-"],value:Wc(d,h,m),info:Zc(l),statsFormatted:null===u||void 0===u?void 0:u.statsFormatted,marker:"".concat(null===u||void 0===u?void 0:u.stroke)}}),[t,f,n,i,o]),_=(0,r.useCallback)((function(){if(u){var e=g();m.find((function(t){return t.id===e.id}))||p((function(t){return[].concat(y(t),[e])}))}}),[g,m,u]);return(0,r.useEffect)((function(){c(-1!==f.dataIdx&&-1!==f.seriesIdx)}),[f]),Jr("click",_),{showTooltip:u,stickyTooltips:m,handleUnStick:function(e){p((function(t){return t.filter((function(t){return t.id!==e}))}))},getTooltipProps:g,seriesFocus:function(e,t){var n=null!==t&&void 0!==t?t:-1;d((function(e){return dt(dt({},e),{},{seriesIdx:n})}))},setCursor:function(e){var t,n=null!==(t=e.cursor.idx)&&void 0!==t?t:-1;d((function(e){return dt(dt({},e),{},{dataIdx:n})}))},resetTooltips:function(){p([]),d({seriesIdx:-1,dataIdx:-1})}}},Es=function(e){var t=e.u,n=e.id,i=e.title,a=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],D=b[1],k=v((0,r.useState)(!1),2),x=k[0],C=k[1],S=(0,r.useCallback)((function(e){if(w){var t=e.clientX,n=e.clientY;_({top:n,left:t})}}),[w]);return(0,r.useEffect)((function(){if(p.current&&t){var e=l.top,n=l.left,r=parseFloat(t.over.style.left),i=parseFloat(t.over.style.top),a=t.over.getBoundingClientRect(),o=a.width,u=a.height,c=p.current.getBoundingClientRect(),s=c.width,f=c.height,d={top:e+i+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]),Jr("mousemove",S),Jr("mouseup",(function(){D(!1)})),t?r.default.createPortal(Qt("div",{className:qr()({"vm-chart-tooltip":!0,"vm-chart-tooltip_sticky":d,"vm-chart-tooltip_moved":x}),ref:p,style:y,children:[Qt("div",{className:"vm-chart-tooltip-header",children:[i&&Qt("div",{className:"vm-chart-tooltip-header__title",children:i}),Qt("div",{className:"vm-chart-tooltip-header__date",children:a.map((function(e,t){return Qt("span",{children:e},t)}))}),d&&Qt(qt.HY,{children:[Qt(Ni,{className:"vm-chart-tooltip-header__drag",variant:"text",size:"small",startIcon:Qt(Nr,{}),onMouseDown:function(e){C(!0),D(!0);var t=e.clientX,n=e.clientY;_({top:n,left:t})},ariaLabel:"drag the tooltip"}),Qt(Ni,{className:"vm-chart-tooltip-header__close",variant:"text",size:"small",startIcon:Qt(rr,{}),onClick:function(){m&&m(n)},ariaLabel:"close the tooltip"})]})]}),Qt("div",{className:"vm-chart-tooltip-data",children:[h&&Qt("span",{className:"vm-chart-tooltip-data__marker",style:{background:h}}),Qt("p",{className:"vm-chart-tooltip-data__value",children:[Qt("b",{children:o}),c]})]}),f&&Qt("table",{className:"vm-chart-tooltip-stats",children:Mt.map((function(e,t){return Qt("div",{className:"vm-chart-tooltip-stats-row",children:[Qt("span",{className:"vm-chart-tooltip-stats-row__key",children:[e,":"]}),Qt("span",{className:"vm-chart-tooltip-stats-row__value",children:f[e]})]},t)}))}),s&&Qt("p",{className:"vm-chart-tooltip__info",children:s})]}),t.root):null},As=function(e){var t=e.showTooltip,n=e.tooltipProps,i=e.stickyTooltips,a=e.handleUnStick;return Qt(qt.HY,{children:[t&&n&&Qt(Es,dt({},n)),i.map((function(e){return(0,r.createElement)(Es,dt(dt({},e),{},{isSticky:!0,key:e.id,onClose:a}))}))]})},Ns=function(e){var t=e.data,n=e.series,i=e.metrics,a=void 0===i?[]:i,o=e.period,l=e.yaxis,u=e.unit,c=e.setPeriod,s=e.layoutSize,f=e.height,d=Gt().isDarkTheme,h=(0,r.useRef)(null),m=v((0,r.useState)(),2),p=m[0],g=m[1],y=Cs({period:o,setPeriod:c}),_=y.xRange,b=y.setPlotScale,w=Ds(b),D=w.onReadyChart,k=w.isPanning;xs({uPlotInst:p,xRange:_,setPlotScale:b});var x=Ss({u:p,metrics:a,series:n,unit:u}),C=x.showTooltip,S=x.stickyTooltips,E=x.handleUnStick,A=x.getTooltipProps,N=x.seriesFocus,M=x.setCursor,F=x.resetTooltips,T=dt(dt({},ms({width:s.width,height:f})),{},{series:n,axes:Kc([{},{scale:"1"}],u),scales:ys(l,_),hooks:{ready:[D],setSeries:[N],setCursor:[M],setSelect:[_s(b)],destroy:[ps]}});return(0,r.useEffect)((function(){if(F(),h.current){p&&p.destroy();var e=new jc(T,t,h.current);return g(e),e.destroy}}),[h,d]),(0,r.useEffect)((function(){p&&(p.setData(t),p.redraw())}),[t]),(0,r.useEffect)((function(){p&&(hs(p),function(e,t){t.forEach((function(t){e.addSeries(t)}))}(p,n),p.redraw())}),[n]),(0,r.useEffect)((function(){p&&(Object.keys(l.limits.range).forEach((function(e){p.scales[e]&&(p.scales[e].range=function(t){return gs(t,arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,e,l)})})),p.redraw())}),[l]),(0,r.useEffect)((function(){p&&(p.scales.x.range=function(){return vs(_)},p.redraw())}),[_]),(0,r.useEffect)((function(){p&&(p.setSize({width:s.width||400,height:f||500}),p.redraw())}),[f,s]),Qt("div",{className:qr()({"vm-line-chart":!0,"vm-line-chart_panning":k}),style:{minWidth:"".concat(s.width||400,"px"),minHeight:"".concat(f||500,"px")},children:[Qt("div",{className:"vm-line-chart__u-plot",ref:h}),Qt(As,{showTooltip:C,tooltipProps:A(),stickyTooltips:S,handleUnStick:E})]})},Ms=function(){var e=(0,r.useContext)(wi).showInfoMessage;return function(){var t=ea(Ji().mark((function t(n,r){var i;return Ji().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(null!==(i=navigator)&&void 0!==i&&i.clipboard){t.next=4;break}return e({text:"Clipboard not supported",type:"error"}),console.warn("Clipboard not supported"),t.abrupt("return",!1);case 4:return t.prev=4,t.next=7,navigator.clipboard.writeText(n);case 7:return r&&e({text:r,type:"success"}),t.abrupt("return",!0);case 11:return t.prev=11,t.t0=t.catch(4),t.t0 instanceof Error&&e({text:"".concat(t.t0.name,": ").concat(t.t0.message),type:"error"}),console.warn("Copy failed",t.t0),t.abrupt("return",!1);case 16:case"end":return t.stop()}}),t,null,[[4,11]])})));return function(e,n){return t.apply(this,arguments)}}()},Fs=function(e){var t=e.legend,n=e.onChange,i=e.isHeatmap,a=Ms(),o=(0,r.useMemo)((function(){var e=function(e){return Object.keys(e.freeFormFields).filter((function(e){return"__name__"!==e})).map((function(t){var n="".concat(t,"=").concat(JSON.stringify(e.freeFormFields[t]));return{id:"".concat(e.label,".").concat(n),freeField:n,key:t}}))}(t);return i?e.filter((function(e){return"vmrange"!==e.key})):e}),[t,i]),l=t.statsFormatted,u=Object.values(l).some((function(e){return e})),c=function(){var e=ea(Ji().mark((function e(t){return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a(t,"".concat(t," has been copied"));case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();return Qt("div",{className:qr()({"vm-legend-item":!0,"vm-legend-row":!0,"vm-legend-item_hide":!t.checked&&!i,"vm-legend-item_static":i}),onClick:function(e){return function(t){n&&n(e,t.ctrlKey||t.metaKey)}}(t),children:[!i&&Qt("div",{className:"vm-legend-item__marker",style:{backgroundColor:t.color}}),Qt("div",{className:"vm-legend-item-info",children:Qt("span",{className:"vm-legend-item-info__label",children:[t.freeFormFields.__name__,!!o.length&&Qt(qt.HY,{children:"{"}),o.map((function(e,t){return Qt("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&&Qt(qt.HY,{children:"}"})]})}),!i&&u&&Qt("div",{className:"vm-legend-item-stats",children:Mt.map((function(e,t){return Qt("div",{className:"vm-legend-item-stats-row",children:[Qt("span",{className:"vm-legend-item-stats-row__key",children:[e,":"]}),Qt("span",{className:"vm-legend-item-stats-row__value",children:l[e]})]},t)}))})]})},Ts=function(e){var t=e.labels,n=e.query,i=e.onChange,a=(0,r.useMemo)((function(){return Array.from(new Set(t.map((function(e){return e.group}))))}),[t]),o=a.length>1;return Qt(qt.HY,{children:Qt("div",{className:"vm-legend",children:a.map((function(e){return Qt("div",{className:"vm-legend-group",children:Qt(Ia,{defaultExpanded:!0,title:Qt("div",{className:"vm-legend-group-title",children:[o&&Qt("span",{className:"vm-legend-group-title__count",children:["Query ",e,": "]}),Qt("span",{className:"vm-legend-group-title__query",children:n[e-1]})]}),children:Qt("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 Qt(Fs,{legend:e,onChange:i},e.label)}))})})},e)}))})})},Os=function(e){var t,n=e.min,i=e.max,a=e.legendValue,o=e.series,l=v((0,r.useState)(0),2),u=l[0],c=l[1],s=v((0,r.useState)(""),2),f=s[0],d=s[1],h=v((0,r.useState)(""),2),m=h[0],p=h[1],g=v((0,r.useState)(""),2),y=g[0],_=g[1],b=(0,r.useMemo)((function(){return parseFloat(String((null===a||void 0===a?void 0:a.value)||0).replace("%",""))}),[a]);return(0,r.useEffect)((function(){c(b?(b-n)/(i-n)*100:0),d(b?"".concat(b,"%"):""),p("".concat(n,"%")),_("".concat(i,"%"))}),[b,n,i]),Qt("div",{className:"vm-legend-heatmap__wrapper",children:[Qt("div",{className:"vm-legend-heatmap",children:[Qt("div",{className:"vm-legend-heatmap-gradient",style:{background:"linear-gradient(to right, ".concat(as.join(", "),")")},children:!!b&&Qt("div",{className:"vm-legend-heatmap-gradient__value",style:{left:"".concat(u,"%")},children:Qt("span",{children:f})})}),Qt("div",{className:"vm-legend-heatmap__value",children:m}),Qt("div",{className:"vm-legend-heatmap__value",children:y})]}),o[1]&&Qt(Fs,{legend:o[1],isHeatmap:!0},null===(t=o[1])||void 0===t?void 0:t.label)]})},Ls=function(e){var t=e.u,n=e.metrics,i=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=Et()(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=a()(1e3*b).tz().format(tn),D=a()(1e3*g).tz().format(tn),k=(null===h||void 0===h||null===(e=h.metric)||void 0===e?void 0:e.vmrange)||"";return{unit:i,point:l,u:t,id:"".concat(k,"_").concat(w),dates:[w,D],value:"".concat(_,"%"),info:k,show:+_>0}}),[t,l,n,i]),h=(0,r.useCallback)((function(){var e=d();e.show&&(s.find((function(t){return t.id===e.id}))||f((function(t){return[].concat(y(t),[e])})))}),[d,s]);return Jr("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})}}},Ps=function(e){var t=e.data,n=e.metrics,i=void 0===n?[]:n,a=e.period,o=e.unit,l=e.setPeriod,u=e.layoutSize,c=e.height,s=e.onChangeLegend,f=Gt().isDarkTheme,d=(0,r.useRef)(null),h=v((0,r.useState)(),2),m=h[0],p=h[1],g=Cs({period:a,setPeriod:l}),_=g.xRange,b=g.setPlotScale,w=Ds(b),D=w.onReadyChart,k=w.isPanning;xs({uPlotInst:m,xRange:_,setPlotScale:b});var x=Ls({u:m,metrics:i,unit:o}),C=x.stickyTooltips,S=x.handleUnStick,E=x.getTooltipProps,A=x.setCursor,N=x.resetTooltips,M=(0,r.useMemo)((function(){return E()}),[E]),F=dt(dt({},ms({width:u.width,height:c})),{},{mode:2,series:[{},{paths:os(),facets:[{scale:"x",auto:!0,sorted:1},{scale:"y",auto:!0}]}],axes:function(){var e=Kc([{}],o);return[].concat(y(e),[{scale:"y",stroke:e[0].stroke,font:e[0].font,size:Xc,splits:i.map((function(e,t){return t})),values:i.map((function(e){return e.metric.vmrange}))}])}(),scales:{x:{time:!0},y:{log:2,time:!1,range:function(e,t,n){return[t-1,n+1]}}},hooks:{ready:[D],setCursor:[A],setSelect:[_s(b)],destroy:[ps]}});return(0,r.useEffect)((function(){N();var e=null===t[0]&&Array.isArray(t[1]);if(d.current&&e){var n=new jc(F,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]),Qt("div",{className:qr()({"vm-line-chart":!0,"vm-line-chart_panning":k}),style:{minWidth:"".concat(u.width||400,"px"),minHeight:"".concat(c||500,"px")},children:[Qt("div",{className:"vm-line-chart__u-plot",ref:d}),Qt(As,{showTooltip:!!M.show,tooltipProps:M,stickyTooltips:C,handleUnStick:S})]})},Is=function(){var e=v((0,r.useState)(null),2),t=e[0],n=e[1],i=v((0,r.useState)({width:0,height:0}),2),a=i[0],o=i[1],l=(0,r.useCallback)((function(){o({width:(null===t||void 0===t?void 0:t.offsetWidth)||0,height:(null===t||void 0===t?void 0:t.offsetHeight)||0})}),[null===t||void 0===t?void 0:t.offsetHeight,null===t||void 0===t?void 0:t.offsetWidth]);return Jr("resize",l),Kr(l,[null===t||void 0===t?void 0:t.offsetHeight,null===t||void 0===t?void 0:t.offsetWidth]),[n,a]},Rs=function(e){var t=e.data,n=void 0===t?[]:t,i=e.period,a=e.customStep,o=e.query,l=e.yaxis,u=e.unit,c=e.showLegend,s=void 0===c||c,f=e.setYaxisLimits,d=e.setPeriod,h=e.alias,m=void 0===h?[]:h,p=e.fullWidth,g=void 0===p||p,_=e.height,b=e.isHistogram,w=yi().isMobile,D=zn().timezone,k=(0,r.useMemo)((function(){return a||i.step||"1s"}),[i.step,a]),x=(0,r.useMemo)((function(){return cs(n,b)}),[b,n]),C=v((0,r.useState)([[]]),2),S=C[0],E=C[1],A=v((0,r.useState)([]),2),N=A[0],M=A[1],F=v((0,r.useState)([]),2),O=F[0],L=F[1],P=v((0,r.useState)([]),2),I=P[0],R=P[1],B=v((0,r.useState)(null),2),z=B[0],j=B[1],H=(0,r.useMemo)((function(){return ss(x,I,m)}),[x,I,m]),$=function(e){var t=function(e,t){var n={},r=Object.values(e).flat(),i=Yc(r)||0,a=Vc(r)||1;return n[1]=t?Jc(i,a):[i,a],n}(e,!b);f(t)};(0,r.useEffect)((function(){var e=[],t={},n=[],r=[{}];null===x||void 0===x||x.forEach((function(i,a){var o=H(i,a);r.push(o),n.push(fs(o,i.group));var l,u=t[i.group]||[],c=T(i.values);try{for(c.s();!(l=c.n()).done;){var s=l.value;e.push(s[0]),u.push(rs(s[1]))}}catch(f){c.e(f)}finally{c.f()}t[i.group]=u}));var a=function(e,t,n){for(var r=vn(t)||1,i=Array.from(new Set(e)).sort((function(e,t){return e-t})),a=n.start,o=dn(n.end+r),l=0,u=[];a<=o;){for(;l<i.length&&i[l]<=a;)a=i[l],l++,u.push(a);a=dn(a+r),(l>=i.length||i[l]>a)&&u.push(a)}for(;u.length<2;)u.push(a),a=dn(a+r);return u}(e,k,i),o=x.map((function(e){var t,n=[],r=e.values,i=r.length,o=0,l=T(a);try{for(l.s();!(t=l.n()).done;){for(var u=t.value;o<i&&r[o][0]<u;)o++;var c=null;o<i&&r[o][0]==u&&(c=rs(r[o][1]),Number.isFinite(c)||(c=null)),n.push(c)}}catch(m){l.e(m)}finally{l.f()}var s=n.filter((function(e){return null!==e})),f=Math.abs(function(e){for(var t=e[0],n=1,r=1;r<e.length;r++){var i=e[r];Number.isFinite(i)&&(t=t*(n-1)/n+i/n,n++)}return t}(s)),d=Jc(Yc(s),Vc(s)),h=Math.abs(d[1]-d[0]);return f>1e10*h?n.map((function(){return f})):n}));o.unshift(a),$(t);var l=b?function(e){var t=e.slice(1,e.length),n=[],r=[];t.forEach((function(e,n){e.forEach((function(e,i){var a=i*t.length+n;r[a]=e}))})),e[0].forEach((function(e){var r=new Array(t.length).fill(e);n.push.apply(n,y(r))}));var i=new Array(n.length).fill(0).map((function(e,n){return n%t.length}));return[null,[n,i,r]]}(o):o;E(l),M(r),L(n)}),[x,D,b]),(0,r.useEffect)((function(){var e=[],t=[{}];null===x||void 0===x||x.forEach((function(n,r){var i=H(n,r);t.push(i),e.push(fs(i,n.group))})),M(t),L(e)}),[I]);var V=v(Is(),2),Y=V[0],U=V[1];return Qt("div",{className:qr()({"vm-graph-view":!0,"vm-graph-view_full-width":g,"vm-graph-view_full-width_mobile":g&&w}),ref:Y,children:[!b&&Qt(Ns,{data:S,series:N,metrics:x,period:i,yaxis:l,unit:u,setPeriod:d,layoutSize:U,height:_}),b&&Qt(Ps,{data:S,metrics:x,period:i,unit:u,setPeriod:d,layoutSize:U,height:_,onChangeLegend:j}),!b&&s&&Qt(Ts,{labels:O,query:o,onChange:function(e,t){R(function(e){var t=e.hideSeries,n=e.legend,r=e.metaKey,i=e.series,a=n.label,o=ds(a,t),l=i.map((function(e){return e.label||""}));return r?o?t.filter((function(e){return e!==a})):[].concat(y(t),[a]):t.length?o?y(l.filter((function(e){return e!==a}))):[]:y(l.filter((function(e){return e!==a})))}({hideSeries:I,legend:e,metaKey:t,series:N}))}}),b&&s&&Qt(Os,{series:N,min:l.limits.range[1][0]||0,max:l.limits.range[1][1]||0,legendValue:z})]})},Bs=function(e){return e[e.mouse=0]="mouse",e[e.keyboard=1]="keyboard",e}(Bs||{}),zs=function(e){var t,n,i=e.value,a=e.options,o=e.anchor,l=e.disabled,u=e.minLength,c=void 0===u?2:u,s=e.fullWidth,f=e.selected,d=e.noOptionsText,h=e.label,m=e.disabledFullScreen,p=e.offset,g=e.maxDisplayResults,y=e.onSelect,_=e.onOpenAutocomplete,b=e.onFoundOptions,w=yi().isMobile,D=(0,r.useRef)(null),k=v((0,r.useState)({index:-1}),2),x=k[0],C=k[1],S=v((0,r.useState)(""),2),E=S[0],A=S[1],N=v((0,r.useState)(0),2),M=N[0],F=N[1],T=Mi(!1),O=T.value,L=T.setValue,P=T.setFalse,I=(0,r.useMemo)((function(){if(!O)return[];try{var e=new RegExp(String(i.trim()),"i"),t=a.filter((function(t){return e.test(t.value)})).sort((function(t,n){var r,a;return t.value.toLowerCase()===i.trim().toLowerCase()?-1:n.value.toLowerCase()===i.trim().toLowerCase()?1:((null===(r=t.value.match(e))||void 0===r?void 0:r.index)||0)-((null===(a=n.value.match(e))||void 0===a?void 0:a.index)||0)}));return F(t.length),A(t.length>Number(null===g||void 0===g?void 0:g.limit)&&(null===g||void 0===g?void 0:g.message)||""),null!==g&&void 0!==g&&g.limit?t.slice(0,g.limit):t}catch(n){return[]}}),[O,a,i]),R=(0,r.useMemo)((function(){return d&&!I.length}),[d,I]),B=function(){C({index:-1})},z=(0,r.useCallback)((function(e){var t=e.key,n=e.ctrlKey,r=e.metaKey,i=e.shiftKey,a=n||r||i,o=I.length;if("ArrowUp"===t&&!a&&o&&(e.preventDefault(),C((function(e){var t=e.index;return{index:t<=0?0:t-1,type:Bs.keyboard}}))),"ArrowDown"===t&&!a&&o){e.preventDefault();var l=I.length-1;C((function(e){var t=e.index;return{index:t>=l?l:t+1,type:Bs.keyboard}}))}if("Enter"===t){var u=I[x.index];u&&y(u.value),f||P()}"Escape"===t&&P()}),[x,I,P,y,f]);return(0,r.useEffect)((function(){L(i.length>=c)}),[i,a]),Jr("keydown",z),(0,r.useEffect)((function(){if(D.current&&x.type!==Bs.mouse){var e=D.current.childNodes[x.index];null!==e&&void 0!==e&&e.scrollIntoView&&e.scrollIntoView({block:"center"})}}),[x,I]),(0,r.useEffect)((function(){C({index:-1})}),[I]),(0,r.useEffect)((function(){_&&_(O)}),[O]),(0,r.useEffect)((function(){b&&b(I)}),[I]),Qt(Fi,{open:O,buttonRef:o,placement:"bottom-left",onClose:P,fullWidth:s,title:w?h:void 0,disabledFullScreen:m,offset:p,children:[Qt("div",{className:qr()({"vm-autocomplete":!0,"vm-autocomplete_mobile":w&&!m}),ref:D,children:[R&&Qt("div",{className:"vm-autocomplete__no-options",children:d}),!(1===I.length&&(null===(t=I[0])||void 0===t?void 0:t.value)===i)&&I.map((function(e,t){return Qt("div",{className:qr()({"vm-list-item":!0,"vm-list-item_mobile":w,"vm-list-item_active":t===x.index,"vm-list-item_multiselect":f,"vm-list-item_multiselect_selected":null===f||void 0===f?void 0:f.includes(e.value),"vm-list-item_with-icon":e.icon}),id:"$autocomplete$".concat(e.value),onClick:(r=e.value,function(){l||(y(r),f||P())}),onMouseEnter:(n=t,function(){C({index:n,type:Bs.mouse})}),onMouseLeave:B,children:[(null===f||void 0===f?void 0:f.includes(e.value))&&Qt(xr,{}),Qt(qt.HY,{children:e.icon}),Qt("span",{children:e.value})]},"".concat(t).concat(e.value));var n,r}))]}),E&&Qt("div",{className:"vm-autocomplete-message",children:["Shown ",null===g||void 0===g?void 0:g.limit," results out of ",M,". ",E]}),(null===(n=I[x.index])||void 0===n?void 0:n.description)&&Qt("div",{className:"vm-autocomplete-info",children:[Qt("div",{className:"vm-autocomplete-info__type",children:I[x.index].type}),Qt("div",{className:"vm-autocomplete-info__description",dangerouslySetInnerHTML:{__html:I[x.index].description||""}})]})]})},js=n(936),Hs=n.n(js),$s=function(e){return e.replace(/[/\-\\^$*+?.()|[\]{}]/g,"\\$&")},Vs=function(e){return JSON.stringify(e).slice(1,-1)},Ys=function(e){return e.metric="metric",e.label="label",e.labelValue="labelValue",e}(Ys||{}),Us=(st($c={},Ys.metric,Qt(Hr,{})),st($c,Ys.label,Qt(Vr,{})),st($c,Ys.labelValue,Qt(Yr,{})),$c);function qs(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 Ws(e,t,n){if(!t.has(e))throw new TypeError("attempted to get private field on non-instance");return n}function Qs(){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 Zs={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 Gs(e){Zs=e}var Ks=/[&<>"']/,Js=new RegExp(Ks.source,"g"),Xs=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,ef=new RegExp(Xs.source,"g"),tf={"&":"&","<":"<",">":">",'"':""","'":"'"},nf=function(e){return tf[e]};function rf(e,t){if(t){if(Ks.test(e))return e.replace(Js,nf)}else if(Xs.test(e))return e.replace(ef,nf);return e}var af=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi;function of(e){return e.replace(af,(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 lf=/(^|[^\[])\^/g;function uf(e,t){e="string"===typeof e?e:e.source,t=t||"";var n={replace:function(t,r){return r=(r=r.source||r).replace(lf,"$1"),e=e.replace(t,r),n},getRegex:function(){return new RegExp(e,t)}};return n}var cf=/[^\w:]/g,sf=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function ff(e,t,n){if(e){var r;try{r=decodeURIComponent(of(n)).replace(cf,"").toLowerCase()}catch(i){return null}if(0===r.indexOf("javascript:")||0===r.indexOf("vbscript:")||0===r.indexOf("data:"))return null}t&&!sf.test(n)&&(n=function(e,t){df[" "+e]||(hf.test(e)?df[" "+e]=e+"/":df[" "+e]=yf(e,"/",!0));e=df[" "+e];var n=-1===e.indexOf(":");return"//"===t.substring(0,2)?n?t:e.replace(mf,"$1")+t:"/"===t.charAt(0)?n?t:e.replace(pf,"$1")+t:e+t}(t,n));try{n=encodeURI(n).replace(/%25/g,"%")}catch(i){return null}return n}var df={},hf=/^[^:]+:\/*[^/]*$/,mf=/^([^:]+:)[\s\S]*$/,pf=/^([^:]+:\/*[^/]*)[\s\S]*$/;var vf={exec:function(){}};function gf(e,t){var n=e.replace(/\|/g,(function(e,t,n){for(var r=!1,i=t;--i>=0&&"\\"===n[i];)r=!r;return r?"|":" |"})).split(/ \|/),r=0;if(n[0].trim()||n.shift(),n.length>0&&!n[n.length-1].trim()&&n.pop(),n.length>t)n.splice(t);else for(;n.length<t;)n.push("");for(;r<n.length;r++)n[r]=n[r].trim().replace(/\\\|/g,"|");return n}function yf(e,t,n){var r=e.length;if(0===r)return"";for(var i=0;i<r;){var a=e.charAt(r-i-1);if(a!==t||n){if(a===t||!n)break;i++}else i++}return e.slice(0,r-i)}function _f(e,t,n,r){var i=t.href,a=t.title?rf(t.title):null,o=e[1].replace(/\\([\[\]])/g,"$1");if("!"!==e[0].charAt(0)){r.state.inLink=!0;var l={type:"link",raw:n,href:i,title:a,text:o,tokens:r.inlineTokens(o)};return r.state.inLink=!1,l}return{type:"image",raw:n,href:i,title:a,text:rf(o)}}var bf=function(){function e(t){_(this,e),this.options=t||Zs}return k(e,[{key:"space",value:function(e){var t=this.rules.block.newline.exec(e);if(t&&t[0].length>0)return{type:"space",raw:t[0]}}},{key:"code",value:function(e){var t=this.rules.block.code.exec(e);if(t){var n=t[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?n:yf(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=yf(n,"#");this.options.pedantic?n=r.trim():r&&!/ $/.test(r)||(n=r.trim())}return{type:"heading",raw:t[0],depth:t[1].length,text:n,tokens:this.lexer.inline(n)}}}},{key:"hr",value:function(e){var t=this.rules.block.hr.exec(e);if(t)return{type:"hr",raw:t[0]}}},{key:"blockquote",value:function(e){var t=this.rules.block.blockquote.exec(e);if(t){var n=t[0].replace(/^ *>[ \t]?/gm,""),r=this.lexer.state.top;this.lexer.state.top=!0;var i=this.lexer.blockTokens(n);return this.lexer.state.top=r,{type:"blockquote",raw:t[0],tokens:i,text:n}}}},{key:"list",value:function(e){var t=this.rules.block.list.exec(e);if(t){var n,r,i,a,o,l,u,c,s,f,d,h,m=t[1].trim(),p=m.length>1,v={type:"list",raw:"",ordered:p,start:p?+m.slice(0,-1):"",loose:!1,items:[]};m=p?"\\d{1,9}\\".concat(m.slice(-1)):"\\".concat(m),this.options.pedantic&&(m=p?m:"[*+-]");for(var g=new RegExp("^( {0,3}".concat(m,")((?:[\t ][^\\n]*)?(?:\\n|$))"));e&&(h=!1,t=g.exec(e))&&!this.rules.block.hr.test(e);){if(n=t[0],e=e.substring(n.length),c=t[2].split("\n",1)[0].replace(/^\t+/,(function(e){return" ".repeat(3*e.length)})),s=e.split("\n",1)[0],this.options.pedantic?(a=2,d=c.trimLeft()):(a=(a=t[2].search(/[^ ]/))>4?1:a,d=c.slice(a),a+=t[1].length),l=!1,!c&&/^ *$/.test(s)&&(n+=s+"\n",e=e.substring(s.length+1),h=!0),!h)for(var y=new RegExp("^ {0,".concat(Math.min(3,a-1),"}(?:[*+-]|\\d{1,9}[.)])((?:[ \t][^\\n]*)?(?:\\n|$))")),_=new RegExp("^ {0,".concat(Math.min(3,a-1),"}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)")),b=new RegExp("^ {0,".concat(Math.min(3,a-1),"}(?:```|~~~)")),w=new RegExp("^ {0,".concat(Math.min(3,a-1),"}#"));e&&(s=f=e.split("\n",1)[0],this.options.pedantic&&(s=s.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),!b.test(s))&&!w.test(s)&&!y.test(s)&&!_.test(e);){if(s.search(/[^ ]/)>=a||!s.trim())d+="\n"+s.slice(a);else{if(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(a)}v.loose||(u?v.loose=!0:/\n *\n *$/.test(n)&&(u=!0)),this.options.gfm&&(r=/^\[[ xX]\] /.exec(d))&&(i="[ ] "!==r[0],d=d.replace(/^\[[ xX]\] +/,"")),v.items.push({type:"list_item",raw:n,task:!!r,checked:i,loose:!1,text:d}),v.raw+=n}v.items[v.items.length-1].raw=n.trimRight(),v.items[v.items.length-1].text=d.trimRight(),v.raw=v.raw.trimRight();var D=v.items.length;for(o=0;o<D;o++)if(this.lexer.state.top=!1,v.items[o].tokens=this.lexer.blockTokens(v.items[o].text,[]),!v.loose){var k=v.items[o].tokens.filter((function(e){return"space"===e.type})),x=k.length>0&&k.some((function(e){return/\n.*\n/.test(e.raw)}));v.loose=x}if(v.loose)for(o=0;o<D;o++)v.items[o].loose=!0;return v}}},{key:"html",value:function(e){var t=this.rules.block.html.exec(e);if(t){var n={type:"html",block:!0,raw:t[0],pre:!this.options.sanitizer&&("pre"===t[1]||"script"===t[1]||"style"===t[1]),text:t[0]};if(this.options.sanitize){var r=this.options.sanitizer?this.options.sanitizer(t[0]):rf(t[0]);n.type="paragraph",n.text=r,n.tokens=this.lexer.inline(r)}return n}}},{key:"def",value:function(e){var t=this.rules.block.def.exec(e);if(t){var n=t[1].toLowerCase().replace(/\s+/g," "),r=t[2]?t[2].replace(/^<(.*)>$/,"$1").replace(this.rules.inline._escapes,"$1"):"",i=t[3]?t[3].substring(1,t[3].length-1).replace(this.rules.inline._escapes,"$1"):t[3];return{type:"def",tag:n,raw:t[0],href:r,title:i}}}},{key:"table",value:function(e){var t=this.rules.block.table.exec(e);if(t){var n={type:"table",header:gf(t[1]).map((function(e){return{text:e}})),align:t[2].replace(/^ *|\| *$/g,"").split(/ *\| */),rows:t[3]&&t[3].trim()?t[3].replace(/\n[ \t]*$/,"").split("\n"):[]};if(n.header.length===n.align.length){n.raw=t[0];var r,i,a,o,l=n.align.length;for(r=0;r<l;r++)/^ *-+: *$/.test(n.align[r])?n.align[r]="right":/^ *:-+: *$/.test(n.align[r])?n.align[r]="center":/^ *:-+ *$/.test(n.align[r])?n.align[r]="left":n.align[r]=null;for(l=n.rows.length,r=0;r<l;r++)n.rows[r]=gf(n.rows[r],n.header.length).map((function(e){return{text:e}}));for(l=n.header.length,i=0;i<l;i++)n.header[i].tokens=this.lexer.inline(n.header[i].text);for(l=n.rows.length,i=0;i<l;i++)for(o=n.rows[i],a=0;a<o.length;a++)o[a].tokens=this.lexer.inline(o[a].text);return n}}}},{key:"lheading",value:function(e){var t=this.rules.block.lheading.exec(e);if(t)return{type:"heading",raw:t[0],depth:"="===t[2].charAt(0)?1:2,text:t[1],tokens:this.lexer.inline(t[1])}}},{key:"paragraph",value:function(e){var t=this.rules.block.paragraph.exec(e);if(t){var n="\n"===t[1].charAt(t[1].length-1)?t[1].slice(0,-1):t[1];return{type:"paragraph",raw:t[0],text:n,tokens:this.lexer.inline(n)}}}},{key:"text",value:function(e){var t=this.rules.block.text.exec(e);if(t)return{type:"text",raw:t[0],text:t[0],tokens:this.lexer.inline(t[0])}}},{key:"escape",value:function(e){var t=this.rules.inline.escape.exec(e);if(t)return{type:"escape",raw:t[0],text:rf(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]):rf(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=yf(n.slice(0,-1),"\\");if((n.length-r.length)%2===0)return}else{var i=function(e,t){if(-1===e.indexOf(t[1]))return-1;for(var n=e.length,r=0,i=0;i<n;i++)if("\\"===e[i])i++;else if(e[i]===t[0])r++;else if(e[i]===t[1]&&--r<0)return i;return-1}(t[2],"()");if(i>-1){var a=(0===t[0].indexOf("!")?5:4)+t[1].length+i;t[2]=t[2].substring(0,i),t[0]=t[0].substring(0,a).trim(),t[3]=""}}var o=t[2],l="";if(this.options.pedantic){var u=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(o);u&&(o=u[1],l=u[3])}else l=t[3]?t[3].slice(1,-1):"";return o=o.trim(),/^</.test(o)&&(o=this.options.pedantic&&!/>$/.test(n)?o.slice(1):o.slice(1,-1)),_f(t,{href:o?o.replace(this.rules.inline._escapes,"$1"):o,title:l?l.replace(this.rules.inline._escapes,"$1"):l},t[0],this.lexer)}}},{key:"reflink",value:function(e,t){var n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){var r=(n[2]||n[1]).replace(/\s+/g," ");if(!(r=t[r.toLowerCase()])){var i=n[0].charAt(0);return{type:"text",raw:i,text:i}}return _f(n,r,n[0],this.lexer)}}},{key:"emStrong",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=this.rules.inline.emStrong.lDelim.exec(e);if(r&&((!r[3]||!n.match(/(?:[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xBC-\xBE\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u0660-\u0669\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0966-\u096F\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09F9\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AE6-\u0AEF\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B6F\u0B71-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0BE6-\u0BF2\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C78-\u0C7E\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D58-\u0D61\u0D66-\u0D78\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DE6-\u0DEF\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F20-\u0F33\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F-\u1049\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u1090-\u1099\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1369-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u17E0-\u17E9\u17F0-\u17F9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A20-\u1A54\u1A80-\u1A89\u1A90-\u1A99\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B50-\u1B59\u1B83-\u1BA0\u1BAE-\u1BE5\u1C00-\u1C23\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2150-\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2CFD\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3192-\u3195\u31A0-\u31BF\u31F0-\u31FF\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA830-\uA835\uA840-\uA873\uA882-\uA8B3\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA900-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF-\uA9D9\uA9E0-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD07-\uDD33\uDD40-\uDD78\uDD8A\uDD8B\uDE80-\uDE9C\uDEA0-\uDED0\uDEE1-\uDEFB\uDF00-\uDF23\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC58-\uDC76\uDC79-\uDC9E\uDCA7-\uDCAF\uDCE0-\uDCF2\uDCF4\uDCF5\uDCFB-\uDD1B\uDD20-\uDD39\uDD80-\uDDB7\uDDBC-\uDDCF\uDDD2-\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE40-\uDE48\uDE60-\uDE7E\uDE80-\uDE9F\uDEC0-\uDEC7\uDEC9-\uDEE4\uDEEB-\uDEEF\uDF00-\uDF35\uDF40-\uDF55\uDF58-\uDF72\uDF78-\uDF91\uDFA9-\uDFAF]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDCFA-\uDD23\uDD30-\uDD39\uDE60-\uDE7E\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF27\uDF30-\uDF45\uDF51-\uDF54\uDF70-\uDF81\uDFB0-\uDFCB\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC52-\uDC6F\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD03-\uDD26\uDD36-\uDD3F\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDD0-\uDDDA\uDDDC\uDDE1-\uDDF4\uDE00-\uDE11\uDE13-\uDE2B\uDE3F\uDE40\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDEF0-\uDEF9\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC50-\uDC59\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE50-\uDE59\uDE80-\uDEAA\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF30-\uDF3B\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCF2\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC50-\uDC6C\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF2\uDF02\uDF04-\uDF10\uDF12-\uDF33\uDF50-\uDF59\uDFB0\uDFC0-\uDFD4]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC41-\uDC46]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDE70-\uDEBE\uDEC0-\uDEC9\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF50-\uDF59\uDF5B-\uDF61\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE96\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD834[\uDEC0-\uDED3\uDEE0-\uDEF3\uDF60-\uDF78]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC30-\uDC6D\uDD00-\uDD2C\uDD37-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB\uDEF0-\uDEF9]|\uD839[\uDCD0-\uDCEB\uDCF0-\uDCF9\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDCC7-\uDCCF\uDD00-\uDD43\uDD4B\uDD50-\uDD59]|\uD83B[\uDC71-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDCB4\uDD01-\uDD2D\uDD2F-\uDD3D\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83C[\uDD00-\uDD0C]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0\uDFF0-\uDFFF]|\uD87B[\uDC00-\uDE5D]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF])/))&&(!(r[1]||r[2]||"")||!n||this.rules.inline.punctuation.exec(n)))){var i,a,o=r[0].length-1,l=o,u=0,c="*"===r[0][0]?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(c.lastIndex=0,t=t.slice(-1*e.length+o);null!=(r=c.exec(t));)if(i=r[1]||r[2]||r[3]||r[4]||r[5]||r[6])if(a=i.length,r[3]||r[4])l+=a;else if(!((r[5]||r[6])&&o%3)||(o+a)%3){if(!((l-=a)>0)){a=Math.min(a,a+l+u);var s=e.slice(0,o+r.index+a+1);if(Math.min(o,a)%2){var f=s.slice(1,-1);return{type:"em",raw:s,text:f,tokens:this.lexer.inlineTokens(f)}}var d=s.slice(2,-2);return{type:"strong",raw:s,text:d,tokens:this.lexer.inlineTokens(d)}}}else u+=a}}},{key:"codespan",value:function(e){var t=this.rules.inline.code.exec(e);if(t){var n=t[2].replace(/\n/g," "),r=/[^ ]/.test(n),i=/^ /.test(n)&&/ $/.test(n);return r&&i&&(n=n.substring(1,n.length-1)),n=rf(n,!0),{type:"codespan",raw:t[0],text:n}}}},{key:"br",value:function(e){var t=this.rules.inline.br.exec(e);if(t)return{type:"br",raw:t[0]}}},{key:"del",value:function(e){var t=this.rules.inline.del.exec(e);if(t)return{type:"del",raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2])}}},{key:"autolink",value:function(e,t){var n,r,i=this.rules.inline.autolink.exec(e);if(i)return r="@"===i[2]?"mailto:"+(n=rf(this.options.mangle?t(i[1]):i[1])):n=rf(i[1]),{type:"link",raw:i[0],text:n,href:r,tokens:[{type:"text",raw:n,text:n}]}}},{key:"url",value:function(e,t){var n;if(n=this.rules.inline.url.exec(e)){var r,i;if("@"===n[2])i="mailto:"+(r=rf(this.options.mangle?t(n[0]):n[0]));else{var a;do{a=n[0],n[0]=this.rules.inline._backpedal.exec(n[0])[0]}while(a!==n[0]);r=rf(n[0]),i="www."===n[1]?"http://"+n[0]:n[0]}return{type:"link",raw:n[0],text:r,href:i,tokens:[{type:"text",raw:r,text:r}]}}}},{key:"inlineText",value:function(e,t){var n,r=this.rules.inline.text.exec(e);if(r)return n=this.lexer.state.inRawBlock?this.options.sanitize?this.options.sanitizer?this.options.sanitizer(r[0]):rf(r[0]):r[0]:rf(this.options.smartypants?t(r[0]):r[0]),{type:"text",raw:r[0],text:n}}}]),e}(),wf={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:vf,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?'|\([^()]*\))/};wf.def=uf(wf.def).replace("label",wf._label).replace("title",wf._title).getRegex(),wf.bullet=/(?:[*+-]|\d{1,9}[.)])/,wf.listItemStart=uf(/^( *)(bull) */).replace("bull",wf.bullet).getRegex(),wf.list=uf(wf.list).replace(/bull/g,wf.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+wf.def.source+")").getRegex(),wf._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",wf._comment=/<!--(?!-?>)[\s\S]*?(?:-->|$)/,wf.html=uf(wf.html,"i").replace("comment",wf._comment).replace("tag",wf._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),wf.lheading=uf(wf.lheading).replace(/bull/g,wf.bullet).getRegex(),wf.paragraph=uf(wf._paragraph).replace("hr",wf.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",wf._tag).getRegex(),wf.blockquote=uf(wf.blockquote).replace("paragraph",wf.paragraph).getRegex(),wf.normal=dt({},wf),wf.gfm=dt(dt({},wf.normal),{},{table:"^ *([^\\n ].*\\|.*)\\n {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"}),wf.gfm.table=uf(wf.gfm.table).replace("hr",wf.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",wf._tag).getRegex(),wf.gfm.paragraph=uf(wf._paragraph).replace("hr",wf.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("table",wf.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",wf._tag).getRegex(),wf.pedantic=dt(dt({},wf.normal),{},{html:uf("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:\"[^\"]*\"|'[^']*'|\\s[^'\"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",wf._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:vf,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:uf(wf.normal._paragraph).replace("hr",wf.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",wf.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});var Df={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:vf,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:vf,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,punctuation:/^((?![*_])[\spunctuation])/};function kf(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 xf(e){var t,n,r="",i=e.length;for(t=0;t<i;t++)n=e.charCodeAt(t),Math.random()>.5&&(n="x"+n.toString(16)),r+="&#"+n+";";return r}Df._punctuation="\\p{P}$+<=>`^|~",Df.punctuation=uf(Df.punctuation,"u").replace(/punctuation/g,Df._punctuation).getRegex(),Df.blockSkip=/\[[^[\]]*?\]\([^\(\)]*?\)|`[^`]*?`|<[^<>]*?>/g,Df.anyPunctuation=/\\[punct]/g,Df._escapes=/\\([punct])/g,Df._comment=uf(wf._comment).replace("(?:--\x3e|$)","--\x3e").getRegex(),Df.emStrong.lDelim=uf(Df.emStrong.lDelim,"u").replace(/punct/g,Df._punctuation).getRegex(),Df.emStrong.rDelimAst=uf(Df.emStrong.rDelimAst,"gu").replace(/punct/g,Df._punctuation).getRegex(),Df.emStrong.rDelimUnd=uf(Df.emStrong.rDelimUnd,"gu").replace(/punct/g,Df._punctuation).getRegex(),Df.anyPunctuation=uf(Df.anyPunctuation,"gu").replace(/punct/g,Df._punctuation).getRegex(),Df._escapes=uf(Df._escapes,"gu").replace(/punct/g,Df._punctuation).getRegex(),Df._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,Df._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])?)+(?![-_])/,Df.autolink=uf(Df.autolink).replace("scheme",Df._scheme).replace("email",Df._email).getRegex(),Df._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,Df.tag=uf(Df.tag).replace("comment",Df._comment).replace("attribute",Df._attribute).getRegex(),Df._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,Df._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,Df._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,Df.link=uf(Df.link).replace("label",Df._label).replace("href",Df._href).replace("title",Df._title).getRegex(),Df.reflink=uf(Df.reflink).replace("label",Df._label).replace("ref",wf._label).getRegex(),Df.nolink=uf(Df.nolink).replace("ref",wf._label).getRegex(),Df.reflinkSearch=uf(Df.reflinkSearch,"g").replace("reflink",Df.reflink).replace("nolink",Df.nolink).getRegex(),Df.normal=dt({},Df),Df.pedantic=dt(dt({},Df.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:uf(/^!?\[(label)\]\((.*?)\)/).replace("label",Df._label).getRegex(),reflink:uf(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",Df._label).getRegex()}),Df.gfm=dt(dt({},Df.normal),{},{escape:uf(Df.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.!#$%&'*+\/=?_`{\|}~-]+@)))/}),Df.gfm.url=uf(Df.gfm.url,"i").replace("email",Df.gfm._extended_email).getRegex(),Df.breaks=dt(dt({},Df.gfm),{},{br:uf(Df.br).replace("{2,}","*").getRegex(),text:uf(Df.gfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()});var Cf=function(){function e(t){_(this,e),this.tokens=[],this.tokens.links=Object.create(null),this.options=t||Zs,this.options.tokenizer=this.options.tokenizer||new bf,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:wf.normal,inline:Df.normal};this.options.pedantic?(n.block=wf.pedantic,n.inline=Df.pedantic):this.options.gfm&&(n.block=wf.gfm,this.options.breaks?n.inline=Df.breaks:n.inline=Df.gfm),this.tokenizer.rules=n}return k(e,[{key:"lex",value:function(e){var t;for(e=e.replace(/\r\n|\r/g,"\n"),this.blockTokens(e,this.tokens);t=this.inlineQueue.shift();)this.inlineTokens(t.src,t.tokens);return this.tokens}},{key:"blockTokens",value:function(e){var t,n,r,i,a=this,o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];e=this.options.pedantic?e.replace(/\t/g," ").replace(/^ +$/gm,""):e.replace(/^( *)(\t+)/gm,(function(e,t,n){return t+" ".repeat(n.length)}));for(var l,u=function(){if(a.options.extensions&&a.options.extensions.block&&a.options.extensions.block.some((function(n){return!!(t=n.call({lexer:a},e,o))&&(e=e.substring(t.raw.length),o.push(t),!0)})))return 0;if(t=a.tokenizer.space(e))return e=e.substring(t.raw.length),1===t.raw.length&&o.length>0?o[o.length-1].raw+="\n":o.push(t),0;if(t=a.tokenizer.code(e))return e=e.substring(t.raw.length),!(n=o[o.length-1])||"paragraph"!==n.type&&"text"!==n.type?o.push(t):(n.raw+="\n"+t.raw,n.text+="\n"+t.text,a.inlineQueue[a.inlineQueue.length-1].src=n.text),0;if(t=a.tokenizer.fences(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.heading(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.hr(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.blockquote(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.list(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.html(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.def(e))return e=e.substring(t.raw.length),!(n=o[o.length-1])||"paragraph"!==n.type&&"text"!==n.type?a.tokens.links[t.tag]||(a.tokens.links[t.tag]={href:t.href,title:t.title}):(n.raw+="\n"+t.raw,n.text+="\n"+t.raw,a.inlineQueue[a.inlineQueue.length-1].src=n.text),0;if(t=a.tokenizer.table(e))return e=e.substring(t.raw.length),o.push(t),0;if(t=a.tokenizer.lheading(e))return e=e.substring(t.raw.length),o.push(t),0;if(r=e,a.options.extensions&&a.options.extensions.startBlock){var l,u=1/0,c=e.slice(1);a.options.extensions.startBlock.forEach((function(e){"number"===typeof(l=e.call({lexer:this},c))&&l>=0&&(u=Math.min(u,l))})),u<1/0&&u>=0&&(r=e.substring(0,u+1))}if(a.state.top&&(t=a.tokenizer.paragraph(r)))return n=o[o.length-1],i&&"paragraph"===n.type?(n.raw+="\n"+t.raw,n.text+="\n"+t.text,a.inlineQueue.pop(),a.inlineQueue[a.inlineQueue.length-1].src=n.text):o.push(t),i=r.length!==e.length,e=e.substring(t.raw.length),0;if(t=a.tokenizer.text(e))return e=e.substring(t.raw.length),(n=o[o.length-1])&&"text"===n.type?(n.raw+="\n"+t.raw,n.text+="\n"+t.text,a.inlineQueue.pop(),a.inlineQueue[a.inlineQueue.length-1].src=n.text):o.push(t),0;if(e){var s="Infinite loop on byte: "+e.charCodeAt(0);if(a.options.silent)return console.error(s),1;throw new Error(s)}};e&&(0===(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,i,a,o,l=this,u=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],c=e;if(this.tokens.links){var s=Object.keys(this.tokens.links);if(s.length>0)for(;null!=(i=this.tokenizer.rules.inline.reflinkSearch.exec(c));)s.includes(i[0].slice(i[0].lastIndexOf("[")+1,-1))&&(c=c.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+c.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(i=this.tokenizer.rules.inline.blockSkip.exec(c));)c=c.slice(0,i.index)+"["+"a".repeat(i[0].length-2)+"]"+c.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(i=this.tokenizer.rules.inline.anyPunctuation.exec(c));)c=c.slice(0,i.index)+"++"+c.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(var f,d=function(){if(a||(o=""),a=!1,l.options.extensions&&l.options.extensions.inline&&l.options.extensions.inline.some((function(n){return!!(t=n.call({lexer:l},e,u))&&(e=e.substring(t.raw.length),u.push(t),!0)})))return 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,xf))return e=e.substring(t.raw.length),u.push(t),0;if(!l.state.inLink&&(t=l.tokenizer.url(e,xf)))return e=e.substring(t.raw.length),u.push(t),0;if(r=e,l.options.extensions&&l.options.extensions.startInline){var i,s=1/0,f=e.slice(1);l.options.extensions.startInline.forEach((function(e){"number"===typeof(i=e.call({lexer:this},f))&&i>=0&&(s=Math.min(s,i))})),s<1/0&&s>=0&&(r=e.substring(0,s+1))}if(t=l.tokenizer.inlineText(r,kf))return e=e.substring(t.raw.length),"_"!==t.raw.slice(-1)&&(o=t.raw.slice(-1)),a=!0,(n=u[u.length-1])&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):u.push(t),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:wf,inline:Df}}},{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}(),Sf=function(){function e(t){_(this,e),this.options=t||Zs}return k(e,[{key:"code",value:function(e,t,n){var r=(t||"").match(/\S*/)[0];if(this.options.highlight){var i=this.options.highlight(e,r);null!=i&&i!==e&&(n=!0,e=i)}return e=e.replace(/\n$/,"")+"\n",r?'<pre><code class="'+this.options.langPrefix+rf(r)+'">'+(n?e:rf(e,!0))+"</code></pre>\n":"<pre><code>"+(n?e:rf(e,!0))+"</code></pre>\n"}},{key:"blockquote",value:function(e){return"<blockquote>\n".concat(e,"</blockquote>\n")}},{key:"html",value:function(e,t){return e}},{key:"heading",value:function(e,t,n,r){if(this.options.headerIds){var i=this.options.headerPrefix+r.slug(n);return"<h".concat(t,' id="').concat(i,'">').concat(e,"</h").concat(t,">\n")}return"<h".concat(t,">").concat(e,"</h").concat(t,">\n")}},{key:"hr",value:function(){return this.options.xhtml?"<hr/>\n":"<hr>\n"}},{key:"list",value:function(e,t,n){var r=t?"ol":"ul";return"<"+r+(t&&1!==n?' start="'+n+'"':"")+">\n"+e+"</"+r+">\n"}},{key:"listitem",value:function(e){return"<li>".concat(e,"</li>\n")}},{key:"checkbox",value:function(e){return"<input "+(e?'checked="" ':"")+'disabled="" type="checkbox"'+(this.options.xhtml?" /":"")+"> "}},{key:"paragraph",value:function(e){return"<p>".concat(e,"</p>\n")}},{key:"table",value:function(e,t){return t&&(t="<tbody>".concat(t,"</tbody>")),"<table>\n<thead>\n"+e+"</thead>\n"+t+"</table>\n"}},{key:"tablerow",value:function(e){return"<tr>\n".concat(e,"</tr>\n")}},{key:"tablecell",value:function(e,t){var n=t.header?"th":"td";return(t.align?"<".concat(n,' align="').concat(t.align,'">'):"<".concat(n,">"))+e+"</".concat(n,">\n")}},{key:"strong",value:function(e){return"<strong>".concat(e,"</strong>")}},{key:"em",value:function(e){return"<em>".concat(e,"</em>")}},{key:"codespan",value:function(e){return"<code>".concat(e,"</code>")}},{key:"br",value:function(){return this.options.xhtml?"<br/>":"<br>"}},{key:"del",value:function(e){return"<del>".concat(e,"</del>")}},{key:"link",value:function(e,t,n){if(null===(e=ff(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=ff(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}(),Ef=function(){function e(){_(this,e)}return k(e,[{key:"strong",value:function(e){return e}},{key:"em",value:function(e){return e}},{key:"codespan",value:function(e){return e}},{key:"del",value:function(e){return e}},{key:"html",value:function(e){return e}},{key:"text",value:function(e){return e}},{key:"link",value:function(e,t,n){return""+n}},{key:"image",value:function(e,t,n){return""+n}},{key:"br",value:function(){return""}}]),e}(),Af=function(){function e(){_(this,e),this.seen={}}return k(e,[{key:"serialize",value:function(e){return e.toLowerCase().trim().replace(/<[!\/a-z].*?>/gi,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")}},{key:"getNextSafeSlug",value:function(e,t){var n=e,r=0;if(this.seen.hasOwnProperty(n)){r=this.seen[e];do{n=e+"-"+ ++r}while(this.seen.hasOwnProperty(n))}return t||(this.seen[e]=r,this.seen[n]=0),n}},{key:"slug",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.serialize(e);return this.getNextSafeSlug(n,t.dryrun)}}]),e}(),Nf=function(){function e(t){_(this,e),this.options=t||Zs,this.options.renderer=this.options.renderer||new Sf,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new Ef,this.slugger=new Af}return k(e,[{key:"parse",value:function(e){var t,n,r,i,a,o,l,u,c,s,f,d,h,m,p,v,g,y,_,b=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],w="",D=e.length;for(t=0;t<D;t++)if(s=e[t],!(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[s.type])||!1===(_=this.options.extensions.renderers[s.type].call({parser:this},s))&&["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(s.type))switch(s.type){case"space":continue;case"hr":w+=this.renderer.hr();continue;case"heading":w+=this.renderer.heading(this.parseInline(s.tokens),s.depth,of(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="",i=s.header.length,n=0;n<i;n++)l+=this.renderer.tablecell(this.parseInline(s.header[n].tokens),{header:!0,align:s.align[n]});for(u+=this.renderer.tablerow(l),c="",i=s.rows.length,n=0;n<i;n++){for(l="",a=(o=s.rows[n]).length,r=0;r<a;r++)l+=this.renderer.tablecell(this.parseInline(o[r].tokens),{header:!1,align:s.align[r]});c+=this.renderer.tablerow(l)}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,i=s.items.length,c="",n=0;n<i;n++)v=(p=s.items[n]).checked,g=p.task,m="",p.task&&(y=this.renderer.checkbox(v),h?p.tokens.length>0&&"paragraph"===p.tokens[0].type?(p.tokens[0].text=y+" "+p.tokens[0].text,p.tokens[0].tokens&&p.tokens[0].tokens.length>0&&"text"===p.tokens[0].tokens[0].type&&(p.tokens[0].tokens[0].text=y+" "+p.tokens[0].tokens[0].text)):p.tokens.unshift({type:"text",text:y}):m+=y),m+=this.parse(p.tokens,h),c+=this.renderer.listitem(m,g,v);w+=this.renderer.list(c,f,d);continue;case"html":w+=this.renderer.html(s.text,s.block);continue;case"paragraph":w+=this.renderer.paragraph(this.parseInline(s.tokens));continue;case"text":for(c=s.tokens?this.parseInline(s.tokens):s.text;t+1<D&&"text"===e[t+1].type;)c+="\n"+((s=e[++t]).tokens?this.parseInline(s.tokens):s.text);w+=b?this.renderer.paragraph(c):c;continue;default:var k='Token with "'+s.type+'" type was not found.';if(this.options.silent)return void console.error(k);throw new Error(k)}else w+=_||"";return w}},{key:"parseInline",value:function(e,t){t=t||this.renderer;var n,r,i,a="",o=e.length;for(n=0;n<o;n++)if(r=e[n],!(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[r.type])||!1===(i=this.options.extensions.renderers[r.type].call({parser:this},r))&&["escape","html","link","image","strong","em","codespan","br","del","text"].includes(r.type))switch(r.type){case"escape":case"text":a+=t.text(r.text);break;case"html":a+=t.html(r.text);break;case"link":a+=t.link(r.href,r.title,this.parseInline(r.tokens,t));break;case"image":a+=t.image(r.href,r.title,r.text);break;case"strong":a+=t.strong(this.parseInline(r.tokens,t));break;case"em":a+=t.em(this.parseInline(r.tokens,t));break;case"codespan":a+=t.codespan(r.text);break;case"br":a+=t.br();break;case"del":a+=t.del(this.parseInline(r.tokens,t));break;default:var l='Token with "'+r.type+'" type was not found.';if(this.options.silent)return void console.error(l);throw new Error(l)}else a+=i||"";return a}}],[{key:"parse",value:function(t,n){return new e(n).parse(t)}},{key:"parseInline",value:function(t,n){return new e(n).parseInline(t)}}]),e}(),Mf=function(){function e(t){_(this,e),this.options=t||Zs}return k(e,[{key:"preprocess",value:function(e){return e}},{key:"postprocess",value:function(e){return e}}]),e}();st(Mf,"passThroughHooks",new Set(["preprocess","postprocess"]));var Ff=new WeakSet,Tf=new WeakSet,Of=function(){function e(){_(this,e),qs(this,Tf),qs(this,Ff),st(this,"defaults",{async:!1,baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,hooks:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1}),st(this,"options",this.setOptions),st(this,"parse",Ws(this,Ff,Lf).call(this,Cf.lex,Nf.parse)),st(this,"parseInline",Ws(this,Ff,Lf).call(this,Cf.lexInline,Nf.parseInline)),st(this,"Parser",Nf),st(this,"parser",Nf.parse),st(this,"Renderer",Sf),st(this,"TextRenderer",Ef),st(this,"Lexer",Cf),st(this,"lexer",Cf.lex),st(this,"Tokenizer",bf),st(this,"Slugger",Af),st(this,"Hooks",Mf),this.use.apply(this,arguments)}return k(e,[{key:"walkTokens",value:function(e,t){var n,r=this,i=[],a=T(e);try{var o=function(){var e=n.value;switch(i=i.concat(t.call(r,e)),e.type){case"table":var a,o=T(e.header);try{for(o.s();!(a=o.n()).done;){var l=a.value;i=i.concat(r.walkTokens(l.tokens,t))}}catch(h){o.e(h)}finally{o.f()}var u,c=T(e.rows);try{for(c.s();!(u=c.n()).done;){var s,f=T(u.value);try{for(f.s();!(s=f.n()).done;){var d=s.value;i=i.concat(r.walkTokens(d.tokens,t))}}catch(h){f.e(h)}finally{f.f()}}}catch(h){c.e(h)}finally{c.f()}break;case"list":i=i.concat(r.walkTokens(e.items,t));break;default:r.defaults.extensions&&r.defaults.extensions.childTokens&&r.defaults.extensions.childTokens[e.type]?r.defaults.extensions.childTokens[e.type].forEach((function(n){i=i.concat(r.walkTokens(e[n],t))})):e.tokens&&(i=i.concat(r.walkTokens(e.tokens,t)))}};for(a.s();!(n=a.n()).done;)o()}catch(l){a.e(l)}finally{a.f()}return i}},{key:"use",value:function(){for(var e=this,t=this.defaults.extensions||{renderers:{},childTokens:{}},n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return r.forEach((function(n){var r=dt({},n);if(r.async=e.defaults.async||r.async||!1,n.extensions&&(n.extensions.forEach((function(e){if(!e.name)throw new Error("extension name required");if(e.renderer){var n=t.renderers[e.name];t.renderers[e.name]=n?function(){for(var t=arguments.length,r=new Array(t),i=0;i<t;i++)r[i]=arguments[i];var a=e.renderer.apply(this,r);return!1===a&&(a=n.apply(this,r)),a}:e.renderer}if(e.tokenizer){if(!e.level||"block"!==e.level&&"inline"!==e.level)throw new Error("extension level must be 'block' or 'inline'");t[e.level]?t[e.level].unshift(e.tokenizer):t[e.level]=[e.tokenizer],e.start&&("block"===e.level?t.startBlock?t.startBlock.push(e.start):t.startBlock=[e.start]:"inline"===e.level&&(t.startInline?t.startInline.push(e.start):t.startInline=[e.start]))}e.childTokens&&(t.childTokens[e.name]=e.childTokens)})),r.extensions=t),n.renderer){var i=e.defaults.renderer||new Sf(e.defaults),a=function(e){var t=i[e];i[e]=function(){for(var r=arguments.length,a=new Array(r),o=0;o<r;o++)a[o]=arguments[o];var l=n.renderer[e].apply(i,a);return!1===l&&(l=t.apply(i,a)),l}};for(var o in n.renderer)a(o);r.renderer=i}if(n.tokenizer){var l=e.defaults.tokenizer||new bf(e.defaults),u=function(e){var t=l[e];l[e]=function(){for(var r=arguments.length,i=new Array(r),a=0;a<r;a++)i[a]=arguments[a];var o=n.tokenizer[e].apply(l,i);return!1===o&&(o=t.apply(l,i)),o}};for(var c in n.tokenizer)u(c);r.tokenizer=l}if(n.hooks){var s=e.defaults.hooks||new Mf,f=function(t){var r=s[t];Mf.passThroughHooks.has(t)?s[t]=function(i){if(e.defaults.async)return Promise.resolve(n.hooks[t].call(s,i)).then((function(e){return r.call(s,e)}));var a=n.hooks[t].call(s,i);return r.call(s,a)}:s[t]=function(){for(var e=arguments.length,i=new Array(e),a=0;a<e;a++)i[a]=arguments[a];var o=n.hooks[t].apply(s,i);return!1===o&&(o=r.apply(s,i)),o}};for(var d in n.hooks)f(d);r.hooks=s}if(n.walkTokens){var h=e.defaults.walkTokens;r.walkTokens=function(e){var t=[];return t.push(n.walkTokens.call(this,e)),h&&(t=t.concat(h.call(this,e))),t}}e.defaults=dt(dt({},e.defaults),r)})),this}},{key:"setOptions",value:function(e){return this.defaults=dt(dt({},this.defaults),e),this}}]),e}();function Lf(e,t){var n=this;return function(r,i,a){"function"===typeof i&&(a=i,i=null);var o=dt({},i);i=dt(dt({},n.defaults),o);var l=Ws(n,Tf,Pf).call(n,i.silent,i.async,a);if("undefined"===typeof r||null===r)return l(new Error("marked(): input parameter is undefined or null"));if("string"!==typeof r)return l(new Error("marked(): input parameter is of type "+Object.prototype.toString.call(r)+", string expected"));if(function(e,t){e&&!e.silent&&(t&&console.warn("marked(): callback is deprecated since version 5.0.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/using_pro#async"),(e.sanitize||e.sanitizer)&&console.warn("marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options"),(e.highlight||"language-"!==e.langPrefix)&&console.warn("marked(): highlight and langPrefix parameters are deprecated since version 5.0.0, should not be used and will be removed in the future. Instead use https://www.npmjs.com/package/marked-highlight."),e.mangle&&console.warn("marked(): mangle parameter is enabled by default, but is deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-mangle, or disable by setting `{mangle: false}`."),e.baseUrl&&console.warn("marked(): baseUrl parameter is deprecated since version 5.0.0, should not be used and will be removed in the future. Instead use https://www.npmjs.com/package/marked-base-url."),e.smartypants&&console.warn("marked(): smartypants parameter is deprecated since version 5.0.0, should not be used and will be removed in the future. Instead use https://www.npmjs.com/package/marked-smartypants."),e.xhtml&&console.warn("marked(): xhtml parameter is deprecated since version 5.0.0, should not be used and will be removed in the future. Instead use https://www.npmjs.com/package/marked-xhtml."),(e.headerIds||e.headerPrefix)&&console.warn("marked(): headerIds and headerPrefix parameters enabled by default, but are deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-gfm-heading-id, or disable by setting `{headerIds: false}`."))}(i,a),i.hooks&&(i.hooks.options=i),a){var u,c=i.highlight;try{i.hooks&&(r=i.hooks.preprocess(r)),u=e(r,i)}catch(m){return l(m)}var s=function(e){var r;if(!e)try{i.walkTokens&&n.walkTokens(u,i.walkTokens),r=t(u,i),i.hooks&&(r=i.hooks.postprocess(r))}catch(m){e=m}return i.highlight=c,e?l(e):a(null,r)};if(!c||c.length<3)return s();if(delete i.highlight,!u.length)return s();var f=0;return n.walkTokens(u,(function(e){"code"===e.type&&(f++,setTimeout((function(){c(e.text,e.lang,(function(t,n){if(t)return s(t);null!=n&&n!==e.text&&(e.text=n,e.escaped=!0),0===--f&&s()}))}),0))})),void(0===f&&s())}if(i.async)return Promise.resolve(i.hooks?i.hooks.preprocess(r):r).then((function(t){return e(t,i)})).then((function(e){return i.walkTokens?Promise.all(n.walkTokens(e,i.walkTokens)).then((function(){return e})):e})).then((function(e){return t(e,i)})).then((function(e){return i.hooks?i.hooks.postprocess(e):e})).catch(l);try{i.hooks&&(r=i.hooks.preprocess(r));var d=e(r,i);i.walkTokens&&n.walkTokens(d,i.walkTokens);var h=t(d,i);return i.hooks&&(h=i.hooks.postprocess(h)),h}catch(m){return l(m)}}}function Pf(e,t,n){return function(r){if(r.message+="\nPlease report this to https://github.com/markedjs/marked.",e){var i="<p>An error occurred:</p><pre>"+rf(r.message+"",!0)+"</pre>";return t?Promise.resolve(i):n?void n(null,i):i}if(t)return Promise.reject(r);if(!n)throw r;n(r)}}var If=new Of(Zs);function Rf(e,t,n){return If.parse(e,t,n)}Rf.options=Rf.setOptions=function(e){return If.setOptions(e),Rf.defaults=If.defaults,Gs(Rf.defaults),Rf},Rf.getDefaults=Qs,Rf.defaults=Zs,Rf.use=function(){return If.use.apply(If,arguments),Rf.defaults=If.defaults,Gs(Rf.defaults),Rf},Rf.walkTokens=function(e,t){return If.walkTokens(e,t)},Rf.parseInline=If.parseInline,Rf.Parser=Nf,Rf.parser=Nf.parse,Rf.Renderer=Sf,Rf.TextRenderer=Ef,Rf.Lexer=Cf,Rf.lexer=Cf.lex,Rf.Tokenizer=bf,Rf.Slugger=Af,Rf.Hooks=Mf,Rf.parse=Rf;Rf.options,Rf.setOptions,Rf.use,Rf.walkTokens,Rf.parseInline,Nf.parse,Cf.lex;var Bf=n.p+"static/media/MetricsQL.b64c4dbf91f4fa581621.md",zf=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)},jf=function(e){var t="";return Array.from(e).map((function(e){var n,r="h3"===e.tagName.toLowerCase();return t=r?null!==(n=e.textContent)&&void 0!==n?n:"":t,r?null:function(e,t){var n,r=null!==(n=t.textContent)&&void 0!==n?n:"",i=function(e){for(var t=[],n=e.nextElementSibling;n&&"p"===n.tagName.toLowerCase();)n&&t.push(n),n=n.nextElementSibling;return t}(t).map((function(e){var t;return null!==(t=e.outerHTML)&&void 0!==t?t:""})).join("\n");return{type:e,value:r,description:zf(i),icon:Qt($r,{})}}(t,e)})).filter(Boolean)},Hf=function(){var e=Kn().metricsQLFunctions,t=Jn(),n=function(e){var t=document.createElement("div");t.innerHTML=Rf(e);var n=t.querySelectorAll("".concat("h3",", ").concat("h4"));return jf(n)};return(0,r.useEffect)((function(){var r=function(){var e=ea(Ji().mark((function e(){var r,i,a;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,fetch(Bf);case 3:return r=e.sent,e.next=6,r.text();case 6:i=e.sent,a=n(i),t({type:"SET_METRICSQL_FUNCTIONS",payload:a}),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},$f=function(e){var t=e.value,n=e.anchorEl,i=e.caretPosition,a=e.onSelect,o=e.onFoundOptions,l=v((0,r.useState)(0),2),u=l[0],c=l[1],s=Hf(),f=(0,r.useMemo)((function(){var e=t.match(/\b[^{}(),\s]+(?={|$)/g);return e?e[0]:""}),[t]),d=(0,r.useMemo)((function(){var e=t.match(/[a-z_:-][\w\-.:/]*\b(?=\s*(=|!=|=~|!~))/g);return e?e[e.length-1]:""}),[t]),h=(0,r.useMemo)((function(){if(!t)return Rt.empty;switch(!0){case new RegExp("(".concat($s(f),")?{?.+").concat($s(d),'(=|!=|=~|!~)"?([^"]*)$'),"g").test(t):return Rt.labelValue;case/\{[^}]*?(\w+)$/gm.test(t):return Rt.label;default:return Rt.metricsql}}),[t,f,d]),m=(0,r.useMemo)((function(){var e=t.match(/([\w_\-.:/]+(?![},]))$/);return e?e[0]:""}),[t]),p=function(e){var t=e.valueByContext,n=e.metric,i=e.label,a=e.context,o=Gt().serverUrl,l=zn().period,u=l.start,c=l.end,s=Kn().autocompleteCache,f=Jn(),d=v((0,r.useState)(!1),2),h=d[0],m=d[1],p=v((0,r.useState)(t),2),g=p[0],y=p[1],_=Hs()(y,800);(0,r.useEffect)((function(){return _(t),_.cancel}),[t,_]);var b=v((0,r.useState)([]),2),w=b[0],D=b[1],k=v((0,r.useState)([]),2),x=k[0],C=k[1],S=v((0,r.useState)([]),2),E=S[0],A=S[1],N=(0,r.useRef)(new AbortController),M=(0,r.useCallback)((function(e){return new URLSearchParams(dt(dt({},e||{}),{},{limit:"".concat(Vn),start:"".concat(u),end:"".concat(c)}))}),[u,c]),F=function(e,t){return e.map((function(e){return{value:e,type:"".concat(t),icon:Us[t]}}))},T=function(){var e=ea(Ji().mark((function e(t){var n,r,i,a,l,u,c,d,h,p,v;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=t.value,r=t.urlSuffix,i=t.setter,a=t.type,l=t.params,N.current.abort(),N.current=new AbortController,u=N.current.signal,c={type:a,value:n,start:(null===l||void 0===l?void 0:l.get("start"))||"",end:(null===l||void 0===l?void 0:l.get("end"))||"",match:(null===l||void 0===l?void 0:l.get("match[]"))||""},m(!0),e.prev=6,!(d=s.get(c))){e.next=11;break}return i(F(d,a)),e.abrupt("return");case 11:return e.next=13,fetch("".concat(o,"/api/v1/").concat(r,"?").concat(l),{signal:u});case 13:if(!(h=e.sent).ok){e.next=21;break}return e.next=17,h.json();case 17:p=e.sent,v=p.data,i(F(v,a)),f({type:"SET_AUTOCOMPLETE_CACHE",payload:{key:c,value:v}});case 21:e.next=26;break;case 23:e.prev=23,e.t0=e.catch(6),e.t0 instanceof Error&&"AbortError"!==e.t0.name&&(f({type:"SET_AUTOCOMPLETE_CACHE",payload:{key:c,value:[]}}),console.error(e.t0));case 26:return e.prev=26,m(!1),e.finish(26);case 29:case"end":return e.stop()}}),e,null,[[6,23,26,29]])})));return function(t){return e.apply(this,arguments)}}();return(0,r.useEffect)((function(){var e=a!==Rt.metricsql&&a!==Rt.empty;if(o&&n&&!e){D([]);var t=Vs($s(n));return T({value:g,urlSuffix:"label/__name__/values",setter:D,type:Ys.metric,params:M({"match[]":'{__name__=~".*'.concat(t,'.*"}')})}),function(){var e;return null===(e=N.current)||void 0===e?void 0:e.abort()}}}),[o,g,a,n]),(0,r.useEffect)((function(){if(o&&n&&a===Rt.label){C([]);var e=Vs(n);return T({value:g,urlSuffix:"labels",setter:C,type:Ys.label,params:M({"match[]":'{__name__="'.concat(e,'"}')})}),function(){var e;return null===(e=N.current)||void 0===e?void 0:e.abort()}}}),[o,g,a,n]),(0,r.useEffect)((function(){if(o&&n&&i&&a===Rt.labelValue){A([]);var e=Vs(n),t=Vs($s(g));return T({value:g,urlSuffix:"label/".concat(i,"/values"),setter:A,type:Ys.labelValue,params:M({"match[]":'{__name__="'.concat(e,'", ').concat(i,'=~".*').concat(t,'.*"}')})}),function(){var e;return null===(e=N.current)||void 0===e?void 0:e.abort()}}}),[o,g,a,n,i]),{metrics:w,labels:x,labelValues:E,loading:h}}({valueByContext:m,metric:f,label:d,context:h}),g=p.metrics,_=p.labels,b=p.labelValues,w=p.loading,D=(0,r.useMemo)((function(){switch(h){case Rt.metricsql:return[].concat(y(g),y(s));case Rt.label:return _;case Rt.labelValue:return b;default:return[]}}),[h,g,_,b]);return(0,r.useEffect)((function(){if(n.current){var e=window.getComputedStyle(n.current),r="".concat(e.getPropertyValue("font-size")),i="".concat(e.getPropertyValue("font-family")),a=Qc(t,"".concat(r," ").concat(i));c(a)}else c(0)}),[n,i]),Qt(qt.HY,{children:[Qt(zs,{disabledFullScreen:!0,value:m,options:(null===D||void 0===D?void 0:D.length)<Vn?D:[],anchor:n,minLength:Un[h],offset:{top:0,left:u},onSelect:function(e){var n=t.lastIndexOf(m,i[0]),r=n+m.length,o=t.substring(0,n),l=t.substring(r);if(h===Rt.labelValue){var u=!o.endsWith('"');e="".concat(u?'"':"").concat(e).concat('"')}var c="".concat(o).concat(e).concat(l);a(c)},onFoundOptions:o,maxDisplayResults:{limit:$n,message:"Please, specify the query more precisely."}}),w&&Qt("div",{className:"vm-query-editor-autocomplete",children:Qt(cr,{})})]})},Vf="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.",Yf="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.",Uf=function(e){var t=e.value,n=e.onChange,i=e.onEnter,a=e.onArrowUp,o=e.onArrowDown,l=e.autocomplete,u=e.error,c=e.stats,s=e.label,f=e.disabled,d=void 0!==f&&f,h=v((0,r.useState)(!1),2),m=h[0],p=h[1],g=v((0,r.useState)([0,0]),2),y=g[0],_=g[1],b=(0,r.useRef)(null),w=Jn(),D=[{show:"0"===(null===c||void 0===c?void 0:c.seriesFetched)&&!c.resultLength,text:Vf},{show:null===c||void 0===c?void 0:c.isPartial,text:Yf}].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(){w({type:"SET_AUTOCOMPLETE_QUICK",payload:!1})}),[t]),Qt("div",{className:"vm-query-editor",ref:b,children:[Qt(ua,{value:t,label:s,type:"textarea",autofocus:!!t,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(),a()),s&&c&&(e.preventDefault(),o()),f&&m&&e.preventDefault(),!f||l||u&&!c||m||(e.preventDefault(),i())},onChange:n,onChangeCaret:function(e){_(e)},disabled:d,inputmode:"search"}),l&&Qt($f,{value:t,anchorEl:b,caretPosition:y,onSelect:function(e){n(e)},onFoundOptions:function(e){p(!!e.length)}})]})},qf=function(e){var t,n=e.value,r=void 0!==n&&n,i=e.disabled,a=void 0!==i&&i,o=e.label,l=e.color,u=void 0===l?"secondary":l,c=e.fullWidth,s=e.onChange;return Qt("div",{className:qr()((st(t={"vm-switch":!0,"vm-switch_full-width":c,"vm-switch_disabled":a,"vm-switch_active":r},"vm-switch_".concat(u,"_active"),r),st(t,"vm-switch_".concat(u),u),t)),onClick:function(){a||s(!r)},children:[Qt("div",{className:"vm-switch-track",children:Qt("div",{className:"vm-switch-track__thumb"})}),o&&Qt("span",{className:"vm-switch__label",children:o})]})},Wf=function(e){var t=e.isMobile,n=Kn().autocomplete,r=Jn(),i=ci(),a=i.nocache,o=i.isTracingEnabled,l=si();return Jr("keydown",(function(e){var t=e.code,n=e.ctrlKey,i=e.altKey;"Space"===t&&(n||i)&&(e.preventDefault(),r({type:"SET_AUTOCOMPLETE_QUICK",payload:!0}))})),Qt("div",{className:qr()({"vm-additional-settings":!0,"vm-additional-settings_mobile":t}),children:[Qt(Ri,{title:Qt(qt.HY,{children:["Quick tip: ",Yi]}),children:Qt(qf,{label:"Autocomplete",value:n,onChange:function(){r({type:"TOGGLE_AUTOCOMPLETE"})},fullWidth:t})}),Qt(qf,{label:"Disable cache",value:a,onChange:function(){l({type:"TOGGLE_NO_CACHE"})},fullWidth:t}),Qt(qf,{label:"Trace query",value:o,onChange:function(){l({type:"TOGGLE_QUERY_TRACING"})},fullWidth:t})]})},Qf=function(){var e=yi().isMobile,t=(0,r.useRef)(null),n=Mi(!1),i=n.value,a=n.toggle,o=n.setFalse;return e?Qt(qt.HY,{children:[Qt("div",{ref:t,children:Qt(Ni,{variant:"outlined",startIcon:Qt(Ir,{}),onClick:a,ariaLabel:"additional the query settings"})}),Qt(Fi,{open:i,buttonRef:t,placement:"bottom-left",onClose:o,title:"Query settings",children:Qt(Wf,{isMobile:e})})]}):Qt(Wf,{})},Zf=function(e,t){return e.length===t.length&&e.every((function(e,n){return e===t[n]}))};var Gf=function(e){var t=e.query,n=e.favorites,i=e.onRun,a=e.onToggleFavorite,o=Ms(),l=(0,r.useMemo)((function(){return n.includes(t)}),[t,n]),u=function(){var e=ea(Ji().mark((function e(){return Ji().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 Qt("div",{className:"vm-query-history-item",children:[Qt("span",{className:"vm-query-history-item__value",children:t}),Qt("div",{className:"vm-query-history-item__buttons",children:[Qt(Ri,{title:"Execute query",children:Qt(Ni,{size:"small",variant:"text",onClick:function(){i(t)},startIcon:Qt(gr,{})})}),Qt(Ri,{title:"Copy query",children:Qt(Ni,{size:"small",variant:"text",onClick:u,startIcon:Qt(Ar,{})})}),Qt(Ri,{title:l?"Remove Favorite":"Add to Favorites",children:Qt(Ni,{size:"small",variant:"text",color:l?"warning":"primary",onClick:function(){a(t,l)},startIcon:Qt(l?jr:zr,{})})})]})]})},Kf="saved",Jf="favorite",Xf=[{label:"Session history",value:"session"},{label:"Saved history",value:Kf},{label:"Favorite queries",value:Jf}],ed=function(e){var t=e.handleSelectQuery,n=Kn().queryHistory,i=yi().isMobile,a=Mi(!1),o=a.value,l=a.setTrue,u=a.setFalse,c=v((0,r.useState)(Xf[0].value),2),s=c[0],f=c[1],d=v((0,r.useState)(Hn("QUERY_HISTORY")),2),h=d[0],m=d[1],p=v((0,r.useState)(Hn("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 Jf:return g;case Kf:return h;default:return b}}),[s,g,h,b]),D=null===w||void 0===w?void 0:w.every((function(e){return!e.length})),k=(0,r.useMemo)((function(){return s===Jf?"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=Hn("QUERY_FAVORITES")[0]||[];Zf(e,t)||Tt("QUERY_FAVORITES",JSON.stringify(g))}),[g]),Jr("storage",(function(){m(Hn("QUERY_HISTORY")),_(Hn("QUERY_FAVORITES"))})),Qt(qt.HY,{children:[Qt(Ri,{title:"Show history",children:Qt(Ni,{color:"primary",variant:"text",onClick:l,startIcon:Qt(dr,{}),ariaLabel:"Show history"})}),o&&Qt(Ii,{title:"Query history",onClose:u,children:Qt("div",{className:qr()({"vm-query-history":!0,"vm-query-history_mobile":i}),children:[Qt("div",{className:qr()({"vm-query-history__tabs":!0,"vm-section-header__tabs":!0,"vm-query-history__tabs_mobile":i}),children:Qt(ei,{activeItem:s,items:Xf,onChange:f})}),Qt("div",{className:"vm-query-history-list",children:[D&&Qt("div",{className:"vm-query-history-list__no-data",children:k}),w.map((function(e,t){return Qt("div",{children:[w.length>1&&Qt("div",{className:qr()({"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 Qt(Gf,{query:e,favorites:g.flat(),onRun:x(t),onToggleFavorite:C},n)}))]},t)})),s===Kf&&!D&&Qt("div",{className:"vm-query-history-footer",children:Qt(Ni,{color:"error",variant:"outlined",size:"small",startIcon:Qt(wr,{}),onClick:function(){Tt("QUERY_HISTORY","")},children:"clear history"})})]})]})})]})},td=function(e){var t=e.queryErrors,n=e.setQueryErrors,i=e.setHideError,a=e.stats,o=e.onHideQuery,l=e.onRunQuery,u=yi().isMobile,c=Kn(),s=c.query,f=c.queryHistory,d=c.autocomplete,h=c.autocompleteQuick,m=Jn(),p=jn(),g=v((0,r.useState)(s||[]),2),_=g[0],b=g[1],w=v((0,r.useState)([]),2),D=w[0],k=w[1],x=v((0,r.useState)(!1),2),C=x[0],S=x[1],E=da(_),A=function(){var e=Gt().serverUrl,t=function(){var t=ea(Ji().mark((function t(n){var r,i,a,o;return Ji().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,r=encodeURIComponent(n),i="".concat(e,"/prettify-query?query=").concat(r),t.next=5,fetch(i);case 5:if(200==(a=t.sent).status){t.next=8;break}return t.abrupt("return",{query:n,error:"Error requesting /prettify-query, status: "+a.status});case 8:return t.next=10,a.json();case 10:if("success"==(o=t.sent).status){t.next=13;break}return t.abrupt("return",{query:n,error:String(o.msg)});case 13:return t.abrupt("return",{query:String(o.query),error:""});case 16:if(t.prev=16,t.t0=t.catch(0),console.error(t.t0),!(t.t0 instanceof Error&&"AbortError"!==t.t0.name)){t.next=21;break}return t.abrupt("return",{query:n,error:"".concat(t.t0.name,": ").concat(t.t0.message)});case 21:return t.abrupt("return",{query:n,error:String(t.t0)});case 22:case"end":return t.stop()}}),t,null,[[0,16]])})));return function(e){return t.apply(this,arguments)}}();return t}(),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],i=!r&&e?[].concat(y(n.values),[e]):n.values;return i.length>25&&i.shift(),{index:n.values.length-Number(r),values:i}}))}),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}))}))},F=function(e,t){return function(){!function(e,t){var n=f[t],r=n.index,i=n.values,a=r+e;a<0||a>=i.length||(M(i[a]||"",t),m({type:"SET_QUERY_HISTORY_BY_INDEX",payload:{value:{values:i,index:a},queryNumber:t}}))}(e,t)}},T=function(e){return function(t){M(t,e)}},O=function(e){return function(){var t;t=e,b((function(e){return e.filter((function(e,n){return n!==t}))})),k((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 i=_.map((function(e,t){return t})).filter((function(e){return e!==t}));k((function(e){return Zf(i,e)?[]:i}))}else k((function(e){return e.includes(t)?e.filter((function(e){return e!==t})):[].concat(y(e),[t])}))}(t,e)}},P=function(){var e=ea(Ji().mark((function e(t){var r;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,A(_[t]);case 2:r=e.sent,i(!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(){E&&_.length<E.length&&N()}),[_]),(0,r.useEffect)((function(){o(D)}),[D]),(0,r.useEffect)((function(){C&&(N(),S(!1))}),[_,C]),Qt("div",{className:qr()({"vm-query-configurator":!0,"vm-block":!0,"vm-block_mobile":u}),children:[Qt("div",{className:"vm-query-configurator-list",children:_.map((function(e,n){return Qt("div",{className:qr()({"vm-query-configurator-list-row":!0,"vm-query-configurator-list-row_disabled":D.includes(n),"vm-query-configurator-list-row_mobile":u}),children:[Qt(Uf,{value:_[n],autocomplete:d||h,error:t[n],stats:a[n],onArrowUp:F(-1,n),onArrowDown:F(1,n),onEnter:N,onChange:T(n),label:"Query ".concat(n+1),disabled:D.includes(n)}),Qt(Ri,{title:D.includes(n)?"Enable query":"Disable query",children:Qt("div",{className:"vm-query-configurator-list-row__button",children:Qt(Ni,{variant:"text",color:"gray",startIcon:D.includes(n)?Qt(Sr,{}):Qt(Cr,{}),onClick:L(n),ariaLabel:"visibility query"})})}),Qt(Ri,{title:"Prettify query",children:Qt("div",{className:"vm-query-configurator-list-row__button",children:Qt(Ni,{variant:"text",color:"gray",startIcon:Qt(Er,{}),onClick:ea(Ji().mark((function e(){return Ji().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&&Qt(Ri,{title:"Remove Query",children:Qt("div",{className:"vm-query-configurator-list-row__button",children:Qt(Ni,{variant:"text",color:"error",startIcon:Qt(wr,{}),onClick:O(n),ariaLabel:"remove query"})})})]},n)}))}),Qt("div",{className:"vm-query-configurator-settings",children:[Qt(Qf,{}),Qt("div",{className:"vm-query-configurator-settings__buttons",children:[Qt(ed,{handleSelectQuery:function(e,t){M(e,t),S(!0)}}),_.length<4&&Qt(Ni,{variant:"outlined",onClick:function(){b((function(e){return[].concat(y(e),[""])}))},startIcon:Qt(Dr,{}),children:"Add Query"}),Qt(Ni,{variant:"contained",onClick:N,startIcon:Qt(vr,{}),children:u?"Execute":"Execute Query"})]})]})]})};function nd(e){var t,n,r,i=2;for("undefined"!=typeof Symbol&&(n=Symbol.asyncIterator,r=Symbol.iterator);i--;){if(n&&null!=(t=e[n]))return t.call(e);if(r&&null!=(t=e[r]))return new rd(t.call(e));n="@@asyncIterator",r="@@iterator"}throw new TypeError("Object is not async iterable")}function rd(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 rd=function(e){this.s=e,this.n=e.next},rd.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 rd(e)}var id=0,ad=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=id++;var r=t.children||[];this.tracingChildren=r.map((function(t){return new e(t,n)}))}return k(e,[{key:"queryValue",get:function(){return this.query}},{key:"idValue",get:function(){return this.id}},{key:"children",get:function(){return this.tracingChildren}},{key:"message",get:function(){return this.tracing.message}},{key:"duration",get:function(){return this.tracing.duration_msec}},{key:"JSON",get:function(){return JSON.stringify(this.tracing,null,2)}},{key:"originalJSON",get:function(){return JSON.stringify(this.originalTracing,null,2)}},{key:"setTracing",value:function(t){var n=this;this.tracing=t;var r=t.children||[];this.tracingChildren=r.map((function(t){return new e(t,n.query)}))}},{key:"setQuery",value:function(e){this.query=e}},{key:"resetTracing",value:function(){this.tracing=this.originalTracing}}]),e}(),od=function(e){var t=e.predefinedQuery,n=e.visible,i=e.display,a=e.customStep,o=e.hideQuery,l=e.showAllSeries,u=Kn().query,c=zn().period,s=ci(),f=s.displayType,d=s.nocache,h=s.isTracingEnabled,m=s.seriesLimits,p=Gt().serverUrl,g=mi().isHistogram,_=v((0,r.useState)(!1),2),b=_[0],w=_[1],D=v((0,r.useState)(),2),k=D[0],x=D[1],C=v((0,r.useState)(),2),S=C[0],E=C[1],A=v((0,r.useState)(),2),N=A[0],M=A[1],F=v((0,r.useState)(),2),T=F[0],O=F[1],L=v((0,r.useState)([]),2),P=L[0],I=L[1],R=v((0,r.useState)([]),2),B=R[0],z=R[1],j=v((0,r.useState)(),2),H=j[0],$=j[1],V=v((0,r.useState)([]),2),Y=V[0],U=V[1],q=v((0,r.useState)(!1),2),W=q[0],Q=q[1],Z=(0,r.useMemo)((function(){var e=c.end,t=c.start;return gn(e-t,g)}),[c,g]),G=function(){var e=ea(Ji().mark((function e(t){var n,r,i,a,o,l,u,c,s,f,d,h,m,p,v,g,_,b,D,k,C,S,A;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:n=t.fetchUrl,r=t.fetchQueue,i=t.displayType,a=t.query,o=t.stateSeriesLimits,l=t.showAllSeries,u=t.hideQuery,c=new AbortController,U([].concat(y(r),[c])),e.prev=3,s="chart"===i,f=l?1/0:+o[i]||1/0,d=f,h=[],m=[],p=1,v=0,g=!1,_=!1,b=!1,e.prev=14,k=Ji().mark((function e(){var t,n,r,i,o;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t=S.value,!(null===u||void 0===u?void 0:u.includes(p-1))){e.next=7;break}return I((function(e){return[].concat(y(e),[""])})),z((function(e){return[].concat(y(e),[{}])})),p++,e.abrupt("return",1);case 7:return e.next=9,fetch(t,{signal:c.signal});case 9:return n=e.sent,e.next=12,n.json();case 12:r=e.sent,n.ok?(z((function(e){return[].concat(y(e),[dt(dt({},null===r||void 0===r?void 0:r.stats),{},{isPartial:null===r||void 0===r?void 0:r.isPartial,resultLength:r.data.result.length})])})),I((function(e){return[].concat(y(e),[""])})),r.trace&&(i=new ad(r.trace,a[p-1]),m.push(i)),g=s&&is(r.data.result),o=(d=g?1/0:f)-h.length,r.data.result.slice(0,o).forEach((function(e){e.group=p,h.push(e)})),v+=r.data.result.length):(h.push({metric:{},values:[],group:p}),I((function(e){return[].concat(y(e),["".concat(r.errorType,"\r\n").concat(null===r||void 0===r?void 0:r.error)])}))),p++;case 15:case"end":return e.stop()}}),e)})),C=nd(n);case 17:return e.next=19,C.next();case 19:if(!(_=!(S=e.sent).done)){e.next=26;break}return e.delegateYield(k(),"t0",21);case 21:if(!e.t0){e.next=23;break}return e.abrupt("continue",23);case 23:_=!1,e.next=17;break;case 26:e.next=32;break;case 28:e.prev=28,e.t1=e.catch(14),b=!0,D=e.t1;case 32:if(e.prev=32,e.prev=33,!_||null==C.return){e.next=37;break}return e.next=37,C.return();case 37:if(e.prev=37,!b){e.next=40;break}throw D;case 40:return e.finish(37);case 41:return e.finish(32);case 42:A="Showing ".concat(h.length," series out of ").concat(v," series due to performance reasons. Please narrow down the query, so it returns less series"),$(v>d?A:""),s?x(h):E(h),M(m),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)}}(),K=(0,r.useCallback)(Hs()(G,300),[]),J=(0,r.useMemo)((function(){O(""),I([]),z([]);var e=null!==t&&void 0!==t?t:u,n="chart"===(i||f);if(c)if(p)if(e.every((function(e){return!e.trim()})))I(e.map((function(){return Pt.validQuery})));else{if(Ht(p)){var r=dt({},c);return r.step=a,e.map((function(e){return n?function(e,t,n,r,i){return"".concat(e,"/api/v1/query_range?query=").concat(encodeURIComponent(t),"&start=").concat(n.start,"&end=").concat(n.end,"&step=").concat(n.step).concat(r?"&nocache=1":"").concat(i?"&trace=1":"")}(p,e,r,d,h):function(e,t,n,r,i){return"".concat(e,"/api/v1/query?query=").concat(encodeURIComponent(t),"&time=").concat(n.end).concat(r?"&nocache=1":"").concat(i?"&trace=1":"")}(p,e,r,d,h)}))}O(Pt.validServer)}else O(Pt.emptyServer)}),[p,c,f,a,o]),X=v((0,r.useState)([]),2),ee=X[0],te=X[1];return(0,r.useEffect)((function(){var e=J===ee&&!!t;n&&null!==J&&void 0!==J&&J.length&&!e&&(w(!0),K({fetchUrl:J,fetchQueue:Y,displayType:i||f,query:null!==t&&void 0!==t?t:u,stateSeriesLimits:m,showAllSeries:l,hideQuery:o}),te(J))}),[J,n,m,l]),(0,r.useEffect)((function(){var e=Y.slice(0,-1);e.length&&(e.map((function(e){return e.abort()})),U(Y.filter((function(e){return!e.signal.aborted}))))}),[Y]),(0,r.useEffect)((function(){Z===a&&x([])}),[W]),{fetchUrl:J,isLoading:b,graphData:k,liveData:S,error:T,queryErrors:P,setQueryErrors:I,queryStats:B,warning:H,traces:N,isHistogram:W}},ld=function(e){var t=e.data,n=Ms(),i=(0,r.useMemo)((function(){return JSON.stringify(t,null,2)}),[t]),a=function(){var e=ea(Ji().mark((function e(){return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,n(i,"Formatted JSON has been copied");case 2:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}();return Qt("div",{className:"vm-json-view",children:[Qt("div",{className:"vm-json-view__copy",children:Qt(Ni,{variant:"outlined",onClick:a,children:"Copy JSON"})}),Qt("pre",{className:"vm-json-view__code",children:Qt("code",{children:i})})]})},ud=function(e){var t=e.yaxis,n=e.setYaxisLimits,i=e.toggleEnableLimits,a=yi().isMobile,o=(0,r.useMemo)((function(){return Object.keys(t.limits.range)}),[t.limits.range]),l=(0,r.useCallback)(Hs()((function(e,r,i){var a=t.limits.range;a[r][i]=+e,a[r][0]===a[r][1]||a[r][0]>a[r][1]||n(a)}),500),[t.limits.range]),u=function(e,t){return function(n){l(n,e,t)}};return Qt("div",{className:qr()({"vm-axes-limits":!0,"vm-axes-limits_mobile":a}),children:[Qt(qf,{value:t.limits.enable,onChange:i,label:"Fix the limits for y-axis",fullWidth:a}),Qt("div",{className:"vm-axes-limits-list",children:o.map((function(e){return Qt("div",{className:"vm-axes-limits-list__inputs",children:[Qt(ua,{label:"Min ".concat(e),type:"number",disabled:!t.limits.enable,value:t.limits.range[e][0],onChange:u(e,0)}),Qt(ua,{label:"Max ".concat(e),type:"number",disabled:!t.limits.enable,value:t.limits.range[e][1],onChange:u(e,1)})]},e)}))})]})},cd="Axes settings",sd=function(e){var t=e.yaxis,n=e.setYaxisLimits,i=e.toggleEnableLimits,a=(0,r.useRef)(null),o=(0,r.useRef)(null),l=Mi(!1),u=l.value,c=l.toggle,s=l.setFalse;return Qt("div",{className:"vm-graph-settings",children:[Qt(Ri,{title:cd,children:Qt("div",{ref:o,children:Qt(Ni,{variant:"text",startIcon:Qt(nr,{}),onClick:c,ariaLabel:"settings"})})}),Qt(Fi,{open:u,buttonRef:o,placement:"bottom-right",onClose:s,title:cd,children:Qt("div",{className:"vm-graph-settings-popper",ref:a,children:Qt("div",{className:"vm-graph-settings-popper__body",children:Qt(ud,{yaxis:t,setYaxisLimits:n,toggleEnableLimits:i})})})})]})},fd=function(e){var t=e.containerStyles,n=void 0===t?{}:t,r=e.message,i=Gt().isDarkTheme;return Qt("div",{className:qr()({"vm-spinner":!0,"vm-spinner_dark":i}),style:n&&{},children:[Qt("div",{className:"half-circle-spinner",children:[Qt("div",{className:"circle circle-1"}),Qt("div",{className:"circle circle-2"})]}),r&&Qt("div",{className:"vm-spinner__message",children:r})]})},dd=function(e){var t=e.value;return Qt("div",{className:"vm-line-progress",children:[Qt("div",{className:"vm-line-progress-track",children:Qt("div",{className:"vm-line-progress-track__thumb",style:{width:"".concat(t,"%")}})}),Qt("span",{children:[t.toFixed(2),"%"]})]})},hd=function e(t){var n=t.isRoot,i=t.trace,a=t.totalMsec,o=Gt().isDarkTheme,l=yi().isMobile,u=v((0,r.useState)({}),2),c=u[0],s=u[1],f=(0,r.useRef)(null),d=v((0,r.useState)(!1),2),h=d[0],m=d[1],p=v((0,r.useState)(!1),2),g=p[0],y=p[1],_=hn(i.duration/1e3)||"".concat(i.duration,"ms");(0,r.useEffect)((function(){if(f.current){var e=f.current,t=f.current.children[0].getBoundingClientRect().height;m(t>e.clientHeight)}}),[i]);var b,w=i.children&&!!i.children.length,D=i.duration/a*100;return Qt("div",{className:qr()({"vm-nested-nav":!0,"vm-nested-nav_root":n,"vm-nested-nav_dark":o,"vm-nested-nav_mobile":l}),children:[Qt("div",{className:qr()({"vm-nested-nav-header":!0,"vm-nested-nav-header_open":c[i.idValue]}),onClick:(b=i.idValue,function(){w&&s((function(e){return dt(dt({},e),{},st({},b,!e[b]))}))}),children:[w&&Qt("div",{className:qr()({"vm-nested-nav-header__icon":!0,"vm-nested-nav-header__icon_open":c[i.idValue]}),children:Qt(sr,{})}),Qt("div",{className:"vm-nested-nav-header__progress",children:Qt(dd,{value:D})}),Qt("div",{className:qr()({"vm-nested-nav-header__message":!0,"vm-nested-nav-header__message_show-full":g}),ref:f,children:[Qt("span",{className:"vm-nested-nav-header__message_duration",children:_}),":\xa0",Qt("span",{children:i.message})]}),Qt("div",{className:"vm-nested-nav-header-bottom",children:(h||g)&&Qt(Ni,{variant:"text",size:"small",onClick:function(e){e.stopPropagation(),y((function(e){return!e}))},children:g?"Hide":"Show full query"})})]}),c[i.idValue]&&Qt("div",{className:"vm-nested-nav__childrens",children:w&&i.children.map((function(t){return Qt(e,{trace:t,totalMsec:a},t.duration)}))})]})},md=function(e){var t=e.editable,n=void 0!==t&&t,i=e.defaultTile,a=void 0===i?"JSON":i,o=e.displayTitle,l=void 0===o||o,u=e.defaultJson,c=void 0===u?"":u,s=e.resetValue,f=void 0===s?"":s,d=e.onClose,h=e.onUpload,m=Ms(),p=yi().isMobile,g=v((0,r.useState)(c),2),y=g[0],_=g[1],b=v((0,r.useState)(a),2),w=b[0],D=b[1],k=v((0,r.useState)(""),2),x=k[0],C=k[1],S=v((0,r.useState)(""),2),E=S[0],A=S[1],N=(0,r.useMemo)((function(){try{var e=JSON.parse(y),t=e.trace||e;return t.duration_msec?(new ad(t,""),""):Pt.traceNotFound}catch(n){return n instanceof Error?n.message:"Unknown error"}}),[y]),M=function(){var e=ea(Ji().mark((function e(){return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,m(y,"Formatted JSON has been copied");case 2:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),F=function(){A(N),w.trim()||C(Pt.emptyTitle),N||x||(h(y,w),d())};return Qt("div",{className:qr()({"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&&Qt(ua,{value:w,label:"Title",error:x,onEnter:F,onChange:function(e){D(e)}}),Qt(ua,{value:y,label:"JSON",type:"textarea",error:E,autofocus:!0,onChange:function(e){A(""),_(e)},onEnter:F,disabled:!n}),Qt("div",{className:"vm-json-form-footer",children:[Qt("div",{className:"vm-json-form-footer__controls",children:[Qt(Ni,{variant:"outlined",startIcon:Qt(Ar,{}),onClick:M,children:"Copy JSON"}),f&&Qt(Ni,{variant:"text",startIcon:Qt(ir,{}),onClick:function(){_(f)},children:"Reset JSON"})]}),Qt("div",{className:"vm-json-form-footer__controls vm-json-form-footer__controls_right",children:[Qt(Ni,{variant:"outlined",color:"error",onClick:d,children:"Cancel"}),Qt(Ni,{variant:"contained",onClick:F,children:"apply"})]})]})]})},pd=function(e){var t=e.traces,n=e.jsonEditor,i=void 0!==n&&n,a=e.onDeleteClick,o=yi().isMobile,l=v((0,r.useState)(null),2),u=l[0],c=l[1],s=function(){c(null)};if(!t.length)return Qt(bi,{variant:"info",children:"Please re-run the query to see results of the tracing"});var f=function(e){return function(){a(e)}};return Qt(qt.HY,{children:[Qt("div",{className:"vm-tracings-view",children:t.map((function(e){return Qt("div",{className:"vm-tracings-view-trace vm-block vm-block_empty-padding",children:[Qt("div",{className:"vm-tracings-view-trace-header",children:[Qt("h3",{className:"vm-tracings-view-trace-header-title",children:["Trace for ",Qt("b",{className:"vm-tracings-view-trace-header-title__query",children:e.queryValue})]}),Qt(Ri,{title:"Open JSON",children:Qt(Ni,{variant:"text",startIcon:Qt(br,{}),onClick:(t=e,function(){c(t)}),ariaLabel:"open JSON"})}),Qt(Ri,{title:"Remove trace",children:Qt(Ni,{variant:"text",color:"error",startIcon:Qt(wr,{}),onClick:f(e),ariaLabel:"remove trace"})})]}),Qt("nav",{className:qr()({"vm-tracings-view-trace__nav":!0,"vm-tracings-view-trace__nav_mobile":o}),children:Qt(hd,{isRoot:!0,trace:e,totalMsec:e.duration})})]},e.idValue);var t}))}),u&&Qt(Ii,{title:u.queryValue,onClose:s,children:Qt(md,{editable:i,displayTitle:i,defaultTile:u.queryValue,defaultJson:u.JSON,resetValue:u.originalJSON,onClose:s,onUpload:function(e,t){if(i&&u)try{u.setTracing(JSON.parse(e)),u.setQuery(t),c(null)}catch(n){console.error(n)}}})})]})},vd=function(e){var t,n=e.checked,r=void 0!==n&&n,i=e.disabled,a=void 0!==i&&i,o=e.label,l=e.color,u=void 0===l?"secondary":l,c=e.onChange;return Qt("div",{className:qr()((st(t={"vm-checkbox":!0,"vm-checkbox_disabled":a,"vm-checkbox_active":r},"vm-checkbox_".concat(u,"_active"),r),st(t,"vm-checkbox_".concat(u),u),t)),onClick:function(){a||c(!r)},children:[Qt("div",{className:"vm-checkbox-track",children:Qt("div",{className:"vm-checkbox-track__thumb",children:Qt(xr,{})})}),o&&Qt("span",{className:"vm-checkbox__label",children:o})]})},gd="Table settings",yd=function(e){var t=e.columns,n=e.defaultColumns,i=void 0===n?[]:n,a=e.tableCompact,o=e.onChangeColumns,l=e.toggleTableCompact,u=yi().isMobile,c=(0,r.useRef)(null),s=Mi(!1),f=s.value,d=s.toggle,h=s.setFalse,m=(0,r.useMemo)((function(){return!t.length}),[t]),p=function(e){return function(){!function(e){o(i.includes(e)?i.filter((function(t){return t!==e})):[].concat(y(i),[e]))}(e)}};return(0,r.useEffect)((function(){Zf(t,i)||o(t)}),[t]),Qt("div",{className:"vm-table-settings",children:[Qt(Ri,{title:gd,children:Qt("div",{ref:c,children:Qt(Ni,{variant:"text",startIcon:Qt(nr,{}),onClick:d,disabled:m,ariaLabel:"table settings"})})}),Qt(Fi,{open:f,onClose:h,placement:"bottom-right",buttonRef:c,title:gd,children:Qt("div",{className:qr()({"vm-table-settings-popper":!0,"vm-table-settings-popper_mobile":u}),children:[Qt("div",{className:"vm-table-settings-popper-list vm-table-settings-popper-list_first",children:Qt(qf,{label:"Compact view",value:a,onChange:l})}),Qt("div",{className:"vm-table-settings-popper-list",children:[Qt("div",{className:"vm-table-settings-popper-list-header",children:[Qt("h3",{className:"vm-table-settings-popper-list-header__title",children:"Display columns"}),Qt(Ri,{title:"Reset to default",children:Qt(Ni,{color:"primary",variant:"text",size:"small",onClick:function(){h(),o(t)},startIcon:Qt(ir,{}),ariaLabel:"reset columns"})})]}),t.map((function(e){return Qt("div",{className:"vm-table-settings-popper-list__item",children:Qt(vd,{checked:i.includes(e),onChange:p(e),label:e,disabled:a})},e)}))]})]})})]})};function _d(e){return function(e,t){return Object.fromEntries(Object.entries(e).filter(t))}(e,(function(e){return!!e[1]||"number"===typeof e[1]}))}var bd=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}))},wd=function(e,t){return(0,r.useMemo)((function(){var n=bd(e);return t?n.filter((function(e){return t.includes(e.key)})):n}),[e,t])},Dd=["__name__"],kd=function(e){var t=e.data,n=e.displayColumns,i=Ms(),a=yi().isMobile,o=ci().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?wd([{group:0,metric:{Data:"Data"}}],["Data"]):wd(t,n),p=function(e){var t=e.__name__,n=Wr(e,Dd);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?ns(e,"",g):e.metric[t.key]||"-"})),value:e.value?e.value[1]:"-",values:e.values?e.values.map((function(e){var t=v(e,2),n=t[0],r=t[1];return"".concat(r," @").concat(n)})):[],copyValue:p(e.metric)}})),n="Value"===c,r=m.findIndex((function(e){return e.key===c}));return n||-1!==r?e.sort((function(e,t){var i=n?Number(e.value):e.metadata[r],a=n?Number(t.value):t.metadata[r];return("asc"===d?i<a:i>a)?-1:1})):e}),[m,t,c,d,o]),_=(0,r.useMemo)((function(){return y.some((function(e){return e.copyValue}))}),[y]),b=function(e){return function(){!function(e){h((function(t){return"asc"===t&&c===e?"desc":"asc"})),s(e)}(e)}};return y.length?Qt("div",{className:qr()({"vm-table-view":!0,"vm-table-view_mobile":a}),children:Qt("table",{className:"vm-table",ref:l,children:[Qt("thead",{className:"vm-table-header",children:Qt("tr",{className:"vm-table__row vm-table__row_header",children:[m.map((function(e,t){return Qt("td",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:b(e.key),children:Qt("div",{className:"vm-table-cell__content",children:[e.key,Qt("div",{className:qr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":c===e.key,"vm-table__sort-icon_desc":"desc"===d&&c===e.key}),children:Qt(fr,{})})]})},t)})),Qt("td",{className:"vm-table-cell vm-table-cell_header vm-table-cell_right vm-table-cell_sort",onClick:b("Value"),children:Qt("div",{className:"vm-table-cell__content",children:[Qt("div",{className:qr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":"Value"===c,"vm-table__sort-icon_desc":"desc"===d}),children:Qt(fr,{})}),"Value"]})}),_&&Qt("td",{className:"vm-table-cell vm-table-cell_header"})]})}),Qt("tbody",{className:"vm-table-body",children:y.map((function(e,t){return Qt("tr",{className:"vm-table__row",children:[e.metadata.map((function(e,n){return Qt("td",{className:qr()({"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)})),Qt("td",{className:"vm-table-cell vm-table-cell_right vm-table-cell_no-wrap",children:e.values.length?e.values.map((function(e){return Qt("p",{children:e},e)})):e.value}),_&&Qt("td",{className:"vm-table-cell vm-table-cell_right",children:e.copyValue&&Qt("div",{className:"vm-table-cell__content",children:Qt(Ri,{title:"Copy row",children:Qt(Ni,{variant:"text",color:"gray",size:"small",startIcon:Qt(Ar,{}),onClick:(n=e.copyValue,ea(Ji().mark((function e(){return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,i(n,"Row has been copied");case 2:case"end":return e.stop()}}),e)})))),ariaLabel:"copy row"})})})})]},t);var n}))})]})}):Qt(bi,{variant:"warning",children:"No data to show"})},xd=function(e){var t=e.text,n=e.href,r=e.children,i=e.colored,a=void 0===i||i,o=e.underlined,l=void 0!==o&&o,u=e.withIcon,c=void 0!==u&&u;return Qt("a",{href:n,className:qr()({"vm-link":!0,"vm-link_colored":a,"vm-link_underlined":l,"vm-link_with-icon":c}),target:"_blank",rel:"noreferrer",children:t||r})},Cd=Qt(xd,{text:"last_over_time",href:"https://docs.victoriametrics.com/MetricsQL.html#last_over_time",underlined:!0}),Sd=Qt(xd,{text:"instant query",href:"https://docs.victoriametrics.com/keyConcepts.html#instant-query",underlined:!0}),Ed=function(){return Qt("div",{children:[Qt("p",{children:["This tab shows ",Sd," results for the last 5 minutes ending at the selected time range."]}),Qt("p",{children:["Please wrap the query into ",Cd," if you need results over arbitrary lookbehind interval."]})]})},Ad=function(){var e=ci(),t=e.displayType,n=e.isTracingEnabled,i=Kn().query,a=zn().period,o=jn(),l=yi().isMobile;!function(){var e=Gt().tenantId,t=ci().displayType,n=Kn().query,i=zn(),a=i.duration,o=i.relativeTime,l=i.period,u=l.date,c=l.step,s=mi().customStep,f=v(ut(),2)[1],d=function(){var r={};n.forEach((function(n,i){var l,f="g".concat(i);r["".concat(f,".expr")]=n,r["".concat(f,".range_input")]=a,r["".concat(f,".end_input")]=u,r["".concat(f,".tab")]=(null===(l=ti.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(_d(r))};(0,r.useEffect)(d,[e,t,n,a,o,u,c,s]),(0,r.useEffect)(d,[])}();var u=v((0,r.useState)(),2),c=u[0],s=u[1],f=v((0,r.useState)([]),2),d=f[0],h=f[1],m=v((0,r.useState)([]),2),p=m[0],g=m[1],_=v((0,r.useState)(!i[0]),2),b=_[0],w=_[1],D=Mi(!1),k=D.value,x=D.setTrue,C=D.setFalse,S=mi(),E=S.customStep,A=S.yaxis,N=pi(),M=od({visible:!0,customStep:E,hideQuery:p,showAllSeries:k}),F=M.isLoading,T=M.liveData,O=M.graphData,L=M.error,P=M.queryErrors,I=M.setQueryErrors,R=M.queryStats,B=M.warning,z=M.traces,j=M.isHistogram,H=function(e){N({type:"SET_YAXIS_LIMITS",payload:e})},$=(0,r.useMemo)((function(){return bd(T||[]).map((function(e){return e.key}))}),[T]),V=ci().tableCompact,Y=si();return Jr("popstate",(function(){return window.location.reload()})),(0,r.useEffect)((function(){z&&h([].concat(y(d),y(z)))}),[z]),(0,r.useEffect)((function(){h([])}),[t]),(0,r.useEffect)(C,[i]),(0,r.useEffect)((function(){N({type:"SET_IS_HISTOGRAM",payload:j})}),[O]),Qt("div",{className:qr()({"vm-custom-panel":!0,"vm-custom-panel_mobile":l}),children:[Qt(td,{queryErrors:b?[]:P,setQueryErrors:I,setHideError:w,stats:R,onHideQuery:function(e){g(e)},onRunQuery:function(){w(!1)}}),n&&Qt("div",{className:"vm-custom-panel__trace",children:Qt(pd,{traces:d,onDeleteClick:function(e){var t=d.filter((function(t){return t.idValue!==e.idValue}));h(y(t))}})}),F&&Qt(fd,{}),!b&&L&&Qt(bi,{variant:"error",children:L}),!(null!==T&&void 0!==T&&T.length)&&"chart"!==t&&Qt(bi,{variant:"info",children:Qt(Ed,{})}),B&&Qt(bi,{variant:"warning",children:Qt("div",{className:qr()({"vm-custom-panel__warning":!0,"vm-custom-panel__warning_mobile":l}),children:[Qt("p",{children:B}),Qt(Ni,{color:"warning",variant:"outlined",onClick:x,children:"Show all"})]})}),Qt("div",{className:qr()({"vm-custom-panel-body":!0,"vm-custom-panel-body_mobile":l,"vm-block":!0,"vm-block_mobile":l}),children:[Qt("div",{className:"vm-custom-panel-body-header",children:[Qt(ni,{}),"chart"===t&&Qt("div",{className:"vm-custom-panel-body-header__left",children:[Qt($i,{}),Qt(sd,{yaxis:A,setYaxisLimits:H,toggleEnableLimits:function(){N({type:"TOGGLE_ENABLE_YAXIS_LIMITS"})}})]}),"table"===t&&Qt(yd,{columns:$,defaultColumns:c,onChangeColumns:s,tableCompact:V,toggleTableCompact:function(){Y({type:"TOGGLE_TABLE_COMPACT"})}})]}),O&&a&&"chart"===t&&Qt(Rs,{data:O,period:a,customStep:E,query:i,yaxis:A,setYaxisLimits:H,setPeriod:function(e){var t=e.from,n=e.to;o({type:"SET_PERIOD",payload:{from:t,to:n}})},height:l?.5*window.innerHeight:500,isHistogram:j}),T&&"code"===t&&Qt(ld,{data:T}),T&&"table"===t&&Qt(kd,{data:T,displayColumns:c})]})]})},Nd=function(e){var t=e.title,n=e.description,i=e.unit,a=e.expr,o=e.showLegend,l=e.filename,u=e.alias,c=yi().isMobile,s=zn().period,f=mi().customStep,d=jn(),h=(0,r.useRef)(null),m=v((0,r.useState)(!1),2),p=m[0],g=m[1],y=v((0,r.useState)({limits:{enable:!1,range:{1:[0,0]}}}),2),_=y[0],b=y[1],w=(0,r.useMemo)((function(){return Array.isArray(a)&&a.every((function(e){return e}))}),[a]),D=od({predefinedQuery:w?a:[],display:"chart",visible:p,customStep:f}),k=D.isLoading,x=D.graphData,C=D.error,S=D.warning,E=function(e){var t=dt({},_);t.limits.range=e,b(t)};return(0,r.useEffect)((function(){var e=new IntersectionObserver((function(e){e.forEach((function(e){return g(e.isIntersecting)}))}),{threshold:.1});return h.current&&e.observe(h.current),function(){h.current&&e.unobserve(h.current)}}),[h]),w?Qt("div",{className:"vm-predefined-panel",ref:h,children:[Qt("div",{className:"vm-predefined-panel-header",children:[Qt(Ri,{title:Qt((function(){return Qt("div",{className:"vm-predefined-panel-header__description vm-default-styles",children:[n&&Qt(qt.HY,{children:[Qt("div",{children:[Qt("span",{children:"Description:"}),Qt("div",{dangerouslySetInnerHTML:{__html:Rf.parse(n)}})]}),Qt("hr",{})]}),Qt("div",{children:[Qt("span",{children:"Queries:"}),Qt("div",{children:a.map((function(e,t){return Qt("div",{children:e},"".concat(t,"_").concat(e))}))})]})]})}),{}),children:Qt("div",{className:"vm-predefined-panel-header__info",children:Qt(ar,{})})}),Qt("h3",{className:"vm-predefined-panel-header__title",children:t||""}),Qt(sd,{yaxis:_,setYaxisLimits:E,toggleEnableLimits:function(){var e=dt({},_);e.limits.enable=!e.limits.enable,b(e)}})]}),Qt("div",{className:"vm-predefined-panel-body",children:[k&&Qt(fd,{}),C&&Qt(bi,{variant:"error",children:C}),S&&Qt(bi,{variant:"warning",children:S}),x&&Qt(Rs,{data:x,period:s,customStep:f,query:a,yaxis:_,unit:i,alias:u,showLegend:o,setYaxisLimits:E,setPeriod:function(e){var t=e.from,n=e.to;d({type:"SET_PERIOD",payload:{from:t,to:n}})},fullWidth:!1,height:c?.5*window.innerHeight:500})]})]}):Qt(bi,{variant:"error",children:[Qt("code",{children:'"expr"'})," not found. Check the configuration file ",Qt("b",{children:l}),"."]})},Md=function(e){var t=e.index,n=e.title,i=e.panels,a=e.filename,o=Xr(),l=(0,r.useMemo)((function(){return o.width/12}),[o]),u=v((0,r.useState)(!t),2),c=u[0],s=u[1],f=v((0,r.useState)([]),2),d=f[0],h=f[1];(0,r.useEffect)((function(){h(i&&i.map((function(e){return e.width||12})))}),[i]);var m=v((0,r.useState)({start:0,target:0,enable:!1}),2),p=m[0],g=m[1],y=(0,r.useCallback)((function(e){if(p.enable){var t=p.start,n=Math.ceil((t-e.clientX)/l);if(!(Math.abs(n)>=12)){var r=d.map((function(e,t){return e-(t===p.target?n:0)}));h(r)}}}),[p,l]),_=(0,r.useCallback)((function(){g(dt(dt({},p),{},{enable:!1}))}),[p]),b=function(e){return function(t){!function(e,t){g({start:e.clientX,target:t,enable:!0})}(t,e)}};return Jr("mousemove",y),Jr("mouseup",_),Qt("div",{className:"vm-predefined-dashboard",children:Qt(Ia,{defaultExpanded:c,onChange:function(e){return s(e)},title:Qt((function(){return Qt("div",{className:qr()({"vm-predefined-dashboard-header":!0,"vm-predefined-dashboard-header_open":c}),children:[(n||a)&&Qt("span",{className:"vm-predefined-dashboard-header__title",children:n||"".concat(t+1,". ").concat(a)}),i&&Qt("span",{className:"vm-predefined-dashboard-header__count",children:["(",i.length," panels)"]})]})}),{}),children:Qt("div",{className:"vm-predefined-dashboard-panels",children:Array.isArray(i)&&i.length?i.map((function(e,t){return Qt("div",{className:"vm-predefined-dashboard-panels-panel vm-block vm-block_empty-padding",style:{gridColumn:"span ".concat(d[t])},children:[Qt(Nd,{title:e.title,description:e.description,unit:e.unit,expr:e.expr,alias:e.alias,filename:a,showLegend:e.showLegend}),Qt("button",{className:"vm-predefined-dashboard-panels-panel__resizer",onMouseDown:b(t),"aria-label":"resize the panel"})]},t)})):Qt("div",{className:"vm-predefined-dashboard-panels-panel__alert",children:Qt(bi,{variant:"error",children:[Qt("code",{children:'"panels"'})," not found. Check the configuration file ",Qt("b",{children:a}),"."]})})})})})},Fd=function(){!function(){var e=zn(),t=e.duration,n=e.relativeTime,i=e.period.date,a=mi().customStep,o=Na().setSearchParamsFromKeys,l=function(){var e,r=_d((st(e={},"g0.range_input",t),st(e,"g0.end_input",i),st(e,"g0.step_input",a),st(e,"g0.relative_time",n),e));o(r)};(0,r.useEffect)(l,[t,n,i,a]),(0,r.useEffect)(l,[])}();var e=yi().isMobile,t=Ci(),n=t.dashboardsSettings,i=t.dashboardsLoading,a=t.dashboardsError,o=v((0,r.useState)(0),2),l=o[0],u=o[1],c=(0,r.useMemo)((function(){return n.map((function(e,t){return{label:e.title||"",value:t}}))}),[n]),s=(0,r.useMemo)((function(){return n[l]||{}}),[n,l]),f=(0,r.useMemo)((function(){return null===s||void 0===s?void 0:s.rows}),[s]),d=(0,r.useMemo)((function(){return s.title||s.filename||""}),[s]),h=(0,r.useMemo)((function(){return Array.isArray(f)&&!!f.length}),[f]),m=function(e){return function(){!function(e){u(e)}(e)}};return Qt("div",{className:"vm-predefined-panels",children:[i&&Qt(fd,{}),!n.length&&a&&Qt(bi,{variant:"error",children:a}),!n.length&&Qt(bi,{variant:"info",children:"Dashboards not found"}),c.length>1&&Qt("div",{className:qr()({"vm-predefined-panels-tabs":!0,"vm-predefined-panels-tabs_mobile":e}),children:c.map((function(e){return Qt("div",{className:qr()({"vm-predefined-panels-tabs__tab":!0,"vm-predefined-panels-tabs__tab_active":e.value==l}),onClick:m(e.value),children:e.label},e.value)}))}),Qt("div",{className:"vm-predefined-panels__dashboards",children:[h&&f.map((function(e,t){return Qt(Md,{index:t,filename:d,title:e.title,panels:e.panels},"".concat(l,"_").concat(t))})),!!n.length&&!h&&Qt(bi,{variant:"error",children:[Qt("code",{children:'"rows"'})," not found. Check the configuration file ",Qt("b",{children:d}),"."]})]})]})},Td=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)},Od=function(){function e(){_(this,e),this.tsdbStatus=void 0,this.tabsNames=void 0,this.isPrometheus=void 0,this.tsdbStatus=this.defaultTSDBStatus,this.tabsNames=["table","graph"],this.isPrometheus=!1,this.getDefaultState=this.getDefaultState.bind(this)}return k(e,[{key:"tsdbStatusData",get:function(){return this.tsdbStatus},set:function(e){this.isPrometheus=!(null===e||void 0===e||!e.headStats),this.tsdbStatus=e}},{key:"defaultTSDBStatus",get:function(){return{totalSeries:0,totalSeriesPrev:0,totalSeriesByAll:0,totalLabelValuePairs:0,seriesCountByMetricName:[],seriesCountByLabelName:[],seriesCountByFocusLabelValue:[],seriesCountByLabelValuePair:[],labelValueCountByLabelName:[]}}},{key:"isPrometheusData",get:function(){return this.isPrometheus}},{key:"keys",value:function(e,t){var n=e&&/__name__=".+"/.test(e),r=e&&/{.+=".+"}/g.test(e),i=e&&/__name__=".+", .+!=""/g.test(e),a=[];return a=t||i?a.concat("seriesCountByFocusLabelValue"):n?a.concat("labelValueCountByLabelName"):r?a.concat("seriesCountByMetricName","seriesCountByLabelName"):a.concat("seriesCountByMetricName","seriesCountByLabelName","seriesCountByLabelValuePair","labelValueCountByLabelName"),a}},{key:"getDefaultState",value:function(e,t){var n=this;return this.keys(e,t).reduce((function(e,t){return dt(dt({},e),{},{tabs:dt(dt({},e.tabs),{},st({},t,n.tabsNames)),containerRefs:dt(dt({},e.containerRefs),{},st({},t,(0,r.useRef)(null)))})}),{tabs:{},containerRefs:{}})}},{key:"sectionsTitles",value:function(e){return{seriesCountByMetricName:"Metric names with the highest number of series",seriesCountByLabelName:"Labels with the highest number of series",seriesCountByFocusLabelValue:'Values for "'.concat(e,'" label with the highest number of series'),seriesCountByLabelValuePair:"Label=value pairs with the highest number of series",labelValueCountByLabelName:"Labels with the highest number of unique values"}}},{key:"sectionsTips",get:function(){return{seriesCountByMetricName:"\n <p>\n This table returns a list of metrics with the highest cardinality.\n The cardinality of a metric is the number of time series associated with that metric,\n where each time series is defined as a unique combination of key-value label pairs.\n </p>\n <p>\n When looking to reduce the number of active series in your data source,\n you can start by inspecting individual metrics with high cardinality\n (i.e. that have lots of active time series associated with them),\n since that single metric contributes a large fraction of the series that make up your total series count.\n </p>",seriesCountByLabelName:"\n <p>\n This table returns a list of the labels with the highest number of series.\n </p>\n <p>\n Use this table to identify labels that are storing dimensions with high cardinality\n (many different label values).\n </p>\n <p>\n It is recommended to choose labels such that they have a finite set of values,\n since every unique combination of key-value label pairs creates a new time series\n and therefore can dramatically increase the number of time series in your system.\n </p>",seriesCountByFocusLabelValue:"\n <p>\n This table returns a list of unique label values per selected label.\n </p>\n <p>\n Use this table to identify label values that are storing per each selected series.\n </p>",labelValueCountByLabelName:"\n <p>\n This table returns a list of labels with the highest number of the unique values.\n </p>\n ",seriesCountByLabelValuePair:"\n <p>\n This table returns a list of the label values pairs with the highest number of series.\n </p>\n <p>\n Use this table to identify unique label values pairs. This helps to identify same labels \n is applied to count timeseries in your system, since every unique combination of key-value label pairs \n creates a new time series and therefore can dramatically increase the number of time series in your system\n </p>"}}},{key:"tablesHeaders",get:function(){return{seriesCountByMetricName:Ld,seriesCountByLabelName:Pd,seriesCountByFocusLabelValue:Id,seriesCountByLabelValuePair:Rd,labelValueCountByLabelName:Bd}}},{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}(),Ld=[{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:""}],Pd=[{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:""}],Id=[{id:"name",label:"Label value"},{id:"value",label:"Number of series"},{id:"percentage",label:"Share in total"},{disablePadding:!1,id:"action",label:"",numeric:!1}],Rd=[{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:""}],Bd=[{id:"name",label:"Label name"},{id:"value",label:"Number of unique values"},{id:"action",label:""}],zd={seriesCountByMetricName:function(e){var t=e.query;return jd("__name__",t)},seriesCountByLabelName:function(e){var t=e.query;return"{".concat(t,'!=""}')},seriesCountByFocusLabelValue:function(e){var t=e.query,n=e.focusLabel;return jd(n,t)},seriesCountByLabelValuePair:function(e){var t=e.query.split("="),n=t[0],r=t.slice(1).join("=");return jd(n,r)},labelValueCountByLabelName:function(e){var t=e.query,n=e.match;return""===n?"{".concat(t,'!=""}'):"".concat(n.replace("}",""),", ").concat(t,'!=""}')}},jd=function(e,t){return e?"{"+e+"="+JSON.stringify(t)+"}":""},Hd=function(e){var t,n=e.totalSeries,r=void 0===n?0:n,i=e.totalSeriesPrev,a=void 0===i?0:i,o=e.totalSeriesAll,l=void 0===o?0:o,u=e.seriesCountByMetricName,c=void 0===u?[]:u,s=e.isPrometheus,f=yi().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-a,_=Math.abs(y)/a*100,b=[{title:"Total series",value:r.toLocaleString("en-US"),dynamic:r&&a&&!s?"".concat(_.toFixed(2),"%"):"",display:!m,info:'The total number of active time series. \n A time series is uniquely identified by its name plus a set of its labels. \n For example, temperature{city="NY",country="US"} and temperature{city="SF",country="US"} \n are two distinct series, since they differ by the city label.'},{title:"Percentage from total",value:isNaN(g)?"-":"".concat(g.toFixed(2),"%"),display:p,info:"The share of these series in the total number of time series."}].filter((function(e){return e.display}));return b.length?Qt("div",{className:qr()({"vm-cardinality-totals":!0,"vm-cardinality-totals_mobile":f}),children:b.map((function(e){var t=e.title,n=e.value,r=e.info,i=e.dynamic;return Qt("div",{className:"vm-cardinality-totals-card",children:[Qt("h4",{className:"vm-cardinality-totals-card__title",children:[t,r&&Qt(Ri,{title:Qt("p",{className:"vm-cardinality-totals-card__tooltip",children:r}),children:Qt("div",{className:"vm-cardinality-totals-card__info-icon",children:Qt(ar,{})})})]}),Qt("span",{className:"vm-cardinality-totals-card__value",children:n}),!!i&&Qt(Ri,{title:"in relation to the previous day: ".concat(a.toLocaleString("en-US")),children:Qt("span",{className:qr()({"vm-dynamic-number":!0,"vm-dynamic-number_positive vm-dynamic-number_down":y<0,"vm-dynamic-number_negative vm-dynamic-number_up":y>0}),children:i})})]},t)}))}):null},$d=function(e,t){var n=v(ut(),1)[0],i=n.get(t)?n.get(t):e,a=v((0,r.useState)(i),2),o=a[0],l=a[1];return(0,r.useEffect)((function(){i!==o&&l(i)}),[i]),[o,l]},Vd=["isPrometheus","isCluster"],Yd=function(e){var t=e.isPrometheus,n=e.isCluster,i=Wr(e,Vd),a=yi().isMobile,o=v(ut(),1)[0],l=Na().setSearchParamsFromKeys,u=o.get("tips")||"",c=v($d("","match"),2),s=c[0],f=c[1],d=v($d("","focusLabel"),2),h=d[0],m=d[1],p=v($d(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]),Qt("div",{className:qr()({"vm-cardinality-configurator":!0,"vm-cardinality-configurator_mobile":a,"vm-block":!0,"vm-block_mobile":a}),children:[Qt("div",{className:"vm-cardinality-configurator-controls",children:[Qt("div",{className:"vm-cardinality-configurator-controls__query",children:Qt(ua,{label:"Time series selector",type:"string",value:s,onChange:f,onEnter:b})}),Qt("div",{className:"vm-cardinality-configurator-controls__item",children:Qt(ua,{label:"Focus label",type:"text",value:h||"",onChange:m,onEnter:b,endIcon:Qt(Ri,{title:Qt("div",{children:Qt("p",{children:"To identify values with the highest number of series for the selected label."})}),children:Qt(Or,{})})})}),Qt("div",{className:"vm-cardinality-configurator-controls__item vm-cardinality-configurator-controls__item_limit",children:Qt(ua,{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})})]}),Qt("div",{className:"vm-cardinality-configurator-bottom",children:[Qt(Hd,dt({isPrometheus:t,isCluster:n},i)),n&&Qt("div",{className:"vm-cardinality-configurator-bottom-helpful",children:Qt(xd,{href:"https://docs.victoriametrics.com/#cardinality-explorer-statistic-inaccurancy",withIcon:!0,children:[Qt(Fr,{}),"Statistic inaccuracy explanation"]})}),Qt("div",{className:"vm-cardinality-configurator-bottom-helpful",children:Qt(xd,{href:"https://docs.victoriametrics.com/#cardinality-explorer",withIcon:!0,children:[Qt(Fr,{}),"Documentation"]})}),Qt("div",{className:"vm-cardinality-configurator-bottom__execute",children:[Qt(Ri,{title:u?"Hide tips":"Show tips",children:Qt(Ni,{variant:"text",color:u?"warning":"gray",startIcon:Qt(Rr,{}),onClick:function(){var e=o.get("tips")||"";l({tips:e?"":"true"})},ariaLabel:"visibility tips"})}),Qt(Ni,{variant:"text",startIcon:Qt(ir,{}),onClick:function(){l({match:"",focusLabel:""})},children:"Reset"}),Qt(Ni,{startIcon:Qt(vr,{}),onClick:b,children:"Execute Query"})]})]})]})};function Ud(e){var t=e.order,n=e.orderBy,r=e.onRequestSort,i=e.headerCells;return Qt("thead",{className:"vm-table-header vm-cardinality-panel-table__header",children:Qt("tr",{className:"vm-table__row vm-table__row_header",children:i.map((function(e){return Qt("th",{className:qr()({"vm-table-cell vm-table-cell_header":!0,"vm-table-cell_sort":"action"!==e.id&&"percentage"!==e.id,"vm-table-cell_right":"action"===e.id}),onClick:(i=e.id,function(e){r(e,i)}),children:Qt("div",{className:"vm-table-cell__content",children:[e.info?Qt(Ri,{title:e.info,children:[Qt("div",{className:"vm-metrics-content-header__tip-icon",children:Qt(ar,{})}),e.label]}):Qt(qt.HY,{children:e.label}),"action"!==e.id&&"percentage"!==e.id&&Qt("div",{className:qr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":n===e.id,"vm-table__sort-icon_desc":"desc"===t&&n===e.id}),children:Qt(fr,{})})]})},e.id);var i}))})})}var qd=["date","timestamp","time"];function Wd(e,t,n){var r=e[n],i=t[n],o=qd.includes("".concat(n))?a()("".concat(r)).unix():r,l=qd.includes("".concat(n))?a()("".concat(i)).unix():i;return l<o?-1:l>o?1:0}function Qd(e,t){return"desc"===e?function(e,n){return Wd(e,n,t)}:function(e,n){return-Wd(e,n,t)}}function Zd(e,t){var n=e.map((function(e,t){return[e,t]}));return n.sort((function(e,n){var r=t(e[0],n[0]);return 0!==r?r:e[1]-n[1]})),n.map((function(e){return e[0]}))}var Gd=function(e){var t=e.rows,n=e.headerCells,i=e.defaultSortColumn,a=e.tableCells,o=v((0,r.useState)("desc"),2),l=o[0],u=o[1],c=v((0,r.useState)(i),2),s=c[0],f=c[1],d=Zd(t,Qd(l,s));return Qt("table",{className:"vm-table vm-cardinality-panel-table",children:[Qt(Ud,{order:l,orderBy:s,onRequestSort:function(e,t){u(s===t&&"asc"===l?"desc":"asc"),f(t)},rowCount:t.length,headerCells:n}),Qt("tbody",{className:"vm-table-header",children:d.map((function(e){return Qt("tr",{className:"vm-table__row",children:a(e)},e.name)}))})]})},Kd=function(e){var t=e.row,n=e.totalSeries,r=e.totalSeriesPrev,i=e.onActionClick,a=n>0?t.value/n*100:-1,o=r>0?t.valuePrev/r*100:-1,l=[a,o].some((function(e){return-1===e})),u=a-o,c=l?"":"".concat(u.toFixed(2),"%"),s=function(){i(t.name)};return Qt(qt.HY,{children:[Qt("td",{className:"vm-table-cell",children:Qt("span",{className:"vm-link vm-link_colored",onClick:s,children:t.name})},t.name),Qt("td",{className:"vm-table-cell",children:[t.value,!!t.diff&&Qt(Ri,{title:"in relation to the previous day: ".concat(t.valuePrev),children:Qt("span",{className:qr()({"vm-dynamic-number":!0,"vm-dynamic-number_positive":t.diff<0,"vm-dynamic-number_negative":t.diff>0}),children:["\xa0",t.diff>0?"+":"",t.diff]})})]},t.value),a>0&&Qt("td",{className:"vm-table-cell",children:Qt("div",{className:"vm-cardinality-panel-table__progress",children:[Qt(dd,{value:a}),c&&Qt(Ri,{title:"in relation to the previous day",children:Qt("span",{className:qr()({"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),Qt("td",{className:"vm-table-cell vm-table-cell_right",children:Qt("div",{className:"vm-table-cell__content",children:Qt(Ri,{title:"Filter by ".concat(t.name),children:Qt(Ni,{variant:"text",size:"small",onClick:s,children:Qt(gr,{})})})})},"action")]})},Jd=function(e){var t=e.data,n=v((0,r.useState)([]),2),i=n[0],a=n[1],o=v((0,r.useState)([0,0]),2),l=o[0],u=o[1];return(0,r.useEffect)((function(){var e=t.sort((function(e,t){return t.value-e.value})),n=function(e){var t=e.map((function(e){return e.value})),n=Math.ceil(t[0]||1),r=n/9;return new Array(11).fill(n+r).map((function(e,t){return Math.round(e-r*t)}))}(e);u(n),a(e.map((function(e){return dt(dt({},e),{},{percentage:e.value/n[0]*100})})))}),[t]),Qt("div",{className:"vm-simple-bar-chart",children:[Qt("div",{className:"vm-simple-bar-chart-y-axis",children:l.map((function(e){return Qt("div",{className:"vm-simple-bar-chart-y-axis__tick",children:e},e)}))}),Qt("div",{className:"vm-simple-bar-chart-data",children:i.map((function(e){var t=e.name,n=e.value,r=e.percentage;return Qt(Ri,{title:"".concat(t,": ").concat(n),placement:"top-center",children:Qt("div",{className:"vm-simple-bar-chart-data-item",style:{maxHeight:"".concat(r||0,"%")}})},"".concat(t,"_").concat(n))}))})]})},Xd=function(e){var t=e.rows,n=e.tabs,i=void 0===n?[]:n,a=e.chartContainer,o=e.totalSeries,l=e.totalSeriesPrev,u=e.onActionClick,c=e.sectionTitle,s=e.tip,f=e.tableHeaderCells,d=e.isPrometheus,h=yi().isMobile,m=v((0,r.useState)("table"),2),p=m[0],g=m[1],y=d&&!t.length,_=(0,r.useMemo)((function(){return i.map((function(e,t){return{value:e,label:e,icon:Qt(0===t?_r:yr,{})}}))}),[i]);return Qt("div",{className:qr()({"vm-metrics-content":!0,"vm-metrics-content_mobile":h,"vm-block":!0,"vm-block_mobile":h}),children:[Qt("div",{className:"vm-metrics-content-header vm-section-header",children:[Qt("h5",{className:qr()({"vm-metrics-content-header__title":!0,"vm-section-header__title":!0,"vm-section-header__title_mobile":h}),children:[!h&&s&&Qt(Ri,{title:Qt("p",{dangerouslySetInnerHTML:{__html:s},className:"vm-metrics-content-header__tip"}),children:Qt("div",{className:"vm-metrics-content-header__tip-icon",children:Qt(ar,{})})}),c]}),Qt("div",{className:"vm-section-header__tabs",children:Qt(ei,{activeItem:p,items:_,onChange:g})})]}),y&&Qt("div",{className:"vm-metrics-content-prom-data",children:[Qt("div",{className:"vm-metrics-content-prom-data__icon",children:Qt(ar,{})}),Qt("h3",{className:"vm-metrics-content-prom-data__title",children:"Prometheus Data Limitation"}),Qt("p",{className:"vm-metrics-content-prom-data__text",children:["Due to missing data from your Prometheus source, some tables may appear empty.",Qt("br",{}),"This does not indicate an issue with your system or our tool."]})]}),!y&&"table"===p&&Qt("div",{ref:a,className:qr()({"vm-metrics-content__table":!0,"vm-metrics-content__table_mobile":h}),children:Qt(Gd,{rows:t,headerCells:f,defaultSortColumn:"value",tableCells:function(e){return Qt(Kd,{row:e,totalSeries:o,totalSeriesPrev:l,onActionClick:u})}})}),!y&&"graph"===p&&Qt("div",{className:"vm-metrics-content__chart",children:Qt(Jd,{data:t.map((function(e){return{name:e.name,value:e.value}}))})})]})},eh=function(e){var t=e.title,n=e.children;return Qt("div",{className:"vm-cardinality-tip",children:[Qt("div",{className:"vm-cardinality-tip-header",children:[Qt("div",{className:"vm-cardinality-tip-header__tip-icon",children:Qt(Rr,{})}),Qt("h4",{className:"vm-cardinality-tip-header__title",children:t||"Tips"})]}),Qt("p",{className:"vm-cardinality-tip__description",children:n})]})},th=function(){return Qt(eh,{title:"Metrics with a high number of series",children:Qt("ul",{children:[Qt("li",{children:["Identify and eliminate labels with frequently changed values to reduce their\xa0",Qt(xd,{href:"https://docs.victoriametrics.com/FAQ.html#what-is-high-cardinality",children:"cardinality"}),"\xa0and\xa0",Qt(xd,{href:"https://docs.victoriametrics.com/FAQ.html#what-is-high-churn-rate",children:"high churn rate"})]}),Qt("li",{children:["Find unused time series and\xa0",Qt(xd,{href:"https://docs.victoriametrics.com/relabeling.html",children:"drop entire metrics"})]}),Qt("li",{children:["Aggregate time series before they got ingested into the database via\xa0",Qt(xd,{href:"https://docs.victoriametrics.com/stream-aggregation.html",children:"streaming aggregation"})]})]})})},nh=function(){return Qt(eh,{title:"Labels with a high number of unique values",children:Qt("ul",{children:[Qt("li",{children:"Decrease the number of unique label values to reduce cardinality"}),Qt("li",{children:["Drop the label entirely via\xa0",Qt(xd,{href:"https://docs.victoriametrics.com/relabeling.html",children:"relabeling"})]}),Qt("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"})]})})},rh=function(){return Qt(eh,{title:"Dashboard of a single metric",children:[Qt("p",{children:"This dashboard helps to understand the cardinality of a single metric."}),Qt("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."}),Qt("p",{children:"Use the series selector at the top of the page to apply additional filters."})]})},ih=function(){return Qt(eh,{title:"Dashboard of a label",children:[Qt("p",{children:"This dashboard helps you understand the count of time series per label."}),Qt("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."}),Qt("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."})]})},ah=function(){var e=yi().isMobile,t=v(ut(),1)[0],n=Na().setSearchParamsFromKeys,i=t.get("tips")||"",o=t.get("match")||"",l=t.get("focusLabel")||"",u=function(){var e=new Od,t=v(ut(),1)[0],n=t.get("match"),i=t.get("focusLabel"),o=+(t.get("topN")||10),l=t.get("date")||a()().tz().format(Xt),u=da(l),c=Gt().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],D=b[1],k=function(){var e=ea(Ji().mark((function e(t){var n;return Ji().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,i=e[r],a=t[r];Array.isArray(i)&&Array.isArray(a)&&i.forEach((function(e){var t,n=null===(t=a.find((function(t){return t.name===e.name})))||void 0===t?void 0:t.value;e.diff=n?e.value-n:0,e.valuePrev=n||0}))}))},C=function(){var t=ea(Ji().mark((function t(r){var i,o,s,f,h,m,g,b,w,D,C,S,E,A,N,M,F,T,O,L,P,I,R;return Ji().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),i=dt(dt({},r),{},{date:r.date,topN:0,match:"",focusLabel:""}),o=dt(dt({},r),{},{date:a()(r.date).subtract(1,"day").tz().format(Xt)}),s=[Td(c,r),Td(c,o)],u!==l&&s.push(Td(c,i)),t.prev=9,t.next=12,Promise.all(s.map(k));case 12:A=t.sent,N=v(A,3),M=N[0],F=N[1],T=N[2],O=void 0===T?{}:T,L=dt({},F.data),P=O.data,I=dt(dt({},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===(D=M.data)||void 0===D?void 0:D.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===(S=P.headStats)||void 0===S?void 0:S.numSeries)||y.totalSeriesByAll||0,totalSeriesPrev:(null===L||void 0===L?void 0:L.totalSeries)||(null===L||void 0===L||null===(E=L.headStats)||void 0===E?void 0:E.numSeries)||0}),R=null===n||void 0===n?void 0:n.replace(/[{}"]/g,""),I.seriesCountByLabelValuePair=I.seriesCountByLabelValuePair.filter((function(e){return e.name!==R})),x(I,L),_(I),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:i})}),[c,n,i,o,l]),(0,r.useEffect)((function(){m&&(_(e.defaultTSDBStatus),d(!1))}),[m]),(0,r.useEffect)((function(){var e=Dt(c);D(!!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 Qt("div",{className:qr()({"vm-cardinality-panel":!0,"vm-cardinality-panel_mobile":e}),children:[c&&Qt(fd,{message:"Please wait while cardinality stats is calculated. \n This may take some time if the db contains big number of time series."}),Qt(Yd,{isPrometheus:s.isPrometheusData,totalSeries:h.totalSeries,totalSeriesPrev:h.totalSeriesPrev,totalSeriesAll:h.totalSeriesByAll,totalLabelValuePairs:h.totalLabelValuePairs,seriesCountByMetricName:h.seriesCountByMetricName,isCluster:d}),i&&Qt("div",{className:"vm-cardinality-panel-tips",children:[!o&&!l&&Qt(th,{}),o&&!l&&Qt(rh,{}),!o&&!l&&Qt(nh,{}),l&&Qt(ih,{})]}),f&&Qt(bi,{variant:"error",children:f}),s.keys(o,l).map((function(e){return Qt(Xd,{sectionTitle:s.sectionsTitles(l)[e],tip:g[e],rows:h[e],onActionClick:(t=e,function(e){var r={match:zd[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}))]})},oh=function(e){return["topByAvgDuration","topByCount","topBySumDuration"].forEach((function(t){var n=e[t];Array.isArray(n)&&n.forEach((function(e){var t=wn(1e3*e.timeRangeSeconds);e.url=function(e,t){var n,r=e.query,i=e.timeRangeSeconds,a=["g0.expr=".concat(encodeURIComponent(r))],o=null===(n=kn.find((function(e){return e.duration===t})))||void 0===n?void 0:n.id;return o&&a.push("g0.relative_time=".concat(o)),i&&a.push("g0.range_input=".concat(t)),"".concat(gt.home,"?").concat(a.join("&"))}(e,t),e.timeRange=t}))})),e},lh=function(e){var t=e.topN,n=e.maxLifetime,i=Gt().serverUrl,a=Na().setSearchParamsFromKeys,o=v((0,r.useState)(null),2),l=o[0],u=o[1],c=v((0,r.useState)(!1),2),s=c[0],f=c[1],d=v((0,r.useState)(),2),h=d[0],m=d[1],p=(0,r.useMemo)((function(){return function(e,t,n){return"".concat(e,"/api/v1/status/top_queries?topN=").concat(t||"","&maxLifetime=").concat(n||"")}(i,t,n)}),[i,t,n]),g=function(){var e=ea(Ji().mark((function e(){var r,i;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return f(!0),a({topN:t,maxLifetime:n}),e.prev=2,e.next=5,fetch(p);case 5:return r=e.sent,e.next=8,r.json();case 8:i=e.sent,u(r.ok?oh(i):null),m(String(i.error||"")),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(2),e.t0 instanceof Error&&"AbortError"!==e.t0.name&&m("".concat(e.t0.name,": ").concat(e.t0.message));case 16:f(!1);case 17:case"end":return e.stop()}}),e,null,[[2,13]])})));return function(){return e.apply(this,arguments)}}();return{data:l,error:h,loading:s,fetch:g}},uh=function(e){var t=e.rows,n=e.columns,i=e.defaultOrderBy,a=Ms(),o=v((0,r.useState)(i||"count"),2),l=o[0],u=o[1],c=v((0,r.useState)("desc"),2),s=c[0],f=c[1],d=(0,r.useMemo)((function(){return Zd(t,Qd(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 ea(Ji().mark((function e(){return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a(t,"Query has been copied");case 2:case"end":return e.stop()}}),e)})))};return Qt("table",{className:"vm-table",children:[Qt("thead",{className:"vm-table-header",children:Qt("tr",{className:"vm-table__row vm-table__row_header",children:[n.map((function(e){return Qt("th",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:h(e.sortBy||e.key),children:Qt("div",{className:"vm-table-cell__content",children:[e.title||e.key,Qt("div",{className:qr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":l===e.key,"vm-table__sort-icon_desc":"desc"===s&&l===e.key}),children:Qt(fr,{})})]})},e.key)})),Qt("th",{className:"vm-table-cell vm-table-cell_header"})," "]})}),Qt("tbody",{className:"vm-table-body",children:d.map((function(e,t){return Qt("tr",{className:"vm-table__row",children:[n.map((function(t){return Qt("td",{className:"vm-table-cell",children:e[t.key]||"-"},t.key)})),Qt("td",{className:"vm-table-cell vm-table-cell_no-padding",children:Qt("div",{className:"vm-top-queries-panels__table-actions",children:[e.url&&Qt(Ri,{title:"Execute query",children:Qt(rt,{to:e.url,target:"_blank",rel:"noreferrer","aria-disabled":!0,children:Qt(Ni,{variant:"text",size:"small",startIcon:Qt(gr,{}),ariaLabel:"execute query"})})}),Qt(Ri,{title:"Copy query",children:Qt(Ni,{variant:"text",size:"small",startIcon:Qt(Ar,{}),onClick:m(e),ariaLabel:"copy query"})})]})})]},t)}))})]})},ch=["table","JSON"].map((function(e,t){return{value:String(t),label:e,icon:Qt(0===t?_r:br,{})}})),sh=function(e){var t=e.rows,n=e.title,i=e.columns,a=e.defaultOrderBy,o=yi().isMobile,l=v((0,r.useState)(0),2),u=l[0],c=l[1];return Qt("div",{className:qr()({"vm-top-queries-panel":!0,"vm-block":!0,"vm-block_mobile":o}),children:[Qt("div",{className:qr()({"vm-top-queries-panel-header":!0,"vm-section-header":!0,"vm-top-queries-panel-header_mobile":o}),children:[Qt("h5",{className:qr()({"vm-section-header__title":!0,"vm-section-header__title_mobile":o}),children:n}),Qt("div",{className:"vm-section-header__tabs",children:Qt(ei,{activeItem:String(u),items:ch,onChange:function(e){c(+e)}})})]}),Qt("div",{className:qr()({"vm-top-queries-panel__table":!0,"vm-top-queries-panel__table_mobile":o}),children:[0===u&&Qt(uh,{rows:t,columns:i,defaultOrderBy:a}),1===u&&Qt(ld,{data:t})]})]})},fh=function(){var e=yi().isMobile,t=v($d(10,"topN"),2),n=t[0],i=t[1],o=v($d("10m","maxLifetime"),2),l=o[0],u=o[1],c=lh({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=pn(t);return n?dt(dt({},e),n):dt({},e)}),{});return!!a().duration(e).asMilliseconds()}),[l]),p=(0,r.useMemo)((function(){return!!n&&n<1}),[n]),g=(0,r.useMemo)((function(){return p?"Number must be bigger than zero":""}),[p]),y=(0,r.useMemo)((function(){return m?"":"Invalid duration value"}),[m]),_=function(e){if(!s)return e;var t=s[e];return"number"===typeof t?Wc(t,t,t):t||e},b=function(e){"Enter"===e.key&&h()};return(0,r.useEffect)((function(){s&&(n||i(+s.topN),l||u(s.maxLifetime))}),[s]),(0,r.useEffect)((function(){return h(),window.addEventListener("popstate",h),function(){window.removeEventListener("popstate",h)}}),[]),Qt("div",{className:qr()({"vm-top-queries":!0,"vm-top-queries_mobile":e}),children:[d&&Qt(fd,{containerStyles:{height:"500px"}}),Qt("div",{className:qr()({"vm-top-queries-controls":!0,"vm-block":!0,"vm-block_mobile":e}),children:[Qt("div",{className:"vm-top-queries-controls-fields",children:[Qt("div",{className:"vm-top-queries-controls-fields__item",children:Qt(ua,{label:"Max lifetime",value:l,error:y,helperText:"For example ".concat("30ms, 15s, 3d4h, 1y2w"),onChange:function(e){u(e)},onKeyDown:b})}),Qt("div",{className:"vm-top-queries-controls-fields__item",children:Qt(ua,{label:"Number of returned queries",type:"number",value:n||"",error:g,onChange:function(e){i(+e)},onKeyDown:b})})]}),Qt("div",{className:qr()({"vm-top-queries-controls-bottom":!0,"vm-top-queries-controls-bottom_mobile":e}),children:[Qt("div",{className:"vm-top-queries-controls-bottom__info",children:["VictoriaMetrics tracks the last\xa0",Qt(Ri,{title:"search.queryStats.lastQueriesCount",children:Qt("b",{children:_("search.queryStats.lastQueriesCount")})}),"\xa0queries with durations at least\xa0",Qt(Ri,{title:"search.queryStats.minQueryDuration",children:Qt("b",{children:_("search.queryStats.minQueryDuration")})})]}),Qt("div",{className:"vm-top-queries-controls-bottom__button",children:Qt(Ni,{startIcon:Qt(vr,{}),onClick:h,children:"Execute"})})]})]}),f&&Qt(bi,{variant:"error",children:f}),s&&Qt(qt.HY,{children:Qt("div",{className:"vm-top-queries-panels",children:[Qt(sh,{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"}),Qt(sh,{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"}),Qt(sh,{rows:s.topByCount,title:"Most frequently executed queries",columns:[{key:"query"},{key:"timeRange",sortBy:"timeRangeSeconds",title:"query time interval"},{key:"count"}]})]})})]})},dh={"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)"},hh={"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)"},mh=function(){var e=v((0,r.useState)(jt()),2),t=e[0],n=e[1],i=function(e){n(e.matches)};return(0,r.useEffect)((function(){var e=window.matchMedia("(prefers-color-scheme: dark)");return e.addEventListener("change",i),function(){return e.removeEventListener("change",i)}}),[]),t},ph=["primary","secondary","error","warning","info","success"],vh=function(e){var t,n=e.onLoaded,i=_t(),a=yt().palette,o=void 0===a?{}:a,l=Gt().theme,u=mh(),c=Kt(),s=Xr(),f=v((0,r.useState)((st(t={},It.dark,dh),st(t,It.light,hh),st(t,It.system,jt()?dh:hh),t)),2),d=f[0],h=f[1],m=function(){var e=window,t=e.innerWidth,n=e.innerHeight,r=document.documentElement,i=r.clientWidth,a=r.clientHeight;zt("scrollbar-width","".concat(t-i,"px")),zt("scrollbar-height","".concat(n-a,"px")),zt("vh","".concat(.01*n,"px"))},p=function(){ph.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"}(Bt("color-".concat(e)));zt("".concat(e,"-text"),r),t===ph.length-1&&(c({type:"SET_DARK_THEME"}),n(!0))}))},g=function(){var e=Ot("THEME")||It.system,t=d[e];Object.entries(t).forEach((function(e){var t=v(e,2),n=t[0],r=t[1];zt(n,r)})),p(),i&&(ph.forEach((function(e){var t=o[e];t&&zt("color-".concat(e),t)})),p())};return(0,r.useEffect)((function(){m(),g()}),[d]),(0,r.useEffect)(m,[s]),(0,r.useEffect)((function(){var e=jt()?dh:hh;d[It.system]!==e?h((function(t){return dt(dt({},t),{},st({},It.system,e))})):g()}),[l,u]),(0,r.useEffect)((function(){i&&c({type:"SET_THEME",payload:It.light})}),[]),null},gh=function(){var e=v((0,r.useState)([]),2),t=e[0],n=e[1],i=v((0,r.useState)(!1),2),a=i[0],o=i[1],l=(0,r.useRef)(document.body),u=function(e){e.preventDefault(),e.stopPropagation(),"dragenter"===e.type||"dragover"===e.type?o(!0):"dragleave"===e.type&&o(!1)};return Jr("dragenter",u,l),Jr("dragleave",u,l),Jr("dragover",u,l),Jr("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),Jr("paste",(function(e){var t,r=null===(t=e.clipboardData)||void 0===t?void 0:t.items;if(r){var i=Array.from(r).filter((function(e){return"application/json"===e.type})).map((function(e){return e.getAsFile()})).filter((function(e){return null!==e}));n(i)}}),l),{files:t,dragging:a}},yh=function(e){var t=e.onOpenModal,n=e.onChange;return Qt("div",{className:"vm-trace-page-controls",children:[Qt(Ni,{variant:"outlined",onClick:t,children:"Paste JSON"}),Qt(Ri,{title:"The file must contain tracing information in JSON format",children:Qt(Ni,{children:["Upload Files",Qt("input",{id:"json",type:"file",accept:"application/json",multiple:!0,title:" ",onChange:n})]})})]})},_h=function(){var e=v((0,r.useState)([]),2),t=e[0],n=e[1],i=v((0,r.useState)([]),2),a=i[0],o=i[1],l=(0,r.useMemo)((function(){return!!t.length}),[t]),u=Mi(!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),i=r.trace||r;if(!i.duration_msec)return void d(new Error(Pt.traceNotFound),t);var a=new ad(i,t);n((function(e){return[a].concat(y(e))}))}catch(o){o instanceof Error&&d(o,t)}},m=function(e){e.map((function(e){var t=new FileReader,n=(null===e||void 0===e?void 0:e.name)||"";t.onload=function(e){var t,r=String(null===(t=e.target)||void 0===t?void 0:t.result);h(r,n)},t.readAsText(e)}))},p=function(e){o([]);var t=Array.from(e.target.files||[]);m(t),e.target.value=""},g=function(e){return function(){!function(e){o((function(t){return t.filter((function(t,n){return n!==e}))}))}(e)}},_=gh(),b=_.files,w=_.dragging;return(0,r.useEffect)((function(){m(b)}),[b]),Qt("div",{className:"vm-trace-page",children:[Qt("div",{className:"vm-trace-page-header",children:[Qt("div",{className:"vm-trace-page-header-errors",children:a.map((function(e,t){return Qt("div",{className:"vm-trace-page-header-errors-item",children:[Qt(bi,{variant:"error",children:[Qt("b",{className:"vm-trace-page-header-errors-item__filename",children:e.filename}),Qt("span",{children:e.text})]}),Qt(Ni,{className:"vm-trace-page-header-errors-item__close",startIcon:Qt(rr,{}),variant:"text",color:"error",onClick:g(t)})]},"".concat(e,"_").concat(t))}))}),Qt("div",{children:l&&Qt(yh,{onOpenModal:s,onChange:p})})]}),l&&Qt("div",{children:Qt(pd,{jsonEditor:!0,traces:t,onDeleteClick:function(e){var r=t.filter((function(t){return t.idValue!==e.idValue}));n(y(r))}})}),!l&&Qt("div",{className:"vm-trace-page-preview",children:[Qt("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",Qt("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."]}),Qt(yh,{onOpenModal:s,onChange:p})]}),c&&Qt(Ii,{title:"Paste JSON",onClose:f,children:Qt(md,{editable:!0,displayTitle:!0,defaultTile:"JSON ".concat(t.length+1),onClose:f,onUpload:h})}),w&&Qt("div",{className:"vm-trace-page__dropzone"})]})},bh=function(e){var t=Gt().serverUrl,n=zn().period,i=v((0,r.useState)([]),2),a=i[0],o=i[1],l=v((0,r.useState)(!1),2),u=l[0],c=l[1],s=v((0,r.useState)(),2),f=s[0],d=s[1],h=(0,r.useMemo)((function(){return function(e,t,n){var r="{job=".concat(JSON.stringify(n),"}");return"".concat(e,"/api/v1/label/instance/values?match[]=").concat(encodeURIComponent(r),"&start=").concat(t.start,"&end=").concat(t.end)}(t,n,e)}),[t,n,e]);return(0,r.useEffect)((function(){if(e){var t=function(){var e=ea(Ji().mark((function e(){var t,n,r;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return c(!0),e.prev=1,e.next=4,fetch(h);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],o(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?d(void 0):d("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&d("".concat(e.t0.name,": ").concat(e.t0.message));case 16:c(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();t().catch(console.error)}}),[h]),{instances:a,isLoading:u,error:f}},wh=function(e,t){var n=Gt().serverUrl,i=zn().period,a=v((0,r.useState)([]),2),o=a[0],l=a[1],u=v((0,r.useState)(!1),2),c=u[0],s=u[1],f=v((0,r.useState)(),2),d=f[0],h=f[1],m=(0,r.useMemo)((function(){return function(e,t,n,r){var i=Object.entries({job:n,instance:r}).filter((function(e){return e[1]})).map((function(e){var t=v(e,2),n=t[0],r=t[1];return"".concat(n,"=").concat(JSON.stringify(r))})).join(","),a="{".concat(i,"}");return"".concat(e,"/api/v1/label/__name__/values?match[]=").concat(encodeURIComponent(a),"&start=").concat(t.start,"&end=").concat(t.end)}(n,i,e,t)}),[n,i,e,t]);return(0,r.useEffect)((function(){if(e){var t=function(){var e=ea(Ji().mark((function e(){var t,n,r;return Ji().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}},Dh=function(e){var t=e.name,n=e.job,i=e.instance,a=e.rateEnabled,o=e.isBucket,l=e.height,u=yi().isMobile,c=mi(),s=c.customStep,f=c.yaxis,d=zn().period,h=pi(),m=jn(),p=gn(d.end-d.start),g=vn(s),y=wn(10*g*1e3),_=v((0,r.useState)(!1),2),b=_[0],w=_[1],D=b&&s===p?y:s,k=Mi(!1),x=k.value,C=k.setTrue,S=(0,r.useMemo)((function(){var e=Object.entries({job:n,instance:i}).filter((function(e){return e[1]})).map((function(e){var t=v(e,2),n=t[0],r=t[1];return"".concat(n,"=").concat(JSON.stringify(r))}));e.push("__name__=".concat(JSON.stringify(t))),"node_cpu_seconds_total"==t&&e.push('mode!="idle"');var r="{".concat(e.join(","),"}");if(o)return"sum(rate(".concat(r,")) by (vmrange, le)");var l=a?"rollup_rate(".concat(r,")"):"rollup(".concat(r,")");return"\nwith (q = ".concat(l,') (\n alias(min(label_match(q, "rollup", "min")), "min"),\n alias(max(label_match(q, "rollup", "max")), "max"),\n alias(avg(label_match(q, "rollup", "avg")), "avg"),\n)')}),[t,n,i,a,o]),E=od({predefinedQuery:[S],visible:!0,customStep:D,showAllSeries:x}),A=E.isLoading,N=E.graphData,M=E.error,F=E.queryErrors,T=E.warning,O=E.isHistogram;return(0,r.useEffect)((function(){w(O)}),[O]),Qt("div",{className:qr()({"vm-explore-metrics-graph":!0,"vm-explore-metrics-graph_mobile":u}),children:[A&&Qt(fd,{}),M&&Qt(bi,{variant:"error",children:M}),F[0]&&Qt(bi,{variant:"error",children:F[0]}),T&&Qt(bi,{variant:"warning",children:Qt("div",{className:"vm-explore-metrics-graph__warning",children:[Qt("p",{children:T}),Qt(Ni,{color:"warning",variant:"outlined",onClick:C,children:"Show all"})]})}),N&&d&&Qt(Rs,{data:N,period:d,customStep:D,query:[S],yaxis:f,setYaxisLimits:function(e){h({type:"SET_YAXIS_LIMITS",payload:e})},setPeriod:function(e){var t=e.from,n=e.to;m({type:"SET_PERIOD",payload:{from:t,to:n}})},showLegend:!1,height:l,isHistogram:O})]})},kh=function(e){var t=e.name,n=e.index,r=e.length,i=e.isBucket,a=e.rateEnabled,o=e.onChangeRate,l=e.onRemoveItem,u=e.onChangeOrder,c=yi().isMobile,s=Mi(!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 Qt("div",c?{className:"vm-explore-metrics-item-header vm-explore-metrics-item-header_mobile",children:[Qt("div",{className:"vm-explore-metrics-item-header__name",children:t}),Qt(Ni,{variant:"text",size:"small",startIcon:Qt(Pr,{}),onClick:d,ariaLabel:"open panel settings"}),f&&Qt(Ii,{title:t,onClose:h,children:Qt("div",{className:"vm-explore-metrics-item-header-modal",children:[Qt("div",{className:"vm-explore-metrics-item-header-modal-order",children:[Qt(Ni,{startIcon:Qt(kr,{}),variant:"outlined",onClick:v,disabled:0===n,ariaLabel:"move graph up"}),Qt("p",{children:["position:",Qt("span",{className:"vm-explore-metrics-item-header-modal-order__index",children:["#",n+1]})]}),Qt(Ni,{endIcon:Qt(Dr,{}),variant:"outlined",onClick:p,disabled:n===r-1,ariaLabel:"move graph down"})]}),!i&&Qt("div",{className:"vm-explore-metrics-item-header-modal__rate",children:[Qt(qf,{label:Qt("span",{children:["enable ",Qt("code",{children:"rate()"})]}),value:a,onChange:o,fullWidth:!0}),Qt("p",{children:"calculates the average per-second speed of metrics change"})]}),Qt(Ni,{startIcon:Qt(rr,{}),color:"error",variant:"outlined",onClick:m,fullWidth:!0,children:"Remove graph"})]})})]}:{className:"vm-explore-metrics-item-header",children:[Qt("div",{className:"vm-explore-metrics-item-header-order",children:[Qt(Ri,{title:"move graph up",children:Qt(Ni,{className:"vm-explore-metrics-item-header-order__up",startIcon:Qt(sr,{}),variant:"text",color:"gray",size:"small",onClick:v,ariaLabel:"move graph up"})}),Qt("div",{className:"vm-explore-metrics-item-header__index",children:["#",n+1]}),Qt(Ri,{title:"move graph down",children:Qt(Ni,{className:"vm-explore-metrics-item-header-order__down",startIcon:Qt(sr,{}),variant:"text",color:"gray",size:"small",onClick:p,ariaLabel:"move graph down"})})]}),Qt("div",{className:"vm-explore-metrics-item-header__name",children:t}),!i&&Qt("div",{className:"vm-explore-metrics-item-header__rate",children:Qt(Ri,{title:"calculates the average per-second speed of metric's change",children:Qt(qf,{label:Qt("span",{children:["enable ",Qt("code",{children:"rate()"})]}),value:a,onChange:o})})}),Qt("div",{className:"vm-explore-metrics-item-header__close",children:Qt(Ri,{title:"close graph",children:Qt(Ni,{startIcon:Qt(rr,{}),variant:"text",color:"gray",size:"small",onClick:m,ariaLabel:"close graph"})})})]})},xh=function(e){var t=e.name,n=e.job,i=e.instance,a=e.index,o=e.length,l=e.size,u=e.onRemoveItem,c=e.onChangeOrder,s=(0,r.useMemo)((function(){return/_sum?|_total?|_count?/.test(t)}),[t]),f=(0,r.useMemo)((function(){return/_bucket?/.test(t)}),[t]),d=v((0,r.useState)(s),2),h=d[0],m=d[1],p=Xr(),g=(0,r.useMemo)(l.height,[l,p]);return(0,r.useEffect)((function(){m(s)}),[n]),Qt("div",{className:"vm-explore-metrics-item vm-block vm-block_empty-padding",children:[Qt(kh,{name:t,index:a,length:o,isBucket:f,rateEnabled:h,size:l.id,onChangeRate:m,onRemoveItem:u,onChangeOrder:c}),Qt(Dh,{name:t,job:n,instance:i,rateEnabled:h,isBucket:f,height:g},"".concat(t,"_").concat(n,"_").concat(i,"_").concat(h))]})},Ch=function(e){var t=e.values,n=e.onRemoveItem,r=yi().isMobile;return r?Qt("span",{className:"vm-select-input-content__counter",children:["selected ",t.length]}):Qt(qt.HY,{children:t.map((function(e){return Qt("div",{className:"vm-select-input-content__selected",children:[Qt("span",{children:e}),Qt("div",{onClick:(t=e,function(e){n(t),e.stopPropagation()}),children:Qt(rr,{})})]},e);var t}))})},Sh=function(e){var t=e.value,n=e.list,i=e.label,a=e.placeholder,o=e.noOptionsText,l=e.clearable,u=void 0!==l&&l,c=e.searchable,s=void 0!==c&&c,f=e.autofocus,d=e.onChange,h=Gt().isDarkTheme,m=yi().isMobile,p=v((0,r.useState)(""),2),g=p[0],y=p[1],_=(0,r.useRef)(null),b=v((0,r.useState)(!1),2),w=b[0],D=b[1],k=(0,r.useRef)(null),x=Array.isArray(t),C=Array.isArray(t)?t:void 0,S=m&&x&&!(null===C||void 0===C||!C.length),E=(0,r.useMemo)((function(){return w?g:Array.isArray(t)?"":t}),[t,g,w,x]),A=(0,r.useMemo)((function(){return w?g||"(.+)":""}),[g,w]),N=function(){k.current&&k.current.blur()},M=function(e){d(e),x||(D(!1),N()),x&&k.current&&k.current.focus()};return(0,r.useEffect)((function(){y(""),w&&k.current&&k.current.focus(),w||N()}),[w,k]),(0,r.useEffect)((function(){f&&k.current&&!m&&k.current.focus()}),[f,k]),Jr("keyup",(function(e){k.current!==e.target&&D(!1)})),Qt("div",{className:qr()({"vm-select":!0,"vm-select_dark":h}),children:[Qt("div",{className:"vm-select-input",onClick:function(e){e.target instanceof HTMLInputElement||D((function(e){return!e}))},ref:_,children:[Qt("div",{className:"vm-select-input-content",children:[!(null===C||void 0===C||!C.length)&&Qt(Ch,{values:C,onRemoveItem:M}),!S&&Qt("input",{value:E,type:"text",placeholder:a,onInput:function(e){y(e.target.value)},onFocus:function(){D(!0)},ref:k,readOnly:m||!s})]}),i&&Qt("span",{className:"vm-text-field__label",children:i}),u&&t&&Qt("div",{className:"vm-select-input__icon",onClick:function(e){return function(t){M(e),t.stopPropagation()}}(""),children:Qt(rr,{})}),Qt("div",{className:qr()({"vm-select-input__icon":!0,"vm-select-input__icon_open":w}),children:Qt(fr,{})})]}),Qt(zs,{label:i,value:A,options:n.map((function(e){return{value:e}})),anchor:_,selected:C,minLength:1,fullWidth:!0,noOptionsText:o,onSelect:M,onOpenAutocomplete:D})]})},Eh=Nt.map((function(e){return e.id})),Ah=function(e){var t=e.jobs,n=e.instances,i=e.names,a=e.job,o=e.instance,l=e.size,u=e.selectedMetrics,c=e.onChangeJob,s=e.onChangeInstance,f=e.onToggleMetric,d=e.onChangeSize,h=(0,r.useMemo)((function(){return a?"":"No instances. Please select job"}),[a]),m=(0,r.useMemo)((function(){return a?"":"No metric names. Please select job"}),[a]),p=yi().isMobile,v=Mi("false"!==Ot("EXPLORE_METRICS_TIPS")),g=v.value,y=v.toggle,_=v.setFalse;return(0,r.useEffect)((function(){Tt("EXPLORE_METRICS_TIPS","".concat(g))}),[g]),Qt(qt.HY,{children:[Qt("div",{className:qr()({"vm-explore-metrics-header":!0,"vm-explore-metrics-header_mobile":p,"vm-block":!0,"vm-block_mobile":p}),children:[Qt("div",{className:"vm-explore-metrics-header__job",children:Qt(Sh,{value:a,list:t,label:"Job",placeholder:"Please select job",onChange:c,autofocus:!a,searchable:!0})}),Qt("div",{className:"vm-explore-metrics-header__instance",children:Qt(Sh,{value:o,list:n,label:"Instance",placeholder:"Please select instance",onChange:s,noOptionsText:h,clearable:!0,searchable:!0})}),Qt("div",{className:"vm-explore-metrics-header__size",children:[Qt(Sh,{label:"Size graphs",value:l,list:Eh,onChange:d}),Qt(Ri,{title:"".concat(g?"Hide":"Show"," tip"),children:Qt(Ni,{variant:"text",color:g?"warning":"gray",startIcon:Qt(Rr,{}),onClick:y,ariaLabel:"visibility tips"})})]}),Qt("div",{className:"vm-explore-metrics-header-metrics",children:Qt(Sh,{label:"Metrics",value:u,list:i,placeholder:"Search metric name",onChange:f,noOptionsText:m,clearable:!0,searchable:!0})})]}),g&&Qt(bi,{variant:"warning",children:Qt("div",{className:"vm-explore-metrics-header-description",children:[Qt("p",{children:["Please note: this page is solely designed for exploring Prometheus metrics. Prometheus metrics always contain ",Qt("code",{children:"job"})," and ",Qt("code",{children:"instance"})," labels (see ",Qt("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. ",Qt("br",{}),"Please use this page for Prometheus metrics only, in accordance with their naming conventions."]}),Qt(Ni,{variant:"text",size:"small",startIcon:Qt(rr,{}),onClick:_,ariaLabel:"close tips"})]})})]})},Nh=Ft("job",""),Mh=Ft("instance",""),Fh=Ft("metrics",""),Th=Ft("size",""),Oh=Nt.find((function(e){return Th?e.id===Th:e.isDefault}))||Nt[0],Lh=function(){var e=v((0,r.useState)(Nh),2),t=e[0],n=e[1],i=v((0,r.useState)(Mh),2),a=i[0],o=i[1],l=v((0,r.useState)(Fh?Fh.split("&"):[]),2),u=l[0],c=l[1],s=v((0,r.useState)(Oh),2),f=s[0],d=s[1];!function(e){var t=e.job,n=e.instance,i=e.metrics,a=e.size,o=zn(),l=o.duration,u=o.relativeTime,c=o.period.date,s=mi().customStep,f=Na().setSearchParamsFromKeys,d=function(){var e,r=_d((st(e={},"g0.range_input",l),st(e,"g0.end_input",c),st(e,"g0.step_input",s),st(e,"g0.relative_time",u),st(e,"size",a),st(e,"job",t),st(e,"instance",n),st(e,"metrics",i),e));f(r)};(0,r.useEffect)(d,[l,u,c,s,t,n,i,a]),(0,r.useEffect)(d,[])}({job:t,instance:a,metrics:u.join("&"),size:f.id});var h=function(){var e=Gt().serverUrl,t=zn().period,n=v((0,r.useState)([]),2),i=n[0],a=n[1],o=v((0,r.useState)(!1),2),l=o[0],u=o[1],c=v((0,r.useState)(),2),s=c[0],f=c[1],d=(0,r.useMemo)((function(){return function(e,t){return"".concat(e,"/api/v1/label/job/values?start=").concat(t.start,"&end=").concat(t.end)}(e,t)}),[e,t]);return(0,r.useEffect)((function(){var e=function(){var e=ea(Ji().mark((function e(){var t,n,r;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return u(!0),e.prev=1,e.next=4,fetch(d);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],a(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?f(void 0):f("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&f("".concat(e.t0.name,": ").concat(e.t0.message));case 16:u(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();e().catch(console.error)}),[d]),{jobs:i,isLoading:l,error:s}}(),m=h.jobs,p=h.isLoading,g=h.error,_=bh(t),b=_.instances,w=_.isLoading,D=_.error,k=wh(t,a),x=k.names,C=k.isLoading,S=k.error,E=(0,r.useMemo)((function(){return p||w||C}),[p,w,C]),A=(0,r.useMemo)((function(){return g||D||S}),[g,D,S]),N=function(e){c(e?function(t){return t.includes(e)?t.filter((function(t){return t!==e})):[].concat(y(t),[e])}:[])},M=function(e,t,n){var r=n>u.length-1;n<0||r||c((function(e){var r=y(e),i=v(r.splice(t,1),1)[0];return r.splice(n,0,i),r}))};return(0,r.useEffect)((function(){a&&b.length&&!b.includes(a)&&o("")}),[b,a]),Qt("div",{className:"vm-explore-metrics",children:[Qt(Ah,{jobs:m,instances:b,names:x,job:t,size:f.id,instance:a,selectedMetrics:u,onChangeJob:n,onChangeSize:function(e){var t=Nt.find((function(t){return t.id===e}));t&&d(t)},onChangeInstance:o,onToggleMetric:N}),E&&Qt(fd,{}),A&&Qt(bi,{variant:"error",children:A}),!t&&Qt(bi,{variant:"info",children:"Please select job to see list of metric names."}),t&&!u.length&&Qt(bi,{variant:"info",children:"Please select metric names to see the graphs."}),Qt("div",{className:"vm-explore-metrics-body",children:u.map((function(e,n){return Qt(xh,{name:e,job:t,instance:a,index:n,length:u.length,size:f,onRemoveItem:N,onChangeOrder:M},e)}))})]})},Ph=function(){var t=Ms();return Qt("div",{className:"vm-preview-icons",children:Object.entries(e).map((function(e){var n,r=v(e,2),i=r[0],a=r[1];return Qt("div",{className:"vm-preview-icons-item",onClick:(n=i,ea(Ji().mark((function e(){return Ji().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:[Qt("div",{className:"vm-preview-icons-item__svg",children:a()}),Qt("div",{className:"vm-preview-icons-item__name",children:"<".concat(i,"/>")})]},i)}))})},Ih=function(e){return e.copy="Copy",e.copied="Copied",e}(Ih||{}),Rh=function(e){var t=e.code,n=v((0,r.useState)(Ih.copy),2),i=n[0],a=n[1];return(0,r.useEffect)((function(){var e=null;return i===Ih.copied&&(e=setTimeout((function(){return a(Ih.copy)}),1e3)),function(){e&&clearTimeout(e)}}),[i]),Qt("code",{className:"vm-code-example",children:[t,Qt("div",{className:"vm-code-example__copy",children:Qt(Ri,{title:i,children:Qt(Ni,{size:"small",variant:"text",onClick:function(){navigator.clipboard.writeText(t),a(Ih.copied)},startIcon:Qt(Ar,{}),ariaLabel:"close"})})})]})},Bh=function(){return Qt("a",{className:"vm-link vm-link_colored",href:"https://docs.victoriametrics.com/MetricsQL.html",target:"_blank",rel:"help noreferrer",children:"MetricsQL"})},zh=function(){return Qt("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"})},jh=function(){return Qt("section",{className:"vm-with-template-tutorial",children:[Qt("h2",{className:"vm-with-template-tutorial__title",children:["Tutorial for WITH expressions in ",Qt(Bh,{})]}),Qt("div",{className:"vm-with-template-tutorial-section",children:[Qt("p",{className:"vm-with-template-tutorial-section__text",children:["Let's look at the following real query from ",Qt(zh,{})," dashboard:"]}),Qt(Rh,{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'}),Qt("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? :)"})]}),Qt("div",{className:"vm-with-template-tutorial-section",children:[Qt("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:"}),Qt(Rh,{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'})]}),Qt("div",{className:"vm-with-template-tutorial-section",children:[Qt("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:"]}),Qt(Rh,{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)'}),Qt("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."})]}),Qt("div",{className:"vm-with-template-tutorial-section",children:[Qt("p",{className:"vm-with-template-tutorial-section__text",children:["Let's take another nice query from ",Qt(zh,{})," dashboard:"]}),Qt(Rh,{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)'}),Qt("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."})]}),Qt("div",{className:"vm-with-template-tutorial-section",children:[Qt("p",{className:"vm-with-template-tutorial-section__text",children:"1. Extract common filters used in multiple places into a commonFilters variable:"}),Qt(Rh,{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)'})]}),Qt("div",{className:"vm-with-template-tutorial-section",children:[Qt("p",{className:"vm-with-template-tutorial-section__text",children:'2. Extract "count(count(...) by (cpu))" into cpuCount variable:'}),Qt(Rh,{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'})]}),Qt("div",{className:"vm-with-template-tutorial-section",children:[Qt("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:"}),Qt(Rh,{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'})]}),Qt("div",{className:"vm-with-template-tutorial-section",children:[Qt("p",{className:"vm-with-template-tutorial-section__text",children:["4. Put node_cpu_seconds_total","{commonFilters}"," into its own varialbe with the name cpuSeconds:"]}),Qt(Rh,{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'}),Qt("p",{className:"vm-with-template-tutorial-section__text",children:"Now the query became more clear comparing to the initial query."})]}),Qt("div",{className:"vm-with-template-tutorial-section",children:[Qt("p",{className:"vm-with-template-tutorial-section__text",children:"WITH expressions may be nested and may be put anywhere. Try expanding the following query:"}),Qt(Rh,{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)"})]})]})},Hh=function(e,t){return"".concat(e,"/expand-with-exprs?query=").concat(encodeURIComponent(t),"&format=json")},$h=function(){var e=v(ut(),1)[0],t=function(){var e=Gt().serverUrl,t=v(ut(),2),n=t[0],i=t[1],a=v((0,r.useState)(""),2),o=a[0],l=a[1],u=v((0,r.useState)(!1),2),c=u[0],s=u[1],f=v((0,r.useState)(),2),d=f[0],h=f[1],m=function(){var t=ea(Ji().mark((function t(r){var a,o,u;return Ji().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return n.set("expr",r),i(n),a=Hh(e,r),s(!0),t.prev=4,t.next=7,fetch(a);case 7:return o=t.sent,t.next=10,o.json();case 10:u=t.sent,l((null===u||void 0===u?void 0:u.expr)||""),h(String(u.error||"")),t.next=18;break;case 15:t.prev=15,t.t0=t.catch(4),t.t0 instanceof Error&&"AbortError"!==t.t0.name&&h("".concat(t.t0.name,": ").concat(t.t0.message));case 18:s(!1);case 19:case"end":return t.stop()}}),t,null,[[4,15]])})));return function(e){return t.apply(this,arguments)}}();return{data:o,error:d,loading:c,expand:m}}(),n=t.data,i=t.loading,a=t.error,o=t.expand,l=v((0,r.useState)(e.get("expr")||""),2),u=l[0],c=l[1],s=function(){o(u)};return(0,r.useEffect)((function(){u&&o(u)}),[]),Qt("section",{className:"vm-with-template",children:[i&&Qt(fd,{}),Qt("div",{className:"vm-with-template-body vm-block",children:[Qt("div",{className:"vm-with-template-body__expr",children:Qt(ua,{type:"textarea",label:"MetricsQL query with optional WITH expressions",value:u,error:a,autofocus:!0,onEnter:s,onChange:function(e){c(e)}})}),Qt("div",{className:"vm-with-template-body__result",children:Qt(ua,{type:"textarea",label:"MetricsQL query after expanding WITH expressions and applying other optimizations",value:n,disabled:!0})}),Qt("div",{className:"vm-with-template-body-top",children:Qt(Ni,{variant:"contained",onClick:s,startIcon:Qt(vr,{}),children:"Expand"})})]}),Qt("div",{className:"vm-block",children:Qt(jh,{})})]})},Vh=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("&"))},Yh='- 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"',Uh='{__name__="my_metric", bar_label="bar", foo_label="foo", job="my-application", instance="192.168.0.1"}',qh=function(){var e=v(ut(),2),t=e[0],n=e[1],i=function(){var e=Gt().serverUrl,t=v((0,r.useState)(null),2),n=t[0],i=t[1],a=v((0,r.useState)(!1),2),o=a[0],l=a[1],u=v((0,r.useState)(),2),c=u[0],s=u[1],f=function(){var t=ea(Ji().mark((function t(n,r){var a,o,u;return Ji().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return a=Vh(e,n,r),l(!0),t.prev=2,t.next=5,fetch(a);case 5:return o=t.sent,t.next=8,o.json();case 8:u=t.sent,i(u.error?null:u),s(String(u.error||"")),t.next=16;break;case 13:t.prev=13,t.t0=t.catch(2),t.t0 instanceof Error&&"AbortError"!==t.t0.name&&s("".concat(t.t0.name,": ").concat(t.t0.message));case 16:l(!1);case 17:case"end":return t.stop()}}),t,null,[[2,13]])})));return function(e,n){return t.apply(this,arguments)}}();return{data:n,error:c,loading:o,fetchData:f}}(),a=i.data,o=i.loading,l=i.error,u=i.fetchData,c=v($d("","config"),2),s=c[0],f=c[1],d=v($d("","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))}),[]),Qt("section",{className:"vm-relabeling",children:[o&&Qt(fd,{}),Qt("div",{className:"vm-relabeling-header vm-block",children:[Qt("div",{className:"vm-relabeling-header-configs",children:Qt(ua,{type:"textarea",label:"Relabel configs",value:s,autofocus:!0,onChange:function(e){f(e||"")},onEnter:p})}),Qt("div",{className:"vm-relabeling-header__labels",children:Qt(ua,{type:"textarea",label:"Labels",value:h,onChange:function(e){m(e||"")},onEnter:p})}),Qt("div",{className:"vm-relabeling-header-bottom",children:[Qt("a",{className:"vm-link vm-link_with-icon",target:"_blank",href:"https://docs.victoriametrics.com/relabeling.html",rel:"help noreferrer",children:[Qt(ar,{}),"Relabeling cookbook"]}),Qt("a",{className:"vm-link vm-link_with-icon",target:"_blank",href:"https://docs.victoriametrics.com/vmagent.html#relabeling",rel:"help noreferrer",children:[Qt(Fr,{}),"Documentation"]}),Qt(Ni,{variant:"text",onClick:function(){var e=Yh,r=Uh;f(e),m(r),u(e,r),t.set("config",e),t.set("labels",r),n(t)},children:"Try example"}),Qt(Ni,{variant:"contained",onClick:p,startIcon:Qt(vr,{}),children:"Submit"})]})]}),l&&Qt(bi,{variant:"error",children:l}),a&&Qt("div",{className:"vm-relabeling-steps vm-block",children:[a.originalLabels&&Qt("div",{className:"vm-relabeling-steps-item",children:Qt("div",{className:"vm-relabeling-steps-item__row",children:[Qt("span",{children:"Original labels:"}),Qt("code",{dangerouslySetInnerHTML:{__html:a.originalLabels}})]})}),a.steps.map((function(e,t){return Qt("div",{className:"vm-relabeling-steps-item",children:[Qt("div",{className:"vm-relabeling-steps-item__row",children:[Qt("span",{children:"Step:"}),t+1]}),Qt("div",{className:"vm-relabeling-steps-item__row",children:[Qt("span",{children:"Relabeling Rule:"}),Qt("code",{children:Qt("pre",{children:e.rule})})]}),Qt("div",{className:"vm-relabeling-steps-item__row",children:[Qt("span",{children:"Input Labels:"}),Qt("code",{children:Qt("pre",{dangerouslySetInnerHTML:{__html:e.inLabels}})})]}),Qt("div",{className:"vm-relabeling-steps-item__row",children:[Qt("span",{children:"Output labels:"}),Qt("code",{children:Qt("pre",{dangerouslySetInnerHTML:{__html:e.outLabels}})})]})]},t)})),a.resultingLabels&&Qt("div",{className:"vm-relabeling-steps-item",children:Qt("div",{className:"vm-relabeling-steps-item__row",children:[Qt("span",{children:"Resulting labels:"}),Qt("code",{dangerouslySetInnerHTML:{__html:a.resultingLabels}})]})})]})]})},Wh=function(e){var t=e.rows,n=e.columns,i=e.defaultOrderBy,a=e.copyToClipboard,o=e.paginationOffset,l=v((0,r.useState)(i),2),u=l[0],c=l[1],s=v((0,r.useState)("desc"),2),f=s[0],d=s[1],h=v((0,r.useState)(null),2),m=h[0],p=h[1],g=(0,r.useMemo)((function(){var e=o.startIndex,n=o.endIndex;return Zd(t,Qd(f,u)).slice(e,n)}),[t,u,f,o]),y=function(e,t){return ea(Ji().mark((function n(){return Ji().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]),Qt("table",{className:"vm-table",children:[Qt("thead",{className:"vm-table-header",children:Qt("tr",{className:"vm-table__row vm-table__row_header",children:[n.map((function(e){return Qt("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:Qt("div",{className:"vm-table-cell__content",children:[Qt("div",{children:String(e.title||e.key)}),Qt("div",{className:qr()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":u===e.key,"vm-table__sort-icon_desc":"desc"===f&&u===e.key}),children:Qt(fr,{})})]})},String(e.key));var t})),a&&Qt("th",{className:"vm-table-cell vm-table-cell_header"})]})}),Qt("tbody",{className:"vm-table-body",children:g.map((function(e,t){return Qt("tr",{className:"vm-table__row",children:[n.map((function(t){return Qt("td",{className:qr()(st({"vm-table-cell":!0},"".concat(t.className),t.className)),children:e[t.key]||"-"},String(t.key))})),a&&Qt("td",{className:"vm-table-cell vm-table-cell_right",children:e[a]&&Qt("div",{className:"vm-table-cell__content",children:Qt(Ri,{title:m===t?"Copied":"Copy row",children:Qt(Ni,{variant:"text",color:m===t?"success":"gray",size:"small",startIcon:Qt(m===t?xr:Ar,{}),onClick:y(e[a],t),ariaLabel:"copy row"})})})})]},t)}))})]})},Qh=function(){var e=yi().isMobile,t=zn().timezone,n=function(){var e=Gt().serverUrl,t=v((0,r.useState)([]),2),n=t[0],i=t[1],o=v((0,r.useState)(a()().format(tn)),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=ea(Ji().mark((function e(){var t,n;return Ji().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return f(!0),e.prev=1,e.next=4,fetch(p);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,i(n.data),u(a()().format("HH:mm:ss:SSS")),t.ok?m(void 0):m("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&m("".concat(e.t0.name,": ").concat(e.t0.message));case 16:f(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();return(0,r.useEffect)((function(){g().catch(console.error)}),[p]),{data:n,lastUpdated:l,isLoading:s,error:h,fetchData:g}}(),i=n.data,o=n.lastUpdated,l=n.isLoading,u=n.error,c=n.fetchData,s=(0,r.useMemo)((function(){return i.map((function(e){var t=a()(e.start).tz().format(en),n=a()(e.end).tz().format(en);return{duration:e.duration,remote_addr:e.remote_addr,query:e.query,args:"".concat(t," to ").concat(n,", step=").concat(mn(e.step)),data:JSON.stringify(e,null,2)}}))}),[i,t]),f=(0,r.useMemo)((function(){if(null===s||void 0===s||!s.length)return[];var e=Object.keys(s[0]),t={remote_addr:"client address"},n=["data"];return e.filter((function(e){return!n.includes(e)})).map((function(e){return{key:e,title:t[e]||e}}))}),[s]),d=function(){var e=ea(Ji().mark((function e(){return Ji().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 Qt("div",{className:"vm-active-queries",children:[l&&Qt(fd,{}),Qt("div",{className:"vm-active-queries-header",children:[!s.length&&!u&&Qt(bi,{variant:"info",children:"There are currently no active queries running"}),u&&Qt(bi,{variant:"error",children:u}),Qt("div",{className:"vm-active-queries-header-controls",children:[Qt(Ni,{variant:"contained",onClick:d,startIcon:Qt(cr,{}),children:"Update"}),Qt("div",{className:"vm-active-queries-header__update-msg",children:["Last updated: ",o]})]})]}),!!s.length&&Qt("div",{className:qr()({"vm-block":!0,"vm-block_mobile":e}),children:Qt(Wh,{rows:s,columns:f,defaultOrderBy:"duration",copyToClipboard:"data",paginationOffset:{startIndex:0,endIndex:1/0}})})]})},Zh=function(){var e=v((0,r.useState)(!1),2),t=e[0],n=e[1];return Qt(qt.HY,{children:Qt(et,{children:Qt(Si,{children:Qt(qt.HY,{children:[Qt(vh,{onLoaded:n}),t&&Qt(Ve,{children:Qt(He,{path:"/",element:Qt(Ya,{}),children:[Qt(He,{path:gt.home,element:Qt(Ad,{})}),Qt(He,{path:gt.metrics,element:Qt(Lh,{})}),Qt(He,{path:gt.cardinality,element:Qt(ah,{})}),Qt(He,{path:gt.topQueries,element:Qt(fh,{})}),Qt(He,{path:gt.trace,element:Qt(_h,{})}),Qt(He,{path:gt.dashboards,element:Qt(Fd,{})}),Qt(He,{path:gt.withTemplate,element:Qt($h,{})}),Qt(He,{path:gt.relabel,element:Qt(qh,{})}),Qt(He,{path:gt.activeQueries,element:Qt(Qh,{})}),Qt(He,{path:gt.icons,element:Qt(Ph,{})})]})})]})})})})},Gh=function(e){e&&n.e(522).then(n.bind(n,522)).then((function(t){var n=t.getCLS,r=t.getFID,i=t.getFCP,a=t.getLCP,o=t.getTTFB;n(e),r(e),i(e),a(e),o(e)}))},Kh=document.getElementById("root");Kh&&(0,r.render)(Qt(Zh,{}),Kh),Gh()}()}(); |