mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
2 lines
No EOL
364 KiB
JavaScript
2 lines
No EOL
364 KiB
JavaScript
/*! For license information please see main.1635e498.js.LICENSE.txt */
|
|
!function(){var e={680:function(e,t,n){"use strict";var r=n(476),i=n(962),a=i(r("String.prototype.indexOf"));e.exports=function(e,t){var n=r(e,!!t);return"function"===typeof n&&a(e,".prototype.")>-1?i(n):n}},962:function(e,t,n){"use strict";var r=n(199),i=n(476),a=i("%Function.prototype.apply%"),o=i("%Function.prototype.call%"),u=i("%Reflect.apply%",!0)||r.call(o,a),l=i("%Object.getOwnPropertyDescriptor%",!0),c=i("%Object.defineProperty%",!0),s=i("%Math.max%");if(c)try{c({},"a",{value:1})}catch(d){c=null}e.exports=function(e){var t=u(r,o,arguments);if(l&&c){var n=l(t,"length");n.configurable&&c(t,"length",{value:1+s(0,e.length-(arguments.length-1))})}return t};var f=function(){return u(r,a,arguments)};c?c(e.exports,"apply",{value:f}):e.exports.apply=f},123:function(e,t){var n;!function(){"use strict";var r={}.hasOwnProperty;function i(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var a=typeof n;if("string"===a||"number"===a)e.push(n);else if(Array.isArray(n)){if(n.length){var o=i.apply(null,n);o&&e.push(o)}}else if("object"===a){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){e.push(n.toString());continue}for(var u in n)r.call(n,u)&&n[u]&&e.push(u)}}}return e.join(" ")}e.exports?(i.default=i,e.exports=i):void 0===(n=function(){return i}.apply(t,[]))||(e.exports=n)}()},658:function(e){e.exports=function(){"use strict";var e=1e3,t=6e4,n=36e5,r="millisecond",i="second",a="minute",o="hour",u="day",l="week",c="month",s="quarter",f="year",d="date",h="Invalid Date",p=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,v=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,m={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(e){var t=["th","st","nd","rd"],n=e%100;return"["+e+(t[(n-20)%10]||t[n]||t[0])+"]"}},y=function(e,t,n){var r=String(e);return!r||r.length>=t?e:""+Array(t+1-r.length).join(n)+e},g={s:y,z:function(e){var t=-e.utcOffset(),n=Math.abs(t),r=Math.floor(n/60),i=n%60;return(t<=0?"+":"-")+y(r,2,"0")+":"+y(i,2,"0")},m:function e(t,n){if(t.date()<n.date())return-e(n,t);var r=12*(n.year()-t.year())+(n.month()-t.month()),i=t.clone().add(r,c),a=n-i<0,o=t.clone().add(r+(a?-1:1),c);return+(-(r+(n-i)/(a?i-o:o-i))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(e){return{M:c,y:f,w:l,d:u,D:d,h:o,m:a,s:i,ms:r,Q:s}[e]||String(e||"").toLowerCase().replace(/s$/,"")},u:function(e){return void 0===e}},_="en",b={};b[_]=m;var D=function(e){return e instanceof k},w=function e(t,n,r){var i;if(!t)return _;if("string"==typeof t){var a=t.toLowerCase();b[a]&&(i=a),n&&(b[a]=n,i=a);var o=t.split("-");if(!i&&o.length>1)return e(o[0])}else{var u=t.name;b[u]=t,i=u}return!r&&i&&(_=i),i||!r&&_},x=function(e,t){if(D(e))return e.clone();var n="object"==typeof t?t:{};return n.date=e,n.args=arguments,new k(n)},A=g;A.l=w,A.i=D,A.w=function(e,t){return x(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var k=function(){function m(e){this.$L=w(e.locale,null,!0),this.parse(e)}var y=m.prototype;return y.parse=function(e){this.$d=function(e){var t=e.date,n=e.utc;if(null===t)return new Date(NaN);if(A.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(p);if(r){var i=r[2]-1||0,a=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,a)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,a)}}return new Date(t)}(e),this.$x=e.x||{},this.init()},y.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()},y.$utils=function(){return A},y.isValid=function(){return!(this.$d.toString()===h)},y.isSame=function(e,t){var n=x(e);return this.startOf(t)<=n&&n<=this.endOf(t)},y.isAfter=function(e,t){return x(e)<this.startOf(t)},y.isBefore=function(e,t){return this.endOf(t)<x(e)},y.$g=function(e,t,n){return A.u(e)?this[t]:this.set(n,e)},y.unix=function(){return Math.floor(this.valueOf()/1e3)},y.valueOf=function(){return this.$d.getTime()},y.startOf=function(e,t){var n=this,r=!!A.u(t)||t,s=A.p(e),h=function(e,t){var i=A.w(n.$u?Date.UTC(n.$y,t,e):new Date(n.$y,t,e),n);return r?i:i.endOf(u)},p=function(e,t){return A.w(n.toDate()[e].apply(n.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(t)),n)},v=this.$W,m=this.$M,y=this.$D,g="set"+(this.$u?"UTC":"");switch(s){case f:return r?h(1,0):h(31,11);case c:return r?h(1,m):h(0,m+1);case l:var _=this.$locale().weekStart||0,b=(v<_?v+7:v)-_;return h(r?y-b:y+(6-b),m);case u:case d:return p(g+"Hours",0);case o:return p(g+"Minutes",1);case a:return p(g+"Seconds",2);case i:return p(g+"Milliseconds",3);default:return this.clone()}},y.endOf=function(e){return this.startOf(e,!1)},y.$set=function(e,t){var n,l=A.p(e),s="set"+(this.$u?"UTC":""),h=(n={},n[u]=s+"Date",n[d]=s+"Date",n[c]=s+"Month",n[f]=s+"FullYear",n[o]=s+"Hours",n[a]=s+"Minutes",n[i]=s+"Seconds",n[r]=s+"Milliseconds",n)[l],p=l===u?this.$D+(t-this.$W):t;if(l===c||l===f){var v=this.clone().set(d,1);v.$d[h](p),v.init(),this.$d=v.set(d,Math.min(this.$D,v.daysInMonth())).$d}else h&&this.$d[h](p);return this.init(),this},y.set=function(e,t){return this.clone().$set(e,t)},y.get=function(e){return this[A.p(e)]()},y.add=function(r,s){var d,h=this;r=Number(r);var p=A.p(s),v=function(e){var t=x(h);return A.w(t.date(t.date()+Math.round(e*r)),h)};if(p===c)return this.set(c,this.$M+r);if(p===f)return this.set(f,this.$y+r);if(p===u)return v(1);if(p===l)return v(7);var m=(d={},d[a]=t,d[o]=n,d[i]=e,d)[p]||1,y=this.$d.getTime()+r*m;return A.w(y,this)},y.subtract=function(e,t){return this.add(-1*e,t)},y.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=A.z(this),a=this.$H,o=this.$m,u=this.$M,l=n.weekdays,c=n.months,s=function(e,n,i,a){return e&&(e[n]||e(t,r))||i[n].slice(0,a)},f=function(e){return A.s(a%12||12,e,"0")},d=n.meridiem||function(e,t,n){var r=e<12?"AM":"PM";return n?r.toLowerCase():r},p={YY:String(this.$y).slice(-2),YYYY:this.$y,M:u+1,MM:A.s(u+1,2,"0"),MMM:s(n.monthsShort,u,c,3),MMMM:s(c,u),D:this.$D,DD:A.s(this.$D,2,"0"),d:String(this.$W),dd:s(n.weekdaysMin,this.$W,l,2),ddd:s(n.weekdaysShort,this.$W,l,3),dddd:l[this.$W],H:String(a),HH:A.s(a,2,"0"),h:f(1),hh:f(2),a:d(a,o,!0),A:d(a,o,!1),m:String(o),mm:A.s(o,2,"0"),s:String(this.$s),ss:A.s(this.$s,2,"0"),SSS:A.s(this.$ms,3,"0"),Z:i};return r.replace(v,(function(e,t){return t||p[e]||i.replace(":","")}))},y.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},y.diff=function(r,d,h){var p,v=A.p(d),m=x(r),y=(m.utcOffset()-this.utcOffset())*t,g=this-m,_=A.m(this,m);return _=(p={},p[f]=_/12,p[c]=_,p[s]=_/3,p[l]=(g-y)/6048e5,p[u]=(g-y)/864e5,p[o]=g/n,p[a]=g/t,p[i]=g/e,p)[v]||g,h?_:A.a(_)},y.daysInMonth=function(){return this.endOf(c).$D},y.$locale=function(){return b[this.$L]},y.locale=function(e,t){if(!e)return this.$L;var n=this.clone(),r=w(e,t,!0);return r&&(n.$L=r),n},y.clone=function(){return A.w(this.$d,this)},y.toDate=function(){return new Date(this.valueOf())},y.toJSON=function(){return this.isValid()?this.toISOString():null},y.toISOString=function(){return this.$d.toISOString()},y.toString=function(){return this.$d.toUTCString()},m}(),C=k.prototype;return x.prototype=C,[["$ms",r],["$s",i],["$m",a],["$H",o],["$W",u],["$M",c],["$y",f],["$D",d]].forEach((function(e){C[e[1]]=function(t){return this.$g(t,e[0],e[1])}})),x.extend=function(e,t){return e.$i||(e(t,k,x),e.$i=!0),x},x.locale=w,x.isDayjs=D,x.unix=function(e){return x(1e3*e)},x.en=b[_],x.Ls=b,x.p={},x}()},446:function(e){e.exports=function(){"use strict";var e,t,n=1e3,r=6e4,i=36e5,a=864e5,o=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,u=31536e6,l=2592e6,c=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/,s={years:u,months:l,days:a,hours:i,minutes:r,seconds:n,milliseconds:1,weeks:6048e5},f=function(e){return e instanceof g},d=function(e,t,n){return new g(e,n,t.$l)},h=function(e){return t.p(e)+"s"},p=function(e){return e<0},v=function(e){return p(e)?Math.ceil(e):Math.floor(e)},m=function(e){return Math.abs(e)},y=function(e,t){return e?p(e)?{negative:!0,format:""+m(e)+t}:{negative:!1,format:""+e+t}:{negative:!1,format:""}},g=function(){function p(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 m=p.prototype;return m.calMilliseconds=function(){var e=this;this.$ms=Object.keys(this.$d).reduce((function(t,n){return t+(e.$d[n]||0)*s[n]}),0)},m.parseFromMilliseconds=function(){var e=this.$ms;this.$d.years=v(e/u),e%=u,this.$d.months=v(e/l),e%=l,this.$d.days=v(e/a),e%=a,this.$d.hours=v(e/i),e%=i,this.$d.minutes=v(e/r),e%=r,this.$d.seconds=v(e/n),e%=n,this.$d.milliseconds=e},m.toISOString=function(){var e=y(this.$d.years,"Y"),t=y(this.$d.months,"M"),n=+this.$d.days||0;this.$d.weeks&&(n+=7*this.$d.weeks);var r=y(n,"D"),i=y(this.$d.hours,"H"),a=y(this.$d.minutes,"M"),o=this.$d.seconds||0;this.$d.milliseconds&&(o+=this.$d.milliseconds/1e3);var u=y(o,"S"),l=e.negative||t.negative||r.negative||i.negative||a.negative||u.negative,c=i.format||a.format||u.format?"T":"",s=(l?"-":"")+"P"+e.format+t.format+r.format+c+i.format+a.format+u.format;return"P"===s||"-P"===s?"P0D":s},m.toJSON=function(){return this.toISOString()},m.format=function(e){var n=e||"YYYY-MM-DDTHH:mm:ss",r={Y:this.$d.years,YY:t.s(this.$d.years,2,"0"),YYYY:t.s(this.$d.years,4,"0"),M:this.$d.months,MM:t.s(this.$d.months,2,"0"),D:this.$d.days,DD:t.s(this.$d.days,2,"0"),H:this.$d.hours,HH:t.s(this.$d.hours,2,"0"),m:this.$d.minutes,mm:t.s(this.$d.minutes,2,"0"),s:this.$d.seconds,ss:t.s(this.$d.seconds,2,"0"),SSS:t.s(this.$d.milliseconds,3,"0")};return n.replace(o,(function(e,t){return t||String(r[e])}))},m.as=function(e){return this.$ms/s[h(e)]},m.get=function(e){var t=this.$ms,n=h(e);return"milliseconds"===n?t%=1e3:t="weeks"===n?v(t/s[n]):this.$d[n],0===t?0:t},m.add=function(e,t,n){var r;return r=t?e*s[h(t)]:f(e)?e.$ms:d(e,this).$ms,d(this.$ms+r*(n?-1:1),this)},m.subtract=function(e,t){return this.add(e,t,!0)},m.locale=function(e){var t=this.clone();return t.$l=e,t},m.clone=function(){return d(this.$ms,this)},m.humanize=function(t){return e().add(this.$ms,"ms").locale(this.$l).fromNow(!t)},m.milliseconds=function(){return this.get("milliseconds")},m.asMilliseconds=function(){return this.as("milliseconds")},m.seconds=function(){return this.get("seconds")},m.asSeconds=function(){return this.as("seconds")},m.minutes=function(){return this.get("minutes")},m.asMinutes=function(){return this.as("minutes")},m.hours=function(){return this.get("hours")},m.asHours=function(){return this.as("hours")},m.days=function(){return this.get("days")},m.asDays=function(){return this.as("days")},m.weeks=function(){return this.get("weeks")},m.asWeeks=function(){return this.as("weeks")},m.months=function(){return this.get("months")},m.asMonths=function(){return this.as("months")},m.years=function(){return this.get("years")},m.asYears=function(){return this.as("years")},p}();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)&&(e=e.asMilliseconds()),a.bind(this)(e,t)},r.prototype.subtract=function(e,t){return f(e)&&(e=e.asMilliseconds()),o.bind(this)(e,t)}}}()},443:function(e){e.exports=function(){"use strict";var e={year:0,month:1,day:2,hour:3,minute:4,second:5},t={};return function(n,r,i){var a,o=function(e,n,r){void 0===r&&(r={});var i=new Date(e),a=function(e,n){void 0===n&&(n={});var r=n.timeZoneName||"short",i=e+"|"+r,a=t[i];return a||(a=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:r}),t[i]=a),a}(n,r);return a.formatToParts(i)},u=function(t,n){for(var r=o(t,n),a=[],u=0;u<r.length;u+=1){var l=r[u],c=l.type,s=l.value,f=e[c];f>=0&&(a[f]=parseInt(s,10))}var d=a[3],h=24===d?0:d,p=a[0]+"-"+a[1]+"-"+a[2]+" "+h+":"+a[4]+":"+a[5]+":000",v=+t;return(i.utc(p).valueOf()-(v-=v%1e3))/6e4},l=r.prototype;l.tz=function(e,t){void 0===e&&(e=a);var n=this.utcOffset(),r=this.toDate(),o=r.toLocaleString("en-US",{timeZone:e}),u=Math.round((r-new Date(o))/1e3/60),l=i(o).$set("millisecond",this.$ms).utcOffset(15*-Math.round(r.getTimezoneOffset()/15)-u,!0);if(t){var c=l.utcOffset();l=l.add(n-c,"minute")}return l.$x.$timezone=e,l},l.offsetName=function(e){var t=this.$x.$timezone||i.tz.guess(),n=o(this.valueOf(),t,{timeZoneName:e}).find((function(e){return"timezonename"===e.type.toLowerCase()}));return n&&n.value};var c=l.startOf;l.startOf=function(e,t){if(!this.$x||!this.$x.$timezone)return c.call(this,e,t);var n=i(this.format("YYYY-MM-DD HH:mm:ss:SSS"));return c.call(n,e,t).tz(this.$x.$timezone,!0)},i.tz=function(e,t,n){var r=n&&t,o=n||t||a,l=u(+i(),o);if("string"!=typeof e)return i(e).tz(o);var c=function(e,t,n){var r=e-60*t*1e3,i=u(r,n);if(t===i)return[r,t];var a=u(r-=60*(i-t)*1e3,n);return i===a?[r,i]:[e-60*Math.min(i,a)*1e3,Math.max(i,a)]}(i.utc(e,r).valueOf(),l,o),s=c[0],f=c[1],d=i(s).utcOffset(f);return d.$x.$timezone=o,d},i.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},i.tz.setDefault=function(e){a=e}}}()},635:function(e){e.exports=function(){"use strict";var e="minute",t=/[+-]\d\d(?::?\d\d)?/g,n=/([+-]|\d\d)/g;return function(r,i,a){var o=i.prototype;a.utc=function(e){return new i({date:e,utc:!0,args:arguments})},o.utc=function(t){var n=a(this.toDate(),{locale:this.$L,utc:!0});return t?n.add(this.utcOffset(),e):n},o.local=function(){return a(this.toDate(),{locale:this.$L,utc:!1})};var u=o.parse;o.parse=function(e){e.utc&&(this.$u=!0),this.$utils().u(e.$offset)||(this.$offset=e.$offset),u.call(this,e)};var l=o.init;o.init=function(){if(this.$u){var e=this.$d;this.$y=e.getUTCFullYear(),this.$M=e.getUTCMonth(),this.$D=e.getUTCDate(),this.$W=e.getUTCDay(),this.$H=e.getUTCHours(),this.$m=e.getUTCMinutes(),this.$s=e.getUTCSeconds(),this.$ms=e.getUTCMilliseconds()}else l.call(this)};var c=o.utcOffset;o.utcOffset=function(r,i){var a=this.$utils().u;if(a(r))return this.$u?0:a(this.$offset)?c.call(this):this.$offset;if("string"==typeof r&&(r=function(e){void 0===e&&(e="");var r=e.match(t);if(!r)return null;var i=(""+r[0]).match(n)||["-",0,0],a=i[0],o=60*+i[1]+ +i[2];return 0===o?0:"+"===a?o:-o}(r),null===r))return this;var o=Math.abs(r)<=16?60*r:r,u=this;if(i)return u.$offset=o,u.$u=0===r,u;if(0!==r){var l=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(u=this.local().add(o+l,e)).$offset=o,u.$x.$localOffset=l}else u=this.utc();return u};var s=o.format;o.format=function(e){var t=e||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return s.call(this,t)},o.valueOf=function(){var e=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*e},o.isUTC=function(){return!!this.$u},o.toISOString=function(){return this.toDate().toISOString()},o.toString=function(){return this.toDate().toUTCString()};var f=o.toDate;o.toDate=function(e){return"s"===e&&this.$offset?a(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():f.call(this)};var d=o.diff;o.diff=function(e,t,n){if(e&&this.$u===e.$u)return d.call(this,e,t,n);var r=this.local(),i=a(e).local();return d.call(r,i,t,n)}}}()},781:function(e){"use strict";var t="Function.prototype.bind called on incompatible ",n=Array.prototype.slice,r=Object.prototype.toString,i="[object Function]";e.exports=function(e){var a=this;if("function"!==typeof a||r.call(a)!==i)throw new TypeError(t+a);for(var o,u=n.call(arguments,1),l=function(){if(this instanceof o){var t=a.apply(this,u.concat(n.call(arguments)));return Object(t)===t?t:this}return a.apply(e,u.concat(n.call(arguments)))},c=Math.max(0,a.length-u.length),s=[],f=0;f<c;f++)s.push("$"+f);if(o=Function("binder","return function ("+s.join(",")+"){ return binder.apply(this,arguments); }")(l),a.prototype){var d=function(){};d.prototype=a.prototype,o.prototype=new d,d.prototype=null}return o}},199:function(e,t,n){"use strict";var r=n(781);e.exports=Function.prototype.bind||r},476:function(e,t,n){"use strict";var r,i=SyntaxError,a=Function,o=TypeError,u=function(e){try{return a('"use strict"; return ('+e+").constructor;")()}catch(t){}},l=Object.getOwnPropertyDescriptor;if(l)try{l({},"")}catch(N){l=null}var c=function(){throw new o},s=l?function(){try{return c}catch(e){try{return l(arguments,"callee").get}catch(t){return c}}}():c,f=n(520)(),d=Object.getPrototypeOf||function(e){return e.__proto__},h={},p="undefined"===typeof Uint8Array?r:d(Uint8Array),v={"%AggregateError%":"undefined"===typeof AggregateError?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"===typeof ArrayBuffer?r:ArrayBuffer,"%ArrayIteratorPrototype%":f?d([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":h,"%AsyncGenerator%":h,"%AsyncGeneratorFunction%":h,"%AsyncIteratorPrototype%":h,"%Atomics%":"undefined"===typeof Atomics?r:Atomics,"%BigInt%":"undefined"===typeof BigInt?r:BigInt,"%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%":h,"%Int8Array%":"undefined"===typeof Int8Array?r:Int8Array,"%Int16Array%":"undefined"===typeof Int16Array?r:Int16Array,"%Int32Array%":"undefined"===typeof Int32Array?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":f?d(d([][Symbol.iterator]())):r,"%JSON%":"object"===typeof JSON?JSON:r,"%Map%":"undefined"===typeof Map?r:Map,"%MapIteratorPrototype%":"undefined"!==typeof Map&&f?d((new Map)[Symbol.iterator]()):r,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"===typeof Promise?r:Promise,"%Proxy%":"undefined"===typeof Proxy?r:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":"undefined"===typeof Reflect?r:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"===typeof Set?r:Set,"%SetIteratorPrototype%":"undefined"!==typeof Set&&f?d((new Set)[Symbol.iterator]()):r,"%SharedArrayBuffer%":"undefined"===typeof SharedArrayBuffer?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":f?d(""[Symbol.iterator]()):r,"%Symbol%":f?Symbol:r,"%SyntaxError%":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},m=function e(t){var n;if("%AsyncFunction%"===t)n=u("async function () {}");else if("%GeneratorFunction%"===t)n=u("function* () {}");else if("%AsyncGeneratorFunction%"===t)n=u("async function* () {}");else if("%AsyncGenerator%"===t){var r=e("%AsyncGeneratorFunction%");r&&(n=r.prototype)}else if("%AsyncIteratorPrototype%"===t){var i=e("%AsyncGenerator%");i&&(n=d(i.prototype))}return v[t]=n,n},y={"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},g=n(199),_=n(838),b=g.call(Function.call,Array.prototype.concat),D=g.call(Function.apply,Array.prototype.splice),w=g.call(Function.call,String.prototype.replace),x=g.call(Function.call,String.prototype.slice),A=g.call(Function.call,RegExp.prototype.exec),k=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,C=/\\(\\)?/g,E=function(e){var t=x(e,0,1),n=x(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 w(e,k,(function(e,t,n,i){r[r.length]=n?w(i,C,"$1"):t||e})),r},S=function(e,t){var n,r=e;if(_(y,r)&&(r="%"+(n=y[r])[0]+"%"),_(v,r)){var a=v[r];if(a===h&&(a=m(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===A(/^%?[^%]*%?$/,e))throw new i("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=E(e),r=n.length>0?n[0]:"",a=S("%"+r+"%",t),u=a.name,c=a.value,s=!1,f=a.alias;f&&(r=f[0],D(n,b([0,1],f)));for(var d=1,h=!0;d<n.length;d+=1){var p=n[d],m=x(p,0,1),y=x(p,-1);if(('"'===m||"'"===m||"`"===m||'"'===y||"'"===y||"`"===y)&&m!==y)throw new i("property names with quotes must have matching quotes");if("constructor"!==p&&h||(s=!0),_(v,u="%"+(r+="."+p)+"%"))c=v[u];else if(null!=c){if(!(p in c)){if(!t)throw new o("base intrinsic for "+e+" exists, but the property is not available.");return}if(l&&d+1>=n.length){var g=l(c,p);c=(h=!!g)&&"get"in g&&!("originalValue"in g.get)?g.get:c[p]}else h=_(c,p),c=c[p];h&&!s&&(v[u]=c)}}return c}},520:function(e,t,n){"use strict";var r="undefined"!==typeof Symbol&&Symbol,i=n(541);e.exports=function(){return"function"===typeof r&&("function"===typeof Symbol&&("symbol"===typeof r("foo")&&("symbol"===typeof Symbol("bar")&&i())))}},541:function(e){"use strict";e.exports=function(){if("function"!==typeof Symbol||"function"!==typeof Object.getOwnPropertySymbols)return!1;if("symbol"===typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),n=Object(t);if("string"===typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(n))return!1;for(t in e[t]=42,e)return!1;if("function"===typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"===typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var r=Object.getOwnPropertySymbols(e);if(1!==r.length||r[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"===typeof Object.getOwnPropertyDescriptor){var i=Object.getOwnPropertyDescriptor(e,t);if(42!==i.value||!0!==i.enumerable)return!1}return!0}},838:function(e,t,n){"use strict";var r=n(199);e.exports=r.call(Function.call,Object.prototype.hasOwnProperty)},936:function(e,t,n){var r=/^\s+|\s+$/g,i=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,o=/^0o[0-7]+$/i,u=parseInt,l="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,c="object"==typeof self&&self&&self.Object===Object&&self,s=l||c||Function("return this")(),f=Object.prototype.toString,d=Math.max,h=Math.min,p=function(){return s.Date.now()};function v(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function m(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==f.call(e)}(e))return NaN;if(v(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=v(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(r,"");var n=a.test(e);return n||o.test(e)?u(e.slice(2),n?2:8):i.test(e)?NaN:+e}e.exports=function(e,t,n){var r,i,a,o,u,l,c=0,s=!1,f=!1,y=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function g(t){var n=r,a=i;return r=i=void 0,c=t,o=e.apply(a,n)}function _(e){return c=e,u=setTimeout(D,t),s?g(e):o}function b(e){var n=e-l;return void 0===l||n>=t||n<0||f&&e-c>=a}function D(){var e=p();if(b(e))return w(e);u=setTimeout(D,function(e){var n=t-(e-l);return f?h(n,a-(e-c)):n}(e))}function w(e){return u=void 0,y&&r?g(e):(r=i=void 0,o)}function x(){var e=p(),n=b(e);if(r=arguments,i=this,l=e,n){if(void 0===u)return _(l);if(f)return u=setTimeout(D,t),g(l)}return void 0===u&&(u=setTimeout(D,t)),o}return t=m(t)||0,v(n)&&(s=!!n.leading,a=(f="maxWait"in n)?d(m(n.maxWait)||0,t):a,y="trailing"in n?!!n.trailing:y),x.cancel=function(){void 0!==u&&clearTimeout(u),c=0,r=l=i=u=void 0},x.flush=function(){return void 0===u?o:w(p())},x}},7:function(e,t,n){var r="__lodash_hash_undefined__",i="[object Function]",a="[object GeneratorFunction]",o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,u=/^\w*$/,l=/^\./,c=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,s=/\\(\\)?/g,f=/^\[object .+?Constructor\]$/,d="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,h="object"==typeof self&&self&&self.Object===Object&&self,p=d||h||Function("return this")();var v=Array.prototype,m=Function.prototype,y=Object.prototype,g=p["__core-js_shared__"],_=function(){var e=/[^.]+$/.exec(g&&g.keys&&g.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),b=m.toString,D=y.hasOwnProperty,w=y.toString,x=RegExp("^"+b.call(D).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),A=p.Symbol,k=v.splice,C=P(p,"Map"),E=P(Object,"create"),S=A?A.prototype:void 0,N=S?S.toString:void 0;function F(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function O(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function 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 M(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 B(e,t){var n;t=function(e,t){if($(e))return!1;var n=typeof e;if("number"==n||"symbol"==n||"boolean"==n||null==e||U(e))return!0;return u.test(e)||!o.test(e)||null!=t&&e in Object(t)}(t,e)?[t]:$(n=t)?n:z(n);for(var r=0,i=t.length;null!=e&&r<i;)e=e[R(t[r++])];return r&&r==i?e:void 0}function I(e){if(!H(e)||(t=e,_&&_ in t))return!1;var t,n=function(e){var t=H(e)?w.call(e):"";return t==i||t==a}(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(n){}return t}(e)?x:f;return n.test(function(e){if(null!=e){try{return b.call(e)}catch(t){}try{return e+""}catch(t){}}return""}(e))}function L(e,t){var n=e.__data__;return function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}(t)?n["string"==typeof t?"string":"hash"]:n.map}function P(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return I(n)?n:void 0}F.prototype.clear=function(){this.__data__=E?E(null):{}},F.prototype.delete=function(e){return this.has(e)&&delete this.__data__[e]},F.prototype.get=function(e){var t=this.__data__;if(E){var n=t[e];return n===r?void 0:n}return D.call(t,e)?t[e]:void 0},F.prototype.has=function(e){var t=this.__data__;return E?void 0!==t[e]:D.call(t,e)},F.prototype.set=function(e,t){return this.__data__[e]=E&&void 0===t?r:t,this},O.prototype.clear=function(){this.__data__=[]},O.prototype.delete=function(e){var t=this.__data__,n=M(t,e);return!(n<0)&&(n==t.length-1?t.pop():k.call(t,n,1),!0)},O.prototype.get=function(e){var t=this.__data__,n=M(t,e);return n<0?void 0:t[n][1]},O.prototype.has=function(e){return M(this.__data__,e)>-1},O.prototype.set=function(e,t){var n=this.__data__,r=M(n,e);return r<0?n.push([e,t]):n[r][1]=t,this},T.prototype.clear=function(){this.__data__={hash:new F,map:new(C||O),string:new F}},T.prototype.delete=function(e){return L(this,e).delete(e)},T.prototype.get=function(e){return L(this,e).get(e)},T.prototype.has=function(e){return L(this,e).has(e)},T.prototype.set=function(e,t){return L(this,e).set(e,t),this};var z=j((function(e){var t;e=null==(t=e)?"":function(e){if("string"==typeof e)return e;if(U(e))return N?N.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}(t);var n=[];return l.test(e)&&n.push(""),e.replace(c,(function(e,t,r,i){n.push(r?i.replace(s,"$1"):t||e)})),n}));function R(e){if("string"==typeof e||U(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function j(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(j.Cache||T),n}j.Cache=T;var $=Array.isArray;function H(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)&&"[object Symbol]"==w.call(e)}e.exports=function(e,t,n){var r=null==e?void 0:B(e,t);return void 0===r?n:r}},61:function(e,t,n){var r="Expected a function",i=/^\s+|\s+$/g,a=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,u=/^0o[0-7]+$/i,l=parseInt,c="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,s="object"==typeof self&&self&&self.Object===Object&&self,f=c||s||Function("return this")(),d=Object.prototype.toString,h=Math.max,p=Math.min,v=function(){return f.Date.now()};function m(e,t,n){var i,a,o,u,l,c,s=0,f=!1,d=!1,m=!0;if("function"!=typeof e)throw new TypeError(r);function _(t){var n=i,r=a;return i=a=void 0,s=t,u=e.apply(r,n)}function b(e){return s=e,l=setTimeout(w,t),f?_(e):u}function D(e){var n=e-c;return void 0===c||n>=t||n<0||d&&e-s>=o}function w(){var e=v();if(D(e))return x(e);l=setTimeout(w,function(e){var n=t-(e-c);return d?p(n,o-(e-s)):n}(e))}function x(e){return l=void 0,m&&i?_(e):(i=a=void 0,u)}function A(){var e=v(),n=D(e);if(i=arguments,a=this,c=e,n){if(void 0===l)return b(c);if(d)return l=setTimeout(w,t),_(c)}return void 0===l&&(l=setTimeout(w,t)),u}return t=g(t)||0,y(n)&&(f=!!n.leading,o=(d="maxWait"in n)?h(g(n.maxWait)||0,t):o,m="trailing"in n?!!n.trailing:m),A.cancel=function(){void 0!==l&&clearTimeout(l),s=0,i=c=a=l=void 0},A.flush=function(){return void 0===l?u:x(v())},A}function y(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function g(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==d.call(e)}(e))return NaN;if(y(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=y(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(i,"");var n=o.test(e);return n||u.test(e)?l(e.slice(2),n?2:8):a.test(e)?NaN:+e}e.exports=function(e,t,n){var i=!0,a=!0;if("function"!=typeof e)throw new TypeError(r);return y(n)&&(i="leading"in n?!!n.leading:i,a="trailing"in n?!!n.trailing:a),m(e,t,{leading:i,maxWait:t,trailing:a})}},154:function(e,t,n){var r="function"===typeof Map&&Map.prototype,i=Object.getOwnPropertyDescriptor&&r?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,a=r&&i&&"function"===typeof i.get?i.get:null,o=r&&Map.prototype.forEach,u="function"===typeof Set&&Set.prototype,l=Object.getOwnPropertyDescriptor&&u?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,c=u&&l&&"function"===typeof l.get?l.get:null,s=u&&Set.prototype.forEach,f="function"===typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,d="function"===typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,h="function"===typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,p=Boolean.prototype.valueOf,v=Object.prototype.toString,m=Function.prototype.toString,y=String.prototype.match,g=String.prototype.slice,_=String.prototype.replace,b=String.prototype.toUpperCase,D=String.prototype.toLowerCase,w=RegExp.prototype.test,x=Array.prototype.concat,A=Array.prototype.join,k=Array.prototype.slice,C=Math.floor,E="function"===typeof BigInt?BigInt.prototype.valueOf:null,S=Object.getOwnPropertySymbols,N="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?Symbol.prototype.toString:null,F="function"===typeof Symbol&&"object"===typeof Symbol.iterator,O="function"===typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===F||"symbol")?Symbol.toStringTag:null,T=Object.prototype.propertyIsEnumerable,M=("function"===typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function B(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||w.call(/e/,t))return t;var n=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"===typeof e){var r=e<0?-C(-e):C(e);if(r!==e){var i=String(r),a=g.call(t,i.length+1);return _.call(i,n,"$&_")+"."+_.call(_.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return _.call(t,n,"$&_")}var I=n(654),L=I.custom,P=H(L)?L:null;function z(e,t,n){var r="double"===(n.quoteStyle||t)?'"':"'";return r+e+r}function R(e){return _.call(String(e),/"/g,""")}function j(e){return"[object Array]"===V(e)&&(!O||!("object"===typeof e&&O in e))}function $(e){return"[object RegExp]"===V(e)&&(!O||!("object"===typeof e&&O in e))}function H(e){if(F)return e&&"object"===typeof e&&e instanceof Symbol;if("symbol"===typeof e)return!0;if(!e||"object"!==typeof e||!N)return!1;try{return N.call(e),!0}catch(t){}return!1}e.exports=function e(t,n,r,i){var u=n||{};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 l=!Y(u,"customInspect")||u.customInspect;if("boolean"!==typeof l&&"symbol"!==l)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 v=u.numericSeparator;if("undefined"===typeof t)return"undefined";if(null===t)return"null";if("boolean"===typeof t)return t?"true":"false";if("string"===typeof t)return W(t,u);if("number"===typeof t){if(0===t)return 1/0/t>0?"0":"-0";var b=String(t);return v?B(t,b):b}if("bigint"===typeof t){var w=String(t)+"n";return v?B(t,w):w}var C="undefined"===typeof u.depth?5:u.depth;if("undefined"===typeof r&&(r=0),r>=C&&C>0&&"object"===typeof t)return j(t)?"[Array]":"[Object]";var S=function(e,t){var n;if("\t"===e.indent)n="\t";else{if(!("number"===typeof e.indent&&e.indent>0))return null;n=A.call(Array(e.indent+1)," ")}return{base:n,prev:A.call(Array(t+1),n)}}(u,r);if("undefined"===typeof i)i=[];else if(q(i,t)>=0)return"[Circular]";function L(t,n,a){if(n&&(i=k.call(i)).push(n),a){var o={depth:u.depth};return Y(u,"quoteStyle")&&(o.quoteStyle=u.quoteStyle),e(t,o,r+1,i)}return e(t,u,r+1,i)}if("function"===typeof t&&!$(t)){var U=function(e){if(e.name)return e.name;var t=y.call(m.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),Q=X(t,L);return"[Function"+(U?": "+U:" (anonymous)")+"]"+(Q.length>0?" { "+A.call(Q,", ")+" }":"")}if(H(t)){var ee=F?_.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):N.call(t);return"object"!==typeof t||F?ee:G(ee)}if(function(e){if(!e||"object"!==typeof e)return!1;if("undefined"!==typeof HTMLElement&&e instanceof HTMLElement)return!0;return"string"===typeof e.nodeName&&"function"===typeof e.getAttribute}(t)){for(var te="<"+D.call(String(t.nodeName)),ne=t.attributes||[],re=0;re<ne.length;re++)te+=" "+ne[re].name+"="+z(R(ne[re].value),"double",u);return te+=">",t.childNodes&&t.childNodes.length&&(te+="..."),te+="</"+D.call(String(t.nodeName))+">"}if(j(t)){if(0===t.length)return"[]";var ie=X(t,L);return S&&!function(e){for(var t=0;t<e.length;t++)if(q(e[t],"\n")>=0)return!1;return!0}(ie)?"["+K(ie,S)+"]":"[ "+A.call(ie,", ")+" ]"}if(function(e){return"[object Error]"===V(e)&&(!O||!("object"===typeof e&&O in e))}(t)){var ae=X(t,L);return"cause"in Error.prototype||!("cause"in t)||T.call(t,"cause")?0===ae.length?"["+String(t)+"]":"{ ["+String(t)+"] "+A.call(ae,", ")+" }":"{ ["+String(t)+"] "+A.call(x.call("[cause]: "+L(t.cause),ae),", ")+" }"}if("object"===typeof t&&l){if(P&&"function"===typeof t[P]&&I)return I(t,{depth:C-r});if("symbol"!==l&&"function"===typeof t.inspect)return t.inspect()}if(function(e){if(!a||!e||"object"!==typeof e)return!1;try{a.call(e);try{c.call(e)}catch(te){return!0}return e instanceof Map}catch(t){}return!1}(t)){var oe=[];return o.call(t,(function(e,n){oe.push(L(n,t,!0)+" => "+L(e,t))})),Z("Map",a.call(t),oe,S)}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.call(t,(function(e){ue.push(L(e,t))})),Z("Set",c.call(t),ue,S)}if(function(e){if(!f||!e||"object"!==typeof e)return!1;try{f.call(e,f);try{d.call(e,d)}catch(te){return!0}return e instanceof WeakMap}catch(t){}return!1}(t))return J("WeakMap");if(function(e){if(!d||!e||"object"!==typeof e)return!1;try{d.call(e,d);try{f.call(e,f)}catch(te){return!0}return e instanceof WeakSet}catch(t){}return!1}(t))return J("WeakSet");if(function(e){if(!h||!e||"object"!==typeof e)return!1;try{return h.call(e),!0}catch(t){}return!1}(t))return J("WeakRef");if(function(e){return"[object Number]"===V(e)&&(!O||!("object"===typeof e&&O in e))}(t))return G(L(Number(t)));if(function(e){if(!e||"object"!==typeof e||!E)return!1;try{return E.call(e),!0}catch(t){}return!1}(t))return G(L(E.call(t)));if(function(e){return"[object Boolean]"===V(e)&&(!O||!("object"===typeof e&&O in e))}(t))return G(p.call(t));if(function(e){return"[object String]"===V(e)&&(!O||!("object"===typeof e&&O in e))}(t))return G(L(String(t)));if(!function(e){return"[object Date]"===V(e)&&(!O||!("object"===typeof e&&O in e))}(t)&&!$(t)){var le=X(t,L),ce=M?M(t)===Object.prototype:t instanceof Object||t.constructor===Object,se=t instanceof Object?"":"null prototype",fe=!ce&&O&&Object(t)===t&&O in t?g.call(V(t),8,-1):se?"Object":"",de=(ce||"function"!==typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(fe||se?"["+A.call(x.call([],fe||[],se||[]),": ")+"] ":"");return 0===le.length?de+"{}":S?de+"{"+K(le,S)+"}":de+"{ "+A.call(le,", ")+" }"}return String(t)};var U=Object.prototype.hasOwnProperty||function(e){return e in this};function Y(e,t){return U.call(e,t)}function V(e){return v.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(g.call(e,0,t.maxStringLength),t)+r}return z(_.call(_.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,Q),"single",t)}function Q(e){var t=e.charCodeAt(0),n={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return n?"\\"+n:"\\x"+(t<16?"0":"")+b.call(t.toString(16))}function G(e){return"Object("+e+")"}function J(e){return e+" { ? }"}function Z(e,t,n,r){return e+" ("+t+") {"+(r?K(n,r):A.call(n,", "))+"}"}function K(e,t){if(0===e.length)return"";var n="\n"+t.prev+t.base;return n+A.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 S?S(e):[];if(F){a={};for(var u=0;u<o.length;u++)a["$"+o[u]]=o[u]}for(var l in e)Y(e,l)&&(n&&String(Number(l))===l&&l<e.length||F&&a["$"+l]instanceof Symbol||(w.call(/[^\w$]/,l)?r.push(t(l,e)+": "+t(e[l],e)):r.push(l+": "+t(e[l],e))));if("function"===typeof S)for(var c=0;c<o.length;c++)T.call(e,o[c])&&r.push("["+t(o[c])+"]: "+t(e[o[c]],e));return r}},609:function(e){"use strict";var t=String.prototype.replace,n=/%20/g,r="RFC1738",i="RFC3986";e.exports={default:i,formatters:{RFC1738:function(e){return t.call(e,n,"+")},RFC3986:function(e){return String(e)}},RFC1738:r,RFC3986:i}},776:function(e,t,n){"use strict";var r=n(816),i=n(668),a=n(609);e.exports={formats:a,parse:i,stringify:r}},668:function(e,t,n){"use strict";var r=n(837),i=Object.prototype.hasOwnProperty,a=Array.isArray,o={allowDots:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:r.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},u=function(e){return e.replace(/&#(\d+);/g,(function(e,t){return String.fromCharCode(parseInt(t,10))}))},l=function(e,t){return e&&"string"===typeof e&&t.comma&&e.indexOf(",")>-1?e.split(","):e},c=function(e,t,n,r){if(e){var a=n.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/g,u=n.depth>0&&/(\[[^[\]]*])/.exec(a),c=u?a.slice(0,u.index):a,s=[];if(c){if(!n.plainObjects&&i.call(Object.prototype,c)&&!n.allowPrototypes)return;s.push(c)}for(var f=0;n.depth>0&&null!==(u=o.exec(a))&&f<n.depth;){if(f+=1,!n.plainObjects&&i.call(Object.prototype,u[1].slice(1,-1))&&!n.allowPrototypes)return;s.push(u[1])}return u&&s.push("["+a.slice(u.index)+"]"),function(e,t,n,r){for(var i=r?t:l(t,n),a=e.length-1;a>=0;--a){var o,u=e[a];if("[]"===u&&n.parseArrays)o=[].concat(i);else{o=n.plainObjects?Object.create(null):{};var c="["===u.charAt(0)&&"]"===u.charAt(u.length-1)?u.slice(1,-1):u,s=parseInt(c,10);n.parseArrays||""!==c?!isNaN(s)&&u!==c&&String(s)===c&&s>=0&&n.parseArrays&&s<=n.arrayLimit?(o=[])[s]=i:"__proto__"!==c&&(o[c]=i):o={0:i}}i=o}return i}(s,t,n,r)}};e.exports=function(e,t){var n=function(e){if(!e)return o;if(null!==e.decoder&&void 0!==e.decoder&&"function"!==typeof e.decoder)throw new TypeError("Decoder has to be a function.");if("undefined"!==typeof e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var t="undefined"===typeof e.charset?o.charset:e.charset;return{allowDots:"undefined"===typeof e.allowDots?o.allowDots:!!e.allowDots,allowPrototypes:"boolean"===typeof e.allowPrototypes?e.allowPrototypes:o.allowPrototypes,allowSparse:"boolean"===typeof e.allowSparse?e.allowSparse:o.allowSparse,arrayLimit:"number"===typeof e.arrayLimit?e.arrayLimit:o.arrayLimit,charset:t,charsetSentinel:"boolean"===typeof e.charsetSentinel?e.charsetSentinel:o.charsetSentinel,comma:"boolean"===typeof e.comma?e.comma:o.comma,decoder:"function"===typeof e.decoder?e.decoder:o.decoder,delimiter:"string"===typeof e.delimiter||r.isRegExp(e.delimiter)?e.delimiter:o.delimiter,depth:"number"===typeof e.depth||!1===e.depth?+e.depth:o.depth,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"===typeof e.interpretNumericEntities?e.interpretNumericEntities:o.interpretNumericEntities,parameterLimit:"number"===typeof e.parameterLimit?e.parameterLimit:o.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"===typeof e.plainObjects?e.plainObjects:o.plainObjects,strictNullHandling:"boolean"===typeof e.strictNullHandling?e.strictNullHandling:o.strictNullHandling}}(t);if(""===e||null===e||"undefined"===typeof e)return n.plainObjects?Object.create(null):{};for(var s="string"===typeof e?function(e,t){var n,c={},s=t.ignoreQueryPrefix?e.replace(/^\?/,""):e,f=t.parameterLimit===1/0?void 0:t.parameterLimit,d=s.split(t.delimiter,f),h=-1,p=t.charset;if(t.charsetSentinel)for(n=0;n<d.length;++n)0===d[n].indexOf("utf8=")&&("utf8=%E2%9C%93"===d[n]?p="utf-8":"utf8=%26%2310003%3B"===d[n]&&(p="iso-8859-1"),h=n,n=d.length);for(n=0;n<d.length;++n)if(n!==h){var v,m,y=d[n],g=y.indexOf("]="),_=-1===g?y.indexOf("="):g+1;-1===_?(v=t.decoder(y,o.decoder,p,"key"),m=t.strictNullHandling?null:""):(v=t.decoder(y.slice(0,_),o.decoder,p,"key"),m=r.maybeMap(l(y.slice(_+1),t),(function(e){return t.decoder(e,o.decoder,p,"value")}))),m&&t.interpretNumericEntities&&"iso-8859-1"===p&&(m=u(m)),y.indexOf("[]=")>-1&&(m=a(m)?[m]:m),i.call(c,v)?c[v]=r.combine(c[v],m):c[v]=m}return c}(e,n):e,f=n.plainObjects?Object.create(null):{},d=Object.keys(s),h=0;h<d.length;++h){var p=d[h],v=c(p,s[p],n,"string"===typeof e);f=r.merge(f,v,n)}return!0===n.allowSparse?f:r.compact(f)}},816:function(e,t,n){"use strict";var r=n(170),i=n(837),a=n(609),o=Object.prototype.hasOwnProperty,u={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},l=Array.isArray,c=String.prototype.split,s=Array.prototype.push,f=function(e,t){s.apply(e,l(t)?t:[t])},d=Date.prototype.toISOString,h=a.default,p={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:i.encode,encodeValuesOnly:!1,format:h,formatter:a.formatters[h],indices:!1,serializeDate:function(e){return d.call(e)},skipNulls:!1,strictNullHandling:!1},v={},m=function e(t,n,a,o,u,s,d,h,m,y,g,_,b,D,w,x){for(var A,k=t,C=x,E=0,S=!1;void 0!==(C=C.get(v))&&!S;){var N=C.get(t);if(E+=1,"undefined"!==typeof N){if(N===E)throw new RangeError("Cyclic object value");S=!0}"undefined"===typeof C.get(v)&&(E=0)}if("function"===typeof h?k=h(n,k):k instanceof Date?k=g(k):"comma"===a&&l(k)&&(k=i.maybeMap(k,(function(e){return e instanceof Date?g(e):e}))),null===k){if(u)return d&&!D?d(n,p.encoder,w,"key",_):n;k=""}if("string"===typeof(A=k)||"number"===typeof A||"boolean"===typeof A||"symbol"===typeof A||"bigint"===typeof A||i.isBuffer(k)){if(d){var F=D?n:d(n,p.encoder,w,"key",_);if("comma"===a&&D){for(var O=c.call(String(k),","),T="",M=0;M<O.length;++M)T+=(0===M?"":",")+b(d(O[M],p.encoder,w,"value",_));return[b(F)+(o&&l(k)&&1===O.length?"[]":"")+"="+T]}return[b(F)+"="+b(d(k,p.encoder,w,"value",_))]}return[b(n)+"="+b(String(k))]}var B,I=[];if("undefined"===typeof k)return I;if("comma"===a&&l(k))B=[{value:k.length>0?k.join(",")||null:void 0}];else if(l(h))B=h;else{var L=Object.keys(k);B=m?L.sort(m):L}for(var P=o&&l(k)&&1===k.length?n+"[]":n,z=0;z<B.length;++z){var R=B[z],j="object"===typeof R&&"undefined"!==typeof R.value?R.value:k[R];if(!s||null!==j){var $=l(k)?"function"===typeof a?a(P,R):P:P+(y?"."+R:"["+R+"]");x.set(t,E);var H=r();H.set(v,x),f(I,e(j,$,a,o,u,s,d,h,m,y,g,_,b,D,w,H))}}return I};e.exports=function(e,t){var n,i=e,c=function(e){if(!e)return p;if(null!==e.encoder&&"undefined"!==typeof e.encoder&&"function"!==typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||p.charset;if("undefined"!==typeof e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=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=p.filter;return("function"===typeof e.filter||l(e.filter))&&(i=e.filter),{addQueryPrefix:"boolean"===typeof e.addQueryPrefix?e.addQueryPrefix:p.addQueryPrefix,allowDots:"undefined"===typeof e.allowDots?p.allowDots:!!e.allowDots,charset:t,charsetSentinel:"boolean"===typeof e.charsetSentinel?e.charsetSentinel:p.charsetSentinel,delimiter:"undefined"===typeof e.delimiter?p.delimiter:e.delimiter,encode:"boolean"===typeof e.encode?e.encode:p.encode,encoder:"function"===typeof e.encoder?e.encoder:p.encoder,encodeValuesOnly:"boolean"===typeof e.encodeValuesOnly?e.encodeValuesOnly:p.encodeValuesOnly,filter:i,format:n,formatter:r,serializeDate:"function"===typeof e.serializeDate?e.serializeDate:p.serializeDate,skipNulls:"boolean"===typeof e.skipNulls?e.skipNulls:p.skipNulls,sort:"function"===typeof e.sort?e.sort:null,strictNullHandling:"boolean"===typeof e.strictNullHandling?e.strictNullHandling:p.strictNullHandling}}(t);"function"===typeof c.filter?i=(0,c.filter)("",i):l(c.filter)&&(n=c.filter);var s,d=[];if("object"!==typeof i||null===i)return"";s=t&&t.arrayFormat in u?t.arrayFormat:t&&"indices"in t?t.indices?"indices":"repeat":"indices";var h=u[s];if(t&&"commaRoundTrip"in t&&"boolean"!==typeof t.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var v="comma"===h&&t&&t.commaRoundTrip;n||(n=Object.keys(i)),c.sort&&n.sort(c.sort);for(var y=r(),g=0;g<n.length;++g){var _=n[g];c.skipNulls&&null===i[_]||f(d,m(i[_],_,h,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,y))}var b=d.join(c.delimiter),D=!0===c.addQueryPrefix?"?":"";return c.charsetSentinel&&("iso-8859-1"===c.charset?D+="utf8=%26%2310003%3B&":D+="utf8=%E2%9C%93&"),b.length>0?D+b:""}},837:function(e,t,n){"use strict";var r=n(609),i=Object.prototype.hasOwnProperty,a=Array.isArray,o=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),u=function(e,t){for(var n=t&&t.plainObjects?Object.create(null):{},r=0;r<e.length;++r)"undefined"!==typeof e[r]&&(n[r]=e[r]);return n};e.exports={arrayToObject:u,assign:function(e,t){return Object.keys(t).reduce((function(e,n){return e[n]=t[n],e}),e)},combine:function(e,t){return[].concat(e,t)},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],n=[],r=0;r<t.length;++r)for(var i=t[r],o=i.obj[i.prop],u=Object.keys(o),l=0;l<u.length;++l){var c=u[l],s=o[c];"object"===typeof s&&null!==s&&-1===n.indexOf(s)&&(t.push({obj:o,prop:c}),n.push(s))}return function(e){for(;e.length>1;){var t=e.pop(),n=t.obj[t.prop];if(a(n)){for(var r=[],i=0;i<n.length;++i)"undefined"!==typeof n[i]&&r.push(n[i]);t.obj[t.prop]=r}}}(t),e},decode:function(e,t,n){var r=e.replace(/\+/g," ");if("iso-8859-1"===n)return r.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(r)}catch(i){return r}},encode:function(e,t,n,i,a){if(0===e.length)return e;var u=e;if("symbol"===typeof e?u=Symbol.prototype.toString.call(e):"string"!==typeof e&&(u=String(e)),"iso-8859-1"===n)return escape(u).replace(/%u[0-9a-f]{4}/gi,(function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"}));for(var l="",c=0;c<u.length;++c){var s=u.charCodeAt(c);45===s||46===s||95===s||126===s||s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122||a===r.RFC1738&&(40===s||41===s)?l+=u.charAt(c):s<128?l+=o[s]:s<2048?l+=o[192|s>>6]+o[128|63&s]:s<55296||s>=57344?l+=o[224|s>>12]+o[128|s>>6&63]+o[128|63&s]:(c+=1,s=65536+((1023&s)<<10|1023&u.charCodeAt(c)),l+=o[240|s>>18]+o[128|s>>12&63]+o[128|s>>6&63]+o[128|63&s])}return l},isBuffer:function(e){return!(!e||"object"!==typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(a(e)){for(var n=[],r=0;r<e.length;r+=1)n.push(t(e[r]));return n}return t(e)},merge:function e(t,n,r){if(!n)return t;if("object"!==typeof n){if(a(t))t.push(n);else{if(!t||"object"!==typeof t)return[t,n];(r&&(r.plainObjects||r.allowPrototypes)||!i.call(Object.prototype,n))&&(t[n]=!0)}return t}if(!t||"object"!==typeof t)return[t].concat(n);var o=t;return a(t)&&!a(n)&&(o=u(t,r)),a(t)&&a(n)?(n.forEach((function(n,a){if(i.call(t,a)){var o=t[a];o&&"object"===typeof o&&n&&"object"===typeof n?t[a]=e(o,n,r):t.push(n)}else t[a]=n})),t):Object.keys(n).reduce((function(t,a){var o=n[a];return i.call(t,a)?t[a]=e(t[a],o,r):t[a]=o,t}),o)}}},170:function(e,t,n){"use strict";var r=n(476),i=n(680),a=n(154),o=r("%TypeError%"),u=r("%WeakMap%",!0),l=r("%Map%",!0),c=i("WeakMap.prototype.get",!0),s=i("WeakMap.prototype.set",!0),f=i("WeakMap.prototype.has",!0),d=i("Map.prototype.get",!0),h=i("Map.prototype.set",!0),p=i("Map.prototype.has",!0),v=function(e,t){for(var n,r=e;null!==(n=r.next);r=n)if(n.key===t)return r.next=n.next,n.next=e.next,e.next=n,n};e.exports=function(){var e,t,n,r={assert:function(e){if(!r.has(e))throw new o("Side channel does not contain "+a(e))},get:function(r){if(u&&r&&("object"===typeof r||"function"===typeof r)){if(e)return c(e,r)}else if(l){if(t)return d(t,r)}else if(n)return function(e,t){var n=v(e,t);return n&&n.value}(n,r)},has:function(r){if(u&&r&&("object"===typeof r||"function"===typeof r)){if(e)return f(e,r)}else if(l){if(t)return p(t,r)}else if(n)return function(e,t){return!!v(e,t)}(n,r);return!1},set:function(r,i){u&&r&&("object"===typeof r||"function"===typeof r)?(e||(e=new u),s(e,r,i)):l?(t||(t=new l),h(t,r,i)):(n||(n={key:{},next:null}),function(e,t,n){var r=v(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+".c1ccfd29.chunk.js"},n.miniCssF=function(e){},n.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}(),n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){var e={},t="vmui:";n.l=function(r,i,a,o){if(e[r])e[r].push(i);else{var u,l;if(void 0!==a)for(var c=document.getElementsByTagName("script"),s=0;s<c.length;s++){var f=c[s];if(f.getAttribute("src")==r||f.getAttribute("data-webpack")==t+a){u=f;break}}u||(l=!0,(u=document.createElement("script")).charset="utf-8",u.timeout=120,n.nc&&u.setAttribute("nonce",n.nc),u.setAttribute("data-webpack",t+a),u.src=r),e[r]=[i];var d=function(t,n){u.onerror=u.onload=null,clearTimeout(h);var i=e[r];if(delete e[r],u.parentNode&&u.parentNode.removeChild(u),i&&i.forEach((function(e){return e(n)})),t)return t(n)},h=setTimeout(d.bind(null,void 0,{type:"timeout",target:u}),12e4);u.onerror=d.bind(null,u.onerror),u.onload=d.bind(null,u.onload),l&&document.head.appendChild(u)}}}(),n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.p="./",function(){var e={179:0};n.f.j=function(t,r){var i=n.o(e,t)?e[t]:void 0;if(0!==i)if(i)r.push(i[2]);else{var a=new Promise((function(n,r){i=e[t]=[n,r]}));r.push(i[2]=a);var o=n.p+n.u(t),u=new Error;n.l(o,(function(r){if(n.o(e,t)&&(0!==(i=e[t])&&(e[t]=void 0),i)){var a=r&&("load"===r.type?"missing":r.type),o=r&&r.target&&r.target.src;u.message="Loading chunk "+t+" failed.\n("+a+": "+o+")",u.name="ChunkLoadError",u.type=a,u.request=o,i[1](u)}}),"chunk-"+t,t)}};var t=function(t,r){var i,a,o=r[0],u=r[1],l=r[2],c=0;if(o.some((function(t){return 0!==e[t]}))){for(i in u)n.o(u,i)&&(n.m[i]=u[i]);if(l)l(n)}for(t&&t(r);c<o.length;c++)a=o[c],n.o(e,a)&&e[a]&&e[a][0](),e[a]=0},r=self.webpackChunkvmui=self.webpackChunkvmui||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))}(),function(){"use strict";var e={};n.r(e),n.d(e,{Children:function(){return Se},Component:function(){return g},Fragment:function(){return y},PureComponent:function(){return we},StrictMode:function(){return st},Suspense:function(){return Me},SuspenseList:function(){return Le},__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:function(){return tt},cloneElement:function(){return at},createContext:function(){return j},createElement:function(){return p},createFactory:function(){return rt},createPortal:function(){return je},createRef:function(){return m},default:function(){return yt},findDOMNode:function(){return ut},flushSync:function(){return ct},forwardRef:function(){return Ce},hydrate:function(){return qe},isValidElement:function(){return it},lazy:function(){return Ie},memo:function(){return xe},render:function(){return Ve},startTransition:function(){return ft},unmountComponentAtNode:function(){return ot},unstable_batchedUpdates:function(){return lt},useCallback:function(){return ue},useContext:function(){return le},useDebugValue:function(){return ce},useDeferredValue:function(){return dt},useEffect:function(){return ne},useErrorBoundary:function(){return se},useId:function(){return fe},useImperativeHandle:function(){return ae},useInsertionEffect:function(){return pt},useLayoutEffect:function(){return re},useMemo:function(){return oe},useReducer:function(){return te},useRef:function(){return ie},useState:function(){return ee},useSyncExternalStore:function(){return vt},useTransition:function(){return ht},version:function(){return nt}});var t={};n.r(t),n.d(t,{AlarmIcon:function(){return ji},ArrowDownIcon:function(){return Ii},ArrowDropDownIcon:function(){return Li},CalendarIcon:function(){return Ri},ChartIcon:function(){return Vi},ClockIcon:function(){return zi},CloseIcon:function(){return Si},CodeIcon:function(){return Wi},CopyIcon:function(){return Xi},DeleteIcon:function(){return Qi},DoneIcon:function(){return Ji},DragIcon:function(){return ea},ErrorIcon:function(){return Ti},InfoIcon:function(){return Fi},KeyboardIcon:function(){return $i},LogoFullIcon:function(){return ki},LogoIcon:function(){return Ci},PlayCircleOutlineIcon:function(){return Yi},PlayIcon:function(){return Ui},PlusCircleFillIcon:function(){return Pi},PlusIcon:function(){return Gi},RefreshIcon:function(){return Bi},RemoveCircleIcon:function(){return Hi},ResizeIcon:function(){return na},RestartIcon:function(){return Ni},SearchIcon:function(){return ta},SettingsIcon:function(){return Ei},SuccessIcon:function(){return Mi},TableIcon:function(){return qi},TimelineIcon:function(){return ra},VisibilityIcon:function(){return Zi},VisibilityOffIcon:function(){return Ki},WarningIcon:function(){return Oi}});var r,i,a,o,u,l,c={},s=[],f=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function d(e,t){for(var n in t)e[n]=t[n];return e}function h(e){var t=e.parentNode;t&&t.removeChild(e)}function p(e,t,n){var i,a,o,u={};for(o in t)"key"==o?i=t[o]:"ref"==o?a=t[o]:u[o]=t[o];if(arguments.length>2&&(u.children=arguments.length>3?r.call(arguments,2):n),"function"==typeof e&&null!=e.defaultProps)for(o in e.defaultProps)void 0===u[o]&&(u[o]=e.defaultProps[o]);return v(e,u,i,a,null)}function v(e,t,n,r,o){var u={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==o?++a:o};return null==o&&null!=i.vnode&&i.vnode(u),u}function m(){return{current:null}}function y(e){return e.children}function g(e,t){this.props=e,this.context=t}function _(e,t){if(null==t)return e.__?_(e.__,e.__.__k.indexOf(e)+1):null;for(var n;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e)return n.__e;return"function"==typeof e.type?_(e):null}function b(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 b(e)}}function D(e){(!e.__d&&(e.__d=!0)&&o.push(e)&&!w.__r++||u!==i.debounceRendering)&&((u=i.debounceRendering)||setTimeout)(w)}function w(){for(var e;w.__r=o.length;)e=o.sort((function(e,t){return e.__v.__b-t.__v.__b})),o=[],e.some((function(e){var t,n,r,i,a,o;e.__d&&(a=(i=(t=e).__v).__e,(o=t.__P)&&(n=[],(r=d({},i)).__v=i.__v+1,O(o,i,r,t.__n,void 0!==o.ownerSVGElement,null!=i.__h?[a]:null,n,null==a?_(i):a,i.__h),T(n,i),i.__e!=a&&b(i)))}))}function x(e,t,n,r,i,a,o,u,l,f){var d,h,p,m,g,b,D,w=r&&r.__k||s,x=w.length;for(n.__k=[],d=0;d<t.length;d++)if(null!=(m=n.__k[d]=null==(m=t[d])||"boolean"==typeof m?null:"string"==typeof m||"number"==typeof m||"bigint"==typeof m?v(null,m,null,null,m):Array.isArray(m)?v(y,{children:m},null,null,null):m.__b>0?v(m.type,m.props,m.key,m.ref?m.ref:null,m.__v):m)){if(m.__=n,m.__b=n.__b+1,null===(p=w[d])||p&&m.key==p.key&&m.type===p.type)w[d]=void 0;else for(h=0;h<x;h++){if((p=w[h])&&m.key==p.key&&m.type===p.type){w[h]=void 0;break}p=null}O(e,m,p=p||c,i,a,o,u,l,f),g=m.__e,(h=m.ref)&&p.ref!=h&&(D||(D=[]),p.ref&&D.push(p.ref,null,m),D.push(h,m.__c||g,m)),null!=g?(null==b&&(b=g),"function"==typeof m.type&&m.__k===p.__k?m.__d=l=A(m,l,e):l=C(e,m,p,w,g,l),"function"==typeof n.type&&(n.__d=l)):l&&p.__e==l&&l.parentNode!=e&&(l=_(p))}for(n.__e=b,d=x;d--;)null!=w[d]&&I(w[d],w[d]);if(D)for(d=0;d<D.length;d++)B(D[d],D[++d],D[++d])}function A(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?A(r,t,n):C(n,r,r,i,r.__e,t));return t}function k(e,t){return t=t||[],null==e||"boolean"==typeof e||(Array.isArray(e)?e.some((function(e){k(e,t)})):t.push(e)),t}function C(e,t,n,r,i,a){var o,u,l;if(void 0!==t.__d)o=t.__d,t.__d=void 0;else if(null==n||i!=a||null==i.parentNode)e:if(null==a||a.parentNode!==e)e.appendChild(i),o=null;else{for(u=a,l=0;(u=u.nextSibling)&&l<r.length;l+=1)if(u==i)break e;e.insertBefore(i,a),o=a}return void 0!==o?o:i.nextSibling}function E(e,t,n){"-"===t[0]?e.setProperty(t,n):e[t]=null==n?"":"number"!=typeof n||f.test(t)?n:n+"px"}function S(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||E(e.style,t,"");if(n)for(t in n)r&&n[t]===r[t]||E(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])a=t!==(t=t.replace(/Capture$/,"")),t=t.toLowerCase()in e?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+a]=n,n?r||e.addEventListener(t,a?F:N,a):e.removeEventListener(t,a?F:N,a);else if("dangerouslySetInnerHTML"!==t){if(i)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("href"!==t&&"list"!==t&&"form"!==t&&"tabIndex"!==t&&"download"!==t&&t in e)try{e[t]=null==n?"":n;break e}catch(e){}"function"==typeof n||(null==n||!1===n&&-1==t.indexOf("-")?e.removeAttribute(t):e.setAttribute(t,n))}}function N(e){this.l[e.type+!1](i.event?i.event(e):e)}function F(e){this.l[e.type+!0](i.event?i.event(e):e)}function O(e,t,n,r,a,o,u,l,c){var s,f,h,p,v,m,_,b,D,w,A,k,C,E,S,N=t.type;if(void 0!==t.constructor)return null;null!=n.__h&&(c=n.__h,l=t.__e=n.__e,t.__h=null,o=[l]),(s=i.__b)&&s(t);try{e:if("function"==typeof N){if(b=t.props,D=(s=N.contextType)&&r[s.__c],w=s?D?D.props.value:s.__:r,n.__c?_=(f=t.__c=n.__c).__=f.__E:("prototype"in N&&N.prototype.render?t.__c=f=new N(b,w):(t.__c=f=new g(b,w),f.constructor=N,f.render=L),D&&D.sub(f),f.props=b,f.state||(f.state={}),f.context=w,f.__n=r,h=f.__d=!0,f.__h=[],f._sb=[]),null==f.__s&&(f.__s=f.state),null!=N.getDerivedStateFromProps&&(f.__s==f.state&&(f.__s=d({},f.__s)),d(f.__s,N.getDerivedStateFromProps(b,f.__s))),p=f.props,v=f.state,h)null==N.getDerivedStateFromProps&&null!=f.componentWillMount&&f.componentWillMount(),null!=f.componentDidMount&&f.__h.push(f.componentDidMount);else{if(null==N.getDerivedStateFromProps&&b!==p&&null!=f.componentWillReceiveProps&&f.componentWillReceiveProps(b,w),!f.__e&&null!=f.shouldComponentUpdate&&!1===f.shouldComponentUpdate(b,f.__s,w)||t.__v===n.__v){for(f.props=b,f.state=f.__s,t.__v!==n.__v&&(f.__d=!1),f.__v=t,t.__e=n.__e,t.__k=n.__k,t.__k.forEach((function(e){e&&(e.__=t)})),A=0;A<f._sb.length;A++)f.__h.push(f._sb[A]);f._sb=[],f.__h.length&&u.push(f);break e}null!=f.componentWillUpdate&&f.componentWillUpdate(b,f.__s,w),null!=f.componentDidUpdate&&f.__h.push((function(){f.componentDidUpdate(p,v,m)}))}if(f.context=w,f.props=b,f.__v=t,f.__P=e,k=i.__r,C=0,"prototype"in N&&N.prototype.render){for(f.state=f.__s,f.__d=!1,k&&k(t),s=f.render(f.props,f.state,f.context),E=0;E<f._sb.length;E++)f.__h.push(f._sb[E]);f._sb=[]}else do{f.__d=!1,k&&k(t),s=f.render(f.props,f.state,f.context),f.state=f.__s}while(f.__d&&++C<25);f.state=f.__s,null!=f.getChildContext&&(r=d(d({},r),f.getChildContext())),h||null==f.getSnapshotBeforeUpdate||(m=f.getSnapshotBeforeUpdate(p,v)),S=null!=s&&s.type===y&&null==s.key?s.props.children:s,x(e,Array.isArray(S)?S:[S],t,n,r,a,o,u,l,c),f.base=t.__e,t.__h=null,f.__h.length&&u.push(f),_&&(f.__E=f.__=null),f.__e=!1}else null==o&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=M(n.__e,t,n,r,a,o,u,c);(s=i.diffed)&&s(t)}catch(e){t.__v=null,(c||null!=o)&&(t.__e=l,t.__h=!!c,o[o.indexOf(l)]=null),i.__e(e,t,n)}}function T(e,t){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 M(e,t,n,i,a,o,u,l){var s,f,d,p=n.props,v=t.props,m=t.type,y=0;if("svg"===m&&(a=!0),null!=o)for(;y<o.length;y++)if((s=o[y])&&"setAttribute"in s==!!m&&(m?s.localName===m:3===s.nodeType)){e=s,o[y]=null;break}if(null==e){if(null===m)return document.createTextNode(v);e=a?document.createElementNS("http://www.w3.org/2000/svg",m):document.createElement(m,v.is&&v),o=null,l=!1}if(null===m)p===v||l&&e.data===v||(e.data=v);else{if(o=o&&r.call(e.childNodes),f=(p=n.props||c).dangerouslySetInnerHTML,d=v.dangerouslySetInnerHTML,!l){if(null!=o)for(p={},y=0;y<e.attributes.length;y++)p[e.attributes[y].name]=e.attributes[y].value;(d||f)&&(d&&(f&&d.__html==f.__html||d.__html===e.innerHTML)||(e.innerHTML=d&&d.__html||""))}if(function(e,t,n,r,i){var a;for(a in n)"children"===a||"key"===a||a in t||S(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]||S(e,a,t[a],n[a],r)}(e,v,p,a,l),d)t.__k=[];else if(y=t.props.children,x(e,Array.isArray(y)?y:[y],t,n,i,a&&"foreignObject"!==m,o,u,o?o[0]:n.__k&&_(n,0),l),null!=o)for(y=o.length;y--;)null!=o[y]&&h(o[y]);l||("value"in v&&void 0!==(y=v.value)&&(y!==e.value||"progress"===m&&!y||"option"===m&&y!==p.value)&&S(e,"value",y,p.value,!1),"checked"in v&&void 0!==(y=v.checked)&&y!==e.checked&&S(e,"checked",y,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 I(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]&&I(r[a],t,n||"function"!=typeof e.type);n||null==e.__e||h(e.__e),e.__=e.__e=e.__d=void 0}function L(e,t,n){return this.constructor(e,n)}function P(e,t,n){var a,o,u;i.__&&i.__(e,t),o=(a="function"==typeof n)?null:n&&n.__k||t.__k,u=[],O(t,e=(!a&&n||t).__k=p(y,null,[e]),o||c,c,void 0!==t.ownerSVGElement,!a&&n?[n]:o?null:t.firstChild?r.call(t.childNodes):null,u,!a&&n?n:o?o.__e:t.firstChild,a),T(u,e)}function z(e,t){P(e,t,z)}function R(e,t,n){var i,a,o,u=d({},e.props);for(o in t)"key"==o?i=t[o]:"ref"==o?a=t[o]:u[o]=t[o];return arguments.length>2&&(u.children=arguments.length>3?r.call(arguments,2):n),v(e.type,u,i||e.key,a||e.ref,null)}function j(e,t){var n={__c:t="__cC"+l++,__: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(D)},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=s.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,g.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=d({},this.state),"function"==typeof e&&(e=e(d({},n),this.props)),e&&d(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),D(this))},g.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),D(this))},g.prototype.render=y,o=[],w.__r=0,l=0;var $,H,U,Y,V=0,q=[],W=[],Q=i.__b,G=i.__r,J=i.diffed,Z=i.__c,K=i.unmount;function X(e,t){i.__h&&i.__h(H,e,V||t),V=0;var n=H.__H||(H.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({__V:W}),n.__[e]}function ee(e){return V=1,te(ge,e)}function te(e,t,n){var r=X($++,2);if(r.t=e,!r.__c&&(r.__=[n?n(t):ge(void 0,t),function(e){var t=r.__N?r.__N[0]:r.__[0],n=r.t(t,e);t!==n&&(r.__N=[n,r.__[1]],r.__c.setState({}))}],r.__c=H,!H.u)){H.u=!0;var i=H.shouldComponentUpdate;H.shouldComponentUpdate=function(e,t,n){if(!r.__c.__H)return!0;var a=r.__c.__H.__.filter((function(e){return e.__c}));if(a.every((function(e){return!e.__N})))return!i||i.call(this,e,t,n);var o=!1;return a.forEach((function(e){if(e.__N){var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(o=!0)}})),!(!o&&r.__c.props===e)&&(!i||i.call(this,e,t,n))}}return r.__N||r.__}function ne(e,t){var n=X($++,3);!i.__s&&ye(n.__H,t)&&(n.__=e,n.i=t,H.__H.__h.push(n))}function re(e,t){var n=X($++,4);!i.__s&&ye(n.__H,t)&&(n.__=e,n.i=t,H.__h.push(n))}function ie(e){return V=5,oe((function(){return{current:e}}),[])}function ae(e,t,n){V=6,re((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 oe(e,t){var n=X($++,7);return ye(n.__H,t)?(n.__V=e(),n.i=t,n.__h=e,n.__V):n.__}function ue(e,t){return V=8,oe((function(){return e}),t)}function le(e){var t=H.context[e.__c],n=X($++,9);return n.c=e,t?(null==n.__&&(n.__=!0,t.sub(H)),t.props.value):e.__}function ce(e,t){i.useDebugValue&&i.useDebugValue(t?t(e):e)}function se(e){var t=X($++,10),n=ee();return t.__=e,H.componentDidCatch||(H.componentDidCatch=function(e,r){t.__&&t.__(e,r),n[1](e)}),[n[0],function(){n[1](void 0)}]}function fe(){var e=X($++,11);if(!e.__){for(var t=H.__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 de(){for(var e;e=q.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(ve),e.__H.__h.forEach(me),e.__H.__h=[]}catch(l){e.__H.__h=[],i.__e(l,e.__v)}}i.__b=function(e){H=null,Q&&Q(e)},i.__r=function(e){G&&G(e),$=0;var t=(H=e.__c).__H;t&&(U===H?(t.__h=[],H.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.__V=W,e.__N=e.i=void 0}))):(t.__h.forEach(ve),t.__h.forEach(me),t.__h=[])),U=H},i.diffed=function(e){J&&J(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==q.push(t)&&Y===i.requestAnimationFrame||((Y=i.requestAnimationFrame)||pe)(de)),t.__H.__.forEach((function(e){e.i&&(e.__H=e.i),e.__V!==W&&(e.__=e.__V),e.i=void 0,e.__V=W}))),U=H=null},i.__c=function(e,t){t.some((function(e){try{e.__h.forEach(ve),e.__h=e.__h.filter((function(e){return!e.__||me(e)}))}catch(a){t.some((function(e){e.__h&&(e.__h=[])})),t=[],i.__e(a,e.__v)}})),Z&&Z(e,t)},i.unmount=function(e){K&&K(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach((function(e){try{ve(e)}catch(e){t=e}})),n.__H=void 0,t&&i.__e(t,n.__v))};var he="function"==typeof requestAnimationFrame;function pe(e){var t,n=function(){clearTimeout(r),he&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);he&&(t=requestAnimationFrame(n))}function ve(e){var t=H,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),H=t}function me(e){var t=H;e.__c=e.__(),H=t}function ye(e,t){return!e||e.length!==t.length||t.some((function(t,n){return t!==e[n]}))}function ge(e,t){return"function"==typeof t?t(e):t}function _e(e,t){for(var n in t)e[n]=t[n];return e}function be(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 De(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t}function we(e){this.props=e}function xe(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:be(this.props,e)}function r(t){return this.shouldComponentUpdate=n,p(e,t)}return r.displayName="Memo("+(e.displayName||e.name)+")",r.prototype.isReactComponent=!0,r.__f=!0,r}(we.prototype=new g).isPureReactComponent=!0,we.prototype.shouldComponentUpdate=function(e,t){return be(this.props,e)||be(this.state,t)};var Ae=i.__b;i.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),Ae&&Ae(e)};var ke="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref")||3911;function Ce(e){function t(t){var n=_e({},t);return delete n.ref,e(n,t.ref||null)}return t.$$typeof=ke,t.render=t,t.prototype.isReactComponent=t.__f=!0,t.displayName="ForwardRef("+(e.displayName||e.name)+")",t}var Ee=function(e,t){return null==e?null:k(k(e).map(t))},Se={map:Ee,forEach:Ee,count:function(e){return e?k(e).length:0},only:function(e){var t=k(e);if(1!==t.length)throw"Children.only";return t[0]},toArray:k},Ne=i.__e;i.__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);Ne(e,t,n,r)};var Fe=i.unmount;function Oe(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=_e({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return Oe(e,t,n)}))),e}function Te(e,t,n){return e&&(e.__v=null,e.__k=e.__k&&e.__k.map((function(e){return Te(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 Me(){this.__u=0,this.t=null,this.__b=null}function Be(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function Ie(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 p(n,i)}return i.displayName="Lazy",i.__f=!0,i}function Le(){this.u=null,this.o=null}i.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&!0===e.__h&&(e.type=null),Fe&&Fe(e)},(Me.prototype=new g).__c=function(e,t){var n=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(n);var i=Be(r.__v),a=!1,o=function(){a||(a=!0,n.__R=null,i?i(u):u())};n.__R=o;var u=function(){if(!--r.__u){if(r.state.__a){var e=r.state.__a;r.__v.__k[0]=Te(e,e.__c.__P,e.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.t.pop();)t.forceUpdate()}},l=!0===t.__h;r.__u++||l||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(o,o)},Me.prototype.componentWillUnmount=function(){this.t=[]},Me.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]=Oe(this.__b,n,r.__O=r.__P)}this.__b=null}var i=t.__a&&p(y,null,e.fallback);return i&&(i.__h=null),[p(y,null,t.__a?null:e.children),i]};var Pe=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 ze(e){return this.getChildContext=function(){return e.context},e.children}function Re(e){var t=this,n=e.i;t.componentWillUnmount=function(){P(null,t.l),t.l=null,t.i=null},t.i&&t.i!==n&&t.componentWillUnmount(),e.__v?(t.l||(t.i=n,t.l={nodeType:1,parentNode:n,childNodes:[],appendChild:function(e){this.childNodes.push(e),t.i.appendChild(e)},insertBefore:function(e,n){this.childNodes.push(e),t.i.appendChild(e)},removeChild:function(e){this.childNodes.splice(this.childNodes.indexOf(e)>>>1,1),t.i.removeChild(e)}}),P(p(ze,{context:t.context},e.__v),t.l)):t.l&&t.componentWillUnmount()}function je(e,t){var n=p(Re,{__v:e,i:t});return n.containerInfo=t,n}(Le.prototype=new g).__a=function(e){var t=this,n=Be(t.__v),r=t.o.get(e);return r[0]++,function(i){var a=function(){t.props.revealOrder?(r.push(i),Pe(t,e,r)):i()};n?n(a):a()}},Le.prototype.render=function(e){this.u=null,this.o=new Map;var t=k(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},Le.prototype.componentDidUpdate=Le.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){Pe(e,n,t)}))};var $e="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,He=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,Ue="undefined"!=typeof document,Ye=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/i:/fil|che|ra/i).test(e)};function Ve(e,t,n){return null==t.__k&&(t.textContent=""),P(e,t),"function"==typeof n&&n(),e?e.__c:null}function qe(e,t,n){return z(e,t),"function"==typeof n&&n(),e?e.__c:null}g.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(g.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var We=i.event;function Qe(){}function Ge(){return this.cancelBubble}function Je(){return this.defaultPrevented}i.event=function(e){return We&&(e=We(e)),e.persist=Qe,e.isPropagationStopped=Ge,e.isDefaultPrevented=Je,e.nativeEvent=e};var Ze,Ke={configurable:!0,get:function(){return this.class}},Xe=i.vnode;i.vnode=function(e){var t=e.type,n=e.props,r=n;if("string"==typeof t){var i=-1===t.indexOf("-");for(var a in r={},n){var o=n[a];Ue&&"children"===a&&"noscript"===t||"value"===a&&"defaultValue"in n&&null==o||("defaultValue"===a&&"value"in n&&null==n.value?a="value":"download"===a&&!0===o?o="":/ondoubleclick/i.test(a)?a="ondblclick":/^onchange(textarea|input)/i.test(a+t)&&!Ye(n.type)?a="oninput":/^onfocus$/i.test(a)?a="onfocusin":/^onblur$/i.test(a)?a="onfocusout":/^on(Ani|Tra|Tou|BeforeInp|Compo)/.test(a)?a=a.toLowerCase():i&&He.test(a)?a=a.replace(/[A-Z0-9]/g,"-$&").toLowerCase():null===o&&(o=void 0),/^oninput$/i.test(a)&&(a=a.toLowerCase(),r[a]&&(a="oninputCapture")),r[a]=o)}"select"==t&&r.multiple&&Array.isArray(r.value)&&(r.value=k(n.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),"select"==t&&null!=r.defaultValue&&(r.value=k(n.children).forEach((function(e){e.props.selected=r.multiple?-1!=r.defaultValue.indexOf(e.props.value):r.defaultValue==e.props.value}))),e.props=r,n.class!=n.className&&(Ke.enumerable="className"in n,null!=n.className&&(r.class=n.className),Object.defineProperty(r,"className",Ke))}e.$$typeof=$e,Xe&&Xe(e)};var et=i.__r;i.__r=function(e){et&&et(e),Ze=e.__c};var tt={ReactCurrentDispatcher:{current:{readContext:function(e){return Ze.__n[e.__c].props.value}}}},nt="17.0.2";function rt(e){return p.bind(null,e)}function it(e){return!!e&&e.$$typeof===$e}function at(e){return it(e)?R.apply(null,arguments):e}function ot(e){return!!e.__k&&(P(null,e),!0)}function ut(e){return e&&(e.base||1===e.nodeType&&e)||null}var lt=function(e,t){return e(t)},ct=function(e,t){return e(t)},st=y;function ft(e){e()}function dt(e){return e}function ht(){return[!1,ft]}var pt=re;function vt(e,t){var n=t(),r=ee({h:{__:n,v:t}}),i=r[0].h,a=r[1];return re((function(){i.__=n,i.v=t,De(i.__,t())||a({h:i})}),[e,n,t]),ne((function(){return De(i.__,i.v())||a({h:i}),e((function(){De(i.__,i.v())||a({h:i})}))}),[e]),n}var mt,yt={useState:ee,useId:fe,useReducer:te,useEffect:ne,useLayoutEffect:re,useInsertionEffect:pt,useTransition:ht,useDeferredValue:dt,useSyncExternalStore:vt,startTransition:ft,useRef:ie,useImperativeHandle:ae,useMemo:oe,useCallback:ue,useContext:le,useDebugValue:ce,version:"17.0.2",Children:Se,render:Ve,hydrate:qe,unmountComponentAtNode:ot,createPortal:je,createElement:p,createContext:j,createFactory:rt,cloneElement:at,createRef:m,Fragment:y,isValidElement:it,findDOMNode:ut,Component:g,PureComponent:we,memo:xe,forwardRef:Ce,flushSync:ct,unstable_batchedUpdates:lt,StrictMode:st,Suspense:Me,SuspenseList:Le,lazy:Ie,__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:tt},gt=n(658),_t=n.n(gt),bt=n(443),Dt=n.n(bt),wt=n(446),xt=n.n(wt),At=n(635),kt=n.n(At);function Ct(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 Et(e,t){if(e){if("string"===typeof e)return Ct(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)?Ct(e,t):void 0}}function St(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,a,o,u=[],l=!0,c=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=a.call(n)).done)&&(u.push(r.value),u.length!==t);l=!0);}catch(s){c=!0,i=s}finally{try{if(!l&&null!=n.return&&(o=n.return(),Object(o)!==o))return}finally{if(c)throw i}}return u}}(e,t)||Et(e,t)||function(){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 Nt(e){return function(e){if(Array.isArray(e))return Ct(e)}(e)||function(e){if("undefined"!==typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||Et(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 Ft(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Ot(e){return Ot="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},Ot(e)}function Tt(e){var t=function(e,t){if("object"!==Ot(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t||"default");if("object"!==Ot(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===Ot(t)?t:String(t)}function Mt(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,Tt(r.key),r)}}function Bt(e,t,n){return t&&Mt(e.prototype,t),n&&Mt(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function It(e,t){return It=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},It(e,t)}function Lt(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&&It(e,t)}function Pt(e){return Pt=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},Pt(e)}function zt(){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(s){return!1}}function Rt(e,t){if(t&&("object"===Ot(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 jt(e){var t=zt();return function(){var n,r=Pt(e);if(t){var i=Pt(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return Rt(this,n)}}function $t(e,t,n){return zt()?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&&It(i,n.prototype),i},$t.apply(null,arguments)}function Ht(e){var t="function"===typeof Map?new Map:void 0;return function(e){if(null===e||!function(e){return-1!==Function.toString.call(e).indexOf("[native code]")}(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 $t(e,arguments,Pt(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),It(n,e)},Ht(e)}function Ut(){return Ut=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},Ut.apply(this,arguments)}_t().extend(Dt()),_t().extend(xt()),_t().extend(kt()),function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"}(mt||(mt={}));var Yt,Vt="popstate";function qt(e,t){if(!1===e||null===e||"undefined"===typeof e)throw new Error(t)}function Wt(e,t){if(!e){"undefined"!==typeof console&&console.warn(t);try{throw new Error(t)}catch(s){}}}function Qt(e){return{usr:e.state,key:e.key}}function Gt(e,t,n,r){return void 0===n&&(n=null),Ut({pathname:"string"===typeof e?e:e.pathname,search:"",hash:""},"string"===typeof t?Zt(t):t,{state:n,key:t&&t.key||r||Math.random().toString(36).substr(2,8)})}function Jt(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 Zt(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 Kt(e){var t="undefined"!==typeof window&&"undefined"!==typeof window.location&&"null"!==window.location.origin?window.location.origin:window.location.href,n="string"===typeof e?e:Jt(e);return qt(t,"No window.location.(origin|href) available to create URL for href: "+n),new URL(n,t)}function Xt(e,t,n,r){void 0===r&&(r={});var i=r,a=i.window,o=void 0===a?document.defaultView:a,u=i.v5Compat,l=void 0!==u&&u,c=o.history,s=mt.Pop,f=null;function d(){s=mt.Pop,f&&f({action:s,location:h.location})}var h={get action(){return s},get location(){return e(o,c)},listen:function(e){if(f)throw new Error("A history only accepts one active listener");return o.addEventListener(Vt,d),f=e,function(){o.removeEventListener(Vt,d),f=null}},createHref:function(e){return t(o,e)},encodeLocation:function(e){var t=Kt("string"===typeof e?e:Jt(e));return{pathname:t.pathname,search:t.search,hash:t.hash}},push:function(e,t){s=mt.Push;var r=Gt(h.location,e,t);n&&n(r,e);var i=Qt(r),a=h.createHref(r);try{c.pushState(i,"",a)}catch(u){o.location.assign(a)}l&&f&&f({action:s,location:h.location})},replace:function(e,t){s=mt.Replace;var r=Gt(h.location,e,t);n&&n(r,e);var i=Qt(r),a=h.createHref(r);c.replaceState(i,"",a),l&&f&&f({action:s,location:h.location})},go:function(e){return c.go(e)}};return h}function en(e,t,n){void 0===n&&(n="/");var r=cn(("string"===typeof t?Zt(t):t).pathname||"/",n);if(null==r)return null;var i=tn(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=on(i[o],ln(r));return a}function tn(e,t,n,r){return void 0===t&&(t=[]),void 0===n&&(n=[]),void 0===r&&(r=""),e.forEach((function(e,i){var a={relativePath:e.path||"",caseSensitive:!0===e.caseSensitive,childrenIndex:i,route:e};a.relativePath.startsWith("/")&&(qt(a.relativePath.startsWith(r),'Absolute route path "'+a.relativePath+'" nested under path "'+r+'" is not valid. An absolute child route path must start with the combined path of all its parent routes.'),a.relativePath=a.relativePath.slice(r.length));var o=pn([r,a.relativePath]),u=n.concat(a);e.children&&e.children.length>0&&(qt(!0!==e.index,'Index routes must not have child routes. Please remove all child routes from route path "'+o+'".'),tn(e.children,t,u,o)),(null!=e.path||e.index)&&t.push({path:o,score:an(o,e.index),routesMeta:u})})),t}!function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"}(Yt||(Yt={}));var nn=/^:\w+$/,rn=function(e){return"*"===e};function an(e,t){var n=e.split("/"),r=n.length;return n.some(rn)&&(r+=-2),t&&(r+=2),n.filter((function(e){return!rn(e)})).reduce((function(e,t){return e+(nn.test(t)?3:""===t?1:10)}),r)}function on(e,t){for(var n=e.routesMeta,r={},i="/",a=[],o=0;o<n.length;++o){var u=n[o],l=o===n.length-1,c="/"===i?t:t.slice(i.length)||"/",s=un({path:u.relativePath,caseSensitive:u.caseSensitive,end:l},c);if(!s)return null;Object.assign(r,s.params);var f=u.route;a.push({params:r,pathname:pn([i,s.pathname]),pathnameBase:vn(pn([i,s.pathnameBase])),route:f}),"/"!==s.pathnameBase&&(i=pn([i,s.pathnameBase]))}return a}function un(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);sn("*"===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=St(n,2),i=r[0],a=r[1],o=t.match(i);if(!o)return null;var u=o[0],l=u.replace(/(.)\/+$/,"$1"),c=o.slice(1);return{params:a.reduce((function(e,t,n){if("*"===t){var r=c[n]||"";l=u.slice(0,u.length-r.length).replace(/(.)\/+$/,"$1")}return e[t]=function(e,t){try{return decodeURIComponent(e)}catch(n){return sn(!1,'The value for the URL param "'+t+'" will not be decoded because the string "'+e+'" is a malformed URL segment. This is probably due to a bad percent encoding ('+n+")."),e}}(c[n]||"",t),e}),{}),pathname:u,pathnameBase:l,pattern:e}}function ln(e){try{return decodeURI(e)}catch(t){return sn(!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 cn(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 sn(e,t){if(!e){"undefined"!==typeof console&&console.warn(t);try{throw new Error(t)}catch(s){}}}function fn(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 dn(e){return e.filter((function(e,t){return 0===t||e.route.path&&e.route.path.length>0}))}function hn(e,t,n,r){var i;void 0===r&&(r=!1),"string"===typeof e?i=Zt(e):(qt(!(i=Ut({},e)).pathname||!i.pathname.includes("?"),fn("?","pathname","search",i)),qt(!i.pathname||!i.pathname.includes("#"),fn("#","pathname","hash",i)),qt(!i.search||!i.search.includes("#"),fn("#","search","hash",i)));var a,o=""===e||""===i.pathname,u=o?"/":i.pathname;if(r||null==u)a=n;else{var l=t.length-1;if(u.startsWith("..")){for(var c=u.split("/");".."===c[0];)c.shift(),l-=1;i.pathname=c.join("/")}a=l>=0?t[l]:"/"}var s=function(e,t){void 0===t&&(t="/");var n="string"===typeof e?Zt(e):e,r=n.pathname,i=n.search,a=void 0===i?"":i,o=n.hash,u=void 0===o?"":o,l=r?r.startsWith("/")?r:function(e,t){var n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach((function(e){".."===e?n.length>1&&n.pop():"."!==e&&n.push(e)})),n.length>1?n.join("/"):"/"}(r,t):t;return{pathname:l,search:mn(a),hash:yn(u)}}(i,a),f=u&&"/"!==u&&u.endsWith("/"),d=(o||"."===u)&&n.endsWith("/");return s.pathname.endsWith("/")||!f&&!d||(s.pathname+="/"),s}var pn=function(e){return e.join("/").replace(/\/\/+/g,"/")},vn=function(e){return e.replace(/\/+$/,"").replace(/^\/*/,"/")},mn=function(e){return e&&"?"!==e?e.startsWith("?")?e:"?"+e:""},yn=function(e){return e&&"#"!==e?e.startsWith("#")?e:"#"+e:""};Error;var gn=Bt((function e(t,n,r,i){Ft(this,e),void 0===i&&(i=!1),this.status=t,this.statusText=n||"",this.internal=i,r instanceof Error?(this.data=r.toString(),this.error=r):this.data=r}));function _n(e){return e instanceof gn}var bn=["post","put","patch","delete"],Dn=(new Set(bn),["get"].concat(bn));new Set(Dn),new Set([301,302,303,307,308]),new Set([307,308]),"undefined"!==typeof window&&"undefined"!==typeof window.document&&window.document.createElement;function wn(){return wn=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},wn.apply(this,arguments)}var xn="function"===typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e===1/t)||e!==e&&t!==t},An=ee,kn=ne,Cn=re,En=ce;function Sn(e){var t=e.getSnapshot,n=e.value;try{var r=t();return!xn(n,r)}catch(i){return!0}}"undefined"===typeof window||"undefined"===typeof window.document||window.document.createElement;var Nn=j(null);var Fn=j(null);var On=j(null);var Tn=j(null);var Mn=j(null);var Bn=j({outlet:null,matches:[]});var In=j(null);function Ln(){return null!=le(Mn)}function Pn(){return Ln()||qt(!1),le(Mn).location}function zn(){Ln()||qt(!1);var e=le(Tn),t=e.basename,n=e.navigator,r=le(Bn).matches,i=Pn().pathname,a=JSON.stringify(dn(r).map((function(e){return e.pathnameBase}))),o=ie(!1);ne((function(){o.current=!0}));var u=ue((function(e,r){if(void 0===r&&(r={}),o.current)if("number"!==typeof e){var u=hn(e,JSON.parse(a),i,"path"===r.relative);"/"!==t&&(u.pathname="/"===u.pathname?t:pn([t,u.pathname])),(r.replace?n.replace:n.push)(u,r.state,r)}else n.go(e)}),[t,n,a,i]);return u}var Rn=j(null);function jn(e,t){var n=(void 0===t?{}:t).relative,r=le(Bn).matches,i=Pn().pathname,a=JSON.stringify(dn(r).map((function(e){return e.pathnameBase})));return oe((function(){return hn(e,JSON.parse(a),i,"path"===n)}),[e,a,i,n])}function $n(){var e=function(){var e,t=le(In),n=Wn(Un.UseRouteError),r=le(Bn),i=r.matches[r.matches.length-1];if(t)return t;return r||qt(!1),!i.route.id&&qt(!1),null==(e=n.errors)?void 0:e[i.route.id]}(),t=_n(e)?e.status+" "+e.statusText:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,r="rgba(200,200,200, 0.5)",i={padding:"0.5rem",backgroundColor:r},a={padding:"2px 4px",backgroundColor:r};return p(y,null,p("h2",null,"Unhandled Thrown Error!"),p("h3",{style:{fontStyle:"italic"}},t),n?p("pre",{style:i},n):null,p("p",null,"\ud83d\udcbf Hey developer \ud83d\udc4b"),p("p",null,"You can provide a way better UX than this when your app throws errors by providing your own\xa0",p("code",{style:a},"errorElement")," props on\xa0",p("code",{style:a},"<Route>")))}var Hn,Un,Yn=function(e){Lt(n,e);var t=jt(n);function n(e){var r;return Ft(this,n),(r=t.call(this,e)).state={location:e.location,error:e.error},r}return Bt(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?p(In.Provider,{value:this.state.error,children:this.props.component}):this.props.children}}],[{key:"getDerivedStateFromError",value:function(e){return{error:e}}},{key:"getDerivedStateFromProps",value:function(e,t){return t.location!==e.location?{error:e.error,location:e.location}:{error:e.error||t.error,location:t.location}}}]),n}(g);function Vn(e){var t=e.routeContext,n=e.match,r=e.children,i=le(Nn);return i&&n.route.errorElement&&(i._deepestRenderedBoundaryId=n.route.id),p(Bn.Provider,{value:t},r)}function qn(e,t,n){if(void 0===t&&(t=[]),null==e){if(null==n||!n.errors)return null;e=n.matches}var r=e,i=null==n?void 0:n.errors;if(null!=i){var a=r.findIndex((function(e){return e.route.id&&(null==i?void 0:i[e.route.id])}));a>=0||qt(!1),r=r.slice(0,Math.min(r.length,a+1))}return r.reduceRight((function(e,a,o){var u=a.route.id?null==i?void 0:i[a.route.id]:null,l=n?a.route.errorElement||p($n,null):null,c=function(){return p(Vn,{match:a,routeContext:{outlet:e,matches:t.concat(r.slice(0,o+1))}},u?l:void 0!==a.route.element?a.route.element:e)};return n&&(a.route.errorElement||0===o)?p(Yn,{location:n.location,component:l,error:u,children:c()}):c()}),null)}function Wn(e){var t=le(On);return t||qt(!1),t}!function(e){e.UseRevalidator="useRevalidator"}(Hn||(Hn={})),function(e){e.UseLoaderData="useLoaderData",e.UseActionData="useActionData",e.UseRouteError="useRouteError",e.UseNavigation="useNavigation",e.UseRouteLoaderData="useRouteLoaderData",e.UseMatches="useMatches",e.UseRevalidator="useRevalidator"}(Un||(Un={}));var Qn;function Gn(e){return function(e){var t=le(Bn).outlet;return t?p(Rn.Provider,{value:e},t):t}(e.context)}function Jn(e){qt(!1)}function Zn(e){var t=e.basename,n=void 0===t?"/":t,r=e.children,i=void 0===r?null:r,a=e.location,o=e.navigationType,u=void 0===o?mt.Pop:o,l=e.navigator,c=e.static,s=void 0!==c&&c;Ln()&&qt(!1);var f=n.replace(/^\/*/,"/"),d=oe((function(){return{basename:f,navigator:l,static:s}}),[f,l,s]);"string"===typeof a&&(a=Zt(a));var h=a,v=h.pathname,m=void 0===v?"/":v,y=h.search,g=void 0===y?"":y,_=h.hash,b=void 0===_?"":_,D=h.state,w=void 0===D?null:D,x=h.key,A=void 0===x?"default":x,k=oe((function(){var e=cn(m,f);return null==e?null:{pathname:e,search:g,hash:b,state:w,key:A}}),[f,m,g,b,w,A]);return null==k?null:p(Tn.Provider,{value:d},p(Mn.Provider,{children:i,value:{location:k,navigationType:u}}))}function Kn(e){var t=e.children,n=e.location,r=le(Fn);return function(e,t){Ln()||qt(!1);var n,r=le(Tn).navigator,i=le(On),a=le(Bn).matches,o=a[a.length-1],u=o?o.params:{},l=(o&&o.pathname,o?o.pathnameBase:"/"),c=(o&&o.route,Pn());if(t){var s,f="string"===typeof t?Zt(t):t;"/"===l||(null==(s=f.pathname)?void 0:s.startsWith(l))||qt(!1),n=f}else n=c;var d=n.pathname||"/",h=en(e,{pathname:"/"===l?d:d.slice(l.length)||"/"}),v=qn(h&&h.map((function(e){return Object.assign({},e,{params:Object.assign({},u,e.params),pathname:pn([l,r.encodeLocation?r.encodeLocation(e.pathname).pathname:e.pathname]),pathnameBase:"/"===e.pathnameBase?l:pn([l,r.encodeLocation?r.encodeLocation(e.pathnameBase).pathname:e.pathnameBase])})})),a,i||void 0);return t&&v?p(Mn.Provider,{value:{location:wn({pathname:"/",search:"",hash:"",state:null,key:"default"},n),navigationType:mt.Pop}},v):v}(r&&!t?r.router.routes:Xn(t),n)}!function(e){e[e.pending=0]="pending",e[e.success=1]="success",e[e.error=2]="error"}(Qn||(Qn={}));new Promise((function(){}));function Xn(e,t){void 0===t&&(t=[]);var n=[];return Se.forEach(e,(function(e,r){if(it(e))if(e.type!==y){e.type!==Jn&&qt(!1),e.props.index&&e.props.children&&qt(!1);var i=[].concat(Nt(t),[r]),a={id:e.props.id||i.join("-"),caseSensitive:e.props.caseSensitive,element:e.props.element,index:e.props.index,path:e.props.path,loader:e.props.loader,action:e.props.action,errorElement:e.props.errorElement,hasErrorBoundary:null!=e.props.errorElement,shouldRevalidate:e.props.shouldRevalidate,handle:e.props.handle};e.props.children&&(a.children=Xn(e.props.children,i)),n.push(a)}else n.push.apply(n,Xn(e.props.children,t))})),n}function er(){return er=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},er.apply(this,arguments)}function tr(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}var nr=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset"],rr=["aria-current","caseSensitive","className","end","style","to","children"];function ir(e){var t=e.basename,n=e.children,r=e.window,i=ie();null==i.current&&(i.current=function(e){return void 0===e&&(e={}),Xt((function(e,t){var n=Zt(e.location.hash.substr(1)),r=n.pathname,i=void 0===r?"/":r,a=n.search,o=void 0===a?"":a,u=n.hash;return Gt("",{pathname:i,search:o,hash:void 0===u?"":u},t.state&&t.state.usr||null,t.state&&t.state.key||"default")}),(function(e,t){var n=e.document.querySelector("base"),r="";if(n&&n.getAttribute("href")){var i=e.location.href,a=i.indexOf("#");r=-1===a?i:i.slice(0,a)}return r+"#"+("string"===typeof t?t:Jt(t))}),(function(e,t){Wt("/"===e.pathname.charAt(0),"relative pathnames are not supported in hash history.push("+JSON.stringify(t)+")")}),e)}({window:r,v5Compat:!0}));var a=i.current,o=St(ee({action:a.action,location:a.location}),2),u=o[0],l=o[1];return re((function(){return a.listen(l)}),[a]),p(Zn,{basename:t,children:n,location:u.location,navigationType:u.action,navigator:a})}var ar=Ce((function(e,t){var n=e.onClick,r=e.relative,i=e.reloadDocument,a=e.replace,o=e.state,u=e.target,l=e.to,c=e.preventScrollReset,s=tr(e,nr),f=function(e,t){var n=(void 0===t?{}:t).relative;Ln()||qt(!1);var r=le(Tn),i=r.basename,a=r.navigator,o=jn(e,{relative:n}),u=o.hash,l=o.pathname,c=o.search,s=l;return"/"!==i&&(s="/"===l?i:pn([i,l])),a.createHref({pathname:s,search:c,hash:u})}(l,{relative:r}),d=function(e,t){var n=void 0===t?{}:t,r=n.target,i=n.replace,a=n.state,o=n.preventScrollReset,u=n.relative,l=zn(),c=Pn(),s=jn(e,{relative:u});return ue((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,r)){t.preventDefault();var n=void 0!==i?i:Jt(c)===Jt(s);l(e,{replace:n,state:a,preventScrollReset:o,relative:u})}}),[c,l,s,i,a,r,e,o,u])}(l,{replace:a,state:o,target:u,preventScrollReset:c,relative:r});return p("a",er({},s,{href:f,onClick:i?n:function(e){n&&n(e),e.defaultPrevented||d(e)},ref:t,target:u}))}));var or=Ce((function(e,t){var n=e["aria-current"],r=void 0===n?"page":n,i=e.caseSensitive,a=void 0!==i&&i,o=e.className,u=void 0===o?"":o,l=e.end,c=void 0!==l&&l,s=e.style,f=e.to,d=e.children,h=tr(e,rr),v=jn(f,{relative:h.relative}),m=Pn(),y=le(On),g=le(Tn).navigator,_=g.encodeLocation?g.encodeLocation(v).pathname:v.pathname,b=m.pathname,D=y&&y.navigation&&y.navigation.location?y.navigation.location.pathname:null;a||(b=b.toLowerCase(),D=D?D.toLowerCase():null,_=_.toLowerCase());var w,x=b===_||!c&&b.startsWith(_)&&"/"===b.charAt(_.length),A=null!=D&&(D===_||!c&&D.startsWith(_)&&"/"===D.charAt(_.length)),k=x?r:void 0;w="function"===typeof u?u({isActive:x,isPending:A}):[u,x?"active":null,A?"pending":null].filter(Boolean).join(" ");var C="function"===typeof s?s({isActive:x,isPending:A}):s;return p(ar,er({},h,{"aria-current":k,className:w,ref:t,style:C,to:f}),"function"===typeof d?d({isActive:x,isPending:A}):d)}));var ur,lr;(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmitImpl="useSubmitImpl",e.UseFetcher="useFetcher"})(ur||(ur={})),function(e){e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"}(lr||(lr={}));var cr;function sr(e,t,n){return(t=Tt(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function fr(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 dr(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?fr(Object(n),!0).forEach((function(t){sr(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):fr(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var hr={home:"/",metrics:"/metrics",dashboards:"/dashboards",cardinality:"/cardinality",topQueries:"/top-queries",trace:"/trace",icons:"/icons"},pr={header:{stepControl:!0,timeSelector:!0,executionControls:!0}},vr=(sr(cr={},hr.home,dr({title:"Query"},pr)),sr(cr,hr.metrics,{title:"Explore metrics",header:{stepControl:!0,timeSelector:!0}}),sr(cr,hr.cardinality,{title:"Explore cardinality",header:{cardinalityDatePicker:!0}}),sr(cr,hr.topQueries,{title:"Top queries",header:{}}),sr(cr,hr.trace,{title:"Trace analyzer",header:{}}),sr(cr,hr.dashboards,dr({title:"Dashboards"},pr)),sr(cr,hr.icons,{title:"Icons",header:{}}),cr),mr=hr,yr=function(){var e,t=(null===(e=document.getElementById("root"))||void 0===e?void 0:e.dataset.params)||"{}";try{return JSON.parse(t)}catch(s){return console.error(s),{}}},gr=function(){return!!Object.keys(yr()).length},_r=n(776),br=n.n(_r),Dr=n(7),wr=n.n(Dr),xr={table:100,chart:20,code:1e3},Ar=[{id:"small",height:function(){return.2*window.innerHeight}},{id:"medium",isDefault:!0,height:function(){return.4*window.innerHeight}},{id:"large",height:function(){return.8*window.innerHeight}}],kr=function(e){var t=window;if(t){var n=Object.entries(e).map((function(e){var t=St(e,2),n=t[0],r=t[1];return"".concat(n,"=").concat(encodeURIComponent(String(r)))})).join("&"),r=n?"?".concat(n):"",i="".concat(t.location.protocol,"//").concat(t.location.host).concat(t.location.pathname).concat(r).concat(t.location.hash);t.history.pushState({path:i},"",i)}},Cr=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:window.location.search,r=br().parse(n,{ignoreQueryPrefix:!0});return wr()(r,e,t||"")},Er={serverUrl:yr().serverURL||window.location.href.replace(/\/(?:prometheus\/)?(?:graph|vmui)\/.*/,"/prometheus"),tenantId:Number(Cr("g0.tenantID",0))};function Sr(e,t){switch(t.type){case"SET_SERVER":return dr(dr({},e),{},{serverUrl:t.payload});case"SET_TENANT_ID":return dr(dr({},e),{},{tenantId:t.payload});default:throw new Error}}var Nr=0;function Fr(e,t,n,r,a){var o,u,l={};for(u in t)"ref"==u?o=t[u]:l[u]=t[u];var c={type:e,props:l,key:n,ref:o,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:--Nr,__source:a,__self:r};if("function"==typeof e&&(o=e.defaultProps))for(u in o)void 0===l[u]&&(l[u]=o[u]);return i.vnode&&i.vnode(c),c}var Or=j({}),Tr=function(){return le(Or).state},Mr=function(){return le(Or).dispatch},Br=Object.entries(Er).reduce((function(e,t){var n=St(t,2),r=n[0],i=n[1];return dr(dr({},e),{},sr({},r,Cr(r)||i))}),{}),Ir="YYYY-MM-DD",Lr="YYYY-MM-DD HH:mm:ss",Pr="YYYY-MM-DD[T]HH:mm:ss",zr=window.innerWidth/4,Rr=1,jr=1578e8,$r=Intl.supportedValuesOf,Hr=$r?$r("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"],Ur=[{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"}],Yr=Ur.map((function(e){return e.short})),Vr=function(e){return Math.round(1e3*e)/1e3},qr=function(e){var t=e.match(/\d+/g),n=e.match(/[a-zA-Z]+/g);if(n&&t&&Yr.includes(n[0]))return sr({},n[0],t[0])},Wr=function(e){var t=Ur.map((function(e){return e.short})).join("|"),n=new RegExp("\\d+[".concat(t,"]+"),"g"),r=(e.match(n)||[]).reduce((function(e,t){var n=qr(t);return n?dr(dr({},e),n):dr({},e)}),{});return _t().duration(r).asSeconds()},Qr=function(e,t){var n=(t||_t()().toDate()).valueOf()/1e3,r=Wr(e);return{start:n-r,end:n,step:function(e){var t=Vr(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),Zr(_t().duration(t||.001,"seconds").asMilliseconds()).replace(/\s/g,"")}(r/zr),date:Gr(t||_t()().toDate())}},Gr=function(e){return _t().tz(e).utc().format(Pr)},Jr=function(e){return _t().tz(e).format(Pr)},Zr=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"],u=[a,i,r,n,t].map((function(e,t){return e?"".concat(e).concat(o[t]):""}));return u.filter((function(e){return e})).join(" ")},Kr=function(e){return _t()(1e3*e).toDate()},Xr=[{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 _t()().tz().subtract(1,"day").endOf("day").toDate()}},{title:"Today",duration:"1d",until:function(){return _t()().tz().endOf("day").toDate()}}].map((function(e){return dr({id:e.title.replace(/\s/g,"_").toLocaleLowerCase(),until:e.until?e.until:function(){return _t()().tz().toDate()}},e)})),ei=function(e){var t,n=e.relativeTimeId,r=e.defaultDuration,i=e.defaultEndInput,a=null===(t=Xr.find((function(e){return e.isDefault})))||void 0===t?void 0:t.id,o=n||Cr("g0.relative_time",a),u=Xr.find((function(e){return e.id===o}));return{relativeTimeId:u?o:"none",duration:u?u.duration:r,endInput:u?u.until():i}},ti=function(e){var t=_t()().tz(e);return"UTC".concat(t.format("Z"))},ni=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=new RegExp(e,"i");return Hr.reduce((function(n,r){var i=(r.match(/^(.*?)\//)||[])[1]||"unknown",a=ti(r),o=a.replace(/UTC|0/,""),u=r.replace(/[/_]/g," "),l={region:r,utc:a,search:"".concat(r," ").concat(a," ").concat(u," ").concat(o)},c=!e||e&&t.test(l.search);return c&&n[i]?n[i].push(l):c&&(n[i]=[l]),n}),{})},ri=function(e){_t().tz.setDefault(e)},ii=function(e,t){t?window.localStorage.setItem(e,JSON.stringify({value:t})):oi([e])},ai=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(s){return t}},oi=function(e){return e.forEach((function(e){return window.localStorage.removeItem(e)}))},ui=ai("TIMEZONE")||_t().tz.guess();ri(ui);var li,ci=Cr("g0.range_input"),si=ei({defaultDuration:ci||"1h",defaultEndInput:(li=Cr("g0.end_input",_t()().utc().format(Pr)),_t()(li).utcOffset(0,!0).toDate()),relativeTimeId:ci?Cr("g0.relative_time","none"):void 0}),fi=si.duration,di=si.endInput,hi=si.relativeTimeId,pi={duration:fi,period:Qr(fi,di),relativeTime:hi,timezone:ui};function vi(e,t){switch(t.type){case"SET_DURATION":return dr(dr({},e),{},{duration:t.payload,period:Qr(t.payload,Kr(e.period.end)),relativeTime:"none"});case"SET_RELATIVE_TIME":return dr(dr({},e),{},{duration:t.payload.duration,period:Qr(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 Zr(t)}(t.payload);return dr(dr({},e),{},{duration:n,period:Qr(n,t.payload.to),relativeTime:"none"});case"RUN_QUERY":var r=ei({relativeTimeId:e.relativeTime,defaultDuration:e.duration,defaultEndInput:Kr(e.period.end)}),i=r.duration,a=r.endInput;return dr(dr({},e),{},{period:Qr(i,a)});case"RUN_QUERY_TO_NOW":return dr(dr({},e),{},{period:Qr(e.duration)});case"SET_TIMEZONE":return ri(t.payload),ii("TIMEZONE",t.payload),dr(dr({},e),{},{timezone:t.payload});default:throw new Error}}var mi=j({}),yi=function(){return le(mi).state},gi=function(){return le(mi).dispatch},_i=function(){var e,t=(null===(e=window.location.search.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 Cr("g".concat(t,".expr"),"")}))}(),bi={query:_i,queryHistory:_i.map((function(e){return{index:0,values:[e]}})),autocomplete:ai("AUTOCOMPLETE")||!1};function Di(e,t){switch(t.type){case"SET_QUERY":return dr(dr({},e),{},{query:t.payload.map((function(e){return e}))});case"SET_QUERY_HISTORY":return dr(dr({},e),{},{queryHistory:t.payload});case"SET_QUERY_HISTORY_BY_INDEX":return e.queryHistory.splice(t.payload.queryNumber,1,t.payload.value),dr(dr({},e),{},{queryHistory:e.queryHistory});case"TOGGLE_AUTOCOMPLETE":return ii("AUTOCOMPLETE",!e.autocomplete),dr(dr({},e),{},{autocomplete:!e.autocomplete});default:throw new Error}}var wi=j({}),xi=function(){return le(wi).state},Ai=function(){return le(wi).dispatch},ki=function(){return Fr("svg",{viewBox:"0 0 74 24",fill:"currentColor",children:[Fr("path",{d:"M6.11767 10.4759C6.47736 10.7556 6.91931 10.909 7.37503 10.9121H7.42681C7.90756 10.9047 8.38832 10.7199 8.67677 10.4685C10.1856 9.18921 14.5568 5.18138 14.5568 5.18138C15.7254 4.09438 12.4637 3.00739 7.42681 3H7.36764C2.3308 3.00739 -0.930935 4.09438 0.237669 5.18138C0.237669 5.18138 4.60884 9.18921 6.11767 10.4759ZM8.67677 12.6424C8.31803 12.9248 7.87599 13.0808 7.41941 13.0861H7.37503C6.91845 13.0808 6.47641 12.9248 6.11767 12.6424C5.0822 11.7551 1.38409 8.42018 0.000989555 7.14832V9.07829C0.000989555 9.29273 0.0823481 9.57372 0.222877 9.70682L0.293316 9.7712L0.293344 9.77122C1.33784 10.7258 4.83903 13.9255 6.11767 15.0161C6.47641 15.2985 6.91845 15.4545 7.37503 15.4597H7.41941C7.90756 15.4449 8.38092 15.2601 8.67677 15.0161C9.9859 13.9069 13.6249 10.572 14.5642 9.70682C14.7121 9.57372 14.7861 9.29273 14.7861 9.07829V7.14832C12.7662 8.99804 10.7297 10.8295 8.67677 12.6424ZM7.41941 17.6263C7.87513 17.6232 8.31708 17.4698 8.67677 17.19C10.7298 15.3746 12.7663 13.5407 14.7861 11.6885V13.6259C14.7861 13.8329 14.7121 14.1139 14.5642 14.247C13.6249 15.1196 9.9859 18.4471 8.67677 19.5563C8.38092 19.8077 7.90756 19.9926 7.41941 20H7.37503C6.91931 19.9968 6.47736 19.8435 6.11767 19.5637C4.91427 18.5373 1.74219 15.6364 0.502294 14.5025C0.393358 14.4029 0.299337 14.3169 0.222877 14.247C0.0823481 14.1139 0.000989555 13.8329 0.000989555 13.6259V11.6885C1.38409 12.953 5.0822 16.2953 6.11767 17.1827C6.47641 17.4651 6.91845 17.6211 7.37503 17.6263H7.41941Z"}),Fr("path",{d:"M34.9996 5L29.1596 19.46H26.7296L20.8896 5H23.0496C23.2829 5 23.4729 5.05667 23.6196 5.17C23.7663 5.28333 23.8763 5.43 23.9496 5.61L27.3596 14.43C27.4729 14.7167 27.5796 15.0333 27.6796 15.38C27.7863 15.72 27.8863 16.0767 27.9796 16.45C28.0596 16.0767 28.1463 15.72 28.2396 15.38C28.3329 15.0333 28.4363 14.7167 28.5496 14.43L31.9396 5.61C31.9929 5.45667 32.0963 5.31667 32.2496 5.19C32.4096 5.06333 32.603 5 32.8297 5H34.9996ZM52.1763 5V19.46H49.8064V10.12C49.8064 9.74667 49.8263 9.34333 49.8663 8.91L45.4963 17.12C45.2897 17.5133 44.973 17.71 44.5463 17.71H44.1663C43.7397 17.71 43.4231 17.5133 43.2164 17.12L38.7963 8.88C38.8163 9.1 38.833 9.31667 38.8463 9.53C38.8597 9.74333 38.8663 9.94 38.8663 10.12V19.46H36.4963V5H38.5263C38.6463 5 38.7497 5.00333 38.8363 5.01C38.923 5.01667 38.9997 5.03333 39.0663 5.06C39.1397 5.08667 39.203 5.13 39.2563 5.19C39.3163 5.25 39.373 5.33 39.4263 5.43L43.7563 13.46C43.8697 13.6733 43.973 13.8933 44.0663 14.12C44.1663 14.3467 44.263 14.58 44.3563 14.82C44.4497 14.5733 44.5464 14.3367 44.6464 14.11C44.7464 13.8767 44.8531 13.6533 44.9664 13.44L49.2363 5.43C49.2897 5.33 49.3463 5.25 49.4063 5.19C49.4663 5.13 49.5297 5.08667 49.5963 5.06C49.6697 5.03333 49.7497 5.01667 49.8363 5.01C49.923 5.00333 50.0264 5 50.1464 5H52.1763ZM61.0626 18.73C61.7426 18.73 62.3492 18.6133 62.8826 18.38C63.4226 18.14 63.8792 17.81 64.2526 17.39C64.6259 16.97 64.9092 16.4767 65.1026 15.91C65.3026 15.3367 65.4026 14.72 65.4026 14.06V5.31H66.4226V14.06C66.4226 14.84 66.2993 15.57 66.0527 16.25C65.806 16.9233 65.4493 17.5133 64.9827 18.02C64.5227 18.52 63.9592 18.9133 63.2926 19.2C62.6326 19.4867 61.8892 19.63 61.0626 19.63C60.2359 19.63 59.4893 19.4867 58.8227 19.2C58.1627 18.9133 57.5992 18.52 57.1326 18.02C56.6726 17.5133 56.3193 16.9233 56.0727 16.25C55.826 15.57 55.7026 14.84 55.7026 14.06V5.31H56.7327V14.05C56.7327 14.71 56.8292 15.3267 57.0226 15.9C57.2226 16.4667 57.506 16.96 57.8727 17.38C58.246 17.8 58.6993 18.13 59.2327 18.37C59.7727 18.61 60.3826 18.73 61.0626 18.73ZM71.4438 19.46H70.4138V5.31H71.4438V19.46Z"})]})},Ci=function(){return Fr("svg",{viewBox:"0 0 15 17",fill:"currentColor",children:Fr("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"})})},Ei=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},Si=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},Ni=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},Fi=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},Oi=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("path",{d:"M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"})})},Ti=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},Mi=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},Bi=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},Ii=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("path",{d:"M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"})})},Li=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("path",{d:"m7 10 5 5 5-5z"})})},Pi=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"})})},zi=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:[Fr("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"}),Fr("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"})]})},Ri=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},ji=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},$i=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},Hi=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11H7v-2h10v2z"})})},Ui=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("path",{d:"M8 5v14l11-7z"})})},Yi=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},Vi=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},qi=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},Wi=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},Qi=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("path",{d:"M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"})})},Gi=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("path",{d:"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"})})},Ji=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},Zi=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},Ki=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},Xi=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},ea=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("path",{d:"M20 9H4v2h16V9zM4 15h16v-2H4v2z"})})},ta=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"})})},na=function(){return Fr("svg",{className:"MuiSvgIcon-root MuiSvgIcon-fontSizeMedium MuiBox-root css-1om0hkc",focusable:"false","aria-hidden":"true",viewBox:"0 0 24 24","data-testid":"OpenInFullIcon",fill:"currentColor",children:Fr("path",{d:"M21 11V3h-8l3.29 3.29-10 10L3 13v8h8l-3.29-3.29 10-10z"})})},ra=function(){return Fr("svg",{viewBox:"0 0 24 24",fill:"currentColor",children:Fr("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"})})},ia=function(e){return getComputedStyle(document.documentElement).getPropertyValue("--".concat(e))},aa=function(e,t){document.documentElement.style.setProperty("--".concat(e),t)},oa=function(e){var t=St(ee({width:0,height:0}),2),n=t[0],r=t[1];return ne((function(){var t=new ResizeObserver((function(e){var t=e[0].contentRect,n=t.width,i=t.height;r({width:n,height:i})}));return e&&t.observe(e),function(){e&&t.unobserve(e)}}),[]),n},ua=n(123),la=n.n(ua);function ca(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 sa=["to","isNavLink","children"],fa=function(e){var t=e.to,n=e.isNavLink,r=e.children,i=ca(e,sa);return n?Fr(or,dr(dr({to:t},i),{},{children:r})):Fr("div",dr(dr({},i),{},{children:r}))},da=function(e){var t,n=e.activeItem,r=e.item,i=e.color,a=void 0===i?ia("color-primary"):i,o=e.activeNavRef,u=e.onChange,l=e.isNavLink;return Fr(fa,{className:la()(sr({"vm-tabs-item":!0,"vm-tabs-item_active":n===r.value},r.className||"",r.className)),isNavLink:l,to:r.value,style:{color:a},onClick:(t=r.value,function(){u&&u(t)}),ref:n===r.value?o:void 0,children:[r.icon&&Fr("div",{className:la()({"vm-tabs-item__icon":!0,"vm-tabs-item__icon_single":!r.label}),children:r.icon}),r.label]})},ha=function(e){var t=e.activeItem,n=e.items,r=e.color,i=void 0===r?ia("color-primary"):r,a=e.onChange,o=e.indicatorPlacement,u=void 0===o?"bottom":o,l=e.isNavLink,c=oa(document.body),s=ie(null),f=St(ee({left:0,width:0,bottom:0}),2),d=f[0],h=f[1];return ne((function(){var e;if((null===(e=s.current)||void 0===e?void 0:e.base)instanceof HTMLElement){var t=s.current.base,n=t.offsetLeft,r=t.offsetWidth,i=t.offsetHeight;h({left:n,width:r,bottom:"top"===u?i-2:0})}}),[c,t,s,n]),Fr("div",{className:"vm-tabs",children:[n.map((function(e){return Fr(da,{activeItem:t,item:e,onChange:a,color:i,activeNavRef:s,isNavLink:l},e.value)})),Fr("div",{className:"vm-tabs__indicator",style:dr(dr({},d),{},{borderColor:i})})]})},pa=[{value:"chart",icon:Fr(Vi,{}),label:"Graph",prometheusCode:0},{value:"code",icon:Fr(Wi,{}),label:"JSON",prometheusCode:3},{value:"table",icon:Fr(qi,{}),label:"Table",prometheusCode:1}],va=function(){var e=wa().displayType,t=xa();return Fr(ha,{activeItem:e,items:pa,onChange:function(n){var r;t({type:"SET_DISPLAY_TYPE",payload:null!==(r=n)&&void 0!==r?r:e})}})},ma=Cr("g0.tab",0),ya=pa.find((function(e){return e.prometheusCode===+ma||e.value===ma})),ga=ai("SERIES_LIMITS"),_a={displayType:(null===ya||void 0===ya?void 0:ya.value)||"chart",nocache:!1,isTracingEnabled:!1,seriesLimits:ga?JSON.parse(ai("SERIES_LIMITS")):xr,tableCompact:ai("TABLE_COMPACT")||!1};function ba(e,t){switch(t.type){case"SET_DISPLAY_TYPE":return dr(dr({},e),{},{displayType:t.payload});case"SET_SERIES_LIMITS":return ii("SERIES_LIMITS",JSON.stringify(t.payload)),dr(dr({},e),{},{seriesLimits:t.payload});case"TOGGLE_QUERY_TRACING":return dr(dr({},e),{},{isTracingEnabled:!e.isTracingEnabled});case"TOGGLE_NO_CACHE":return dr(dr({},e),{},{nocache:!e.nocache});case"TOGGLE_TABLE_COMPACT":return ii("TABLE_COMPACT",!e.tableCompact),dr(dr({},e),{},{tableCompact:!e.tableCompact});default:throw new Error}}var Da=j({}),wa=function(){return le(Da).state},xa=function(){return le(Da).dispatch},Aa={customStep:Cr("g0.step_input",""),yaxis:{limits:{enable:!1,range:{1:[0,0]}}}};function ka(e,t){switch(t.type){case"TOGGLE_ENABLE_YAXIS_LIMITS":return dr(dr({},e),{},{yaxis:dr(dr({},e.yaxis),{},{limits:dr(dr({},e.yaxis.limits),{},{enable:!e.yaxis.limits.enable})})});case"SET_CUSTOM_STEP":return dr(dr({},e),{},{customStep:t.payload});case"SET_YAXIS_LIMITS":return dr(dr({},e),{},{yaxis:dr(dr({},e.yaxis),{},{limits:dr(dr({},e.yaxis.limits),{},{range:t.payload})})});default:throw new Error}}var Ca=j({}),Ea=function(){return le(Ca).state},Sa=function(){return le(Ca).dispatch},Na={runQuery:0,topN:Cr("topN",10),date:Cr("date",_t()().tz().format(Ir)),focusLabel:Cr("focusLabel",""),match:Cr("match",""),extraLabel:Cr("extra_label","")};function Fa(e,t){switch(t.type){case"SET_TOP_N":return dr(dr({},e),{},{topN:t.payload});case"SET_DATE":return dr(dr({},e),{},{date:t.payload});case"SET_MATCH":return dr(dr({},e),{},{match:t.payload});case"SET_EXTRA_LABEL":return dr(dr({},e),{},{extraLabel:t.payload});case"SET_FOCUS_LABEL":return dr(dr({},e),{},{focusLabel:t.payload});case"RUN_QUERY":return dr(dr({},e),{},{runQuery:e.runQuery+1});default:throw new Error}}var Oa=j({}),Ta=function(){return le(Oa).state},Ma=function(){return le(Oa).dispatch},Ba={topN:Cr("topN",null),maxLifetime:Cr("maxLifetime",""),runQuery:0};function Ia(e,t){switch(t.type){case"SET_TOP_N":return dr(dr({},e),{},{topN:t.payload});case"SET_MAX_LIFE_TIME":return dr(dr({},e),{},{maxLifetime:t.payload});case"SET_RUN_QUERY":return dr(dr({},e),{},{runQuery:e.runQuery+1});default:throw new Error}}var La=j({}),Pa=function(){return le(La).state},za={success:Fr(Mi,{}),error:Fr(Ti,{}),warning:Fr(Oi,{}),info:Fr(Fi,{})},Ra=function(e){var t=e.variant,n=e.children;return Fr("div",{className:la()(sr({"vm-alert":!0},"vm-alert_".concat(t),t)),children:[Fr("div",{className:"vm-alert__icon",children:za[t||"info"]}),Fr("div",{className:"vm-alert__content",children:n})]})},ja=j({showInfoMessage:function(){}}),$a=function(){return le(ja)},Ha={dashboardsSettings:[],dashboardsLoading:!1,dashboardsError:""};function Ua(e,t){switch(t.type){case"SET_DASHBOARDS_SETTINGS":return dr(dr({},e),{},{dashboardsSettings:t.payload});case"SET_DASHBOARDS_LOADING":return dr(dr({},e),{},{dashboardsLoading:t.payload});case"SET_DASHBOARDS_ERROR":return dr(dr({},e),{},{dashboardsError:t.payload});default:throw new Error}}var Ya,Va=j({}),qa=function(){return le(Va).state},Wa=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 Fr(e,{children:Fr(t,{children:r})})}}),(function(e){return Fr(y,{children:e.children})}))}.apply(void 0,[function(e){var t=e.children,n=St(te(Sr,Br),2),r=n[0],i=n[1],a=oe((function(){return{state:r,dispatch:i}}),[r,i]);return Fr(Or.Provider,{value:a,children:t})},function(e){var t=e.children,n=St(te(vi,pi),2),r=n[0],i=n[1],a=oe((function(){return{state:r,dispatch:i}}),[r,i]);return Fr(mi.Provider,{value:a,children:t})},function(e){var t=e.children,n=St(te(Di,bi),2),r=n[0],i=n[1],a=oe((function(){return{state:r,dispatch:i}}),[r,i]);return Fr(wi.Provider,{value:a,children:t})},function(e){var t=e.children,n=St(te(ba,_a),2),r=n[0],i=n[1],a=oe((function(){return{state:r,dispatch:i}}),[r,i]);return Fr(Da.Provider,{value:a,children:t})},function(e){var t=e.children,n=St(te(ka,Aa),2),r=n[0],i=n[1],a=oe((function(){return{state:r,dispatch:i}}),[r,i]);return Fr(Ca.Provider,{value:a,children:t})},function(e){var t=e.children,n=St(te(Fa,Na),2),r=n[0],i=n[1],a=oe((function(){return{state:r,dispatch:i}}),[r,i]);return Fr(Oa.Provider,{value:a,children:t})},function(e){var t=e.children,n=St(te(Ia,Ba),2),r=n[0],i=n[1],a=oe((function(){return{state:r,dispatch:i}}),[r,i]);return Fr(La.Provider,{value:a,children:t})},function(e){var t=e.children,n=St(ee({}),2),r=n[0],i=n[1],a=St(ee(!1),2),o=a[0],u=a[1],l=St(ee(void 0),2),c=l[0],s=l[1];ne((function(){if(c){i({message:c.text,variant:c.type,key:Date.now()}),u(!0);var e=setTimeout(f,4e3);return function(){return clearTimeout(e)}}}),[c]);var f=function(e,t){"clickaway"!==t&&(s(void 0),u(!1))};return Fr(ja.Provider,{value:{showInfoMessage:s},children:[o&&Fr("div",{className:"vm-snackbar",children:Fr(Ra,{variant:r.variant,children:r.message})}),t]})},function(e){var t=e.children,n=St(te(Ua,Ha),2),r=n[0],i=n[1],a=oe((function(){return{state:r,dispatch:i}}),[r,i]);return Fr(Va.Provider,{value:a,children:t})}]),Qa=function(e){var t,n=e.variant,r=void 0===n?"contained":n,i=e.color,a=void 0===i?"primary":i,o=e.size,u=void 0===o?"medium":o,l=e.children,c=e.endIcon,s=e.startIcon,f=e.fullWidth,d=void 0!==f&&f,h=e.className,p=e.disabled,v=e.onClick,m=e.onMouseDown;return Fr("button",{className:la()((sr(t={"vm-button":!0},"vm-button_".concat(r,"_").concat(a),!0),sr(t,"vm-button_".concat(u),u),sr(t,"vm-button_icon",(s||c)&&!l),sr(t,"vm-button_full-width",d),sr(t,"vm-button_with-icon",s||c),sr(t,"vm-button_disabled",p),sr(t,h||"",h),t)),disabled:p,onClick:v,onMouseDown:m,children:Fr(y,{children:[s&&Fr("span",{className:"vm-button__start-icon",children:s}),l&&Fr("span",{children:l}),c&&Fr("span",{className:"vm-button__end-icon",children:c})]})})},Ga=function(e,t,n){ne((function(){var r=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)};return document.addEventListener("mousedown",r),document.addEventListener("touchstart",r),function(){document.removeEventListener("mousedown",r),document.removeEventListener("touchstart",r)}}),[e,t])},Ja=function(e){var t=e.children,n=e.buttonRef,r=e.placement,i=void 0===r?"bottom-left":r,a=e.open,o=void 0!==a&&a,u=e.onClose,l=e.offset,c=void 0===l?{top:6,left:0}:l,s=e.clickOutside,f=void 0===s||s,d=e.fullWidth,h=St(ee(!0),2),p=h[0],v=h[1],m=St(ee({width:0,height:0}),2),g=m[0],_=m[1],b=ie(null),D=function(){v(!1)};ne((function(){return window.addEventListener("scroll",D),function(){window.removeEventListener("scroll",D)}}),[]),ne((function(){v(o)}),[o]),ne((function(){!p&&u&&u()}),[p]),ne((function(){var e,t;_({width:(null===b||void 0===b||null===(e=b.current)||void 0===e?void 0:e.clientWidth)||0,height:(null===b||void 0===b||null===(t=b.current)||void 0===t?void 0:t.clientHeight)||0}),v(!1)}),[b]);var w=oe((function(){var e=n.current;if(!e||!p)return{};var t=e.getBoundingClientRect(),r={top:0,left:0,width:"auto"},a="bottom-right"===i||"top-right"===i,o=null===i||void 0===i?void 0:i.includes("top"),u=(null===c||void 0===c?void 0:c.top)||0,l=(null===c||void 0===c?void 0:c.left)||0;r.left=r.left=t.left+l,r.top=t.height+t.top+u,a&&(r.left=t.right-g.width),o&&(r.top=t.top-g.height-u);var s=window,f=s.innerWidth,h=s.innerHeight,v=r.top+g.height+20>h,m=r.top-20<0,y=r.left+g.width+20>f,_=r.left-20<0;return v&&(r.top=t.top-g.height-u),m&&(r.top=t.height+t.top+u),y&&(r.left=t.right-g.width-l),_&&(r.left=t.left+l),d&&(r.width="".concat(t.width,"px")),r}),[n,i,p,t,d]);f&&Ga(b,(function(){return v(!1)}),n);var x=la()({"vm-popper":!0,"vm-popper_open":p});return Fr(y,{children:p&&yt.createPortal(Fr("div",{className:x,ref:b,style:w,children:t}),document.body)})},Za=function(e){var t=e.children,n=e.title,r=e.open,i=e.placement,a=void 0===i?"bottom-center":i,o=e.offset,u=void 0===o?{top:6,left:0}:o,l=St(ee(!1),2),c=l[0],s=l[1],f=St(ee({width:0,height:0}),2),d=f[0],h=f[1],p=ie(null),v=ie(null),m=function(){return s(!1)};ne((function(){return window.addEventListener("scroll",m),function(){window.removeEventListener("scroll",m)}}),[]),ne((function(){v.current&&c&&h({width:v.current.clientWidth,height:v.current.clientHeight})}),[c]);var g=oe((function(){var e,t=null===p||void 0===p||null===(e=p.current)||void 0===e?void 0:e.base;if(!t||!c)return{};var n=t.getBoundingClientRect(),r={top:0,left:0},i="bottom-right"===a||"top-right"===a,o="bottom-left"===a||"top-left"===a,l=null===a||void 0===a?void 0:a.includes("top"),s=(null===u||void 0===u?void 0:u.top)||0,f=(null===u||void 0===u?void 0:u.left)||0;r.left=n.left-(d.width-n.width)/2+f,r.top=n.height+n.top+s,i&&(r.left=n.right-d.width),o&&(r.left=n.left+f),l&&(r.top=n.top-d.height-s);var h=window,v=h.innerWidth,m=h.innerHeight,y=r.top+d.height+20>m,g=r.top-20<0,_=r.left+d.width+20>v,b=r.left-20<0;return y&&(r.top=n.top-d.height-s),g&&(r.top=n.height+n.top+s),_&&(r.left=n.right-d.width-f),b&&(r.left=n.left+f),r.top<0&&(r.top=20),r.left<0&&(r.left=20),r}),[p,a,c,d]),_=function(){"boolean"!==typeof r&&s(!0)},b=function(){s(!1)};return ne((function(){"boolean"===typeof r&&s(r)}),[r]),ne((function(){var e,t=null===p||void 0===p||null===(e=p.current)||void 0===e?void 0:e.base;if(t)return t.addEventListener("mouseenter",_),t.addEventListener("mouseleave",b),function(){t.removeEventListener("mouseenter",_),t.removeEventListener("mouseleave",b)}}),[p]),Fr(y,{children:[Fr(y,{ref:p,children:t}),c&&yt.createPortal(Fr("div",{className:"vm-tooltip",ref:v,style:g,children:n}),document.body)]})},Ka=[{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"}],Xa=function(){var e=gi(),t=gr(),n=St(ee(!1),2),r=n[0],i=n[1],a=St(ee(Ka[0]),2),o=a[0],u=a[1];ne((function(){var t,n=o.seconds;return r?t=setInterval((function(){e({type:"RUN_QUERY"})}),1e3*n):u(Ka[0]),function(){t&&clearInterval(t)}}),[o,r]);var l=St(ee(!1),2),c=l[0],s=l[1],f=ie(null),d=function(e){return function(){!function(e){(r&&!e.seconds||!r&&e.seconds)&&i((function(e){return!e})),u(e),s(!1)}(e)}};return Fr(y,{children:[Fr("div",{className:"vm-execution-controls",children:Fr("div",{className:la()({"vm-execution-controls-buttons":!0,"vm-header-button":!t}),children:[Fr(Za,{title:"Refresh dashboard",children:Fr(Qa,{variant:"contained",color:"primary",onClick:function(){e({type:"RUN_QUERY"})},startIcon:Fr(Bi,{})})}),Fr(Za,{title:"Auto-refresh control",children:Fr("div",{ref:f,children:Fr(Qa,{variant:"contained",color:"primary",fullWidth:!0,endIcon:Fr("div",{className:la()({"vm-execution-controls-buttons__arrow":!0,"vm-execution-controls-buttons__arrow_open":c}),children:Fr(Ii,{})}),onClick:function(){s((function(e){return!e}))},children:o.title})})})]})}),Fr(Ja,{open:c,placement:"bottom-right",onClose:function(){s(!1)},buttonRef:f,children:Fr("div",{className:"vm-execution-controls-list",children:Ka.map((function(e){return Fr("div",{className:la()({"vm-list-item":!0,"vm-list-item_active":e.seconds===o.seconds}),onClick:d(e),children:e.title},e.seconds)}))})})]})},eo=function(e){var t=e.relativeTime,n=e.setDuration;return Fr("div",{className:"vm-time-duration",children:Xr.map((function(e){var r,i=e.id,a=e.duration,o=e.until,u=e.title;return Fr("div",{className:la()({"vm-list-item":!0,"vm-list-item_active":i===t}),onClick:(r={duration:a,until:o(),id:i},function(){n(r)}),children:u||a},i)}))})},to=function(e){var t=e.viewDate,n=e.displayYears,r=e.onChangeViewDate;return Fr("div",{className:"vm-calendar-header",children:[Fr("div",{className:"vm-calendar-header-left",onClick:e.toggleDisplayYears,children:[Fr("span",{className:"vm-calendar-header-left__date",children:t.format("MMMM YYYY")}),Fr("div",{className:"vm-calendar-header-left__select-year",children:Fr(Li,{})})]}),!n&&Fr("div",{className:"vm-calendar-header-right",children:[Fr("div",{className:"vm-calendar-header-right__prev",onClick:function(){r(t.subtract(1,"month"))},children:Fr(Ii,{})}),Fr("div",{className:"vm-calendar-header-right__next",onClick:function(){r(t.add(1,"month"))},children:Fr(Ii,{})})]})]})},no=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],ro=function(e){var t=e.viewDate,n=e.selectDate,r=e.onChangeSelectDate,i=_t()().tz().startOf("day"),a=oe((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(Nt(i))),e}),[t]),o=function(e){return function(){e&&r(e)}};return Fr("div",{className:"vm-calendar-body",children:[no.map((function(e){return Fr("div",{className:"vm-calendar-body-cell vm-calendar-body-cell_weekday",children:e[0]},e)})),a.map((function(e,t){return Fr("div",{className:la()({"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.toISOString())===n.startOf("day").toISOString(),"vm-calendar-body-cell_day_today":(e&&e.toISOString())===i.toISOString()}),onClick:o(e),children:e&&e.format("D")},e?e.toISOString():t)}))]})},io=function(e){var t=e.viewDate,n=e.onChangeViewDate,r=oe((function(){return t.format("YYYY")}),[t]),i=oe((function(){var e=_t()().subtract(103,"year");return new Array(206).fill(e).map((function(e,t){return e.add(t,"year")}))}),[t]);ne((function(){var e=document.getElementById("vm-calendar-year-".concat(r));e&&e.scrollIntoView({block:"center"})}),[]);return Fr("div",{className:"vm-calendar-years",children:i.map((function(e){return Fr("div",{className:la()({"vm-calendar-years__year":!0,"vm-calendar-years__year_selected":e.format("YYYY")===r}),id:"vm-calendar-year-".concat(e.format("YYYY")),onClick:(t=e,function(){n(t)}),children:e.format("YYYY")},e.format("YYYY"));var t}))})};!function(e){e[e.hour=0]="hour",e[e.minutes=1]="minutes",e[e.seconds=2]="seconds"}(Ya||(Ya={}));var ao,oo=function(e){var t=e.selectDate,n=e.onChangeTime,r=e.onClose,i=St(ee(Ya.hour),2),a=i[0],o=i[1],u=St(ee(t.format("HH")),2),l=u[0],c=u[1],s=St(ee(t.format("mm")),2),f=s[0],d=s[1],h=St(ee(t.format("ss")),2),p=h[0],v=h[1],m=oe((function(){return a===Ya.hour?new Array(24).fill("00").map((function(e,t){return{value:t,degrees:t/12*360,offset:0===t||t>12,title:t?"".concat(t):e}})):new Array(60).fill("00").map((function(e,t){return{value:t,degrees:t/60*360,offset:!1,title:t?"".concat(t):e}}))}),[a,l,f,p]),y=oe((function(){switch(a){case Ya.hour:return+l/12*360;case Ya.minutes:return+f/60*360;case Ya.seconds:return+p/60*360}}),[a,l,f,p]),g=ie(null),_=ie(null),b=ie(null),D=function(e){return function(t){!function(e,t){t.target.select(),o(e)}(e,t)}};return ne((function(){n("".concat(l,":").concat(f,":").concat(p))}),[l,f,p]),ne((function(){c(t.format("HH")),d(t.format("mm")),v(t.format("ss"))}),[t]),ne((function(){g.current&&g.current.focus()}),[]),Fr("div",{className:"vm-calendar-time-picker",children:[Fr("div",{className:"vm-calendar-time-picker-clock",children:[Fr("div",{className:la()({"vm-calendar-time-picker-clock__arrow":!0,"vm-calendar-time-picker-clock__arrow_offset":a===Ya.hour&&("00"===l||+l>12)}),style:{transform:"rotate(".concat(y,"deg)")}}),m.map((function(e){return Fr("div",{className:la()({"vm-calendar-time-picker-clock__time":!0,"vm-calendar-time-picker-clock__time_offset":e.offset,"vm-calendar-time-picker-clock__time_hide":m.length>24&&e.value%5}),style:{transform:"rotate(".concat(e.degrees,"deg)")},onClick:(t=e.value,function(){var e=String(t);switch(a){case Ya.hour:c(e),_.current&&_.current.focus();break;case Ya.minutes:d(e),b.current&&b.current.focus();break;case Ya.seconds:v(e),r()}}),children:Fr("span",{style:{transform:"rotate(-".concat(e.degrees,"deg)")},children:e.title})},e.value);var t}))]}),Fr("div",{className:"vm-calendar-time-picker-fields",children:[Fr("input",{className:"vm-calendar-time-picker-fields__input",value:l,onChange:function(e){var t=e.target,n=t.value,r=+n>23?"23":n;t.value=r,c(r),n.length>1&&_.current&&_.current.focus()},onFocus:D(Ya.hour),ref:g,type:"number",min:0,max:24}),Fr("span",{children:":"}),Fr("input",{className:"vm-calendar-time-picker-fields__input",value:f,onChange:function(e){var t=e.target,n=t.value,r=+n>59?"59":n;t.value=r,d(r),n.length>1&&b.current&&b.current.focus()},onFocus:D(Ya.minutes),ref:_,type:"number",min:0,max:60}),Fr("span",{children:":"}),Fr("input",{className:"vm-calendar-time-picker-fields__input",value:p,onChange:function(e){var t=e.target,n=t.value,i=+n>59?"59":n;t.value=i,v(i),n.length>1&&b.current&&r()},onFocus:D(Ya.seconds),ref:b,type:"number",min:0,max:60})]})]})},uo=[{value:"date",icon:Fr(Ri,{})},{value:"time",icon:Fr(zi,{})}],lo=function(e){var t=e.date,n=e.timepicker,r=void 0!==n&&n,i=e.format,a=void 0===i?Lr:i,o=e.onChange,u=e.onClose,l=St(ee(!1),2),c=l[0],s=l[1],f=St(ee(_t().tz(t)),2),d=f[0],h=f[1],p=St(ee(_t().tz(t)),2),v=p[0],m=p[1],g=St(ee(uo[0].value),2),_=g[0],b=g[1],D=function(e){h(e),s(!1)};return ne((function(){v.format()!==_t().tz(t).format()&&o(v.format(a))}),[v]),Fr("div",{className:"vm-calendar",children:["date"===_&&Fr(to,{viewDate:d,onChangeViewDate:D,toggleDisplayYears:function(){s((function(e){return!e}))},displayYears:c}),"date"===_&&Fr(y,{children:[!c&&Fr(ro,{viewDate:d,selectDate:v,onChangeSelectDate:function(e){m(e),r&&b("time")}}),c&&Fr(io,{viewDate:d,onChangeViewDate:D})]}),"time"===_&&Fr(oo,{selectDate:v,onChangeTime:function(e){var t=St(e.split(":"),3),n=t[0],r=t[1],i=t[2];m((function(e){return e.set("hour",+n).set("minute",+r).set("second",+i)}))},onClose:function(){u&&u()}}),r&&Fr("div",{className:"vm-calendar__tabs",children:Fr(ha,{activeItem:_,items:uo,onChange:function(e){b(e)},indicatorPlacement:"top"})})]})},co=Ce((function(e,t){var n=e.date,r=e.targetRef,i=e.format,a=void 0===i?Lr:i,o=e.timepicker,u=e.onChange,l=St(ee(!1),2),c=l[0],s=l[1],f=oe((function(){return n?_t().tz(n):_t()().tz()}),[n]),d=function(){s((function(e){return!e}))},h=function(){s(!1)},p=function(e){"Escape"!==e.key&&"Enter"!==e.key||h()};return ne((function(){var e;return null===(e=r.current)||void 0===e||e.addEventListener("click",d),function(){var e;null===(e=r.current)||void 0===e||e.removeEventListener("click",d)}}),[r]),ne((function(){return window.addEventListener("keyup",p),function(){window.removeEventListener("keyup",p)}}),[]),Fr(y,{children:Fr(Ja,{open:c,buttonRef:r,placement:"bottom-right",onClose:h,children:Fr("div",{ref:t,children:Fr(lo,{date:f,format:a,timepicker:o,onChange:function(e){o||h(),u(e)},onClose:h})})})})})),so=co,fo=function(){var e=ie(null),t=oa(document.body),n=oe((function(){return t.width>1120}),[t]),r=St(ee(),2),i=r[0],a=r[1],o=St(ee(),2),u=o[0],l=o[1],c=oe((function(){return _t().tz(u).format(Lr)}),[u]),s=oe((function(){return _t().tz(i).format(Lr)}),[i]),f=yi(),d=f.period,h=d.end,p=d.start,v=f.relativeTime,m=f.timezone,g=f.duration,_=gi(),b=gr(),D=oe((function(){return{region:m,utc:ti(m)}}),[m]);ne((function(){a(Jr(Kr(h)))}),[m,h]),ne((function(){l(Jr(Kr(p)))}),[m,p]);var w=function(e){var t=e.duration,n=e.until,r=e.id;_({type:"SET_RELATIVE_TIME",payload:{duration:t,until:n,id:r}}),O(!1)},x=oe((function(){return{start:_t().tz(Kr(p)).format(Lr),end:_t().tz(Kr(h)).format(Lr)}}),[p,h,m]),A=oe((function(){return v&&"none"!==v?v.replace(/_/g," "):"".concat(x.start," - ").concat(x.end)}),[v,x]),k=ie(null),C=ie(null),E=ie(null),S=ie(null),N=St(ee(!1),2),F=N[0],O=N[1],T=ie(null),M=function(){O(!1)};return ne((function(){var e=ei({relativeTimeId:v,defaultDuration:g,defaultEndInput:Kr(h)});w({id:e.relativeTimeId,duration:e.duration,until:e.endInput})}),[m]),Ga(e,(function(e){var t,n,r=e.target,i=(null===k||void 0===k?void 0:k.current)&&k.current.contains(r),a=(null===C||void 0===C?void 0:C.current)&&C.current.contains(r),o=(null===E||void 0===E?void 0:E.current)&&(null===E||void 0===E||null===(t=E.current)||void 0===t?void 0:t.contains(r)),u=(null===S||void 0===S?void 0:S.current)&&(null===S||void 0===S||null===(n=S.current)||void 0===n?void 0:n.contains(r));i||a||o||u||M()})),Fr(y,{children:[Fr("div",{ref:T,children:Fr(Za,{title:"Time range controls",children:Fr(Qa,{className:b?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Fr(zi,{}),onClick:function(){O((function(e){return!e}))},children:n&&Fr("span",{children:A})})})}),Fr(Ja,{open:F,buttonRef:T,placement:"bottom-right",onClose:M,clickOutside:!1,children:Fr("div",{className:"vm-time-selector",ref:e,children:[Fr("div",{className:"vm-time-selector-left",children:[Fr("div",{className:"vm-time-selector-left-inputs",children:[Fr("div",{className:"vm-time-selector-left-inputs__date",ref:k,children:[Fr("label",{children:"From:"}),Fr("span",{children:c}),Fr(Ri,{}),Fr(so,{ref:E,date:u||"",onChange:function(e){return l(e)},targetRef:k,timepicker:!0})]}),Fr("div",{className:"vm-time-selector-left-inputs__date",ref:C,children:[Fr("label",{children:"To:"}),Fr("span",{children:s}),Fr(Ri,{}),Fr(so,{ref:S,date:i||"",onChange:function(e){return a(e)},targetRef:C,timepicker:!0})]})]}),Fr("div",{className:"vm-time-selector-left-timezone",children:[Fr("div",{className:"vm-time-selector-left-timezone__title",children:D.region}),Fr("div",{className:"vm-time-selector-left-timezone__utc",children:D.utc})]}),Fr(Qa,{variant:"text",startIcon:Fr(ji,{}),onClick:function(){return _({type:"RUN_QUERY_TO_NOW"})},children:"switch to now"}),Fr("div",{className:"vm-time-selector-left__controls",children:[Fr(Qa,{color:"error",variant:"outlined",onClick:function(){a(Jr(Kr(h))),l(Jr(Kr(p))),O(!1)},children:"Cancel"}),Fr(Qa,{color:"primary",onClick:function(){return u&&i&&_({type:"SET_PERIOD",payload:{from:_t().tz(u).toDate(),to:_t().tz(i).toDate()}}),void O(!1)},children:"Apply"})]})]}),Fr(eo,{relativeTime:v||"",setDuration:w})]})})]})};!function(e){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"}(ao||(ao={}));var ho=function(e){var t=e.label,n=e.value,r=e.type,i=void 0===r?"text":r,a=e.error,o=void 0===a?"":a,u=e.placeholder,l=e.endIcon,c=e.startIcon,s=e.disabled,f=void 0!==s&&s,d=e.autofocus,h=void 0!==d&&d,p=e.helperText,v=e.onChange,m=e.onEnter,y=e.onKeyDown,g=e.onFocus,_=e.onBlur,b=ie(null),D=ie(null),w=oe((function(){return"textarea"===i?D:b}),[i]),x=la()({"vm-text-field__input":!0,"vm-text-field__input_error":o,"vm-text-field__input_icon-start":c,"vm-text-field__input_disabled":f,"vm-text-field__input_textarea":"textarea"===i}),A=function(e){y&&y(e),"Enter"!==e.key||e.shiftKey||(e.preventDefault(),m&&m())},k=function(e){f||v&&v(e.target.value)};ne((function(){var e;h&&(null===w||void 0===w||null===(e=w.current)||void 0===e?void 0:e.focus)&&w.current.focus()}),[w,h]);var C=function(){g&&g()},E=function(){_&&_()};return Fr("label",{className:la()({"vm-text-field":!0,"vm-text-field_textarea":"textarea"===i}),"data-replicated-value":n,children:[c&&Fr("div",{className:"vm-text-field__icon-start",children:c}),l&&Fr("div",{className:"vm-text-field__icon-end",children:l}),"textarea"===i?Fr("textarea",{className:x,disabled:f,ref:D,value:n,rows:1,placeholder:u,onInput:k,onKeyDown:A,onFocus:C,onBlur:E}):Fr("input",{className:x,disabled:f,ref:b,value:n,type:i,placeholder:u,onInput:k,onKeyDown:A,onFocus:C,onBlur:E}),t&&Fr("span",{className:"vm-text-field__label",children:t}),Fr("span",{className:"vm-text-field__error","data-show":!!o,children:o}),p&&!o&&Fr("span",{className:"vm-text-field__helper-text",children:p})]})},po=function(e){var t;try{t=new URL(e)}catch(_){return!1}return"http:"===t.protocol||"https:"===t.protocol},vo=function(e){var t=e.serverUrl,n=e.onChange,r=e.onEnter,i=St(ee(""),2),a=i[0],o=i[1];return Fr("div",{children:[Fr("div",{className:"vm-server-configurator__title",children:"Server URL"}),Fr(ho,{autofocus:!0,value:t,error:a,onChange:function(e){var t=e||"";n(t),o(""),t||o(ao.emptyServer),po(t)||o(ao.validServer)},onEnter:r})]})},mo=function(e){var t=e.title,n=e.children,r=e.onClose,i=function(e){"Escape"===e.key&&r()};return ne((function(){return window.addEventListener("keyup",i),function(){window.removeEventListener("keyup",i)}}),[]),yt.createPortal(Fr("div",{className:"vm-modal",onMouseDown:r,children:Fr("div",{className:"vm-modal-content",children:[Fr("div",{className:"vm-modal-content-header",children:[t&&Fr("div",{className:"vm-modal-content-header__title",children:t}),Fr("div",{className:"vm-modal-header__close",children:Fr(Qa,{variant:"text",size:"small",onClick:r,children:Fr(Si,{})})})]}),Fr("div",{className:"vm-modal-content-body",onMouseDown:function(e){e.stopPropagation()},children:n})]})}),document.body)},yo=[{label:"Graph",type:"chart"},{label:"JSON",type:"code"},{label:"Table",type:"table"}],go=function(e){var t=e.limits,n=e.onChange,r=e.onEnter,i=St(ee({table:"",chart:"",code:""}),2),a=i[0],o=i[1],u=function(e){return function(r){!function(e,r){var i=e||"";o((function(e){return dr(dr({},e),{},sr({},r,+i<0?ao.positiveNumber:""))})),n(dr(dr({},t),{},sr({},r,i||1/0)))}(r,e)}};return Fr("div",{className:"vm-limits-configurator",children:[Fr("div",{className:"vm-server-configurator__title",children:["Series limits by tabs",Fr(Za,{title:"To disable limits set to 0",children:Fr(Qa,{variant:"text",color:"primary",size:"small",startIcon:Fr(Fi,{})})}),Fr("div",{className:"vm-limits-configurator-title__reset",children:Fr(Qa,{variant:"text",color:"primary",size:"small",startIcon:Fr(Ni,{}),onClick:function(){n(xr)},children:"Reset"})})]}),Fr("div",{className:"vm-limits-configurator__inputs",children:yo.map((function(e){return Fr(ho,{label:e.label,value:t[e.type],error:a[e.type],onChange:u(e.type),onEnter:r,type:"number"},e.type)}))})]})},_o=function(e){var t=e.defaultExpanded,n=void 0!==t&&t,r=e.onChange,i=e.title,a=e.children,o=St(ee(n),2),u=o[0],l=o[1];return ne((function(){r&&r(u)}),[u]),Fr(y,{children:[Fr("header",{className:"vm-accordion-header ".concat(u&&"vm-accordion-header_open"),onClick:function(){l((function(e){return!e}))},children:[i,Fr("div",{className:"vm-accordion-header__arrow ".concat(u&&"vm-accordion-header__arrow_open"),children:Fr(Ii,{})})]}),u&&Fr("section",{className:"vm-accordion-section",children:a},"content")]})},bo=function(e){var t=e.timezoneState,n=e.onChange,r=ni(),i=St(ee(!1),2),a=i[0],o=i[1],u=St(ee(""),2),l=u[0],c=u[1],f=ie(null),d=oe((function(){if(!l)return r;try{return ni(l)}catch(s){return{}}}),[l,r]),h=oe((function(){return Object.keys(d)}),[d]),p=oe((function(){return{region:_t().tz.guess(),utc:ti(_t().tz.guess())}}),[]),v=oe((function(){return{region:t,utc:ti(t)}}),[t]),m=function(){o(!1)},y=function(e){return function(){!function(e){n(e.region),c(""),m()}(e)}};return Fr("div",{className:"vm-timezones",children:[Fr("div",{className:"vm-server-configurator__title",children:"Time zone"}),Fr("div",{className:"vm-timezones-item vm-timezones-item_selected",onClick:function(){o((function(e){return!e}))},ref:f,children:[Fr("div",{className:"vm-timezones-item__title",children:v.region}),Fr("div",{className:"vm-timezones-item__utc",children:v.utc}),Fr("div",{className:la()({"vm-timezones-item__icon":!0,"vm-timezones-item__icon_open":a}),children:Fr(Li,{})})]}),Fr(Ja,{open:a,buttonRef:f,placement:"bottom-left",onClose:m,children:Fr("div",{className:"vm-timezones-list",children:[Fr("div",{className:"vm-timezones-list-header",children:[Fr("div",{className:"vm-timezones-list-header__search",children:Fr(ho,{autofocus:!0,label:"Search",value:l,onChange:function(e){c(e)}})}),Fr("div",{className:"vm-timezones-item vm-timezones-list-group-options__item",onClick:y(p),children:[Fr("div",{className:"vm-timezones-item__title",children:["Browser Time (",p.region,")"]}),Fr("div",{className:"vm-timezones-item__utc",children:p.utc})]})]}),h.map((function(e){return Fr("div",{className:"vm-timezones-list-group",children:Fr(_o,{defaultExpanded:!0,title:Fr("div",{className:"vm-timezones-list-group__title",children:e}),children:Fr("div",{className:"vm-timezones-list-group-options",children:d[e]&&d[e].map((function(e){return Fr("div",{className:"vm-timezones-item vm-timezones-list-group-options__item",onClick:y(e),children:[Fr("div",{className:"vm-timezones-item__title",children:e.region}),Fr("div",{className:"vm-timezones-item__utc",children:e.utc})]},e.search)}))})})},e)}))]})})]})},Do="Settings",wo=function(){var e=gr(),t=Tr().serverUrl,n=yi().timezone,r=wa().seriesLimits,i=Mr(),a=gi(),o=xa(),u=St(ee(t),2),l=u[0],c=u[1],s=St(ee(r),2),f=s[0],d=s[1],h=St(ee(n),2),p=h[0],v=h[1],m=St(ee(!1),2),g=m[0],_=m[1],b=function(){return _(!1)},D=function(){i({type:"SET_SERVER",payload:l}),a({type:"SET_TIMEZONE",payload:p}),o({type:"SET_SERIES_LIMITS",payload:f}),b()};return Fr(y,{children:[Fr(Za,{title:Do,children:Fr(Qa,{className:la()({"vm-header-button":!e}),variant:"contained",color:"primary",startIcon:Fr(Ei,{}),onClick:function(){return _(!0)}})}),g&&Fr(mo,{title:Do,onClose:b,children:Fr("div",{className:"vm-server-configurator",children:[!e&&Fr("div",{className:"vm-server-configurator__input",children:Fr(vo,{serverUrl:l,onChange:c,onEnter:D})}),Fr("div",{className:"vm-server-configurator__input",children:Fr(go,{limits:f,onChange:d,onEnter:D})}),Fr("div",{className:"vm-server-configurator__input",children:Fr(bo,{timezoneState:p,onChange:v})}),Fr("div",{className:"vm-server-configurator__footer",children:[Fr(Qa,{variant:"outlined",color:"error",onClick:b,children:"Cancel"}),Fr(Qa,{variant:"contained",onClick:D,children:"apply"})]})]})})]})},xo={windows:"Windows",mac:"Mac OS",linux:"Linux"},Ao=(Object.values(xo).find((function(e){return navigator.userAgent.indexOf(e)>=0}))||"unknown")===xo.mac?"Cmd":"Ctrl",ko=[{title:"Query",list:[{keys:["Enter"],description:"Run"},{keys:["Shift","Enter"],description:"Multi-line queries"},{keys:[Ao,"Arrow Up"],description:"Previous command from the Query history"},{keys:[Ao,"Arrow Down"],description:"Next command from the Query history"},{keys:[Ao,"Click by 'Eye'"],description:"Toggle multiple queries"}]},{title:"Graph",list:[{keys:[Ao,"Scroll Up"],alt:["+"],description:"Zoom in"},{keys:[Ao,"Scroll Down"],alt:["-"],description:"Zoom out"},{keys:[Ao,"Click and Drag"],description:"Move the graph left/right"}]},{title:"Legend",list:[{keys:["Mouse Click"],description:"Select series"},{keys:[Ao,"Mouse Click"],description:"Toggle multiple series"}]}],Co=function(){var e=St(ee(!1),2),t=e[0],n=e[1],r=gr();return Fr(y,{children:[Fr(Za,{title:"Shortcut keys",placement:"bottom-center",children:Fr(Qa,{className:r?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Fr($i,{}),onClick:function(){n(!0)}})}),t&&Fr(mo,{title:"Shortcut keys",onClose:function(){n(!1)},children:Fr("div",{className:"vm-shortcuts",children:ko.map((function(e){return Fr("div",{className:"vm-shortcuts-section",children:[Fr("h3",{className:"vm-shortcuts-section__title",children:e.title}),Fr("div",{className:"vm-shortcuts-section-list",children:e.list.map((function(e){return Fr("div",{className:"vm-shortcuts-section-list-item",children:[Fr("div",{className:"vm-shortcuts-section-list-item__key",children:[e.keys.map((function(t,n){return Fr(y,{children:[Fr("code",{children:t},t),n!==e.keys.length-1?"+":""]})})),e.alt&&e.alt.map((function(t,n){return Fr(y,{children:["or",Fr("code",{children:t},t),n!==e.alt.length-1?"+":""]})}))]}),Fr("p",{className:"vm-shortcuts-section-list-item__description",children:e.description})]},e.keys.join("+"))}))})]},e.title)}))})})]})},Eo=function(){var e=gr(),t=ie(null),n=Ta().date,r=Ma(),i=oe((function(){return _t().tz(n).format(Ir)}),[n]);return Fr("div",{children:[Fr("div",{ref:t,children:Fr(Za,{title:"Date control",children:Fr(Qa,{className:e?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Fr(Ri,{}),children:i})})}),Fr(so,{date:n||"",format:Ir,onChange:function(e){r({type:"SET_DATE",payload:e})},targetRef:t})]})};var So=function(e){var t=ie();return ne((function(){t.current=e}),[e]),t.current},No=function(){var e=gr(),t=Ea().customStep,n=yi().period.step,r=Sa(),i=yi().period,a=So(i.end-i.start),o=St(ee(!1),2),u=o[0],l=o[1],c=St(ee(t||n),2),s=c[0],f=c[1],d=St(ee(""),2),h=d[0],p=d[1],v=ie(null),m=function(){l(!1)},y=function(e){var t=e||s||n||"1s",i=(t.match(/[a-zA-Z]+/g)||[]).length?t:"".concat(t,"s");r({type:"SET_CUSTOM_STEP",payload:i}),f(i),p("")},g=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 Ur.find((function(t){return t.short===e}))})),a=r&&i;f(e),p(a?"":ao.validStep)};return ne((function(){t&&y(t)}),[t]),ne((function(){!t&&n&&y(n)}),[n]),ne((function(){i.end-i.start!==a&&a&&n&&y(n)}),[i,a,n]),Fr("div",{className:"vm-step-control",ref:v,children:[Fr(Za,{title:"Query resolution step width",children:Fr(Qa,{className:e?"":"vm-header-button",variant:"contained",color:"primary",startIcon:Fr(ra,{}),onClick:function(){l((function(e){return!e}))},children:["STEP ",s]})}),Fr(Ja,{open:u,placement:"bottom-right",onClose:m,buttonRef:v,children:Fr("div",{className:"vm-step-control-popper",children:[Fr(ho,{autofocus:!0,label:"Step value",value:s,error:h,onChange:g,onEnter:function(){y(),m()},onFocus:function(){document.activeElement instanceof HTMLInputElement&&document.activeElement.select()},onBlur:y,endIcon:Fr(Za,{title:"Set default step value: ".concat(n),children:Fr(Qa,{size:"small",variant:"text",color:"primary",startIcon:Fr(Ni,{}),onClick:function(){var e=n||"1s";g(e),y(e)}})})}),Fr("div",{className:"vm-step-control-popper-info",children:[Fr("code",{children:"step"})," - the ",Fr("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 ",Fr("code",{children:"query"})," is executed at",Fr("code",{children:"start"}),", ",Fr("code",{children:"start+step"}),", ",Fr("code",{children:"start+2*step"}),", \u2026, ",Fr("code",{children:"end"})," timestamps.",Fr("a",{className:"vm-link vm-link_colored",href:"https://docs.victoriametrics.com/keyConcepts.html#range-query",target:"_blank",rel:"noreferrer",children:"Read more about Range query"})]})]})})]})},Fo=function(){var e=ia("color-primary"),t=gr(),n=qa().dashboardsSettings,r=yr().headerStyles,i=(r=void 0===r?{}:r).background,a=void 0===i?t?"#FFF":e:i,o=r.color,u=void 0===o?t?e:"#FFF":o,l=zn(),c=Pn(),s=c.search,f=c.pathname,d=oe((function(){return[{label:vr[mr.home].title,value:mr.home},{label:vr[mr.metrics].title,value:mr.metrics},{label:vr[mr.cardinality].title,value:mr.cardinality},{label:vr[mr.topQueries].title,value:mr.topQueries},{label:vr[mr.trace].title,value:mr.trace},{label:vr[mr.dashboards].title,value:mr.dashboards,hide:t||!n.length}]}),[t,n]),h=St(ee(f),2),p=h[0],v=h[1],m=oe((function(){return(vr[f]||{}).header||{}}),[f]),y=function(e){l({pathname:e,search:s})};return ne((function(){v(f)}),[f]),Fr("header",{className:la()({"vm-header":!0,"vm-header_app":t}),style:{background:a,color:u},children:[!t&&Fr("div",{className:"vm-header-logo",onClick:function(){y(mr.home),kr({}),window.location.reload()},style:{color:u},children:Fr(ki,{})}),Fr("div",{className:"vm-header-nav",children:Fr(ha,{isNavLink:!0,activeItem:p,items:d.filter((function(e){return!e.hide})),color:u})}),Fr("div",{className:"vm-header__settings",children:[(null===m||void 0===m?void 0:m.stepControl)&&Fr(No,{}),(null===m||void 0===m?void 0:m.timeSelector)&&Fr(fo,{}),(null===m||void 0===m?void 0:m.cardinalityDatePicker)&&Fr(Eo,{}),(null===m||void 0===m?void 0:m.executionControls)&&Fr(Xa,{}),Fr(wo,{}),Fr(Co,{})]})]})},Oo=function(){var e="2019-".concat(_t()().format("YYYY"));return Fr("footer",{className:"vm-footer",children:[Fr("a",{className:"vm-link vm-footer__website",target:"_blank",href:"https://victoriametrics.com/",rel:"noreferrer",children:[Fr(Ci,{}),"victoriametrics.com"]}),Fr("a",{className:"vm-link",target:"_blank",href:"https://github.com/VictoriaMetrics/VictoriaMetrics/issues/new/choose",rel:"noreferrer",children:"create an issue"}),Fr("div",{className:"vm-footer__copyright",children:["\xa9 ",e," VictoriaMetrics"]})]})};function To(){To=function(){return e};var e={},t=Object.prototype,n=t.hasOwnProperty,r=Object.defineProperty||function(e,t,n){e[t]=n.value},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",o=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function l(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(S){l=function(e,t,n){return e[t]=n}}function c(e,t,n,i){var a=t&&t.prototype instanceof d?t:d,o=Object.create(a.prototype),u=new k(i||[]);return r(o,"_invoke",{value:D(e,n,u)}),o}function s(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(S){return{type:"throw",arg:S}}}e.wrap=c;var f={};function d(){}function h(){}function p(){}var v={};l(v,a,(function(){return this}));var m=Object.getPrototypeOf,y=m&&m(m(C([])));y&&y!==t&&n.call(y,a)&&(v=y);var g=p.prototype=d.prototype=Object.create(v);function _(e){["next","throw","return"].forEach((function(t){l(e,t,(function(e){return this._invoke(t,e)}))}))}function b(e,t){function i(r,a,o,u){var l=s(e[r],e,a);if("throw"!==l.type){var c=l.arg,f=c.value;return f&&"object"==Ot(f)&&n.call(f,"__await")?t.resolve(f.__await).then((function(e){i("next",e,o,u)}),(function(e){i("throw",e,o,u)})):t.resolve(f).then((function(e){c.value=e,o(c)}),(function(e){return i("throw",e,o,u)}))}u(l.arg)}var a;r(this,"_invoke",{value:function(e,n){function r(){return new t((function(t,r){i(e,n,t,r)}))}return a=a?a.then(r,r):r()}})}function D(e,t,n){var r="suspendedStart";return function(i,a){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===i)throw a;return E()}for(n.method=i,n.arg=a;;){var o=n.delegate;if(o){var u=w(o,n);if(u){if(u===f)continue;return u}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var l=s(e,t,n);if("normal"===l.type){if(r=n.done?"completed":"suspendedYield",l.arg===f)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(r="completed",n.method="throw",n.arg=l.arg)}}}function w(e,t){var n=t.method,r=e.iterator[n];if(void 0===r)return t.delegate=null,"throw"===n&&e.iterator.return&&(t.method="return",t.arg=void 0,w(e,t),"throw"===t.method)||"return"!==n&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+n+"' method")),f;var i=s(r,e.iterator,t.arg);if("throw"===i.type)return t.method="throw",t.arg=i.arg,t.delegate=null,f;var a=i.arg;return a?a.done?(t[e.resultName]=a.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,f):a:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,f)}function x(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function A(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function k(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(x,this),this.reset(!0)}function C(e){if(e){var t=e[a];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=function t(){for(;++r<e.length;)if(n.call(e,r))return t.value=e[r],t.done=!1,t;return t.value=void 0,t.done=!0,t};return i.next=i}}return{next:E}}function E(){return{value:void 0,done:!0}}return h.prototype=p,r(g,"constructor",{value:p,configurable:!0}),r(p,"constructor",{value:h,configurable:!0}),h.displayName=l(p,u,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===h||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,p):(e.__proto__=p,l(e,u,"GeneratorFunction")),e.prototype=Object.create(g),e},e.awrap=function(e){return{__await:e}},_(b.prototype),l(b.prototype,o,(function(){return this})),e.AsyncIterator=b,e.async=function(t,n,r,i,a){void 0===a&&(a=Promise);var o=new b(c(t,n,r,i),a);return e.isGeneratorFunction(n)?o:o.next().then((function(e){return e.done?e.value:o.next()}))},_(g),l(g,u,"Generator"),l(g,a,(function(){return this})),l(g,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=Object(e),n=[];for(var r in t)n.push(r);return n.reverse(),function e(){for(;n.length;){var r=n.pop();if(r in t)return e.value=r,e.done=!1,e}return e.done=!0,e}},e.values=C,k.prototype={constructor:k,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(A),!e)for(var t in this)"t"===t.charAt(0)&&n.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function r(n,r){return o.type="throw",o.arg=e,t.next=n,r&&(t.method="next",t.arg=void 0),!!r}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],o=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var u=n.call(a,"catchLoc"),l=n.call(a,"finallyLoc");if(u&&l){if(this.prev<a.catchLoc)return r(a.catchLoc,!0);if(this.prev<a.finallyLoc)return r(a.finallyLoc)}else if(u){if(this.prev<a.catchLoc)return r(a.catchLoc,!0)}else{if(!l)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return r(a.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var a=i;break}}a&&("break"===e||"continue"===e)&&a.tryLoc<=t&&t<=a.finallyLoc&&(a=null);var o=a?a.completion:{};return o.type=e,o.arg=t,a?(this.method="next",this.next=a.finallyLoc,f):this.complete(o)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),f},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),A(n),f}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var i=r.arg;A(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:C(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),f}},e}function Mo(e,t,n,r,i,a,o){try{var u=e[a](o),l=u.value}catch(c){return void n(c)}u.done?t(l):Promise.resolve(l).then(r,i)}function Bo(e){return function(){var t=this,n=arguments;return new Promise((function(r,i){var a=e.apply(t,n);function o(e){Mo(a,r,i,o,u,"next",e)}function u(e){Mo(a,r,i,o,u,"throw",e)}o(void 0)}))}}var Io=function(){var e=Bo(To().mark((function e(t){var n,r;return To().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)}}(),Lo=function(){var e=gr(),t=Tr().serverUrl,n=le(Va).dispatch,r=St(ee(!1),2),i=r[0],a=r[1],o=St(ee(""),2),u=o[0],l=o[1],c=St(ee([]),2),s=c[0],f=c[1],d=function(){var e=Bo(To().mark((function e(){var t;return To().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(null!==(t=window.__VMUI_PREDEFINED_DASHBOARDS__)&&void 0!==t&&t.length){e.next=3;break}return e.abrupt("return",[]);case 3:return e.next=5,Promise.all(t.map(function(){var e=Bo(To().mark((function e(t){return To().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",Io(t));case 1:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()));case 5:return e.abrupt("return",e.sent);case 6:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),h=function(){var e=Bo(To().mark((function e(){var n,r,i;return To().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t){e.next=2;break}return e.abrupt("return");case 2:return l(""),a(!0),e.prev=4,e.next=7,fetch("".concat(t,"/vmui/custom-dashboards"));case 7:return n=e.sent,e.next=10,n.json();case 10:r=e.sent,n.ok?((i=r.dashboardsSettings)&&i.length>0&&f((function(e){return[].concat(Nt(e),Nt(i))})),a(!1)):(l(r.error),a(!1)),e.next=18;break;case 14:e.prev=14,e.t0=e.catch(4),a(!1),e.t0 instanceof Error&&l("".concat(e.t0.name,": ").concat(e.t0.message));case 18:case"end":return e.stop()}}),e,null,[[4,14]])})));return function(){return e.apply(this,arguments)}}();return ne((function(){e||(f([]),d().then((function(e){return e.length&&f((function(t){return[].concat(Nt(e),Nt(t))}))})),h())}),[t]),ne((function(){n({type:"SET_DASHBOARDS_SETTINGS",payload:s})}),[s]),ne((function(){n({type:"SET_DASHBOARDS_LOADING",payload:i})}),[i]),ne((function(){n({type:"SET_DASHBOARDS_ERROR",payload:u})}),[u]),{dashboardsSettings:s,isLoading:i,error:u}},Po=function(){var e=gr();Lo();var t=Pn().pathname;return ne((function(){var e,n="VM UI",r=null===(e=vr[t])||void 0===e?void 0:e.title;document.title=r?"".concat(r," - ").concat(n):n}),[t]),Fr("section",{className:"vm-container",children:[Fr(Fo,{}),Fr("div",{className:la()({"vm-container-body":!0,"vm-container-body_app":e}),children:Fr(Gn,{})}),!e&&Fr(Oo,{})]})};function zo(e,t){var n="undefined"!==typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=Et(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,u=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return o=e.done,e},e:function(e){u=!0,a=e},f:function(){try{o||null==n.return||n.return()}finally{if(u)throw a}}}}var Ro,jo,$o="u-off",Ho="u-label",Uo="width",Yo="height",Vo="top",qo="bottom",Wo="left",Qo="right",Go="#000",Jo=Go+"0",Zo="mousemove",Ko="mousedown",Xo="mouseup",eu="mouseenter",tu="mouseleave",nu="dblclick",ru="change",iu="dppxchange",au="undefined"!=typeof window,ou=au?document:null,uu=au?window:null,lu=au?navigator:null;function cu(e,t){if(null!=t){var n=e.classList;!n.contains(t)&&n.add(t)}}function su(e,t){var n=e.classList;n.contains(t)&&n.remove(t)}function fu(e,t,n){e.style[t]=n+"px"}function du(e,t,n,r){var i=ou.createElement(e);return null!=t&&cu(i,t),null!=n&&n.insertBefore(i,r),i}function hu(e,t){return du("div",e,t)}var pu=new WeakMap;function vu(e,t,n,r,i){var a="translate("+t+"px,"+n+"px)";a!=pu.get(e)&&(e.style.transform=a,pu.set(e,a),t<0||n<0||t>r||n>i?cu(e,$o):su(e,$o))}var mu=new WeakMap;function yu(e,t,n){var r=t+n;r!=mu.get(e)&&(mu.set(e,r),e.style.background=t,e.style.borderColor=n)}var gu=new WeakMap;function _u(e,t,n,r){var i=t+""+n;i!=gu.get(e)&&(gu.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 bu={passive:!0},Du=dr(dr({},bu),{},{capture:!0});function wu(e,t,n,r){t.addEventListener(e,n,r?Du:bu)}function xu(e,t,n,r){t.removeEventListener(e,n,r?Du:bu)}function Au(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:$u((n+r)/2)]<e?n=i:r=i;return e-t[n]<=t[r]-e?n:r}function ku(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 Cu(e,t,n,r){var i=Zu,a=-Zu;if(1==r)i=e[t],a=e[n];else if(-1==r)i=e[n],a=e[t];else for(var o=t;o<=n;o++)null!=e[o]&&(i=Yu(i,e[o]),a=Vu(a,e[o]));return[i,a]}function Eu(e,t,n){for(var r=Zu,i=-Zu,a=t;a<=n;a++)e[a]>0&&(r=Yu(r,e[a]),i=Vu(i,e[a]));return[r==Zu?1:r,i==-Zu?10:i]}function Su(e,t,n,r){var i=Wu(e),a=Wu(t),o=10==n?Qu:Gu;e==t&&(-1==i?(e*=n,t/=n):(e/=n,t*=n));var u=1==a?Uu:$u,l=(1==i?$u:Uu)(o(ju(e))),c=u(o(ju(t))),s=qu(n,l),f=qu(n,c);return l<0&&(s=cl(s,-l)),c<0&&(f=cl(f,-c)),r?(e=s*i,t=f*a):(e=ll(e,s),t=ul(t,f)),[e,t]}function Nu(e,t,n,r){var i=Su(e,t,n,r);return 0==e&&(i[0]=0),0==t&&(i[1]=0),i}au&&function e(){var t=devicePixelRatio;Ro!=t&&(Ro=t,jo&&xu(ru,jo,e),jo=matchMedia("(min-resolution: ".concat(Ro-.001,"dppx) and (max-resolution: ").concat(Ro+.001,"dppx)")),wu(ru,jo,e),uu.dispatchEvent(new CustomEvent(iu)))}();var Fu={mode:3,pad:.1},Ou={pad:0,soft:null,mode:0},Tu={min:Ou,max:Ou};function Mu(e,t,n,r){return _l(n)?Iu(e,t,n):(Ou.pad=n,Ou.soft=r?0:null,Ou.mode=r?3:0,Iu(e,t,Tu))}function Bu(e,t){return null==e?t:e}function Iu(e,t,n){var r=n.min,i=n.max,a=Bu(r.pad,0),o=Bu(i.pad,0),u=Bu(r.hard,-Zu),l=Bu(i.hard,Zu),c=Bu(r.soft,Zu),s=Bu(i.soft,-Zu),f=Bu(r.mode,0),d=Bu(i.mode,0),h=t-e,p=Qu(h),v=Vu(ju(e),ju(t)),m=Qu(v),y=ju(m-p);(h<1e-9||y>10)&&(h=0,0!=e&&0!=t||(h=1e-9,2==f&&c!=Zu&&(a=0),2==d&&s!=-Zu&&(o=0)));var g=h||v||1e3,_=Qu(g),b=qu(10,$u(_)),D=cl(ll(e-g*(0==h?0==e?.1:1:a),b/10),9),w=e>=c&&(1==f||3==f&&D<=c||2==f&&D>=c)?c:Zu,x=Vu(u,D<w&&e>=w?w:Yu(w,D)),A=cl(ul(t+g*(0==h?0==t?.1:1:o),b/10),9),k=t<=s&&(1==d||3==d&&A>=s||2==d&&A<=s)?s:-Zu,C=Yu(l,A>k&&t<=k?k:Vu(k,A));return x==C&&0==x&&(C=100),[x,C]}var Lu=new Intl.NumberFormat(au?lu.language:"en-US"),Pu=function(e){return Lu.format(e)},zu=Math,Ru=zu.PI,ju=zu.abs,$u=zu.floor,Hu=zu.round,Uu=zu.ceil,Yu=zu.min,Vu=zu.max,qu=zu.pow,Wu=zu.sign,Qu=zu.log10,Gu=zu.log2,Ju=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return zu.asinh(e/t)},Zu=1/0;function Ku(e){return 1+(0|Qu((e^e>>31)-(e>>31)))}function Xu(e,t){return Hu(e/t)*t}function el(e,t,n){return Yu(Vu(e,t),n)}function tl(e){return"function"==typeof e?e:function(){return e}}var nl=function(e){return e},rl=function(e,t){return t},il=function(e){return null},al=function(e){return!0},ol=function(e,t){return e==t};function ul(e,t){return Uu(e/t)*t}function ll(e,t){return $u(e/t)*t}function cl(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(yl(e))return e;var n=Math.pow(10,t),r=e*n*(1+Number.EPSILON);return Hu(r)/n}var sl=new Map;function fl(e){return((""+e).split(".")[1]||"").length}function dl(e,t,n,r){for(var i=[],a=r.map(fl),o=t;o<n;o++)for(var u=ju(o),l=cl(qu(e,o),u),c=0;c<r.length;c++){var s=r[c]*l,f=(s>=0&&o>=0?0:u)+(o>=a[c]?0:a[c]),d=cl(s,f);i.push(d),sl.set(d,f)}return i}var hl={},pl=[],vl=[null,null],ml=Array.isArray,yl=Number.isInteger;function gl(e){return"string"==typeof e}function _l(e){var t=!1;if(null!=e){var n=e.constructor;t=null==n||n==Object}return t}function bl(e){return null!=e&&"object"==typeof e}var Dl=Object.getPrototypeOf(Uint8Array);function wl(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:_l;if(ml(e)){var r=e.find((function(e){return null!=e}));if(ml(r)||n(r)){t=Array(e.length);for(var i=0;i<e.length;i++)t[i]=wl(e[i],n)}else t=e.slice()}else if(e instanceof Dl)t=e.slice();else if(n(e))for(var a in t={},e)t[a]=wl(e[a],n);else t=e;return t}function xl(e){for(var t=arguments,n=1;n<t.length;n++){var r=t[n];for(var i in r)_l(e[i])?xl(e[i],wl(r[i])):e[i]=wl(r[i])}return e}function Al(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 kl="undefined"==typeof queueMicrotask?function(e){return Promise.resolve().then(e)}:queueMicrotask,Cl=["January","February","March","April","May","June","July","August","September","October","November","December"],El=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];function Sl(e){return e.slice(0,3)}var Nl=El.map(Sl),Fl=Cl.map(Sl),Ol={MMMM:Cl,MMM:Fl,WWWW:El,WWW:Nl};function Tl(e){return(e<10?"0":"")+e}var Ml={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 Tl(e.getMonth()+1)},M:function(e){return e.getMonth()+1},DD:function(e){return Tl(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 Tl(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 Tl(e.getMinutes())},m:function(e){return e.getMinutes()},ss:function(e){return Tl(e.getSeconds())},s:function(e){return e.getSeconds()},fff:function(e){return((t=e.getMilliseconds())<10?"00":t<100?"0":"")+t;var t}};function Bl(e,t){t=t||Ol;for(var n,r=[],i=/\{([a-z]+)\}|[^{]+/gi;n=i.exec(e);)r.push("{"==n[0][0]?Ml[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 Il=(new Intl.DateTimeFormat).resolvedOptions().timeZone;var Ll=function(e){return e%1==0},Pl=[1,2,2.5,5],zl=dl(10,-16,0,Pl),Rl=dl(10,0,16,Pl),jl=Rl.filter(Ll),$l=zl.concat(Rl),Hl="{YYYY}",Ul="\n"+Hl,Yl="{M}/{D}",Vl="\n"+Yl,ql=Vl+"/{YY}",Wl="{aa}",Ql="{h}:{mm}"+Wl,Gl="\n"+Ql,Jl=":{ss}",Zl=null;function Kl(e){var t=1e3*e,n=60*t,r=60*n,i=24*r,a=30*i,o=365*i;return[(1==e?dl(10,0,3,Pl).filter(Ll):dl(10,-3,0,Pl)).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,Hl,Zl,Zl,Zl,Zl,Zl,Zl,1],[28*i,"{MMM}",Ul,Zl,Zl,Zl,Zl,Zl,1],[i,Yl,Ul,Zl,Zl,Zl,Zl,Zl,1],[r,"{h}"+Wl,ql,Zl,Vl,Zl,Zl,Zl,1],[n,Ql,ql,Zl,Vl,Zl,Zl,Zl,1],[t,Jl,ql+" "+Ql,Zl,Vl+" "+Ql,Zl,Gl,Zl,1],[e,Jl+".{fff}",ql+" "+Ql,Zl,Vl+" "+Ql,Zl,Gl,Zl,1]],function(t){return function(u,l,c,s,f,d){var h=[],p=f>=o,v=f>=a&&f<o,m=t(c),y=cl(m*e,3),g=cc(m.getFullYear(),p?0:m.getMonth(),v||p?1:m.getDate()),_=cl(g*e,3);if(v||p)for(var b=v?f/a:0,D=p?f/o:0,w=y==_?y:cl(cc(g.getFullYear()+D,g.getMonth()+b,1)*e,3),x=new Date(Hu(w/e)),A=x.getFullYear(),k=x.getMonth(),C=0;w<=s;C++){var E=cc(A+D*C,k+b*C,1),S=E-t(cl(E*e,3));(w=cl((+E+S)*e,3))<=s&&h.push(w)}else{var N=f>=i?i:f,F=_+($u(c)-$u(y))+ul(y-_,N);h.push(F);for(var O=t(F),T=O.getHours()+O.getMinutes()/n+O.getSeconds()/r,M=f/r,B=d/u.axes[l]._space;!((F=cl(F+f,1==e?0:3))>s);)if(M>1){var I=$u(cl(T+M,6))%24,L=t(F).getHours()-I;L>1&&(L=-1),T=(T+M)%24,cl(((F-=L*r)-h[h.length-1])/f,3)*B>=.7&&h.push(F)}else h.push(F)}return h}}]}var Xl=St(Kl(1),3),ec=Xl[0],tc=Xl[1],nc=Xl[2],rc=St(Kl(.001),3),ic=rc[0],ac=rc[1],oc=rc[2];function uc(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 lc(e,t){return function(n,r,i,a,o){var u,l,c,s,f,d,h=t.find((function(e){return o>=e[0]}))||t[t.length-1];return r.map((function(t){var n=e(t),r=n.getFullYear(),i=n.getMonth(),a=n.getDate(),o=n.getHours(),p=n.getMinutes(),v=n.getSeconds(),m=r!=u&&h[2]||i!=l&&h[3]||a!=c&&h[4]||o!=s&&h[5]||p!=f&&h[6]||v!=d&&h[7]||h[1];return u=r,l=i,c=a,s=o,f=p,d=v,m(n)}))}}function cc(e,t,n){return new Date(e,t,n)}function sc(e,t){return t(e)}dl(2,-53,53,[1]);function fc(e,t){return function(n,r){return t(e(r))}}var dc={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 hc=[0,0];function pc(e,t,n){return function(e){0==e.button&&n(e)}}function vc(e,t,n){return n}var mc={show:!0,x:!0,y:!0,lock:!1,move:function(e,t,n){return hc[0]=t,hc[1]=n,hc},points:{show:function(e,t){var n=e.cursor.points,r=hu(),i=n.size(e,t);fu(r,Uo,i),fu(r,Yo,i);var a=i/-2;fu(r,"marginLeft",a),fu(r,"marginTop",a);var o=n.width(e,t,i);return o&&fu(r,"borderWidth",o),r},size:function(e,t){return Lc(e.series[t].points.width,1)},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:pc,mouseup:pc,click:pc,dblclick:pc,mousemove:vc,mouseleave:vc,mouseenter:vc},drag:{setScale:!0,x:!0,y:!1,dist:0,uni:null,_x:!1,_y:!1},focus:{prox:-1},left:-10,top:-10,idx:null,dataIdx:function(e,t,n){return n},idxs:null},yc={show:!0,stroke:"rgba(0,0,0,0.07)",width:2},gc=xl({},yc,{filter:rl}),_c=xl({},gc,{size:10}),bc=xl({},yc,{show:!1}),Dc='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"',wc="bold "+Dc,xc={show:!0,scale:"x",stroke:Go,space:50,gap:5,size:50,labelGap:0,labelSize:30,labelFont:wc,side:2,grid:gc,ticks:_c,border:bc,font:Dc,rotate:0},Ac={show:!0,scale:"x",auto:!1,sorted:1,min:Zu,max:-Zu,idxs:[]};function kc(e,t,n,r,i){return t.map((function(e){return null==e?"":Pu(e)}))}function Cc(e,t,n,r,i,a,o){for(var u=[],l=sl.get(i)||0,c=n=o?n:cl(ul(n,i),l);c<=r;c=cl(c+i,l))u.push(Object.is(c,-0)?0:c);return u}function Ec(e,t,n,r,i,a,o){var u=[],l=e.scales[e.axes[t].scale].log,c=$u((10==l?Qu:Gu)(n));i=qu(l,c),c<0&&(i=cl(i,-c));var s=n;do{u.push(s),(s=cl(s+i,sl.get(i)))>=i*l&&(i=s)}while(s<=r);return u}function Sc(e,t,n,r,i,a,o){var u=e.scales[e.axes[t].scale].asinh,l=r>u?Ec(e,t,Vu(u,n),r,i):[u],c=r>=0&&n<=0?[0]:[];return(n<-u?Ec(e,t,Vu(u,-r),-n,i):[u]).reverse().map((function(e){return-e})).concat(c,l)}var Nc=/./,Fc=/[12357]/,Oc=/[125]/,Tc=/1/;function Mc(e,t,n,r,i){var a=e.axes[n],o=a.scale,u=e.scales[o];if(3==u.distr&&2==u.log)return t;var l=e.valToPos,c=a._space,s=l(10,o),f=l(9,o)-s>=c?Nc:l(7,o)-s>=c?Fc:l(5,o)-s>=c?Oc:Tc;return t.map((function(e){return 4==u.distr&&0==e||f.test(e)?e:null}))}function Bc(e,t){return null==t?"":Pu(t)}var Ic={show:!0,scale:"y",stroke:Go,space:30,gap:5,size:50,labelGap:0,labelSize:30,labelFont:wc,side:3,grid:gc,ticks:_c,border:bc,font:Dc,rotate:0};function Lc(e,t){return cl((3+2*(e||1))*t,3)}var Pc={scale:null,auto:!0,sorted:0,min:Zu,max:-Zu},zc=function(e,t,n,r,i){return i},Rc={show:!0,auto:!0,sorted:0,gaps:zc,alpha:1,facets:[xl({},Pc,{scale:"x"}),xl({},Pc,{scale:"y"})]},jc={scale:"y",auto:!0,sorted:0,show:!0,spanGaps:!1,gaps:zc,alpha:1,points:{show:function(e,t){var n=e.series[0],r=n.scale,i=n.idxs,a=e._data[0],o=e.valToPos(a[i[0]],r,!0),u=e.valToPos(a[i[1]],r,!0),l=ju(u-o)/(e.series[t].points.space*Ro);return i[1]-i[0]<=l},filter:null},values:null,min:Zu,max:-Zu,idxs:[],path:null,clip:null};function $c(e,t,n,r,i){return n/10}var Hc={time:!0,auto:!0,distr:1,log:10,asinh:1,min:null,max:null,dir:1,ori:0},Uc=xl({},Hc,{time:!1,ori:1}),Yc={};function Vc(e,t){var n=Yc[e];return n||(n={key:e,plots:[],sub:function(e){n.plots.push(e)},unsub:function(e){n.plots=n.plots.filter((function(t){return t!=e}))},pub:function(e,t,r,i,a,o,u){for(var l=0;l<n.plots.length;l++)n.plots[l]!=t&&n.plots[l].pub(e,t,r,i,a,o,u)}},null!=e&&(Yc[e]=n)),n}function qc(e,t,n){var r=e.mode,i=e.series[t],a=2==r?e._data[t]:e._data,o=e.scales,u=e.bbox,l=a[0],c=2==r?a[1]:a[t],s=2==r?o[i.facets[0].scale]:o[e.series[0].scale],f=2==r?o[i.facets[1].scale]:o[i.scale],d=u.left,h=u.top,p=u.width,v=u.height,m=e.valToPosH,y=e.valToPosV;return 0==s.ori?n(i,l,c,s,f,m,y,d,h,p,v,es,ns,is,os,ls):n(i,l,c,s,f,y,m,h,d,v,p,ts,rs,as,us,cs)}function Wc(e,t){for(var n=0,r=0,i=Bu(e.bands,pl),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 Qc(e,t,n,r,i){var a=e.mode,o=e.series[t],u=2==a?o.facets[1].scale:o.scale,l=e.scales[u];return-1==i?l.min:1==i?l.max:3==l.distr?1==l.dir?l.min:l.max:0}function Gc(e,t,n,r,i,a){return qc(e,t,(function(e,t,o,u,l,c,s,f,d,h,p){var v,m,y=e.pxRound,g=u.dir*(0==u.ori?1:-1),_=0==u.ori?ns:rs;1==g?(v=n,m=r):(v=r,m=n);var b=y(c(t[v],u,h,f)),D=y(s(o[v],l,p,d)),w=y(c(t[m],u,h,f)),x=y(s(1==a?l.max:l.min,l,p,d)),A=new Path2D(i);return _(A,w,x),_(A,b,x),_(A,b,D),A}))}function Jc(e,t,n,r,i,a){var o=null;if(e.length>0){o=new Path2D;for(var u=0==t?is:as,l=n,c=0;c<e.length;c++){var s=e[c];if(s[1]>s[0]){var f=s[0]-l;f>0&&u(o,l,r,f,r+a),l=s[1]}}var d=n+i-l;d>0&&u(o,l,r,d,r+a)}return o}function Zc(e,t,n,r,i,a,o){for(var u=[],l=e.length,c=1==i?n:r;c>=n&&c<=r;c+=i){if(null===t[c]){var s=c,f=c;if(1==i)for(;++c<=r&&null===t[c];)f=c;else for(;--c>=n&&null===t[c];)f=c;var d=a(e[s]),h=f==s?d:a(e[f]),p=s-i;d=o<=0&&p>=0&&p<l?a(e[p]):d;var v=f+i;(h=o>=0&&v>=0&&v<l?a(e[v]):h)>=d&&u.push([d,h])}}return u}function Kc(e){return 0==e?nl:1==e?Hu:function(t){return Xu(t,e)}}function Xc(e){var t=0==e?es:ts,n=0==e?function(e,t,n,r,i,a){e.arcTo(t,n,r,i,a)}:function(e,t,n,r,i,a){e.arcTo(n,t,i,r,a)},r=0==e?function(e,t,n,r,i){e.rect(t,n,r,i)}:function(e,t,n,r,i){e.rect(n,t,i,r)};return function(e,i,a,o,u){var l=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;0==l?r(e,i,a,o,u):(l=Yu(l,o/2,u/2),t(e,i+l,a),n(e,i+o,a,i+o,a+u,l),n(e,i+o,a+u,i,a+u,l),n(e,i,a+u,i,a,l),n(e,i,a,i+o,a,l),e.closePath())}}var es=function(e,t,n){e.moveTo(t,n)},ts=function(e,t,n){e.moveTo(n,t)},ns=function(e,t,n){e.lineTo(t,n)},rs=function(e,t,n){e.lineTo(n,t)},is=Xc(0),as=Xc(1),os=function(e,t,n,r,i,a){e.arc(t,n,r,i,a)},us=function(e,t,n,r,i,a){e.arc(n,t,r,i,a)},ls=function(e,t,n,r,i,a,o){e.bezierCurveTo(t,n,r,i,a,o)},cs=function(e,t,n,r,i,a,o){e.bezierCurveTo(n,t,i,r,o,a)};function ss(e){return function(e,t,n,r,i){return qc(e,t,(function(t,a,o,u,l,c,s,f,d,h,p){var v,m,y=t.pxRound,g=t.points;0==u.ori?(v=es,m=os):(v=ts,m=us);var _=cl(g.width*Ro,3),b=(g.size-g.width)/2*Ro,D=cl(2*b,3),w=new Path2D,x=new Path2D,A=e.bbox,k=A.left,C=A.top,E=A.width,S=A.height;is(x,k-D,C-D,E+2*D,S+2*D);var N=function(e){if(null!=o[e]){var t=y(c(a[e],u,h,f)),n=y(s(o[e],l,p,d));v(w,t+b,n),m(w,t,n,b,0,2*Ru)}};if(i)i.forEach(N);else for(var F=n;F<=r;F++)N(F);return{stroke:_>0?w:null,fill:w,clip:x,flags:3}}))}}function fs(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 ds=fs(ns),hs=fs(rs);function ps(e){var t=Bu(null===e||void 0===e?void 0:e.alignGaps,0);return function(e,n,r,i){return qc(e,n,(function(a,o,u,l,c,s,f,d,h,p,v){var m,y,g=a.pxRound,_=function(e){return g(s(e,l,p,d))},b=function(e){return g(f(e,c,v,h))};0==l.ori?(m=ns,y=ds):(m=rs,y=hs);for(var D,w,x,A=l.dir*(0==l.ori?1:-1),k={stroke:new Path2D,fill:null,clip:null,band:null,gaps:null,flags:1},C=k.stroke,E=Zu,S=-Zu,N=_(o[1==A?r:i]),F=ku(u,r,i,1*A),O=ku(u,r,i,-1*A),T=_(o[F]),M=_(o[O]),B=1==A?r:i;B>=r&&B<=i;B+=A){var I=_(o[B]);I==N?null!=u[B]&&(w=b(u[B]),E==Zu&&(m(C,I,w),D=w),E=Yu(w,E),S=Vu(w,S)):(E!=Zu&&(y(C,N,E,S,D,w),x=N),null!=u[B]?(m(C,I,w=b(u[B])),E=S=D=w):(E=Zu,S=-Zu),N=I)}E!=Zu&&E!=S&&x!=N&&y(C,N,E,S,D,w);var L=St(Wc(e,n),2),P=L[0],z=L[1];if(null!=a.fill||0!=P){var R=k.fill=new Path2D(C),j=b(a.fillTo(e,n,a.min,a.max,P));m(R,M,j),m(R,T,j)}if(!a.spanGaps){var $,H=[];($=H).push.apply($,Nt(Zc(o,u,r,i,A,_,t))),k.gaps=H=a.gaps(e,n,r,i,H),k.clip=Jc(H,l.ori,d,h,p,v)}return 0!=z&&(k.band=2==z?[Gc(e,n,r,i,C,-1),Gc(e,n,r,i,C,1)]:Gc(e,n,r,i,C,z)),k}))}}function vs(e,t,n,r,i,a){var o=e.length;if(o<2)return null;var u=new Path2D;if(n(u,e[0],t[0]),2==o)r(u,e[1],t[1]);else{for(var l=Array(o),c=Array(o-1),s=Array(o-1),f=Array(o-1),d=0;d<o-1;d++)s[d]=t[d+1]-t[d],f[d]=e[d+1]-e[d],c[d]=s[d]/f[d];l[0]=c[0];for(var h=1;h<o-1;h++)0===c[h]||0===c[h-1]||c[h-1]>0!==c[h]>0?l[h]=0:(l[h]=3*(f[h-1]+f[h])/((2*f[h]+f[h-1])/c[h-1]+(f[h]+2*f[h-1])/c[h]),isFinite(l[h])||(l[h]=0));l[o-1]=c[o-2];for(var p=0;p<o-1;p++)i(u,e[p]+f[p]/3,t[p]+l[p]*f[p]/3,e[p+1]-f[p]/3,t[p+1]-l[p+1]*f[p]/3,e[p+1],t[p+1])}return u}var ms=new Set;function ys(){var e,t=zo(ms);try{for(t.s();!(e=t.n()).done;){e.value.syncRect(!0)}}catch(n){t.e(n)}finally{t.f()}}au&&(wu("resize",uu,ys),wu("scroll",uu,ys,!0),wu(iu,uu,(function(){Ts.pxRatio=Ro})));var gs=ps(),_s=ss();function bs(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 Ds(e,r,t,n)}))}function Ds(e,t,n,r){return xl({},0==t?n:r,e)}function ws(e,t,n){return null==t?vl:[t,n]}var xs=ws;function As(e,t,n){return null==t?vl:Mu(t,n,.1,!0)}function ks(e,t,n,r){return null==t?vl:Su(t,n,e.scales[r].log,!1)}var Cs=ks;function Es(e,t,n,r){return null==t?vl:Nu(t,n,e.scales[r].log,!1)}var Ss=Es;function Ns(e,t,n,r,i){var a=Vu(Ku(e),Ku(t)),o=t-e,u=Au(i/r*o,n);do{var l=n[u],c=r*l/o;if(c>=i&&a+(l<5?sl.get(l):0)<=17)return[l,c]}while(++u<n.length);return[0,0]}function Fs(e){var t,n;return[e=e.replace(/(\d+)px/,(function(e,r){return(t=Hu((n=+r)*Ro))+"px"})),t,n]}function Os(e){e.show&&[e.font,e.labelFont].forEach((function(e){var t=cl(e[2]*Ro,1);e[0]=e[0].replace(/[0-9.]+px/,t+"px"),e[1]=t}))}function Ts(e,t,n){var r={mode:Bu(e.mode,1)},i=r.mode;function a(e,t){return((3==t.distr?Qu(e>0?e:t.clamp(r,e,t.min,t.max,t.key)):4==t.distr?Ju(e,t.asinh):e)-t._min)/(t._max-t._min)}function o(e,t,n,r){var i=a(e,t);return r+n*(-1==t.dir?1-i:i)}function u(e,t,n,r){var i=a(e,t);return r+n*(-1==t.dir?i:1-i)}function l(e,t,n,r){return 0==t.ori?o(e,t,n,r):u(e,t,n,r)}r.valToPosH=o,r.valToPosV=u;var c=!1;r.status=0;var s=r.root=hu("uplot");(null!=e.id&&(s.id=e.id),cu(s,e.class),e.title)&&(hu("u-title",s).textContent=e.title);var f=du("canvas"),d=r.ctx=f.getContext("2d"),h=hu("u-wrap",s),p=r.under=hu("u-under",h);h.appendChild(f);var v=r.over=hu("u-over",h),m=+Bu((e=wl(e)).pxAlign,1),y=Kc(m);(e.plugins||[]).forEach((function(t){t.opts&&(e=t.opts(r,e)||e)}));var g=e.ms||.001,_=r.series=1==i?bs(e.series||[],Ac,jc,!1):function(e,t){return e.map((function(e,n){return 0==n?null:xl({},t,e)}))}(e.series||[null],Rc),b=r.axes=bs(e.axes||[],xc,Ic,!0),D=r.scales={},w=r.bands=e.bands||[];w.forEach((function(e){e.fill=tl(e.fill||null),e.dir=Bu(e.dir,-1)}));var x=2==i?_[1].facets[0].scale:_[0].scale,A={axes:function(){for(var e=function(e){var t=b[e];if(!t.show||!t._show)return"continue";var n=t.side,i=n%2,a=void 0,o=void 0,u=t.stroke(r,e),c=0==n||3==n?-1:1;if(t.label){var s=t.labelGap*c,f=Hu((t._lpos+s)*Ro);Ke(t.labelFont[0],u,"center",2==n?Vo:qo),d.save(),1==i?(a=o=0,d.translate(f,Hu(de+pe/2)),d.rotate((3==n?-Ru:Ru)/2)):(a=Hu(fe+he/2),o=f),d.fillText(t.label,a,o),d.restore()}var h=St(t._found,2),p=h[0],v=h[1];if(0==v)return"continue";var m=D[t.scale],g=0==i?he:pe,_=0==i?fe:de,w=Hu(t.gap*Ro),x=t._splits,A=2==m.distr?x.map((function(e){return We[e]})):x,k=2==m.distr?We[x[1]]-We[x[0]]:p,C=t.ticks,E=t.border,S=C.show?Hu(C.size*Ro):0,N=t._rotate*-Ru/180,F=y(t._pos*Ro),O=F+(S+w)*c;o=0==i?O:0,a=1==i?O:0,Ke(t.font[0],u,1==t.align?Wo:2==t.align?Qo:N>0?Wo:N<0?Qo:0==i?"center":3==n?Qo:Wo,N||1==i?"middle":2==n?Vo:qo);for(var T=1.5*t.font[1],M=x.map((function(e){return y(l(e,m,g,_))})),B=t._values,I=0;I<B.length;I++){var L=B[I];if(null!=L){0==i?a=M[I]:o=M[I];for(var P=-1==(L=""+L).indexOf("\n")?[L]:L.split(/\n/gm),z=0;z<P.length;z++){var R=P[z];N?(d.save(),d.translate(a,o+z*T),d.rotate(N),d.fillText(R,0,0),d.restore()):d.fillText(R,a,o+z*T)}}}C.show&&at(M,C.filter(r,A,e,v,k),i,n,F,S,cl(C.width*Ro,3),C.stroke(r,e),C.dash,C.cap);var j=t.grid;j.show&&at(M,j.filter(r,A,e,v,k),i,0==i?2:1,0==i?de:fe,0==i?pe:he,cl(j.width*Ro,3),j.stroke(r,e),j.dash,j.cap),E.show&&at([F],[1],0==i?1:0,0==i?1:2,1==i?de:fe,1==i?pe:he,cl(E.width*Ro,3),E.stroke(r,e),E.dash,E.cap)},t=0;t<b.length;t++)e(t);on("drawAxes")},series:function(){Oe>0&&(_.forEach((function(e,n){if(n>0&&e.show&&null==e._paths){var a=2==i?[0,t[n][0].length-1]:function(e){var t=el(Ye-1,0,Oe-1),n=el(Ve+1,0,Oe-1);for(;null==e[t]&&t>0;)t--;for(;null==e[n]&&n<Oe-1;)n++;return[t,n]}(t[n]);e._paths=e.paths(r,n,a[0],a[1])}})),_.forEach((function(e,t){if(t>0&&e.show){$e!=e.alpha&&(d.globalAlpha=$e=e.alpha),et(t,!1),e._paths&&tt(t,!1),et(t,!0);var n=e._paths?e._paths.gaps:null,i=e.points.show(r,t,Ye,Ve,n),a=e.points.filter(r,t,i,n);(i||a)&&(e.points._paths=e.points.paths(r,t,Ye,Ve,a),tt(t,!0)),1!=$e&&(d.globalAlpha=$e=1),on("drawSeries",t)}})))}},k=(e.drawOrder||["axes","series"]).map((function(e){return A[e]}));function C(t){var n=D[t];if(null==n){var r=(e.scales||hl)[t]||hl;if(null!=r.from)C(r.from),D[t]=xl({},D[r.from],r,{key:t});else{(n=D[t]=xl({},t==x?Hc:Uc,r)).key=t;var a=n.time,o=n.range,u=ml(o);if((t!=x||2==i&&!a)&&(!u||null!=o[0]&&null!=o[1]||(o={min:null==o[0]?Fu:{mode:1,hard:o[0],soft:o[0]},max:null==o[1]?Fu:{mode:1,hard:o[1],soft:o[1]}},u=!1),!u&&_l(o))){var l=o;o=function(e,t,n){return null==t?vl:Mu(t,n,l)}}n.range=tl(o||(a?xs:t==x?3==n.distr?Cs:4==n.distr?Ss:ws:3==n.distr?ks:4==n.distr?Es:As)),n.auto=tl(!u&&n.auto),n.clamp=tl(n.clamp||$c),n._min=n._max=null}}}for(var E in C("x"),C("y"),1==i&&_.forEach((function(e){C(e.scale)})),b.forEach((function(e){C(e.scale)})),e.scales)C(E);var S,N,F=D[x],O=F.distr;0==F.ori?(cu(s,"u-hz"),S=o,N=u):(cu(s,"u-vt"),S=u,N=o);var T={};for(var M in D){var B=D[M];null==B.min&&null==B.max||(T[M]={min:B.min,max:B.max},B.min=B.max=null)}var I,L=e.tzDate||function(e){return new Date(Hu(e/g))},P=e.fmtDate||Bl,z=1==g?nc(L):oc(L),R=lc(L,uc(1==g?tc:ac,P)),j=fc(L,sc("{YYYY}-{MM}-{DD} {h}:{mm}{aa}",P)),$=[],H=r.legend=xl({},dc,e.legend),U=H.show,Y=H.markers;H.idxs=$,Y.width=tl(Y.width),Y.dash=tl(Y.dash),Y.stroke=tl(Y.stroke),Y.fill=tl(Y.fill);var V,q=[],W=[],Q=!1,G={};if(H.live){var J=_[1]?_[1].values:null;for(var Z in V=(Q=null!=J)?J(r,1,0):{_:0})G[Z]="--"}if(U)if(I=du("table","u-legend",s),H.mount(r,I),Q){var K=du("tr","u-thead",I);for(var X in du("th",null,K),V)du("th",Ho,K).textContent=X}else cu(I,"u-inline"),H.live&&cu(I,"u-live");var ee={show:!0},te={show:!1};var ne=new Map;function re(e,t,n){var i=ne.get(t)||{},a=xe.bind[e](r,t,n);a&&(wu(e,t,i[e]=a),ne.set(t,i))}function ie(e,t,n){var r=ne.get(t)||{};for(var i in r)null!=e&&i!=e||(xu(i,t,r[i]),delete r[i]);null==e&&ne.delete(t)}var ae=0,oe=0,ue=0,le=0,ce=0,se=0,fe=0,de=0,he=0,pe=0;r.bbox={};var ve=!1,me=!1,ye=!1,ge=!1,_e=!1,be=!1;function De(e,t,n){(n||e!=r.width||t!=r.height)&&we(e,t),lt(!1),ye=!0,me=!0,xe.left>=0&&(ge=be=!0),wt()}function we(e,t){r.width=ae=ue=e,r.height=oe=le=t,ce=se=0,function(){var e=!1,t=!1,n=!1,r=!1;b.forEach((function(i,a){if(i.show&&i._show){var o=i.side,u=o%2,l=i._size+(null!=i.label?i.labelSize:0);l>0&&(u?(ue-=l,3==o?(ce+=l,r=!0):n=!0):(le-=l,0==o?(se+=l,e=!0):t=!0))}})),Ne[0]=e,Ne[1]=n,Ne[2]=t,Ne[3]=r,ue-=Ue[1]+Ue[3],ce+=Ue[3],le-=Ue[2]+Ue[0],se+=Ue[0]}(),function(){var e=ce+ue,t=se+le,n=ce,r=se;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}}b.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;fe=n.left=Xu(ce*Ro,.5),de=n.top=Xu(se*Ro,.5),he=n.width=Xu(ue*Ro,.5),pe=n.height=Xu(le*Ro,.5)}r.setSize=function(e){De(e.width,e.height)};var xe=r.cursor=xl({},mc,{drag:{y:2==i}},e.cursor);xe.idxs=$,xe._lock=!1;var Ae=xe.points;Ae.show=tl(Ae.show),Ae.size=tl(Ae.size),Ae.stroke=tl(Ae.stroke),Ae.width=tl(Ae.width),Ae.fill=tl(Ae.fill);var ke=r.focus=xl({},e.focus||{alpha:.3},xe.focus),Ce=ke.prox>=0,Ee=[null];function Se(e,t){if(1==i||t>0){var n=1==i&&D[e.scale].time,a=e.value;e.value=n?gl(a)?fc(L,sc(a,P)):a||j:a||Bc,e.label=e.label||(n?"Time":"Value")}if(t>0){e.width=null==e.width?1:e.width,e.paths=e.paths||gs||il,e.fillTo=tl(e.fillTo||Qc),e.pxAlign=+Bu(e.pxAlign,m),e.pxRound=Kc(e.pxAlign),e.stroke=tl(e.stroke||null),e.fill=tl(e.fill||null),e._stroke=e._fill=e._paths=e._focus=null;var o=Lc(e.width,1),u=e.points=xl({},{size:o,width:Vu(1,.2*o),stroke:e.stroke,space:2*o,paths:_s,_stroke:null,_fill:null},e.points);u.show=tl(u.show),u.filter=tl(u.filter),u.fill=tl(u.fill),u.stroke=tl(u.stroke),u.paths=tl(u.paths),u.pxAlign=e.pxAlign}if(U){var l=function(e,t){if(0==t&&(Q||!H.live||2==i))return vl;var n=[],a=du("tr","u-series",I,I.childNodes[t]);cu(a,e.class),e.show||cu(a,$o);var o=du("th",null,a);if(Y.show){var u=hu("u-marker",o);if(t>0){var l=Y.width(r,t);l&&(u.style.border=l+"px "+Y.dash(r,t)+" "+Y.stroke(r,t)),u.style.background=Y.fill(r,t)}}var c=hu(Ho,o);for(var s in c.textContent=e.label,t>0&&(Y.show||(c.style.color=e.width>0?Y.stroke(r,t):Y.fill(r,t)),re("click",o,(function(t){if(!xe._lock){var n=_.indexOf(e);if((t.ctrlKey||t.metaKey)!=H.isolate){var r=_.some((function(e,t){return t>0&&t!=n&&e.show}));_.forEach((function(e,t){t>0&&Pt(t,r?t==n?ee:te:ee,!0,un.setSeries)}))}else Pt(n,{show:!e.show},!0,un.setSeries)}})),Ce&&re(eu,o,(function(t){xe._lock||Pt(_.indexOf(e),zt,!0,un.setSeries)}))),V){var f=du("td","u-value",a);f.textContent="--",n.push(f)}return[a,n]}(e,t);q.splice(t,0,l[0]),W.splice(t,0,l[1]),H.values.push(null)}if(xe.show){$.splice(t,0,null);var c=function(e,t){if(t>0){var n=xe.points.show(r,t);if(n)return cu(n,"u-cursor-pt"),cu(n,e.class),vu(n,-10,-10,ue,le),v.insertBefore(n,Ee[t]),n}}(e,t);c&&Ee.splice(t,0,c)}on("addSeries",t)}r.addSeries=function(e,t){t=null==t?_.length:t,e=1==i?Ds(e,t,Ac,jc):Ds(e,t,null,Rc),_.splice(t,0,e),Se(_[t],t)},r.delSeries=function(e){if(_.splice(e,1),U){H.values.splice(e,1),W.splice(e,1);var t=q.splice(e,1)[0];ie(null,t.firstChild),t.remove()}xe.show&&($.splice(e,1),Ee.length>1&&Ee.splice(e,1)[0].remove()),on("delSeries",e)};var Ne=[!1,!1,!1,!1];function Fe(e,t,n,r){var i=St(n,4),a=i[0],o=i[1],u=i[2],l=i[3],c=t%2,s=0;return 0==c&&(l||o)&&(s=0==t&&!a||2==t&&!u?Hu(xc.size/3):0),1==c&&(a||u)&&(s=1==t&&!o||3==t&&!l?Hu(Ic.size/2):0),s}var Oe,Te,Me,Be,Ie,Le,Pe,ze,Re,je,$e,He=r.padding=(e.padding||[Fe,Fe,Fe,Fe]).map((function(e){return tl(Bu(e,Fe))})),Ue=r._padding=He.map((function(e,t){return e(r,t,Ne,0)})),Ye=null,Ve=null,qe=1==i?_[0].idxs:null,We=null,Qe=!1;function Ge(e,n){if(t=null==e?[]:wl(e,bl),2==i){Oe=0;for(var a=1;a<_.length;a++)Oe+=t[a][0].length;r.data=t=e}else if(null==t[0]&&(t[0]=[]),r.data=t.slice(),We=t[0],Oe=We.length,2==O){t[0]=Array(Oe);for(var o=0;o<Oe;o++)t[0][o]=o}if(r._data=t,lt(!0),on("setData"),2==O&&(ye=!0),!1!==n){var u=F;u.auto(r,Qe)?Je():Lt(x,u.min,u.max),ge=xe.left>=0,be=!0,wt()}}function Je(){var e,n;if(Qe=!0,1==i)if(Oe>0){if(Ye=qe[0]=0,Ve=qe[1]=Oe-1,e=t[0][Ye],n=t[0][Ve],2==O)e=Ye,n=Ve;else if(1==Oe)if(3==O){var r=St(Su(e,e,F.log,!1),2);e=r[0],n=r[1]}else if(4==O){var a=St(Nu(e,e,F.log,!1),2);e=a[0],n=a[1]}else if(F.time)n=e+Hu(86400/g);else{var o=St(Mu(e,n,.1,!0),2);e=o[0],n=o[1]}}else Ye=qe[0]=e=null,Ve=qe[1]=n=null;Lt(x,e,n)}function Ze(e,t,n,r,i,a){var o,u,l,c,s;null!==(o=e)&&void 0!==o||(e=Jo),null!==(u=n)&&void 0!==u||(n=pl),null!==(l=r)&&void 0!==l||(r="butt"),null!==(c=i)&&void 0!==c||(i=Jo),null!==(s=a)&&void 0!==s||(a="round"),e!=Te&&(d.strokeStyle=Te=e),i!=Me&&(d.fillStyle=Me=i),t!=Be&&(d.lineWidth=Be=t),a!=Le&&(d.lineJoin=Le=a),r!=Pe&&(d.lineCap=Pe=r),n!=Ie&&d.setLineDash(Ie=n)}function Ke(e,t,n,r){t!=Me&&(d.fillStyle=Me=t),e!=ze&&(d.font=ze=e),n!=Re&&(d.textAlign=Re=n),r!=je&&(d.textBaseline=je=r)}function Xe(e,t,n,i){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0;if(i.length>0&&e.auto(r,Qe)&&(null==t||null==t.min)){var o=Bu(Ye,0),u=Bu(Ve,i.length-1),l=null==n.min?3==e.distr?Eu(i,o,u):Cu(i,o,u,a):[n.min,n.max];e.min=Yu(e.min,n.min=l[0]),e.max=Vu(e.max,n.max=l[1])}}function et(e,t){var n=t?_[e].points:_[e];n._stroke=n.stroke(r,e),n._fill=n.fill(r,e)}function tt(e,n){var i=n?_[e].points:_[e],a=i._stroke,o=i._fill,u=i._paths,l=u.stroke,c=u.fill,s=u.clip,f=u.flags,h=null,p=cl(i.width*Ro,3),v=p%2/2;n&&null==o&&(o=p>0?"#fff":a);var m=1==i.pxAlign;if(m&&d.translate(v,v),!n){var y=fe,g=de,b=he,D=pe,x=p*Ro/2;0==i.min&&(D+=x),0==i.max&&(g-=x,D+=x),(h=new Path2D).rect(y,g,b,D)}n?nt(a,p,i.dash,i.cap,o,l,c,f,s):function(e,n,i,a,o,u,l,c,s,f,d){var h=!1;w.forEach((function(p,v){if(p.series[0]==e){var m,y=_[p.series[1]],g=t[p.series[1]],b=(y._paths||hl).band;ml(b)&&(b=1==p.dir?b[0]:b[1]);var D=null;y.show&&b&&function(e,t,n){for(t=Bu(t,0),n=Bu(n,e.length-1);t<=n;){if(null!=e[t])return!0;t++}return!1}(g,Ye,Ve)?(D=p.fill(r,v)||u,m=y._paths.clip):b=null,nt(n,i,a,o,D,l,c,s,f,d,m,b),h=!0}})),h||nt(n,i,a,o,u,l,c,s,f,d)}(e,a,p,i.dash,i.cap,o,l,c,f,h,s),m&&d.translate(-v,-v)}r.setData=Ge;function nt(e,t,n,r,i,a,o,u,l,c,s,f){Ze(e,t,n,r,i),(l||c||f)&&(d.save(),l&&d.clip(l),c&&d.clip(c)),f?3==(3&u)?(d.clip(f),s&&d.clip(s),it(i,o),rt(e,a,t)):2&u?(it(i,o),d.clip(f),rt(e,a,t)):1&u&&(d.save(),d.clip(f),s&&d.clip(s),it(i,o),d.restore(),rt(e,a,t)):(it(i,o),rt(e,a,t)),(l||c||f)&&d.restore()}function rt(e,t,n){n>0&&(t instanceof Map?t.forEach((function(e,t){d.strokeStyle=Te=t,d.stroke(e)})):null!=t&&e&&d.stroke(t))}function it(e,t){t instanceof Map?t.forEach((function(e,t){d.fillStyle=Me=t,d.fill(e)})):null!=t&&e&&d.fill(t)}function at(e,t,n,r,i,a,o,u,l,c){var s=o%2/2;1==m&&d.translate(s,s),Ze(u,o,l,c,u),d.beginPath();var f,h,p,v,y=i+(0==r||3==r?-a:a);0==n?(h=i,v=y):(f=i,p=y);for(var g=0;g<e.length;g++)null!=t[g]&&(0==n?f=p=e[g]:h=v=e[g],d.moveTo(f,h),d.lineTo(p,v));d.stroke(),1==m&&d.translate(-s,-s)}function ot(e){var t=!0;return b.forEach((function(n,i){if(n.show){var a=D[n.scale];if(null!=a.min){n._show||(t=!1,n._show=!0,lt(!1));var o=n.side,u=o%2,l=a.min,c=a.max,s=function(e,t,n,i){var a,o=b[e];if(i<=0)a=[0,0];else{var u=o._space=o.space(r,e,t,n,i);a=Ns(t,n,o._incrs=o.incrs(r,e,t,n,i,u),i,u)}return o._found=a}(i,l,c,0==u?ue:le),f=St(s,2),d=f[0],h=f[1];if(0!=h){var p=2==a.distr,v=n._splits=n.splits(r,i,l,c,d,h,p),m=2==a.distr?v.map((function(e){return We[e]})):v,y=2==a.distr?We[v[1]]-We[v[0]]:d,g=n._values=n.values(r,n.filter(r,m,i,h,y),i,h,y);n._rotate=2==o?n.rotate(r,g,i,h):0;var _=n._size;n._size=Uu(n.size(r,g,i,e)),null!=_&&n._size!=_&&(t=!1)}}else n._show&&(t=!1,n._show=!1,lt(!1))}})),t}function ut(e){var t=!0;return He.forEach((function(n,i){var a=n(r,i,Ne,e);a!=Ue[i]&&(t=!1),Ue[i]=a})),t}function lt(e){_.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 ct,st,ft,dt,ht,pt,vt,mt,yt,gt,_t,bt,Dt=!1;function wt(){Dt||(kl(xt),Dt=!0)}function xt(){ve&&(!function(){var e=wl(D,bl);for(var n in e){var a=e[n],o=T[n];if(null!=o&&null!=o.min)xl(a,o),n==x&<(!0);else if(n!=x||2==i)if(0==Oe&&null==a.from){var u=a.range(r,null,null,n);a.min=u[0],a.max=u[1]}else a.min=Zu,a.max=-Zu}if(Oe>0)for(var l in _.forEach((function(n,a){if(1==i){var o=n.scale,u=e[o],l=T[o];if(0==a){var c=u.range(r,u.min,u.max,o);u.min=c[0],u.max=c[1],Ye=Au(u.min,t[0]),(Ve=Au(u.max,t[0]))-Ye>1&&(t[0][Ye]<u.min&&Ye++,t[0][Ve]>u.max&&Ve--),n.min=We[Ye],n.max=We[Ve]}else n.show&&n.auto&&Xe(u,l,n,t[a],n.sorted);n.idxs[0]=Ye,n.idxs[1]=Ve}else if(a>0&&n.show&&n.auto){var s=St(n.facets,2),f=s[0],d=s[1],h=f.scale,p=d.scale,v=St(t[a],2),m=v[0],y=v[1];Xe(e[h],T[h],f,m,f.sorted),Xe(e[p],T[p],d,y,d.sorted),n.min=d.min,n.max=d.max}})),e){var c=e[l],s=T[l];if(null==c.from&&(null==s||null==s.min)){var f=c.range(r,c.min==Zu?null:c.min,c.max==-Zu?null:c.max,l);c.min=f[0],c.max=f[1]}}for(var d in e){var h=e[d];if(null!=h.from){var p=e[h.from];if(null==p.min)h.min=h.max=null;else{var v=h.range(r,p.min,p.max,d);h.min=v[0],h.max=v[1]}}}var m={},y=!1;for(var g in e){var b=e[g],w=D[g];if(w.min!=b.min||w.max!=b.max){w.min=b.min,w.max=b.max;var A=w.distr;w._min=3==A?Qu(w.min):4==A?Ju(w.min,w.asinh):w.min,w._max=3==A?Qu(w.max):4==A?Ju(w.max,w.asinh):w.max,m[g]=y=!0}}if(y){for(var k in _.forEach((function(e,t){2==i?t>0&&m.y&&(e._paths=null):m[e.scale]&&(e._paths=null)})),m)ye=!0,on("setScale",k);xe.show&&xe.left>=0&&(ge=be=!0)}for(var C in T)T[C]=null}(),ve=!1),ye&&(!function(){for(var e=!1,t=0;!e;){var n=ot(++t),i=ut(t);(e=3==t||n&&i)||(we(r.width,r.height),me=!0)}}(),ye=!1),me&&(fu(p,Wo,ce),fu(p,Vo,se),fu(p,Uo,ue),fu(p,Yo,le),fu(v,Wo,ce),fu(v,Vo,se),fu(v,Uo,ue),fu(v,Yo,le),fu(h,Uo,ae),fu(h,Yo,oe),f.width=Hu(ae*Ro),f.height=Hu(oe*Ro),b.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;fu(t,o?"left":"top",i-(3===a||0===a?r:0)),fu(t,o?"width":"height",r),fu(t,o?"top":"left",o?se:ce),fu(t,o?"height":"width",o?le:ue),su(t,$o)}else cu(t,$o)})),Te=Me=Be=Le=Pe=ze=Re=je=Ie=null,$e=1,Qt(!0),on("setSize"),me=!1),ae>0&&oe>0&&(d.clearRect(0,0,f.width,f.height),on("drawClear"),k.forEach((function(e){return e()})),on("draw")),Mt.show&&_e&&(It(Mt),_e=!1),xe.show&&ge&&(qt(null,!0,!1),ge=!1),c||(c=!0,r.status=1,on("ready")),Qe=!1,Dt=!1}function At(e,n){var i=D[e];if(null==i.from){if(0==Oe){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(Oe>1&&null!=n.min&&null!=n.max&&n.max-n.min<1e-16)return;e==x&&2==i.distr&&Oe>0&&(n.min=Au(n.min,t[0]),n.max=Au(n.max,t[0]),n.min==n.max&&n.max++),T[e]=n,ve=!0,wt()}}r.redraw=function(e,t){ye=t||!1,!1!==e?Lt(x,F.min,F.max):wt()},r.setScale=At;var kt=!1,Ct=xe.drag,Et=Ct.x,Nt=Ct.y;xe.show&&(xe.x&&(ct=hu("u-cursor-x",v)),xe.y&&(st=hu("u-cursor-y",v)),0==F.ori?(ft=ct,dt=st):(ft=st,dt=ct),_t=xe.left,bt=xe.top);var Ft,Ot,Tt,Mt=r.select=xl({show:!0,over:!0,left:0,width:0,top:0,height:0},e.select),Bt=Mt.show?hu("u-select",Mt.over?v:p):null;function It(e,t){if(Mt.show){for(var n in e)Mt[n]=e[n],n in Zt&&fu(Bt,n,e[n]);!1!==t&&on("setSelect")}}function Lt(e,t,n){At(e,{min:t,max:n})}function Pt(e,t,n,a){null!=t.focus&&function(e){if(e!=Tt){var t=null==e,n=1!=ke.alpha;_.forEach((function(r,i){var a=t||0==i||i==e;r._focus=t?null:a,n&&function(e,t){_[e].alpha=t,xe.show&&Ee[e]&&(Ee[e].style.opacity=t);U&&q[e]&&(q[e].style.opacity=t)}(i,a?1:ke.alpha)})),Tt=e,n&&wt()}}(e),null!=t.show&&_.forEach((function(n,r){r>0&&(e==r||null==e)&&(n.show=t.show,function(e,t){var n=_[e],r=U?q[e]:null;n.show?r&&su(r,$o):(r&&cu(r,$o),Ee.length>1&&vu(Ee[e],-10,-10,ue,le))}(r,t.show),Lt(2==i?n.facets[1].scale:n.scale,null,null),wt())})),!1!==n&&on("setSeries",e,t),a&&sn("setSeries",r,e,t)}r.setSelect=It,r.setSeries=Pt,r.addBand=function(e,t){e.fill=tl(e.fill||null),e.dir=Bu(e.dir,-1),t=null==t?w.length:t,w.splice(t,0,e)},r.setBand=function(e,t){xl(w[e],t)},r.delBand=function(e){null==e?w.length=0:w.splice(e,1)};var zt={focus:!0};function Rt(e,t,n){var r=D[t];n&&(e=e/Ro-(1==r.ori?se:ce));var i=ue;1==r.ori&&(e=(i=le)-e),-1==r.dir&&(e=i-e);var a=r._min,o=a+(r._max-a)*(e/i),u=r.distr;return 3==u?qu(10,o):4==u?function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return zu.sinh(e)*t}(o,r.asinh):o}function jt(e,t){fu(Bt,Wo,Mt.left=e),fu(Bt,Uo,Mt.width=t)}function $t(e,t){fu(Bt,Vo,Mt.top=e),fu(Bt,Yo,Mt.height=t)}U&&Ce&&wu(tu,I,(function(e){xe._lock||null!=Tt&&Pt(null,zt,!0,un.setSeries)})),r.valToIdx=function(e){return Au(e,t[0])},r.posToIdx=function(e,n){return Au(Rt(e,x,n),t[0],Ye,Ve)},r.posToVal=Rt,r.valToPos=function(e,t,n){return 0==D[t].ori?o(e,D[t],n?he:ue,n?fe:0):u(e,D[t],n?pe:le,n?de:0)},r.batch=function(e){e(r),wt()},r.setCursor=function(e,t,n){_t=e.left,bt=e.top,qt(null,t,n)};var Ht=0==F.ori?jt:$t,Ut=1==F.ori?jt:$t;function Yt(e,t){if(null!=e){var n=e.idx;H.idx=n,_.forEach((function(e,t){(t>0||!Q)&&Vt(t,n)}))}U&&H.live&&function(){if(U&&H.live)for(var e=2==i?1:0;e<_.length;e++)if(0!=e||!Q){var t=H.values[e],n=0;for(var r in t)W[e][n++].firstChild.nodeValue=t[r]}}(),be=!1,!1!==t&&on("setLegend")}function Vt(e,n){var i;if(null==n)i=G;else{var a=_[e],o=0==e&&2==O?We:t[e];i=Q?a.values(r,e,n):{_:a.value(r,o[n],e,n)}}H.values[e]=i}function qt(e,n,a){yt=_t,gt=bt;var o,u=St(xe.move(r,_t,bt),2);_t=u[0],bt=u[1],xe.show&&(ft&&vu(ft,Hu(_t),0,ue,le),dt&&vu(dt,0,Hu(bt),ue,le));var l=Ye>Ve;Ft=Zu;var c=0==F.ori?ue:le,s=1==F.ori?ue:le;if(_t<0||0==Oe||l){o=null;for(var f=0;f<_.length;f++)f>0&&Ee.length>1&&vu(Ee[f],-10,-10,ue,le);if(Ce&&Pt(null,zt,!0,null==e&&un.setSeries),H.live){$.fill(null),be=!0;for(var d=0;d<_.length;d++)H.values[d]=G}}else{var h,p;1==i&&(o=Au(h=Rt(0==F.ori?_t:bt,x),t[0],Ye,Ve),p=ul(S(t[0][o],F,c,0),.5));for(var v=2==i?1:0;v<_.length;v++){var m=_[v],y=$[v],g=1==i?t[v][y]:t[v][1][y],b=xe.dataIdx(r,v,o,h),w=1==i?t[v][b]:t[v][1][b];be=be||w!=g||b!=y,$[v]=b;var A=b==o?p:ul(S(1==i?t[0][b]:t[v][0][b],F,c,0),.5);if(v>0&&m.show){var k=null==w?-10:ul(N(w,1==i?D[m.scale]:D[m.facets[1].scale],s,0),.5);if(k>0&&1==i){var C=ju(k-bt);C<=Ft&&(Ft=C,Ot=v)}var E=void 0,O=void 0;if(0==F.ori?(E=A,O=k):(E=k,O=A),be&&Ee.length>1){yu(Ee[v],xe.points.fill(r,v),xe.points.stroke(r,v));var T=void 0,M=void 0,B=void 0,I=void 0,L=!0,P=xe.points.bbox;if(null!=P){L=!1;var z=P(r,v);B=z.left,I=z.top,T=z.width,M=z.height}else B=E,I=O,T=M=xe.points.size(r,v);_u(Ee[v],T,M,L),vu(Ee[v],B,I,ue,le)}}if(H.live){if(!be||0==v&&Q)continue;Vt(v,b)}}}if(xe.idx=o,xe.left=_t,xe.top=bt,be&&(H.idx=o,Yt()),Mt.show&&kt)if(null!=e){var R=St(un.scales,2),j=R[0],U=R[1],Y=St(un.match,2),V=Y[0],q=Y[1],W=St(e.cursor.sync.scales,2),J=W[0],Z=W[1],K=e.cursor.drag;if(Et=K._x,Nt=K._y,Et||Nt){var X,ee,te,ne,re,ie=e.select,ae=ie.left,oe=ie.top,ce=ie.width,se=ie.height,fe=e.scales[j].ori,de=e.posToVal,he=null!=j&&V(j,J),pe=null!=U&&q(U,Z);he&&Et?(0==fe?(X=ae,ee=ce):(X=oe,ee=se),te=D[j],ne=S(de(X,J),te,c,0),re=S(de(X+ee,J),te,c,0),Ht(Yu(ne,re),ju(re-ne))):Ht(0,c),pe&&Nt?(1==fe?(X=ae,ee=ce):(X=oe,ee=se),te=D[U],ne=N(de(X,Z),te,s,0),re=N(de(X+ee,Z),te,s,0),Ut(Yu(ne,re),ju(re-ne))):Ut(0,s)}else Kt()}else{var ve=ju(yt-ht),me=ju(gt-pt);if(1==F.ori){var ye=ve;ve=me,me=ye}Et=Ct.x&&ve>=Ct.dist,Nt=Ct.y&&me>=Ct.dist;var ge,_e,De=Ct.uni;null!=De?Et&&Nt&&(Nt=me>=De,(Et=ve>=De)||Nt||(me>ve?Nt=!0:Et=!0)):Ct.x&&Ct.y&&(Et||Nt)&&(Et=Nt=!0),Et&&(0==F.ori?(ge=vt,_e=_t):(ge=mt,_e=bt),Ht(Yu(ge,_e),ju(_e-ge)),Nt||Ut(0,s)),Nt&&(1==F.ori?(ge=vt,_e=_t):(ge=mt,_e=bt),Ut(Yu(ge,_e),ju(_e-ge)),Et||Ht(0,c)),Et||Nt||(Ht(0,0),Ut(0,0))}if(Ct._x=Et,Ct._y=Nt,null==e){if(a){if(null!=ln){var we=St(un.scales,2),Ae=we[0],Se=we[1];un.values[0]=null!=Ae?Rt(0==F.ori?_t:bt,Ae):null,un.values[1]=null!=Se?Rt(1==F.ori?_t:bt,Se):null}sn(Zo,r,_t,bt,ue,le,o)}if(Ce){var Ne=a&&un.setSeries,Fe=ke.prox;null==Tt?Ft<=Fe&&Pt(Ot,zt,!0,Ne):Ft>Fe?Pt(null,zt,!0,Ne):Ot!=Tt&&Pt(Ot,zt,!0,Ne)}}!1!==n&&on("setCursor")}r.setLegend=Yt;var Wt=null;function Qt(e){!0===e?Wt=null:on("syncRect",Wt=v.getBoundingClientRect())}function Gt(e,t,n,r,i,a,o){xe._lock||kt&&null!=e&&0==e.movementX&&0==e.movementY||(Jt(e,t,n,r,i,a,o,!1,null!=e),null!=e?qt(null,!0,!0):qt(t,!0,!1))}function Jt(e,t,n,i,a,o,u,c,s){if(null==Wt&&Qt(!1),null!=e)n=e.clientX-Wt.left,i=e.clientY-Wt.top;else{if(n<0||i<0)return _t=-10,void(bt=-10);var f=St(un.scales,2),d=f[0],h=f[1],p=t.cursor.sync,v=St(p.values,2),m=v[0],y=v[1],g=St(p.scales,2),_=g[0],b=g[1],w=St(un.match,2),x=w[0],A=w[1],k=t.axes[0].side%2==1,C=0==F.ori?ue:le,E=1==F.ori?ue:le,S=k?o:a,N=k?a:o,O=k?i:n,T=k?n:i;if(n=null!=_?x(d,_)?l(m,D[d],C,0):-10:C*(O/S),i=null!=b?A(h,b)?l(y,D[h],E,0):-10:E*(T/N),1==F.ori){var M=n;n=i,i=M}}if(s&&((n<=1||n>=ue-1)&&(n=Xu(n,ue)),(i<=1||i>=le-1)&&(i=Xu(i,le))),c){ht=n,pt=i;var B=St(xe.move(r,n,i),2);vt=B[0],mt=B[1]}else _t=n,bt=i}var Zt={width:0,height:0,left:0,top:0};function Kt(){It(Zt,!1)}function Xt(e,t,n,i,a,o,u){kt=!0,Et=Nt=Ct._x=Ct._y=!1,Jt(e,t,n,i,a,o,0,!0,!1),null!=e&&(re(Xo,ou,en),sn(Ko,r,vt,mt,ue,le,null))}function en(e,t,n,i,a,o,u){kt=Ct._x=Ct._y=!1,Jt(e,t,n,i,a,o,0,!1,!0);var l=Mt.left,c=Mt.top,s=Mt.width,f=Mt.height,d=s>0||f>0;if(d&&It(Mt),Ct.setScale&&d){var h=l,p=s,v=c,m=f;if(1==F.ori&&(h=c,p=f,v=l,m=s),Et&&Lt(x,Rt(h,x),Rt(h+p,x)),Nt)for(var y in D){var g=D[y];y!=x&&null==g.from&&g.min!=Zu&&Lt(y,Rt(v+m,y),Rt(v,y))}Kt()}else xe.lock&&(xe._lock=!xe._lock,xe._lock||qt(null,!0,!1));null!=e&&(ie(Xo,ou),sn(Xo,r,_t,bt,ue,le,null))}function tn(e,t,n,i,a,o,u){Je(),Kt(),null!=e&&sn(nu,r,_t,bt,ue,le,null)}function nn(){b.forEach(Os),De(r.width,r.height,!0)}wu(iu,uu,nn);var rn={};rn.mousedown=Xt,rn.mousemove=Gt,rn.mouseup=en,rn.dblclick=tn,rn.setSeries=function(e,t,n,r){Pt(n,r,!0,!1)},xe.show&&(re(Ko,v,Xt),re(Zo,v,Gt),re(eu,v,Qt),re(tu,v,(function(e,t,n,r,i,a,o){if(!xe._lock){var u=kt;if(kt){var l,c,s=!0,f=!0;0==F.ori?(l=Et,c=Nt):(l=Nt,c=Et),l&&c&&(s=_t<=10||_t>=ue-10,f=bt<=10||bt>=le-10),l&&s&&(_t=_t<vt?0:ue),c&&f&&(bt=bt<mt?0:le),qt(null,!0,!0),kt=!1}_t=-10,bt=-10,qt(null,!0,!0),u&&(kt=u)}})),re(nu,v,tn),ms.add(r),r.syncRect=Qt);var an=r.hooks=e.hooks||{};function on(e,t,n){e in an&&an[e].forEach((function(e){e.call(null,r,t,n)}))}(e.plugins||[]).forEach((function(e){for(var t in e.hooks)an[t]=(an[t]||[]).concat(e.hooks[t])}));var un=xl({key:null,setSeries:!1,filters:{pub:al,sub:al},scales:[x,_[1]?_[1].scale:null],match:[ol,ol],values:[null,null]},xe.sync);xe.sync=un;var ln=un.key,cn=Vc(ln);function sn(e,t,n,r,i,a,o){un.filters.pub(e,t,n,r,i,a,o)&&cn.pub(e,t,n,r,i,a,o)}function fn(){on("init",e,t),Ge(t||e.data,!1),T[x]?At(x,T[x]):Je(),_e=Mt.show,ge=be=!0,De(e.width,e.height)}return cn.sub(r),r.pub=function(e,t,n,r,i,a,o){un.filters.sub(e,t,n,r,i,a,o)&&rn[e](null,t,n,r,i,a,o)},r.destroy=function(){var e;cn.unsub(r),ms.delete(r),ne.clear(),xu(iu,uu,nn),s.remove(),null===(e=I)||void 0===e||e.remove(),on("destroy")},_.forEach(Se),b.forEach((function(e,t){if(e._show=e.show,e.show){var n=e.side%2,i=D[e.scale];null==i&&(e.scale=n?_[1].scale:x,i=D[e.scale]);var a=i.time;e.size=tl(e.size),e.space=tl(e.space),e.rotate=tl(e.rotate),e.incrs=tl(e.incrs||(2==i.distr?jl:a?1==g?ec:ic:$l)),e.splits=tl(e.splits||(a&&1==i.distr?z:3==i.distr?Ec:4==i.distr?Sc:Cc)),e.stroke=tl(e.stroke),e.grid.stroke=tl(e.grid.stroke),e.ticks.stroke=tl(e.ticks.stroke),e.border.stroke=tl(e.border.stroke);var o=e.values;e.values=ml(o)&&!ml(o[0])?tl(o):a?ml(o)?lc(L,uc(o,P)):gl(o)?function(e,t){var n=Bl(t);return function(t,r,i,a,o){return r.map((function(t){return n(e(t))}))}}(L,o):o||R:o||kc,e.filter=tl(e.filter||(i.distr>=3&&10==i.log?Mc:rl)),e.font=Fs(e.font),e.labelFont=Fs(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&&(Ne[t]=!0,e._el=hu("u-axis",h))}})),n?n instanceof HTMLElement?(n.appendChild(s),fn()):n(r,fn):fn(),r}Ts.assign=xl,Ts.fmtNum=Pu,Ts.rangeNum=Mu,Ts.rangeLog=Su,Ts.rangeAsinh=Nu,Ts.orient=qc,Ts.pxRatio=Ro,Ts.join=function(e,t){for(var n=new Set,r=0;r<e.length;r++)for(var i=e[r][0],a=i.length,o=0;o<a;o++)n.add(i[o]);for(var u=[Array.from(n).sort((function(e,t){return e-t}))],l=u[0].length,c=new Map,s=0;s<l;s++)c.set(u[0][s],s);for(var f=0;f<e.length;f++)for(var d=e[f],h=d[0],p=1;p<d.length;p++){for(var v=d[p],m=Array(l).fill(void 0),y=t?t[f][p]:1,g=[],_=0;_<v.length;_++){var b=v[_],D=c.get(h[_]);null===b?0!=y&&(m[D]=b,2==y&&g.push(D)):m[D]=b}Al(m,g,l),u.push(m)}return u},Ts.fmtDate=Bl,Ts.tzDate=function(e,t){var n;return"UTC"==t||"Etc/UTC"==t?n=new Date(+e+6e4*e.getTimezoneOffset()):t==Il?n=e:(n=new Date(e.toLocaleString("en-US",{timeZone:t}))).setMilliseconds(e.getMilliseconds()),n},Ts.sync=Vc,Ts.addGap=function(e,t,n){var r=e[e.length-1];r&&r[0]==t?r[1]=n:e.push([t,n])},Ts.clipGaps=Jc;var Ms=Ts.paths={points:ss};Ms.linear=ps,Ms.stepped=function(e){var t=Bu(e.align,1),n=Bu(e.ascDesc,!1),r=Bu(e.alignGaps,0),i=Bu(e.extend,!1);return function(e,a,o,u){return qc(e,a,(function(l,c,s,f,d,h,p,v,m,y,g){var _=l.pxRound,b=e.bbox,D=b.left,w=b.width,x=function(e){return _(h(e,f,y,v))},A=function(e){return _(p(e,d,g,m))},k=0==f.ori?ns:rs,C={stroke:new Path2D,fill:null,clip:null,band:null,gaps:null,flags:1},E=C.stroke,S=f.dir*(0==f.ori?1:-1);o=ku(s,o,u,1),u=ku(s,o,u,-1);var N=A(s[1==S?o:u]),F=x(c[1==S?o:u]),O=F,T=F;i&&-1==t&&k(E,T=D,N),k(E,F,N);for(var M=1==S?o:u;M>=o&&M<=u;M+=S){var B=s[M];if(null!=B){var I=x(c[M]),L=A(B);1==t?k(E,I,N):k(E,O,L),k(E,I,L),N=L,O=I}}var P=O;i&&1==t&&k(E,P=D+w,N);var z=St(Wc(e,a),2),R=z[0],j=z[1];if(null!=l.fill||0!=R){var $=C.fill=new Path2D(E),H=A(l.fillTo(e,a,l.min,l.max,R));k($,P,H),k($,T,H)}if(!l.spanGaps){var U,Y=[];(U=Y).push.apply(U,Nt(Zc(c,s,o,u,S,x,r)));var V=l.width*Ro/2,q=n||1==t?V:-V,W=n||-1==t?-V:V;Y.forEach((function(e){e[0]+=q,e[1]+=W})),C.gaps=Y=l.gaps(e,a,o,u,Y),C.clip=Jc(Y,f.ori,v,m,y,g)}return 0!=j&&(C.band=2==j?[Gc(e,a,o,u,E,-1),Gc(e,a,o,u,E,1)]:Gc(e,a,o,u,E,j)),C}))}},Ms.bars=function(e){var t=Bu((e=e||hl).size,[.6,Zu,1]),n=e.align||0,r=(e.gap||0)*Ro,i=Bu(e.radius,0),a=1-t[0],o=Bu(t[1],Zu)*Ro,u=Bu(t[2],1)*Ro,l=Bu(e.disp,hl),c=Bu(e.each,(function(e){})),s=l.fill,f=l.stroke;return function(e,t,d,h){return qc(e,t,(function(p,v,m,y,g,_,b,D,w,x,A){var k,C,E=p.pxRound,S=y.dir*(0==y.ori?1:-1),N=g.dir*(1==g.ori?1:-1),F=0==y.ori?is:as,O=0==y.ori?c:function(e,t,n,r,i,a,o){c(e,t,n,i,r,o,a)},T=St(Wc(e,t),2),M=T[0],B=T[1],I=3==g.distr?1==M?g.max:g.min:0,L=b(I,g,A,w),P=E(p.width*Ro),z=!1,R=null,j=null,$=null,H=null;null==s||0!=P&&null==f||(z=!0,R=s.values(e,t,d,h),j=new Map,new Set(R).forEach((function(e){null!=e&&j.set(e,new Path2D)})),P>0&&($=f.values(e,t,d,h),H=new Map,new Set($).forEach((function(e){null!=e&&H.set(e,new Path2D)}))));var U=l.x0,Y=l.size;if(null!=U&&null!=Y){v=U.values(e,t,d,h),2==U.unit&&(v=v.map((function(t){return e.posToVal(D+t*x,y.key,!0)})));var V=Y.values(e,t,d,h);C=E((C=2==Y.unit?V[0]*x:_(V[0],y,x,D)-_(0,y,x,D))-P),k=1==S?-P/2:C+P/2}else{var q=x;if(v.length>1)for(var W=null,Q=0,G=1/0;Q<v.length;Q++)if(void 0!==m[Q]){if(null!=W){var J=ju(v[Q]-v[W]);J<G&&(G=J,q=ju(_(v[Q],y,x,D)-_(v[W],y,x,D)))}W=Q}C=E(Yu(o,Vu(u,q-q*a))-P-r),k=(0==n?C/2:n==S?0:C)-n*S*r/2}var Z,K={stroke:null,fill:null,clip:null,band:null,gaps:null,flags:3};0!=B&&(K.band=new Path2D,Z=E(b(1==B?g.max:g.min,g,A,w)));var X=z?null:new Path2D,ee=K.band,te=l.y0,ne=l.y1,re=null;for(null!=te&&null!=ne&&(m=ne.values(e,t,d,h),re=te.values(e,t,d,h)),Q=1==S?d:h;Q>=d&&Q<=h;Q+=S){var ie=m[Q];if(void 0!==ie){var ae=_(2!=y.distr||null!=l?v[Q]:Q,y,x,D),oe=b(Bu(ie,I),g,A,w);null!=re&&null!=ie&&(L=b(re[Q],g,A,w));var ue=E(ae-k),le=E(Vu(oe,L)),ce=E(Yu(oe,L)),se=le-ce,fe=i*C;null!=ie&&(z?(P>0&&null!=$[Q]&&F(H.get($[Q]),ue,ce+$u(P/2),C,Vu(0,se-P),fe),null!=R[Q]&&F(j.get(R[Q]),ue,ce+$u(P/2),C,Vu(0,se-P),fe)):F(X,ue,ce+$u(P/2),C,Vu(0,se-P),fe),O(e,t,Q,ue-P/2,ce,C+P,se)),0!=B&&(N*B==1?(le=ce,ce=Z):(ce=le,le=Z),F(ee,ue-P/2,ce,C+P,Vu(0,se=le-ce),0))}}return P>0&&(K.stroke=z?H:X),K.fill=z?j:X,K}))}},Ms.spline=function(e){return function(e,t){var n=Bu(null===t||void 0===t?void 0:t.alignGaps,0);return function(t,r,i,a){return qc(t,r,(function(o,u,l,c,s,f,d,h,p,v,m){var y,g,_,b=o.pxRound,D=function(e){return b(f(e,c,v,h))},w=function(e){return b(d(e,s,m,p))};0==c.ori?(y=es,_=ns,g=ls):(y=ts,_=rs,g=cs);var x=c.dir*(0==c.ori?1:-1);i=ku(l,i,a,1),a=ku(l,i,a,-1);for(var A=D(u[1==x?i:a]),k=A,C=[],E=[],S=1==x?i:a;S>=i&&S<=a;S+=x)if(null!=l[S]){var N=D(u[S]);C.push(k=N),E.push(w(l[S]))}var F={stroke:e(C,E,y,_,g,b),fill:null,clip:null,band:null,gaps:null,flags:1},O=F.stroke,T=St(Wc(t,r),2),M=T[0],B=T[1];if(null!=o.fill||0!=M){var I=F.fill=new Path2D(O),L=w(o.fillTo(t,r,o.min,o.max,M));_(I,k,L),_(I,A,L)}if(!o.spanGaps){var P,z=[];(P=z).push.apply(P,Nt(Zc(u,l,i,a,x,D,n))),F.gaps=z=o.gaps(t,r,i,a,z),F.clip=Jc(z,c.ori,h,p,v,m)}return 0!=B&&(F.band=2==B?[Gc(t,r,i,a,O,-1),Gc(t,r,i,a,O,1)]:Gc(t,r,i,a,O,B)),F}))}}(vs,e)};var Bs,Is={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}}}},Ls=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;if(void 0===e||null===e)return"";var r=Math.abs(n-t);if(isNaN(r)||0==r)return Math.abs(e)>=1e3?e.toLocaleString("en-US"):e.toString();var i=3+Math.floor(1+Math.log10(Math.max(Math.abs(t),Math.abs(n)))-Math.log10(r));return(isNaN(i)||i>20)&&(i=20),e.toLocaleString("en-US",{minimumSignificantDigits:i,maximumSignificantDigits:i})},Ps=function(e,t,n,r){var i,a=e.axes[n];if(r>1)return a._size||60;var o=6+((null===a||void 0===a||null===(i=a.ticks)||void 0===i?void 0:i.size)||0)+(a.gap||0),u=(null!==t&&void 0!==t?t:[]).reduce((function(e,t){return t.length>e.length?t:e}),"");return""!=u&&(o+=function(e,t){var n=document.createElement("span");n.innerText=e,n.style.cssText="position: absolute; z-index: -1; pointer-events: none; opacity: 0; font: ".concat(t),document.body.appendChild(n);var r=n.offsetWidth;return n.remove(),r}(u,e.ctx.font)),Math.ceil(o)},zs=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},Rs=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},js=[[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]],$s=function(e,t){return Array.from(new Set(e.map((function(e){return e.scale})))).map((function(e){var n={scale:e,show:!0,size:Ps,font:"10px Arial",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(Ls(e,r,i)," ").concat(n)})):t.map((function(e){return Ls(e,r,i)}))}(e,n,t)}};return e?Number(e)%2?n:dr(dr({},n),{},{side:1}):{space:80,values:js}}))},Hs=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]},Us=n(61),Ys=n.n(Us),Vs=function(e){var t,n,r,i=e.u,a=e.id,o=e.unit,u=void 0===o?"":o,l=e.metrics,c=e.series,s=e.yRange,f=e.tooltipIdx,d=e.tooltipOffset,h=e.isSticky,p=e.onClose,v=ie(null),m=St(ee({top:-999,left:-999}),2),g=m[0],_=m[1],b=St(ee(!1),2),D=b[0],w=b[1],x=St(ee(!1),2),A=x[0],k=x[1],C=St(ee(f.seriesIdx),2),E=C[0],S=C[1],N=St(ee(f.dataIdx),2),F=N[0],O=N[1],T=oe((function(){return i.root.querySelector(".u-wrap")}),[i]),M=wr()(i,["data",E,F],0),B=Ls(M,wr()(s,[0]),wr()(s,[1])),I=i.data[0][F],L=_t()(1e3*I).tz().format("YYYY-MM-DD HH:mm:ss:SSS (Z)"),P=(null===(t=c[E])||void 0===t?void 0:t.stroke)+"",z=new Set(l.map((function(e){return e.group}))),R=z.size>1,j=(null===(n=l[E-1])||void 0===n?void 0:n.group)||0,$=(null===(r=l[E-1])||void 0===r?void 0:r.metric)||{},H=Object.keys($).filter((function(e){return"__name__"!=e})),U=$.__name__||"value",Y=oe((function(){return H.map((function(e){return"".concat(e,"=").concat(JSON.stringify($[e]))}))}),[l,E]),V=function(e){if(D){var t=e.clientX,n=e.clientY;_({top:n,left:t})}},q=function(){w(!1)};return ne((function(){var e;if(v.current){var t=i.valToPos(M||0,(null===(e=c[E])||void 0===e?void 0:e.scale)||"1"),n=i.valToPos(I,"x"),r=v.current.getBoundingClientRect(),a=r.width,o=r.height,u=i.over.getBoundingClientRect(),l=n+a>=u.width?a+20:0,s=t+o>=u.height?o+20:0;_({top:t+d.top+10-s,left:n+d.left+10-l})}}),[i,M,I,E,d,v]),ne((function(){S(f.seriesIdx),O(f.dataIdx)}),[f]),ne((function(){return D&&(document.addEventListener("mousemove",V),document.addEventListener("mouseup",q)),function(){document.removeEventListener("mousemove",V),document.removeEventListener("mouseup",q)}}),[D]),!T||f.seriesIdx<0||f.dataIdx<0?null:yt.createPortal(Fr("div",{className:la()({"vm-chart-tooltip":!0,"vm-chart-tooltip_sticky":h,"vm-chart-tooltip_moved":A}),ref:v,style:g,children:[Fr("div",{className:"vm-chart-tooltip-header",children:[Fr("div",{className:"vm-chart-tooltip-header__date",children:[R&&Fr("div",{children:["Query ",j]}),L]}),h&&Fr(y,{children:[Fr(Qa,{className:"vm-chart-tooltip-header__drag",variant:"text",size:"small",startIcon:Fr(ea,{}),onMouseDown:function(e){k(!0),w(!0);var t=e.clientX,n=e.clientY;_({top:n,left:t})}}),Fr(Qa,{className:"vm-chart-tooltip-header__close",variant:"text",size:"small",startIcon:Fr(Si,{}),onClick:function(){p&&p(a)}})]})]}),Fr("div",{className:"vm-chart-tooltip-data",children:[Fr("div",{className:"vm-chart-tooltip-data__marker",style:{background:P}}),Fr("p",{children:[U,":",Fr("b",{className:"vm-chart-tooltip-data__value",children:B}),u]})]}),!!Y.length&&Fr("div",{className:"vm-chart-tooltip-info",children:Y.map((function(e,t){return Fr("div",{children:e},"".concat(e,"_").concat(t))}))})]}),T)};!function(e){e.xRange="xRange",e.yRange="yRange",e.data="data"}(Bs||(Bs={}));var qs=function(e){var t=e.data,n=e.series,r=e.metrics,i=void 0===r?[]:r,a=e.period,o=e.yaxis,u=e.unit,l=e.setPeriod,c=e.container,s=e.height,f=ie(null),d=St(ee(!1),2),h=d[0],v=d[1],m=St(ee({min:a.start,max:a.end}),2),y=m[0],g=m[1],_=St(ee([0,1]),2),b=_[0],D=_[1],w=St(ee(),2),x=w[0],A=w[1],k=oa(c),C=St(ee(!1),2),E=C[0],S=C[1],N=St(ee({seriesIdx:-1,dataIdx:-1}),2),F=N[0],O=N[1],T=St(ee({left:0,top:0}),2),M=T[0],B=T[1],I=St(ee([]),2),L=I[0],P=I[1],z=oe((function(){return"".concat(F.seriesIdx,"_").concat(F.dataIdx)}),[F]),R=ue(Ys()((function(e){var t=e.min,n=e.max;l({from:_t()(1e3*t).toDate(),to:_t()(1e3*n).toDate()})}),500),[]),j=function(e){var t=e.u,n=e.min,r=e.max,i=1e3*(r-n);i<Rr||i>jr||(t.setScale("x",{min:n,max:r}),g({min:n,max:r}),R({min:n,max:r}))},$=function(e){var t=e.target,n=e.ctrlKey,r=e.metaKey,i=e.key,a=t instanceof HTMLInputElement||t instanceof HTMLTextAreaElement;if(x&&!a){var o="+"===i||"="===i;if(("-"===i||o)&&!n&&!r){e.preventDefault();var u=(y.max-y.min)/10*(o?1:-1);j({u:x,min:y.min+u,max:y.max-u})}}},H=function(){var e="".concat(F.seriesIdx,"_").concat(F.dataIdx),t={id:e,unit:u,series:n,metrics:i,yRange:b,tooltipIdx:F,tooltipOffset:M};if(!L.find((function(t){return t.id===e}))){var r=JSON.parse(JSON.stringify(t));P((function(e){return[].concat(Nt(e),[r])}))}},U=function(e){P((function(t){return t.filter((function(t){return t.id!==e}))}))},Y=function(){return[y.min,y.max]},V=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;return"1"==r&&D([t,n]),o.limits.enable?o.limits.range[r]:Hs(t,n)},q=dr(dr({},Is),{},{tzDate:function(e){return _t()(Jr(Kr(e))).local().toDate()},series:n,axes:$s([{},{scale:"1"}],u),scales:dr({},function(){var e={x:{range:Y}},t=Object.keys(o.limits.range);return(t.length?t:["1"]).forEach((function(t){e[t]={range:function(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;return V(e,n,r,t)}}})),e}()),width:k.width||400,height:s||500,plugins:[{hooks:{ready:function(e){B({left:parseFloat(e.over.style.left),top:parseFloat(e.over.style.top)}),e.over.addEventListener("mousedown",(function(t){var n=t.ctrlKey,r=t.metaKey;0===t.button&&(n||r)&&function(e){var t=e.e,n=e.factor,r=void 0===n?.85:n,i=e.u,a=e.setPanning,o=e.setPlotScale;t.preventDefault(),a(!0);var u=t.clientX,l=i.posToVal(1,"x")-i.posToVal(0,"x"),c=i.scales.x.min||0,s=i.scales.x.max||0,f=function(e){e.preventDefault();var t=l*((e.clientX-u)*r);o({u:i,min:c-t,max:s-t})};document.addEventListener("mousemove",f),document.addEventListener("mouseup",(function e(){a(!1),document.removeEventListener("mousemove",f),document.removeEventListener("mouseup",e)}))}({u:e,e:t,setPanning:v,setPlotScale:j,factor:.9})})),e.over.addEventListener("wheel",(function(t){if(t.ctrlKey||t.metaKey){t.preventDefault();var n=e.over.getBoundingClientRect().width,r=e.cursor.left&&e.cursor.left>0?e.cursor.left:0,i=e.posToVal(r,"x"),a=(e.scales.x.max||0)-(e.scales.x.min||0),o=t.deltaY<0?.9*a:a/.9,u=i-r/n*o,l=u+o;e.batch((function(){return j({u:e,min:u,max:l})}))}}))},setCursor:function(e){var t,n=null!==(t=e.cursor.idx)&&void 0!==t?t:-1;O((function(e){return dr(dr({},e),{},{dataIdx:n})}))},setSeries:function(e,t){var n=null!==t&&void 0!==t?t:-1;O((function(e){return dr(dr({},e),{},{seriesIdx:n})}))}}}],hooks:{setSelect:[function(e){var t=e.posToVal(e.select.left,"x"),n=e.posToVal(e.select.left+e.select.width,"x");j({u:e,min:t,max:n})}]}}),W=function(e){if(x){switch(e){case Bs.xRange:x.scales.x.range=Y;break;case Bs.yRange:Object.keys(o.limits.range).forEach((function(e){x.scales[e]&&(x.scales[e].range=function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;return V(t,n,r,e)})}));break;case Bs.data:x.setData(t)}h||x.redraw()}};return ne((function(){return g({min:a.start,max:a.end})}),[a]),ne((function(){if(P([]),O({seriesIdx:-1,dataIdx:-1}),f.current){var e=new Ts(q,t,f.current);return A(e),g({min:a.start,max:a.end}),e.destroy}}),[f.current,n,k,s]),ne((function(){return window.addEventListener("keydown",$),function(){window.removeEventListener("keydown",$)}}),[y]),ne((function(){return W(Bs.data)}),[t]),ne((function(){return W(Bs.xRange)}),[y]),ne((function(){return W(Bs.yRange)}),[o]),ne((function(){var e=-1!==F.dataIdx&&-1!==F.seriesIdx;return S(e),e&&window.addEventListener("click",H),function(){window.removeEventListener("click",H)}}),[F,L]),Fr("div",{className:la()({"vm-line-chart":!0,"vm-line-chart_panning":h}),children:[Fr("div",{className:"vm-line-chart__u-plot",ref:f}),x&&E&&Fr(Vs,{unit:u,u:x,series:n,metrics:i,yRange:b,tooltipIdx:F,tooltipOffset:M,id:z}),x&&L.map((function(e){return p(Vs,dr(dr({},e),{},{isSticky:!0,u:x,key:e.id,onClose:U}))}))]})},Ws=function(e){var t=e.legend,n=e.onChange,r=St(ee(""),2),i=r[0],a=r[1],o=oe((function(){return function(e){var t=Object.keys(e.freeFormFields).filter((function(e){return"__name__"!==e}));return t.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)}),[t]),u=function(){var e=Bo(To().mark((function e(t,n){return To().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,navigator.clipboard.writeText(t);case 2:a(n),setTimeout((function(){return a("")}),2e3);case 4:case"end":return e.stop()}}),e)})));return function(t,n){return e.apply(this,arguments)}}();return Fr("div",{className:la()({"vm-legend-item":!0,"vm-legend-item_hide":!t.checked}),onClick:function(e){return function(t){n(e,t.ctrlKey||t.metaKey)}}(t),children:[Fr("div",{className:"vm-legend-item__marker",style:{backgroundColor:t.color}}),Fr("div",{className:"vm-legend-item-info",children:[Fr("span",{className:"vm-legend-item-info__label",children:t.freeFormFields.__name__||(0==o.length?"{}":"")}),o.length>0&&Fr("span",{children:["{",o.map((function(e){return Fr(Za,{open:i===e.id,title:"Copied!",placement:"top-center",children:Fr("span",{className:"vm-legend-item-info__free-fields",onClick:(t=e.freeField,n=e.id,function(e){e.stopPropagation(),u(t,n)}),children:e.freeField},e.key)},e.id);var t,n})),"}"]})]})]})},Qs=function(e){var t=e.labels,n=e.query,r=e.onChange,i=oe((function(){return Array.from(new Set(t.map((function(e){return e.group}))))}),[t]),a=i.length>1;return Fr(y,{children:Fr("div",{className:"vm-legend",children:i.map((function(e){return Fr("div",{className:"vm-legend-group",children:[Fr("div",{className:"vm-legend-group-title",children:[a&&Fr("span",{className:"vm-legend-group-title__count",children:["Query ",e,": "]}),Fr("span",{className:"vm-legend-group-title__query",children:n[e-1]})]}),Fr("div",{children:t.filter((function(t){return t.group===e})).map((function(e){return Fr(Ws,{legend:e,onChange:r},e.label)}))})]},e)}))})})},Gs=["__name__"],Js=function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=e.metric,i=r.__name__,a=ca(r,Gs),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(", "),"}")},Zs=["#e54040","#32a9dc","#2ee329","#7126a1","#e38f0f","#3d811a","#ffea00","#2d2d2d","#da42a6","#a44e0c"],Ks=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)},Xs=function(e,t){return{group:t,label:e.label||"",color:e.stroke,checked:e.show||!1,freeFormFields:e.freeFormFields}},ef=function(e,t){return t.includes("".concat(e))},tf=function(e){switch(e){case"NaN":return NaN;case"Inf":case"+Inf":return 1/0;case"-Inf":return-1/0;default:return parseFloat(e)}},nf=function(e){var t=e.data,n=void 0===t?[]:t,r=e.period,i=e.customStep,a=e.query,o=e.yaxis,u=e.unit,l=e.showLegend,c=void 0===l||l,s=e.setYaxisLimits,f=e.setPeriod,d=e.alias,h=void 0===d?[]:d,p=e.fullWidth,v=void 0===p||p,m=e.height,y=yi().timezone,g=oe((function(){return i||r.step||"1s"}),[r.step,i]),_=ue(function(){var e={};return function(t,n,r){var i=Js(t,r[t.group-1]),a=Object.keys(e).length;return a<Zs.length&&(e[i]=e[i]||Zs[a]),{label:i,freeFormFields:t.metric,width:1.4,stroke:e[i]||Ks(i),show:!ef(i,n),scale:"1",points:{size:4.2,width:1.4}}}}(),[n]),b=St(ee([[]]),2),D=b[0],w=b[1],x=St(ee([]),2),A=x[0],k=x[1],C=St(ee([]),2),E=C[0],S=C[1],N=St(ee([]),2),F=N[0],O=N[1],T=function(e){var t=function(e){var t={},n=Object.values(e).flat(),r=Rs(n),i=zs(n);return t[1]=Hs(r,i),t}(e);s(t)};ne((function(){var e=[],t={},i=[],a=[{}];null===n||void 0===n||n.forEach((function(n){var r=_(n,F,h);a.push(r),i.push(Xs(r,n.group));var o,u=t[n.group]||[],l=zo(n.values);try{for(l.s();!(o=l.n()).done;){var c=o.value;e.push(c[0]),u.push(tf(c[1]))}}catch(s){l.e(s)}finally{l.f()}t[n.group]=u}));var o=function(e,t,n){for(var r=Wr(t)||1,i=Array.from(new Set(e)).sort((function(e,t){return e-t})),a=n.start,o=Vr(n.end+r),u=0,l=[];a<=o;){for(;u<i.length&&i[u]<=a;)a=i[u],u++,l.push(a);a=Vr(a+r),(u>=i.length||i[u]>a)&&l.push(a)}for(;l.length<2;)l.push(a),a=Vr(a+r);return l}(e,g,r),u=n.map((function(e){var t,n=[],r=e.values,i=r.length,a=0,u=zo(o);try{for(u.s();!(t=u.n()).done;){for(var l=t.value;a<i&&r[a][0]<l;)a++;var c=null;a<i&&r[a][0]==l&&(c=tf(r[a][1]),Number.isFinite(c)||(c=null)),n.push(c)}}catch(p){u.e(p)}finally{u.f()}var s=n.filter((function(e){return null!==e})),f=Math.abs(function(e){return e.reduce((function(e,t){return e+t}))/e.length}(s)),d=Hs(Rs(s),zs(s)),h=Math.abs(d[1]-d[0]);return f>1e10*h?n.map((function(){return f})):n}));u.unshift(o),T(t),w(u),k(a),S(i)}),[n,y]),ne((function(){var e=[],t=[{}];null===n||void 0===n||n.forEach((function(n){var r=_(n,F,h);t.push(r),e.push(Xs(r,n.group))})),k(t),S(e)}),[F]);var M=ie(null);return Fr("div",{className:la()({"vm-graph-view":!0,"vm-graph-view_full-width":v}),ref:M,children:[(null===M||void 0===M?void 0:M.current)&&Fr(qs,{data:D,series:A,metrics:n,period:r,yaxis:o,unit:u,setPeriod:f,container:null===M||void 0===M?void 0:M.current,height:m}),c&&Fr(Qs,{labels:E,query:a,onChange:function(e,t){O(function(e){var t=e.hideSeries,n=e.legend,r=e.metaKey,i=e.series,a=n.label,o=ef(a,t),u=i.map((function(e){return e.label||""}));return r?o?t.filter((function(e){return e!==a})):[].concat(Nt(t),[a]):t.length?o?Nt(u.filter((function(e){return e!==a}))):[]:Nt(u.filter((function(e){return e!==a})))}({hideSeries:F,legend:e,metaKey:t,series:A}))}})]})},rf=function(e){var t=e.value,n=e.options,r=e.anchor,i=e.disabled,a=e.maxWords,o=void 0===a?1:a,u=e.minLength,l=void 0===u?2:u,c=e.fullWidth,f=e.selected,d=e.noOptionsText,h=e.onSelect,p=e.onOpenAutocomplete,v=ie(null),m=St(ee(!1),2),y=m[0],g=m[1],_=St(ee(-1),2),b=_[0],D=_[1],w=oe((function(){if(!y)return[];try{var e=new RegExp(String(t),"i");return n.filter((function(n){return e.test(n)&&n!==t})).sort((function(t,n){var r,i;return((null===(r=t.match(e))||void 0===r?void 0:r.index)||0)-((null===(i=n.match(e))||void 0===i?void 0:i.index)||0)}))}catch(s){return[]}}),[y,n,t]),x=oe((function(){return d&&!w.length}),[d,w]),A=function(){g(!1)},k=function(e){var t=e.key,n=e.ctrlKey,r=e.metaKey,i=e.shiftKey,a=n||r||i,o=w.length;if("ArrowUp"===t&&!a&&o&&(e.preventDefault(),D((function(e){return e<=0?0:e-1}))),"ArrowDown"===t&&!a&&o){e.preventDefault();var u=w.length-1;D((function(e){return e>=u?u:e+1}))}if("Enter"===t){var l=w[b];l&&h(l),f||A()}"Escape"===t&&A()};return ne((function(){var e=(t.match(/[a-zA-Z_:.][a-zA-Z0-9_:.]*/gm)||[]).length;g(t.length>l&&e<=o)}),[t]),ne((function(){return function(){if(v.current){var e=v.current.childNodes[b];null!==e&&void 0!==e&&e.scrollIntoView&&e.scrollIntoView({block:"center"})}}(),window.addEventListener("keydown",k),function(){window.removeEventListener("keydown",k)}}),[b,w]),ne((function(){D(-1)}),[w]),ne((function(){p&&p(y)}),[y]),Ga(v,A,r),Fr(Ja,{open:y,buttonRef:r,placement:"bottom-left",onClose:A,fullWidth:c,children:Fr("div",{className:"vm-autocomplete",ref:v,children:[x&&Fr("div",{className:"vm-autocomplete__no-options",children:d}),w.map((function(e,t){return Fr("div",{className:la()({"vm-list-item":!0,"vm-list-item_active":t===b,"vm-list-item_multiselect":f,"vm-list-item_multiselect_selected":null===f||void 0===f?void 0:f.includes(e)}),id:"$autocomplete$".concat(e),onClick:(n=e,function(){i||(h(n),f||A())}),children:[(null===f||void 0===f?void 0:f.includes(e))&&Fr(Ji,{}),Fr("span",{children:e})]},e);var n}))]})})},af=function(e){var t=e.value,n=e.onChange,r=e.onEnter,i=e.onArrowUp,a=e.onArrowDown,o=e.autocomplete,u=e.error,l=e.options,c=e.label,s=e.disabled,f=void 0!==s&&s,d=St(ee(!1),2),h=d[0],p=d[1],v=ie(null);return Fr("div",{className:"vm-query-editor",ref:v,children:[Fr(ho,{value:t,label:c,type:"textarea",autofocus:!!t,error:u,onKeyDown:function(e){var t=e.key,n=e.ctrlKey,o=e.metaKey,u=e.shiftKey,l=n||o,c="ArrowDown"===t,s="Enter"===t;"ArrowUp"===t&&l&&(e.preventDefault(),i()),c&&l&&(e.preventDefault(),a()),!s||u||h||r()},onChange:n,disabled:f}),o&&Fr(rf,{value:t,options:l,anchor:v,onSelect:function(e){n(e)},onOpenAutocomplete:p})]})},of=n(936),uf=n.n(of),lf=function(){var e=yr().serverURL,t=Tr().tenantId,n=Mr(),r=gi(),i=St(ee(t||0),2),a=i[0],o=i[1],u=ue(uf()((function(t){var i=Number(t);if(n({type:"SET_TENANT_ID",payload:i}),e){var a=e.replace(/(\/select\/)([\d]+)(\/prometheus)/,"$1".concat(i,"$3"));n({type:"SET_SERVER",payload:a}),r({type:"RUN_QUERY"})}}),700),[]);return ne((function(){a!==t&&o(t)}),[t]),Fr(ho,{label:"Tenant ID",type:"number",value:a,onChange:function(e){o(e),u(e)},endIcon:Fr(Za,{title:"Define tenant id if you need request to another storage",children:Fr(Qa,{variant:"text",size:"small",startIcon:Fr(Fi,{})})})})},cf=function(e){var t,n=e.value,r=void 0!==n&&n,i=e.disabled,a=void 0!==i&&i,o=e.label,u=e.color,l=void 0===u?"secondary":u,c=e.onChange;return Fr("div",{className:la()((sr(t={"vm-switch":!0,"vm-switch_disabled":a,"vm-switch_active":r},"vm-switch_".concat(l,"_active"),r),sr(t,"vm-switch_".concat(l),l),t)),onClick:function(){a||c(!r)},children:[Fr("div",{className:"vm-switch-track",children:Fr("div",{className:"vm-switch-track__thumb"})}),o&&Fr("span",{className:"vm-switch__label",children:o})]})},sf=function(){var e=yr().inputTenantID,t=xi().autocomplete,n=Ai(),r=wa(),i=r.nocache,a=r.isTracingEnabled,o=xa();return Fr("div",{className:"vm-additional-settings",children:[Fr(cf,{label:"Autocomplete",value:t,onChange:function(){n({type:"TOGGLE_AUTOCOMPLETE"})}}),Fr(cf,{label:"Disable cache",value:i,onChange:function(){o({type:"TOGGLE_NO_CACHE"})}}),Fr(cf,{label:"Trace query",value:a,onChange:function(){o({type:"TOGGLE_QUERY_TRACING"})}}),!!e&&Fr("div",{className:"vm-additional-settings__input",children:Fr(lf,{})})]})},ff=function(e,t){return e.length===t.length&&e.every((function(e,n){return e===t[n]}))},df=function(e){var t=e.error,n=e.queryOptions,r=e.onHideQuery,i=xi(),a=i.query,o=i.queryHistory,u=i.autocomplete,l=Ai(),c=gi(),s=St(ee(a||[]),2),f=s[0],d=s[1],h=St(ee([]),2),p=h[0],v=h[1],m=So(f),y=function(){l({type:"SET_QUERY_HISTORY",payload:f.map((function(e,t){var n=o[t]||{values:[]},r=e===n.values[n.values.length-1];return{index:n.values.length-Number(r),values:!r&&e?[].concat(Nt(n.values),[e]):n.values}}))}),l({type:"SET_QUERY",payload:f}),c({type:"RUN_QUERY"})},g=function(e,t){d((function(n){return n.map((function(n,r){return r===t?e:n}))}))},_=function(e,t){return function(){!function(e,t){var n=o[t],r=n.index,i=n.values,a=r+e;a<0||a>=i.length||(g(i[a]||"",t),l({type:"SET_QUERY_HISTORY_BY_INDEX",payload:{value:{values:i,index:a},queryNumber:t}}))}(e,t)}},b=function(e){return function(t){g(t,e)}},D=function(e){return function(){var t;t=e,d((function(e){return e.filter((function(e,n){return n!==t}))})),v((function(t){return t.includes(e)?t.filter((function(t){return t!==e})):t.map((function(t){return t>e?t-1:t}))}))}},w=function(e){return function(t){!function(e,t){var n=e.ctrlKey,r=e.metaKey;if(n||r){var i=f.map((function(e,t){return t})).filter((function(e){return e!==t}));v((function(e){return ff(i,e)?[]:i}))}else v((function(e){return e.includes(t)?e.filter((function(e){return e!==t})):[].concat(Nt(e),[t])}))}(t,e)}};return ne((function(){m&&f.length<m.length&&y()}),[f]),ne((function(){r(p)}),[p]),Fr("div",{className:"vm-query-configurator vm-block",children:[Fr("div",{className:"vm-query-configurator-list",children:f.map((function(e,r){return Fr("div",{className:la()({"vm-query-configurator-list-row":!0,"vm-query-configurator-list-row_disabled":p.includes(r)}),children:[Fr(af,{value:f[r],autocomplete:u,options:n,error:t,onArrowUp:_(-1,r),onArrowDown:_(1,r),onEnter:y,onChange:b(r),label:"Query ".concat(r+1),disabled:p.includes(r)}),Fr(Za,{title:p.includes(r)?"Enable query":"Disable query",children:Fr("div",{className:"vm-query-configurator-list-row__button",children:Fr(Qa,{variant:"text",color:"gray",startIcon:p.includes(r)?Fr(Ki,{}):Fr(Zi,{}),onClick:w(r)})})}),f.length>1&&Fr(Za,{title:"Remove Query",children:Fr("div",{className:"vm-query-configurator-list-row__button",children:Fr(Qa,{variant:"text",color:"error",startIcon:Fr(Qi,{}),onClick:D(r)})})})]},r)}))}),Fr("div",{className:"vm-query-configurator-settings",children:[Fr(sf,{}),Fr("div",{className:"vm-query-configurator-settings__buttons",children:[f.length<4&&Fr(Qa,{variant:"outlined",onClick:function(){d((function(e){return[].concat(Nt(e),[""])}))},startIcon:Fr(Gi,{}),children:"Add Query"}),Fr(Qa,{variant:"contained",onClick:y,startIcon:Fr(Ui,{}),children:"Execute Query"})]})]})]})};function hf(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 pf(t.call(e));n="@@asyncIterator",r="@@iterator"}throw new TypeError("Object is not async iterable")}function pf(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 pf=function(e){this.s=e,this.n=e.next},pf.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 pf(e)}var vf=0,mf=function(){function e(t,n){Ft(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=vf++;var r=t.children||[];this.tracingChildren=r.map((function(t){return new e(t,n)}))}return Bt(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}(),yf=function(e){var t=e.predefinedQuery,n=e.visible,r=e.display,i=e.customStep,a=e.hideQuery,o=e.showAllSeries,u=xi().query,l=yi().period,c=wa(),s=c.displayType,f=c.nocache,d=c.isTracingEnabled,h=c.seriesLimits,p=Tr().serverUrl,v=St(ee(!1),2),m=v[0],y=v[1],g=St(ee(),2),_=g[0],b=g[1],D=St(ee(),2),w=D[0],x=D[1],A=St(ee(),2),k=A[0],C=A[1],E=St(ee(),2),S=E[0],N=E[1],F=St(ee(),2),O=F[0],T=F[1],M=St(ee([]),2),B=M[0],I=M[1];ne((function(){S&&(b(void 0),x(void 0),C(void 0))}),[S]);var L=function(){var e=Bo(To().mark((function e(t){var n,r,i,a,o,u,l,c,s,f,d,h,p;return To().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=t.fetchUrl,r=t.fetchQueue,i=t.displayType,a=t.query,o=t.stateSeriesLimits,u=t.showAllSeries,l=t.hideQuery,c=new AbortController,I([].concat(Nt(r),[c])),e.prev=3,e.delegateYield(To().mark((function e(){var t,r,v,m,y,g,_,D,w,A,k,E;return To().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:t="chart"===i,r=u?1/0:o[i],v=[],m=[],y=1,g=0,s=!1,f=!1,e.prev=8,h=hf(n);case 10:return e.next=12,h.next();case 12:if(!(s=!(p=e.sent).done)){e.next=28;break}if(_=p.value,!(null===l||void 0===l?void 0:l.includes(y-1))){e.next=18;break}return y++,e.abrupt("continue",25);case 18:return e.next=20,fetch(_,{signal:c.signal});case 20:return D=e.sent,e.next=23,D.json();case 23:w=e.sent,D.ok?(N(void 0),w.trace&&(A=new mf(w.trace,a[y-1]),m.push(A)),k=r-v.length,w.data.result.slice(0,k).forEach((function(e){e.group=y,v.push(e)})),g+=w.data.result.length,y++):N("".concat(w.errorType,"\r\n").concat(null===w||void 0===w?void 0:w.error));case 25:s=!1,e.next=10;break;case 28:e.next=34;break;case 30:e.prev=30,e.t0=e.catch(8),f=!0,d=e.t0;case 34:if(e.prev=34,e.prev=35,!s||null==h.return){e.next=39;break}return e.next=39,h.return();case 39:if(e.prev=39,!f){e.next=42;break}throw d;case 42:return e.finish(39);case 43:return e.finish(34);case 44:E="Showing ".concat(r," series out of ").concat(g," series due to performance reasons. Please narrow down the query, so it returns less series"),T(g>r?E:""),t?b(v):x(v),C(m);case 48:case"end":return e.stop()}}),e,null,[[8,30,34,44],[35,,39,43]])}))(),"t0",5);case 5:e.next=10;break;case 7:e.prev=7,e.t1=e.catch(3),e.t1 instanceof Error&&"AbortError"!==e.t1.name&&N("".concat(e.t1.name,": ").concat(e.t1.message));case 10:y(!1);case 11:case"end":return e.stop()}}),e,null,[[3,7]])})));return function(t){return e.apply(this,arguments)}}(),P=ue(uf()(L,300),[]),z=oe((function(){var e=null!==t&&void 0!==t?t:u,n="chart"===(r||s);if(l)if(p)if(e.every((function(e){return!e.trim()})))N(ao.validQuery);else{if(po(p)){var a=dr({},l);return a.step=i,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,a,f,d):function(e,t,n,r){return"".concat(e,"/api/v1/query?query=").concat(encodeURIComponent(t),"&time=").concat(n.end,"&step=").concat(n.step).concat(r?"&trace=1":"")}(p,e,a,d)}))}N(ao.validServer)}else N(ao.emptyServer)}),[p,l,s,i,a]);return ne((function(){n&&null!==z&&void 0!==z&&z.length&&(y(!0),P({fetchUrl:z,fetchQueue:B,displayType:r||s,query:null!==t&&void 0!==t?t:u,stateSeriesLimits:h,showAllSeries:o,hideQuery:a}))}),[z,n,h,o]),ne((function(){var e=B.slice(0,-1);e.length&&(e.map((function(e){return e.abort()})),I(B.filter((function(e){return!e.signal.aborted}))))}),[B]),{fetchUrl:z,isLoading:m,graphData:_,liveData:w,error:S,warning:O,traces:k}},gf=function(e){var t=e.data,n=$a().showInfoMessage,r=oe((function(){return JSON.stringify(t,null,2)}),[t]);return Fr("div",{className:"vm-json-view",children:[Fr("div",{className:"vm-json-view__copy",children:Fr(Qa,{variant:"outlined",onClick:function(){navigator.clipboard.writeText(r),n({text:"Formatted JSON has been copied",type:"success"})},children:"Copy JSON"})}),Fr("pre",{className:"vm-json-view__code",children:Fr("code",{children:r})})]})},_f=function(e){var t=e.yaxis,n=e.setYaxisLimits,r=e.toggleEnableLimits,i=oe((function(){return Object.keys(t.limits.range)}),[t.limits.range]),a=ue(uf()((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]),o=function(e,t){return function(n){a(n,e,t)}};return Fr("div",{className:"vm-axes-limits",children:[Fr(cf,{value:t.limits.enable,onChange:r,label:"Fix the limits for y-axis"}),Fr("div",{className:"vm-axes-limits-list",children:i.map((function(e){return Fr("div",{className:"vm-axes-limits-list__inputs",children:[Fr(ho,{label:"Min ".concat(e),type:"number",disabled:!t.limits.enable,value:t.limits.range[e][0],onChange:o(e,0)}),Fr(ho,{label:"Max ".concat(e),type:"number",disabled:!t.limits.enable,value:t.limits.range[e][1],onChange:o(e,1)})]},e)}))})]})},bf="Axes settings",Df=function(e){var t=e.yaxis,n=e.setYaxisLimits,r=e.toggleEnableLimits,i=ie(null),a=St(ee(!1),2),o=a[0],u=a[1],l=ie(null);Ga(i,(function(){return u(!1)}),l);var c=function(){u(!1)};return Fr("div",{className:"vm-graph-settings",children:[Fr(Za,{title:bf,children:Fr("div",{ref:l,children:Fr(Qa,{variant:"text",startIcon:Fr(Ei,{}),onClick:function(){u((function(e){return!e}))}})})}),Fr(Ja,{open:o,buttonRef:l,placement:"bottom-right",onClose:c,children:Fr("div",{className:"vm-graph-settings-popper",ref:i,children:[Fr("div",{className:"vm-popper-header",children:[Fr("h3",{className:"vm-popper-header__title",children:bf}),Fr(Qa,{size:"small",startIcon:Fr(Si,{}),onClick:c})]}),Fr("div",{className:"vm-graph-settings-popper__body",children:Fr(_f,{yaxis:t,setYaxisLimits:n,toggleEnableLimits:r})})]})})]})},wf=function(e){var t=e.containerStyles,n=void 0===t?{}:t,r=e.message;return Fr("div",{className:"vm-spinner",style:n&&{},children:[Fr("div",{className:"half-circle-spinner",children:[Fr("div",{className:"circle circle-1"}),Fr("div",{className:"circle circle-2"})]}),r&&Fr("div",{className:"vm-spinner__message",children:r})]})},xf=function(){var e=Tr().serverUrl,t=St(ee([]),2),n=t[0],r=t[1],i=function(){var t=Bo(To().mark((function t(){var n,i,a;return To().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e){t.next=2;break}return t.abrupt("return");case 2:return n="".concat(e,"/api/v1/label/__name__/values"),t.prev=3,t.next=6,fetch(n);case 6:return i=t.sent,t.next=9,i.json();case 9:a=t.sent,i.ok&&r(a.data),t.next=16;break;case 13:t.prev=13,t.t0=t.catch(3),console.error(t.t0);case 16:case"end":return t.stop()}}),t,null,[[3,13]])})));return function(){return t.apply(this,arguments)}}();return ne((function(){i()}),[e]),{queryOptions:n}},Af=function(e){var t=e.value;return Fr("div",{className:"vm-line-progress",children:[Fr("div",{className:"vm-line-progress-track",children:Fr("div",{className:"vm-line-progress-track__thumb",style:{width:"".concat(t,"%")}})}),Fr("span",{children:[t.toFixed(2),"%"]})]})},kf=function e(t){var n,r=t.trace,i=t.totalMsec,a=St(ee({}),2),o=a[0],u=a[1],l=r.children&&!!r.children.length,c=r.duration/i*100;return Fr("div",{className:"vm-nested-nav",children:[Fr("div",{className:"vm-nested-nav-header",onClick:(n=r.idValue,function(){u((function(e){return dr(dr({},e),{},sr({},n,!e[n]))}))}),children:[l&&Fr("div",{className:la()({"vm-nested-nav-header__icon":!0,"vm-nested-nav-header__icon_open":o[r.idValue]}),children:Fr(Ii,{})}),Fr("div",{className:"vm-nested-nav-header__progress",children:Fr(Af,{value:c})}),Fr("div",{className:"vm-nested-nav-header__message",children:r.message}),Fr("div",{className:"vm-nested-nav-header__duration",children:"duration: ".concat(r.duration," ms")})]}),o[r.idValue]&&Fr("div",{children:l&&r.children.map((function(t){return Fr(e,{trace:t,totalMsec:i},t.duration)}))})]})},Cf=function(e){var t=e.editable,n=void 0!==t&&t,r=e.defaultTile,i=void 0===r?"JSON":r,a=e.displayTitle,o=void 0===a||a,u=e.defaultJson,l=void 0===u?"":u,c=e.resetValue,f=void 0===c?"":c,d=e.onClose,h=e.onUpload,p=$a().showInfoMessage,v=St(ee(l),2),m=v[0],y=v[1],g=St(ee(i),2),_=g[0],b=g[1],D=St(ee(""),2),w=D[0],x=D[1],A=St(ee(""),2),k=A[0],C=A[1],E=oe((function(){try{var e=JSON.parse(m),t=e.trace||e;return t.duration_msec?(new mf(t,""),""):ao.traceNotFound}catch(s){return s instanceof Error?s.message:"Unknown error"}}),[m]),S=function(){var e=Bo(To().mark((function e(){return To().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,navigator.clipboard.writeText(m);case 2:p({text:"Formatted JSON has been copied",type:"success"});case 3:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),N=function(){C(E),_.trim()||x(ao.emptyTitle),E||w||(h(m,_),d())};return Fr("div",{className:la()({"vm-json-form":!0,"vm-json-form_one-field":!o}),children:[o&&Fr(ho,{value:_,label:"Title",error:w,onEnter:N,onChange:function(e){b(e)}}),Fr(ho,{value:m,label:"JSON",type:"textarea",error:k,autofocus:!0,onChange:function(e){C(""),y(e)},disabled:!n}),Fr("div",{className:"vm-json-form-footer",children:[Fr("div",{className:"vm-json-form-footer__controls",children:[Fr(Qa,{variant:"outlined",startIcon:Fr(Xi,{}),onClick:S,children:"Copy JSON"}),f&&Fr(Qa,{variant:"text",startIcon:Fr(Ni,{}),onClick:function(){y(f)},children:"Reset JSON"})]}),Fr("div",{className:"vm-json-form-footer__controls vm-json-form-footer__controls_right",children:[Fr(Qa,{variant:"outlined",color:"error",onClick:d,children:"Cancel"}),Fr(Qa,{variant:"contained",onClick:N,children:"apply"})]})]})]})},Ef=function(e){var t=e.traces,n=e.jsonEditor,r=void 0!==n&&n,i=e.onDeleteClick,a=St(ee(null),2),o=a[0],u=a[1],l=function(){u(null)};if(!t.length)return Fr(Ra,{variant:"info",children:"Please re-run the query to see results of the tracing"});var c=function(e){return function(){i(e)}};return Fr(y,{children:[Fr("div",{className:"vm-tracings-view",children:t.map((function(e){return Fr("div",{className:"vm-tracings-view-trace vm-block vm-block_empty-padding",children:[Fr("div",{className:"vm-tracings-view-trace-header",children:[Fr("h3",{className:"vm-tracings-view-trace-header-title",children:["Trace for ",Fr("b",{className:"vm-tracings-view-trace-header-title__query",children:e.queryValue})]}),Fr(Za,{title:"Open JSON",children:Fr(Qa,{variant:"text",startIcon:Fr(Wi,{}),onClick:(t=e,function(){u(t)})})}),Fr(Za,{title:"Remove trace",children:Fr(Qa,{variant:"text",color:"error",startIcon:Fr(Qi,{}),onClick:c(e)})})]}),Fr("nav",{className:"vm-tracings-view-trace__nav",children:Fr(kf,{trace:e,totalMsec:e.duration})})]},e.idValue);var t}))}),o&&Fr(mo,{title:o.queryValue,onClose:l,children:Fr(Cf,{editable:r,displayTitle:r,defaultTile:o.queryValue,defaultJson:o.JSON,resetValue:o.originalJSON,onClose:l,onUpload:function(e,t){if(r&&o)try{o.setTracing(JSON.parse(e)),o.setQuery(t),u(null)}catch(s){console.error(s)}}})})]})},Sf=function(e,t){return oe((function(){var n={};e.forEach((function(e){return Object.entries(e.metric).forEach((function(e){return n[e[0]]?n[e[0]].options.add(e[1]):n[e[0]]={options:new Set([e[1]])}}))}));var r=Object.entries(n).map((function(e){return{key:e[0],variations:e[1].options.size}})).sort((function(e,t){return e.variations-t.variations}));return t?r.filter((function(e){return t.includes(e.key)})):r}),[e,t])},Nf=function(e){var t,n=e.checked,r=void 0!==n&&n,i=e.disabled,a=void 0!==i&&i,o=e.label,u=e.color,l=void 0===u?"secondary":u,c=e.onChange;return Fr("div",{className:la()((sr(t={"vm-checkbox":!0,"vm-checkbox_disabled":a,"vm-checkbox_active":r},"vm-checkbox_".concat(l,"_active"),r),sr(t,"vm-checkbox_".concat(l),l),t)),onClick:function(){a||c(!r)},children:[Fr("div",{className:"vm-checkbox-track",children:Fr("div",{className:"vm-checkbox-track__thumb",children:Fr(Ji,{})})}),o&&Fr("span",{className:"vm-checkbox__label",children:o})]})},Ff="Table settings",Of=function(e){var t=e.data,n=e.defaultColumns,r=void 0===n?[]:n,i=e.onChange,a=wa().tableCompact,o=xa(),u=Sf(t),l=ie(null),c=St(ee(!1),2),s=c[0],f=c[1],d=oe((function(){return!u.length}),[u]),h=function(){f(!1)},p=function(e){return function(){!function(e){i(r.includes(e)?r.filter((function(t){return t!==e})):[].concat(Nt(r),[e]))}(e)}};return ne((function(){var e=u.map((function(e){return e.key}));ff(e,r)||i(e)}),[u]),Fr("div",{className:"vm-table-settings",children:[Fr(Za,{title:Ff,children:Fr("div",{ref:l,children:Fr(Qa,{variant:"text",startIcon:Fr(Ei,{}),onClick:function(){f((function(e){return!e}))},disabled:d})})}),Fr(Ja,{open:s,onClose:h,placement:"bottom-right",buttonRef:l,children:Fr("div",{className:"vm-table-settings-popper",children:[Fr("div",{className:"vm-popper-header",children:[Fr("h3",{className:"vm-popper-header__title",children:Ff}),Fr(Qa,{onClick:h,startIcon:Fr(Si,{}),size:"small"})]}),Fr("div",{className:"vm-table-settings-popper-list",children:Fr(cf,{label:"Compact view",value:a,onChange:function(){o({type:"TOGGLE_TABLE_COMPACT"})}})}),Fr("div",{className:"vm-table-settings-popper-list",children:[Fr("div",{className:"vm-table-settings-popper-list-header",children:[Fr("h3",{className:"vm-table-settings-popper-list-header__title",children:"Display columns"}),Fr(Za,{title:"Reset to default",children:Fr(Qa,{color:"primary",variant:"text",size:"small",onClick:function(){f(!1),i(u.map((function(e){return e.key})))},startIcon:Fr(Ni,{})})})]}),u.map((function(e){return Fr("div",{className:"vm-table-settings-popper-list__item",children:Fr(Nf,{checked:r.includes(e.key),onChange:p(e.key),label:e.key,disabled:a})},e.key)}))]})]})})]})};function Tf(e){return function(e,t){return Object.fromEntries(Object.entries(e).filter(t))}(e,(function(e){return!!e[1]}))}var Mf=["__name__"],Bf=function(e){var t=e.data,n=e.displayColumns,r=$a().showInfoMessage,i=wa().tableCompact,a=oa(document.body),o=ie(null),u=St(ee(0),2),l=u[0],c=u[1],s=St(ee(0),2),f=s[0],d=s[1],h=St(ee(""),2),p=h[0],v=h[1],m=St(ee("asc"),2),y=m[0],g=m[1],_=i?Sf([{group:0,metric:{Data:"Data"}}],["Data"]):Sf(t,n),b=function(e){var t=e.__name__,n=ca(e,Mf);return t||Object.keys(n).length?"".concat(t," ").concat(JSON.stringify(n)):""},D=new Set(null===t||void 0===t?void 0:t.map((function(e){return e.group}))),w=D.size>1,x=oe((function(){var e=null===t||void 0===t?void 0:t.map((function(e){return{metadata:_.map((function(t){return i?Js(e,"",w):e.metric[t.key]||"-"})),value:e.value?e.value[1]:"-",values:e.values?e.values.map((function(e){var t=St(e,2),n=t[0],r=t[1];return"".concat(r," @").concat(n)})):[],copyValue:b(e.metric)}})),n="Value"===p,r=_.findIndex((function(e){return e.key===p}));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"===y?i<a:i>a)?-1:1})):e}),[_,t,p,y,i]),A=oe((function(){return x.some((function(e){return e.copyValue}))}),[x]),k=function(){var e=Bo(To().mark((function e(t){return To().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,navigator.clipboard.writeText(t);case 2:r({text:"Row has been copied",type:"success"});case 3:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),C=function(e){return function(){!function(e){g((function(t){return"asc"===t&&p===e?"desc":"asc"})),v(e)}(e)}},E=function(){if(o.current){var e=o.current.getBoundingClientRect().top;d(e<0?window.scrollY-l:0)}};return ne((function(){return window.addEventListener("scroll",E),function(){window.removeEventListener("scroll",E)}}),[o,l,a]),ne((function(){if(o.current){var e=o.current.getBoundingClientRect().top;c(e+window.scrollY)}}),[o,a]),x.length?Fr("div",{className:"vm-table-view",children:Fr("table",{className:"vm-table",ref:o,children:[Fr("thead",{className:"vm-table-header",children:Fr("tr",{className:"vm-table__row vm-table__row_header",style:{transform:"translateY(".concat(f,"px)")},children:[_.map((function(e,t){return Fr("td",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:C(e.key),children:Fr("div",{className:"vm-table-cell__content",children:[e.key,Fr("div",{className:la()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":p===e.key,"vm-table__sort-icon_desc":"desc"===y&&p===e.key}),children:Fr(Li,{})})]})},t)})),Fr("td",{className:"vm-table-cell vm-table-cell_header vm-table-cell_right vm-table-cell_sort",onClick:C("Value"),children:Fr("div",{className:"vm-table-cell__content",children:[Fr("div",{className:la()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":"Value"===p,"vm-table__sort-icon_desc":"desc"===y}),children:Fr(Li,{})}),"Value"]})}),A&&Fr("td",{className:"vm-table-cell vm-table-cell_header"})]})}),Fr("tbody",{className:"vm-table-body",children:x.map((function(e,t){return Fr("tr",{className:"vm-table__row",children:[e.metadata.map((function(e,n){return Fr("td",{className:la()({"vm-table-cell vm-table-cell_no-wrap":!0,"vm-table-cell_gray":x[t-1]&&x[t-1].metadata[n]===e}),children:e},n)})),Fr("td",{className:"vm-table-cell vm-table-cell_right vm-table-cell_no-wrap",children:e.values.length?e.values.map((function(e){return Fr("p",{children:e},e)})):e.value}),A&&Fr("td",{className:"vm-table-cell vm-table-cell_right",children:e.copyValue&&Fr("div",{className:"vm-table-cell__content",children:Fr(Za,{title:"Copy row",children:Fr(Qa,{variant:"text",color:"gray",size:"small",startIcon:Fr(Xi,{}),onClick:(n=e.copyValue,function(){k(n)})})})})})]},t);var n}))})]})}):Fr(Ra,{variant:"warning",children:"No data to show"})},If=function(){var e=wa(),t=e.displayType,n=e.isTracingEnabled,r=xi().query,i=yi().period,a=gi();!function(){var e=Tr().tenantId,t=wa().displayType,n=xi().query,r=yi(),i=r.duration,a=r.relativeTime,o=r.period,u=o.date,l=o.step,c=Ea().customStep,s=function(){var r={};n.forEach((function(n,o){var s,f="g".concat(o);r["".concat(f,".expr")]=n,r["".concat(f,".range_input")]=i,r["".concat(f,".end_input")]=u,r["".concat(f,".tab")]=(null===(s=pa.find((function(e){return e.value===t})))||void 0===s?void 0:s.prometheusCode)||0,r["".concat(f,".relative_time")]=a,r["".concat(f,".tenantID")]=e,l!==c&&c&&(r["".concat(f,".step_input")]=c)})),kr(Tf(r))};ne(s,[e,t,n,i,a,u,l,c]),ne(s,[])}();var o=St(ee(),2),u=o[0],l=o[1],c=St(ee([]),2),s=c[0],f=c[1],d=St(ee([]),2),h=d[0],p=d[1],v=St(ee(!1),2),m=v[0],y=v[1],g=Ea(),_=g.customStep,b=g.yaxis,D=Sa(),w=xf().queryOptions,x=yf({visible:!0,customStep:_,hideQuery:h,showAllSeries:m}),A=x.isLoading,k=x.liveData,C=x.graphData,E=x.error,S=x.warning,N=x.traces,F=function(e){D({type:"SET_YAXIS_LIMITS",payload:e})};return ne((function(){N&&f([].concat(Nt(s),Nt(N)))}),[N]),ne((function(){f([])}),[t]),ne((function(){y(!1)}),[r]),Fr("div",{className:"vm-custom-panel",children:[Fr(df,{error:E,queryOptions:w,onHideQuery:function(e){p(e)}}),n&&Fr("div",{className:"vm-custom-panel__trace",children:Fr(Ef,{traces:s,onDeleteClick:function(e){var t=s.filter((function(t){return t.idValue!==e.idValue}));f(Nt(t))}})}),A&&Fr(wf,{}),E&&Fr(Ra,{variant:"error",children:E}),S&&Fr(Ra,{variant:"warning",children:Fr("div",{className:"vm-custom-panel__warning",children:[Fr("p",{children:S}),Fr(Qa,{color:"warning",variant:"outlined",onClick:function(){y(!0)},children:"Show all"})]})}),Fr("div",{className:"vm-custom-panel-body vm-block",children:[Fr("div",{className:"vm-custom-panel-body-header",children:[Fr(va,{}),"chart"===t&&Fr(Df,{yaxis:b,setYaxisLimits:F,toggleEnableLimits:function(){D({type:"TOGGLE_ENABLE_YAXIS_LIMITS"})}}),"table"===t&&Fr(Of,{data:k||[],defaultColumns:u,onChange:l})]}),C&&i&&"chart"===t&&Fr(nf,{data:C,period:i,customStep:_,query:r,yaxis:b,setYaxisLimits:F,setPeriod:function(e){var t=e.from,n=e.to;a({type:"SET_PERIOD",payload:{from:t,to:n}})}}),k&&"code"===t&&Fr(gf,{data:k}),k&&"table"===t&&Fr(Bf,{data:k,displayColumns:u})]})]})};function Lf(){return{async:!1,baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1}}var Pf={async:!1,baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1};var zf=/[&<>"']/,Rf=new RegExp(zf.source,"g"),jf=/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,$f=new RegExp(jf.source,"g"),Hf={"&":"&","<":"<",">":">",'"':""","'":"'"},Uf=function(e){return Hf[e]};function Yf(e,t){if(t){if(zf.test(e))return e.replace(Rf,Uf)}else if(jf.test(e))return e.replace($f,Uf);return e}var Vf=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi;function qf(e){return e.replace(Vf,(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 Wf=/(^|[^\[])\^/g;function Qf(e,t){e="string"===typeof e?e:e.source,t=t||"";var n={replace:function(t,r){return r=(r=r.source||r).replace(Wf,"$1"),e=e.replace(t,r),n},getRegex:function(){return new RegExp(e,t)}};return n}var Gf=/[^\w:]/g,Jf=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function Zf(e,t,n){if(e){var r;try{r=decodeURIComponent(qf(n)).replace(Gf,"").toLowerCase()}catch(s){return null}if(0===r.indexOf("javascript:")||0===r.indexOf("vbscript:")||0===r.indexOf("data:"))return null}t&&!Jf.test(n)&&(n=function(e,t){Kf[" "+e]||(Xf.test(e)?Kf[" "+e]=e+"/":Kf[" "+e]=ad(e,"/",!0));e=Kf[" "+e];var n=-1===e.indexOf(":");return"//"===t.substring(0,2)?n?t:e.replace(ed,"$1")+t:"/"===t.charAt(0)?n?t:e.replace(td,"$1")+t:e+t}(t,n));try{n=encodeURI(n).replace(/%25/g,"%")}catch(s){return null}return n}var Kf={},Xf=/^[^:]+:\/*[^/]*$/,ed=/^([^:]+:)[\s\S]*$/,td=/^([^:]+:\/*[^/]*)[\s\S]*$/;var nd={exec:function(){}};function rd(e){for(var t,n,r=1;r<arguments.length;r++)for(n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}function id(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 ad(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 od(e){e&&e.sanitize&&!e.silent&&console.warn("marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options")}function ud(e,t){if(t<1)return"";for(var n="";t>1;)1&t&&(n+=e),t>>=1,e+=e;return n+e}function ld(e,t,n,r){var i=t.href,a=t.title?Yf(t.title):null,o=e[1].replace(/\\([\[\]])/g,"$1");if("!"!==e[0].charAt(0)){r.state.inLink=!0;var u={type:"link",raw:n,href:i,title:a,text:o,tokens:r.inlineTokens(o)};return r.state.inLink=!1,u}return{type:"image",raw:n,href:i,title:a,text:Yf(o)}}var cd=function(){function e(t){Ft(this,e),this.options=t||Pf}return Bt(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:ad(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:St(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=ad(n,"#");this.options.pedantic?n=r.trim():r&&!/ $/.test(r)||(n=r.trim())}return{type:"heading",raw:t[0],depth:t[1].length,text:n,tokens:this.lexer.inline(n)}}}},{key:"hr",value:function(e){var t=this.rules.block.hr.exec(e);if(t)return{type:"hr",raw:t[0]}}},{key:"blockquote",value:function(e){var t=this.rules.block.blockquote.exec(e);if(t){var n=t[0].replace(/^ *>[ \t]?/gm,""),r=this.lexer.state.top;this.lexer.state.top=!0;var i=this.lexer.blockTokens(n);return this.lexer.state.top=r,{type:"blockquote",raw:t[0],tokens:i,text:n}}}},{key:"list",value:function(e){var t=this.rules.block.list.exec(e);if(t){var n,r,i,a,o,u,l,c,s,f,d,h,p=t[1].trim(),v=p.length>1,m={type:"list",raw:"",ordered:v,start:v?+p.slice(0,-1):"",loose:!1,items:[]};p=v?"\\d{1,9}\\".concat(p.slice(-1)):"\\".concat(p),this.options.pedantic&&(p=v?p:"[*+-]");for(var y=new RegExp("^( {0,3}".concat(p,")((?:[\t ][^\\n]*)?(?:\\n|$))"));e&&(h=!1,t=y.exec(e))&&!this.rules.block.hr.test(e);){if(n=t[0],e=e.substring(n.length),c=t[2].split("\n",1)[0],s=e.split("\n",1)[0],this.options.pedantic?(a=2,d=c.trimLeft()):(a=(a=t[2].search(/[^ ]/))>4?1:a,d=c.slice(a),a+=t[1].length),u=!1,!c&&/^ *$/.test(s)&&(n+=s+"\n",e=e.substring(s.length+1),h=!0),!h)for(var g=new RegExp("^ {0,".concat(Math.min(3,a-1),"}(?:[*+-]|\\d{1,9}[.)])((?: [^\\n]*)?(?:\\n|$))")),_=new RegExp("^ {0,".concat(Math.min(3,a-1),"}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)")),b=new RegExp("^ {0,".concat(Math.min(3,a-1),"}(?:```|~~~)")),D=new RegExp("^ {0,".concat(Math.min(3,a-1),"}#"));e&&(c=f=e.split("\n",1)[0],this.options.pedantic&&(c=c.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),!b.test(c))&&!D.test(c)&&!g.test(c)&&!_.test(e);){if(c.search(/[^ ]/)>=a||!c.trim())d+="\n"+c.slice(a);else{if(u)break;d+="\n"+c}u||c.trim()||(u=!0),n+=f+"\n",e=e.substring(f.length+1)}m.loose||(l?m.loose=!0:/\n *\n *$/.test(n)&&(l=!0)),this.options.gfm&&(r=/^\[[ xX]\] /.exec(d))&&(i="[ ] "!==r[0],d=d.replace(/^\[[ xX]\] +/,"")),m.items.push({type:"list_item",raw:n,task:!!r,checked:i,loose:!1,text:d}),m.raw+=n}m.items[m.items.length-1].raw=n.trimRight(),m.items[m.items.length-1].text=d.trimRight(),m.raw=m.raw.trimRight();var w=m.items.length;for(o=0;o<w;o++)if(this.lexer.state.top=!1,m.items[o].tokens=this.lexer.blockTokens(m.items[o].text,[]),!m.loose){var x=m.items[o].tokens.filter((function(e){return"space"===e.type})),A=x.length>0&&x.some((function(e){return/\n.*\n/.test(e.raw)}));m.loose=A}if(m.loose)for(o=0;o<w;o++)m.items[o].loose=!0;return m}}},{key:"html",value:function(e){var t=this.rules.block.html.exec(e);if(t){var n={type:"html",raw:t[0],pre:!this.options.sanitizer&&("pre"===t[1]||"script"===t[1]||"style"===t[1]),text:t[0]};if(this.options.sanitize){var r=this.options.sanitizer?this.options.sanitizer(t[0]):Yf(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:id(t[1]).map((function(e){return{text:e}})),align:t[2].replace(/^ *|\| *$/g,"").split(/ *\| */),rows:t[3]&&t[3].trim()?t[3].replace(/\n[ \t]*$/,"").split("\n"):[]};if(n.header.length===n.align.length){n.raw=t[0];var r,i,a,o,u=n.align.length;for(r=0;r<u;r++)/^ *-+: *$/.test(n.align[r])?n.align[r]="right":/^ *:-+: *$/.test(n.align[r])?n.align[r]="center":/^ *:-+ *$/.test(n.align[r])?n.align[r]="left":n.align[r]=null;for(u=n.rows.length,r=0;r<u;r++)n.rows[r]=id(n.rows[r],n.header.length).map((function(e){return{text:e}}));for(u=n.header.length,i=0;i<u;i++)n.header[i].tokens=this.lexer.inline(n.header[i].text);for(u=n.rows.length,i=0;i<u;i++)for(o=n.rows[i],a=0;a<o.length;a++)o[a].tokens=this.lexer.inline(o[a].text);return n}}}},{key:"lheading",value:function(e){var t=this.rules.block.lheading.exec(e);if(t)return{type:"heading",raw:t[0],depth:"="===t[2].charAt(0)?1:2,text:t[1],tokens:this.lexer.inline(t[1])}}},{key:"paragraph",value:function(e){var t=this.rules.block.paragraph.exec(e);if(t){var n="\n"===t[1].charAt(t[1].length-1)?t[1].slice(0,-1):t[1];return{type:"paragraph",raw:t[0],text:n,tokens:this.lexer.inline(n)}}}},{key:"text",value:function(e){var t=this.rules.block.text.exec(e);if(t)return{type:"text",raw:t[0],text:t[0],tokens:this.lexer.inline(t[0])}}},{key:"escape",value:function(e){var t=this.rules.inline.escape.exec(e);if(t)return{type:"escape",raw:t[0],text:Yf(t[1])}}},{key:"tag",value:function(e){var t=this.rules.inline.tag.exec(e);if(t)return!this.lexer.state.inLink&&/^<a /i.test(t[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&/^<\/a>/i.test(t[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(t[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(t[0])&&(this.lexer.state.inRawBlock=!1),{type:this.options.sanitize?"text":"html",raw:t[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(t[0]):Yf(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=ad(n.slice(0,-1),"\\");if((n.length-r.length)%2===0)return}else{var i=function(e,t){if(-1===e.indexOf(t[1]))return-1;for(var n=e.length,r=0,i=0;i<n;i++)if("\\"===e[i])i++;else if(e[i]===t[0])r++;else if(e[i]===t[1]&&--r<0)return i;return-1}(t[2],"()");if(i>-1){var a=(0===t[0].indexOf("!")?5:4)+t[1].length+i;t[2]=t[2].substring(0,i),t[0]=t[0].substring(0,a).trim(),t[3]=""}}var o=t[2],u="";if(this.options.pedantic){var l=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(o);l&&(o=l[1],u=l[3])}else u=t[3]?t[3].slice(1,-1):"";return o=o.trim(),/^</.test(o)&&(o=this.options.pedantic&&!/>$/.test(n)?o.slice(1):o.slice(1,-1)),ld(t,{href:o?o.replace(this.rules.inline._escapes,"$1"):o,title:u?u.replace(this.rules.inline._escapes,"$1"):u},t[0],this.lexer)}}},{key:"reflink",value:function(e,t){var n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){var r=(n[2]||n[1]).replace(/\s+/g," ");if(!(r=t[r.toLowerCase()])){var i=n[0].charAt(0);return{type:"text",raw:i,text:i}}return ld(n,r,n[0],this.lexer)}}},{key:"emStrong",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",r=this.rules.inline.emStrong.lDelim.exec(e);if(r&&(!r[3]||!n.match(/(?:[0-9A-Za-z\xAA\xB2\xB3\xB5\xB9\xBA\xBC-\xBE\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u0660-\u0669\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07C0-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0966-\u096F\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09E6-\u09F1\u09F4-\u09F9\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A66-\u0A6F\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AE6-\u0AEF\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B66-\u0B6F\u0B71-\u0B77\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0BE6-\u0BF2\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C66-\u0C6F\u0C78-\u0C7E\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CE6-\u0CEF\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D58-\u0D61\u0D66-\u0D78\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DE6-\u0DEF\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F20-\u0F33\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F-\u1049\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u1090-\u1099\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1369-\u137C\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u17E0-\u17E9\u17F0-\u17F9\u1810-\u1819\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A16\u1A20-\u1A54\u1A80-\u1A89\u1A90-\u1A99\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B50-\u1B59\u1B83-\u1BA0\u1BAE-\u1BE5\u1C00-\u1C23\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2070\u2071\u2074-\u2079\u207F-\u2089\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2150-\u2189\u2460-\u249B\u24EA-\u24FF\u2776-\u2793\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2CFD\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u3192-\u3195\u31A0-\u31BF\u31F0-\u31FF\u3220-\u3229\u3248-\u324F\u3251-\u325F\u3280-\u3289\u32B1-\u32BF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA830-\uA835\uA840-\uA873\uA882-\uA8B3\uA8D0-\uA8D9\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA900-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF-\uA9D9\uA9E0-\uA9E4\uA9E6-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA50-\uAA59\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD07-\uDD33\uDD40-\uDD78\uDD8A\uDD8B\uDE80-\uDE9C\uDEA0-\uDED0\uDEE1-\uDEFB\uDF00-\uDF23\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC58-\uDC76\uDC79-\uDC9E\uDCA7-\uDCAF\uDCE0-\uDCF2\uDCF4\uDCF5\uDCFB-\uDD1B\uDD20-\uDD39\uDD80-\uDDB7\uDDBC-\uDDCF\uDDD2-\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE40-\uDE48\uDE60-\uDE7E\uDE80-\uDE9F\uDEC0-\uDEC7\uDEC9-\uDEE4\uDEEB-\uDEEF\uDF00-\uDF35\uDF40-\uDF55\uDF58-\uDF72\uDF78-\uDF91\uDFA9-\uDFAF]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDCFA-\uDD23\uDD30-\uDD39\uDE60-\uDE7E\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF27\uDF30-\uDF45\uDF51-\uDF54\uDF70-\uDF81\uDFB0-\uDFCB\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC52-\uDC6F\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD03-\uDD26\uDD36-\uDD3F\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDD0-\uDDDA\uDDDC\uDDE1-\uDDF4\uDE00-\uDE11\uDE13-\uDE2B\uDE3F\uDE40\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDEF0-\uDEF9\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC50-\uDC59\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE50-\uDE59\uDE80-\uDEAA\uDEB8\uDEC0-\uDEC9\uDF00-\uDF1A\uDF30-\uDF3B\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCF2\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDD50-\uDD59\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC50-\uDC6C\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD50-\uDD59\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDDA0-\uDDA9\uDEE0-\uDEF2\uDF02\uDF04-\uDF10\uDF12-\uDF33\uDF50-\uDF59\uDFB0\uDFC0-\uDFD4]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883\uD885-\uD887][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2F\uDC41-\uDC46]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDE70-\uDEBE\uDEC0-\uDEC9\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF50-\uDF59\uDF5B-\uDF61\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE96\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD32\uDD50-\uDD52\uDD55\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD834[\uDEC0-\uDED3\uDEE0-\uDEF3\uDF60-\uDF78]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD837[\uDF00-\uDF1E\uDF25-\uDF2A]|\uD838[\uDC30-\uDC6D\uDD00-\uDD2C\uDD37-\uDD3D\uDD40-\uDD49\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB\uDEF0-\uDEF9]|\uD839[\uDCD0-\uDCEB\uDCF0-\uDCF9\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDCC7-\uDCCF\uDD00-\uDD43\uDD4B\uDD50-\uDD59]|\uD83B[\uDC71-\uDCAB\uDCAD-\uDCAF\uDCB1-\uDCB4\uDD01-\uDD2D\uDD2F-\uDD3D\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD83C[\uDD00-\uDD0C]|\uD83E[\uDFF0-\uDFF9]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF39\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A\uDF50-\uDFFF]|\uD888[\uDC00-\uDFAF])/))){var i=r[1]||r[2]||"";if(!i||i&&(""===n||this.rules.inline.punctuation.exec(n))){var a,o,u=r[0].length-1,l=u,c=0,s="*"===r[0][0]?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(s.lastIndex=0,t=t.slice(-1*e.length+u);null!=(r=s.exec(t));)if(a=r[1]||r[2]||r[3]||r[4]||r[5]||r[6])if(o=a.length,r[3]||r[4])l+=o;else if(!((r[5]||r[6])&&u%3)||(u+o)%3){if(!((l-=o)>0)){o=Math.min(o,o+l+c);var f=e.slice(0,u+r.index+(r[0].length-a.length)+o);if(Math.min(u,o)%2){var d=f.slice(1,-1);return{type:"em",raw:f,text:d,tokens:this.lexer.inlineTokens(d)}}var h=f.slice(2,-2);return{type:"strong",raw:f,text:h,tokens:this.lexer.inlineTokens(h)}}}else c+=o}}}},{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=Yf(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=Yf(this.options.mangle?t(i[1]):i[1])):n=Yf(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=Yf(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=Yf(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]):Yf(r[0]):r[0]:Yf(this.options.smartypants?t(r[0]):r[0]),{type:"text",raw:r[0],text:n}}}]),e}(),sd={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:nd,lheading:/^((?:.|\n(?!\n))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,text:/^[^\n]+/,_label:/(?!\s*\])(?:\\.|[^\[\]\\])+/,_title:/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/};sd.def=Qf(sd.def).replace("label",sd._label).replace("title",sd._title).getRegex(),sd.bullet=/(?:[*+-]|\d{1,9}[.)])/,sd.listItemStart=Qf(/^( *)(bull) */).replace("bull",sd.bullet).getRegex(),sd.list=Qf(sd.list).replace(/bull/g,sd.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+sd.def.source+")").getRegex(),sd._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",sd._comment=/<!--(?!-?>)[\s\S]*?(?:-->|$)/,sd.html=Qf(sd.html,"i").replace("comment",sd._comment).replace("tag",sd._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),sd.paragraph=Qf(sd._paragraph).replace("hr",sd.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",sd._tag).getRegex(),sd.blockquote=Qf(sd.blockquote).replace("paragraph",sd.paragraph).getRegex(),sd.normal=rd({},sd),sd.gfm=rd({},sd.normal,{table:"^ *([^\\n ].*\\|.*)\\n {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"}),sd.gfm.table=Qf(sd.gfm.table).replace("hr",sd.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",sd._tag).getRegex(),sd.gfm.paragraph=Qf(sd._paragraph).replace("hr",sd.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("table",sd.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",sd._tag).getRegex(),sd.pedantic=rd({},sd.normal,{html:Qf("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:\"[^\"]*\"|'[^']*'|\\s[^'\"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",sd._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:nd,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:Qf(sd.normal._paragraph).replace("hr",sd.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",sd.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});var fd={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:nd,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:nd,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,punctuation:/^([\spunctuation])/};function dd(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 hd(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}fd._punctuation="!\"#$%&'()+\\-.,/:;<=>?@\\[\\]`^{|}~",fd.punctuation=Qf(fd.punctuation).replace(/punctuation/g,fd._punctuation).getRegex(),fd.blockSkip=/\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g,fd.escapedEmSt=/(?:^|[^\\])(?:\\\\)*\\[*_]/g,fd._comment=Qf(sd._comment).replace("(?:--\x3e|$)","--\x3e").getRegex(),fd.emStrong.lDelim=Qf(fd.emStrong.lDelim).replace(/punct/g,fd._punctuation).getRegex(),fd.emStrong.rDelimAst=Qf(fd.emStrong.rDelimAst,"g").replace(/punct/g,fd._punctuation).getRegex(),fd.emStrong.rDelimUnd=Qf(fd.emStrong.rDelimUnd,"g").replace(/punct/g,fd._punctuation).getRegex(),fd._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g,fd._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,fd._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])?)+(?![-_])/,fd.autolink=Qf(fd.autolink).replace("scheme",fd._scheme).replace("email",fd._email).getRegex(),fd._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,fd.tag=Qf(fd.tag).replace("comment",fd._comment).replace("attribute",fd._attribute).getRegex(),fd._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,fd._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,fd._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,fd.link=Qf(fd.link).replace("label",fd._label).replace("href",fd._href).replace("title",fd._title).getRegex(),fd.reflink=Qf(fd.reflink).replace("label",fd._label).replace("ref",sd._label).getRegex(),fd.nolink=Qf(fd.nolink).replace("ref",sd._label).getRegex(),fd.reflinkSearch=Qf(fd.reflinkSearch,"g").replace("reflink",fd.reflink).replace("nolink",fd.nolink).getRegex(),fd.normal=rd({},fd),fd.pedantic=rd({},fd.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:Qf(/^!?\[(label)\]\((.*?)\)/).replace("label",fd._label).getRegex(),reflink:Qf(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",fd._label).getRegex()}),fd.gfm=rd({},fd.normal,{escape:Qf(fd.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.!#$%&'*+\/=?_`{\|}~-]+@)))/}),fd.gfm.url=Qf(fd.gfm.url,"i").replace("email",fd.gfm._extended_email).getRegex(),fd.breaks=rd({},fd.gfm,{br:Qf(fd.br).replace("{2,}","*").getRegex(),text:Qf(fd.gfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()});var pd=function(){function e(t){Ft(this,e),this.tokens=[],this.tokens.links=Object.create(null),this.options=t||Pf,this.options.tokenizer=this.options.tokenizer||new cd,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:sd.normal,inline:fd.normal};this.options.pedantic?(n.block=sd.pedantic,n.inline=fd.pedantic):this.options.gfm&&(n.block=sd.gfm,this.options.breaks?n.inline=fd.breaks:n.inline=fd.gfm),this.tokenizer.rules=n}return Bt(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]:[];for(e=this.options.pedantic?e.replace(/\t/g," ").replace(/^ +$/gm,""):e.replace(/^( *)(\t+)/gm,(function(e,t,n){return t+" ".repeat(n.length)}));e;)if(!(this.options.extensions&&this.options.extensions.block&&this.options.extensions.block.some((function(n){return!!(t=n.call({lexer:a},e,o))&&(e=e.substring(t.raw.length),o.push(t),!0)}))))if(t=this.tokenizer.space(e))e=e.substring(t.raw.length),1===t.raw.length&&o.length>0?o[o.length-1].raw+="\n":o.push(t);else if(t=this.tokenizer.code(e))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,this.inlineQueue[this.inlineQueue.length-1].src=n.text);else if(t=this.tokenizer.fences(e))e=e.substring(t.raw.length),o.push(t);else if(t=this.tokenizer.heading(e))e=e.substring(t.raw.length),o.push(t);else if(t=this.tokenizer.hr(e))e=e.substring(t.raw.length),o.push(t);else if(t=this.tokenizer.blockquote(e))e=e.substring(t.raw.length),o.push(t);else if(t=this.tokenizer.list(e))e=e.substring(t.raw.length),o.push(t);else if(t=this.tokenizer.html(e))e=e.substring(t.raw.length),o.push(t);else if(t=this.tokenizer.def(e))e=e.substring(t.raw.length),!(n=o[o.length-1])||"paragraph"!==n.type&&"text"!==n.type?this.tokens.links[t.tag]||(this.tokens.links[t.tag]={href:t.href,title:t.title}):(n.raw+="\n"+t.raw,n.text+="\n"+t.raw,this.inlineQueue[this.inlineQueue.length-1].src=n.text);else if(t=this.tokenizer.table(e))e=e.substring(t.raw.length),o.push(t);else if(t=this.tokenizer.lheading(e))e=e.substring(t.raw.length),o.push(t);else if(r=e,this.options.extensions&&this.options.extensions.startBlock&&function(){var t=1/0,n=e.slice(1),i=void 0;a.options.extensions.startBlock.forEach((function(e){"number"===typeof(i=e.call({lexer:this},n))&&i>=0&&(t=Math.min(t,i))})),t<1/0&&t>=0&&(r=e.substring(0,t+1))}(),this.state.top&&(t=this.tokenizer.paragraph(r)))n=o[o.length-1],i&&"paragraph"===n.type?(n.raw+="\n"+t.raw,n.text+="\n"+t.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=n.text):o.push(t),i=r.length!==e.length,e=e.substring(t.raw.length);else if(t=this.tokenizer.text(e))e=e.substring(t.raw.length),(n=o[o.length-1])&&"text"===n.type?(n.raw+="\n"+t.raw,n.text+="\n"+t.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=n.text):o.push(t);else if(e){var u="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(u);break}throw new Error(u)}return this.state.top=!0,o}},{key:"inline",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return this.inlineQueue.push({src:e,tokens:t}),t}},{key:"inlineTokens",value:function(e){var t,n,r,i,a,o,u=this,l=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],c=e;if(this.tokens.links){var s=Object.keys(this.tokens.links);if(s.length>0)for(;null!=(i=this.tokenizer.rules.inline.reflinkSearch.exec(c));)s.includes(i[0].slice(i[0].lastIndexOf("[")+1,-1))&&(c=c.slice(0,i.index)+"["+ud("a",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)+"["+ud("a",i[0].length-2)+"]"+c.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(i=this.tokenizer.rules.inline.escapedEmSt.exec(c));)c=c.slice(0,i.index+i[0].length-2)+"++"+c.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex),this.tokenizer.rules.inline.escapedEmSt.lastIndex--;for(;e;)if(a||(o=""),a=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some((function(n){return!!(t=n.call({lexer:u},e,l))&&(e=e.substring(t.raw.length),l.push(t),!0)}))))if(t=this.tokenizer.escape(e))e=e.substring(t.raw.length),l.push(t);else if(t=this.tokenizer.tag(e))e=e.substring(t.raw.length),(n=l[l.length-1])&&"text"===t.type&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):l.push(t);else if(t=this.tokenizer.link(e))e=e.substring(t.raw.length),l.push(t);else if(t=this.tokenizer.reflink(e,this.tokens.links))e=e.substring(t.raw.length),(n=l[l.length-1])&&"text"===t.type&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):l.push(t);else if(t=this.tokenizer.emStrong(e,c,o))e=e.substring(t.raw.length),l.push(t);else if(t=this.tokenizer.codespan(e))e=e.substring(t.raw.length),l.push(t);else if(t=this.tokenizer.br(e))e=e.substring(t.raw.length),l.push(t);else if(t=this.tokenizer.del(e))e=e.substring(t.raw.length),l.push(t);else if(t=this.tokenizer.autolink(e,hd))e=e.substring(t.raw.length),l.push(t);else if(this.state.inLink||!(t=this.tokenizer.url(e,hd))){if(r=e,this.options.extensions&&this.options.extensions.startInline&&function(){var t=1/0,n=e.slice(1),i=void 0;u.options.extensions.startInline.forEach((function(e){"number"===typeof(i=e.call({lexer:this},n))&&i>=0&&(t=Math.min(t,i))})),t<1/0&&t>=0&&(r=e.substring(0,t+1))}(),t=this.tokenizer.inlineText(r,dd))e=e.substring(t.raw.length),"_"!==t.raw.slice(-1)&&(o=t.raw.slice(-1)),a=!0,(n=l[l.length-1])&&"text"===n.type?(n.raw+=t.raw,n.text+=t.text):l.push(t);else if(e){var f="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(f);break}throw new Error(f)}}else e=e.substring(t.raw.length),l.push(t);return l}}],[{key:"rules",get:function(){return{block:sd,inline:fd}}},{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}(),vd=function(){function e(t){Ft(this,e),this.options=t||Pf}return Bt(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+Yf(r)+'">'+(n?e:Yf(e,!0))+"</code></pre>\n":"<pre><code>"+(n?e:Yf(e,!0))+"</code></pre>\n"}},{key:"blockquote",value:function(e){return"<blockquote>\n".concat(e,"</blockquote>\n")}},{key:"html",value:function(e){return e}},{key:"heading",value:function(e,t,n,r){if(this.options.headerIds){var 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=Zf(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=Zf(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}(),md=function(){function e(){Ft(this,e)}return Bt(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}(),yd=function(){function e(){Ft(this,e),this.seen={}}return Bt(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}(),gd=function(){function e(t){Ft(this,e),this.options=t||Pf,this.options.renderer=this.options.renderer||new vd,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new md,this.slugger=new yd}return Bt(e,[{key:"parse",value:function(e){var t,n,r,i,a,o,u,l,c,s,f,d,h,p,v,m,y,g,_,b=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],D="",w=e.length;for(t=0;t<w;t++)if(s=e[t],!(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[s.type])||!1===(_=this.options.extensions.renderers[s.type].call({parser:this},s))&&["space","hr","heading","code","table","blockquote","list","html","paragraph","text"].includes(s.type))switch(s.type){case"space":continue;case"hr":D+=this.renderer.hr();continue;case"heading":D+=this.renderer.heading(this.parseInline(s.tokens),s.depth,qf(this.parseInline(s.tokens,this.textRenderer)),this.slugger);continue;case"code":D+=this.renderer.code(s.text,s.lang,s.escaped);continue;case"table":for(l="",u="",i=s.header.length,n=0;n<i;n++)u+=this.renderer.tablecell(this.parseInline(s.header[n].tokens),{header:!0,align:s.align[n]});for(l+=this.renderer.tablerow(u),c="",i=s.rows.length,n=0;n<i;n++){for(u="",a=(o=s.rows[n]).length,r=0;r<a;r++)u+=this.renderer.tablecell(this.parseInline(o[r].tokens),{header:!1,align:s.align[r]});c+=this.renderer.tablerow(u)}D+=this.renderer.table(l,c);continue;case"blockquote":c=this.parse(s.tokens),D+=this.renderer.blockquote(c);continue;case"list":for(f=s.ordered,d=s.start,h=s.loose,i=s.items.length,c="",n=0;n<i;n++)m=(v=s.items[n]).checked,y=v.task,p="",v.task&&(g=this.renderer.checkbox(m),h?v.tokens.length>0&&"paragraph"===v.tokens[0].type?(v.tokens[0].text=g+" "+v.tokens[0].text,v.tokens[0].tokens&&v.tokens[0].tokens.length>0&&"text"===v.tokens[0].tokens[0].type&&(v.tokens[0].tokens[0].text=g+" "+v.tokens[0].tokens[0].text)):v.tokens.unshift({type:"text",text:g}):p+=g),p+=this.parse(v.tokens,h),c+=this.renderer.listitem(p,y,m);D+=this.renderer.list(c,f,d);continue;case"html":D+=this.renderer.html(s.text);continue;case"paragraph":D+=this.renderer.paragraph(this.parseInline(s.tokens));continue;case"text":for(c=s.tokens?this.parseInline(s.tokens):s.text;t+1<w&&"text"===e[t+1].type;)c+="\n"+((s=e[++t]).tokens?this.parseInline(s.tokens):s.text);D+=b?this.renderer.paragraph(c):c;continue;default:var x='Token with "'+s.type+'" type was not found.';if(this.options.silent)return void console.error(x);throw new Error(x)}else D+=_||"";return D}},{key:"parseInline",value:function(e,t){t=t||this.renderer;var n,r,i,a="",o=e.length;for(n=0;n<o;n++)if(r=e[n],!(this.options.extensions&&this.options.extensions.renderers&&this.options.extensions.renderers[r.type])||!1===(i=this.options.extensions.renderers[r.type].call({parser:this},r))&&["escape","html","link","image","strong","em","codespan","br","del","text"].includes(r.type))switch(r.type){case"escape":case"text":a+=t.text(r.text);break;case"html":a+=t.html(r.text);break;case"link":a+=t.link(r.href,r.title,this.parseInline(r.tokens,t));break;case"image":a+=t.image(r.href,r.title,r.text);break;case"strong":a+=t.strong(this.parseInline(r.tokens,t));break;case"em":a+=t.em(this.parseInline(r.tokens,t));break;case"codespan":a+=t.codespan(r.text);break;case"br":a+=t.br();break;case"del":a+=t.del(this.parseInline(r.tokens,t));break;default:var u='Token with "'+r.type+'" type was not found.';if(this.options.silent)return void console.error(u);throw new Error(u)}else a+=i||"";return a}}],[{key:"parse",value:function(t,n){return new e(n).parse(t)}},{key:"parseInline",value:function(t,n){return new e(n).parseInline(t)}}]),e}();function _d(e,t,n){if("undefined"===typeof e||null===e)throw new Error("marked(): input parameter is undefined or null");if("string"!==typeof e)throw new Error("marked(): input parameter is of type "+Object.prototype.toString.call(e)+", string expected");if("function"===typeof t&&(n=t,t=null),od(t=rd({},_d.defaults,t||{})),n){var r,i=t.highlight;try{r=pd.lex(e,t)}catch(s){return n(s)}var a=function(e){var a;if(!e)try{t.walkTokens&&_d.walkTokens(r,t.walkTokens),a=gd.parse(r,t)}catch(s){e=s}return t.highlight=i,e?n(e):n(null,a)};if(!i||i.length<3)return a();if(delete t.highlight,!r.length)return a();var o=0;return _d.walkTokens(r,(function(e){"code"===e.type&&(o++,setTimeout((function(){i(e.text,e.lang,(function(t,n){if(t)return a(t);null!=n&&n!==e.text&&(e.text=n,e.escaped=!0),0===--o&&a()}))}),0))})),void(0===o&&a())}function u(e){if(e.message+="\nPlease report this to https://github.com/markedjs/marked.",t.silent)return"<p>An error occurred:</p><pre>"+Yf(e.message+"",!0)+"</pre>";throw e}try{var l=pd.lex(e,t);if(t.walkTokens){if(t.async)return Promise.all(_d.walkTokens(l,t.walkTokens)).then((function(){return gd.parse(l,t)})).catch(u);_d.walkTokens(l,t.walkTokens)}return gd.parse(l,t)}catch(s){u(s)}}_d.options=_d.setOptions=function(e){var t;return rd(_d.defaults,e),t=_d.defaults,Pf=t,_d},_d.getDefaults=Lf,_d.defaults=Pf,_d.use=function(){for(var e=_d.defaults.extensions||{renderers:{},childTokens:{}},t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];n.forEach((function(t){var n=rd({},t);if(n.async=_d.defaults.async||n.async,t.extensions&&(t.extensions.forEach((function(t){if(!t.name)throw new Error("extension name required");if(t.renderer){var n=e.renderers[t.name];e.renderers[t.name]=n?function(){for(var e=arguments.length,r=new Array(e),i=0;i<e;i++)r[i]=arguments[i];var a=t.renderer.apply(this,r);return!1===a&&(a=n.apply(this,r)),a}:t.renderer}if(t.tokenizer){if(!t.level||"block"!==t.level&&"inline"!==t.level)throw new Error("extension level must be 'block' or 'inline'");e[t.level]?e[t.level].unshift(t.tokenizer):e[t.level]=[t.tokenizer],t.start&&("block"===t.level?e.startBlock?e.startBlock.push(t.start):e.startBlock=[t.start]:"inline"===t.level&&(e.startInline?e.startInline.push(t.start):e.startInline=[t.start]))}t.childTokens&&(e.childTokens[t.name]=t.childTokens)})),n.extensions=e),t.renderer&&function(){var e=_d.defaults.renderer||new vd,r=function(n){var r=e[n];e[n]=function(){for(var i=arguments.length,a=new Array(i),o=0;o<i;o++)a[o]=arguments[o];var u=t.renderer[n].apply(e,a);return!1===u&&(u=r.apply(e,a)),u}};for(var i in t.renderer)r(i);n.renderer=e}(),t.tokenizer&&function(){var e=_d.defaults.tokenizer||new cd,r=function(n){var r=e[n];e[n]=function(){for(var i=arguments.length,a=new Array(i),o=0;o<i;o++)a[o]=arguments[o];var u=t.tokenizer[n].apply(e,a);return!1===u&&(u=r.apply(e,a)),u}};for(var i in t.tokenizer)r(i);n.tokenizer=e}(),t.walkTokens){var r=_d.defaults.walkTokens;n.walkTokens=function(e){var n=[];return n.push(t.walkTokens.call(this,e)),r&&(n=n.concat(r.call(this,e))),n}}_d.setOptions(n)}))},_d.walkTokens=function(e,t){var n,r=[],i=zo(e);try{var a=function(){var e=n.value;switch(r=r.concat(t.call(_d,e)),e.type){case"table":var i,a=zo(e.header);try{for(a.s();!(i=a.n()).done;){var o=i.value;r=r.concat(_d.walkTokens(o.tokens,t))}}catch(d){a.e(d)}finally{a.f()}var u,l=zo(e.rows);try{for(l.s();!(u=l.n()).done;){var c,s=zo(u.value);try{for(s.s();!(c=s.n()).done;){var f=c.value;r=r.concat(_d.walkTokens(f.tokens,t))}}catch(d){s.e(d)}finally{s.f()}}}catch(d){l.e(d)}finally{l.f()}break;case"list":r=r.concat(_d.walkTokens(e.items,t));break;default:_d.defaults.extensions&&_d.defaults.extensions.childTokens&&_d.defaults.extensions.childTokens[e.type]?_d.defaults.extensions.childTokens[e.type].forEach((function(n){r=r.concat(_d.walkTokens(e[n],t))})):e.tokens&&(r=r.concat(_d.walkTokens(e.tokens,t)))}};for(i.s();!(n=i.n()).done;)a()}catch(o){i.e(o)}finally{i.f()}return r},_d.parseInline=function(e,t){if("undefined"===typeof e||null===e)throw new Error("marked.parseInline(): input parameter is undefined or null");if("string"!==typeof e)throw new Error("marked.parseInline(): input parameter is of type "+Object.prototype.toString.call(e)+", string expected");od(t=rd({},_d.defaults,t||{}));try{var n=pd.lexInline(e,t);return t.walkTokens&&_d.walkTokens(n,t.walkTokens),gd.parseInline(n,t)}catch(s){if(s.message+="\nPlease report this to https://github.com/markedjs/marked.",t.silent)return"<p>An error occurred:</p><pre>"+Yf(s.message+"",!0)+"</pre>";throw s}},_d.Parser=gd,_d.parser=gd.parse,_d.Renderer=vd,_d.TextRenderer=md,_d.Lexer=pd,_d.lexer=pd.lex,_d.Tokenizer=cd,_d.Slugger=yd,_d.parse=_d;_d.options,_d.setOptions,_d.use,_d.walkTokens,_d.parseInline,gd.parse,pd.lex;var bd=function(e){var t=e.title,n=e.description,r=e.unit,i=e.expr,a=e.showLegend,o=e.filename,u=e.alias,l=yi().period,c=Ea().customStep,s=gi(),f=ie(null),d=St(ee(!0),2),h=d[0],p=d[1],v=St(ee({limits:{enable:!1,range:{1:[0,0]}}}),2),m=v[0],g=v[1],_=oe((function(){return Array.isArray(i)&&i.every((function(e){return e}))}),[i]),b=yf({predefinedQuery:_?i:[],display:"chart",visible:h,customStep:c}),D=b.isLoading,w=b.graphData,x=b.error,A=b.warning,k=function(e){var t=dr({},m);t.limits.range=e,g(t)};if(ne((function(){var e=new IntersectionObserver((function(e){e.forEach((function(e){return p(e.isIntersecting)}))}),{threshold:.1});return f.current&&e.observe(f.current),function(){f.current&&e.unobserve(f.current)}}),[]),!_)return Fr(Ra,{variant:"error",children:[Fr("code",{children:'"expr"'})," not found. Check the configuration file ",Fr("b",{children:o}),"."]});var C=function(){return Fr("div",{className:"vm-predefined-panel-header__description vm-default-styles",children:[n&&Fr(y,{children:[Fr("div",{children:[Fr("span",{children:"Description:"}),Fr("div",{dangerouslySetInnerHTML:{__html:_d.parse(n)}})]}),Fr("hr",{})]}),Fr("div",{children:[Fr("span",{children:"Queries:"}),Fr("div",{children:i.map((function(e,t){return Fr("div",{children:e},"".concat(t,"_").concat(e))}))})]})]})};return Fr("div",{className:"vm-predefined-panel",ref:f,children:[Fr("div",{className:"vm-predefined-panel-header",children:[Fr(Za,{title:Fr(C,{}),children:Fr("div",{className:"vm-predefined-panel-header__info",children:Fr(Fi,{})})}),Fr("h3",{className:"vm-predefined-panel-header__title",children:t||""}),Fr(Df,{yaxis:m,setYaxisLimits:k,toggleEnableLimits:function(){var e=dr({},m);e.limits.enable=!e.limits.enable,g(e)}})]}),Fr("div",{className:"vm-predefined-panel-body",children:[D&&Fr(wf,{}),x&&Fr(Ra,{variant:"error",children:x}),A&&Fr(Ra,{variant:"warning",children:A}),w&&Fr(nf,{data:w,period:l,customStep:c,query:i,yaxis:m,unit:r,alias:u,showLegend:a,setYaxisLimits:k,setPeriod:function(e){var t=e.from,n=e.to;s({type:"SET_PERIOD",payload:{from:t,to:n}})},fullWidth:!1})]})]})},Dd=function(e){var t=e.index,n=e.title,r=e.panels,i=e.filename,a=oa(document.body),o=oe((function(){return a.width/12}),[a]),u=St(ee(!t),2),l=u[0],c=u[1],s=St(ee([]),2),f=s[0],d=s[1];ne((function(){d(r&&r.map((function(e){return e.width||12})))}),[r]);var h=St(ee({start:0,target:0,enable:!1}),2),p=h[0],v=h[1],m=function(e){if(p.enable){var t=p.start,n=Math.ceil((t-e.clientX)/o);if(!(Math.abs(n)>=12)){var r=f.map((function(e,t){return e-(t===p.target?n:0)}));d(r)}}},y=function(){v(dr(dr({},p),{},{enable:!1}))},g=function(e){return function(t){!function(e,t){v({start:e.clientX,target:t,enable:!0})}(t,e)}};return ne((function(){return window.addEventListener("mousemove",m),window.addEventListener("mouseup",y),function(){window.removeEventListener("mousemove",m),window.removeEventListener("mouseup",y)}}),[p]),Fr("div",{className:"vm-predefined-dashboard",children:Fr(_o,{defaultExpanded:l,onChange:function(e){return c(e)},title:Fr((function(){return Fr("div",{className:la()({"vm-predefined-dashboard-header":!0,"vm-predefined-dashboard-header_open":l}),children:[(n||i)&&Fr("span",{className:"vm-predefined-dashboard-header__title",children:n||"".concat(t+1,". ").concat(i)}),r&&Fr("span",{className:"vm-predefined-dashboard-header__count",children:["(",r.length," panels)"]})]})}),{}),children:Fr("div",{className:"vm-predefined-dashboard-panels",children:Array.isArray(r)&&r.length?r.map((function(e,t){return Fr("div",{className:"vm-predefined-dashboard-panels-panel vm-block vm-block_empty-padding",style:{gridColumn:"span ".concat(f[t])},children:[Fr(bd,{title:e.title,description:e.description,unit:e.unit,expr:e.expr,alias:e.alias,filename:i,showLegend:e.showLegend}),Fr("button",{className:"vm-predefined-dashboard-panels-panel__resizer",onMouseDown:g(t)})]},t)})):Fr("div",{className:"vm-predefined-dashboard-panels-panel__alert",children:Fr(Ra,{variant:"error",children:[Fr("code",{children:'"panels"'})," not found. Check the configuration file ",Fr("b",{children:i}),"."]})})})})})},wd=function(){!function(){var e=yi(),t=e.duration,n=e.relativeTime,r=e.period.date,i=Ea().customStep,a=function(){var e,a=Tf((sr(e={},"g0.range_input",t),sr(e,"g0.end_input",r),sr(e,"g0.step_input",i),sr(e,"g0.relative_time",n),e));kr(a)};ne(a,[t,n,r,i]),ne(a,[])}();var e=qa(),t=e.dashboardsSettings,n=e.dashboardsLoading,r=e.dashboardsError,i=St(ee(0),2),a=i[0],o=i[1],u=oe((function(){return t.map((function(e,t){return{label:e.title||"",value:t}}))}),[t]),l=oe((function(){return t[a]||{}}),[t,a]),c=oe((function(){return null===l||void 0===l?void 0:l.rows}),[l]),s=oe((function(){return l.title||l.filename||""}),[l]),f=oe((function(){return Array.isArray(c)&&!!c.length}),[c]),d=function(e){return function(){!function(e){o(e)}(e)}};return Fr("div",{className:"vm-predefined-panels",children:[n&&Fr(wf,{}),r&&Fr(Ra,{variant:"error",children:r}),!t.length&&Fr(Ra,{variant:"info",children:"Dashboards not found"}),u.length>1&&Fr("div",{className:"vm-predefined-panels-tabs vm-block",children:u.map((function(e){return Fr("div",{className:la()({"vm-predefined-panels-tabs__tab":!0,"vm-predefined-panels-tabs__tab_active":e.value==a}),onClick:d(e.value),children:e.label},e.value)}))}),Fr("div",{className:"vm-predefined-panels__dashboards",children:[f&&c.map((function(e,t){return Fr(Dd,{index:t,filename:s,title:e.title,panels:e.panels},"".concat(a,"_").concat(t))})),!!t.length&&!f&&Fr(Ra,{variant:"error",children:[Fr("code",{children:'"rows"'})," not found. Check the configuration file ",Fr("b",{children:s}),"."]})]})]})},xd=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)},Ad=function(){function e(){Ft(this,e),this.tsdbStatus=void 0,this.tabsNames=void 0,this.tsdbStatus=this.defaultTSDBStatus,this.tabsNames=["table","graph"]}return Bt(e,[{key:"tsdbStatusData",get:function(){return this.tsdbStatus},set:function(e){this.tsdbStatus=e}},{key:"defaultTSDBStatus",get:function(){return{totalSeries:0,totalLabelValuePairs:0,seriesCountByMetricName:[],seriesCountByLabelName:[],seriesCountByFocusLabelValue:[],seriesCountByLabelValuePair:[],labelValueCountByLabelName:[]}}},{key:"keys",value:function(e){var t=[];return e&&(t=t.concat("seriesCountByFocusLabelValue")),t=t.concat("seriesCountByMetricName","seriesCountByLabelName","seriesCountByLabelValuePair","labelValueCountByLabelName"),t}},{key:"defaultState",get:function(){var e=this;return this.keys("job").reduce((function(t,n){return dr(dr({},t),{},{tabs:dr(dr({},t.tabs),{},sr({},n,e.tabsNames)),containerRefs:dr(dr({},t.containerRefs),{},sr({},n,ie(null))),defaultActiveTab:dr(dr({},t.defaultActiveTab),{},sr({},n,0))})}),{tabs:{},containerRefs:{},defaultActiveTab:{}})}},{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:"tablesHeaders",get:function(){return{seriesCountByMetricName:kd,seriesCountByLabelName:Cd,seriesCountByFocusLabelValue:Ed,seriesCountByLabelValuePair:Sd,labelValueCountByLabelName:Nd}}},{key:"totalSeries",value:function(e){return"labelValueCountByLabelName"===e?-1:this.tsdbStatus.totalSeries}}]),e}(),kd=[{id:"name",label:"Metric name"},{id:"value",label:"Number of series"},{id:"percentage",label:"Percent of series"},{id:"action",label:"Action"}],Cd=[{id:"name",label:"Label name"},{id:"value",label:"Number of series"},{id:"percentage",label:"Percent of series"},{id:"action",label:"Action"}],Ed=[{id:"name",label:"Label value"},{id:"value",label:"Number of series"},{id:"percentage",label:"Percent of series"},{disablePadding:!1,id:"action",label:"Action",numeric:!1}],Sd=[{id:"name",label:"Label=value pair"},{id:"value",label:"Number of series"},{id:"percentage",label:"Percent of series"},{id:"action",label:"Action"}],Nd=[{id:"name",label:"Label name"},{id:"value",label:"Number of unique values"},{id:"action",label:"Action"}],Fd={seriesCountByMetricName:function(e,t){return Od("__name__",t)},seriesCountByLabelName:function(e,t){return"{".concat(t,'!=""}')},seriesCountByFocusLabelValue:function(e,t){return Od(e,t)},seriesCountByLabelValuePair:function(e,t){var n=t.split("="),r=n[0],i=n.slice(1).join("=");return Od(r,i)},labelValueCountByLabelName:function(e,t){return"{".concat(t,'!=""}')}},Od=function(e,t){return e?"{"+e+"="+JSON.stringify(t)+"}":""},Td=function(e){var t=e.topN,n=e.error,r=e.query,i=e.onSetHistory,a=e.onRunQuery,o=e.onSetQuery,u=e.onTopNChange,l=e.onFocusLabelChange,c=e.totalSeries,s=e.totalLabelValuePairs,f=e.date,d=e.match,h=e.focusLabel,p=xi().autocomplete,v=Ai(),m=xf().queryOptions,y=oe((function(){return t<1?"Number must be bigger than zero":""}),[t]);return Fr("div",{className:"vm-cardinality-configurator vm-block",children:[Fr("div",{className:"vm-cardinality-configurator-controls",children:[Fr("div",{className:"vm-cardinality-configurator-controls__query",children:Fr(af,{value:r||d||"",autocomplete:p,options:m,error:n,onArrowUp:function(){i(-1)},onArrowDown:function(){i(1)},onEnter:a,onChange:o,label:"Time series selector"})}),Fr("div",{className:"vm-cardinality-configurator-controls__item",children:Fr(ho,{label:"Number of entries per table",type:"number",value:t,error:y,onChange:u})}),Fr("div",{className:"vm-cardinality-configurator-controls__item",children:Fr(ho,{label:"Focus label",type:"text",value:h||"",onChange:l})}),Fr("div",{className:"vm-cardinality-configurator-controls__item",children:Fr(cf,{label:"Autocomplete",value:p,onChange:function(){v({type:"TOGGLE_AUTOCOMPLETE"})}})})]}),Fr("div",{className:"vm-cardinality-configurator-bottom",children:[Fr("div",{className:"vm-cardinality-configurator-bottom__info",children:["Analyzed ",Fr("b",{children:c})," series with ",Fr("b",{children:s}),' "label=value" pairs at ',Fr("b",{children:f}),d&&Fr("span",{children:[" for series selector ",Fr("b",{children:d})]}),". Show top ",t," entries per table."]}),Fr(Qa,{startIcon:Fr(Ui,{}),onClick:a,children:"Execute Query"})]})]})};function Md(e){var t=e.order,n=e.orderBy,r=e.onRequestSort,i=e.headerCells;return Fr("thead",{className:"vm-table-header",children:Fr("tr",{className:"vm-table__row vm-table__row_header",children:i.map((function(e){return Fr("th",{className:la()({"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:Fr("div",{className:"vm-table-cell__content",children:[e.label,"action"!==e.id&&"percentage"!==e.id&&Fr("div",{className:la()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":n===e.id,"vm-table__sort-icon_desc":"desc"===t&&n===e.id}),children:Fr(Li,{})})]})},e.id);var i}))})})}function Bd(e,t,n){return t[n]<e[n]?-1:t[n]>e[n]?1:0}function Id(e,t){return"desc"===e?function(e,n){return Bd(e,n,t)}:function(e,n){return-Bd(e,n,t)}}function Ld(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 Pd=function(e){var t=e.rows,n=e.headerCells,r=e.defaultSortColumn,i=e.tableCells,a=St(ee("desc"),2),o=a[0],u=a[1],l=St(ee(r),2),c=l[0],s=l[1],f=St(ee([]),2),d=f[0],h=f[1],p=function(e){return function(){var t=d.indexOf(e),n=[];-1===t?n=n.concat(d,e):0===t?n=n.concat(d.slice(1)):t===d.length-1?n=n.concat(d.slice(0,-1)):t>0&&(n=n.concat(d.slice(0,t),d.slice(t+1))),h(n)}},v=Ld(t,Id(o,c));return Fr("table",{className:"vm-table",children:[Fr(Md,{numSelected:d.length,order:o,orderBy:c,onSelectAllClick:function(e){if(e.target.checked){var n=t.map((function(e){return e.name}));h(n)}else h([])},onRequestSort:function(e,t){u(c===t&&"asc"===o?"desc":"asc"),s(t)},rowCount:t.length,headerCells:n}),Fr("tbody",{className:"vm-table-header",children:v.map((function(e){return Fr("tr",{className:la()({"vm-table__row":!0,"vm-table__row_selected":(t=e.name,-1!==d.indexOf(t))}),onClick:p(e.name),children:i(e)},e.name);var t}))})]})},zd=function(e){var t=e.row,n=e.totalSeries,r=e.onActionClick,i=n>0?t.value/n*100:-1;return Fr(y,{children:[Fr("td",{className:"vm-table-cell",children:t.name},t.name),Fr("td",{className:"vm-table-cell",children:t.value},t.value),i>0&&Fr("td",{className:"vm-table-cell",children:Fr(Af,{value:i})},t.progressValue),Fr("td",{className:"vm-table-cell vm-table-cell_right",children:Fr("div",{className:"vm-table-cell__content",children:Fr(Za,{title:"Filter by ".concat(t.name),children:Fr(Qa,{variant:"text",size:"small",onClick:function(){r(t.name)},children:Fr(Yi,{})})})})},"action")]})},Rd=function(e){var t=e.data,n=e.container,r=e.configs,i=ie(null),a=St(ee(),2),o=a[0],u=a[1],l=oa(n),c=dr(dr({},r),{},{width:l.width||400});return ne((function(){if(i.current){var e=new Ts(c,t,i.current);return u(e),e.destroy}}),[i.current,l]),ne((function(){o&&o.setData(t)}),[t]),Fr("div",{style:{height:"100%"},children:Fr("div",{ref:i})})},jd=function(e,t){return Math.round(e*(t=Math.pow(10,t)))/t},$d=1,Hd=function(e,t,n,r){return jd(t+e*(n+r),6)},Ud=function(e,t,n,r,i){var a=1-t,o=n===$d?a/(e-1):2===n?a/e:3===n?a/(e+1):0;(isNaN(o)||o===1/0)&&(o=0);var u=n===$d?0:2===n?o/2:3===n?o:0,l=t/e,c=jd(l,6);if(null==r)for(var s=0;s<e;s++)i(s,Hd(s,u,l,o),c);else i(r,Hd(r,u,l,o),c)},Yd=function(e,t,n,r,i,a){return e>=n&&e<=i&&t>=r&&t<=a};function Vd(e,t,n,r,i){var a=this;a.x=e,a.y=t,a.w=n,a.h=r,a.l=i||0,a.o=[],a.q=null}var qd={split:function(){var e=this,t=e.x,n=e.y,r=e.w/2,i=e.h/2,a=e.l+1;e.q=[new Vd(t+r,n,r,i,a),new Vd(t,n,r,i,a),new Vd(t,n+i,r,i,a),new Vd(t+r,n+i,r,i,a)]},quads:function(e,t,n,r,i){var a=this,o=a.q,u=a.x+a.w/2,l=a.y+a.h/2,c=t<l,s=e<u,f=e+n>u,d=t+r>l;c&&f&&i(o[0]),s&&c&&i(o[1]),s&&d&&i(o[2]),f&&d&&i(o[3])},add:function(e){var t=this;if(null!=t.q)t.quads(e.x,e.y,e.w,e.h,(function(t){t.add(e)}));else{var n=t.o;if(n.push(e),n.length>10&&t.l<4){t.split();for(var r=function(e){var r=n[e];t.quads(r.x,r.y,r.w,r.h,(function(e){e.add(r)}))},i=0;i<n.length;i++)r(i);t.o.length=0}}},get:function(e,t,n,r,i){for(var a=this,o=a.o,u=0;u<o.length;u++)i(o[u]);null!=a.q&&a.quads(e,t,n,r,(function(a){a.get(e,t,n,r,i)}))},clear:function(){this.o.length=0,this.q=null}};Object.assign(Vd.prototype,qd),n.g.Quadtree=Vd;var Wd,Qd,Gd,Jd,Zd,Kd={height:500,width:500,padding:[null,0,null,0],axes:[{show:!1}],series:[{label:"",value:function(e,t){return t}},{label:" ",width:0,fill:"",values:function(e,t){var n=e.legend.idxs||[];if(null===e.data||0===n.length)return{Name:null,Value:null};var r=n[t]||0;return{Name:e.data[0][r],Value:e.data[t][r]}}}],plugins:[function(e){var t,n,r,i=e.ignore,a=void 0===i?[]:i,o=null!==(t=e.radius)&&void 0!==t?t:0;function u(){n=devicePixelRatio,r=Math.round(10*n)+"px Arial"}u(),window.addEventListener("dppxchange",u);var l,c,s=e.ori,f=e.dir,d=e.stacked,h=.9,p=$d,v=$d;function m(e,t){var n=Array.from({length:t},(function(){return{offs:Array(e).fill(0),size:Array(e).fill(0)}}));return Ud(e,h,p,null,(function(e,r,i){Ud(t,1,v,null,(function(t){n[t].offs[e]=r,n[t].size[e]=i}))})),n}var y,g=Ts.paths.bars({radius:o,disp:dr({x0:{unit:2,values:function(e,t){return l[t].offs}},size:{unit:2,values:function(e,t){return l[t].size}}},e.disp),each:function(e,t,n,r,i,a,o){r-=e.bbox.left,i-=e.bbox.top,y.add({x:r,y:i,w:a,h:o,sidx:t,didx:n})}});function _(e,t){e.ctx.save(),e.ctx.font=r,e.ctx.fillStyle="black",Ts.orient(e,t,(function(n,r,i,a,o,u,c,d,h,p,v){var m=f*(0===s?1:-1),y=Math.round(l[t].size[0]*p);l[t].offs.forEach((function(t,n){if(null!==i[n]){var r=p*t,a=Math.round(d+(1===m?r:p-r-y)),u=Math.round(y),l=c(i[n],o,v,h),f=0===s?Math.round(a+u/2):Math.round(l),g=0===s?Math.round(l):Math.round(a+u/2);e.ctx.textAlign=0===s?"center":i[n]>=0?"left":"right",e.ctx.textBaseline=1===s?"middle":i[n]>=0?"bottom":"top",e.ctx.fillText(i[n],f,g)}}))})),e.ctx.restore()}function b(e,t,n){return[0,Ts.rangeNum(0,n,.05,!0)[1]]}return{hooks:{drawClear:function(t){var n;if((y=y||new Vd(0,0,t.bbox.width,t.bbox.height)).clear(),t.series.forEach((function(e){e._paths=null})),l=d?[null].concat(m(t.data.length-1-a.length,t.data[0].length)):2===t.series.length?[null].concat(m(t.data[0].length,1)):[null].concat(function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:h,r=Array.from({length:t},(function(){return{offs:Array(e).fill(0),size:Array(e).fill(0)}}));return Ud(e,n,p,null,(function(e,n,i){Ud(t,1,v,null,(function(t,a,o){r[t].offs[e]=n+i*a,r[t].size[e]=i*o}))})),r}(t.data[0].length,t.data.length-1-a.length,1===t.data[0].length?1:h)),null!=(null===(n=e.disp)||void 0===n?void 0:n.fill)){c=[null];for(var r=1;r<t.data.length;r++)c.push({fill:e.disp.fill.values(t,r),stroke:e.disp.stroke.values(t,r)})}}},opts:function(e,t){var r,i={range:b,ori:0===s?1:0};Ts.assign(t,{select:{show:!1},cursor:{x:!1,y:!1,dataIdx:function(e,t){if(1===t){r=null;var i=e.cursor.left*n,a=e.cursor.top*n;y.get(i,a,1,1,(function(e){Yd(i,a,e.x,e.y,e.x+e.w,e.y+e.h)&&(r=e)}))}return r&&t===r.sidx?r.didx:null},points:{bbox:function(e,t){var i=r&&t===r.sidx;return{left:i?r.x/n:-10,top:i?r.y/n:-10,width:i?r.w/n:0,height:i?r.h/n:0}}}},scales:{x:{time:!1,distr:2,ori:s,dir:f,range:function(e,t,n){t=0,n=Math.max(1,e.data[0].length-1);var r=0;Ud(e.data[0].length,h,p,0,(function(e,t,n){r=t+n/2}));var i=n-t;if(.5===r)t-=i;else{var a=(1/(1-2*r)*i-i)/2;t-=a,n+=a}return[t,n]}},rend:i,size:i,mem:i,inter:i,toggle:i}}),1===s&&(t.padding=[0,null,0,null]),Ts.assign(t.axes[0],{splits:function(e){var t=f*(0===s?1:-1),n=e._data[0].slice();return 1===t?n:n.reverse()},values:function(e){return e.data[0]},gap:15,size:0===s?40:150,labelSize:20,grid:{show:!1},ticks:{show:!1},side:0===s?2:3}),t.series.forEach((function(e,t){t>0&&!a.includes(t)&&Ts.assign(e,{paths:g,points:{show:_}})}))}}}((Wd=[1],Qd=0,Gd=1,Jd=0,Zd=function(e,t){return{stroke:e,fill:t}}({unit:3,values:function(e){return e.data[1].map((function(e,t){return 0!==t?"#33BB55":"#F79420"}))}},{unit:3,values:function(e){return e.data[1].map((function(e,t){return 0!==t?"#33BB55":"#F79420"}))}}),{which:Wd,ori:Qd,dir:Gd,radius:Jd,disp:Zd}))]},Xd=function(e){var t=e.rows,n=e.activeTab,r=e.onChange,i=e.tabs,a=e.chartContainer,o=e.totalSeries,u=e.tabId,l=e.onActionClick,c=e.sectionTitle,s=e.tableHeaderCells,f=oe((function(){return i.map((function(e,t){return{value:String(t),label:e,icon:Fr(0===t?qi:Vi,{})}}))}),[i]);return Fr("div",{className:"vm-metrics-content vm-block",children:[Fr("div",{className:"vm-metrics-content-header vm-section-header",children:[Fr("h5",{className:"vm-section-header__title",children:c}),Fr("div",{className:"vm-section-header__tabs",children:Fr(ha,{activeItem:String(n),items:f,onChange:function(e){r(e,u)}})})]}),Fr("div",{ref:a,children:[0===n&&Fr(Pd,{rows:t,headerCells:s,defaultSortColumn:"value",tableCells:function(e){return Fr(zd,{row:e,totalSeries:o,onActionClick:l})}}),1===n&&Fr(Rd,{data:[t.map((function(e){return e.name})),t.map((function(e){return e.value})),t.map((function(e,t){return t%12==0?1:t%10==0?2:0}))],container:(null===a||void 0===a?void 0:a.current)||null,configs:Kd})]})]})},eh=function(){var e=Ta(),t=e.topN,n=e.match,r=e.date,i=e.focusLabel,a=Ma();!function(){var e=Ta(),t=e.topN,n=e.match,r=e.date,i=e.focusLabel,a=e.extraLabel,o=function(){var e=Tf({topN:t,date:r,match:n,extraLabel:a,focusLabel:i});kr(e)};ne(o,[t,n,r,i,a]),ne(o,[])}();var o=St(ee(n||""),2),u=o[0],l=o[1],c=St(ee(0),2),s=c[0],f=c[1],d=St(ee([]),2),h=d[0],p=d[1],v=function(){var e=new Ad,t=Ta(),n=t.topN,r=t.extraLabel,i=t.match,a=t.date,o=t.runQuery,u=t.focusLabel,l=Tr().serverUrl,c=St(ee(!1),2),s=c[0],f=c[1],d=St(ee(),2),h=d[0],p=d[1],v=St(ee(e.defaultTSDBStatus),2),m=v[0],y=v[1];ne((function(){h&&(y(e.defaultTSDBStatus),f(!1))}),[h]);var g=function(){var t=Bo(To().mark((function t(n){var r,i,a,o;return To().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(l){t.next=2;break}return t.abrupt("return");case 2:return p(""),f(!0),y(e.defaultTSDBStatus),r=xd(l,n),t.prev=6,t.next=9,fetch(r);case 9:return i=t.sent,t.next=12,i.json();case 12:a=t.sent,i.ok?(o=a.data,y(dr({},o)),f(!1)):(p(a.error),y(e.defaultTSDBStatus),f(!1)),t.next=20;break;case 16:t.prev=16,t.t0=t.catch(6),f(!1),t.t0 instanceof Error&&p("".concat(t.t0.name,": ").concat(t.t0.message));case 20:case"end":return t.stop()}}),t,null,[[6,16]])})));return function(e){return t.apply(this,arguments)}}();return ne((function(){g({topN:n,extraLabel:r,match:i,date:a,focusLabel:u})}),[l,o,a]),e.tsdbStatusData=m,{isLoading:s,appConfigurator:e,error:h}}(),m=v.isLoading,y=v.appConfigurator,g=v.error,_=St(ee(y.defaultState.defaultActiveTab),2),b=_[0],D=_[1],w=y.tsdbStatusData,x=y.defaultState,A=y.tablesHeaders,k=function(e,t){D(dr(dr({},b),{},sr({},t,+e)))};return Fr("div",{className:"vm-cardinality-panel",children:[m&&Fr(wf,{message:"Please wait while cardinality stats is calculated. \n This may take some time if the db contains big number of time series."}),Fr(Td,{error:"",query:u,topN:t,date:r,match:n,totalSeries:w.totalSeries,totalLabelValuePairs:w.totalLabelValuePairs,focusLabel:i,onRunQuery:function(){p((function(e){return[].concat(Nt(e),[u])})),f((function(e){return e+1})),a({type:"SET_MATCH",payload:u}),a({type:"RUN_QUERY"})},onSetQuery:function(e){l(e)},onSetHistory:function(e){var t=s+e;t<0||t>=h.length||(f(t),l(h[t]))},onTopNChange:function(e){a({type:"SET_TOP_N",payload:+e})},onFocusLabelChange:function(e){a({type:"SET_FOCUS_LABEL",payload:e})}}),g&&Fr(Ra,{variant:"error",children:g}),y.keys(i).map((function(e){return Fr(Xd,{sectionTitle:y.sectionsTitles(i)[e],activeTab:b[e],rows:w[e],onChange:k,onActionClick:(t=e,function(e){var n=Fd[t](i,e);l(n),p((function(e){return[].concat(Nt(e),[n])})),f((function(e){return e+1})),a({type:"SET_MATCH",payload:n});var r="";"labelValueCountByLabelName"!==t&&"seriesCountByLabelName"!=t||(r=e),a({type:"SET_FOCUS_LABEL",payload:r}),a({type:"RUN_QUERY"})}),tabs:x.tabs[e],chartContainer:x.containerRefs[e],totalSeries:y.totalSeries(e),tabId:e,tableHeaderCells:A[e]},e);var t}))]})},th=function(e){var t=e.rows,n=e.columns,r=St(ee(e.defaultOrderBy||"count"),2),i=r[0],a=r[1],o=St(ee("desc"),2),u=o[0],l=o[1],c=oe((function(){return Ld(t,Id(u,i))}),[t,i,u]),s=function(e){return function(){var t;t=e,l((function(e){return"asc"===e&&i===t?"desc":"asc"})),a(t)}};return Fr("table",{className:"vm-table",children:[Fr("thead",{className:"vm-table-header",children:Fr("tr",{className:"vm-table__row vm-table__row_header",children:n.map((function(e){return Fr("th",{className:"vm-table-cell vm-table-cell_header vm-table-cell_sort",onClick:s(e.key),children:Fr("div",{className:"vm-table-cell__content",children:[e.title||e.key,Fr("div",{className:la()({"vm-table__sort-icon":!0,"vm-table__sort-icon_active":i===e.key,"vm-table__sort-icon_desc":"desc"===u&&i===e.key}),children:Fr(Li,{})})]})},e.key)}))})}),Fr("tbody",{className:"vm-table-body",children:c.map((function(e,t){return Fr("tr",{className:"vm-table__row",children:n.map((function(t){return Fr("td",{className:"vm-table-cell",children:e[t.key]||"-"},t.key)}))},t)}))})]})},nh=["table","JSON"].map((function(e,t){return{value:String(t),label:e,icon:Fr(0===t?qi:Wi,{})}})),rh=function(e){var t=e.rows,n=e.title,r=e.columns,i=e.defaultOrderBy,a=St(ee(0),2),o=a[0],u=a[1];return Fr("div",{className:"vm-top-queries-panel vm-block",children:[Fr("div",{className:"vm-top-queries-panel-header vm-section-header",children:[Fr("h5",{className:"vm-section-header__title",children:n}),Fr("div",{className:"vm-section-header__tabs",children:Fr(ha,{activeItem:String(o),items:nh,onChange:function(e){u(+e)}})})]}),Fr("div",{children:[0===o&&Fr(th,{rows:t,columns:r,defaultOrderBy:i}),1===o&&Fr(gf,{data:t})]})]})},ih=function(){var e=function(){var e=Tr().serverUrl,t=Pa(),n=t.topN,r=t.maxLifetime,i=t.runQuery,a=St(ee(null),2),o=a[0],u=a[1],l=St(ee(!1),2),c=l[0],s=l[1],f=St(ee(),2),d=f[0],h=f[1],p=oe((function(){return function(e,t,n){return"".concat(e,"/api/v1/status/top_queries?topN=").concat(t||"","&maxLifetime=").concat(n||"")}(e,n,r)}),[e,n,r]),v=function(){var e=Bo(To().mark((function e(){var t,n;return To().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return s(!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,t.ok&&["topByAvgDuration","topByCount","topBySumDuration"].forEach((function(e){var t=n[e];Array.isArray(t)&&t.forEach((function(e){return e.timeRangeHours=+(e.timeRangeSeconds/3600).toFixed(2)}))})),u(t.ok?n:null),h(String(n.error||"")),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&"AbortError"!==e.t0.name&&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)}}();return ne((function(){v()}),[i]),{data:o,error:d,loading:c}}(),t=e.data,n=e.error,r=e.loading,i=Pa(),a=i.topN,o=i.maxLifetime,u=le(La).dispatch;!function(){var e=Pa(),t=e.topN,n=e.maxLifetime,r=function(){var e=Tf({topN:String(t),maxLifetime:n});kr(e)};ne(r,[t,n]),ne(r,[])}();var l=oe((function(){var e=o.trim().split(" ").reduce((function(e,t){var n=qr(t);return n?dr(dr({},e),n):dr({},e)}),{});return!!_t().duration(e).asMilliseconds()}),[o]),c=oe((function(){return!!a&&a<1}),[a]),s=oe((function(){return c?"Number must be bigger than zero":""}),[c]),f=oe((function(){return l?"":"Invalid duration value"}),[l]),d=function(e){if(!t)return e;var n=t[e];return"number"===typeof n?Ls(n):n||e},h=function(){u({type:"SET_RUN_QUERY"})},p=function(e){"Enter"===e.key&&h()};return ne((function(){t&&(a||u({type:"SET_TOP_N",payload:+t.topN}),o||u({type:"SET_MAX_LIFE_TIME",payload:t.maxLifetime}))}),[t]),Fr("div",{className:"vm-top-queries",children:[r&&Fr(wf,{containerStyles:{height:"500px"}}),Fr("div",{className:"vm-top-queries-controls vm-block",children:[Fr("div",{className:"vm-top-queries-controls__fields",children:[Fr(ho,{label:"Max lifetime",value:o,error:f,helperText:"For example ".concat("30ms, 15s, 3d4h, 1y2w"),onChange:function(e){u({type:"SET_MAX_LIFE_TIME",payload:e})},onKeyDown:p}),Fr(ho,{label:"Number of returned queries",type:"number",value:a||"",error:s,onChange:function(e){u({type:"SET_TOP_N",payload:+e})},onKeyDown:p})]}),Fr("div",{className:"vm-top-queries-controls-bottom",children:[Fr("div",{className:"vm-top-queries-controls-bottom__info",children:["VictoriaMetrics tracks the last\xa0",Fr(Za,{title:"search.queryStats.lastQueriesCount",children:Fr("b",{children:d("search.queryStats.lastQueriesCount")})}),"\xa0queries with durations at least\xa0",Fr(Za,{title:"search.queryStats.minQueryDuration",children:Fr("b",{children:d("search.queryStats.minQueryDuration")})})]}),Fr("div",{className:"vm-top-queries-controls-bottom__button",children:Fr(Qa,{startIcon:Fr(Ui,{}),onClick:h,children:"Execute"})})]})]}),n&&Fr(Ra,{variant:"error",children:n}),t&&Fr(y,{children:Fr("div",{className:"vm-top-queries-panels",children:[Fr(rh,{rows:t.topByCount,title:"Most frequently executed queries",columns:[{key:"query"},{key:"timeRangeHours",title:"time range, hours"},{key:"count"}]}),Fr(rh,{rows:t.topByAvgDuration,title:"Most heavy queries",columns:[{key:"query"},{key:"avgDurationSeconds",title:"avg duration, seconds"},{key:"timeRangeHours",title:"time range, hours"},{key:"count"}],defaultOrderBy:"avgDurationSeconds"}),Fr(rh,{rows:t.topBySumDuration,title:"Queries with most summary time to execute",columns:[{key:"query"},{key:"sumDurationSeconds",title:"sum duration, seconds"},{key:"timeRangeHours",title:"time range, hours"},{key:"count"}],defaultOrderBy:"sumDurationSeconds"})]})})]})},ah=["primary","secondary","error","warning","info","success"],oh=function(e){var t=e.setLoadingTheme,n=yr().palette,r=void 0===n?{}:n,i=function(){ah.forEach((function(e){var t=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"}(ia("color-".concat(e)));aa("".concat(e,"-text"),t)}))};return ne((function(){ah.forEach((function(e){var t=r[e];t&&aa("color-".concat(e),t)})),function(){var e=window,t=e.innerWidth,n=e.innerHeight,r=document.documentElement,i=r.clientWidth,a=r.clientHeight;aa("scrollbar-width","".concat(t-i,"px")),aa("scrollbar-height","".concat(n-a,"px"))}(),i(),t(!1)}),[]),null},uh=function(){var e=St(ee(!1),2),t=e[0],n=e[1],r=St(ee([]),2),i=r[0],a=r[1],o=St(ee([]),2),u=o[0],l=o[1],c=oe((function(){return!!i.length}),[i]),f=function(){n(!0)},d=function(){n(!1)},h=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";l((function(n){return[{filename:t,text:": ".concat(e.message)}].concat(Nt(n))}))},p=function(e,t){try{var n=JSON.parse(e),r=n.trace||n;if(!r.duration_msec)return void h(new Error(ao.traceNotFound),t);var i=new mf(r,t);a((function(e){return[i].concat(Nt(e))}))}catch(s){s instanceof Error&&h(s,t)}},v=function(e){l([]),Array.from(e.target.files||[]).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);p(r,n)},t.readAsText(e)})),e.target.value=""},m=function(e){return function(){!function(e){l((function(t){return t.filter((function(t,n){return n!==e}))}))}(e)}};ne((function(){kr({})}),[]);var y=function(){return Fr("div",{className:"vm-trace-page-controls",children:[Fr(Qa,{variant:"outlined",onClick:f,children:"Paste JSON"}),Fr(Za,{title:"The file must contain tracing information in JSON format",children:Fr(Qa,{children:["Upload Files",Fr("input",{id:"json",type:"file",accept:"application/json",multiple:!0,title:" ",onChange:v})]})})]})};return Fr("div",{className:"vm-trace-page",children:[Fr("div",{className:"vm-trace-page-header",children:[Fr("div",{className:"vm-trace-page-header-errors",children:u.map((function(e,t){return Fr("div",{className:"vm-trace-page-header-errors-item",children:[Fr(Ra,{variant:"error",children:[Fr("b",{className:"vm-trace-page-header-errors-item__filename",children:e.filename}),Fr("span",{children:e.text})]}),Fr(Qa,{className:"vm-trace-page-header-errors-item__close",startIcon:Fr(Si,{}),variant:"text",color:"error",onClick:m(t)})]},"".concat(e,"_").concat(t))}))}),Fr("div",{children:c&&Fr(y,{})})]}),c&&Fr("div",{children:Fr(Ef,{jsonEditor:!0,traces:i,onDeleteClick:function(e){var t=i.filter((function(t){return t.idValue!==e.idValue}));a(Nt(t))}})}),!c&&Fr("div",{className:"vm-trace-page-preview",children:[Fr("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",Fr("a",{className:"vm-link vm-link_colored",href:"https://docs.victoriametrics.com/#query-tracing",target:"_blank",rel:"noreferrer",children:"https://docs.victoriametrics.com/#query-tracing"}),"\n","Tracing graph will be displayed after file upload."]}),Fr(y,{})]}),t&&Fr(mo,{title:"Paste JSON",onClose:d,children:Fr(Cf,{editable:!0,displayTitle:!0,defaultTile:"JSON ".concat(i.length+1),onClose:d,onUpload:p})})]})},lh=function(e){var t=Tr().serverUrl,n=yi().period,r=St(ee([]),2),i=r[0],a=r[1],o=St(ee(!1),2),u=o[0],l=o[1],c=St(ee(),2),s=c[0],f=c[1],d=oe((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 ne((function(){if(e){var t=function(){var e=Bo(To().mark((function e(){var t,n,r;return To().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return l(!0),e.prev=1,e.next=4,fetch(d);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],a(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?f(void 0):f("".concat(n.errorType,"\r\n").concat(null===n||void 0===n?void 0:n.error)),e.next=16;break;case 13:e.prev=13,e.t0=e.catch(1),e.t0 instanceof Error&&f("".concat(e.t0.name,": ").concat(e.t0.message));case 16:l(!1);case 17:case"end":return e.stop()}}),e,null,[[1,13]])})));return function(){return e.apply(this,arguments)}}();t().catch(console.error)}}),[d]),{instances:i,isLoading:u,error:s}},ch=function(e,t){var n=Tr().serverUrl,r=yi().period,i=St(ee([]),2),a=i[0],o=i[1],u=St(ee(!1),2),l=u[0],c=u[1],s=St(ee(),2),f=s[0],d=s[1],h=oe((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=St(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,r,e,t)}),[n,r,e,t]);return ne((function(){if(e){var t=function(){var e=Bo(To().mark((function e(){var t,n,r;return To().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]),{names:a,isLoading:l,error:f}},sh=function(e){var t=e.name,n=e.job,r=e.instance,i=e.rateEnabled,a=e.isBucket,o=e.height,u=Ea(),l=u.customStep,c=u.yaxis,s=yi().period,f=Sa(),d=gi(),h=St(ee(!1),2),p=h[0],v=h[1],m=oe((function(){var e=Object.entries({job:n,instance:r}).filter((function(e){return e[1]})).map((function(e){var t=St(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 o="{".concat(e.join(","),"}");if(a)return r?'\nlabel_map(\n histogram_quantiles("__name__", 0.5, 0.95, 0.99, sum(rate('.concat(o,')) by (vmrange, le)),\n "__name__",\n "0.5", "q50",\n "0.95", "q95",\n "0.99", "q99",\n)'):"\nwith (q = histogram_quantile(0.95, sum(rate(".concat(o,')) by (instance, vmrange, le))) (\n alias(min(q), "q95min"),\n alias(max(q), "q95max"),\n alias(avg(q), "q95avg"),\n)');var u=i?"rollup_rate(".concat(o,")"):"rollup(".concat(o,")");return"\nwith (q = ".concat(u,') (\n alias(min(label_match(q, "rollup", "min")), "min"),\n alias(max(label_match(q, "rollup", "max")), "max"),\n alias(avg(label_match(q, "rollup", "avg")), "avg"),\n)')}),[t,n,r,i,a]),y=yf({predefinedQuery:[m],visible:!0,customStep:l,showAllSeries:p}),g=y.isLoading,_=y.graphData,b=y.error,D=y.warning;return Fr("div",{className:"vm-explore-metrics-graph",children:[g&&Fr(wf,{}),b&&Fr(Ra,{variant:"error",children:b}),D&&Fr(Ra,{variant:"warning",children:Fr("div",{className:"vm-explore-metrics-graph__warning",children:[Fr("p",{children:D}),Fr(Qa,{color:"warning",variant:"outlined",onClick:function(){v(!0)},children:"Show all"})]})}),_&&s&&Fr(nf,{data:_,period:s,customStep:l,query:[m],yaxis:c,setYaxisLimits:function(e){f({type:"SET_YAXIS_LIMITS",payload:e})},setPeriod:function(e){var t=e.from,n=e.to;d({type:"SET_PERIOD",payload:{from:t,to:n}})},showLegend:!1,height:o})]})},fh=function(e){var t=e.name,n=e.index,r=e.isBucket,i=e.rateEnabled,a=e.onChangeRate,o=e.onRemoveItem,u=e.onChangeOrder;return Fr("div",{className:"vm-explore-metrics-item-header",children:[Fr("div",{className:"vm-explore-metrics-item-header-order",children:[Fr(Za,{title:"move graph up",children:Fr(Qa,{className:"vm-explore-metrics-item-header-order__up",startIcon:Fr(Ii,{}),variant:"text",color:"gray",size:"small",onClick:function(){u(t,n,n-1)}})}),Fr("div",{className:"vm-explore-metrics-item-header__index",children:["#",n+1]}),Fr(Za,{title:"move graph down",children:Fr(Qa,{className:"vm-explore-metrics-item-header-order__down",startIcon:Fr(Ii,{}),variant:"text",color:"gray",size:"small",onClick:function(){u(t,n,n+1)}})})]}),Fr("div",{className:"vm-explore-metrics-item-header__name",children:t}),!r&&Fr(Za,{title:"calculates the average per-second speed of metric's change",children:Fr(cf,{label:Fr("span",{children:["enable ",Fr("code",{children:"rate()"})]}),value:i,onChange:a})}),Fr("div",{className:"vm-explore-metrics-item-header__layout",children:Fr(Za,{title:"close graph",children:Fr(Qa,{startIcon:Fr(Si,{}),variant:"text",color:"gray",size:"small",onClick:function(){o(t)}})})})]})},dh=function(e){var t=e.name,n=e.job,r=e.instance,i=e.index,a=e.size,o=e.onRemoveItem,u=e.onChangeOrder,l=oe((function(){return/_sum?|_total?|_count?/.test(t)}),[t]),c=oe((function(){return/_bucket?/.test(t)}),[t]),s=St(ee(l),2),f=s[0],d=s[1],h=oa(document.body),p=oe(a.height,[a,h]);return ne((function(){d(l)}),[n]),Fr("div",{className:"vm-explore-metrics-item vm-block vm-block_empty-padding",children:[Fr(fh,{name:t,index:i,isBucket:c,rateEnabled:f,size:a.id,onChangeRate:d,onRemoveItem:o,onChangeOrder:u}),Fr(sh,{name:t,job:n,instance:r,rateEnabled:f,isBucket:c,height:p},"".concat(t,"_").concat(n,"_").concat(r,"_").concat(f))]})},hh=function(e){var t=e.value,n=e.list,r=e.label,i=e.placeholder,a=e.noOptionsText,o=e.clearable,u=void 0!==o&&o,l=e.autofocus,c=e.onChange,s=St(ee(""),2),f=s[0],d=s[1],h=ie(null),p=St(ee(!1),2),v=p[0],m=p[1],y=ie(null),g=oe((function(){return Array.isArray(t)}),[t]),_=oe((function(){return Array.isArray(t)?t:void 0}),[g,t]),b=oe((function(){return v?f:Array.isArray(t)?"":t}),[t,f,v,g]),D=oe((function(){return v?f||"(.+)":""}),[f,v]),w=function(){y.current&&y.current.blur()},x=function(e){c(e),g||(m(!1),w()),g&&y.current&&y.current.focus()},A=function(e){return function(t){x(e),t.stopPropagation()}},k=function(e){y.current!==e.target&&m(!1)};return ne((function(){d(""),v&&y.current&&y.current.focus(),v||w()}),[v,y]),ne((function(){l&&y.current&&y.current.focus()}),[l,y]),ne((function(){return window.addEventListener("keyup",k),function(){window.removeEventListener("keyup",k)}}),[]),Fr("div",{className:"vm-select",children:[Fr("div",{className:"vm-select-input",onClick:function(e){e.target instanceof HTMLInputElement||m((function(e){return!e}))},ref:h,children:[Fr("div",{className:"vm-select-input-content",children:[_&&_.map((function(e){return Fr("div",{className:"vm-select-input-content__selected",children:[e,Fr("div",{onClick:A(e),children:Fr(Si,{})})]},e)})),Fr("input",{value:b,type:"text",placeholder:i,onInput:function(e){d(e.target.value)},onFocus:function(){m(!0)},ref:y})]}),r&&Fr("span",{className:"vm-text-field__label",children:r}),u&&t&&Fr("div",{className:"vm-select-input__icon",onClick:A(""),children:Fr(Si,{})}),Fr("div",{className:la()({"vm-select-input__icon":!0,"vm-select-input__icon_open":v}),children:Fr(Li,{})})]}),Fr(rf,{value:D,options:n,anchor:h,selected:_,maxWords:10,minLength:0,fullWidth:!0,noOptionsText:a,onSelect:x,onOpenAutocomplete:m})]})},ph=Ar.map((function(e){return e.id})),vh=function(e){var t=e.jobs,n=e.instances,r=e.names,i=e.job,a=e.instance,o=e.size,u=e.selectedMetrics,l=e.onChangeJob,c=e.onChangeInstance,s=e.onToggleMetric,f=e.onChangeSize,d=oe((function(){return i?"":"No instances. Please select job"}),[i]),h=oe((function(){return i?"":"No metric names. Please select job"}),[i]);return Fr("div",{className:"vm-explore-metrics-header vm-block",children:[Fr("div",{className:"vm-explore-metrics-header__job",children:Fr(hh,{value:i,list:t,label:"Job",placeholder:"Please select job",onChange:l,autofocus:!i})}),Fr("div",{className:"vm-explore-metrics-header__instance",children:Fr(hh,{value:a,list:n,label:"Instance",placeholder:"Please select instance",onChange:c,noOptionsText:d,clearable:!0})}),Fr("div",{className:"vm-explore-metrics-header__size",children:Fr(hh,{label:"Size graphs",value:o,list:ph,onChange:f})}),Fr("div",{className:"vm-explore-metrics-header-metrics",children:Fr(hh,{value:u,list:r,placeholder:"Search metric name",onChange:s,noOptionsText:h,clearable:!0})})]})},mh=Cr("job",""),yh=Cr("instance",""),gh=Cr("metrics",""),_h=Cr("size",""),bh=Ar.find((function(e){return _h?e.id===_h:e.isDefault}))||Ar[0],Dh=function(){var e=St(ee(mh),2),t=e[0],n=e[1],r=St(ee(yh),2),i=r[0],a=r[1],o=St(ee(gh?gh.split("&"):[]),2),u=o[0],l=o[1],c=St(ee(bh),2),s=c[0],f=c[1];!function(e){var t=e.job,n=e.instance,r=e.metrics,i=e.size,a=yi(),o=a.duration,u=a.relativeTime,l=a.period.date,c=Ea().customStep,s=function(){var e,a=Tf((sr(e={},"g0.range_input",o),sr(e,"g0.end_input",l),sr(e,"g0.step_input",c),sr(e,"g0.relative_time",u),sr(e,"size",i),sr(e,"job",t),sr(e,"instance",n),sr(e,"metrics",r),e));kr(a)};ne(s,[o,u,l,c,t,n,r,i]),ne(s,[])}({job:t,instance:i,metrics:u.join("&"),size:s.id});var d=function(){var e=Tr().serverUrl,t=yi().period,n=St(ee([]),2),r=n[0],i=n[1],a=St(ee(!1),2),o=a[0],u=a[1],l=St(ee(),2),c=l[0],s=l[1],f=oe((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 ne((function(){var e=function(){var e=Bo(To().mark((function e(){var t,n,r;return To().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return u(!0),e.prev=1,e.next=4,fetch(f);case 4:return t=e.sent,e.next=7,t.json();case 7:n=e.sent,r=n.data||[],i(r.sort((function(e,t){return e.localeCompare(t)}))),t.ok?s(void 0):s("".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&&s("".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)}),[f]),{jobs:r,isLoading:o,error:c}}(),h=d.jobs,p=d.isLoading,v=d.error,m=lh(t),y=m.instances,g=m.isLoading,_=m.error,b=ch(t,i),D=b.names,w=b.isLoading,x=b.error,A=oe((function(){return p||g||w}),[p,g,w]),k=oe((function(){return v||_||x}),[v,_,x]),C=function(e){l(e?function(t){return t.includes(e)?t.filter((function(t){return t!==e})):[].concat(Nt(t),[e])}:[])},E=function(e,t,n){var r=n>u.length-1;n<0||r||l((function(e){var r=Nt(e),i=St(r.splice(t,1),1)[0];return r.splice(n,0,i),r}))};return ne((function(){i&&y.length&&!y.includes(i)&&a("")}),[y,i]),Fr("div",{className:"vm-explore-metrics",children:[Fr(vh,{jobs:h,instances:y,names:D,job:t,size:s.id,instance:i,selectedMetrics:u,onChangeJob:n,onChangeSize:function(e){var t=Ar.find((function(t){return t.id===e}));t&&f(t)},onChangeInstance:a,onToggleMetric:C}),A&&Fr(wf,{}),k&&Fr(Ra,{variant:"error",children:k}),!t&&Fr(Ra,{variant:"info",children:"Please select job to see list of metric names."}),t&&!u.length&&Fr(Ra,{variant:"info",children:"Please select metric names to see the graphs."}),Fr("div",{className:"vm-explore-metrics-body",children:u.map((function(e,n){return Fr(dh,{name:e,job:t,instance:i,index:n,size:s,onRemoveItem:C,onChangeOrder:E},e)}))})]})},wh=function(){var e=$a().showInfoMessage,n=function(t){return function(){var n;n=t,navigator.clipboard.writeText("<".concat(n,"/>")),e({text:"<".concat(n,"/> has been copied"),type:"success"})}};return Fr("div",{className:"vm-preview-icons",children:Object.entries(t).map((function(e){var t=St(e,2),r=t[0],i=t[1];return Fr("div",{className:"vm-preview-icons-item",onClick:n(r),children:[Fr("div",{className:"vm-preview-icons-item__svg",children:i()}),Fr("div",{className:"vm-preview-icons-item__name",children:"<".concat(r,"/>")})]},r)}))})},xh=function(){var e=St(ee(!0),2),t=e[0],n=e[1];return Fr(y,t?{children:[Fr(wf,{}),Fr(oh,{setLoadingTheme:n}),";"]}:{children:Fr(ir,{children:Fr(Wa,{children:Fr(Kn,{children:Fr(Jn,{path:"/",element:Fr(Po,{}),children:[Fr(Jn,{path:mr.home,element:Fr(If,{})}),Fr(Jn,{path:mr.metrics,element:Fr(Dh,{})}),Fr(Jn,{path:mr.cardinality,element:Fr(eh,{})}),Fr(Jn,{path:mr.topQueries,element:Fr(ih,{})}),Fr(Jn,{path:mr.trace,element:Fr(uh,{})}),Fr(Jn,{path:mr.dashboards,element:Fr(wd,{})}),Fr(Jn,{path:mr.icons,element:Fr(wh,{})})]})})})})})},Ah=function(e){e&&n.e(27).then(n.bind(n,27)).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&&Ve(Fr(xh,{}),kh),Ah()}()}(); |