diff --git a/glances/outputs/static/js/components/plugin-processlist.vue b/glances/outputs/static/js/components/plugin-processlist.vue index b1061ac7..65ddf1d7 100644 --- a/glances/outputs/static/js/components/plugin-processlist.vue +++ b/glances/outputs/static/js/components/plugin-processlist.vue @@ -3,108 +3,117 @@ - - - - - - - - + + - - - - - - - - - - - + - - - - - - @@ -230,6 +239,9 @@ export default { }, getMemoryPercentAlert(process) { return GlancesHelper.getAlert('processlist', 'processlist_mem_', process.cpu_percent); + }, + getDisableStats() { + return GlancesHelper.getLimit('processlist', 'processlist_disable_stats') || []; } } }; diff --git a/glances/outputs/static/js/services.js b/glances/outputs/static/js/services.js index af598742..7896beca 100644 --- a/glances/outputs/static/js/services.js +++ b/glances/outputs/static/js/services.js @@ -21,6 +21,15 @@ class GlancesHelperService { this.limits = limits; } + getLimit(pluginName, limitName) { + if (this.limits[pluginName] != undefined) { + if (this.limits[pluginName][limitName] != undefined) { + return this.limits[pluginName][limitName] + } + } + return null + } + getAlert(pluginName, limitNamePrefix, current, maximum, log) { current = current || 0; maximum = maximum || 100; diff --git a/glances/outputs/static/public/glances.js b/glances/outputs/static/public/glances.js index c5ba46e8..0b279d9e 100644 --- a/glances/outputs/static/public/glances.js +++ b/glances/outputs/static/public/glances.js @@ -4,7 +4,7 @@ * @fileOverview Favico animations * @author Miroslav Magda, http://blog.ejci.net * @version 0.3.10 - */n=function(t){"use strict";t=t||{};var e,r,n,i,o,s,a,l,c,u,p,d,m,f,h,g,b={bgColor:"#d00",textColor:"#fff",fontFamily:"sans-serif",fontStyle:"bold",type:"circle",position:"down",animation:"slide",elementId:!1,dataUrl:!1,win:window};(m={}).ff="undefined"!=typeof InstallTrigger,m.chrome=!!window.chrome,m.opera=!!window.opera||navigator.userAgent.indexOf("Opera")>=0,m.ie=/*@cc_on!@*/!1,m.safari=Object.prototype.toString.call(window.HTMLElement).indexOf("Constructor")>0,m.supported=m.chrome||m.ff||m.opera;var y=[];p=function(){},l=d=!1;var v={ready:function(){l=!0,v.reset(),p()},reset:function(){l&&(y=[],c=!1,u=!1,s.clearRect(0,0,i,n),s.drawImage(a,0,0,i,n),k.setIcon(o),window.clearTimeout(f),window.clearTimeout(h))},start:function(){if(l&&!u&&y.length>0){u=!0;var t=function(){["type","animation","bgColor","textColor","fontFamily","fontStyle"].forEach((function(t){t in y[0].options&&(e[t]=y[0].options[t])})),S.run(y[0].options,(function(){c=y[0],u=!1,y.length>0&&(y.shift(),v.start())}),!1)};c?S.run(c.options,(function(){t()}),!0):t()}}},x={},w=function(t){return t.n="number"==typeof t.n?Math.abs(0|t.n):t.n,t.x=i*t.x,t.y=n*t.y,t.w=i*t.w,t.h=n*t.h,t.len=(""+t.n).length,t};function _(t){if(t.paused||t.ended||d)return!1;try{s.clearRect(0,0,i,n),s.drawImage(t,0,0,i,n)}catch(t){}h=setTimeout((function(){_(t)}),S.duration),k.setIcon(o)}x.circle=function(t){var r=!1;2===(t=w(t)).len?(t.x=t.x-.4*t.w,t.w=1.4*t.w,r=!0):t.len>=3&&(t.x=t.x-.65*t.w,t.w=1.65*t.w,r=!0),s.clearRect(0,0,i,n),s.drawImage(a,0,0,i,n),s.beginPath(),s.font=e.fontStyle+" "+Math.floor(t.h*(t.n>99?.85:1))+"px "+e.fontFamily,s.textAlign="center",r?(s.moveTo(t.x+t.w/2,t.y),s.lineTo(t.x+t.w-t.h/2,t.y),s.quadraticCurveTo(t.x+t.w,t.y,t.x+t.w,t.y+t.h/2),s.lineTo(t.x+t.w,t.y+t.h-t.h/2),s.quadraticCurveTo(t.x+t.w,t.y+t.h,t.x+t.w-t.h/2,t.y+t.h),s.lineTo(t.x+t.h/2,t.y+t.h),s.quadraticCurveTo(t.x,t.y+t.h,t.x,t.y+t.h-t.h/2),s.lineTo(t.x,t.y+t.h/2),s.quadraticCurveTo(t.x,t.y,t.x+t.h/2,t.y)):s.arc(t.x+t.w/2,t.y+t.h/2,t.h/2,0,2*Math.PI),s.fillStyle="rgba("+e.bgColor.r+","+e.bgColor.g+","+e.bgColor.b+","+t.o+")",s.fill(),s.closePath(),s.beginPath(),s.stroke(),s.fillStyle="rgba("+e.textColor.r+","+e.textColor.g+","+e.textColor.b+","+t.o+")","number"==typeof t.n&&t.n>999?s.fillText((t.n>9999?9:Math.floor(t.n/1e3))+"k+",Math.floor(t.x+t.w/2),Math.floor(t.y+t.h-.2*t.h)):s.fillText(t.n,Math.floor(t.x+t.w/2),Math.floor(t.y+t.h-.15*t.h)),s.closePath()},x.rectangle=function(t){2===(t=w(t)).len?(t.x=t.x-.4*t.w,t.w=1.4*t.w):t.len>=3&&(t.x=t.x-.65*t.w,t.w=1.65*t.w),s.clearRect(0,0,i,n),s.drawImage(a,0,0,i,n),s.beginPath(),s.font=e.fontStyle+" "+Math.floor(t.h*(t.n>99?.9:1))+"px "+e.fontFamily,s.textAlign="center",s.fillStyle="rgba("+e.bgColor.r+","+e.bgColor.g+","+e.bgColor.b+","+t.o+")",s.fillRect(t.x,t.y,t.w,t.h),s.fillStyle="rgba("+e.textColor.r+","+e.textColor.g+","+e.textColor.b+","+t.o+")","number"==typeof t.n&&t.n>999?s.fillText((t.n>9999?9:Math.floor(t.n/1e3))+"k+",Math.floor(t.x+t.w/2),Math.floor(t.y+t.h-.2*t.h)):s.fillText(t.n,Math.floor(t.x+t.w/2),Math.floor(t.y+t.h-.15*t.h)),s.closePath()};var k={};function A(t){t=t.replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i,(function(t,e,r,n){return e+e+r+r+n+n}));var e=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return!!e&&{r:parseInt(e[1],16),g:parseInt(e[2],16),b:parseInt(e[3],16)}}function E(t,e){var r,n={};for(r in t)n[r]=t[r];for(r in e)n[r]=e[r];return n}k.getIcon=function(){var t=!1;return e.element?t=e.element:e.elementId?(t=g.getElementById(e.elementId)).setAttribute("href",t.getAttribute("src")):(t=function(){for(var t=g.getElementsByTagName("head")[0].getElementsByTagName("link"),e=t.length-1;e>=0;e--)if(/(^|\s)icon(\s|$)/i.test(t[e].getAttribute("rel")))return t[e];return!1}(),!1===t&&((t=g.createElement("link")).setAttribute("rel","icon"),g.getElementsByTagName("head")[0].appendChild(t))),t.setAttribute("type","image/png"),t},k.setIcon=function(t){var n=t.toDataURL("image/png");if(e.dataUrl&&e.dataUrl(n),e.element)e.element.setAttribute("href",n),e.element.setAttribute("src",n);else if(e.elementId){var i=g.getElementById(e.elementId);i.setAttribute("href",n),i.setAttribute("src",n)}else if(m.ff||m.opera){var o=r;r=g.createElement("link"),m.opera&&r.setAttribute("rel","icon"),r.setAttribute("rel","icon"),r.setAttribute("type","image/png"),g.getElementsByTagName("head")[0].appendChild(r),r.setAttribute("href",n),o.parentNode&&o.parentNode.removeChild(o)}else r.setAttribute("href",n)};var S={duration:40,types:{}};return S.types.fade=[{x:.4,y:.4,w:.6,h:.6,o:0},{x:.4,y:.4,w:.6,h:.6,o:.1},{x:.4,y:.4,w:.6,h:.6,o:.2},{x:.4,y:.4,w:.6,h:.6,o:.3},{x:.4,y:.4,w:.6,h:.6,o:.4},{x:.4,y:.4,w:.6,h:.6,o:.5},{x:.4,y:.4,w:.6,h:.6,o:.6},{x:.4,y:.4,w:.6,h:.6,o:.7},{x:.4,y:.4,w:.6,h:.6,o:.8},{x:.4,y:.4,w:.6,h:.6,o:.9},{x:.4,y:.4,w:.6,h:.6,o:1}],S.types.none=[{x:.4,y:.4,w:.6,h:.6,o:1}],S.types.pop=[{x:1,y:1,w:0,h:0,o:1},{x:.9,y:.9,w:.1,h:.1,o:1},{x:.8,y:.8,w:.2,h:.2,o:1},{x:.7,y:.7,w:.3,h:.3,o:1},{x:.6,y:.6,w:.4,h:.4,o:1},{x:.5,y:.5,w:.5,h:.5,o:1},{x:.4,y:.4,w:.6,h:.6,o:1}],S.types.popFade=[{x:.75,y:.75,w:0,h:0,o:0},{x:.65,y:.65,w:.1,h:.1,o:.2},{x:.6,y:.6,w:.2,h:.2,o:.4},{x:.55,y:.55,w:.3,h:.3,o:.6},{x:.5,y:.5,w:.4,h:.4,o:.8},{x:.45,y:.45,w:.5,h:.5,o:.9},{x:.4,y:.4,w:.6,h:.6,o:1}],S.types.slide=[{x:.4,y:1,w:.6,h:.6,o:1},{x:.4,y:.9,w:.6,h:.6,o:1},{x:.4,y:.9,w:.6,h:.6,o:1},{x:.4,y:.8,w:.6,h:.6,o:1},{x:.4,y:.7,w:.6,h:.6,o:1},{x:.4,y:.6,w:.6,h:.6,o:1},{x:.4,y:.5,w:.6,h:.6,o:1},{x:.4,y:.4,w:.6,h:.6,o:1}],S.run=function(t,r,n,i){var s=S.types[g.hidden||g.msHidden||g.webkitHidden||g.mozHidden?"none":e.animation];i=!0===n?void 0!==i?i:s.length-1:void 0!==i?i:0,r=r||function(){},i=0?(x[e.type](E(t,s[i])),f=setTimeout((function(){n?i-=1:i+=1,S.run(t,r,n,i)}),S.duration),k.setIcon(o)):r()},function(){(e=E(b,t)).bgColor=A(e.bgColor),e.textColor=A(e.textColor),e.position=e.position.toLowerCase(),e.animation=S.types[""+e.animation]?e.animation:b.animation,g=e.win.document;var l=e.position.indexOf("up")>-1,c=e.position.indexOf("left")>-1;if(l||c)for(var u=0;u0?a.height:32,i=a.width>0?a.width:32,o.height=n,o.width=i,s=o.getContext("2d"),v.ready()},a.setAttribute("src",r.getAttribute("href"))):(a.onload=function(){n=32,i=32,a.height=n,a.width=i,o.height=n,o.width=i,s=o.getContext("2d"),v.ready()},a.setAttribute("src",""))}(),{badge:function(t,e){e=("string"==typeof e?{animation:e}:e)||{},p=function(){try{if("number"==typeof t?t>0:""!==t){var r={type:"badge",options:{n:t}};if("animation"in e&&S.types[""+e.animation]&&(r.options.animation=""+e.animation),"type"in e&&x[""+e.type]&&(r.options.type=""+e.type),["bgColor","textColor"].forEach((function(t){t in e&&(r.options[t]=A(e[t]))})),["fontStyle","fontFamily"].forEach((function(t){t in e&&(r.options[t]=e[t])})),y.push(r),y.length>100)throw new Error("Too many badges requests in queue.");v.start()}else v.reset()}catch(t){throw new Error("Error setting badge. Message: "+t.message)}},l&&p()},video:function(t){p=function(){try{if("stop"===t)return d=!0,v.reset(),void(d=!1);t.addEventListener("play",(function(){_(this)}),!1)}catch(t){throw new Error("Error setting video. Message: "+t.message)}},l&&p()},image:function(t){p=function(){try{var e=t.width,r=t.height,a=document.createElement("img"),l=e/i{"use strict"; + */n=function(t){"use strict";t=t||{};var e,r,n,i,o,s,a,l,c,u,p,d,m,f,h,g,b={bgColor:"#d00",textColor:"#fff",fontFamily:"sans-serif",fontStyle:"bold",type:"circle",position:"down",animation:"slide",elementId:!1,dataUrl:!1,win:window};(m={}).ff="undefined"!=typeof InstallTrigger,m.chrome=!!window.chrome,m.opera=!!window.opera||navigator.userAgent.indexOf("Opera")>=0,m.ie=/*@cc_on!@*/!1,m.safari=Object.prototype.toString.call(window.HTMLElement).indexOf("Constructor")>0,m.supported=m.chrome||m.ff||m.opera;var y=[];p=function(){},l=d=!1;var v={ready:function(){l=!0,v.reset(),p()},reset:function(){l&&(y=[],c=!1,u=!1,s.clearRect(0,0,i,n),s.drawImage(a,0,0,i,n),k.setIcon(o),window.clearTimeout(f),window.clearTimeout(h))},start:function(){if(l&&!u&&y.length>0){u=!0;var t=function(){["type","animation","bgColor","textColor","fontFamily","fontStyle"].forEach((function(t){t in y[0].options&&(e[t]=y[0].options[t])})),E.run(y[0].options,(function(){c=y[0],u=!1,y.length>0&&(y.shift(),v.start())}),!1)};c?E.run(c.options,(function(){t()}),!0):t()}}},x={},w=function(t){return t.n="number"==typeof t.n?Math.abs(0|t.n):t.n,t.x=i*t.x,t.y=n*t.y,t.w=i*t.w,t.h=n*t.h,t.len=(""+t.n).length,t};function _(t){if(t.paused||t.ended||d)return!1;try{s.clearRect(0,0,i,n),s.drawImage(t,0,0,i,n)}catch(t){}h=setTimeout((function(){_(t)}),E.duration),k.setIcon(o)}x.circle=function(t){var r=!1;2===(t=w(t)).len?(t.x=t.x-.4*t.w,t.w=1.4*t.w,r=!0):t.len>=3&&(t.x=t.x-.65*t.w,t.w=1.65*t.w,r=!0),s.clearRect(0,0,i,n),s.drawImage(a,0,0,i,n),s.beginPath(),s.font=e.fontStyle+" "+Math.floor(t.h*(t.n>99?.85:1))+"px "+e.fontFamily,s.textAlign="center",r?(s.moveTo(t.x+t.w/2,t.y),s.lineTo(t.x+t.w-t.h/2,t.y),s.quadraticCurveTo(t.x+t.w,t.y,t.x+t.w,t.y+t.h/2),s.lineTo(t.x+t.w,t.y+t.h-t.h/2),s.quadraticCurveTo(t.x+t.w,t.y+t.h,t.x+t.w-t.h/2,t.y+t.h),s.lineTo(t.x+t.h/2,t.y+t.h),s.quadraticCurveTo(t.x,t.y+t.h,t.x,t.y+t.h-t.h/2),s.lineTo(t.x,t.y+t.h/2),s.quadraticCurveTo(t.x,t.y,t.x+t.h/2,t.y)):s.arc(t.x+t.w/2,t.y+t.h/2,t.h/2,0,2*Math.PI),s.fillStyle="rgba("+e.bgColor.r+","+e.bgColor.g+","+e.bgColor.b+","+t.o+")",s.fill(),s.closePath(),s.beginPath(),s.stroke(),s.fillStyle="rgba("+e.textColor.r+","+e.textColor.g+","+e.textColor.b+","+t.o+")","number"==typeof t.n&&t.n>999?s.fillText((t.n>9999?9:Math.floor(t.n/1e3))+"k+",Math.floor(t.x+t.w/2),Math.floor(t.y+t.h-.2*t.h)):s.fillText(t.n,Math.floor(t.x+t.w/2),Math.floor(t.y+t.h-.15*t.h)),s.closePath()},x.rectangle=function(t){2===(t=w(t)).len?(t.x=t.x-.4*t.w,t.w=1.4*t.w):t.len>=3&&(t.x=t.x-.65*t.w,t.w=1.65*t.w),s.clearRect(0,0,i,n),s.drawImage(a,0,0,i,n),s.beginPath(),s.font=e.fontStyle+" "+Math.floor(t.h*(t.n>99?.9:1))+"px "+e.fontFamily,s.textAlign="center",s.fillStyle="rgba("+e.bgColor.r+","+e.bgColor.g+","+e.bgColor.b+","+t.o+")",s.fillRect(t.x,t.y,t.w,t.h),s.fillStyle="rgba("+e.textColor.r+","+e.textColor.g+","+e.textColor.b+","+t.o+")","number"==typeof t.n&&t.n>999?s.fillText((t.n>9999?9:Math.floor(t.n/1e3))+"k+",Math.floor(t.x+t.w/2),Math.floor(t.y+t.h-.2*t.h)):s.fillText(t.n,Math.floor(t.x+t.w/2),Math.floor(t.y+t.h-.15*t.h)),s.closePath()};var k={};function A(t){t=t.replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i,(function(t,e,r,n){return e+e+r+r+n+n}));var e=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return!!e&&{r:parseInt(e[1],16),g:parseInt(e[2],16),b:parseInt(e[3],16)}}function S(t,e){var r,n={};for(r in t)n[r]=t[r];for(r in e)n[r]=e[r];return n}k.getIcon=function(){var t=!1;return e.element?t=e.element:e.elementId?(t=g.getElementById(e.elementId)).setAttribute("href",t.getAttribute("src")):(t=function(){for(var t=g.getElementsByTagName("head")[0].getElementsByTagName("link"),e=t.length-1;e>=0;e--)if(/(^|\s)icon(\s|$)/i.test(t[e].getAttribute("rel")))return t[e];return!1}(),!1===t&&((t=g.createElement("link")).setAttribute("rel","icon"),g.getElementsByTagName("head")[0].appendChild(t))),t.setAttribute("type","image/png"),t},k.setIcon=function(t){var n=t.toDataURL("image/png");if(e.dataUrl&&e.dataUrl(n),e.element)e.element.setAttribute("href",n),e.element.setAttribute("src",n);else if(e.elementId){var i=g.getElementById(e.elementId);i.setAttribute("href",n),i.setAttribute("src",n)}else if(m.ff||m.opera){var o=r;r=g.createElement("link"),m.opera&&r.setAttribute("rel","icon"),r.setAttribute("rel","icon"),r.setAttribute("type","image/png"),g.getElementsByTagName("head")[0].appendChild(r),r.setAttribute("href",n),o.parentNode&&o.parentNode.removeChild(o)}else r.setAttribute("href",n)};var E={duration:40,types:{}};return E.types.fade=[{x:.4,y:.4,w:.6,h:.6,o:0},{x:.4,y:.4,w:.6,h:.6,o:.1},{x:.4,y:.4,w:.6,h:.6,o:.2},{x:.4,y:.4,w:.6,h:.6,o:.3},{x:.4,y:.4,w:.6,h:.6,o:.4},{x:.4,y:.4,w:.6,h:.6,o:.5},{x:.4,y:.4,w:.6,h:.6,o:.6},{x:.4,y:.4,w:.6,h:.6,o:.7},{x:.4,y:.4,w:.6,h:.6,o:.8},{x:.4,y:.4,w:.6,h:.6,o:.9},{x:.4,y:.4,w:.6,h:.6,o:1}],E.types.none=[{x:.4,y:.4,w:.6,h:.6,o:1}],E.types.pop=[{x:1,y:1,w:0,h:0,o:1},{x:.9,y:.9,w:.1,h:.1,o:1},{x:.8,y:.8,w:.2,h:.2,o:1},{x:.7,y:.7,w:.3,h:.3,o:1},{x:.6,y:.6,w:.4,h:.4,o:1},{x:.5,y:.5,w:.5,h:.5,o:1},{x:.4,y:.4,w:.6,h:.6,o:1}],E.types.popFade=[{x:.75,y:.75,w:0,h:0,o:0},{x:.65,y:.65,w:.1,h:.1,o:.2},{x:.6,y:.6,w:.2,h:.2,o:.4},{x:.55,y:.55,w:.3,h:.3,o:.6},{x:.5,y:.5,w:.4,h:.4,o:.8},{x:.45,y:.45,w:.5,h:.5,o:.9},{x:.4,y:.4,w:.6,h:.6,o:1}],E.types.slide=[{x:.4,y:1,w:.6,h:.6,o:1},{x:.4,y:.9,w:.6,h:.6,o:1},{x:.4,y:.9,w:.6,h:.6,o:1},{x:.4,y:.8,w:.6,h:.6,o:1},{x:.4,y:.7,w:.6,h:.6,o:1},{x:.4,y:.6,w:.6,h:.6,o:1},{x:.4,y:.5,w:.6,h:.6,o:1},{x:.4,y:.4,w:.6,h:.6,o:1}],E.run=function(t,r,n,i){var s=E.types[g.hidden||g.msHidden||g.webkitHidden||g.mozHidden?"none":e.animation];i=!0===n?void 0!==i?i:s.length-1:void 0!==i?i:0,r=r||function(){},i=0?(x[e.type](S(t,s[i])),f=setTimeout((function(){n?i-=1:i+=1,E.run(t,r,n,i)}),E.duration),k.setIcon(o)):r()},function(){(e=S(b,t)).bgColor=A(e.bgColor),e.textColor=A(e.textColor),e.position=e.position.toLowerCase(),e.animation=E.types[""+e.animation]?e.animation:b.animation,g=e.win.document;var l=e.position.indexOf("up")>-1,c=e.position.indexOf("left")>-1;if(l||c)for(var u=0;u0?a.height:32,i=a.width>0?a.width:32,o.height=n,o.width=i,s=o.getContext("2d"),v.ready()},a.setAttribute("src",r.getAttribute("href"))):(a.onload=function(){n=32,i=32,a.height=n,a.width=i,o.height=n,o.width=i,s=o.getContext("2d"),v.ready()},a.setAttribute("src",""))}(),{badge:function(t,e){e=("string"==typeof e?{animation:e}:e)||{},p=function(){try{if("number"==typeof t?t>0:""!==t){var r={type:"badge",options:{n:t}};if("animation"in e&&E.types[""+e.animation]&&(r.options.animation=""+e.animation),"type"in e&&x[""+e.type]&&(r.options.type=""+e.type),["bgColor","textColor"].forEach((function(t){t in e&&(r.options[t]=A(e[t]))})),["fontStyle","fontFamily"].forEach((function(t){t in e&&(r.options[t]=e[t])})),y.push(r),y.length>100)throw new Error("Too many badges requests in queue.");v.start()}else v.reset()}catch(t){throw new Error("Error setting badge. Message: "+t.message)}},l&&p()},video:function(t){p=function(){try{if("stop"===t)return d=!0,v.reset(),void(d=!1);t.addEventListener("play",(function(){_(this)}),!1)}catch(t){throw new Error("Error setting video. Message: "+t.message)}},l&&p()},image:function(t){p=function(){try{var e=t.width,r=t.height,a=document.createElement("img"),l=e/i{"use strict"; /*! * is-plain-object * @@ -19,13 +19,13 @@ function r(t){return"[object Object]"===Object.prototype.toString.call(t)}Object * Released under MIT license * Based on Underscore.js 1.8.3 * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */t=r.nmd(t),function(){var i,o="Expected a function",s="__lodash_hash_undefined__",a="__lodash_placeholder__",l=16,c=32,u=64,p=128,d=256,m=1/0,f=9007199254740991,h=NaN,g=4294967295,b=[["ary",p],["bind",1],["bindKey",2],["curry",8],["curryRight",l],["flip",512],["partial",c],["partialRight",u],["rearg",d]],y="[object Arguments]",v="[object Array]",x="[object Boolean]",w="[object Date]",_="[object Error]",k="[object Function]",A="[object GeneratorFunction]",E="[object Map]",S="[object Number]",C="[object Object]",T="[object Promise]",O="[object RegExp]",I="[object Set]",j="[object String]",L="[object Symbol]",P="[object WeakMap]",N="[object ArrayBuffer]",D="[object DataView]",M="[object Float32Array]",R="[object Float64Array]",q="[object Int8Array]",B="[object Int16Array]",$="[object Int32Array]",F="[object Uint8Array]",U="[object Uint8ClampedArray]",z="[object Uint16Array]",H="[object Uint32Array]",V=/\b__p \+= '';/g,G=/\b(__p \+=) '' \+/g,W=/(__e\(.*?\)|\b__t\)) \+\n'';/g,K=/&(?:amp|lt|gt|quot|#39);/g,X=/[&<>"']/g,Q=RegExp(K.source),Z=RegExp(X.source),Y=/<%-([\s\S]+?)%>/g,J=/<%([\s\S]+?)%>/g,tt=/<%=([\s\S]+?)%>/g,et=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,rt=/^\w*$/,nt=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,it=/[\\^$.*+?()[\]{}|]/g,ot=RegExp(it.source),st=/^\s+/,at=/\s/,lt=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ct=/\{\n\/\* \[wrapped with (.+)\] \*/,ut=/,? & /,pt=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,dt=/[()=,{}\[\]\/\s]/,mt=/\\(\\)?/g,ft=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,ht=/\w*$/,gt=/^[-+]0x[0-9a-f]+$/i,bt=/^0b[01]+$/i,yt=/^\[object .+?Constructor\]$/,vt=/^0o[0-7]+$/i,xt=/^(?:0|[1-9]\d*)$/,wt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,_t=/($^)/,kt=/['\n\r\u2028\u2029\\]/g,At="\\ud800-\\udfff",Et="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",St="\\u2700-\\u27bf",Ct="a-z\\xdf-\\xf6\\xf8-\\xff",Tt="A-Z\\xc0-\\xd6\\xd8-\\xde",Ot="\\ufe0e\\ufe0f",It="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",jt="['’]",Lt="["+At+"]",Pt="["+It+"]",Nt="["+Et+"]",Dt="\\d+",Mt="["+St+"]",Rt="["+Ct+"]",qt="[^"+At+It+Dt+St+Ct+Tt+"]",Bt="\\ud83c[\\udffb-\\udfff]",$t="[^"+At+"]",Ft="(?:\\ud83c[\\udde6-\\uddff]){2}",Ut="[\\ud800-\\udbff][\\udc00-\\udfff]",zt="["+Tt+"]",Ht="\\u200d",Vt="(?:"+Rt+"|"+qt+")",Gt="(?:"+zt+"|"+qt+")",Wt="(?:['’](?:d|ll|m|re|s|t|ve))?",Kt="(?:['’](?:D|LL|M|RE|S|T|VE))?",Xt="(?:"+Nt+"|"+Bt+")"+"?",Qt="["+Ot+"]?",Zt=Qt+Xt+("(?:"+Ht+"(?:"+[$t,Ft,Ut].join("|")+")"+Qt+Xt+")*"),Yt="(?:"+[Mt,Ft,Ut].join("|")+")"+Zt,Jt="(?:"+[$t+Nt+"?",Nt,Ft,Ut,Lt].join("|")+")",te=RegExp(jt,"g"),ee=RegExp(Nt,"g"),re=RegExp(Bt+"(?="+Bt+")|"+Jt+Zt,"g"),ne=RegExp([zt+"?"+Rt+"+"+Wt+"(?="+[Pt,zt,"$"].join("|")+")",Gt+"+"+Kt+"(?="+[Pt,zt+Vt,"$"].join("|")+")",zt+"?"+Vt+"+"+Wt,zt+"+"+Kt,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Dt,Yt].join("|"),"g"),ie=RegExp("["+Ht+At+Et+Ot+"]"),oe=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,se=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],ae=-1,le={};le[M]=le[R]=le[q]=le[B]=le[$]=le[F]=le[U]=le[z]=le[H]=!0,le[y]=le[v]=le[N]=le[x]=le[D]=le[w]=le[_]=le[k]=le[E]=le[S]=le[C]=le[O]=le[I]=le[j]=le[P]=!1;var ce={};ce[y]=ce[v]=ce[N]=ce[D]=ce[x]=ce[w]=ce[M]=ce[R]=ce[q]=ce[B]=ce[$]=ce[E]=ce[S]=ce[C]=ce[O]=ce[I]=ce[j]=ce[L]=ce[F]=ce[U]=ce[z]=ce[H]=!0,ce[_]=ce[k]=ce[P]=!1;var ue={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},pe=parseFloat,de=parseInt,me="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g,fe="object"==typeof self&&self&&self.Object===Object&&self,he=me||fe||Function("return this")(),ge=e&&!e.nodeType&&e,be=ge&&t&&!t.nodeType&&t,ye=be&&be.exports===ge,ve=ye&&me.process,xe=function(){try{var t=be&&be.require&&be.require("util").types;return t||ve&&ve.binding&&ve.binding("util")}catch(t){}}(),we=xe&&xe.isArrayBuffer,_e=xe&&xe.isDate,ke=xe&&xe.isMap,Ae=xe&&xe.isRegExp,Ee=xe&&xe.isSet,Se=xe&&xe.isTypedArray;function Ce(t,e,r){switch(r.length){case 0:return t.call(e);case 1:return t.call(e,r[0]);case 2:return t.call(e,r[0],r[1]);case 3:return t.call(e,r[0],r[1],r[2])}return t.apply(e,r)}function Te(t,e,r,n){for(var i=-1,o=null==t?0:t.length;++i-1}function Ne(t,e,r){for(var n=-1,i=null==t?0:t.length;++n-1;);return r}function nr(t,e){for(var r=t.length;r--&&ze(e,t[r],0)>-1;);return r}var ir=Ke({À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"}),or=Ke({"&":"&","<":"<",">":">",'"':""","'":"'"});function sr(t){return"\\"+ue[t]}function ar(t){return ie.test(t)}function lr(t){var e=-1,r=Array(t.size);return t.forEach((function(t,n){r[++e]=[n,t]})),r}function cr(t,e){return function(r){return t(e(r))}}function ur(t,e){for(var r=-1,n=t.length,i=0,o=[];++r",""":'"',"'":"'"});var br=function t(e){var r,n=(e=null==e?he:br.defaults(he.Object(),e,br.pick(he,se))).Array,at=e.Date,At=e.Error,Et=e.Function,St=e.Math,Ct=e.Object,Tt=e.RegExp,Ot=e.String,It=e.TypeError,jt=n.prototype,Lt=Et.prototype,Pt=Ct.prototype,Nt=e["__core-js_shared__"],Dt=Lt.toString,Mt=Pt.hasOwnProperty,Rt=0,qt=(r=/[^.]+$/.exec(Nt&&Nt.keys&&Nt.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"",Bt=Pt.toString,$t=Dt.call(Ct),Ft=he._,Ut=Tt("^"+Dt.call(Mt).replace(it,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),zt=ye?e.Buffer:i,Ht=e.Symbol,Vt=e.Uint8Array,Gt=zt?zt.allocUnsafe:i,Wt=cr(Ct.getPrototypeOf,Ct),Kt=Ct.create,Xt=Pt.propertyIsEnumerable,Qt=jt.splice,Zt=Ht?Ht.isConcatSpreadable:i,Yt=Ht?Ht.iterator:i,Jt=Ht?Ht.toStringTag:i,re=function(){try{var t=mo(Ct,"defineProperty");return t({},"",{}),t}catch(t){}}(),ie=e.clearTimeout!==he.clearTimeout&&e.clearTimeout,ue=at&&at.now!==he.Date.now&&at.now,me=e.setTimeout!==he.setTimeout&&e.setTimeout,fe=St.ceil,ge=St.floor,be=Ct.getOwnPropertySymbols,ve=zt?zt.isBuffer:i,xe=e.isFinite,$e=jt.join,Ke=cr(Ct.keys,Ct),yr=St.max,vr=St.min,xr=at.now,wr=e.parseInt,_r=St.random,kr=jt.reverse,Ar=mo(e,"DataView"),Er=mo(e,"Map"),Sr=mo(e,"Promise"),Cr=mo(e,"Set"),Tr=mo(e,"WeakMap"),Or=mo(Ct,"create"),Ir=Tr&&new Tr,jr={},Lr=Bo(Ar),Pr=Bo(Er),Nr=Bo(Sr),Dr=Bo(Cr),Mr=Bo(Tr),Rr=Ht?Ht.prototype:i,qr=Rr?Rr.valueOf:i,Br=Rr?Rr.toString:i;function $r(t){if(ra(t)&&!Vs(t)&&!(t instanceof Hr)){if(t instanceof zr)return t;if(Mt.call(t,"__wrapped__"))return $o(t)}return new zr(t)}var Fr=function(){function t(){}return function(e){if(!ea(e))return{};if(Kt)return Kt(e);t.prototype=e;var r=new t;return t.prototype=i,r}}();function Ur(){}function zr(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=i}function Hr(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=g,this.__views__=[]}function Vr(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e=e?t:e)),t}function cn(t,e,r,n,o,s){var a,l=1&e,c=2&e,u=4&e;if(r&&(a=o?r(t,n,o,s):r(t)),a!==i)return a;if(!ea(t))return t;var p=Vs(t);if(p){if(a=function(t){var e=t.length,r=new t.constructor(e);e&&"string"==typeof t[0]&&Mt.call(t,"index")&&(r.index=t.index,r.input=t.input);return r}(t),!l)return Ii(t,a)}else{var d=go(t),m=d==k||d==A;if(Xs(t))return Ai(t,l);if(d==C||d==y||m&&!o){if(a=c||m?{}:yo(t),!l)return c?function(t,e){return ji(t,ho(t),e)}(t,function(t,e){return t&&ji(e,Pa(e),t)}(a,t)):function(t,e){return ji(t,fo(t),e)}(t,on(a,t))}else{if(!ce[d])return o?t:{};a=function(t,e,r){var n=t.constructor;switch(e){case N:return Ei(t);case x:case w:return new n(+t);case D:return function(t,e){var r=e?Ei(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.byteLength)}(t,r);case M:case R:case q:case B:case $:case F:case U:case z:case H:return Si(t,r);case E:return new n;case S:case j:return new n(t);case O:return function(t){var e=new t.constructor(t.source,ht.exec(t));return e.lastIndex=t.lastIndex,e}(t);case I:return new n;case L:return i=t,qr?Ct(qr.call(i)):{}}var i}(t,d,l)}}s||(s=new Xr);var f=s.get(t);if(f)return f;s.set(t,a),aa(t)?t.forEach((function(n){a.add(cn(n,e,r,n,t,s))})):na(t)&&t.forEach((function(n,i){a.set(i,cn(n,e,r,i,t,s))}));var h=p?i:(u?c?oo:io:c?Pa:La)(t);return Oe(h||t,(function(n,i){h&&(n=t[i=n]),en(a,i,cn(n,e,r,i,t,s))})),a}function un(t,e,r){var n=r.length;if(null==t)return!n;for(t=Ct(t);n--;){var o=r[n],s=e[o],a=t[o];if(a===i&&!(o in t)||!s(a))return!1}return!0}function pn(t,e,r){if("function"!=typeof t)throw new It(o);return Lo((function(){t.apply(i,r)}),e)}function dn(t,e,r,n){var i=-1,o=Pe,s=!0,a=t.length,l=[],c=e.length;if(!a)return l;r&&(e=De(e,Je(r))),n?(o=Ne,s=!1):e.length>=200&&(o=er,s=!1,e=new Kr(e));t:for(;++i-1},Gr.prototype.set=function(t,e){var r=this.__data__,n=rn(r,t);return n<0?(++this.size,r.push([t,e])):r[n][1]=e,this},Wr.prototype.clear=function(){this.size=0,this.__data__={hash:new Vr,map:new(Er||Gr),string:new Vr}},Wr.prototype.delete=function(t){var e=uo(this,t).delete(t);return this.size-=e?1:0,e},Wr.prototype.get=function(t){return uo(this,t).get(t)},Wr.prototype.has=function(t){return uo(this,t).has(t)},Wr.prototype.set=function(t,e){var r=uo(this,t),n=r.size;return r.set(t,e),this.size+=r.size==n?0:1,this},Kr.prototype.add=Kr.prototype.push=function(t){return this.__data__.set(t,s),this},Kr.prototype.has=function(t){return this.__data__.has(t)},Xr.prototype.clear=function(){this.__data__=new Gr,this.size=0},Xr.prototype.delete=function(t){var e=this.__data__,r=e.delete(t);return this.size=e.size,r},Xr.prototype.get=function(t){return this.__data__.get(t)},Xr.prototype.has=function(t){return this.__data__.has(t)},Xr.prototype.set=function(t,e){var r=this.__data__;if(r instanceof Gr){var n=r.__data__;if(!Er||n.length<199)return n.push([t,e]),this.size=++r.size,this;r=this.__data__=new Wr(n)}return r.set(t,e),this.size=r.size,this};var mn=Ni(wn),fn=Ni(_n,!0);function hn(t,e){var r=!0;return mn(t,(function(t,n,i){return r=!!e(t,n,i)})),r}function gn(t,e,r){for(var n=-1,o=t.length;++n0&&r(a)?e>1?yn(a,e-1,r,n,i):Me(i,a):n||(i[i.length]=a)}return i}var vn=Di(),xn=Di(!0);function wn(t,e){return t&&vn(t,e,La)}function _n(t,e){return t&&xn(t,e,La)}function kn(t,e){return Le(e,(function(e){return Ys(t[e])}))}function An(t,e){for(var r=0,n=(e=xi(e,t)).length;null!=t&&re}function Tn(t,e){return null!=t&&Mt.call(t,e)}function On(t,e){return null!=t&&e in Ct(t)}function In(t,e,r){for(var o=r?Ne:Pe,s=t[0].length,a=t.length,l=a,c=n(a),u=1/0,p=[];l--;){var d=t[l];l&&e&&(d=De(d,Je(e))),u=vr(d.length,u),c[l]=!r&&(e||s>=120&&d.length>=120)?new Kr(l&&d):i}d=t[0];var m=-1,f=c[0];t:for(;++m=a?l:l*("desc"==r[n]?-1:1)}return t.index-e.index}(t,e,r)}))}function Gn(t,e,r){for(var n=-1,i=e.length,o={};++n-1;)a!==t&&Qt.call(a,l,1),Qt.call(t,l,1);return t}function Kn(t,e){for(var r=t?e.length:0,n=r-1;r--;){var i=e[r];if(r==n||i!==o){var o=i;xo(i)?Qt.call(t,i,1):di(t,i)}}return t}function Xn(t,e){return t+ge(_r()*(e-t+1))}function Qn(t,e){var r="";if(!t||e<1||e>f)return r;do{e%2&&(r+=t),(e=ge(e/2))&&(t+=t)}while(e);return r}function Zn(t,e){return Po(To(t,e,il),t+"")}function Yn(t){return Zr(Fa(t))}function Jn(t,e){var r=Fa(t);return Mo(r,ln(e,0,r.length))}function ti(t,e,r,n){if(!ea(t))return t;for(var o=-1,s=(e=xi(e,t)).length,a=s-1,l=t;null!=l&&++oo?0:o+e),(r=r>o?o:r)<0&&(r+=o),o=e>r?0:r-e>>>0,e>>>=0;for(var s=n(o);++i>>1,s=t[o];null!==s&&!ca(s)&&(r?s<=e:s=200){var c=e?null:Qi(t);if(c)return pr(c);s=!1,i=er,l=new Kr}else l=e?[]:a;t:for(;++n=n?t:ii(t,e,r)}var ki=ie||function(t){return he.clearTimeout(t)};function Ai(t,e){if(e)return t.slice();var r=t.length,n=Gt?Gt(r):new t.constructor(r);return t.copy(n),n}function Ei(t){var e=new t.constructor(t.byteLength);return new Vt(e).set(new Vt(t)),e}function Si(t,e){var r=e?Ei(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.length)}function Ci(t,e){if(t!==e){var r=t!==i,n=null===t,o=t==t,s=ca(t),a=e!==i,l=null===e,c=e==e,u=ca(e);if(!l&&!u&&!s&&t>e||s&&a&&c&&!l&&!u||n&&a&&c||!r&&c||!o)return 1;if(!n&&!s&&!u&&t1?r[o-1]:i,a=o>2?r[2]:i;for(s=t.length>3&&"function"==typeof s?(o--,s):i,a&&wo(r[0],r[1],a)&&(s=o<3?i:s,o=1),e=Ct(e);++n-1?o[s?e[a]:a]:i}}function $i(t){return no((function(e){var r=e.length,n=r,s=zr.prototype.thru;for(t&&e.reverse();n--;){var a=e[n];if("function"!=typeof a)throw new It(o);if(s&&!l&&"wrapper"==ao(a))var l=new zr([],!0)}for(n=l?n:r;++n1&&x.reverse(),m&&ul))return!1;var u=s.get(t),p=s.get(e);if(u&&p)return u==e&&p==t;var d=-1,m=!0,f=2&r?new Kr:i;for(s.set(t,e),s.set(e,t);++d-1&&t%1==0&&t1?"& ":"")+e[n],e=e.join(r>2?", ":" "),t.replace(lt,"{\n/* [wrapped with "+e+"] */\n")}(n,function(t,e){return Oe(b,(function(r){var n="_."+r[0];e&r[1]&&!Pe(t,n)&&t.push(n)})),t.sort()}(function(t){var e=t.match(ct);return e?e[1].split(ut):[]}(n),r)))}function Do(t){var e=0,r=0;return function(){var n=xr(),o=16-(n-r);if(r=n,o>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(i,arguments)}}function Mo(t,e){var r=-1,n=t.length,o=n-1;for(e=e===i?n:e;++r1?t[e-1]:i;return r="function"==typeof r?(t.pop(),r):i,ss(t,r)}));function ms(t){var e=$r(t);return e.__chain__=!0,e}function fs(t,e){return e(t)}var hs=no((function(t){var e=t.length,r=e?t[0]:0,n=this.__wrapped__,o=function(e){return an(e,t)};return!(e>1||this.__actions__.length)&&n instanceof Hr&&xo(r)?((n=n.slice(r,+r+(e?1:0))).__actions__.push({func:fs,args:[o],thisArg:i}),new zr(n,this.__chain__).thru((function(t){return e&&!t.length&&t.push(i),t}))):this.thru(o)}));var gs=Li((function(t,e,r){Mt.call(t,r)?++t[r]:sn(t,r,1)}));var bs=Bi(Ho),ys=Bi(Vo);function vs(t,e){return(Vs(t)?Oe:mn)(t,co(e,3))}function xs(t,e){return(Vs(t)?Ie:fn)(t,co(e,3))}var ws=Li((function(t,e,r){Mt.call(t,r)?t[r].push(e):sn(t,r,[e])}));var _s=Zn((function(t,e,r){var i=-1,o="function"==typeof e,s=Ws(t)?n(t.length):[];return mn(t,(function(t){s[++i]=o?Ce(e,t,r):jn(t,e,r)})),s})),ks=Li((function(t,e,r){sn(t,r,e)}));function As(t,e){return(Vs(t)?De:$n)(t,co(e,3))}var Es=Li((function(t,e,r){t[r?0:1].push(e)}),(function(){return[[],[]]}));var Ss=Zn((function(t,e){if(null==t)return[];var r=e.length;return r>1&&wo(t,e[0],e[1])?e=[]:r>2&&wo(e[0],e[1],e[2])&&(e=[e[0]]),Vn(t,yn(e,1),[])})),Cs=ue||function(){return he.Date.now()};function Ts(t,e,r){return e=r?i:e,e=t&&null==e?t.length:e,Yi(t,p,i,i,i,i,e)}function Os(t,e){var r;if("function"!=typeof e)throw new It(o);return t=ha(t),function(){return--t>0&&(r=e.apply(this,arguments)),t<=1&&(e=i),r}}var Is=Zn((function(t,e,r){var n=1;if(r.length){var i=ur(r,lo(Is));n|=c}return Yi(t,n,e,r,i)})),js=Zn((function(t,e,r){var n=3;if(r.length){var i=ur(r,lo(js));n|=c}return Yi(e,n,t,r,i)}));function Ls(t,e,r){var n,s,a,l,c,u,p=0,d=!1,m=!1,f=!0;if("function"!=typeof t)throw new It(o);function h(e){var r=n,o=s;return n=s=i,p=e,l=t.apply(o,r)}function g(t){var r=t-u;return u===i||r>=e||r<0||m&&t-p>=a}function b(){var t=Cs();if(g(t))return y(t);c=Lo(b,function(t){var r=e-(t-u);return m?vr(r,a-(t-p)):r}(t))}function y(t){return c=i,f&&n?h(t):(n=s=i,l)}function v(){var t=Cs(),r=g(t);if(n=arguments,s=this,u=t,r){if(c===i)return function(t){return p=t,c=Lo(b,e),d?h(t):l}(u);if(m)return ki(c),c=Lo(b,e),h(u)}return c===i&&(c=Lo(b,e)),l}return e=ba(e)||0,ea(r)&&(d=!!r.leading,a=(m="maxWait"in r)?yr(ba(r.maxWait)||0,e):a,f="trailing"in r?!!r.trailing:f),v.cancel=function(){c!==i&&ki(c),p=0,n=u=s=c=i},v.flush=function(){return c===i?l:y(Cs())},v}var Ps=Zn((function(t,e){return pn(t,1,e)})),Ns=Zn((function(t,e,r){return pn(t,ba(e)||0,r)}));function Ds(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new It(o);var r=function(){var n=arguments,i=e?e.apply(this,n):n[0],o=r.cache;if(o.has(i))return o.get(i);var s=t.apply(this,n);return r.cache=o.set(i,s)||o,s};return r.cache=new(Ds.Cache||Wr),r}function Ms(t){if("function"!=typeof t)throw new It(o);return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}Ds.Cache=Wr;var Rs=wi((function(t,e){var r=(e=1==e.length&&Vs(e[0])?De(e[0],Je(co())):De(yn(e,1),Je(co()))).length;return Zn((function(n){for(var i=-1,o=vr(n.length,r);++i=e})),Hs=Ln(function(){return arguments}())?Ln:function(t){return ra(t)&&Mt.call(t,"callee")&&!Xt.call(t,"callee")},Vs=n.isArray,Gs=we?Je(we):function(t){return ra(t)&&Sn(t)==N};function Ws(t){return null!=t&&ta(t.length)&&!Ys(t)}function Ks(t){return ra(t)&&Ws(t)}var Xs=ve||bl,Qs=_e?Je(_e):function(t){return ra(t)&&Sn(t)==w};function Zs(t){if(!ra(t))return!1;var e=Sn(t);return e==_||"[object DOMException]"==e||"string"==typeof t.message&&"string"==typeof t.name&&!oa(t)}function Ys(t){if(!ea(t))return!1;var e=Sn(t);return e==k||e==A||"[object AsyncFunction]"==e||"[object Proxy]"==e}function Js(t){return"number"==typeof t&&t==ha(t)}function ta(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=f}function ea(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function ra(t){return null!=t&&"object"==typeof t}var na=ke?Je(ke):function(t){return ra(t)&&go(t)==E};function ia(t){return"number"==typeof t||ra(t)&&Sn(t)==S}function oa(t){if(!ra(t)||Sn(t)!=C)return!1;var e=Wt(t);if(null===e)return!0;var r=Mt.call(e,"constructor")&&e.constructor;return"function"==typeof r&&r instanceof r&&Dt.call(r)==$t}var sa=Ae?Je(Ae):function(t){return ra(t)&&Sn(t)==O};var aa=Ee?Je(Ee):function(t){return ra(t)&&go(t)==I};function la(t){return"string"==typeof t||!Vs(t)&&ra(t)&&Sn(t)==j}function ca(t){return"symbol"==typeof t||ra(t)&&Sn(t)==L}var ua=Se?Je(Se):function(t){return ra(t)&&ta(t.length)&&!!le[Sn(t)]};var pa=Wi(Bn),da=Wi((function(t,e){return t<=e}));function ma(t){if(!t)return[];if(Ws(t))return la(t)?fr(t):Ii(t);if(Yt&&t[Yt])return function(t){for(var e,r=[];!(e=t.next()).done;)r.push(e.value);return r}(t[Yt]());var e=go(t);return(e==E?lr:e==I?pr:Fa)(t)}function fa(t){return t?(t=ba(t))===m||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}function ha(t){var e=fa(t),r=e%1;return e==e?r?e-r:e:0}function ga(t){return t?ln(ha(t),0,g):0}function ba(t){if("number"==typeof t)return t;if(ca(t))return h;if(ea(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=ea(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Ye(t);var r=bt.test(t);return r||vt.test(t)?de(t.slice(2),r?2:8):gt.test(t)?h:+t}function ya(t){return ji(t,Pa(t))}function va(t){return null==t?"":ui(t)}var xa=Pi((function(t,e){if(Eo(e)||Ws(e))ji(e,La(e),t);else for(var r in e)Mt.call(e,r)&&en(t,r,e[r])})),wa=Pi((function(t,e){ji(e,Pa(e),t)})),_a=Pi((function(t,e,r,n){ji(e,Pa(e),t,n)})),ka=Pi((function(t,e,r,n){ji(e,La(e),t,n)})),Aa=no(an);var Ea=Zn((function(t,e){t=Ct(t);var r=-1,n=e.length,o=n>2?e[2]:i;for(o&&wo(e[0],e[1],o)&&(n=1);++r1),e})),ji(t,oo(t),r),n&&(r=cn(r,7,eo));for(var i=e.length;i--;)di(r,e[i]);return r}));var Ra=no((function(t,e){return null==t?{}:function(t,e){return Gn(t,e,(function(e,r){return Ta(t,r)}))}(t,e)}));function qa(t,e){if(null==t)return{};var r=De(oo(t),(function(t){return[t]}));return e=co(e),Gn(t,r,(function(t,r){return e(t,r[0])}))}var Ba=Zi(La),$a=Zi(Pa);function Fa(t){return null==t?[]:tr(t,La(t))}var Ua=Ri((function(t,e,r){return e=e.toLowerCase(),t+(r?za(e):e)}));function za(t){return Za(va(t).toLowerCase())}function Ha(t){return(t=va(t))&&t.replace(wt,ir).replace(ee,"")}var Va=Ri((function(t,e,r){return t+(r?"-":"")+e.toLowerCase()})),Ga=Ri((function(t,e,r){return t+(r?" ":"")+e.toLowerCase()})),Wa=Mi("toLowerCase");var Ka=Ri((function(t,e,r){return t+(r?"_":"")+e.toLowerCase()}));var Xa=Ri((function(t,e,r){return t+(r?" ":"")+Za(e)}));var Qa=Ri((function(t,e,r){return t+(r?" ":"")+e.toUpperCase()})),Za=Mi("toUpperCase");function Ya(t,e,r){return t=va(t),(e=r?i:e)===i?function(t){return oe.test(t)}(t)?function(t){return t.match(ne)||[]}(t):function(t){return t.match(pt)||[]}(t):t.match(e)||[]}var Ja=Zn((function(t,e){try{return Ce(t,i,e)}catch(t){return Zs(t)?t:new At(t)}})),tl=no((function(t,e){return Oe(e,(function(e){e=qo(e),sn(t,e,Is(t[e],t))})),t}));function el(t){return function(){return t}}var rl=$i(),nl=$i(!0);function il(t){return t}function ol(t){return Mn("function"==typeof t?t:cn(t,1))}var sl=Zn((function(t,e){return function(r){return jn(r,t,e)}})),al=Zn((function(t,e){return function(r){return jn(t,r,e)}}));function ll(t,e,r){var n=La(e),i=kn(e,n);null!=r||ea(e)&&(i.length||!n.length)||(r=e,e=t,t=this,i=kn(e,La(e)));var o=!(ea(r)&&"chain"in r&&!r.chain),s=Ys(t);return Oe(i,(function(r){var n=e[r];t[r]=n,s&&(t.prototype[r]=function(){var e=this.__chain__;if(o||e){var r=t(this.__wrapped__);return(r.__actions__=Ii(this.__actions__)).push({func:n,args:arguments,thisArg:t}),r.__chain__=e,r}return n.apply(t,Me([this.value()],arguments))})})),t}function cl(){}var ul=Hi(De),pl=Hi(je),dl=Hi(Be);function ml(t){return _o(t)?We(qo(t)):function(t){return function(e){return An(e,t)}}(t)}var fl=Gi(),hl=Gi(!0);function gl(){return[]}function bl(){return!1}var yl=zi((function(t,e){return t+e}),0),vl=Xi("ceil"),xl=zi((function(t,e){return t/e}),1),wl=Xi("floor");var _l,kl=zi((function(t,e){return t*e}),1),Al=Xi("round"),El=zi((function(t,e){return t-e}),0);return $r.after=function(t,e){if("function"!=typeof e)throw new It(o);return t=ha(t),function(){if(--t<1)return e.apply(this,arguments)}},$r.ary=Ts,$r.assign=xa,$r.assignIn=wa,$r.assignInWith=_a,$r.assignWith=ka,$r.at=Aa,$r.before=Os,$r.bind=Is,$r.bindAll=tl,$r.bindKey=js,$r.castArray=function(){if(!arguments.length)return[];var t=arguments[0];return Vs(t)?t:[t]},$r.chain=ms,$r.chunk=function(t,e,r){e=(r?wo(t,e,r):e===i)?1:yr(ha(e),0);var o=null==t?0:t.length;if(!o||e<1)return[];for(var s=0,a=0,l=n(fe(o/e));so?0:o+r),(n=n===i||n>o?o:ha(n))<0&&(n+=o),n=r>n?0:ga(n);r>>0)?(t=va(t))&&("string"==typeof e||null!=e&&!sa(e))&&!(e=ui(e))&&ar(t)?_i(fr(t),0,r):t.split(e,r):[]},$r.spread=function(t,e){if("function"!=typeof t)throw new It(o);return e=null==e?0:yr(ha(e),0),Zn((function(r){var n=r[e],i=_i(r,0,e);return n&&Me(i,n),Ce(t,this,i)}))},$r.tail=function(t){var e=null==t?0:t.length;return e?ii(t,1,e):[]},$r.take=function(t,e,r){return t&&t.length?ii(t,0,(e=r||e===i?1:ha(e))<0?0:e):[]},$r.takeRight=function(t,e,r){var n=null==t?0:t.length;return n?ii(t,(e=n-(e=r||e===i?1:ha(e)))<0?0:e,n):[]},$r.takeRightWhile=function(t,e){return t&&t.length?fi(t,co(e,3),!1,!0):[]},$r.takeWhile=function(t,e){return t&&t.length?fi(t,co(e,3)):[]},$r.tap=function(t,e){return e(t),t},$r.throttle=function(t,e,r){var n=!0,i=!0;if("function"!=typeof t)throw new It(o);return ea(r)&&(n="leading"in r?!!r.leading:n,i="trailing"in r?!!r.trailing:i),Ls(t,e,{leading:n,maxWait:e,trailing:i})},$r.thru=fs,$r.toArray=ma,$r.toPairs=Ba,$r.toPairsIn=$a,$r.toPath=function(t){return Vs(t)?De(t,qo):ca(t)?[t]:Ii(Ro(va(t)))},$r.toPlainObject=ya,$r.transform=function(t,e,r){var n=Vs(t),i=n||Xs(t)||ua(t);if(e=co(e,4),null==r){var o=t&&t.constructor;r=i?n?new o:[]:ea(t)&&Ys(o)?Fr(Wt(t)):{}}return(i?Oe:wn)(t,(function(t,n,i){return e(r,t,n,i)})),r},$r.unary=function(t){return Ts(t,1)},$r.union=rs,$r.unionBy=ns,$r.unionWith=is,$r.uniq=function(t){return t&&t.length?pi(t):[]},$r.uniqBy=function(t,e){return t&&t.length?pi(t,co(e,2)):[]},$r.uniqWith=function(t,e){return e="function"==typeof e?e:i,t&&t.length?pi(t,i,e):[]},$r.unset=function(t,e){return null==t||di(t,e)},$r.unzip=os,$r.unzipWith=ss,$r.update=function(t,e,r){return null==t?t:mi(t,e,vi(r))},$r.updateWith=function(t,e,r,n){return n="function"==typeof n?n:i,null==t?t:mi(t,e,vi(r),n)},$r.values=Fa,$r.valuesIn=function(t){return null==t?[]:tr(t,Pa(t))},$r.without=as,$r.words=Ya,$r.wrap=function(t,e){return qs(vi(e),t)},$r.xor=ls,$r.xorBy=cs,$r.xorWith=us,$r.zip=ps,$r.zipObject=function(t,e){return bi(t||[],e||[],en)},$r.zipObjectDeep=function(t,e){return bi(t||[],e||[],ti)},$r.zipWith=ds,$r.entries=Ba,$r.entriesIn=$a,$r.extend=wa,$r.extendWith=_a,ll($r,$r),$r.add=yl,$r.attempt=Ja,$r.camelCase=Ua,$r.capitalize=za,$r.ceil=vl,$r.clamp=function(t,e,r){return r===i&&(r=e,e=i),r!==i&&(r=(r=ba(r))==r?r:0),e!==i&&(e=(e=ba(e))==e?e:0),ln(ba(t),e,r)},$r.clone=function(t){return cn(t,4)},$r.cloneDeep=function(t){return cn(t,5)},$r.cloneDeepWith=function(t,e){return cn(t,5,e="function"==typeof e?e:i)},$r.cloneWith=function(t,e){return cn(t,4,e="function"==typeof e?e:i)},$r.conformsTo=function(t,e){return null==e||un(t,e,La(e))},$r.deburr=Ha,$r.defaultTo=function(t,e){return null==t||t!=t?e:t},$r.divide=xl,$r.endsWith=function(t,e,r){t=va(t),e=ui(e);var n=t.length,o=r=r===i?n:ln(ha(r),0,n);return(r-=e.length)>=0&&t.slice(r,o)==e},$r.eq=Fs,$r.escape=function(t){return(t=va(t))&&Z.test(t)?t.replace(X,or):t},$r.escapeRegExp=function(t){return(t=va(t))&&ot.test(t)?t.replace(it,"\\$&"):t},$r.every=function(t,e,r){var n=Vs(t)?je:hn;return r&&wo(t,e,r)&&(e=i),n(t,co(e,3))},$r.find=bs,$r.findIndex=Ho,$r.findKey=function(t,e){return Fe(t,co(e,3),wn)},$r.findLast=ys,$r.findLastIndex=Vo,$r.findLastKey=function(t,e){return Fe(t,co(e,3),_n)},$r.floor=wl,$r.forEach=vs,$r.forEachRight=xs,$r.forIn=function(t,e){return null==t?t:vn(t,co(e,3),Pa)},$r.forInRight=function(t,e){return null==t?t:xn(t,co(e,3),Pa)},$r.forOwn=function(t,e){return t&&wn(t,co(e,3))},$r.forOwnRight=function(t,e){return t&&_n(t,co(e,3))},$r.get=Ca,$r.gt=Us,$r.gte=zs,$r.has=function(t,e){return null!=t&&bo(t,e,Tn)},$r.hasIn=Ta,$r.head=Wo,$r.identity=il,$r.includes=function(t,e,r,n){t=Ws(t)?t:Fa(t),r=r&&!n?ha(r):0;var i=t.length;return r<0&&(r=yr(i+r,0)),la(t)?r<=i&&t.indexOf(e,r)>-1:!!i&&ze(t,e,r)>-1},$r.indexOf=function(t,e,r){var n=null==t?0:t.length;if(!n)return-1;var i=null==r?0:ha(r);return i<0&&(i=yr(n+i,0)),ze(t,e,i)},$r.inRange=function(t,e,r){return e=fa(e),r===i?(r=e,e=0):r=fa(r),function(t,e,r){return t>=vr(e,r)&&t=-9007199254740991&&t<=f},$r.isSet=aa,$r.isString=la,$r.isSymbol=ca,$r.isTypedArray=ua,$r.isUndefined=function(t){return t===i},$r.isWeakMap=function(t){return ra(t)&&go(t)==P},$r.isWeakSet=function(t){return ra(t)&&"[object WeakSet]"==Sn(t)},$r.join=function(t,e){return null==t?"":$e.call(t,e)},$r.kebabCase=Va,$r.last=Zo,$r.lastIndexOf=function(t,e,r){var n=null==t?0:t.length;if(!n)return-1;var o=n;return r!==i&&(o=(o=ha(r))<0?yr(n+o,0):vr(o,n-1)),e==e?function(t,e,r){for(var n=r+1;n--;)if(t[n]===e)return n;return n}(t,e,o):Ue(t,Ve,o,!0)},$r.lowerCase=Ga,$r.lowerFirst=Wa,$r.lt=pa,$r.lte=da,$r.max=function(t){return t&&t.length?gn(t,il,Cn):i},$r.maxBy=function(t,e){return t&&t.length?gn(t,co(e,2),Cn):i},$r.mean=function(t){return Ge(t,il)},$r.meanBy=function(t,e){return Ge(t,co(e,2))},$r.min=function(t){return t&&t.length?gn(t,il,Bn):i},$r.minBy=function(t,e){return t&&t.length?gn(t,co(e,2),Bn):i},$r.stubArray=gl,$r.stubFalse=bl,$r.stubObject=function(){return{}},$r.stubString=function(){return""},$r.stubTrue=function(){return!0},$r.multiply=kl,$r.nth=function(t,e){return t&&t.length?Hn(t,ha(e)):i},$r.noConflict=function(){return he._===this&&(he._=Ft),this},$r.noop=cl,$r.now=Cs,$r.pad=function(t,e,r){t=va(t);var n=(e=ha(e))?mr(t):0;if(!e||n>=e)return t;var i=(e-n)/2;return Vi(ge(i),r)+t+Vi(fe(i),r)},$r.padEnd=function(t,e,r){t=va(t);var n=(e=ha(e))?mr(t):0;return e&&ne){var n=t;t=e,e=n}if(r||t%1||e%1){var o=_r();return vr(t+o*(e-t+pe("1e-"+((o+"").length-1))),e)}return Xn(t,e)},$r.reduce=function(t,e,r){var n=Vs(t)?Re:Xe,i=arguments.length<3;return n(t,co(e,4),r,i,mn)},$r.reduceRight=function(t,e,r){var n=Vs(t)?qe:Xe,i=arguments.length<3;return n(t,co(e,4),r,i,fn)},$r.repeat=function(t,e,r){return e=(r?wo(t,e,r):e===i)?1:ha(e),Qn(va(t),e)},$r.replace=function(){var t=arguments,e=va(t[0]);return t.length<3?e:e.replace(t[1],t[2])},$r.result=function(t,e,r){var n=-1,o=(e=xi(e,t)).length;for(o||(o=1,t=i);++nf)return[];var r=g,n=vr(t,g);e=co(e),t-=g;for(var i=Ze(n,e);++r=s)return t;var l=r-mr(n);if(l<1)return n;var c=a?_i(a,0,l).join(""):t.slice(0,l);if(o===i)return c+n;if(a&&(l+=c.length-l),sa(o)){if(t.slice(l).search(o)){var u,p=c;for(o.global||(o=Tt(o.source,va(ht.exec(o))+"g")),o.lastIndex=0;u=o.exec(p);)var d=u.index;c=c.slice(0,d===i?l:d)}}else if(t.indexOf(ui(o),l)!=l){var m=c.lastIndexOf(o);m>-1&&(c=c.slice(0,m))}return c+n},$r.unescape=function(t){return(t=va(t))&&Q.test(t)?t.replace(K,gr):t},$r.uniqueId=function(t){var e=++Rt;return va(t)+e},$r.upperCase=Qa,$r.upperFirst=Za,$r.each=vs,$r.eachRight=xs,$r.first=Wo,ll($r,(_l={},wn($r,(function(t,e){Mt.call($r.prototype,e)||(_l[e]=t)})),_l),{chain:!1}),$r.VERSION="4.17.21",Oe(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(t){$r[t].placeholder=$r})),Oe(["drop","take"],(function(t,e){Hr.prototype[t]=function(r){r=r===i?1:yr(ha(r),0);var n=this.__filtered__&&!e?new Hr(this):this.clone();return n.__filtered__?n.__takeCount__=vr(r,n.__takeCount__):n.__views__.push({size:vr(r,g),type:t+(n.__dir__<0?"Right":"")}),n},Hr.prototype[t+"Right"]=function(e){return this.reverse()[t](e).reverse()}})),Oe(["filter","map","takeWhile"],(function(t,e){var r=e+1,n=1==r||3==r;Hr.prototype[t]=function(t){var e=this.clone();return e.__iteratees__.push({iteratee:co(t,3),type:r}),e.__filtered__=e.__filtered__||n,e}})),Oe(["head","last"],(function(t,e){var r="take"+(e?"Right":"");Hr.prototype[t]=function(){return this[r](1).value()[0]}})),Oe(["initial","tail"],(function(t,e){var r="drop"+(e?"":"Right");Hr.prototype[t]=function(){return this.__filtered__?new Hr(this):this[r](1)}})),Hr.prototype.compact=function(){return this.filter(il)},Hr.prototype.find=function(t){return this.filter(t).head()},Hr.prototype.findLast=function(t){return this.reverse().find(t)},Hr.prototype.invokeMap=Zn((function(t,e){return"function"==typeof t?new Hr(this):this.map((function(r){return jn(r,t,e)}))})),Hr.prototype.reject=function(t){return this.filter(Ms(co(t)))},Hr.prototype.slice=function(t,e){t=ha(t);var r=this;return r.__filtered__&&(t>0||e<0)?new Hr(r):(t<0?r=r.takeRight(-t):t&&(r=r.drop(t)),e!==i&&(r=(e=ha(e))<0?r.dropRight(-e):r.take(e-t)),r)},Hr.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},Hr.prototype.toArray=function(){return this.take(g)},wn(Hr.prototype,(function(t,e){var r=/^(?:filter|find|map|reject)|While$/.test(e),n=/^(?:head|last)$/.test(e),o=$r[n?"take"+("last"==e?"Right":""):e],s=n||/^find/.test(e);o&&($r.prototype[e]=function(){var e=this.__wrapped__,a=n?[1]:arguments,l=e instanceof Hr,c=a[0],u=l||Vs(e),p=function(t){var e=o.apply($r,Me([t],a));return n&&d?e[0]:e};u&&r&&"function"==typeof c&&1!=c.length&&(l=u=!1);var d=this.__chain__,m=!!this.__actions__.length,f=s&&!d,h=l&&!m;if(!s&&u){e=h?e:new Hr(this);var g=t.apply(e,a);return g.__actions__.push({func:fs,args:[p],thisArg:i}),new zr(g,d)}return f&&h?t.apply(this,a):(g=this.thru(p),f?n?g.value()[0]:g.value():g)})})),Oe(["pop","push","shift","sort","splice","unshift"],(function(t){var e=jt[t],r=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",n=/^(?:pop|shift)$/.test(t);$r.prototype[t]=function(){var t=arguments;if(n&&!this.__chain__){var i=this.value();return e.apply(Vs(i)?i:[],t)}return this[r]((function(r){return e.apply(Vs(r)?r:[],t)}))}})),wn(Hr.prototype,(function(t,e){var r=$r[e];if(r){var n=r.name+"";Mt.call(jr,n)||(jr[n]=[]),jr[n].push({name:e,func:r})}})),jr[Fi(i,2).name]=[{name:"wrapper",func:i}],Hr.prototype.clone=function(){var t=new Hr(this.__wrapped__);return t.__actions__=Ii(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=Ii(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=Ii(this.__views__),t},Hr.prototype.reverse=function(){if(this.__filtered__){var t=new Hr(this);t.__dir__=-1,t.__filtered__=!0}else(t=this.clone()).__dir__*=-1;return t},Hr.prototype.value=function(){var t=this.__wrapped__.value(),e=this.__dir__,r=Vs(t),n=e<0,i=r?t.length:0,o=function(t,e,r){var n=-1,i=r.length;for(;++n=this.__values__.length;return{done:t,value:t?i:this.__values__[this.__index__++]}},$r.prototype.plant=function(t){for(var e,r=this;r instanceof Ur;){var n=$o(r);n.__index__=0,n.__values__=i,e?o.__wrapped__=n:e=n;var o=n;r=r.__wrapped__}return o.__wrapped__=t,e},$r.prototype.reverse=function(){var t=this.__wrapped__;if(t instanceof Hr){var e=t;return this.__actions__.length&&(e=new Hr(this)),(e=e.reverse()).__actions__.push({func:fs,args:[es],thisArg:i}),new zr(e,this.__chain__)}return this.thru(es)},$r.prototype.toJSON=$r.prototype.valueOf=$r.prototype.value=function(){return hi(this.__wrapped__,this.__actions__)},$r.prototype.first=$r.prototype.head,Yt&&($r.prototype[Yt]=function(){return this}),$r}();he._=br,(n=function(){return br}.call(e,r,e,t))===i||(t.exports=n)}.call(this)},9466:function(t,e){var r,n,i;n=[],void 0===(i="function"==typeof(r=function(){return function(t){function e(t){return" "===t||"\t"===t||"\n"===t||"\f"===t||"\r"===t}function r(e){var r,n=e.exec(t.substring(h));if(n)return r=n[0],h+=r.length,r}for(var n,i,o,s,a,l=t.length,c=/^[ \t\n\r\u000c]+/,u=/^[, \t\n\r\u000c]+/,p=/^[^ \t\n\r\u000c]+/,d=/[,]+$/,m=/^\d+$/,f=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,h=0,g=[];;){if(r(u),h>=l)return g;n=r(p),i=[],","===n.slice(-1)?(n=n.replace(d,""),y()):b()}function b(){for(r(c),o="",s="in descriptor";;){if(a=t.charAt(h),"in descriptor"===s)if(e(a))o&&(i.push(o),o="",s="after descriptor");else{if(","===a)return h+=1,o&&i.push(o),void y();if("("===a)o+=a,s="in parens";else{if(""===a)return o&&i.push(o),void y();o+=a}}else if("in parens"===s)if(")"===a)o+=a,s="in descriptor";else{if(""===a)return i.push(o),void y();o+=a}else if("after descriptor"===s)if(e(a));else{if(""===a)return void y();s="in descriptor",h-=1}h+=1}}function y(){var e,r,o,s,a,l,c,u,p,d=!1,h={};for(s=0;s{var e=String,r=function(){return{isColorSupported:!1,reset:e,bold:e,dim:e,italic:e,underline:e,inverse:e,hidden:e,strikethrough:e,black:e,red:e,green:e,yellow:e,blue:e,magenta:e,cyan:e,white:e,gray:e,bgBlack:e,bgRed:e,bgGreen:e,bgYellow:e,bgBlue:e,bgMagenta:e,bgCyan:e,bgWhite:e,blackBright:e,redBright:e,greenBright:e,yellowBright:e,blueBright:e,magentaBright:e,cyanBright:e,whiteBright:e,bgBlackBright:e,bgRedBright:e,bgGreenBright:e,bgYellowBright:e,bgBlueBright:e,bgMagentaBright:e,bgCyanBright:e,bgWhiteBright:e}};t.exports=r(),t.exports.createColors=r},396:(t,e,r)=>{"use strict";let n=r(7793);class i extends n{constructor(t){super(t),this.type="atrule"}append(...t){return this.proxyOf.nodes||(this.nodes=[]),super.append(...t)}prepend(...t){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...t)}}t.exports=i,i.default=i,n.registerAtRule(i)},9371:(t,e,r)=>{"use strict";let n=r(3152);class i extends n{constructor(t){super(t),this.type="comment"}}t.exports=i,i.default=i},7793:(t,e,r)=>{"use strict";let n,i,o,s,{isClean:a,my:l}=r(4151),c=r(5238),u=r(9371),p=r(3152);function d(t){return t.map((t=>(t.nodes&&(t.nodes=d(t.nodes)),delete t.source,t)))}function m(t){if(t[a]=!1,t.proxyOf.nodes)for(let e of t.proxyOf.nodes)m(e)}class f extends p{append(...t){for(let e of t){let t=this.normalize(e,this.last);for(let e of t)this.proxyOf.nodes.push(e)}return this.markDirty(),this}cleanRaws(t){if(super.cleanRaws(t),this.nodes)for(let e of this.nodes)e.cleanRaws(t)}each(t){if(!this.proxyOf.nodes)return;let e,r,n=this.getIterator();for(;this.indexes[n]"proxyOf"===e?t:t[e]?"each"===e||"string"==typeof e&&e.startsWith("walk")?(...r)=>t[e](...r.map((t=>"function"==typeof t?(e,r)=>t(e.toProxy(),r):t))):"every"===e||"some"===e?r=>t[e](((t,...e)=>r(t.toProxy(),...e))):"root"===e?()=>t.root().toProxy():"nodes"===e?t.nodes.map((t=>t.toProxy())):"first"===e||"last"===e?t[e].toProxy():t[e]:t[e],set:(t,e,r)=>(t[e]===r||(t[e]=r,"name"!==e&&"params"!==e&&"selector"!==e||t.markDirty()),!0)}}index(t){return"number"==typeof t?t:(t.proxyOf&&(t=t.proxyOf),this.proxyOf.nodes.indexOf(t))}insertAfter(t,e){let r,n=this.index(t),i=this.normalize(e,this.proxyOf.nodes[n]).reverse();n=this.index(t);for(let t of i)this.proxyOf.nodes.splice(n+1,0,t);for(let t in this.indexes)r=this.indexes[t],n(t[l]||f.rebuild(t),(t=t.proxyOf).parent&&t.parent.removeChild(t),t[a]&&m(t),void 0===t.raws.before&&e&&void 0!==e.raws.before&&(t.raws.before=e.raws.before.replace(/\S/g,"")),t.parent=this.proxyOf,t)))}prepend(...t){t=t.reverse();for(let e of t){let t=this.normalize(e,this.first,"prepend").reverse();for(let e of t)this.proxyOf.nodes.unshift(e);for(let e in this.indexes)this.indexes[e]=this.indexes[e]+t.length}return this.markDirty(),this}push(t){return t.parent=this,this.proxyOf.nodes.push(t),this}removeAll(){for(let t of this.proxyOf.nodes)t.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}removeChild(t){let e;t=this.index(t),this.proxyOf.nodes[t].parent=void 0,this.proxyOf.nodes.splice(t,1);for(let r in this.indexes)e=this.indexes[r],e>=t&&(this.indexes[r]=e-1);return this.markDirty(),this}replaceValues(t,e,r){return r||(r=e,e={}),this.walkDecls((n=>{e.props&&!e.props.includes(n.prop)||e.fast&&!n.value.includes(e.fast)||(n.value=n.value.replace(t,r))})),this.markDirty(),this}some(t){return this.nodes.some(t)}walk(t){return this.each(((e,r)=>{let n;try{n=t(e,r)}catch(t){throw e.addToError(t)}return!1!==n&&e.walk&&(n=e.walk(t)),n}))}walkAtRules(t,e){return e?t instanceof RegExp?this.walk(((r,n)=>{if("atrule"===r.type&&t.test(r.name))return e(r,n)})):this.walk(((r,n)=>{if("atrule"===r.type&&r.name===t)return e(r,n)})):(e=t,this.walk(((t,r)=>{if("atrule"===t.type)return e(t,r)})))}walkComments(t){return this.walk(((e,r)=>{if("comment"===e.type)return t(e,r)}))}walkDecls(t,e){return e?t instanceof RegExp?this.walk(((r,n)=>{if("decl"===r.type&&t.test(r.prop))return e(r,n)})):this.walk(((r,n)=>{if("decl"===r.type&&r.prop===t)return e(r,n)})):(e=t,this.walk(((t,r)=>{if("decl"===t.type)return e(t,r)})))}walkRules(t,e){return e?t instanceof RegExp?this.walk(((r,n)=>{if("rule"===r.type&&t.test(r.selector))return e(r,n)})):this.walk(((r,n)=>{if("rule"===r.type&&r.selector===t)return e(r,n)})):(e=t,this.walk(((t,r)=>{if("rule"===t.type)return e(t,r)})))}get first(){if(this.proxyOf.nodes)return this.proxyOf.nodes[0]}get last(){if(this.proxyOf.nodes)return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}}f.registerParse=t=>{n=t},f.registerRule=t=>{i=t},f.registerAtRule=t=>{o=t},f.registerRoot=t=>{s=t},t.exports=f,f.default=f,f.rebuild=t=>{"atrule"===t.type?Object.setPrototypeOf(t,o.prototype):"rule"===t.type?Object.setPrototypeOf(t,i.prototype):"decl"===t.type?Object.setPrototypeOf(t,c.prototype):"comment"===t.type?Object.setPrototypeOf(t,u.prototype):"root"===t.type&&Object.setPrototypeOf(t,s.prototype),t[l]=!0,t.nodes&&t.nodes.forEach((t=>{f.rebuild(t)}))}},3614:(t,e,r)=>{"use strict";let n=r(8633),i=r(9746);class o extends Error{constructor(t,e,r,n,i,s){super(t),this.name="CssSyntaxError",this.reason=t,i&&(this.file=i),n&&(this.source=n),s&&(this.plugin=s),void 0!==e&&void 0!==r&&("number"==typeof e?(this.line=e,this.column=r):(this.line=e.line,this.column=e.column,this.endLine=r.line,this.endColumn=r.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,o)}setMessage(){this.message=this.plugin?this.plugin+": ":"",this.message+=this.file?this.file:"",void 0!==this.line&&(this.message+=":"+this.line+":"+this.column),this.message+=": "+this.reason}showSourceCode(t){if(!this.source)return"";let e=this.source;null==t&&(t=n.isColorSupported),i&&t&&(e=i(e));let r,o,s=e.split(/\r?\n/),a=Math.max(this.line-3,0),l=Math.min(this.line+2,s.length),c=String(l).length;if(t){let{bold:t,gray:e,red:i}=n.createColors(!0);r=e=>t(i(e)),o=t=>e(t)}else r=o=t=>t;return s.slice(a,l).map(((t,e)=>{let n=a+1+e,i=" "+(" "+n).slice(-c)+" | ";if(n===this.line){let e=o(i.replace(/\d/g," "))+t.slice(0,this.column-1).replace(/[^\t]/g," ");return r(">")+o(i)+t+"\n "+e+r("^")}return" "+o(i)+t})).join("\n")}toString(){let t=this.showSourceCode();return t&&(t="\n\n"+t+"\n"),this.name+": "+this.message+t}}t.exports=o,o.default=o},5238:(t,e,r)=>{"use strict";let n=r(3152);class i extends n{constructor(t){t&&void 0!==t.value&&"string"!=typeof t.value&&(t={...t,value:String(t.value)}),super(t),this.type="decl"}get variable(){return this.prop.startsWith("--")||"$"===this.prop[0]}}t.exports=i,i.default=i},145:(t,e,r)=>{"use strict";let n,i,o=r(7793);class s extends o{constructor(t){super({type:"document",...t}),this.nodes||(this.nodes=[])}toResult(t={}){return new n(new i,this,t).stringify()}}s.registerLazyResult=t=>{n=t},s.registerProcessor=t=>{i=t},t.exports=s,s.default=s},3438:(t,e,r)=>{"use strict";let n=r(5238),i=r(3878),o=r(9371),s=r(396),a=r(1106),l=r(5644),c=r(1534);function u(t,e){if(Array.isArray(t))return t.map((t=>u(t)));let{inputs:r,...p}=t;if(r){e=[];for(let t of r){let r={...t,__proto__:a.prototype};r.map&&(r.map={...r.map,__proto__:i.prototype}),e.push(r)}}if(p.nodes&&(p.nodes=t.nodes.map((t=>u(t,e)))),p.source){let{inputId:t,...r}=p.source;p.source=r,null!=t&&(p.source.input=e[t])}if("root"===p.type)return new l(p);if("decl"===p.type)return new n(p);if("rule"===p.type)return new c(p);if("comment"===p.type)return new o(p);if("atrule"===p.type)return new s(p);throw new Error("Unknown node type: "+t.type)}t.exports=u,u.default=u},1106:(t,e,r)=>{"use strict";let{SourceMapConsumer:n,SourceMapGenerator:i}=r(1866),{fileURLToPath:o,pathToFileURL:s}=r(2739),{isAbsolute:a,resolve:l}=r(197),{nanoid:c}=r(5042),u=r(9746),p=r(3614),d=r(3878),m=Symbol("fromOffsetCache"),f=Boolean(n&&i),h=Boolean(l&&a);class g{constructor(t,e={}){if(null==t||"object"==typeof t&&!t.toString)throw new Error(`PostCSS received ${t} instead of CSS string`);if(this.css=t.toString(),"\ufeff"===this.css[0]||"￾"===this.css[0]?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,e.from&&(!h||/^\w+:\/\//.test(e.from)||a(e.from)?this.file=e.from:this.file=l(e.from)),h&&f){let t=new d(this.css,e);if(t.text){this.map=t;let e=t.consumer().file;!this.file&&e&&(this.file=this.mapResolve(e))}}this.file||(this.id=""),this.map&&(this.map.file=this.from)}error(t,e,r,n={}){let i,o,a;if(e&&"object"==typeof e){let t=e,n=r;if("number"==typeof t.offset){let n=this.fromOffset(t.offset);e=n.line,r=n.col}else e=t.line,r=t.column;if("number"==typeof n.offset){let t=this.fromOffset(n.offset);o=t.line,a=t.col}else o=n.line,a=n.column}else if(!r){let t=this.fromOffset(e);e=t.line,r=t.col}let l=this.origin(e,r,o,a);return i=l?new p(t,void 0===l.endLine?l.line:{column:l.column,line:l.line},void 0===l.endLine?l.column:{column:l.endColumn,line:l.endLine},l.source,l.file,n.plugin):new p(t,void 0===o?e:{column:r,line:e},void 0===o?r:{column:a,line:o},this.css,this.file,n.plugin),i.input={column:r,endColumn:a,endLine:o,line:e,source:this.css},this.file&&(s&&(i.input.url=s(this.file).toString()),i.input.file=this.file),i}fromOffset(t){let e,r;if(this[m])r=this[m];else{let t=this.css.split("\n");r=new Array(t.length);let e=0;for(let n=0,i=t.length;n=e)n=r.length-1;else{let e,i=r.length-2;for(;n>1),t=r[e+1])){n=e;break}n=e+1}}return{col:t-r[n]+1,line:n+1}}mapResolve(t){return/^\w+:\/\//.test(t)?t:l(this.map.consumer().sourceRoot||this.map.root||".",t)}origin(t,e,r,n){if(!this.map)return!1;let i,l,c=this.map.consumer(),u=c.originalPositionFor({column:e,line:t});if(!u.source)return!1;"number"==typeof r&&(i=c.originalPositionFor({column:n,line:r})),l=a(u.source)?s(u.source):new URL(u.source,this.map.consumer().sourceRoot||s(this.map.mapFile));let p={column:u.column,endColumn:i&&i.column,endLine:i&&i.line,line:u.line,url:l.toString()};if("file:"===l.protocol){if(!o)throw new Error("file: protocol is not available in this PostCSS build");p.file=o(l)}let d=c.sourceContentFor(u.source);return d&&(p.source=d),p}toJSON(){let t={};for(let e of["hasBOM","css","file","id"])null!=this[e]&&(t[e]=this[e]);return this.map&&(t.map={...this.map},t.map.consumerCache&&(t.map.consumerCache=void 0)),t}get from(){return this.file||this.id}}t.exports=g,g.default=g,u&&u.registerInput&&u.registerInput(g)},6966:(t,e,r)=>{"use strict";let{isClean:n,my:i}=r(4151),o=r(3604),s=r(3303),a=r(7793),l=r(145),c=(r(6156),r(3717)),u=r(9577),p=r(5644);const d={atrule:"AtRule",comment:"Comment",decl:"Declaration",document:"Document",root:"Root",rule:"Rule"},m={AtRule:!0,AtRuleExit:!0,Comment:!0,CommentExit:!0,Declaration:!0,DeclarationExit:!0,Document:!0,DocumentExit:!0,Once:!0,OnceExit:!0,postcssPlugin:!0,prepare:!0,Root:!0,RootExit:!0,Rule:!0,RuleExit:!0},f={Once:!0,postcssPlugin:!0,prepare:!0},h=0;function g(t){return"object"==typeof t&&"function"==typeof t.then}function b(t){let e=!1,r=d[t.type];return"decl"===t.type?e=t.prop.toLowerCase():"atrule"===t.type&&(e=t.name.toLowerCase()),e&&t.append?[r,r+"-"+e,h,r+"Exit",r+"Exit-"+e]:e?[r,r+"-"+e,r+"Exit",r+"Exit-"+e]:t.append?[r,h,r+"Exit"]:[r,r+"Exit"]}function y(t){let e;return e="document"===t.type?["Document",h,"DocumentExit"]:"root"===t.type?["Root",h,"RootExit"]:b(t),{eventIndex:0,events:e,iterator:0,node:t,visitorIndex:0,visitors:[]}}function v(t){return t[n]=!1,t.nodes&&t.nodes.forEach((t=>v(t))),t}let x={};class w{constructor(t,e,r){let n;if(this.stringified=!1,this.processed=!1,"object"!=typeof e||null===e||"root"!==e.type&&"document"!==e.type)if(e instanceof w||e instanceof c)n=v(e.root),e.map&&(void 0===r.map&&(r.map={}),r.map.inline||(r.map.inline=!1),r.map.prev=e.map);else{let t=u;r.syntax&&(t=r.syntax.parse),r.parser&&(t=r.parser),t.parse&&(t=t.parse);try{n=t(e,r)}catch(t){this.processed=!0,this.error=t}n&&!n[i]&&a.rebuild(n)}else n=v(e);this.result=new c(t,n,r),this.helpers={...x,postcss:x,result:this.result},this.plugins=this.processor.plugins.map((t=>"object"==typeof t&&t.prepare?{...t,...t.prepare(this.result)}:t))}async(){return this.error?Promise.reject(this.error):this.processed?Promise.resolve(this.result):(this.processing||(this.processing=this.runAsync()),this.processing)}catch(t){return this.async().catch(t)}finally(t){return this.async().then(t,t)}getAsyncError(){throw new Error("Use process(css).then(cb) to work with async plugins")}handleError(t,e){let r=this.result.lastPlugin;try{e&&e.addToError(t),this.error=t,"CssSyntaxError"!==t.name||t.plugin?r.postcssVersion:(t.plugin=r.postcssPlugin,t.setMessage())}catch(t){console&&console.error&&console.error(t)}return t}prepareVisitors(){this.listeners={};let t=(t,e,r)=>{this.listeners[e]||(this.listeners[e]=[]),this.listeners[e].push([t,r])};for(let e of this.plugins)if("object"==typeof e)for(let r in e){if(!m[r]&&/^[A-Z]/.test(r))throw new Error(`Unknown event ${r} in ${e.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!f[r])if("object"==typeof e[r])for(let n in e[r])t(e,"*"===n?r:r+"-"+n.toLowerCase(),e[r][n]);else"function"==typeof e[r]&&t(e,r,e[r])}this.hasListener=Object.keys(this.listeners).length>0}async runAsync(){this.plugin=0;for(let t=0;t0;){let t=this.visitTick(e);if(g(t))try{await t}catch(t){let r=e[e.length-1].node;throw this.handleError(t,r)}}}if(this.listeners.OnceExit)for(let[e,r]of this.listeners.OnceExit){this.result.lastPlugin=e;try{if("document"===t.type){let e=t.nodes.map((t=>r(t,this.helpers)));await Promise.all(e)}else await r(t,this.helpers)}catch(t){throw this.handleError(t)}}}return this.processed=!0,this.stringify()}runOnRoot(t){this.result.lastPlugin=t;try{if("object"==typeof t&&t.Once){if("document"===this.result.root.type){let e=this.result.root.nodes.map((e=>t.Once(e,this.helpers)));return g(e[0])?Promise.all(e):e}return t.Once(this.result.root,this.helpers)}if("function"==typeof t)return t(this.result.root,this.result)}catch(t){throw this.handleError(t)}}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=!0,this.sync();let t=this.result.opts,e=s;t.syntax&&(e=t.syntax.stringify),t.stringifier&&(e=t.stringifier),e.stringify&&(e=e.stringify);let r=new o(e,this.result.root,this.result.opts).generate();return this.result.css=r[0],this.result.map=r[1],this.result}sync(){if(this.error)throw this.error;if(this.processed)return this.result;if(this.processed=!0,this.processing)throw this.getAsyncError();for(let t of this.plugins){if(g(this.runOnRoot(t)))throw this.getAsyncError()}if(this.prepareVisitors(),this.hasListener){let t=this.result.root;for(;!t[n];)t[n]=!0,this.walkSync(t);if(this.listeners.OnceExit)if("document"===t.type)for(let e of t.nodes)this.visitSync(this.listeners.OnceExit,e);else this.visitSync(this.listeners.OnceExit,t)}return this.result}then(t,e){return this.async().then(t,e)}toString(){return this.css}visitSync(t,e){for(let[r,n]of t){let t;this.result.lastPlugin=r;try{t=n(e,this.helpers)}catch(t){throw this.handleError(t,e.proxyOf)}if("root"!==e.type&&"document"!==e.type&&!e.parent)return!0;if(g(t))throw this.getAsyncError()}}visitTick(t){let e=t[t.length-1],{node:r,visitors:i}=e;if("root"!==r.type&&"document"!==r.type&&!r.parent)return void t.pop();if(i.length>0&&e.visitorIndex{t[n]||this.walkSync(t)}));else{let e=this.listeners[r];if(e&&this.visitSync(e,t.toProxy()))return}}warnings(){return this.sync().warnings()}get content(){return this.stringify().content}get css(){return this.stringify().css}get map(){return this.stringify().map}get messages(){return this.sync().messages}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){return this.sync().root}get[Symbol.toStringTag](){return"LazyResult"}}w.registerPostcss=t=>{x=t},t.exports=w,w.default=w,p.registerLazyResult(w),l.registerLazyResult(w)},1752:t=>{"use strict";let e={comma:t=>e.split(t,[","],!0),space:t=>e.split(t,[" ","\n","\t"]),split(t,e,r){let n=[],i="",o=!1,s=0,a=!1,l="",c=!1;for(let r of t)c?c=!1:"\\"===r?c=!0:a?r===l&&(a=!1):'"'===r||"'"===r?(a=!0,l=r):"("===r?s+=1:")"===r?s>0&&(s-=1):0===s&&e.includes(r)&&(o=!0),o?(""!==i&&n.push(i.trim()),i="",o=!1):i+=r;return(r||""!==i)&&n.push(i.trim()),n}};t.exports=e,e.default=e},3604:(t,e,r)=>{"use strict";let{SourceMapConsumer:n,SourceMapGenerator:i}=r(1866),{dirname:o,relative:s,resolve:a,sep:l}=r(197),{pathToFileURL:c}=r(2739),u=r(1106),p=Boolean(n&&i),d=Boolean(o&&a&&s&&l);t.exports=class{constructor(t,e,r,n){this.stringify=t,this.mapOpts=r.map||{},this.root=e,this.opts=r,this.css=n,this.usesFileUrls=!this.mapOpts.from&&this.mapOpts.absolute,this.memoizedFileURLs=new Map,this.memoizedPaths=new Map,this.memoizedURLs=new Map}addAnnotation(){let t;t=this.isInline()?"data:application/json;base64,"+this.toBase64(this.map.toString()):"string"==typeof this.mapOpts.annotation?this.mapOpts.annotation:"function"==typeof this.mapOpts.annotation?this.mapOpts.annotation(this.opts.to,this.root):this.outputFile()+".map";let e="\n";this.css.includes("\r\n")&&(e="\r\n"),this.css+=e+"/*# sourceMappingURL="+t+" */"}applyPrevMaps(){for(let t of this.previous()){let e,r=this.toUrl(this.path(t.file)),i=t.root||o(t.file);!1===this.mapOpts.sourcesContent?(e=new n(t.text),e.sourcesContent&&(e.sourcesContent=e.sourcesContent.map((()=>null)))):e=t.consumer(),this.map.applySourceMap(e,r,this.toUrl(this.path(i)))}}clearAnnotation(){if(!1!==this.mapOpts.annotation)if(this.root){let t;for(let e=this.root.nodes.length-1;e>=0;e--)t=this.root.nodes[e],"comment"===t.type&&0===t.text.indexOf("# sourceMappingURL=")&&this.root.removeChild(e)}else this.css&&(this.css=this.css.replace(/(\n)?\/\*#[\S\s]*?\*\/$/gm,""))}generate(){if(this.clearAnnotation(),d&&p&&this.isMap())return this.generateMap();{let t="";return this.stringify(this.root,(e=>{t+=e})),[t]}}generateMap(){if(this.root)this.generateString();else if(1===this.previous().length){let t=this.previous()[0].consumer();t.file=this.outputFile(),this.map=i.fromSourceMap(t)}else this.map=new i({file:this.outputFile()}),this.map.addMapping({generated:{column:0,line:1},original:{column:0,line:1},source:this.opts.from?this.toUrl(this.path(this.opts.from)):""});return this.isSourcesContent()&&this.setSourcesContent(),this.root&&this.previous().length>0&&this.applyPrevMaps(),this.isAnnotation()&&this.addAnnotation(),this.isInline()?[this.css]:[this.css,this.map]}generateString(){this.css="",this.map=new i({file:this.outputFile()});let t,e,r=1,n=1,o="",s={generated:{column:0,line:0},original:{column:0,line:0},source:""};this.stringify(this.root,((i,a,l)=>{if(this.css+=i,a&&"end"!==l&&(s.generated.line=r,s.generated.column=n-1,a.source&&a.source.start?(s.source=this.sourcePath(a),s.original.line=a.source.start.line,s.original.column=a.source.start.column-1,this.map.addMapping(s)):(s.source=o,s.original.line=1,s.original.column=0,this.map.addMapping(s))),t=i.match(/\n/g),t?(r+=t.length,e=i.lastIndexOf("\n"),n=i.length-e):n+=i.length,a&&"start"!==l){let t=a.parent||{raws:{}};("decl"===a.type||"atrule"===a.type&&!a.nodes)&&a===t.last&&!t.raws.semicolon||(a.source&&a.source.end?(s.source=this.sourcePath(a),s.original.line=a.source.end.line,s.original.column=a.source.end.column-1,s.generated.line=r,s.generated.column=n-2,this.map.addMapping(s)):(s.source=o,s.original.line=1,s.original.column=0,s.generated.line=r,s.generated.column=n-1,this.map.addMapping(s)))}}))}isAnnotation(){return!!this.isInline()||(void 0!==this.mapOpts.annotation?this.mapOpts.annotation:!this.previous().length||this.previous().some((t=>t.annotation)))}isInline(){if(void 0!==this.mapOpts.inline)return this.mapOpts.inline;let t=this.mapOpts.annotation;return(void 0===t||!0===t)&&(!this.previous().length||this.previous().some((t=>t.inline)))}isMap(){return void 0!==this.opts.map?!!this.opts.map:this.previous().length>0}isSourcesContent(){return void 0!==this.mapOpts.sourcesContent?this.mapOpts.sourcesContent:!this.previous().length||this.previous().some((t=>t.withContent()))}outputFile(){return this.opts.to?this.path(this.opts.to):this.opts.from?this.path(this.opts.from):"to.css"}path(t){if(this.mapOpts.absolute)return t;if(60===t.charCodeAt(0))return t;if(/^\w+:\/\//.test(t))return t;let e=this.memoizedPaths.get(t);if(e)return e;let r=this.opts.to?o(this.opts.to):".";"string"==typeof this.mapOpts.annotation&&(r=o(a(r,this.mapOpts.annotation)));let n=s(r,t);return this.memoizedPaths.set(t,n),n}previous(){if(!this.previousMaps)if(this.previousMaps=[],this.root)this.root.walk((t=>{if(t.source&&t.source.input.map){let e=t.source.input.map;this.previousMaps.includes(e)||this.previousMaps.push(e)}}));else{let t=new u(this.css,this.opts);t.map&&this.previousMaps.push(t.map)}return this.previousMaps}setSourcesContent(){let t={};if(this.root)this.root.walk((e=>{if(e.source){let r=e.source.input.from;if(r&&!t[r]){t[r]=!0;let n=this.usesFileUrls?this.toFileUrl(r):this.toUrl(this.path(r));this.map.setSourceContent(n,e.source.input.css)}}}));else if(this.css){let t=this.opts.from?this.toUrl(this.path(this.opts.from)):"";this.map.setSourceContent(t,this.css)}}sourcePath(t){return this.mapOpts.from?this.toUrl(this.mapOpts.from):this.usesFileUrls?this.toFileUrl(t.source.input.from):this.toUrl(this.path(t.source.input.from))}toBase64(t){return Buffer?Buffer.from(t).toString("base64"):window.btoa(unescape(encodeURIComponent(t)))}toFileUrl(t){let e=this.memoizedFileURLs.get(t);if(e)return e;if(c){let e=c(t).toString();return this.memoizedFileURLs.set(t,e),e}throw new Error("`map.absolute` option is not available in this PostCSS build")}toUrl(t){let e=this.memoizedURLs.get(t);if(e)return e;"\\"===l&&(t=t.replace(/\\/g,"/"));let r=encodeURI(t).replace(/[#?]/g,encodeURIComponent);return this.memoizedURLs.set(t,r),r}}},4211:(t,e,r)=>{"use strict";let n=r(3604),i=r(3303),o=(r(6156),r(9577));const s=r(3717);class a{constructor(t,e,r){let o;e=e.toString(),this.stringified=!1,this._processor=t,this._css=e,this._opts=r,this._map=void 0;let a=i;this.result=new s(this._processor,o,this._opts),this.result.css=e;let l=this;Object.defineProperty(this.result,"root",{get:()=>l.root});let c=new n(a,o,this._opts,e);if(c.isMap()){let[t,e]=c.generate();t&&(this.result.css=t),e&&(this.result.map=e)}}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}catch(t){return this.async().catch(t)}finally(t){return this.async().then(t,t)}sync(){if(this.error)throw this.error;return this.result}then(t,e){return this.async().then(t,e)}toString(){return this._css}warnings(){return[]}get content(){return this.result.css}get css(){return this.result.css}get map(){return this.result.map}get messages(){return[]}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){if(this._root)return this._root;let t,e=o;try{t=e(this._css,this._opts)}catch(t){this.error=t}if(this.error)throw this.error;return this._root=t,t}get[Symbol.toStringTag](){return"NoWorkResult"}}t.exports=a,a.default=a},3152:(t,e,r)=>{"use strict";let{isClean:n,my:i}=r(4151),o=r(3614),s=r(7668),a=r(3303);function l(t,e){let r=new t.constructor;for(let n in t){if(!Object.prototype.hasOwnProperty.call(t,n))continue;if("proxyCache"===n)continue;let i=t[n],o=typeof i;"parent"===n&&"object"===o?e&&(r[n]=e):"source"===n?r[n]=i:Array.isArray(i)?r[n]=i.map((t=>l(t,r))):("object"===o&&null!==i&&(i=l(i)),r[n]=i)}return r}class c{constructor(t={}){this.raws={},this[n]=!1,this[i]=!0;for(let e in t)if("nodes"===e){this.nodes=[];for(let r of t[e])"function"==typeof r.clone?this.append(r.clone()):this.append(r)}else this[e]=t[e]}addToError(t){if(t.postcssNode=this,t.stack&&this.source&&/\n\s{4}at /.test(t.stack)){let e=this.source;t.stack=t.stack.replace(/\n\s{4}at /,`$&${e.input.from}:${e.start.line}:${e.start.column}$&`)}return t}after(t){return this.parent.insertAfter(this,t),this}assign(t={}){for(let e in t)this[e]=t[e];return this}before(t){return this.parent.insertBefore(this,t),this}cleanRaws(t){delete this.raws.before,delete this.raws.after,t||delete this.raws.between}clone(t={}){let e=l(this);for(let r in t)e[r]=t[r];return e}cloneAfter(t={}){let e=this.clone(t);return this.parent.insertAfter(this,e),e}cloneBefore(t={}){let e=this.clone(t);return this.parent.insertBefore(this,e),e}error(t,e={}){if(this.source){let{end:r,start:n}=this.rangeBy(e);return this.source.input.error(t,{column:n.column,line:n.line},{column:r.column,line:r.line},e)}return new o(t)}getProxyProcessor(){return{get:(t,e)=>"proxyOf"===e?t:"root"===e?()=>t.root().toProxy():t[e],set:(t,e,r)=>(t[e]===r||(t[e]=r,"prop"!==e&&"value"!==e&&"name"!==e&&"params"!==e&&"important"!==e&&"text"!==e||t.markDirty()),!0)}}markDirty(){if(this[n]){this[n]=!1;let t=this;for(;t=t.parent;)t[n]=!1}}next(){if(!this.parent)return;let t=this.parent.index(this);return this.parent.nodes[t+1]}positionBy(t,e){let r=this.source.start;if(t.index)r=this.positionInside(t.index,e);else if(t.word){let n=(e=this.toString()).indexOf(t.word);-1!==n&&(r=this.positionInside(n,e))}return r}positionInside(t,e){let r=e||this.toString(),n=this.source.start.column,i=this.source.start.line;for(let e=0;e"object"==typeof t&&t.toJSON?t.toJSON(null,e):t));else if("object"==typeof n&&n.toJSON)r[t]=n.toJSON(null,e);else if("source"===t){let o=e.get(n.input);null==o&&(o=i,e.set(n.input,i),i++),r[t]={end:n.end,inputId:o,start:n.start}}else r[t]=n}return n&&(r.inputs=[...e.keys()].map((t=>t.toJSON()))),r}toProxy(){return this.proxyCache||(this.proxyCache=new Proxy(this,this.getProxyProcessor())),this.proxyCache}toString(t=a){t.stringify&&(t=t.stringify);let e="";return t(this,(t=>{e+=t})),e}warn(t,e,r){let n={node:this};for(let t in r)n[t]=r[t];return t.warn(e,n)}get proxyOf(){return this}}t.exports=c,c.default=c},9577:(t,e,r)=>{"use strict";let n=r(7793),i=r(8339),o=r(1106);function s(t,e){let r=new o(t,e),n=new i(r);try{n.parse()}catch(t){throw t}return n.root}t.exports=s,s.default=s,n.registerParse(s)},8339:(t,e,r)=>{"use strict";let n=r(5238),i=r(5781),o=r(9371),s=r(396),a=r(5644),l=r(1534);const c={empty:!0,space:!0};t.exports=class{constructor(t){this.input=t,this.root=new a,this.current=this.root,this.spaces="",this.semicolon=!1,this.customProperty=!1,this.createTokenizer(),this.root.source={input:t,start:{column:1,line:1,offset:0}}}atrule(t){let e,r,n,i=new s;i.name=t[1].slice(1),""===i.name&&this.unnamedAtrule(i,t),this.init(i,t[2]);let o=!1,a=!1,l=[],c=[];for(;!this.tokenizer.endOfFile();){if(e=(t=this.tokenizer.nextToken())[0],"("===e||"["===e?c.push("("===e?")":"]"):"{"===e&&c.length>0?c.push("}"):e===c[c.length-1]&&c.pop(),0===c.length){if(";"===e){i.source.end=this.getPosition(t[2]),i.source.end.offset++,this.semicolon=!0;break}if("{"===e){a=!0;break}if("}"===e){if(l.length>0){for(n=l.length-1,r=l[n];r&&"space"===r[0];)r=l[--n];r&&(i.source.end=this.getPosition(r[3]||r[2]),i.source.end.offset++)}this.end(t);break}l.push(t)}else l.push(t);if(this.tokenizer.endOfFile()){o=!0;break}}i.raws.between=this.spacesAndCommentsFromEnd(l),l.length?(i.raws.afterName=this.spacesAndCommentsFromStart(l),this.raw(i,"params",l),o&&(t=l[l.length-1],i.source.end=this.getPosition(t[3]||t[2]),i.source.end.offset++,this.spaces=i.raws.between,i.raws.between="")):(i.raws.afterName="",i.params=""),a&&(i.nodes=[],this.current=i)}checkMissedSemicolon(t){let e=this.colon(t);if(!1===e)return;let r,n=0;for(let i=e-1;i>=0&&(r=t[i],"space"===r[0]||(n+=1,2!==n));i--);throw this.input.error("Missed semicolon","word"===r[0]?r[3]+1:r[2])}colon(t){let e,r,n,i=0;for(let[o,s]of t.entries()){if(e=s,r=e[0],"("===r&&(i+=1),")"===r&&(i-=1),0===i&&":"===r){if(n){if("word"===n[0]&&"progid"===n[1])continue;return o}this.doubleColon(e)}n=e}return!1}comment(t){let e=new o;this.init(e,t[2]),e.source.end=this.getPosition(t[3]||t[2]),e.source.end.offset++;let r=t[1].slice(2,-2);if(/^\s*$/.test(r))e.text="",e.raws.left=r,e.raws.right="";else{let t=r.match(/^(\s*)([^]*\S)(\s*)$/);e.text=t[2],e.raws.left=t[1],e.raws.right=t[3]}}createTokenizer(){this.tokenizer=i(this.input)}decl(t,e){let r=new n;this.init(r,t[0][2]);let i,o=t[t.length-1];for(";"===o[0]&&(this.semicolon=!0,t.pop()),r.source.end=this.getPosition(o[3]||o[2]||function(t){for(let e=t.length-1;e>=0;e--){let r=t[e],n=r[3]||r[2];if(n)return n}}(t)),r.source.end.offset++;"word"!==t[0][0];)1===t.length&&this.unknownWord(t),r.raws.before+=t.shift()[1];for(r.source.start=this.getPosition(t[0][2]),r.prop="";t.length;){let e=t[0][0];if(":"===e||"space"===e||"comment"===e)break;r.prop+=t.shift()[1]}for(r.raws.between="";t.length;){if(i=t.shift(),":"===i[0]){r.raws.between+=i[1];break}"word"===i[0]&&/\w/.test(i[1])&&this.unknownWord([i]),r.raws.between+=i[1]}"_"!==r.prop[0]&&"*"!==r.prop[0]||(r.raws.before+=r.prop[0],r.prop=r.prop.slice(1));let s,a=[];for(;t.length&&(s=t[0][0],"space"===s||"comment"===s);)a.push(t.shift());this.precheckMissedSemicolon(t);for(let e=t.length-1;e>=0;e--){if(i=t[e],"!important"===i[1].toLowerCase()){r.important=!0;let n=this.stringFrom(t,e);n=this.spacesFromEnd(t)+n," !important"!==n&&(r.raws.important=n);break}if("important"===i[1].toLowerCase()){let n=t.slice(0),i="";for(let t=e;t>0;t--){let e=n[t][0];if(0===i.trim().indexOf("!")&&"space"!==e)break;i=n.pop()[1]+i}0===i.trim().indexOf("!")&&(r.important=!0,r.raws.important=i,t=n)}if("space"!==i[0]&&"comment"!==i[0])break}t.some((t=>"space"!==t[0]&&"comment"!==t[0]))&&(r.raws.between+=a.map((t=>t[1])).join(""),a=[]),this.raw(r,"value",a.concat(t),e),r.value.includes(":")&&!e&&this.checkMissedSemicolon(t)}doubleColon(t){throw this.input.error("Double colon",{offset:t[2]},{offset:t[2]+t[1].length})}emptyRule(t){let e=new l;this.init(e,t[2]),e.selector="",e.raws.between="",this.current=e}end(t){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.spaces="",this.current.parent?(this.current.source.end=this.getPosition(t[2]),this.current.source.end.offset++,this.current=this.current.parent):this.unexpectedClose(t)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.root.source.end=this.getPosition(this.tokenizer.position())}freeSemicolon(t){if(this.spaces+=t[1],this.current.nodes){let t=this.current.nodes[this.current.nodes.length-1];t&&"rule"===t.type&&!t.raws.ownSemicolon&&(t.raws.ownSemicolon=this.spaces,this.spaces="")}}getPosition(t){let e=this.input.fromOffset(t);return{column:e.col,line:e.line,offset:t}}init(t,e){this.current.push(t),t.source={input:this.input,start:this.getPosition(e)},t.raws.before=this.spaces,this.spaces="","comment"!==t.type&&(this.semicolon=!1)}other(t){let e=!1,r=null,n=!1,i=null,o=[],s=t[1].startsWith("--"),a=[],l=t;for(;l;){if(r=l[0],a.push(l),"("===r||"["===r)i||(i=l),o.push("("===r?")":"]");else if(s&&n&&"{"===r)i||(i=l),o.push("}");else if(0===o.length){if(";"===r){if(n)return void this.decl(a,s);break}if("{"===r)return void this.rule(a);if("}"===r){this.tokenizer.back(a.pop()),e=!0;break}":"===r&&(n=!0)}else r===o[o.length-1]&&(o.pop(),0===o.length&&(i=null));l=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(e=!0),o.length>0&&this.unclosedBracket(i),e&&n){if(!s)for(;a.length&&(l=a[a.length-1][0],"space"===l||"comment"===l);)this.tokenizer.back(a.pop());this.decl(a,s)}else this.unknownWord(a)}parse(){let t;for(;!this.tokenizer.endOfFile();)switch(t=this.tokenizer.nextToken(),t[0]){case"space":this.spaces+=t[1];break;case";":this.freeSemicolon(t);break;case"}":this.end(t);break;case"comment":this.comment(t);break;case"at-word":this.atrule(t);break;case"{":this.emptyRule(t);break;default:this.other(t)}this.endFile()}precheckMissedSemicolon(){}raw(t,e,r,n){let i,o,s,a,l=r.length,u="",p=!0;for(let t=0;tt+e[1]),"");t.raws[e]={raw:n,value:u}}t[e]=u}rule(t){t.pop();let e=new l;this.init(e,t[0][2]),e.raws.between=this.spacesAndCommentsFromEnd(t),this.raw(e,"selector",t),this.current=e}spacesAndCommentsFromEnd(t){let e,r="";for(;t.length&&(e=t[t.length-1][0],"space"===e||"comment"===e);)r=t.pop()[1]+r;return r}spacesAndCommentsFromStart(t){let e,r="";for(;t.length&&(e=t[0][0],"space"===e||"comment"===e);)r+=t.shift()[1];return r}spacesFromEnd(t){let e,r="";for(;t.length&&(e=t[t.length-1][0],"space"===e);)r=t.pop()[1]+r;return r}stringFrom(t,e){let r="";for(let n=e;n{"use strict";let n=r(3614),i=r(5238),o=r(6966),s=r(7793),a=r(6846),l=r(3303),c=r(3438),u=r(145),p=r(38),d=r(9371),m=r(396),f=r(3717),h=r(1106),g=r(9577),b=r(1752),y=r(1534),v=r(5644),x=r(3152);function w(...t){return 1===t.length&&Array.isArray(t[0])&&(t=t[0]),new a(t)}w.plugin=function(t,e){let r,n=!1;function i(...r){console&&console.warn&&!n&&(n=!0,console.warn(t+": postcss.plugin was deprecated. Migration guide:\nhttps://evilmartians.com/chronicles/postcss-8-plugin-migration"),process.env.LANG&&process.env.LANG.startsWith("cn")&&console.warn(t+": 里面 postcss.plugin 被弃用. 迁移指南:\nhttps://www.w3ctech.com/topic/2226"));let i=e(...r);return i.postcssPlugin=t,i.postcssVersion=(new a).version,i}return Object.defineProperty(i,"postcss",{get:()=>(r||(r=i()),r)}),i.process=function(t,e,r){return w([i(r)]).process(t,e)},i},w.stringify=l,w.parse=g,w.fromJSON=c,w.list=b,w.comment=t=>new d(t),w.atRule=t=>new m(t),w.decl=t=>new i(t),w.rule=t=>new y(t),w.root=t=>new v(t),w.document=t=>new u(t),w.CssSyntaxError=n,w.Declaration=i,w.Container=s,w.Processor=a,w.Document=u,w.Comment=d,w.Warning=p,w.AtRule=m,w.Result=f,w.Input=h,w.Rule=y,w.Root=v,w.Node=x,o.registerPostcss(w),t.exports=w,w.default=w},3878:(t,e,r)=>{"use strict";let{SourceMapConsumer:n,SourceMapGenerator:i}=r(1866),{existsSync:o,readFileSync:s}=r(9977),{dirname:a,join:l}=r(197);class c{constructor(t,e){if(!1===e.map)return;this.loadAnnotation(t),this.inline=this.startWith(this.annotation,"data:");let r=e.map?e.map.prev:void 0,n=this.loadMap(e.from,r);!this.mapFile&&e.from&&(this.mapFile=e.from),this.mapFile&&(this.root=a(this.mapFile)),n&&(this.text=n)}consumer(){return this.consumerCache||(this.consumerCache=new n(this.text)),this.consumerCache}decodeInline(t){if(/^data:application\/json;charset=utf-?8,/.test(t)||/^data:application\/json,/.test(t))return decodeURIComponent(t.substr(RegExp.lastMatch.length));if(/^data:application\/json;charset=utf-?8;base64,/.test(t)||/^data:application\/json;base64,/.test(t))return e=t.substr(RegExp.lastMatch.length),Buffer?Buffer.from(e,"base64").toString():window.atob(e);var e;let r=t.match(/data:application\/json;([^,]+),/)[1];throw new Error("Unsupported source map encoding "+r)}getAnnotationURL(t){return t.replace(/^\/\*\s*# sourceMappingURL=/,"").trim()}isMap(t){return"object"==typeof t&&("string"==typeof t.mappings||"string"==typeof t._mappings||Array.isArray(t.sections))}loadAnnotation(t){let e=t.match(/\/\*\s*# sourceMappingURL=/gm);if(!e)return;let r=t.lastIndexOf(e.pop()),n=t.indexOf("*/",r);r>-1&&n>-1&&(this.annotation=this.getAnnotationURL(t.substring(r,n)))}loadFile(t){if(this.root=a(t),o(t))return this.mapFile=t,s(t,"utf-8").toString().trim()}loadMap(t,e){if(!1===e)return!1;if(e){if("string"==typeof e)return e;if("function"!=typeof e){if(e instanceof n)return i.fromSourceMap(e).toString();if(e instanceof i)return e.toString();if(this.isMap(e))return JSON.stringify(e);throw new Error("Unsupported previous source map format: "+e.toString())}{let r=e(t);if(r){let t=this.loadFile(r);if(!t)throw new Error("Unable to load previous source map: "+r.toString());return t}}}else{if(this.inline)return this.decodeInline(this.annotation);if(this.annotation){let e=this.annotation;return t&&(e=l(a(t),e)),this.loadFile(e)}}}startWith(t,e){return!!t&&t.substr(0,e.length)===e}withContent(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0)}}t.exports=c,c.default=c},6846:(t,e,r)=>{"use strict";let n=r(4211),i=r(6966),o=r(145),s=r(5644);class a{constructor(t=[]){this.version="8.4.31",this.plugins=this.normalize(t)}normalize(t){let e=[];for(let r of t)if(!0===r.postcss?r=r():r.postcss&&(r=r.postcss),"object"==typeof r&&Array.isArray(r.plugins))e=e.concat(r.plugins);else if("object"==typeof r&&r.postcssPlugin)e.push(r);else if("function"==typeof r)e.push(r);else{if("object"!=typeof r||!r.parse&&!r.stringify)throw new Error(r+" is not a PostCSS plugin")}return e}process(t,e={}){return 0===this.plugins.length&&void 0===e.parser&&void 0===e.stringifier&&void 0===e.syntax?new n(this,t,e):new i(this,t,e)}use(t){return this.plugins=this.plugins.concat(this.normalize([t])),this}}t.exports=a,a.default=a,s.registerProcessor(a),o.registerProcessor(a)},3717:(t,e,r)=>{"use strict";let n=r(38);class i{constructor(t,e,r){this.processor=t,this.messages=[],this.root=e,this.opts=r,this.css=void 0,this.map=void 0}toString(){return this.css}warn(t,e={}){e.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(e.plugin=this.lastPlugin.postcssPlugin);let r=new n(t,e);return this.messages.push(r),r}warnings(){return this.messages.filter((t=>"warning"===t.type))}get content(){return this.css}}t.exports=i,i.default=i},5644:(t,e,r)=>{"use strict";let n,i,o=r(7793);class s extends o{constructor(t){super(t),this.type="root",this.nodes||(this.nodes=[])}normalize(t,e,r){let n=super.normalize(t);if(e)if("prepend"===r)this.nodes.length>1?e.raws.before=this.nodes[1].raws.before:delete e.raws.before;else if(this.first!==e)for(let t of n)t.raws.before=e.raws.before;return n}removeChild(t,e){let r=this.index(t);return!e&&0===r&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[r].raws.before),super.removeChild(t)}toResult(t={}){return new n(new i,this,t).stringify()}}s.registerLazyResult=t=>{n=t},s.registerProcessor=t=>{i=t},t.exports=s,s.default=s,o.registerRoot(s)},1534:(t,e,r)=>{"use strict";let n=r(7793),i=r(1752);class o extends n{constructor(t){super(t),this.type="rule",this.nodes||(this.nodes=[])}get selectors(){return i.comma(this.selector)}set selectors(t){let e=this.selector?this.selector.match(/,\s*/):null,r=e?e[0]:","+this.raw("between","beforeOpen");this.selector=t.join(r)}}t.exports=o,o.default=o,n.registerRule(o)},7668:t=>{"use strict";const e={after:"\n",beforeClose:"\n",beforeComment:"\n",beforeDecl:"\n",beforeOpen:" ",beforeRule:"\n",colon:": ",commentLeft:" ",commentRight:" ",emptyBody:"",indent:" ",semicolon:!1};class r{constructor(t){this.builder=t}atrule(t,e){let r="@"+t.name,n=t.params?this.rawValue(t,"params"):"";if(void 0!==t.raws.afterName?r+=t.raws.afterName:n&&(r+=" "),t.nodes)this.block(t,r+n);else{let i=(t.raws.between||"")+(e?";":"");this.builder(r+n+i,t)}}beforeAfter(t,e){let r;r="decl"===t.type?this.raw(t,null,"beforeDecl"):"comment"===t.type?this.raw(t,null,"beforeComment"):"before"===e?this.raw(t,null,"beforeRule"):this.raw(t,null,"beforeClose");let n=t.parent,i=0;for(;n&&"root"!==n.type;)i+=1,n=n.parent;if(r.includes("\n")){let e=this.raw(t,null,"indent");if(e.length)for(let t=0;t0&&"comment"===t.nodes[e].type;)e-=1;let r=this.raw(t,"semicolon");for(let n=0;n{if(i=t.raws[r],void 0!==i)return!1}))}var a;return void 0===i&&(i=e[n]),s.rawCache[n]=i,i}rawBeforeClose(t){let e;return t.walk((t=>{if(t.nodes&&t.nodes.length>0&&void 0!==t.raws.after)return e=t.raws.after,e.includes("\n")&&(e=e.replace(/[^\n]+$/,"")),!1})),e&&(e=e.replace(/\S/g,"")),e}rawBeforeComment(t,e){let r;return t.walkComments((t=>{if(void 0!==t.raws.before)return r=t.raws.before,r.includes("\n")&&(r=r.replace(/[^\n]+$/,"")),!1})),void 0===r?r=this.raw(e,null,"beforeDecl"):r&&(r=r.replace(/\S/g,"")),r}rawBeforeDecl(t,e){let r;return t.walkDecls((t=>{if(void 0!==t.raws.before)return r=t.raws.before,r.includes("\n")&&(r=r.replace(/[^\n]+$/,"")),!1})),void 0===r?r=this.raw(e,null,"beforeRule"):r&&(r=r.replace(/\S/g,"")),r}rawBeforeOpen(t){let e;return t.walk((t=>{if("decl"!==t.type&&(e=t.raws.between,void 0!==e))return!1})),e}rawBeforeRule(t){let e;return t.walk((r=>{if(r.nodes&&(r.parent!==t||t.first!==r)&&void 0!==r.raws.before)return e=r.raws.before,e.includes("\n")&&(e=e.replace(/[^\n]+$/,"")),!1})),e&&(e=e.replace(/\S/g,"")),e}rawColon(t){let e;return t.walkDecls((t=>{if(void 0!==t.raws.between)return e=t.raws.between.replace(/[^\s:]/g,""),!1})),e}rawEmptyBody(t){let e;return t.walk((t=>{if(t.nodes&&0===t.nodes.length&&(e=t.raws.after,void 0!==e))return!1})),e}rawIndent(t){if(t.raws.indent)return t.raws.indent;let e;return t.walk((r=>{let n=r.parent;if(n&&n!==t&&n.parent&&n.parent===t&&void 0!==r.raws.before){let t=r.raws.before.split("\n");return e=t[t.length-1],e=e.replace(/\S/g,""),!1}})),e}rawSemicolon(t){let e;return t.walk((t=>{if(t.nodes&&t.nodes.length&&"decl"===t.last.type&&(e=t.raws.semicolon,void 0!==e))return!1})),e}rawValue(t,e){let r=t[e],n=t.raws[e];return n&&n.value===r?n.raw:r}root(t){this.body(t),t.raws.after&&this.builder(t.raws.after)}rule(t){this.block(t,this.rawValue(t,"selector")),t.raws.ownSemicolon&&this.builder(t.raws.ownSemicolon,t,"end")}stringify(t,e){if(!this[t.type])throw new Error("Unknown AST node type "+t.type+". Maybe you need to change PostCSS stringifier.");this[t.type](t,e)}}t.exports=r,r.default=r},3303:(t,e,r)=>{"use strict";let n=r(7668);function i(t,e){new n(e).stringify(t)}t.exports=i,i.default=i},4151:t=>{"use strict";t.exports.isClean=Symbol("isClean"),t.exports.my=Symbol("my")},5781:t=>{"use strict";const e="'".charCodeAt(0),r='"'.charCodeAt(0),n="\\".charCodeAt(0),i="/".charCodeAt(0),o="\n".charCodeAt(0),s=" ".charCodeAt(0),a="\f".charCodeAt(0),l="\t".charCodeAt(0),c="\r".charCodeAt(0),u="[".charCodeAt(0),p="]".charCodeAt(0),d="(".charCodeAt(0),m=")".charCodeAt(0),f="{".charCodeAt(0),h="}".charCodeAt(0),g=";".charCodeAt(0),b="*".charCodeAt(0),y=":".charCodeAt(0),v="@".charCodeAt(0),x=/[\t\n\f\r "#'()/;[\\\]{}]/g,w=/[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g,_=/.[\r\n"'(/\\]/,k=/[\da-f]/i;t.exports=function(t,A={}){let E,S,C,T,O,I,j,L,P,N,D=t.css.valueOf(),M=A.ignoreErrors,R=D.length,q=0,B=[],$=[];function F(e){throw t.error("Unclosed "+e,q)}return{back:function(t){$.push(t)},endOfFile:function(){return 0===$.length&&q>=R},nextToken:function(t){if($.length)return $.pop();if(q>=R)return;let A=!!t&&t.ignoreUnclosed;switch(E=D.charCodeAt(q),E){case o:case s:case l:case c:case a:S=q;do{S+=1,E=D.charCodeAt(S)}while(E===s||E===o||E===l||E===c||E===a);N=["space",D.slice(q,S)],q=S-1;break;case u:case p:case f:case h:case y:case g:case m:{let t=String.fromCharCode(E);N=[t,t,q];break}case d:if(L=B.length?B.pop()[1]:"",P=D.charCodeAt(q+1),"url"===L&&P!==e&&P!==r&&P!==s&&P!==o&&P!==l&&P!==a&&P!==c){S=q;do{if(I=!1,S=D.indexOf(")",S+1),-1===S){if(M||A){S=q;break}F("bracket")}for(j=S;D.charCodeAt(j-1)===n;)j-=1,I=!I}while(I);N=["brackets",D.slice(q,S+1),q,S],q=S}else S=D.indexOf(")",q+1),T=D.slice(q,S+1),-1===S||_.test(T)?N=["(","(",q]:(N=["brackets",T,q,S],q=S);break;case e:case r:C=E===e?"'":'"',S=q;do{if(I=!1,S=D.indexOf(C,S+1),-1===S){if(M||A){S=q+1;break}F("string")}for(j=S;D.charCodeAt(j-1)===n;)j-=1,I=!I}while(I);N=["string",D.slice(q,S+1),q,S],q=S;break;case v:x.lastIndex=q+1,x.test(D),S=0===x.lastIndex?D.length-1:x.lastIndex-2,N=["at-word",D.slice(q,S+1),q,S],q=S;break;case n:for(S=q,O=!0;D.charCodeAt(S+1)===n;)S+=1,O=!O;if(E=D.charCodeAt(S+1),O&&E!==i&&E!==s&&E!==o&&E!==l&&E!==c&&E!==a&&(S+=1,k.test(D.charAt(S)))){for(;k.test(D.charAt(S+1));)S+=1;D.charCodeAt(S+1)===s&&(S+=1)}N=["word",D.slice(q,S+1),q,S],q=S;break;default:E===i&&D.charCodeAt(q+1)===b?(S=D.indexOf("*/",q+2)+1,0===S&&(M||A?S=D.length:F("comment")),N=["comment",D.slice(q,S+1),q,S],q=S):(w.lastIndex=q+1,w.test(D),S=0===w.lastIndex?D.length-1:w.lastIndex-2,N=["word",D.slice(q,S+1),q,S],B.push(N),q=S)}return q++,N},position:function(){return q}}}},6156:t=>{"use strict";let e={};t.exports=function(t){e[t]||(e[t]=!0,"undefined"!=typeof console&&console.warn&&console.warn(t))}},38:t=>{"use strict";class e{constructor(t,e={}){if(this.type="warning",this.text=t,e.node&&e.node.source){let t=e.node.rangeBy(e);this.line=t.start.line,this.column=t.start.column,this.endLine=t.end.line,this.endColumn=t.end.column}for(let t in e)this[t]=e[t]}toString(){return this.node?this.node.error(this.text,{index:this.index,plugin:this.plugin,word:this.word}).message:this.plugin?this.plugin+": "+this.text:this.text}}t.exports=e,e.default=e},4728:(t,e,r)=>{const n=r(6808),i=r(2834),{isPlainObject:o}=r(8682),s=r(4744),a=r(9466),{parse:l}=r(2895),c=["img","audio","video","picture","svg","object","map","iframe","embed"],u=["script","style"];function p(t,e){t&&Object.keys(t).forEach((function(r){e(t[r],r)}))}function d(t,e){return{}.hasOwnProperty.call(t,e)}function m(t,e){const r=[];return p(t,(function(t){e(t)&&r.push(t)})),r}t.exports=h;const f=/^[^\0\t\n\f\r /<=>]+$/;function h(t,e,r){if(null==t)return"";"number"==typeof t&&(t=t.toString());let b="",y="";function v(t,e){const r=this;this.tag=t,this.attribs=e||{},this.tagPosition=b.length,this.text="",this.mediaChildren=[],this.updateParentNodeText=function(){if(I.length){I[I.length-1].text+=r.text}},this.updateParentNodeMediaChildren=function(){if(I.length&&c.includes(this.tag)){I[I.length-1].mediaChildren.push(this.tag)}}}(e=Object.assign({},h.defaults,e)).parser=Object.assign({},g,e.parser);const x=function(t){return!1===e.allowedTags||(e.allowedTags||[]).indexOf(t)>-1};u.forEach((function(t){x(t)&&!e.allowVulnerableTags&&console.warn(`\n\n⚠️ Your \`allowedTags\` option includes, \`${t}\`, which is inherently\nvulnerable to XSS attacks. Please remove it from \`allowedTags\`.\nOr, to disable this warning, add the \`allowVulnerableTags\` option\nand ensure you are accounting for this risk.\n\n`)}));const w=e.nonTextTags||["script","style","textarea","option"];let _,k;e.allowedAttributes&&(_={},k={},p(e.allowedAttributes,(function(t,e){_[e]=[];const r=[];t.forEach((function(t){"string"==typeof t&&t.indexOf("*")>=0?r.push(i(t).replace(/\\\*/g,".*")):_[e].push(t)})),r.length&&(k[e]=new RegExp("^("+r.join("|")+")$"))})));const A={},E={},S={};p(e.allowedClasses,(function(t,e){if(_&&(d(_,e)||(_[e]=[]),_[e].push("class")),A[e]=t,Array.isArray(t)){const r=[];A[e]=[],S[e]=[],t.forEach((function(t){"string"==typeof t&&t.indexOf("*")>=0?r.push(i(t).replace(/\\\*/g,".*")):t instanceof RegExp?S[e].push(t):A[e].push(t)})),r.length&&(E[e]=new RegExp("^("+r.join("|")+")$"))}}));const C={};let T,O,I,j,L,P,N;p(e.transformTags,(function(t,e){let r;"function"==typeof t?r=t:"string"==typeof t&&(r=h.simpleTransform(t)),"*"===e?T=r:C[e]=r}));let D=!1;R();const M=new n.Parser({onopentag:function(t,r){if(e.enforceHtmlBoundary&&"html"===t&&R(),P)return void N++;const n=new v(t,r);I.push(n);let i=!1;const c=!!n.text;let u;if(d(C,t)&&(u=C[t](t,r),n.attribs=r=u.attribs,void 0!==u.text&&(n.innerText=u.text),t!==u.tagName&&(n.name=t=u.tagName,L[O]=u.tagName)),T&&(u=T(t,r),n.attribs=r=u.attribs,t!==u.tagName&&(n.name=t=u.tagName,L[O]=u.tagName)),(!x(t)||"recursiveEscape"===e.disallowedTagsMode&&!function(t){for(const e in t)if(d(t,e))return!1;return!0}(j)||null!=e.nestingLimit&&O>=e.nestingLimit)&&(i=!0,j[O]=!0,"discard"===e.disallowedTagsMode&&-1!==w.indexOf(t)&&(P=!0,N=1),j[O]=!0),O++,i){if("discard"===e.disallowedTagsMode)return;y=b,b=""}b+="<"+t,"script"===t&&(e.allowedScriptHostnames||e.allowedScriptDomains)&&(n.innerText=""),(!_||d(_,t)||_["*"])&&p(r,(function(r,i){if(!f.test(i))return void delete n.attribs[i];if(""===r&&!e.allowedEmptyAttributes.includes(i)&&(e.nonBooleanAttributes.includes(i)||e.nonBooleanAttributes.includes("*")))return void delete n.attribs[i];let c=!1;if(!_||d(_,t)&&-1!==_[t].indexOf(i)||_["*"]&&-1!==_["*"].indexOf(i)||d(k,t)&&k[t].test(i)||k["*"]&&k["*"].test(i))c=!0;else if(_&&_[t])for(const e of _[t])if(o(e)&&e.name&&e.name===i){c=!0;let t="";if(!0===e.multiple){const n=r.split(" ");for(const r of n)-1!==e.values.indexOf(r)&&(""===t?t=r:t+=" "+r)}else e.values.indexOf(r)>=0&&(t=r);r=t}if(c){if(-1!==e.allowedSchemesAppliedToAttributes.indexOf(i)&&B(t,r))return void delete n.attribs[i];if("script"===t&&"src"===i){let t=!0;try{const n=$(r);if(e.allowedScriptHostnames||e.allowedScriptDomains){const r=(e.allowedScriptHostnames||[]).find((function(t){return t===n.url.hostname})),i=(e.allowedScriptDomains||[]).find((function(t){return n.url.hostname===t||n.url.hostname.endsWith(`.${t}`)}));t=r||i}}catch(e){t=!1}if(!t)return void delete n.attribs[i]}if("iframe"===t&&"src"===i){let t=!0;try{const n=$(r);if(n.isRelativeUrl)t=d(e,"allowIframeRelativeUrls")?e.allowIframeRelativeUrls:!e.allowedIframeHostnames&&!e.allowedIframeDomains;else if(e.allowedIframeHostnames||e.allowedIframeDomains){const r=(e.allowedIframeHostnames||[]).find((function(t){return t===n.url.hostname})),i=(e.allowedIframeDomains||[]).find((function(t){return n.url.hostname===t||n.url.hostname.endsWith(`.${t}`)}));t=r||i}}catch(e){t=!1}if(!t)return void delete n.attribs[i]}if("srcset"===i)try{let t=a(r);if(t.forEach((function(t){B("srcset",t.url)&&(t.evil=!0)})),t=m(t,(function(t){return!t.evil})),!t.length)return void delete n.attribs[i];r=m(t,(function(t){return!t.evil})).map((function(t){if(!t.url)throw new Error("URL missing");return t.url+(t.w?` ${t.w}w`:"")+(t.h?` ${t.h}h`:"")+(t.d?` ${t.d}x`:"")})).join(", "),n.attribs[i]=r}catch(t){return void delete n.attribs[i]}if("class"===i){const e=A[t],o=A["*"],a=E[t],l=S[t],c=[a,E["*"]].concat(l).filter((function(t){return t}));if(!(r=F(r,e&&o?s(e,o):e||o,c)).length)return void delete n.attribs[i]}if("style"===i)if(e.parseStyleAttributes)try{const o=function(t,e){if(!e)return t;const r=t.nodes[0];let n;n=e[r.selector]&&e["*"]?s(e[r.selector],e["*"]):e[r.selector]||e["*"];n&&(t.nodes[0].nodes=r.nodes.reduce(function(t){return function(e,r){if(d(t,r.prop)){t[r.prop].some((function(t){return t.test(r.value)}))&&e.push(r)}return e}}(n),[]));return t}(l(t+" {"+r+"}",{map:!1}),e.allowedStyles);if(r=function(t){return t.nodes[0].nodes.reduce((function(t,e){return t.push(`${e.prop}:${e.value}${e.important?" !important":""}`),t}),[]).join(";")}(o),0===r.length)return void delete n.attribs[i]}catch(e){return"undefined"!=typeof window&&console.warn('Failed to parse "'+t+" {"+r+"}\", If you're running this in a browser, we recommend to disable style parsing: options.parseStyleAttributes: false, since this only works in a node environment due to a postcss dependency, More info: https://github.com/apostrophecms/sanitize-html/issues/547"),void delete n.attribs[i]}else if(e.allowedStyles)throw new Error("allowedStyles option cannot be used together with parseStyleAttributes: false.");b+=" "+i,r&&r.length?b+='="'+q(r,!0)+'"':e.allowedEmptyAttributes.includes(i)&&(b+='=""')}else delete n.attribs[i]})),-1!==e.selfClosing.indexOf(t)?b+=" />":(b+=">",!n.innerText||c||e.textFilter||(b+=q(n.innerText),D=!0)),i&&(b=y+q(b),y="")},ontext:function(t){if(P)return;const r=I[I.length-1];let n;if(r&&(n=r.tag,t=void 0!==r.innerText?r.innerText:t),"discard"!==e.disallowedTagsMode||"script"!==n&&"style"!==n){const r=q(t,!1);e.textFilter&&!D?b+=e.textFilter(r,n):D||(b+=r)}else b+=t;if(I.length){I[I.length-1].text+=t}},onclosetag:function(t,r){if(P){if(N--,N)return;P=!1}const n=I.pop();if(!n)return;if(n.tag!==t)return void I.push(n);P=!!e.enforceHtmlBoundary&&"html"===t,O--;const i=j[O];if(i){if(delete j[O],"discard"===e.disallowedTagsMode)return void n.updateParentNodeText();y=b,b=""}L[O]&&(t=L[O],delete L[O]),e.exclusiveFilter&&e.exclusiveFilter(n)?b=b.substr(0,n.tagPosition):(n.updateParentNodeMediaChildren(),n.updateParentNodeText(),-1!==e.selfClosing.indexOf(t)||r&&!x(t)&&["escape","recursiveEscape"].indexOf(e.disallowedTagsMode)>=0?i&&(b=y,y=""):(b+="",i&&(b=y+q(b),y=""),D=!1))}},e.parser);return M.write(t),M.end(),b;function R(){b="",O=0,I=[],j={},L={},P=!1,N=0}function q(t,r){return"string"!=typeof t&&(t+=""),e.parser.decodeEntities&&(t=t.replace(/&/g,"&").replace(//g,">"),r&&(t=t.replace(/"/g,"""))),t=t.replace(/&(?![a-zA-Z0-9#]{1,20};)/g,"&").replace(//g,">"),r&&(t=t.replace(/"/g,""")),t}function B(t,r){for(r=r.replace(/[\x00-\x20]+/g,"");;){const t=r.indexOf("\x3c!--");if(-1===t)break;const e=r.indexOf("--\x3e",t+4);if(-1===e)break;r=r.substring(0,t)+r.substring(e+3)}const n=r.match(/^([a-zA-Z][a-zA-Z0-9.\-+]*):/);if(!n)return!!r.match(/^[/\\]{2}/)&&!e.allowProtocolRelative;const i=n[1].toLowerCase();return d(e.allowedSchemesByTag,t)?-1===e.allowedSchemesByTag[t].indexOf(i):!e.allowedSchemes||-1===e.allowedSchemes.indexOf(i)}function $(t){if((t=t.replace(/^(\w+:)?\s*[\\/]\s*[\\/]/,"$1//")).startsWith("relative:"))throw new Error("relative: exploit attempt");let e="relative://relative-site";for(let t=0;t<100;t++)e+=`/${t}`;const r=new URL(t,e);return{isRelativeUrl:r&&"relative-site"===r.hostname&&"relative:"===r.protocol,url:r}}function F(t,e,r){return e?(t=t.split(/\s+/)).filter((function(t){return-1!==e.indexOf(t)||r.some((function(e){return e.test(t)}))})).join(" "):t}}const g={decodeEntities:!0};h.defaults={allowedTags:["address","article","aside","footer","header","h1","h2","h3","h4","h5","h6","hgroup","main","nav","section","blockquote","dd","div","dl","dt","figcaption","figure","hr","li","main","ol","p","pre","ul","a","abbr","b","bdi","bdo","br","cite","code","data","dfn","em","i","kbd","mark","q","rb","rp","rt","rtc","ruby","s","samp","small","span","strong","sub","sup","time","u","var","wbr","caption","col","colgroup","table","tbody","td","tfoot","th","thead","tr"],nonBooleanAttributes:["abbr","accept","accept-charset","accesskey","action","allow","alt","as","autocapitalize","autocomplete","blocking","charset","cite","class","color","cols","colspan","content","contenteditable","coords","crossorigin","data","datetime","decoding","dir","dirname","download","draggable","enctype","enterkeyhint","fetchpriority","for","form","formaction","formenctype","formmethod","formtarget","headers","height","hidden","high","href","hreflang","http-equiv","id","imagesizes","imagesrcset","inputmode","integrity","is","itemid","itemprop","itemref","itemtype","kind","label","lang","list","loading","low","max","maxlength","media","method","min","minlength","name","nonce","optimum","pattern","ping","placeholder","popover","popovertarget","popovertargetaction","poster","preload","referrerpolicy","rel","rows","rowspan","sandbox","scope","shape","size","sizes","slot","span","spellcheck","src","srcdoc","srclang","srcset","start","step","style","tabindex","target","title","translate","type","usemap","value","width","wrap","onauxclick","onafterprint","onbeforematch","onbeforeprint","onbeforeunload","onbeforetoggle","onblur","oncancel","oncanplay","oncanplaythrough","onchange","onclick","onclose","oncontextlost","oncontextmenu","oncontextrestored","oncopy","oncuechange","oncut","ondblclick","ondrag","ondragend","ondragenter","ondragleave","ondragover","ondragstart","ondrop","ondurationchange","onemptied","onended","onerror","onfocus","onformdata","onhashchange","oninput","oninvalid","onkeydown","onkeypress","onkeyup","onlanguagechange","onload","onloadeddata","onloadedmetadata","onloadstart","onmessage","onmessageerror","onmousedown","onmouseenter","onmouseleave","onmousemove","onmouseout","onmouseover","onmouseup","onoffline","ononline","onpagehide","onpageshow","onpaste","onpause","onplay","onplaying","onpopstate","onprogress","onratechange","onreset","onresize","onrejectionhandled","onscroll","onscrollend","onsecuritypolicyviolation","onseeked","onseeking","onselect","onslotchange","onstalled","onstorage","onsubmit","onsuspend","ontimeupdate","ontoggle","onunhandledrejection","onunload","onvolumechange","onwaiting","onwheel"],disallowedTagsMode:"discard",allowedAttributes:{a:["href","name","target"],img:["src","srcset","alt","title","width","height","loading"]},allowedEmptyAttributes:["alt"],selfClosing:["img","br","hr","area","base","basefont","input","link","meta"],allowedSchemes:["http","https","ftp","mailto","tel"],allowedSchemesByTag:{},allowedSchemesAppliedToAttributes:["href","src","cite"],allowProtocolRelative:!0,enforceHtmlBoundary:!1,parseStyleAttributes:!0},h.simpleTransform=function(t,e,r){return r=void 0===r||r,e=e||{},function(n,i){let o;if(r)for(o in e)i[o]=e[o];else i=e;return{tagName:t,attribs:i}}}},1019:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.attributeNames=e.elementNames=void 0,e.elementNames=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map((function(t){return[t.toLowerCase(),t]}))),e.attributeNames=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map((function(t){return[t.toLowerCase(),t]})))},9079:function(t,e,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,r=1,n=arguments.length;r");case a.Comment:return function(t){return"\x3c!--".concat(t.data,"--\x3e")}(t);case a.CDATA:return function(t){return"")}(t);case a.Script:case a.Style:case a.Tag:return function(t,e){var r;"foreign"===e.xmlMode&&(t.name=null!==(r=c.elementNames.get(t.name))&&void 0!==r?r:t.name,t.parent&&h.has(t.parent.name)&&(e=n(n({},e),{xmlMode:!1})));!e.xmlMode&&g.has(t.name)&&(e=n(n({},e),{xmlMode:"foreign"}));var i="<".concat(t.name),o=function(t,e){var r;if(t){var n=!1===(null!==(r=e.encodeEntities)&&void 0!==r?r:e.decodeEntities)?p:e.xmlMode||"utf8"!==e.encodeEntities?l.encodeXML:l.escapeAttribute;return Object.keys(t).map((function(r){var i,o,s=null!==(i=t[r])&&void 0!==i?i:"";return"foreign"===e.xmlMode&&(r=null!==(o=c.attributeNames.get(r))&&void 0!==o?o:r),e.emptyAttrs||e.xmlMode||""!==s?"".concat(r,'="').concat(n(s),'"'):r})).join(" ")}}(t.attribs,e);o&&(i+=" ".concat(o));0===t.children.length&&(e.xmlMode?!1!==e.selfClosingTags:e.selfClosingTags&&d.has(t.name))?(e.xmlMode||(i+=" "),i+="/>"):(i+=">",t.children.length>0&&(i+=m(t.children,e)),!e.xmlMode&&d.has(t.name)||(i+="")));return i}(t,e);case a.Text:return function(t,e){var r,n=t.data||"";!1===(null!==(r=e.encodeEntities)&&void 0!==r?r:e.decodeEntities)||!e.xmlMode&&t.parent&&u.has(t.parent.name)||(n=e.xmlMode||"utf8"!==e.encodeEntities?(0,l.encodeXML)(n):(0,l.escapeText)(n));return n}(t,e)}}e.render=m,e.default=m;var h=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),g=new Set(["svg","math"])},4128:function(t,e,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(t,e,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){void 0===n&&(n=r),t[n]=e[r]}),i=this&&this.__exportStar||function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||n(e,t,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.DomHandler=void 0;var o=r(5413),s=r(430);i(r(430),e);var a={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},l=function(){function t(t,e,r){this.dom=[],this.root=new s.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,"function"==typeof e&&(r=e,e=a),"object"==typeof t&&(e=t,t=void 0),this.callback=null!=t?t:null,this.options=null!=e?e:a,this.elementCB=null!=r?r:null}return t.prototype.onparserinit=function(t){this.parser=t},t.prototype.onreset=function(){this.dom=[],this.root=new s.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null},t.prototype.onend=function(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))},t.prototype.onerror=function(t){this.handleCallback(t)},t.prototype.onclosetag=function(){this.lastNode=null;var t=this.tagStack.pop();this.options.withEndIndices&&(t.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(t)},t.prototype.onopentag=function(t,e){var r=this.options.xmlMode?o.ElementType.Tag:void 0,n=new s.Element(t,e,void 0,r);this.addNode(n),this.tagStack.push(n)},t.prototype.ontext=function(t){var e=this.lastNode;if(e&&e.type===o.ElementType.Text)e.data+=t,this.options.withEndIndices&&(e.endIndex=this.parser.endIndex);else{var r=new s.Text(t);this.addNode(r),this.lastNode=r}},t.prototype.oncomment=function(t){if(this.lastNode&&this.lastNode.type===o.ElementType.Comment)this.lastNode.data+=t;else{var e=new s.Comment(t);this.addNode(e),this.lastNode=e}},t.prototype.oncommentend=function(){this.lastNode=null},t.prototype.oncdatastart=function(){var t=new s.Text(""),e=new s.CDATA([t]);this.addNode(e),t.parent=e,this.lastNode=t},t.prototype.oncdataend=function(){this.lastNode=null},t.prototype.onprocessinginstruction=function(t,e){var r=new s.ProcessingInstruction(t,e);this.addNode(r)},t.prototype.handleCallback=function(t){if("function"==typeof this.callback)this.callback(t,this.dom);else if(t)throw t},t.prototype.addNode=function(t){var e=this.tagStack[this.tagStack.length-1],r=e.children[e.children.length-1];this.options.withStartIndices&&(t.startIndex=this.parser.startIndex),this.options.withEndIndices&&(t.endIndex=this.parser.endIndex),e.children.push(t),r&&(t.prev=r,r.next=t),t.parent=e,this.lastNode=null},t}();e.DomHandler=l,e.default=l},430:function(t,e,r){"use strict";var n,i=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},n(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}),o=this&&this.__assign||function(){return o=Object.assign||function(t){for(var e,r=1,n=arguments.length;r0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"childNodes",{get:function(){return this.children},set:function(t){this.children=t},enumerable:!1,configurable:!0}),e}(a);e.NodeWithChildren=d;var m=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=s.ElementType.CDATA,e}return i(e,t),Object.defineProperty(e.prototype,"nodeType",{get:function(){return 4},enumerable:!1,configurable:!0}),e}(d);e.CDATA=m;var f=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=s.ElementType.Root,e}return i(e,t),Object.defineProperty(e.prototype,"nodeType",{get:function(){return 9},enumerable:!1,configurable:!0}),e}(d);e.Document=f;var h=function(t){function e(e,r,n,i){void 0===n&&(n=[]),void 0===i&&(i="script"===e?s.ElementType.Script:"style"===e?s.ElementType.Style:s.ElementType.Tag);var o=t.call(this,n)||this;return o.name=e,o.attribs=r,o.type=i,o}return i(e,t),Object.defineProperty(e.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tagName",{get:function(){return this.name},set:function(t){this.name=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"attributes",{get:function(){var t=this;return Object.keys(this.attribs).map((function(e){var r,n;return{name:e,value:t.attribs[e],namespace:null===(r=t["x-attribsNamespace"])||void 0===r?void 0:r[e],prefix:null===(n=t["x-attribsPrefix"])||void 0===n?void 0:n[e]}}))},enumerable:!1,configurable:!0}),e}(d);function g(t){return(0,s.isTag)(t)}function b(t){return t.type===s.ElementType.CDATA}function y(t){return t.type===s.ElementType.Text}function v(t){return t.type===s.ElementType.Comment}function x(t){return t.type===s.ElementType.Directive}function w(t){return t.type===s.ElementType.Root}function _(t,e){var r;if(void 0===e&&(e=!1),y(t))r=new c(t.data);else if(v(t))r=new u(t.data);else if(g(t)){var n=e?k(t.children):[],i=new h(t.name,o({},t.attribs),n);n.forEach((function(t){return t.parent=i})),null!=t.namespace&&(i.namespace=t.namespace),t["x-attribsNamespace"]&&(i["x-attribsNamespace"]=o({},t["x-attribsNamespace"])),t["x-attribsPrefix"]&&(i["x-attribsPrefix"]=o({},t["x-attribsPrefix"])),r=i}else if(b(t)){n=e?k(t.children):[];var s=new m(n);n.forEach((function(t){return t.parent=s})),r=s}else if(w(t)){n=e?k(t.children):[];var a=new f(n);n.forEach((function(t){return t.parent=a})),t["x-mode"]&&(a["x-mode"]=t["x-mode"]),r=a}else{if(!x(t))throw new Error("Not implemented yet: ".concat(t.type));var l=new p(t.name,t.data);null!=t["x-name"]&&(l["x-name"]=t["x-name"],l["x-publicId"]=t["x-publicId"],l["x-systemId"]=t["x-systemId"]),r=l}return r.startIndex=t.startIndex,r.endIndex=t.endIndex,null!=t.sourceCodeLocation&&(r.sourceCodeLocation=t.sourceCodeLocation),r}function k(t){for(var e=t.map((function(t){return _(t,!0)})),r=1;r{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getFeed=void 0;var n=r(9124),i=r(1974);e.getFeed=function(t){var e=l(p,t);return e?"feed"===e.name?function(t){var e,r=t.children,n={type:"atom",items:(0,i.getElementsByTagName)("entry",r).map((function(t){var e,r=t.children,n={media:a(r)};u(n,"id","id",r),u(n,"title","title",r);var i=null===(e=l("link",r))||void 0===e?void 0:e.attribs.href;i&&(n.link=i);var o=c("summary",r)||c("content",r);o&&(n.description=o);var s=c("updated",r);return s&&(n.pubDate=new Date(s)),n}))};u(n,"id","id",r),u(n,"title","title",r);var o=null===(e=l("link",r))||void 0===e?void 0:e.attribs.href;o&&(n.link=o);u(n,"description","subtitle",r);var s=c("updated",r);s&&(n.updated=new Date(s));return u(n,"author","email",r,!0),n}(e):function(t){var e,r,n=null!==(r=null===(e=l("channel",t.children))||void 0===e?void 0:e.children)&&void 0!==r?r:[],o={type:t.name.substr(0,3),id:"",items:(0,i.getElementsByTagName)("item",t.children).map((function(t){var e=t.children,r={media:a(e)};u(r,"id","guid",e),u(r,"title","title",e),u(r,"link","link",e),u(r,"description","description",e);var n=c("pubDate",e)||c("dc:date",e);return n&&(r.pubDate=new Date(n)),r}))};u(o,"title","title",n),u(o,"link","link",n),u(o,"description","description",n);var s=c("lastBuildDate",n);s&&(o.updated=new Date(s));return u(o,"author","managingEditor",n,!0),o}(e):null};var o=["url","type","lang"],s=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function a(t){return(0,i.getElementsByTagName)("media:content",t).map((function(t){for(var e=t.attribs,r={medium:e.medium,isDefault:!!e.isDefault},n=0,i=o;n{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.uniqueSort=e.compareDocumentPosition=e.DocumentPosition=e.removeSubsets=void 0;var n,i=r(4128);function o(t,e){var r=[],o=[];if(t===e)return 0;for(var s=(0,i.hasChildren)(t)?t:t.parent;s;)r.unshift(s),s=s.parent;for(s=(0,i.hasChildren)(e)?e:e.parent;s;)o.unshift(s),s=s.parent;for(var a=Math.min(r.length,o.length),l=0;lu.indexOf(d)?c===e?n.FOLLOWING|n.CONTAINED_BY:n.FOLLOWING:c===t?n.PRECEDING|n.CONTAINS:n.PRECEDING}e.removeSubsets=function(t){for(var e=t.length;--e>=0;){var r=t[e];if(e>0&&t.lastIndexOf(r,e-1)>=0)t.splice(e,1);else for(var n=r.parent;n;n=n.parent)if(t.includes(n)){t.splice(e,1);break}}return t},function(t){t[t.DISCONNECTED=1]="DISCONNECTED",t[t.PRECEDING=2]="PRECEDING",t[t.FOLLOWING=4]="FOLLOWING",t[t.CONTAINS=8]="CONTAINS",t[t.CONTAINED_BY=16]="CONTAINED_BY"}(n=e.DocumentPosition||(e.DocumentPosition={})),e.compareDocumentPosition=o,e.uniqueSort=function(t){return(t=t.filter((function(t,e,r){return!r.includes(t,e+1)}))).sort((function(t,e){var r=o(t,e);return r&n.PRECEDING?-1:r&n.FOLLOWING?1:0})),t}},1941:function(t,e,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(t,e,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){void 0===n&&(n=r),t[n]=e[r]}),i=this&&this.__exportStar||function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||n(e,t,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.hasChildren=e.isDocument=e.isComment=e.isText=e.isCDATA=e.isTag=void 0,i(r(9124),e),i(r(2851),e),i(r(568),e),i(r(1161),e),i(r(1974),e),i(r(5936),e),i(r(2772),e);var o=r(4128);Object.defineProperty(e,"isTag",{enumerable:!0,get:function(){return o.isTag}}),Object.defineProperty(e,"isCDATA",{enumerable:!0,get:function(){return o.isCDATA}}),Object.defineProperty(e,"isText",{enumerable:!0,get:function(){return o.isText}}),Object.defineProperty(e,"isComment",{enumerable:!0,get:function(){return o.isComment}}),Object.defineProperty(e,"isDocument",{enumerable:!0,get:function(){return o.isDocument}}),Object.defineProperty(e,"hasChildren",{enumerable:!0,get:function(){return o.hasChildren}})},1974:(t,e,r)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getElementsByTagType=e.getElementsByTagName=e.getElementById=e.getElements=e.testElement=void 0;var n=r(4128),i=r(1161),o={tag_name:function(t){return"function"==typeof t?function(e){return(0,n.isTag)(e)&&t(e.name)}:"*"===t?n.isTag:function(e){return(0,n.isTag)(e)&&e.name===t}},tag_type:function(t){return"function"==typeof t?function(e){return t(e.type)}:function(e){return e.type===t}},tag_contains:function(t){return"function"==typeof t?function(e){return(0,n.isText)(e)&&t(e.data)}:function(e){return(0,n.isText)(e)&&e.data===t}}};function s(t,e){return"function"==typeof e?function(r){return(0,n.isTag)(r)&&e(r.attribs[t])}:function(r){return(0,n.isTag)(r)&&r.attribs[t]===e}}function a(t,e){return function(r){return t(r)||e(r)}}function l(t){var e=Object.keys(t).map((function(e){var r=t[e];return Object.prototype.hasOwnProperty.call(o,e)?o[e](r):s(e,r)}));return 0===e.length?null:e.reduce(a)}e.testElement=function(t,e){var r=l(t);return!r||r(e)},e.getElements=function(t,e,r,n){void 0===n&&(n=1/0);var o=l(t);return o?(0,i.filter)(o,e,r,n):[]},e.getElementById=function(t,e,r){return void 0===r&&(r=!0),Array.isArray(e)||(e=[e]),(0,i.findOne)(s("id",t),e,r)},e.getElementsByTagName=function(t,e,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),(0,i.filter)(o.tag_name(t),e,r,n)},e.getElementsByTagType=function(t,e,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),(0,i.filter)(o.tag_type(t),e,r,n)}},568:(t,e)=>{"use strict";function r(t){if(t.prev&&(t.prev.next=t.next),t.next&&(t.next.prev=t.prev),t.parent){var e=t.parent.children,r=e.lastIndexOf(t);r>=0&&e.splice(r,1)}t.next=null,t.prev=null,t.parent=null}Object.defineProperty(e,"__esModule",{value:!0}),e.prepend=e.prependChild=e.append=e.appendChild=e.replaceElement=e.removeElement=void 0,e.removeElement=r,e.replaceElement=function(t,e){var r=e.prev=t.prev;r&&(r.next=e);var n=e.next=t.next;n&&(n.prev=e);var i=e.parent=t.parent;if(i){var o=i.children;o[o.lastIndexOf(t)]=e,t.parent=null}},e.appendChild=function(t,e){if(r(e),e.next=null,e.parent=t,t.children.push(e)>1){var n=t.children[t.children.length-2];n.next=e,e.prev=n}else e.prev=null},e.append=function(t,e){r(e);var n=t.parent,i=t.next;if(e.next=i,e.prev=t,t.next=e,e.parent=n,i){if(i.prev=e,n){var o=n.children;o.splice(o.lastIndexOf(i),0,e)}}else n&&n.children.push(e)},e.prependChild=function(t,e){if(r(e),e.parent=t,e.prev=null,1!==t.children.unshift(e)){var n=t.children[1];n.prev=e,e.next=n}else e.next=null},e.prepend=function(t,e){r(e);var n=t.parent;if(n){var i=n.children;i.splice(i.indexOf(t),0,e)}t.prev&&(t.prev.next=e),e.parent=n,e.prev=t.prev,e.next=t,t.prev=e}},1161:(t,e,r)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.findAll=e.existsOne=e.findOne=e.findOneChild=e.find=e.filter=void 0;var n=r(4128);function i(t,e,r,i){for(var o=[],s=[e],a=[0];;)if(a[0]>=s[0].length){if(1===a.length)return o;s.shift(),a.shift()}else{var l=s[0][a[0]++];if(t(l)&&(o.push(l),--i<=0))return o;r&&(0,n.hasChildren)(l)&&l.children.length>0&&(a.unshift(0),s.unshift(l.children))}}e.filter=function(t,e,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),i(t,Array.isArray(e)?e:[e],r,n)},e.find=i,e.findOneChild=function(t,e){return e.find(t)},e.findOne=function t(e,r,i){void 0===i&&(i=!0);for(var o=null,s=0;s0&&(o=t(e,a.children,!0)))}return o},e.existsOne=function t(e,r){return r.some((function(r){return(0,n.isTag)(r)&&(e(r)||t(e,r.children))}))},e.findAll=function(t,e){for(var r=[],i=[e],o=[0];;)if(o[0]>=i[0].length){if(1===i.length)return r;i.shift(),o.shift()}else{var s=i[0][o[0]++];(0,n.isTag)(s)&&(t(s)&&r.push(s),s.children.length>0&&(o.unshift(0),i.unshift(s.children)))}}},9124:function(t,e,r){"use strict";var n=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.innerText=e.textContent=e.getText=e.getInnerHTML=e.getOuterHTML=void 0;var i=r(4128),o=n(r(9079)),s=r(5413);function a(t,e){return(0,o.default)(t,e)}e.getOuterHTML=a,e.getInnerHTML=function(t,e){return(0,i.hasChildren)(t)?t.children.map((function(t){return a(t,e)})).join(""):""},e.getText=function t(e){return Array.isArray(e)?e.map(t).join(""):(0,i.isTag)(e)?"br"===e.name?"\n":t(e.children):(0,i.isCDATA)(e)?t(e.children):(0,i.isText)(e)?e.data:""},e.textContent=function t(e){return Array.isArray(e)?e.map(t).join(""):(0,i.hasChildren)(e)&&!(0,i.isComment)(e)?t(e.children):(0,i.isText)(e)?e.data:""},e.innerText=function t(e){return Array.isArray(e)?e.map(t).join(""):(0,i.hasChildren)(e)&&(e.type===s.ElementType.Tag||(0,i.isCDATA)(e))?t(e.children):(0,i.isText)(e)?e.data:""}},2851:(t,e,r)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.prevElementSibling=e.nextElementSibling=e.getName=e.hasAttrib=e.getAttributeValue=e.getSiblings=e.getParent=e.getChildren=void 0;var n=r(4128);function i(t){return(0,n.hasChildren)(t)?t.children:[]}function o(t){return t.parent||null}e.getChildren=i,e.getParent=o,e.getSiblings=function(t){var e=o(t);if(null!=e)return i(e);for(var r=[t],n=t.prev,s=t.next;null!=n;)r.unshift(n),n=n.prev;for(;null!=s;)r.push(s),s=s.next;return r},e.getAttributeValue=function(t,e){var r;return null===(r=t.attribs)||void 0===r?void 0:r[e]},e.hasAttrib=function(t,e){return null!=t.attribs&&Object.prototype.hasOwnProperty.call(t.attribs,e)&&null!=t.attribs[e]},e.getName=function(t){return t.name},e.nextElementSibling=function(t){for(var e=t.next;null!==e&&!(0,n.isTag)(e);)e=e.next;return e},e.prevElementSibling=function(t){for(var e=t.prev;null!==e&&!(0,n.isTag)(e);)e=e.prev;return e}},2349:function(t,e,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(t,e,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){void 0===n&&(n=r),t[n]=e[r]}),i=this&&this.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),o=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&n(e,t,r);return i(e,t),e},s=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXML=e.decodeHTMLStrict=e.decodeHTMLAttribute=e.decodeHTML=e.determineBranch=e.EntityDecoder=e.DecodingMode=e.BinTrieFlags=e.fromCodePoint=e.replaceCodePoint=e.decodeCodePoint=e.xmlDecodeTree=e.htmlDecodeTree=void 0;var a=s(r(2556));e.htmlDecodeTree=a.default;var l=s(r(3356));e.xmlDecodeTree=l.default;var c=o(r(855));e.decodeCodePoint=c.default;var u,p=r(855);Object.defineProperty(e,"replaceCodePoint",{enumerable:!0,get:function(){return p.replaceCodePoint}}),Object.defineProperty(e,"fromCodePoint",{enumerable:!0,get:function(){return p.fromCodePoint}}),function(t){t[t.NUM=35]="NUM",t[t.SEMI=59]="SEMI",t[t.EQUALS=61]="EQUALS",t[t.ZERO=48]="ZERO",t[t.NINE=57]="NINE",t[t.LOWER_A=97]="LOWER_A",t[t.LOWER_F=102]="LOWER_F",t[t.LOWER_X=120]="LOWER_X",t[t.LOWER_Z=122]="LOWER_Z",t[t.UPPER_A=65]="UPPER_A",t[t.UPPER_F=70]="UPPER_F",t[t.UPPER_Z=90]="UPPER_Z"}(u||(u={}));var d,m,f;function h(t){return t>=u.ZERO&&t<=u.NINE}function g(t){return t===u.EQUALS||function(t){return t>=u.UPPER_A&&t<=u.UPPER_Z||t>=u.LOWER_A&&t<=u.LOWER_Z||h(t)}(t)}!function(t){t[t.VALUE_LENGTH=49152]="VALUE_LENGTH",t[t.BRANCH_LENGTH=16256]="BRANCH_LENGTH",t[t.JUMP_TABLE=127]="JUMP_TABLE"}(d=e.BinTrieFlags||(e.BinTrieFlags={})),function(t){t[t.EntityStart=0]="EntityStart",t[t.NumericStart=1]="NumericStart",t[t.NumericDecimal=2]="NumericDecimal",t[t.NumericHex=3]="NumericHex",t[t.NamedEntity=4]="NamedEntity"}(m||(m={})),function(t){t[t.Legacy=0]="Legacy",t[t.Strict=1]="Strict",t[t.Attribute=2]="Attribute"}(f=e.DecodingMode||(e.DecodingMode={}));var b=function(){function t(t,e,r){this.decodeTree=t,this.emitCodePoint=e,this.errors=r,this.state=m.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=f.Strict}return t.prototype.startEntity=function(t){this.decodeMode=t,this.state=m.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},t.prototype.write=function(t,e){switch(this.state){case m.EntityStart:return t.charCodeAt(e)===u.NUM?(this.state=m.NumericStart,this.consumed+=1,this.stateNumericStart(t,e+1)):(this.state=m.NamedEntity,this.stateNamedEntity(t,e));case m.NumericStart:return this.stateNumericStart(t,e);case m.NumericDecimal:return this.stateNumericDecimal(t,e);case m.NumericHex:return this.stateNumericHex(t,e);case m.NamedEntity:return this.stateNamedEntity(t,e)}},t.prototype.stateNumericStart=function(t,e){return e>=t.length?-1:(32|t.charCodeAt(e))===u.LOWER_X?(this.state=m.NumericHex,this.consumed+=1,this.stateNumericHex(t,e+1)):(this.state=m.NumericDecimal,this.stateNumericDecimal(t,e))},t.prototype.addToNumericResult=function(t,e,r,n){if(e!==r){var i=r-e;this.result=this.result*Math.pow(n,i)+parseInt(t.substr(e,i),n),this.consumed+=i}},t.prototype.stateNumericHex=function(t,e){for(var r,n=e;e=u.UPPER_A&&r<=u.UPPER_F||r>=u.LOWER_A&&r<=u.LOWER_F)))return this.addToNumericResult(t,n,e,16),this.emitNumericEntity(i,3);e+=1}return this.addToNumericResult(t,n,e,16),-1},t.prototype.stateNumericDecimal=function(t,e){for(var r=e;e>14;e>14)){if(o===u.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==f.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1},t.prototype.emitNotTerminatedNamedEntity=function(){var t,e=this.result,r=(this.decodeTree[e]&d.VALUE_LENGTH)>>14;return this.emitNamedEntityData(e,r,this.consumed),null===(t=this.errors)||void 0===t||t.missingSemicolonAfterCharacterReference(),this.consumed},t.prototype.emitNamedEntityData=function(t,e,r){var n=this.decodeTree;return this.emitCodePoint(1===e?n[t]&~d.VALUE_LENGTH:n[t+1],r),3===e&&this.emitCodePoint(n[t+2],r),r},t.prototype.end=function(){var t;switch(this.state){case m.NamedEntity:return 0===this.result||this.decodeMode===f.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case m.NumericDecimal:return this.emitNumericEntity(0,2);case m.NumericHex:return this.emitNumericEntity(0,3);case m.NumericStart:return null===(t=this.errors)||void 0===t||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case m.EntityStart:return 0}},t}();function y(t){var e="",r=new b(t,(function(t){return e+=(0,c.fromCodePoint)(t)}));return function(t,n){for(var i=0,o=0;(o=t.indexOf("&",o))>=0;){e+=t.slice(i,o),r.startEntity(n);var s=r.write(t,o+1);if(s<0){i=o+r.end();break}i=o+s,o=0===s?i+1:i}var a=e+t.slice(i);return e="",a}}function v(t,e,r,n){var i=(e&d.BRANCH_LENGTH)>>7,o=e&d.JUMP_TABLE;if(0===i)return 0!==o&&n===o?r:-1;if(o){var s=n-o;return s<0||s>=i?-1:t[r+s]-1}for(var a=r,l=a+i-1;a<=l;){var c=a+l>>>1,u=t[c];if(un))return t[c+i];l=c-1}}return-1}e.EntityDecoder=b,e.determineBranch=v;var x=y(a.default),w=y(l.default);e.decodeHTML=function(t,e){return void 0===e&&(e=f.Legacy),x(t,e)},e.decodeHTMLAttribute=function(t){return x(t,f.Attribute)},e.decodeHTMLStrict=function(t){return x(t,f.Strict)},e.decodeXML=function(t){return w(t,f.Strict)}},855:(t,e)=>{"use strict";var r;Object.defineProperty(e,"__esModule",{value:!0}),e.replaceCodePoint=e.fromCodePoint=void 0;var n=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function i(t){var e;return t>=55296&&t<=57343||t>1114111?65533:null!==(e=n.get(t))&&void 0!==e?e:t}e.fromCodePoint=null!==(r=String.fromCodePoint)&&void 0!==r?r:function(t){var e="";return t>65535&&(t-=65536,e+=String.fromCharCode(t>>>10&1023|55296),t=56320|1023&t),e+=String.fromCharCode(t)},e.replaceCodePoint=i,e.default=function(t){return(0,e.fromCodePoint)(i(t))}},8149:function(t,e,r){"use strict";var n=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.encodeNonAsciiHTML=e.encodeHTML=void 0;var i=n(r(2125)),o=r(1560),s=/[\t\n!-,./:-@[-`\f{-}$\x80-\uFFFF]/g;function a(t,e){for(var r,n="",s=0;null!==(r=t.exec(e));){var a=r.index;n+=e.substring(s,a);var l=e.charCodeAt(a),c=i.default.get(l);if("object"==typeof c){if(a+1{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.escapeText=e.escapeAttribute=e.escapeUTF8=e.escape=e.encodeXML=e.getCodePoint=e.xmlReplacer=void 0,e.xmlReplacer=/["&'<>$\x80-\uFFFF]/g;var r=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]);function n(t){for(var n,i="",o=0;null!==(n=e.xmlReplacer.exec(t));){var s=n.index,a=t.charCodeAt(s),l=r.get(a);void 0!==l?(i+=t.substring(o,s)+l,o=s+1):(i+="".concat(t.substring(o,s),"&#x").concat((0,e.getCodePoint)(t,s).toString(16),";"),o=e.xmlReplacer.lastIndex+=Number(55296==(64512&a)))}return i+t.substr(o)}function i(t,e){return function(r){for(var n,i=0,o="";n=t.exec(r);)i!==n.index&&(o+=r.substring(i,n.index)),o+=e.get(n[0].charCodeAt(0)),i=n.index+1;return o+r.substring(i)}}e.getCodePoint=null!=String.prototype.codePointAt?function(t,e){return t.codePointAt(e)}:function(t,e){return 55296==(64512&t.charCodeAt(e))?1024*(t.charCodeAt(e)-55296)+t.charCodeAt(e+1)-56320+65536:t.charCodeAt(e)},e.encodeXML=n,e.escape=n,e.escapeUTF8=i(/[&<>'"]/g,r),e.escapeAttribute=i(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),e.escapeText=i(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))},2556:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((function(t){return t.charCodeAt(0)})))},3356:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((function(t){return t.charCodeAt(0)})))},2125:(t,e)=>{"use strict";function r(t){for(var e=1;e{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXMLStrict=e.decodeHTML5Strict=e.decodeHTML4Strict=e.decodeHTML5=e.decodeHTML4=e.decodeHTMLAttribute=e.decodeHTMLStrict=e.decodeHTML=e.decodeXML=e.DecodingMode=e.EntityDecoder=e.encodeHTML5=e.encodeHTML4=e.encodeNonAsciiHTML=e.encodeHTML=e.escapeText=e.escapeAttribute=e.escapeUTF8=e.escape=e.encodeXML=e.encode=e.decodeStrict=e.decode=e.EncodingMode=e.EntityLevel=void 0;var n,i,o=r(2349),s=r(8149),a=r(1560);function l(t,e){if(void 0===e&&(e=n.XML),("number"==typeof e?e:e.level)===n.HTML){var r="object"==typeof e?e.mode:void 0;return(0,o.decodeHTML)(t,r)}return(0,o.decodeXML)(t)}!function(t){t[t.XML=0]="XML",t[t.HTML=1]="HTML"}(n=e.EntityLevel||(e.EntityLevel={})),function(t){t[t.UTF8=0]="UTF8",t[t.ASCII=1]="ASCII",t[t.Extensive=2]="Extensive",t[t.Attribute=3]="Attribute",t[t.Text=4]="Text"}(i=e.EncodingMode||(e.EncodingMode={})),e.decode=l,e.decodeStrict=function(t,e){var r;void 0===e&&(e=n.XML);var i="number"==typeof e?{level:e}:e;return null!==(r=i.mode)&&void 0!==r||(i.mode=o.DecodingMode.Strict),l(t,i)},e.encode=function(t,e){void 0===e&&(e=n.XML);var r="number"==typeof e?{level:e}:e;return r.mode===i.UTF8?(0,a.escapeUTF8)(t):r.mode===i.Attribute?(0,a.escapeAttribute)(t):r.mode===i.Text?(0,a.escapeText)(t):r.level===n.HTML?r.mode===i.ASCII?(0,s.encodeNonAsciiHTML)(t):(0,s.encodeHTML)(t):(0,a.encodeXML)(t)};var c=r(1560);Object.defineProperty(e,"encodeXML",{enumerable:!0,get:function(){return c.encodeXML}}),Object.defineProperty(e,"escape",{enumerable:!0,get:function(){return c.escape}}),Object.defineProperty(e,"escapeUTF8",{enumerable:!0,get:function(){return c.escapeUTF8}}),Object.defineProperty(e,"escapeAttribute",{enumerable:!0,get:function(){return c.escapeAttribute}}),Object.defineProperty(e,"escapeText",{enumerable:!0,get:function(){return c.escapeText}});var u=r(8149);Object.defineProperty(e,"encodeHTML",{enumerable:!0,get:function(){return u.encodeHTML}}),Object.defineProperty(e,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return u.encodeNonAsciiHTML}}),Object.defineProperty(e,"encodeHTML4",{enumerable:!0,get:function(){return u.encodeHTML}}),Object.defineProperty(e,"encodeHTML5",{enumerable:!0,get:function(){return u.encodeHTML}});var p=r(2349);Object.defineProperty(e,"EntityDecoder",{enumerable:!0,get:function(){return p.EntityDecoder}}),Object.defineProperty(e,"DecodingMode",{enumerable:!0,get:function(){return p.DecodingMode}}),Object.defineProperty(e,"decodeXML",{enumerable:!0,get:function(){return p.decodeXML}}),Object.defineProperty(e,"decodeHTML",{enumerable:!0,get:function(){return p.decodeHTML}}),Object.defineProperty(e,"decodeHTMLStrict",{enumerable:!0,get:function(){return p.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTMLAttribute",{enumerable:!0,get:function(){return p.decodeHTMLAttribute}}),Object.defineProperty(e,"decodeHTML4",{enumerable:!0,get:function(){return p.decodeHTML}}),Object.defineProperty(e,"decodeHTML5",{enumerable:!0,get:function(){return p.decodeHTML}}),Object.defineProperty(e,"decodeHTML4Strict",{enumerable:!0,get:function(){return p.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTML5Strict",{enumerable:!0,get:function(){return p.decodeHTMLStrict}}),Object.defineProperty(e,"decodeXMLStrict",{enumerable:!0,get:function(){return p.decodeXML}})},221:function(t,e,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(t,e,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){void 0===n&&(n=r),t[n]=e[r]}),i=this&&this.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),o=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&n(e,t,r);return i(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.Parser=void 0;var s=o(r(357)),a=r(2349),l=new Set(["input","option","optgroup","select","button","datalist","textarea"]),c=new Set(["p"]),u=new Set(["thead","tbody"]),p=new Set(["dd","dt"]),d=new Set(["rt","rp"]),m=new Map([["tr",new Set(["tr","th","td"])],["th",new Set(["th"])],["td",new Set(["thead","th","td"])],["body",new Set(["head","link","script"])],["li",new Set(["li"])],["p",c],["h1",c],["h2",c],["h3",c],["h4",c],["h5",c],["h6",c],["select",l],["input",l],["output",l],["button",l],["datalist",l],["textarea",l],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",p],["dt",p],["address",c],["article",c],["aside",c],["blockquote",c],["details",c],["div",c],["dl",c],["fieldset",c],["figcaption",c],["figure",c],["footer",c],["form",c],["header",c],["hr",c],["main",c],["nav",c],["ol",c],["pre",c],["section",c],["table",c],["ul",c],["rt",d],["rp",d],["tbody",u],["tfoot",u]]),f=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),h=new Set(["math","svg"]),g=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),b=/\s|\//,y=function(){function t(t,e){var r,n,i,o,a;void 0===e&&(e={}),this.options=e,this.startIndex=0,this.endIndex=0,this.openTagStart=0,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.foreignContext=[],this.buffers=[],this.bufferOffset=0,this.writeIndex=0,this.ended=!1,this.cbs=null!=t?t:{},this.lowerCaseTagNames=null!==(r=e.lowerCaseTags)&&void 0!==r?r:!e.xmlMode,this.lowerCaseAttributeNames=null!==(n=e.lowerCaseAttributeNames)&&void 0!==n?n:!e.xmlMode,this.tokenizer=new(null!==(i=e.Tokenizer)&&void 0!==i?i:s.default)(this.options,this),null===(a=(o=this.cbs).onparserinit)||void 0===a||a.call(o,this)}return t.prototype.ontext=function(t,e){var r,n,i=this.getSlice(t,e);this.endIndex=e-1,null===(n=(r=this.cbs).ontext)||void 0===n||n.call(r,i),this.startIndex=e},t.prototype.ontextentity=function(t){var e,r,n=this.tokenizer.getSectionStart();this.endIndex=n-1,null===(r=(e=this.cbs).ontext)||void 0===r||r.call(e,(0,a.fromCodePoint)(t)),this.startIndex=n},t.prototype.isVoidElement=function(t){return!this.options.xmlMode&&f.has(t)},t.prototype.onopentagname=function(t,e){this.endIndex=e;var r=this.getSlice(t,e);this.lowerCaseTagNames&&(r=r.toLowerCase()),this.emitOpenTag(r)},t.prototype.emitOpenTag=function(t){var e,r,n,i;this.openTagStart=this.startIndex,this.tagname=t;var o=!this.options.xmlMode&&m.get(t);if(o)for(;this.stack.length>0&&o.has(this.stack[this.stack.length-1]);){var s=this.stack.pop();null===(r=(e=this.cbs).onclosetag)||void 0===r||r.call(e,s,!0)}this.isVoidElement(t)||(this.stack.push(t),h.has(t)?this.foreignContext.push(!0):g.has(t)&&this.foreignContext.push(!1)),null===(i=(n=this.cbs).onopentagname)||void 0===i||i.call(n,t),this.cbs.onopentag&&(this.attribs={})},t.prototype.endOpenTag=function(t){var e,r;this.startIndex=this.openTagStart,this.attribs&&(null===(r=(e=this.cbs).onopentag)||void 0===r||r.call(e,this.tagname,this.attribs,t),this.attribs=null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=""},t.prototype.onopentagend=function(t){this.endIndex=t,this.endOpenTag(!1),this.startIndex=t+1},t.prototype.onclosetag=function(t,e){var r,n,i,o,s,a;this.endIndex=e;var l=this.getSlice(t,e);if(this.lowerCaseTagNames&&(l=l.toLowerCase()),(h.has(l)||g.has(l))&&this.foreignContext.pop(),this.isVoidElement(l))this.options.xmlMode||"br"!==l||(null===(n=(r=this.cbs).onopentagname)||void 0===n||n.call(r,"br"),null===(o=(i=this.cbs).onopentag)||void 0===o||o.call(i,"br",{},!0),null===(a=(s=this.cbs).onclosetag)||void 0===a||a.call(s,"br",!1));else{var c=this.stack.lastIndexOf(l);if(-1!==c)if(this.cbs.onclosetag)for(var u=this.stack.length-c;u--;)this.cbs.onclosetag(this.stack.pop(),0!==u);else this.stack.length=c;else this.options.xmlMode||"p"!==l||(this.emitOpenTag("p"),this.closeCurrentTag(!0))}this.startIndex=e+1},t.prototype.onselfclosingtag=function(t){this.endIndex=t,this.options.xmlMode||this.options.recognizeSelfClosing||this.foreignContext[this.foreignContext.length-1]?(this.closeCurrentTag(!1),this.startIndex=t+1):this.onopentagend(t)},t.prototype.closeCurrentTag=function(t){var e,r,n=this.tagname;this.endOpenTag(t),this.stack[this.stack.length-1]===n&&(null===(r=(e=this.cbs).onclosetag)||void 0===r||r.call(e,n,!t),this.stack.pop())},t.prototype.onattribname=function(t,e){this.startIndex=t;var r=this.getSlice(t,e);this.attribname=this.lowerCaseAttributeNames?r.toLowerCase():r},t.prototype.onattribdata=function(t,e){this.attribvalue+=this.getSlice(t,e)},t.prototype.onattribentity=function(t){this.attribvalue+=(0,a.fromCodePoint)(t)},t.prototype.onattribend=function(t,e){var r,n;this.endIndex=e,null===(n=(r=this.cbs).onattribute)||void 0===n||n.call(r,this.attribname,this.attribvalue,t===s.QuoteType.Double?'"':t===s.QuoteType.Single?"'":t===s.QuoteType.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=""},t.prototype.getInstructionName=function(t){var e=t.search(b),r=e<0?t:t.substr(0,e);return this.lowerCaseTagNames&&(r=r.toLowerCase()),r},t.prototype.ondeclaration=function(t,e){this.endIndex=e;var r=this.getSlice(t,e);if(this.cbs.onprocessinginstruction){var n=this.getInstructionName(r);this.cbs.onprocessinginstruction("!".concat(n),"!".concat(r))}this.startIndex=e+1},t.prototype.onprocessinginstruction=function(t,e){this.endIndex=e;var r=this.getSlice(t,e);if(this.cbs.onprocessinginstruction){var n=this.getInstructionName(r);this.cbs.onprocessinginstruction("?".concat(n),"?".concat(r))}this.startIndex=e+1},t.prototype.oncomment=function(t,e,r){var n,i,o,s;this.endIndex=e,null===(i=(n=this.cbs).oncomment)||void 0===i||i.call(n,this.getSlice(t,e-r)),null===(s=(o=this.cbs).oncommentend)||void 0===s||s.call(o),this.startIndex=e+1},t.prototype.oncdata=function(t,e,r){var n,i,o,s,a,l,c,u,p,d;this.endIndex=e;var m=this.getSlice(t,e-r);this.options.xmlMode||this.options.recognizeCDATA?(null===(i=(n=this.cbs).oncdatastart)||void 0===i||i.call(n),null===(s=(o=this.cbs).ontext)||void 0===s||s.call(o,m),null===(l=(a=this.cbs).oncdataend)||void 0===l||l.call(a)):(null===(u=(c=this.cbs).oncomment)||void 0===u||u.call(c,"[CDATA[".concat(m,"]]")),null===(d=(p=this.cbs).oncommentend)||void 0===d||d.call(p)),this.startIndex=e+1},t.prototype.onend=function(){var t,e;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(var r=this.stack.length;r>0;this.cbs.onclosetag(this.stack[--r],!0));}null===(e=(t=this.cbs).onend)||void 0===e||e.call(t)},t.prototype.reset=function(){var t,e,r,n;null===(e=(t=this.cbs).onreset)||void 0===e||e.call(t),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,null===(n=(r=this.cbs).onparserinit)||void 0===n||n.call(r,this),this.buffers.length=0,this.bufferOffset=0,this.writeIndex=0,this.ended=!1},t.prototype.parseComplete=function(t){this.reset(),this.end(t)},t.prototype.getSlice=function(t,e){for(;t-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();for(var r=this.buffers[0].slice(t-this.bufferOffset,e-this.bufferOffset);e-this.bufferOffset>this.buffers[0].length;)this.shiftBuffer(),r+=this.buffers[0].slice(0,e-this.bufferOffset);return r},t.prototype.shiftBuffer=function(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()},t.prototype.write=function(t){var e,r;this.ended?null===(r=(e=this.cbs).onerror)||void 0===r||r.call(e,new Error(".write() after done!")):(this.buffers.push(t),this.tokenizer.running&&(this.tokenizer.write(t),this.writeIndex++))},t.prototype.end=function(t){var e,r;this.ended?null===(r=(e=this.cbs).onerror)||void 0===r||r.call(e,new Error(".end() after done!")):(t&&this.write(t),this.ended=!0,this.tokenizer.end())},t.prototype.pause=function(){this.tokenizer.pause()},t.prototype.resume=function(){for(this.tokenizer.resume();this.tokenizer.running&&this.writeIndex{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.QuoteType=void 0;var n,i,o,s=r(2349);function a(t){return t===n.Space||t===n.NewLine||t===n.Tab||t===n.FormFeed||t===n.CarriageReturn}function l(t){return t===n.Slash||t===n.Gt||a(t)}function c(t){return t>=n.Zero&&t<=n.Nine}!function(t){t[t.Tab=9]="Tab",t[t.NewLine=10]="NewLine",t[t.FormFeed=12]="FormFeed",t[t.CarriageReturn=13]="CarriageReturn",t[t.Space=32]="Space",t[t.ExclamationMark=33]="ExclamationMark",t[t.Number=35]="Number",t[t.Amp=38]="Amp",t[t.SingleQuote=39]="SingleQuote",t[t.DoubleQuote=34]="DoubleQuote",t[t.Dash=45]="Dash",t[t.Slash=47]="Slash",t[t.Zero=48]="Zero",t[t.Nine=57]="Nine",t[t.Semi=59]="Semi",t[t.Lt=60]="Lt",t[t.Eq=61]="Eq",t[t.Gt=62]="Gt",t[t.Questionmark=63]="Questionmark",t[t.UpperA=65]="UpperA",t[t.LowerA=97]="LowerA",t[t.UpperF=70]="UpperF",t[t.LowerF=102]="LowerF",t[t.UpperZ=90]="UpperZ",t[t.LowerZ=122]="LowerZ",t[t.LowerX=120]="LowerX",t[t.OpeningSquareBracket=91]="OpeningSquareBracket"}(n||(n={})),function(t){t[t.Text=1]="Text",t[t.BeforeTagName=2]="BeforeTagName",t[t.InTagName=3]="InTagName",t[t.InSelfClosingTag=4]="InSelfClosingTag",t[t.BeforeClosingTagName=5]="BeforeClosingTagName",t[t.InClosingTagName=6]="InClosingTagName",t[t.AfterClosingTagName=7]="AfterClosingTagName",t[t.BeforeAttributeName=8]="BeforeAttributeName",t[t.InAttributeName=9]="InAttributeName",t[t.AfterAttributeName=10]="AfterAttributeName",t[t.BeforeAttributeValue=11]="BeforeAttributeValue",t[t.InAttributeValueDq=12]="InAttributeValueDq",t[t.InAttributeValueSq=13]="InAttributeValueSq",t[t.InAttributeValueNq=14]="InAttributeValueNq",t[t.BeforeDeclaration=15]="BeforeDeclaration",t[t.InDeclaration=16]="InDeclaration",t[t.InProcessingInstruction=17]="InProcessingInstruction",t[t.BeforeComment=18]="BeforeComment",t[t.CDATASequence=19]="CDATASequence",t[t.InSpecialComment=20]="InSpecialComment",t[t.InCommentLike=21]="InCommentLike",t[t.BeforeSpecialS=22]="BeforeSpecialS",t[t.SpecialStartSequence=23]="SpecialStartSequence",t[t.InSpecialTag=24]="InSpecialTag",t[t.BeforeEntity=25]="BeforeEntity",t[t.BeforeNumericEntity=26]="BeforeNumericEntity",t[t.InNamedEntity=27]="InNamedEntity",t[t.InNumericEntity=28]="InNumericEntity",t[t.InHexEntity=29]="InHexEntity"}(i||(i={})),function(t){t[t.NoValue=0]="NoValue",t[t.Unquoted=1]="Unquoted",t[t.Single=2]="Single",t[t.Double=3]="Double"}(o=e.QuoteType||(e.QuoteType={}));var u={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101])},p=function(){function t(t,e){var r=t.xmlMode,n=void 0!==r&&r,o=t.decodeEntities,a=void 0===o||o;this.cbs=e,this.state=i.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=i.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.trieIndex=0,this.trieCurrent=0,this.entityResult=0,this.entityExcess=0,this.xmlMode=n,this.decodeEntities=a,this.entityTrie=n?s.xmlDecodeTree:s.htmlDecodeTree}return t.prototype.reset=function(){this.state=i.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=i.Text,this.currentSequence=void 0,this.running=!0,this.offset=0},t.prototype.write=function(t){this.offset+=this.buffer.length,this.buffer=t,this.parse()},t.prototype.end=function(){this.running&&this.finish()},t.prototype.pause=function(){this.running=!1},t.prototype.resume=function(){this.running=!0,this.indexthis.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=i.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&t===n.Amp&&(this.state=i.BeforeEntity)},t.prototype.stateSpecialStartSequence=function(t){var e=this.sequenceIndex===this.currentSequence.length;if(e?l(t):(32|t)===this.currentSequence[this.sequenceIndex]){if(!e)return void this.sequenceIndex++}else this.isSpecial=!1;this.sequenceIndex=0,this.state=i.InTagName,this.stateInTagName(t)},t.prototype.stateInSpecialTag=function(t){if(this.sequenceIndex===this.currentSequence.length){if(t===n.Gt||a(t)){var e=this.index-this.currentSequence.length;if(this.sectionStart=n.LowerA&&t<=n.LowerZ||t>=n.UpperA&&t<=n.UpperZ}(t)},t.prototype.startSpecial=function(t,e){this.isSpecial=!0,this.currentSequence=t,this.sequenceIndex=e,this.state=i.SpecialStartSequence},t.prototype.stateBeforeTagName=function(t){if(t===n.ExclamationMark)this.state=i.BeforeDeclaration,this.sectionStart=this.index+1;else if(t===n.Questionmark)this.state=i.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(t)){var e=32|t;this.sectionStart=this.index,this.xmlMode||e!==u.TitleEnd[2]?this.state=this.xmlMode||e!==u.ScriptEnd[2]?i.InTagName:i.BeforeSpecialS:this.startSpecial(u.TitleEnd,3)}else t===n.Slash?this.state=i.BeforeClosingTagName:(this.state=i.Text,this.stateText(t))},t.prototype.stateInTagName=function(t){l(t)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=i.BeforeAttributeName,this.stateBeforeAttributeName(t))},t.prototype.stateBeforeClosingTagName=function(t){a(t)||(t===n.Gt?this.state=i.Text:(this.state=this.isTagStartChar(t)?i.InClosingTagName:i.InSpecialComment,this.sectionStart=this.index))},t.prototype.stateInClosingTagName=function(t){(t===n.Gt||a(t))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=i.AfterClosingTagName,this.stateAfterClosingTagName(t))},t.prototype.stateAfterClosingTagName=function(t){(t===n.Gt||this.fastForwardTo(n.Gt))&&(this.state=i.Text,this.baseState=i.Text,this.sectionStart=this.index+1)},t.prototype.stateBeforeAttributeName=function(t){t===n.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=i.InSpecialTag,this.sequenceIndex=0):this.state=i.Text,this.baseState=this.state,this.sectionStart=this.index+1):t===n.Slash?this.state=i.InSelfClosingTag:a(t)||(this.state=i.InAttributeName,this.sectionStart=this.index)},t.prototype.stateInSelfClosingTag=function(t){t===n.Gt?(this.cbs.onselfclosingtag(this.index),this.state=i.Text,this.baseState=i.Text,this.sectionStart=this.index+1,this.isSpecial=!1):a(t)||(this.state=i.BeforeAttributeName,this.stateBeforeAttributeName(t))},t.prototype.stateInAttributeName=function(t){(t===n.Eq||l(t))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=-1,this.state=i.AfterAttributeName,this.stateAfterAttributeName(t))},t.prototype.stateAfterAttributeName=function(t){t===n.Eq?this.state=i.BeforeAttributeValue:t===n.Slash||t===n.Gt?(this.cbs.onattribend(o.NoValue,this.index),this.state=i.BeforeAttributeName,this.stateBeforeAttributeName(t)):a(t)||(this.cbs.onattribend(o.NoValue,this.index),this.state=i.InAttributeName,this.sectionStart=this.index)},t.prototype.stateBeforeAttributeValue=function(t){t===n.DoubleQuote?(this.state=i.InAttributeValueDq,this.sectionStart=this.index+1):t===n.SingleQuote?(this.state=i.InAttributeValueSq,this.sectionStart=this.index+1):a(t)||(this.sectionStart=this.index,this.state=i.InAttributeValueNq,this.stateInAttributeValueNoQuotes(t))},t.prototype.handleInAttributeValue=function(t,e){t===e||!this.decodeEntities&&this.fastForwardTo(e)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(e===n.DoubleQuote?o.Double:o.Single,this.index),this.state=i.BeforeAttributeName):this.decodeEntities&&t===n.Amp&&(this.baseState=this.state,this.state=i.BeforeEntity)},t.prototype.stateInAttributeValueDoubleQuotes=function(t){this.handleInAttributeValue(t,n.DoubleQuote)},t.prototype.stateInAttributeValueSingleQuotes=function(t){this.handleInAttributeValue(t,n.SingleQuote)},t.prototype.stateInAttributeValueNoQuotes=function(t){a(t)||t===n.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(o.Unquoted,this.index),this.state=i.BeforeAttributeName,this.stateBeforeAttributeName(t)):this.decodeEntities&&t===n.Amp&&(this.baseState=this.state,this.state=i.BeforeEntity)},t.prototype.stateBeforeDeclaration=function(t){t===n.OpeningSquareBracket?(this.state=i.CDATASequence,this.sequenceIndex=0):this.state=t===n.Dash?i.BeforeComment:i.InDeclaration},t.prototype.stateInDeclaration=function(t){(t===n.Gt||this.fastForwardTo(n.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=i.Text,this.sectionStart=this.index+1)},t.prototype.stateInProcessingInstruction=function(t){(t===n.Gt||this.fastForwardTo(n.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=i.Text,this.sectionStart=this.index+1)},t.prototype.stateBeforeComment=function(t){t===n.Dash?(this.state=i.InCommentLike,this.currentSequence=u.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=i.InDeclaration},t.prototype.stateInSpecialComment=function(t){(t===n.Gt||this.fastForwardTo(n.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=i.Text,this.sectionStart=this.index+1)},t.prototype.stateBeforeSpecialS=function(t){var e=32|t;e===u.ScriptEnd[3]?this.startSpecial(u.ScriptEnd,4):e===u.StyleEnd[3]?this.startSpecial(u.StyleEnd,4):(this.state=i.InTagName,this.stateInTagName(t))},t.prototype.stateBeforeEntity=function(t){this.entityExcess=1,this.entityResult=0,t===n.Number?this.state=i.BeforeNumericEntity:t===n.Amp||(this.trieIndex=0,this.trieCurrent=this.entityTrie[0],this.state=i.InNamedEntity,this.stateInNamedEntity(t))},t.prototype.stateInNamedEntity=function(t){if(this.entityExcess+=1,this.trieIndex=(0,s.determineBranch)(this.entityTrie,this.trieCurrent,this.trieIndex+1,t),this.trieIndex<0)return this.emitNamedEntity(),void this.index--;this.trieCurrent=this.entityTrie[this.trieIndex];var e=this.trieCurrent&s.BinTrieFlags.VALUE_LENGTH;if(e){var r=(e>>14)-1;if(this.allowLegacyEntity()||t===n.Semi){var i=this.index-this.entityExcess+1;i>this.sectionStart&&this.emitPartial(this.sectionStart,i),this.entityResult=this.trieIndex,this.trieIndex+=r,this.entityExcess=0,this.sectionStart=this.index+1,0===r&&this.emitNamedEntity()}else this.trieIndex+=r}},t.prototype.emitNamedEntity=function(){if(this.state=this.baseState,0!==this.entityResult)switch((this.entityTrie[this.entityResult]&s.BinTrieFlags.VALUE_LENGTH)>>14){case 1:this.emitCodePoint(this.entityTrie[this.entityResult]&~s.BinTrieFlags.VALUE_LENGTH);break;case 2:this.emitCodePoint(this.entityTrie[this.entityResult+1]);break;case 3:this.emitCodePoint(this.entityTrie[this.entityResult+1]),this.emitCodePoint(this.entityTrie[this.entityResult+2])}},t.prototype.stateBeforeNumericEntity=function(t){(32|t)===n.LowerX?(this.entityExcess++,this.state=i.InHexEntity):(this.state=i.InNumericEntity,this.stateInNumericEntity(t))},t.prototype.emitNumericEntity=function(t){var e=this.index-this.entityExcess-1;e+2+Number(this.state===i.InHexEntity)!==this.index&&(e>this.sectionStart&&this.emitPartial(this.sectionStart,e),this.sectionStart=this.index+Number(t),this.emitCodePoint((0,s.replaceCodePoint)(this.entityResult))),this.state=this.baseState},t.prototype.stateInNumericEntity=function(t){t===n.Semi?this.emitNumericEntity(!0):c(t)?(this.entityResult=10*this.entityResult+(t-n.Zero),this.entityExcess++):(this.allowLegacyEntity()?this.emitNumericEntity(!1):this.state=this.baseState,this.index--)},t.prototype.stateInHexEntity=function(t){t===n.Semi?this.emitNumericEntity(!0):c(t)?(this.entityResult=16*this.entityResult+(t-n.Zero),this.entityExcess++):!function(t){return t>=n.UpperA&&t<=n.UpperF||t>=n.LowerA&&t<=n.LowerF}(t)?(this.allowLegacyEntity()?this.emitNumericEntity(!1):this.state=this.baseState,this.index--):(this.entityResult=16*this.entityResult+((32|t)-n.LowerA+10),this.entityExcess++)},t.prototype.allowLegacyEntity=function(){return!this.xmlMode&&(this.baseState===i.Text||this.baseState===i.InSpecialTag)},t.prototype.cleanup=function(){this.running&&this.sectionStart!==this.index&&(this.state===i.Text||this.state===i.InSpecialTag&&0===this.sequenceIndex?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):this.state!==i.InAttributeValueDq&&this.state!==i.InAttributeValueSq&&this.state!==i.InAttributeValueNq||(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))},t.prototype.shouldContinue=function(){return this.index{"use strict";var e=[];function r(t){for(var r=-1,n=0;n{"use strict";var e={};t.exports=function(t,r){var n=function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(t){r=null}e[t]=r}return e[t]}(t);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");n.appendChild(r)}},540:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},5056:(t,e,r)=>{"use strict";t.exports=function(t){var e=r.nc;e&&t.setAttribute("nonce",e)}},7825:t=>{"use strict";t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=t.insertStyleElement(t);return{update:function(r){!function(t,e,r){var n="";r.supports&&(n+="@supports (".concat(r.supports,") {")),r.media&&(n+="@media ".concat(r.media," {"));var i=void 0!==r.layer;i&&(n+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),n+=r.css,i&&(n+="}"),r.media&&(n+="}"),r.supports&&(n+="}");var o=r.sourceMap;o&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),e.styleTagTransform(n,t,e.options)}(e,t,r)},remove:function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(e)}}}},1113:t=>{"use strict";t.exports=function(t,e){if(e.styleSheet)e.styleSheet.cssText=t;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(t))}}},6262:(t,e)=>{"use strict";e.A=(t,e)=>{const r=t.__vccOpts||t;for(const[t,n]of e)r[t]=n;return r}},9746:()=>{},9977:()=>{},197:()=>{},1866:()=>{},2739:()=>{},5042:t=>{t.exports={nanoid:(t=21)=>{let e="",r=t;for(;r--;)e+="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict"[64*Math.random()|0];return e},customAlphabet:(t,e=21)=>(r=e)=>{let n="",i=r;for(;i--;)n+=t[Math.random()*t.length|0];return n}}}},e={};function r(n){var i=e[n];if(void 0!==i)return i.exports;var o=e[n]={id:n,loaded:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.loaded=!0,o.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),r.nc=void 0,(()=>{"use strict";var t={};r.r(t),r.d(t,{afterMain:()=>q,afterRead:()=>D,afterWrite:()=>F,applyStyles:()=>K,arrow:()=>ft,auto:()=>k,basePlacements:()=>A,beforeMain:()=>M,beforeRead:()=>P,beforeWrite:()=>B,bottom:()=>x,clippingParents:()=>C,computeStyles:()=>yt,createPopper:()=>Kt,createPopperBase:()=>Wt,createPopperLite:()=>Xt,detectOverflow:()=>Nt,end:()=>S,eventListeners:()=>xt,flip:()=>Dt,hide:()=>qt,left:()=>_,main:()=>R,modifierPhases:()=>U,offset:()=>Bt,placements:()=>L,popper:()=>O,popperGenerator:()=>Gt,popperOffsets:()=>$t,preventOverflow:()=>Ft,read:()=>N,reference:()=>I,right:()=>w,start:()=>E,top:()=>v,variationPlacements:()=>j,viewport:()=>T,write:()=>$});var e={};r.r(e),r.d(e,{bits:()=>oh,bytes:()=>sh,exclamation:()=>ah,leftPad:()=>lh,limitTo:()=>ch,minSize:()=>uh,nl2br:()=>ph,number:()=>dh,timedelta:()=>fh,timemillis:()=>mh});var n=r(5072),i=r.n(n),o=r(7825),s=r.n(o),a=r(7659),l=r.n(a),c=r(5056),u=r.n(c),p=r(540),d=r.n(p),m=r(1113),f=r.n(m),h=r(1118),g={};g.styleTagTransform=f(),g.setAttributes=u(),g.insert=l().bind(null,"head"),g.domAPI=s(),g.insertStyleElement=d();i()(h.A,g);h.A&&h.A.locals&&h.A.locals;var b=r(4442),y={};y.styleTagTransform=f(),y.setAttributes=u(),y.insert=l().bind(null,"head"),y.domAPI=s(),y.insertStyleElement=d();i()(b.A,y);b.A&&b.A.locals&&b.A.locals;var v="top",x="bottom",w="right",_="left",k="auto",A=[v,x,w,_],E="start",S="end",C="clippingParents",T="viewport",O="popper",I="reference",j=A.reduce((function(t,e){return t.concat([e+"-"+E,e+"-"+S])}),[]),L=[].concat(A,[k]).reduce((function(t,e){return t.concat([e,e+"-"+E,e+"-"+S])}),[]),P="beforeRead",N="read",D="afterRead",M="beforeMain",R="main",q="afterMain",B="beforeWrite",$="write",F="afterWrite",U=[P,N,D,M,R,q,B,$,F];function z(t){return t?(t.nodeName||"").toLowerCase():null}function H(t){if(null==t)return window;if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function V(t){return t instanceof H(t).Element||t instanceof Element}function G(t){return t instanceof H(t).HTMLElement||t instanceof HTMLElement}function W(t){return"undefined"!=typeof ShadowRoot&&(t instanceof H(t).ShadowRoot||t instanceof ShadowRoot)}const K={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var r=e.styles[t]||{},n=e.attributes[t]||{},i=e.elements[t];G(i)&&z(i)&&(Object.assign(i.style,r),Object.keys(n).forEach((function(t){var e=n[t];!1===e?i.removeAttribute(t):i.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,r={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,r.popper),e.styles=r,e.elements.arrow&&Object.assign(e.elements.arrow.style,r.arrow),function(){Object.keys(e.elements).forEach((function(t){var n=e.elements[t],i=e.attributes[t]||{},o=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:r[t]).reduce((function(t,e){return t[e]="",t}),{});G(n)&&z(n)&&(Object.assign(n.style,o),Object.keys(i).forEach((function(t){n.removeAttribute(t)})))}))}},requires:["computeStyles"]};function X(t){return t.split("-")[0]}var Q=Math.max,Z=Math.min,Y=Math.round;function J(){var t=navigator.userAgentData;return null!=t&&t.brands&&Array.isArray(t.brands)?t.brands.map((function(t){return t.brand+"/"+t.version})).join(" "):navigator.userAgent}function tt(){return!/^((?!chrome|android).)*safari/i.test(J())}function et(t,e,r){void 0===e&&(e=!1),void 0===r&&(r=!1);var n=t.getBoundingClientRect(),i=1,o=1;e&&G(t)&&(i=t.offsetWidth>0&&Y(n.width)/t.offsetWidth||1,o=t.offsetHeight>0&&Y(n.height)/t.offsetHeight||1);var s=(V(t)?H(t):window).visualViewport,a=!tt()&&r,l=(n.left+(a&&s?s.offsetLeft:0))/i,c=(n.top+(a&&s?s.offsetTop:0))/o,u=n.width/i,p=n.height/o;return{width:u,height:p,top:c,right:l+u,bottom:c+p,left:l,x:l,y:c}}function rt(t){var e=et(t),r=t.offsetWidth,n=t.offsetHeight;return Math.abs(e.width-r)<=1&&(r=e.width),Math.abs(e.height-n)<=1&&(n=e.height),{x:t.offsetLeft,y:t.offsetTop,width:r,height:n}}function nt(t,e){var r=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(r&&W(r)){var n=e;do{if(n&&t.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function it(t){return H(t).getComputedStyle(t)}function ot(t){return["table","td","th"].indexOf(z(t))>=0}function st(t){return((V(t)?t.ownerDocument:t.document)||window.document).documentElement}function at(t){return"html"===z(t)?t:t.assignedSlot||t.parentNode||(W(t)?t.host:null)||st(t)}function lt(t){return G(t)&&"fixed"!==it(t).position?t.offsetParent:null}function ct(t){for(var e=H(t),r=lt(t);r&&ot(r)&&"static"===it(r).position;)r=lt(r);return r&&("html"===z(r)||"body"===z(r)&&"static"===it(r).position)?e:r||function(t){var e=/firefox/i.test(J());if(/Trident/i.test(J())&&G(t)&&"fixed"===it(t).position)return null;var r=at(t);for(W(r)&&(r=r.host);G(r)&&["html","body"].indexOf(z(r))<0;){var n=it(r);if("none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||-1!==["transform","perspective"].indexOf(n.willChange)||e&&"filter"===n.willChange||e&&n.filter&&"none"!==n.filter)return r;r=r.parentNode}return null}(t)||e}function ut(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function pt(t,e,r){return Q(t,Z(e,r))}function dt(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function mt(t,e){return e.reduce((function(e,r){return e[r]=t,e}),{})}const ft={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,r=t.state,n=t.name,i=t.options,o=r.elements.arrow,s=r.modifiersData.popperOffsets,a=X(r.placement),l=ut(a),c=[_,w].indexOf(a)>=0?"height":"width";if(o&&s){var u=function(t,e){return dt("number"!=typeof(t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:mt(t,A))}(i.padding,r),p=rt(o),d="y"===l?v:_,m="y"===l?x:w,f=r.rects.reference[c]+r.rects.reference[l]-s[l]-r.rects.popper[c],h=s[l]-r.rects.reference[l],g=ct(o),b=g?"y"===l?g.clientHeight||0:g.clientWidth||0:0,y=f/2-h/2,k=u[d],E=b-p[c]-u[m],S=b/2-p[c]/2+y,C=pt(k,S,E),T=l;r.modifiersData[n]=((e={})[T]=C,e.centerOffset=C-S,e)}},effect:function(t){var e=t.state,r=t.options.element,n=void 0===r?"[data-popper-arrow]":r;null!=n&&("string"!=typeof n||(n=e.elements.popper.querySelector(n)))&&nt(e.elements.popper,n)&&(e.elements.arrow=n)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function ht(t){return t.split("-")[1]}var gt={top:"auto",right:"auto",bottom:"auto",left:"auto"};function bt(t){var e,r=t.popper,n=t.popperRect,i=t.placement,o=t.variation,s=t.offsets,a=t.position,l=t.gpuAcceleration,c=t.adaptive,u=t.roundOffsets,p=t.isFixed,d=s.x,m=void 0===d?0:d,f=s.y,h=void 0===f?0:f,g="function"==typeof u?u({x:m,y:h}):{x:m,y:h};m=g.x,h=g.y;var b=s.hasOwnProperty("x"),y=s.hasOwnProperty("y"),k=_,A=v,E=window;if(c){var C=ct(r),T="clientHeight",O="clientWidth";if(C===H(r)&&"static"!==it(C=st(r)).position&&"absolute"===a&&(T="scrollHeight",O="scrollWidth"),i===v||(i===_||i===w)&&o===S)A=x,h-=(p&&C===E&&E.visualViewport?E.visualViewport.height:C[T])-n.height,h*=l?1:-1;if(i===_||(i===v||i===x)&&o===S)k=w,m-=(p&&C===E&&E.visualViewport?E.visualViewport.width:C[O])-n.width,m*=l?1:-1}var I,j=Object.assign({position:a},c&>),L=!0===u?function(t,e){var r=t.x,n=t.y,i=e.devicePixelRatio||1;return{x:Y(r*i)/i||0,y:Y(n*i)/i||0}}({x:m,y:h},H(r)):{x:m,y:h};return m=L.x,h=L.y,l?Object.assign({},j,((I={})[A]=y?"0":"",I[k]=b?"0":"",I.transform=(E.devicePixelRatio||1)<=1?"translate("+m+"px, "+h+"px)":"translate3d("+m+"px, "+h+"px, 0)",I)):Object.assign({},j,((e={})[A]=y?h+"px":"",e[k]=b?m+"px":"",e.transform="",e))}const yt={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,r=t.options,n=r.gpuAcceleration,i=void 0===n||n,o=r.adaptive,s=void 0===o||o,a=r.roundOffsets,l=void 0===a||a,c={placement:X(e.placement),variation:ht(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:i,isFixed:"fixed"===e.options.strategy};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,bt(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:s,roundOffsets:l})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,bt(Object.assign({},c,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}};var vt={passive:!0};const xt={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,r=t.instance,n=t.options,i=n.scroll,o=void 0===i||i,s=n.resize,a=void 0===s||s,l=H(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return o&&c.forEach((function(t){t.addEventListener("scroll",r.update,vt)})),a&&l.addEventListener("resize",r.update,vt),function(){o&&c.forEach((function(t){t.removeEventListener("scroll",r.update,vt)})),a&&l.removeEventListener("resize",r.update,vt)}},data:{}};var wt={left:"right",right:"left",bottom:"top",top:"bottom"};function _t(t){return t.replace(/left|right|bottom|top/g,(function(t){return wt[t]}))}var kt={start:"end",end:"start"};function At(t){return t.replace(/start|end/g,(function(t){return kt[t]}))}function Et(t){var e=H(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function St(t){return et(st(t)).left+Et(t).scrollLeft}function Ct(t){var e=it(t),r=e.overflow,n=e.overflowX,i=e.overflowY;return/auto|scroll|overlay|hidden/.test(r+i+n)}function Tt(t){return["html","body","#document"].indexOf(z(t))>=0?t.ownerDocument.body:G(t)&&Ct(t)?t:Tt(at(t))}function Ot(t,e){var r;void 0===e&&(e=[]);var n=Tt(t),i=n===(null==(r=t.ownerDocument)?void 0:r.body),o=H(n),s=i?[o].concat(o.visualViewport||[],Ct(n)?n:[]):n,a=e.concat(s);return i?a:a.concat(Ot(at(s)))}function It(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function jt(t,e,r){return e===T?It(function(t,e){var r=H(t),n=st(t),i=r.visualViewport,o=n.clientWidth,s=n.clientHeight,a=0,l=0;if(i){o=i.width,s=i.height;var c=tt();(c||!c&&"fixed"===e)&&(a=i.offsetLeft,l=i.offsetTop)}return{width:o,height:s,x:a+St(t),y:l}}(t,r)):V(e)?function(t,e){var r=et(t,!1,"fixed"===e);return r.top=r.top+t.clientTop,r.left=r.left+t.clientLeft,r.bottom=r.top+t.clientHeight,r.right=r.left+t.clientWidth,r.width=t.clientWidth,r.height=t.clientHeight,r.x=r.left,r.y=r.top,r}(e,r):It(function(t){var e,r=st(t),n=Et(t),i=null==(e=t.ownerDocument)?void 0:e.body,o=Q(r.scrollWidth,r.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),s=Q(r.scrollHeight,r.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),a=-n.scrollLeft+St(t),l=-n.scrollTop;return"rtl"===it(i||r).direction&&(a+=Q(r.clientWidth,i?i.clientWidth:0)-o),{width:o,height:s,x:a,y:l}}(st(t)))}function Lt(t,e,r,n){var i="clippingParents"===e?function(t){var e=Ot(at(t)),r=["absolute","fixed"].indexOf(it(t).position)>=0&&G(t)?ct(t):t;return V(r)?e.filter((function(t){return V(t)&&nt(t,r)&&"body"!==z(t)})):[]}(t):[].concat(e),o=[].concat(i,[r]),s=o[0],a=o.reduce((function(e,r){var i=jt(t,r,n);return e.top=Q(i.top,e.top),e.right=Z(i.right,e.right),e.bottom=Z(i.bottom,e.bottom),e.left=Q(i.left,e.left),e}),jt(t,s,n));return a.width=a.right-a.left,a.height=a.bottom-a.top,a.x=a.left,a.y=a.top,a}function Pt(t){var e,r=t.reference,n=t.element,i=t.placement,o=i?X(i):null,s=i?ht(i):null,a=r.x+r.width/2-n.width/2,l=r.y+r.height/2-n.height/2;switch(o){case v:e={x:a,y:r.y-n.height};break;case x:e={x:a,y:r.y+r.height};break;case w:e={x:r.x+r.width,y:l};break;case _:e={x:r.x-n.width,y:l};break;default:e={x:r.x,y:r.y}}var c=o?ut(o):null;if(null!=c){var u="y"===c?"height":"width";switch(s){case E:e[c]=e[c]-(r[u]/2-n[u]/2);break;case S:e[c]=e[c]+(r[u]/2-n[u]/2)}}return e}function Nt(t,e){void 0===e&&(e={});var r=e,n=r.placement,i=void 0===n?t.placement:n,o=r.strategy,s=void 0===o?t.strategy:o,a=r.boundary,l=void 0===a?C:a,c=r.rootBoundary,u=void 0===c?T:c,p=r.elementContext,d=void 0===p?O:p,m=r.altBoundary,f=void 0!==m&&m,h=r.padding,g=void 0===h?0:h,b=dt("number"!=typeof g?g:mt(g,A)),y=d===O?I:O,_=t.rects.popper,k=t.elements[f?y:d],E=Lt(V(k)?k:k.contextElement||st(t.elements.popper),l,u,s),S=et(t.elements.reference),j=Pt({reference:S,element:_,strategy:"absolute",placement:i}),L=It(Object.assign({},_,j)),P=d===O?L:S,N={top:E.top-P.top+b.top,bottom:P.bottom-E.bottom+b.bottom,left:E.left-P.left+b.left,right:P.right-E.right+b.right},D=t.modifiersData.offset;if(d===O&&D){var M=D[i];Object.keys(N).forEach((function(t){var e=[w,x].indexOf(t)>=0?1:-1,r=[v,x].indexOf(t)>=0?"y":"x";N[t]+=M[r]*e}))}return N}const Dt={name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,r=t.options,n=t.name;if(!e.modifiersData[n]._skip){for(var i=r.mainAxis,o=void 0===i||i,s=r.altAxis,a=void 0===s||s,l=r.fallbackPlacements,c=r.padding,u=r.boundary,p=r.rootBoundary,d=r.altBoundary,m=r.flipVariations,f=void 0===m||m,h=r.allowedAutoPlacements,g=e.options.placement,b=X(g),y=l||(b===g||!f?[_t(g)]:function(t){if(X(t)===k)return[];var e=_t(t);return[At(t),e,At(e)]}(g)),S=[g].concat(y).reduce((function(t,r){return t.concat(X(r)===k?function(t,e){void 0===e&&(e={});var r=e,n=r.placement,i=r.boundary,o=r.rootBoundary,s=r.padding,a=r.flipVariations,l=r.allowedAutoPlacements,c=void 0===l?L:l,u=ht(n),p=u?a?j:j.filter((function(t){return ht(t)===u})):A,d=p.filter((function(t){return c.indexOf(t)>=0}));0===d.length&&(d=p);var m=d.reduce((function(e,r){return e[r]=Nt(t,{placement:r,boundary:i,rootBoundary:o,padding:s})[X(r)],e}),{});return Object.keys(m).sort((function(t,e){return m[t]-m[e]}))}(e,{placement:r,boundary:u,rootBoundary:p,padding:c,flipVariations:f,allowedAutoPlacements:h}):r)}),[]),C=e.rects.reference,T=e.rects.popper,O=new Map,I=!0,P=S[0],N=0;N=0,B=q?"width":"height",$=Nt(e,{placement:D,boundary:u,rootBoundary:p,altBoundary:d,padding:c}),F=q?R?w:_:R?x:v;C[B]>T[B]&&(F=_t(F));var U=_t(F),z=[];if(o&&z.push($[M]<=0),a&&z.push($[F]<=0,$[U]<=0),z.every((function(t){return t}))){P=D,I=!1;break}O.set(D,z)}if(I)for(var H=function(t){var e=S.find((function(e){var r=O.get(e);if(r)return r.slice(0,t).every((function(t){return t}))}));if(e)return P=e,"break"},V=f?3:1;V>0;V--){if("break"===H(V))break}e.placement!==P&&(e.modifiersData[n]._skip=!0,e.placement=P,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function Mt(t,e,r){return void 0===r&&(r={x:0,y:0}),{top:t.top-e.height-r.y,right:t.right-e.width+r.x,bottom:t.bottom-e.height+r.y,left:t.left-e.width-r.x}}function Rt(t){return[v,w,x,_].some((function(e){return t[e]>=0}))}const qt={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,r=t.name,n=e.rects.reference,i=e.rects.popper,o=e.modifiersData.preventOverflow,s=Nt(e,{elementContext:"reference"}),a=Nt(e,{altBoundary:!0}),l=Mt(s,n),c=Mt(a,i,o),u=Rt(l),p=Rt(c);e.modifiersData[r]={referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:u,hasPopperEscaped:p},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":p})}};const Bt={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,r=t.options,n=t.name,i=r.offset,o=void 0===i?[0,0]:i,s=L.reduce((function(t,r){return t[r]=function(t,e,r){var n=X(t),i=[_,v].indexOf(n)>=0?-1:1,o="function"==typeof r?r(Object.assign({},e,{placement:t})):r,s=o[0],a=o[1];return s=s||0,a=(a||0)*i,[_,w].indexOf(n)>=0?{x:a,y:s}:{x:s,y:a}}(r,e.rects,o),t}),{}),a=s[e.placement],l=a.x,c=a.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=l,e.modifiersData.popperOffsets.y+=c),e.modifiersData[n]=s}};const $t={name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,r=t.name;e.modifiersData[r]=Pt({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}};const Ft={name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,r=t.options,n=t.name,i=r.mainAxis,o=void 0===i||i,s=r.altAxis,a=void 0!==s&&s,l=r.boundary,c=r.rootBoundary,u=r.altBoundary,p=r.padding,d=r.tether,m=void 0===d||d,f=r.tetherOffset,h=void 0===f?0:f,g=Nt(e,{boundary:l,rootBoundary:c,padding:p,altBoundary:u}),b=X(e.placement),y=ht(e.placement),k=!y,A=ut(b),S="x"===A?"y":"x",C=e.modifiersData.popperOffsets,T=e.rects.reference,O=e.rects.popper,I="function"==typeof h?h(Object.assign({},e.rects,{placement:e.placement})):h,j="number"==typeof I?{mainAxis:I,altAxis:I}:Object.assign({mainAxis:0,altAxis:0},I),L=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,P={x:0,y:0};if(C){if(o){var N,D="y"===A?v:_,M="y"===A?x:w,R="y"===A?"height":"width",q=C[A],B=q+g[D],$=q-g[M],F=m?-O[R]/2:0,U=y===E?T[R]:O[R],z=y===E?-O[R]:-T[R],H=e.elements.arrow,V=m&&H?rt(H):{width:0,height:0},G=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},W=G[D],K=G[M],Y=pt(0,T[R],V[R]),J=k?T[R]/2-F-Y-W-j.mainAxis:U-Y-W-j.mainAxis,tt=k?-T[R]/2+F+Y+K+j.mainAxis:z+Y+K+j.mainAxis,et=e.elements.arrow&&ct(e.elements.arrow),nt=et?"y"===A?et.clientTop||0:et.clientLeft||0:0,it=null!=(N=null==L?void 0:L[A])?N:0,ot=q+tt-it,st=pt(m?Z(B,q+J-it-nt):B,q,m?Q($,ot):$);C[A]=st,P[A]=st-q}if(a){var at,lt="x"===A?v:_,dt="x"===A?x:w,mt=C[S],ft="y"===S?"height":"width",gt=mt+g[lt],bt=mt-g[dt],yt=-1!==[v,_].indexOf(b),vt=null!=(at=null==L?void 0:L[S])?at:0,xt=yt?gt:mt-T[ft]-O[ft]-vt+j.altAxis,wt=yt?mt+T[ft]+O[ft]-vt-j.altAxis:bt,_t=m&&yt?function(t,e,r){var n=pt(t,e,r);return n>r?r:n}(xt,mt,wt):pt(m?xt:gt,mt,m?wt:bt);C[S]=_t,P[S]=_t-mt}e.modifiersData[n]=P}},requiresIfExists:["offset"]};function Ut(t,e,r){void 0===r&&(r=!1);var n,i,o=G(e),s=G(e)&&function(t){var e=t.getBoundingClientRect(),r=Y(e.width)/t.offsetWidth||1,n=Y(e.height)/t.offsetHeight||1;return 1!==r||1!==n}(e),a=st(e),l=et(t,s,r),c={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(o||!o&&!r)&&(("body"!==z(e)||Ct(a))&&(c=(n=e)!==H(n)&&G(n)?{scrollLeft:(i=n).scrollLeft,scrollTop:i.scrollTop}:Et(n)),G(e)?((u=et(e,!0)).x+=e.clientLeft,u.y+=e.clientTop):a&&(u.x=St(a))),{x:l.left+c.scrollLeft-u.x,y:l.top+c.scrollTop-u.y,width:l.width,height:l.height}}function zt(t){var e=new Map,r=new Set,n=[];function i(t){r.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach((function(t){if(!r.has(t)){var n=e.get(t);n&&i(n)}})),n.push(t)}return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){r.has(t.name)||i(t)})),n}var Ht={placement:"bottom",modifiers:[],strategy:"absolute"};function Vt(){for(var t=arguments.length,e=new Array(t),r=0;r"']/g,Q=RegExp(K.source),Z=RegExp(X.source),Y=/<%-([\s\S]+?)%>/g,J=/<%([\s\S]+?)%>/g,tt=/<%=([\s\S]+?)%>/g,et=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,rt=/^\w*$/,nt=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,it=/[\\^$.*+?()[\]{}|]/g,ot=RegExp(it.source),st=/^\s+/,at=/\s/,lt=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,ct=/\{\n\/\* \[wrapped with (.+)\] \*/,ut=/,? & /,pt=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,dt=/[()=,{}\[\]\/\s]/,mt=/\\(\\)?/g,ft=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,ht=/\w*$/,gt=/^[-+]0x[0-9a-f]+$/i,bt=/^0b[01]+$/i,yt=/^\[object .+?Constructor\]$/,vt=/^0o[0-7]+$/i,xt=/^(?:0|[1-9]\d*)$/,wt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,_t=/($^)/,kt=/['\n\r\u2028\u2029\\]/g,At="\\ud800-\\udfff",St="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Et="\\u2700-\\u27bf",Ct="a-z\\xdf-\\xf6\\xf8-\\xff",Tt="A-Z\\xc0-\\xd6\\xd8-\\xde",Ot="\\ufe0e\\ufe0f",It="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",jt="['’]",Dt="["+At+"]",Lt="["+It+"]",Pt="["+St+"]",Nt="\\d+",Mt="["+Et+"]",Rt="["+Ct+"]",qt="[^"+At+It+Nt+Et+Ct+Tt+"]",Bt="\\ud83c[\\udffb-\\udfff]",$t="[^"+At+"]",Ft="(?:\\ud83c[\\udde6-\\uddff]){2}",Ut="[\\ud800-\\udbff][\\udc00-\\udfff]",zt="["+Tt+"]",Ht="\\u200d",Vt="(?:"+Rt+"|"+qt+")",Gt="(?:"+zt+"|"+qt+")",Wt="(?:['’](?:d|ll|m|re|s|t|ve))?",Kt="(?:['’](?:D|LL|M|RE|S|T|VE))?",Xt="(?:"+Pt+"|"+Bt+")"+"?",Qt="["+Ot+"]?",Zt=Qt+Xt+("(?:"+Ht+"(?:"+[$t,Ft,Ut].join("|")+")"+Qt+Xt+")*"),Yt="(?:"+[Mt,Ft,Ut].join("|")+")"+Zt,Jt="(?:"+[$t+Pt+"?",Pt,Ft,Ut,Dt].join("|")+")",te=RegExp(jt,"g"),ee=RegExp(Pt,"g"),re=RegExp(Bt+"(?="+Bt+")|"+Jt+Zt,"g"),ne=RegExp([zt+"?"+Rt+"+"+Wt+"(?="+[Lt,zt,"$"].join("|")+")",Gt+"+"+Kt+"(?="+[Lt,zt+Vt,"$"].join("|")+")",zt+"?"+Vt+"+"+Wt,zt+"+"+Kt,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Nt,Yt].join("|"),"g"),ie=RegExp("["+Ht+At+St+Ot+"]"),oe=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,se=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],ae=-1,le={};le[M]=le[R]=le[q]=le[B]=le[$]=le[F]=le[U]=le[z]=le[H]=!0,le[y]=le[v]=le[P]=le[x]=le[N]=le[w]=le[_]=le[k]=le[S]=le[E]=le[C]=le[O]=le[I]=le[j]=le[L]=!1;var ce={};ce[y]=ce[v]=ce[P]=ce[N]=ce[x]=ce[w]=ce[M]=ce[R]=ce[q]=ce[B]=ce[$]=ce[S]=ce[E]=ce[C]=ce[O]=ce[I]=ce[j]=ce[D]=ce[F]=ce[U]=ce[z]=ce[H]=!0,ce[_]=ce[k]=ce[L]=!1;var ue={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},pe=parseFloat,de=parseInt,me="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g,fe="object"==typeof self&&self&&self.Object===Object&&self,he=me||fe||Function("return this")(),ge=e&&!e.nodeType&&e,be=ge&&t&&!t.nodeType&&t,ye=be&&be.exports===ge,ve=ye&&me.process,xe=function(){try{var t=be&&be.require&&be.require("util").types;return t||ve&&ve.binding&&ve.binding("util")}catch(t){}}(),we=xe&&xe.isArrayBuffer,_e=xe&&xe.isDate,ke=xe&&xe.isMap,Ae=xe&&xe.isRegExp,Se=xe&&xe.isSet,Ee=xe&&xe.isTypedArray;function Ce(t,e,r){switch(r.length){case 0:return t.call(e);case 1:return t.call(e,r[0]);case 2:return t.call(e,r[0],r[1]);case 3:return t.call(e,r[0],r[1],r[2])}return t.apply(e,r)}function Te(t,e,r,n){for(var i=-1,o=null==t?0:t.length;++i-1}function Pe(t,e,r){for(var n=-1,i=null==t?0:t.length;++n-1;);return r}function nr(t,e){for(var r=t.length;r--&&ze(e,t[r],0)>-1;);return r}var ir=Ke({À:"A",Á:"A",Â:"A",Ã:"A",Ä:"A",Å:"A",à:"a",á:"a",â:"a",ã:"a",ä:"a",å:"a",Ç:"C",ç:"c",Ð:"D",ð:"d",È:"E",É:"E",Ê:"E",Ë:"E",è:"e",é:"e",ê:"e",ë:"e",Ì:"I",Í:"I",Î:"I",Ï:"I",ì:"i",í:"i",î:"i",ï:"i",Ñ:"N",ñ:"n",Ò:"O",Ó:"O",Ô:"O",Õ:"O",Ö:"O",Ø:"O",ò:"o",ó:"o",ô:"o",õ:"o",ö:"o",ø:"o",Ù:"U",Ú:"U",Û:"U",Ü:"U",ù:"u",ú:"u",û:"u",ü:"u",Ý:"Y",ý:"y",ÿ:"y",Æ:"Ae",æ:"ae",Þ:"Th",þ:"th",ß:"ss",Ā:"A",Ă:"A",Ą:"A",ā:"a",ă:"a",ą:"a",Ć:"C",Ĉ:"C",Ċ:"C",Č:"C",ć:"c",ĉ:"c",ċ:"c",č:"c",Ď:"D",Đ:"D",ď:"d",đ:"d",Ē:"E",Ĕ:"E",Ė:"E",Ę:"E",Ě:"E",ē:"e",ĕ:"e",ė:"e",ę:"e",ě:"e",Ĝ:"G",Ğ:"G",Ġ:"G",Ģ:"G",ĝ:"g",ğ:"g",ġ:"g",ģ:"g",Ĥ:"H",Ħ:"H",ĥ:"h",ħ:"h",Ĩ:"I",Ī:"I",Ĭ:"I",Į:"I",İ:"I",ĩ:"i",ī:"i",ĭ:"i",į:"i",ı:"i",Ĵ:"J",ĵ:"j",Ķ:"K",ķ:"k",ĸ:"k",Ĺ:"L",Ļ:"L",Ľ:"L",Ŀ:"L",Ł:"L",ĺ:"l",ļ:"l",ľ:"l",ŀ:"l",ł:"l",Ń:"N",Ņ:"N",Ň:"N",Ŋ:"N",ń:"n",ņ:"n",ň:"n",ŋ:"n",Ō:"O",Ŏ:"O",Ő:"O",ō:"o",ŏ:"o",ő:"o",Ŕ:"R",Ŗ:"R",Ř:"R",ŕ:"r",ŗ:"r",ř:"r",Ś:"S",Ŝ:"S",Ş:"S",Š:"S",ś:"s",ŝ:"s",ş:"s",š:"s",Ţ:"T",Ť:"T",Ŧ:"T",ţ:"t",ť:"t",ŧ:"t",Ũ:"U",Ū:"U",Ŭ:"U",Ů:"U",Ű:"U",Ų:"U",ũ:"u",ū:"u",ŭ:"u",ů:"u",ű:"u",ų:"u",Ŵ:"W",ŵ:"w",Ŷ:"Y",ŷ:"y",Ÿ:"Y",Ź:"Z",Ż:"Z",Ž:"Z",ź:"z",ż:"z",ž:"z",IJ:"IJ",ij:"ij",Œ:"Oe",œ:"oe",ʼn:"'n",ſ:"s"}),or=Ke({"&":"&","<":"<",">":">",'"':""","'":"'"});function sr(t){return"\\"+ue[t]}function ar(t){return ie.test(t)}function lr(t){var e=-1,r=Array(t.size);return t.forEach((function(t,n){r[++e]=[n,t]})),r}function cr(t,e){return function(r){return t(e(r))}}function ur(t,e){for(var r=-1,n=t.length,i=0,o=[];++r",""":'"',"'":"'"});var br=function t(e){var r,n=(e=null==e?he:br.defaults(he.Object(),e,br.pick(he,se))).Array,at=e.Date,At=e.Error,St=e.Function,Et=e.Math,Ct=e.Object,Tt=e.RegExp,Ot=e.String,It=e.TypeError,jt=n.prototype,Dt=St.prototype,Lt=Ct.prototype,Pt=e["__core-js_shared__"],Nt=Dt.toString,Mt=Lt.hasOwnProperty,Rt=0,qt=(r=/[^.]+$/.exec(Pt&&Pt.keys&&Pt.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"",Bt=Lt.toString,$t=Nt.call(Ct),Ft=he._,Ut=Tt("^"+Nt.call(Mt).replace(it,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),zt=ye?e.Buffer:i,Ht=e.Symbol,Vt=e.Uint8Array,Gt=zt?zt.allocUnsafe:i,Wt=cr(Ct.getPrototypeOf,Ct),Kt=Ct.create,Xt=Lt.propertyIsEnumerable,Qt=jt.splice,Zt=Ht?Ht.isConcatSpreadable:i,Yt=Ht?Ht.iterator:i,Jt=Ht?Ht.toStringTag:i,re=function(){try{var t=mo(Ct,"defineProperty");return t({},"",{}),t}catch(t){}}(),ie=e.clearTimeout!==he.clearTimeout&&e.clearTimeout,ue=at&&at.now!==he.Date.now&&at.now,me=e.setTimeout!==he.setTimeout&&e.setTimeout,fe=Et.ceil,ge=Et.floor,be=Ct.getOwnPropertySymbols,ve=zt?zt.isBuffer:i,xe=e.isFinite,$e=jt.join,Ke=cr(Ct.keys,Ct),yr=Et.max,vr=Et.min,xr=at.now,wr=e.parseInt,_r=Et.random,kr=jt.reverse,Ar=mo(e,"DataView"),Sr=mo(e,"Map"),Er=mo(e,"Promise"),Cr=mo(e,"Set"),Tr=mo(e,"WeakMap"),Or=mo(Ct,"create"),Ir=Tr&&new Tr,jr={},Dr=Bo(Ar),Lr=Bo(Sr),Pr=Bo(Er),Nr=Bo(Cr),Mr=Bo(Tr),Rr=Ht?Ht.prototype:i,qr=Rr?Rr.valueOf:i,Br=Rr?Rr.toString:i;function $r(t){if(ra(t)&&!Vs(t)&&!(t instanceof Hr)){if(t instanceof zr)return t;if(Mt.call(t,"__wrapped__"))return $o(t)}return new zr(t)}var Fr=function(){function t(){}return function(e){if(!ea(e))return{};if(Kt)return Kt(e);t.prototype=e;var r=new t;return t.prototype=i,r}}();function Ur(){}function zr(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=i}function Hr(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=g,this.__views__=[]}function Vr(t){var e=-1,r=null==t?0:t.length;for(this.clear();++e=e?t:e)),t}function cn(t,e,r,n,o,s){var a,l=1&e,c=2&e,u=4&e;if(r&&(a=o?r(t,n,o,s):r(t)),a!==i)return a;if(!ea(t))return t;var p=Vs(t);if(p){if(a=function(t){var e=t.length,r=new t.constructor(e);e&&"string"==typeof t[0]&&Mt.call(t,"index")&&(r.index=t.index,r.input=t.input);return r}(t),!l)return Ii(t,a)}else{var d=go(t),m=d==k||d==A;if(Xs(t))return Ai(t,l);if(d==C||d==y||m&&!o){if(a=c||m?{}:yo(t),!l)return c?function(t,e){return ji(t,ho(t),e)}(t,function(t,e){return t&&ji(e,La(e),t)}(a,t)):function(t,e){return ji(t,fo(t),e)}(t,on(a,t))}else{if(!ce[d])return o?t:{};a=function(t,e,r){var n=t.constructor;switch(e){case P:return Si(t);case x:case w:return new n(+t);case N:return function(t,e){var r=e?Si(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.byteLength)}(t,r);case M:case R:case q:case B:case $:case F:case U:case z:case H:return Ei(t,r);case S:return new n;case E:case j:return new n(t);case O:return function(t){var e=new t.constructor(t.source,ht.exec(t));return e.lastIndex=t.lastIndex,e}(t);case I:return new n;case D:return i=t,qr?Ct(qr.call(i)):{}}var i}(t,d,l)}}s||(s=new Xr);var f=s.get(t);if(f)return f;s.set(t,a),aa(t)?t.forEach((function(n){a.add(cn(n,e,r,n,t,s))})):na(t)&&t.forEach((function(n,i){a.set(i,cn(n,e,r,i,t,s))}));var h=p?i:(u?c?oo:io:c?La:Da)(t);return Oe(h||t,(function(n,i){h&&(n=t[i=n]),en(a,i,cn(n,e,r,i,t,s))})),a}function un(t,e,r){var n=r.length;if(null==t)return!n;for(t=Ct(t);n--;){var o=r[n],s=e[o],a=t[o];if(a===i&&!(o in t)||!s(a))return!1}return!0}function pn(t,e,r){if("function"!=typeof t)throw new It(o);return Do((function(){t.apply(i,r)}),e)}function dn(t,e,r,n){var i=-1,o=Le,s=!0,a=t.length,l=[],c=e.length;if(!a)return l;r&&(e=Ne(e,Je(r))),n?(o=Pe,s=!1):e.length>=200&&(o=er,s=!1,e=new Kr(e));t:for(;++i-1},Gr.prototype.set=function(t,e){var r=this.__data__,n=rn(r,t);return n<0?(++this.size,r.push([t,e])):r[n][1]=e,this},Wr.prototype.clear=function(){this.size=0,this.__data__={hash:new Vr,map:new(Sr||Gr),string:new Vr}},Wr.prototype.delete=function(t){var e=uo(this,t).delete(t);return this.size-=e?1:0,e},Wr.prototype.get=function(t){return uo(this,t).get(t)},Wr.prototype.has=function(t){return uo(this,t).has(t)},Wr.prototype.set=function(t,e){var r=uo(this,t),n=r.size;return r.set(t,e),this.size+=r.size==n?0:1,this},Kr.prototype.add=Kr.prototype.push=function(t){return this.__data__.set(t,s),this},Kr.prototype.has=function(t){return this.__data__.has(t)},Xr.prototype.clear=function(){this.__data__=new Gr,this.size=0},Xr.prototype.delete=function(t){var e=this.__data__,r=e.delete(t);return this.size=e.size,r},Xr.prototype.get=function(t){return this.__data__.get(t)},Xr.prototype.has=function(t){return this.__data__.has(t)},Xr.prototype.set=function(t,e){var r=this.__data__;if(r instanceof Gr){var n=r.__data__;if(!Sr||n.length<199)return n.push([t,e]),this.size=++r.size,this;r=this.__data__=new Wr(n)}return r.set(t,e),this.size=r.size,this};var mn=Pi(wn),fn=Pi(_n,!0);function hn(t,e){var r=!0;return mn(t,(function(t,n,i){return r=!!e(t,n,i)})),r}function gn(t,e,r){for(var n=-1,o=t.length;++n0&&r(a)?e>1?yn(a,e-1,r,n,i):Me(i,a):n||(i[i.length]=a)}return i}var vn=Ni(),xn=Ni(!0);function wn(t,e){return t&&vn(t,e,Da)}function _n(t,e){return t&&xn(t,e,Da)}function kn(t,e){return De(e,(function(e){return Ys(t[e])}))}function An(t,e){for(var r=0,n=(e=xi(e,t)).length;null!=t&&re}function Tn(t,e){return null!=t&&Mt.call(t,e)}function On(t,e){return null!=t&&e in Ct(t)}function In(t,e,r){for(var o=r?Pe:Le,s=t[0].length,a=t.length,l=a,c=n(a),u=1/0,p=[];l--;){var d=t[l];l&&e&&(d=Ne(d,Je(e))),u=vr(d.length,u),c[l]=!r&&(e||s>=120&&d.length>=120)?new Kr(l&&d):i}d=t[0];var m=-1,f=c[0];t:for(;++m=a?l:l*("desc"==r[n]?-1:1)}return t.index-e.index}(t,e,r)}))}function Gn(t,e,r){for(var n=-1,i=e.length,o={};++n-1;)a!==t&&Qt.call(a,l,1),Qt.call(t,l,1);return t}function Kn(t,e){for(var r=t?e.length:0,n=r-1;r--;){var i=e[r];if(r==n||i!==o){var o=i;xo(i)?Qt.call(t,i,1):di(t,i)}}return t}function Xn(t,e){return t+ge(_r()*(e-t+1))}function Qn(t,e){var r="";if(!t||e<1||e>f)return r;do{e%2&&(r+=t),(e=ge(e/2))&&(t+=t)}while(e);return r}function Zn(t,e){return Lo(To(t,e,il),t+"")}function Yn(t){return Zr(Fa(t))}function Jn(t,e){var r=Fa(t);return Mo(r,ln(e,0,r.length))}function ti(t,e,r,n){if(!ea(t))return t;for(var o=-1,s=(e=xi(e,t)).length,a=s-1,l=t;null!=l&&++oo?0:o+e),(r=r>o?o:r)<0&&(r+=o),o=e>r?0:r-e>>>0,e>>>=0;for(var s=n(o);++i>>1,s=t[o];null!==s&&!ca(s)&&(r?s<=e:s=200){var c=e?null:Qi(t);if(c)return pr(c);s=!1,i=er,l=new Kr}else l=e?[]:a;t:for(;++n=n?t:ii(t,e,r)}var ki=ie||function(t){return he.clearTimeout(t)};function Ai(t,e){if(e)return t.slice();var r=t.length,n=Gt?Gt(r):new t.constructor(r);return t.copy(n),n}function Si(t){var e=new t.constructor(t.byteLength);return new Vt(e).set(new Vt(t)),e}function Ei(t,e){var r=e?Si(t.buffer):t.buffer;return new t.constructor(r,t.byteOffset,t.length)}function Ci(t,e){if(t!==e){var r=t!==i,n=null===t,o=t==t,s=ca(t),a=e!==i,l=null===e,c=e==e,u=ca(e);if(!l&&!u&&!s&&t>e||s&&a&&c&&!l&&!u||n&&a&&c||!r&&c||!o)return 1;if(!n&&!s&&!u&&t1?r[o-1]:i,a=o>2?r[2]:i;for(s=t.length>3&&"function"==typeof s?(o--,s):i,a&&wo(r[0],r[1],a)&&(s=o<3?i:s,o=1),e=Ct(e);++n-1?o[s?e[a]:a]:i}}function $i(t){return no((function(e){var r=e.length,n=r,s=zr.prototype.thru;for(t&&e.reverse();n--;){var a=e[n];if("function"!=typeof a)throw new It(o);if(s&&!l&&"wrapper"==ao(a))var l=new zr([],!0)}for(n=l?n:r;++n1&&x.reverse(),m&&ul))return!1;var u=s.get(t),p=s.get(e);if(u&&p)return u==e&&p==t;var d=-1,m=!0,f=2&r?new Kr:i;for(s.set(t,e),s.set(e,t);++d-1&&t%1==0&&t1?"& ":"")+e[n],e=e.join(r>2?", ":" "),t.replace(lt,"{\n/* [wrapped with "+e+"] */\n")}(n,function(t,e){return Oe(b,(function(r){var n="_."+r[0];e&r[1]&&!Le(t,n)&&t.push(n)})),t.sort()}(function(t){var e=t.match(ct);return e?e[1].split(ut):[]}(n),r)))}function No(t){var e=0,r=0;return function(){var n=xr(),o=16-(n-r);if(r=n,o>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(i,arguments)}}function Mo(t,e){var r=-1,n=t.length,o=n-1;for(e=e===i?n:e;++r1?t[e-1]:i;return r="function"==typeof r?(t.pop(),r):i,ss(t,r)}));function ms(t){var e=$r(t);return e.__chain__=!0,e}function fs(t,e){return e(t)}var hs=no((function(t){var e=t.length,r=e?t[0]:0,n=this.__wrapped__,o=function(e){return an(e,t)};return!(e>1||this.__actions__.length)&&n instanceof Hr&&xo(r)?((n=n.slice(r,+r+(e?1:0))).__actions__.push({func:fs,args:[o],thisArg:i}),new zr(n,this.__chain__).thru((function(t){return e&&!t.length&&t.push(i),t}))):this.thru(o)}));var gs=Di((function(t,e,r){Mt.call(t,r)?++t[r]:sn(t,r,1)}));var bs=Bi(Ho),ys=Bi(Vo);function vs(t,e){return(Vs(t)?Oe:mn)(t,co(e,3))}function xs(t,e){return(Vs(t)?Ie:fn)(t,co(e,3))}var ws=Di((function(t,e,r){Mt.call(t,r)?t[r].push(e):sn(t,r,[e])}));var _s=Zn((function(t,e,r){var i=-1,o="function"==typeof e,s=Ws(t)?n(t.length):[];return mn(t,(function(t){s[++i]=o?Ce(e,t,r):jn(t,e,r)})),s})),ks=Di((function(t,e,r){sn(t,r,e)}));function As(t,e){return(Vs(t)?Ne:$n)(t,co(e,3))}var Ss=Di((function(t,e,r){t[r?0:1].push(e)}),(function(){return[[],[]]}));var Es=Zn((function(t,e){if(null==t)return[];var r=e.length;return r>1&&wo(t,e[0],e[1])?e=[]:r>2&&wo(e[0],e[1],e[2])&&(e=[e[0]]),Vn(t,yn(e,1),[])})),Cs=ue||function(){return he.Date.now()};function Ts(t,e,r){return e=r?i:e,e=t&&null==e?t.length:e,Yi(t,p,i,i,i,i,e)}function Os(t,e){var r;if("function"!=typeof e)throw new It(o);return t=ha(t),function(){return--t>0&&(r=e.apply(this,arguments)),t<=1&&(e=i),r}}var Is=Zn((function(t,e,r){var n=1;if(r.length){var i=ur(r,lo(Is));n|=c}return Yi(t,n,e,r,i)})),js=Zn((function(t,e,r){var n=3;if(r.length){var i=ur(r,lo(js));n|=c}return Yi(e,n,t,r,i)}));function Ds(t,e,r){var n,s,a,l,c,u,p=0,d=!1,m=!1,f=!0;if("function"!=typeof t)throw new It(o);function h(e){var r=n,o=s;return n=s=i,p=e,l=t.apply(o,r)}function g(t){var r=t-u;return u===i||r>=e||r<0||m&&t-p>=a}function b(){var t=Cs();if(g(t))return y(t);c=Do(b,function(t){var r=e-(t-u);return m?vr(r,a-(t-p)):r}(t))}function y(t){return c=i,f&&n?h(t):(n=s=i,l)}function v(){var t=Cs(),r=g(t);if(n=arguments,s=this,u=t,r){if(c===i)return function(t){return p=t,c=Do(b,e),d?h(t):l}(u);if(m)return ki(c),c=Do(b,e),h(u)}return c===i&&(c=Do(b,e)),l}return e=ba(e)||0,ea(r)&&(d=!!r.leading,a=(m="maxWait"in r)?yr(ba(r.maxWait)||0,e):a,f="trailing"in r?!!r.trailing:f),v.cancel=function(){c!==i&&ki(c),p=0,n=u=s=c=i},v.flush=function(){return c===i?l:y(Cs())},v}var Ls=Zn((function(t,e){return pn(t,1,e)})),Ps=Zn((function(t,e,r){return pn(t,ba(e)||0,r)}));function Ns(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new It(o);var r=function(){var n=arguments,i=e?e.apply(this,n):n[0],o=r.cache;if(o.has(i))return o.get(i);var s=t.apply(this,n);return r.cache=o.set(i,s)||o,s};return r.cache=new(Ns.Cache||Wr),r}function Ms(t){if("function"!=typeof t)throw new It(o);return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}Ns.Cache=Wr;var Rs=wi((function(t,e){var r=(e=1==e.length&&Vs(e[0])?Ne(e[0],Je(co())):Ne(yn(e,1),Je(co()))).length;return Zn((function(n){for(var i=-1,o=vr(n.length,r);++i=e})),Hs=Dn(function(){return arguments}())?Dn:function(t){return ra(t)&&Mt.call(t,"callee")&&!Xt.call(t,"callee")},Vs=n.isArray,Gs=we?Je(we):function(t){return ra(t)&&En(t)==P};function Ws(t){return null!=t&&ta(t.length)&&!Ys(t)}function Ks(t){return ra(t)&&Ws(t)}var Xs=ve||bl,Qs=_e?Je(_e):function(t){return ra(t)&&En(t)==w};function Zs(t){if(!ra(t))return!1;var e=En(t);return e==_||"[object DOMException]"==e||"string"==typeof t.message&&"string"==typeof t.name&&!oa(t)}function Ys(t){if(!ea(t))return!1;var e=En(t);return e==k||e==A||"[object AsyncFunction]"==e||"[object Proxy]"==e}function Js(t){return"number"==typeof t&&t==ha(t)}function ta(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=f}function ea(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function ra(t){return null!=t&&"object"==typeof t}var na=ke?Je(ke):function(t){return ra(t)&&go(t)==S};function ia(t){return"number"==typeof t||ra(t)&&En(t)==E}function oa(t){if(!ra(t)||En(t)!=C)return!1;var e=Wt(t);if(null===e)return!0;var r=Mt.call(e,"constructor")&&e.constructor;return"function"==typeof r&&r instanceof r&&Nt.call(r)==$t}var sa=Ae?Je(Ae):function(t){return ra(t)&&En(t)==O};var aa=Se?Je(Se):function(t){return ra(t)&&go(t)==I};function la(t){return"string"==typeof t||!Vs(t)&&ra(t)&&En(t)==j}function ca(t){return"symbol"==typeof t||ra(t)&&En(t)==D}var ua=Ee?Je(Ee):function(t){return ra(t)&&ta(t.length)&&!!le[En(t)]};var pa=Wi(Bn),da=Wi((function(t,e){return t<=e}));function ma(t){if(!t)return[];if(Ws(t))return la(t)?fr(t):Ii(t);if(Yt&&t[Yt])return function(t){for(var e,r=[];!(e=t.next()).done;)r.push(e.value);return r}(t[Yt]());var e=go(t);return(e==S?lr:e==I?pr:Fa)(t)}function fa(t){return t?(t=ba(t))===m||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}function ha(t){var e=fa(t),r=e%1;return e==e?r?e-r:e:0}function ga(t){return t?ln(ha(t),0,g):0}function ba(t){if("number"==typeof t)return t;if(ca(t))return h;if(ea(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=ea(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=Ye(t);var r=bt.test(t);return r||vt.test(t)?de(t.slice(2),r?2:8):gt.test(t)?h:+t}function ya(t){return ji(t,La(t))}function va(t){return null==t?"":ui(t)}var xa=Li((function(t,e){if(So(e)||Ws(e))ji(e,Da(e),t);else for(var r in e)Mt.call(e,r)&&en(t,r,e[r])})),wa=Li((function(t,e){ji(e,La(e),t)})),_a=Li((function(t,e,r,n){ji(e,La(e),t,n)})),ka=Li((function(t,e,r,n){ji(e,Da(e),t,n)})),Aa=no(an);var Sa=Zn((function(t,e){t=Ct(t);var r=-1,n=e.length,o=n>2?e[2]:i;for(o&&wo(e[0],e[1],o)&&(n=1);++r1),e})),ji(t,oo(t),r),n&&(r=cn(r,7,eo));for(var i=e.length;i--;)di(r,e[i]);return r}));var Ra=no((function(t,e){return null==t?{}:function(t,e){return Gn(t,e,(function(e,r){return Ta(t,r)}))}(t,e)}));function qa(t,e){if(null==t)return{};var r=Ne(oo(t),(function(t){return[t]}));return e=co(e),Gn(t,r,(function(t,r){return e(t,r[0])}))}var Ba=Zi(Da),$a=Zi(La);function Fa(t){return null==t?[]:tr(t,Da(t))}var Ua=Ri((function(t,e,r){return e=e.toLowerCase(),t+(r?za(e):e)}));function za(t){return Za(va(t).toLowerCase())}function Ha(t){return(t=va(t))&&t.replace(wt,ir).replace(ee,"")}var Va=Ri((function(t,e,r){return t+(r?"-":"")+e.toLowerCase()})),Ga=Ri((function(t,e,r){return t+(r?" ":"")+e.toLowerCase()})),Wa=Mi("toLowerCase");var Ka=Ri((function(t,e,r){return t+(r?"_":"")+e.toLowerCase()}));var Xa=Ri((function(t,e,r){return t+(r?" ":"")+Za(e)}));var Qa=Ri((function(t,e,r){return t+(r?" ":"")+e.toUpperCase()})),Za=Mi("toUpperCase");function Ya(t,e,r){return t=va(t),(e=r?i:e)===i?function(t){return oe.test(t)}(t)?function(t){return t.match(ne)||[]}(t):function(t){return t.match(pt)||[]}(t):t.match(e)||[]}var Ja=Zn((function(t,e){try{return Ce(t,i,e)}catch(t){return Zs(t)?t:new At(t)}})),tl=no((function(t,e){return Oe(e,(function(e){e=qo(e),sn(t,e,Is(t[e],t))})),t}));function el(t){return function(){return t}}var rl=$i(),nl=$i(!0);function il(t){return t}function ol(t){return Mn("function"==typeof t?t:cn(t,1))}var sl=Zn((function(t,e){return function(r){return jn(r,t,e)}})),al=Zn((function(t,e){return function(r){return jn(t,r,e)}}));function ll(t,e,r){var n=Da(e),i=kn(e,n);null!=r||ea(e)&&(i.length||!n.length)||(r=e,e=t,t=this,i=kn(e,Da(e)));var o=!(ea(r)&&"chain"in r&&!r.chain),s=Ys(t);return Oe(i,(function(r){var n=e[r];t[r]=n,s&&(t.prototype[r]=function(){var e=this.__chain__;if(o||e){var r=t(this.__wrapped__);return(r.__actions__=Ii(this.__actions__)).push({func:n,args:arguments,thisArg:t}),r.__chain__=e,r}return n.apply(t,Me([this.value()],arguments))})})),t}function cl(){}var ul=Hi(Ne),pl=Hi(je),dl=Hi(Be);function ml(t){return _o(t)?We(qo(t)):function(t){return function(e){return An(e,t)}}(t)}var fl=Gi(),hl=Gi(!0);function gl(){return[]}function bl(){return!1}var yl=zi((function(t,e){return t+e}),0),vl=Xi("ceil"),xl=zi((function(t,e){return t/e}),1),wl=Xi("floor");var _l,kl=zi((function(t,e){return t*e}),1),Al=Xi("round"),Sl=zi((function(t,e){return t-e}),0);return $r.after=function(t,e){if("function"!=typeof e)throw new It(o);return t=ha(t),function(){if(--t<1)return e.apply(this,arguments)}},$r.ary=Ts,$r.assign=xa,$r.assignIn=wa,$r.assignInWith=_a,$r.assignWith=ka,$r.at=Aa,$r.before=Os,$r.bind=Is,$r.bindAll=tl,$r.bindKey=js,$r.castArray=function(){if(!arguments.length)return[];var t=arguments[0];return Vs(t)?t:[t]},$r.chain=ms,$r.chunk=function(t,e,r){e=(r?wo(t,e,r):e===i)?1:yr(ha(e),0);var o=null==t?0:t.length;if(!o||e<1)return[];for(var s=0,a=0,l=n(fe(o/e));so?0:o+r),(n=n===i||n>o?o:ha(n))<0&&(n+=o),n=r>n?0:ga(n);r>>0)?(t=va(t))&&("string"==typeof e||null!=e&&!sa(e))&&!(e=ui(e))&&ar(t)?_i(fr(t),0,r):t.split(e,r):[]},$r.spread=function(t,e){if("function"!=typeof t)throw new It(o);return e=null==e?0:yr(ha(e),0),Zn((function(r){var n=r[e],i=_i(r,0,e);return n&&Me(i,n),Ce(t,this,i)}))},$r.tail=function(t){var e=null==t?0:t.length;return e?ii(t,1,e):[]},$r.take=function(t,e,r){return t&&t.length?ii(t,0,(e=r||e===i?1:ha(e))<0?0:e):[]},$r.takeRight=function(t,e,r){var n=null==t?0:t.length;return n?ii(t,(e=n-(e=r||e===i?1:ha(e)))<0?0:e,n):[]},$r.takeRightWhile=function(t,e){return t&&t.length?fi(t,co(e,3),!1,!0):[]},$r.takeWhile=function(t,e){return t&&t.length?fi(t,co(e,3)):[]},$r.tap=function(t,e){return e(t),t},$r.throttle=function(t,e,r){var n=!0,i=!0;if("function"!=typeof t)throw new It(o);return ea(r)&&(n="leading"in r?!!r.leading:n,i="trailing"in r?!!r.trailing:i),Ds(t,e,{leading:n,maxWait:e,trailing:i})},$r.thru=fs,$r.toArray=ma,$r.toPairs=Ba,$r.toPairsIn=$a,$r.toPath=function(t){return Vs(t)?Ne(t,qo):ca(t)?[t]:Ii(Ro(va(t)))},$r.toPlainObject=ya,$r.transform=function(t,e,r){var n=Vs(t),i=n||Xs(t)||ua(t);if(e=co(e,4),null==r){var o=t&&t.constructor;r=i?n?new o:[]:ea(t)&&Ys(o)?Fr(Wt(t)):{}}return(i?Oe:wn)(t,(function(t,n,i){return e(r,t,n,i)})),r},$r.unary=function(t){return Ts(t,1)},$r.union=rs,$r.unionBy=ns,$r.unionWith=is,$r.uniq=function(t){return t&&t.length?pi(t):[]},$r.uniqBy=function(t,e){return t&&t.length?pi(t,co(e,2)):[]},$r.uniqWith=function(t,e){return e="function"==typeof e?e:i,t&&t.length?pi(t,i,e):[]},$r.unset=function(t,e){return null==t||di(t,e)},$r.unzip=os,$r.unzipWith=ss,$r.update=function(t,e,r){return null==t?t:mi(t,e,vi(r))},$r.updateWith=function(t,e,r,n){return n="function"==typeof n?n:i,null==t?t:mi(t,e,vi(r),n)},$r.values=Fa,$r.valuesIn=function(t){return null==t?[]:tr(t,La(t))},$r.without=as,$r.words=Ya,$r.wrap=function(t,e){return qs(vi(e),t)},$r.xor=ls,$r.xorBy=cs,$r.xorWith=us,$r.zip=ps,$r.zipObject=function(t,e){return bi(t||[],e||[],en)},$r.zipObjectDeep=function(t,e){return bi(t||[],e||[],ti)},$r.zipWith=ds,$r.entries=Ba,$r.entriesIn=$a,$r.extend=wa,$r.extendWith=_a,ll($r,$r),$r.add=yl,$r.attempt=Ja,$r.camelCase=Ua,$r.capitalize=za,$r.ceil=vl,$r.clamp=function(t,e,r){return r===i&&(r=e,e=i),r!==i&&(r=(r=ba(r))==r?r:0),e!==i&&(e=(e=ba(e))==e?e:0),ln(ba(t),e,r)},$r.clone=function(t){return cn(t,4)},$r.cloneDeep=function(t){return cn(t,5)},$r.cloneDeepWith=function(t,e){return cn(t,5,e="function"==typeof e?e:i)},$r.cloneWith=function(t,e){return cn(t,4,e="function"==typeof e?e:i)},$r.conformsTo=function(t,e){return null==e||un(t,e,Da(e))},$r.deburr=Ha,$r.defaultTo=function(t,e){return null==t||t!=t?e:t},$r.divide=xl,$r.endsWith=function(t,e,r){t=va(t),e=ui(e);var n=t.length,o=r=r===i?n:ln(ha(r),0,n);return(r-=e.length)>=0&&t.slice(r,o)==e},$r.eq=Fs,$r.escape=function(t){return(t=va(t))&&Z.test(t)?t.replace(X,or):t},$r.escapeRegExp=function(t){return(t=va(t))&&ot.test(t)?t.replace(it,"\\$&"):t},$r.every=function(t,e,r){var n=Vs(t)?je:hn;return r&&wo(t,e,r)&&(e=i),n(t,co(e,3))},$r.find=bs,$r.findIndex=Ho,$r.findKey=function(t,e){return Fe(t,co(e,3),wn)},$r.findLast=ys,$r.findLastIndex=Vo,$r.findLastKey=function(t,e){return Fe(t,co(e,3),_n)},$r.floor=wl,$r.forEach=vs,$r.forEachRight=xs,$r.forIn=function(t,e){return null==t?t:vn(t,co(e,3),La)},$r.forInRight=function(t,e){return null==t?t:xn(t,co(e,3),La)},$r.forOwn=function(t,e){return t&&wn(t,co(e,3))},$r.forOwnRight=function(t,e){return t&&_n(t,co(e,3))},$r.get=Ca,$r.gt=Us,$r.gte=zs,$r.has=function(t,e){return null!=t&&bo(t,e,Tn)},$r.hasIn=Ta,$r.head=Wo,$r.identity=il,$r.includes=function(t,e,r,n){t=Ws(t)?t:Fa(t),r=r&&!n?ha(r):0;var i=t.length;return r<0&&(r=yr(i+r,0)),la(t)?r<=i&&t.indexOf(e,r)>-1:!!i&&ze(t,e,r)>-1},$r.indexOf=function(t,e,r){var n=null==t?0:t.length;if(!n)return-1;var i=null==r?0:ha(r);return i<0&&(i=yr(n+i,0)),ze(t,e,i)},$r.inRange=function(t,e,r){return e=fa(e),r===i?(r=e,e=0):r=fa(r),function(t,e,r){return t>=vr(e,r)&&t=-9007199254740991&&t<=f},$r.isSet=aa,$r.isString=la,$r.isSymbol=ca,$r.isTypedArray=ua,$r.isUndefined=function(t){return t===i},$r.isWeakMap=function(t){return ra(t)&&go(t)==L},$r.isWeakSet=function(t){return ra(t)&&"[object WeakSet]"==En(t)},$r.join=function(t,e){return null==t?"":$e.call(t,e)},$r.kebabCase=Va,$r.last=Zo,$r.lastIndexOf=function(t,e,r){var n=null==t?0:t.length;if(!n)return-1;var o=n;return r!==i&&(o=(o=ha(r))<0?yr(n+o,0):vr(o,n-1)),e==e?function(t,e,r){for(var n=r+1;n--;)if(t[n]===e)return n;return n}(t,e,o):Ue(t,Ve,o,!0)},$r.lowerCase=Ga,$r.lowerFirst=Wa,$r.lt=pa,$r.lte=da,$r.max=function(t){return t&&t.length?gn(t,il,Cn):i},$r.maxBy=function(t,e){return t&&t.length?gn(t,co(e,2),Cn):i},$r.mean=function(t){return Ge(t,il)},$r.meanBy=function(t,e){return Ge(t,co(e,2))},$r.min=function(t){return t&&t.length?gn(t,il,Bn):i},$r.minBy=function(t,e){return t&&t.length?gn(t,co(e,2),Bn):i},$r.stubArray=gl,$r.stubFalse=bl,$r.stubObject=function(){return{}},$r.stubString=function(){return""},$r.stubTrue=function(){return!0},$r.multiply=kl,$r.nth=function(t,e){return t&&t.length?Hn(t,ha(e)):i},$r.noConflict=function(){return he._===this&&(he._=Ft),this},$r.noop=cl,$r.now=Cs,$r.pad=function(t,e,r){t=va(t);var n=(e=ha(e))?mr(t):0;if(!e||n>=e)return t;var i=(e-n)/2;return Vi(ge(i),r)+t+Vi(fe(i),r)},$r.padEnd=function(t,e,r){t=va(t);var n=(e=ha(e))?mr(t):0;return e&&ne){var n=t;t=e,e=n}if(r||t%1||e%1){var o=_r();return vr(t+o*(e-t+pe("1e-"+((o+"").length-1))),e)}return Xn(t,e)},$r.reduce=function(t,e,r){var n=Vs(t)?Re:Xe,i=arguments.length<3;return n(t,co(e,4),r,i,mn)},$r.reduceRight=function(t,e,r){var n=Vs(t)?qe:Xe,i=arguments.length<3;return n(t,co(e,4),r,i,fn)},$r.repeat=function(t,e,r){return e=(r?wo(t,e,r):e===i)?1:ha(e),Qn(va(t),e)},$r.replace=function(){var t=arguments,e=va(t[0]);return t.length<3?e:e.replace(t[1],t[2])},$r.result=function(t,e,r){var n=-1,o=(e=xi(e,t)).length;for(o||(o=1,t=i);++nf)return[];var r=g,n=vr(t,g);e=co(e),t-=g;for(var i=Ze(n,e);++r=s)return t;var l=r-mr(n);if(l<1)return n;var c=a?_i(a,0,l).join(""):t.slice(0,l);if(o===i)return c+n;if(a&&(l+=c.length-l),sa(o)){if(t.slice(l).search(o)){var u,p=c;for(o.global||(o=Tt(o.source,va(ht.exec(o))+"g")),o.lastIndex=0;u=o.exec(p);)var d=u.index;c=c.slice(0,d===i?l:d)}}else if(t.indexOf(ui(o),l)!=l){var m=c.lastIndexOf(o);m>-1&&(c=c.slice(0,m))}return c+n},$r.unescape=function(t){return(t=va(t))&&Q.test(t)?t.replace(K,gr):t},$r.uniqueId=function(t){var e=++Rt;return va(t)+e},$r.upperCase=Qa,$r.upperFirst=Za,$r.each=vs,$r.eachRight=xs,$r.first=Wo,ll($r,(_l={},wn($r,(function(t,e){Mt.call($r.prototype,e)||(_l[e]=t)})),_l),{chain:!1}),$r.VERSION="4.17.21",Oe(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(t){$r[t].placeholder=$r})),Oe(["drop","take"],(function(t,e){Hr.prototype[t]=function(r){r=r===i?1:yr(ha(r),0);var n=this.__filtered__&&!e?new Hr(this):this.clone();return n.__filtered__?n.__takeCount__=vr(r,n.__takeCount__):n.__views__.push({size:vr(r,g),type:t+(n.__dir__<0?"Right":"")}),n},Hr.prototype[t+"Right"]=function(e){return this.reverse()[t](e).reverse()}})),Oe(["filter","map","takeWhile"],(function(t,e){var r=e+1,n=1==r||3==r;Hr.prototype[t]=function(t){var e=this.clone();return e.__iteratees__.push({iteratee:co(t,3),type:r}),e.__filtered__=e.__filtered__||n,e}})),Oe(["head","last"],(function(t,e){var r="take"+(e?"Right":"");Hr.prototype[t]=function(){return this[r](1).value()[0]}})),Oe(["initial","tail"],(function(t,e){var r="drop"+(e?"":"Right");Hr.prototype[t]=function(){return this.__filtered__?new Hr(this):this[r](1)}})),Hr.prototype.compact=function(){return this.filter(il)},Hr.prototype.find=function(t){return this.filter(t).head()},Hr.prototype.findLast=function(t){return this.reverse().find(t)},Hr.prototype.invokeMap=Zn((function(t,e){return"function"==typeof t?new Hr(this):this.map((function(r){return jn(r,t,e)}))})),Hr.prototype.reject=function(t){return this.filter(Ms(co(t)))},Hr.prototype.slice=function(t,e){t=ha(t);var r=this;return r.__filtered__&&(t>0||e<0)?new Hr(r):(t<0?r=r.takeRight(-t):t&&(r=r.drop(t)),e!==i&&(r=(e=ha(e))<0?r.dropRight(-e):r.take(e-t)),r)},Hr.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},Hr.prototype.toArray=function(){return this.take(g)},wn(Hr.prototype,(function(t,e){var r=/^(?:filter|find|map|reject)|While$/.test(e),n=/^(?:head|last)$/.test(e),o=$r[n?"take"+("last"==e?"Right":""):e],s=n||/^find/.test(e);o&&($r.prototype[e]=function(){var e=this.__wrapped__,a=n?[1]:arguments,l=e instanceof Hr,c=a[0],u=l||Vs(e),p=function(t){var e=o.apply($r,Me([t],a));return n&&d?e[0]:e};u&&r&&"function"==typeof c&&1!=c.length&&(l=u=!1);var d=this.__chain__,m=!!this.__actions__.length,f=s&&!d,h=l&&!m;if(!s&&u){e=h?e:new Hr(this);var g=t.apply(e,a);return g.__actions__.push({func:fs,args:[p],thisArg:i}),new zr(g,d)}return f&&h?t.apply(this,a):(g=this.thru(p),f?n?g.value()[0]:g.value():g)})})),Oe(["pop","push","shift","sort","splice","unshift"],(function(t){var e=jt[t],r=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",n=/^(?:pop|shift)$/.test(t);$r.prototype[t]=function(){var t=arguments;if(n&&!this.__chain__){var i=this.value();return e.apply(Vs(i)?i:[],t)}return this[r]((function(r){return e.apply(Vs(r)?r:[],t)}))}})),wn(Hr.prototype,(function(t,e){var r=$r[e];if(r){var n=r.name+"";Mt.call(jr,n)||(jr[n]=[]),jr[n].push({name:e,func:r})}})),jr[Fi(i,2).name]=[{name:"wrapper",func:i}],Hr.prototype.clone=function(){var t=new Hr(this.__wrapped__);return t.__actions__=Ii(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=Ii(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=Ii(this.__views__),t},Hr.prototype.reverse=function(){if(this.__filtered__){var t=new Hr(this);t.__dir__=-1,t.__filtered__=!0}else(t=this.clone()).__dir__*=-1;return t},Hr.prototype.value=function(){var t=this.__wrapped__.value(),e=this.__dir__,r=Vs(t),n=e<0,i=r?t.length:0,o=function(t,e,r){var n=-1,i=r.length;for(;++n=this.__values__.length;return{done:t,value:t?i:this.__values__[this.__index__++]}},$r.prototype.plant=function(t){for(var e,r=this;r instanceof Ur;){var n=$o(r);n.__index__=0,n.__values__=i,e?o.__wrapped__=n:e=n;var o=n;r=r.__wrapped__}return o.__wrapped__=t,e},$r.prototype.reverse=function(){var t=this.__wrapped__;if(t instanceof Hr){var e=t;return this.__actions__.length&&(e=new Hr(this)),(e=e.reverse()).__actions__.push({func:fs,args:[es],thisArg:i}),new zr(e,this.__chain__)}return this.thru(es)},$r.prototype.toJSON=$r.prototype.valueOf=$r.prototype.value=function(){return hi(this.__wrapped__,this.__actions__)},$r.prototype.first=$r.prototype.head,Yt&&($r.prototype[Yt]=function(){return this}),$r}();he._=br,(n=function(){return br}.call(e,r,e,t))===i||(t.exports=n)}.call(this)},9466:function(t,e){var r,n,i;n=[],void 0===(i="function"==typeof(r=function(){return function(t){function e(t){return" "===t||"\t"===t||"\n"===t||"\f"===t||"\r"===t}function r(e){var r,n=e.exec(t.substring(h));if(n)return r=n[0],h+=r.length,r}for(var n,i,o,s,a,l=t.length,c=/^[ \t\n\r\u000c]+/,u=/^[, \t\n\r\u000c]+/,p=/^[^ \t\n\r\u000c]+/,d=/[,]+$/,m=/^\d+$/,f=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,h=0,g=[];;){if(r(u),h>=l)return g;n=r(p),i=[],","===n.slice(-1)?(n=n.replace(d,""),y()):b()}function b(){for(r(c),o="",s="in descriptor";;){if(a=t.charAt(h),"in descriptor"===s)if(e(a))o&&(i.push(o),o="",s="after descriptor");else{if(","===a)return h+=1,o&&i.push(o),void y();if("("===a)o+=a,s="in parens";else{if(""===a)return o&&i.push(o),void y();o+=a}}else if("in parens"===s)if(")"===a)o+=a,s="in descriptor";else{if(""===a)return i.push(o),void y();o+=a}else if("after descriptor"===s)if(e(a));else{if(""===a)return void y();s="in descriptor",h-=1}h+=1}}function y(){var e,r,o,s,a,l,c,u,p,d=!1,h={};for(s=0;s{var e=String,r=function(){return{isColorSupported:!1,reset:e,bold:e,dim:e,italic:e,underline:e,inverse:e,hidden:e,strikethrough:e,black:e,red:e,green:e,yellow:e,blue:e,magenta:e,cyan:e,white:e,gray:e,bgBlack:e,bgRed:e,bgGreen:e,bgYellow:e,bgBlue:e,bgMagenta:e,bgCyan:e,bgWhite:e,blackBright:e,redBright:e,greenBright:e,yellowBright:e,blueBright:e,magentaBright:e,cyanBright:e,whiteBright:e,bgBlackBright:e,bgRedBright:e,bgGreenBright:e,bgYellowBright:e,bgBlueBright:e,bgMagentaBright:e,bgCyanBright:e,bgWhiteBright:e}};t.exports=r(),t.exports.createColors=r},396:(t,e,r)=>{"use strict";let n=r(7793);class i extends n{constructor(t){super(t),this.type="atrule"}append(...t){return this.proxyOf.nodes||(this.nodes=[]),super.append(...t)}prepend(...t){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...t)}}t.exports=i,i.default=i,n.registerAtRule(i)},9371:(t,e,r)=>{"use strict";let n=r(3152);class i extends n{constructor(t){super(t),this.type="comment"}}t.exports=i,i.default=i},7793:(t,e,r)=>{"use strict";let n,i,o,s,{isClean:a,my:l}=r(4151),c=r(5238),u=r(9371),p=r(3152);function d(t){return t.map((t=>(t.nodes&&(t.nodes=d(t.nodes)),delete t.source,t)))}function m(t){if(t[a]=!1,t.proxyOf.nodes)for(let e of t.proxyOf.nodes)m(e)}class f extends p{append(...t){for(let e of t){let t=this.normalize(e,this.last);for(let e of t)this.proxyOf.nodes.push(e)}return this.markDirty(),this}cleanRaws(t){if(super.cleanRaws(t),this.nodes)for(let e of this.nodes)e.cleanRaws(t)}each(t){if(!this.proxyOf.nodes)return;let e,r,n=this.getIterator();for(;this.indexes[n]"proxyOf"===e?t:t[e]?"each"===e||"string"==typeof e&&e.startsWith("walk")?(...r)=>t[e](...r.map((t=>"function"==typeof t?(e,r)=>t(e.toProxy(),r):t))):"every"===e||"some"===e?r=>t[e](((t,...e)=>r(t.toProxy(),...e))):"root"===e?()=>t.root().toProxy():"nodes"===e?t.nodes.map((t=>t.toProxy())):"first"===e||"last"===e?t[e].toProxy():t[e]:t[e],set:(t,e,r)=>(t[e]===r||(t[e]=r,"name"!==e&&"params"!==e&&"selector"!==e||t.markDirty()),!0)}}index(t){return"number"==typeof t?t:(t.proxyOf&&(t=t.proxyOf),this.proxyOf.nodes.indexOf(t))}insertAfter(t,e){let r,n=this.index(t),i=this.normalize(e,this.proxyOf.nodes[n]).reverse();n=this.index(t);for(let t of i)this.proxyOf.nodes.splice(n+1,0,t);for(let t in this.indexes)r=this.indexes[t],n(t[l]||f.rebuild(t),(t=t.proxyOf).parent&&t.parent.removeChild(t),t[a]&&m(t),void 0===t.raws.before&&e&&void 0!==e.raws.before&&(t.raws.before=e.raws.before.replace(/\S/g,"")),t.parent=this.proxyOf,t)))}prepend(...t){t=t.reverse();for(let e of t){let t=this.normalize(e,this.first,"prepend").reverse();for(let e of t)this.proxyOf.nodes.unshift(e);for(let e in this.indexes)this.indexes[e]=this.indexes[e]+t.length}return this.markDirty(),this}push(t){return t.parent=this,this.proxyOf.nodes.push(t),this}removeAll(){for(let t of this.proxyOf.nodes)t.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}removeChild(t){let e;t=this.index(t),this.proxyOf.nodes[t].parent=void 0,this.proxyOf.nodes.splice(t,1);for(let r in this.indexes)e=this.indexes[r],e>=t&&(this.indexes[r]=e-1);return this.markDirty(),this}replaceValues(t,e,r){return r||(r=e,e={}),this.walkDecls((n=>{e.props&&!e.props.includes(n.prop)||e.fast&&!n.value.includes(e.fast)||(n.value=n.value.replace(t,r))})),this.markDirty(),this}some(t){return this.nodes.some(t)}walk(t){return this.each(((e,r)=>{let n;try{n=t(e,r)}catch(t){throw e.addToError(t)}return!1!==n&&e.walk&&(n=e.walk(t)),n}))}walkAtRules(t,e){return e?t instanceof RegExp?this.walk(((r,n)=>{if("atrule"===r.type&&t.test(r.name))return e(r,n)})):this.walk(((r,n)=>{if("atrule"===r.type&&r.name===t)return e(r,n)})):(e=t,this.walk(((t,r)=>{if("atrule"===t.type)return e(t,r)})))}walkComments(t){return this.walk(((e,r)=>{if("comment"===e.type)return t(e,r)}))}walkDecls(t,e){return e?t instanceof RegExp?this.walk(((r,n)=>{if("decl"===r.type&&t.test(r.prop))return e(r,n)})):this.walk(((r,n)=>{if("decl"===r.type&&r.prop===t)return e(r,n)})):(e=t,this.walk(((t,r)=>{if("decl"===t.type)return e(t,r)})))}walkRules(t,e){return e?t instanceof RegExp?this.walk(((r,n)=>{if("rule"===r.type&&t.test(r.selector))return e(r,n)})):this.walk(((r,n)=>{if("rule"===r.type&&r.selector===t)return e(r,n)})):(e=t,this.walk(((t,r)=>{if("rule"===t.type)return e(t,r)})))}get first(){if(this.proxyOf.nodes)return this.proxyOf.nodes[0]}get last(){if(this.proxyOf.nodes)return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}}f.registerParse=t=>{n=t},f.registerRule=t=>{i=t},f.registerAtRule=t=>{o=t},f.registerRoot=t=>{s=t},t.exports=f,f.default=f,f.rebuild=t=>{"atrule"===t.type?Object.setPrototypeOf(t,o.prototype):"rule"===t.type?Object.setPrototypeOf(t,i.prototype):"decl"===t.type?Object.setPrototypeOf(t,c.prototype):"comment"===t.type?Object.setPrototypeOf(t,u.prototype):"root"===t.type&&Object.setPrototypeOf(t,s.prototype),t[l]=!0,t.nodes&&t.nodes.forEach((t=>{f.rebuild(t)}))}},3614:(t,e,r)=>{"use strict";let n=r(8633),i=r(9746);class o extends Error{constructor(t,e,r,n,i,s){super(t),this.name="CssSyntaxError",this.reason=t,i&&(this.file=i),n&&(this.source=n),s&&(this.plugin=s),void 0!==e&&void 0!==r&&("number"==typeof e?(this.line=e,this.column=r):(this.line=e.line,this.column=e.column,this.endLine=r.line,this.endColumn=r.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,o)}setMessage(){this.message=this.plugin?this.plugin+": ":"",this.message+=this.file?this.file:"",void 0!==this.line&&(this.message+=":"+this.line+":"+this.column),this.message+=": "+this.reason}showSourceCode(t){if(!this.source)return"";let e=this.source;null==t&&(t=n.isColorSupported),i&&t&&(e=i(e));let r,o,s=e.split(/\r?\n/),a=Math.max(this.line-3,0),l=Math.min(this.line+2,s.length),c=String(l).length;if(t){let{bold:t,gray:e,red:i}=n.createColors(!0);r=e=>t(i(e)),o=t=>e(t)}else r=o=t=>t;return s.slice(a,l).map(((t,e)=>{let n=a+1+e,i=" "+(" "+n).slice(-c)+" | ";if(n===this.line){let e=o(i.replace(/\d/g," "))+t.slice(0,this.column-1).replace(/[^\t]/g," ");return r(">")+o(i)+t+"\n "+e+r("^")}return" "+o(i)+t})).join("\n")}toString(){let t=this.showSourceCode();return t&&(t="\n\n"+t+"\n"),this.name+": "+this.message+t}}t.exports=o,o.default=o},5238:(t,e,r)=>{"use strict";let n=r(3152);class i extends n{constructor(t){t&&void 0!==t.value&&"string"!=typeof t.value&&(t={...t,value:String(t.value)}),super(t),this.type="decl"}get variable(){return this.prop.startsWith("--")||"$"===this.prop[0]}}t.exports=i,i.default=i},145:(t,e,r)=>{"use strict";let n,i,o=r(7793);class s extends o{constructor(t){super({type:"document",...t}),this.nodes||(this.nodes=[])}toResult(t={}){return new n(new i,this,t).stringify()}}s.registerLazyResult=t=>{n=t},s.registerProcessor=t=>{i=t},t.exports=s,s.default=s},3438:(t,e,r)=>{"use strict";let n=r(5238),i=r(3878),o=r(9371),s=r(396),a=r(1106),l=r(5644),c=r(1534);function u(t,e){if(Array.isArray(t))return t.map((t=>u(t)));let{inputs:r,...p}=t;if(r){e=[];for(let t of r){let r={...t,__proto__:a.prototype};r.map&&(r.map={...r.map,__proto__:i.prototype}),e.push(r)}}if(p.nodes&&(p.nodes=t.nodes.map((t=>u(t,e)))),p.source){let{inputId:t,...r}=p.source;p.source=r,null!=t&&(p.source.input=e[t])}if("root"===p.type)return new l(p);if("decl"===p.type)return new n(p);if("rule"===p.type)return new c(p);if("comment"===p.type)return new o(p);if("atrule"===p.type)return new s(p);throw new Error("Unknown node type: "+t.type)}t.exports=u,u.default=u},1106:(t,e,r)=>{"use strict";let{SourceMapConsumer:n,SourceMapGenerator:i}=r(1866),{fileURLToPath:o,pathToFileURL:s}=r(2739),{isAbsolute:a,resolve:l}=r(197),{nanoid:c}=r(5042),u=r(9746),p=r(3614),d=r(3878),m=Symbol("fromOffsetCache"),f=Boolean(n&&i),h=Boolean(l&&a);class g{constructor(t,e={}){if(null==t||"object"==typeof t&&!t.toString)throw new Error(`PostCSS received ${t} instead of CSS string`);if(this.css=t.toString(),"\ufeff"===this.css[0]||"￾"===this.css[0]?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,e.from&&(!h||/^\w+:\/\//.test(e.from)||a(e.from)?this.file=e.from:this.file=l(e.from)),h&&f){let t=new d(this.css,e);if(t.text){this.map=t;let e=t.consumer().file;!this.file&&e&&(this.file=this.mapResolve(e))}}this.file||(this.id=""),this.map&&(this.map.file=this.from)}error(t,e,r,n={}){let i,o,a;if(e&&"object"==typeof e){let t=e,n=r;if("number"==typeof t.offset){let n=this.fromOffset(t.offset);e=n.line,r=n.col}else e=t.line,r=t.column;if("number"==typeof n.offset){let t=this.fromOffset(n.offset);o=t.line,a=t.col}else o=n.line,a=n.column}else if(!r){let t=this.fromOffset(e);e=t.line,r=t.col}let l=this.origin(e,r,o,a);return i=l?new p(t,void 0===l.endLine?l.line:{column:l.column,line:l.line},void 0===l.endLine?l.column:{column:l.endColumn,line:l.endLine},l.source,l.file,n.plugin):new p(t,void 0===o?e:{column:r,line:e},void 0===o?r:{column:a,line:o},this.css,this.file,n.plugin),i.input={column:r,endColumn:a,endLine:o,line:e,source:this.css},this.file&&(s&&(i.input.url=s(this.file).toString()),i.input.file=this.file),i}fromOffset(t){let e,r;if(this[m])r=this[m];else{let t=this.css.split("\n");r=new Array(t.length);let e=0;for(let n=0,i=t.length;n=e)n=r.length-1;else{let e,i=r.length-2;for(;n>1),t=r[e+1])){n=e;break}n=e+1}}return{col:t-r[n]+1,line:n+1}}mapResolve(t){return/^\w+:\/\//.test(t)?t:l(this.map.consumer().sourceRoot||this.map.root||".",t)}origin(t,e,r,n){if(!this.map)return!1;let i,l,c=this.map.consumer(),u=c.originalPositionFor({column:e,line:t});if(!u.source)return!1;"number"==typeof r&&(i=c.originalPositionFor({column:n,line:r})),l=a(u.source)?s(u.source):new URL(u.source,this.map.consumer().sourceRoot||s(this.map.mapFile));let p={column:u.column,endColumn:i&&i.column,endLine:i&&i.line,line:u.line,url:l.toString()};if("file:"===l.protocol){if(!o)throw new Error("file: protocol is not available in this PostCSS build");p.file=o(l)}let d=c.sourceContentFor(u.source);return d&&(p.source=d),p}toJSON(){let t={};for(let e of["hasBOM","css","file","id"])null!=this[e]&&(t[e]=this[e]);return this.map&&(t.map={...this.map},t.map.consumerCache&&(t.map.consumerCache=void 0)),t}get from(){return this.file||this.id}}t.exports=g,g.default=g,u&&u.registerInput&&u.registerInput(g)},6966:(t,e,r)=>{"use strict";let{isClean:n,my:i}=r(4151),o=r(3604),s=r(3303),a=r(7793),l=r(145),c=(r(6156),r(3717)),u=r(9577),p=r(5644);const d={atrule:"AtRule",comment:"Comment",decl:"Declaration",document:"Document",root:"Root",rule:"Rule"},m={AtRule:!0,AtRuleExit:!0,Comment:!0,CommentExit:!0,Declaration:!0,DeclarationExit:!0,Document:!0,DocumentExit:!0,Once:!0,OnceExit:!0,postcssPlugin:!0,prepare:!0,Root:!0,RootExit:!0,Rule:!0,RuleExit:!0},f={Once:!0,postcssPlugin:!0,prepare:!0},h=0;function g(t){return"object"==typeof t&&"function"==typeof t.then}function b(t){let e=!1,r=d[t.type];return"decl"===t.type?e=t.prop.toLowerCase():"atrule"===t.type&&(e=t.name.toLowerCase()),e&&t.append?[r,r+"-"+e,h,r+"Exit",r+"Exit-"+e]:e?[r,r+"-"+e,r+"Exit",r+"Exit-"+e]:t.append?[r,h,r+"Exit"]:[r,r+"Exit"]}function y(t){let e;return e="document"===t.type?["Document",h,"DocumentExit"]:"root"===t.type?["Root",h,"RootExit"]:b(t),{eventIndex:0,events:e,iterator:0,node:t,visitorIndex:0,visitors:[]}}function v(t){return t[n]=!1,t.nodes&&t.nodes.forEach((t=>v(t))),t}let x={};class w{constructor(t,e,r){let n;if(this.stringified=!1,this.processed=!1,"object"!=typeof e||null===e||"root"!==e.type&&"document"!==e.type)if(e instanceof w||e instanceof c)n=v(e.root),e.map&&(void 0===r.map&&(r.map={}),r.map.inline||(r.map.inline=!1),r.map.prev=e.map);else{let t=u;r.syntax&&(t=r.syntax.parse),r.parser&&(t=r.parser),t.parse&&(t=t.parse);try{n=t(e,r)}catch(t){this.processed=!0,this.error=t}n&&!n[i]&&a.rebuild(n)}else n=v(e);this.result=new c(t,n,r),this.helpers={...x,postcss:x,result:this.result},this.plugins=this.processor.plugins.map((t=>"object"==typeof t&&t.prepare?{...t,...t.prepare(this.result)}:t))}async(){return this.error?Promise.reject(this.error):this.processed?Promise.resolve(this.result):(this.processing||(this.processing=this.runAsync()),this.processing)}catch(t){return this.async().catch(t)}finally(t){return this.async().then(t,t)}getAsyncError(){throw new Error("Use process(css).then(cb) to work with async plugins")}handleError(t,e){let r=this.result.lastPlugin;try{e&&e.addToError(t),this.error=t,"CssSyntaxError"!==t.name||t.plugin?r.postcssVersion:(t.plugin=r.postcssPlugin,t.setMessage())}catch(t){console&&console.error&&console.error(t)}return t}prepareVisitors(){this.listeners={};let t=(t,e,r)=>{this.listeners[e]||(this.listeners[e]=[]),this.listeners[e].push([t,r])};for(let e of this.plugins)if("object"==typeof e)for(let r in e){if(!m[r]&&/^[A-Z]/.test(r))throw new Error(`Unknown event ${r} in ${e.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!f[r])if("object"==typeof e[r])for(let n in e[r])t(e,"*"===n?r:r+"-"+n.toLowerCase(),e[r][n]);else"function"==typeof e[r]&&t(e,r,e[r])}this.hasListener=Object.keys(this.listeners).length>0}async runAsync(){this.plugin=0;for(let t=0;t0;){let t=this.visitTick(e);if(g(t))try{await t}catch(t){let r=e[e.length-1].node;throw this.handleError(t,r)}}}if(this.listeners.OnceExit)for(let[e,r]of this.listeners.OnceExit){this.result.lastPlugin=e;try{if("document"===t.type){let e=t.nodes.map((t=>r(t,this.helpers)));await Promise.all(e)}else await r(t,this.helpers)}catch(t){throw this.handleError(t)}}}return this.processed=!0,this.stringify()}runOnRoot(t){this.result.lastPlugin=t;try{if("object"==typeof t&&t.Once){if("document"===this.result.root.type){let e=this.result.root.nodes.map((e=>t.Once(e,this.helpers)));return g(e[0])?Promise.all(e):e}return t.Once(this.result.root,this.helpers)}if("function"==typeof t)return t(this.result.root,this.result)}catch(t){throw this.handleError(t)}}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=!0,this.sync();let t=this.result.opts,e=s;t.syntax&&(e=t.syntax.stringify),t.stringifier&&(e=t.stringifier),e.stringify&&(e=e.stringify);let r=new o(e,this.result.root,this.result.opts).generate();return this.result.css=r[0],this.result.map=r[1],this.result}sync(){if(this.error)throw this.error;if(this.processed)return this.result;if(this.processed=!0,this.processing)throw this.getAsyncError();for(let t of this.plugins){if(g(this.runOnRoot(t)))throw this.getAsyncError()}if(this.prepareVisitors(),this.hasListener){let t=this.result.root;for(;!t[n];)t[n]=!0,this.walkSync(t);if(this.listeners.OnceExit)if("document"===t.type)for(let e of t.nodes)this.visitSync(this.listeners.OnceExit,e);else this.visitSync(this.listeners.OnceExit,t)}return this.result}then(t,e){return this.async().then(t,e)}toString(){return this.css}visitSync(t,e){for(let[r,n]of t){let t;this.result.lastPlugin=r;try{t=n(e,this.helpers)}catch(t){throw this.handleError(t,e.proxyOf)}if("root"!==e.type&&"document"!==e.type&&!e.parent)return!0;if(g(t))throw this.getAsyncError()}}visitTick(t){let e=t[t.length-1],{node:r,visitors:i}=e;if("root"!==r.type&&"document"!==r.type&&!r.parent)return void t.pop();if(i.length>0&&e.visitorIndex{t[n]||this.walkSync(t)}));else{let e=this.listeners[r];if(e&&this.visitSync(e,t.toProxy()))return}}warnings(){return this.sync().warnings()}get content(){return this.stringify().content}get css(){return this.stringify().css}get map(){return this.stringify().map}get messages(){return this.sync().messages}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){return this.sync().root}get[Symbol.toStringTag](){return"LazyResult"}}w.registerPostcss=t=>{x=t},t.exports=w,w.default=w,p.registerLazyResult(w),l.registerLazyResult(w)},1752:t=>{"use strict";let e={comma:t=>e.split(t,[","],!0),space:t=>e.split(t,[" ","\n","\t"]),split(t,e,r){let n=[],i="",o=!1,s=0,a=!1,l="",c=!1;for(let r of t)c?c=!1:"\\"===r?c=!0:a?r===l&&(a=!1):'"'===r||"'"===r?(a=!0,l=r):"("===r?s+=1:")"===r?s>0&&(s-=1):0===s&&e.includes(r)&&(o=!0),o?(""!==i&&n.push(i.trim()),i="",o=!1):i+=r;return(r||""!==i)&&n.push(i.trim()),n}};t.exports=e,e.default=e},3604:(t,e,r)=>{"use strict";let{SourceMapConsumer:n,SourceMapGenerator:i}=r(1866),{dirname:o,relative:s,resolve:a,sep:l}=r(197),{pathToFileURL:c}=r(2739),u=r(1106),p=Boolean(n&&i),d=Boolean(o&&a&&s&&l);t.exports=class{constructor(t,e,r,n){this.stringify=t,this.mapOpts=r.map||{},this.root=e,this.opts=r,this.css=n,this.usesFileUrls=!this.mapOpts.from&&this.mapOpts.absolute,this.memoizedFileURLs=new Map,this.memoizedPaths=new Map,this.memoizedURLs=new Map}addAnnotation(){let t;t=this.isInline()?"data:application/json;base64,"+this.toBase64(this.map.toString()):"string"==typeof this.mapOpts.annotation?this.mapOpts.annotation:"function"==typeof this.mapOpts.annotation?this.mapOpts.annotation(this.opts.to,this.root):this.outputFile()+".map";let e="\n";this.css.includes("\r\n")&&(e="\r\n"),this.css+=e+"/*# sourceMappingURL="+t+" */"}applyPrevMaps(){for(let t of this.previous()){let e,r=this.toUrl(this.path(t.file)),i=t.root||o(t.file);!1===this.mapOpts.sourcesContent?(e=new n(t.text),e.sourcesContent&&(e.sourcesContent=e.sourcesContent.map((()=>null)))):e=t.consumer(),this.map.applySourceMap(e,r,this.toUrl(this.path(i)))}}clearAnnotation(){if(!1!==this.mapOpts.annotation)if(this.root){let t;for(let e=this.root.nodes.length-1;e>=0;e--)t=this.root.nodes[e],"comment"===t.type&&0===t.text.indexOf("# sourceMappingURL=")&&this.root.removeChild(e)}else this.css&&(this.css=this.css.replace(/(\n)?\/\*#[\S\s]*?\*\/$/gm,""))}generate(){if(this.clearAnnotation(),d&&p&&this.isMap())return this.generateMap();{let t="";return this.stringify(this.root,(e=>{t+=e})),[t]}}generateMap(){if(this.root)this.generateString();else if(1===this.previous().length){let t=this.previous()[0].consumer();t.file=this.outputFile(),this.map=i.fromSourceMap(t)}else this.map=new i({file:this.outputFile()}),this.map.addMapping({generated:{column:0,line:1},original:{column:0,line:1},source:this.opts.from?this.toUrl(this.path(this.opts.from)):""});return this.isSourcesContent()&&this.setSourcesContent(),this.root&&this.previous().length>0&&this.applyPrevMaps(),this.isAnnotation()&&this.addAnnotation(),this.isInline()?[this.css]:[this.css,this.map]}generateString(){this.css="",this.map=new i({file:this.outputFile()});let t,e,r=1,n=1,o="",s={generated:{column:0,line:0},original:{column:0,line:0},source:""};this.stringify(this.root,((i,a,l)=>{if(this.css+=i,a&&"end"!==l&&(s.generated.line=r,s.generated.column=n-1,a.source&&a.source.start?(s.source=this.sourcePath(a),s.original.line=a.source.start.line,s.original.column=a.source.start.column-1,this.map.addMapping(s)):(s.source=o,s.original.line=1,s.original.column=0,this.map.addMapping(s))),t=i.match(/\n/g),t?(r+=t.length,e=i.lastIndexOf("\n"),n=i.length-e):n+=i.length,a&&"start"!==l){let t=a.parent||{raws:{}};("decl"===a.type||"atrule"===a.type&&!a.nodes)&&a===t.last&&!t.raws.semicolon||(a.source&&a.source.end?(s.source=this.sourcePath(a),s.original.line=a.source.end.line,s.original.column=a.source.end.column-1,s.generated.line=r,s.generated.column=n-2,this.map.addMapping(s)):(s.source=o,s.original.line=1,s.original.column=0,s.generated.line=r,s.generated.column=n-1,this.map.addMapping(s)))}}))}isAnnotation(){return!!this.isInline()||(void 0!==this.mapOpts.annotation?this.mapOpts.annotation:!this.previous().length||this.previous().some((t=>t.annotation)))}isInline(){if(void 0!==this.mapOpts.inline)return this.mapOpts.inline;let t=this.mapOpts.annotation;return(void 0===t||!0===t)&&(!this.previous().length||this.previous().some((t=>t.inline)))}isMap(){return void 0!==this.opts.map?!!this.opts.map:this.previous().length>0}isSourcesContent(){return void 0!==this.mapOpts.sourcesContent?this.mapOpts.sourcesContent:!this.previous().length||this.previous().some((t=>t.withContent()))}outputFile(){return this.opts.to?this.path(this.opts.to):this.opts.from?this.path(this.opts.from):"to.css"}path(t){if(this.mapOpts.absolute)return t;if(60===t.charCodeAt(0))return t;if(/^\w+:\/\//.test(t))return t;let e=this.memoizedPaths.get(t);if(e)return e;let r=this.opts.to?o(this.opts.to):".";"string"==typeof this.mapOpts.annotation&&(r=o(a(r,this.mapOpts.annotation)));let n=s(r,t);return this.memoizedPaths.set(t,n),n}previous(){if(!this.previousMaps)if(this.previousMaps=[],this.root)this.root.walk((t=>{if(t.source&&t.source.input.map){let e=t.source.input.map;this.previousMaps.includes(e)||this.previousMaps.push(e)}}));else{let t=new u(this.css,this.opts);t.map&&this.previousMaps.push(t.map)}return this.previousMaps}setSourcesContent(){let t={};if(this.root)this.root.walk((e=>{if(e.source){let r=e.source.input.from;if(r&&!t[r]){t[r]=!0;let n=this.usesFileUrls?this.toFileUrl(r):this.toUrl(this.path(r));this.map.setSourceContent(n,e.source.input.css)}}}));else if(this.css){let t=this.opts.from?this.toUrl(this.path(this.opts.from)):"";this.map.setSourceContent(t,this.css)}}sourcePath(t){return this.mapOpts.from?this.toUrl(this.mapOpts.from):this.usesFileUrls?this.toFileUrl(t.source.input.from):this.toUrl(this.path(t.source.input.from))}toBase64(t){return Buffer?Buffer.from(t).toString("base64"):window.btoa(unescape(encodeURIComponent(t)))}toFileUrl(t){let e=this.memoizedFileURLs.get(t);if(e)return e;if(c){let e=c(t).toString();return this.memoizedFileURLs.set(t,e),e}throw new Error("`map.absolute` option is not available in this PostCSS build")}toUrl(t){let e=this.memoizedURLs.get(t);if(e)return e;"\\"===l&&(t=t.replace(/\\/g,"/"));let r=encodeURI(t).replace(/[#?]/g,encodeURIComponent);return this.memoizedURLs.set(t,r),r}}},4211:(t,e,r)=>{"use strict";let n=r(3604),i=r(3303),o=(r(6156),r(9577));const s=r(3717);class a{constructor(t,e,r){let o;e=e.toString(),this.stringified=!1,this._processor=t,this._css=e,this._opts=r,this._map=void 0;let a=i;this.result=new s(this._processor,o,this._opts),this.result.css=e;let l=this;Object.defineProperty(this.result,"root",{get:()=>l.root});let c=new n(a,o,this._opts,e);if(c.isMap()){let[t,e]=c.generate();t&&(this.result.css=t),e&&(this.result.map=e)}}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}catch(t){return this.async().catch(t)}finally(t){return this.async().then(t,t)}sync(){if(this.error)throw this.error;return this.result}then(t,e){return this.async().then(t,e)}toString(){return this._css}warnings(){return[]}get content(){return this.result.css}get css(){return this.result.css}get map(){return this.result.map}get messages(){return[]}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){if(this._root)return this._root;let t,e=o;try{t=e(this._css,this._opts)}catch(t){this.error=t}if(this.error)throw this.error;return this._root=t,t}get[Symbol.toStringTag](){return"NoWorkResult"}}t.exports=a,a.default=a},3152:(t,e,r)=>{"use strict";let{isClean:n,my:i}=r(4151),o=r(3614),s=r(7668),a=r(3303);function l(t,e){let r=new t.constructor;for(let n in t){if(!Object.prototype.hasOwnProperty.call(t,n))continue;if("proxyCache"===n)continue;let i=t[n],o=typeof i;"parent"===n&&"object"===o?e&&(r[n]=e):"source"===n?r[n]=i:Array.isArray(i)?r[n]=i.map((t=>l(t,r))):("object"===o&&null!==i&&(i=l(i)),r[n]=i)}return r}class c{constructor(t={}){this.raws={},this[n]=!1,this[i]=!0;for(let e in t)if("nodes"===e){this.nodes=[];for(let r of t[e])"function"==typeof r.clone?this.append(r.clone()):this.append(r)}else this[e]=t[e]}addToError(t){if(t.postcssNode=this,t.stack&&this.source&&/\n\s{4}at /.test(t.stack)){let e=this.source;t.stack=t.stack.replace(/\n\s{4}at /,`$&${e.input.from}:${e.start.line}:${e.start.column}$&`)}return t}after(t){return this.parent.insertAfter(this,t),this}assign(t={}){for(let e in t)this[e]=t[e];return this}before(t){return this.parent.insertBefore(this,t),this}cleanRaws(t){delete this.raws.before,delete this.raws.after,t||delete this.raws.between}clone(t={}){let e=l(this);for(let r in t)e[r]=t[r];return e}cloneAfter(t={}){let e=this.clone(t);return this.parent.insertAfter(this,e),e}cloneBefore(t={}){let e=this.clone(t);return this.parent.insertBefore(this,e),e}error(t,e={}){if(this.source){let{end:r,start:n}=this.rangeBy(e);return this.source.input.error(t,{column:n.column,line:n.line},{column:r.column,line:r.line},e)}return new o(t)}getProxyProcessor(){return{get:(t,e)=>"proxyOf"===e?t:"root"===e?()=>t.root().toProxy():t[e],set:(t,e,r)=>(t[e]===r||(t[e]=r,"prop"!==e&&"value"!==e&&"name"!==e&&"params"!==e&&"important"!==e&&"text"!==e||t.markDirty()),!0)}}markDirty(){if(this[n]){this[n]=!1;let t=this;for(;t=t.parent;)t[n]=!1}}next(){if(!this.parent)return;let t=this.parent.index(this);return this.parent.nodes[t+1]}positionBy(t,e){let r=this.source.start;if(t.index)r=this.positionInside(t.index,e);else if(t.word){let n=(e=this.toString()).indexOf(t.word);-1!==n&&(r=this.positionInside(n,e))}return r}positionInside(t,e){let r=e||this.toString(),n=this.source.start.column,i=this.source.start.line;for(let e=0;e"object"==typeof t&&t.toJSON?t.toJSON(null,e):t));else if("object"==typeof n&&n.toJSON)r[t]=n.toJSON(null,e);else if("source"===t){let o=e.get(n.input);null==o&&(o=i,e.set(n.input,i),i++),r[t]={end:n.end,inputId:o,start:n.start}}else r[t]=n}return n&&(r.inputs=[...e.keys()].map((t=>t.toJSON()))),r}toProxy(){return this.proxyCache||(this.proxyCache=new Proxy(this,this.getProxyProcessor())),this.proxyCache}toString(t=a){t.stringify&&(t=t.stringify);let e="";return t(this,(t=>{e+=t})),e}warn(t,e,r){let n={node:this};for(let t in r)n[t]=r[t];return t.warn(e,n)}get proxyOf(){return this}}t.exports=c,c.default=c},9577:(t,e,r)=>{"use strict";let n=r(7793),i=r(8339),o=r(1106);function s(t,e){let r=new o(t,e),n=new i(r);try{n.parse()}catch(t){throw t}return n.root}t.exports=s,s.default=s,n.registerParse(s)},8339:(t,e,r)=>{"use strict";let n=r(5238),i=r(5781),o=r(9371),s=r(396),a=r(5644),l=r(1534);const c={empty:!0,space:!0};t.exports=class{constructor(t){this.input=t,this.root=new a,this.current=this.root,this.spaces="",this.semicolon=!1,this.customProperty=!1,this.createTokenizer(),this.root.source={input:t,start:{column:1,line:1,offset:0}}}atrule(t){let e,r,n,i=new s;i.name=t[1].slice(1),""===i.name&&this.unnamedAtrule(i,t),this.init(i,t[2]);let o=!1,a=!1,l=[],c=[];for(;!this.tokenizer.endOfFile();){if(e=(t=this.tokenizer.nextToken())[0],"("===e||"["===e?c.push("("===e?")":"]"):"{"===e&&c.length>0?c.push("}"):e===c[c.length-1]&&c.pop(),0===c.length){if(";"===e){i.source.end=this.getPosition(t[2]),i.source.end.offset++,this.semicolon=!0;break}if("{"===e){a=!0;break}if("}"===e){if(l.length>0){for(n=l.length-1,r=l[n];r&&"space"===r[0];)r=l[--n];r&&(i.source.end=this.getPosition(r[3]||r[2]),i.source.end.offset++)}this.end(t);break}l.push(t)}else l.push(t);if(this.tokenizer.endOfFile()){o=!0;break}}i.raws.between=this.spacesAndCommentsFromEnd(l),l.length?(i.raws.afterName=this.spacesAndCommentsFromStart(l),this.raw(i,"params",l),o&&(t=l[l.length-1],i.source.end=this.getPosition(t[3]||t[2]),i.source.end.offset++,this.spaces=i.raws.between,i.raws.between="")):(i.raws.afterName="",i.params=""),a&&(i.nodes=[],this.current=i)}checkMissedSemicolon(t){let e=this.colon(t);if(!1===e)return;let r,n=0;for(let i=e-1;i>=0&&(r=t[i],"space"===r[0]||(n+=1,2!==n));i--);throw this.input.error("Missed semicolon","word"===r[0]?r[3]+1:r[2])}colon(t){let e,r,n,i=0;for(let[o,s]of t.entries()){if(e=s,r=e[0],"("===r&&(i+=1),")"===r&&(i-=1),0===i&&":"===r){if(n){if("word"===n[0]&&"progid"===n[1])continue;return o}this.doubleColon(e)}n=e}return!1}comment(t){let e=new o;this.init(e,t[2]),e.source.end=this.getPosition(t[3]||t[2]),e.source.end.offset++;let r=t[1].slice(2,-2);if(/^\s*$/.test(r))e.text="",e.raws.left=r,e.raws.right="";else{let t=r.match(/^(\s*)([^]*\S)(\s*)$/);e.text=t[2],e.raws.left=t[1],e.raws.right=t[3]}}createTokenizer(){this.tokenizer=i(this.input)}decl(t,e){let r=new n;this.init(r,t[0][2]);let i,o=t[t.length-1];for(";"===o[0]&&(this.semicolon=!0,t.pop()),r.source.end=this.getPosition(o[3]||o[2]||function(t){for(let e=t.length-1;e>=0;e--){let r=t[e],n=r[3]||r[2];if(n)return n}}(t)),r.source.end.offset++;"word"!==t[0][0];)1===t.length&&this.unknownWord(t),r.raws.before+=t.shift()[1];for(r.source.start=this.getPosition(t[0][2]),r.prop="";t.length;){let e=t[0][0];if(":"===e||"space"===e||"comment"===e)break;r.prop+=t.shift()[1]}for(r.raws.between="";t.length;){if(i=t.shift(),":"===i[0]){r.raws.between+=i[1];break}"word"===i[0]&&/\w/.test(i[1])&&this.unknownWord([i]),r.raws.between+=i[1]}"_"!==r.prop[0]&&"*"!==r.prop[0]||(r.raws.before+=r.prop[0],r.prop=r.prop.slice(1));let s,a=[];for(;t.length&&(s=t[0][0],"space"===s||"comment"===s);)a.push(t.shift());this.precheckMissedSemicolon(t);for(let e=t.length-1;e>=0;e--){if(i=t[e],"!important"===i[1].toLowerCase()){r.important=!0;let n=this.stringFrom(t,e);n=this.spacesFromEnd(t)+n," !important"!==n&&(r.raws.important=n);break}if("important"===i[1].toLowerCase()){let n=t.slice(0),i="";for(let t=e;t>0;t--){let e=n[t][0];if(0===i.trim().indexOf("!")&&"space"!==e)break;i=n.pop()[1]+i}0===i.trim().indexOf("!")&&(r.important=!0,r.raws.important=i,t=n)}if("space"!==i[0]&&"comment"!==i[0])break}t.some((t=>"space"!==t[0]&&"comment"!==t[0]))&&(r.raws.between+=a.map((t=>t[1])).join(""),a=[]),this.raw(r,"value",a.concat(t),e),r.value.includes(":")&&!e&&this.checkMissedSemicolon(t)}doubleColon(t){throw this.input.error("Double colon",{offset:t[2]},{offset:t[2]+t[1].length})}emptyRule(t){let e=new l;this.init(e,t[2]),e.selector="",e.raws.between="",this.current=e}end(t){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.spaces="",this.current.parent?(this.current.source.end=this.getPosition(t[2]),this.current.source.end.offset++,this.current=this.current.parent):this.unexpectedClose(t)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.root.source.end=this.getPosition(this.tokenizer.position())}freeSemicolon(t){if(this.spaces+=t[1],this.current.nodes){let t=this.current.nodes[this.current.nodes.length-1];t&&"rule"===t.type&&!t.raws.ownSemicolon&&(t.raws.ownSemicolon=this.spaces,this.spaces="")}}getPosition(t){let e=this.input.fromOffset(t);return{column:e.col,line:e.line,offset:t}}init(t,e){this.current.push(t),t.source={input:this.input,start:this.getPosition(e)},t.raws.before=this.spaces,this.spaces="","comment"!==t.type&&(this.semicolon=!1)}other(t){let e=!1,r=null,n=!1,i=null,o=[],s=t[1].startsWith("--"),a=[],l=t;for(;l;){if(r=l[0],a.push(l),"("===r||"["===r)i||(i=l),o.push("("===r?")":"]");else if(s&&n&&"{"===r)i||(i=l),o.push("}");else if(0===o.length){if(";"===r){if(n)return void this.decl(a,s);break}if("{"===r)return void this.rule(a);if("}"===r){this.tokenizer.back(a.pop()),e=!0;break}":"===r&&(n=!0)}else r===o[o.length-1]&&(o.pop(),0===o.length&&(i=null));l=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(e=!0),o.length>0&&this.unclosedBracket(i),e&&n){if(!s)for(;a.length&&(l=a[a.length-1][0],"space"===l||"comment"===l);)this.tokenizer.back(a.pop());this.decl(a,s)}else this.unknownWord(a)}parse(){let t;for(;!this.tokenizer.endOfFile();)switch(t=this.tokenizer.nextToken(),t[0]){case"space":this.spaces+=t[1];break;case";":this.freeSemicolon(t);break;case"}":this.end(t);break;case"comment":this.comment(t);break;case"at-word":this.atrule(t);break;case"{":this.emptyRule(t);break;default:this.other(t)}this.endFile()}precheckMissedSemicolon(){}raw(t,e,r,n){let i,o,s,a,l=r.length,u="",p=!0;for(let t=0;tt+e[1]),"");t.raws[e]={raw:n,value:u}}t[e]=u}rule(t){t.pop();let e=new l;this.init(e,t[0][2]),e.raws.between=this.spacesAndCommentsFromEnd(t),this.raw(e,"selector",t),this.current=e}spacesAndCommentsFromEnd(t){let e,r="";for(;t.length&&(e=t[t.length-1][0],"space"===e||"comment"===e);)r=t.pop()[1]+r;return r}spacesAndCommentsFromStart(t){let e,r="";for(;t.length&&(e=t[0][0],"space"===e||"comment"===e);)r+=t.shift()[1];return r}spacesFromEnd(t){let e,r="";for(;t.length&&(e=t[t.length-1][0],"space"===e);)r=t.pop()[1]+r;return r}stringFrom(t,e){let r="";for(let n=e;n{"use strict";let n=r(3614),i=r(5238),o=r(6966),s=r(7793),a=r(6846),l=r(3303),c=r(3438),u=r(145),p=r(38),d=r(9371),m=r(396),f=r(3717),h=r(1106),g=r(9577),b=r(1752),y=r(1534),v=r(5644),x=r(3152);function w(...t){return 1===t.length&&Array.isArray(t[0])&&(t=t[0]),new a(t)}w.plugin=function(t,e){let r,n=!1;function i(...r){console&&console.warn&&!n&&(n=!0,console.warn(t+": postcss.plugin was deprecated. Migration guide:\nhttps://evilmartians.com/chronicles/postcss-8-plugin-migration"),process.env.LANG&&process.env.LANG.startsWith("cn")&&console.warn(t+": 里面 postcss.plugin 被弃用. 迁移指南:\nhttps://www.w3ctech.com/topic/2226"));let i=e(...r);return i.postcssPlugin=t,i.postcssVersion=(new a).version,i}return Object.defineProperty(i,"postcss",{get:()=>(r||(r=i()),r)}),i.process=function(t,e,r){return w([i(r)]).process(t,e)},i},w.stringify=l,w.parse=g,w.fromJSON=c,w.list=b,w.comment=t=>new d(t),w.atRule=t=>new m(t),w.decl=t=>new i(t),w.rule=t=>new y(t),w.root=t=>new v(t),w.document=t=>new u(t),w.CssSyntaxError=n,w.Declaration=i,w.Container=s,w.Processor=a,w.Document=u,w.Comment=d,w.Warning=p,w.AtRule=m,w.Result=f,w.Input=h,w.Rule=y,w.Root=v,w.Node=x,o.registerPostcss(w),t.exports=w,w.default=w},3878:(t,e,r)=>{"use strict";let{SourceMapConsumer:n,SourceMapGenerator:i}=r(1866),{existsSync:o,readFileSync:s}=r(9977),{dirname:a,join:l}=r(197);class c{constructor(t,e){if(!1===e.map)return;this.loadAnnotation(t),this.inline=this.startWith(this.annotation,"data:");let r=e.map?e.map.prev:void 0,n=this.loadMap(e.from,r);!this.mapFile&&e.from&&(this.mapFile=e.from),this.mapFile&&(this.root=a(this.mapFile)),n&&(this.text=n)}consumer(){return this.consumerCache||(this.consumerCache=new n(this.text)),this.consumerCache}decodeInline(t){if(/^data:application\/json;charset=utf-?8,/.test(t)||/^data:application\/json,/.test(t))return decodeURIComponent(t.substr(RegExp.lastMatch.length));if(/^data:application\/json;charset=utf-?8;base64,/.test(t)||/^data:application\/json;base64,/.test(t))return e=t.substr(RegExp.lastMatch.length),Buffer?Buffer.from(e,"base64").toString():window.atob(e);var e;let r=t.match(/data:application\/json;([^,]+),/)[1];throw new Error("Unsupported source map encoding "+r)}getAnnotationURL(t){return t.replace(/^\/\*\s*# sourceMappingURL=/,"").trim()}isMap(t){return"object"==typeof t&&("string"==typeof t.mappings||"string"==typeof t._mappings||Array.isArray(t.sections))}loadAnnotation(t){let e=t.match(/\/\*\s*# sourceMappingURL=/gm);if(!e)return;let r=t.lastIndexOf(e.pop()),n=t.indexOf("*/",r);r>-1&&n>-1&&(this.annotation=this.getAnnotationURL(t.substring(r,n)))}loadFile(t){if(this.root=a(t),o(t))return this.mapFile=t,s(t,"utf-8").toString().trim()}loadMap(t,e){if(!1===e)return!1;if(e){if("string"==typeof e)return e;if("function"!=typeof e){if(e instanceof n)return i.fromSourceMap(e).toString();if(e instanceof i)return e.toString();if(this.isMap(e))return JSON.stringify(e);throw new Error("Unsupported previous source map format: "+e.toString())}{let r=e(t);if(r){let t=this.loadFile(r);if(!t)throw new Error("Unable to load previous source map: "+r.toString());return t}}}else{if(this.inline)return this.decodeInline(this.annotation);if(this.annotation){let e=this.annotation;return t&&(e=l(a(t),e)),this.loadFile(e)}}}startWith(t,e){return!!t&&t.substr(0,e.length)===e}withContent(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0)}}t.exports=c,c.default=c},6846:(t,e,r)=>{"use strict";let n=r(4211),i=r(6966),o=r(145),s=r(5644);class a{constructor(t=[]){this.version="8.4.31",this.plugins=this.normalize(t)}normalize(t){let e=[];for(let r of t)if(!0===r.postcss?r=r():r.postcss&&(r=r.postcss),"object"==typeof r&&Array.isArray(r.plugins))e=e.concat(r.plugins);else if("object"==typeof r&&r.postcssPlugin)e.push(r);else if("function"==typeof r)e.push(r);else{if("object"!=typeof r||!r.parse&&!r.stringify)throw new Error(r+" is not a PostCSS plugin")}return e}process(t,e={}){return 0===this.plugins.length&&void 0===e.parser&&void 0===e.stringifier&&void 0===e.syntax?new n(this,t,e):new i(this,t,e)}use(t){return this.plugins=this.plugins.concat(this.normalize([t])),this}}t.exports=a,a.default=a,s.registerProcessor(a),o.registerProcessor(a)},3717:(t,e,r)=>{"use strict";let n=r(38);class i{constructor(t,e,r){this.processor=t,this.messages=[],this.root=e,this.opts=r,this.css=void 0,this.map=void 0}toString(){return this.css}warn(t,e={}){e.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(e.plugin=this.lastPlugin.postcssPlugin);let r=new n(t,e);return this.messages.push(r),r}warnings(){return this.messages.filter((t=>"warning"===t.type))}get content(){return this.css}}t.exports=i,i.default=i},5644:(t,e,r)=>{"use strict";let n,i,o=r(7793);class s extends o{constructor(t){super(t),this.type="root",this.nodes||(this.nodes=[])}normalize(t,e,r){let n=super.normalize(t);if(e)if("prepend"===r)this.nodes.length>1?e.raws.before=this.nodes[1].raws.before:delete e.raws.before;else if(this.first!==e)for(let t of n)t.raws.before=e.raws.before;return n}removeChild(t,e){let r=this.index(t);return!e&&0===r&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[r].raws.before),super.removeChild(t)}toResult(t={}){return new n(new i,this,t).stringify()}}s.registerLazyResult=t=>{n=t},s.registerProcessor=t=>{i=t},t.exports=s,s.default=s,o.registerRoot(s)},1534:(t,e,r)=>{"use strict";let n=r(7793),i=r(1752);class o extends n{constructor(t){super(t),this.type="rule",this.nodes||(this.nodes=[])}get selectors(){return i.comma(this.selector)}set selectors(t){let e=this.selector?this.selector.match(/,\s*/):null,r=e?e[0]:","+this.raw("between","beforeOpen");this.selector=t.join(r)}}t.exports=o,o.default=o,n.registerRule(o)},7668:t=>{"use strict";const e={after:"\n",beforeClose:"\n",beforeComment:"\n",beforeDecl:"\n",beforeOpen:" ",beforeRule:"\n",colon:": ",commentLeft:" ",commentRight:" ",emptyBody:"",indent:" ",semicolon:!1};class r{constructor(t){this.builder=t}atrule(t,e){let r="@"+t.name,n=t.params?this.rawValue(t,"params"):"";if(void 0!==t.raws.afterName?r+=t.raws.afterName:n&&(r+=" "),t.nodes)this.block(t,r+n);else{let i=(t.raws.between||"")+(e?";":"");this.builder(r+n+i,t)}}beforeAfter(t,e){let r;r="decl"===t.type?this.raw(t,null,"beforeDecl"):"comment"===t.type?this.raw(t,null,"beforeComment"):"before"===e?this.raw(t,null,"beforeRule"):this.raw(t,null,"beforeClose");let n=t.parent,i=0;for(;n&&"root"!==n.type;)i+=1,n=n.parent;if(r.includes("\n")){let e=this.raw(t,null,"indent");if(e.length)for(let t=0;t0&&"comment"===t.nodes[e].type;)e-=1;let r=this.raw(t,"semicolon");for(let n=0;n{if(i=t.raws[r],void 0!==i)return!1}))}var a;return void 0===i&&(i=e[n]),s.rawCache[n]=i,i}rawBeforeClose(t){let e;return t.walk((t=>{if(t.nodes&&t.nodes.length>0&&void 0!==t.raws.after)return e=t.raws.after,e.includes("\n")&&(e=e.replace(/[^\n]+$/,"")),!1})),e&&(e=e.replace(/\S/g,"")),e}rawBeforeComment(t,e){let r;return t.walkComments((t=>{if(void 0!==t.raws.before)return r=t.raws.before,r.includes("\n")&&(r=r.replace(/[^\n]+$/,"")),!1})),void 0===r?r=this.raw(e,null,"beforeDecl"):r&&(r=r.replace(/\S/g,"")),r}rawBeforeDecl(t,e){let r;return t.walkDecls((t=>{if(void 0!==t.raws.before)return r=t.raws.before,r.includes("\n")&&(r=r.replace(/[^\n]+$/,"")),!1})),void 0===r?r=this.raw(e,null,"beforeRule"):r&&(r=r.replace(/\S/g,"")),r}rawBeforeOpen(t){let e;return t.walk((t=>{if("decl"!==t.type&&(e=t.raws.between,void 0!==e))return!1})),e}rawBeforeRule(t){let e;return t.walk((r=>{if(r.nodes&&(r.parent!==t||t.first!==r)&&void 0!==r.raws.before)return e=r.raws.before,e.includes("\n")&&(e=e.replace(/[^\n]+$/,"")),!1})),e&&(e=e.replace(/\S/g,"")),e}rawColon(t){let e;return t.walkDecls((t=>{if(void 0!==t.raws.between)return e=t.raws.between.replace(/[^\s:]/g,""),!1})),e}rawEmptyBody(t){let e;return t.walk((t=>{if(t.nodes&&0===t.nodes.length&&(e=t.raws.after,void 0!==e))return!1})),e}rawIndent(t){if(t.raws.indent)return t.raws.indent;let e;return t.walk((r=>{let n=r.parent;if(n&&n!==t&&n.parent&&n.parent===t&&void 0!==r.raws.before){let t=r.raws.before.split("\n");return e=t[t.length-1],e=e.replace(/\S/g,""),!1}})),e}rawSemicolon(t){let e;return t.walk((t=>{if(t.nodes&&t.nodes.length&&"decl"===t.last.type&&(e=t.raws.semicolon,void 0!==e))return!1})),e}rawValue(t,e){let r=t[e],n=t.raws[e];return n&&n.value===r?n.raw:r}root(t){this.body(t),t.raws.after&&this.builder(t.raws.after)}rule(t){this.block(t,this.rawValue(t,"selector")),t.raws.ownSemicolon&&this.builder(t.raws.ownSemicolon,t,"end")}stringify(t,e){if(!this[t.type])throw new Error("Unknown AST node type "+t.type+". Maybe you need to change PostCSS stringifier.");this[t.type](t,e)}}t.exports=r,r.default=r},3303:(t,e,r)=>{"use strict";let n=r(7668);function i(t,e){new n(e).stringify(t)}t.exports=i,i.default=i},4151:t=>{"use strict";t.exports.isClean=Symbol("isClean"),t.exports.my=Symbol("my")},5781:t=>{"use strict";const e="'".charCodeAt(0),r='"'.charCodeAt(0),n="\\".charCodeAt(0),i="/".charCodeAt(0),o="\n".charCodeAt(0),s=" ".charCodeAt(0),a="\f".charCodeAt(0),l="\t".charCodeAt(0),c="\r".charCodeAt(0),u="[".charCodeAt(0),p="]".charCodeAt(0),d="(".charCodeAt(0),m=")".charCodeAt(0),f="{".charCodeAt(0),h="}".charCodeAt(0),g=";".charCodeAt(0),b="*".charCodeAt(0),y=":".charCodeAt(0),v="@".charCodeAt(0),x=/[\t\n\f\r "#'()/;[\\\]{}]/g,w=/[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g,_=/.[\r\n"'(/\\]/,k=/[\da-f]/i;t.exports=function(t,A={}){let S,E,C,T,O,I,j,D,L,P,N=t.css.valueOf(),M=A.ignoreErrors,R=N.length,q=0,B=[],$=[];function F(e){throw t.error("Unclosed "+e,q)}return{back:function(t){$.push(t)},endOfFile:function(){return 0===$.length&&q>=R},nextToken:function(t){if($.length)return $.pop();if(q>=R)return;let A=!!t&&t.ignoreUnclosed;switch(S=N.charCodeAt(q),S){case o:case s:case l:case c:case a:E=q;do{E+=1,S=N.charCodeAt(E)}while(S===s||S===o||S===l||S===c||S===a);P=["space",N.slice(q,E)],q=E-1;break;case u:case p:case f:case h:case y:case g:case m:{let t=String.fromCharCode(S);P=[t,t,q];break}case d:if(D=B.length?B.pop()[1]:"",L=N.charCodeAt(q+1),"url"===D&&L!==e&&L!==r&&L!==s&&L!==o&&L!==l&&L!==a&&L!==c){E=q;do{if(I=!1,E=N.indexOf(")",E+1),-1===E){if(M||A){E=q;break}F("bracket")}for(j=E;N.charCodeAt(j-1)===n;)j-=1,I=!I}while(I);P=["brackets",N.slice(q,E+1),q,E],q=E}else E=N.indexOf(")",q+1),T=N.slice(q,E+1),-1===E||_.test(T)?P=["(","(",q]:(P=["brackets",T,q,E],q=E);break;case e:case r:C=S===e?"'":'"',E=q;do{if(I=!1,E=N.indexOf(C,E+1),-1===E){if(M||A){E=q+1;break}F("string")}for(j=E;N.charCodeAt(j-1)===n;)j-=1,I=!I}while(I);P=["string",N.slice(q,E+1),q,E],q=E;break;case v:x.lastIndex=q+1,x.test(N),E=0===x.lastIndex?N.length-1:x.lastIndex-2,P=["at-word",N.slice(q,E+1),q,E],q=E;break;case n:for(E=q,O=!0;N.charCodeAt(E+1)===n;)E+=1,O=!O;if(S=N.charCodeAt(E+1),O&&S!==i&&S!==s&&S!==o&&S!==l&&S!==c&&S!==a&&(E+=1,k.test(N.charAt(E)))){for(;k.test(N.charAt(E+1));)E+=1;N.charCodeAt(E+1)===s&&(E+=1)}P=["word",N.slice(q,E+1),q,E],q=E;break;default:S===i&&N.charCodeAt(q+1)===b?(E=N.indexOf("*/",q+2)+1,0===E&&(M||A?E=N.length:F("comment")),P=["comment",N.slice(q,E+1),q,E],q=E):(w.lastIndex=q+1,w.test(N),E=0===w.lastIndex?N.length-1:w.lastIndex-2,P=["word",N.slice(q,E+1),q,E],B.push(P),q=E)}return q++,P},position:function(){return q}}}},6156:t=>{"use strict";let e={};t.exports=function(t){e[t]||(e[t]=!0,"undefined"!=typeof console&&console.warn&&console.warn(t))}},38:t=>{"use strict";class e{constructor(t,e={}){if(this.type="warning",this.text=t,e.node&&e.node.source){let t=e.node.rangeBy(e);this.line=t.start.line,this.column=t.start.column,this.endLine=t.end.line,this.endColumn=t.end.column}for(let t in e)this[t]=e[t]}toString(){return this.node?this.node.error(this.text,{index:this.index,plugin:this.plugin,word:this.word}).message:this.plugin?this.plugin+": "+this.text:this.text}}t.exports=e,e.default=e},4728:(t,e,r)=>{const n=r(6808),i=r(2834),{isPlainObject:o}=r(8682),s=r(4744),a=r(9466),{parse:l}=r(2895),c=["img","audio","video","picture","svg","object","map","iframe","embed"],u=["script","style"];function p(t,e){t&&Object.keys(t).forEach((function(r){e(t[r],r)}))}function d(t,e){return{}.hasOwnProperty.call(t,e)}function m(t,e){const r=[];return p(t,(function(t){e(t)&&r.push(t)})),r}t.exports=h;const f=/^[^\0\t\n\f\r /<=>]+$/;function h(t,e,r){if(null==t)return"";"number"==typeof t&&(t=t.toString());let b="",y="";function v(t,e){const r=this;this.tag=t,this.attribs=e||{},this.tagPosition=b.length,this.text="",this.mediaChildren=[],this.updateParentNodeText=function(){if(I.length){I[I.length-1].text+=r.text}},this.updateParentNodeMediaChildren=function(){if(I.length&&c.includes(this.tag)){I[I.length-1].mediaChildren.push(this.tag)}}}(e=Object.assign({},h.defaults,e)).parser=Object.assign({},g,e.parser);const x=function(t){return!1===e.allowedTags||(e.allowedTags||[]).indexOf(t)>-1};u.forEach((function(t){x(t)&&!e.allowVulnerableTags&&console.warn(`\n\n⚠️ Your \`allowedTags\` option includes, \`${t}\`, which is inherently\nvulnerable to XSS attacks. Please remove it from \`allowedTags\`.\nOr, to disable this warning, add the \`allowVulnerableTags\` option\nand ensure you are accounting for this risk.\n\n`)}));const w=e.nonTextTags||["script","style","textarea","option"];let _,k;e.allowedAttributes&&(_={},k={},p(e.allowedAttributes,(function(t,e){_[e]=[];const r=[];t.forEach((function(t){"string"==typeof t&&t.indexOf("*")>=0?r.push(i(t).replace(/\\\*/g,".*")):_[e].push(t)})),r.length&&(k[e]=new RegExp("^("+r.join("|")+")$"))})));const A={},S={},E={};p(e.allowedClasses,(function(t,e){if(_&&(d(_,e)||(_[e]=[]),_[e].push("class")),A[e]=t,Array.isArray(t)){const r=[];A[e]=[],E[e]=[],t.forEach((function(t){"string"==typeof t&&t.indexOf("*")>=0?r.push(i(t).replace(/\\\*/g,".*")):t instanceof RegExp?E[e].push(t):A[e].push(t)})),r.length&&(S[e]=new RegExp("^("+r.join("|")+")$"))}}));const C={};let T,O,I,j,D,L,P;p(e.transformTags,(function(t,e){let r;"function"==typeof t?r=t:"string"==typeof t&&(r=h.simpleTransform(t)),"*"===e?T=r:C[e]=r}));let N=!1;R();const M=new n.Parser({onopentag:function(t,r){if(e.enforceHtmlBoundary&&"html"===t&&R(),L)return void P++;const n=new v(t,r);I.push(n);let i=!1;const c=!!n.text;let u;if(d(C,t)&&(u=C[t](t,r),n.attribs=r=u.attribs,void 0!==u.text&&(n.innerText=u.text),t!==u.tagName&&(n.name=t=u.tagName,D[O]=u.tagName)),T&&(u=T(t,r),n.attribs=r=u.attribs,t!==u.tagName&&(n.name=t=u.tagName,D[O]=u.tagName)),(!x(t)||"recursiveEscape"===e.disallowedTagsMode&&!function(t){for(const e in t)if(d(t,e))return!1;return!0}(j)||null!=e.nestingLimit&&O>=e.nestingLimit)&&(i=!0,j[O]=!0,"discard"===e.disallowedTagsMode&&-1!==w.indexOf(t)&&(L=!0,P=1),j[O]=!0),O++,i){if("discard"===e.disallowedTagsMode)return;y=b,b=""}b+="<"+t,"script"===t&&(e.allowedScriptHostnames||e.allowedScriptDomains)&&(n.innerText=""),(!_||d(_,t)||_["*"])&&p(r,(function(r,i){if(!f.test(i))return void delete n.attribs[i];if(""===r&&!e.allowedEmptyAttributes.includes(i)&&(e.nonBooleanAttributes.includes(i)||e.nonBooleanAttributes.includes("*")))return void delete n.attribs[i];let c=!1;if(!_||d(_,t)&&-1!==_[t].indexOf(i)||_["*"]&&-1!==_["*"].indexOf(i)||d(k,t)&&k[t].test(i)||k["*"]&&k["*"].test(i))c=!0;else if(_&&_[t])for(const e of _[t])if(o(e)&&e.name&&e.name===i){c=!0;let t="";if(!0===e.multiple){const n=r.split(" ");for(const r of n)-1!==e.values.indexOf(r)&&(""===t?t=r:t+=" "+r)}else e.values.indexOf(r)>=0&&(t=r);r=t}if(c){if(-1!==e.allowedSchemesAppliedToAttributes.indexOf(i)&&B(t,r))return void delete n.attribs[i];if("script"===t&&"src"===i){let t=!0;try{const n=$(r);if(e.allowedScriptHostnames||e.allowedScriptDomains){const r=(e.allowedScriptHostnames||[]).find((function(t){return t===n.url.hostname})),i=(e.allowedScriptDomains||[]).find((function(t){return n.url.hostname===t||n.url.hostname.endsWith(`.${t}`)}));t=r||i}}catch(e){t=!1}if(!t)return void delete n.attribs[i]}if("iframe"===t&&"src"===i){let t=!0;try{const n=$(r);if(n.isRelativeUrl)t=d(e,"allowIframeRelativeUrls")?e.allowIframeRelativeUrls:!e.allowedIframeHostnames&&!e.allowedIframeDomains;else if(e.allowedIframeHostnames||e.allowedIframeDomains){const r=(e.allowedIframeHostnames||[]).find((function(t){return t===n.url.hostname})),i=(e.allowedIframeDomains||[]).find((function(t){return n.url.hostname===t||n.url.hostname.endsWith(`.${t}`)}));t=r||i}}catch(e){t=!1}if(!t)return void delete n.attribs[i]}if("srcset"===i)try{let t=a(r);if(t.forEach((function(t){B("srcset",t.url)&&(t.evil=!0)})),t=m(t,(function(t){return!t.evil})),!t.length)return void delete n.attribs[i];r=m(t,(function(t){return!t.evil})).map((function(t){if(!t.url)throw new Error("URL missing");return t.url+(t.w?` ${t.w}w`:"")+(t.h?` ${t.h}h`:"")+(t.d?` ${t.d}x`:"")})).join(", "),n.attribs[i]=r}catch(t){return void delete n.attribs[i]}if("class"===i){const e=A[t],o=A["*"],a=S[t],l=E[t],c=[a,S["*"]].concat(l).filter((function(t){return t}));if(!(r=F(r,e&&o?s(e,o):e||o,c)).length)return void delete n.attribs[i]}if("style"===i)if(e.parseStyleAttributes)try{const o=function(t,e){if(!e)return t;const r=t.nodes[0];let n;n=e[r.selector]&&e["*"]?s(e[r.selector],e["*"]):e[r.selector]||e["*"];n&&(t.nodes[0].nodes=r.nodes.reduce(function(t){return function(e,r){if(d(t,r.prop)){t[r.prop].some((function(t){return t.test(r.value)}))&&e.push(r)}return e}}(n),[]));return t}(l(t+" {"+r+"}",{map:!1}),e.allowedStyles);if(r=function(t){return t.nodes[0].nodes.reduce((function(t,e){return t.push(`${e.prop}:${e.value}${e.important?" !important":""}`),t}),[]).join(";")}(o),0===r.length)return void delete n.attribs[i]}catch(e){return"undefined"!=typeof window&&console.warn('Failed to parse "'+t+" {"+r+"}\", If you're running this in a browser, we recommend to disable style parsing: options.parseStyleAttributes: false, since this only works in a node environment due to a postcss dependency, More info: https://github.com/apostrophecms/sanitize-html/issues/547"),void delete n.attribs[i]}else if(e.allowedStyles)throw new Error("allowedStyles option cannot be used together with parseStyleAttributes: false.");b+=" "+i,r&&r.length?b+='="'+q(r,!0)+'"':e.allowedEmptyAttributes.includes(i)&&(b+='=""')}else delete n.attribs[i]})),-1!==e.selfClosing.indexOf(t)?b+=" />":(b+=">",!n.innerText||c||e.textFilter||(b+=q(n.innerText),N=!0)),i&&(b=y+q(b),y="")},ontext:function(t){if(L)return;const r=I[I.length-1];let n;if(r&&(n=r.tag,t=void 0!==r.innerText?r.innerText:t),"discard"!==e.disallowedTagsMode||"script"!==n&&"style"!==n){const r=q(t,!1);e.textFilter&&!N?b+=e.textFilter(r,n):N||(b+=r)}else b+=t;if(I.length){I[I.length-1].text+=t}},onclosetag:function(t,r){if(L){if(P--,P)return;L=!1}const n=I.pop();if(!n)return;if(n.tag!==t)return void I.push(n);L=!!e.enforceHtmlBoundary&&"html"===t,O--;const i=j[O];if(i){if(delete j[O],"discard"===e.disallowedTagsMode)return void n.updateParentNodeText();y=b,b=""}D[O]&&(t=D[O],delete D[O]),e.exclusiveFilter&&e.exclusiveFilter(n)?b=b.substr(0,n.tagPosition):(n.updateParentNodeMediaChildren(),n.updateParentNodeText(),-1!==e.selfClosing.indexOf(t)||r&&!x(t)&&["escape","recursiveEscape"].indexOf(e.disallowedTagsMode)>=0?i&&(b=y,y=""):(b+="",i&&(b=y+q(b),y=""),N=!1))}},e.parser);return M.write(t),M.end(),b;function R(){b="",O=0,I=[],j={},D={},L=!1,P=0}function q(t,r){return"string"!=typeof t&&(t+=""),e.parser.decodeEntities&&(t=t.replace(/&/g,"&").replace(//g,">"),r&&(t=t.replace(/"/g,"""))),t=t.replace(/&(?![a-zA-Z0-9#]{1,20};)/g,"&").replace(//g,">"),r&&(t=t.replace(/"/g,""")),t}function B(t,r){for(r=r.replace(/[\x00-\x20]+/g,"");;){const t=r.indexOf("\x3c!--");if(-1===t)break;const e=r.indexOf("--\x3e",t+4);if(-1===e)break;r=r.substring(0,t)+r.substring(e+3)}const n=r.match(/^([a-zA-Z][a-zA-Z0-9.\-+]*):/);if(!n)return!!r.match(/^[/\\]{2}/)&&!e.allowProtocolRelative;const i=n[1].toLowerCase();return d(e.allowedSchemesByTag,t)?-1===e.allowedSchemesByTag[t].indexOf(i):!e.allowedSchemes||-1===e.allowedSchemes.indexOf(i)}function $(t){if((t=t.replace(/^(\w+:)?\s*[\\/]\s*[\\/]/,"$1//")).startsWith("relative:"))throw new Error("relative: exploit attempt");let e="relative://relative-site";for(let t=0;t<100;t++)e+=`/${t}`;const r=new URL(t,e);return{isRelativeUrl:r&&"relative-site"===r.hostname&&"relative:"===r.protocol,url:r}}function F(t,e,r){return e?(t=t.split(/\s+/)).filter((function(t){return-1!==e.indexOf(t)||r.some((function(e){return e.test(t)}))})).join(" "):t}}const g={decodeEntities:!0};h.defaults={allowedTags:["address","article","aside","footer","header","h1","h2","h3","h4","h5","h6","hgroup","main","nav","section","blockquote","dd","div","dl","dt","figcaption","figure","hr","li","main","ol","p","pre","ul","a","abbr","b","bdi","bdo","br","cite","code","data","dfn","em","i","kbd","mark","q","rb","rp","rt","rtc","ruby","s","samp","small","span","strong","sub","sup","time","u","var","wbr","caption","col","colgroup","table","tbody","td","tfoot","th","thead","tr"],nonBooleanAttributes:["abbr","accept","accept-charset","accesskey","action","allow","alt","as","autocapitalize","autocomplete","blocking","charset","cite","class","color","cols","colspan","content","contenteditable","coords","crossorigin","data","datetime","decoding","dir","dirname","download","draggable","enctype","enterkeyhint","fetchpriority","for","form","formaction","formenctype","formmethod","formtarget","headers","height","hidden","high","href","hreflang","http-equiv","id","imagesizes","imagesrcset","inputmode","integrity","is","itemid","itemprop","itemref","itemtype","kind","label","lang","list","loading","low","max","maxlength","media","method","min","minlength","name","nonce","optimum","pattern","ping","placeholder","popover","popovertarget","popovertargetaction","poster","preload","referrerpolicy","rel","rows","rowspan","sandbox","scope","shape","size","sizes","slot","span","spellcheck","src","srcdoc","srclang","srcset","start","step","style","tabindex","target","title","translate","type","usemap","value","width","wrap","onauxclick","onafterprint","onbeforematch","onbeforeprint","onbeforeunload","onbeforetoggle","onblur","oncancel","oncanplay","oncanplaythrough","onchange","onclick","onclose","oncontextlost","oncontextmenu","oncontextrestored","oncopy","oncuechange","oncut","ondblclick","ondrag","ondragend","ondragenter","ondragleave","ondragover","ondragstart","ondrop","ondurationchange","onemptied","onended","onerror","onfocus","onformdata","onhashchange","oninput","oninvalid","onkeydown","onkeypress","onkeyup","onlanguagechange","onload","onloadeddata","onloadedmetadata","onloadstart","onmessage","onmessageerror","onmousedown","onmouseenter","onmouseleave","onmousemove","onmouseout","onmouseover","onmouseup","onoffline","ononline","onpagehide","onpageshow","onpaste","onpause","onplay","onplaying","onpopstate","onprogress","onratechange","onreset","onresize","onrejectionhandled","onscroll","onscrollend","onsecuritypolicyviolation","onseeked","onseeking","onselect","onslotchange","onstalled","onstorage","onsubmit","onsuspend","ontimeupdate","ontoggle","onunhandledrejection","onunload","onvolumechange","onwaiting","onwheel"],disallowedTagsMode:"discard",allowedAttributes:{a:["href","name","target"],img:["src","srcset","alt","title","width","height","loading"]},allowedEmptyAttributes:["alt"],selfClosing:["img","br","hr","area","base","basefont","input","link","meta"],allowedSchemes:["http","https","ftp","mailto","tel"],allowedSchemesByTag:{},allowedSchemesAppliedToAttributes:["href","src","cite"],allowProtocolRelative:!0,enforceHtmlBoundary:!1,parseStyleAttributes:!0},h.simpleTransform=function(t,e,r){return r=void 0===r||r,e=e||{},function(n,i){let o;if(r)for(o in e)i[o]=e[o];else i=e;return{tagName:t,attribs:i}}}},1019:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.attributeNames=e.elementNames=void 0,e.elementNames=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map((function(t){return[t.toLowerCase(),t]}))),e.attributeNames=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map((function(t){return[t.toLowerCase(),t]})))},9079:function(t,e,r){"use strict";var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,r=1,n=arguments.length;r");case a.Comment:return function(t){return"\x3c!--".concat(t.data,"--\x3e")}(t);case a.CDATA:return function(t){return"")}(t);case a.Script:case a.Style:case a.Tag:return function(t,e){var r;"foreign"===e.xmlMode&&(t.name=null!==(r=c.elementNames.get(t.name))&&void 0!==r?r:t.name,t.parent&&h.has(t.parent.name)&&(e=n(n({},e),{xmlMode:!1})));!e.xmlMode&&g.has(t.name)&&(e=n(n({},e),{xmlMode:"foreign"}));var i="<".concat(t.name),o=function(t,e){var r;if(t){var n=!1===(null!==(r=e.encodeEntities)&&void 0!==r?r:e.decodeEntities)?p:e.xmlMode||"utf8"!==e.encodeEntities?l.encodeXML:l.escapeAttribute;return Object.keys(t).map((function(r){var i,o,s=null!==(i=t[r])&&void 0!==i?i:"";return"foreign"===e.xmlMode&&(r=null!==(o=c.attributeNames.get(r))&&void 0!==o?o:r),e.emptyAttrs||e.xmlMode||""!==s?"".concat(r,'="').concat(n(s),'"'):r})).join(" ")}}(t.attribs,e);o&&(i+=" ".concat(o));0===t.children.length&&(e.xmlMode?!1!==e.selfClosingTags:e.selfClosingTags&&d.has(t.name))?(e.xmlMode||(i+=" "),i+="/>"):(i+=">",t.children.length>0&&(i+=m(t.children,e)),!e.xmlMode&&d.has(t.name)||(i+="")));return i}(t,e);case a.Text:return function(t,e){var r,n=t.data||"";!1===(null!==(r=e.encodeEntities)&&void 0!==r?r:e.decodeEntities)||!e.xmlMode&&t.parent&&u.has(t.parent.name)||(n=e.xmlMode||"utf8"!==e.encodeEntities?(0,l.encodeXML)(n):(0,l.escapeText)(n));return n}(t,e)}}e.render=m,e.default=m;var h=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),g=new Set(["svg","math"])},4128:function(t,e,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(t,e,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){void 0===n&&(n=r),t[n]=e[r]}),i=this&&this.__exportStar||function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||n(e,t,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.DomHandler=void 0;var o=r(5413),s=r(430);i(r(430),e);var a={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},l=function(){function t(t,e,r){this.dom=[],this.root=new s.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,"function"==typeof e&&(r=e,e=a),"object"==typeof t&&(e=t,t=void 0),this.callback=null!=t?t:null,this.options=null!=e?e:a,this.elementCB=null!=r?r:null}return t.prototype.onparserinit=function(t){this.parser=t},t.prototype.onreset=function(){this.dom=[],this.root=new s.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null},t.prototype.onend=function(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))},t.prototype.onerror=function(t){this.handleCallback(t)},t.prototype.onclosetag=function(){this.lastNode=null;var t=this.tagStack.pop();this.options.withEndIndices&&(t.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(t)},t.prototype.onopentag=function(t,e){var r=this.options.xmlMode?o.ElementType.Tag:void 0,n=new s.Element(t,e,void 0,r);this.addNode(n),this.tagStack.push(n)},t.prototype.ontext=function(t){var e=this.lastNode;if(e&&e.type===o.ElementType.Text)e.data+=t,this.options.withEndIndices&&(e.endIndex=this.parser.endIndex);else{var r=new s.Text(t);this.addNode(r),this.lastNode=r}},t.prototype.oncomment=function(t){if(this.lastNode&&this.lastNode.type===o.ElementType.Comment)this.lastNode.data+=t;else{var e=new s.Comment(t);this.addNode(e),this.lastNode=e}},t.prototype.oncommentend=function(){this.lastNode=null},t.prototype.oncdatastart=function(){var t=new s.Text(""),e=new s.CDATA([t]);this.addNode(e),t.parent=e,this.lastNode=t},t.prototype.oncdataend=function(){this.lastNode=null},t.prototype.onprocessinginstruction=function(t,e){var r=new s.ProcessingInstruction(t,e);this.addNode(r)},t.prototype.handleCallback=function(t){if("function"==typeof this.callback)this.callback(t,this.dom);else if(t)throw t},t.prototype.addNode=function(t){var e=this.tagStack[this.tagStack.length-1],r=e.children[e.children.length-1];this.options.withStartIndices&&(t.startIndex=this.parser.startIndex),this.options.withEndIndices&&(t.endIndex=this.parser.endIndex),e.children.push(t),r&&(t.prev=r,r.next=t),t.parent=e,this.lastNode=null},t}();e.DomHandler=l,e.default=l},430:function(t,e,r){"use strict";var n,i=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},n(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}),o=this&&this.__assign||function(){return o=Object.assign||function(t){for(var e,r=1,n=arguments.length;r0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"childNodes",{get:function(){return this.children},set:function(t){this.children=t},enumerable:!1,configurable:!0}),e}(a);e.NodeWithChildren=d;var m=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=s.ElementType.CDATA,e}return i(e,t),Object.defineProperty(e.prototype,"nodeType",{get:function(){return 4},enumerable:!1,configurable:!0}),e}(d);e.CDATA=m;var f=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=s.ElementType.Root,e}return i(e,t),Object.defineProperty(e.prototype,"nodeType",{get:function(){return 9},enumerable:!1,configurable:!0}),e}(d);e.Document=f;var h=function(t){function e(e,r,n,i){void 0===n&&(n=[]),void 0===i&&(i="script"===e?s.ElementType.Script:"style"===e?s.ElementType.Style:s.ElementType.Tag);var o=t.call(this,n)||this;return o.name=e,o.attribs=r,o.type=i,o}return i(e,t),Object.defineProperty(e.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tagName",{get:function(){return this.name},set:function(t){this.name=t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"attributes",{get:function(){var t=this;return Object.keys(this.attribs).map((function(e){var r,n;return{name:e,value:t.attribs[e],namespace:null===(r=t["x-attribsNamespace"])||void 0===r?void 0:r[e],prefix:null===(n=t["x-attribsPrefix"])||void 0===n?void 0:n[e]}}))},enumerable:!1,configurable:!0}),e}(d);function g(t){return(0,s.isTag)(t)}function b(t){return t.type===s.ElementType.CDATA}function y(t){return t.type===s.ElementType.Text}function v(t){return t.type===s.ElementType.Comment}function x(t){return t.type===s.ElementType.Directive}function w(t){return t.type===s.ElementType.Root}function _(t,e){var r;if(void 0===e&&(e=!1),y(t))r=new c(t.data);else if(v(t))r=new u(t.data);else if(g(t)){var n=e?k(t.children):[],i=new h(t.name,o({},t.attribs),n);n.forEach((function(t){return t.parent=i})),null!=t.namespace&&(i.namespace=t.namespace),t["x-attribsNamespace"]&&(i["x-attribsNamespace"]=o({},t["x-attribsNamespace"])),t["x-attribsPrefix"]&&(i["x-attribsPrefix"]=o({},t["x-attribsPrefix"])),r=i}else if(b(t)){n=e?k(t.children):[];var s=new m(n);n.forEach((function(t){return t.parent=s})),r=s}else if(w(t)){n=e?k(t.children):[];var a=new f(n);n.forEach((function(t){return t.parent=a})),t["x-mode"]&&(a["x-mode"]=t["x-mode"]),r=a}else{if(!x(t))throw new Error("Not implemented yet: ".concat(t.type));var l=new p(t.name,t.data);null!=t["x-name"]&&(l["x-name"]=t["x-name"],l["x-publicId"]=t["x-publicId"],l["x-systemId"]=t["x-systemId"]),r=l}return r.startIndex=t.startIndex,r.endIndex=t.endIndex,null!=t.sourceCodeLocation&&(r.sourceCodeLocation=t.sourceCodeLocation),r}function k(t){for(var e=t.map((function(t){return _(t,!0)})),r=1;r{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getFeed=void 0;var n=r(9124),i=r(1974);e.getFeed=function(t){var e=l(p,t);return e?"feed"===e.name?function(t){var e,r=t.children,n={type:"atom",items:(0,i.getElementsByTagName)("entry",r).map((function(t){var e,r=t.children,n={media:a(r)};u(n,"id","id",r),u(n,"title","title",r);var i=null===(e=l("link",r))||void 0===e?void 0:e.attribs.href;i&&(n.link=i);var o=c("summary",r)||c("content",r);o&&(n.description=o);var s=c("updated",r);return s&&(n.pubDate=new Date(s)),n}))};u(n,"id","id",r),u(n,"title","title",r);var o=null===(e=l("link",r))||void 0===e?void 0:e.attribs.href;o&&(n.link=o);u(n,"description","subtitle",r);var s=c("updated",r);s&&(n.updated=new Date(s));return u(n,"author","email",r,!0),n}(e):function(t){var e,r,n=null!==(r=null===(e=l("channel",t.children))||void 0===e?void 0:e.children)&&void 0!==r?r:[],o={type:t.name.substr(0,3),id:"",items:(0,i.getElementsByTagName)("item",t.children).map((function(t){var e=t.children,r={media:a(e)};u(r,"id","guid",e),u(r,"title","title",e),u(r,"link","link",e),u(r,"description","description",e);var n=c("pubDate",e)||c("dc:date",e);return n&&(r.pubDate=new Date(n)),r}))};u(o,"title","title",n),u(o,"link","link",n),u(o,"description","description",n);var s=c("lastBuildDate",n);s&&(o.updated=new Date(s));return u(o,"author","managingEditor",n,!0),o}(e):null};var o=["url","type","lang"],s=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function a(t){return(0,i.getElementsByTagName)("media:content",t).map((function(t){for(var e=t.attribs,r={medium:e.medium,isDefault:!!e.isDefault},n=0,i=o;n{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.uniqueSort=e.compareDocumentPosition=e.DocumentPosition=e.removeSubsets=void 0;var n,i=r(4128);function o(t,e){var r=[],o=[];if(t===e)return 0;for(var s=(0,i.hasChildren)(t)?t:t.parent;s;)r.unshift(s),s=s.parent;for(s=(0,i.hasChildren)(e)?e:e.parent;s;)o.unshift(s),s=s.parent;for(var a=Math.min(r.length,o.length),l=0;lu.indexOf(d)?c===e?n.FOLLOWING|n.CONTAINED_BY:n.FOLLOWING:c===t?n.PRECEDING|n.CONTAINS:n.PRECEDING}e.removeSubsets=function(t){for(var e=t.length;--e>=0;){var r=t[e];if(e>0&&t.lastIndexOf(r,e-1)>=0)t.splice(e,1);else for(var n=r.parent;n;n=n.parent)if(t.includes(n)){t.splice(e,1);break}}return t},function(t){t[t.DISCONNECTED=1]="DISCONNECTED",t[t.PRECEDING=2]="PRECEDING",t[t.FOLLOWING=4]="FOLLOWING",t[t.CONTAINS=8]="CONTAINS",t[t.CONTAINED_BY=16]="CONTAINED_BY"}(n=e.DocumentPosition||(e.DocumentPosition={})),e.compareDocumentPosition=o,e.uniqueSort=function(t){return(t=t.filter((function(t,e,r){return!r.includes(t,e+1)}))).sort((function(t,e){var r=o(t,e);return r&n.PRECEDING?-1:r&n.FOLLOWING?1:0})),t}},1941:function(t,e,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(t,e,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){void 0===n&&(n=r),t[n]=e[r]}),i=this&&this.__exportStar||function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||n(e,t,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.hasChildren=e.isDocument=e.isComment=e.isText=e.isCDATA=e.isTag=void 0,i(r(9124),e),i(r(2851),e),i(r(568),e),i(r(1161),e),i(r(1974),e),i(r(5936),e),i(r(2772),e);var o=r(4128);Object.defineProperty(e,"isTag",{enumerable:!0,get:function(){return o.isTag}}),Object.defineProperty(e,"isCDATA",{enumerable:!0,get:function(){return o.isCDATA}}),Object.defineProperty(e,"isText",{enumerable:!0,get:function(){return o.isText}}),Object.defineProperty(e,"isComment",{enumerable:!0,get:function(){return o.isComment}}),Object.defineProperty(e,"isDocument",{enumerable:!0,get:function(){return o.isDocument}}),Object.defineProperty(e,"hasChildren",{enumerable:!0,get:function(){return o.hasChildren}})},1974:(t,e,r)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getElementsByTagType=e.getElementsByTagName=e.getElementById=e.getElements=e.testElement=void 0;var n=r(4128),i=r(1161),o={tag_name:function(t){return"function"==typeof t?function(e){return(0,n.isTag)(e)&&t(e.name)}:"*"===t?n.isTag:function(e){return(0,n.isTag)(e)&&e.name===t}},tag_type:function(t){return"function"==typeof t?function(e){return t(e.type)}:function(e){return e.type===t}},tag_contains:function(t){return"function"==typeof t?function(e){return(0,n.isText)(e)&&t(e.data)}:function(e){return(0,n.isText)(e)&&e.data===t}}};function s(t,e){return"function"==typeof e?function(r){return(0,n.isTag)(r)&&e(r.attribs[t])}:function(r){return(0,n.isTag)(r)&&r.attribs[t]===e}}function a(t,e){return function(r){return t(r)||e(r)}}function l(t){var e=Object.keys(t).map((function(e){var r=t[e];return Object.prototype.hasOwnProperty.call(o,e)?o[e](r):s(e,r)}));return 0===e.length?null:e.reduce(a)}e.testElement=function(t,e){var r=l(t);return!r||r(e)},e.getElements=function(t,e,r,n){void 0===n&&(n=1/0);var o=l(t);return o?(0,i.filter)(o,e,r,n):[]},e.getElementById=function(t,e,r){return void 0===r&&(r=!0),Array.isArray(e)||(e=[e]),(0,i.findOne)(s("id",t),e,r)},e.getElementsByTagName=function(t,e,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),(0,i.filter)(o.tag_name(t),e,r,n)},e.getElementsByTagType=function(t,e,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),(0,i.filter)(o.tag_type(t),e,r,n)}},568:(t,e)=>{"use strict";function r(t){if(t.prev&&(t.prev.next=t.next),t.next&&(t.next.prev=t.prev),t.parent){var e=t.parent.children,r=e.lastIndexOf(t);r>=0&&e.splice(r,1)}t.next=null,t.prev=null,t.parent=null}Object.defineProperty(e,"__esModule",{value:!0}),e.prepend=e.prependChild=e.append=e.appendChild=e.replaceElement=e.removeElement=void 0,e.removeElement=r,e.replaceElement=function(t,e){var r=e.prev=t.prev;r&&(r.next=e);var n=e.next=t.next;n&&(n.prev=e);var i=e.parent=t.parent;if(i){var o=i.children;o[o.lastIndexOf(t)]=e,t.parent=null}},e.appendChild=function(t,e){if(r(e),e.next=null,e.parent=t,t.children.push(e)>1){var n=t.children[t.children.length-2];n.next=e,e.prev=n}else e.prev=null},e.append=function(t,e){r(e);var n=t.parent,i=t.next;if(e.next=i,e.prev=t,t.next=e,e.parent=n,i){if(i.prev=e,n){var o=n.children;o.splice(o.lastIndexOf(i),0,e)}}else n&&n.children.push(e)},e.prependChild=function(t,e){if(r(e),e.parent=t,e.prev=null,1!==t.children.unshift(e)){var n=t.children[1];n.prev=e,e.next=n}else e.next=null},e.prepend=function(t,e){r(e);var n=t.parent;if(n){var i=n.children;i.splice(i.indexOf(t),0,e)}t.prev&&(t.prev.next=e),e.parent=n,e.prev=t.prev,e.next=t,t.prev=e}},1161:(t,e,r)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.findAll=e.existsOne=e.findOne=e.findOneChild=e.find=e.filter=void 0;var n=r(4128);function i(t,e,r,i){for(var o=[],s=[e],a=[0];;)if(a[0]>=s[0].length){if(1===a.length)return o;s.shift(),a.shift()}else{var l=s[0][a[0]++];if(t(l)&&(o.push(l),--i<=0))return o;r&&(0,n.hasChildren)(l)&&l.children.length>0&&(a.unshift(0),s.unshift(l.children))}}e.filter=function(t,e,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),i(t,Array.isArray(e)?e:[e],r,n)},e.find=i,e.findOneChild=function(t,e){return e.find(t)},e.findOne=function t(e,r,i){void 0===i&&(i=!0);for(var o=null,s=0;s0&&(o=t(e,a.children,!0)))}return o},e.existsOne=function t(e,r){return r.some((function(r){return(0,n.isTag)(r)&&(e(r)||t(e,r.children))}))},e.findAll=function(t,e){for(var r=[],i=[e],o=[0];;)if(o[0]>=i[0].length){if(1===i.length)return r;i.shift(),o.shift()}else{var s=i[0][o[0]++];(0,n.isTag)(s)&&(t(s)&&r.push(s),s.children.length>0&&(o.unshift(0),i.unshift(s.children)))}}},9124:function(t,e,r){"use strict";var n=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.innerText=e.textContent=e.getText=e.getInnerHTML=e.getOuterHTML=void 0;var i=r(4128),o=n(r(9079)),s=r(5413);function a(t,e){return(0,o.default)(t,e)}e.getOuterHTML=a,e.getInnerHTML=function(t,e){return(0,i.hasChildren)(t)?t.children.map((function(t){return a(t,e)})).join(""):""},e.getText=function t(e){return Array.isArray(e)?e.map(t).join(""):(0,i.isTag)(e)?"br"===e.name?"\n":t(e.children):(0,i.isCDATA)(e)?t(e.children):(0,i.isText)(e)?e.data:""},e.textContent=function t(e){return Array.isArray(e)?e.map(t).join(""):(0,i.hasChildren)(e)&&!(0,i.isComment)(e)?t(e.children):(0,i.isText)(e)?e.data:""},e.innerText=function t(e){return Array.isArray(e)?e.map(t).join(""):(0,i.hasChildren)(e)&&(e.type===s.ElementType.Tag||(0,i.isCDATA)(e))?t(e.children):(0,i.isText)(e)?e.data:""}},2851:(t,e,r)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.prevElementSibling=e.nextElementSibling=e.getName=e.hasAttrib=e.getAttributeValue=e.getSiblings=e.getParent=e.getChildren=void 0;var n=r(4128);function i(t){return(0,n.hasChildren)(t)?t.children:[]}function o(t){return t.parent||null}e.getChildren=i,e.getParent=o,e.getSiblings=function(t){var e=o(t);if(null!=e)return i(e);for(var r=[t],n=t.prev,s=t.next;null!=n;)r.unshift(n),n=n.prev;for(;null!=s;)r.push(s),s=s.next;return r},e.getAttributeValue=function(t,e){var r;return null===(r=t.attribs)||void 0===r?void 0:r[e]},e.hasAttrib=function(t,e){return null!=t.attribs&&Object.prototype.hasOwnProperty.call(t.attribs,e)&&null!=t.attribs[e]},e.getName=function(t){return t.name},e.nextElementSibling=function(t){for(var e=t.next;null!==e&&!(0,n.isTag)(e);)e=e.next;return e},e.prevElementSibling=function(t){for(var e=t.prev;null!==e&&!(0,n.isTag)(e);)e=e.prev;return e}},2349:function(t,e,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(t,e,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){void 0===n&&(n=r),t[n]=e[r]}),i=this&&this.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),o=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&n(e,t,r);return i(e,t),e},s=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXML=e.decodeHTMLStrict=e.decodeHTMLAttribute=e.decodeHTML=e.determineBranch=e.EntityDecoder=e.DecodingMode=e.BinTrieFlags=e.fromCodePoint=e.replaceCodePoint=e.decodeCodePoint=e.xmlDecodeTree=e.htmlDecodeTree=void 0;var a=s(r(2556));e.htmlDecodeTree=a.default;var l=s(r(3356));e.xmlDecodeTree=l.default;var c=o(r(855));e.decodeCodePoint=c.default;var u,p=r(855);Object.defineProperty(e,"replaceCodePoint",{enumerable:!0,get:function(){return p.replaceCodePoint}}),Object.defineProperty(e,"fromCodePoint",{enumerable:!0,get:function(){return p.fromCodePoint}}),function(t){t[t.NUM=35]="NUM",t[t.SEMI=59]="SEMI",t[t.EQUALS=61]="EQUALS",t[t.ZERO=48]="ZERO",t[t.NINE=57]="NINE",t[t.LOWER_A=97]="LOWER_A",t[t.LOWER_F=102]="LOWER_F",t[t.LOWER_X=120]="LOWER_X",t[t.LOWER_Z=122]="LOWER_Z",t[t.UPPER_A=65]="UPPER_A",t[t.UPPER_F=70]="UPPER_F",t[t.UPPER_Z=90]="UPPER_Z"}(u||(u={}));var d,m,f;function h(t){return t>=u.ZERO&&t<=u.NINE}function g(t){return t===u.EQUALS||function(t){return t>=u.UPPER_A&&t<=u.UPPER_Z||t>=u.LOWER_A&&t<=u.LOWER_Z||h(t)}(t)}!function(t){t[t.VALUE_LENGTH=49152]="VALUE_LENGTH",t[t.BRANCH_LENGTH=16256]="BRANCH_LENGTH",t[t.JUMP_TABLE=127]="JUMP_TABLE"}(d=e.BinTrieFlags||(e.BinTrieFlags={})),function(t){t[t.EntityStart=0]="EntityStart",t[t.NumericStart=1]="NumericStart",t[t.NumericDecimal=2]="NumericDecimal",t[t.NumericHex=3]="NumericHex",t[t.NamedEntity=4]="NamedEntity"}(m||(m={})),function(t){t[t.Legacy=0]="Legacy",t[t.Strict=1]="Strict",t[t.Attribute=2]="Attribute"}(f=e.DecodingMode||(e.DecodingMode={}));var b=function(){function t(t,e,r){this.decodeTree=t,this.emitCodePoint=e,this.errors=r,this.state=m.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=f.Strict}return t.prototype.startEntity=function(t){this.decodeMode=t,this.state=m.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},t.prototype.write=function(t,e){switch(this.state){case m.EntityStart:return t.charCodeAt(e)===u.NUM?(this.state=m.NumericStart,this.consumed+=1,this.stateNumericStart(t,e+1)):(this.state=m.NamedEntity,this.stateNamedEntity(t,e));case m.NumericStart:return this.stateNumericStart(t,e);case m.NumericDecimal:return this.stateNumericDecimal(t,e);case m.NumericHex:return this.stateNumericHex(t,e);case m.NamedEntity:return this.stateNamedEntity(t,e)}},t.prototype.stateNumericStart=function(t,e){return e>=t.length?-1:(32|t.charCodeAt(e))===u.LOWER_X?(this.state=m.NumericHex,this.consumed+=1,this.stateNumericHex(t,e+1)):(this.state=m.NumericDecimal,this.stateNumericDecimal(t,e))},t.prototype.addToNumericResult=function(t,e,r,n){if(e!==r){var i=r-e;this.result=this.result*Math.pow(n,i)+parseInt(t.substr(e,i),n),this.consumed+=i}},t.prototype.stateNumericHex=function(t,e){for(var r,n=e;e=u.UPPER_A&&r<=u.UPPER_F||r>=u.LOWER_A&&r<=u.LOWER_F)))return this.addToNumericResult(t,n,e,16),this.emitNumericEntity(i,3);e+=1}return this.addToNumericResult(t,n,e,16),-1},t.prototype.stateNumericDecimal=function(t,e){for(var r=e;e>14;e>14)){if(o===u.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==f.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1},t.prototype.emitNotTerminatedNamedEntity=function(){var t,e=this.result,r=(this.decodeTree[e]&d.VALUE_LENGTH)>>14;return this.emitNamedEntityData(e,r,this.consumed),null===(t=this.errors)||void 0===t||t.missingSemicolonAfterCharacterReference(),this.consumed},t.prototype.emitNamedEntityData=function(t,e,r){var n=this.decodeTree;return this.emitCodePoint(1===e?n[t]&~d.VALUE_LENGTH:n[t+1],r),3===e&&this.emitCodePoint(n[t+2],r),r},t.prototype.end=function(){var t;switch(this.state){case m.NamedEntity:return 0===this.result||this.decodeMode===f.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case m.NumericDecimal:return this.emitNumericEntity(0,2);case m.NumericHex:return this.emitNumericEntity(0,3);case m.NumericStart:return null===(t=this.errors)||void 0===t||t.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case m.EntityStart:return 0}},t}();function y(t){var e="",r=new b(t,(function(t){return e+=(0,c.fromCodePoint)(t)}));return function(t,n){for(var i=0,o=0;(o=t.indexOf("&",o))>=0;){e+=t.slice(i,o),r.startEntity(n);var s=r.write(t,o+1);if(s<0){i=o+r.end();break}i=o+s,o=0===s?i+1:i}var a=e+t.slice(i);return e="",a}}function v(t,e,r,n){var i=(e&d.BRANCH_LENGTH)>>7,o=e&d.JUMP_TABLE;if(0===i)return 0!==o&&n===o?r:-1;if(o){var s=n-o;return s<0||s>=i?-1:t[r+s]-1}for(var a=r,l=a+i-1;a<=l;){var c=a+l>>>1,u=t[c];if(un))return t[c+i];l=c-1}}return-1}e.EntityDecoder=b,e.determineBranch=v;var x=y(a.default),w=y(l.default);e.decodeHTML=function(t,e){return void 0===e&&(e=f.Legacy),x(t,e)},e.decodeHTMLAttribute=function(t){return x(t,f.Attribute)},e.decodeHTMLStrict=function(t){return x(t,f.Strict)},e.decodeXML=function(t){return w(t,f.Strict)}},855:(t,e)=>{"use strict";var r;Object.defineProperty(e,"__esModule",{value:!0}),e.replaceCodePoint=e.fromCodePoint=void 0;var n=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function i(t){var e;return t>=55296&&t<=57343||t>1114111?65533:null!==(e=n.get(t))&&void 0!==e?e:t}e.fromCodePoint=null!==(r=String.fromCodePoint)&&void 0!==r?r:function(t){var e="";return t>65535&&(t-=65536,e+=String.fromCharCode(t>>>10&1023|55296),t=56320|1023&t),e+=String.fromCharCode(t)},e.replaceCodePoint=i,e.default=function(t){return(0,e.fromCodePoint)(i(t))}},8149:function(t,e,r){"use strict";var n=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0}),e.encodeNonAsciiHTML=e.encodeHTML=void 0;var i=n(r(2125)),o=r(1560),s=/[\t\n!-,./:-@[-`\f{-}$\x80-\uFFFF]/g;function a(t,e){for(var r,n="",s=0;null!==(r=t.exec(e));){var a=r.index;n+=e.substring(s,a);var l=e.charCodeAt(a),c=i.default.get(l);if("object"==typeof c){if(a+1{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.escapeText=e.escapeAttribute=e.escapeUTF8=e.escape=e.encodeXML=e.getCodePoint=e.xmlReplacer=void 0,e.xmlReplacer=/["&'<>$\x80-\uFFFF]/g;var r=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]);function n(t){for(var n,i="",o=0;null!==(n=e.xmlReplacer.exec(t));){var s=n.index,a=t.charCodeAt(s),l=r.get(a);void 0!==l?(i+=t.substring(o,s)+l,o=s+1):(i+="".concat(t.substring(o,s),"&#x").concat((0,e.getCodePoint)(t,s).toString(16),";"),o=e.xmlReplacer.lastIndex+=Number(55296==(64512&a)))}return i+t.substr(o)}function i(t,e){return function(r){for(var n,i=0,o="";n=t.exec(r);)i!==n.index&&(o+=r.substring(i,n.index)),o+=e.get(n[0].charCodeAt(0)),i=n.index+1;return o+r.substring(i)}}e.getCodePoint=null!=String.prototype.codePointAt?function(t,e){return t.codePointAt(e)}:function(t,e){return 55296==(64512&t.charCodeAt(e))?1024*(t.charCodeAt(e)-55296)+t.charCodeAt(e+1)-56320+65536:t.charCodeAt(e)},e.encodeXML=n,e.escape=n,e.escapeUTF8=i(/[&<>'"]/g,r),e.escapeAttribute=i(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),e.escapeText=i(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))},2556:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((function(t){return t.charCodeAt(0)})))},3356:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((function(t){return t.charCodeAt(0)})))},2125:(t,e)=>{"use strict";function r(t){for(var e=1;e{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXMLStrict=e.decodeHTML5Strict=e.decodeHTML4Strict=e.decodeHTML5=e.decodeHTML4=e.decodeHTMLAttribute=e.decodeHTMLStrict=e.decodeHTML=e.decodeXML=e.DecodingMode=e.EntityDecoder=e.encodeHTML5=e.encodeHTML4=e.encodeNonAsciiHTML=e.encodeHTML=e.escapeText=e.escapeAttribute=e.escapeUTF8=e.escape=e.encodeXML=e.encode=e.decodeStrict=e.decode=e.EncodingMode=e.EntityLevel=void 0;var n,i,o=r(2349),s=r(8149),a=r(1560);function l(t,e){if(void 0===e&&(e=n.XML),("number"==typeof e?e:e.level)===n.HTML){var r="object"==typeof e?e.mode:void 0;return(0,o.decodeHTML)(t,r)}return(0,o.decodeXML)(t)}!function(t){t[t.XML=0]="XML",t[t.HTML=1]="HTML"}(n=e.EntityLevel||(e.EntityLevel={})),function(t){t[t.UTF8=0]="UTF8",t[t.ASCII=1]="ASCII",t[t.Extensive=2]="Extensive",t[t.Attribute=3]="Attribute",t[t.Text=4]="Text"}(i=e.EncodingMode||(e.EncodingMode={})),e.decode=l,e.decodeStrict=function(t,e){var r;void 0===e&&(e=n.XML);var i="number"==typeof e?{level:e}:e;return null!==(r=i.mode)&&void 0!==r||(i.mode=o.DecodingMode.Strict),l(t,i)},e.encode=function(t,e){void 0===e&&(e=n.XML);var r="number"==typeof e?{level:e}:e;return r.mode===i.UTF8?(0,a.escapeUTF8)(t):r.mode===i.Attribute?(0,a.escapeAttribute)(t):r.mode===i.Text?(0,a.escapeText)(t):r.level===n.HTML?r.mode===i.ASCII?(0,s.encodeNonAsciiHTML)(t):(0,s.encodeHTML)(t):(0,a.encodeXML)(t)};var c=r(1560);Object.defineProperty(e,"encodeXML",{enumerable:!0,get:function(){return c.encodeXML}}),Object.defineProperty(e,"escape",{enumerable:!0,get:function(){return c.escape}}),Object.defineProperty(e,"escapeUTF8",{enumerable:!0,get:function(){return c.escapeUTF8}}),Object.defineProperty(e,"escapeAttribute",{enumerable:!0,get:function(){return c.escapeAttribute}}),Object.defineProperty(e,"escapeText",{enumerable:!0,get:function(){return c.escapeText}});var u=r(8149);Object.defineProperty(e,"encodeHTML",{enumerable:!0,get:function(){return u.encodeHTML}}),Object.defineProperty(e,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return u.encodeNonAsciiHTML}}),Object.defineProperty(e,"encodeHTML4",{enumerable:!0,get:function(){return u.encodeHTML}}),Object.defineProperty(e,"encodeHTML5",{enumerable:!0,get:function(){return u.encodeHTML}});var p=r(2349);Object.defineProperty(e,"EntityDecoder",{enumerable:!0,get:function(){return p.EntityDecoder}}),Object.defineProperty(e,"DecodingMode",{enumerable:!0,get:function(){return p.DecodingMode}}),Object.defineProperty(e,"decodeXML",{enumerable:!0,get:function(){return p.decodeXML}}),Object.defineProperty(e,"decodeHTML",{enumerable:!0,get:function(){return p.decodeHTML}}),Object.defineProperty(e,"decodeHTMLStrict",{enumerable:!0,get:function(){return p.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTMLAttribute",{enumerable:!0,get:function(){return p.decodeHTMLAttribute}}),Object.defineProperty(e,"decodeHTML4",{enumerable:!0,get:function(){return p.decodeHTML}}),Object.defineProperty(e,"decodeHTML5",{enumerable:!0,get:function(){return p.decodeHTML}}),Object.defineProperty(e,"decodeHTML4Strict",{enumerable:!0,get:function(){return p.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTML5Strict",{enumerable:!0,get:function(){return p.decodeHTMLStrict}}),Object.defineProperty(e,"decodeXMLStrict",{enumerable:!0,get:function(){return p.decodeXML}})},221:function(t,e,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(t,e,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,n,i)}:function(t,e,r,n){void 0===n&&(n=r),t[n]=e[r]}),i=this&&this.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),o=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&n(e,t,r);return i(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.Parser=void 0;var s=o(r(357)),a=r(2349),l=new Set(["input","option","optgroup","select","button","datalist","textarea"]),c=new Set(["p"]),u=new Set(["thead","tbody"]),p=new Set(["dd","dt"]),d=new Set(["rt","rp"]),m=new Map([["tr",new Set(["tr","th","td"])],["th",new Set(["th"])],["td",new Set(["thead","th","td"])],["body",new Set(["head","link","script"])],["li",new Set(["li"])],["p",c],["h1",c],["h2",c],["h3",c],["h4",c],["h5",c],["h6",c],["select",l],["input",l],["output",l],["button",l],["datalist",l],["textarea",l],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",p],["dt",p],["address",c],["article",c],["aside",c],["blockquote",c],["details",c],["div",c],["dl",c],["fieldset",c],["figcaption",c],["figure",c],["footer",c],["form",c],["header",c],["hr",c],["main",c],["nav",c],["ol",c],["pre",c],["section",c],["table",c],["ul",c],["rt",d],["rp",d],["tbody",u],["tfoot",u]]),f=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),h=new Set(["math","svg"]),g=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),b=/\s|\//,y=function(){function t(t,e){var r,n,i,o,a;void 0===e&&(e={}),this.options=e,this.startIndex=0,this.endIndex=0,this.openTagStart=0,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.foreignContext=[],this.buffers=[],this.bufferOffset=0,this.writeIndex=0,this.ended=!1,this.cbs=null!=t?t:{},this.lowerCaseTagNames=null!==(r=e.lowerCaseTags)&&void 0!==r?r:!e.xmlMode,this.lowerCaseAttributeNames=null!==(n=e.lowerCaseAttributeNames)&&void 0!==n?n:!e.xmlMode,this.tokenizer=new(null!==(i=e.Tokenizer)&&void 0!==i?i:s.default)(this.options,this),null===(a=(o=this.cbs).onparserinit)||void 0===a||a.call(o,this)}return t.prototype.ontext=function(t,e){var r,n,i=this.getSlice(t,e);this.endIndex=e-1,null===(n=(r=this.cbs).ontext)||void 0===n||n.call(r,i),this.startIndex=e},t.prototype.ontextentity=function(t){var e,r,n=this.tokenizer.getSectionStart();this.endIndex=n-1,null===(r=(e=this.cbs).ontext)||void 0===r||r.call(e,(0,a.fromCodePoint)(t)),this.startIndex=n},t.prototype.isVoidElement=function(t){return!this.options.xmlMode&&f.has(t)},t.prototype.onopentagname=function(t,e){this.endIndex=e;var r=this.getSlice(t,e);this.lowerCaseTagNames&&(r=r.toLowerCase()),this.emitOpenTag(r)},t.prototype.emitOpenTag=function(t){var e,r,n,i;this.openTagStart=this.startIndex,this.tagname=t;var o=!this.options.xmlMode&&m.get(t);if(o)for(;this.stack.length>0&&o.has(this.stack[this.stack.length-1]);){var s=this.stack.pop();null===(r=(e=this.cbs).onclosetag)||void 0===r||r.call(e,s,!0)}this.isVoidElement(t)||(this.stack.push(t),h.has(t)?this.foreignContext.push(!0):g.has(t)&&this.foreignContext.push(!1)),null===(i=(n=this.cbs).onopentagname)||void 0===i||i.call(n,t),this.cbs.onopentag&&(this.attribs={})},t.prototype.endOpenTag=function(t){var e,r;this.startIndex=this.openTagStart,this.attribs&&(null===(r=(e=this.cbs).onopentag)||void 0===r||r.call(e,this.tagname,this.attribs,t),this.attribs=null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=""},t.prototype.onopentagend=function(t){this.endIndex=t,this.endOpenTag(!1),this.startIndex=t+1},t.prototype.onclosetag=function(t,e){var r,n,i,o,s,a;this.endIndex=e;var l=this.getSlice(t,e);if(this.lowerCaseTagNames&&(l=l.toLowerCase()),(h.has(l)||g.has(l))&&this.foreignContext.pop(),this.isVoidElement(l))this.options.xmlMode||"br"!==l||(null===(n=(r=this.cbs).onopentagname)||void 0===n||n.call(r,"br"),null===(o=(i=this.cbs).onopentag)||void 0===o||o.call(i,"br",{},!0),null===(a=(s=this.cbs).onclosetag)||void 0===a||a.call(s,"br",!1));else{var c=this.stack.lastIndexOf(l);if(-1!==c)if(this.cbs.onclosetag)for(var u=this.stack.length-c;u--;)this.cbs.onclosetag(this.stack.pop(),0!==u);else this.stack.length=c;else this.options.xmlMode||"p"!==l||(this.emitOpenTag("p"),this.closeCurrentTag(!0))}this.startIndex=e+1},t.prototype.onselfclosingtag=function(t){this.endIndex=t,this.options.xmlMode||this.options.recognizeSelfClosing||this.foreignContext[this.foreignContext.length-1]?(this.closeCurrentTag(!1),this.startIndex=t+1):this.onopentagend(t)},t.prototype.closeCurrentTag=function(t){var e,r,n=this.tagname;this.endOpenTag(t),this.stack[this.stack.length-1]===n&&(null===(r=(e=this.cbs).onclosetag)||void 0===r||r.call(e,n,!t),this.stack.pop())},t.prototype.onattribname=function(t,e){this.startIndex=t;var r=this.getSlice(t,e);this.attribname=this.lowerCaseAttributeNames?r.toLowerCase():r},t.prototype.onattribdata=function(t,e){this.attribvalue+=this.getSlice(t,e)},t.prototype.onattribentity=function(t){this.attribvalue+=(0,a.fromCodePoint)(t)},t.prototype.onattribend=function(t,e){var r,n;this.endIndex=e,null===(n=(r=this.cbs).onattribute)||void 0===n||n.call(r,this.attribname,this.attribvalue,t===s.QuoteType.Double?'"':t===s.QuoteType.Single?"'":t===s.QuoteType.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=""},t.prototype.getInstructionName=function(t){var e=t.search(b),r=e<0?t:t.substr(0,e);return this.lowerCaseTagNames&&(r=r.toLowerCase()),r},t.prototype.ondeclaration=function(t,e){this.endIndex=e;var r=this.getSlice(t,e);if(this.cbs.onprocessinginstruction){var n=this.getInstructionName(r);this.cbs.onprocessinginstruction("!".concat(n),"!".concat(r))}this.startIndex=e+1},t.prototype.onprocessinginstruction=function(t,e){this.endIndex=e;var r=this.getSlice(t,e);if(this.cbs.onprocessinginstruction){var n=this.getInstructionName(r);this.cbs.onprocessinginstruction("?".concat(n),"?".concat(r))}this.startIndex=e+1},t.prototype.oncomment=function(t,e,r){var n,i,o,s;this.endIndex=e,null===(i=(n=this.cbs).oncomment)||void 0===i||i.call(n,this.getSlice(t,e-r)),null===(s=(o=this.cbs).oncommentend)||void 0===s||s.call(o),this.startIndex=e+1},t.prototype.oncdata=function(t,e,r){var n,i,o,s,a,l,c,u,p,d;this.endIndex=e;var m=this.getSlice(t,e-r);this.options.xmlMode||this.options.recognizeCDATA?(null===(i=(n=this.cbs).oncdatastart)||void 0===i||i.call(n),null===(s=(o=this.cbs).ontext)||void 0===s||s.call(o,m),null===(l=(a=this.cbs).oncdataend)||void 0===l||l.call(a)):(null===(u=(c=this.cbs).oncomment)||void 0===u||u.call(c,"[CDATA[".concat(m,"]]")),null===(d=(p=this.cbs).oncommentend)||void 0===d||d.call(p)),this.startIndex=e+1},t.prototype.onend=function(){var t,e;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(var r=this.stack.length;r>0;this.cbs.onclosetag(this.stack[--r],!0));}null===(e=(t=this.cbs).onend)||void 0===e||e.call(t)},t.prototype.reset=function(){var t,e,r,n;null===(e=(t=this.cbs).onreset)||void 0===e||e.call(t),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,null===(n=(r=this.cbs).onparserinit)||void 0===n||n.call(r,this),this.buffers.length=0,this.bufferOffset=0,this.writeIndex=0,this.ended=!1},t.prototype.parseComplete=function(t){this.reset(),this.end(t)},t.prototype.getSlice=function(t,e){for(;t-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();for(var r=this.buffers[0].slice(t-this.bufferOffset,e-this.bufferOffset);e-this.bufferOffset>this.buffers[0].length;)this.shiftBuffer(),r+=this.buffers[0].slice(0,e-this.bufferOffset);return r},t.prototype.shiftBuffer=function(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()},t.prototype.write=function(t){var e,r;this.ended?null===(r=(e=this.cbs).onerror)||void 0===r||r.call(e,new Error(".write() after done!")):(this.buffers.push(t),this.tokenizer.running&&(this.tokenizer.write(t),this.writeIndex++))},t.prototype.end=function(t){var e,r;this.ended?null===(r=(e=this.cbs).onerror)||void 0===r||r.call(e,new Error(".end() after done!")):(t&&this.write(t),this.ended=!0,this.tokenizer.end())},t.prototype.pause=function(){this.tokenizer.pause()},t.prototype.resume=function(){for(this.tokenizer.resume();this.tokenizer.running&&this.writeIndex{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.QuoteType=void 0;var n,i,o,s=r(2349);function a(t){return t===n.Space||t===n.NewLine||t===n.Tab||t===n.FormFeed||t===n.CarriageReturn}function l(t){return t===n.Slash||t===n.Gt||a(t)}function c(t){return t>=n.Zero&&t<=n.Nine}!function(t){t[t.Tab=9]="Tab",t[t.NewLine=10]="NewLine",t[t.FormFeed=12]="FormFeed",t[t.CarriageReturn=13]="CarriageReturn",t[t.Space=32]="Space",t[t.ExclamationMark=33]="ExclamationMark",t[t.Number=35]="Number",t[t.Amp=38]="Amp",t[t.SingleQuote=39]="SingleQuote",t[t.DoubleQuote=34]="DoubleQuote",t[t.Dash=45]="Dash",t[t.Slash=47]="Slash",t[t.Zero=48]="Zero",t[t.Nine=57]="Nine",t[t.Semi=59]="Semi",t[t.Lt=60]="Lt",t[t.Eq=61]="Eq",t[t.Gt=62]="Gt",t[t.Questionmark=63]="Questionmark",t[t.UpperA=65]="UpperA",t[t.LowerA=97]="LowerA",t[t.UpperF=70]="UpperF",t[t.LowerF=102]="LowerF",t[t.UpperZ=90]="UpperZ",t[t.LowerZ=122]="LowerZ",t[t.LowerX=120]="LowerX",t[t.OpeningSquareBracket=91]="OpeningSquareBracket"}(n||(n={})),function(t){t[t.Text=1]="Text",t[t.BeforeTagName=2]="BeforeTagName",t[t.InTagName=3]="InTagName",t[t.InSelfClosingTag=4]="InSelfClosingTag",t[t.BeforeClosingTagName=5]="BeforeClosingTagName",t[t.InClosingTagName=6]="InClosingTagName",t[t.AfterClosingTagName=7]="AfterClosingTagName",t[t.BeforeAttributeName=8]="BeforeAttributeName",t[t.InAttributeName=9]="InAttributeName",t[t.AfterAttributeName=10]="AfterAttributeName",t[t.BeforeAttributeValue=11]="BeforeAttributeValue",t[t.InAttributeValueDq=12]="InAttributeValueDq",t[t.InAttributeValueSq=13]="InAttributeValueSq",t[t.InAttributeValueNq=14]="InAttributeValueNq",t[t.BeforeDeclaration=15]="BeforeDeclaration",t[t.InDeclaration=16]="InDeclaration",t[t.InProcessingInstruction=17]="InProcessingInstruction",t[t.BeforeComment=18]="BeforeComment",t[t.CDATASequence=19]="CDATASequence",t[t.InSpecialComment=20]="InSpecialComment",t[t.InCommentLike=21]="InCommentLike",t[t.BeforeSpecialS=22]="BeforeSpecialS",t[t.SpecialStartSequence=23]="SpecialStartSequence",t[t.InSpecialTag=24]="InSpecialTag",t[t.BeforeEntity=25]="BeforeEntity",t[t.BeforeNumericEntity=26]="BeforeNumericEntity",t[t.InNamedEntity=27]="InNamedEntity",t[t.InNumericEntity=28]="InNumericEntity",t[t.InHexEntity=29]="InHexEntity"}(i||(i={})),function(t){t[t.NoValue=0]="NoValue",t[t.Unquoted=1]="Unquoted",t[t.Single=2]="Single",t[t.Double=3]="Double"}(o=e.QuoteType||(e.QuoteType={}));var u={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101])},p=function(){function t(t,e){var r=t.xmlMode,n=void 0!==r&&r,o=t.decodeEntities,a=void 0===o||o;this.cbs=e,this.state=i.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=i.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.trieIndex=0,this.trieCurrent=0,this.entityResult=0,this.entityExcess=0,this.xmlMode=n,this.decodeEntities=a,this.entityTrie=n?s.xmlDecodeTree:s.htmlDecodeTree}return t.prototype.reset=function(){this.state=i.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=i.Text,this.currentSequence=void 0,this.running=!0,this.offset=0},t.prototype.write=function(t){this.offset+=this.buffer.length,this.buffer=t,this.parse()},t.prototype.end=function(){this.running&&this.finish()},t.prototype.pause=function(){this.running=!1},t.prototype.resume=function(){this.running=!0,this.indexthis.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=i.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&t===n.Amp&&(this.state=i.BeforeEntity)},t.prototype.stateSpecialStartSequence=function(t){var e=this.sequenceIndex===this.currentSequence.length;if(e?l(t):(32|t)===this.currentSequence[this.sequenceIndex]){if(!e)return void this.sequenceIndex++}else this.isSpecial=!1;this.sequenceIndex=0,this.state=i.InTagName,this.stateInTagName(t)},t.prototype.stateInSpecialTag=function(t){if(this.sequenceIndex===this.currentSequence.length){if(t===n.Gt||a(t)){var e=this.index-this.currentSequence.length;if(this.sectionStart=n.LowerA&&t<=n.LowerZ||t>=n.UpperA&&t<=n.UpperZ}(t)},t.prototype.startSpecial=function(t,e){this.isSpecial=!0,this.currentSequence=t,this.sequenceIndex=e,this.state=i.SpecialStartSequence},t.prototype.stateBeforeTagName=function(t){if(t===n.ExclamationMark)this.state=i.BeforeDeclaration,this.sectionStart=this.index+1;else if(t===n.Questionmark)this.state=i.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(t)){var e=32|t;this.sectionStart=this.index,this.xmlMode||e!==u.TitleEnd[2]?this.state=this.xmlMode||e!==u.ScriptEnd[2]?i.InTagName:i.BeforeSpecialS:this.startSpecial(u.TitleEnd,3)}else t===n.Slash?this.state=i.BeforeClosingTagName:(this.state=i.Text,this.stateText(t))},t.prototype.stateInTagName=function(t){l(t)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=i.BeforeAttributeName,this.stateBeforeAttributeName(t))},t.prototype.stateBeforeClosingTagName=function(t){a(t)||(t===n.Gt?this.state=i.Text:(this.state=this.isTagStartChar(t)?i.InClosingTagName:i.InSpecialComment,this.sectionStart=this.index))},t.prototype.stateInClosingTagName=function(t){(t===n.Gt||a(t))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=i.AfterClosingTagName,this.stateAfterClosingTagName(t))},t.prototype.stateAfterClosingTagName=function(t){(t===n.Gt||this.fastForwardTo(n.Gt))&&(this.state=i.Text,this.baseState=i.Text,this.sectionStart=this.index+1)},t.prototype.stateBeforeAttributeName=function(t){t===n.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=i.InSpecialTag,this.sequenceIndex=0):this.state=i.Text,this.baseState=this.state,this.sectionStart=this.index+1):t===n.Slash?this.state=i.InSelfClosingTag:a(t)||(this.state=i.InAttributeName,this.sectionStart=this.index)},t.prototype.stateInSelfClosingTag=function(t){t===n.Gt?(this.cbs.onselfclosingtag(this.index),this.state=i.Text,this.baseState=i.Text,this.sectionStart=this.index+1,this.isSpecial=!1):a(t)||(this.state=i.BeforeAttributeName,this.stateBeforeAttributeName(t))},t.prototype.stateInAttributeName=function(t){(t===n.Eq||l(t))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=-1,this.state=i.AfterAttributeName,this.stateAfterAttributeName(t))},t.prototype.stateAfterAttributeName=function(t){t===n.Eq?this.state=i.BeforeAttributeValue:t===n.Slash||t===n.Gt?(this.cbs.onattribend(o.NoValue,this.index),this.state=i.BeforeAttributeName,this.stateBeforeAttributeName(t)):a(t)||(this.cbs.onattribend(o.NoValue,this.index),this.state=i.InAttributeName,this.sectionStart=this.index)},t.prototype.stateBeforeAttributeValue=function(t){t===n.DoubleQuote?(this.state=i.InAttributeValueDq,this.sectionStart=this.index+1):t===n.SingleQuote?(this.state=i.InAttributeValueSq,this.sectionStart=this.index+1):a(t)||(this.sectionStart=this.index,this.state=i.InAttributeValueNq,this.stateInAttributeValueNoQuotes(t))},t.prototype.handleInAttributeValue=function(t,e){t===e||!this.decodeEntities&&this.fastForwardTo(e)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(e===n.DoubleQuote?o.Double:o.Single,this.index),this.state=i.BeforeAttributeName):this.decodeEntities&&t===n.Amp&&(this.baseState=this.state,this.state=i.BeforeEntity)},t.prototype.stateInAttributeValueDoubleQuotes=function(t){this.handleInAttributeValue(t,n.DoubleQuote)},t.prototype.stateInAttributeValueSingleQuotes=function(t){this.handleInAttributeValue(t,n.SingleQuote)},t.prototype.stateInAttributeValueNoQuotes=function(t){a(t)||t===n.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(o.Unquoted,this.index),this.state=i.BeforeAttributeName,this.stateBeforeAttributeName(t)):this.decodeEntities&&t===n.Amp&&(this.baseState=this.state,this.state=i.BeforeEntity)},t.prototype.stateBeforeDeclaration=function(t){t===n.OpeningSquareBracket?(this.state=i.CDATASequence,this.sequenceIndex=0):this.state=t===n.Dash?i.BeforeComment:i.InDeclaration},t.prototype.stateInDeclaration=function(t){(t===n.Gt||this.fastForwardTo(n.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=i.Text,this.sectionStart=this.index+1)},t.prototype.stateInProcessingInstruction=function(t){(t===n.Gt||this.fastForwardTo(n.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=i.Text,this.sectionStart=this.index+1)},t.prototype.stateBeforeComment=function(t){t===n.Dash?(this.state=i.InCommentLike,this.currentSequence=u.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=i.InDeclaration},t.prototype.stateInSpecialComment=function(t){(t===n.Gt||this.fastForwardTo(n.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=i.Text,this.sectionStart=this.index+1)},t.prototype.stateBeforeSpecialS=function(t){var e=32|t;e===u.ScriptEnd[3]?this.startSpecial(u.ScriptEnd,4):e===u.StyleEnd[3]?this.startSpecial(u.StyleEnd,4):(this.state=i.InTagName,this.stateInTagName(t))},t.prototype.stateBeforeEntity=function(t){this.entityExcess=1,this.entityResult=0,t===n.Number?this.state=i.BeforeNumericEntity:t===n.Amp||(this.trieIndex=0,this.trieCurrent=this.entityTrie[0],this.state=i.InNamedEntity,this.stateInNamedEntity(t))},t.prototype.stateInNamedEntity=function(t){if(this.entityExcess+=1,this.trieIndex=(0,s.determineBranch)(this.entityTrie,this.trieCurrent,this.trieIndex+1,t),this.trieIndex<0)return this.emitNamedEntity(),void this.index--;this.trieCurrent=this.entityTrie[this.trieIndex];var e=this.trieCurrent&s.BinTrieFlags.VALUE_LENGTH;if(e){var r=(e>>14)-1;if(this.allowLegacyEntity()||t===n.Semi){var i=this.index-this.entityExcess+1;i>this.sectionStart&&this.emitPartial(this.sectionStart,i),this.entityResult=this.trieIndex,this.trieIndex+=r,this.entityExcess=0,this.sectionStart=this.index+1,0===r&&this.emitNamedEntity()}else this.trieIndex+=r}},t.prototype.emitNamedEntity=function(){if(this.state=this.baseState,0!==this.entityResult)switch((this.entityTrie[this.entityResult]&s.BinTrieFlags.VALUE_LENGTH)>>14){case 1:this.emitCodePoint(this.entityTrie[this.entityResult]&~s.BinTrieFlags.VALUE_LENGTH);break;case 2:this.emitCodePoint(this.entityTrie[this.entityResult+1]);break;case 3:this.emitCodePoint(this.entityTrie[this.entityResult+1]),this.emitCodePoint(this.entityTrie[this.entityResult+2])}},t.prototype.stateBeforeNumericEntity=function(t){(32|t)===n.LowerX?(this.entityExcess++,this.state=i.InHexEntity):(this.state=i.InNumericEntity,this.stateInNumericEntity(t))},t.prototype.emitNumericEntity=function(t){var e=this.index-this.entityExcess-1;e+2+Number(this.state===i.InHexEntity)!==this.index&&(e>this.sectionStart&&this.emitPartial(this.sectionStart,e),this.sectionStart=this.index+Number(t),this.emitCodePoint((0,s.replaceCodePoint)(this.entityResult))),this.state=this.baseState},t.prototype.stateInNumericEntity=function(t){t===n.Semi?this.emitNumericEntity(!0):c(t)?(this.entityResult=10*this.entityResult+(t-n.Zero),this.entityExcess++):(this.allowLegacyEntity()?this.emitNumericEntity(!1):this.state=this.baseState,this.index--)},t.prototype.stateInHexEntity=function(t){t===n.Semi?this.emitNumericEntity(!0):c(t)?(this.entityResult=16*this.entityResult+(t-n.Zero),this.entityExcess++):!function(t){return t>=n.UpperA&&t<=n.UpperF||t>=n.LowerA&&t<=n.LowerF}(t)?(this.allowLegacyEntity()?this.emitNumericEntity(!1):this.state=this.baseState,this.index--):(this.entityResult=16*this.entityResult+((32|t)-n.LowerA+10),this.entityExcess++)},t.prototype.allowLegacyEntity=function(){return!this.xmlMode&&(this.baseState===i.Text||this.baseState===i.InSpecialTag)},t.prototype.cleanup=function(){this.running&&this.sectionStart!==this.index&&(this.state===i.Text||this.state===i.InSpecialTag&&0===this.sequenceIndex?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):this.state!==i.InAttributeValueDq&&this.state!==i.InAttributeValueSq&&this.state!==i.InAttributeValueNq||(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))},t.prototype.shouldContinue=function(){return this.index{"use strict";var e=[];function r(t){for(var r=-1,n=0;n{"use strict";var e={};t.exports=function(t,r){var n=function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(t){r=null}e[t]=r}return e[t]}(t);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");n.appendChild(r)}},540:t=>{"use strict";t.exports=function(t){var e=document.createElement("style");return t.setAttributes(e,t.attributes),t.insert(e,t.options),e}},5056:(t,e,r)=>{"use strict";t.exports=function(t){var e=r.nc;e&&t.setAttribute("nonce",e)}},7825:t=>{"use strict";t.exports=function(t){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var e=t.insertStyleElement(t);return{update:function(r){!function(t,e,r){var n="";r.supports&&(n+="@supports (".concat(r.supports,") {")),r.media&&(n+="@media ".concat(r.media," {"));var i=void 0!==r.layer;i&&(n+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),n+=r.css,i&&(n+="}"),r.media&&(n+="}"),r.supports&&(n+="}");var o=r.sourceMap;o&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(o))))," */")),e.styleTagTransform(n,t,e.options)}(e,t,r)},remove:function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(e)}}}},1113:t=>{"use strict";t.exports=function(t,e){if(e.styleSheet)e.styleSheet.cssText=t;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(t))}}},6262:(t,e)=>{"use strict";e.A=(t,e)=>{const r=t.__vccOpts||t;for(const[t,n]of e)r[t]=n;return r}},9746:()=>{},9977:()=>{},197:()=>{},1866:()=>{},2739:()=>{},5042:t=>{t.exports={nanoid:(t=21)=>{let e="",r=t;for(;r--;)e+="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict"[64*Math.random()|0];return e},customAlphabet:(t,e=21)=>(r=e)=>{let n="",i=r;for(;i--;)n+=t[Math.random()*t.length|0];return n}}}},e={};function r(n){var i=e[n];if(void 0!==i)return i.exports;var o=e[n]={id:n,loaded:!1,exports:{}};return t[n].call(o.exports,o,o.exports,r),o.loaded=!0,o.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},r.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),r.nc=void 0,(()=>{"use strict";var t={};r.r(t),r.d(t,{afterMain:()=>q,afterRead:()=>N,afterWrite:()=>F,applyStyles:()=>K,arrow:()=>ft,auto:()=>k,basePlacements:()=>A,beforeMain:()=>M,beforeRead:()=>L,beforeWrite:()=>B,bottom:()=>x,clippingParents:()=>C,computeStyles:()=>yt,createPopper:()=>Kt,createPopperBase:()=>Wt,createPopperLite:()=>Xt,detectOverflow:()=>Pt,end:()=>E,eventListeners:()=>xt,flip:()=>Nt,hide:()=>qt,left:()=>_,main:()=>R,modifierPhases:()=>U,offset:()=>Bt,placements:()=>D,popper:()=>O,popperGenerator:()=>Gt,popperOffsets:()=>$t,preventOverflow:()=>Ft,read:()=>P,reference:()=>I,right:()=>w,start:()=>S,top:()=>v,variationPlacements:()=>j,viewport:()=>T,write:()=>$});var e={};r.r(e),r.d(e,{bits:()=>oh,bytes:()=>sh,exclamation:()=>ah,leftPad:()=>lh,limitTo:()=>ch,minSize:()=>uh,nl2br:()=>ph,number:()=>dh,timedelta:()=>fh,timemillis:()=>mh});var n=r(5072),i=r.n(n),o=r(7825),s=r.n(o),a=r(7659),l=r.n(a),c=r(5056),u=r.n(c),p=r(540),d=r.n(p),m=r(1113),f=r.n(m),h=r(1118),g={};g.styleTagTransform=f(),g.setAttributes=u(),g.insert=l().bind(null,"head"),g.domAPI=s(),g.insertStyleElement=d();i()(h.A,g);h.A&&h.A.locals&&h.A.locals;var b=r(4442),y={};y.styleTagTransform=f(),y.setAttributes=u(),y.insert=l().bind(null,"head"),y.domAPI=s(),y.insertStyleElement=d();i()(b.A,y);b.A&&b.A.locals&&b.A.locals;var v="top",x="bottom",w="right",_="left",k="auto",A=[v,x,w,_],S="start",E="end",C="clippingParents",T="viewport",O="popper",I="reference",j=A.reduce((function(t,e){return t.concat([e+"-"+S,e+"-"+E])}),[]),D=[].concat(A,[k]).reduce((function(t,e){return t.concat([e,e+"-"+S,e+"-"+E])}),[]),L="beforeRead",P="read",N="afterRead",M="beforeMain",R="main",q="afterMain",B="beforeWrite",$="write",F="afterWrite",U=[L,P,N,M,R,q,B,$,F];function z(t){return t?(t.nodeName||"").toLowerCase():null}function H(t){if(null==t)return window;if("[object Window]"!==t.toString()){var e=t.ownerDocument;return e&&e.defaultView||window}return t}function V(t){return t instanceof H(t).Element||t instanceof Element}function G(t){return t instanceof H(t).HTMLElement||t instanceof HTMLElement}function W(t){return"undefined"!=typeof ShadowRoot&&(t instanceof H(t).ShadowRoot||t instanceof ShadowRoot)}const K={name:"applyStyles",enabled:!0,phase:"write",fn:function(t){var e=t.state;Object.keys(e.elements).forEach((function(t){var r=e.styles[t]||{},n=e.attributes[t]||{},i=e.elements[t];G(i)&&z(i)&&(Object.assign(i.style,r),Object.keys(n).forEach((function(t){var e=n[t];!1===e?i.removeAttribute(t):i.setAttribute(t,!0===e?"":e)})))}))},effect:function(t){var e=t.state,r={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,r.popper),e.styles=r,e.elements.arrow&&Object.assign(e.elements.arrow.style,r.arrow),function(){Object.keys(e.elements).forEach((function(t){var n=e.elements[t],i=e.attributes[t]||{},o=Object.keys(e.styles.hasOwnProperty(t)?e.styles[t]:r[t]).reduce((function(t,e){return t[e]="",t}),{});G(n)&&z(n)&&(Object.assign(n.style,o),Object.keys(i).forEach((function(t){n.removeAttribute(t)})))}))}},requires:["computeStyles"]};function X(t){return t.split("-")[0]}var Q=Math.max,Z=Math.min,Y=Math.round;function J(){var t=navigator.userAgentData;return null!=t&&t.brands&&Array.isArray(t.brands)?t.brands.map((function(t){return t.brand+"/"+t.version})).join(" "):navigator.userAgent}function tt(){return!/^((?!chrome|android).)*safari/i.test(J())}function et(t,e,r){void 0===e&&(e=!1),void 0===r&&(r=!1);var n=t.getBoundingClientRect(),i=1,o=1;e&&G(t)&&(i=t.offsetWidth>0&&Y(n.width)/t.offsetWidth||1,o=t.offsetHeight>0&&Y(n.height)/t.offsetHeight||1);var s=(V(t)?H(t):window).visualViewport,a=!tt()&&r,l=(n.left+(a&&s?s.offsetLeft:0))/i,c=(n.top+(a&&s?s.offsetTop:0))/o,u=n.width/i,p=n.height/o;return{width:u,height:p,top:c,right:l+u,bottom:c+p,left:l,x:l,y:c}}function rt(t){var e=et(t),r=t.offsetWidth,n=t.offsetHeight;return Math.abs(e.width-r)<=1&&(r=e.width),Math.abs(e.height-n)<=1&&(n=e.height),{x:t.offsetLeft,y:t.offsetTop,width:r,height:n}}function nt(t,e){var r=e.getRootNode&&e.getRootNode();if(t.contains(e))return!0;if(r&&W(r)){var n=e;do{if(n&&t.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function it(t){return H(t).getComputedStyle(t)}function ot(t){return["table","td","th"].indexOf(z(t))>=0}function st(t){return((V(t)?t.ownerDocument:t.document)||window.document).documentElement}function at(t){return"html"===z(t)?t:t.assignedSlot||t.parentNode||(W(t)?t.host:null)||st(t)}function lt(t){return G(t)&&"fixed"!==it(t).position?t.offsetParent:null}function ct(t){for(var e=H(t),r=lt(t);r&&ot(r)&&"static"===it(r).position;)r=lt(r);return r&&("html"===z(r)||"body"===z(r)&&"static"===it(r).position)?e:r||function(t){var e=/firefox/i.test(J());if(/Trident/i.test(J())&&G(t)&&"fixed"===it(t).position)return null;var r=at(t);for(W(r)&&(r=r.host);G(r)&&["html","body"].indexOf(z(r))<0;){var n=it(r);if("none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||-1!==["transform","perspective"].indexOf(n.willChange)||e&&"filter"===n.willChange||e&&n.filter&&"none"!==n.filter)return r;r=r.parentNode}return null}(t)||e}function ut(t){return["top","bottom"].indexOf(t)>=0?"x":"y"}function pt(t,e,r){return Q(t,Z(e,r))}function dt(t){return Object.assign({},{top:0,right:0,bottom:0,left:0},t)}function mt(t,e){return e.reduce((function(e,r){return e[r]=t,e}),{})}const ft={name:"arrow",enabled:!0,phase:"main",fn:function(t){var e,r=t.state,n=t.name,i=t.options,o=r.elements.arrow,s=r.modifiersData.popperOffsets,a=X(r.placement),l=ut(a),c=[_,w].indexOf(a)>=0?"height":"width";if(o&&s){var u=function(t,e){return dt("number"!=typeof(t="function"==typeof t?t(Object.assign({},e.rects,{placement:e.placement})):t)?t:mt(t,A))}(i.padding,r),p=rt(o),d="y"===l?v:_,m="y"===l?x:w,f=r.rects.reference[c]+r.rects.reference[l]-s[l]-r.rects.popper[c],h=s[l]-r.rects.reference[l],g=ct(o),b=g?"y"===l?g.clientHeight||0:g.clientWidth||0:0,y=f/2-h/2,k=u[d],S=b-p[c]-u[m],E=b/2-p[c]/2+y,C=pt(k,E,S),T=l;r.modifiersData[n]=((e={})[T]=C,e.centerOffset=C-E,e)}},effect:function(t){var e=t.state,r=t.options.element,n=void 0===r?"[data-popper-arrow]":r;null!=n&&("string"!=typeof n||(n=e.elements.popper.querySelector(n)))&&nt(e.elements.popper,n)&&(e.elements.arrow=n)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function ht(t){return t.split("-")[1]}var gt={top:"auto",right:"auto",bottom:"auto",left:"auto"};function bt(t){var e,r=t.popper,n=t.popperRect,i=t.placement,o=t.variation,s=t.offsets,a=t.position,l=t.gpuAcceleration,c=t.adaptive,u=t.roundOffsets,p=t.isFixed,d=s.x,m=void 0===d?0:d,f=s.y,h=void 0===f?0:f,g="function"==typeof u?u({x:m,y:h}):{x:m,y:h};m=g.x,h=g.y;var b=s.hasOwnProperty("x"),y=s.hasOwnProperty("y"),k=_,A=v,S=window;if(c){var C=ct(r),T="clientHeight",O="clientWidth";if(C===H(r)&&"static"!==it(C=st(r)).position&&"absolute"===a&&(T="scrollHeight",O="scrollWidth"),i===v||(i===_||i===w)&&o===E)A=x,h-=(p&&C===S&&S.visualViewport?S.visualViewport.height:C[T])-n.height,h*=l?1:-1;if(i===_||(i===v||i===x)&&o===E)k=w,m-=(p&&C===S&&S.visualViewport?S.visualViewport.width:C[O])-n.width,m*=l?1:-1}var I,j=Object.assign({position:a},c&>),D=!0===u?function(t,e){var r=t.x,n=t.y,i=e.devicePixelRatio||1;return{x:Y(r*i)/i||0,y:Y(n*i)/i||0}}({x:m,y:h},H(r)):{x:m,y:h};return m=D.x,h=D.y,l?Object.assign({},j,((I={})[A]=y?"0":"",I[k]=b?"0":"",I.transform=(S.devicePixelRatio||1)<=1?"translate("+m+"px, "+h+"px)":"translate3d("+m+"px, "+h+"px, 0)",I)):Object.assign({},j,((e={})[A]=y?h+"px":"",e[k]=b?m+"px":"",e.transform="",e))}const yt={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(t){var e=t.state,r=t.options,n=r.gpuAcceleration,i=void 0===n||n,o=r.adaptive,s=void 0===o||o,a=r.roundOffsets,l=void 0===a||a,c={placement:X(e.placement),variation:ht(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:i,isFixed:"fixed"===e.options.strategy};null!=e.modifiersData.popperOffsets&&(e.styles.popper=Object.assign({},e.styles.popper,bt(Object.assign({},c,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:s,roundOffsets:l})))),null!=e.modifiersData.arrow&&(e.styles.arrow=Object.assign({},e.styles.arrow,bt(Object.assign({},c,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})},data:{}};var vt={passive:!0};const xt={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(t){var e=t.state,r=t.instance,n=t.options,i=n.scroll,o=void 0===i||i,s=n.resize,a=void 0===s||s,l=H(e.elements.popper),c=[].concat(e.scrollParents.reference,e.scrollParents.popper);return o&&c.forEach((function(t){t.addEventListener("scroll",r.update,vt)})),a&&l.addEventListener("resize",r.update,vt),function(){o&&c.forEach((function(t){t.removeEventListener("scroll",r.update,vt)})),a&&l.removeEventListener("resize",r.update,vt)}},data:{}};var wt={left:"right",right:"left",bottom:"top",top:"bottom"};function _t(t){return t.replace(/left|right|bottom|top/g,(function(t){return wt[t]}))}var kt={start:"end",end:"start"};function At(t){return t.replace(/start|end/g,(function(t){return kt[t]}))}function St(t){var e=H(t);return{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Et(t){return et(st(t)).left+St(t).scrollLeft}function Ct(t){var e=it(t),r=e.overflow,n=e.overflowX,i=e.overflowY;return/auto|scroll|overlay|hidden/.test(r+i+n)}function Tt(t){return["html","body","#document"].indexOf(z(t))>=0?t.ownerDocument.body:G(t)&&Ct(t)?t:Tt(at(t))}function Ot(t,e){var r;void 0===e&&(e=[]);var n=Tt(t),i=n===(null==(r=t.ownerDocument)?void 0:r.body),o=H(n),s=i?[o].concat(o.visualViewport||[],Ct(n)?n:[]):n,a=e.concat(s);return i?a:a.concat(Ot(at(s)))}function It(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}function jt(t,e,r){return e===T?It(function(t,e){var r=H(t),n=st(t),i=r.visualViewport,o=n.clientWidth,s=n.clientHeight,a=0,l=0;if(i){o=i.width,s=i.height;var c=tt();(c||!c&&"fixed"===e)&&(a=i.offsetLeft,l=i.offsetTop)}return{width:o,height:s,x:a+Et(t),y:l}}(t,r)):V(e)?function(t,e){var r=et(t,!1,"fixed"===e);return r.top=r.top+t.clientTop,r.left=r.left+t.clientLeft,r.bottom=r.top+t.clientHeight,r.right=r.left+t.clientWidth,r.width=t.clientWidth,r.height=t.clientHeight,r.x=r.left,r.y=r.top,r}(e,r):It(function(t){var e,r=st(t),n=St(t),i=null==(e=t.ownerDocument)?void 0:e.body,o=Q(r.scrollWidth,r.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),s=Q(r.scrollHeight,r.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),a=-n.scrollLeft+Et(t),l=-n.scrollTop;return"rtl"===it(i||r).direction&&(a+=Q(r.clientWidth,i?i.clientWidth:0)-o),{width:o,height:s,x:a,y:l}}(st(t)))}function Dt(t,e,r,n){var i="clippingParents"===e?function(t){var e=Ot(at(t)),r=["absolute","fixed"].indexOf(it(t).position)>=0&&G(t)?ct(t):t;return V(r)?e.filter((function(t){return V(t)&&nt(t,r)&&"body"!==z(t)})):[]}(t):[].concat(e),o=[].concat(i,[r]),s=o[0],a=o.reduce((function(e,r){var i=jt(t,r,n);return e.top=Q(i.top,e.top),e.right=Z(i.right,e.right),e.bottom=Z(i.bottom,e.bottom),e.left=Q(i.left,e.left),e}),jt(t,s,n));return a.width=a.right-a.left,a.height=a.bottom-a.top,a.x=a.left,a.y=a.top,a}function Lt(t){var e,r=t.reference,n=t.element,i=t.placement,o=i?X(i):null,s=i?ht(i):null,a=r.x+r.width/2-n.width/2,l=r.y+r.height/2-n.height/2;switch(o){case v:e={x:a,y:r.y-n.height};break;case x:e={x:a,y:r.y+r.height};break;case w:e={x:r.x+r.width,y:l};break;case _:e={x:r.x-n.width,y:l};break;default:e={x:r.x,y:r.y}}var c=o?ut(o):null;if(null!=c){var u="y"===c?"height":"width";switch(s){case S:e[c]=e[c]-(r[u]/2-n[u]/2);break;case E:e[c]=e[c]+(r[u]/2-n[u]/2)}}return e}function Pt(t,e){void 0===e&&(e={});var r=e,n=r.placement,i=void 0===n?t.placement:n,o=r.strategy,s=void 0===o?t.strategy:o,a=r.boundary,l=void 0===a?C:a,c=r.rootBoundary,u=void 0===c?T:c,p=r.elementContext,d=void 0===p?O:p,m=r.altBoundary,f=void 0!==m&&m,h=r.padding,g=void 0===h?0:h,b=dt("number"!=typeof g?g:mt(g,A)),y=d===O?I:O,_=t.rects.popper,k=t.elements[f?y:d],S=Dt(V(k)?k:k.contextElement||st(t.elements.popper),l,u,s),E=et(t.elements.reference),j=Lt({reference:E,element:_,strategy:"absolute",placement:i}),D=It(Object.assign({},_,j)),L=d===O?D:E,P={top:S.top-L.top+b.top,bottom:L.bottom-S.bottom+b.bottom,left:S.left-L.left+b.left,right:L.right-S.right+b.right},N=t.modifiersData.offset;if(d===O&&N){var M=N[i];Object.keys(P).forEach((function(t){var e=[w,x].indexOf(t)>=0?1:-1,r=[v,x].indexOf(t)>=0?"y":"x";P[t]+=M[r]*e}))}return P}const Nt={name:"flip",enabled:!0,phase:"main",fn:function(t){var e=t.state,r=t.options,n=t.name;if(!e.modifiersData[n]._skip){for(var i=r.mainAxis,o=void 0===i||i,s=r.altAxis,a=void 0===s||s,l=r.fallbackPlacements,c=r.padding,u=r.boundary,p=r.rootBoundary,d=r.altBoundary,m=r.flipVariations,f=void 0===m||m,h=r.allowedAutoPlacements,g=e.options.placement,b=X(g),y=l||(b===g||!f?[_t(g)]:function(t){if(X(t)===k)return[];var e=_t(t);return[At(t),e,At(e)]}(g)),E=[g].concat(y).reduce((function(t,r){return t.concat(X(r)===k?function(t,e){void 0===e&&(e={});var r=e,n=r.placement,i=r.boundary,o=r.rootBoundary,s=r.padding,a=r.flipVariations,l=r.allowedAutoPlacements,c=void 0===l?D:l,u=ht(n),p=u?a?j:j.filter((function(t){return ht(t)===u})):A,d=p.filter((function(t){return c.indexOf(t)>=0}));0===d.length&&(d=p);var m=d.reduce((function(e,r){return e[r]=Pt(t,{placement:r,boundary:i,rootBoundary:o,padding:s})[X(r)],e}),{});return Object.keys(m).sort((function(t,e){return m[t]-m[e]}))}(e,{placement:r,boundary:u,rootBoundary:p,padding:c,flipVariations:f,allowedAutoPlacements:h}):r)}),[]),C=e.rects.reference,T=e.rects.popper,O=new Map,I=!0,L=E[0],P=0;P=0,B=q?"width":"height",$=Pt(e,{placement:N,boundary:u,rootBoundary:p,altBoundary:d,padding:c}),F=q?R?w:_:R?x:v;C[B]>T[B]&&(F=_t(F));var U=_t(F),z=[];if(o&&z.push($[M]<=0),a&&z.push($[F]<=0,$[U]<=0),z.every((function(t){return t}))){L=N,I=!1;break}O.set(N,z)}if(I)for(var H=function(t){var e=E.find((function(e){var r=O.get(e);if(r)return r.slice(0,t).every((function(t){return t}))}));if(e)return L=e,"break"},V=f?3:1;V>0;V--){if("break"===H(V))break}e.placement!==L&&(e.modifiersData[n]._skip=!0,e.placement=L,e.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}};function Mt(t,e,r){return void 0===r&&(r={x:0,y:0}),{top:t.top-e.height-r.y,right:t.right-e.width+r.x,bottom:t.bottom-e.height+r.y,left:t.left-e.width-r.x}}function Rt(t){return[v,w,x,_].some((function(e){return t[e]>=0}))}const qt={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(t){var e=t.state,r=t.name,n=e.rects.reference,i=e.rects.popper,o=e.modifiersData.preventOverflow,s=Pt(e,{elementContext:"reference"}),a=Pt(e,{altBoundary:!0}),l=Mt(s,n),c=Mt(a,i,o),u=Rt(l),p=Rt(c);e.modifiersData[r]={referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:u,hasPopperEscaped:p},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":p})}};const Bt={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(t){var e=t.state,r=t.options,n=t.name,i=r.offset,o=void 0===i?[0,0]:i,s=D.reduce((function(t,r){return t[r]=function(t,e,r){var n=X(t),i=[_,v].indexOf(n)>=0?-1:1,o="function"==typeof r?r(Object.assign({},e,{placement:t})):r,s=o[0],a=o[1];return s=s||0,a=(a||0)*i,[_,w].indexOf(n)>=0?{x:a,y:s}:{x:s,y:a}}(r,e.rects,o),t}),{}),a=s[e.placement],l=a.x,c=a.y;null!=e.modifiersData.popperOffsets&&(e.modifiersData.popperOffsets.x+=l,e.modifiersData.popperOffsets.y+=c),e.modifiersData[n]=s}};const $t={name:"popperOffsets",enabled:!0,phase:"read",fn:function(t){var e=t.state,r=t.name;e.modifiersData[r]=Lt({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})},data:{}};const Ft={name:"preventOverflow",enabled:!0,phase:"main",fn:function(t){var e=t.state,r=t.options,n=t.name,i=r.mainAxis,o=void 0===i||i,s=r.altAxis,a=void 0!==s&&s,l=r.boundary,c=r.rootBoundary,u=r.altBoundary,p=r.padding,d=r.tether,m=void 0===d||d,f=r.tetherOffset,h=void 0===f?0:f,g=Pt(e,{boundary:l,rootBoundary:c,padding:p,altBoundary:u}),b=X(e.placement),y=ht(e.placement),k=!y,A=ut(b),E="x"===A?"y":"x",C=e.modifiersData.popperOffsets,T=e.rects.reference,O=e.rects.popper,I="function"==typeof h?h(Object.assign({},e.rects,{placement:e.placement})):h,j="number"==typeof I?{mainAxis:I,altAxis:I}:Object.assign({mainAxis:0,altAxis:0},I),D=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,L={x:0,y:0};if(C){if(o){var P,N="y"===A?v:_,M="y"===A?x:w,R="y"===A?"height":"width",q=C[A],B=q+g[N],$=q-g[M],F=m?-O[R]/2:0,U=y===S?T[R]:O[R],z=y===S?-O[R]:-T[R],H=e.elements.arrow,V=m&&H?rt(H):{width:0,height:0},G=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},W=G[N],K=G[M],Y=pt(0,T[R],V[R]),J=k?T[R]/2-F-Y-W-j.mainAxis:U-Y-W-j.mainAxis,tt=k?-T[R]/2+F+Y+K+j.mainAxis:z+Y+K+j.mainAxis,et=e.elements.arrow&&ct(e.elements.arrow),nt=et?"y"===A?et.clientTop||0:et.clientLeft||0:0,it=null!=(P=null==D?void 0:D[A])?P:0,ot=q+tt-it,st=pt(m?Z(B,q+J-it-nt):B,q,m?Q($,ot):$);C[A]=st,L[A]=st-q}if(a){var at,lt="x"===A?v:_,dt="x"===A?x:w,mt=C[E],ft="y"===E?"height":"width",gt=mt+g[lt],bt=mt-g[dt],yt=-1!==[v,_].indexOf(b),vt=null!=(at=null==D?void 0:D[E])?at:0,xt=yt?gt:mt-T[ft]-O[ft]-vt+j.altAxis,wt=yt?mt+T[ft]+O[ft]-vt-j.altAxis:bt,_t=m&&yt?function(t,e,r){var n=pt(t,e,r);return n>r?r:n}(xt,mt,wt):pt(m?xt:gt,mt,m?wt:bt);C[E]=_t,L[E]=_t-mt}e.modifiersData[n]=L}},requiresIfExists:["offset"]};function Ut(t,e,r){void 0===r&&(r=!1);var n,i,o=G(e),s=G(e)&&function(t){var e=t.getBoundingClientRect(),r=Y(e.width)/t.offsetWidth||1,n=Y(e.height)/t.offsetHeight||1;return 1!==r||1!==n}(e),a=st(e),l=et(t,s,r),c={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(o||!o&&!r)&&(("body"!==z(e)||Ct(a))&&(c=(n=e)!==H(n)&&G(n)?{scrollLeft:(i=n).scrollLeft,scrollTop:i.scrollTop}:St(n)),G(e)?((u=et(e,!0)).x+=e.clientLeft,u.y+=e.clientTop):a&&(u.x=Et(a))),{x:l.left+c.scrollLeft-u.x,y:l.top+c.scrollTop-u.y,width:l.width,height:l.height}}function zt(t){var e=new Map,r=new Set,n=[];function i(t){r.add(t.name),[].concat(t.requires||[],t.requiresIfExists||[]).forEach((function(t){if(!r.has(t)){var n=e.get(t);n&&i(n)}})),n.push(t)}return t.forEach((function(t){e.set(t.name,t)})),t.forEach((function(t){r.has(t.name)||i(t)})),n}var Ht={placement:"bottom",modifiers:[],strategy:"absolute"};function Vt(){for(var t=arguments.length,e=new Array(t),r=0;rQt.has(t)&&Qt.get(t).get(e)||null,remove(t,e){if(!Qt.has(t))return;const r=Qt.get(t);r.delete(e),0===r.size&&Qt.delete(t)}},Yt="transitionend",Jt=t=>(t&&window.CSS&&window.CSS.escape&&(t=t.replace(/#([^\s"#']+)/g,((t,e)=>`#${CSS.escape(e)}`))),t),te=t=>{t.dispatchEvent(new Event(Yt))},ee=t=>!(!t||"object"!=typeof t)&&(void 0!==t.jquery&&(t=t[0]),void 0!==t.nodeType),re=t=>ee(t)?t.jquery?t[0]:t:"string"==typeof t&&t.length>0?document.querySelector(Jt(t)):null,ne=t=>{if(!ee(t)||0===t.getClientRects().length)return!1;const e="visible"===getComputedStyle(t).getPropertyValue("visibility"),r=t.closest("details:not([open])");if(!r)return e;if(r!==t){const e=t.closest("summary");if(e&&e.parentNode!==r)return!1;if(null===e)return!1}return e},ie=t=>!t||t.nodeType!==Node.ELEMENT_NODE||(!!t.classList.contains("disabled")||(void 0!==t.disabled?t.disabled:t.hasAttribute("disabled")&&"false"!==t.getAttribute("disabled"))),oe=t=>{if(!document.documentElement.attachShadow)return null;if("function"==typeof t.getRootNode){const e=t.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?oe(t.parentNode):null},se=()=>{},ae=t=>{t.offsetHeight},le=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,ce=[],ue=()=>"rtl"===document.documentElement.dir,pe=t=>{var e;e=()=>{const e=le();if(e){const r=t.NAME,n=e.fn[r];e.fn[r]=t.jQueryInterface,e.fn[r].Constructor=t,e.fn[r].noConflict=()=>(e.fn[r]=n,t.jQueryInterface)}},"loading"===document.readyState?(ce.length||document.addEventListener("DOMContentLoaded",(()=>{for(const t of ce)t()})),ce.push(e)):e()},de=(t,e=[],r=t)=>"function"==typeof t?t(...e):r,me=(t,e,r=!0)=>{if(!r)return void de(t);const n=(t=>{if(!t)return 0;let{transitionDuration:e,transitionDelay:r}=window.getComputedStyle(t);const n=Number.parseFloat(e),i=Number.parseFloat(r);return n||i?(e=e.split(",")[0],r=r.split(",")[0],1e3*(Number.parseFloat(e)+Number.parseFloat(r))):0})(e)+5;let i=!1;const o=({target:r})=>{r===e&&(i=!0,e.removeEventListener(Yt,o),de(t))};e.addEventListener(Yt,o),setTimeout((()=>{i||te(e)}),n)},fe=(t,e,r,n)=>{const i=t.length;let o=t.indexOf(e);return-1===o?!r&&n?t[i-1]:t[0]:(o+=r?1:-1,n&&(o=(o+i)%i),t[Math.max(0,Math.min(o,i-1))])},he=/[^.]*(?=\..*)\.|.*/,ge=/\..*/,be=/::\d+$/,ye={};let ve=1;const xe={mouseenter:"mouseover",mouseleave:"mouseout"},we=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function _e(t,e){return e&&`${e}::${ve++}`||t.uidEvent||ve++}function ke(t){const e=_e(t);return t.uidEvent=e,ye[e]=ye[e]||{},ye[e]}function Ae(t,e,r=null){return Object.values(t).find((t=>t.callable===e&&t.delegationSelector===r))}function Ee(t,e,r){const n="string"==typeof e,i=n?r:e||r;let o=Oe(t);return we.has(o)||(o=t),[n,i,o]}function Se(t,e,r,n,i){if("string"!=typeof e||!t)return;let[o,s,a]=Ee(e,r,n);if(e in xe){const t=t=>function(e){if(!e.relatedTarget||e.relatedTarget!==e.delegateTarget&&!e.delegateTarget.contains(e.relatedTarget))return t.call(this,e)};s=t(s)}const l=ke(t),c=l[a]||(l[a]={}),u=Ae(c,s,o?r:null);if(u)return void(u.oneOff=u.oneOff&&i);const p=_e(s,e.replace(he,"")),d=o?function(t,e,r){return function n(i){const o=t.querySelectorAll(e);for(let{target:s}=i;s&&s!==this;s=s.parentNode)for(const a of o)if(a===s)return je(i,{delegateTarget:s}),n.oneOff&&Ie.off(t,i.type,e,r),r.apply(s,[i])}}(t,r,s):function(t,e){return function r(n){return je(n,{delegateTarget:t}),r.oneOff&&Ie.off(t,n.type,e),e.apply(t,[n])}}(t,s);d.delegationSelector=o?r:null,d.callable=s,d.oneOff=i,d.uidEvent=p,c[p]=d,t.addEventListener(a,d,o)}function Ce(t,e,r,n,i){const o=Ae(e[r],n,i);o&&(t.removeEventListener(r,o,Boolean(i)),delete e[r][o.uidEvent])}function Te(t,e,r,n){const i=e[r]||{};for(const[o,s]of Object.entries(i))o.includes(n)&&Ce(t,e,r,s.callable,s.delegationSelector)}function Oe(t){return t=t.replace(ge,""),xe[t]||t}const Ie={on(t,e,r,n){Se(t,e,r,n,!1)},one(t,e,r,n){Se(t,e,r,n,!0)},off(t,e,r,n){if("string"!=typeof e||!t)return;const[i,o,s]=Ee(e,r,n),a=s!==e,l=ke(t),c=l[s]||{},u=e.startsWith(".");if(void 0===o){if(u)for(const r of Object.keys(l))Te(t,l,r,e.slice(1));for(const[r,n]of Object.entries(c)){const i=r.replace(be,"");a&&!e.includes(i)||Ce(t,l,s,n.callable,n.delegationSelector)}}else{if(!Object.keys(c).length)return;Ce(t,l,s,o,i?r:null)}},trigger(t,e,r){if("string"!=typeof e||!t)return null;const n=le();let i=null,o=!0,s=!0,a=!1;e!==Oe(e)&&n&&(i=n.Event(e,r),n(t).trigger(i),o=!i.isPropagationStopped(),s=!i.isImmediatePropagationStopped(),a=i.isDefaultPrevented());const l=je(new Event(e,{bubbles:o,cancelable:!0}),r);return a&&l.preventDefault(),s&&t.dispatchEvent(l),l.defaultPrevented&&i&&i.preventDefault(),l}};function je(t,e={}){for(const[r,n]of Object.entries(e))try{t[r]=n}catch(e){Object.defineProperty(t,r,{configurable:!0,get:()=>n})}return t}function Le(t){if("true"===t)return!0;if("false"===t)return!1;if(t===Number(t).toString())return Number(t);if(""===t||"null"===t)return null;if("string"!=typeof t)return t;try{return JSON.parse(decodeURIComponent(t))}catch(e){return t}}function Pe(t){return t.replace(/[A-Z]/g,(t=>`-${t.toLowerCase()}`))}const Ne={setDataAttribute(t,e,r){t.setAttribute(`data-bs-${Pe(e)}`,r)},removeDataAttribute(t,e){t.removeAttribute(`data-bs-${Pe(e)}`)},getDataAttributes(t){if(!t)return{};const e={},r=Object.keys(t.dataset).filter((t=>t.startsWith("bs")&&!t.startsWith("bsConfig")));for(const n of r){let r=n.replace(/^bs/,"");r=r.charAt(0).toLowerCase()+r.slice(1,r.length),e[r]=Le(t.dataset[n])}return e},getDataAttribute:(t,e)=>Le(t.getAttribute(`data-bs-${Pe(e)}`))};class De{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}_getConfig(t){return t=this._mergeConfigObj(t),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}_configAfterMerge(t){return t}_mergeConfigObj(t,e){const r=ee(e)?Ne.getDataAttribute(e,"config"):{};return{...this.constructor.Default,..."object"==typeof r?r:{},...ee(e)?Ne.getDataAttributes(e):{},..."object"==typeof t?t:{}}}_typeCheckConfig(t,e=this.constructor.DefaultType){for(const[n,i]of Object.entries(e)){const e=t[n],o=ee(e)?"element":null==(r=e)?`${r}`:Object.prototype.toString.call(r).match(/\s([a-z]+)/i)[1].toLowerCase();if(!new RegExp(i).test(o))throw new TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${n}" provided type "${o}" but expected type "${i}".`)}var r}}class Me extends De{constructor(t,e){super(),(t=re(t))&&(this._element=t,this._config=this._getConfig(e),Zt.set(this._element,this.constructor.DATA_KEY,this))}dispose(){Zt.remove(this._element,this.constructor.DATA_KEY),Ie.off(this._element,this.constructor.EVENT_KEY);for(const t of Object.getOwnPropertyNames(this))this[t]=null}_queueCallback(t,e,r=!0){me(t,e,r)}_getConfig(t){return t=this._mergeConfigObj(t,this._element),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}static getInstance(t){return Zt.get(re(t),this.DATA_KEY)}static getOrCreateInstance(t,e={}){return this.getInstance(t)||new this(t,"object"==typeof e?e:null)}static get VERSION(){return"5.3.3"}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(t){return`${t}${this.EVENT_KEY}`}}const Re=t=>{let e=t.getAttribute("data-bs-target");if(!e||"#"===e){let r=t.getAttribute("href");if(!r||!r.includes("#")&&!r.startsWith("."))return null;r.includes("#")&&!r.startsWith("#")&&(r=`#${r.split("#")[1]}`),e=r&&"#"!==r?r.trim():null}return e?e.split(",").map((t=>Jt(t))).join(","):null},qe={find:(t,e=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(e,t)),findOne:(t,e=document.documentElement)=>Element.prototype.querySelector.call(e,t),children:(t,e)=>[].concat(...t.children).filter((t=>t.matches(e))),parents(t,e){const r=[];let n=t.parentNode.closest(e);for(;n;)r.push(n),n=n.parentNode.closest(e);return r},prev(t,e){let r=t.previousElementSibling;for(;r;){if(r.matches(e))return[r];r=r.previousElementSibling}return[]},next(t,e){let r=t.nextElementSibling;for(;r;){if(r.matches(e))return[r];r=r.nextElementSibling}return[]},focusableChildren(t){const e=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map((t=>`${t}:not([tabindex^="-"])`)).join(",");return this.find(e,t).filter((t=>!ie(t)&&ne(t)))},getSelectorFromElement(t){const e=Re(t);return e&&qe.findOne(e)?e:null},getElementFromSelector(t){const e=Re(t);return e?qe.findOne(e):null},getMultipleElementsFromSelector(t){const e=Re(t);return e?qe.find(e):[]}},Be=(t,e="hide")=>{const r=`click.dismiss${t.EVENT_KEY}`,n=t.NAME;Ie.on(document,r,`[data-bs-dismiss="${n}"]`,(function(r){if(["A","AREA"].includes(this.tagName)&&r.preventDefault(),ie(this))return;const i=qe.getElementFromSelector(this)||this.closest(`.${n}`);t.getOrCreateInstance(i)[e]()}))},$e=".bs.alert",Fe=`close${$e}`,Ue=`closed${$e}`;class ze extends Me{static get NAME(){return"alert"}close(){if(Ie.trigger(this._element,Fe).defaultPrevented)return;this._element.classList.remove("show");const t=this._element.classList.contains("fade");this._queueCallback((()=>this._destroyElement()),this._element,t)}_destroyElement(){this._element.remove(),Ie.trigger(this._element,Ue),this.dispose()}static jQueryInterface(t){return this.each((function(){const e=ze.getOrCreateInstance(this);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}Be(ze,"close"),pe(ze);const He='[data-bs-toggle="button"]';class Ve extends Me{static get NAME(){return"button"}toggle(){this._element.setAttribute("aria-pressed",this._element.classList.toggle("active"))}static jQueryInterface(t){return this.each((function(){const e=Ve.getOrCreateInstance(this);"toggle"===t&&e[t]()}))}}Ie.on(document,"click.bs.button.data-api",He,(t=>{t.preventDefault();const e=t.target.closest(He);Ve.getOrCreateInstance(e).toggle()})),pe(Ve);const Ge=".bs.swipe",We=`touchstart${Ge}`,Ke=`touchmove${Ge}`,Xe=`touchend${Ge}`,Qe=`pointerdown${Ge}`,Ze=`pointerup${Ge}`,Ye={endCallback:null,leftCallback:null,rightCallback:null},Je={endCallback:"(function|null)",leftCallback:"(function|null)",rightCallback:"(function|null)"};class tr extends De{constructor(t,e){super(),this._element=t,t&&tr.isSupported()&&(this._config=this._getConfig(e),this._deltaX=0,this._supportPointerEvents=Boolean(window.PointerEvent),this._initEvents())}static get Default(){return Ye}static get DefaultType(){return Je}static get NAME(){return"swipe"}dispose(){Ie.off(this._element,Ge)}_start(t){this._supportPointerEvents?this._eventIsPointerPenTouch(t)&&(this._deltaX=t.clientX):this._deltaX=t.touches[0].clientX}_end(t){this._eventIsPointerPenTouch(t)&&(this._deltaX=t.clientX-this._deltaX),this._handleSwipe(),de(this._config.endCallback)}_move(t){this._deltaX=t.touches&&t.touches.length>1?0:t.touches[0].clientX-this._deltaX}_handleSwipe(){const t=Math.abs(this._deltaX);if(t<=40)return;const e=t/this._deltaX;this._deltaX=0,e&&de(e>0?this._config.rightCallback:this._config.leftCallback)}_initEvents(){this._supportPointerEvents?(Ie.on(this._element,Qe,(t=>this._start(t))),Ie.on(this._element,Ze,(t=>this._end(t))),this._element.classList.add("pointer-event")):(Ie.on(this._element,We,(t=>this._start(t))),Ie.on(this._element,Ke,(t=>this._move(t))),Ie.on(this._element,Xe,(t=>this._end(t))))}_eventIsPointerPenTouch(t){return this._supportPointerEvents&&("pen"===t.pointerType||"touch"===t.pointerType)}static isSupported(){return"ontouchstart"in document.documentElement||navigator.maxTouchPoints>0}}const er=".bs.carousel",rr=".data-api",nr="ArrowLeft",ir="ArrowRight",or="next",sr="prev",ar="left",lr="right",cr=`slide${er}`,ur=`slid${er}`,pr=`keydown${er}`,dr=`mouseenter${er}`,mr=`mouseleave${er}`,fr=`dragstart${er}`,hr=`load${er}${rr}`,gr=`click${er}${rr}`,br="carousel",yr="active",vr=".active",xr=".carousel-item",wr=vr+xr,_r={[nr]:lr,[ir]:ar},kr={interval:5e3,keyboard:!0,pause:"hover",ride:!1,touch:!0,wrap:!0},Ar={interval:"(number|boolean)",keyboard:"boolean",pause:"(string|boolean)",ride:"(boolean|string)",touch:"boolean",wrap:"boolean"};class Er extends Me{constructor(t,e){super(t,e),this._interval=null,this._activeElement=null,this._isSliding=!1,this.touchTimeout=null,this._swipeHelper=null,this._indicatorsElement=qe.findOne(".carousel-indicators",this._element),this._addEventListeners(),this._config.ride===br&&this.cycle()}static get Default(){return kr}static get DefaultType(){return Ar}static get NAME(){return"carousel"}next(){this._slide(or)}nextWhenVisible(){!document.hidden&&ne(this._element)&&this.next()}prev(){this._slide(sr)}pause(){this._isSliding&&te(this._element),this._clearInterval()}cycle(){this._clearInterval(),this._updateInterval(),this._interval=setInterval((()=>this.nextWhenVisible()),this._config.interval)}_maybeEnableCycle(){this._config.ride&&(this._isSliding?Ie.one(this._element,ur,(()=>this.cycle())):this.cycle())}to(t){const e=this._getItems();if(t>e.length-1||t<0)return;if(this._isSliding)return void Ie.one(this._element,ur,(()=>this.to(t)));const r=this._getItemIndex(this._getActive());if(r===t)return;const n=t>r?or:sr;this._slide(n,e[t])}dispose(){this._swipeHelper&&this._swipeHelper.dispose(),super.dispose()}_configAfterMerge(t){return t.defaultInterval=t.interval,t}_addEventListeners(){this._config.keyboard&&Ie.on(this._element,pr,(t=>this._keydown(t))),"hover"===this._config.pause&&(Ie.on(this._element,dr,(()=>this.pause())),Ie.on(this._element,mr,(()=>this._maybeEnableCycle()))),this._config.touch&&tr.isSupported()&&this._addTouchEventListeners()}_addTouchEventListeners(){for(const t of qe.find(".carousel-item img",this._element))Ie.on(t,fr,(t=>t.preventDefault()));const t={leftCallback:()=>this._slide(this._directionToOrder(ar)),rightCallback:()=>this._slide(this._directionToOrder(lr)),endCallback:()=>{"hover"===this._config.pause&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout((()=>this._maybeEnableCycle()),500+this._config.interval))}};this._swipeHelper=new tr(this._element,t)}_keydown(t){if(/input|textarea/i.test(t.target.tagName))return;const e=_r[t.key];e&&(t.preventDefault(),this._slide(this._directionToOrder(e)))}_getItemIndex(t){return this._getItems().indexOf(t)}_setActiveIndicatorElement(t){if(!this._indicatorsElement)return;const e=qe.findOne(vr,this._indicatorsElement);e.classList.remove(yr),e.removeAttribute("aria-current");const r=qe.findOne(`[data-bs-slide-to="${t}"]`,this._indicatorsElement);r&&(r.classList.add(yr),r.setAttribute("aria-current","true"))}_updateInterval(){const t=this._activeElement||this._getActive();if(!t)return;const e=Number.parseInt(t.getAttribute("data-bs-interval"),10);this._config.interval=e||this._config.defaultInterval}_slide(t,e=null){if(this._isSliding)return;const r=this._getActive(),n=t===or,i=e||fe(this._getItems(),r,n,this._config.wrap);if(i===r)return;const o=this._getItemIndex(i),s=e=>Ie.trigger(this._element,e,{relatedTarget:i,direction:this._orderToDirection(t),from:this._getItemIndex(r),to:o});if(s(cr).defaultPrevented)return;if(!r||!i)return;const a=Boolean(this._interval);this.pause(),this._isSliding=!0,this._setActiveIndicatorElement(o),this._activeElement=i;const l=n?"carousel-item-start":"carousel-item-end",c=n?"carousel-item-next":"carousel-item-prev";i.classList.add(c),ae(i),r.classList.add(l),i.classList.add(l);this._queueCallback((()=>{i.classList.remove(l,c),i.classList.add(yr),r.classList.remove(yr,c,l),this._isSliding=!1,s(ur)}),r,this._isAnimated()),a&&this.cycle()}_isAnimated(){return this._element.classList.contains("slide")}_getActive(){return qe.findOne(wr,this._element)}_getItems(){return qe.find(xr,this._element)}_clearInterval(){this._interval&&(clearInterval(this._interval),this._interval=null)}_directionToOrder(t){return ue()?t===ar?sr:or:t===ar?or:sr}_orderToDirection(t){return ue()?t===sr?ar:lr:t===sr?lr:ar}static jQueryInterface(t){return this.each((function(){const e=Er.getOrCreateInstance(this,t);if("number"!=typeof t){if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t]()}}else e.to(t)}))}}Ie.on(document,gr,"[data-bs-slide], [data-bs-slide-to]",(function(t){const e=qe.getElementFromSelector(this);if(!e||!e.classList.contains(br))return;t.preventDefault();const r=Er.getOrCreateInstance(e),n=this.getAttribute("data-bs-slide-to");return n?(r.to(n),void r._maybeEnableCycle()):"next"===Ne.getDataAttribute(this,"slide")?(r.next(),void r._maybeEnableCycle()):(r.prev(),void r._maybeEnableCycle())})),Ie.on(window,hr,(()=>{const t=qe.find('[data-bs-ride="carousel"]');for(const e of t)Er.getOrCreateInstance(e)})),pe(Er);const Sr=".bs.collapse",Cr=`show${Sr}`,Tr=`shown${Sr}`,Or=`hide${Sr}`,Ir=`hidden${Sr}`,jr=`click${Sr}.data-api`,Lr="show",Pr="collapse",Nr="collapsing",Dr=`:scope .${Pr} .${Pr}`,Mr='[data-bs-toggle="collapse"]',Rr={parent:null,toggle:!0},qr={parent:"(null|element)",toggle:"boolean"};class Br extends Me{constructor(t,e){super(t,e),this._isTransitioning=!1,this._triggerArray=[];const r=qe.find(Mr);for(const t of r){const e=qe.getSelectorFromElement(t),r=qe.find(e).filter((t=>t===this._element));null!==e&&r.length&&this._triggerArray.push(t)}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return Rr}static get DefaultType(){return qr}static get NAME(){return"collapse"}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let t=[];if(this._config.parent&&(t=this._getFirstLevelChildren(".collapse.show, .collapse.collapsing").filter((t=>t!==this._element)).map((t=>Br.getOrCreateInstance(t,{toggle:!1})))),t.length&&t[0]._isTransitioning)return;if(Ie.trigger(this._element,Cr).defaultPrevented)return;for(const e of t)e.hide();const e=this._getDimension();this._element.classList.remove(Pr),this._element.classList.add(Nr),this._element.style[e]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;const r=`scroll${e[0].toUpperCase()+e.slice(1)}`;this._queueCallback((()=>{this._isTransitioning=!1,this._element.classList.remove(Nr),this._element.classList.add(Pr,Lr),this._element.style[e]="",Ie.trigger(this._element,Tr)}),this._element,!0),this._element.style[e]=`${this._element[r]}px`}hide(){if(this._isTransitioning||!this._isShown())return;if(Ie.trigger(this._element,Or).defaultPrevented)return;const t=this._getDimension();this._element.style[t]=`${this._element.getBoundingClientRect()[t]}px`,ae(this._element),this._element.classList.add(Nr),this._element.classList.remove(Pr,Lr);for(const t of this._triggerArray){const e=qe.getElementFromSelector(t);e&&!this._isShown(e)&&this._addAriaAndCollapsedClass([t],!1)}this._isTransitioning=!0;this._element.style[t]="",this._queueCallback((()=>{this._isTransitioning=!1,this._element.classList.remove(Nr),this._element.classList.add(Pr),Ie.trigger(this._element,Ir)}),this._element,!0)}_isShown(t=this._element){return t.classList.contains(Lr)}_configAfterMerge(t){return t.toggle=Boolean(t.toggle),t.parent=re(t.parent),t}_getDimension(){return this._element.classList.contains("collapse-horizontal")?"width":"height"}_initializeChildren(){if(!this._config.parent)return;const t=this._getFirstLevelChildren(Mr);for(const e of t){const t=qe.getElementFromSelector(e);t&&this._addAriaAndCollapsedClass([e],this._isShown(t))}}_getFirstLevelChildren(t){const e=qe.find(Dr,this._config.parent);return qe.find(t,this._config.parent).filter((t=>!e.includes(t)))}_addAriaAndCollapsedClass(t,e){if(t.length)for(const r of t)r.classList.toggle("collapsed",!e),r.setAttribute("aria-expanded",e)}static jQueryInterface(t){const e={};return"string"==typeof t&&/show|hide/.test(t)&&(e.toggle=!1),this.each((function(){const r=Br.getOrCreateInstance(this,e);if("string"==typeof t){if(void 0===r[t])throw new TypeError(`No method named "${t}"`);r[t]()}}))}}Ie.on(document,jr,Mr,(function(t){("A"===t.target.tagName||t.delegateTarget&&"A"===t.delegateTarget.tagName)&&t.preventDefault();for(const t of qe.getMultipleElementsFromSelector(this))Br.getOrCreateInstance(t,{toggle:!1}).toggle()})),pe(Br);const $r="dropdown",Fr=".bs.dropdown",Ur=".data-api",zr="ArrowUp",Hr="ArrowDown",Vr=`hide${Fr}`,Gr=`hidden${Fr}`,Wr=`show${Fr}`,Kr=`shown${Fr}`,Xr=`click${Fr}${Ur}`,Qr=`keydown${Fr}${Ur}`,Zr=`keyup${Fr}${Ur}`,Yr="show",Jr='[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)',tn=`${Jr}.${Yr}`,en=".dropdown-menu",rn=ue()?"top-end":"top-start",nn=ue()?"top-start":"top-end",on=ue()?"bottom-end":"bottom-start",sn=ue()?"bottom-start":"bottom-end",an=ue()?"left-start":"right-start",ln=ue()?"right-start":"left-start",cn={autoClose:!0,boundary:"clippingParents",display:"dynamic",offset:[0,2],popperConfig:null,reference:"toggle"},un={autoClose:"(boolean|string)",boundary:"(string|element)",display:"string",offset:"(array|string|function)",popperConfig:"(null|object|function)",reference:"(string|element|object)"};class pn extends Me{constructor(t,e){super(t,e),this._popper=null,this._parent=this._element.parentNode,this._menu=qe.next(this._element,en)[0]||qe.prev(this._element,en)[0]||qe.findOne(en,this._parent),this._inNavbar=this._detectNavbar()}static get Default(){return cn}static get DefaultType(){return un}static get NAME(){return $r}toggle(){return this._isShown()?this.hide():this.show()}show(){if(ie(this._element)||this._isShown())return;const t={relatedTarget:this._element};if(!Ie.trigger(this._element,Wr,t).defaultPrevented){if(this._createPopper(),"ontouchstart"in document.documentElement&&!this._parent.closest(".navbar-nav"))for(const t of[].concat(...document.body.children))Ie.on(t,"mouseover",se);this._element.focus(),this._element.setAttribute("aria-expanded",!0),this._menu.classList.add(Yr),this._element.classList.add(Yr),Ie.trigger(this._element,Kr,t)}}hide(){if(ie(this._element)||!this._isShown())return;const t={relatedTarget:this._element};this._completeHide(t)}dispose(){this._popper&&this._popper.destroy(),super.dispose()}update(){this._inNavbar=this._detectNavbar(),this._popper&&this._popper.update()}_completeHide(t){if(!Ie.trigger(this._element,Vr,t).defaultPrevented){if("ontouchstart"in document.documentElement)for(const t of[].concat(...document.body.children))Ie.off(t,"mouseover",se);this._popper&&this._popper.destroy(),this._menu.classList.remove(Yr),this._element.classList.remove(Yr),this._element.setAttribute("aria-expanded","false"),Ne.removeDataAttribute(this._menu,"popper"),Ie.trigger(this._element,Gr,t)}}_getConfig(t){if("object"==typeof(t=super._getConfig(t)).reference&&!ee(t.reference)&&"function"!=typeof t.reference.getBoundingClientRect)throw new TypeError(`${$r.toUpperCase()}: Option "reference" provided type "object" without a required "getBoundingClientRect" method.`);return t}_createPopper(){let t=this._element;"parent"===this._config.reference?t=this._parent:ee(this._config.reference)?t=re(this._config.reference):"object"==typeof this._config.reference&&(t=this._config.reference);const e=this._getPopperConfig();this._popper=Kt(t,this._menu,e)}_isShown(){return this._menu.classList.contains(Yr)}_getPlacement(){const t=this._parent;if(t.classList.contains("dropend"))return an;if(t.classList.contains("dropstart"))return ln;if(t.classList.contains("dropup-center"))return"top";if(t.classList.contains("dropdown-center"))return"bottom";const e="end"===getComputedStyle(this._menu).getPropertyValue("--bs-position").trim();return t.classList.contains("dropup")?e?nn:rn:e?sn:on}_detectNavbar(){return null!==this._element.closest(".navbar")}_getOffset(){const{offset:t}=this._config;return"string"==typeof t?t.split(",").map((t=>Number.parseInt(t,10))):"function"==typeof t?e=>t(e,this._element):t}_getPopperConfig(){const t={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return(this._inNavbar||"static"===this._config.display)&&(Ne.setDataAttribute(this._menu,"popper","static"),t.modifiers=[{name:"applyStyles",enabled:!1}]),{...t,...de(this._config.popperConfig,[t])}}_selectMenuItem({key:t,target:e}){const r=qe.find(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",this._menu).filter((t=>ne(t)));r.length&&fe(r,e,t===Hr,!r.includes(e)).focus()}static jQueryInterface(t){return this.each((function(){const e=pn.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}static clearMenus(t){if(2===t.button||"keyup"===t.type&&"Tab"!==t.key)return;const e=qe.find(tn);for(const r of e){const e=pn.getInstance(r);if(!e||!1===e._config.autoClose)continue;const n=t.composedPath(),i=n.includes(e._menu);if(n.includes(e._element)||"inside"===e._config.autoClose&&!i||"outside"===e._config.autoClose&&i)continue;if(e._menu.contains(t.target)&&("keyup"===t.type&&"Tab"===t.key||/input|select|option|textarea|form/i.test(t.target.tagName)))continue;const o={relatedTarget:e._element};"click"===t.type&&(o.clickEvent=t),e._completeHide(o)}}static dataApiKeydownHandler(t){const e=/input|textarea/i.test(t.target.tagName),r="Escape"===t.key,n=[zr,Hr].includes(t.key);if(!n&&!r)return;if(e&&!r)return;t.preventDefault();const i=this.matches(Jr)?this:qe.prev(this,Jr)[0]||qe.next(this,Jr)[0]||qe.findOne(Jr,t.delegateTarget.parentNode),o=pn.getOrCreateInstance(i);if(n)return t.stopPropagation(),o.show(),void o._selectMenuItem(t);o._isShown()&&(t.stopPropagation(),o.hide(),i.focus())}}Ie.on(document,Qr,Jr,pn.dataApiKeydownHandler),Ie.on(document,Qr,en,pn.dataApiKeydownHandler),Ie.on(document,Xr,pn.clearMenus),Ie.on(document,Zr,pn.clearMenus),Ie.on(document,Xr,Jr,(function(t){t.preventDefault(),pn.getOrCreateInstance(this).toggle()})),pe(pn);const dn="backdrop",mn="show",fn=`mousedown.bs.${dn}`,hn={className:"modal-backdrop",clickCallback:null,isAnimated:!1,isVisible:!0,rootElement:"body"},gn={className:"string",clickCallback:"(function|null)",isAnimated:"boolean",isVisible:"boolean",rootElement:"(element|string)"};class bn extends De{constructor(t){super(),this._config=this._getConfig(t),this._isAppended=!1,this._element=null}static get Default(){return hn}static get DefaultType(){return gn}static get NAME(){return dn}show(t){if(!this._config.isVisible)return void de(t);this._append();const e=this._getElement();this._config.isAnimated&&ae(e),e.classList.add(mn),this._emulateAnimation((()=>{de(t)}))}hide(t){this._config.isVisible?(this._getElement().classList.remove(mn),this._emulateAnimation((()=>{this.dispose(),de(t)}))):de(t)}dispose(){this._isAppended&&(Ie.off(this._element,fn),this._element.remove(),this._isAppended=!1)}_getElement(){if(!this._element){const t=document.createElement("div");t.className=this._config.className,this._config.isAnimated&&t.classList.add("fade"),this._element=t}return this._element}_configAfterMerge(t){return t.rootElement=re(t.rootElement),t}_append(){if(this._isAppended)return;const t=this._getElement();this._config.rootElement.append(t),Ie.on(t,fn,(()=>{de(this._config.clickCallback)})),this._isAppended=!0}_emulateAnimation(t){me(t,this._getElement(),this._config.isAnimated)}}const yn=".bs.focustrap",vn=`focusin${yn}`,xn=`keydown.tab${yn}`,wn="backward",_n={autofocus:!0,trapElement:null},kn={autofocus:"boolean",trapElement:"element"};class An extends De{constructor(t){super(),this._config=this._getConfig(t),this._isActive=!1,this._lastTabNavDirection=null}static get Default(){return _n}static get DefaultType(){return kn}static get NAME(){return"focustrap"}activate(){this._isActive||(this._config.autofocus&&this._config.trapElement.focus(),Ie.off(document,yn),Ie.on(document,vn,(t=>this._handleFocusin(t))),Ie.on(document,xn,(t=>this._handleKeydown(t))),this._isActive=!0)}deactivate(){this._isActive&&(this._isActive=!1,Ie.off(document,yn))}_handleFocusin(t){const{trapElement:e}=this._config;if(t.target===document||t.target===e||e.contains(t.target))return;const r=qe.focusableChildren(e);0===r.length?e.focus():this._lastTabNavDirection===wn?r[r.length-1].focus():r[0].focus()}_handleKeydown(t){"Tab"===t.key&&(this._lastTabNavDirection=t.shiftKey?wn:"forward")}}const En=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",Sn=".sticky-top",Cn="padding-right",Tn="margin-right";class On{constructor(){this._element=document.body}getWidth(){const t=document.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}hide(){const t=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,Cn,(e=>e+t)),this._setElementAttributes(En,Cn,(e=>e+t)),this._setElementAttributes(Sn,Tn,(e=>e-t))}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,Cn),this._resetElementAttributes(En,Cn),this._resetElementAttributes(Sn,Tn)}isOverflowing(){return this.getWidth()>0}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(t,e,r){const n=this.getWidth();this._applyManipulationCallback(t,(t=>{if(t!==this._element&&window.innerWidth>t.clientWidth+n)return;this._saveInitialAttribute(t,e);const i=window.getComputedStyle(t).getPropertyValue(e);t.style.setProperty(e,`${r(Number.parseFloat(i))}px`)}))}_saveInitialAttribute(t,e){const r=t.style.getPropertyValue(e);r&&Ne.setDataAttribute(t,e,r)}_resetElementAttributes(t,e){this._applyManipulationCallback(t,(t=>{const r=Ne.getDataAttribute(t,e);null!==r?(Ne.removeDataAttribute(t,e),t.style.setProperty(e,r)):t.style.removeProperty(e)}))}_applyManipulationCallback(t,e){if(ee(t))e(t);else for(const r of qe.find(t,this._element))e(r)}}const In=".bs.modal",jn=`hide${In}`,Ln=`hidePrevented${In}`,Pn=`hidden${In}`,Nn=`show${In}`,Dn=`shown${In}`,Mn=`resize${In}`,Rn=`click.dismiss${In}`,qn=`mousedown.dismiss${In}`,Bn=`keydown.dismiss${In}`,$n=`click${In}.data-api`,Fn="modal-open",Un="show",zn="modal-static",Hn={backdrop:!0,focus:!0,keyboard:!0},Vn={backdrop:"(boolean|string)",focus:"boolean",keyboard:"boolean"};class Gn extends Me{constructor(t,e){super(t,e),this._dialog=qe.findOne(".modal-dialog",this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._isTransitioning=!1,this._scrollBar=new On,this._addEventListeners()}static get Default(){return Hn}static get DefaultType(){return Vn}static get NAME(){return"modal"}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){if(this._isShown||this._isTransitioning)return;Ie.trigger(this._element,Nn,{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._isTransitioning=!0,this._scrollBar.hide(),document.body.classList.add(Fn),this._adjustDialog(),this._backdrop.show((()=>this._showElement(t))))}hide(){if(!this._isShown||this._isTransitioning)return;Ie.trigger(this._element,jn).defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),this._element.classList.remove(Un),this._queueCallback((()=>this._hideModal()),this._element,this._isAnimated()))}dispose(){Ie.off(window,In),Ie.off(this._dialog,In),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new bn({isVisible:Boolean(this._config.backdrop),isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new An({trapElement:this._element})}_showElement(t){document.body.contains(this._element)||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0;const e=qe.findOne(".modal-body",this._dialog);e&&(e.scrollTop=0),ae(this._element),this._element.classList.add(Un);this._queueCallback((()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,Ie.trigger(this._element,Dn,{relatedTarget:t})}),this._dialog,this._isAnimated())}_addEventListeners(){Ie.on(this._element,Bn,(t=>{"Escape"===t.key&&(this._config.keyboard?this.hide():this._triggerBackdropTransition())})),Ie.on(window,Mn,(()=>{this._isShown&&!this._isTransitioning&&this._adjustDialog()})),Ie.on(this._element,qn,(t=>{Ie.one(this._element,Rn,(e=>{this._element===t.target&&this._element===e.target&&("static"!==this._config.backdrop?this._config.backdrop&&this.hide():this._triggerBackdropTransition())}))}))}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide((()=>{document.body.classList.remove(Fn),this._resetAdjustments(),this._scrollBar.reset(),Ie.trigger(this._element,Pn)}))}_isAnimated(){return this._element.classList.contains("fade")}_triggerBackdropTransition(){if(Ie.trigger(this._element,Ln).defaultPrevented)return;const t=this._element.scrollHeight>document.documentElement.clientHeight,e=this._element.style.overflowY;"hidden"===e||this._element.classList.contains(zn)||(t||(this._element.style.overflowY="hidden"),this._element.classList.add(zn),this._queueCallback((()=>{this._element.classList.remove(zn),this._queueCallback((()=>{this._element.style.overflowY=e}),this._dialog)}),this._dialog),this._element.focus())}_adjustDialog(){const t=this._element.scrollHeight>document.documentElement.clientHeight,e=this._scrollBar.getWidth(),r=e>0;if(r&&!t){const t=ue()?"paddingLeft":"paddingRight";this._element.style[t]=`${e}px`}if(!r&&t){const t=ue()?"paddingRight":"paddingLeft";this._element.style[t]=`${e}px`}}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(t,e){return this.each((function(){const r=Gn.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===r[t])throw new TypeError(`No method named "${t}"`);r[t](e)}}))}}Ie.on(document,$n,'[data-bs-toggle="modal"]',(function(t){const e=qe.getElementFromSelector(this);["A","AREA"].includes(this.tagName)&&t.preventDefault(),Ie.one(e,Nn,(t=>{t.defaultPrevented||Ie.one(e,Pn,(()=>{ne(this)&&this.focus()}))}));const r=qe.findOne(".modal.show");r&&Gn.getInstance(r).hide();Gn.getOrCreateInstance(e).toggle(this)})),Be(Gn),pe(Gn);const Wn=".bs.offcanvas",Kn=".data-api",Xn=`load${Wn}${Kn}`,Qn="show",Zn="showing",Yn="hiding",Jn=".offcanvas.show",ti=`show${Wn}`,ei=`shown${Wn}`,ri=`hide${Wn}`,ni=`hidePrevented${Wn}`,ii=`hidden${Wn}`,oi=`resize${Wn}`,si=`click${Wn}${Kn}`,ai=`keydown.dismiss${Wn}`,li={backdrop:!0,keyboard:!0,scroll:!1},ci={backdrop:"(boolean|string)",keyboard:"boolean",scroll:"boolean"};class ui extends Me{constructor(t,e){super(t,e),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get Default(){return li}static get DefaultType(){return ci}static get NAME(){return"offcanvas"}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){if(this._isShown)return;if(Ie.trigger(this._element,ti,{relatedTarget:t}).defaultPrevented)return;this._isShown=!0,this._backdrop.show(),this._config.scroll||(new On).hide(),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add(Zn);this._queueCallback((()=>{this._config.scroll&&!this._config.backdrop||this._focustrap.activate(),this._element.classList.add(Qn),this._element.classList.remove(Zn),Ie.trigger(this._element,ei,{relatedTarget:t})}),this._element,!0)}hide(){if(!this._isShown)return;if(Ie.trigger(this._element,ri).defaultPrevented)return;this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.add(Yn),this._backdrop.hide();this._queueCallback((()=>{this._element.classList.remove(Qn,Yn),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._config.scroll||(new On).reset(),Ie.trigger(this._element,ii)}),this._element,!0)}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_initializeBackDrop(){const t=Boolean(this._config.backdrop);return new bn({className:"offcanvas-backdrop",isVisible:t,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:t?()=>{"static"!==this._config.backdrop?this.hide():Ie.trigger(this._element,ni)}:null})}_initializeFocusTrap(){return new An({trapElement:this._element})}_addEventListeners(){Ie.on(this._element,ai,(t=>{"Escape"===t.key&&(this._config.keyboard?this.hide():Ie.trigger(this._element,ni))}))}static jQueryInterface(t){return this.each((function(){const e=ui.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}Ie.on(document,si,'[data-bs-toggle="offcanvas"]',(function(t){const e=qe.getElementFromSelector(this);if(["A","AREA"].includes(this.tagName)&&t.preventDefault(),ie(this))return;Ie.one(e,ii,(()=>{ne(this)&&this.focus()}));const r=qe.findOne(Jn);r&&r!==e&&ui.getInstance(r).hide();ui.getOrCreateInstance(e).toggle(this)})),Ie.on(window,Xn,(()=>{for(const t of qe.find(Jn))ui.getOrCreateInstance(t).show()})),Ie.on(window,oi,(()=>{for(const t of qe.find("[aria-modal][class*=show][class*=offcanvas-]"))"fixed"!==getComputedStyle(t).position&&ui.getOrCreateInstance(t).hide()})),Be(ui),pe(ui);const pi={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],dd:[],div:[],dl:[],dt:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},di=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),mi=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i,fi=(t,e)=>{const r=t.nodeName.toLowerCase();return e.includes(r)?!di.has(r)||Boolean(mi.test(t.nodeValue)):e.filter((t=>t instanceof RegExp)).some((t=>t.test(r)))};const hi={allowList:pi,content:{},extraClass:"",html:!1,sanitize:!0,sanitizeFn:null,template:"
"},gi={allowList:"object",content:"object",extraClass:"(string|function)",html:"boolean",sanitize:"boolean",sanitizeFn:"(null|function)",template:"string"},bi={entry:"(string|element|function|null)",selector:"(string|element)"};class yi extends De{constructor(t){super(),this._config=this._getConfig(t)}static get Default(){return hi}static get DefaultType(){return gi}static get NAME(){return"TemplateFactory"}getContent(){return Object.values(this._config.content).map((t=>this._resolvePossibleFunction(t))).filter(Boolean)}hasContent(){return this.getContent().length>0}changeContent(t){return this._checkContent(t),this._config.content={...this._config.content,...t},this}toHtml(){const t=document.createElement("div");t.innerHTML=this._maybeSanitize(this._config.template);for(const[e,r]of Object.entries(this._config.content))this._setContent(t,r,e);const e=t.children[0],r=this._resolvePossibleFunction(this._config.extraClass);return r&&e.classList.add(...r.split(" ")),e}_typeCheckConfig(t){super._typeCheckConfig(t),this._checkContent(t.content)}_checkContent(t){for(const[e,r]of Object.entries(t))super._typeCheckConfig({selector:e,entry:r},bi)}_setContent(t,e,r){const n=qe.findOne(r,t);n&&((e=this._resolvePossibleFunction(e))?ee(e)?this._putElementInTemplate(re(e),n):this._config.html?n.innerHTML=this._maybeSanitize(e):n.textContent=e:n.remove())}_maybeSanitize(t){return this._config.sanitize?function(t,e,r){if(!t.length)return t;if(r&&"function"==typeof r)return r(t);const n=(new window.DOMParser).parseFromString(t,"text/html"),i=[].concat(...n.body.querySelectorAll("*"));for(const t of i){const r=t.nodeName.toLowerCase();if(!Object.keys(e).includes(r)){t.remove();continue}const n=[].concat(...t.attributes),i=[].concat(e["*"]||[],e[r]||[]);for(const e of n)fi(e,i)||t.removeAttribute(e.nodeName)}return n.body.innerHTML}(t,this._config.allowList,this._config.sanitizeFn):t}_resolvePossibleFunction(t){return de(t,[this])}_putElementInTemplate(t,e){if(this._config.html)return e.innerHTML="",void e.append(t);e.textContent=t.textContent}}const vi=new Set(["sanitize","allowList","sanitizeFn"]),xi="fade",wi="show",_i=".tooltip-inner",ki=".modal",Ai="hide.bs.modal",Ei="hover",Si="focus",Ci={AUTO:"auto",TOP:"top",RIGHT:ue()?"left":"right",BOTTOM:"bottom",LEFT:ue()?"right":"left"},Ti={allowList:pi,animation:!0,boundary:"clippingParents",container:!1,customClass:"",delay:0,fallbackPlacements:["top","right","bottom","left"],html:!1,offset:[0,6],placement:"top",popperConfig:null,sanitize:!0,sanitizeFn:null,selector:!1,template:'',title:"",trigger:"hover focus"},Oi={allowList:"object",animation:"boolean",boundary:"(string|element)",container:"(string|element|boolean)",customClass:"(string|function)",delay:"(number|object)",fallbackPlacements:"array",html:"boolean",offset:"(array|string|function)",placement:"(string|function)",popperConfig:"(null|object|function)",sanitize:"boolean",sanitizeFn:"(null|function)",selector:"(string|boolean)",template:"string",title:"(string|element|function)",trigger:"string"};class Ii extends Me{constructor(t,e){super(t,e),this._isEnabled=!0,this._timeout=0,this._isHovered=null,this._activeTrigger={},this._popper=null,this._templateFactory=null,this._newContent=null,this.tip=null,this._setListeners(),this._config.selector||this._fixTitle()}static get Default(){return Ti}static get DefaultType(){return Oi}static get NAME(){return"tooltip"}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(){this._isEnabled&&(this._activeTrigger.click=!this._activeTrigger.click,this._isShown()?this._leave():this._enter())}dispose(){clearTimeout(this._timeout),Ie.off(this._element.closest(ki),Ai,this._hideModalHandler),this._element.getAttribute("data-bs-original-title")&&this._element.setAttribute("title",this._element.getAttribute("data-bs-original-title")),this._disposePopper(),super.dispose()}show(){if("none"===this._element.style.display)throw new Error("Please use show on visible elements");if(!this._isWithContent()||!this._isEnabled)return;const t=Ie.trigger(this._element,this.constructor.eventName("show")),e=(oe(this._element)||this._element.ownerDocument.documentElement).contains(this._element);if(t.defaultPrevented||!e)return;this._disposePopper();const r=this._getTipElement();this._element.setAttribute("aria-describedby",r.getAttribute("id"));const{container:n}=this._config;if(this._element.ownerDocument.documentElement.contains(this.tip)||(n.append(r),Ie.trigger(this._element,this.constructor.eventName("inserted"))),this._popper=this._createPopper(r),r.classList.add(wi),"ontouchstart"in document.documentElement)for(const t of[].concat(...document.body.children))Ie.on(t,"mouseover",se);this._queueCallback((()=>{Ie.trigger(this._element,this.constructor.eventName("shown")),!1===this._isHovered&&this._leave(),this._isHovered=!1}),this.tip,this._isAnimated())}hide(){if(!this._isShown())return;if(Ie.trigger(this._element,this.constructor.eventName("hide")).defaultPrevented)return;if(this._getTipElement().classList.remove(wi),"ontouchstart"in document.documentElement)for(const t of[].concat(...document.body.children))Ie.off(t,"mouseover",se);this._activeTrigger.click=!1,this._activeTrigger[Si]=!1,this._activeTrigger[Ei]=!1,this._isHovered=null;this._queueCallback((()=>{this._isWithActiveTrigger()||(this._isHovered||this._disposePopper(),this._element.removeAttribute("aria-describedby"),Ie.trigger(this._element,this.constructor.eventName("hidden")))}),this.tip,this._isAnimated())}update(){this._popper&&this._popper.update()}_isWithContent(){return Boolean(this._getTitle())}_getTipElement(){return this.tip||(this.tip=this._createTipElement(this._newContent||this._getContentForTemplate())),this.tip}_createTipElement(t){const e=this._getTemplateFactory(t).toHtml();if(!e)return null;e.classList.remove(xi,wi),e.classList.add(`bs-${this.constructor.NAME}-auto`);const r=(t=>{do{t+=Math.floor(1e6*Math.random())}while(document.getElementById(t));return t})(this.constructor.NAME).toString();return e.setAttribute("id",r),this._isAnimated()&&e.classList.add(xi),e}setContent(t){this._newContent=t,this._isShown()&&(this._disposePopper(),this.show())}_getTemplateFactory(t){return this._templateFactory?this._templateFactory.changeContent(t):this._templateFactory=new yi({...this._config,content:t,extraClass:this._resolvePossibleFunction(this._config.customClass)}),this._templateFactory}_getContentForTemplate(){return{[_i]:this._getTitle()}}_getTitle(){return this._resolvePossibleFunction(this._config.title)||this._element.getAttribute("data-bs-original-title")}_initializeOnDelegatedTarget(t){return this.constructor.getOrCreateInstance(t.delegateTarget,this._getDelegateConfig())}_isAnimated(){return this._config.animation||this.tip&&this.tip.classList.contains(xi)}_isShown(){return this.tip&&this.tip.classList.contains(wi)}_createPopper(t){const e=de(this._config.placement,[this,t,this._element]),r=Ci[e.toUpperCase()];return Kt(this._element,t,this._getPopperConfig(r))}_getOffset(){const{offset:t}=this._config;return"string"==typeof t?t.split(",").map((t=>Number.parseInt(t,10))):"function"==typeof t?e=>t(e,this._element):t}_resolvePossibleFunction(t){return de(t,[this._element])}_getPopperConfig(t){const e={placement:t,modifiers:[{name:"flip",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"arrow",options:{element:`.${this.constructor.NAME}-arrow`}},{name:"preSetPlacement",enabled:!0,phase:"beforeMain",fn:t=>{this._getTipElement().setAttribute("data-popper-placement",t.state.placement)}}]};return{...e,...de(this._config.popperConfig,[e])}}_setListeners(){const t=this._config.trigger.split(" ");for(const e of t)if("click"===e)Ie.on(this._element,this.constructor.eventName("click"),this._config.selector,(t=>{this._initializeOnDelegatedTarget(t).toggle()}));else if("manual"!==e){const t=e===Ei?this.constructor.eventName("mouseenter"):this.constructor.eventName("focusin"),r=e===Ei?this.constructor.eventName("mouseleave"):this.constructor.eventName("focusout");Ie.on(this._element,t,this._config.selector,(t=>{const e=this._initializeOnDelegatedTarget(t);e._activeTrigger["focusin"===t.type?Si:Ei]=!0,e._enter()})),Ie.on(this._element,r,this._config.selector,(t=>{const e=this._initializeOnDelegatedTarget(t);e._activeTrigger["focusout"===t.type?Si:Ei]=e._element.contains(t.relatedTarget),e._leave()}))}this._hideModalHandler=()=>{this._element&&this.hide()},Ie.on(this._element.closest(ki),Ai,this._hideModalHandler)}_fixTitle(){const t=this._element.getAttribute("title");t&&(this._element.getAttribute("aria-label")||this._element.textContent.trim()||this._element.setAttribute("aria-label",t),this._element.setAttribute("data-bs-original-title",t),this._element.removeAttribute("title"))}_enter(){this._isShown()||this._isHovered?this._isHovered=!0:(this._isHovered=!0,this._setTimeout((()=>{this._isHovered&&this.show()}),this._config.delay.show))}_leave(){this._isWithActiveTrigger()||(this._isHovered=!1,this._setTimeout((()=>{this._isHovered||this.hide()}),this._config.delay.hide))}_setTimeout(t,e){clearTimeout(this._timeout),this._timeout=setTimeout(t,e)}_isWithActiveTrigger(){return Object.values(this._activeTrigger).includes(!0)}_getConfig(t){const e=Ne.getDataAttributes(this._element);for(const t of Object.keys(e))vi.has(t)&&delete e[t];return t={...e,..."object"==typeof t&&t?t:{}},t=this._mergeConfigObj(t),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}_configAfterMerge(t){return t.container=!1===t.container?document.body:re(t.container),"number"==typeof t.delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),t}_getDelegateConfig(){const t={};for(const[e,r]of Object.entries(this._config))this.constructor.Default[e]!==r&&(t[e]=r);return t.selector=!1,t.trigger="manual",t}_disposePopper(){this._popper&&(this._popper.destroy(),this._popper=null),this.tip&&(this.tip.remove(),this.tip=null)}static jQueryInterface(t){return this.each((function(){const e=Ii.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}pe(Ii);const ji=".popover-header",Li=".popover-body",Pi={...Ii.Default,content:"",offset:[0,8],placement:"right",template:'',trigger:"click"},Ni={...Ii.DefaultType,content:"(null|string|element|function)"};class Di extends Ii{static get Default(){return Pi}static get DefaultType(){return Ni}static get NAME(){return"popover"}_isWithContent(){return this._getTitle()||this._getContent()}_getContentForTemplate(){return{[ji]:this._getTitle(),[Li]:this._getContent()}}_getContent(){return this._resolvePossibleFunction(this._config.content)}static jQueryInterface(t){return this.each((function(){const e=Di.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}pe(Di);const Mi=".bs.scrollspy",Ri=`activate${Mi}`,qi=`click${Mi}`,Bi=`load${Mi}.data-api`,$i="active",Fi="[href]",Ui=".nav-link",zi=`${Ui}, .nav-item > ${Ui}, .list-group-item`,Hi={offset:null,rootMargin:"0px 0px -25%",smoothScroll:!1,target:null,threshold:[.1,.5,1]},Vi={offset:"(number|null)",rootMargin:"string",smoothScroll:"boolean",target:"element",threshold:"array"};class Gi extends Me{constructor(t,e){super(t,e),this._targetLinks=new Map,this._observableSections=new Map,this._rootElement="visible"===getComputedStyle(this._element).overflowY?null:this._element,this._activeTarget=null,this._observer=null,this._previousScrollData={visibleEntryTop:0,parentScrollTop:0},this.refresh()}static get Default(){return Hi}static get DefaultType(){return Vi}static get NAME(){return"scrollspy"}refresh(){this._initializeTargetsAndObservables(),this._maybeEnableSmoothScroll(),this._observer?this._observer.disconnect():this._observer=this._getNewObserver();for(const t of this._observableSections.values())this._observer.observe(t)}dispose(){this._observer.disconnect(),super.dispose()}_configAfterMerge(t){return t.target=re(t.target)||document.body,t.rootMargin=t.offset?`${t.offset}px 0px -30%`:t.rootMargin,"string"==typeof t.threshold&&(t.threshold=t.threshold.split(",").map((t=>Number.parseFloat(t)))),t}_maybeEnableSmoothScroll(){this._config.smoothScroll&&(Ie.off(this._config.target,qi),Ie.on(this._config.target,qi,Fi,(t=>{const e=this._observableSections.get(t.target.hash);if(e){t.preventDefault();const r=this._rootElement||window,n=e.offsetTop-this._element.offsetTop;if(r.scrollTo)return void r.scrollTo({top:n,behavior:"smooth"});r.scrollTop=n}})))}_getNewObserver(){const t={root:this._rootElement,threshold:this._config.threshold,rootMargin:this._config.rootMargin};return new IntersectionObserver((t=>this._observerCallback(t)),t)}_observerCallback(t){const e=t=>this._targetLinks.get(`#${t.target.id}`),r=t=>{this._previousScrollData.visibleEntryTop=t.target.offsetTop,this._process(e(t))},n=(this._rootElement||document.documentElement).scrollTop,i=n>=this._previousScrollData.parentScrollTop;this._previousScrollData.parentScrollTop=n;for(const o of t){if(!o.isIntersecting){this._activeTarget=null,this._clearActiveClass(e(o));continue}const t=o.target.offsetTop>=this._previousScrollData.visibleEntryTop;if(i&&t){if(r(o),!n)return}else i||t||r(o)}}_initializeTargetsAndObservables(){this._targetLinks=new Map,this._observableSections=new Map;const t=qe.find(Fi,this._config.target);for(const e of t){if(!e.hash||ie(e))continue;const t=qe.findOne(decodeURI(e.hash),this._element);ne(t)&&(this._targetLinks.set(decodeURI(e.hash),e),this._observableSections.set(e.hash,t))}}_process(t){this._activeTarget!==t&&(this._clearActiveClass(this._config.target),this._activeTarget=t,t.classList.add($i),this._activateParents(t),Ie.trigger(this._element,Ri,{relatedTarget:t}))}_activateParents(t){if(t.classList.contains("dropdown-item"))qe.findOne(".dropdown-toggle",t.closest(".dropdown")).classList.add($i);else for(const e of qe.parents(t,".nav, .list-group"))for(const t of qe.prev(e,zi))t.classList.add($i)}_clearActiveClass(t){t.classList.remove($i);const e=qe.find(`${Fi}.${$i}`,t);for(const t of e)t.classList.remove($i)}static jQueryInterface(t){return this.each((function(){const e=Gi.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t]()}}))}}Ie.on(window,Bi,(()=>{for(const t of qe.find('[data-bs-spy="scroll"]'))Gi.getOrCreateInstance(t)})),pe(Gi);const Wi=".bs.tab",Ki=`hide${Wi}`,Xi=`hidden${Wi}`,Qi=`show${Wi}`,Zi=`shown${Wi}`,Yi=`click${Wi}`,Ji=`keydown${Wi}`,to=`load${Wi}`,eo="ArrowLeft",ro="ArrowRight",no="ArrowUp",io="ArrowDown",oo="Home",so="End",ao="active",lo="fade",co="show",uo=".dropdown-toggle",po=`:not(${uo})`,mo='[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',fo=`${`.nav-link${po}, .list-group-item${po}, [role="tab"]${po}`}, ${mo}`,ho=`.${ao}[data-bs-toggle="tab"], .${ao}[data-bs-toggle="pill"], .${ao}[data-bs-toggle="list"]`;class go extends Me{constructor(t){super(t),this._parent=this._element.closest('.list-group, .nav, [role="tablist"]'),this._parent&&(this._setInitialAttributes(this._parent,this._getChildren()),Ie.on(this._element,Ji,(t=>this._keydown(t))))}static get NAME(){return"tab"}show(){const t=this._element;if(this._elemIsActive(t))return;const e=this._getActiveElem(),r=e?Ie.trigger(e,Ki,{relatedTarget:t}):null;Ie.trigger(t,Qi,{relatedTarget:e}).defaultPrevented||r&&r.defaultPrevented||(this._deactivate(e,t),this._activate(t,e))}_activate(t,e){if(!t)return;t.classList.add(ao),this._activate(qe.getElementFromSelector(t));this._queueCallback((()=>{"tab"===t.getAttribute("role")?(t.removeAttribute("tabindex"),t.setAttribute("aria-selected",!0),this._toggleDropDown(t,!0),Ie.trigger(t,Zi,{relatedTarget:e})):t.classList.add(co)}),t,t.classList.contains(lo))}_deactivate(t,e){if(!t)return;t.classList.remove(ao),t.blur(),this._deactivate(qe.getElementFromSelector(t));this._queueCallback((()=>{"tab"===t.getAttribute("role")?(t.setAttribute("aria-selected",!1),t.setAttribute("tabindex","-1"),this._toggleDropDown(t,!1),Ie.trigger(t,Xi,{relatedTarget:e})):t.classList.remove(co)}),t,t.classList.contains(lo))}_keydown(t){if(![eo,ro,no,io,oo,so].includes(t.key))return;t.stopPropagation(),t.preventDefault();const e=this._getChildren().filter((t=>!ie(t)));let r;if([oo,so].includes(t.key))r=e[t.key===oo?0:e.length-1];else{const n=[ro,io].includes(t.key);r=fe(e,t.target,n,!0)}r&&(r.focus({preventScroll:!0}),go.getOrCreateInstance(r).show())}_getChildren(){return qe.find(fo,this._parent)}_getActiveElem(){return this._getChildren().find((t=>this._elemIsActive(t)))||null}_setInitialAttributes(t,e){this._setAttributeIfNotExists(t,"role","tablist");for(const t of e)this._setInitialAttributesOnChild(t)}_setInitialAttributesOnChild(t){t=this._getInnerElement(t);const e=this._elemIsActive(t),r=this._getOuterElement(t);t.setAttribute("aria-selected",e),r!==t&&this._setAttributeIfNotExists(r,"role","presentation"),e||t.setAttribute("tabindex","-1"),this._setAttributeIfNotExists(t,"role","tab"),this._setInitialAttributesOnTargetPanel(t)}_setInitialAttributesOnTargetPanel(t){const e=qe.getElementFromSelector(t);e&&(this._setAttributeIfNotExists(e,"role","tabpanel"),t.id&&this._setAttributeIfNotExists(e,"aria-labelledby",`${t.id}`))}_toggleDropDown(t,e){const r=this._getOuterElement(t);if(!r.classList.contains("dropdown"))return;const n=(t,n)=>{const i=qe.findOne(t,r);i&&i.classList.toggle(n,e)};n(uo,ao),n(".dropdown-menu",co),r.setAttribute("aria-expanded",e)}_setAttributeIfNotExists(t,e,r){t.hasAttribute(e)||t.setAttribute(e,r)}_elemIsActive(t){return t.classList.contains(ao)}_getInnerElement(t){return t.matches(fo)?t:qe.findOne(fo,t)}_getOuterElement(t){return t.closest(".nav-item, .list-group-item")||t}static jQueryInterface(t){return this.each((function(){const e=go.getOrCreateInstance(this);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t]()}}))}}Ie.on(document,Yi,mo,(function(t){["A","AREA"].includes(this.tagName)&&t.preventDefault(),ie(this)||go.getOrCreateInstance(this).show()})),Ie.on(window,to,(()=>{for(const t of qe.find(ho))go.getOrCreateInstance(t)})),pe(go);const bo=".bs.toast",yo=`mouseover${bo}`,vo=`mouseout${bo}`,xo=`focusin${bo}`,wo=`focusout${bo}`,_o=`hide${bo}`,ko=`hidden${bo}`,Ao=`show${bo}`,Eo=`shown${bo}`,So="hide",Co="show",To="showing",Oo={animation:"boolean",autohide:"boolean",delay:"number"},Io={animation:!0,autohide:!0,delay:5e3};class jo extends Me{constructor(t,e){super(t,e),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get Default(){return Io}static get DefaultType(){return Oo}static get NAME(){return"toast"}show(){if(Ie.trigger(this._element,Ao).defaultPrevented)return;this._clearTimeout(),this._config.animation&&this._element.classList.add("fade");this._element.classList.remove(So),ae(this._element),this._element.classList.add(Co,To),this._queueCallback((()=>{this._element.classList.remove(To),Ie.trigger(this._element,Eo),this._maybeScheduleHide()}),this._element,this._config.animation)}hide(){if(!this.isShown())return;if(Ie.trigger(this._element,_o).defaultPrevented)return;this._element.classList.add(To),this._queueCallback((()=>{this._element.classList.add(So),this._element.classList.remove(To,Co),Ie.trigger(this._element,ko)}),this._element,this._config.animation)}dispose(){this._clearTimeout(),this.isShown()&&this._element.classList.remove(Co),super.dispose()}isShown(){return this._element.classList.contains(Co)}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout((()=>{this.hide()}),this._config.delay)))}_onInteraction(t,e){switch(t.type){case"mouseover":case"mouseout":this._hasMouseInteraction=e;break;case"focusin":case"focusout":this._hasKeyboardInteraction=e}if(e)return void this._clearTimeout();const r=t.relatedTarget;this._element===r||this._element.contains(r)||this._maybeScheduleHide()}_setListeners(){Ie.on(this._element,yo,(t=>this._onInteraction(t,!0))),Ie.on(this._element,vo,(t=>this._onInteraction(t,!1))),Ie.on(this._element,xo,(t=>this._onInteraction(t,!0))),Ie.on(this._element,wo,(t=>this._onInteraction(t,!1)))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(t){return this.each((function(){const e=jo.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}function Lo(t,e){const r=Object.create(null),n=t.split(",");for(let t=0;t!!r[t.toLowerCase()]:t=>!!r[t]}Be(jo),pe(jo);const Po={},No=[],Do=()=>{},Mo=()=>!1,Ro=/^on[^a-z]/,qo=t=>Ro.test(t),Bo=t=>t.startsWith("onUpdate:"),$o=Object.assign,Fo=(t,e)=>{const r=t.indexOf(e);r>-1&&t.splice(r,1)},Uo=Object.prototype.hasOwnProperty,zo=(t,e)=>Uo.call(t,e),Ho=Array.isArray,Vo=t=>"[object Map]"===Jo(t),Go=t=>"[object Set]"===Jo(t),Wo=t=>"function"==typeof t,Ko=t=>"string"==typeof t,Xo=t=>"symbol"==typeof t,Qo=t=>null!==t&&"object"==typeof t,Zo=t=>Qo(t)&&Wo(t.then)&&Wo(t.catch),Yo=Object.prototype.toString,Jo=t=>Yo.call(t),ts=t=>Jo(t).slice(8,-1),es=t=>"[object Object]"===Jo(t),rs=t=>Ko(t)&&"NaN"!==t&&"-"!==t[0]&&""+parseInt(t,10)===t,ns=Lo(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),is=t=>{const e=Object.create(null);return r=>e[r]||(e[r]=t(r))},os=/-(\w)/g,ss=is((t=>t.replace(os,((t,e)=>e?e.toUpperCase():"")))),as=/\B([A-Z])/g,ls=is((t=>t.replace(as,"-$1").toLowerCase())),cs=is((t=>t.charAt(0).toUpperCase()+t.slice(1))),us=is((t=>t?`on${cs(t)}`:"")),ps=(t,e)=>!Object.is(t,e),ds=(t,e)=>{for(let r=0;r{Object.defineProperty(t,e,{configurable:!0,enumerable:!1,value:r})},fs=t=>{const e=parseFloat(t);return isNaN(e)?t:e},hs=t=>{const e=Ko(t)?Number(t):NaN;return isNaN(e)?t:e};let gs;const bs=()=>gs||(gs="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==r.g?r.g:{});function ys(t){if(Ho(t)){const e={};for(let r=0;r{if(t){const r=t.split(xs);r.length>1&&(e[r[0].trim()]=r[1].trim())}})),e}function ks(t){let e="";if(Ko(t))e=t;else if(Ho(t))for(let r=0;rKo(t)?t:null==t?"":Ho(t)||Qo(t)&&(t.toString===Yo||!Wo(t.toString))?JSON.stringify(t,Ts,2):String(t),Ts=(t,e)=>e&&e.__v_isRef?Ts(t,e.value):Vo(e)?{[`Map(${e.size})`]:[...e.entries()].reduce(((t,[e,r])=>(t[`${e} =>`]=r,t)),{})}:Go(e)?{[`Set(${e.size})`]:[...e.values()]}:!Qo(e)||Ho(e)||es(e)?e:String(e);let Os;class Is{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=Os,!t&&Os&&(this.index=(Os.scopes||(Os.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const e=Os;try{return Os=this,t()}finally{Os=e}}else 0}on(){Os=this}off(){Os=this.parent}stop(t){if(this._active){let e,r;for(e=0,r=this.effects.length;e{const e=new Set(t);return e.w=0,e.n=0,e},Ps=t=>(t.w&Rs)>0,Ns=t=>(t.n&Rs)>0,Ds=new WeakMap;let Ms=0,Rs=1;const qs=30;let Bs;const $s=Symbol(""),Fs=Symbol("");class Us{constructor(t,e=null,r){this.fn=t,this.scheduler=e,this.active=!0,this.deps=[],this.parent=void 0,js(this,r)}run(){if(!this.active)return this.fn();let t=Bs,e=Hs;for(;t;){if(t===this)return;t=t.parent}try{return this.parent=Bs,Bs=this,Hs=!0,Rs=1<<++Ms,Ms<=qs?(({deps:t})=>{if(t.length)for(let e=0;e{const{deps:e}=t;if(e.length){let r=0;for(let n=0;n{("length"===r||r>=t)&&a.push(e)}))}else switch(void 0!==r&&a.push(s.get(r)),e){case"add":Ho(t)?rs(r)&&a.push(s.get("length")):(a.push(s.get($s)),Vo(t)&&a.push(s.get(Fs)));break;case"delete":Ho(t)||(a.push(s.get($s)),Vo(t)&&a.push(s.get(Fs)));break;case"set":Vo(t)&&a.push(s.get($s))}if(1===a.length)a[0]&&Zs(a[0]);else{const t=[];for(const e of a)e&&t.push(...e);Zs(Ls(t))}}function Zs(t,e){const r=Ho(t)?t:[...t];for(const t of r)t.computed&&Ys(t,e);for(const t of r)t.computed||Ys(t,e)}function Ys(t,e){(t!==Bs||t.allowRecurse)&&(t.scheduler?t.scheduler():t.run())}const Js=Lo("__proto__,__v_isRef,__isVue"),ta=new Set(Object.getOwnPropertyNames(Symbol).filter((t=>"arguments"!==t&&"caller"!==t)).map((t=>Symbol[t])).filter(Xo)),ea=aa(),ra=aa(!1,!0),na=aa(!0),ia=oa();function oa(){const t={};return["includes","indexOf","lastIndexOf"].forEach((e=>{t[e]=function(...t){const r=Ha(this);for(let t=0,e=this.length;t{t[e]=function(...t){Gs();const r=Ha(this)[e].apply(this,t);return Ws(),r}})),t}function sa(t){const e=Ha(this);return Ks(e,0,t),e.hasOwnProperty(t)}function aa(t=!1,e=!1){return function(r,n,i){if("__v_isReactive"===n)return!t;if("__v_isReadonly"===n)return t;if("__v_isShallow"===n)return e;if("__v_raw"===n&&i===(t?e?Ma:Da:e?Na:Pa).get(r))return r;const o=Ho(r);if(!t){if(o&&zo(ia,n))return Reflect.get(ia,n,i);if("hasOwnProperty"===n)return sa}const s=Reflect.get(r,n,i);return(Xo(n)?ta.has(n):Js(n))?s:(t||Ks(r,0,n),e?s:Qa(s)?o&&rs(n)?s:s.value:Qo(s)?t?qa(s):Ra(s):s)}}function la(t=!1){return function(e,r,n,i){let o=e[r];if(Fa(o)&&Qa(o)&&!Qa(n))return!1;if(!t&&(Ua(n)||Fa(n)||(o=Ha(o),n=Ha(n)),!Ho(e)&&Qa(o)&&!Qa(n)))return o.value=n,!0;const s=Ho(e)&&rs(r)?Number(r)!0,deleteProperty:(t,e)=>!0},pa=$o({},ca,{get:ra,set:la(!0)}),da=t=>t,ma=t=>Reflect.getPrototypeOf(t);function fa(t,e,r=!1,n=!1){const i=Ha(t=t.__v_raw),o=Ha(e);r||(e!==o&&Ks(i,0,e),Ks(i,0,o));const{has:s}=ma(i),a=n?da:r?Wa:Ga;return s.call(i,e)?a(t.get(e)):s.call(i,o)?a(t.get(o)):void(t!==i&&t.get(e))}function ha(t,e=!1){const r=this.__v_raw,n=Ha(r),i=Ha(t);return e||(t!==i&&Ks(n,0,t),Ks(n,0,i)),t===i?r.has(t):r.has(t)||r.has(i)}function ga(t,e=!1){return t=t.__v_raw,!e&&Ks(Ha(t),0,$s),Reflect.get(t,"size",t)}function ba(t){t=Ha(t);const e=Ha(this);return ma(e).has.call(e,t)||(e.add(t),Qs(e,"add",t,t)),this}function ya(t,e){e=Ha(e);const r=Ha(this),{has:n,get:i}=ma(r);let o=n.call(r,t);o||(t=Ha(t),o=n.call(r,t));const s=i.call(r,t);return r.set(t,e),o?ps(e,s)&&Qs(r,"set",t,e):Qs(r,"add",t,e),this}function va(t){const e=Ha(this),{has:r,get:n}=ma(e);let i=r.call(e,t);i||(t=Ha(t),i=r.call(e,t));n&&n.call(e,t);const o=e.delete(t);return i&&Qs(e,"delete",t,void 0),o}function xa(){const t=Ha(this),e=0!==t.size,r=t.clear();return e&&Qs(t,"clear",void 0,void 0),r}function wa(t,e){return function(r,n){const i=this,o=i.__v_raw,s=Ha(o),a=e?da:t?Wa:Ga;return!t&&Ks(s,0,$s),o.forEach(((t,e)=>r.call(n,a(t),a(e),i)))}}function _a(t,e,r){return function(...n){const i=this.__v_raw,o=Ha(i),s=Vo(o),a="entries"===t||t===Symbol.iterator&&s,l="keys"===t&&s,c=i[t](...n),u=r?da:e?Wa:Ga;return!e&&Ks(o,0,l?Fs:$s),{next(){const{value:t,done:e}=c.next();return e?{value:t,done:e}:{value:a?[u(t[0]),u(t[1])]:u(t),done:e}},[Symbol.iterator](){return this}}}}function ka(t){return function(...e){return"delete"!==t&&this}}function Aa(){const t={get(t){return fa(this,t)},get size(){return ga(this)},has:ha,add:ba,set:ya,delete:va,clear:xa,forEach:wa(!1,!1)},e={get(t){return fa(this,t,!1,!0)},get size(){return ga(this)},has:ha,add:ba,set:ya,delete:va,clear:xa,forEach:wa(!1,!0)},r={get(t){return fa(this,t,!0)},get size(){return ga(this,!0)},has(t){return ha.call(this,t,!0)},add:ka("add"),set:ka("set"),delete:ka("delete"),clear:ka("clear"),forEach:wa(!0,!1)},n={get(t){return fa(this,t,!0,!0)},get size(){return ga(this,!0)},has(t){return ha.call(this,t,!0)},add:ka("add"),set:ka("set"),delete:ka("delete"),clear:ka("clear"),forEach:wa(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach((i=>{t[i]=_a(i,!1,!1),r[i]=_a(i,!0,!1),e[i]=_a(i,!1,!0),n[i]=_a(i,!0,!0)})),[t,r,e,n]}const[Ea,Sa,Ca,Ta]=Aa();function Oa(t,e){const r=e?t?Ta:Ca:t?Sa:Ea;return(e,n,i)=>"__v_isReactive"===n?!t:"__v_isReadonly"===n?t:"__v_raw"===n?e:Reflect.get(zo(r,n)&&n in e?r:e,n,i)}const Ia={get:Oa(!1,!1)},ja={get:Oa(!1,!0)},La={get:Oa(!0,!1)};const Pa=new WeakMap,Na=new WeakMap,Da=new WeakMap,Ma=new WeakMap;function Ra(t){return Fa(t)?t:Ba(t,!1,ca,Ia,Pa)}function qa(t){return Ba(t,!0,ua,La,Da)}function Ba(t,e,r,n,i){if(!Qo(t))return t;if(t.__v_raw&&(!e||!t.__v_isReactive))return t;const o=i.get(t);if(o)return o;const s=(a=t).__v_skip||!Object.isExtensible(a)?0:function(t){switch(t){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}(ts(a));var a;if(0===s)return t;const l=new Proxy(t,2===s?n:r);return i.set(t,l),l}function $a(t){return Fa(t)?$a(t.__v_raw):!(!t||!t.__v_isReactive)}function Fa(t){return!(!t||!t.__v_isReadonly)}function Ua(t){return!(!t||!t.__v_isShallow)}function za(t){return $a(t)||Fa(t)}function Ha(t){const e=t&&t.__v_raw;return e?Ha(e):t}function Va(t){return ms(t,"__v_skip",!0),t}const Ga=t=>Qo(t)?Ra(t):t,Wa=t=>Qo(t)?qa(t):t;function Ka(t){Hs&&Bs&&Xs((t=Ha(t)).dep||(t.dep=Ls()))}function Xa(t,e){const r=(t=Ha(t)).dep;r&&Zs(r)}function Qa(t){return!(!t||!0!==t.__v_isRef)}function Za(t){return Qa(t)?t.value:t}const Ya={get:(t,e,r)=>Za(Reflect.get(t,e,r)),set:(t,e,r,n)=>{const i=t[e];return Qa(i)&&!Qa(r)?(i.value=r,!0):Reflect.set(t,e,r,n)}};function Ja(t){return $a(t)?t:new Proxy(t,Ya)}class tl{constructor(t,e,r,n){this._setter=e,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this._dirty=!0,this.effect=new Us(t,(()=>{this._dirty||(this._dirty=!0,Xa(this))})),this.effect.computed=this,this.effect.active=this._cacheable=!n,this.__v_isReadonly=r}get value(){const t=Ha(this);return Ka(t),!t._dirty&&t._cacheable||(t._dirty=!1,t._value=t.effect.run()),t._value}set value(t){this._setter(t)}}function el(t,e,r,n){let i;try{i=n?t(...n):t()}catch(t){nl(t,e,r)}return i}function rl(t,e,r,n){if(Wo(t)){const i=el(t,e,r,n);return i&&Zo(i)&&i.catch((t=>{nl(t,e,r)})),i}const i=[];for(let o=0;o>>1;vl(sl[n])vl(t)-vl(e))),ul=0;ulnull==t.id?1/0:t.id,xl=(t,e)=>{const r=vl(t)-vl(e);if(0===r){if(t.pre&&!e.pre)return-1;if(e.pre&&!t.pre)return 1}return r};function wl(t){ol=!1,il=!0,sl.sort(xl);try{for(al=0;alKo(t)?t.trim():t))),e&&(i=r.map(fs))}let a;let l=n[a=us(e)]||n[a=us(ss(e))];!l&&o&&(l=n[a=us(ls(e))]),l&&rl(l,t,6,i);const c=n[a+"Once"];if(c){if(t.emitted){if(t.emitted[a])return}else t.emitted={};t.emitted[a]=!0,rl(c,t,6,i)}}function kl(t,e,r=!1){const n=e.emitsCache,i=n.get(t);if(void 0!==i)return i;const o=t.emits;let s={},a=!1;if(!Wo(t)){const n=t=>{const r=kl(t,e,!0);r&&(a=!0,$o(s,r))};!r&&e.mixins.length&&e.mixins.forEach(n),t.extends&&n(t.extends),t.mixins&&t.mixins.forEach(n)}return o||a?(Ho(o)?o.forEach((t=>s[t]=null)):$o(s,o),Qo(t)&&n.set(t,s),s):(Qo(t)&&n.set(t,null),null)}function Al(t,e){return!(!t||!qo(e))&&(e=e.slice(2).replace(/Once$/,""),zo(t,e[0].toLowerCase()+e.slice(1))||zo(t,ls(e))||zo(t,e))}let El=null,Sl=null;function Cl(t){const e=El;return El=t,Sl=t&&t.type.__scopeId||null,e}function Tl(t,e=El,r){if(!e)return t;if(t._n)return t;const n=(...r)=>{n._d&&Au(-1);const i=Cl(e);let o;try{o=t(...r)}finally{Cl(i),n._d&&Au(1)}return o};return n._n=!0,n._c=!0,n._d=!0,n}function Ol(t){const{type:e,vnode:r,proxy:n,withProxy:i,props:o,propsOptions:[s],slots:a,attrs:l,emit:c,render:u,renderCache:p,data:d,setupState:m,ctx:f,inheritAttrs:h}=t;let g,b;const y=Cl(t);try{if(4&r.shapeFlag){const t=i||n;g=$u(u.call(t,t,p,o,m,d,f)),b=l}else{const t=e;0,g=$u(t.length>1?t(o,{attrs:l,slots:a,emit:c}):t(o,null)),b=e.props?l:Il(l)}}catch(e){vu.length=0,nl(e,t,1),g=Nu(bu)}let v=g;if(b&&!1!==h){const t=Object.keys(b),{shapeFlag:e}=v;t.length&&7&e&&(s&&t.some(Bo)&&(b=jl(b,s)),v=Mu(v,b))}return r.dirs&&(v=Mu(v),v.dirs=v.dirs?v.dirs.concat(r.dirs):r.dirs),r.transition&&(v.transition=r.transition),g=v,Cl(y),g}const Il=t=>{let e;for(const r in t)("class"===r||"style"===r||qo(r))&&((e||(e={}))[r]=t[r]);return e},jl=(t,e)=>{const r={};for(const n in t)Bo(n)&&n.slice(9)in e||(r[n]=t[n]);return r};function Ll(t,e,r){const n=Object.keys(e);if(n.length!==Object.keys(t).length)return!0;for(let i=0;it.__isSuspense;function Dl(t,e){e&&e.pendingBranch?Ho(t)?e.effects.push(...t):e.effects.push(t):gl(t)}const Ml={};function Rl(t,e,r){return ql(t,e,r)}function ql(t,e,{immediate:r,deep:n,flush:i,onTrack:o,onTrigger:s}=Po){var a;const l=Os===(null==(a=Wu)?void 0:a.scope)?Wu:null;let c,u,p=!1,d=!1;if(Qa(t)?(c=()=>t.value,p=Ua(t)):$a(t)?(c=()=>t,n=!0):Ho(t)?(d=!0,p=t.some((t=>$a(t)||Ua(t))),c=()=>t.map((t=>Qa(t)?t.value:$a(t)?Fl(t):Wo(t)?el(t,l,2):void 0))):c=Wo(t)?e?()=>el(t,l,2):()=>{if(!l||!l.isUnmounted)return u&&u(),rl(t,l,3,[f])}:Do,e&&n){const t=c;c=()=>Fl(t())}let m,f=t=>{u=y.onStop=()=>{el(t,l,4)}};if(np){if(f=Do,e?r&&rl(e,l,3,[c(),d?[]:void 0,f]):c(),"sync"!==i)return Do;{const t=mp();m=t.__watcherHandles||(t.__watcherHandles=[])}}let h=d?new Array(t.length).fill(Ml):Ml;const g=()=>{if(y.active)if(e){const t=y.run();(n||p||(d?t.some(((t,e)=>ps(t,h[e]))):ps(t,h)))&&(u&&u(),rl(e,l,3,[t,h===Ml?void 0:d&&h[0]===Ml?[]:h,f]),h=t)}else y.run()};let b;g.allowRecurse=!!e,"sync"===i?b=g:"post"===i?b=()=>pu(g,l&&l.suspense):(g.pre=!0,l&&(g.id=l.uid),b=()=>fl(g));const y=new Us(c,b);e?r?g():h=y.run():"post"===i?pu(y.run.bind(y),l&&l.suspense):y.run();const v=()=>{y.stop(),l&&l.scope&&Fo(l.scope.effects,y)};return m&&m.push(v),v}function Bl(t,e,r){const n=this.proxy,i=Ko(t)?t.includes(".")?$l(n,t):()=>n[t]:t.bind(n,n);let o;Wo(e)?o=e:(o=e.handler,r=e);const s=Wu;Yu(this);const a=ql(i,o.bind(n),r);return s?Yu(s):Ju(),a}function $l(t,e){const r=e.split(".");return()=>{let e=t;for(let t=0;t{Fl(t,e)}));else if(es(t))for(const r in t)Fl(t[r],e);return t}function Ul(t,e){const r=El;if(null===r)return t;const n=lp(r)||r.proxy,i=t.dirs||(t.dirs=[]);for(let t=0;t{t.isMounted=!0})),hc((()=>{t.isUnmounting=!0})),t}const Vl=[Function,Array],Gl={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Vl,onEnter:Vl,onAfterEnter:Vl,onEnterCancelled:Vl,onBeforeLeave:Vl,onLeave:Vl,onAfterLeave:Vl,onLeaveCancelled:Vl,onBeforeAppear:Vl,onAppear:Vl,onAfterAppear:Vl,onAppearCancelled:Vl},Wl={name:"BaseTransition",props:Gl,setup(t,{slots:e}){const r=Ku(),n=Hl();let i;return()=>{const o=e.default&&Jl(e.default(),!0);if(!o||!o.length)return;let s=o[0];if(o.length>1){let t=!1;for(const e of o)if(e.type!==bu){0,s=e,t=!0;break}}const a=Ha(t),{mode:l}=a;if(n.isLeaving)return Ql(s);const c=Zl(s);if(!c)return Ql(s);const u=Xl(c,a,n,r);Yl(c,u);const p=r.subTree,d=p&&Zl(p);let m=!1;const{getTransitionKey:f}=c.type;if(f){const t=f();void 0===i?i=t:t!==i&&(i=t,m=!0)}if(d&&d.type!==bu&&(!Ou(c,d)||m)){const t=Xl(d,a,n,r);if(Yl(d,t),"out-in"===l)return n.isLeaving=!0,t.afterLeave=()=>{n.isLeaving=!1,!1!==r.update.active&&r.update()},Ql(s);"in-out"===l&&c.type!==bu&&(t.delayLeave=(t,e,r)=>{Kl(n,d)[String(d.key)]=d,t._leaveCb=()=>{e(),t._leaveCb=void 0,delete u.delayedLeave},u.delayedLeave=r})}return s}}};function Kl(t,e){const{leavingVNodes:r}=t;let n=r.get(e.type);return n||(n=Object.create(null),r.set(e.type,n)),n}function Xl(t,e,r,n){const{appear:i,mode:o,persisted:s=!1,onBeforeEnter:a,onEnter:l,onAfterEnter:c,onEnterCancelled:u,onBeforeLeave:p,onLeave:d,onAfterLeave:m,onLeaveCancelled:f,onBeforeAppear:h,onAppear:g,onAfterAppear:b,onAppearCancelled:y}=e,v=String(t.key),x=Kl(r,t),w=(t,e)=>{t&&rl(t,n,9,e)},_=(t,e)=>{const r=e[1];w(t,e),Ho(t)?t.every((t=>t.length<=1))&&r():t.length<=1&&r()},k={mode:o,persisted:s,beforeEnter(e){let n=a;if(!r.isMounted){if(!i)return;n=h||a}e._leaveCb&&e._leaveCb(!0);const o=x[v];o&&Ou(t,o)&&o.el._leaveCb&&o.el._leaveCb(),w(n,[e])},enter(t){let e=l,n=c,o=u;if(!r.isMounted){if(!i)return;e=g||l,n=b||c,o=y||u}let s=!1;const a=t._enterCb=e=>{s||(s=!0,w(e?o:n,[t]),k.delayedLeave&&k.delayedLeave(),t._enterCb=void 0)};e?_(e,[t,a]):a()},leave(e,n){const i=String(t.key);if(e._enterCb&&e._enterCb(!0),r.isUnmounting)return n();w(p,[e]);let o=!1;const s=e._leaveCb=r=>{o||(o=!0,n(),w(r?f:m,[e]),e._leaveCb=void 0,x[i]===t&&delete x[i])};x[i]=t,d?_(d,[e,s]):s()},clone:t=>Xl(t,e,r,n)};return k}function Ql(t){if(ec(t))return(t=Mu(t)).children=null,t}function Zl(t){return ec(t)?t.children?t.children[0]:void 0:t}function Yl(t,e){6&t.shapeFlag&&t.component?Yl(t.component.subTree,e):128&t.shapeFlag?(t.ssContent.transition=e.clone(t.ssContent),t.ssFallback.transition=e.clone(t.ssFallback)):t.transition=e}function Jl(t,e=!1,r){let n=[],i=0;for(let o=0;o1)for(let t=0;t!!t.type.__asyncLoader;const ec=t=>t.type.__isKeepAlive;RegExp,RegExp;function rc(t,e){return Ho(t)?t.some((t=>rc(t,e))):Ko(t)?t.split(",").includes(e):"[object RegExp]"===Jo(t)&&t.test(e)}function nc(t,e){oc(t,"a",e)}function ic(t,e){oc(t,"da",e)}function oc(t,e,r=Wu){const n=t.__wdc||(t.__wdc=()=>{let e=r;for(;e;){if(e.isDeactivated)return;e=e.parent}return t()});if(cc(e,n,r),r){let t=r.parent;for(;t&&t.parent;)ec(t.parent.vnode)&&sc(n,e,r,t),t=t.parent}}function sc(t,e,r,n){const i=cc(e,t,n,!0);gc((()=>{Fo(n[e],i)}),r)}function ac(t){t.shapeFlag&=-257,t.shapeFlag&=-513}function lc(t){return 128&t.shapeFlag?t.ssContent:t}function cc(t,e,r=Wu,n=!1){if(r){const i=r[t]||(r[t]=[]),o=e.__weh||(e.__weh=(...n)=>{if(r.isUnmounted)return;Gs(),Yu(r);const i=rl(e,r,t,n);return Ju(),Ws(),i});return n?i.unshift(o):i.push(o),o}}const uc=t=>(e,r=Wu)=>(!np||"sp"===t)&&cc(t,((...t)=>e(...t)),r),pc=uc("bm"),dc=uc("m"),mc=uc("bu"),fc=uc("u"),hc=uc("bum"),gc=uc("um"),bc=uc("sp"),yc=uc("rtg"),vc=uc("rtc");function xc(t,e=Wu){cc("ec",t,e)}const wc="components";function _c(t,e){return Ac(wc,t,!0,e)||t}const kc=Symbol.for("v-ndc");function Ac(t,e,r=!0,n=!1){const i=El||Wu;if(i){const r=i.type;if(t===wc){const t=cp(r,!1);if(t&&(t===e||t===ss(e)||t===cs(ss(e))))return r}const o=Ec(i[t]||r[t],e)||Ec(i.appContext[t],e);return!o&&n?r:o}}function Ec(t,e){return t&&(t[e]||t[ss(e)]||t[cs(ss(e))])}function Sc(t,e,r,n){let i;const o=r&&r[n];if(Ho(t)||Ko(t)){i=new Array(t.length);for(let r=0,n=t.length;re(t,r,void 0,o&&o[r])));else{const r=Object.keys(t);i=new Array(r.length);for(let n=0,s=r.length;nt?tp(t)?lp(t)||t.proxy:Cc(t.parent):null,Tc=$o(Object.create(null),{$:t=>t,$el:t=>t.vnode.el,$data:t=>t.data,$props:t=>t.props,$attrs:t=>t.attrs,$slots:t=>t.slots,$refs:t=>t.refs,$parent:t=>Cc(t.parent),$root:t=>Cc(t.root),$emit:t=>t.emit,$options:t=>Mc(t),$forceUpdate:t=>t.f||(t.f=()=>fl(t.update)),$nextTick:t=>t.n||(t.n=ml.bind(t.proxy)),$watch:t=>Bl.bind(t)}),Oc=(t,e)=>t!==Po&&!t.__isScriptSetup&&zo(t,e),Ic={get({_:t},e){const{ctx:r,setupState:n,data:i,props:o,accessCache:s,type:a,appContext:l}=t;let c;if("$"!==e[0]){const a=s[e];if(void 0!==a)switch(a){case 1:return n[e];case 2:return i[e];case 4:return r[e];case 3:return o[e]}else{if(Oc(n,e))return s[e]=1,n[e];if(i!==Po&&zo(i,e))return s[e]=2,i[e];if((c=t.propsOptions[0])&&zo(c,e))return s[e]=3,o[e];if(r!==Po&&zo(r,e))return s[e]=4,r[e];Lc&&(s[e]=0)}}const u=Tc[e];let p,d;return u?("$attrs"===e&&Ks(t,0,e),u(t)):(p=a.__cssModules)&&(p=p[e])?p:r!==Po&&zo(r,e)?(s[e]=4,r[e]):(d=l.config.globalProperties,zo(d,e)?d[e]:void 0)},set({_:t},e,r){const{data:n,setupState:i,ctx:o}=t;return Oc(i,e)?(i[e]=r,!0):n!==Po&&zo(n,e)?(n[e]=r,!0):!zo(t.props,e)&&(("$"!==e[0]||!(e.slice(1)in t))&&(o[e]=r,!0))},has({_:{data:t,setupState:e,accessCache:r,ctx:n,appContext:i,propsOptions:o}},s){let a;return!!r[s]||t!==Po&&zo(t,s)||Oc(e,s)||(a=o[0])&&zo(a,s)||zo(n,s)||zo(Tc,s)||zo(i.config.globalProperties,s)},defineProperty(t,e,r){return null!=r.get?t._.accessCache[e]=0:zo(r,"value")&&this.set(t,e,r.value,null),Reflect.defineProperty(t,e,r)}};function jc(t){return Ho(t)?t.reduce(((t,e)=>(t[e]=null,t)),{}):t}let Lc=!0;function Pc(t){const e=Mc(t),r=t.proxy,n=t.ctx;Lc=!1,e.beforeCreate&&Nc(e.beforeCreate,t,"bc");const{data:i,computed:o,methods:s,watch:a,provide:l,inject:c,created:u,beforeMount:p,mounted:d,beforeUpdate:m,updated:f,activated:h,deactivated:g,beforeDestroy:b,beforeUnmount:y,destroyed:v,unmounted:x,render:w,renderTracked:_,renderTriggered:k,errorCaptured:A,serverPrefetch:E,expose:S,inheritAttrs:C,components:T,directives:O,filters:I}=e;if(c&&function(t,e){Ho(t)&&(t=$c(t));for(const r in t){const n=t[r];let i;i=Qo(n)?"default"in n?Kc(n.from||r,n.default,!0):Kc(n.from||r):Kc(n),Qa(i)?Object.defineProperty(e,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:t=>i.value=t}):e[r]=i}}(c,n,null),s)for(const t in s){const e=s[t];Wo(e)&&(n[t]=e.bind(r))}if(i){0;const e=i.call(r,r);0,Qo(e)&&(t.data=Ra(e))}if(Lc=!0,o)for(const t in o){const e=o[t],i=Wo(e)?e.bind(r,r):Wo(e.get)?e.get.bind(r,r):Do;0;const s=!Wo(e)&&Wo(e.set)?e.set.bind(r):Do,a=pp({get:i,set:s});Object.defineProperty(n,t,{enumerable:!0,configurable:!0,get:()=>a.value,set:t=>a.value=t})}if(a)for(const t in a)Dc(a[t],n,r,t);if(l){const t=Wo(l)?l.call(r):l;Reflect.ownKeys(t).forEach((e=>{!function(t,e){if(Wu){let r=Wu.provides;const n=Wu.parent&&Wu.parent.provides;n===r&&(r=Wu.provides=Object.create(n)),r[t]=e}else 0}(e,t[e])}))}function j(t,e){Ho(e)?e.forEach((e=>t(e.bind(r)))):e&&t(e.bind(r))}if(u&&Nc(u,t,"c"),j(pc,p),j(dc,d),j(mc,m),j(fc,f),j(nc,h),j(ic,g),j(xc,A),j(vc,_),j(yc,k),j(hc,y),j(gc,x),j(bc,E),Ho(S))if(S.length){const e=t.exposed||(t.exposed={});S.forEach((t=>{Object.defineProperty(e,t,{get:()=>r[t],set:e=>r[t]=e})}))}else t.exposed||(t.exposed={});w&&t.render===Do&&(t.render=w),null!=C&&(t.inheritAttrs=C),T&&(t.components=T),O&&(t.directives=O)}function Nc(t,e,r){rl(Ho(t)?t.map((t=>t.bind(e.proxy))):t.bind(e.proxy),e,r)}function Dc(t,e,r,n){const i=n.includes(".")?$l(r,n):()=>r[n];if(Ko(t)){const r=e[t];Wo(r)&&Rl(i,r)}else if(Wo(t))Rl(i,t.bind(r));else if(Qo(t))if(Ho(t))t.forEach((t=>Dc(t,e,r,n)));else{const n=Wo(t.handler)?t.handler.bind(r):e[t.handler];Wo(n)&&Rl(i,n,t)}else 0}function Mc(t){const e=t.type,{mixins:r,extends:n}=e,{mixins:i,optionsCache:o,config:{optionMergeStrategies:s}}=t.appContext,a=o.get(e);let l;return a?l=a:i.length||r||n?(l={},i.length&&i.forEach((t=>Rc(l,t,s,!0))),Rc(l,e,s)):l=e,Qo(e)&&o.set(e,l),l}function Rc(t,e,r,n=!1){const{mixins:i,extends:o}=e;o&&Rc(t,o,r,!0),i&&i.forEach((e=>Rc(t,e,r,!0)));for(const i in e)if(n&&"expose"===i);else{const n=qc[i]||r&&r[i];t[i]=n?n(t[i],e[i]):e[i]}return t}const qc={data:Bc,props:zc,emits:zc,methods:Uc,computed:Uc,beforeCreate:Fc,created:Fc,beforeMount:Fc,mounted:Fc,beforeUpdate:Fc,updated:Fc,beforeDestroy:Fc,beforeUnmount:Fc,destroyed:Fc,unmounted:Fc,activated:Fc,deactivated:Fc,errorCaptured:Fc,serverPrefetch:Fc,components:Uc,directives:Uc,watch:function(t,e){if(!t)return e;if(!e)return t;const r=$o(Object.create(null),t);for(const n in e)r[n]=Fc(t[n],e[n]);return r},provide:Bc,inject:function(t,e){return Uc($c(t),$c(e))}};function Bc(t,e){return e?t?function(){return $o(Wo(t)?t.call(this,this):t,Wo(e)?e.call(this,this):e)}:e:t}function $c(t){if(Ho(t)){const e={};for(let r=0;r(o.has(t)||(t&&Wo(t.install)?(o.add(t),t.install(a,...e)):Wo(t)&&(o.add(t),t(a,...e))),a),mixin:t=>(i.mixins.includes(t)||i.mixins.push(t),a),component:(t,e)=>e?(i.components[t]=e,a):i.components[t],directive:(t,e)=>e?(i.directives[t]=e,a):i.directives[t],mount(o,l,c){if(!s){0;const u=Nu(r,n);return u.appContext=i,l&&e?e(u,o):t(u,o,c),s=!0,a._container=o,o.__vue_app__=a,lp(u.component)||u.component.proxy}},unmount(){s&&(t(null,a._container),delete a._container.__vue_app__)},provide:(t,e)=>(i.provides[t]=e,a),runWithContext(t){Wc=a;try{return t()}finally{Wc=null}}};return a}}let Wc=null;function Kc(t,e,r=!1){const n=Wu||El;if(n||Wc){const i=n?null==n.parent?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:Wc._context.provides;if(i&&t in i)return i[t];if(arguments.length>1)return r&&Wo(e)?e.call(n&&n.proxy):e}else 0}function Xc(t,e,r,n=!1){const i={},o={};ms(o,Iu,1),t.propsDefaults=Object.create(null),Qc(t,e,i,o);for(const e in t.propsOptions[0])e in i||(i[e]=void 0);r?t.props=n?i:Ba(i,!1,pa,ja,Na):t.type.props?t.props=i:t.props=o,t.attrs=o}function Qc(t,e,r,n){const[i,o]=t.propsOptions;let s,a=!1;if(e)for(let l in e){if(ns(l))continue;const c=e[l];let u;i&&zo(i,u=ss(l))?o&&o.includes(u)?(s||(s={}))[u]=c:r[u]=c:Al(t.emitsOptions,l)||l in n&&c===n[l]||(n[l]=c,a=!0)}if(o){const e=Ha(r),n=s||Po;for(let s=0;s{l=!0;const[r,n]=Yc(t,e,!0);$o(s,r),n&&a.push(...n)};!r&&e.mixins.length&&e.mixins.forEach(n),t.extends&&n(t.extends),t.mixins&&t.mixins.forEach(n)}if(!o&&!l)return Qo(t)&&n.set(t,No),No;if(Ho(o))for(let t=0;t-1,n[1]=r<0||t-1||zo(n,"default"))&&a.push(e)}}}}const c=[s,a];return Qo(t)&&n.set(t,c),c}function Jc(t){return"$"!==t[0]}function tu(t){const e=t&&t.toString().match(/^\s*(function|class) (\w+)/);return e?e[2]:null===t?"null":""}function eu(t,e){return tu(t)===tu(e)}function ru(t,e){return Ho(e)?e.findIndex((e=>eu(e,t))):Wo(e)&&eu(e,t)?0:-1}const nu=t=>"_"===t[0]||"$stable"===t,iu=t=>Ho(t)?t.map($u):[$u(t)],ou=(t,e,r)=>{if(e._n)return e;const n=Tl(((...t)=>iu(e(...t))),r);return n._c=!1,n},su=(t,e,r)=>{const n=t._ctx;for(const r in t){if(nu(r))continue;const i=t[r];if(Wo(i))e[r]=ou(0,i,n);else if(null!=i){0;const t=iu(i);e[r]=()=>t}}},au=(t,e)=>{const r=iu(e);t.slots.default=()=>r},lu=(t,e)=>{if(32&t.vnode.shapeFlag){const r=e._;r?(t.slots=Ha(e),ms(e,"_",r)):su(e,t.slots={})}else t.slots={},e&&au(t,e);ms(t.slots,Iu,1)},cu=(t,e,r)=>{const{vnode:n,slots:i}=t;let o=!0,s=Po;if(32&n.shapeFlag){const t=e._;t?r&&1===t?o=!1:($o(i,e),r||1!==t||delete i._):(o=!e.$stable,su(e,i)),s=e}else e&&(au(t,e),s={default:1});if(o)for(const t in i)nu(t)||t in s||delete i[t]};function uu(t,e,r,n,i=!1){if(Ho(t))return void t.forEach(((t,o)=>uu(t,e&&(Ho(e)?e[o]:e),r,n,i)));if(tc(n)&&!i)return;const o=4&n.shapeFlag?lp(n.component)||n.component.proxy:n.el,s=i?null:o,{i:a,r:l}=t;const c=e&&e.r,u=a.refs===Po?a.refs={}:a.refs,p=a.setupState;if(null!=c&&c!==l&&(Ko(c)?(u[c]=null,zo(p,c)&&(p[c]=null)):Qa(c)&&(c.value=null)),Wo(l))el(l,a,12,[s,u]);else{const e=Ko(l),n=Qa(l);if(e||n){const a=()=>{if(t.f){const r=e?zo(p,l)?p[l]:u[l]:l.value;i?Ho(r)&&Fo(r,o):Ho(r)?r.includes(o)||r.push(o):e?(u[l]=[o],zo(p,l)&&(p[l]=u[l])):(l.value=[o],t.k&&(u[t.k]=l.value))}else e?(u[l]=s,zo(p,l)&&(p[l]=s)):n&&(l.value=s,t.k&&(u[t.k]=s))};s?(a.id=-1,pu(a,r)):a()}else 0}}const pu=Dl;function du(t,e){bs().__VUE__=!0;const{insert:r,remove:n,patchProp:i,createElement:o,createText:s,createComment:a,setText:l,setElementText:c,parentNode:u,nextSibling:p,setScopeId:d=Do,insertStaticContent:m}=t,f=(t,e,r,n=null,i=null,o=null,s=!1,a=null,l=!!e.dynamicChildren)=>{if(t===e)return;t&&!Ou(t,e)&&(n=F(t),M(t,i,o,!0),t=null),-2===e.patchFlag&&(l=!1,e.dynamicChildren=null);const{type:c,ref:u,shapeFlag:p}=e;switch(c){case gu:h(t,e,r,n);break;case bu:g(t,e,r,n);break;case yu:null==t&&b(e,r,n,s);break;case hu:S(t,e,r,n,i,o,s,a,l);break;default:1&p?v(t,e,r,n,i,o,s,a,l):6&p?C(t,e,r,n,i,o,s,a,l):(64&p||128&p)&&c.process(t,e,r,n,i,o,s,a,l,z)}null!=u&&i&&uu(u,t&&t.ref,o,e||t,!e)},h=(t,e,n,i)=>{if(null==t)r(e.el=s(e.children),n,i);else{const r=e.el=t.el;e.children!==t.children&&l(r,e.children)}},g=(t,e,n,i)=>{null==t?r(e.el=a(e.children||""),n,i):e.el=t.el},b=(t,e,r,n)=>{[t.el,t.anchor]=m(t.children,e,r,n,t.el,t.anchor)},y=({el:t,anchor:e})=>{let r;for(;t&&t!==e;)r=p(t),n(t),t=r;n(e)},v=(t,e,r,n,i,o,s,a,l)=>{s=s||"svg"===e.type,null==t?x(e,r,n,i,o,s,a,l):k(t,e,i,o,s,a,l)},x=(t,e,n,s,a,l,u,p)=>{let d,m;const{type:f,props:h,shapeFlag:g,transition:b,dirs:y}=t;if(d=t.el=o(t.type,l,h&&h.is,h),8&g?c(d,t.children):16&g&&_(t.children,d,null,s,a,l&&"foreignObject"!==f,u,p),y&&zl(t,null,s,"created"),w(d,t,t.scopeId,u,s),h){for(const e in h)"value"===e||ns(e)||i(d,e,null,h[e],l,t.children,s,a,$);"value"in h&&i(d,"value",null,h.value),(m=h.onVnodeBeforeMount)&&zu(m,s,t)}y&&zl(t,null,s,"beforeMount");const v=(!a||a&&!a.pendingBranch)&&b&&!b.persisted;v&&b.beforeEnter(d),r(d,e,n),((m=h&&h.onVnodeMounted)||v||y)&&pu((()=>{m&&zu(m,s,t),v&&b.enter(d),y&&zl(t,null,s,"mounted")}),a)},w=(t,e,r,n,i)=>{if(r&&d(t,r),n)for(let e=0;e{for(let c=l;c{const l=e.el=t.el;let{patchFlag:u,dynamicChildren:p,dirs:d}=e;u|=16&t.patchFlag;const m=t.props||Po,f=e.props||Po;let h;r&&mu(r,!1),(h=f.onVnodeBeforeUpdate)&&zu(h,r,e,t),d&&zl(e,t,r,"beforeUpdate"),r&&mu(r,!0);const g=o&&"foreignObject"!==e.type;if(p?A(t.dynamicChildren,p,l,r,n,g,s):a||L(t,e,l,null,r,n,g,s,!1),u>0){if(16&u)E(l,e,m,f,r,n,o);else if(2&u&&m.class!==f.class&&i(l,"class",null,f.class,o),4&u&&i(l,"style",m.style,f.style,o),8&u){const s=e.dynamicProps;for(let e=0;e{h&&zu(h,r,e,t),d&&zl(e,t,r,"updated")}),n)},A=(t,e,r,n,i,o,s)=>{for(let a=0;a{if(r!==n){if(r!==Po)for(const l in r)ns(l)||l in n||i(t,l,r[l],null,a,e.children,o,s,$);for(const l in n){if(ns(l))continue;const c=n[l],u=r[l];c!==u&&"value"!==l&&i(t,l,u,c,a,e.children,o,s,$)}"value"in n&&i(t,"value",r.value,n.value)}},S=(t,e,n,i,o,a,l,c,u)=>{const p=e.el=t?t.el:s(""),d=e.anchor=t?t.anchor:s("");let{patchFlag:m,dynamicChildren:f,slotScopeIds:h}=e;h&&(c=c?c.concat(h):h),null==t?(r(p,n,i),r(d,n,i),_(e.children,n,d,o,a,l,c,u)):m>0&&64&m&&f&&t.dynamicChildren?(A(t.dynamicChildren,f,n,o,a,l,c),(null!=e.key||o&&e===o.subTree)&&fu(t,e,!0)):L(t,e,n,d,o,a,l,c,u)},C=(t,e,r,n,i,o,s,a,l)=>{e.slotScopeIds=a,null==t?512&e.shapeFlag?i.ctx.activate(e,r,n,s,l):T(e,r,n,i,o,s,l):O(t,e,l)},T=(t,e,r,n,i,o,s)=>{const a=t.component=Gu(t,n,i);if(ec(t)&&(a.ctx.renderer=z),ip(a),a.asyncDep){if(i&&i.registerDep(a,I),!t.el){const t=a.subTree=Nu(bu);g(null,t,e,r)}}else I(a,t,e,r,i,o,s)},O=(t,e,r)=>{const n=e.component=t.component;if(function(t,e,r){const{props:n,children:i,component:o}=t,{props:s,children:a,patchFlag:l}=e,c=o.emitsOptions;if(e.dirs||e.transition)return!0;if(!(r&&l>=0))return!(!i&&!a||a&&a.$stable)||n!==s&&(n?!s||Ll(n,s,c):!!s);if(1024&l)return!0;if(16&l)return n?Ll(n,s,c):!!s;if(8&l){const t=e.dynamicProps;for(let e=0;eal&&sl.splice(e,1)}(n.update),n.update()}else e.el=t.el,n.vnode=e},I=(t,e,r,n,i,o,s)=>{const a=t.effect=new Us((()=>{if(t.isMounted){let e,{next:r,bu:n,u:a,parent:l,vnode:c}=t,p=r;0,mu(t,!1),r?(r.el=c.el,j(t,r,s)):r=c,n&&ds(n),(e=r.props&&r.props.onVnodeBeforeUpdate)&&zu(e,l,r,c),mu(t,!0);const d=Ol(t);0;const m=t.subTree;t.subTree=d,f(m,d,u(m.el),F(m),t,i,o),r.el=d.el,null===p&&Pl(t,d.el),a&&pu(a,i),(e=r.props&&r.props.onVnodeUpdated)&&pu((()=>zu(e,l,r,c)),i)}else{let s;const{el:a,props:l}=e,{bm:c,m:u,parent:p}=t,d=tc(e);if(mu(t,!1),c&&ds(c),!d&&(s=l&&l.onVnodeBeforeMount)&&zu(s,p,e),mu(t,!0),a&&V){const r=()=>{t.subTree=Ol(t),V(a,t.subTree,t,i,null)};d?e.type.__asyncLoader().then((()=>!t.isUnmounted&&r())):r()}else{0;const s=t.subTree=Ol(t);0,f(null,s,r,n,t,i,o),e.el=s.el}if(u&&pu(u,i),!d&&(s=l&&l.onVnodeMounted)){const t=e;pu((()=>zu(s,p,t)),i)}(256&e.shapeFlag||p&&tc(p.vnode)&&256&p.vnode.shapeFlag)&&t.a&&pu(t.a,i),t.isMounted=!0,e=r=n=null}}),(()=>fl(l)),t.scope),l=t.update=()=>a.run();l.id=t.uid,mu(t,!0),l()},j=(t,e,r)=>{e.component=t;const n=t.vnode.props;t.vnode=e,t.next=null,function(t,e,r,n){const{props:i,attrs:o,vnode:{patchFlag:s}}=t,a=Ha(i),[l]=t.propsOptions;let c=!1;if(!(n||s>0)||16&s){let n;Qc(t,e,i,o)&&(c=!0);for(const o in a)e&&(zo(e,o)||(n=ls(o))!==o&&zo(e,n))||(l?!r||void 0===r[o]&&void 0===r[n]||(i[o]=Zc(l,a,o,void 0,t,!0)):delete i[o]);if(o!==a)for(const t in o)e&&zo(e,t)||(delete o[t],c=!0)}else if(8&s){const r=t.vnode.dynamicProps;for(let n=0;n{const u=t&&t.children,p=t?t.shapeFlag:0,d=e.children,{patchFlag:m,shapeFlag:f}=e;if(m>0){if(128&m)return void N(u,d,r,n,i,o,s,a,l);if(256&m)return void P(u,d,r,n,i,o,s,a,l)}8&f?(16&p&&$(u,i,o),d!==u&&c(r,d)):16&p?16&f?N(u,d,r,n,i,o,s,a,l):$(u,i,o,!0):(8&p&&c(r,""),16&f&&_(d,r,n,i,o,s,a,l))},P=(t,e,r,n,i,o,s,a,l)=>{e=e||No;const c=(t=t||No).length,u=e.length,p=Math.min(c,u);let d;for(d=0;du?$(t,i,o,!0,!1,p):_(e,r,n,i,o,s,a,l,p)},N=(t,e,r,n,i,o,s,a,l)=>{let c=0;const u=e.length;let p=t.length-1,d=u-1;for(;c<=p&&c<=d;){const n=t[c],u=e[c]=l?Fu(e[c]):$u(e[c]);if(!Ou(n,u))break;f(n,u,r,null,i,o,s,a,l),c++}for(;c<=p&&c<=d;){const n=t[p],c=e[d]=l?Fu(e[d]):$u(e[d]);if(!Ou(n,c))break;f(n,c,r,null,i,o,s,a,l),p--,d--}if(c>p){if(c<=d){const t=d+1,p=td)for(;c<=p;)M(t[c],i,o,!0),c++;else{const m=c,h=c,g=new Map;for(c=h;c<=d;c++){const t=e[c]=l?Fu(e[c]):$u(e[c]);null!=t.key&&g.set(t.key,c)}let b,y=0;const v=d-h+1;let x=!1,w=0;const _=new Array(v);for(c=0;c=v){M(n,i,o,!0);continue}let u;if(null!=n.key)u=g.get(n.key);else for(b=h;b<=d;b++)if(0===_[b-h]&&Ou(n,e[b])){u=b;break}void 0===u?M(n,i,o,!0):(_[u-h]=c+1,u>=w?w=u:x=!0,f(n,e[u],r,null,i,o,s,a,l),y++)}const k=x?function(t){const e=t.slice(),r=[0];let n,i,o,s,a;const l=t.length;for(n=0;n>1,t[r[a]]0&&(e[n]=r[o-1]),r[o]=n)}}o=r.length,s=r[o-1];for(;o-- >0;)r[o]=s,s=e[s];return r}(_):No;for(b=k.length-1,c=v-1;c>=0;c--){const t=h+c,p=e[t],d=t+1{const{el:s,type:a,transition:l,children:c,shapeFlag:u}=t;if(6&u)return void D(t.component.subTree,e,n,i);if(128&u)return void t.suspense.move(e,n,i);if(64&u)return void a.move(t,e,n,z);if(a===hu){r(s,e,n);for(let t=0;t{let o;for(;t&&t!==e;)o=p(t),r(t,n,i),t=o;r(e,n,i)})(t,e,n);if(2!==i&&1&u&&l)if(0===i)l.beforeEnter(s),r(s,e,n),pu((()=>l.enter(s)),o);else{const{leave:t,delayLeave:i,afterLeave:o}=l,a=()=>r(s,e,n),c=()=>{t(s,(()=>{a(),o&&o()}))};i?i(s,a,c):c()}else r(s,e,n)},M=(t,e,r,n=!1,i=!1)=>{const{type:o,props:s,ref:a,children:l,dynamicChildren:c,shapeFlag:u,patchFlag:p,dirs:d}=t;if(null!=a&&uu(a,null,r,t,!0),256&u)return void e.ctx.deactivate(t);const m=1&u&&d,f=!tc(t);let h;if(f&&(h=s&&s.onVnodeBeforeUnmount)&&zu(h,e,t),6&u)B(t.component,r,n);else{if(128&u)return void t.suspense.unmount(r,n);m&&zl(t,null,e,"beforeUnmount"),64&u?t.type.remove(t,e,r,i,z,n):c&&(o!==hu||p>0&&64&p)?$(c,e,r,!1,!0):(o===hu&&384&p||!i&&16&u)&&$(l,e,r),n&&R(t)}(f&&(h=s&&s.onVnodeUnmounted)||m)&&pu((()=>{h&&zu(h,e,t),m&&zl(t,null,e,"unmounted")}),r)},R=t=>{const{type:e,el:r,anchor:i,transition:o}=t;if(e===hu)return void q(r,i);if(e===yu)return void y(t);const s=()=>{n(r),o&&!o.persisted&&o.afterLeave&&o.afterLeave()};if(1&t.shapeFlag&&o&&!o.persisted){const{leave:e,delayLeave:n}=o,i=()=>e(r,s);n?n(t.el,s,i):i()}else s()},q=(t,e)=>{let r;for(;t!==e;)r=p(t),n(t),t=r;n(e)},B=(t,e,r)=>{const{bum:n,scope:i,update:o,subTree:s,um:a}=t;n&&ds(n),i.stop(),o&&(o.active=!1,M(s,t,e,r)),a&&pu(a,e),pu((()=>{t.isUnmounted=!0}),e),e&&e.pendingBranch&&!e.isUnmounted&&t.asyncDep&&!t.asyncResolved&&t.suspenseId===e.pendingId&&(e.deps--,0===e.deps&&e.resolve())},$=(t,e,r,n=!1,i=!1,o=0)=>{for(let s=o;s6&t.shapeFlag?F(t.component.subTree):128&t.shapeFlag?t.suspense.next():p(t.anchor||t.el),U=(t,e,r)=>{null==t?e._vnode&&M(e._vnode,null,null,!0):f(e._vnode||null,t,e,null,null,null,r),bl(),yl(),e._vnode=t},z={p:f,um:M,m:D,r:R,mt:T,mc:_,pc:L,pbc:A,n:F,o:t};let H,V;return e&&([H,V]=e(z)),{render:U,hydrate:H,createApp:Gc(U,H)}}function mu({effect:t,update:e},r){t.allowRecurse=e.allowRecurse=r}function fu(t,e,r=!1){const n=t.children,i=e.children;if(Ho(n)&&Ho(i))for(let t=0;t0?xu||No:null,_u(),ku>0&&xu&&xu.push(t),t}function Su(t,e,r,n,i,o){return Eu(Pu(t,e,r,n,i,o,!0))}function Cu(t,e,r,n,i){return Eu(Nu(t,e,r,n,i,!0))}function Tu(t){return!!t&&!0===t.__v_isVNode}function Ou(t,e){return t.type===e.type&&t.key===e.key}const Iu="__vInternal",ju=({key:t})=>null!=t?t:null,Lu=({ref:t,ref_key:e,ref_for:r})=>("number"==typeof t&&(t=""+t),null!=t?Ko(t)||Qa(t)||Wo(t)?{i:El,r:t,k:e,f:!!r}:t:null);function Pu(t,e=null,r=null,n=0,i=null,o=(t===hu?0:1),s=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:t,props:e,key:e&&ju(e),ref:e&&Lu(e),scopeId:Sl,slotScopeIds:null,children:r,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:n,dynamicProps:i,dynamicChildren:null,appContext:null,ctx:El};return a?(Uu(l,r),128&o&&t.normalize(l)):r&&(l.shapeFlag|=Ko(r)?8:16),ku>0&&!s&&xu&&(l.patchFlag>0||6&o)&&32!==l.patchFlag&&xu.push(l),l}const Nu=Du;function Du(t,e=null,r=null,n=0,i=null,o=!1){if(t&&t!==kc||(t=bu),Tu(t)){const n=Mu(t,e,!0);return r&&Uu(n,r),ku>0&&!o&&xu&&(6&n.shapeFlag?xu[xu.indexOf(t)]=n:xu.push(n)),n.patchFlag|=-2,n}if(up(t)&&(t=t.__vccOpts),e){e=function(t){return t?za(t)||Iu in t?$o({},t):t:null}(e);let{class:t,style:r}=e;t&&!Ko(t)&&(e.class=ks(t)),Qo(r)&&(za(r)&&!Ho(r)&&(r=$o({},r)),e.style=ys(r))}return Pu(t,e,r,n,i,Ko(t)?1:Nl(t)?128:(t=>t.__isTeleport)(t)?64:Qo(t)?4:Wo(t)?2:0,o,!0)}function Mu(t,e,r=!1){const{props:n,ref:i,patchFlag:o,children:s}=t,a=e?function(...t){const e={};for(let r=0;rWu||El;let Xu,Qu,Zu="__VUE_INSTANCE_SETTERS__";(Qu=bs()[Zu])||(Qu=bs()[Zu]=[]),Qu.push((t=>Wu=t)),Xu=t=>{Qu.length>1?Qu.forEach((e=>e(t))):Qu[0](t)};const Yu=t=>{Xu(t),t.scope.on()},Ju=()=>{Wu&&Wu.scope.off(),Xu(null)};function tp(t){return 4&t.vnode.shapeFlag}let ep,rp,np=!1;function ip(t,e=!1){np=e;const{props:r,children:n}=t.vnode,i=tp(t);Xc(t,r,i,e),lu(t,n);const o=i?function(t,e){const r=t.type;0;t.accessCache=Object.create(null),t.proxy=Va(new Proxy(t.ctx,Ic)),!1;const{setup:n}=r;if(n){const r=t.setupContext=n.length>1?ap(t):null;Yu(t),Gs();const i=el(n,t,0,[t.props,r]);if(Ws(),Ju(),Zo(i)){if(i.then(Ju,Ju),e)return i.then((r=>{op(t,r,e)})).catch((e=>{nl(e,t,0)}));t.asyncDep=i}else op(t,i,e)}else sp(t,e)}(t,e):void 0;return np=!1,o}function op(t,e,r){Wo(e)?t.type.__ssrInlineRender?t.ssrRender=e:t.render=e:Qo(e)&&(t.setupState=Ja(e)),sp(t,r)}function sp(t,e,r){const n=t.type;if(!t.render){if(!e&&ep&&!n.render){const e=n.template||Mc(t).template;if(e){0;const{isCustomElement:r,compilerOptions:i}=t.appContext.config,{delimiters:o,compilerOptions:s}=n,a=$o($o({isCustomElement:r,delimiters:o},i),s);n.render=ep(e,a)}}t.render=n.render||Do,rp&&rp(t)}Yu(t),Gs(),Pc(t),Ws(),Ju()}function ap(t){const e=e=>{t.exposed=e||{}};return{get attrs(){return function(t){return t.attrsProxy||(t.attrsProxy=new Proxy(t.attrs,{get:(e,r)=>(Ks(t,0,"$attrs"),e[r])}))}(t)},slots:t.slots,emit:t.emit,expose:e}}function lp(t){if(t.exposed)return t.exposeProxy||(t.exposeProxy=new Proxy(Ja(Va(t.exposed)),{get:(e,r)=>r in e?e[r]:r in Tc?Tc[r](t):void 0,has:(t,e)=>e in t||e in Tc}))}function cp(t,e=!0){return Wo(t)?t.displayName||t.name:t.name||e&&t.__name}function up(t){return Wo(t)&&"__vccOpts"in t}const pp=(t,e)=>function(t,e,r=!1){let n,i;const o=Wo(t);return o?(n=t,i=Do):(n=t.get,i=t.set),new tl(n,i,o||!i,r)}(t,0,np);const dp=Symbol.for("v-scx"),mp=()=>{{const t=Kc(dp);return t}};const fp="3.3.4",hp="undefined"!=typeof document?document:null,gp=hp&&hp.createElement("template"),bp={insert:(t,e,r)=>{e.insertBefore(t,r||null)},remove:t=>{const e=t.parentNode;e&&e.removeChild(t)},createElement:(t,e,r,n)=>{const i=e?hp.createElementNS("http://www.w3.org/2000/svg",t):hp.createElement(t,r?{is:r}:void 0);return"select"===t&&n&&null!=n.multiple&&i.setAttribute("multiple",n.multiple),i},createText:t=>hp.createTextNode(t),createComment:t=>hp.createComment(t),setText:(t,e)=>{t.nodeValue=e},setElementText:(t,e)=>{t.textContent=e},parentNode:t=>t.parentNode,nextSibling:t=>t.nextSibling,querySelector:t=>hp.querySelector(t),setScopeId(t,e){t.setAttribute(e,"")},insertStaticContent(t,e,r,n,i,o){const s=r?r.previousSibling:e.lastChild;if(i&&(i===o||i.nextSibling))for(;e.insertBefore(i.cloneNode(!0),r),i!==o&&(i=i.nextSibling););else{gp.innerHTML=n?`${t}`:t;const i=gp.content;if(n){const t=i.firstChild;for(;t.firstChild;)i.appendChild(t.firstChild);i.removeChild(t)}e.insertBefore(i,r)}return[s?s.nextSibling:e.firstChild,r?r.previousSibling:e.lastChild]}};const yp=/\s*!important$/;function vp(t,e,r){if(Ho(r))r.forEach((r=>vp(t,e,r)));else if(null==r&&(r=""),e.startsWith("--"))t.setProperty(e,r);else{const n=function(t,e){const r=wp[e];if(r)return r;let n=ss(e);if("filter"!==n&&n in t)return wp[e]=n;n=cs(n);for(let r=0;r{if(t._vts){if(t._vts<=r.attached)return}else t._vts=Date.now();rl(function(t,e){if(Ho(e)){const r=t.stopImmediatePropagation;return t.stopImmediatePropagation=()=>{r.call(t),t._stopped=!0},e.map((t=>e=>!e._stopped&&t&&t(e)))}return e}(t,r.value),e,5,[t])};return r.value=t,r.attached=Tp(),r}(n,i);kp(t,r,s,a)}else s&&(!function(t,e,r,n){t.removeEventListener(e,r,n)}(t,r,s,a),o[e]=void 0)}}const Ep=/(?:Once|Passive|Capture)$/;let Sp=0;const Cp=Promise.resolve(),Tp=()=>Sp||(Cp.then((()=>Sp=0)),Sp=Date.now());const Op=/^on[a-z]/;"undefined"!=typeof HTMLElement&&HTMLElement;const Ip="transition",jp="animation",Lp=(t,{slots:e})=>function(t,e,r){const n=arguments.length;return 2===n?Qo(e)&&!Ho(e)?Tu(e)?Nu(t,null,[e]):Nu(t,e):Nu(t,null,e):(n>3?r=Array.prototype.slice.call(arguments,2):3===n&&Tu(r)&&(r=[r]),Nu(t,e,r))}(Wl,Mp(t),e);Lp.displayName="Transition";const Pp={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},Np=(Lp.props=$o({},Gl,Pp),(t,e=[])=>{Ho(t)?t.forEach((t=>t(...e))):t&&t(...e)}),Dp=t=>!!t&&(Ho(t)?t.some((t=>t.length>1)):t.length>1);function Mp(t){const e={};for(const r in t)r in Pp||(e[r]=t[r]);if(!1===t.css)return e;const{name:r="v",type:n,duration:i,enterFromClass:o=`${r}-enter-from`,enterActiveClass:s=`${r}-enter-active`,enterToClass:a=`${r}-enter-to`,appearFromClass:l=o,appearActiveClass:c=s,appearToClass:u=a,leaveFromClass:p=`${r}-leave-from`,leaveActiveClass:d=`${r}-leave-active`,leaveToClass:m=`${r}-leave-to`}=t,f=function(t){if(null==t)return null;if(Qo(t))return[Rp(t.enter),Rp(t.leave)];{const e=Rp(t);return[e,e]}}(i),h=f&&f[0],g=f&&f[1],{onBeforeEnter:b,onEnter:y,onEnterCancelled:v,onLeave:x,onLeaveCancelled:w,onBeforeAppear:_=b,onAppear:k=y,onAppearCancelled:A=v}=e,E=(t,e,r)=>{Bp(t,e?u:a),Bp(t,e?c:s),r&&r()},S=(t,e)=>{t._isLeaving=!1,Bp(t,p),Bp(t,m),Bp(t,d),e&&e()},C=t=>(e,r)=>{const i=t?k:y,s=()=>E(e,t,r);Np(i,[e,s]),$p((()=>{Bp(e,t?l:o),qp(e,t?u:a),Dp(i)||Up(e,n,h,s)}))};return $o(e,{onBeforeEnter(t){Np(b,[t]),qp(t,o),qp(t,s)},onBeforeAppear(t){Np(_,[t]),qp(t,l),qp(t,c)},onEnter:C(!1),onAppear:C(!0),onLeave(t,e){t._isLeaving=!0;const r=()=>S(t,e);qp(t,p),Gp(),qp(t,d),$p((()=>{t._isLeaving&&(Bp(t,p),qp(t,m),Dp(x)||Up(t,n,g,r))})),Np(x,[t,r])},onEnterCancelled(t){E(t,!1),Np(v,[t])},onAppearCancelled(t){E(t,!0),Np(A,[t])},onLeaveCancelled(t){S(t),Np(w,[t])}})}function Rp(t){return hs(t)}function qp(t,e){e.split(/\s+/).forEach((e=>e&&t.classList.add(e))),(t._vtc||(t._vtc=new Set)).add(e)}function Bp(t,e){e.split(/\s+/).forEach((e=>e&&t.classList.remove(e)));const{_vtc:r}=t;r&&(r.delete(e),r.size||(t._vtc=void 0))}function $p(t){requestAnimationFrame((()=>{requestAnimationFrame(t)}))}let Fp=0;function Up(t,e,r,n){const i=t._endId=++Fp,o=()=>{i===t._endId&&n()};if(r)return setTimeout(o,r);const{type:s,timeout:a,propCount:l}=zp(t,e);if(!s)return n();const c=s+"end";let u=0;const p=()=>{t.removeEventListener(c,d),o()},d=e=>{e.target===t&&++u>=l&&p()};setTimeout((()=>{u(r[t]||"").split(", "),i=n(`${Ip}Delay`),o=n(`${Ip}Duration`),s=Hp(i,o),a=n(`${jp}Delay`),l=n(`${jp}Duration`),c=Hp(a,l);let u=null,p=0,d=0;e===Ip?s>0&&(u=Ip,p=s,d=o.length):e===jp?c>0&&(u=jp,p=c,d=l.length):(p=Math.max(s,c),u=p>0?s>c?Ip:jp:null,d=u?u===Ip?o.length:l.length:0);return{type:u,timeout:p,propCount:d,hasTransform:u===Ip&&/\b(transform|all)(,|$)/.test(n(`${Ip}Property`).toString())}}function Hp(t,e){for(;t.lengthVp(e)+Vp(t[r]))))}function Vp(t){return 1e3*Number(t.slice(0,-1).replace(",","."))}function Gp(){return document.body.offsetHeight}const Wp={beforeMount(t,{value:e},{transition:r}){t._vod="none"===t.style.display?"":t.style.display,r&&e?r.beforeEnter(t):Kp(t,e)},mounted(t,{value:e},{transition:r}){r&&e&&r.enter(t)},updated(t,{value:e,oldValue:r},{transition:n}){!e!=!r&&(n?e?(n.beforeEnter(t),Kp(t,!0),n.enter(t)):n.leave(t,(()=>{Kp(t,!1)})):Kp(t,e))},beforeUnmount(t,{value:e}){Kp(t,e)}};function Kp(t,e){t.style.display=e?t._vod:"none"}const Xp=$o({patchProp:(t,e,r,n,i=!1,o,s,a,l)=>{"class"===e?function(t,e,r){const n=t._vtc;n&&(e=(e?[e,...n]:[...n]).join(" ")),null==e?t.removeAttribute("class"):r?t.setAttribute("class",e):t.className=e}(t,n,i):"style"===e?function(t,e,r){const n=t.style,i=Ko(r);if(r&&!i){if(e&&!Ko(e))for(const t in e)null==r[t]&&vp(n,t,"");for(const t in r)vp(n,t,r[t])}else{const o=n.display;i?e!==r&&(n.cssText=r):e&&t.removeAttribute("style"),"_vod"in t&&(n.display=o)}}(t,r,n):qo(e)?Bo(e)||Ap(t,e,0,n,s):("."===e[0]?(e=e.slice(1),1):"^"===e[0]?(e=e.slice(1),0):function(t,e,r,n){if(n)return"innerHTML"===e||"textContent"===e||!!(e in t&&Op.test(e)&&Wo(r));if("spellcheck"===e||"draggable"===e||"translate"===e)return!1;if("form"===e)return!1;if("list"===e&&"INPUT"===t.tagName)return!1;if("type"===e&&"TEXTAREA"===t.tagName)return!1;if(Op.test(e)&&Ko(r))return!1;return e in t}(t,e,n,i))?function(t,e,r,n,i,o,s){if("innerHTML"===e||"textContent"===e)return n&&s(n,i,o),void(t[e]=null==r?"":r);const a=t.tagName;if("value"===e&&"PROGRESS"!==a&&!a.includes("-")){t._value=r;const n=null==r?"":r;return("OPTION"===a?t.getAttribute("value"):t.value)!==n&&(t.value=n),void(null==r&&t.removeAttribute(e))}let l=!1;if(""===r||null==r){const n=typeof t[e];"boolean"===n?r=Ss(r):null==r&&"string"===n?(r="",l=!0):"number"===n&&(r=0,l=!0)}try{t[e]=r}catch(t){}l&&t.removeAttribute(e)}(t,e,n,o,s,a,l):("true-value"===e?t._trueValue=n:"false-value"===e&&(t._falseValue=n),function(t,e,r,n){if(n&&e.startsWith("xlink:"))null==r?t.removeAttributeNS(_p,e.slice(6,e.length)):t.setAttributeNS(_p,e,r);else{const n=Es(e);null==r||n&&!Ss(r)?t.removeAttribute(e):t.setAttribute(e,n?"":r)}}(t,e,n,i))}},bp);let Qp;function Zp(){return Qp||(Qp=function(t){return du(t)}(Xp))}function Yp(t){if(Ko(t)){return document.querySelector(t)}return t}const Jp={key:0,class:"container-fluid",id:"loading-page"},td=[Pu("div",{class:"loader"},"Glances is loading...",-1)],ed={key:2},rd={class:"container-fluid margin-bottom"},nd={class:"row justify-content-between"},id={key:0,class:"col-auto"},od={key:1,class:"col d-none d-xl-block d-xxl-block"},sd={key:2,class:"col-auto ms-auto d-none d-xxl-block"},ad={key:3,class:"col-auto ms-auto"},ld={key:0,class:"row"},cd={class:"col"},ud={key:0,class:"row separator"},pd={class:"container-fluid margin-top margin-bottom"},dd={class:"row justify-content-between"},md={key:0,class:"col-3 d-none d-lg-block d-xl-block d-xxl-block"},fd={key:1,class:"col"},hd={key:2,class:"col"},gd={key:3,class:"col"},bd={key:4,class:"col-auto d-none d-md-block d-lg-block d-xl-block d-xxl-block"},yd={key:5,class:"col-auto"},vd={key:1,class:"row separator"},xd={class:"container-fluid margin-top"},wd={class:"row"},_d={key:0,class:"col-3 sidebar"},kd={class:"col"}; +const Qt=new Map,Zt={set(t,e,r){Qt.has(t)||Qt.set(t,new Map);const n=Qt.get(t);n.has(e)||0===n.size?n.set(e,r):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(n.keys())[0]}.`)},get:(t,e)=>Qt.has(t)&&Qt.get(t).get(e)||null,remove(t,e){if(!Qt.has(t))return;const r=Qt.get(t);r.delete(e),0===r.size&&Qt.delete(t)}},Yt="transitionend",Jt=t=>(t&&window.CSS&&window.CSS.escape&&(t=t.replace(/#([^\s"#']+)/g,((t,e)=>`#${CSS.escape(e)}`))),t),te=t=>{t.dispatchEvent(new Event(Yt))},ee=t=>!(!t||"object"!=typeof t)&&(void 0!==t.jquery&&(t=t[0]),void 0!==t.nodeType),re=t=>ee(t)?t.jquery?t[0]:t:"string"==typeof t&&t.length>0?document.querySelector(Jt(t)):null,ne=t=>{if(!ee(t)||0===t.getClientRects().length)return!1;const e="visible"===getComputedStyle(t).getPropertyValue("visibility"),r=t.closest("details:not([open])");if(!r)return e;if(r!==t){const e=t.closest("summary");if(e&&e.parentNode!==r)return!1;if(null===e)return!1}return e},ie=t=>!t||t.nodeType!==Node.ELEMENT_NODE||(!!t.classList.contains("disabled")||(void 0!==t.disabled?t.disabled:t.hasAttribute("disabled")&&"false"!==t.getAttribute("disabled"))),oe=t=>{if(!document.documentElement.attachShadow)return null;if("function"==typeof t.getRootNode){const e=t.getRootNode();return e instanceof ShadowRoot?e:null}return t instanceof ShadowRoot?t:t.parentNode?oe(t.parentNode):null},se=()=>{},ae=t=>{t.offsetHeight},le=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,ce=[],ue=()=>"rtl"===document.documentElement.dir,pe=t=>{var e;e=()=>{const e=le();if(e){const r=t.NAME,n=e.fn[r];e.fn[r]=t.jQueryInterface,e.fn[r].Constructor=t,e.fn[r].noConflict=()=>(e.fn[r]=n,t.jQueryInterface)}},"loading"===document.readyState?(ce.length||document.addEventListener("DOMContentLoaded",(()=>{for(const t of ce)t()})),ce.push(e)):e()},de=(t,e=[],r=t)=>"function"==typeof t?t(...e):r,me=(t,e,r=!0)=>{if(!r)return void de(t);const n=(t=>{if(!t)return 0;let{transitionDuration:e,transitionDelay:r}=window.getComputedStyle(t);const n=Number.parseFloat(e),i=Number.parseFloat(r);return n||i?(e=e.split(",")[0],r=r.split(",")[0],1e3*(Number.parseFloat(e)+Number.parseFloat(r))):0})(e)+5;let i=!1;const o=({target:r})=>{r===e&&(i=!0,e.removeEventListener(Yt,o),de(t))};e.addEventListener(Yt,o),setTimeout((()=>{i||te(e)}),n)},fe=(t,e,r,n)=>{const i=t.length;let o=t.indexOf(e);return-1===o?!r&&n?t[i-1]:t[0]:(o+=r?1:-1,n&&(o=(o+i)%i),t[Math.max(0,Math.min(o,i-1))])},he=/[^.]*(?=\..*)\.|.*/,ge=/\..*/,be=/::\d+$/,ye={};let ve=1;const xe={mouseenter:"mouseover",mouseleave:"mouseout"},we=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function _e(t,e){return e&&`${e}::${ve++}`||t.uidEvent||ve++}function ke(t){const e=_e(t);return t.uidEvent=e,ye[e]=ye[e]||{},ye[e]}function Ae(t,e,r=null){return Object.values(t).find((t=>t.callable===e&&t.delegationSelector===r))}function Se(t,e,r){const n="string"==typeof e,i=n?r:e||r;let o=Oe(t);return we.has(o)||(o=t),[n,i,o]}function Ee(t,e,r,n,i){if("string"!=typeof e||!t)return;let[o,s,a]=Se(e,r,n);if(e in xe){const t=t=>function(e){if(!e.relatedTarget||e.relatedTarget!==e.delegateTarget&&!e.delegateTarget.contains(e.relatedTarget))return t.call(this,e)};s=t(s)}const l=ke(t),c=l[a]||(l[a]={}),u=Ae(c,s,o?r:null);if(u)return void(u.oneOff=u.oneOff&&i);const p=_e(s,e.replace(he,"")),d=o?function(t,e,r){return function n(i){const o=t.querySelectorAll(e);for(let{target:s}=i;s&&s!==this;s=s.parentNode)for(const a of o)if(a===s)return je(i,{delegateTarget:s}),n.oneOff&&Ie.off(t,i.type,e,r),r.apply(s,[i])}}(t,r,s):function(t,e){return function r(n){return je(n,{delegateTarget:t}),r.oneOff&&Ie.off(t,n.type,e),e.apply(t,[n])}}(t,s);d.delegationSelector=o?r:null,d.callable=s,d.oneOff=i,d.uidEvent=p,c[p]=d,t.addEventListener(a,d,o)}function Ce(t,e,r,n,i){const o=Ae(e[r],n,i);o&&(t.removeEventListener(r,o,Boolean(i)),delete e[r][o.uidEvent])}function Te(t,e,r,n){const i=e[r]||{};for(const[o,s]of Object.entries(i))o.includes(n)&&Ce(t,e,r,s.callable,s.delegationSelector)}function Oe(t){return t=t.replace(ge,""),xe[t]||t}const Ie={on(t,e,r,n){Ee(t,e,r,n,!1)},one(t,e,r,n){Ee(t,e,r,n,!0)},off(t,e,r,n){if("string"!=typeof e||!t)return;const[i,o,s]=Se(e,r,n),a=s!==e,l=ke(t),c=l[s]||{},u=e.startsWith(".");if(void 0===o){if(u)for(const r of Object.keys(l))Te(t,l,r,e.slice(1));for(const[r,n]of Object.entries(c)){const i=r.replace(be,"");a&&!e.includes(i)||Ce(t,l,s,n.callable,n.delegationSelector)}}else{if(!Object.keys(c).length)return;Ce(t,l,s,o,i?r:null)}},trigger(t,e,r){if("string"!=typeof e||!t)return null;const n=le();let i=null,o=!0,s=!0,a=!1;e!==Oe(e)&&n&&(i=n.Event(e,r),n(t).trigger(i),o=!i.isPropagationStopped(),s=!i.isImmediatePropagationStopped(),a=i.isDefaultPrevented());const l=je(new Event(e,{bubbles:o,cancelable:!0}),r);return a&&l.preventDefault(),s&&t.dispatchEvent(l),l.defaultPrevented&&i&&i.preventDefault(),l}};function je(t,e={}){for(const[r,n]of Object.entries(e))try{t[r]=n}catch(e){Object.defineProperty(t,r,{configurable:!0,get:()=>n})}return t}function De(t){if("true"===t)return!0;if("false"===t)return!1;if(t===Number(t).toString())return Number(t);if(""===t||"null"===t)return null;if("string"!=typeof t)return t;try{return JSON.parse(decodeURIComponent(t))}catch(e){return t}}function Le(t){return t.replace(/[A-Z]/g,(t=>`-${t.toLowerCase()}`))}const Pe={setDataAttribute(t,e,r){t.setAttribute(`data-bs-${Le(e)}`,r)},removeDataAttribute(t,e){t.removeAttribute(`data-bs-${Le(e)}`)},getDataAttributes(t){if(!t)return{};const e={},r=Object.keys(t.dataset).filter((t=>t.startsWith("bs")&&!t.startsWith("bsConfig")));for(const n of r){let r=n.replace(/^bs/,"");r=r.charAt(0).toLowerCase()+r.slice(1,r.length),e[r]=De(t.dataset[n])}return e},getDataAttribute:(t,e)=>De(t.getAttribute(`data-bs-${Le(e)}`))};class Ne{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}_getConfig(t){return t=this._mergeConfigObj(t),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}_configAfterMerge(t){return t}_mergeConfigObj(t,e){const r=ee(e)?Pe.getDataAttribute(e,"config"):{};return{...this.constructor.Default,..."object"==typeof r?r:{},...ee(e)?Pe.getDataAttributes(e):{},..."object"==typeof t?t:{}}}_typeCheckConfig(t,e=this.constructor.DefaultType){for(const[n,i]of Object.entries(e)){const e=t[n],o=ee(e)?"element":null==(r=e)?`${r}`:Object.prototype.toString.call(r).match(/\s([a-z]+)/i)[1].toLowerCase();if(!new RegExp(i).test(o))throw new TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${n}" provided type "${o}" but expected type "${i}".`)}var r}}class Me extends Ne{constructor(t,e){super(),(t=re(t))&&(this._element=t,this._config=this._getConfig(e),Zt.set(this._element,this.constructor.DATA_KEY,this))}dispose(){Zt.remove(this._element,this.constructor.DATA_KEY),Ie.off(this._element,this.constructor.EVENT_KEY);for(const t of Object.getOwnPropertyNames(this))this[t]=null}_queueCallback(t,e,r=!0){me(t,e,r)}_getConfig(t){return t=this._mergeConfigObj(t,this._element),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}static getInstance(t){return Zt.get(re(t),this.DATA_KEY)}static getOrCreateInstance(t,e={}){return this.getInstance(t)||new this(t,"object"==typeof e?e:null)}static get VERSION(){return"5.3.3"}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(t){return`${t}${this.EVENT_KEY}`}}const Re=t=>{let e=t.getAttribute("data-bs-target");if(!e||"#"===e){let r=t.getAttribute("href");if(!r||!r.includes("#")&&!r.startsWith("."))return null;r.includes("#")&&!r.startsWith("#")&&(r=`#${r.split("#")[1]}`),e=r&&"#"!==r?r.trim():null}return e?e.split(",").map((t=>Jt(t))).join(","):null},qe={find:(t,e=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(e,t)),findOne:(t,e=document.documentElement)=>Element.prototype.querySelector.call(e,t),children:(t,e)=>[].concat(...t.children).filter((t=>t.matches(e))),parents(t,e){const r=[];let n=t.parentNode.closest(e);for(;n;)r.push(n),n=n.parentNode.closest(e);return r},prev(t,e){let r=t.previousElementSibling;for(;r;){if(r.matches(e))return[r];r=r.previousElementSibling}return[]},next(t,e){let r=t.nextElementSibling;for(;r;){if(r.matches(e))return[r];r=r.nextElementSibling}return[]},focusableChildren(t){const e=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map((t=>`${t}:not([tabindex^="-"])`)).join(",");return this.find(e,t).filter((t=>!ie(t)&&ne(t)))},getSelectorFromElement(t){const e=Re(t);return e&&qe.findOne(e)?e:null},getElementFromSelector(t){const e=Re(t);return e?qe.findOne(e):null},getMultipleElementsFromSelector(t){const e=Re(t);return e?qe.find(e):[]}},Be=(t,e="hide")=>{const r=`click.dismiss${t.EVENT_KEY}`,n=t.NAME;Ie.on(document,r,`[data-bs-dismiss="${n}"]`,(function(r){if(["A","AREA"].includes(this.tagName)&&r.preventDefault(),ie(this))return;const i=qe.getElementFromSelector(this)||this.closest(`.${n}`);t.getOrCreateInstance(i)[e]()}))},$e=".bs.alert",Fe=`close${$e}`,Ue=`closed${$e}`;class ze extends Me{static get NAME(){return"alert"}close(){if(Ie.trigger(this._element,Fe).defaultPrevented)return;this._element.classList.remove("show");const t=this._element.classList.contains("fade");this._queueCallback((()=>this._destroyElement()),this._element,t)}_destroyElement(){this._element.remove(),Ie.trigger(this._element,Ue),this.dispose()}static jQueryInterface(t){return this.each((function(){const e=ze.getOrCreateInstance(this);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}Be(ze,"close"),pe(ze);const He='[data-bs-toggle="button"]';class Ve extends Me{static get NAME(){return"button"}toggle(){this._element.setAttribute("aria-pressed",this._element.classList.toggle("active"))}static jQueryInterface(t){return this.each((function(){const e=Ve.getOrCreateInstance(this);"toggle"===t&&e[t]()}))}}Ie.on(document,"click.bs.button.data-api",He,(t=>{t.preventDefault();const e=t.target.closest(He);Ve.getOrCreateInstance(e).toggle()})),pe(Ve);const Ge=".bs.swipe",We=`touchstart${Ge}`,Ke=`touchmove${Ge}`,Xe=`touchend${Ge}`,Qe=`pointerdown${Ge}`,Ze=`pointerup${Ge}`,Ye={endCallback:null,leftCallback:null,rightCallback:null},Je={endCallback:"(function|null)",leftCallback:"(function|null)",rightCallback:"(function|null)"};class tr extends Ne{constructor(t,e){super(),this._element=t,t&&tr.isSupported()&&(this._config=this._getConfig(e),this._deltaX=0,this._supportPointerEvents=Boolean(window.PointerEvent),this._initEvents())}static get Default(){return Ye}static get DefaultType(){return Je}static get NAME(){return"swipe"}dispose(){Ie.off(this._element,Ge)}_start(t){this._supportPointerEvents?this._eventIsPointerPenTouch(t)&&(this._deltaX=t.clientX):this._deltaX=t.touches[0].clientX}_end(t){this._eventIsPointerPenTouch(t)&&(this._deltaX=t.clientX-this._deltaX),this._handleSwipe(),de(this._config.endCallback)}_move(t){this._deltaX=t.touches&&t.touches.length>1?0:t.touches[0].clientX-this._deltaX}_handleSwipe(){const t=Math.abs(this._deltaX);if(t<=40)return;const e=t/this._deltaX;this._deltaX=0,e&&de(e>0?this._config.rightCallback:this._config.leftCallback)}_initEvents(){this._supportPointerEvents?(Ie.on(this._element,Qe,(t=>this._start(t))),Ie.on(this._element,Ze,(t=>this._end(t))),this._element.classList.add("pointer-event")):(Ie.on(this._element,We,(t=>this._start(t))),Ie.on(this._element,Ke,(t=>this._move(t))),Ie.on(this._element,Xe,(t=>this._end(t))))}_eventIsPointerPenTouch(t){return this._supportPointerEvents&&("pen"===t.pointerType||"touch"===t.pointerType)}static isSupported(){return"ontouchstart"in document.documentElement||navigator.maxTouchPoints>0}}const er=".bs.carousel",rr=".data-api",nr="ArrowLeft",ir="ArrowRight",or="next",sr="prev",ar="left",lr="right",cr=`slide${er}`,ur=`slid${er}`,pr=`keydown${er}`,dr=`mouseenter${er}`,mr=`mouseleave${er}`,fr=`dragstart${er}`,hr=`load${er}${rr}`,gr=`click${er}${rr}`,br="carousel",yr="active",vr=".active",xr=".carousel-item",wr=vr+xr,_r={[nr]:lr,[ir]:ar},kr={interval:5e3,keyboard:!0,pause:"hover",ride:!1,touch:!0,wrap:!0},Ar={interval:"(number|boolean)",keyboard:"boolean",pause:"(string|boolean)",ride:"(boolean|string)",touch:"boolean",wrap:"boolean"};class Sr extends Me{constructor(t,e){super(t,e),this._interval=null,this._activeElement=null,this._isSliding=!1,this.touchTimeout=null,this._swipeHelper=null,this._indicatorsElement=qe.findOne(".carousel-indicators",this._element),this._addEventListeners(),this._config.ride===br&&this.cycle()}static get Default(){return kr}static get DefaultType(){return Ar}static get NAME(){return"carousel"}next(){this._slide(or)}nextWhenVisible(){!document.hidden&&ne(this._element)&&this.next()}prev(){this._slide(sr)}pause(){this._isSliding&&te(this._element),this._clearInterval()}cycle(){this._clearInterval(),this._updateInterval(),this._interval=setInterval((()=>this.nextWhenVisible()),this._config.interval)}_maybeEnableCycle(){this._config.ride&&(this._isSliding?Ie.one(this._element,ur,(()=>this.cycle())):this.cycle())}to(t){const e=this._getItems();if(t>e.length-1||t<0)return;if(this._isSliding)return void Ie.one(this._element,ur,(()=>this.to(t)));const r=this._getItemIndex(this._getActive());if(r===t)return;const n=t>r?or:sr;this._slide(n,e[t])}dispose(){this._swipeHelper&&this._swipeHelper.dispose(),super.dispose()}_configAfterMerge(t){return t.defaultInterval=t.interval,t}_addEventListeners(){this._config.keyboard&&Ie.on(this._element,pr,(t=>this._keydown(t))),"hover"===this._config.pause&&(Ie.on(this._element,dr,(()=>this.pause())),Ie.on(this._element,mr,(()=>this._maybeEnableCycle()))),this._config.touch&&tr.isSupported()&&this._addTouchEventListeners()}_addTouchEventListeners(){for(const t of qe.find(".carousel-item img",this._element))Ie.on(t,fr,(t=>t.preventDefault()));const t={leftCallback:()=>this._slide(this._directionToOrder(ar)),rightCallback:()=>this._slide(this._directionToOrder(lr)),endCallback:()=>{"hover"===this._config.pause&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout((()=>this._maybeEnableCycle()),500+this._config.interval))}};this._swipeHelper=new tr(this._element,t)}_keydown(t){if(/input|textarea/i.test(t.target.tagName))return;const e=_r[t.key];e&&(t.preventDefault(),this._slide(this._directionToOrder(e)))}_getItemIndex(t){return this._getItems().indexOf(t)}_setActiveIndicatorElement(t){if(!this._indicatorsElement)return;const e=qe.findOne(vr,this._indicatorsElement);e.classList.remove(yr),e.removeAttribute("aria-current");const r=qe.findOne(`[data-bs-slide-to="${t}"]`,this._indicatorsElement);r&&(r.classList.add(yr),r.setAttribute("aria-current","true"))}_updateInterval(){const t=this._activeElement||this._getActive();if(!t)return;const e=Number.parseInt(t.getAttribute("data-bs-interval"),10);this._config.interval=e||this._config.defaultInterval}_slide(t,e=null){if(this._isSliding)return;const r=this._getActive(),n=t===or,i=e||fe(this._getItems(),r,n,this._config.wrap);if(i===r)return;const o=this._getItemIndex(i),s=e=>Ie.trigger(this._element,e,{relatedTarget:i,direction:this._orderToDirection(t),from:this._getItemIndex(r),to:o});if(s(cr).defaultPrevented)return;if(!r||!i)return;const a=Boolean(this._interval);this.pause(),this._isSliding=!0,this._setActiveIndicatorElement(o),this._activeElement=i;const l=n?"carousel-item-start":"carousel-item-end",c=n?"carousel-item-next":"carousel-item-prev";i.classList.add(c),ae(i),r.classList.add(l),i.classList.add(l);this._queueCallback((()=>{i.classList.remove(l,c),i.classList.add(yr),r.classList.remove(yr,c,l),this._isSliding=!1,s(ur)}),r,this._isAnimated()),a&&this.cycle()}_isAnimated(){return this._element.classList.contains("slide")}_getActive(){return qe.findOne(wr,this._element)}_getItems(){return qe.find(xr,this._element)}_clearInterval(){this._interval&&(clearInterval(this._interval),this._interval=null)}_directionToOrder(t){return ue()?t===ar?sr:or:t===ar?or:sr}_orderToDirection(t){return ue()?t===sr?ar:lr:t===sr?lr:ar}static jQueryInterface(t){return this.each((function(){const e=Sr.getOrCreateInstance(this,t);if("number"!=typeof t){if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t]()}}else e.to(t)}))}}Ie.on(document,gr,"[data-bs-slide], [data-bs-slide-to]",(function(t){const e=qe.getElementFromSelector(this);if(!e||!e.classList.contains(br))return;t.preventDefault();const r=Sr.getOrCreateInstance(e),n=this.getAttribute("data-bs-slide-to");return n?(r.to(n),void r._maybeEnableCycle()):"next"===Pe.getDataAttribute(this,"slide")?(r.next(),void r._maybeEnableCycle()):(r.prev(),void r._maybeEnableCycle())})),Ie.on(window,hr,(()=>{const t=qe.find('[data-bs-ride="carousel"]');for(const e of t)Sr.getOrCreateInstance(e)})),pe(Sr);const Er=".bs.collapse",Cr=`show${Er}`,Tr=`shown${Er}`,Or=`hide${Er}`,Ir=`hidden${Er}`,jr=`click${Er}.data-api`,Dr="show",Lr="collapse",Pr="collapsing",Nr=`:scope .${Lr} .${Lr}`,Mr='[data-bs-toggle="collapse"]',Rr={parent:null,toggle:!0},qr={parent:"(null|element)",toggle:"boolean"};class Br extends Me{constructor(t,e){super(t,e),this._isTransitioning=!1,this._triggerArray=[];const r=qe.find(Mr);for(const t of r){const e=qe.getSelectorFromElement(t),r=qe.find(e).filter((t=>t===this._element));null!==e&&r.length&&this._triggerArray.push(t)}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return Rr}static get DefaultType(){return qr}static get NAME(){return"collapse"}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let t=[];if(this._config.parent&&(t=this._getFirstLevelChildren(".collapse.show, .collapse.collapsing").filter((t=>t!==this._element)).map((t=>Br.getOrCreateInstance(t,{toggle:!1})))),t.length&&t[0]._isTransitioning)return;if(Ie.trigger(this._element,Cr).defaultPrevented)return;for(const e of t)e.hide();const e=this._getDimension();this._element.classList.remove(Lr),this._element.classList.add(Pr),this._element.style[e]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;const r=`scroll${e[0].toUpperCase()+e.slice(1)}`;this._queueCallback((()=>{this._isTransitioning=!1,this._element.classList.remove(Pr),this._element.classList.add(Lr,Dr),this._element.style[e]="",Ie.trigger(this._element,Tr)}),this._element,!0),this._element.style[e]=`${this._element[r]}px`}hide(){if(this._isTransitioning||!this._isShown())return;if(Ie.trigger(this._element,Or).defaultPrevented)return;const t=this._getDimension();this._element.style[t]=`${this._element.getBoundingClientRect()[t]}px`,ae(this._element),this._element.classList.add(Pr),this._element.classList.remove(Lr,Dr);for(const t of this._triggerArray){const e=qe.getElementFromSelector(t);e&&!this._isShown(e)&&this._addAriaAndCollapsedClass([t],!1)}this._isTransitioning=!0;this._element.style[t]="",this._queueCallback((()=>{this._isTransitioning=!1,this._element.classList.remove(Pr),this._element.classList.add(Lr),Ie.trigger(this._element,Ir)}),this._element,!0)}_isShown(t=this._element){return t.classList.contains(Dr)}_configAfterMerge(t){return t.toggle=Boolean(t.toggle),t.parent=re(t.parent),t}_getDimension(){return this._element.classList.contains("collapse-horizontal")?"width":"height"}_initializeChildren(){if(!this._config.parent)return;const t=this._getFirstLevelChildren(Mr);for(const e of t){const t=qe.getElementFromSelector(e);t&&this._addAriaAndCollapsedClass([e],this._isShown(t))}}_getFirstLevelChildren(t){const e=qe.find(Nr,this._config.parent);return qe.find(t,this._config.parent).filter((t=>!e.includes(t)))}_addAriaAndCollapsedClass(t,e){if(t.length)for(const r of t)r.classList.toggle("collapsed",!e),r.setAttribute("aria-expanded",e)}static jQueryInterface(t){const e={};return"string"==typeof t&&/show|hide/.test(t)&&(e.toggle=!1),this.each((function(){const r=Br.getOrCreateInstance(this,e);if("string"==typeof t){if(void 0===r[t])throw new TypeError(`No method named "${t}"`);r[t]()}}))}}Ie.on(document,jr,Mr,(function(t){("A"===t.target.tagName||t.delegateTarget&&"A"===t.delegateTarget.tagName)&&t.preventDefault();for(const t of qe.getMultipleElementsFromSelector(this))Br.getOrCreateInstance(t,{toggle:!1}).toggle()})),pe(Br);const $r="dropdown",Fr=".bs.dropdown",Ur=".data-api",zr="ArrowUp",Hr="ArrowDown",Vr=`hide${Fr}`,Gr=`hidden${Fr}`,Wr=`show${Fr}`,Kr=`shown${Fr}`,Xr=`click${Fr}${Ur}`,Qr=`keydown${Fr}${Ur}`,Zr=`keyup${Fr}${Ur}`,Yr="show",Jr='[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)',tn=`${Jr}.${Yr}`,en=".dropdown-menu",rn=ue()?"top-end":"top-start",nn=ue()?"top-start":"top-end",on=ue()?"bottom-end":"bottom-start",sn=ue()?"bottom-start":"bottom-end",an=ue()?"left-start":"right-start",ln=ue()?"right-start":"left-start",cn={autoClose:!0,boundary:"clippingParents",display:"dynamic",offset:[0,2],popperConfig:null,reference:"toggle"},un={autoClose:"(boolean|string)",boundary:"(string|element)",display:"string",offset:"(array|string|function)",popperConfig:"(null|object|function)",reference:"(string|element|object)"};class pn extends Me{constructor(t,e){super(t,e),this._popper=null,this._parent=this._element.parentNode,this._menu=qe.next(this._element,en)[0]||qe.prev(this._element,en)[0]||qe.findOne(en,this._parent),this._inNavbar=this._detectNavbar()}static get Default(){return cn}static get DefaultType(){return un}static get NAME(){return $r}toggle(){return this._isShown()?this.hide():this.show()}show(){if(ie(this._element)||this._isShown())return;const t={relatedTarget:this._element};if(!Ie.trigger(this._element,Wr,t).defaultPrevented){if(this._createPopper(),"ontouchstart"in document.documentElement&&!this._parent.closest(".navbar-nav"))for(const t of[].concat(...document.body.children))Ie.on(t,"mouseover",se);this._element.focus(),this._element.setAttribute("aria-expanded",!0),this._menu.classList.add(Yr),this._element.classList.add(Yr),Ie.trigger(this._element,Kr,t)}}hide(){if(ie(this._element)||!this._isShown())return;const t={relatedTarget:this._element};this._completeHide(t)}dispose(){this._popper&&this._popper.destroy(),super.dispose()}update(){this._inNavbar=this._detectNavbar(),this._popper&&this._popper.update()}_completeHide(t){if(!Ie.trigger(this._element,Vr,t).defaultPrevented){if("ontouchstart"in document.documentElement)for(const t of[].concat(...document.body.children))Ie.off(t,"mouseover",se);this._popper&&this._popper.destroy(),this._menu.classList.remove(Yr),this._element.classList.remove(Yr),this._element.setAttribute("aria-expanded","false"),Pe.removeDataAttribute(this._menu,"popper"),Ie.trigger(this._element,Gr,t)}}_getConfig(t){if("object"==typeof(t=super._getConfig(t)).reference&&!ee(t.reference)&&"function"!=typeof t.reference.getBoundingClientRect)throw new TypeError(`${$r.toUpperCase()}: Option "reference" provided type "object" without a required "getBoundingClientRect" method.`);return t}_createPopper(){let t=this._element;"parent"===this._config.reference?t=this._parent:ee(this._config.reference)?t=re(this._config.reference):"object"==typeof this._config.reference&&(t=this._config.reference);const e=this._getPopperConfig();this._popper=Kt(t,this._menu,e)}_isShown(){return this._menu.classList.contains(Yr)}_getPlacement(){const t=this._parent;if(t.classList.contains("dropend"))return an;if(t.classList.contains("dropstart"))return ln;if(t.classList.contains("dropup-center"))return"top";if(t.classList.contains("dropdown-center"))return"bottom";const e="end"===getComputedStyle(this._menu).getPropertyValue("--bs-position").trim();return t.classList.contains("dropup")?e?nn:rn:e?sn:on}_detectNavbar(){return null!==this._element.closest(".navbar")}_getOffset(){const{offset:t}=this._config;return"string"==typeof t?t.split(",").map((t=>Number.parseInt(t,10))):"function"==typeof t?e=>t(e,this._element):t}_getPopperConfig(){const t={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return(this._inNavbar||"static"===this._config.display)&&(Pe.setDataAttribute(this._menu,"popper","static"),t.modifiers=[{name:"applyStyles",enabled:!1}]),{...t,...de(this._config.popperConfig,[t])}}_selectMenuItem({key:t,target:e}){const r=qe.find(".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",this._menu).filter((t=>ne(t)));r.length&&fe(r,e,t===Hr,!r.includes(e)).focus()}static jQueryInterface(t){return this.each((function(){const e=pn.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}static clearMenus(t){if(2===t.button||"keyup"===t.type&&"Tab"!==t.key)return;const e=qe.find(tn);for(const r of e){const e=pn.getInstance(r);if(!e||!1===e._config.autoClose)continue;const n=t.composedPath(),i=n.includes(e._menu);if(n.includes(e._element)||"inside"===e._config.autoClose&&!i||"outside"===e._config.autoClose&&i)continue;if(e._menu.contains(t.target)&&("keyup"===t.type&&"Tab"===t.key||/input|select|option|textarea|form/i.test(t.target.tagName)))continue;const o={relatedTarget:e._element};"click"===t.type&&(o.clickEvent=t),e._completeHide(o)}}static dataApiKeydownHandler(t){const e=/input|textarea/i.test(t.target.tagName),r="Escape"===t.key,n=[zr,Hr].includes(t.key);if(!n&&!r)return;if(e&&!r)return;t.preventDefault();const i=this.matches(Jr)?this:qe.prev(this,Jr)[0]||qe.next(this,Jr)[0]||qe.findOne(Jr,t.delegateTarget.parentNode),o=pn.getOrCreateInstance(i);if(n)return t.stopPropagation(),o.show(),void o._selectMenuItem(t);o._isShown()&&(t.stopPropagation(),o.hide(),i.focus())}}Ie.on(document,Qr,Jr,pn.dataApiKeydownHandler),Ie.on(document,Qr,en,pn.dataApiKeydownHandler),Ie.on(document,Xr,pn.clearMenus),Ie.on(document,Zr,pn.clearMenus),Ie.on(document,Xr,Jr,(function(t){t.preventDefault(),pn.getOrCreateInstance(this).toggle()})),pe(pn);const dn="backdrop",mn="show",fn=`mousedown.bs.${dn}`,hn={className:"modal-backdrop",clickCallback:null,isAnimated:!1,isVisible:!0,rootElement:"body"},gn={className:"string",clickCallback:"(function|null)",isAnimated:"boolean",isVisible:"boolean",rootElement:"(element|string)"};class bn extends Ne{constructor(t){super(),this._config=this._getConfig(t),this._isAppended=!1,this._element=null}static get Default(){return hn}static get DefaultType(){return gn}static get NAME(){return dn}show(t){if(!this._config.isVisible)return void de(t);this._append();const e=this._getElement();this._config.isAnimated&&ae(e),e.classList.add(mn),this._emulateAnimation((()=>{de(t)}))}hide(t){this._config.isVisible?(this._getElement().classList.remove(mn),this._emulateAnimation((()=>{this.dispose(),de(t)}))):de(t)}dispose(){this._isAppended&&(Ie.off(this._element,fn),this._element.remove(),this._isAppended=!1)}_getElement(){if(!this._element){const t=document.createElement("div");t.className=this._config.className,this._config.isAnimated&&t.classList.add("fade"),this._element=t}return this._element}_configAfterMerge(t){return t.rootElement=re(t.rootElement),t}_append(){if(this._isAppended)return;const t=this._getElement();this._config.rootElement.append(t),Ie.on(t,fn,(()=>{de(this._config.clickCallback)})),this._isAppended=!0}_emulateAnimation(t){me(t,this._getElement(),this._config.isAnimated)}}const yn=".bs.focustrap",vn=`focusin${yn}`,xn=`keydown.tab${yn}`,wn="backward",_n={autofocus:!0,trapElement:null},kn={autofocus:"boolean",trapElement:"element"};class An extends Ne{constructor(t){super(),this._config=this._getConfig(t),this._isActive=!1,this._lastTabNavDirection=null}static get Default(){return _n}static get DefaultType(){return kn}static get NAME(){return"focustrap"}activate(){this._isActive||(this._config.autofocus&&this._config.trapElement.focus(),Ie.off(document,yn),Ie.on(document,vn,(t=>this._handleFocusin(t))),Ie.on(document,xn,(t=>this._handleKeydown(t))),this._isActive=!0)}deactivate(){this._isActive&&(this._isActive=!1,Ie.off(document,yn))}_handleFocusin(t){const{trapElement:e}=this._config;if(t.target===document||t.target===e||e.contains(t.target))return;const r=qe.focusableChildren(e);0===r.length?e.focus():this._lastTabNavDirection===wn?r[r.length-1].focus():r[0].focus()}_handleKeydown(t){"Tab"===t.key&&(this._lastTabNavDirection=t.shiftKey?wn:"forward")}}const Sn=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",En=".sticky-top",Cn="padding-right",Tn="margin-right";class On{constructor(){this._element=document.body}getWidth(){const t=document.documentElement.clientWidth;return Math.abs(window.innerWidth-t)}hide(){const t=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,Cn,(e=>e+t)),this._setElementAttributes(Sn,Cn,(e=>e+t)),this._setElementAttributes(En,Tn,(e=>e-t))}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,Cn),this._resetElementAttributes(Sn,Cn),this._resetElementAttributes(En,Tn)}isOverflowing(){return this.getWidth()>0}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(t,e,r){const n=this.getWidth();this._applyManipulationCallback(t,(t=>{if(t!==this._element&&window.innerWidth>t.clientWidth+n)return;this._saveInitialAttribute(t,e);const i=window.getComputedStyle(t).getPropertyValue(e);t.style.setProperty(e,`${r(Number.parseFloat(i))}px`)}))}_saveInitialAttribute(t,e){const r=t.style.getPropertyValue(e);r&&Pe.setDataAttribute(t,e,r)}_resetElementAttributes(t,e){this._applyManipulationCallback(t,(t=>{const r=Pe.getDataAttribute(t,e);null!==r?(Pe.removeDataAttribute(t,e),t.style.setProperty(e,r)):t.style.removeProperty(e)}))}_applyManipulationCallback(t,e){if(ee(t))e(t);else for(const r of qe.find(t,this._element))e(r)}}const In=".bs.modal",jn=`hide${In}`,Dn=`hidePrevented${In}`,Ln=`hidden${In}`,Pn=`show${In}`,Nn=`shown${In}`,Mn=`resize${In}`,Rn=`click.dismiss${In}`,qn=`mousedown.dismiss${In}`,Bn=`keydown.dismiss${In}`,$n=`click${In}.data-api`,Fn="modal-open",Un="show",zn="modal-static",Hn={backdrop:!0,focus:!0,keyboard:!0},Vn={backdrop:"(boolean|string)",focus:"boolean",keyboard:"boolean"};class Gn extends Me{constructor(t,e){super(t,e),this._dialog=qe.findOne(".modal-dialog",this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._isTransitioning=!1,this._scrollBar=new On,this._addEventListeners()}static get Default(){return Hn}static get DefaultType(){return Vn}static get NAME(){return"modal"}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){if(this._isShown||this._isTransitioning)return;Ie.trigger(this._element,Pn,{relatedTarget:t}).defaultPrevented||(this._isShown=!0,this._isTransitioning=!0,this._scrollBar.hide(),document.body.classList.add(Fn),this._adjustDialog(),this._backdrop.show((()=>this._showElement(t))))}hide(){if(!this._isShown||this._isTransitioning)return;Ie.trigger(this._element,jn).defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),this._element.classList.remove(Un),this._queueCallback((()=>this._hideModal()),this._element,this._isAnimated()))}dispose(){Ie.off(window,In),Ie.off(this._dialog,In),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new bn({isVisible:Boolean(this._config.backdrop),isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new An({trapElement:this._element})}_showElement(t){document.body.contains(this._element)||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0;const e=qe.findOne(".modal-body",this._dialog);e&&(e.scrollTop=0),ae(this._element),this._element.classList.add(Un);this._queueCallback((()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,Ie.trigger(this._element,Nn,{relatedTarget:t})}),this._dialog,this._isAnimated())}_addEventListeners(){Ie.on(this._element,Bn,(t=>{"Escape"===t.key&&(this._config.keyboard?this.hide():this._triggerBackdropTransition())})),Ie.on(window,Mn,(()=>{this._isShown&&!this._isTransitioning&&this._adjustDialog()})),Ie.on(this._element,qn,(t=>{Ie.one(this._element,Rn,(e=>{this._element===t.target&&this._element===e.target&&("static"!==this._config.backdrop?this._config.backdrop&&this.hide():this._triggerBackdropTransition())}))}))}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide((()=>{document.body.classList.remove(Fn),this._resetAdjustments(),this._scrollBar.reset(),Ie.trigger(this._element,Ln)}))}_isAnimated(){return this._element.classList.contains("fade")}_triggerBackdropTransition(){if(Ie.trigger(this._element,Dn).defaultPrevented)return;const t=this._element.scrollHeight>document.documentElement.clientHeight,e=this._element.style.overflowY;"hidden"===e||this._element.classList.contains(zn)||(t||(this._element.style.overflowY="hidden"),this._element.classList.add(zn),this._queueCallback((()=>{this._element.classList.remove(zn),this._queueCallback((()=>{this._element.style.overflowY=e}),this._dialog)}),this._dialog),this._element.focus())}_adjustDialog(){const t=this._element.scrollHeight>document.documentElement.clientHeight,e=this._scrollBar.getWidth(),r=e>0;if(r&&!t){const t=ue()?"paddingLeft":"paddingRight";this._element.style[t]=`${e}px`}if(!r&&t){const t=ue()?"paddingRight":"paddingLeft";this._element.style[t]=`${e}px`}}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(t,e){return this.each((function(){const r=Gn.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===r[t])throw new TypeError(`No method named "${t}"`);r[t](e)}}))}}Ie.on(document,$n,'[data-bs-toggle="modal"]',(function(t){const e=qe.getElementFromSelector(this);["A","AREA"].includes(this.tagName)&&t.preventDefault(),Ie.one(e,Pn,(t=>{t.defaultPrevented||Ie.one(e,Ln,(()=>{ne(this)&&this.focus()}))}));const r=qe.findOne(".modal.show");r&&Gn.getInstance(r).hide();Gn.getOrCreateInstance(e).toggle(this)})),Be(Gn),pe(Gn);const Wn=".bs.offcanvas",Kn=".data-api",Xn=`load${Wn}${Kn}`,Qn="show",Zn="showing",Yn="hiding",Jn=".offcanvas.show",ti=`show${Wn}`,ei=`shown${Wn}`,ri=`hide${Wn}`,ni=`hidePrevented${Wn}`,ii=`hidden${Wn}`,oi=`resize${Wn}`,si=`click${Wn}${Kn}`,ai=`keydown.dismiss${Wn}`,li={backdrop:!0,keyboard:!0,scroll:!1},ci={backdrop:"(boolean|string)",keyboard:"boolean",scroll:"boolean"};class ui extends Me{constructor(t,e){super(t,e),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get Default(){return li}static get DefaultType(){return ci}static get NAME(){return"offcanvas"}toggle(t){return this._isShown?this.hide():this.show(t)}show(t){if(this._isShown)return;if(Ie.trigger(this._element,ti,{relatedTarget:t}).defaultPrevented)return;this._isShown=!0,this._backdrop.show(),this._config.scroll||(new On).hide(),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add(Zn);this._queueCallback((()=>{this._config.scroll&&!this._config.backdrop||this._focustrap.activate(),this._element.classList.add(Qn),this._element.classList.remove(Zn),Ie.trigger(this._element,ei,{relatedTarget:t})}),this._element,!0)}hide(){if(!this._isShown)return;if(Ie.trigger(this._element,ri).defaultPrevented)return;this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.add(Yn),this._backdrop.hide();this._queueCallback((()=>{this._element.classList.remove(Qn,Yn),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._config.scroll||(new On).reset(),Ie.trigger(this._element,ii)}),this._element,!0)}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_initializeBackDrop(){const t=Boolean(this._config.backdrop);return new bn({className:"offcanvas-backdrop",isVisible:t,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:t?()=>{"static"!==this._config.backdrop?this.hide():Ie.trigger(this._element,ni)}:null})}_initializeFocusTrap(){return new An({trapElement:this._element})}_addEventListeners(){Ie.on(this._element,ai,(t=>{"Escape"===t.key&&(this._config.keyboard?this.hide():Ie.trigger(this._element,ni))}))}static jQueryInterface(t){return this.each((function(){const e=ui.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}Ie.on(document,si,'[data-bs-toggle="offcanvas"]',(function(t){const e=qe.getElementFromSelector(this);if(["A","AREA"].includes(this.tagName)&&t.preventDefault(),ie(this))return;Ie.one(e,ii,(()=>{ne(this)&&this.focus()}));const r=qe.findOne(Jn);r&&r!==e&&ui.getInstance(r).hide();ui.getOrCreateInstance(e).toggle(this)})),Ie.on(window,Xn,(()=>{for(const t of qe.find(Jn))ui.getOrCreateInstance(t).show()})),Ie.on(window,oi,(()=>{for(const t of qe.find("[aria-modal][class*=show][class*=offcanvas-]"))"fixed"!==getComputedStyle(t).position&&ui.getOrCreateInstance(t).hide()})),Be(ui),pe(ui);const pi={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],dd:[],div:[],dl:[],dt:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},di=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),mi=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i,fi=(t,e)=>{const r=t.nodeName.toLowerCase();return e.includes(r)?!di.has(r)||Boolean(mi.test(t.nodeValue)):e.filter((t=>t instanceof RegExp)).some((t=>t.test(r)))};const hi={allowList:pi,content:{},extraClass:"",html:!1,sanitize:!0,sanitizeFn:null,template:"
"},gi={allowList:"object",content:"object",extraClass:"(string|function)",html:"boolean",sanitize:"boolean",sanitizeFn:"(null|function)",template:"string"},bi={entry:"(string|element|function|null)",selector:"(string|element)"};class yi extends Ne{constructor(t){super(),this._config=this._getConfig(t)}static get Default(){return hi}static get DefaultType(){return gi}static get NAME(){return"TemplateFactory"}getContent(){return Object.values(this._config.content).map((t=>this._resolvePossibleFunction(t))).filter(Boolean)}hasContent(){return this.getContent().length>0}changeContent(t){return this._checkContent(t),this._config.content={...this._config.content,...t},this}toHtml(){const t=document.createElement("div");t.innerHTML=this._maybeSanitize(this._config.template);for(const[e,r]of Object.entries(this._config.content))this._setContent(t,r,e);const e=t.children[0],r=this._resolvePossibleFunction(this._config.extraClass);return r&&e.classList.add(...r.split(" ")),e}_typeCheckConfig(t){super._typeCheckConfig(t),this._checkContent(t.content)}_checkContent(t){for(const[e,r]of Object.entries(t))super._typeCheckConfig({selector:e,entry:r},bi)}_setContent(t,e,r){const n=qe.findOne(r,t);n&&((e=this._resolvePossibleFunction(e))?ee(e)?this._putElementInTemplate(re(e),n):this._config.html?n.innerHTML=this._maybeSanitize(e):n.textContent=e:n.remove())}_maybeSanitize(t){return this._config.sanitize?function(t,e,r){if(!t.length)return t;if(r&&"function"==typeof r)return r(t);const n=(new window.DOMParser).parseFromString(t,"text/html"),i=[].concat(...n.body.querySelectorAll("*"));for(const t of i){const r=t.nodeName.toLowerCase();if(!Object.keys(e).includes(r)){t.remove();continue}const n=[].concat(...t.attributes),i=[].concat(e["*"]||[],e[r]||[]);for(const e of n)fi(e,i)||t.removeAttribute(e.nodeName)}return n.body.innerHTML}(t,this._config.allowList,this._config.sanitizeFn):t}_resolvePossibleFunction(t){return de(t,[this])}_putElementInTemplate(t,e){if(this._config.html)return e.innerHTML="",void e.append(t);e.textContent=t.textContent}}const vi=new Set(["sanitize","allowList","sanitizeFn"]),xi="fade",wi="show",_i=".tooltip-inner",ki=".modal",Ai="hide.bs.modal",Si="hover",Ei="focus",Ci={AUTO:"auto",TOP:"top",RIGHT:ue()?"left":"right",BOTTOM:"bottom",LEFT:ue()?"right":"left"},Ti={allowList:pi,animation:!0,boundary:"clippingParents",container:!1,customClass:"",delay:0,fallbackPlacements:["top","right","bottom","left"],html:!1,offset:[0,6],placement:"top",popperConfig:null,sanitize:!0,sanitizeFn:null,selector:!1,template:'',title:"",trigger:"hover focus"},Oi={allowList:"object",animation:"boolean",boundary:"(string|element)",container:"(string|element|boolean)",customClass:"(string|function)",delay:"(number|object)",fallbackPlacements:"array",html:"boolean",offset:"(array|string|function)",placement:"(string|function)",popperConfig:"(null|object|function)",sanitize:"boolean",sanitizeFn:"(null|function)",selector:"(string|boolean)",template:"string",title:"(string|element|function)",trigger:"string"};class Ii extends Me{constructor(t,e){super(t,e),this._isEnabled=!0,this._timeout=0,this._isHovered=null,this._activeTrigger={},this._popper=null,this._templateFactory=null,this._newContent=null,this.tip=null,this._setListeners(),this._config.selector||this._fixTitle()}static get Default(){return Ti}static get DefaultType(){return Oi}static get NAME(){return"tooltip"}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(){this._isEnabled&&(this._activeTrigger.click=!this._activeTrigger.click,this._isShown()?this._leave():this._enter())}dispose(){clearTimeout(this._timeout),Ie.off(this._element.closest(ki),Ai,this._hideModalHandler),this._element.getAttribute("data-bs-original-title")&&this._element.setAttribute("title",this._element.getAttribute("data-bs-original-title")),this._disposePopper(),super.dispose()}show(){if("none"===this._element.style.display)throw new Error("Please use show on visible elements");if(!this._isWithContent()||!this._isEnabled)return;const t=Ie.trigger(this._element,this.constructor.eventName("show")),e=(oe(this._element)||this._element.ownerDocument.documentElement).contains(this._element);if(t.defaultPrevented||!e)return;this._disposePopper();const r=this._getTipElement();this._element.setAttribute("aria-describedby",r.getAttribute("id"));const{container:n}=this._config;if(this._element.ownerDocument.documentElement.contains(this.tip)||(n.append(r),Ie.trigger(this._element,this.constructor.eventName("inserted"))),this._popper=this._createPopper(r),r.classList.add(wi),"ontouchstart"in document.documentElement)for(const t of[].concat(...document.body.children))Ie.on(t,"mouseover",se);this._queueCallback((()=>{Ie.trigger(this._element,this.constructor.eventName("shown")),!1===this._isHovered&&this._leave(),this._isHovered=!1}),this.tip,this._isAnimated())}hide(){if(!this._isShown())return;if(Ie.trigger(this._element,this.constructor.eventName("hide")).defaultPrevented)return;if(this._getTipElement().classList.remove(wi),"ontouchstart"in document.documentElement)for(const t of[].concat(...document.body.children))Ie.off(t,"mouseover",se);this._activeTrigger.click=!1,this._activeTrigger[Ei]=!1,this._activeTrigger[Si]=!1,this._isHovered=null;this._queueCallback((()=>{this._isWithActiveTrigger()||(this._isHovered||this._disposePopper(),this._element.removeAttribute("aria-describedby"),Ie.trigger(this._element,this.constructor.eventName("hidden")))}),this.tip,this._isAnimated())}update(){this._popper&&this._popper.update()}_isWithContent(){return Boolean(this._getTitle())}_getTipElement(){return this.tip||(this.tip=this._createTipElement(this._newContent||this._getContentForTemplate())),this.tip}_createTipElement(t){const e=this._getTemplateFactory(t).toHtml();if(!e)return null;e.classList.remove(xi,wi),e.classList.add(`bs-${this.constructor.NAME}-auto`);const r=(t=>{do{t+=Math.floor(1e6*Math.random())}while(document.getElementById(t));return t})(this.constructor.NAME).toString();return e.setAttribute("id",r),this._isAnimated()&&e.classList.add(xi),e}setContent(t){this._newContent=t,this._isShown()&&(this._disposePopper(),this.show())}_getTemplateFactory(t){return this._templateFactory?this._templateFactory.changeContent(t):this._templateFactory=new yi({...this._config,content:t,extraClass:this._resolvePossibleFunction(this._config.customClass)}),this._templateFactory}_getContentForTemplate(){return{[_i]:this._getTitle()}}_getTitle(){return this._resolvePossibleFunction(this._config.title)||this._element.getAttribute("data-bs-original-title")}_initializeOnDelegatedTarget(t){return this.constructor.getOrCreateInstance(t.delegateTarget,this._getDelegateConfig())}_isAnimated(){return this._config.animation||this.tip&&this.tip.classList.contains(xi)}_isShown(){return this.tip&&this.tip.classList.contains(wi)}_createPopper(t){const e=de(this._config.placement,[this,t,this._element]),r=Ci[e.toUpperCase()];return Kt(this._element,t,this._getPopperConfig(r))}_getOffset(){const{offset:t}=this._config;return"string"==typeof t?t.split(",").map((t=>Number.parseInt(t,10))):"function"==typeof t?e=>t(e,this._element):t}_resolvePossibleFunction(t){return de(t,[this._element])}_getPopperConfig(t){const e={placement:t,modifiers:[{name:"flip",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"arrow",options:{element:`.${this.constructor.NAME}-arrow`}},{name:"preSetPlacement",enabled:!0,phase:"beforeMain",fn:t=>{this._getTipElement().setAttribute("data-popper-placement",t.state.placement)}}]};return{...e,...de(this._config.popperConfig,[e])}}_setListeners(){const t=this._config.trigger.split(" ");for(const e of t)if("click"===e)Ie.on(this._element,this.constructor.eventName("click"),this._config.selector,(t=>{this._initializeOnDelegatedTarget(t).toggle()}));else if("manual"!==e){const t=e===Si?this.constructor.eventName("mouseenter"):this.constructor.eventName("focusin"),r=e===Si?this.constructor.eventName("mouseleave"):this.constructor.eventName("focusout");Ie.on(this._element,t,this._config.selector,(t=>{const e=this._initializeOnDelegatedTarget(t);e._activeTrigger["focusin"===t.type?Ei:Si]=!0,e._enter()})),Ie.on(this._element,r,this._config.selector,(t=>{const e=this._initializeOnDelegatedTarget(t);e._activeTrigger["focusout"===t.type?Ei:Si]=e._element.contains(t.relatedTarget),e._leave()}))}this._hideModalHandler=()=>{this._element&&this.hide()},Ie.on(this._element.closest(ki),Ai,this._hideModalHandler)}_fixTitle(){const t=this._element.getAttribute("title");t&&(this._element.getAttribute("aria-label")||this._element.textContent.trim()||this._element.setAttribute("aria-label",t),this._element.setAttribute("data-bs-original-title",t),this._element.removeAttribute("title"))}_enter(){this._isShown()||this._isHovered?this._isHovered=!0:(this._isHovered=!0,this._setTimeout((()=>{this._isHovered&&this.show()}),this._config.delay.show))}_leave(){this._isWithActiveTrigger()||(this._isHovered=!1,this._setTimeout((()=>{this._isHovered||this.hide()}),this._config.delay.hide))}_setTimeout(t,e){clearTimeout(this._timeout),this._timeout=setTimeout(t,e)}_isWithActiveTrigger(){return Object.values(this._activeTrigger).includes(!0)}_getConfig(t){const e=Pe.getDataAttributes(this._element);for(const t of Object.keys(e))vi.has(t)&&delete e[t];return t={...e,..."object"==typeof t&&t?t:{}},t=this._mergeConfigObj(t),t=this._configAfterMerge(t),this._typeCheckConfig(t),t}_configAfterMerge(t){return t.container=!1===t.container?document.body:re(t.container),"number"==typeof t.delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),t}_getDelegateConfig(){const t={};for(const[e,r]of Object.entries(this._config))this.constructor.Default[e]!==r&&(t[e]=r);return t.selector=!1,t.trigger="manual",t}_disposePopper(){this._popper&&(this._popper.destroy(),this._popper=null),this.tip&&(this.tip.remove(),this.tip=null)}static jQueryInterface(t){return this.each((function(){const e=Ii.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}pe(Ii);const ji=".popover-header",Di=".popover-body",Li={...Ii.Default,content:"",offset:[0,8],placement:"right",template:'',trigger:"click"},Pi={...Ii.DefaultType,content:"(null|string|element|function)"};class Ni extends Ii{static get Default(){return Li}static get DefaultType(){return Pi}static get NAME(){return"popover"}_isWithContent(){return this._getTitle()||this._getContent()}_getContentForTemplate(){return{[ji]:this._getTitle(),[Di]:this._getContent()}}_getContent(){return this._resolvePossibleFunction(this._config.content)}static jQueryInterface(t){return this.each((function(){const e=Ni.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t]()}}))}}pe(Ni);const Mi=".bs.scrollspy",Ri=`activate${Mi}`,qi=`click${Mi}`,Bi=`load${Mi}.data-api`,$i="active",Fi="[href]",Ui=".nav-link",zi=`${Ui}, .nav-item > ${Ui}, .list-group-item`,Hi={offset:null,rootMargin:"0px 0px -25%",smoothScroll:!1,target:null,threshold:[.1,.5,1]},Vi={offset:"(number|null)",rootMargin:"string",smoothScroll:"boolean",target:"element",threshold:"array"};class Gi extends Me{constructor(t,e){super(t,e),this._targetLinks=new Map,this._observableSections=new Map,this._rootElement="visible"===getComputedStyle(this._element).overflowY?null:this._element,this._activeTarget=null,this._observer=null,this._previousScrollData={visibleEntryTop:0,parentScrollTop:0},this.refresh()}static get Default(){return Hi}static get DefaultType(){return Vi}static get NAME(){return"scrollspy"}refresh(){this._initializeTargetsAndObservables(),this._maybeEnableSmoothScroll(),this._observer?this._observer.disconnect():this._observer=this._getNewObserver();for(const t of this._observableSections.values())this._observer.observe(t)}dispose(){this._observer.disconnect(),super.dispose()}_configAfterMerge(t){return t.target=re(t.target)||document.body,t.rootMargin=t.offset?`${t.offset}px 0px -30%`:t.rootMargin,"string"==typeof t.threshold&&(t.threshold=t.threshold.split(",").map((t=>Number.parseFloat(t)))),t}_maybeEnableSmoothScroll(){this._config.smoothScroll&&(Ie.off(this._config.target,qi),Ie.on(this._config.target,qi,Fi,(t=>{const e=this._observableSections.get(t.target.hash);if(e){t.preventDefault();const r=this._rootElement||window,n=e.offsetTop-this._element.offsetTop;if(r.scrollTo)return void r.scrollTo({top:n,behavior:"smooth"});r.scrollTop=n}})))}_getNewObserver(){const t={root:this._rootElement,threshold:this._config.threshold,rootMargin:this._config.rootMargin};return new IntersectionObserver((t=>this._observerCallback(t)),t)}_observerCallback(t){const e=t=>this._targetLinks.get(`#${t.target.id}`),r=t=>{this._previousScrollData.visibleEntryTop=t.target.offsetTop,this._process(e(t))},n=(this._rootElement||document.documentElement).scrollTop,i=n>=this._previousScrollData.parentScrollTop;this._previousScrollData.parentScrollTop=n;for(const o of t){if(!o.isIntersecting){this._activeTarget=null,this._clearActiveClass(e(o));continue}const t=o.target.offsetTop>=this._previousScrollData.visibleEntryTop;if(i&&t){if(r(o),!n)return}else i||t||r(o)}}_initializeTargetsAndObservables(){this._targetLinks=new Map,this._observableSections=new Map;const t=qe.find(Fi,this._config.target);for(const e of t){if(!e.hash||ie(e))continue;const t=qe.findOne(decodeURI(e.hash),this._element);ne(t)&&(this._targetLinks.set(decodeURI(e.hash),e),this._observableSections.set(e.hash,t))}}_process(t){this._activeTarget!==t&&(this._clearActiveClass(this._config.target),this._activeTarget=t,t.classList.add($i),this._activateParents(t),Ie.trigger(this._element,Ri,{relatedTarget:t}))}_activateParents(t){if(t.classList.contains("dropdown-item"))qe.findOne(".dropdown-toggle",t.closest(".dropdown")).classList.add($i);else for(const e of qe.parents(t,".nav, .list-group"))for(const t of qe.prev(e,zi))t.classList.add($i)}_clearActiveClass(t){t.classList.remove($i);const e=qe.find(`${Fi}.${$i}`,t);for(const t of e)t.classList.remove($i)}static jQueryInterface(t){return this.each((function(){const e=Gi.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t]()}}))}}Ie.on(window,Bi,(()=>{for(const t of qe.find('[data-bs-spy="scroll"]'))Gi.getOrCreateInstance(t)})),pe(Gi);const Wi=".bs.tab",Ki=`hide${Wi}`,Xi=`hidden${Wi}`,Qi=`show${Wi}`,Zi=`shown${Wi}`,Yi=`click${Wi}`,Ji=`keydown${Wi}`,to=`load${Wi}`,eo="ArrowLeft",ro="ArrowRight",no="ArrowUp",io="ArrowDown",oo="Home",so="End",ao="active",lo="fade",co="show",uo=".dropdown-toggle",po=`:not(${uo})`,mo='[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',fo=`${`.nav-link${po}, .list-group-item${po}, [role="tab"]${po}`}, ${mo}`,ho=`.${ao}[data-bs-toggle="tab"], .${ao}[data-bs-toggle="pill"], .${ao}[data-bs-toggle="list"]`;class go extends Me{constructor(t){super(t),this._parent=this._element.closest('.list-group, .nav, [role="tablist"]'),this._parent&&(this._setInitialAttributes(this._parent,this._getChildren()),Ie.on(this._element,Ji,(t=>this._keydown(t))))}static get NAME(){return"tab"}show(){const t=this._element;if(this._elemIsActive(t))return;const e=this._getActiveElem(),r=e?Ie.trigger(e,Ki,{relatedTarget:t}):null;Ie.trigger(t,Qi,{relatedTarget:e}).defaultPrevented||r&&r.defaultPrevented||(this._deactivate(e,t),this._activate(t,e))}_activate(t,e){if(!t)return;t.classList.add(ao),this._activate(qe.getElementFromSelector(t));this._queueCallback((()=>{"tab"===t.getAttribute("role")?(t.removeAttribute("tabindex"),t.setAttribute("aria-selected",!0),this._toggleDropDown(t,!0),Ie.trigger(t,Zi,{relatedTarget:e})):t.classList.add(co)}),t,t.classList.contains(lo))}_deactivate(t,e){if(!t)return;t.classList.remove(ao),t.blur(),this._deactivate(qe.getElementFromSelector(t));this._queueCallback((()=>{"tab"===t.getAttribute("role")?(t.setAttribute("aria-selected",!1),t.setAttribute("tabindex","-1"),this._toggleDropDown(t,!1),Ie.trigger(t,Xi,{relatedTarget:e})):t.classList.remove(co)}),t,t.classList.contains(lo))}_keydown(t){if(![eo,ro,no,io,oo,so].includes(t.key))return;t.stopPropagation(),t.preventDefault();const e=this._getChildren().filter((t=>!ie(t)));let r;if([oo,so].includes(t.key))r=e[t.key===oo?0:e.length-1];else{const n=[ro,io].includes(t.key);r=fe(e,t.target,n,!0)}r&&(r.focus({preventScroll:!0}),go.getOrCreateInstance(r).show())}_getChildren(){return qe.find(fo,this._parent)}_getActiveElem(){return this._getChildren().find((t=>this._elemIsActive(t)))||null}_setInitialAttributes(t,e){this._setAttributeIfNotExists(t,"role","tablist");for(const t of e)this._setInitialAttributesOnChild(t)}_setInitialAttributesOnChild(t){t=this._getInnerElement(t);const e=this._elemIsActive(t),r=this._getOuterElement(t);t.setAttribute("aria-selected",e),r!==t&&this._setAttributeIfNotExists(r,"role","presentation"),e||t.setAttribute("tabindex","-1"),this._setAttributeIfNotExists(t,"role","tab"),this._setInitialAttributesOnTargetPanel(t)}_setInitialAttributesOnTargetPanel(t){const e=qe.getElementFromSelector(t);e&&(this._setAttributeIfNotExists(e,"role","tabpanel"),t.id&&this._setAttributeIfNotExists(e,"aria-labelledby",`${t.id}`))}_toggleDropDown(t,e){const r=this._getOuterElement(t);if(!r.classList.contains("dropdown"))return;const n=(t,n)=>{const i=qe.findOne(t,r);i&&i.classList.toggle(n,e)};n(uo,ao),n(".dropdown-menu",co),r.setAttribute("aria-expanded",e)}_setAttributeIfNotExists(t,e,r){t.hasAttribute(e)||t.setAttribute(e,r)}_elemIsActive(t){return t.classList.contains(ao)}_getInnerElement(t){return t.matches(fo)?t:qe.findOne(fo,t)}_getOuterElement(t){return t.closest(".nav-item, .list-group-item")||t}static jQueryInterface(t){return this.each((function(){const e=go.getOrCreateInstance(this);if("string"==typeof t){if(void 0===e[t]||t.startsWith("_")||"constructor"===t)throw new TypeError(`No method named "${t}"`);e[t]()}}))}}Ie.on(document,Yi,mo,(function(t){["A","AREA"].includes(this.tagName)&&t.preventDefault(),ie(this)||go.getOrCreateInstance(this).show()})),Ie.on(window,to,(()=>{for(const t of qe.find(ho))go.getOrCreateInstance(t)})),pe(go);const bo=".bs.toast",yo=`mouseover${bo}`,vo=`mouseout${bo}`,xo=`focusin${bo}`,wo=`focusout${bo}`,_o=`hide${bo}`,ko=`hidden${bo}`,Ao=`show${bo}`,So=`shown${bo}`,Eo="hide",Co="show",To="showing",Oo={animation:"boolean",autohide:"boolean",delay:"number"},Io={animation:!0,autohide:!0,delay:5e3};class jo extends Me{constructor(t,e){super(t,e),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get Default(){return Io}static get DefaultType(){return Oo}static get NAME(){return"toast"}show(){if(Ie.trigger(this._element,Ao).defaultPrevented)return;this._clearTimeout(),this._config.animation&&this._element.classList.add("fade");this._element.classList.remove(Eo),ae(this._element),this._element.classList.add(Co,To),this._queueCallback((()=>{this._element.classList.remove(To),Ie.trigger(this._element,So),this._maybeScheduleHide()}),this._element,this._config.animation)}hide(){if(!this.isShown())return;if(Ie.trigger(this._element,_o).defaultPrevented)return;this._element.classList.add(To),this._queueCallback((()=>{this._element.classList.add(Eo),this._element.classList.remove(To,Co),Ie.trigger(this._element,ko)}),this._element,this._config.animation)}dispose(){this._clearTimeout(),this.isShown()&&this._element.classList.remove(Co),super.dispose()}isShown(){return this._element.classList.contains(Co)}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout((()=>{this.hide()}),this._config.delay)))}_onInteraction(t,e){switch(t.type){case"mouseover":case"mouseout":this._hasMouseInteraction=e;break;case"focusin":case"focusout":this._hasKeyboardInteraction=e}if(e)return void this._clearTimeout();const r=t.relatedTarget;this._element===r||this._element.contains(r)||this._maybeScheduleHide()}_setListeners(){Ie.on(this._element,yo,(t=>this._onInteraction(t,!0))),Ie.on(this._element,vo,(t=>this._onInteraction(t,!1))),Ie.on(this._element,xo,(t=>this._onInteraction(t,!0))),Ie.on(this._element,wo,(t=>this._onInteraction(t,!1)))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(t){return this.each((function(){const e=jo.getOrCreateInstance(this,t);if("string"==typeof t){if(void 0===e[t])throw new TypeError(`No method named "${t}"`);e[t](this)}}))}}function Do(t,e){const r=Object.create(null),n=t.split(",");for(let t=0;t!!r[t.toLowerCase()]:t=>!!r[t]}Be(jo),pe(jo);const Lo={},Po=[],No=()=>{},Mo=()=>!1,Ro=/^on[^a-z]/,qo=t=>Ro.test(t),Bo=t=>t.startsWith("onUpdate:"),$o=Object.assign,Fo=(t,e)=>{const r=t.indexOf(e);r>-1&&t.splice(r,1)},Uo=Object.prototype.hasOwnProperty,zo=(t,e)=>Uo.call(t,e),Ho=Array.isArray,Vo=t=>"[object Map]"===Jo(t),Go=t=>"[object Set]"===Jo(t),Wo=t=>"function"==typeof t,Ko=t=>"string"==typeof t,Xo=t=>"symbol"==typeof t,Qo=t=>null!==t&&"object"==typeof t,Zo=t=>Qo(t)&&Wo(t.then)&&Wo(t.catch),Yo=Object.prototype.toString,Jo=t=>Yo.call(t),ts=t=>Jo(t).slice(8,-1),es=t=>"[object Object]"===Jo(t),rs=t=>Ko(t)&&"NaN"!==t&&"-"!==t[0]&&""+parseInt(t,10)===t,ns=Do(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),is=t=>{const e=Object.create(null);return r=>e[r]||(e[r]=t(r))},os=/-(\w)/g,ss=is((t=>t.replace(os,((t,e)=>e?e.toUpperCase():"")))),as=/\B([A-Z])/g,ls=is((t=>t.replace(as,"-$1").toLowerCase())),cs=is((t=>t.charAt(0).toUpperCase()+t.slice(1))),us=is((t=>t?`on${cs(t)}`:"")),ps=(t,e)=>!Object.is(t,e),ds=(t,e)=>{for(let r=0;r{Object.defineProperty(t,e,{configurable:!0,enumerable:!1,value:r})},fs=t=>{const e=parseFloat(t);return isNaN(e)?t:e},hs=t=>{const e=Ko(t)?Number(t):NaN;return isNaN(e)?t:e};let gs;const bs=()=>gs||(gs="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==r.g?r.g:{});function ys(t){if(Ho(t)){const e={};for(let r=0;r{if(t){const r=t.split(xs);r.length>1&&(e[r[0].trim()]=r[1].trim())}})),e}function ks(t){let e="";if(Ko(t))e=t;else if(Ho(t))for(let r=0;rKo(t)?t:null==t?"":Ho(t)||Qo(t)&&(t.toString===Yo||!Wo(t.toString))?JSON.stringify(t,Ts,2):String(t),Ts=(t,e)=>e&&e.__v_isRef?Ts(t,e.value):Vo(e)?{[`Map(${e.size})`]:[...e.entries()].reduce(((t,[e,r])=>(t[`${e} =>`]=r,t)),{})}:Go(e)?{[`Set(${e.size})`]:[...e.values()]}:!Qo(e)||Ho(e)||es(e)?e:String(e);let Os;class Is{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this.parent=Os,!t&&Os&&(this.index=(Os.scopes||(Os.scopes=[])).push(this)-1)}get active(){return this._active}run(t){if(this._active){const e=Os;try{return Os=this,t()}finally{Os=e}}else 0}on(){Os=this}off(){Os=this.parent}stop(t){if(this._active){let e,r;for(e=0,r=this.effects.length;e{const e=new Set(t);return e.w=0,e.n=0,e},Ls=t=>(t.w&Rs)>0,Ps=t=>(t.n&Rs)>0,Ns=new WeakMap;let Ms=0,Rs=1;const qs=30;let Bs;const $s=Symbol(""),Fs=Symbol("");class Us{constructor(t,e=null,r){this.fn=t,this.scheduler=e,this.active=!0,this.deps=[],this.parent=void 0,js(this,r)}run(){if(!this.active)return this.fn();let t=Bs,e=Hs;for(;t;){if(t===this)return;t=t.parent}try{return this.parent=Bs,Bs=this,Hs=!0,Rs=1<<++Ms,Ms<=qs?(({deps:t})=>{if(t.length)for(let e=0;e{const{deps:e}=t;if(e.length){let r=0;for(let n=0;n{("length"===r||r>=t)&&a.push(e)}))}else switch(void 0!==r&&a.push(s.get(r)),e){case"add":Ho(t)?rs(r)&&a.push(s.get("length")):(a.push(s.get($s)),Vo(t)&&a.push(s.get(Fs)));break;case"delete":Ho(t)||(a.push(s.get($s)),Vo(t)&&a.push(s.get(Fs)));break;case"set":Vo(t)&&a.push(s.get($s))}if(1===a.length)a[0]&&Zs(a[0]);else{const t=[];for(const e of a)e&&t.push(...e);Zs(Ds(t))}}function Zs(t,e){const r=Ho(t)?t:[...t];for(const t of r)t.computed&&Ys(t,e);for(const t of r)t.computed||Ys(t,e)}function Ys(t,e){(t!==Bs||t.allowRecurse)&&(t.scheduler?t.scheduler():t.run())}const Js=Do("__proto__,__v_isRef,__isVue"),ta=new Set(Object.getOwnPropertyNames(Symbol).filter((t=>"arguments"!==t&&"caller"!==t)).map((t=>Symbol[t])).filter(Xo)),ea=aa(),ra=aa(!1,!0),na=aa(!0),ia=oa();function oa(){const t={};return["includes","indexOf","lastIndexOf"].forEach((e=>{t[e]=function(...t){const r=Ha(this);for(let t=0,e=this.length;t{t[e]=function(...t){Gs();const r=Ha(this)[e].apply(this,t);return Ws(),r}})),t}function sa(t){const e=Ha(this);return Ks(e,0,t),e.hasOwnProperty(t)}function aa(t=!1,e=!1){return function(r,n,i){if("__v_isReactive"===n)return!t;if("__v_isReadonly"===n)return t;if("__v_isShallow"===n)return e;if("__v_raw"===n&&i===(t?e?Ma:Na:e?Pa:La).get(r))return r;const o=Ho(r);if(!t){if(o&&zo(ia,n))return Reflect.get(ia,n,i);if("hasOwnProperty"===n)return sa}const s=Reflect.get(r,n,i);return(Xo(n)?ta.has(n):Js(n))?s:(t||Ks(r,0,n),e?s:Qa(s)?o&&rs(n)?s:s.value:Qo(s)?t?qa(s):Ra(s):s)}}function la(t=!1){return function(e,r,n,i){let o=e[r];if(Fa(o)&&Qa(o)&&!Qa(n))return!1;if(!t&&(Ua(n)||Fa(n)||(o=Ha(o),n=Ha(n)),!Ho(e)&&Qa(o)&&!Qa(n)))return o.value=n,!0;const s=Ho(e)&&rs(r)?Number(r)!0,deleteProperty:(t,e)=>!0},pa=$o({},ca,{get:ra,set:la(!0)}),da=t=>t,ma=t=>Reflect.getPrototypeOf(t);function fa(t,e,r=!1,n=!1){const i=Ha(t=t.__v_raw),o=Ha(e);r||(e!==o&&Ks(i,0,e),Ks(i,0,o));const{has:s}=ma(i),a=n?da:r?Wa:Ga;return s.call(i,e)?a(t.get(e)):s.call(i,o)?a(t.get(o)):void(t!==i&&t.get(e))}function ha(t,e=!1){const r=this.__v_raw,n=Ha(r),i=Ha(t);return e||(t!==i&&Ks(n,0,t),Ks(n,0,i)),t===i?r.has(t):r.has(t)||r.has(i)}function ga(t,e=!1){return t=t.__v_raw,!e&&Ks(Ha(t),0,$s),Reflect.get(t,"size",t)}function ba(t){t=Ha(t);const e=Ha(this);return ma(e).has.call(e,t)||(e.add(t),Qs(e,"add",t,t)),this}function ya(t,e){e=Ha(e);const r=Ha(this),{has:n,get:i}=ma(r);let o=n.call(r,t);o||(t=Ha(t),o=n.call(r,t));const s=i.call(r,t);return r.set(t,e),o?ps(e,s)&&Qs(r,"set",t,e):Qs(r,"add",t,e),this}function va(t){const e=Ha(this),{has:r,get:n}=ma(e);let i=r.call(e,t);i||(t=Ha(t),i=r.call(e,t));n&&n.call(e,t);const o=e.delete(t);return i&&Qs(e,"delete",t,void 0),o}function xa(){const t=Ha(this),e=0!==t.size,r=t.clear();return e&&Qs(t,"clear",void 0,void 0),r}function wa(t,e){return function(r,n){const i=this,o=i.__v_raw,s=Ha(o),a=e?da:t?Wa:Ga;return!t&&Ks(s,0,$s),o.forEach(((t,e)=>r.call(n,a(t),a(e),i)))}}function _a(t,e,r){return function(...n){const i=this.__v_raw,o=Ha(i),s=Vo(o),a="entries"===t||t===Symbol.iterator&&s,l="keys"===t&&s,c=i[t](...n),u=r?da:e?Wa:Ga;return!e&&Ks(o,0,l?Fs:$s),{next(){const{value:t,done:e}=c.next();return e?{value:t,done:e}:{value:a?[u(t[0]),u(t[1])]:u(t),done:e}},[Symbol.iterator](){return this}}}}function ka(t){return function(...e){return"delete"!==t&&this}}function Aa(){const t={get(t){return fa(this,t)},get size(){return ga(this)},has:ha,add:ba,set:ya,delete:va,clear:xa,forEach:wa(!1,!1)},e={get(t){return fa(this,t,!1,!0)},get size(){return ga(this)},has:ha,add:ba,set:ya,delete:va,clear:xa,forEach:wa(!1,!0)},r={get(t){return fa(this,t,!0)},get size(){return ga(this,!0)},has(t){return ha.call(this,t,!0)},add:ka("add"),set:ka("set"),delete:ka("delete"),clear:ka("clear"),forEach:wa(!0,!1)},n={get(t){return fa(this,t,!0,!0)},get size(){return ga(this,!0)},has(t){return ha.call(this,t,!0)},add:ka("add"),set:ka("set"),delete:ka("delete"),clear:ka("clear"),forEach:wa(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach((i=>{t[i]=_a(i,!1,!1),r[i]=_a(i,!0,!1),e[i]=_a(i,!1,!0),n[i]=_a(i,!0,!0)})),[t,r,e,n]}const[Sa,Ea,Ca,Ta]=Aa();function Oa(t,e){const r=e?t?Ta:Ca:t?Ea:Sa;return(e,n,i)=>"__v_isReactive"===n?!t:"__v_isReadonly"===n?t:"__v_raw"===n?e:Reflect.get(zo(r,n)&&n in e?r:e,n,i)}const Ia={get:Oa(!1,!1)},ja={get:Oa(!1,!0)},Da={get:Oa(!0,!1)};const La=new WeakMap,Pa=new WeakMap,Na=new WeakMap,Ma=new WeakMap;function Ra(t){return Fa(t)?t:Ba(t,!1,ca,Ia,La)}function qa(t){return Ba(t,!0,ua,Da,Na)}function Ba(t,e,r,n,i){if(!Qo(t))return t;if(t.__v_raw&&(!e||!t.__v_isReactive))return t;const o=i.get(t);if(o)return o;const s=(a=t).__v_skip||!Object.isExtensible(a)?0:function(t){switch(t){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}(ts(a));var a;if(0===s)return t;const l=new Proxy(t,2===s?n:r);return i.set(t,l),l}function $a(t){return Fa(t)?$a(t.__v_raw):!(!t||!t.__v_isReactive)}function Fa(t){return!(!t||!t.__v_isReadonly)}function Ua(t){return!(!t||!t.__v_isShallow)}function za(t){return $a(t)||Fa(t)}function Ha(t){const e=t&&t.__v_raw;return e?Ha(e):t}function Va(t){return ms(t,"__v_skip",!0),t}const Ga=t=>Qo(t)?Ra(t):t,Wa=t=>Qo(t)?qa(t):t;function Ka(t){Hs&&Bs&&Xs((t=Ha(t)).dep||(t.dep=Ds()))}function Xa(t,e){const r=(t=Ha(t)).dep;r&&Zs(r)}function Qa(t){return!(!t||!0!==t.__v_isRef)}function Za(t){return Qa(t)?t.value:t}const Ya={get:(t,e,r)=>Za(Reflect.get(t,e,r)),set:(t,e,r,n)=>{const i=t[e];return Qa(i)&&!Qa(r)?(i.value=r,!0):Reflect.set(t,e,r,n)}};function Ja(t){return $a(t)?t:new Proxy(t,Ya)}class tl{constructor(t,e,r,n){this._setter=e,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this._dirty=!0,this.effect=new Us(t,(()=>{this._dirty||(this._dirty=!0,Xa(this))})),this.effect.computed=this,this.effect.active=this._cacheable=!n,this.__v_isReadonly=r}get value(){const t=Ha(this);return Ka(t),!t._dirty&&t._cacheable||(t._dirty=!1,t._value=t.effect.run()),t._value}set value(t){this._setter(t)}}function el(t,e,r,n){let i;try{i=n?t(...n):t()}catch(t){nl(t,e,r)}return i}function rl(t,e,r,n){if(Wo(t)){const i=el(t,e,r,n);return i&&Zo(i)&&i.catch((t=>{nl(t,e,r)})),i}const i=[];for(let o=0;o>>1;vl(sl[n])vl(t)-vl(e))),ul=0;ulnull==t.id?1/0:t.id,xl=(t,e)=>{const r=vl(t)-vl(e);if(0===r){if(t.pre&&!e.pre)return-1;if(e.pre&&!t.pre)return 1}return r};function wl(t){ol=!1,il=!0,sl.sort(xl);try{for(al=0;alKo(t)?t.trim():t))),e&&(i=r.map(fs))}let a;let l=n[a=us(e)]||n[a=us(ss(e))];!l&&o&&(l=n[a=us(ls(e))]),l&&rl(l,t,6,i);const c=n[a+"Once"];if(c){if(t.emitted){if(t.emitted[a])return}else t.emitted={};t.emitted[a]=!0,rl(c,t,6,i)}}function kl(t,e,r=!1){const n=e.emitsCache,i=n.get(t);if(void 0!==i)return i;const o=t.emits;let s={},a=!1;if(!Wo(t)){const n=t=>{const r=kl(t,e,!0);r&&(a=!0,$o(s,r))};!r&&e.mixins.length&&e.mixins.forEach(n),t.extends&&n(t.extends),t.mixins&&t.mixins.forEach(n)}return o||a?(Ho(o)?o.forEach((t=>s[t]=null)):$o(s,o),Qo(t)&&n.set(t,s),s):(Qo(t)&&n.set(t,null),null)}function Al(t,e){return!(!t||!qo(e))&&(e=e.slice(2).replace(/Once$/,""),zo(t,e[0].toLowerCase()+e.slice(1))||zo(t,ls(e))||zo(t,e))}let Sl=null,El=null;function Cl(t){const e=Sl;return Sl=t,El=t&&t.type.__scopeId||null,e}function Tl(t,e=Sl,r){if(!e)return t;if(t._n)return t;const n=(...r)=>{n._d&&Au(-1);const i=Cl(e);let o;try{o=t(...r)}finally{Cl(i),n._d&&Au(1)}return o};return n._n=!0,n._c=!0,n._d=!0,n}function Ol(t){const{type:e,vnode:r,proxy:n,withProxy:i,props:o,propsOptions:[s],slots:a,attrs:l,emit:c,render:u,renderCache:p,data:d,setupState:m,ctx:f,inheritAttrs:h}=t;let g,b;const y=Cl(t);try{if(4&r.shapeFlag){const t=i||n;g=$u(u.call(t,t,p,o,m,d,f)),b=l}else{const t=e;0,g=$u(t.length>1?t(o,{attrs:l,slots:a,emit:c}):t(o,null)),b=e.props?l:Il(l)}}catch(e){vu.length=0,nl(e,t,1),g=Pu(bu)}let v=g;if(b&&!1!==h){const t=Object.keys(b),{shapeFlag:e}=v;t.length&&7&e&&(s&&t.some(Bo)&&(b=jl(b,s)),v=Mu(v,b))}return r.dirs&&(v=Mu(v),v.dirs=v.dirs?v.dirs.concat(r.dirs):r.dirs),r.transition&&(v.transition=r.transition),g=v,Cl(y),g}const Il=t=>{let e;for(const r in t)("class"===r||"style"===r||qo(r))&&((e||(e={}))[r]=t[r]);return e},jl=(t,e)=>{const r={};for(const n in t)Bo(n)&&n.slice(9)in e||(r[n]=t[n]);return r};function Dl(t,e,r){const n=Object.keys(e);if(n.length!==Object.keys(t).length)return!0;for(let i=0;it.__isSuspense;function Nl(t,e){e&&e.pendingBranch?Ho(t)?e.effects.push(...t):e.effects.push(t):gl(t)}const Ml={};function Rl(t,e,r){return ql(t,e,r)}function ql(t,e,{immediate:r,deep:n,flush:i,onTrack:o,onTrigger:s}=Lo){var a;const l=Os===(null==(a=Wu)?void 0:a.scope)?Wu:null;let c,u,p=!1,d=!1;if(Qa(t)?(c=()=>t.value,p=Ua(t)):$a(t)?(c=()=>t,n=!0):Ho(t)?(d=!0,p=t.some((t=>$a(t)||Ua(t))),c=()=>t.map((t=>Qa(t)?t.value:$a(t)?Fl(t):Wo(t)?el(t,l,2):void 0))):c=Wo(t)?e?()=>el(t,l,2):()=>{if(!l||!l.isUnmounted)return u&&u(),rl(t,l,3,[f])}:No,e&&n){const t=c;c=()=>Fl(t())}let m,f=t=>{u=y.onStop=()=>{el(t,l,4)}};if(np){if(f=No,e?r&&rl(e,l,3,[c(),d?[]:void 0,f]):c(),"sync"!==i)return No;{const t=mp();m=t.__watcherHandles||(t.__watcherHandles=[])}}let h=d?new Array(t.length).fill(Ml):Ml;const g=()=>{if(y.active)if(e){const t=y.run();(n||p||(d?t.some(((t,e)=>ps(t,h[e]))):ps(t,h)))&&(u&&u(),rl(e,l,3,[t,h===Ml?void 0:d&&h[0]===Ml?[]:h,f]),h=t)}else y.run()};let b;g.allowRecurse=!!e,"sync"===i?b=g:"post"===i?b=()=>pu(g,l&&l.suspense):(g.pre=!0,l&&(g.id=l.uid),b=()=>fl(g));const y=new Us(c,b);e?r?g():h=y.run():"post"===i?pu(y.run.bind(y),l&&l.suspense):y.run();const v=()=>{y.stop(),l&&l.scope&&Fo(l.scope.effects,y)};return m&&m.push(v),v}function Bl(t,e,r){const n=this.proxy,i=Ko(t)?t.includes(".")?$l(n,t):()=>n[t]:t.bind(n,n);let o;Wo(e)?o=e:(o=e.handler,r=e);const s=Wu;Yu(this);const a=ql(i,o.bind(n),r);return s?Yu(s):Ju(),a}function $l(t,e){const r=e.split(".");return()=>{let e=t;for(let t=0;t{Fl(t,e)}));else if(es(t))for(const r in t)Fl(t[r],e);return t}function Ul(t,e){const r=Sl;if(null===r)return t;const n=lp(r)||r.proxy,i=t.dirs||(t.dirs=[]);for(let t=0;t{t.isMounted=!0})),hc((()=>{t.isUnmounting=!0})),t}const Vl=[Function,Array],Gl={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:Vl,onEnter:Vl,onAfterEnter:Vl,onEnterCancelled:Vl,onBeforeLeave:Vl,onLeave:Vl,onAfterLeave:Vl,onLeaveCancelled:Vl,onBeforeAppear:Vl,onAppear:Vl,onAfterAppear:Vl,onAppearCancelled:Vl},Wl={name:"BaseTransition",props:Gl,setup(t,{slots:e}){const r=Ku(),n=Hl();let i;return()=>{const o=e.default&&Jl(e.default(),!0);if(!o||!o.length)return;let s=o[0];if(o.length>1){let t=!1;for(const e of o)if(e.type!==bu){0,s=e,t=!0;break}}const a=Ha(t),{mode:l}=a;if(n.isLeaving)return Ql(s);const c=Zl(s);if(!c)return Ql(s);const u=Xl(c,a,n,r);Yl(c,u);const p=r.subTree,d=p&&Zl(p);let m=!1;const{getTransitionKey:f}=c.type;if(f){const t=f();void 0===i?i=t:t!==i&&(i=t,m=!0)}if(d&&d.type!==bu&&(!Ou(c,d)||m)){const t=Xl(d,a,n,r);if(Yl(d,t),"out-in"===l)return n.isLeaving=!0,t.afterLeave=()=>{n.isLeaving=!1,!1!==r.update.active&&r.update()},Ql(s);"in-out"===l&&c.type!==bu&&(t.delayLeave=(t,e,r)=>{Kl(n,d)[String(d.key)]=d,t._leaveCb=()=>{e(),t._leaveCb=void 0,delete u.delayedLeave},u.delayedLeave=r})}return s}}};function Kl(t,e){const{leavingVNodes:r}=t;let n=r.get(e.type);return n||(n=Object.create(null),r.set(e.type,n)),n}function Xl(t,e,r,n){const{appear:i,mode:o,persisted:s=!1,onBeforeEnter:a,onEnter:l,onAfterEnter:c,onEnterCancelled:u,onBeforeLeave:p,onLeave:d,onAfterLeave:m,onLeaveCancelled:f,onBeforeAppear:h,onAppear:g,onAfterAppear:b,onAppearCancelled:y}=e,v=String(t.key),x=Kl(r,t),w=(t,e)=>{t&&rl(t,n,9,e)},_=(t,e)=>{const r=e[1];w(t,e),Ho(t)?t.every((t=>t.length<=1))&&r():t.length<=1&&r()},k={mode:o,persisted:s,beforeEnter(e){let n=a;if(!r.isMounted){if(!i)return;n=h||a}e._leaveCb&&e._leaveCb(!0);const o=x[v];o&&Ou(t,o)&&o.el._leaveCb&&o.el._leaveCb(),w(n,[e])},enter(t){let e=l,n=c,o=u;if(!r.isMounted){if(!i)return;e=g||l,n=b||c,o=y||u}let s=!1;const a=t._enterCb=e=>{s||(s=!0,w(e?o:n,[t]),k.delayedLeave&&k.delayedLeave(),t._enterCb=void 0)};e?_(e,[t,a]):a()},leave(e,n){const i=String(t.key);if(e._enterCb&&e._enterCb(!0),r.isUnmounting)return n();w(p,[e]);let o=!1;const s=e._leaveCb=r=>{o||(o=!0,n(),w(r?f:m,[e]),e._leaveCb=void 0,x[i]===t&&delete x[i])};x[i]=t,d?_(d,[e,s]):s()},clone:t=>Xl(t,e,r,n)};return k}function Ql(t){if(ec(t))return(t=Mu(t)).children=null,t}function Zl(t){return ec(t)?t.children?t.children[0]:void 0:t}function Yl(t,e){6&t.shapeFlag&&t.component?Yl(t.component.subTree,e):128&t.shapeFlag?(t.ssContent.transition=e.clone(t.ssContent),t.ssFallback.transition=e.clone(t.ssFallback)):t.transition=e}function Jl(t,e=!1,r){let n=[],i=0;for(let o=0;o1)for(let t=0;t!!t.type.__asyncLoader;const ec=t=>t.type.__isKeepAlive;RegExp,RegExp;function rc(t,e){return Ho(t)?t.some((t=>rc(t,e))):Ko(t)?t.split(",").includes(e):"[object RegExp]"===Jo(t)&&t.test(e)}function nc(t,e){oc(t,"a",e)}function ic(t,e){oc(t,"da",e)}function oc(t,e,r=Wu){const n=t.__wdc||(t.__wdc=()=>{let e=r;for(;e;){if(e.isDeactivated)return;e=e.parent}return t()});if(cc(e,n,r),r){let t=r.parent;for(;t&&t.parent;)ec(t.parent.vnode)&&sc(n,e,r,t),t=t.parent}}function sc(t,e,r,n){const i=cc(e,t,n,!0);gc((()=>{Fo(n[e],i)}),r)}function ac(t){t.shapeFlag&=-257,t.shapeFlag&=-513}function lc(t){return 128&t.shapeFlag?t.ssContent:t}function cc(t,e,r=Wu,n=!1){if(r){const i=r[t]||(r[t]=[]),o=e.__weh||(e.__weh=(...n)=>{if(r.isUnmounted)return;Gs(),Yu(r);const i=rl(e,r,t,n);return Ju(),Ws(),i});return n?i.unshift(o):i.push(o),o}}const uc=t=>(e,r=Wu)=>(!np||"sp"===t)&&cc(t,((...t)=>e(...t)),r),pc=uc("bm"),dc=uc("m"),mc=uc("bu"),fc=uc("u"),hc=uc("bum"),gc=uc("um"),bc=uc("sp"),yc=uc("rtg"),vc=uc("rtc");function xc(t,e=Wu){cc("ec",t,e)}const wc="components";function _c(t,e){return Ac(wc,t,!0,e)||t}const kc=Symbol.for("v-ndc");function Ac(t,e,r=!0,n=!1){const i=Sl||Wu;if(i){const r=i.type;if(t===wc){const t=cp(r,!1);if(t&&(t===e||t===ss(e)||t===cs(ss(e))))return r}const o=Sc(i[t]||r[t],e)||Sc(i.appContext[t],e);return!o&&n?r:o}}function Sc(t,e){return t&&(t[e]||t[ss(e)]||t[cs(ss(e))])}function Ec(t,e,r,n){let i;const o=r&&r[n];if(Ho(t)||Ko(t)){i=new Array(t.length);for(let r=0,n=t.length;re(t,r,void 0,o&&o[r])));else{const r=Object.keys(t);i=new Array(r.length);for(let n=0,s=r.length;nt?tp(t)?lp(t)||t.proxy:Cc(t.parent):null,Tc=$o(Object.create(null),{$:t=>t,$el:t=>t.vnode.el,$data:t=>t.data,$props:t=>t.props,$attrs:t=>t.attrs,$slots:t=>t.slots,$refs:t=>t.refs,$parent:t=>Cc(t.parent),$root:t=>Cc(t.root),$emit:t=>t.emit,$options:t=>Mc(t),$forceUpdate:t=>t.f||(t.f=()=>fl(t.update)),$nextTick:t=>t.n||(t.n=ml.bind(t.proxy)),$watch:t=>Bl.bind(t)}),Oc=(t,e)=>t!==Lo&&!t.__isScriptSetup&&zo(t,e),Ic={get({_:t},e){const{ctx:r,setupState:n,data:i,props:o,accessCache:s,type:a,appContext:l}=t;let c;if("$"!==e[0]){const a=s[e];if(void 0!==a)switch(a){case 1:return n[e];case 2:return i[e];case 4:return r[e];case 3:return o[e]}else{if(Oc(n,e))return s[e]=1,n[e];if(i!==Lo&&zo(i,e))return s[e]=2,i[e];if((c=t.propsOptions[0])&&zo(c,e))return s[e]=3,o[e];if(r!==Lo&&zo(r,e))return s[e]=4,r[e];Dc&&(s[e]=0)}}const u=Tc[e];let p,d;return u?("$attrs"===e&&Ks(t,0,e),u(t)):(p=a.__cssModules)&&(p=p[e])?p:r!==Lo&&zo(r,e)?(s[e]=4,r[e]):(d=l.config.globalProperties,zo(d,e)?d[e]:void 0)},set({_:t},e,r){const{data:n,setupState:i,ctx:o}=t;return Oc(i,e)?(i[e]=r,!0):n!==Lo&&zo(n,e)?(n[e]=r,!0):!zo(t.props,e)&&(("$"!==e[0]||!(e.slice(1)in t))&&(o[e]=r,!0))},has({_:{data:t,setupState:e,accessCache:r,ctx:n,appContext:i,propsOptions:o}},s){let a;return!!r[s]||t!==Lo&&zo(t,s)||Oc(e,s)||(a=o[0])&&zo(a,s)||zo(n,s)||zo(Tc,s)||zo(i.config.globalProperties,s)},defineProperty(t,e,r){return null!=r.get?t._.accessCache[e]=0:zo(r,"value")&&this.set(t,e,r.value,null),Reflect.defineProperty(t,e,r)}};function jc(t){return Ho(t)?t.reduce(((t,e)=>(t[e]=null,t)),{}):t}let Dc=!0;function Lc(t){const e=Mc(t),r=t.proxy,n=t.ctx;Dc=!1,e.beforeCreate&&Pc(e.beforeCreate,t,"bc");const{data:i,computed:o,methods:s,watch:a,provide:l,inject:c,created:u,beforeMount:p,mounted:d,beforeUpdate:m,updated:f,activated:h,deactivated:g,beforeDestroy:b,beforeUnmount:y,destroyed:v,unmounted:x,render:w,renderTracked:_,renderTriggered:k,errorCaptured:A,serverPrefetch:S,expose:E,inheritAttrs:C,components:T,directives:O,filters:I}=e;if(c&&function(t,e){Ho(t)&&(t=$c(t));for(const r in t){const n=t[r];let i;i=Qo(n)?"default"in n?Kc(n.from||r,n.default,!0):Kc(n.from||r):Kc(n),Qa(i)?Object.defineProperty(e,r,{enumerable:!0,configurable:!0,get:()=>i.value,set:t=>i.value=t}):e[r]=i}}(c,n,null),s)for(const t in s){const e=s[t];Wo(e)&&(n[t]=e.bind(r))}if(i){0;const e=i.call(r,r);0,Qo(e)&&(t.data=Ra(e))}if(Dc=!0,o)for(const t in o){const e=o[t],i=Wo(e)?e.bind(r,r):Wo(e.get)?e.get.bind(r,r):No;0;const s=!Wo(e)&&Wo(e.set)?e.set.bind(r):No,a=pp({get:i,set:s});Object.defineProperty(n,t,{enumerable:!0,configurable:!0,get:()=>a.value,set:t=>a.value=t})}if(a)for(const t in a)Nc(a[t],n,r,t);if(l){const t=Wo(l)?l.call(r):l;Reflect.ownKeys(t).forEach((e=>{!function(t,e){if(Wu){let r=Wu.provides;const n=Wu.parent&&Wu.parent.provides;n===r&&(r=Wu.provides=Object.create(n)),r[t]=e}else 0}(e,t[e])}))}function j(t,e){Ho(e)?e.forEach((e=>t(e.bind(r)))):e&&t(e.bind(r))}if(u&&Pc(u,t,"c"),j(pc,p),j(dc,d),j(mc,m),j(fc,f),j(nc,h),j(ic,g),j(xc,A),j(vc,_),j(yc,k),j(hc,y),j(gc,x),j(bc,S),Ho(E))if(E.length){const e=t.exposed||(t.exposed={});E.forEach((t=>{Object.defineProperty(e,t,{get:()=>r[t],set:e=>r[t]=e})}))}else t.exposed||(t.exposed={});w&&t.render===No&&(t.render=w),null!=C&&(t.inheritAttrs=C),T&&(t.components=T),O&&(t.directives=O)}function Pc(t,e,r){rl(Ho(t)?t.map((t=>t.bind(e.proxy))):t.bind(e.proxy),e,r)}function Nc(t,e,r,n){const i=n.includes(".")?$l(r,n):()=>r[n];if(Ko(t)){const r=e[t];Wo(r)&&Rl(i,r)}else if(Wo(t))Rl(i,t.bind(r));else if(Qo(t))if(Ho(t))t.forEach((t=>Nc(t,e,r,n)));else{const n=Wo(t.handler)?t.handler.bind(r):e[t.handler];Wo(n)&&Rl(i,n,t)}else 0}function Mc(t){const e=t.type,{mixins:r,extends:n}=e,{mixins:i,optionsCache:o,config:{optionMergeStrategies:s}}=t.appContext,a=o.get(e);let l;return a?l=a:i.length||r||n?(l={},i.length&&i.forEach((t=>Rc(l,t,s,!0))),Rc(l,e,s)):l=e,Qo(e)&&o.set(e,l),l}function Rc(t,e,r,n=!1){const{mixins:i,extends:o}=e;o&&Rc(t,o,r,!0),i&&i.forEach((e=>Rc(t,e,r,!0)));for(const i in e)if(n&&"expose"===i);else{const n=qc[i]||r&&r[i];t[i]=n?n(t[i],e[i]):e[i]}return t}const qc={data:Bc,props:zc,emits:zc,methods:Uc,computed:Uc,beforeCreate:Fc,created:Fc,beforeMount:Fc,mounted:Fc,beforeUpdate:Fc,updated:Fc,beforeDestroy:Fc,beforeUnmount:Fc,destroyed:Fc,unmounted:Fc,activated:Fc,deactivated:Fc,errorCaptured:Fc,serverPrefetch:Fc,components:Uc,directives:Uc,watch:function(t,e){if(!t)return e;if(!e)return t;const r=$o(Object.create(null),t);for(const n in e)r[n]=Fc(t[n],e[n]);return r},provide:Bc,inject:function(t,e){return Uc($c(t),$c(e))}};function Bc(t,e){return e?t?function(){return $o(Wo(t)?t.call(this,this):t,Wo(e)?e.call(this,this):e)}:e:t}function $c(t){if(Ho(t)){const e={};for(let r=0;r(o.has(t)||(t&&Wo(t.install)?(o.add(t),t.install(a,...e)):Wo(t)&&(o.add(t),t(a,...e))),a),mixin:t=>(i.mixins.includes(t)||i.mixins.push(t),a),component:(t,e)=>e?(i.components[t]=e,a):i.components[t],directive:(t,e)=>e?(i.directives[t]=e,a):i.directives[t],mount(o,l,c){if(!s){0;const u=Pu(r,n);return u.appContext=i,l&&e?e(u,o):t(u,o,c),s=!0,a._container=o,o.__vue_app__=a,lp(u.component)||u.component.proxy}},unmount(){s&&(t(null,a._container),delete a._container.__vue_app__)},provide:(t,e)=>(i.provides[t]=e,a),runWithContext(t){Wc=a;try{return t()}finally{Wc=null}}};return a}}let Wc=null;function Kc(t,e,r=!1){const n=Wu||Sl;if(n||Wc){const i=n?null==n.parent?n.vnode.appContext&&n.vnode.appContext.provides:n.parent.provides:Wc._context.provides;if(i&&t in i)return i[t];if(arguments.length>1)return r&&Wo(e)?e.call(n&&n.proxy):e}else 0}function Xc(t,e,r,n=!1){const i={},o={};ms(o,Iu,1),t.propsDefaults=Object.create(null),Qc(t,e,i,o);for(const e in t.propsOptions[0])e in i||(i[e]=void 0);r?t.props=n?i:Ba(i,!1,pa,ja,Pa):t.type.props?t.props=i:t.props=o,t.attrs=o}function Qc(t,e,r,n){const[i,o]=t.propsOptions;let s,a=!1;if(e)for(let l in e){if(ns(l))continue;const c=e[l];let u;i&&zo(i,u=ss(l))?o&&o.includes(u)?(s||(s={}))[u]=c:r[u]=c:Al(t.emitsOptions,l)||l in n&&c===n[l]||(n[l]=c,a=!0)}if(o){const e=Ha(r),n=s||Lo;for(let s=0;s{l=!0;const[r,n]=Yc(t,e,!0);$o(s,r),n&&a.push(...n)};!r&&e.mixins.length&&e.mixins.forEach(n),t.extends&&n(t.extends),t.mixins&&t.mixins.forEach(n)}if(!o&&!l)return Qo(t)&&n.set(t,Po),Po;if(Ho(o))for(let t=0;t-1,n[1]=r<0||t-1||zo(n,"default"))&&a.push(e)}}}}const c=[s,a];return Qo(t)&&n.set(t,c),c}function Jc(t){return"$"!==t[0]}function tu(t){const e=t&&t.toString().match(/^\s*(function|class) (\w+)/);return e?e[2]:null===t?"null":""}function eu(t,e){return tu(t)===tu(e)}function ru(t,e){return Ho(e)?e.findIndex((e=>eu(e,t))):Wo(e)&&eu(e,t)?0:-1}const nu=t=>"_"===t[0]||"$stable"===t,iu=t=>Ho(t)?t.map($u):[$u(t)],ou=(t,e,r)=>{if(e._n)return e;const n=Tl(((...t)=>iu(e(...t))),r);return n._c=!1,n},su=(t,e,r)=>{const n=t._ctx;for(const r in t){if(nu(r))continue;const i=t[r];if(Wo(i))e[r]=ou(0,i,n);else if(null!=i){0;const t=iu(i);e[r]=()=>t}}},au=(t,e)=>{const r=iu(e);t.slots.default=()=>r},lu=(t,e)=>{if(32&t.vnode.shapeFlag){const r=e._;r?(t.slots=Ha(e),ms(e,"_",r)):su(e,t.slots={})}else t.slots={},e&&au(t,e);ms(t.slots,Iu,1)},cu=(t,e,r)=>{const{vnode:n,slots:i}=t;let o=!0,s=Lo;if(32&n.shapeFlag){const t=e._;t?r&&1===t?o=!1:($o(i,e),r||1!==t||delete i._):(o=!e.$stable,su(e,i)),s=e}else e&&(au(t,e),s={default:1});if(o)for(const t in i)nu(t)||t in s||delete i[t]};function uu(t,e,r,n,i=!1){if(Ho(t))return void t.forEach(((t,o)=>uu(t,e&&(Ho(e)?e[o]:e),r,n,i)));if(tc(n)&&!i)return;const o=4&n.shapeFlag?lp(n.component)||n.component.proxy:n.el,s=i?null:o,{i:a,r:l}=t;const c=e&&e.r,u=a.refs===Lo?a.refs={}:a.refs,p=a.setupState;if(null!=c&&c!==l&&(Ko(c)?(u[c]=null,zo(p,c)&&(p[c]=null)):Qa(c)&&(c.value=null)),Wo(l))el(l,a,12,[s,u]);else{const e=Ko(l),n=Qa(l);if(e||n){const a=()=>{if(t.f){const r=e?zo(p,l)?p[l]:u[l]:l.value;i?Ho(r)&&Fo(r,o):Ho(r)?r.includes(o)||r.push(o):e?(u[l]=[o],zo(p,l)&&(p[l]=u[l])):(l.value=[o],t.k&&(u[t.k]=l.value))}else e?(u[l]=s,zo(p,l)&&(p[l]=s)):n&&(l.value=s,t.k&&(u[t.k]=s))};s?(a.id=-1,pu(a,r)):a()}else 0}}const pu=Nl;function du(t,e){bs().__VUE__=!0;const{insert:r,remove:n,patchProp:i,createElement:o,createText:s,createComment:a,setText:l,setElementText:c,parentNode:u,nextSibling:p,setScopeId:d=No,insertStaticContent:m}=t,f=(t,e,r,n=null,i=null,o=null,s=!1,a=null,l=!!e.dynamicChildren)=>{if(t===e)return;t&&!Ou(t,e)&&(n=F(t),M(t,i,o,!0),t=null),-2===e.patchFlag&&(l=!1,e.dynamicChildren=null);const{type:c,ref:u,shapeFlag:p}=e;switch(c){case gu:h(t,e,r,n);break;case bu:g(t,e,r,n);break;case yu:null==t&&b(e,r,n,s);break;case hu:E(t,e,r,n,i,o,s,a,l);break;default:1&p?v(t,e,r,n,i,o,s,a,l):6&p?C(t,e,r,n,i,o,s,a,l):(64&p||128&p)&&c.process(t,e,r,n,i,o,s,a,l,z)}null!=u&&i&&uu(u,t&&t.ref,o,e||t,!e)},h=(t,e,n,i)=>{if(null==t)r(e.el=s(e.children),n,i);else{const r=e.el=t.el;e.children!==t.children&&l(r,e.children)}},g=(t,e,n,i)=>{null==t?r(e.el=a(e.children||""),n,i):e.el=t.el},b=(t,e,r,n)=>{[t.el,t.anchor]=m(t.children,e,r,n,t.el,t.anchor)},y=({el:t,anchor:e})=>{let r;for(;t&&t!==e;)r=p(t),n(t),t=r;n(e)},v=(t,e,r,n,i,o,s,a,l)=>{s=s||"svg"===e.type,null==t?x(e,r,n,i,o,s,a,l):k(t,e,i,o,s,a,l)},x=(t,e,n,s,a,l,u,p)=>{let d,m;const{type:f,props:h,shapeFlag:g,transition:b,dirs:y}=t;if(d=t.el=o(t.type,l,h&&h.is,h),8&g?c(d,t.children):16&g&&_(t.children,d,null,s,a,l&&"foreignObject"!==f,u,p),y&&zl(t,null,s,"created"),w(d,t,t.scopeId,u,s),h){for(const e in h)"value"===e||ns(e)||i(d,e,null,h[e],l,t.children,s,a,$);"value"in h&&i(d,"value",null,h.value),(m=h.onVnodeBeforeMount)&&zu(m,s,t)}y&&zl(t,null,s,"beforeMount");const v=(!a||a&&!a.pendingBranch)&&b&&!b.persisted;v&&b.beforeEnter(d),r(d,e,n),((m=h&&h.onVnodeMounted)||v||y)&&pu((()=>{m&&zu(m,s,t),v&&b.enter(d),y&&zl(t,null,s,"mounted")}),a)},w=(t,e,r,n,i)=>{if(r&&d(t,r),n)for(let e=0;e{for(let c=l;c{const l=e.el=t.el;let{patchFlag:u,dynamicChildren:p,dirs:d}=e;u|=16&t.patchFlag;const m=t.props||Lo,f=e.props||Lo;let h;r&&mu(r,!1),(h=f.onVnodeBeforeUpdate)&&zu(h,r,e,t),d&&zl(e,t,r,"beforeUpdate"),r&&mu(r,!0);const g=o&&"foreignObject"!==e.type;if(p?A(t.dynamicChildren,p,l,r,n,g,s):a||D(t,e,l,null,r,n,g,s,!1),u>0){if(16&u)S(l,e,m,f,r,n,o);else if(2&u&&m.class!==f.class&&i(l,"class",null,f.class,o),4&u&&i(l,"style",m.style,f.style,o),8&u){const s=e.dynamicProps;for(let e=0;e{h&&zu(h,r,e,t),d&&zl(e,t,r,"updated")}),n)},A=(t,e,r,n,i,o,s)=>{for(let a=0;a{if(r!==n){if(r!==Lo)for(const l in r)ns(l)||l in n||i(t,l,r[l],null,a,e.children,o,s,$);for(const l in n){if(ns(l))continue;const c=n[l],u=r[l];c!==u&&"value"!==l&&i(t,l,u,c,a,e.children,o,s,$)}"value"in n&&i(t,"value",r.value,n.value)}},E=(t,e,n,i,o,a,l,c,u)=>{const p=e.el=t?t.el:s(""),d=e.anchor=t?t.anchor:s("");let{patchFlag:m,dynamicChildren:f,slotScopeIds:h}=e;h&&(c=c?c.concat(h):h),null==t?(r(p,n,i),r(d,n,i),_(e.children,n,d,o,a,l,c,u)):m>0&&64&m&&f&&t.dynamicChildren?(A(t.dynamicChildren,f,n,o,a,l,c),(null!=e.key||o&&e===o.subTree)&&fu(t,e,!0)):D(t,e,n,d,o,a,l,c,u)},C=(t,e,r,n,i,o,s,a,l)=>{e.slotScopeIds=a,null==t?512&e.shapeFlag?i.ctx.activate(e,r,n,s,l):T(e,r,n,i,o,s,l):O(t,e,l)},T=(t,e,r,n,i,o,s)=>{const a=t.component=Gu(t,n,i);if(ec(t)&&(a.ctx.renderer=z),ip(a),a.asyncDep){if(i&&i.registerDep(a,I),!t.el){const t=a.subTree=Pu(bu);g(null,t,e,r)}}else I(a,t,e,r,i,o,s)},O=(t,e,r)=>{const n=e.component=t.component;if(function(t,e,r){const{props:n,children:i,component:o}=t,{props:s,children:a,patchFlag:l}=e,c=o.emitsOptions;if(e.dirs||e.transition)return!0;if(!(r&&l>=0))return!(!i&&!a||a&&a.$stable)||n!==s&&(n?!s||Dl(n,s,c):!!s);if(1024&l)return!0;if(16&l)return n?Dl(n,s,c):!!s;if(8&l){const t=e.dynamicProps;for(let e=0;eal&&sl.splice(e,1)}(n.update),n.update()}else e.el=t.el,n.vnode=e},I=(t,e,r,n,i,o,s)=>{const a=t.effect=new Us((()=>{if(t.isMounted){let e,{next:r,bu:n,u:a,parent:l,vnode:c}=t,p=r;0,mu(t,!1),r?(r.el=c.el,j(t,r,s)):r=c,n&&ds(n),(e=r.props&&r.props.onVnodeBeforeUpdate)&&zu(e,l,r,c),mu(t,!0);const d=Ol(t);0;const m=t.subTree;t.subTree=d,f(m,d,u(m.el),F(m),t,i,o),r.el=d.el,null===p&&Ll(t,d.el),a&&pu(a,i),(e=r.props&&r.props.onVnodeUpdated)&&pu((()=>zu(e,l,r,c)),i)}else{let s;const{el:a,props:l}=e,{bm:c,m:u,parent:p}=t,d=tc(e);if(mu(t,!1),c&&ds(c),!d&&(s=l&&l.onVnodeBeforeMount)&&zu(s,p,e),mu(t,!0),a&&V){const r=()=>{t.subTree=Ol(t),V(a,t.subTree,t,i,null)};d?e.type.__asyncLoader().then((()=>!t.isUnmounted&&r())):r()}else{0;const s=t.subTree=Ol(t);0,f(null,s,r,n,t,i,o),e.el=s.el}if(u&&pu(u,i),!d&&(s=l&&l.onVnodeMounted)){const t=e;pu((()=>zu(s,p,t)),i)}(256&e.shapeFlag||p&&tc(p.vnode)&&256&p.vnode.shapeFlag)&&t.a&&pu(t.a,i),t.isMounted=!0,e=r=n=null}}),(()=>fl(l)),t.scope),l=t.update=()=>a.run();l.id=t.uid,mu(t,!0),l()},j=(t,e,r)=>{e.component=t;const n=t.vnode.props;t.vnode=e,t.next=null,function(t,e,r,n){const{props:i,attrs:o,vnode:{patchFlag:s}}=t,a=Ha(i),[l]=t.propsOptions;let c=!1;if(!(n||s>0)||16&s){let n;Qc(t,e,i,o)&&(c=!0);for(const o in a)e&&(zo(e,o)||(n=ls(o))!==o&&zo(e,n))||(l?!r||void 0===r[o]&&void 0===r[n]||(i[o]=Zc(l,a,o,void 0,t,!0)):delete i[o]);if(o!==a)for(const t in o)e&&zo(e,t)||(delete o[t],c=!0)}else if(8&s){const r=t.vnode.dynamicProps;for(let n=0;n{const u=t&&t.children,p=t?t.shapeFlag:0,d=e.children,{patchFlag:m,shapeFlag:f}=e;if(m>0){if(128&m)return void P(u,d,r,n,i,o,s,a,l);if(256&m)return void L(u,d,r,n,i,o,s,a,l)}8&f?(16&p&&$(u,i,o),d!==u&&c(r,d)):16&p?16&f?P(u,d,r,n,i,o,s,a,l):$(u,i,o,!0):(8&p&&c(r,""),16&f&&_(d,r,n,i,o,s,a,l))},L=(t,e,r,n,i,o,s,a,l)=>{e=e||Po;const c=(t=t||Po).length,u=e.length,p=Math.min(c,u);let d;for(d=0;du?$(t,i,o,!0,!1,p):_(e,r,n,i,o,s,a,l,p)},P=(t,e,r,n,i,o,s,a,l)=>{let c=0;const u=e.length;let p=t.length-1,d=u-1;for(;c<=p&&c<=d;){const n=t[c],u=e[c]=l?Fu(e[c]):$u(e[c]);if(!Ou(n,u))break;f(n,u,r,null,i,o,s,a,l),c++}for(;c<=p&&c<=d;){const n=t[p],c=e[d]=l?Fu(e[d]):$u(e[d]);if(!Ou(n,c))break;f(n,c,r,null,i,o,s,a,l),p--,d--}if(c>p){if(c<=d){const t=d+1,p=td)for(;c<=p;)M(t[c],i,o,!0),c++;else{const m=c,h=c,g=new Map;for(c=h;c<=d;c++){const t=e[c]=l?Fu(e[c]):$u(e[c]);null!=t.key&&g.set(t.key,c)}let b,y=0;const v=d-h+1;let x=!1,w=0;const _=new Array(v);for(c=0;c=v){M(n,i,o,!0);continue}let u;if(null!=n.key)u=g.get(n.key);else for(b=h;b<=d;b++)if(0===_[b-h]&&Ou(n,e[b])){u=b;break}void 0===u?M(n,i,o,!0):(_[u-h]=c+1,u>=w?w=u:x=!0,f(n,e[u],r,null,i,o,s,a,l),y++)}const k=x?function(t){const e=t.slice(),r=[0];let n,i,o,s,a;const l=t.length;for(n=0;n>1,t[r[a]]0&&(e[n]=r[o-1]),r[o]=n)}}o=r.length,s=r[o-1];for(;o-- >0;)r[o]=s,s=e[s];return r}(_):Po;for(b=k.length-1,c=v-1;c>=0;c--){const t=h+c,p=e[t],d=t+1{const{el:s,type:a,transition:l,children:c,shapeFlag:u}=t;if(6&u)return void N(t.component.subTree,e,n,i);if(128&u)return void t.suspense.move(e,n,i);if(64&u)return void a.move(t,e,n,z);if(a===hu){r(s,e,n);for(let t=0;t{let o;for(;t&&t!==e;)o=p(t),r(t,n,i),t=o;r(e,n,i)})(t,e,n);if(2!==i&&1&u&&l)if(0===i)l.beforeEnter(s),r(s,e,n),pu((()=>l.enter(s)),o);else{const{leave:t,delayLeave:i,afterLeave:o}=l,a=()=>r(s,e,n),c=()=>{t(s,(()=>{a(),o&&o()}))};i?i(s,a,c):c()}else r(s,e,n)},M=(t,e,r,n=!1,i=!1)=>{const{type:o,props:s,ref:a,children:l,dynamicChildren:c,shapeFlag:u,patchFlag:p,dirs:d}=t;if(null!=a&&uu(a,null,r,t,!0),256&u)return void e.ctx.deactivate(t);const m=1&u&&d,f=!tc(t);let h;if(f&&(h=s&&s.onVnodeBeforeUnmount)&&zu(h,e,t),6&u)B(t.component,r,n);else{if(128&u)return void t.suspense.unmount(r,n);m&&zl(t,null,e,"beforeUnmount"),64&u?t.type.remove(t,e,r,i,z,n):c&&(o!==hu||p>0&&64&p)?$(c,e,r,!1,!0):(o===hu&&384&p||!i&&16&u)&&$(l,e,r),n&&R(t)}(f&&(h=s&&s.onVnodeUnmounted)||m)&&pu((()=>{h&&zu(h,e,t),m&&zl(t,null,e,"unmounted")}),r)},R=t=>{const{type:e,el:r,anchor:i,transition:o}=t;if(e===hu)return void q(r,i);if(e===yu)return void y(t);const s=()=>{n(r),o&&!o.persisted&&o.afterLeave&&o.afterLeave()};if(1&t.shapeFlag&&o&&!o.persisted){const{leave:e,delayLeave:n}=o,i=()=>e(r,s);n?n(t.el,s,i):i()}else s()},q=(t,e)=>{let r;for(;t!==e;)r=p(t),n(t),t=r;n(e)},B=(t,e,r)=>{const{bum:n,scope:i,update:o,subTree:s,um:a}=t;n&&ds(n),i.stop(),o&&(o.active=!1,M(s,t,e,r)),a&&pu(a,e),pu((()=>{t.isUnmounted=!0}),e),e&&e.pendingBranch&&!e.isUnmounted&&t.asyncDep&&!t.asyncResolved&&t.suspenseId===e.pendingId&&(e.deps--,0===e.deps&&e.resolve())},$=(t,e,r,n=!1,i=!1,o=0)=>{for(let s=o;s6&t.shapeFlag?F(t.component.subTree):128&t.shapeFlag?t.suspense.next():p(t.anchor||t.el),U=(t,e,r)=>{null==t?e._vnode&&M(e._vnode,null,null,!0):f(e._vnode||null,t,e,null,null,null,r),bl(),yl(),e._vnode=t},z={p:f,um:M,m:N,r:R,mt:T,mc:_,pc:D,pbc:A,n:F,o:t};let H,V;return e&&([H,V]=e(z)),{render:U,hydrate:H,createApp:Gc(U,H)}}function mu({effect:t,update:e},r){t.allowRecurse=e.allowRecurse=r}function fu(t,e,r=!1){const n=t.children,i=e.children;if(Ho(n)&&Ho(i))for(let t=0;t0?xu||Po:null,_u(),ku>0&&xu&&xu.push(t),t}function Eu(t,e,r,n,i,o){return Su(Lu(t,e,r,n,i,o,!0))}function Cu(t,e,r,n,i){return Su(Pu(t,e,r,n,i,!0))}function Tu(t){return!!t&&!0===t.__v_isVNode}function Ou(t,e){return t.type===e.type&&t.key===e.key}const Iu="__vInternal",ju=({key:t})=>null!=t?t:null,Du=({ref:t,ref_key:e,ref_for:r})=>("number"==typeof t&&(t=""+t),null!=t?Ko(t)||Qa(t)||Wo(t)?{i:Sl,r:t,k:e,f:!!r}:t:null);function Lu(t,e=null,r=null,n=0,i=null,o=(t===hu?0:1),s=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:t,props:e,key:e&&ju(e),ref:e&&Du(e),scopeId:El,slotScopeIds:null,children:r,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:o,patchFlag:n,dynamicProps:i,dynamicChildren:null,appContext:null,ctx:Sl};return a?(Uu(l,r),128&o&&t.normalize(l)):r&&(l.shapeFlag|=Ko(r)?8:16),ku>0&&!s&&xu&&(l.patchFlag>0||6&o)&&32!==l.patchFlag&&xu.push(l),l}const Pu=Nu;function Nu(t,e=null,r=null,n=0,i=null,o=!1){if(t&&t!==kc||(t=bu),Tu(t)){const n=Mu(t,e,!0);return r&&Uu(n,r),ku>0&&!o&&xu&&(6&n.shapeFlag?xu[xu.indexOf(t)]=n:xu.push(n)),n.patchFlag|=-2,n}if(up(t)&&(t=t.__vccOpts),e){e=function(t){return t?za(t)||Iu in t?$o({},t):t:null}(e);let{class:t,style:r}=e;t&&!Ko(t)&&(e.class=ks(t)),Qo(r)&&(za(r)&&!Ho(r)&&(r=$o({},r)),e.style=ys(r))}return Lu(t,e,r,n,i,Ko(t)?1:Pl(t)?128:(t=>t.__isTeleport)(t)?64:Qo(t)?4:Wo(t)?2:0,o,!0)}function Mu(t,e,r=!1){const{props:n,ref:i,patchFlag:o,children:s}=t,a=e?function(...t){const e={};for(let r=0;rWu||Sl;let Xu,Qu,Zu="__VUE_INSTANCE_SETTERS__";(Qu=bs()[Zu])||(Qu=bs()[Zu]=[]),Qu.push((t=>Wu=t)),Xu=t=>{Qu.length>1?Qu.forEach((e=>e(t))):Qu[0](t)};const Yu=t=>{Xu(t),t.scope.on()},Ju=()=>{Wu&&Wu.scope.off(),Xu(null)};function tp(t){return 4&t.vnode.shapeFlag}let ep,rp,np=!1;function ip(t,e=!1){np=e;const{props:r,children:n}=t.vnode,i=tp(t);Xc(t,r,i,e),lu(t,n);const o=i?function(t,e){const r=t.type;0;t.accessCache=Object.create(null),t.proxy=Va(new Proxy(t.ctx,Ic)),!1;const{setup:n}=r;if(n){const r=t.setupContext=n.length>1?ap(t):null;Yu(t),Gs();const i=el(n,t,0,[t.props,r]);if(Ws(),Ju(),Zo(i)){if(i.then(Ju,Ju),e)return i.then((r=>{op(t,r,e)})).catch((e=>{nl(e,t,0)}));t.asyncDep=i}else op(t,i,e)}else sp(t,e)}(t,e):void 0;return np=!1,o}function op(t,e,r){Wo(e)?t.type.__ssrInlineRender?t.ssrRender=e:t.render=e:Qo(e)&&(t.setupState=Ja(e)),sp(t,r)}function sp(t,e,r){const n=t.type;if(!t.render){if(!e&&ep&&!n.render){const e=n.template||Mc(t).template;if(e){0;const{isCustomElement:r,compilerOptions:i}=t.appContext.config,{delimiters:o,compilerOptions:s}=n,a=$o($o({isCustomElement:r,delimiters:o},i),s);n.render=ep(e,a)}}t.render=n.render||No,rp&&rp(t)}Yu(t),Gs(),Lc(t),Ws(),Ju()}function ap(t){const e=e=>{t.exposed=e||{}};return{get attrs(){return function(t){return t.attrsProxy||(t.attrsProxy=new Proxy(t.attrs,{get:(e,r)=>(Ks(t,0,"$attrs"),e[r])}))}(t)},slots:t.slots,emit:t.emit,expose:e}}function lp(t){if(t.exposed)return t.exposeProxy||(t.exposeProxy=new Proxy(Ja(Va(t.exposed)),{get:(e,r)=>r in e?e[r]:r in Tc?Tc[r](t):void 0,has:(t,e)=>e in t||e in Tc}))}function cp(t,e=!0){return Wo(t)?t.displayName||t.name:t.name||e&&t.__name}function up(t){return Wo(t)&&"__vccOpts"in t}const pp=(t,e)=>function(t,e,r=!1){let n,i;const o=Wo(t);return o?(n=t,i=No):(n=t.get,i=t.set),new tl(n,i,o||!i,r)}(t,0,np);const dp=Symbol.for("v-scx"),mp=()=>{{const t=Kc(dp);return t}};const fp="3.3.4",hp="undefined"!=typeof document?document:null,gp=hp&&hp.createElement("template"),bp={insert:(t,e,r)=>{e.insertBefore(t,r||null)},remove:t=>{const e=t.parentNode;e&&e.removeChild(t)},createElement:(t,e,r,n)=>{const i=e?hp.createElementNS("http://www.w3.org/2000/svg",t):hp.createElement(t,r?{is:r}:void 0);return"select"===t&&n&&null!=n.multiple&&i.setAttribute("multiple",n.multiple),i},createText:t=>hp.createTextNode(t),createComment:t=>hp.createComment(t),setText:(t,e)=>{t.nodeValue=e},setElementText:(t,e)=>{t.textContent=e},parentNode:t=>t.parentNode,nextSibling:t=>t.nextSibling,querySelector:t=>hp.querySelector(t),setScopeId(t,e){t.setAttribute(e,"")},insertStaticContent(t,e,r,n,i,o){const s=r?r.previousSibling:e.lastChild;if(i&&(i===o||i.nextSibling))for(;e.insertBefore(i.cloneNode(!0),r),i!==o&&(i=i.nextSibling););else{gp.innerHTML=n?`${t}`:t;const i=gp.content;if(n){const t=i.firstChild;for(;t.firstChild;)i.appendChild(t.firstChild);i.removeChild(t)}e.insertBefore(i,r)}return[s?s.nextSibling:e.firstChild,r?r.previousSibling:e.lastChild]}};const yp=/\s*!important$/;function vp(t,e,r){if(Ho(r))r.forEach((r=>vp(t,e,r)));else if(null==r&&(r=""),e.startsWith("--"))t.setProperty(e,r);else{const n=function(t,e){const r=wp[e];if(r)return r;let n=ss(e);if("filter"!==n&&n in t)return wp[e]=n;n=cs(n);for(let r=0;r{if(t._vts){if(t._vts<=r.attached)return}else t._vts=Date.now();rl(function(t,e){if(Ho(e)){const r=t.stopImmediatePropagation;return t.stopImmediatePropagation=()=>{r.call(t),t._stopped=!0},e.map((t=>e=>!e._stopped&&t&&t(e)))}return e}(t,r.value),e,5,[t])};return r.value=t,r.attached=Tp(),r}(n,i);kp(t,r,s,a)}else s&&(!function(t,e,r,n){t.removeEventListener(e,r,n)}(t,r,s,a),o[e]=void 0)}}const Sp=/(?:Once|Passive|Capture)$/;let Ep=0;const Cp=Promise.resolve(),Tp=()=>Ep||(Cp.then((()=>Ep=0)),Ep=Date.now());const Op=/^on[a-z]/;"undefined"!=typeof HTMLElement&&HTMLElement;const Ip="transition",jp="animation",Dp=(t,{slots:e})=>function(t,e,r){const n=arguments.length;return 2===n?Qo(e)&&!Ho(e)?Tu(e)?Pu(t,null,[e]):Pu(t,e):Pu(t,null,e):(n>3?r=Array.prototype.slice.call(arguments,2):3===n&&Tu(r)&&(r=[r]),Pu(t,e,r))}(Wl,Mp(t),e);Dp.displayName="Transition";const Lp={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},Pp=(Dp.props=$o({},Gl,Lp),(t,e=[])=>{Ho(t)?t.forEach((t=>t(...e))):t&&t(...e)}),Np=t=>!!t&&(Ho(t)?t.some((t=>t.length>1)):t.length>1);function Mp(t){const e={};for(const r in t)r in Lp||(e[r]=t[r]);if(!1===t.css)return e;const{name:r="v",type:n,duration:i,enterFromClass:o=`${r}-enter-from`,enterActiveClass:s=`${r}-enter-active`,enterToClass:a=`${r}-enter-to`,appearFromClass:l=o,appearActiveClass:c=s,appearToClass:u=a,leaveFromClass:p=`${r}-leave-from`,leaveActiveClass:d=`${r}-leave-active`,leaveToClass:m=`${r}-leave-to`}=t,f=function(t){if(null==t)return null;if(Qo(t))return[Rp(t.enter),Rp(t.leave)];{const e=Rp(t);return[e,e]}}(i),h=f&&f[0],g=f&&f[1],{onBeforeEnter:b,onEnter:y,onEnterCancelled:v,onLeave:x,onLeaveCancelled:w,onBeforeAppear:_=b,onAppear:k=y,onAppearCancelled:A=v}=e,S=(t,e,r)=>{Bp(t,e?u:a),Bp(t,e?c:s),r&&r()},E=(t,e)=>{t._isLeaving=!1,Bp(t,p),Bp(t,m),Bp(t,d),e&&e()},C=t=>(e,r)=>{const i=t?k:y,s=()=>S(e,t,r);Pp(i,[e,s]),$p((()=>{Bp(e,t?l:o),qp(e,t?u:a),Np(i)||Up(e,n,h,s)}))};return $o(e,{onBeforeEnter(t){Pp(b,[t]),qp(t,o),qp(t,s)},onBeforeAppear(t){Pp(_,[t]),qp(t,l),qp(t,c)},onEnter:C(!1),onAppear:C(!0),onLeave(t,e){t._isLeaving=!0;const r=()=>E(t,e);qp(t,p),Gp(),qp(t,d),$p((()=>{t._isLeaving&&(Bp(t,p),qp(t,m),Np(x)||Up(t,n,g,r))})),Pp(x,[t,r])},onEnterCancelled(t){S(t,!1),Pp(v,[t])},onAppearCancelled(t){S(t,!0),Pp(A,[t])},onLeaveCancelled(t){E(t),Pp(w,[t])}})}function Rp(t){return hs(t)}function qp(t,e){e.split(/\s+/).forEach((e=>e&&t.classList.add(e))),(t._vtc||(t._vtc=new Set)).add(e)}function Bp(t,e){e.split(/\s+/).forEach((e=>e&&t.classList.remove(e)));const{_vtc:r}=t;r&&(r.delete(e),r.size||(t._vtc=void 0))}function $p(t){requestAnimationFrame((()=>{requestAnimationFrame(t)}))}let Fp=0;function Up(t,e,r,n){const i=t._endId=++Fp,o=()=>{i===t._endId&&n()};if(r)return setTimeout(o,r);const{type:s,timeout:a,propCount:l}=zp(t,e);if(!s)return n();const c=s+"end";let u=0;const p=()=>{t.removeEventListener(c,d),o()},d=e=>{e.target===t&&++u>=l&&p()};setTimeout((()=>{u(r[t]||"").split(", "),i=n(`${Ip}Delay`),o=n(`${Ip}Duration`),s=Hp(i,o),a=n(`${jp}Delay`),l=n(`${jp}Duration`),c=Hp(a,l);let u=null,p=0,d=0;e===Ip?s>0&&(u=Ip,p=s,d=o.length):e===jp?c>0&&(u=jp,p=c,d=l.length):(p=Math.max(s,c),u=p>0?s>c?Ip:jp:null,d=u?u===Ip?o.length:l.length:0);return{type:u,timeout:p,propCount:d,hasTransform:u===Ip&&/\b(transform|all)(,|$)/.test(n(`${Ip}Property`).toString())}}function Hp(t,e){for(;t.lengthVp(e)+Vp(t[r]))))}function Vp(t){return 1e3*Number(t.slice(0,-1).replace(",","."))}function Gp(){return document.body.offsetHeight}const Wp={beforeMount(t,{value:e},{transition:r}){t._vod="none"===t.style.display?"":t.style.display,r&&e?r.beforeEnter(t):Kp(t,e)},mounted(t,{value:e},{transition:r}){r&&e&&r.enter(t)},updated(t,{value:e,oldValue:r},{transition:n}){!e!=!r&&(n?e?(n.beforeEnter(t),Kp(t,!0),n.enter(t)):n.leave(t,(()=>{Kp(t,!1)})):Kp(t,e))},beforeUnmount(t,{value:e}){Kp(t,e)}};function Kp(t,e){t.style.display=e?t._vod:"none"}const Xp=$o({patchProp:(t,e,r,n,i=!1,o,s,a,l)=>{"class"===e?function(t,e,r){const n=t._vtc;n&&(e=(e?[e,...n]:[...n]).join(" ")),null==e?t.removeAttribute("class"):r?t.setAttribute("class",e):t.className=e}(t,n,i):"style"===e?function(t,e,r){const n=t.style,i=Ko(r);if(r&&!i){if(e&&!Ko(e))for(const t in e)null==r[t]&&vp(n,t,"");for(const t in r)vp(n,t,r[t])}else{const o=n.display;i?e!==r&&(n.cssText=r):e&&t.removeAttribute("style"),"_vod"in t&&(n.display=o)}}(t,r,n):qo(e)?Bo(e)||Ap(t,e,0,n,s):("."===e[0]?(e=e.slice(1),1):"^"===e[0]?(e=e.slice(1),0):function(t,e,r,n){if(n)return"innerHTML"===e||"textContent"===e||!!(e in t&&Op.test(e)&&Wo(r));if("spellcheck"===e||"draggable"===e||"translate"===e)return!1;if("form"===e)return!1;if("list"===e&&"INPUT"===t.tagName)return!1;if("type"===e&&"TEXTAREA"===t.tagName)return!1;if(Op.test(e)&&Ko(r))return!1;return e in t}(t,e,n,i))?function(t,e,r,n,i,o,s){if("innerHTML"===e||"textContent"===e)return n&&s(n,i,o),void(t[e]=null==r?"":r);const a=t.tagName;if("value"===e&&"PROGRESS"!==a&&!a.includes("-")){t._value=r;const n=null==r?"":r;return("OPTION"===a?t.getAttribute("value"):t.value)!==n&&(t.value=n),void(null==r&&t.removeAttribute(e))}let l=!1;if(""===r||null==r){const n=typeof t[e];"boolean"===n?r=Es(r):null==r&&"string"===n?(r="",l=!0):"number"===n&&(r=0,l=!0)}try{t[e]=r}catch(t){}l&&t.removeAttribute(e)}(t,e,n,o,s,a,l):("true-value"===e?t._trueValue=n:"false-value"===e&&(t._falseValue=n),function(t,e,r,n){if(n&&e.startsWith("xlink:"))null==r?t.removeAttributeNS(_p,e.slice(6,e.length)):t.setAttributeNS(_p,e,r);else{const n=Ss(e);null==r||n&&!Es(r)?t.removeAttribute(e):t.setAttribute(e,n?"":r)}}(t,e,n,i))}},bp);let Qp;function Zp(){return Qp||(Qp=function(t){return du(t)}(Xp))}function Yp(t){if(Ko(t)){return document.querySelector(t)}return t}const Jp={key:0,class:"container-fluid",id:"loading-page"},td=[Lu("div",{class:"loader"},"Glances is loading...",-1)],ed={key:2},rd={class:"container-fluid margin-bottom"},nd={class:"row justify-content-between"},id={key:0,class:"col-auto"},od={key:1,class:"col d-none d-xl-block d-xxl-block"},sd={key:2,class:"col-auto ms-auto d-none d-xxl-block"},ad={key:3,class:"col-auto ms-auto"},ld={key:0,class:"row"},cd={class:"col"},ud={key:0,class:"row separator"},pd={class:"container-fluid margin-top margin-bottom"},dd={class:"row justify-content-between"},md={key:0,class:"col-3 d-none d-lg-block d-xl-block d-xxl-block"},fd={key:1,class:"col"},hd={key:2,class:"col"},gd={key:3,class:"col"},bd={key:4,class:"col-auto d-none d-md-block d-lg-block d-xl-block d-xxl-block"},yd={key:5,class:"col-auto"},vd={key:1,class:"row separator"},xd={class:"container-fluid margin-top"},wd={class:"row"},_d={key:0,class:"col-3 sidebar"},kd={class:"col"}; /**! * hotkeys-js v3.12.0 * A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies. @@ -34,4 +34,4 @@ const Qt=new Map,Zt={set(t,e,r){Qt.has(t)||Qt.set(t,new Map);const n=Qt.get(t);n * https://jaywcjlove.github.io/hotkeys-js * Licensed under the MIT license */ -var Ad="undefined"!=typeof navigator&&navigator.userAgent.toLowerCase().indexOf("firefox")>0;function Ed(t,e,r,n){t.addEventListener?t.addEventListener(e,r,n):t.attachEvent&&t.attachEvent("on".concat(e),(function(){r(window.event)}))}function Sd(t,e){for(var r=e.slice(0,e.length-1),n=0;n=0;)e[r-1]+=",",e.splice(r,1),r=e.lastIndexOf("");return e}for(var Td={backspace:8,"⌫":8,tab:9,clear:12,enter:13,"↩":13,return:13,esc:27,escape:27,space:32,left:37,up:38,right:39,down:40,del:46,delete:46,ins:45,insert:45,home:36,end:35,pageup:33,pagedown:34,capslock:20,num_0:96,num_1:97,num_2:98,num_3:99,num_4:100,num_5:101,num_6:102,num_7:103,num_8:104,num_9:105,num_multiply:106,num_add:107,num_enter:108,num_subtract:109,num_decimal:110,num_divide:111,"⇪":20,",":188,".":190,"/":191,"`":192,"-":Ad?173:189,"=":Ad?61:187,";":Ad?59:186,"'":222,"[":219,"]":221,"\\":220},Od={"⇧":16,shift:16,"⌥":18,alt:18,option:18,"⌃":17,ctrl:17,control:17,"⌘":91,cmd:91,command:91},Id={16:"shiftKey",18:"altKey",17:"ctrlKey",91:"metaKey",shiftKey:16,ctrlKey:17,altKey:18,metaKey:91},jd={16:!1,18:!1,17:!1,91:!1},Ld={},Pd=1;Pd<20;Pd++)Td["f".concat(Pd)]=111+Pd;var Nd=[],Dd=!1,Md="all",Rd=[],qd=function(t){return Td[t.toLowerCase()]||Od[t.toLowerCase()]||t.toUpperCase().charCodeAt(0)};function Bd(t){Md=t||"all"}function $d(){return Md||"all"}var Fd=function(t){var e=t.key,r=t.scope,n=t.method,i=t.splitKey,o=void 0===i?"+":i;Cd(e).forEach((function(t){var e=t.split(o),i=e.length,s=e[i-1],a="*"===s?"*":qd(s);if(Ld[a]){r||(r=$d());var l=i>1?Sd(Od,e):[];Ld[a]=Ld[a].filter((function(t){return!((!n||t.method===n)&&t.scope===r&&function(t,e){for(var r=t.length>=e.length?t:e,n=t.length>=e.length?e:t,i=!0,o=0;o0,jd)Object.prototype.hasOwnProperty.call(jd,o)&&(!jd[o]&&e.mods.indexOf(+o)>-1||jd[o]&&-1===e.mods.indexOf(+o))&&(i=!1);(0!==e.mods.length||jd[16]||jd[18]||jd[17]||jd[91])&&!i&&"*"!==e.shortcut||(e.keys=[],e.keys=e.keys.concat(Nd),!1===e.method(t,e)&&(t.preventDefault?t.preventDefault():t.returnValue=!1,t.stopPropagation&&t.stopPropagation(),t.cancelBubble&&(t.cancelBubble=!0)))}}function zd(t,e){var r=Ld["*"],n=t.keyCode||t.which||t.charCode;if(Hd.filter.call(this,t)){if(93!==n&&224!==n||(n=91),-1===Nd.indexOf(n)&&229!==n&&Nd.push(n),["ctrlKey","altKey","shiftKey","metaKey"].forEach((function(e){var r=Id[e];t[e]&&-1===Nd.indexOf(r)?Nd.push(r):!t[e]&&Nd.indexOf(r)>-1?Nd.splice(Nd.indexOf(r),1):"metaKey"===e&&t[e]&&3===Nd.length&&(t.ctrlKey||t.shiftKey||t.altKey||(Nd=Nd.slice(Nd.indexOf(r))))})),n in jd){for(var i in jd[n]=!0,Od)Od[i]===n&&(Hd[i]=!0);if(!r)return}for(var o in jd)Object.prototype.hasOwnProperty.call(jd,o)&&(jd[o]=t[Id[o]]);t.getModifierState&&(!t.altKey||t.ctrlKey)&&t.getModifierState("AltGraph")&&(-1===Nd.indexOf(17)&&Nd.push(17),-1===Nd.indexOf(18)&&Nd.push(18),jd[17]=!0,jd[18]=!0);var s=$d();if(r)for(var a=0;a1&&(i=Sd(Od,t)),(t="*"===(t=t[t.length-1])?"*":qd(t))in Ld||(Ld[t]=[]),Ld[t].push({keyup:l,keydown:c,scope:o,mods:i,shortcut:n[a],method:r,key:n[a],splitKey:u,element:s});void 0!==s&&!function(t){return Rd.indexOf(t)>-1}(s)&&window&&(Rd.push(s),Ed(s,"keydown",(function(t){zd(t,s)}),p),Dd||(Dd=!0,Ed(window,"focus",(function(){Nd=[]}),p)),Ed(s,"keyup",(function(t){zd(t,s),function(t){var e=t.keyCode||t.which||t.charCode,r=Nd.indexOf(e);if(r>=0&&Nd.splice(r,1),t.key&&"meta"===t.key.toLowerCase()&&Nd.splice(0,Nd.length),93!==e&&224!==e||(e=91),e in jd)for(var n in jd[e]=!1,Od)Od[n]===e&&(Hd[n]=!1)}(t)}),p))}var Vd={getPressedKeyString:function(){return Nd.map((function(t){return e=t,Object.keys(Td).find((function(t){return Td[t]===e}))||function(t){return Object.keys(Od).find((function(e){return Od[e]===t}))}(t)||String.fromCharCode(t);var e}))},setScope:Bd,getScope:$d,deleteScope:function(t,e){var r,n;for(var i in t||(t=$d()),Ld)if(Object.prototype.hasOwnProperty.call(Ld,i))for(r=Ld[i],n=0;n1&&void 0!==arguments[1]?arguments[1]:"all";Object.keys(Ld).forEach((function(r){Ld[r].filter((function(r){return r.scope===e&&r.shortcut===t})).forEach((function(t){t&&t.method&&t.method()}))}))},unbind:function(t){if(void 0===t)Object.keys(Ld).forEach((function(t){return delete Ld[t]}));else if(Array.isArray(t))t.forEach((function(t){t.key&&Fd(t)}));else if("object"==typeof t)t.key&&Fd(t);else if("string"==typeof t){for(var e=arguments.length,r=new Array(e>1?e-1:0),n=1;n=this.limits[t][l]){var c=l.lastIndexOf("_");return l.substring(c+1)+o}}return"ok"+o}getAlertLog(t,e,r,n){return this.getAlert(t,e,r,n,!0)}};const Yd=new class{data=void 0;init(t=60){let e;const r=()=>(Kd.status="PENDING",Promise.all([fetch("api/4/all",{method:"GET"}).then((t=>t.json())),fetch("api/4/all/views",{method:"GET"}).then((t=>t.json()))]).then((t=>{const e={stats:t[0],views:t[1],isBsd:"FreeBSD"===t[0].system.os_name,isLinux:"Linux"===t[0].system.os_name,isSunOS:"SunOS"===t[0].system.os_name,isMac:"Darwin"===t[0].system.os_name,isWindows:"Windows"===t[0].system.os_name};this.data=e,Kd.data=e,Kd.status="SUCCESS"})).catch((t=>{console.log(t),Kd.status="FAILURE"})).then((()=>{e&&clearTimeout(e),e=setTimeout(r,1e3*t)})));r(),fetch("api/4/all/limits",{method:"GET"}).then((t=>t.json())).then((t=>{Zd.setLimits(t)})),fetch("api/4/args",{method:"GET"}).then((t=>t.json())).then(((t={})=>{Kd.args={...Kd.args,...t}})),fetch("api/4/config",{method:"GET"}).then((t=>t.json())).then(((t={})=>{Kd.config={...Kd.config,...t}}))}getData(){return this.data}};const Jd=new class{constructor(){this.favico=new(Qd())({animation:"none"})}badge(t){this.favico.badge(t)}reset(){this.favico.reset()}},tm={key:0},em={class:"container-fluid"},rm={class:"row"},nm={class:"col-sm-12 col-lg-24 title"},im=Pu("div",{class:"row"}," ",-1),om={class:"row"},sm={class:"col-sm-12 col-lg-24"},am=Pu("div",{class:"row"}," ",-1),lm={class:"table table-sm table-borderless table-striped table-hover"},cm=Pu("td",null," ",-1),um=Pu("td",null," ",-1),pm=Pu("td",null," ",-1),dm=Pu("td",null," ",-1),mm=Pu("td",null," ",-1),fm=Pu("td",null," ",-1),hm=Pu("td",null," ",-1),gm=Pu("td",null," ",-1),bm=Pu("td",null," ",-1),ym=Pu("td",null," ",-1),vm=Pu("td",null," ",-1),xm=Pu("td",null," ",-1),wm=Pu("td",null," ",-1),_m=Pu("td",null," ",-1),km=Pu("td",null," ",-1),Am=Pu("td",null," ",-1),Em=Pu("td",null," ",-1),Sm=Pu("td",null," ",-1),Cm=Pu("td",null," ",-1),Tm=Pu("td",null," ",-1),Om=Pu("td",null," ",-1),Im=Pu("td",null," ",-1),jm=Pu("td",null," ",-1),Lm=Pu("td",null," ",-1),Pm=Pu("td",null," ",-1),Nm=Pu("td",null," ",-1),Dm=Pu("td",null," ",-1),Mm=Pu("td",null," ",-1),Rm=Pu("td",null," ",-1),qm=Pu("td",null," ",-1),Bm=Pu("td",null," ",-1),$m=Pu("td",null," ",-1),Fm=Pu("td",null," ",-1),Um=Pu("td",null," ",-1),zm=qu('
 

For an exhaustive list of key bindings, click here.

 

Press h to came back to Glances.

',5);const Hm={data:()=>({help:void 0}),mounted(){fetch("api/4/help",{method:"GET"}).then((t=>t.json())).then((t=>this.help=t))}};var Vm=r(6262);const Gm=(0,Vm.A)(Hm,[["render",function(t,e,r,n,i,o){return i.help?(wu(),Su("div",tm,[Pu("div",em,[Pu("div",rm,[Pu("div",nm,Cs(i.help.version)+" "+Cs(i.help.psutil_version),1)]),im,Pu("div",om,[Pu("div",sm,Cs(i.help.configuration_file),1)]),am]),Pu("table",lm,[Pu("thead",null,[Pu("tr",null,[Pu("th",null,Cs(i.help.header_sort.replace(":","")),1),Pu("th",null,Cs(i.help.header_show_hide.replace(":","")),1),Pu("th",null,Cs(i.help.header_toggle.replace(":","")),1),Pu("th",null,Cs(i.help.header_miscellaneous.replace(":","")),1)])]),Pu("tbody",null,[Pu("tr",null,[Pu("td",null,Cs(i.help.sort_auto),1),Pu("td",null,Cs(i.help.show_hide_application_monitoring),1),Pu("td",null,Cs(i.help.toggle_bits_bytes),1),Pu("td",null,Cs(i.help.misc_erase_process_filter),1)]),Pu("tr",null,[Pu("td",null,Cs(i.help.sort_cpu),1),Pu("td",null,Cs(i.help.show_hide_diskio),1),Pu("td",null,Cs(i.help.toggle_count_rate),1),Pu("td",null,Cs(i.help.misc_generate_history_graphs),1)]),Pu("tr",null,[Pu("td",null,Cs(i.help.sort_io_rate),1),Pu("td",null,Cs(i.help.show_hide_containers),1),Pu("td",null,Cs(i.help.toggle_used_free),1),Pu("td",null,Cs(i.help.misc_help),1)]),Pu("tr",null,[Pu("td",null,Cs(i.help.sort_mem),1),Pu("td",null,Cs(i.help.show_hide_top_extended_stats),1),Pu("td",null,Cs(i.help.toggle_bar_sparkline),1),Pu("td",null,Cs(i.help.misc_accumulate_processes_by_program),1)]),Pu("tr",null,[Pu("td",null,Cs(i.help.sort_process_name),1),Pu("td",null,Cs(i.help.show_hide_filesystem),1),Pu("td",null,Cs(i.help.toggle_separate_combined),1),cm]),Pu("tr",null,[Pu("td",null,Cs(i.help.sort_cpu_times),1),Pu("td",null,Cs(i.help.show_hide_gpu),1),Pu("td",null,Cs(i.help.toggle_live_cumulative),1),Pu("td",null,Cs(i.help.misc_reset_processes_summary_min_max),1)]),Pu("tr",null,[Pu("td",null,Cs(i.help.sort_user),1),Pu("td",null,Cs(i.help.show_hide_ip),1),Pu("td",null,Cs(i.help.toggle_linux_percentage),1),Pu("td",null,Cs(i.help.misc_quit),1)]),Pu("tr",null,[um,Pu("td",null,Cs(i.help.show_hide_tcp_connection),1),Pu("td",null,Cs(i.help.toggle_cpu_individual_combined),1),Pu("td",null,Cs(i.help.misc_reset_history),1)]),Pu("tr",null,[pm,Pu("td",null,Cs(i.help.show_hide_alert),1),Pu("td",null,Cs(i.help.toggle_gpu_individual_combined),1),Pu("td",null,Cs(i.help.misc_delete_warning_alerts),1)]),Pu("tr",null,[dm,Pu("td",null,Cs(i.help.show_hide_network),1),Pu("td",null,Cs(i.help.toggle_short_full),1),Pu("td",null,Cs(i.help.misc_delete_warning_and_critical_alerts),1)]),Pu("tr",null,[mm,Pu("td",null,Cs(i.help.sort_cpu_times),1),fm,hm]),Pu("tr",null,[gm,Pu("td",null,Cs(i.help.show_hide_irq),1),bm,ym]),Pu("tr",null,[vm,Pu("td",null,Cs(i.help.show_hide_raid_plugin),1),xm,wm]),Pu("tr",null,[_m,Pu("td",null,Cs(i.help.show_hide_sensors),1),km,Am]),Pu("tr",null,[Em,Pu("td",null,Cs(i.help.show_hide_wifi_module),1),Sm,Cm]),Pu("tr",null,[Tm,Pu("td",null,Cs(i.help.show_hide_processes),1),Om,Im]),Pu("tr",null,[jm,Pu("td",null,Cs(i.help.show_hide_left_sidebar),1),Lm,Pm]),Pu("tr",null,[Nm,Pu("td",null,Cs(i.help.show_hide_quick_look),1),Dm,Mm]),Pu("tr",null,[Rm,Pu("td",null,Cs(i.help.show_hide_cpu_mem_swap),1),qm,Bm]),Pu("tr",null,[$m,Pu("td",null,Cs(i.help.show_hide_all),1),Fm,Um])])]),zm])):Bu("v-if",!0)}]]),Wm={class:"plugin",id:"alerts"},Km={key:0,class:"title"},Xm={key:1,class:"title"},Qm={class:"table table-sm table-borderless"},Zm={scope:"row"},Ym=Pu("td",{scope:"row"},null,-1),Jm={scope:"row"};var tf=r(2543);const ef={props:{data:{type:Object}},computed:{stats(){return this.data.stats.alert},alerts(){return(this.stats||[]).map((t=>{const e={};if(e.state=t.state,e.type=t.type,e.begin=1e3*t.begin,e.end=1e3*t.end,e.ongoing=-1==t.end,e.min=t.min,e.avg=t.avg,e.max=t.max,e.top=t.top.join(", "),!e.ongoing){const t=e.end-e.begin,r=parseInt(t/1e3%60),n=parseInt(t/6e4%60),i=parseInt(t/36e5%24);e.duration=(0,tf.padStart)(i,2,"0")+":"+(0,tf.padStart)(n,2,"0")+":"+(0,tf.padStart)(r,2,"0")}return e}))},hasAlerts(){return this.countAlerts>0},countAlerts(){return this.alerts.length},hasOngoingAlerts(){return this.countOngoingAlerts>0},countOngoingAlerts(){return this.alerts.filter((({ongoing:t})=>t)).length}},watch:{countOngoingAlerts(){this.countOngoingAlerts?Jd.badge(this.countOngoingAlerts):Jd.reset()}},methods:{formatDate(t){const e=(new Date).getTimezoneOffset(),r=Math.trunc(Math.abs(e)/60),n=Math.abs(e%60);let i=e<=0?"+":"-";i+=String(r).padStart(2,"0")+String(n).padStart(2,"0");const o=new Date(t);return String(o.getFullYear())+"-"+String(o.getMonth()).padStart(2,"0")+"-"+String(o.getDate()).padStart(2,"0")+" "+String(o.getHours()).padStart(2,"0")+":"+String(o.getMinutes()).padStart(2,"0")+":"+String(o.getSeconds()).padStart(2,"0")+"("+i+")"}}},rf=(0,Vm.A)(ef,[["render",function(t,e,r,n,i,o){return wu(),Su("section",Wm,[o.hasAlerts?(wu(),Su("span",Km," Warning or critical alerts (last "+Cs(o.countAlerts)+" entries) ",1)):(wu(),Su("span",Xm,"No warning or critical alert detected")),Pu("table",Qm,[Pu("tbody",null,[(wu(!0),Su(hu,null,Sc(o.alerts,((e,r)=>(wu(),Su("tr",{key:r},[Pu("td",Zm,[Pu("span",null,Cs(o.formatDate(e.begin)),1),Pu("span",null,"("+Cs(e.ongoing?"ongoing":e.duration)+")",1)]),Ym,Pu("td",Jm,[Ul(Pu("span",null,Cs(e.state)+" on ",513),[[Wp,!e.ongoing]]),Pu("span",{class:ks(e.state.toLowerCase())},Cs(e.type),3),Pu("span",null,"("+Cs(t.$filters.number(e.max,1))+")",1),Pu("span",null,": "+Cs(e.top),1)])])))),128))])])])}]]),nf={key:0,class:"plugin",id:"cloud"},of={class:"title"};const sf={props:{data:{type:Object}},computed:{stats(){return this.data.stats.cloud},provider(){return void 0!==this.stats.id?`${stats.platform}`:null},instance(){const{stats:t}=this;return void 0!==this.stats.id?`${t.type} instance ${t.name} (${t.region})`:null}}},af=(0,Vm.A)(sf,[["render",function(t,e,r,n,i,o){return o.instance||o.provider?(wu(),Su("section",nf,[Pu("span",of,Cs(o.provider),1),Ru(" "+Cs(o.instance),1)])):Bu("v-if",!0)}]]),lf={class:"plugin",id:"connections"},cf={class:"table table-sm table-borderless margin-bottom"},uf=Pu("thead",null,[Pu("tr",null,[Pu("th",{scope:"col"},"TCP CONNECTIONS"),Pu("th",{scope:"col",class:"text-end"})])],-1),pf=Pu("td",{scope:"row"},"Listen",-1),df={class:"text-end"},mf=Pu("td",{scope:"row"},"Initiated",-1),ff={class:"text-end"},hf=Pu("td",{scope:"row"},"Established",-1),gf={class:"text-end"},bf=Pu("td",{scope:"row"},"Terminated",-1),yf={class:"text-end"},vf=Pu("td",{scope:"row"},"Tracked",-1);const xf={props:{data:{type:Object}},computed:{stats(){return this.data.stats.connections},view(){return this.data.views.connections},listen(){return this.stats.LISTEN},initiated(){return this.stats.initiated},established(){return this.stats.ESTABLISHED},terminated(){return this.stats.terminated},tracked(){return{count:this.stats.nf_conntrack_count,max:this.stats.nf_conntrack_max}}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},wf=(0,Vm.A)(xf,[["render",function(t,e,r,n,i,o){return wu(),Su("section",lf,[Pu("table",cf,[uf,Pu("tbody",null,[Pu("tr",null,[pf,Pu("td",df,Cs(o.listen),1)]),Pu("tr",null,[mf,Pu("td",ff,Cs(o.initiated),1)]),Pu("tr",null,[hf,Pu("td",gf,Cs(o.established),1)]),Pu("tr",null,[bf,Pu("td",yf,Cs(o.terminated),1)]),Pu("tr",null,[vf,Pu("td",{class:ks(["text-end",o.getDecoration("nf_conntrack_percent")])},Cs(o.tracked.count)+"/"+Cs(o.tracked.max),3)])])])])}]]),_f={id:"cpu",class:"plugin"},kf={class:"table-responsive"},Af={class:"table-sm table-borderless"},Ef={class:"justify-content-between"},Sf={scope:"col"},Cf={class:"table table-sm table-borderless"},Tf=Pu("th",{scope:"col"},"CPU",-1),Of=Pu("td",{scope:"col"},"user:",-1),If=Pu("td",{scope:"col"},"system:",-1),jf={key:0,scope:"col"},Lf={class:"d-none d-xl-block d-xxl-block"},Pf={class:"table table-sm table-borderless"},Nf={scope:"col"},Df={scope:"col"},Mf={scope:"col"},Rf={key:0,scope:"col"},qf={scope:"col"},Bf={class:"d-none d-xxl-block"},$f={class:"table table-sm table-borderless"},Ff={key:0,scope:"col"},Uf={scope:"col"},zf={key:0,scope:"col"},Hf={key:1,scope:"col",class:"text-end"},Vf={key:0,scope:"col"},Gf={key:1,scope:"col",class:"text-end"};const Wf={props:{data:{type:Object}},computed:{stats(){return this.data.stats.cpu},view(){return this.data.views.cpu},isLinux(){return this.data.isLinux},isSunOS(){return this.data.isSunOS},isWindows(){return this.data.isWindows},total(){return this.stats.total},user(){return this.stats.user},system(){return this.stats.system},idle(){return this.stats.idle},nice(){return this.stats.nice},irq(){return this.stats.irq},iowait(){return this.stats.iowait},dpc(){return this.stats.dpc},steal(){return this.stats.steal},guest(){return this.stats.guest},ctx_switches(){const{stats:t}=this;return t.ctx_switches?Math.floor(t.ctx_switches/t.time_since_update):null},interrupts(){const{stats:t}=this;return t.interrupts?Math.floor(t.interrupts/t.time_since_update):null},soft_interrupts(){const{stats:t}=this;return t.soft_interrupts?Math.floor(t.soft_interrupts/t.time_since_update):null},syscalls(){const{stats:t}=this;return t.syscalls?Math.floor(t.syscalls/t.time_since_update):null}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},Kf=(0,Vm.A)(Wf,[["render",function(t,e,r,n,i,o){return wu(),Su("section",_f,[Bu(" d-none d-xxl-block "),Pu("div",kf,[Pu("table",Af,[Pu("tbody",null,[Pu("tr",Ef,[Pu("td",Sf,[Pu("table",Cf,[Pu("tbody",null,[Pu("tr",null,[Tf,Pu("td",{scope:"col",class:ks(["text-end",o.getDecoration("total")])},Cs(o.total)+"%",3)]),Pu("tr",null,[Of,Pu("td",{scope:"col",class:ks(["text-end",o.getDecoration("user")])},Cs(o.user)+"%",3)]),Pu("tr",null,[If,Pu("td",{scope:"col",class:ks(["text-end",o.getDecoration("system")])},Cs(o.system)+"%",3)]),Pu("tr",null,[null!=o.iowait?(wu(),Su("td",jf,"iowait:")):Bu("v-if",!0),null!=o.iowait?(wu(),Su("td",{key:1,scope:"col",class:ks(["text-end",o.getDecoration("iowait")])},Cs(o.iowait)+"%",3)):Bu("v-if",!0)])])])]),Pu("td",null,[Pu("template",Lf,[Pu("table",Pf,[Pu("tbody",null,[Pu("tr",null,[Ul(Pu("td",Nf,"idle:",512),[[Wp,null!=o.idle]]),Ul(Pu("td",{scope:"col",class:"text-end"},Cs(o.idle)+"%",513),[[Wp,null!=o.idle]])]),Pu("tr",null,[Ul(Pu("td",Df,"irq:",512),[[Wp,null!=o.irq]]),Ul(Pu("td",{scope:"col",class:"text-end"},Cs(o.irq)+"%",513),[[Wp,null!=o.irq]])]),Pu("tr",null,[Ul(Pu("td",Mf,"nice:",512),[[Wp,null!=o.nice]]),Ul(Pu("td",{scope:"col",class:"text-end"},Cs(o.nice)+"%",513),[[Wp,null!=o.nice]])]),Pu("tr",null,[null==o.iowait&&null!=o.dpc?(wu(),Su("td",Rf,"dpc:")):Bu("v-if",!0),null==o.iowait&&null!=o.dpc?(wu(),Su("td",{key:1,scope:"col",class:ks(["text-end",o.getDecoration("dpc")])},Cs(o.dpc)+"%",3)):Bu("v-if",!0),Ul(Pu("td",qf,"steal:",512),[[Wp,null!=o.steal]]),Ul(Pu("td",{scope:"col",class:ks(["text-end",o.getDecoration("steal")])},Cs(o.steal)+"%",3),[[Wp,null!=o.steal]])])])])])]),Pu("td",null,[Pu("template",Bf,[Pu("table",$f,[Pu("tbody",null,[Pu("tr",null,[null!=o.nice&&null!=o.ctx_switches?(wu(),Su("td",Ff,"ctx_sw:")):Bu("v-if",!0),null!=o.nice&&null!=o.ctx_switches?(wu(),Su("td",{key:1,scope:"col",class:ks(["text-end",o.getDecoration("ctx_switches")])},Cs(o.ctx_switches),3)):Bu("v-if",!0)]),Pu("tr",null,[Ul(Pu("td",Uf,"inter:",512),[[Wp,null!=o.interrupts]]),Ul(Pu("td",{scope:"col",class:"text-end"},Cs(o.interrupts),513),[[Wp,null!=o.interrupts]])]),Pu("tr",null,[o.isWindows||o.isSunOS||null==o.soft_interrupts?Bu("v-if",!0):(wu(),Su("td",zf,"sw_int:")),o.isWindows||o.isSunOS||null==o.soft_interrupts?Bu("v-if",!0):(wu(),Su("td",Hf,Cs(o.soft_interrupts),1))]),Pu("tr",null,[o.isLinux&&null!=o.guest?(wu(),Su("td",Vf,"guest:")):Bu("v-if",!0),o.isLinux&&null!=o.guest?(wu(),Su("td",Gf,Cs(o.guest)+"%",1)):Bu("v-if",!0)])])])])])])])])])])}]]),Xf={key:0,class:"plugin",id:"diskio"},Qf={class:"table table-sm table-borderless margin-bottom"},Zf=Pu("th",{scope:"col"},"DISK I/O",-1),Yf={scope:"col",class:"text-end w-25"},Jf={scope:"col",class:"text-end w-25"},th={scope:"col",class:"text-end w-25"},eh={scope:"col",class:"text-end w-25"},rh={scope:"row"};var nh=r(4728),ih=r.n(nh);function oh(t,e){return sh(t=8*Math.round(t),e)+"b"}function sh(t,e){if(e=e||!1,isNaN(parseFloat(t))||!isFinite(t)||0==t)return t;const r=["Y","Z","E","P","T","G","M","K"],n={Y:12089258196146292e8,Z:11805916207174113e5,E:0x1000000000000000,P:0x4000000000000,T:1099511627776,G:1073741824,M:1048576,K:1024};for(var i=0;i1){var a=0;return s<10?a=2:s<100&&(a=1),e?a="MK"==o?0:(0,tf.min)([1,a]):"K"==o&&(a=0),parseFloat(s).toFixed(a)+o}}return t.toFixed(0)}function ah(t){return void 0===t||""===t?"?":t}function lh(t,e,r){return e=e||0,r=r||" ",String(t).padStart(e,r)}function ch(t,e){return"function"!=typeof t.slice&&(t=String(t)),t.slice(0,e)}function uh(t,e,r=!0){return e=e||8,t.length>e?r?t.substring(0,e-1)+"_":"_"+t.substring(t.length-e+1):t}function ph(t){if(void 0===t)return t;var e=function(t){var e=document.createElement("div");return e.innerText=t,e.innerHTML}(t),r=e.replace(/\n/g,"
");return ih()(r)}function dh(t,e){return new Intl.NumberFormat(void 0,"number"==typeof e?{maximumFractionDigits:e}:e).format(t)}function mh(t){for(var e=0,r=0;r({store:Kd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.diskio},view(){return this.data.views.diskio},disks(){const t=this.stats.map((t=>({name:t.disk_name,alias:void 0!==t.alias?t.alias:null,bitrate:{txps:sh(t.read_bytes_rate_per_sec),rxps:sh(t.write_bytes_rate_per_sec)},count:{txps:sh(t.read_count_rate_per_sec),rxps:sh(t.write_count_rate_per_sec)}}))).filter((t=>!1===this.view[t.name].read_bytes_rate_per_sec.hidden&&!1===this.view[t.name].write_bytes_rate_per_sec.hidden));return(0,tf.orderBy)(t,["name"])},hasDisks(){return this.disks.length>0}},methods:{getDecoration(t,e){if(null!=this.view[t][e])return this.view[t][e].decoration.toLowerCase()}}},gh=(0,Vm.A)(hh,[["render",function(t,e,r,n,i,o){return o.hasDisks?(wu(),Su("section",Xf,[Pu("table",Qf,[Pu("thead",null,[Pu("tr",null,[Zf,Ul(Pu("th",Yf,"R/s",512),[[Wp,!o.args.diskio_iops]]),Ul(Pu("th",Jf,"W/s",512),[[Wp,!o.args.diskio_iops]]),Ul(Pu("th",th,"IOR/s",512),[[Wp,o.args.diskio_iops]]),Ul(Pu("th",eh,"IOW/s",512),[[Wp,o.args.diskio_iops]])])]),Pu("tbody",null,[(wu(!0),Su(hu,null,Sc(o.disks,((e,r)=>(wu(),Su("tr",{key:r},[Pu("td",rh,Cs(t.$filters.minSize(e.alias?e.alias:e.name,32)),1),Ul(Pu("td",{class:ks(["text-end w-25",o.getDecoration(e.name,"write_bytes_rate_per_sec")])},Cs(e.bitrate.txps),3),[[Wp,!o.args.diskio_iops]]),Ul(Pu("td",{class:ks(["text-end w-25",o.getDecoration(e.name,"read_bytes_rate_per_sec")])},Cs(e.bitrate.rxps),3),[[Wp,!o.args.diskio_iops]]),Ul(Pu("td",{class:"text-end w-25"},Cs(e.count.txps),513),[[Wp,o.args.diskio_iops]]),Ul(Pu("td",{class:"text-end w-25"},Cs(e.count.rxps),513),[[Wp,o.args.diskio_iops]])])))),128))])])])):Bu("v-if",!0)}]]),bh={key:0,class:"plugin",id:"containers"},yh=Pu("span",{class:"title"},"CONTAINERS",-1),vh={class:"table table-sm table-borderless table-striped table-hover"},xh=Pu("td",null,"Status",-1),wh=Pu("td",null,"Uptime",-1),_h=Pu("td",null,"/ MAX",-1),kh=Pu("td",null,"IOR/s",-1),Ah=Pu("td",null,"IOW/s",-1),Eh=Pu("td",null,"RX/s",-1),Sh=Pu("td",null,"TX/s",-1),Ch=Pu("td",null,"Command",-1);const Th={props:{data:{type:Object}},data:()=>({store:Kd,sorter:void 0}),computed:{args(){return this.store.args||{}},sortProcessesKey(){return this.args.sort_processes_key},stats(){return this.data.stats.containers},views(){return this.data.views.containers},containers(){const{sorter:t}=this,e=(this.stats||[]).map((t=>{let e="?";return null!=t.memory.usage&&(e=t.memory.usage,null!=t.memory.inactive_file&&(e-=t.memory.inactive_file)),{id:t.id,name:t.name,status:t.status,uptime:t.uptime,cpu_percent:t.cpu.total,memory_usage:e,limit:null!=t.memory.limit?t.memory.limit:"?",io_rx:null!=t.io_rx?t.io_rx:"?",io_wx:null!=t.io_wx?t.io_wx:"?",network_rx:null!=t.network_rx?t.network_rx:"?",network_tx:null!=t.network_tx?t.network_tx:"?",command:t.command,image:t.image,engine:t.engine,pod_id:t.pod_id}}));return(0,tf.orderBy)(e,[t.column].reduce(((t,e)=>("memory_percent"===e&&(e=["memory_usage"]),t.concat(e))),[]),[t.isReverseColumn(t.column)?"desc":"asc"])},showEngine(){return this.views.show_engine_name},showPod(){return this.views.show_pod_name}},watch:{sortProcessesKey:{immediate:!0,handler(t){t&&!["cpu_percent","memory_percent","name"].includes(t)||(this.sorter={column:this.args.sort_processes_key||"cpu_percent",auto:!this.args.sort_processes_key,isReverseColumn:function(t){return!["name"].includes(t)},getColumnLabel:function(t){return{io_counters:"disk IO",cpu_percent:"CPU consumption",memory_usage:"memory consumption",cpu_times:"uptime",name:"container name",None:"None"}[t]||t}})}}}},Oh=(0,Vm.A)(Th,[["render",function(t,e,r,n,i,o){return o.containers.length?(wu(),Su("section",bh,[yh,Ul(Pu("span",null,Cs(o.containers.length)+" sorted by "+Cs(i.sorter.getColumnLabel(i.sorter.column)),513),[[Wp,o.containers.length>1]]),Pu("table",vh,[Pu("thead",null,[Pu("tr",null,[Ul(Pu("td",null,"Engine",512),[[Wp,o.showEngine]]),Ul(Pu("td",null,"Pod",512),[[Wp,o.showPod]]),Pu("td",{class:ks(["sortable","name"===i.sorter.column&&"sort"]),onClick:e[0]||(e[0]=t=>o.args.sort_processes_key="name")}," Name ",2),xh,wh,Pu("td",{class:ks(["sortable","cpu_percent"===i.sorter.column&&"sort"]),onClick:e[1]||(e[1]=t=>o.args.sort_processes_key="cpu_percent")}," CPU% ",2),Pu("td",{class:ks(["sortable","memory_percent"===i.sorter.column&&"sort"]),onClick:e[2]||(e[2]=t=>o.args.sort_processes_key="memory_percent")}," MEM ",2),_h,kh,Ah,Eh,Sh,Ch])]),Pu("tbody",null,[(wu(!0),Su(hu,null,Sc(o.containers,((e,r)=>(wu(),Su("tr",{key:r},[Ul(Pu("td",null,Cs(e.engine),513),[[Wp,o.showEngine]]),Ul(Pu("td",null,Cs(e.pod_id||"-"),513),[[Wp,o.showPod]]),Pu("td",null,Cs(e.name),1),Pu("td",{class:ks("Paused"==e.status?"careful":"ok")},Cs(e.status),3),Pu("td",null,Cs(e.uptime),1),Pu("td",null,Cs(t.$filters.number(e.cpu_percent,1)),1),Pu("td",null,Cs(t.$filters.bytes(e.memory_usage)),1),Pu("td",null," / "+Cs(t.$filters.bytes(e.limit)),1),Pu("td",null,Cs(t.$filters.bytes(e.io_rx)),1),Pu("td",null,Cs(t.$filters.bytes(e.io_wx)),1),Pu("td",null,Cs(t.$filters.bits(e.network_rx)),1),Pu("td",null,Cs(t.$filters.bits(e.network_tx)),1),Pu("td",null,Cs(e.command),1)])))),128))])])])):Bu("v-if",!0)}]]),Ih={key:0,class:"plugin",id:"folders"},jh={class:"table table-sm table-borderless margin-bottom"},Lh=Pu("thead",null,[Pu("tr",null,[Pu("th",{scope:"col"},"FOLDERS"),Pu("th",{scope:"col",class:"text-end"},"Size")])],-1),Ph={scope:"row"},Nh={key:0,class:"visible-lg-inline"};const Dh={props:{data:{type:Object}},computed:{stats(){return this.data.stats.folders},folders(){return this.stats.map((t=>({path:t.path,size:t.size,errno:t.errno,careful:t.careful,warning:t.warning,critical:t.critical})))},hasFolders(){return this.folders.length>0}},methods:{getDecoration:t=>t.errno>0?"error":null!==t.critical&&t.size>1e6*t.critical?"critical":null!==t.warning&&t.size>1e6*t.warning?"warning":null!==t.careful&&t.size>1e6*t.careful?"careful":"ok"}},Mh=(0,Vm.A)(Dh,[["render",function(t,e,r,n,i,o){return o.hasFolders?(wu(),Su("section",Ih,[Pu("table",jh,[Lh,Pu("tbody",null,[(wu(!0),Su(hu,null,Sc(o.folders,((e,r)=>(wu(),Su("tr",{key:r},[Pu("td",Ph,Cs(e.path),1),Pu("td",{class:ks(["text-end",o.getDecoration(e)])},[e.errno>0?(wu(),Su("span",Nh,"?")):Bu("v-if",!0),Ru(" "+Cs(t.$filters.bytes(e.size)),1)],2)])))),128))])])])):Bu("v-if",!0)}]]),Rh={key:0,class:"plugin",id:"fs"},qh={class:"table table-sm table-borderless margin-bottom"},Bh=Pu("th",{scope:"col"},"FILE SYSTEM",-1),$h={key:0,scope:"col",class:"text-end w-25"},Fh={key:1,scope:"col",class:"text-end w-25"},Uh=Pu("th",{scope:"col",class:"text-end w-25"},"Total",-1),zh={scope:"row"},Hh={key:0,class:"visible-lg-inline"},Vh={scope:"row",class:"text-end"};const Gh={props:{data:{type:Object}},data:()=>({store:Kd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.fs},view(){return this.data.views.fs},fileSystems(){const t=this.stats.map((t=>({name:t.device_name,mountPoint:t.mnt_point,percent:t.percent,size:t.size,used:t.used,free:t.free,alias:void 0!==t.alias?t.alias:null})));return(0,tf.orderBy)(t,["mnt_point"])},hasFs(){return this.fileSystems.length>0}},methods:{getDecoration(t,e){if(null!=this.view[t][e])return this.view[t][e].decoration.toLowerCase()}}},Wh=(0,Vm.A)(Gh,[["render",function(t,e,r,n,i,o){return o.hasFs?(wu(),Su("section",Rh,[Pu("table",qh,[Pu("thead",null,[Pu("tr",null,[Bh,o.args.fs_free_space?(wu(),Su("th",Fh,"Free")):(wu(),Su("th",$h,"Used")),Uh])]),Pu("tbody",null,[(wu(!0),Su(hu,null,Sc(o.fileSystems,((e,r)=>(wu(),Su("tr",{key:r},[Pu("td",zh,[Ru(Cs(t.$filters.minSize(e.alias?e.alias:e.mountPoint,26,t.begin=!1))+" ",1),(e.alias?e.alias:e.mountPoint).length+e.name.length<=24?(wu(),Su("span",Hh," ("+Cs(e.name)+") ",1)):Bu("v-if",!0)]),o.args.fs_free_space?(wu(),Su("td",{key:1,scope:"row",class:ks(["text-end",o.getDecoration(e.mountPoint,"used")])},Cs(t.$filters.bytes(e.free)),3)):(wu(),Su("td",{key:0,scope:"row",class:ks(["text-end",o.getDecoration(e.mountPoint,"used")])},Cs(t.$filters.bytes(e.used)),3)),Pu("td",Vh,Cs(t.$filters.bytes(e.size)),1)])))),128))])])])):Bu("v-if",!0)}]]),Kh={key:0,id:"gpu",class:"plugin"},Xh={class:"title gpu-name"},Qh={key:0,class:"table-responsive"},Zh=Pu("td",{class:"col"},"proc:",-1),Yh={key:1,class:"col text-end"},Jh=Pu("td",{class:"col"},"mem:",-1),tg={key:1,class:"col text-end"},eg=Pu("td",{class:"col"},"temp:",-1),rg={key:1,class:"col text-end"},ng={key:1,class:"table-responsive"},ig={class:"table table-sm table-borderless"},og={class:"col"},sg={key:1,class:"col"},ag=Pu("td",{class:"col"},"mem:",-1),lg={key:3,class:"col text-end"},cg={key:2,class:"table-responsive"},ug={class:"table table-sm table-borderless"},pg=Pu("td",{class:"col"},"proc mean:",-1),dg={key:1,class:"col"},mg=Pu("td",{class:"col"},"mem mean:",-1),fg={key:1,class:"col"},hg=Pu("td",{class:"col"},"temp mean:",-1),gg={key:1,class:"col"};const bg={props:{data:{type:Object}},data:()=>({store:Kd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.gpu},view(){return this.data.views.gpu},gpus(){return this.stats},name(){let t="GPU";const{stats:e}=this;return 1===e.length?t=e[0].name:e.length&&(t=`${e.length} GPU ${e[0].name}`),t},mean(){const t={proc:null,mem:null,temperature:null},{stats:e}=this;if(!e.length)return t;for(let r of e)t.proc+=r.proc,t.mem+=r.mem,t.temperature+=r.temperature;return t.proc=t.proc/e.length,t.mem=t.mem/e.length,t.temperature=t.temperature/e.length,t}},methods:{getDecoration(t,e){if(void 0!==this.view[t][e])return this.view[t][e].decoration.toLowerCase()},getMeanDecoration:t=>"DEFAULT"}},yg=(0,Vm.A)(bg,[["render",function(t,e,r,n,i,o){return null!=o.gpus?(wu(),Su("section",Kh,[Pu("div",Xh,Cs(o.name),1),Bu(" single gpu "),1===o.gpus.length?(wu(),Su("div",Qh,[(wu(!0),Su(hu,null,Sc(o.gpus,((e,r)=>(wu(),Su("table",{key:r,class:"table table-sm table-borderless"},[Pu("tbody",null,[Pu("tr",null,[Zh,null!=e.proc?(wu(),Su("td",{key:0,class:ks(["col text-end",o.getDecoration(e.gpu_id,"proc")])},Cs(t.$filters.number(e.proc,0))+"%",3)):Bu("v-if",!0),null==e.proc?(wu(),Su("td",Yh,"N/A")):Bu("v-if",!0)]),Pu("tr",null,[Jh,null!=e.mem?(wu(),Su("td",{key:0,class:ks(["col text-end",o.getDecoration(e.gpu_id,"mem")])},Cs(t.$filters.number(e.mem,0))+"%",3)):Bu("v-if",!0),null==e.mem?(wu(),Su("td",tg,"N/A")):Bu("v-if",!0)]),Pu("tr",null,[eg,null!=e.temperature?(wu(),Su("td",{key:0,class:ks(["col text-end",o.getDecoration(e.gpu_id,"temperature")])},Cs(t.$filters.number(e.temperature,0)),3)):Bu("v-if",!0),null==e.temperature?(wu(),Su("td",rg,"N/A")):Bu("v-if",!0)])])])))),128))])):Bu("v-if",!0),Bu(" multiple gpus - one line per gpu (no mean) "),!o.args.meangpu&&o.gpus.length>1?(wu(),Su("div",ng,[Pu("table",ig,[Pu("tbody",null,[(wu(!0),Su(hu,null,Sc(o.gpus,((e,r)=>(wu(),Su("tr",{key:r},[Pu("td",og,Cs(e.gpu_id)+":",1),null!=e.proc?(wu(),Su("td",{key:0,class:ks(["col",o.getDecoration(e.gpu_id,"proc")])},Cs(t.$filters.number(e.proc,0))+"%",3)):Bu("v-if",!0),null==e.proc?(wu(),Su("td",sg,"N/A")):Bu("v-if",!0),ag,null!=e.mem?(wu(),Su("td",{key:2,class:ks(["col text-end",o.getDecoration(e.gpu_id,"mem")])},Cs(t.$filters.number(e.mem,0))+"%",3)):Bu("v-if",!0),null==e.mem?(wu(),Su("td",lg,"N/A")):Bu("v-if",!0)])))),128))])])])):Bu("v-if",!0),Bu(" multiple gpus - mean "),o.args.meangpu&&o.gpus.length>1?(wu(),Su("div",cg,[Pu("table",ug,[Pu("tbody",null,[Pu("tr",null,[pg,null!=o.mean.proc?(wu(),Su("td",{key:0,class:ks(["col",o.getMeanDecoration("proc")])},Cs(t.$filters.number(o.mean.proc,0))+"% ",3)):Bu("v-if",!0),null==o.mean.proc?(wu(),Su("td",dg,"N/A")):Bu("v-if",!0)]),Pu("tr",null,[mg,null!=o.mean.mem?(wu(),Su("td",{key:0,class:ks(["col",o.getMeanDecoration("mem")])},Cs(t.$filters.number(o.mean.mem,0))+"% ",3)):Bu("v-if",!0),null==o.mean.mem?(wu(),Su("td",fg,"N/A")):Bu("v-if",!0)]),Pu("tr",null,[hg,null!=o.mean.temperature?(wu(),Su("td",{key:0,class:ks(["col",o.getMeanDecoration("temperature")])},Cs(t.$filters.number(o.mean.temperature,0)),3)):Bu("v-if",!0),null==o.mean.temperature?(wu(),Su("td",gg,"N/A")):Bu("v-if",!0)])])])])):Bu("v-if",!0)])):Bu("v-if",!0)}]]),vg={key:0,class:"plugin",id:"ip"},xg={key:0,class:"title"},wg={key:1},_g={key:2,class:"title"},kg={key:3},Ag={key:4,class:"text-truncate"};const Eg={props:{data:{type:Object}},computed:{ipStats(){return this.data.stats.ip},address(){return this.ipStats.address},gateway(){return this.ipStats.gateway},maskCdir(){return this.ipStats.mask_cidr},publicAddress(){return this.ipStats.public_address},publicInfo(){return this.ipStats.public_info_human}}},Sg=(0,Vm.A)(Eg,[["render",function(t,e,r,n,i,o){return o.address?(wu(),Su("section",vg,[o.address?(wu(),Su("span",xg,"IP")):Bu("v-if",!0),o.address?(wu(),Su("span",wg,Cs(o.address)+"/"+Cs(o.maskCdir),1)):Bu("v-if",!0),o.publicAddress?(wu(),Su("span",_g,"Pub")):Bu("v-if",!0),o.publicAddress?(wu(),Su("span",kg,Cs(o.publicAddress),1)):Bu("v-if",!0),o.publicInfo?(wu(),Su("span",Ag,Cs(o.publicInfo),1)):Bu("v-if",!0)])):Bu("v-if",!0)}]]),Cg={class:"plugin",id:"irq"},Tg={class:"table table-sm table-borderless margin-bottom"},Og=Pu("thead",null,[Pu("tr",null,[Pu("th",{scope:"col"},"IRQ"),Pu("th",{scope:"col",class:"text-end"},"Rate/s")])],-1),Ig={scope:"row"},jg={scope:"row",class:"text-end"};const Lg={props:{data:{type:Object}},computed:{stats(){return this.data.stats.irq},irqs(){return this.stats.map((t=>({irq_line:t.irq_line,irq_rate:t.irq_rate})))}}},Pg=(0,Vm.A)(Lg,[["render",function(t,e,r,n,i,o){return wu(),Su("section",Cg,[Pu("table",Tg,[Og,Pu("tbody",null,[(wu(!0),Su(hu,null,Sc(o.irqs,((t,e)=>(wu(),Su("tr",{key:e},[Pu("td",Ig,Cs(t.irq_line),1),Pu("td",jg,Cs(t.irq_rate),1)])))),128))])])])}]]),Ng={key:0,id:"load",class:"plugin"},Dg={class:"table-responsive"},Mg={class:"table table-sm table-borderless"},Rg=Pu("th",{scope:"col"},"LOAD",-1),qg={scope:"col",class:"text-end"},Bg=Pu("td",{scope:"row"},"1 min:",-1),$g={class:"text-end"},Fg=Pu("td",{scope:"row"},"5 min:",-1),Ug=Pu("td",{scope:"row"},"15 min:",-1);const zg={props:{data:{type:Object}},computed:{stats(){return this.data.stats.load},view(){return this.data.views.load},cpucore(){return this.stats.cpucore},min1(){return this.stats.min1},min5(){return this.stats.min5},min15(){return this.stats.min15}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},Hg=(0,Vm.A)(zg,[["render",function(t,e,r,n,i,o){return null!=o.cpucore?(wu(),Su("section",Ng,[Pu("div",Dg,[Pu("table",Mg,[Pu("thead",null,[Pu("tr",null,[Rg,Pu("td",qg,Cs(o.cpucore)+"-core",1)])]),Pu("tbody",null,[Pu("tr",null,[Bg,Pu("td",$g,Cs(t.$filters.number(o.min1,2)),1)]),Pu("tr",null,[Fg,Pu("td",{class:ks(["text-end",o.getDecoration("min5")])},Cs(t.$filters.number(o.min5,2)),3)]),Pu("tr",null,[Ug,Pu("td",{class:ks(["text-end",o.getDecoration("min15")])},Cs(t.$filters.number(o.min15,2)),3)])])])])])):Bu("v-if",!0)}]]),Vg={id:"mem",class:"plugin"},Gg={class:"table-responsive"},Wg={class:"table-sm table-borderless"},Kg={class:"justify-content-between"},Xg={scope:"col"},Qg={class:"table table-sm table-borderless"},Zg=Pu("th",{scope:"col"},"MEM",-1),Yg=Pu("td",{scope:"row"},"total:",-1),Jg={class:"text-end"},tb=Pu("td",{scope:"row"},"used:",-1),eb=Pu("td",{scope:"row"},"free:",-1),rb={class:"d-none d-xl-block d-xxl-block"},nb={class:"table table-sm table-borderless"},ib={scope:"col"},ob={scope:"col"},sb={scope:"col"},ab={scope:"col"};const lb={props:{data:{type:Object}},computed:{stats(){return this.data.stats.mem},view(){return this.data.views.mem},percent(){return this.stats.percent},total(){return this.stats.total},used(){return this.stats.used},free(){return this.stats.free},active(){return this.stats.active},inactive(){return this.stats.inactive},buffers(){return this.stats.buffers},cached(){return this.stats.cached}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},cb=(0,Vm.A)(lb,[["render",function(t,e,r,n,i,o){return wu(),Su("section",Vg,[Bu(" d-none d-xxl-block "),Pu("div",Gg,[Pu("table",Wg,[Pu("tbody",null,[Pu("tr",Kg,[Pu("td",Xg,[Pu("table",Qg,[Pu("tbody",null,[Pu("tr",null,[Zg,Pu("td",{scope:"col",class:ks(["text-end",o.getDecoration("percent")])},Cs(o.percent)+"%",3)]),Pu("tr",null,[Yg,Pu("td",Jg,Cs(t.$filters.bytes(o.total)),1)]),Pu("tr",null,[tb,Pu("td",{class:ks(["text-end",o.getDecoration("used")])},Cs(t.$filters.bytes(o.used,2)),3)]),Pu("tr",null,[eb,Pu("td",{class:ks(["text-end",o.getDecoration("free")])},Cs(t.$filters.bytes(o.free,2)),3)])])])]),Pu("td",null,[Pu("template",rb,[Pu("table",nb,[Pu("tbody",null,[Pu("tr",null,[Ul(Pu("td",ib," active: ",512),[[Wp,null!=o.active]]),Ul(Pu("td",{scope:"col"},Cs(t.$filters.bytes(o.active)),513),[[Wp,null!=o.active]])]),Pu("tr",null,[Ul(Pu("td",ob," inactive: ",512),[[Wp,null!=o.inactive]]),Ul(Pu("td",{scope:"col"},Cs(t.$filters.bytes(o.inactive)),513),[[Wp,null!=o.inactive]])]),Pu("tr",null,[Ul(Pu("td",sb," buffers: ",512),[[Wp,null!=o.buffers]]),Ul(Pu("td",{scope:"col"},Cs(t.$filters.bytes(o.buffers)),513),[[Wp,null!=o.buffers]])]),Pu("tr",null,[Ul(Pu("td",ab," cached: ",512),[[Wp,null!=o.cached]]),Ul(Pu("td",{scope:"col"},Cs(t.$filters.bytes(o.cached)),513),[[Wp,null!=o.cached]])])])])])])])])])])])}]]),ub={id:"memswap",class:"plugin"},pb={class:"table-responsive"},db={class:"table table-sm table-borderless"},mb=Pu("th",{scope:"col"},"SWAP",-1),fb=Pu("td",{scope:"row"},"total:",-1),hb={class:"text-end"},gb=Pu("td",{scope:"row"},"used:",-1),bb=Pu("td",{scope:"row"},"free:",-1),yb={class:"text-end"};const vb={props:{data:{type:Object}},computed:{stats(){return this.data.stats.memswap},view(){return this.data.views.memswap},percent(){return this.stats.percent},total(){return this.stats.total},used(){return this.stats.used},free(){return this.stats.free}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},xb=(0,Vm.A)(vb,[["render",function(t,e,r,n,i,o){return wu(),Su("section",ub,[Pu("div",pb,[Pu("table",db,[Pu("thead",null,[Pu("tr",null,[mb,Pu("td",{scope:"col",class:ks(["text-end",o.getDecoration("percent")])},Cs(o.percent)+"%",3)])]),Pu("tbody",null,[Pu("tr",null,[fb,Pu("td",hb,Cs(t.$filters.bytes(o.total)),1)]),Pu("tr",null,[gb,Pu("td",{class:ks(["text-end",o.getDecoration("used")])},Cs(t.$filters.bytes(o.used,2)),3)]),Pu("tr",null,[bb,Pu("td",yb,Cs(t.$filters.bytes(o.free,2)),1)])])])])])}]]),wb={key:0,class:"plugin",id:"network"},_b={class:"table table-sm table-borderless margin-bottom"},kb=Pu("th",{scope:"col"},"NETWORK",-1),Ab={scope:"col",class:"text-end w-25"},Eb={scope:"col",class:"text-end w-25"},Sb={scope:"col",class:"text-end w-25"},Cb={scope:"col",class:"text-end w-25"},Tb={scope:"col",class:"text-end w-25"},Ob={scope:"col",class:"text-end w-25"},Ib={scope:"col",class:"text-end w-25"},jb={scope:"col",class:"text-end w-25"},Lb={scope:"row",class:"visible-lg-inline"},Pb={class:"text-end w-25"},Nb={class:"text-end w-25"};const Db={props:{data:{type:Object}},data:()=>({store:Kd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.network},view(){return this.data.views.network},networks(){const t=this.stats.map((t=>{const e=void 0!==t.alias?t.alias:null;return{interfaceName:t.interface_name,ifname:e||t.interface_name,bytes_recv_rate_per_sec:t.bytes_recv_rate_per_sec,bytes_sent_rate_per_sec:t.bytes_sent_rate_per_sec,bytes_all_rate_per_sec:t.bytes_all_rate_per_sec,bytes_recv:t.bytes_recv,bytes_sent:t.bytes_sent,bytes_all:t.bytes_all}})).filter((t=>!1===this.view[t.interfaceName].bytes_recv_rate_per_sec.hidden&&!1===this.view[t.interfaceName].bytes_sent_rate_per_sec.hidden));return(0,tf.orderBy)(t,["interfaceName"])},hasNetworks(){return this.networks.length>0}},methods:{getDecoration(t,e){if(null!=this.view[t][e])return this.view[t][e].decoration.toLowerCase()}}},Mb=(0,Vm.A)(Db,[["render",function(t,e,r,n,i,o){return o.hasNetworks?(wu(),Su("section",wb,[Pu("table",_b,[Pu("thead",null,[Pu("tr",null,[kb,Ul(Pu("th",Ab,"Rx/s",512),[[Wp,!o.args.network_cumul&&!o.args.network_sum]]),Ul(Pu("th",Eb,"Tx/s",512),[[Wp,!o.args.network_cumul&&!o.args.network_sum]]),Ul(Pu("th",Sb,null,512),[[Wp,!o.args.network_cumul&&o.args.network_sum]]),Ul(Pu("th",Cb,"Rx+Tx/s",512),[[Wp,!o.args.network_cumul&&o.args.network_sum]]),Ul(Pu("th",Tb,"Rx",512),[[Wp,o.args.network_cumul&&!o.args.network_sum]]),Ul(Pu("th",Ob,"Tx",512),[[Wp,o.args.network_cumul&&!o.args.network_sum]]),Ul(Pu("th",Ib,null,512),[[Wp,o.args.network_cumul&&o.args.network_sum]]),Ul(Pu("th",jb,"Rx+Tx",512),[[Wp,o.args.network_cumul&&o.args.network_sum]])])]),Pu("tbody",null,[(wu(!0),Su(hu,null,Sc(o.networks,((e,r)=>(wu(),Su("tr",{key:r},[Pu("td",Lb,Cs(e.ifname),1),Ul(Pu("td",{class:ks(["text-end w-25",o.getDecoration(e.interfaceName,"bytes_recv_rate_per_sec")])},Cs(o.args.byte?t.$filters.bytes(e.bytes_recv_rate_per_sec):t.$filters.bits(e.bytes_recv_rate_per_sec)),3),[[Wp,!o.args.network_cumul&&!o.args.network_sum]]),Ul(Pu("td",{class:ks(["text-end w-25",o.getDecoration(e.interfaceName,"bytes_sent_rate_per_sec")])},Cs(o.args.byte?t.$filters.bytes(e.bytes_sent_rate_per_sec):t.$filters.bits(e.bytes_sent_rate_per_sec)),3),[[Wp,!o.args.network_cumul&&!o.args.network_sum]]),Ul(Pu("td",Pb,null,512),[[Wp,!o.args.network_cumul&&o.args.network_sum]]),Ul(Pu("td",{class:"text-end w-25"},Cs(o.args.byte?t.$filters.bytes(e.bytes_all_rate_per_sec):t.$filters.bits(e.bytes_all_rate_per_sec)),513),[[Wp,!o.args.network_cumul&&o.args.network_sum]]),Ul(Pu("td",{class:"text-end w-25"},Cs(o.args.byte?t.$filters.bytes(e.bytes_recv):t.$filters.bits(e.bytes_recv)),513),[[Wp,o.args.network_cumul&&!o.args.network_sum]]),Ul(Pu("td",{class:"text-end w-25"},Cs(o.args.byte?t.$filters.bytes(e.bytes_sent):t.$filters.bits(e.bytes_sent)),513),[[Wp,o.args.network_cumul&&!o.args.network_sum]]),Ul(Pu("td",Nb,null,512),[[Wp,o.args.network_cumul&&o.args.network_sum]]),Ul(Pu("td",{class:"text-end w-25"},Cs(o.args.byte?t.$filters.bytes(e.bytes_all):t.$filters.bits(e.bytes_all)),513),[[Wp,o.args.network_cumul&&o.args.network_sum]])])))),128))])])])):Bu("v-if",!0)}]]),Rb={id:"now",class:"plugin"},qb={class:"table-row"},Bb={class:"table-cell text-start"};const $b={props:{data:{type:Object}},computed:{date_custom(){return this.data.stats.now.custom}}},Fb=(0,Vm.A)($b,[["render",function(t,e,r,n,i,o){return wu(),Su("section",Rb,[Pu("div",qb,[Pu("div",Bb,Cs(o.date_custom),1)])])}]]),Ub={id:"percpu",class:"plugin"},zb={class:"table-responsive"},Hb={class:"table table-sm table-borderless"},Vb={key:0,scope:"col"},Gb={key:1,scope:"col"},Wb=Pu("td",{scope:"col"},"user",-1),Kb=Pu("td",{scope:"col"},"system",-1),Xb=Pu("td",{scope:"col"},"idle",-1),Qb=Pu("td",{scope:"col"},"iowait",-1),Zb=Pu("td",{scope:"col"},"steel",-1),Yb={key:0,scope:"col"},Jb={key:1,scope:"col"};const ty={props:{data:{type:Object}},data:()=>({store:Kd}),computed:{args(){return this.store.args||{}},config(){return this.store.config||{}},percpuStats(){return this.data.stats.percpu}},methods:{getUserAlert:t=>Zd.getAlert("percpu","percpu_user_",t.user),getSystemAlert:t=>Zd.getAlert("percpu","percpu_system_",t.system),getIOWaitAlert:t=>Zd.getAlert("percpu","percpu_iowait_",t.system)}},ey=(0,Vm.A)(ty,[["render",function(t,e,r,n,i,o){return wu(),Su("section",Ub,[Bu(" d-none d-xl-block d-xxl-block "),Pu("div",zb,[Pu("table",Hb,[Pu("thead",null,[Pu("tr",null,[o.args.disable_quicklook?(wu(),Su("th",Vb,"CPU")):Bu("v-if",!0),o.args.disable_quicklook?(wu(),Su("td",Gb,"total")):Bu("v-if",!0),Wb,Kb,Xb,Qb,Zb])]),Pu("tbody",null,[(wu(!0),Su(hu,null,Sc(o.percpuStats,((t,e)=>(wu(),Su("tr",{key:e},[o.args.disable_quicklook?(wu(),Su("td",Yb,"CPU"+Cs(t.cpu_number),1)):Bu("v-if",!0),o.args.disable_quicklook?(wu(),Su("td",Jb,Cs(t.total)+"%",1)):Bu("v-if",!0),Pu("td",{scope:"col",class:ks(o.getUserAlert(t))},Cs(t.user)+"%",3),Pu("td",{scope:"col",class:ks(o.getSystemAlert(t))},Cs(t.system)+"%",3),Ul(Pu("td",{scope:"col"},Cs(t.idle)+"%",513),[[Wp,null!=t.idle]]),Ul(Pu("td",{scope:"col",class:ks(o.getIOWaitAlert(t))},Cs(t.iowait)+"%",3),[[Wp,null!=t.iowait]]),Ul(Pu("td",{scope:"col"},Cs(t.steal)+"%",513),[[Wp,null!=t.steal]])])))),128))])])])])}]]),ry={key:0,class:"plugin",id:"ports"},ny={class:"table table-sm table-borderless margin-bottom"},iy={scope:"row"},oy={key:0},sy={key:1},ay={key:2},ly={key:3},cy={key:0},uy={key:1},py={key:2};const dy={props:{data:{type:Object}},computed:{stats(){return this.data.stats.ports},ports(){return this.stats},hasPorts(){return this.ports.length>0}},methods:{getPortDecoration:t=>null===t.status?"careful":!1===t.status?"critical":null!==t.rtt_warning&&t.status>t.rtt_warning?"warning":"ok",getWebDecoration:t=>null===t.status?"careful":-1===[200,301,302].indexOf(t.status)?"critical":null!==t.rtt_warning&&t.elapsed>t.rtt_warning?"warning":"ok"}},my=(0,Vm.A)(dy,[["render",function(t,e,r,n,i,o){return o.hasPorts?(wu(),Su("section",ry,[Pu("table",ny,[Pu("tbody",null,[(wu(!0),Su(hu,null,Sc(o.ports,((e,r)=>(wu(),Su("tr",{key:r},[Pu("td",iy,[Bu(" prettier-ignore "),Ru(" "+Cs(t.$filters.minSize(e.description?e.description:e.host+" "+e.port,20)),1)]),e.host?(wu(),Su("td",{key:0,scope:"row",class:ks(["text-end",o.getPortDecoration(e)])},["null"==e.status?(wu(),Su("span",oy,"Scanning")):"false"==e.status?(wu(),Su("span",sy,"Timeout")):"true"==e.status?(wu(),Su("span",ay,"Open")):(wu(),Su("span",ly,Cs(t.$filters.number(1e3*e.status,0))+"ms",1))],2)):Bu("v-if",!0),e.url?(wu(),Su("td",{key:1,scope:"row",class:ks(["text-end",o.getPortDecoration(e)])},["null"==e.status?(wu(),Su("span",cy,"Scanning")):"Error"==e.status?(wu(),Su("span",uy,"Error")):(wu(),Su("span",py,"Code "+Cs(e.status),1))],2)):Bu("v-if",!0)])))),128))])])])):Bu("v-if",!0)}]]),fy={key:0},hy={key:1},gy={key:0,class:"row"},by={class:"col-lg-18"};const yy={id:"amps",class:"plugin"},vy={class:"table table-sm table-borderless"},xy={key:0},wy=["innerHTML"];const _y={props:{data:{type:Object}},computed:{stats(){return this.data.stats.amps},processes(){return this.stats.filter((t=>null!==t.result))}},methods:{getNameDecoration(t){const e=t.count,r=t.countmin,n=t.countmax;let i="ok";return i=e>0?(null===r||e>=r)&&(null===n||e<=n)?"ok":"careful":null===r?"ok":"critical",i}}},ky=(0,Vm.A)(_y,[["render",function(t,e,r,n,i,o){return wu(),Su("section",yy,[Pu("table",vy,[Pu("tbody",null,[(wu(!0),Su(hu,null,Sc(o.processes,((e,r)=>(wu(),Su("tr",{key:r},[Pu("td",{class:ks(o.getNameDecoration(e))},Cs(e.name),3),e.regex?(wu(),Su("td",xy,Cs(e.count),1)):Bu("v-if",!0),Pu("td",{class:"process-result",innerHTML:t.$filters.nl2br(e.result)},null,8,wy)])))),128))])]),Bu('
\n
\n
\n {{ process.name }}\n
\n
{{ process.count }}
\n
\n
\n ')])}]]),Ay={class:"plugin",id:"processcount"},Ey=Pu("span",{class:"title"},"TASKS",-1),Sy={class:"title"};const Cy={props:{data:{type:Object},sorter:{type:Object}},data:()=>({store:Kd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.processcount},total(){return this.stats.total||0},running(){return this.stats.running||0},sleeping(){return this.stats.sleeping||0},stopped(){return this.stats.stopped||0},thread(){return this.stats.thread||0}}},Ty=(0,Vm.A)(Cy,[["render",function(t,e,r,n,i,o){return wu(),Su("section",Ay,[Ey,Pu("span",null,Cs(o.total)+" ("+Cs(o.thread)+" thr),",1),Pu("span",null,Cs(o.running)+" run,",1),Pu("span",null,Cs(o.sleeping)+" slp,",1),Pu("span",null,Cs(o.stopped)+" oth",1),Pu("span",null,Cs(o.args.programs?"Programs":"Threads"),1),Pu("span",Sy,Cs(r.sorter.auto?"sorted automatically":"sorted"),1),Pu("span",null,"by "+Cs(r.sorter.getColumnLabel(r.sorter.column)),1)])}]]),Oy={class:"plugin",id:"processlist"},Iy={class:"table table-sm table-borderless table-striped table-hover"},jy=Pu("td",{scope:"col",class:"hidden-xs hidden-sm"}," VIRT ",-1),Ly=Pu("td",{scope:"col",class:"hidden-xs hidden-sm"}," RES ",-1),Py=Pu("td",{scope:"col"}," PID ",-1),Ny=Pu("td",{scope:"row"},"NI",-1),Dy=Pu("td",{scope:"row",class:"table-cell widtd-60"},"S",-1),My={scope:"row"},Ry={scope:"row"},qy={scope:"row"},By={scope:"row"},$y={key:0,scope:"row",class:"hidden-xs hidden-sm"},Fy={key:1,scope:"row",class:"hidden-xs hidden-sm"},Uy={scope:"row",class:"hidden-xs hidden-sm"};const zy={props:{data:{type:Object},sorter:{type:Object}},data:()=>({store:Kd}),computed:{args(){return this.store.args||{}},config(){return this.store.config||{}},stats(){return this.data.stats.processlist},processes(){const{sorter:t}=this,e=this.data.stats.isWindows,r=(this.stats||[]).map((t=>(t.memvirt="?",t.memres="?",t.memory_info&&(t.memvirt=t.memory_info.vms,t.memres=t.memory_info.rss),e&&null!==t.username&&(t.username=(0,tf.last)(t.username.split("\\"))),t.timeplus="?",t.timemillis="?",t.cpu_times&&(t.timeplus=fh(t.cpu_times),t.timemillis=mh(t.cpu_times)),null===t.num_threads&&(t.num_threads=-1),null===t.cpu_percent&&(t.cpu_percent=-1),null===t.memory_percent&&(t.memory_percent=-1),t.io_read=null,t.io_write=null,t.io_counters&&(t.io_read=(t.io_counters[0]-t.io_counters[2])/t.time_since_update,t.io_write=(t.io_counters[1]-t.io_counters[3])/t.time_since_update),t.isNice=void 0!==t.nice&&(e&&32!=t.nice||!e&&0!=t.nice),Array.isArray(t.cmdline)&&(t.cmdline=t.cmdline.join(" ").replace(/\n/g," ")),null!==t.cmdline&&0!==t.cmdline.length||(t.cmdline=t.name),t)));return(0,tf.orderBy)(r,[t.column].reduce(((t,e)=>("io_counters"===e&&(e=["io_read","io_write"]),t.concat(e))),[]),[t.isReverseColumn(t.column)?"desc":"asc"]).slice(0,this.limit)},ioReadWritePresent(){return(this.stats||[]).some((({io_counters:t})=>t))},limit(){return void 0!==this.config.outputs?this.config.outputs.max_processes_display:void 0}},methods:{getCpuPercentAlert:t=>Zd.getAlert("processlist","processlist_cpu_",t.cpu_percent),getMemoryPercentAlert:t=>Zd.getAlert("processlist","processlist_mem_",t.cpu_percent)}},Hy={components:{GlancesPluginAmps:ky,GlancesPluginProcesscount:Ty,GlancesPluginProcesslist:(0,Vm.A)(zy,[["render",function(t,e,r,n,i,o){return wu(),Su("section",Oy,[Pu("table",Iy,[Pu("thead",null,[Pu("tr",null,[Pu("td",{scope:"col",class:ks(["sortable","cpu_percent"===r.sorter.column&&"sort"]),onClick:e[0]||(e[0]=e=>t.$emit("update:sorter","cpu_percent"))}," CPU% ",2),Pu("td",{scope:"col",class:ks(["sortable","memory_percent"===r.sorter.column&&"sort"]),onClick:e[1]||(e[1]=e=>t.$emit("update:sorter","memory_percent"))}," MEM% ",2),jy,Ly,Py,Pu("td",{scope:"row",class:ks(["sortable","username"===r.sorter.column&&"sort"]),onClick:e[2]||(e[2]=e=>t.$emit("update:sorter","username"))}," USER ",2),Pu("td",{scope:"row",class:ks(["hidden-xs hidden-sm",["sortable","timemillis"===r.sorter.column&&"sort"]]),onClick:e[3]||(e[3]=e=>t.$emit("update:sorter","timemillis"))}," TIME+ ",2),Pu("td",{scope:"row",class:ks(["hidden-xs hidden-sm",["sortable","num_threads"===r.sorter.column&&"sort"]]),onClick:e[4]||(e[4]=e=>t.$emit("update:sorter","num_threads"))}," THR ",2),Ny,Dy,Ul(Pu("td",{scope:"row",class:ks(["hidden-xs hidden-sm",["sortable","io_counters"===r.sorter.column&&"sort"]]),onClick:e[5]||(e[5]=e=>t.$emit("update:sorter","io_counters"))}," IOR/s ",2),[[Wp,o.ioReadWritePresent]]),Ul(Pu("td",{scope:"row",class:ks(["text-start hidden-xs hidden-sm",["sortable","io_counters"===r.sorter.column&&"sort"]]),onClick:e[6]||(e[6]=e=>t.$emit("update:sorter","io_counters"))}," IOW/s ",2),[[Wp,o.ioReadWritePresent]]),Pu("td",{scope:"row",class:ks(["sortable","name"===r.sorter.column&&"sort"]),onClick:e[7]||(e[7]=e=>t.$emit("update:sorter","name"))}," Command ",2)])]),Pu("tbody",null,[(wu(!0),Su(hu,null,Sc(o.processes,((e,r)=>(wu(),Su("tr",{key:r},[Pu("td",{scope:"row",class:ks(o.getCpuPercentAlert(e))},Cs(-1==e.cpu_percent?"?":t.$filters.number(e.cpu_percent,1)),3),Pu("td",{scope:"row",class:ks(o.getMemoryPercentAlert(e))},Cs(-1==e.memory_percent?"?":t.$filters.number(e.memory_percent,1)),3),Pu("td",My,Cs(t.$filters.bytes(e.memvirt)),1),Pu("td",Ry,Cs(t.$filters.bytes(e.memres)),1),Pu("td",qy,Cs(e.pid),1),Pu("td",By,Cs(e.username),1),"?"!=e.timeplus?(wu(),Su("td",$y,[Ul(Pu("span",{class:"highlight"},Cs(e.timeplus.hours)+"h",513),[[Wp,e.timeplus.hours>0]]),Ru(" "+Cs(t.$filters.leftPad(e.timeplus.minutes,2,"0"))+":"+Cs(t.$filters.leftPad(e.timeplus.seconds,2,"0"))+" ",1),Ul(Pu("span",null,"."+Cs(t.$filters.leftPad(e.timeplus.milliseconds,2,"0")),513),[[Wp,e.timeplus.hours<=0]])])):Bu("v-if",!0),"?"==e.timeplus?(wu(),Su("td",Fy,"?")):Bu("v-if",!0),Pu("td",Uy,Cs(-1==e.num_threads?"?":e.num_threads),1),Pu("td",{scope:"row",class:ks({nice:e.isNice})},Cs(t.$filters.exclamation(e.nice)),3),Pu("td",{scope:"row",class:ks({status:"R"==e.status})},Cs(e.status),3),Ul(Pu("td",{scope:"row",class:"hidden-xs hidden-sm"},Cs(t.$filters.bytes(e.io_read)),513),[[Wp,o.ioReadWritePresent]]),Ul(Pu("td",{scope:"row",class:"hidden-xs hidden-sm"},Cs(t.$filters.bytes(e.io_write)),513),[[Wp,o.ioReadWritePresent]]),Ul(Pu("td",{scope:"row",class:"text-truncate"},Cs(e.name),513),[[Wp,o.args.process_short_name]]),Ul(Pu("td",{scope:"row"},Cs(e.cmdline),513),[[Wp,!o.args.process_short_name]])])))),128))])])])}]])},props:{data:{type:Object}},data:()=>({store:Kd,sorter:void 0}),computed:{args(){return this.store.args||{}},sortProcessesKey(){return this.args.sort_processes_key}},watch:{sortProcessesKey:{immediate:!0,handler(t){t&&!["cpu_percent","memory_percent","username","timemillis","num_threads","io_counters","name"].includes(t)||(this.sorter={column:this.args.sort_processes_key||"cpu_percent",auto:!this.args.sort_processes_key,isReverseColumn:function(t){return!["username","name"].includes(t)},getColumnLabel:function(t){return{cpu_percent:"CPU consumption",memory_percent:"memory consumption",username:"user name",timemillis:"process time",cpu_times:"process time",io_counters:"disk IO",name:"process name",None:"None"}[t]||t}})}}}},Vy=(0,Vm.A)(Hy,[["render",function(t,e,r,n,i,o){const s=_c("glances-plugin-processcount"),a=_c("glances-plugin-amps"),l=_c("glances-plugin-processlist");return o.args.disable_process?(wu(),Su("div",fy,"PROCESSES DISABLED (press 'z' to display)")):(wu(),Su("div",hy,[Nu(s,{sorter:i.sorter,data:r.data},null,8,["sorter","data"]),o.args.disable_amps?Bu("v-if",!0):(wu(),Su("div",gy,[Pu("div",by,[Nu(a,{data:r.data},null,8,["data"])])])),Nu(l,{sorter:i.sorter,data:r.data,"onUpdate:sorter":e[0]||(e[0]=t=>o.args.sort_processes_key=t)},null,8,["sorter","data"])]))}]]),Gy={id:"quicklook",class:"plugin"},Wy={class:"d-flex justify-content-between"},Ky={class:"text-start text-truncate"},Xy={key:0,class:"text-end d-none d-xxl-block"},Qy={class:"table-responsive"},Zy={class:"table table-sm table-borderless"},Yy={key:0},Jy=Pu("td",{scope:"col"},"CPU",-1),tv={scope:"col",class:"progress"},ev=["aria-valuenow"],rv={scope:"col",class:"text-end"},nv={scope:"col"},iv={scope:"col",class:"progress"},ov=["aria-valuenow"],sv={scope:"col",class:"text-end"},av={scope:"col"},lv={scope:"col",class:"progress"},cv=["aria-valuenow"],uv={scope:"col",class:"text-end"};const pv={props:{data:{type:Object}},data:()=>({store:Kd}),computed:{args(){return this.store.args||{}},config(){return this.store.config||{}},stats(){return this.data.stats.quicklook},view(){return this.data.views.quicklook},cpu(){return this.stats.cpu},cpu_name(){return this.stats.cpu_name},cpu_hz_current(){return(this.stats.cpu_hz_current/1e6).toFixed(0)},cpu_hz(){return(this.stats.cpu_hz/1e6).toFixed(0)},percpus(){var t=this.stats.percpu.map((({cpu_number:t,total:e})=>({number:t,total:e}))),e=parseInt(this.config.percpu.max_cpu_display);if(this.stats.percpu.length>e){var r=t.sort((function(t,e){return e.total-t.total})),n={number:"x",total:Number((r.slice(e).reduce(((t,{total:e})=>t+e),0)/(this.stats.percpu.length-e)).toFixed(1))};(r=r.slice(0,e)).push(n)}return this.stats.percpu.length<=e?t:r},stats_list_after_cpu(){return this.view.list.filter((t=>!t.includes("cpu")))}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},dv=(0,Vm.A)(pv,[["render",function(t,e,r,n,i,o){return wu(),Su("section",Gy,[Pu("div",Wy,[Pu("span",Ky,Cs(o.cpu_name),1),o.cpu_hz_current?(wu(),Su("span",Xy,Cs(o.cpu_hz_current)+"/"+Cs(o.cpu_hz)+"Ghz ",1)):Bu("v-if",!0)]),Pu("div",Qy,[Pu("table",Zy,[o.args.percpu?Bu("v-if",!0):(wu(),Su("tr",Yy,[Jy,Pu("td",tv,[Pu("div",{class:ks(`progress-bar progress-bar-${o.getDecoration("cpu")}`),role:"progressbar","aria-valuenow":o.cpu,"aria-valuemin":"0","aria-valuemax":"100",style:ys(`width: ${o.cpu}%;`)},"   ",14,ev)]),Pu("td",rv,Cs(o.cpu)+"%",1)])),o.args.percpu?(wu(!0),Su(hu,{key:1},Sc(o.percpus,((t,e)=>(wu(),Su("tr",{key:e},[Pu("td",nv,"CPU"+Cs(t.number),1),Pu("td",iv,[Pu("div",{class:ks(`progress-bar progress-bar-${o.getDecoration("cpu")}`),role:"progressbar","aria-valuenow":t.total,"aria-valuemin":"0","aria-valuemax":"100",style:ys(`width: ${t.total}%;`)},"   ",14,ov)]),Pu("td",sv,Cs(t.total)+"%",1)])))),128)):Bu("v-if",!0),(wu(!0),Su(hu,null,Sc(o.stats_list_after_cpu,(t=>(wu(),Su("tr",null,[Pu("td",av,Cs(t.toUpperCase()),1),Pu("td",lv,[Pu("div",{class:ks(`progress-bar progress-bar-${o.getDecoration(t)}`),role:"progressbar","aria-valuenow":o.stats[t],"aria-valuemin":"0","aria-valuemax":"100",style:ys(`width: ${o.stats[t]}%;`)},"   ",14,cv)]),Pu("td",uv,Cs(o.stats[t])+"%",1)])))),256))])])])}]]),mv={key:0,class:"plugin",id:"raid"},fv={class:"table table-sm table-borderless margin-bottom"},hv={scope:"col"},gv=Pu("th",{scope:"col",class:"text-end"},"Used",-1),bv=Pu("th",{scope:"col",class:"text-end"},"Total",-1),yv={scope:"row"},vv={class:"warning"};const xv={props:{data:{type:Object}},computed:{stats(){return this.data.stats.raid},disks(){const t=Object.entries(this.stats).map((([t,e])=>{const r=Object.entries(e.components).map((([t,e])=>({number:e,name:t})));return{name:t,type:null==e.type?"UNKNOWN":e.type,used:e.used,available:e.available,status:e.status,degraded:e.used0}},methods:{getAlert:t=>t.inactive?"critical":t.degraded?"warning":"ok"}},wv=(0,Vm.A)(xv,[["render",function(t,e,r,n,i,o){return o.hasDisks?(wu(),Su("section",mv,[Pu("table",fv,[Pu("thead",null,[Pu("tr",null,[Pu("th",hv,"RAID disks "+Cs(o.disks.length),1),gv,bv])]),Pu("tbody",null,[(wu(!0),Su(hu,null,Sc(o.disks,((t,e)=>(wu(),Su("tr",{key:e},[Pu("td",yv,[Ru(Cs(t.type.toUpperCase())+" "+Cs(t.name)+" ",1),Ul(Pu("div",vv,"└─ Degraded mode",512),[[Wp,t.degraded]]),Ul(Pu("div",null,"   └─ "+Cs(t.config),513),[[Wp,t.degraded]]),Ul(Pu("div",{class:"critical"},"└─ Status "+Cs(t.status),513),[[Wp,t.inactive]]),t.inactive?(wu(!0),Su(hu,{key:0},Sc(t.components,((e,r)=>(wu(),Su("div",{key:r},"    "+Cs(r===t.components.length-1?"└─":"├─")+" disk "+Cs(e.number)+": "+Cs(e.name),1)))),128)):Bu("v-if",!0)]),Ul(Pu("td",{scope:"row",class:ks(["text-end",o.getAlert(t)])},Cs(t.used),3),[[Wp,"active"==t.status]]),Ul(Pu("td",{scope:"row",class:ks(["text-end",o.getAlert(t)])},Cs(t.available),3),[[Wp,"active"==t.status]])])))),128))])])])):Bu("v-if",!0)}]]),_v={key:0,id:"smart",class:"plugin"},kv={class:"table table-sm table-borderless margin-bottom"},Av=Pu("thead",null,[Pu("tr",null,[Pu("th",{scope:"col"},"SMART DISKS"),Pu("th",{scope:"col",class:"text-end"})])],-1),Ev={scope:"row"},Sv=Pu("td",{scope:"col",class:"text-end"},null,-1),Cv={scope:"row"},Tv={scope:"row",class:"text-end text-truncate"};const Ov={props:{data:{type:Object}},computed:{stats(){return this.data.stats.smart},drives(){return(Array.isArray(this.stats)?this.stats:[]).map((t=>{const e=t.DeviceName,r=Object.entries(t).filter((([t])=>"DeviceName"!==t)).sort((([,t],[,e])=>t.namee.name?1:0)).map((([t,e])=>e));return{name:e,details:r}}))},hasDrives(){return this.drives.length>0}}},Iv=(0,Vm.A)(Ov,[["render",function(t,e,r,n,i,o){return o.hasDrives?(wu(),Su("section",_v,[Pu("table",kv,[Av,Pu("tbody",null,[(wu(!0),Su(hu,null,Sc(o.drives,((t,e)=>(wu(),Su(hu,{key:e},[Pu("tr",null,[Pu("td",Ev,Cs(t.name),1),Sv]),(wu(!0),Su(hu,null,Sc(t.details,((t,e)=>(wu(),Su("tr",{key:e},[Pu("td",Cv,Cs(t.name),1),Pu("td",Tv,Cs(t.raw),1)])))),128))],64)))),128))])])])):Bu("v-if",!0)}]]),jv={key:0,class:"plugin",id:"sensors"},Lv={class:"table table-sm table-borderless"},Pv=Pu("thead",null,[Pu("tr",null,[Pu("th",{scope:"col"},"SENSORS"),Pu("th",{scope:"col",class:"text-end"})])],-1),Nv={scope:"row"};const Dv={props:{data:{type:Object}},data:()=>({store:Kd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.sensors},view(){return this.data.views.sensors},sensors(){return this.stats.map((t=>(this.args.fahrenheit&&"battery"!=t.type&&"fan_speed"!=t.type&&(t.value=parseFloat(1.8*t.value+32).toFixed(1),t.unit="F"),t)))},hasSensors(){return this.sensors.length>0}},methods:{getDecoration(t){if(void 0!==this.view[t].value.decoration)return this.view[t].value.decoration.toLowerCase()}}},Mv=(0,Vm.A)(Dv,[["render",function(t,e,r,n,i,o){return o.hasSensors?(wu(),Su("section",jv,[Pu("table",Lv,[Pv,Pu("tbody",null,[(wu(!0),Su(hu,null,Sc(o.sensors,((t,e)=>(wu(),Su("tr",{key:e},[Pu("td",Nv,Cs(t.label),1),Pu("td",{class:ks(["text-end",o.getDecoration(t.label)])},Cs(t.value)+Cs(t.unit),3)])))),128))])])])):Bu("v-if",!0)}]]),Rv={class:"plugin",id:"system"},qv={key:0,class:"critical"},Bv={class:"title"};const $v={props:{data:{type:Object}},data:()=>({store:Kd}),computed:{stats(){return this.data.stats.system},hostname(){return this.stats.hostname},humanReadableName(){return this.stats.hr_name},isDisconnected(){return"FAILURE"===this.store.status}}},Fv=(0,Vm.A)($v,[["render",function(t,e,r,n,i,o){return wu(),Su("section",Rv,[o.isDisconnected?(wu(),Su("span",qv,"Disconnected from")):Bu("v-if",!0),Pu("span",Bv,Cs(o.hostname),1),Pu("span",null,Cs(o.humanReadableName),1)])}]]),Uv={class:"plugin",id:"uptime"};const zv={props:{data:{type:Object}},computed:{value(){return this.data.stats.uptime}}},Hv=(0,Vm.A)(zv,[["render",function(t,e,r,n,i,o){return wu(),Su("section",Uv,[Pu("span",null,"Uptime: "+Cs(o.value),1)])}]]),Vv={key:0,class:"plugin",id:"vms"},Gv=Pu("span",{class:"title"},"VMs",-1),Wv={class:"table table-sm table-borderless table-striped table-hover"},Kv=Pu("td",null,"Status",-1),Xv=Pu("td",null,"Core",-1),Qv=Pu("td",null,"/ MAX",-1),Zv=Pu("td",null,"Release",-1);const Yv={props:{data:{type:Object}},data:()=>({store:Kd,sorter:void 0}),computed:{args(){return this.store.args||{}},sortProcessesKey(){return this.args.sort_processes_key},stats(){return this.data.stats.vms},views(){return this.data.views.vms},vms(){const{sorter:t}=this,e=(this.stats||[]).map((t=>({id:t.id,name:t.name,status:null!=t.status?t.status:"?",cpu_count:null!=t.cpu_count?t.cpu_count:"?",memory_usage:null!=t.memory_usage?t.memory_usage:"?",memory_total:null!=t.memory_total?t.memory_total:"?",load_1min:null!=t.load_1min?t.load_1min:"?",load_5min:null!=t.load_5min?t.load_5min:"?",load_15min:null!=t.load_15min?t.load_15min:"?",release:t.release,image:t.image,engine:t.engine,engine_version:t.engine_version})));return(0,tf.orderBy)(e,[t.column].reduce(((t,e)=>("memory_usage"===e&&(e=["memory_usage"]),t.concat(e))),[]),[t.isReverseColumn(t.column)?"desc":"asc"])},showEngine(){return this.views.show_engine_name}},watch:{sortProcessesKey:{immediate:!0,handler(t){t&&!["load_1min","memory_usage","name"].includes(t)||(this.sorter={column:this.args.sort_processes_key||"load_1min",auto:!this.args.sort_processes_key,isReverseColumn:function(t){return!["name"].includes(t)},getColumnLabel:function(t){return{load_1min:"load",memory_usage:"memory consumption",name:"VM name",None:"None"}[t]||t}})}}}},Jv=(0,Vm.A)(Yv,[["render",function(t,e,r,n,i,o){return o.vms.length?(wu(),Su("section",Vv,[Gv,Ul(Pu("span",null,Cs(o.vms.length)+" sorted by "+Cs(i.sorter.getColumnLabel(i.sorter.column)),513),[[Wp,o.vms.length>1]]),Pu("table",Wv,[Pu("thead",null,[Pu("tr",null,[Ul(Pu("td",null,"Engine",512),[[Wp,o.showEngine]]),Pu("td",{class:ks(["sortable","name"===i.sorter.column&&"sort"]),onClick:e[0]||(e[0]=t=>o.args.sort_processes_key="name")}," Name ",2),Kv,Xv,Pu("td",{class:ks(["sortable","memory_usage"===i.sorter.column&&"sort"]),onClick:e[1]||(e[1]=t=>o.args.sort_processes_key="memory_usage")}," MEM ",2),Qv,Pu("td",{class:ks(["sortable","load_1min"===i.sorter.column&&"sort"]),onClick:e[2]||(e[2]=t=>o.args.sort_processes_key="load_1min")}," LOAD 1/5/15min ",2),Zv])]),Pu("tbody",null,[(wu(!0),Su(hu,null,Sc(o.vms,((e,r)=>(wu(),Su("tr",{key:r},[Ul(Pu("td",null,Cs(e.engine),513),[[Wp,o.showEngine]]),Pu("td",null,Cs(e.name),1),Pu("td",{class:ks("stopped"==e.status?"careful":"ok")},Cs(e.status),3),Pu("td",null,Cs(t.$filters.number(e.cpu_count,1)),1),Pu("td",null,Cs(t.$filters.bytes(e.memory_usage)),1),Pu("td",null," / "+Cs(t.$filters.bytes(e.memory_total)),1),Pu("td",null,Cs(t.$filters.number(e.load_1min))+"/"+Cs(t.$filters.number(e.load_5min))+"/"+Cs(t.$filters.number(e.load_15min)),1),Pu("td",null,Cs(e.release),1)])))),128))])])])):Bu("v-if",!0)}]]),tx={key:0,class:"plugin",id:"wifi"},ex={class:"table table-sm table-borderless margin-bottom"},rx=Pu("thead",null,[Pu("tr",null,[Pu("th",{scope:"col"},"WIFI"),Pu("th",{scope:"col",class:"text-end"},"dBm")])],-1),nx={scope:"row"};const ix={props:{data:{type:Object}},computed:{stats(){return this.data.stats.wifi},view(){return this.data.views.wifi},hotspots(){const t=this.stats.map((t=>{if(""!==t.ssid)return{ssid:t.ssid,quality_level:t.quality_level}})).filter(Boolean);return(0,tf.orderBy)(t,["ssid"])},hasHotpots(){return this.hotspots.length>0}},methods:{getDecoration(t,e){if(void 0!==this.view[t.ssid][e])return this.view[t.ssid][e].decoration.toLowerCase()}}},ox=(0,Vm.A)(ix,[["render",function(t,e,r,n,i,o){return o.hasHotpots?(wu(),Su("section",tx,[Pu("table",ex,[rx,Pu("tbody",null,[(wu(!0),Su(hu,null,Sc(o.hotspots,((e,r)=>(wu(),Su("tr",{key:r},[Pu("td",nx,Cs(t.$filters.limitTo(e.ssid,20)),1),Pu("td",{scope:"row",class:ks(["text-end",o.getDecoration(e,"quality_level")])},Cs(e.quality_level),3)])))),128))])])])):Bu("v-if",!0)}]]),sx=JSON.parse('{"H":["network","ports","wifi","connections","diskio","fs","irq","folders","raid","smart","sensors"]}'),ax={components:{GlancesHelp:Gm,GlancesPluginAlert:rf,GlancesPluginCloud:af,GlancesPluginConnections:wf,GlancesPluginCpu:Kf,GlancesPluginDiskio:gh,GlancesPluginContainers:Oh,GlancesPluginFolders:Mh,GlancesPluginFs:Wh,GlancesPluginGpu:yg,GlancesPluginIp:Sg,GlancesPluginIrq:Pg,GlancesPluginLoad:Hg,GlancesPluginMem:cb,GlancesPluginMemswap:xb,GlancesPluginNetwork:Mb,GlancesPluginNow:Fb,GlancesPluginPercpu:ey,GlancesPluginPorts:my,GlancesPluginProcess:Vy,GlancesPluginQuicklook:dv,GlancesPluginRaid:wv,GlancesPluginSensors:Mv,GlancesPluginSmart:Iv,GlancesPluginSystem:Fv,GlancesPluginUptime:Hv,GlancesPluginVms:Jv,GlancesPluginWifi:ox},data:()=>({store:Kd}),computed:{args(){return this.store.args||{}},config(){return this.store.config||{}},data(){return this.store.data||{}},dataLoaded(){return void 0!==this.store.data},hasGpu(){return this.store.data.stats.gpu.length>0},isLinux(){return this.store.data.isLinux},title(){const{data:t}=this,e=t.stats&&t.stats.system&&t.stats.system.hostname||"";return e?`${e} - Glances`:"Glances"},leftMenu(){return void 0!==this.config.outputs&&void 0!==this.config.outputs.left_menu?this.config.outputs.left_menu.split(","):sx.H}},watch:{title(){document&&(document.title=this.title)}},methods:{setupHotKeys(){Hd("a",(()=>{this.store.args.sort_processes_key=null})),Hd("c",(()=>{this.store.args.sort_processes_key="cpu_percent"})),Hd("m",(()=>{this.store.args.sort_processes_key="memory_percent"})),Hd("u",(()=>{this.store.args.sort_processes_key="username"})),Hd("p",(()=>{this.store.args.sort_processes_key="name"})),Hd("i",(()=>{this.store.args.sort_processes_key="io_counters"})),Hd("t",(()=>{this.store.args.sort_processes_key="timemillis"})),Hd("shift+A",(()=>{this.store.args.disable_amps=!this.store.args.disable_amps})),Hd("d",(()=>{this.store.args.disable_diskio=!this.store.args.disable_diskio})),Hd("shift+Q",(()=>{this.store.args.enable_irq=!this.store.args.enable_irq})),Hd("f",(()=>{this.store.args.disable_fs=!this.store.args.disable_fs})),Hd("j",(()=>{this.store.args.programs=!this.store.args.programs})),Hd("k",(()=>{this.store.args.disable_connections=!this.store.args.disable_connections})),Hd("n",(()=>{this.store.args.disable_network=!this.store.args.disable_network})),Hd("s",(()=>{this.store.args.disable_sensors=!this.store.args.disable_sensors})),Hd("2",(()=>{this.store.args.disable_left_sidebar=!this.store.args.disable_left_sidebar})),Hd("z",(()=>{this.store.args.disable_process=!this.store.args.disable_process})),Hd("shift+S",(()=>{this.store.args.process_short_name=!this.store.args.process_short_name})),Hd("shift+D",(()=>{this.store.args.disable_containers=!this.store.args.disable_containers})),Hd("b",(()=>{this.store.args.byte=!this.store.args.byte})),Hd("shift+B",(()=>{this.store.args.diskio_iops=!this.store.args.diskio_iops})),Hd("l",(()=>{this.store.args.disable_alert=!this.store.args.disable_alert})),Hd("1",(()=>{this.store.args.percpu=!this.store.args.percpu})),Hd("h",(()=>{this.store.args.help_tag=!this.store.args.help_tag})),Hd("shift+T",(()=>{this.store.args.network_sum=!this.store.args.network_sum})),Hd("shift+U",(()=>{this.store.args.network_cumul=!this.store.args.network_cumul})),Hd("shift+F",(()=>{this.store.args.fs_free_space=!this.store.args.fs_free_space})),Hd("3",(()=>{this.store.args.disable_quicklook=!this.store.args.disable_quicklook})),Hd("6",(()=>{this.store.args.meangpu=!this.store.args.meangpu})),Hd("shift+G",(()=>{this.store.args.disable_gpu=!this.store.args.disable_gpu})),Hd("5",(()=>{this.store.args.disable_quicklook=!this.store.args.disable_quicklook,this.store.args.disable_cpu=!this.store.args.disable_cpu,this.store.args.disable_mem=!this.store.args.disable_mem,this.store.args.disable_memswap=!this.store.args.disable_memswap,this.store.args.disable_load=!this.store.args.disable_load,this.store.args.disable_gpu=!this.store.args.disable_gpu})),Hd("shift+I",(()=>{this.store.args.disable_ip=!this.store.args.disable_ip})),Hd("shift+P",(()=>{this.store.args.disable_ports=!this.store.args.disable_ports})),Hd("shift+V",(()=>{this.store.args.disable_vms=!this.store.args.disable_vms})),Hd("shift+W",(()=>{this.store.args.disable_wifi=!this.store.args.disable_wifi}))}},mounted(){const t=window.__GLANCES__||{},e=isFinite(t["refresh-time"])?parseInt(t["refresh-time"],10):void 0;Yd.init(e),this.setupHotKeys()},beforeUnmount(){Hd.unbind()}};const lx=((...t)=>{const e=Zp().createApp(...t);const{mount:r}=e;return e.mount=t=>{const n=Yp(t);if(!n)return;const i=e._component;Wo(i)||i.render||i.template||(i.template=n.innerHTML),n.innerHTML="";const o=r(n,!1,n instanceof SVGElement);return n instanceof Element&&(n.removeAttribute("v-cloak"),n.setAttribute("data-v-app","")),o},e})((0,Vm.A)(ax,[["render",function(t,e,r,n,i,o){const s=_c("glances-help"),a=_c("glances-plugin-system"),l=_c("glances-plugin-ip"),c=_c("glances-plugin-now"),u=_c("glances-plugin-uptime"),p=_c("glances-plugin-cloud"),d=_c("glances-plugin-quicklook"),m=_c("glances-plugin-cpu"),f=_c("glances-plugin-gpu"),h=_c("glances-plugin-mem"),g=_c("glances-plugin-memswap"),b=_c("glances-plugin-load"),y=_c("glances-plugin-vms"),v=_c("glances-plugin-containers"),x=_c("glances-plugin-process"),w=_c("glances-plugin-alert");return o.dataLoaded?o.args.help_tag?(wu(),Cu(s,{key:1})):(wu(),Su("main",ed,[Pu("div",rd,[Pu("div",nd,[o.args.disable_system?Bu("v-if",!0):(wu(),Su("div",id,[Nu(a,{data:o.data},null,8,["data"])])),o.args.disable_ip?Bu("v-if",!0):(wu(),Su("div",od,[Nu(l,{data:o.data},null,8,["data"])])),o.args.disable_now?Bu("v-if",!0):(wu(),Su("div",sd,[Nu(c,{data:o.data},null,8,["data"])])),o.args.disable_uptime?Bu("v-if",!0):(wu(),Su("div",ad,[Nu(u,{data:o.data},null,8,["data"])]))]),o.args.disable_cloud?Bu("v-if",!0):(wu(),Su("div",ld,[Pu("div",cd,[Nu(p,{data:o.data},null,8,["data"])])]))]),o.args.enable_separator?(wu(),Su("div",ud)):Bu("v-if",!0),Pu("div",pd,[Pu("div",dd,[Bu(" Quicklook "),o.args.disable_quicklook?Bu("v-if",!0):(wu(),Su("div",md,[Nu(d,{data:o.data},null,8,["data"])])),Bu(" CPU "),o.args.disable_cpu&&o.args.percpu?Bu("v-if",!0):(wu(),Su("div",fd,[Nu(m,{data:o.data},null,8,["data"])])),Bu(' TODO: percpu need to be refactor\n
\n \n
\n
\n \n
'),Bu(" GPU "),!o.args.disable_gpu&&o.hasGpu?(wu(),Su("div",hd,[Nu(f,{data:o.data},null,8,["data"])])):Bu("v-if",!0),Bu(" MEM "),o.args.disable_mem?Bu("v-if",!0):(wu(),Su("div",gd,[Nu(h,{data:o.data},null,8,["data"])])),Bu(" SWAP "),o.args.disable_memswap?Bu("v-if",!0):(wu(),Su("div",bd,[Nu(g,{data:o.data},null,8,["data"])])),Bu(" LOAD "),o.args.disable_load?Bu("v-if",!0):(wu(),Su("div",yd,[Nu(b,{data:o.data},null,8,["data"])]))])]),o.args.enable_separator?(wu(),Su("div",vd)):Bu("v-if",!0),Pu("div",xd,[Pu("div",wd,[o.args.disable_left_sidebar?Bu("v-if",!0):(wu(),Su("div",_d,[(wu(!0),Su(hu,null,Sc(o.leftMenu,(t=>{return wu(),Su(hu,null,[o.args[`disable_${t}`]?Bu("v-if",!0):(wu(),Cu((e=`glances-plugin-${t}`,Ko(e)?Ac(wc,e,!1)||e:e||kc),{key:0,id:`plugin-${t}`,class:"plugin",data:o.data},null,8,["id","data"]))],64);var e})),256))])),Pu("div",kd,[o.args.disable_vms?Bu("v-if",!0):(wu(),Cu(y,{key:0,data:o.data},null,8,["data"])),o.args.disable_containers?Bu("v-if",!0):(wu(),Cu(v,{key:1,data:o.data},null,8,["data"])),Nu(x,{data:o.data},null,8,["data"]),o.args.disable_alert?Bu("v-if",!0):(wu(),Cu(w,{key:2,data:o.data},null,8,["data"]))])])])])):(wu(),Su("div",Jp,td))}]]));lx.config.globalProperties.$filters=e,lx.mount("#app")})()})(); \ No newline at end of file +var Ad="undefined"!=typeof navigator&&navigator.userAgent.toLowerCase().indexOf("firefox")>0;function Sd(t,e,r,n){t.addEventListener?t.addEventListener(e,r,n):t.attachEvent&&t.attachEvent("on".concat(e),(function(){r(window.event)}))}function Ed(t,e){for(var r=e.slice(0,e.length-1),n=0;n=0;)e[r-1]+=",",e.splice(r,1),r=e.lastIndexOf("");return e}for(var Td={backspace:8,"⌫":8,tab:9,clear:12,enter:13,"↩":13,return:13,esc:27,escape:27,space:32,left:37,up:38,right:39,down:40,del:46,delete:46,ins:45,insert:45,home:36,end:35,pageup:33,pagedown:34,capslock:20,num_0:96,num_1:97,num_2:98,num_3:99,num_4:100,num_5:101,num_6:102,num_7:103,num_8:104,num_9:105,num_multiply:106,num_add:107,num_enter:108,num_subtract:109,num_decimal:110,num_divide:111,"⇪":20,",":188,".":190,"/":191,"`":192,"-":Ad?173:189,"=":Ad?61:187,";":Ad?59:186,"'":222,"[":219,"]":221,"\\":220},Od={"⇧":16,shift:16,"⌥":18,alt:18,option:18,"⌃":17,ctrl:17,control:17,"⌘":91,cmd:91,command:91},Id={16:"shiftKey",18:"altKey",17:"ctrlKey",91:"metaKey",shiftKey:16,ctrlKey:17,altKey:18,metaKey:91},jd={16:!1,18:!1,17:!1,91:!1},Dd={},Ld=1;Ld<20;Ld++)Td["f".concat(Ld)]=111+Ld;var Pd=[],Nd=!1,Md="all",Rd=[],qd=function(t){return Td[t.toLowerCase()]||Od[t.toLowerCase()]||t.toUpperCase().charCodeAt(0)};function Bd(t){Md=t||"all"}function $d(){return Md||"all"}var Fd=function(t){var e=t.key,r=t.scope,n=t.method,i=t.splitKey,o=void 0===i?"+":i;Cd(e).forEach((function(t){var e=t.split(o),i=e.length,s=e[i-1],a="*"===s?"*":qd(s);if(Dd[a]){r||(r=$d());var l=i>1?Ed(Od,e):[];Dd[a]=Dd[a].filter((function(t){return!((!n||t.method===n)&&t.scope===r&&function(t,e){for(var r=t.length>=e.length?t:e,n=t.length>=e.length?e:t,i=!0,o=0;o0,jd)Object.prototype.hasOwnProperty.call(jd,o)&&(!jd[o]&&e.mods.indexOf(+o)>-1||jd[o]&&-1===e.mods.indexOf(+o))&&(i=!1);(0!==e.mods.length||jd[16]||jd[18]||jd[17]||jd[91])&&!i&&"*"!==e.shortcut||(e.keys=[],e.keys=e.keys.concat(Pd),!1===e.method(t,e)&&(t.preventDefault?t.preventDefault():t.returnValue=!1,t.stopPropagation&&t.stopPropagation(),t.cancelBubble&&(t.cancelBubble=!0)))}}function zd(t,e){var r=Dd["*"],n=t.keyCode||t.which||t.charCode;if(Hd.filter.call(this,t)){if(93!==n&&224!==n||(n=91),-1===Pd.indexOf(n)&&229!==n&&Pd.push(n),["ctrlKey","altKey","shiftKey","metaKey"].forEach((function(e){var r=Id[e];t[e]&&-1===Pd.indexOf(r)?Pd.push(r):!t[e]&&Pd.indexOf(r)>-1?Pd.splice(Pd.indexOf(r),1):"metaKey"===e&&t[e]&&3===Pd.length&&(t.ctrlKey||t.shiftKey||t.altKey||(Pd=Pd.slice(Pd.indexOf(r))))})),n in jd){for(var i in jd[n]=!0,Od)Od[i]===n&&(Hd[i]=!0);if(!r)return}for(var o in jd)Object.prototype.hasOwnProperty.call(jd,o)&&(jd[o]=t[Id[o]]);t.getModifierState&&(!t.altKey||t.ctrlKey)&&t.getModifierState("AltGraph")&&(-1===Pd.indexOf(17)&&Pd.push(17),-1===Pd.indexOf(18)&&Pd.push(18),jd[17]=!0,jd[18]=!0);var s=$d();if(r)for(var a=0;a1&&(i=Ed(Od,t)),(t="*"===(t=t[t.length-1])?"*":qd(t))in Dd||(Dd[t]=[]),Dd[t].push({keyup:l,keydown:c,scope:o,mods:i,shortcut:n[a],method:r,key:n[a],splitKey:u,element:s});void 0!==s&&!function(t){return Rd.indexOf(t)>-1}(s)&&window&&(Rd.push(s),Sd(s,"keydown",(function(t){zd(t,s)}),p),Nd||(Nd=!0,Sd(window,"focus",(function(){Pd=[]}),p)),Sd(s,"keyup",(function(t){zd(t,s),function(t){var e=t.keyCode||t.which||t.charCode,r=Pd.indexOf(e);if(r>=0&&Pd.splice(r,1),t.key&&"meta"===t.key.toLowerCase()&&Pd.splice(0,Pd.length),93!==e&&224!==e||(e=91),e in jd)for(var n in jd[e]=!1,Od)Od[n]===e&&(Hd[n]=!1)}(t)}),p))}var Vd={getPressedKeyString:function(){return Pd.map((function(t){return e=t,Object.keys(Td).find((function(t){return Td[t]===e}))||function(t){return Object.keys(Od).find((function(e){return Od[e]===t}))}(t)||String.fromCharCode(t);var e}))},setScope:Bd,getScope:$d,deleteScope:function(t,e){var r,n;for(var i in t||(t=$d()),Dd)if(Object.prototype.hasOwnProperty.call(Dd,i))for(r=Dd[i],n=0;n1&&void 0!==arguments[1]?arguments[1]:"all";Object.keys(Dd).forEach((function(r){Dd[r].filter((function(r){return r.scope===e&&r.shortcut===t})).forEach((function(t){t&&t.method&&t.method()}))}))},unbind:function(t){if(void 0===t)Object.keys(Dd).forEach((function(t){return delete Dd[t]}));else if(Array.isArray(t))t.forEach((function(t){t.key&&Fd(t)}));else if("object"==typeof t)t.key&&Fd(t);else if("string"==typeof t){for(var e=arguments.length,r=new Array(e>1?e-1:0),n=1;n=this.limits[t][l]){var c=l.lastIndexOf("_");return l.substring(c+1)+o}}return"ok"+o}getAlertLog(t,e,r,n){return this.getAlert(t,e,r,n,!0)}};const Yd=new class{data=void 0;init(t=60){let e;const r=()=>(Kd.status="PENDING",Promise.all([fetch("api/4/all",{method:"GET"}).then((t=>t.json())),fetch("api/4/all/views",{method:"GET"}).then((t=>t.json()))]).then((t=>{const e={stats:t[0],views:t[1],isBsd:"FreeBSD"===t[0].system.os_name,isLinux:"Linux"===t[0].system.os_name,isSunOS:"SunOS"===t[0].system.os_name,isMac:"Darwin"===t[0].system.os_name,isWindows:"Windows"===t[0].system.os_name};this.data=e,Kd.data=e,Kd.status="SUCCESS"})).catch((t=>{console.log(t),Kd.status="FAILURE"})).then((()=>{e&&clearTimeout(e),e=setTimeout(r,1e3*t)})));r(),fetch("api/4/all/limits",{method:"GET"}).then((t=>t.json())).then((t=>{Zd.setLimits(t)})),fetch("api/4/args",{method:"GET"}).then((t=>t.json())).then(((t={})=>{Kd.args={...Kd.args,...t}})),fetch("api/4/config",{method:"GET"}).then((t=>t.json())).then(((t={})=>{Kd.config={...Kd.config,...t}}))}getData(){return this.data}};const Jd=new class{constructor(){this.favico=new(Qd())({animation:"none"})}badge(t){this.favico.badge(t)}reset(){this.favico.reset()}},tm={key:0},em={class:"container-fluid"},rm={class:"row"},nm={class:"col-sm-12 col-lg-24 title"},im=Lu("div",{class:"row"}," ",-1),om={class:"row"},sm={class:"col-sm-12 col-lg-24"},am=Lu("div",{class:"row"}," ",-1),lm={class:"table table-sm table-borderless table-striped table-hover"},cm=Lu("td",null," ",-1),um=Lu("td",null," ",-1),pm=Lu("td",null," ",-1),dm=Lu("td",null," ",-1),mm=Lu("td",null," ",-1),fm=Lu("td",null," ",-1),hm=Lu("td",null," ",-1),gm=Lu("td",null," ",-1),bm=Lu("td",null," ",-1),ym=Lu("td",null," ",-1),vm=Lu("td",null," ",-1),xm=Lu("td",null," ",-1),wm=Lu("td",null," ",-1),_m=Lu("td",null," ",-1),km=Lu("td",null," ",-1),Am=Lu("td",null," ",-1),Sm=Lu("td",null," ",-1),Em=Lu("td",null," ",-1),Cm=Lu("td",null," ",-1),Tm=Lu("td",null," ",-1),Om=Lu("td",null," ",-1),Im=Lu("td",null," ",-1),jm=Lu("td",null," ",-1),Dm=Lu("td",null," ",-1),Lm=Lu("td",null," ",-1),Pm=Lu("td",null," ",-1),Nm=Lu("td",null," ",-1),Mm=Lu("td",null," ",-1),Rm=Lu("td",null," ",-1),qm=Lu("td",null," ",-1),Bm=Lu("td",null," ",-1),$m=Lu("td",null," ",-1),Fm=Lu("td",null," ",-1),Um=Lu("td",null," ",-1),zm=qu('
 

For an exhaustive list of key bindings, click here.

 

Press h to came back to Glances.

',5);const Hm={data:()=>({help:void 0}),mounted(){fetch("api/4/help",{method:"GET"}).then((t=>t.json())).then((t=>this.help=t))}};var Vm=r(6262);const Gm=(0,Vm.A)(Hm,[["render",function(t,e,r,n,i,o){return i.help?(wu(),Eu("div",tm,[Lu("div",em,[Lu("div",rm,[Lu("div",nm,Cs(i.help.version)+" "+Cs(i.help.psutil_version),1)]),im,Lu("div",om,[Lu("div",sm,Cs(i.help.configuration_file),1)]),am]),Lu("table",lm,[Lu("thead",null,[Lu("tr",null,[Lu("th",null,Cs(i.help.header_sort.replace(":","")),1),Lu("th",null,Cs(i.help.header_show_hide.replace(":","")),1),Lu("th",null,Cs(i.help.header_toggle.replace(":","")),1),Lu("th",null,Cs(i.help.header_miscellaneous.replace(":","")),1)])]),Lu("tbody",null,[Lu("tr",null,[Lu("td",null,Cs(i.help.sort_auto),1),Lu("td",null,Cs(i.help.show_hide_application_monitoring),1),Lu("td",null,Cs(i.help.toggle_bits_bytes),1),Lu("td",null,Cs(i.help.misc_erase_process_filter),1)]),Lu("tr",null,[Lu("td",null,Cs(i.help.sort_cpu),1),Lu("td",null,Cs(i.help.show_hide_diskio),1),Lu("td",null,Cs(i.help.toggle_count_rate),1),Lu("td",null,Cs(i.help.misc_generate_history_graphs),1)]),Lu("tr",null,[Lu("td",null,Cs(i.help.sort_io_rate),1),Lu("td",null,Cs(i.help.show_hide_containers),1),Lu("td",null,Cs(i.help.toggle_used_free),1),Lu("td",null,Cs(i.help.misc_help),1)]),Lu("tr",null,[Lu("td",null,Cs(i.help.sort_mem),1),Lu("td",null,Cs(i.help.show_hide_top_extended_stats),1),Lu("td",null,Cs(i.help.toggle_bar_sparkline),1),Lu("td",null,Cs(i.help.misc_accumulate_processes_by_program),1)]),Lu("tr",null,[Lu("td",null,Cs(i.help.sort_process_name),1),Lu("td",null,Cs(i.help.show_hide_filesystem),1),Lu("td",null,Cs(i.help.toggle_separate_combined),1),cm]),Lu("tr",null,[Lu("td",null,Cs(i.help.sort_cpu_times),1),Lu("td",null,Cs(i.help.show_hide_gpu),1),Lu("td",null,Cs(i.help.toggle_live_cumulative),1),Lu("td",null,Cs(i.help.misc_reset_processes_summary_min_max),1)]),Lu("tr",null,[Lu("td",null,Cs(i.help.sort_user),1),Lu("td",null,Cs(i.help.show_hide_ip),1),Lu("td",null,Cs(i.help.toggle_linux_percentage),1),Lu("td",null,Cs(i.help.misc_quit),1)]),Lu("tr",null,[um,Lu("td",null,Cs(i.help.show_hide_tcp_connection),1),Lu("td",null,Cs(i.help.toggle_cpu_individual_combined),1),Lu("td",null,Cs(i.help.misc_reset_history),1)]),Lu("tr",null,[pm,Lu("td",null,Cs(i.help.show_hide_alert),1),Lu("td",null,Cs(i.help.toggle_gpu_individual_combined),1),Lu("td",null,Cs(i.help.misc_delete_warning_alerts),1)]),Lu("tr",null,[dm,Lu("td",null,Cs(i.help.show_hide_network),1),Lu("td",null,Cs(i.help.toggle_short_full),1),Lu("td",null,Cs(i.help.misc_delete_warning_and_critical_alerts),1)]),Lu("tr",null,[mm,Lu("td",null,Cs(i.help.sort_cpu_times),1),fm,hm]),Lu("tr",null,[gm,Lu("td",null,Cs(i.help.show_hide_irq),1),bm,ym]),Lu("tr",null,[vm,Lu("td",null,Cs(i.help.show_hide_raid_plugin),1),xm,wm]),Lu("tr",null,[_m,Lu("td",null,Cs(i.help.show_hide_sensors),1),km,Am]),Lu("tr",null,[Sm,Lu("td",null,Cs(i.help.show_hide_wifi_module),1),Em,Cm]),Lu("tr",null,[Tm,Lu("td",null,Cs(i.help.show_hide_processes),1),Om,Im]),Lu("tr",null,[jm,Lu("td",null,Cs(i.help.show_hide_left_sidebar),1),Dm,Lm]),Lu("tr",null,[Pm,Lu("td",null,Cs(i.help.show_hide_quick_look),1),Nm,Mm]),Lu("tr",null,[Rm,Lu("td",null,Cs(i.help.show_hide_cpu_mem_swap),1),qm,Bm]),Lu("tr",null,[$m,Lu("td",null,Cs(i.help.show_hide_all),1),Fm,Um])])]),zm])):Bu("v-if",!0)}]]),Wm={class:"plugin",id:"alerts"},Km={key:0,class:"title"},Xm={key:1,class:"title"},Qm={class:"table table-sm table-borderless"},Zm={scope:"row"},Ym=Lu("td",{scope:"row"},null,-1),Jm={scope:"row"};var tf=r(2543);const ef={props:{data:{type:Object}},computed:{stats(){return this.data.stats.alert},alerts(){return(this.stats||[]).map((t=>{const e={};if(e.state=t.state,e.type=t.type,e.begin=1e3*t.begin,e.end=1e3*t.end,e.ongoing=-1==t.end,e.min=t.min,e.avg=t.avg,e.max=t.max,e.top=t.top.join(", "),!e.ongoing){const t=e.end-e.begin,r=parseInt(t/1e3%60),n=parseInt(t/6e4%60),i=parseInt(t/36e5%24);e.duration=(0,tf.padStart)(i,2,"0")+":"+(0,tf.padStart)(n,2,"0")+":"+(0,tf.padStart)(r,2,"0")}return e}))},hasAlerts(){return this.countAlerts>0},countAlerts(){return this.alerts.length},hasOngoingAlerts(){return this.countOngoingAlerts>0},countOngoingAlerts(){return this.alerts.filter((({ongoing:t})=>t)).length}},watch:{countOngoingAlerts(){this.countOngoingAlerts?Jd.badge(this.countOngoingAlerts):Jd.reset()}},methods:{formatDate(t){const e=(new Date).getTimezoneOffset(),r=Math.trunc(Math.abs(e)/60),n=Math.abs(e%60);let i=e<=0?"+":"-";i+=String(r).padStart(2,"0")+String(n).padStart(2,"0");const o=new Date(t);return String(o.getFullYear())+"-"+String(o.getMonth()).padStart(2,"0")+"-"+String(o.getDate()).padStart(2,"0")+" "+String(o.getHours()).padStart(2,"0")+":"+String(o.getMinutes()).padStart(2,"0")+":"+String(o.getSeconds()).padStart(2,"0")+"("+i+")"}}},rf=(0,Vm.A)(ef,[["render",function(t,e,r,n,i,o){return wu(),Eu("section",Wm,[o.hasAlerts?(wu(),Eu("span",Km," Warning or critical alerts (last "+Cs(o.countAlerts)+" entries) ",1)):(wu(),Eu("span",Xm,"No warning or critical alert detected")),Lu("table",Qm,[Lu("tbody",null,[(wu(!0),Eu(hu,null,Ec(o.alerts,((e,r)=>(wu(),Eu("tr",{key:r},[Lu("td",Zm,[Lu("span",null,Cs(o.formatDate(e.begin)),1),Lu("span",null,"("+Cs(e.ongoing?"ongoing":e.duration)+")",1)]),Ym,Lu("td",Jm,[Ul(Lu("span",null,Cs(e.state)+" on ",513),[[Wp,!e.ongoing]]),Lu("span",{class:ks(e.state.toLowerCase())},Cs(e.type),3),Lu("span",null,"("+Cs(t.$filters.number(e.max,1))+")",1),Lu("span",null,": "+Cs(e.top),1)])])))),128))])])])}]]),nf={key:0,class:"plugin",id:"cloud"},of={class:"title"};const sf={props:{data:{type:Object}},computed:{stats(){return this.data.stats.cloud},provider(){return void 0!==this.stats.id?`${stats.platform}`:null},instance(){const{stats:t}=this;return void 0!==this.stats.id?`${t.type} instance ${t.name} (${t.region})`:null}}},af=(0,Vm.A)(sf,[["render",function(t,e,r,n,i,o){return o.instance||o.provider?(wu(),Eu("section",nf,[Lu("span",of,Cs(o.provider),1),Ru(" "+Cs(o.instance),1)])):Bu("v-if",!0)}]]),lf={class:"plugin",id:"connections"},cf={class:"table table-sm table-borderless margin-bottom"},uf=Lu("thead",null,[Lu("tr",null,[Lu("th",{scope:"col"},"TCP CONNECTIONS"),Lu("th",{scope:"col",class:"text-end"})])],-1),pf=Lu("td",{scope:"row"},"Listen",-1),df={class:"text-end"},mf=Lu("td",{scope:"row"},"Initiated",-1),ff={class:"text-end"},hf=Lu("td",{scope:"row"},"Established",-1),gf={class:"text-end"},bf=Lu("td",{scope:"row"},"Terminated",-1),yf={class:"text-end"},vf=Lu("td",{scope:"row"},"Tracked",-1);const xf={props:{data:{type:Object}},computed:{stats(){return this.data.stats.connections},view(){return this.data.views.connections},listen(){return this.stats.LISTEN},initiated(){return this.stats.initiated},established(){return this.stats.ESTABLISHED},terminated(){return this.stats.terminated},tracked(){return{count:this.stats.nf_conntrack_count,max:this.stats.nf_conntrack_max}}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},wf=(0,Vm.A)(xf,[["render",function(t,e,r,n,i,o){return wu(),Eu("section",lf,[Lu("table",cf,[uf,Lu("tbody",null,[Lu("tr",null,[pf,Lu("td",df,Cs(o.listen),1)]),Lu("tr",null,[mf,Lu("td",ff,Cs(o.initiated),1)]),Lu("tr",null,[hf,Lu("td",gf,Cs(o.established),1)]),Lu("tr",null,[bf,Lu("td",yf,Cs(o.terminated),1)]),Lu("tr",null,[vf,Lu("td",{class:ks(["text-end",o.getDecoration("nf_conntrack_percent")])},Cs(o.tracked.count)+"/"+Cs(o.tracked.max),3)])])])])}]]),_f={id:"cpu",class:"plugin"},kf={class:"table-responsive"},Af={class:"table-sm table-borderless"},Sf={class:"justify-content-between"},Ef={scope:"col"},Cf={class:"table table-sm table-borderless"},Tf=Lu("th",{scope:"col"},"CPU",-1),Of=Lu("td",{scope:"col"},"user:",-1),If=Lu("td",{scope:"col"},"system:",-1),jf={key:0,scope:"col"},Df={class:"d-none d-xl-block d-xxl-block"},Lf={class:"table table-sm table-borderless"},Pf={scope:"col"},Nf={scope:"col"},Mf={scope:"col"},Rf={key:0,scope:"col"},qf={scope:"col"},Bf={class:"d-none d-xxl-block"},$f={class:"table table-sm table-borderless"},Ff={key:0,scope:"col"},Uf={scope:"col"},zf={key:0,scope:"col"},Hf={key:1,scope:"col",class:"text-end"},Vf={key:0,scope:"col"},Gf={key:1,scope:"col",class:"text-end"};const Wf={props:{data:{type:Object}},computed:{stats(){return this.data.stats.cpu},view(){return this.data.views.cpu},isLinux(){return this.data.isLinux},isSunOS(){return this.data.isSunOS},isWindows(){return this.data.isWindows},total(){return this.stats.total},user(){return this.stats.user},system(){return this.stats.system},idle(){return this.stats.idle},nice(){return this.stats.nice},irq(){return this.stats.irq},iowait(){return this.stats.iowait},dpc(){return this.stats.dpc},steal(){return this.stats.steal},guest(){return this.stats.guest},ctx_switches(){const{stats:t}=this;return t.ctx_switches?Math.floor(t.ctx_switches/t.time_since_update):null},interrupts(){const{stats:t}=this;return t.interrupts?Math.floor(t.interrupts/t.time_since_update):null},soft_interrupts(){const{stats:t}=this;return t.soft_interrupts?Math.floor(t.soft_interrupts/t.time_since_update):null},syscalls(){const{stats:t}=this;return t.syscalls?Math.floor(t.syscalls/t.time_since_update):null}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},Kf=(0,Vm.A)(Wf,[["render",function(t,e,r,n,i,o){return wu(),Eu("section",_f,[Bu(" d-none d-xxl-block "),Lu("div",kf,[Lu("table",Af,[Lu("tbody",null,[Lu("tr",Sf,[Lu("td",Ef,[Lu("table",Cf,[Lu("tbody",null,[Lu("tr",null,[Tf,Lu("td",{scope:"col",class:ks(["text-end",o.getDecoration("total")])},Cs(o.total)+"%",3)]),Lu("tr",null,[Of,Lu("td",{scope:"col",class:ks(["text-end",o.getDecoration("user")])},Cs(o.user)+"%",3)]),Lu("tr",null,[If,Lu("td",{scope:"col",class:ks(["text-end",o.getDecoration("system")])},Cs(o.system)+"%",3)]),Lu("tr",null,[null!=o.iowait?(wu(),Eu("td",jf,"iowait:")):Bu("v-if",!0),null!=o.iowait?(wu(),Eu("td",{key:1,scope:"col",class:ks(["text-end",o.getDecoration("iowait")])},Cs(o.iowait)+"%",3)):Bu("v-if",!0)])])])]),Lu("td",null,[Lu("template",Df,[Lu("table",Lf,[Lu("tbody",null,[Lu("tr",null,[Ul(Lu("td",Pf,"idle:",512),[[Wp,null!=o.idle]]),Ul(Lu("td",{scope:"col",class:"text-end"},Cs(o.idle)+"%",513),[[Wp,null!=o.idle]])]),Lu("tr",null,[Ul(Lu("td",Nf,"irq:",512),[[Wp,null!=o.irq]]),Ul(Lu("td",{scope:"col",class:"text-end"},Cs(o.irq)+"%",513),[[Wp,null!=o.irq]])]),Lu("tr",null,[Ul(Lu("td",Mf,"nice:",512),[[Wp,null!=o.nice]]),Ul(Lu("td",{scope:"col",class:"text-end"},Cs(o.nice)+"%",513),[[Wp,null!=o.nice]])]),Lu("tr",null,[null==o.iowait&&null!=o.dpc?(wu(),Eu("td",Rf,"dpc:")):Bu("v-if",!0),null==o.iowait&&null!=o.dpc?(wu(),Eu("td",{key:1,scope:"col",class:ks(["text-end",o.getDecoration("dpc")])},Cs(o.dpc)+"%",3)):Bu("v-if",!0),Ul(Lu("td",qf,"steal:",512),[[Wp,null!=o.steal]]),Ul(Lu("td",{scope:"col",class:ks(["text-end",o.getDecoration("steal")])},Cs(o.steal)+"%",3),[[Wp,null!=o.steal]])])])])])]),Lu("td",null,[Lu("template",Bf,[Lu("table",$f,[Lu("tbody",null,[Lu("tr",null,[null!=o.nice&&null!=o.ctx_switches?(wu(),Eu("td",Ff,"ctx_sw:")):Bu("v-if",!0),null!=o.nice&&null!=o.ctx_switches?(wu(),Eu("td",{key:1,scope:"col",class:ks(["text-end",o.getDecoration("ctx_switches")])},Cs(o.ctx_switches),3)):Bu("v-if",!0)]),Lu("tr",null,[Ul(Lu("td",Uf,"inter:",512),[[Wp,null!=o.interrupts]]),Ul(Lu("td",{scope:"col",class:"text-end"},Cs(o.interrupts),513),[[Wp,null!=o.interrupts]])]),Lu("tr",null,[o.isWindows||o.isSunOS||null==o.soft_interrupts?Bu("v-if",!0):(wu(),Eu("td",zf,"sw_int:")),o.isWindows||o.isSunOS||null==o.soft_interrupts?Bu("v-if",!0):(wu(),Eu("td",Hf,Cs(o.soft_interrupts),1))]),Lu("tr",null,[o.isLinux&&null!=o.guest?(wu(),Eu("td",Vf,"guest:")):Bu("v-if",!0),o.isLinux&&null!=o.guest?(wu(),Eu("td",Gf,Cs(o.guest)+"%",1)):Bu("v-if",!0)])])])])])])])])])])}]]),Xf={key:0,class:"plugin",id:"diskio"},Qf={class:"table table-sm table-borderless margin-bottom"},Zf=Lu("th",{scope:"col"},"DISK I/O",-1),Yf={scope:"col",class:"text-end w-25"},Jf={scope:"col",class:"text-end w-25"},th={scope:"col",class:"text-end w-25"},eh={scope:"col",class:"text-end w-25"},rh={scope:"row"};var nh=r(4728),ih=r.n(nh);function oh(t,e){return sh(t=8*Math.round(t),e)+"b"}function sh(t,e){if(e=e||!1,isNaN(parseFloat(t))||!isFinite(t)||0==t)return t;const r=["Y","Z","E","P","T","G","M","K"],n={Y:12089258196146292e8,Z:11805916207174113e5,E:0x1000000000000000,P:0x4000000000000,T:1099511627776,G:1073741824,M:1048576,K:1024};for(var i=0;i1){var a=0;return s<10?a=2:s<100&&(a=1),e?a="MK"==o?0:(0,tf.min)([1,a]):"K"==o&&(a=0),parseFloat(s).toFixed(a)+o}}return t.toFixed(0)}function ah(t){return void 0===t||""===t?"?":t}function lh(t,e,r){return e=e||0,r=r||" ",String(t).padStart(e,r)}function ch(t,e){return"function"!=typeof t.slice&&(t=String(t)),t.slice(0,e)}function uh(t,e,r=!0){return e=e||8,t.length>e?r?t.substring(0,e-1)+"_":"_"+t.substring(t.length-e+1):t}function ph(t){if(void 0===t)return t;var e=function(t){var e=document.createElement("div");return e.innerText=t,e.innerHTML}(t),r=e.replace(/\n/g,"
");return ih()(r)}function dh(t,e){return new Intl.NumberFormat(void 0,"number"==typeof e?{maximumFractionDigits:e}:e).format(t)}function mh(t){for(var e=0,r=0;r({store:Kd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.diskio},view(){return this.data.views.diskio},disks(){const t=this.stats.map((t=>({name:t.disk_name,alias:void 0!==t.alias?t.alias:null,bitrate:{txps:sh(t.read_bytes_rate_per_sec),rxps:sh(t.write_bytes_rate_per_sec)},count:{txps:sh(t.read_count_rate_per_sec),rxps:sh(t.write_count_rate_per_sec)}}))).filter((t=>!1===this.view[t.name].read_bytes_rate_per_sec.hidden&&!1===this.view[t.name].write_bytes_rate_per_sec.hidden));return(0,tf.orderBy)(t,["name"])},hasDisks(){return this.disks.length>0}},methods:{getDecoration(t,e){if(null!=this.view[t][e])return this.view[t][e].decoration.toLowerCase()}}},gh=(0,Vm.A)(hh,[["render",function(t,e,r,n,i,o){return o.hasDisks?(wu(),Eu("section",Xf,[Lu("table",Qf,[Lu("thead",null,[Lu("tr",null,[Zf,Ul(Lu("th",Yf,"R/s",512),[[Wp,!o.args.diskio_iops]]),Ul(Lu("th",Jf,"W/s",512),[[Wp,!o.args.diskio_iops]]),Ul(Lu("th",th,"IOR/s",512),[[Wp,o.args.diskio_iops]]),Ul(Lu("th",eh,"IOW/s",512),[[Wp,o.args.diskio_iops]])])]),Lu("tbody",null,[(wu(!0),Eu(hu,null,Ec(o.disks,((e,r)=>(wu(),Eu("tr",{key:r},[Lu("td",rh,Cs(t.$filters.minSize(e.alias?e.alias:e.name,32)),1),Ul(Lu("td",{class:ks(["text-end w-25",o.getDecoration(e.name,"write_bytes_rate_per_sec")])},Cs(e.bitrate.txps),3),[[Wp,!o.args.diskio_iops]]),Ul(Lu("td",{class:ks(["text-end w-25",o.getDecoration(e.name,"read_bytes_rate_per_sec")])},Cs(e.bitrate.rxps),3),[[Wp,!o.args.diskio_iops]]),Ul(Lu("td",{class:"text-end w-25"},Cs(e.count.txps),513),[[Wp,o.args.diskio_iops]]),Ul(Lu("td",{class:"text-end w-25"},Cs(e.count.rxps),513),[[Wp,o.args.diskio_iops]])])))),128))])])])):Bu("v-if",!0)}]]),bh={key:0,class:"plugin",id:"containers"},yh=Lu("span",{class:"title"},"CONTAINERS",-1),vh={class:"table table-sm table-borderless table-striped table-hover"},xh=Lu("td",null,"Status",-1),wh=Lu("td",null,"Uptime",-1),_h=Lu("td",null,"/ MAX",-1),kh=Lu("td",null,"IOR/s",-1),Ah=Lu("td",null,"IOW/s",-1),Sh=Lu("td",null,"RX/s",-1),Eh=Lu("td",null,"TX/s",-1),Ch=Lu("td",null,"Command",-1);const Th={props:{data:{type:Object}},data:()=>({store:Kd,sorter:void 0}),computed:{args(){return this.store.args||{}},sortProcessesKey(){return this.args.sort_processes_key},stats(){return this.data.stats.containers},views(){return this.data.views.containers},containers(){const{sorter:t}=this,e=(this.stats||[]).map((t=>{let e="?";return null!=t.memory.usage&&(e=t.memory.usage,null!=t.memory.inactive_file&&(e-=t.memory.inactive_file)),{id:t.id,name:t.name,status:t.status,uptime:t.uptime,cpu_percent:t.cpu.total,memory_usage:e,limit:null!=t.memory.limit?t.memory.limit:"?",io_rx:null!=t.io_rx?t.io_rx:"?",io_wx:null!=t.io_wx?t.io_wx:"?",network_rx:null!=t.network_rx?t.network_rx:"?",network_tx:null!=t.network_tx?t.network_tx:"?",command:t.command,image:t.image,engine:t.engine,pod_id:t.pod_id}}));return(0,tf.orderBy)(e,[t.column].reduce(((t,e)=>("memory_percent"===e&&(e=["memory_usage"]),t.concat(e))),[]),[t.isReverseColumn(t.column)?"desc":"asc"])},showEngine(){return this.views.show_engine_name},showPod(){return this.views.show_pod_name}},watch:{sortProcessesKey:{immediate:!0,handler(t){t&&!["cpu_percent","memory_percent","name"].includes(t)||(this.sorter={column:this.args.sort_processes_key||"cpu_percent",auto:!this.args.sort_processes_key,isReverseColumn:function(t){return!["name"].includes(t)},getColumnLabel:function(t){return{io_counters:"disk IO",cpu_percent:"CPU consumption",memory_usage:"memory consumption",cpu_times:"uptime",name:"container name",None:"None"}[t]||t}})}}}},Oh=(0,Vm.A)(Th,[["render",function(t,e,r,n,i,o){return o.containers.length?(wu(),Eu("section",bh,[yh,Ul(Lu("span",null,Cs(o.containers.length)+" sorted by "+Cs(i.sorter.getColumnLabel(i.sorter.column)),513),[[Wp,o.containers.length>1]]),Lu("table",vh,[Lu("thead",null,[Lu("tr",null,[Ul(Lu("td",null,"Engine",512),[[Wp,o.showEngine]]),Ul(Lu("td",null,"Pod",512),[[Wp,o.showPod]]),Lu("td",{class:ks(["sortable","name"===i.sorter.column&&"sort"]),onClick:e[0]||(e[0]=t=>o.args.sort_processes_key="name")}," Name ",2),xh,wh,Lu("td",{class:ks(["sortable","cpu_percent"===i.sorter.column&&"sort"]),onClick:e[1]||(e[1]=t=>o.args.sort_processes_key="cpu_percent")}," CPU% ",2),Lu("td",{class:ks(["sortable","memory_percent"===i.sorter.column&&"sort"]),onClick:e[2]||(e[2]=t=>o.args.sort_processes_key="memory_percent")}," MEM ",2),_h,kh,Ah,Sh,Eh,Ch])]),Lu("tbody",null,[(wu(!0),Eu(hu,null,Ec(o.containers,((e,r)=>(wu(),Eu("tr",{key:r},[Ul(Lu("td",null,Cs(e.engine),513),[[Wp,o.showEngine]]),Ul(Lu("td",null,Cs(e.pod_id||"-"),513),[[Wp,o.showPod]]),Lu("td",null,Cs(e.name),1),Lu("td",{class:ks("Paused"==e.status?"careful":"ok")},Cs(e.status),3),Lu("td",null,Cs(e.uptime),1),Lu("td",null,Cs(t.$filters.number(e.cpu_percent,1)),1),Lu("td",null,Cs(t.$filters.bytes(e.memory_usage)),1),Lu("td",null," / "+Cs(t.$filters.bytes(e.limit)),1),Lu("td",null,Cs(t.$filters.bytes(e.io_rx)),1),Lu("td",null,Cs(t.$filters.bytes(e.io_wx)),1),Lu("td",null,Cs(t.$filters.bits(e.network_rx)),1),Lu("td",null,Cs(t.$filters.bits(e.network_tx)),1),Lu("td",null,Cs(e.command),1)])))),128))])])])):Bu("v-if",!0)}]]),Ih={key:0,class:"plugin",id:"folders"},jh={class:"table table-sm table-borderless margin-bottom"},Dh=Lu("thead",null,[Lu("tr",null,[Lu("th",{scope:"col"},"FOLDERS"),Lu("th",{scope:"col",class:"text-end"},"Size")])],-1),Lh={scope:"row"},Ph={key:0,class:"visible-lg-inline"};const Nh={props:{data:{type:Object}},computed:{stats(){return this.data.stats.folders},folders(){return this.stats.map((t=>({path:t.path,size:t.size,errno:t.errno,careful:t.careful,warning:t.warning,critical:t.critical})))},hasFolders(){return this.folders.length>0}},methods:{getDecoration:t=>t.errno>0?"error":null!==t.critical&&t.size>1e6*t.critical?"critical":null!==t.warning&&t.size>1e6*t.warning?"warning":null!==t.careful&&t.size>1e6*t.careful?"careful":"ok"}},Mh=(0,Vm.A)(Nh,[["render",function(t,e,r,n,i,o){return o.hasFolders?(wu(),Eu("section",Ih,[Lu("table",jh,[Dh,Lu("tbody",null,[(wu(!0),Eu(hu,null,Ec(o.folders,((e,r)=>(wu(),Eu("tr",{key:r},[Lu("td",Lh,Cs(e.path),1),Lu("td",{class:ks(["text-end",o.getDecoration(e)])},[e.errno>0?(wu(),Eu("span",Ph,"?")):Bu("v-if",!0),Ru(" "+Cs(t.$filters.bytes(e.size)),1)],2)])))),128))])])])):Bu("v-if",!0)}]]),Rh={key:0,class:"plugin",id:"fs"},qh={class:"table table-sm table-borderless margin-bottom"},Bh=Lu("th",{scope:"col"},"FILE SYSTEM",-1),$h={key:0,scope:"col",class:"text-end w-25"},Fh={key:1,scope:"col",class:"text-end w-25"},Uh=Lu("th",{scope:"col",class:"text-end w-25"},"Total",-1),zh={scope:"row"},Hh={key:0,class:"visible-lg-inline"},Vh={scope:"row",class:"text-end"};const Gh={props:{data:{type:Object}},data:()=>({store:Kd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.fs},view(){return this.data.views.fs},fileSystems(){const t=this.stats.map((t=>({name:t.device_name,mountPoint:t.mnt_point,percent:t.percent,size:t.size,used:t.used,free:t.free,alias:void 0!==t.alias?t.alias:null})));return(0,tf.orderBy)(t,["mnt_point"])},hasFs(){return this.fileSystems.length>0}},methods:{getDecoration(t,e){if(null!=this.view[t][e])return this.view[t][e].decoration.toLowerCase()}}},Wh=(0,Vm.A)(Gh,[["render",function(t,e,r,n,i,o){return o.hasFs?(wu(),Eu("section",Rh,[Lu("table",qh,[Lu("thead",null,[Lu("tr",null,[Bh,o.args.fs_free_space?(wu(),Eu("th",Fh,"Free")):(wu(),Eu("th",$h,"Used")),Uh])]),Lu("tbody",null,[(wu(!0),Eu(hu,null,Ec(o.fileSystems,((e,r)=>(wu(),Eu("tr",{key:r},[Lu("td",zh,[Ru(Cs(t.$filters.minSize(e.alias?e.alias:e.mountPoint,26,t.begin=!1))+" ",1),(e.alias?e.alias:e.mountPoint).length+e.name.length<=24?(wu(),Eu("span",Hh," ("+Cs(e.name)+") ",1)):Bu("v-if",!0)]),o.args.fs_free_space?(wu(),Eu("td",{key:1,scope:"row",class:ks(["text-end",o.getDecoration(e.mountPoint,"used")])},Cs(t.$filters.bytes(e.free)),3)):(wu(),Eu("td",{key:0,scope:"row",class:ks(["text-end",o.getDecoration(e.mountPoint,"used")])},Cs(t.$filters.bytes(e.used)),3)),Lu("td",Vh,Cs(t.$filters.bytes(e.size)),1)])))),128))])])])):Bu("v-if",!0)}]]),Kh={key:0,id:"gpu",class:"plugin"},Xh={class:"title gpu-name"},Qh={key:0,class:"table-responsive"},Zh=Lu("td",{class:"col"},"proc:",-1),Yh={key:1,class:"col text-end"},Jh=Lu("td",{class:"col"},"mem:",-1),tg={key:1,class:"col text-end"},eg=Lu("td",{class:"col"},"temp:",-1),rg={key:1,class:"col text-end"},ng={key:1,class:"table-responsive"},ig={class:"table table-sm table-borderless"},og={class:"col"},sg={key:1,class:"col"},ag=Lu("td",{class:"col"},"mem:",-1),lg={key:3,class:"col text-end"},cg={key:2,class:"table-responsive"},ug={class:"table table-sm table-borderless"},pg=Lu("td",{class:"col"},"proc mean:",-1),dg={key:1,class:"col"},mg=Lu("td",{class:"col"},"mem mean:",-1),fg={key:1,class:"col"},hg=Lu("td",{class:"col"},"temp mean:",-1),gg={key:1,class:"col"};const bg={props:{data:{type:Object}},data:()=>({store:Kd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.gpu},view(){return this.data.views.gpu},gpus(){return this.stats},name(){let t="GPU";const{stats:e}=this;return 1===e.length?t=e[0].name:e.length&&(t=`${e.length} GPU ${e[0].name}`),t},mean(){const t={proc:null,mem:null,temperature:null},{stats:e}=this;if(!e.length)return t;for(let r of e)t.proc+=r.proc,t.mem+=r.mem,t.temperature+=r.temperature;return t.proc=t.proc/e.length,t.mem=t.mem/e.length,t.temperature=t.temperature/e.length,t}},methods:{getDecoration(t,e){if(void 0!==this.view[t][e])return this.view[t][e].decoration.toLowerCase()},getMeanDecoration:t=>"DEFAULT"}},yg=(0,Vm.A)(bg,[["render",function(t,e,r,n,i,o){return null!=o.gpus?(wu(),Eu("section",Kh,[Lu("div",Xh,Cs(o.name),1),Bu(" single gpu "),1===o.gpus.length?(wu(),Eu("div",Qh,[(wu(!0),Eu(hu,null,Ec(o.gpus,((e,r)=>(wu(),Eu("table",{key:r,class:"table table-sm table-borderless"},[Lu("tbody",null,[Lu("tr",null,[Zh,null!=e.proc?(wu(),Eu("td",{key:0,class:ks(["col text-end",o.getDecoration(e.gpu_id,"proc")])},Cs(t.$filters.number(e.proc,0))+"%",3)):Bu("v-if",!0),null==e.proc?(wu(),Eu("td",Yh,"N/A")):Bu("v-if",!0)]),Lu("tr",null,[Jh,null!=e.mem?(wu(),Eu("td",{key:0,class:ks(["col text-end",o.getDecoration(e.gpu_id,"mem")])},Cs(t.$filters.number(e.mem,0))+"%",3)):Bu("v-if",!0),null==e.mem?(wu(),Eu("td",tg,"N/A")):Bu("v-if",!0)]),Lu("tr",null,[eg,null!=e.temperature?(wu(),Eu("td",{key:0,class:ks(["col text-end",o.getDecoration(e.gpu_id,"temperature")])},Cs(t.$filters.number(e.temperature,0)),3)):Bu("v-if",!0),null==e.temperature?(wu(),Eu("td",rg,"N/A")):Bu("v-if",!0)])])])))),128))])):Bu("v-if",!0),Bu(" multiple gpus - one line per gpu (no mean) "),!o.args.meangpu&&o.gpus.length>1?(wu(),Eu("div",ng,[Lu("table",ig,[Lu("tbody",null,[(wu(!0),Eu(hu,null,Ec(o.gpus,((e,r)=>(wu(),Eu("tr",{key:r},[Lu("td",og,Cs(e.gpu_id)+":",1),null!=e.proc?(wu(),Eu("td",{key:0,class:ks(["col",o.getDecoration(e.gpu_id,"proc")])},Cs(t.$filters.number(e.proc,0))+"%",3)):Bu("v-if",!0),null==e.proc?(wu(),Eu("td",sg,"N/A")):Bu("v-if",!0),ag,null!=e.mem?(wu(),Eu("td",{key:2,class:ks(["col text-end",o.getDecoration(e.gpu_id,"mem")])},Cs(t.$filters.number(e.mem,0))+"%",3)):Bu("v-if",!0),null==e.mem?(wu(),Eu("td",lg,"N/A")):Bu("v-if",!0)])))),128))])])])):Bu("v-if",!0),Bu(" multiple gpus - mean "),o.args.meangpu&&o.gpus.length>1?(wu(),Eu("div",cg,[Lu("table",ug,[Lu("tbody",null,[Lu("tr",null,[pg,null!=o.mean.proc?(wu(),Eu("td",{key:0,class:ks(["col",o.getMeanDecoration("proc")])},Cs(t.$filters.number(o.mean.proc,0))+"% ",3)):Bu("v-if",!0),null==o.mean.proc?(wu(),Eu("td",dg,"N/A")):Bu("v-if",!0)]),Lu("tr",null,[mg,null!=o.mean.mem?(wu(),Eu("td",{key:0,class:ks(["col",o.getMeanDecoration("mem")])},Cs(t.$filters.number(o.mean.mem,0))+"% ",3)):Bu("v-if",!0),null==o.mean.mem?(wu(),Eu("td",fg,"N/A")):Bu("v-if",!0)]),Lu("tr",null,[hg,null!=o.mean.temperature?(wu(),Eu("td",{key:0,class:ks(["col",o.getMeanDecoration("temperature")])},Cs(t.$filters.number(o.mean.temperature,0)),3)):Bu("v-if",!0),null==o.mean.temperature?(wu(),Eu("td",gg,"N/A")):Bu("v-if",!0)])])])])):Bu("v-if",!0)])):Bu("v-if",!0)}]]),vg={key:0,class:"plugin",id:"ip"},xg={key:0,class:"title"},wg={key:1},_g={key:2,class:"title"},kg={key:3},Ag={key:4,class:"text-truncate"};const Sg={props:{data:{type:Object}},computed:{ipStats(){return this.data.stats.ip},address(){return this.ipStats.address},gateway(){return this.ipStats.gateway},maskCdir(){return this.ipStats.mask_cidr},publicAddress(){return this.ipStats.public_address},publicInfo(){return this.ipStats.public_info_human}}},Eg=(0,Vm.A)(Sg,[["render",function(t,e,r,n,i,o){return o.address?(wu(),Eu("section",vg,[o.address?(wu(),Eu("span",xg,"IP")):Bu("v-if",!0),o.address?(wu(),Eu("span",wg,Cs(o.address)+"/"+Cs(o.maskCdir),1)):Bu("v-if",!0),o.publicAddress?(wu(),Eu("span",_g,"Pub")):Bu("v-if",!0),o.publicAddress?(wu(),Eu("span",kg,Cs(o.publicAddress),1)):Bu("v-if",!0),o.publicInfo?(wu(),Eu("span",Ag,Cs(o.publicInfo),1)):Bu("v-if",!0)])):Bu("v-if",!0)}]]),Cg={class:"plugin",id:"irq"},Tg={class:"table table-sm table-borderless margin-bottom"},Og=Lu("thead",null,[Lu("tr",null,[Lu("th",{scope:"col"},"IRQ"),Lu("th",{scope:"col",class:"text-end"},"Rate/s")])],-1),Ig={scope:"row"},jg={scope:"row",class:"text-end"};const Dg={props:{data:{type:Object}},computed:{stats(){return this.data.stats.irq},irqs(){return this.stats.map((t=>({irq_line:t.irq_line,irq_rate:t.irq_rate})))}}},Lg=(0,Vm.A)(Dg,[["render",function(t,e,r,n,i,o){return wu(),Eu("section",Cg,[Lu("table",Tg,[Og,Lu("tbody",null,[(wu(!0),Eu(hu,null,Ec(o.irqs,((t,e)=>(wu(),Eu("tr",{key:e},[Lu("td",Ig,Cs(t.irq_line),1),Lu("td",jg,Cs(t.irq_rate),1)])))),128))])])])}]]),Pg={key:0,id:"load",class:"plugin"},Ng={class:"table-responsive"},Mg={class:"table table-sm table-borderless"},Rg=Lu("th",{scope:"col"},"LOAD",-1),qg={scope:"col",class:"text-end"},Bg=Lu("td",{scope:"row"},"1 min:",-1),$g={class:"text-end"},Fg=Lu("td",{scope:"row"},"5 min:",-1),Ug=Lu("td",{scope:"row"},"15 min:",-1);const zg={props:{data:{type:Object}},computed:{stats(){return this.data.stats.load},view(){return this.data.views.load},cpucore(){return this.stats.cpucore},min1(){return this.stats.min1},min5(){return this.stats.min5},min15(){return this.stats.min15}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},Hg=(0,Vm.A)(zg,[["render",function(t,e,r,n,i,o){return null!=o.cpucore?(wu(),Eu("section",Pg,[Lu("div",Ng,[Lu("table",Mg,[Lu("thead",null,[Lu("tr",null,[Rg,Lu("td",qg,Cs(o.cpucore)+"-core",1)])]),Lu("tbody",null,[Lu("tr",null,[Bg,Lu("td",$g,Cs(t.$filters.number(o.min1,2)),1)]),Lu("tr",null,[Fg,Lu("td",{class:ks(["text-end",o.getDecoration("min5")])},Cs(t.$filters.number(o.min5,2)),3)]),Lu("tr",null,[Ug,Lu("td",{class:ks(["text-end",o.getDecoration("min15")])},Cs(t.$filters.number(o.min15,2)),3)])])])])])):Bu("v-if",!0)}]]),Vg={id:"mem",class:"plugin"},Gg={class:"table-responsive"},Wg={class:"table-sm table-borderless"},Kg={class:"justify-content-between"},Xg={scope:"col"},Qg={class:"table table-sm table-borderless"},Zg=Lu("th",{scope:"col"},"MEM",-1),Yg=Lu("td",{scope:"row"},"total:",-1),Jg={class:"text-end"},tb=Lu("td",{scope:"row"},"used:",-1),eb=Lu("td",{scope:"row"},"free:",-1),rb={class:"d-none d-xl-block d-xxl-block"},nb={class:"table table-sm table-borderless"},ib={scope:"col"},ob={scope:"col"},sb={scope:"col"},ab={scope:"col"};const lb={props:{data:{type:Object}},computed:{stats(){return this.data.stats.mem},view(){return this.data.views.mem},percent(){return this.stats.percent},total(){return this.stats.total},used(){return this.stats.used},free(){return this.stats.free},active(){return this.stats.active},inactive(){return this.stats.inactive},buffers(){return this.stats.buffers},cached(){return this.stats.cached}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},cb=(0,Vm.A)(lb,[["render",function(t,e,r,n,i,o){return wu(),Eu("section",Vg,[Bu(" d-none d-xxl-block "),Lu("div",Gg,[Lu("table",Wg,[Lu("tbody",null,[Lu("tr",Kg,[Lu("td",Xg,[Lu("table",Qg,[Lu("tbody",null,[Lu("tr",null,[Zg,Lu("td",{scope:"col",class:ks(["text-end",o.getDecoration("percent")])},Cs(o.percent)+"%",3)]),Lu("tr",null,[Yg,Lu("td",Jg,Cs(t.$filters.bytes(o.total)),1)]),Lu("tr",null,[tb,Lu("td",{class:ks(["text-end",o.getDecoration("used")])},Cs(t.$filters.bytes(o.used,2)),3)]),Lu("tr",null,[eb,Lu("td",{class:ks(["text-end",o.getDecoration("free")])},Cs(t.$filters.bytes(o.free,2)),3)])])])]),Lu("td",null,[Lu("template",rb,[Lu("table",nb,[Lu("tbody",null,[Lu("tr",null,[Ul(Lu("td",ib," active: ",512),[[Wp,null!=o.active]]),Ul(Lu("td",{scope:"col"},Cs(t.$filters.bytes(o.active)),513),[[Wp,null!=o.active]])]),Lu("tr",null,[Ul(Lu("td",ob," inactive: ",512),[[Wp,null!=o.inactive]]),Ul(Lu("td",{scope:"col"},Cs(t.$filters.bytes(o.inactive)),513),[[Wp,null!=o.inactive]])]),Lu("tr",null,[Ul(Lu("td",sb," buffers: ",512),[[Wp,null!=o.buffers]]),Ul(Lu("td",{scope:"col"},Cs(t.$filters.bytes(o.buffers)),513),[[Wp,null!=o.buffers]])]),Lu("tr",null,[Ul(Lu("td",ab," cached: ",512),[[Wp,null!=o.cached]]),Ul(Lu("td",{scope:"col"},Cs(t.$filters.bytes(o.cached)),513),[[Wp,null!=o.cached]])])])])])])])])])])])}]]),ub={id:"memswap",class:"plugin"},pb={class:"table-responsive"},db={class:"table table-sm table-borderless"},mb=Lu("th",{scope:"col"},"SWAP",-1),fb=Lu("td",{scope:"row"},"total:",-1),hb={class:"text-end"},gb=Lu("td",{scope:"row"},"used:",-1),bb=Lu("td",{scope:"row"},"free:",-1),yb={class:"text-end"};const vb={props:{data:{type:Object}},computed:{stats(){return this.data.stats.memswap},view(){return this.data.views.memswap},percent(){return this.stats.percent},total(){return this.stats.total},used(){return this.stats.used},free(){return this.stats.free}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},xb=(0,Vm.A)(vb,[["render",function(t,e,r,n,i,o){return wu(),Eu("section",ub,[Lu("div",pb,[Lu("table",db,[Lu("thead",null,[Lu("tr",null,[mb,Lu("td",{scope:"col",class:ks(["text-end",o.getDecoration("percent")])},Cs(o.percent)+"%",3)])]),Lu("tbody",null,[Lu("tr",null,[fb,Lu("td",hb,Cs(t.$filters.bytes(o.total)),1)]),Lu("tr",null,[gb,Lu("td",{class:ks(["text-end",o.getDecoration("used")])},Cs(t.$filters.bytes(o.used,2)),3)]),Lu("tr",null,[bb,Lu("td",yb,Cs(t.$filters.bytes(o.free,2)),1)])])])])])}]]),wb={key:0,class:"plugin",id:"network"},_b={class:"table table-sm table-borderless margin-bottom"},kb=Lu("th",{scope:"col"},"NETWORK",-1),Ab={scope:"col",class:"text-end w-25"},Sb={scope:"col",class:"text-end w-25"},Eb={scope:"col",class:"text-end w-25"},Cb={scope:"col",class:"text-end w-25"},Tb={scope:"col",class:"text-end w-25"},Ob={scope:"col",class:"text-end w-25"},Ib={scope:"col",class:"text-end w-25"},jb={scope:"col",class:"text-end w-25"},Db={scope:"row",class:"visible-lg-inline"},Lb={class:"text-end w-25"},Pb={class:"text-end w-25"};const Nb={props:{data:{type:Object}},data:()=>({store:Kd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.network},view(){return this.data.views.network},networks(){const t=this.stats.map((t=>{const e=void 0!==t.alias?t.alias:null;return{interfaceName:t.interface_name,ifname:e||t.interface_name,bytes_recv_rate_per_sec:t.bytes_recv_rate_per_sec,bytes_sent_rate_per_sec:t.bytes_sent_rate_per_sec,bytes_all_rate_per_sec:t.bytes_all_rate_per_sec,bytes_recv:t.bytes_recv,bytes_sent:t.bytes_sent,bytes_all:t.bytes_all}})).filter((t=>!1===this.view[t.interfaceName].bytes_recv_rate_per_sec.hidden&&!1===this.view[t.interfaceName].bytes_sent_rate_per_sec.hidden));return(0,tf.orderBy)(t,["interfaceName"])},hasNetworks(){return this.networks.length>0}},methods:{getDecoration(t,e){if(null!=this.view[t][e])return this.view[t][e].decoration.toLowerCase()}}},Mb=(0,Vm.A)(Nb,[["render",function(t,e,r,n,i,o){return o.hasNetworks?(wu(),Eu("section",wb,[Lu("table",_b,[Lu("thead",null,[Lu("tr",null,[kb,Ul(Lu("th",Ab,"Rx/s",512),[[Wp,!o.args.network_cumul&&!o.args.network_sum]]),Ul(Lu("th",Sb,"Tx/s",512),[[Wp,!o.args.network_cumul&&!o.args.network_sum]]),Ul(Lu("th",Eb,null,512),[[Wp,!o.args.network_cumul&&o.args.network_sum]]),Ul(Lu("th",Cb,"Rx+Tx/s",512),[[Wp,!o.args.network_cumul&&o.args.network_sum]]),Ul(Lu("th",Tb,"Rx",512),[[Wp,o.args.network_cumul&&!o.args.network_sum]]),Ul(Lu("th",Ob,"Tx",512),[[Wp,o.args.network_cumul&&!o.args.network_sum]]),Ul(Lu("th",Ib,null,512),[[Wp,o.args.network_cumul&&o.args.network_sum]]),Ul(Lu("th",jb,"Rx+Tx",512),[[Wp,o.args.network_cumul&&o.args.network_sum]])])]),Lu("tbody",null,[(wu(!0),Eu(hu,null,Ec(o.networks,((e,r)=>(wu(),Eu("tr",{key:r},[Lu("td",Db,Cs(e.ifname),1),Ul(Lu("td",{class:ks(["text-end w-25",o.getDecoration(e.interfaceName,"bytes_recv_rate_per_sec")])},Cs(o.args.byte?t.$filters.bytes(e.bytes_recv_rate_per_sec):t.$filters.bits(e.bytes_recv_rate_per_sec)),3),[[Wp,!o.args.network_cumul&&!o.args.network_sum]]),Ul(Lu("td",{class:ks(["text-end w-25",o.getDecoration(e.interfaceName,"bytes_sent_rate_per_sec")])},Cs(o.args.byte?t.$filters.bytes(e.bytes_sent_rate_per_sec):t.$filters.bits(e.bytes_sent_rate_per_sec)),3),[[Wp,!o.args.network_cumul&&!o.args.network_sum]]),Ul(Lu("td",Lb,null,512),[[Wp,!o.args.network_cumul&&o.args.network_sum]]),Ul(Lu("td",{class:"text-end w-25"},Cs(o.args.byte?t.$filters.bytes(e.bytes_all_rate_per_sec):t.$filters.bits(e.bytes_all_rate_per_sec)),513),[[Wp,!o.args.network_cumul&&o.args.network_sum]]),Ul(Lu("td",{class:"text-end w-25"},Cs(o.args.byte?t.$filters.bytes(e.bytes_recv):t.$filters.bits(e.bytes_recv)),513),[[Wp,o.args.network_cumul&&!o.args.network_sum]]),Ul(Lu("td",{class:"text-end w-25"},Cs(o.args.byte?t.$filters.bytes(e.bytes_sent):t.$filters.bits(e.bytes_sent)),513),[[Wp,o.args.network_cumul&&!o.args.network_sum]]),Ul(Lu("td",Pb,null,512),[[Wp,o.args.network_cumul&&o.args.network_sum]]),Ul(Lu("td",{class:"text-end w-25"},Cs(o.args.byte?t.$filters.bytes(e.bytes_all):t.$filters.bits(e.bytes_all)),513),[[Wp,o.args.network_cumul&&o.args.network_sum]])])))),128))])])])):Bu("v-if",!0)}]]),Rb={id:"now",class:"plugin"},qb={class:"table-row"},Bb={class:"table-cell text-start"};const $b={props:{data:{type:Object}},computed:{date_custom(){return this.data.stats.now.custom}}},Fb=(0,Vm.A)($b,[["render",function(t,e,r,n,i,o){return wu(),Eu("section",Rb,[Lu("div",qb,[Lu("div",Bb,Cs(o.date_custom),1)])])}]]),Ub={id:"percpu",class:"plugin"},zb={class:"table-responsive"},Hb={class:"table table-sm table-borderless"},Vb={key:0,scope:"col"},Gb={key:1,scope:"col"},Wb=Lu("td",{scope:"col"},"user",-1),Kb=Lu("td",{scope:"col"},"system",-1),Xb=Lu("td",{scope:"col"},"idle",-1),Qb=Lu("td",{scope:"col"},"iowait",-1),Zb=Lu("td",{scope:"col"},"steel",-1),Yb={key:0,scope:"col"},Jb={key:1,scope:"col"};const ty={props:{data:{type:Object}},data:()=>({store:Kd}),computed:{args(){return this.store.args||{}},config(){return this.store.config||{}},percpuStats(){return this.data.stats.percpu}},methods:{getUserAlert:t=>Zd.getAlert("percpu","percpu_user_",t.user),getSystemAlert:t=>Zd.getAlert("percpu","percpu_system_",t.system),getIOWaitAlert:t=>Zd.getAlert("percpu","percpu_iowait_",t.system)}},ey=(0,Vm.A)(ty,[["render",function(t,e,r,n,i,o){return wu(),Eu("section",Ub,[Bu(" d-none d-xl-block d-xxl-block "),Lu("div",zb,[Lu("table",Hb,[Lu("thead",null,[Lu("tr",null,[o.args.disable_quicklook?(wu(),Eu("th",Vb,"CPU")):Bu("v-if",!0),o.args.disable_quicklook?(wu(),Eu("td",Gb,"total")):Bu("v-if",!0),Wb,Kb,Xb,Qb,Zb])]),Lu("tbody",null,[(wu(!0),Eu(hu,null,Ec(o.percpuStats,((t,e)=>(wu(),Eu("tr",{key:e},[o.args.disable_quicklook?(wu(),Eu("td",Yb,"CPU"+Cs(t.cpu_number),1)):Bu("v-if",!0),o.args.disable_quicklook?(wu(),Eu("td",Jb,Cs(t.total)+"%",1)):Bu("v-if",!0),Lu("td",{scope:"col",class:ks(o.getUserAlert(t))},Cs(t.user)+"%",3),Lu("td",{scope:"col",class:ks(o.getSystemAlert(t))},Cs(t.system)+"%",3),Ul(Lu("td",{scope:"col"},Cs(t.idle)+"%",513),[[Wp,null!=t.idle]]),Ul(Lu("td",{scope:"col",class:ks(o.getIOWaitAlert(t))},Cs(t.iowait)+"%",3),[[Wp,null!=t.iowait]]),Ul(Lu("td",{scope:"col"},Cs(t.steal)+"%",513),[[Wp,null!=t.steal]])])))),128))])])])])}]]),ry={key:0,class:"plugin",id:"ports"},ny={class:"table table-sm table-borderless margin-bottom"},iy={scope:"row"},oy={key:0},sy={key:1},ay={key:2},ly={key:3},cy={key:0},uy={key:1},py={key:2};const dy={props:{data:{type:Object}},computed:{stats(){return this.data.stats.ports},ports(){return this.stats},hasPorts(){return this.ports.length>0}},methods:{getPortDecoration:t=>null===t.status?"careful":!1===t.status?"critical":null!==t.rtt_warning&&t.status>t.rtt_warning?"warning":"ok",getWebDecoration:t=>null===t.status?"careful":-1===[200,301,302].indexOf(t.status)?"critical":null!==t.rtt_warning&&t.elapsed>t.rtt_warning?"warning":"ok"}},my=(0,Vm.A)(dy,[["render",function(t,e,r,n,i,o){return o.hasPorts?(wu(),Eu("section",ry,[Lu("table",ny,[Lu("tbody",null,[(wu(!0),Eu(hu,null,Ec(o.ports,((e,r)=>(wu(),Eu("tr",{key:r},[Lu("td",iy,[Bu(" prettier-ignore "),Ru(" "+Cs(t.$filters.minSize(e.description?e.description:e.host+" "+e.port,20)),1)]),e.host?(wu(),Eu("td",{key:0,scope:"row",class:ks(["text-end",o.getPortDecoration(e)])},["null"==e.status?(wu(),Eu("span",oy,"Scanning")):"false"==e.status?(wu(),Eu("span",sy,"Timeout")):"true"==e.status?(wu(),Eu("span",ay,"Open")):(wu(),Eu("span",ly,Cs(t.$filters.number(1e3*e.status,0))+"ms",1))],2)):Bu("v-if",!0),e.url?(wu(),Eu("td",{key:1,scope:"row",class:ks(["text-end",o.getPortDecoration(e)])},["null"==e.status?(wu(),Eu("span",cy,"Scanning")):"Error"==e.status?(wu(),Eu("span",uy,"Error")):(wu(),Eu("span",py,"Code "+Cs(e.status),1))],2)):Bu("v-if",!0)])))),128))])])])):Bu("v-if",!0)}]]),fy={key:0},hy={key:1},gy={key:0,class:"row"},by={class:"col-lg-18"};const yy={id:"amps",class:"plugin"},vy={class:"table table-sm table-borderless"},xy={key:0},wy=["innerHTML"];const _y={props:{data:{type:Object}},computed:{stats(){return this.data.stats.amps},processes(){return this.stats.filter((t=>null!==t.result))}},methods:{getNameDecoration(t){const e=t.count,r=t.countmin,n=t.countmax;let i="ok";return i=e>0?(null===r||e>=r)&&(null===n||e<=n)?"ok":"careful":null===r?"ok":"critical",i}}},ky=(0,Vm.A)(_y,[["render",function(t,e,r,n,i,o){return wu(),Eu("section",yy,[Lu("table",vy,[Lu("tbody",null,[(wu(!0),Eu(hu,null,Ec(o.processes,((e,r)=>(wu(),Eu("tr",{key:r},[Lu("td",{class:ks(o.getNameDecoration(e))},Cs(e.name),3),e.regex?(wu(),Eu("td",xy,Cs(e.count),1)):Bu("v-if",!0),Lu("td",{class:"process-result",innerHTML:t.$filters.nl2br(e.result)},null,8,wy)])))),128))])]),Bu('
\n
\n
\n {{ process.name }}\n
\n
{{ process.count }}
\n
\n
\n ')])}]]),Ay={class:"plugin",id:"processcount"},Sy=Lu("span",{class:"title"},"TASKS",-1),Ey={class:"title"};const Cy={props:{data:{type:Object},sorter:{type:Object}},data:()=>({store:Kd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.processcount},total(){return this.stats.total||0},running(){return this.stats.running||0},sleeping(){return this.stats.sleeping||0},stopped(){return this.stats.stopped||0},thread(){return this.stats.thread||0}}},Ty=(0,Vm.A)(Cy,[["render",function(t,e,r,n,i,o){return wu(),Eu("section",Ay,[Sy,Lu("span",null,Cs(o.total)+" ("+Cs(o.thread)+" thr),",1),Lu("span",null,Cs(o.running)+" run,",1),Lu("span",null,Cs(o.sleeping)+" slp,",1),Lu("span",null,Cs(o.stopped)+" oth",1),Lu("span",null,Cs(o.args.programs?"Programs":"Threads"),1),Lu("span",Ey,Cs(r.sorter.auto?"sorted automatically":"sorted"),1),Lu("span",null,"by "+Cs(r.sorter.getColumnLabel(r.sorter.column)),1)])}]]),Oy={class:"plugin",id:"processlist"},Iy={class:"table table-sm table-borderless table-striped table-hover"},jy={scope:"col",class:"hidden-xs hidden-sm"},Dy={scope:"col",class:"hidden-xs hidden-sm"},Ly={scope:"col"},Py={scope:"row"},Ny={scope:"row",class:"table-cell widtd-60"},My={key:0,scope:"row",class:"hidden-xs hidden-sm"},Ry={key:1,scope:"row",class:"hidden-xs hidden-sm"};const qy={props:{data:{type:Object},sorter:{type:Object}},data:()=>({store:Kd}),computed:{args(){return this.store.args||{}},config(){return this.store.config||{}},stats(){return this.data.stats.processlist},processes(){const{sorter:t}=this,e=this.data.stats.isWindows,r=(this.stats||[]).map((t=>(t.memvirt="?",t.memres="?",t.memory_info&&(t.memvirt=t.memory_info.vms,t.memres=t.memory_info.rss),e&&null!==t.username&&(t.username=(0,tf.last)(t.username.split("\\"))),t.timeplus="?",t.timemillis="?",t.cpu_times&&(t.timeplus=fh(t.cpu_times),t.timemillis=mh(t.cpu_times)),null===t.num_threads&&(t.num_threads=-1),null===t.cpu_percent&&(t.cpu_percent=-1),null===t.memory_percent&&(t.memory_percent=-1),t.io_read=null,t.io_write=null,t.io_counters&&(t.io_read=(t.io_counters[0]-t.io_counters[2])/t.time_since_update,t.io_write=(t.io_counters[1]-t.io_counters[3])/t.time_since_update),t.isNice=void 0!==t.nice&&(e&&32!=t.nice||!e&&0!=t.nice),Array.isArray(t.cmdline)&&(t.cmdline=t.cmdline.join(" ").replace(/\n/g," ")),null!==t.cmdline&&0!==t.cmdline.length||(t.cmdline=t.name),t)));return(0,tf.orderBy)(r,[t.column].reduce(((t,e)=>("io_counters"===e&&(e=["io_read","io_write"]),t.concat(e))),[]),[t.isReverseColumn(t.column)?"desc":"asc"]).slice(0,this.limit)},ioReadWritePresent(){return(this.stats||[]).some((({io_counters:t})=>t))},limit(){return void 0!==this.config.outputs?this.config.outputs.max_processes_display:void 0}},methods:{getCpuPercentAlert:t=>Zd.getAlert("processlist","processlist_cpu_",t.cpu_percent),getMemoryPercentAlert:t=>Zd.getAlert("processlist","processlist_mem_",t.cpu_percent),getDisableStats:()=>Zd.getLimit("processlist","processlist_disable_stats")||[]}},By={components:{GlancesPluginAmps:ky,GlancesPluginProcesscount:Ty,GlancesPluginProcesslist:(0,Vm.A)(qy,[["render",function(t,e,r,n,i,o){return wu(),Eu("section",Oy,[Lu("table",Iy,[Lu("thead",null,[Lu("tr",null,[Ul(Lu("td",{scope:"col",class:ks(["sortable","cpu_percent"===r.sorter.column&&"sort"]),onClick:e[0]||(e[0]=e=>t.$emit("update:sorter","cpu_percent"))}," CPU% ",2),[[Wp,!o.getDisableStats().includes("cpu_percent")]]),Ul(Lu("td",{scope:"col",class:ks(["sortable","memory_percent"===r.sorter.column&&"sort"]),onClick:e[1]||(e[1]=e=>t.$emit("update:sorter","memory_percent"))}," MEM% ",2),[[Wp,!o.getDisableStats().includes("memory_percent")]]),Ul(Lu("td",jy," VIRT ",512),[[Wp,!o.getDisableStats().includes("memory_info")]]),Ul(Lu("td",Dy," RES ",512),[[Wp,!o.getDisableStats().includes("memory_info")]]),Ul(Lu("td",Ly," PID ",512),[[Wp,!o.getDisableStats().includes("pid")]]),Ul(Lu("td",{scope:"row",class:ks(["sortable","username"===r.sorter.column&&"sort"]),onClick:e[2]||(e[2]=e=>t.$emit("update:sorter","username"))}," USER ",2),[[Wp,!o.getDisableStats().includes("username")]]),Ul(Lu("td",{scope:"row",class:ks(["hidden-xs hidden-sm",["sortable","timemillis"===r.sorter.column&&"sort"]]),onClick:e[3]||(e[3]=e=>t.$emit("update:sorter","timemillis"))}," TIME+ ",2),[[Wp,!o.getDisableStats().includes("cpu_times")]]),Ul(Lu("td",{scope:"row",class:ks(["hidden-xs hidden-sm",["sortable","num_threads"===r.sorter.column&&"sort"]]),onClick:e[4]||(e[4]=e=>t.$emit("update:sorter","num_threads"))}," THR ",2),[[Wp,!o.getDisableStats().includes("num_threads")]]),Ul(Lu("td",Py,"NI",512),[[Wp,!o.getDisableStats().includes("nice")]]),Ul(Lu("td",Ny,"S ",512),[[Wp,!o.getDisableStats().includes("status")]]),Ul(Lu("td",{scope:"row",class:ks(["hidden-xs hidden-sm",["sortable","io_counters"===r.sorter.column&&"sort"]]),onClick:e[5]||(e[5]=e=>t.$emit("update:sorter","io_counters"))}," IOR/s ",2),[[Wp,o.ioReadWritePresent&&!o.getDisableStats().includes("io_counters")]]),Ul(Lu("td",{scope:"row",class:ks(["text-start hidden-xs hidden-sm",["sortable","io_counters"===r.sorter.column&&"sort"]]),onClick:e[6]||(e[6]=e=>t.$emit("update:sorter","io_counters"))}," IOW/s ",2),[[Wp,o.ioReadWritePresent&&!o.getDisableStats().includes("io_counters")]]),Ul(Lu("td",{scope:"row",class:ks(["sortable","name"===r.sorter.column&&"sort"]),onClick:e[7]||(e[7]=e=>t.$emit("update:sorter","name"))}," Command ",2),[[Wp,!o.getDisableStats().includes("cmdline")]])])]),Lu("tbody",null,[(wu(!0),Eu(hu,null,Ec(o.processes,((e,r)=>(wu(),Eu("tr",{key:r},[Ul(Lu("td",{scope:"row",class:ks(o.getCpuPercentAlert(e))},Cs(-1==e.cpu_percent?"?":t.$filters.number(e.cpu_percent,1)),3),[[Wp,!o.getDisableStats().includes("cpu_percent")]]),Ul(Lu("td",{scope:"row",class:ks(o.getMemoryPercentAlert(e))},Cs(-1==e.memory_percent?"?":t.$filters.number(e.memory_percent,1)),3),[[Wp,!o.getDisableStats().includes("memory_percent")]]),Ul(Lu("td",{scope:"row"},Cs(t.$filters.bytes(e.memvirt)),513),[[Wp,!o.getDisableStats().includes("memory_info")]]),Ul(Lu("td",{scope:"row"},Cs(t.$filters.bytes(e.memres)),513),[[Wp,!o.getDisableStats().includes("memory_info")]]),Ul(Lu("td",{scope:"row"},Cs(e.pid),513),[[Wp,!o.getDisableStats().includes("pid")]]),Ul(Lu("td",{scope:"row"},Cs(e.username),513),[[Wp,!o.getDisableStats().includes("username")]]),"?"!=e.timeplus?Ul((wu(),Eu("td",My,[Ul(Lu("span",{class:"highlight"},Cs(e.timeplus.hours)+"h",513),[[Wp,e.timeplus.hours>0]]),Ru(" "+Cs(t.$filters.leftPad(e.timeplus.minutes,2,"0"))+":"+Cs(t.$filters.leftPad(e.timeplus.seconds,2,"0"))+" ",1),Ul(Lu("span",null,"."+Cs(t.$filters.leftPad(e.timeplus.milliseconds,2,"0")),513),[[Wp,e.timeplus.hours<=0]])],512)),[[Wp,!o.getDisableStats().includes("cpu_times")]]):Bu("v-if",!0),"?"==e.timeplus?Ul((wu(),Eu("td",Ry,"?",512)),[[Wp,!o.getDisableStats().includes("cpu_times")]]):Bu("v-if",!0),Ul(Lu("td",{scope:"row",class:"hidden-xs hidden-sm"},Cs(-1==e.num_threads?"?":e.num_threads),513),[[Wp,!o.getDisableStats().includes("num_threads")]]),Ul(Lu("td",{scope:"row",class:ks({nice:e.isNice})},Cs(t.$filters.exclamation(e.nice)),3),[[Wp,!o.getDisableStats().includes("nice")]]),Ul(Lu("td",{scope:"row",class:ks({status:"R"==e.status})},Cs(e.status),3),[[Wp,!o.getDisableStats().includes("status")]]),Ul(Lu("td",{scope:"row",class:"hidden-xs hidden-sm"},Cs(t.$filters.bytes(e.io_read)),513),[[Wp,o.ioReadWritePresent&&!o.getDisableStats().includes("io_counters")]]),Ul(Lu("td",{scope:"row",class:"hidden-xs hidden-sm"},Cs(t.$filters.bytes(e.io_write)),513),[[Wp,o.ioReadWritePresent&&!o.getDisableStats().includes("io_counters")]]),Ul(Lu("td",{scope:"row",class:"text-truncate"},Cs(e.name),513),[[Wp,o.args.process_short_name&&!o.getDisableStats().includes("cmdline")]]),Ul(Lu("td",{scope:"row"},Cs(e.cmdline),513),[[Wp,!o.args.process_short_name&&!o.getDisableStats().includes("cmdline")]])])))),128))])])])}]])},props:{data:{type:Object}},data:()=>({store:Kd,sorter:void 0}),computed:{args(){return this.store.args||{}},sortProcessesKey(){return this.args.sort_processes_key}},watch:{sortProcessesKey:{immediate:!0,handler(t){t&&!["cpu_percent","memory_percent","username","timemillis","num_threads","io_counters","name"].includes(t)||(this.sorter={column:this.args.sort_processes_key||"cpu_percent",auto:!this.args.sort_processes_key,isReverseColumn:function(t){return!["username","name"].includes(t)},getColumnLabel:function(t){return{cpu_percent:"CPU consumption",memory_percent:"memory consumption",username:"user name",timemillis:"process time",cpu_times:"process time",io_counters:"disk IO",name:"process name",None:"None"}[t]||t}})}}}},$y=(0,Vm.A)(By,[["render",function(t,e,r,n,i,o){const s=_c("glances-plugin-processcount"),a=_c("glances-plugin-amps"),l=_c("glances-plugin-processlist");return o.args.disable_process?(wu(),Eu("div",fy,"PROCESSES DISABLED (press 'z' to display)")):(wu(),Eu("div",hy,[Pu(s,{sorter:i.sorter,data:r.data},null,8,["sorter","data"]),o.args.disable_amps?Bu("v-if",!0):(wu(),Eu("div",gy,[Lu("div",by,[Pu(a,{data:r.data},null,8,["data"])])])),Pu(l,{sorter:i.sorter,data:r.data,"onUpdate:sorter":e[0]||(e[0]=t=>o.args.sort_processes_key=t)},null,8,["sorter","data"])]))}]]),Fy={id:"quicklook",class:"plugin"},Uy={class:"d-flex justify-content-between"},zy={class:"text-start text-truncate"},Hy={key:0,class:"text-end d-none d-xxl-block"},Vy={class:"table-responsive"},Gy={class:"table table-sm table-borderless"},Wy={key:0},Ky=Lu("td",{scope:"col"},"CPU",-1),Xy={scope:"col",class:"progress"},Qy=["aria-valuenow"],Zy={scope:"col",class:"text-end"},Yy={scope:"col"},Jy={scope:"col",class:"progress"},tv=["aria-valuenow"],ev={scope:"col",class:"text-end"},rv={scope:"col"},nv={scope:"col",class:"progress"},iv=["aria-valuenow"],ov={scope:"col",class:"text-end"};const sv={props:{data:{type:Object}},data:()=>({store:Kd}),computed:{args(){return this.store.args||{}},config(){return this.store.config||{}},stats(){return this.data.stats.quicklook},view(){return this.data.views.quicklook},cpu(){return this.stats.cpu},cpu_name(){return this.stats.cpu_name},cpu_hz_current(){return(this.stats.cpu_hz_current/1e6).toFixed(0)},cpu_hz(){return(this.stats.cpu_hz/1e6).toFixed(0)},percpus(){var t=this.stats.percpu.map((({cpu_number:t,total:e})=>({number:t,total:e}))),e=parseInt(this.config.percpu.max_cpu_display);if(this.stats.percpu.length>e){var r=t.sort((function(t,e){return e.total-t.total})),n={number:"x",total:Number((r.slice(e).reduce(((t,{total:e})=>t+e),0)/(this.stats.percpu.length-e)).toFixed(1))};(r=r.slice(0,e)).push(n)}return this.stats.percpu.length<=e?t:r},stats_list_after_cpu(){return this.view.list.filter((t=>!t.includes("cpu")))}},methods:{getDecoration(t){if(void 0!==this.view[t])return this.view[t].decoration.toLowerCase()}}},av=(0,Vm.A)(sv,[["render",function(t,e,r,n,i,o){return wu(),Eu("section",Fy,[Lu("div",Uy,[Lu("span",zy,Cs(o.cpu_name),1),o.cpu_hz_current?(wu(),Eu("span",Hy,Cs(o.cpu_hz_current)+"/"+Cs(o.cpu_hz)+"Ghz ",1)):Bu("v-if",!0)]),Lu("div",Vy,[Lu("table",Gy,[o.args.percpu?Bu("v-if",!0):(wu(),Eu("tr",Wy,[Ky,Lu("td",Xy,[Lu("div",{class:ks(`progress-bar progress-bar-${o.getDecoration("cpu")}`),role:"progressbar","aria-valuenow":o.cpu,"aria-valuemin":"0","aria-valuemax":"100",style:ys(`width: ${o.cpu}%;`)},"   ",14,Qy)]),Lu("td",Zy,Cs(o.cpu)+"%",1)])),o.args.percpu?(wu(!0),Eu(hu,{key:1},Ec(o.percpus,((t,e)=>(wu(),Eu("tr",{key:e},[Lu("td",Yy,"CPU"+Cs(t.number),1),Lu("td",Jy,[Lu("div",{class:ks(`progress-bar progress-bar-${o.getDecoration("cpu")}`),role:"progressbar","aria-valuenow":t.total,"aria-valuemin":"0","aria-valuemax":"100",style:ys(`width: ${t.total}%;`)},"   ",14,tv)]),Lu("td",ev,Cs(t.total)+"%",1)])))),128)):Bu("v-if",!0),(wu(!0),Eu(hu,null,Ec(o.stats_list_after_cpu,(t=>(wu(),Eu("tr",null,[Lu("td",rv,Cs(t.toUpperCase()),1),Lu("td",nv,[Lu("div",{class:ks(`progress-bar progress-bar-${o.getDecoration(t)}`),role:"progressbar","aria-valuenow":o.stats[t],"aria-valuemin":"0","aria-valuemax":"100",style:ys(`width: ${o.stats[t]}%;`)},"   ",14,iv)]),Lu("td",ov,Cs(o.stats[t])+"%",1)])))),256))])])])}]]),lv={key:0,class:"plugin",id:"raid"},cv={class:"table table-sm table-borderless margin-bottom"},uv={scope:"col"},pv=Lu("th",{scope:"col",class:"text-end"},"Used",-1),dv=Lu("th",{scope:"col",class:"text-end"},"Total",-1),mv={scope:"row"},fv={class:"warning"};const hv={props:{data:{type:Object}},computed:{stats(){return this.data.stats.raid},disks(){const t=Object.entries(this.stats).map((([t,e])=>{const r=Object.entries(e.components).map((([t,e])=>({number:e,name:t})));return{name:t,type:null==e.type?"UNKNOWN":e.type,used:e.used,available:e.available,status:e.status,degraded:e.used0}},methods:{getAlert:t=>t.inactive?"critical":t.degraded?"warning":"ok"}},gv=(0,Vm.A)(hv,[["render",function(t,e,r,n,i,o){return o.hasDisks?(wu(),Eu("section",lv,[Lu("table",cv,[Lu("thead",null,[Lu("tr",null,[Lu("th",uv,"RAID disks "+Cs(o.disks.length),1),pv,dv])]),Lu("tbody",null,[(wu(!0),Eu(hu,null,Ec(o.disks,((t,e)=>(wu(),Eu("tr",{key:e},[Lu("td",mv,[Ru(Cs(t.type.toUpperCase())+" "+Cs(t.name)+" ",1),Ul(Lu("div",fv,"└─ Degraded mode",512),[[Wp,t.degraded]]),Ul(Lu("div",null,"   └─ "+Cs(t.config),513),[[Wp,t.degraded]]),Ul(Lu("div",{class:"critical"},"└─ Status "+Cs(t.status),513),[[Wp,t.inactive]]),t.inactive?(wu(!0),Eu(hu,{key:0},Ec(t.components,((e,r)=>(wu(),Eu("div",{key:r},"    "+Cs(r===t.components.length-1?"└─":"├─")+" disk "+Cs(e.number)+": "+Cs(e.name),1)))),128)):Bu("v-if",!0)]),Ul(Lu("td",{scope:"row",class:ks(["text-end",o.getAlert(t)])},Cs(t.used),3),[[Wp,"active"==t.status]]),Ul(Lu("td",{scope:"row",class:ks(["text-end",o.getAlert(t)])},Cs(t.available),3),[[Wp,"active"==t.status]])])))),128))])])])):Bu("v-if",!0)}]]),bv={key:0,id:"smart",class:"plugin"},yv={class:"table table-sm table-borderless margin-bottom"},vv=Lu("thead",null,[Lu("tr",null,[Lu("th",{scope:"col"},"SMART DISKS"),Lu("th",{scope:"col",class:"text-end"})])],-1),xv={scope:"row"},wv=Lu("td",{scope:"col",class:"text-end"},null,-1),_v={scope:"row"},kv={scope:"row",class:"text-end text-truncate"};const Av={props:{data:{type:Object}},computed:{stats(){return this.data.stats.smart},drives(){return(Array.isArray(this.stats)?this.stats:[]).map((t=>{const e=t.DeviceName,r=Object.entries(t).filter((([t])=>"DeviceName"!==t)).sort((([,t],[,e])=>t.namee.name?1:0)).map((([t,e])=>e));return{name:e,details:r}}))},hasDrives(){return this.drives.length>0}}},Sv=(0,Vm.A)(Av,[["render",function(t,e,r,n,i,o){return o.hasDrives?(wu(),Eu("section",bv,[Lu("table",yv,[vv,Lu("tbody",null,[(wu(!0),Eu(hu,null,Ec(o.drives,((t,e)=>(wu(),Eu(hu,{key:e},[Lu("tr",null,[Lu("td",xv,Cs(t.name),1),wv]),(wu(!0),Eu(hu,null,Ec(t.details,((t,e)=>(wu(),Eu("tr",{key:e},[Lu("td",_v,Cs(t.name),1),Lu("td",kv,Cs(t.raw),1)])))),128))],64)))),128))])])])):Bu("v-if",!0)}]]),Ev={key:0,class:"plugin",id:"sensors"},Cv={class:"table table-sm table-borderless"},Tv=Lu("thead",null,[Lu("tr",null,[Lu("th",{scope:"col"},"SENSORS"),Lu("th",{scope:"col",class:"text-end"})])],-1),Ov={scope:"row"};const Iv={props:{data:{type:Object}},data:()=>({store:Kd}),computed:{args(){return this.store.args||{}},stats(){return this.data.stats.sensors},view(){return this.data.views.sensors},sensors(){return this.stats.map((t=>(this.args.fahrenheit&&"battery"!=t.type&&"fan_speed"!=t.type&&(t.value=parseFloat(1.8*t.value+32).toFixed(1),t.unit="F"),t)))},hasSensors(){return this.sensors.length>0}},methods:{getDecoration(t){if(void 0!==this.view[t].value.decoration)return this.view[t].value.decoration.toLowerCase()}}},jv=(0,Vm.A)(Iv,[["render",function(t,e,r,n,i,o){return o.hasSensors?(wu(),Eu("section",Ev,[Lu("table",Cv,[Tv,Lu("tbody",null,[(wu(!0),Eu(hu,null,Ec(o.sensors,((t,e)=>(wu(),Eu("tr",{key:e},[Lu("td",Ov,Cs(t.label),1),Lu("td",{class:ks(["text-end",o.getDecoration(t.label)])},Cs(t.value)+Cs(t.unit),3)])))),128))])])])):Bu("v-if",!0)}]]),Dv={class:"plugin",id:"system"},Lv={key:0,class:"critical"},Pv={class:"title"};const Nv={props:{data:{type:Object}},data:()=>({store:Kd}),computed:{stats(){return this.data.stats.system},hostname(){return this.stats.hostname},humanReadableName(){return this.stats.hr_name},isDisconnected(){return"FAILURE"===this.store.status}}},Mv=(0,Vm.A)(Nv,[["render",function(t,e,r,n,i,o){return wu(),Eu("section",Dv,[o.isDisconnected?(wu(),Eu("span",Lv,"Disconnected from")):Bu("v-if",!0),Lu("span",Pv,Cs(o.hostname),1),Lu("span",null,Cs(o.humanReadableName),1)])}]]),Rv={class:"plugin",id:"uptime"};const qv={props:{data:{type:Object}},computed:{value(){return this.data.stats.uptime}}},Bv=(0,Vm.A)(qv,[["render",function(t,e,r,n,i,o){return wu(),Eu("section",Rv,[Lu("span",null,"Uptime: "+Cs(o.value),1)])}]]),$v={key:0,class:"plugin",id:"vms"},Fv=Lu("span",{class:"title"},"VMs",-1),Uv={class:"table table-sm table-borderless table-striped table-hover"},zv=Lu("td",null,"Status",-1),Hv=Lu("td",null,"Core",-1),Vv=Lu("td",null,"/ MAX",-1),Gv=Lu("td",null,"Release",-1);const Wv={props:{data:{type:Object}},data:()=>({store:Kd,sorter:void 0}),computed:{args(){return this.store.args||{}},sortProcessesKey(){return this.args.sort_processes_key},stats(){return this.data.stats.vms},views(){return this.data.views.vms},vms(){const{sorter:t}=this,e=(this.stats||[]).map((t=>({id:t.id,name:t.name,status:null!=t.status?t.status:"?",cpu_count:null!=t.cpu_count?t.cpu_count:"?",memory_usage:null!=t.memory_usage?t.memory_usage:"?",memory_total:null!=t.memory_total?t.memory_total:"?",load_1min:null!=t.load_1min?t.load_1min:"?",load_5min:null!=t.load_5min?t.load_5min:"?",load_15min:null!=t.load_15min?t.load_15min:"?",release:t.release,image:t.image,engine:t.engine,engine_version:t.engine_version})));return(0,tf.orderBy)(e,[t.column].reduce(((t,e)=>("memory_usage"===e&&(e=["memory_usage"]),t.concat(e))),[]),[t.isReverseColumn(t.column)?"desc":"asc"])},showEngine(){return this.views.show_engine_name}},watch:{sortProcessesKey:{immediate:!0,handler(t){t&&!["load_1min","memory_usage","name"].includes(t)||(this.sorter={column:this.args.sort_processes_key||"load_1min",auto:!this.args.sort_processes_key,isReverseColumn:function(t){return!["name"].includes(t)},getColumnLabel:function(t){return{load_1min:"load",memory_usage:"memory consumption",name:"VM name",None:"None"}[t]||t}})}}}},Kv=(0,Vm.A)(Wv,[["render",function(t,e,r,n,i,o){return o.vms.length?(wu(),Eu("section",$v,[Fv,Ul(Lu("span",null,Cs(o.vms.length)+" sorted by "+Cs(i.sorter.getColumnLabel(i.sorter.column)),513),[[Wp,o.vms.length>1]]),Lu("table",Uv,[Lu("thead",null,[Lu("tr",null,[Ul(Lu("td",null,"Engine",512),[[Wp,o.showEngine]]),Lu("td",{class:ks(["sortable","name"===i.sorter.column&&"sort"]),onClick:e[0]||(e[0]=t=>o.args.sort_processes_key="name")}," Name ",2),zv,Hv,Lu("td",{class:ks(["sortable","memory_usage"===i.sorter.column&&"sort"]),onClick:e[1]||(e[1]=t=>o.args.sort_processes_key="memory_usage")}," MEM ",2),Vv,Lu("td",{class:ks(["sortable","load_1min"===i.sorter.column&&"sort"]),onClick:e[2]||(e[2]=t=>o.args.sort_processes_key="load_1min")}," LOAD 1/5/15min ",2),Gv])]),Lu("tbody",null,[(wu(!0),Eu(hu,null,Ec(o.vms,((e,r)=>(wu(),Eu("tr",{key:r},[Ul(Lu("td",null,Cs(e.engine),513),[[Wp,o.showEngine]]),Lu("td",null,Cs(e.name),1),Lu("td",{class:ks("stopped"==e.status?"careful":"ok")},Cs(e.status),3),Lu("td",null,Cs(t.$filters.number(e.cpu_count,1)),1),Lu("td",null,Cs(t.$filters.bytes(e.memory_usage)),1),Lu("td",null," / "+Cs(t.$filters.bytes(e.memory_total)),1),Lu("td",null,Cs(t.$filters.number(e.load_1min))+"/"+Cs(t.$filters.number(e.load_5min))+"/"+Cs(t.$filters.number(e.load_15min)),1),Lu("td",null,Cs(e.release),1)])))),128))])])])):Bu("v-if",!0)}]]),Xv={key:0,class:"plugin",id:"wifi"},Qv={class:"table table-sm table-borderless margin-bottom"},Zv=Lu("thead",null,[Lu("tr",null,[Lu("th",{scope:"col"},"WIFI"),Lu("th",{scope:"col",class:"text-end"},"dBm")])],-1),Yv={scope:"row"};const Jv={props:{data:{type:Object}},computed:{stats(){return this.data.stats.wifi},view(){return this.data.views.wifi},hotspots(){const t=this.stats.map((t=>{if(""!==t.ssid)return{ssid:t.ssid,quality_level:t.quality_level}})).filter(Boolean);return(0,tf.orderBy)(t,["ssid"])},hasHotpots(){return this.hotspots.length>0}},methods:{getDecoration(t,e){if(void 0!==this.view[t.ssid][e])return this.view[t.ssid][e].decoration.toLowerCase()}}},tx=(0,Vm.A)(Jv,[["render",function(t,e,r,n,i,o){return o.hasHotpots?(wu(),Eu("section",Xv,[Lu("table",Qv,[Zv,Lu("tbody",null,[(wu(!0),Eu(hu,null,Ec(o.hotspots,((e,r)=>(wu(),Eu("tr",{key:r},[Lu("td",Yv,Cs(t.$filters.limitTo(e.ssid,20)),1),Lu("td",{scope:"row",class:ks(["text-end",o.getDecoration(e,"quality_level")])},Cs(e.quality_level),3)])))),128))])])])):Bu("v-if",!0)}]]),ex=JSON.parse('{"H":["network","ports","wifi","connections","diskio","fs","irq","folders","raid","smart","sensors"]}'),rx={components:{GlancesHelp:Gm,GlancesPluginAlert:rf,GlancesPluginCloud:af,GlancesPluginConnections:wf,GlancesPluginCpu:Kf,GlancesPluginDiskio:gh,GlancesPluginContainers:Oh,GlancesPluginFolders:Mh,GlancesPluginFs:Wh,GlancesPluginGpu:yg,GlancesPluginIp:Eg,GlancesPluginIrq:Lg,GlancesPluginLoad:Hg,GlancesPluginMem:cb,GlancesPluginMemswap:xb,GlancesPluginNetwork:Mb,GlancesPluginNow:Fb,GlancesPluginPercpu:ey,GlancesPluginPorts:my,GlancesPluginProcess:$y,GlancesPluginQuicklook:av,GlancesPluginRaid:gv,GlancesPluginSensors:jv,GlancesPluginSmart:Sv,GlancesPluginSystem:Mv,GlancesPluginUptime:Bv,GlancesPluginVms:Kv,GlancesPluginWifi:tx},data:()=>({store:Kd}),computed:{args(){return this.store.args||{}},config(){return this.store.config||{}},data(){return this.store.data||{}},dataLoaded(){return void 0!==this.store.data},hasGpu(){return this.store.data.stats.gpu.length>0},isLinux(){return this.store.data.isLinux},title(){const{data:t}=this,e=t.stats&&t.stats.system&&t.stats.system.hostname||"";return e?`${e} - Glances`:"Glances"},leftMenu(){return void 0!==this.config.outputs&&void 0!==this.config.outputs.left_menu?this.config.outputs.left_menu.split(","):ex.H}},watch:{title(){document&&(document.title=this.title)}},methods:{setupHotKeys(){Hd("a",(()=>{this.store.args.sort_processes_key=null})),Hd("c",(()=>{this.store.args.sort_processes_key="cpu_percent"})),Hd("m",(()=>{this.store.args.sort_processes_key="memory_percent"})),Hd("u",(()=>{this.store.args.sort_processes_key="username"})),Hd("p",(()=>{this.store.args.sort_processes_key="name"})),Hd("i",(()=>{this.store.args.sort_processes_key="io_counters"})),Hd("t",(()=>{this.store.args.sort_processes_key="timemillis"})),Hd("shift+A",(()=>{this.store.args.disable_amps=!this.store.args.disable_amps})),Hd("d",(()=>{this.store.args.disable_diskio=!this.store.args.disable_diskio})),Hd("shift+Q",(()=>{this.store.args.enable_irq=!this.store.args.enable_irq})),Hd("f",(()=>{this.store.args.disable_fs=!this.store.args.disable_fs})),Hd("j",(()=>{this.store.args.programs=!this.store.args.programs})),Hd("k",(()=>{this.store.args.disable_connections=!this.store.args.disable_connections})),Hd("n",(()=>{this.store.args.disable_network=!this.store.args.disable_network})),Hd("s",(()=>{this.store.args.disable_sensors=!this.store.args.disable_sensors})),Hd("2",(()=>{this.store.args.disable_left_sidebar=!this.store.args.disable_left_sidebar})),Hd("z",(()=>{this.store.args.disable_process=!this.store.args.disable_process})),Hd("shift+S",(()=>{this.store.args.process_short_name=!this.store.args.process_short_name})),Hd("shift+D",(()=>{this.store.args.disable_containers=!this.store.args.disable_containers})),Hd("b",(()=>{this.store.args.byte=!this.store.args.byte})),Hd("shift+B",(()=>{this.store.args.diskio_iops=!this.store.args.diskio_iops})),Hd("l",(()=>{this.store.args.disable_alert=!this.store.args.disable_alert})),Hd("1",(()=>{this.store.args.percpu=!this.store.args.percpu})),Hd("h",(()=>{this.store.args.help_tag=!this.store.args.help_tag})),Hd("shift+T",(()=>{this.store.args.network_sum=!this.store.args.network_sum})),Hd("shift+U",(()=>{this.store.args.network_cumul=!this.store.args.network_cumul})),Hd("shift+F",(()=>{this.store.args.fs_free_space=!this.store.args.fs_free_space})),Hd("3",(()=>{this.store.args.disable_quicklook=!this.store.args.disable_quicklook})),Hd("6",(()=>{this.store.args.meangpu=!this.store.args.meangpu})),Hd("shift+G",(()=>{this.store.args.disable_gpu=!this.store.args.disable_gpu})),Hd("5",(()=>{this.store.args.disable_quicklook=!this.store.args.disable_quicklook,this.store.args.disable_cpu=!this.store.args.disable_cpu,this.store.args.disable_mem=!this.store.args.disable_mem,this.store.args.disable_memswap=!this.store.args.disable_memswap,this.store.args.disable_load=!this.store.args.disable_load,this.store.args.disable_gpu=!this.store.args.disable_gpu})),Hd("shift+I",(()=>{this.store.args.disable_ip=!this.store.args.disable_ip})),Hd("shift+P",(()=>{this.store.args.disable_ports=!this.store.args.disable_ports})),Hd("shift+V",(()=>{this.store.args.disable_vms=!this.store.args.disable_vms})),Hd("shift+W",(()=>{this.store.args.disable_wifi=!this.store.args.disable_wifi}))}},mounted(){const t=window.__GLANCES__||{},e=isFinite(t["refresh-time"])?parseInt(t["refresh-time"],10):void 0;Yd.init(e),this.setupHotKeys()},beforeUnmount(){Hd.unbind()}};const nx=((...t)=>{const e=Zp().createApp(...t);const{mount:r}=e;return e.mount=t=>{const n=Yp(t);if(!n)return;const i=e._component;Wo(i)||i.render||i.template||(i.template=n.innerHTML),n.innerHTML="";const o=r(n,!1,n instanceof SVGElement);return n instanceof Element&&(n.removeAttribute("v-cloak"),n.setAttribute("data-v-app","")),o},e})((0,Vm.A)(rx,[["render",function(t,e,r,n,i,o){const s=_c("glances-help"),a=_c("glances-plugin-system"),l=_c("glances-plugin-ip"),c=_c("glances-plugin-now"),u=_c("glances-plugin-uptime"),p=_c("glances-plugin-cloud"),d=_c("glances-plugin-quicklook"),m=_c("glances-plugin-cpu"),f=_c("glances-plugin-gpu"),h=_c("glances-plugin-mem"),g=_c("glances-plugin-memswap"),b=_c("glances-plugin-load"),y=_c("glances-plugin-vms"),v=_c("glances-plugin-containers"),x=_c("glances-plugin-process"),w=_c("glances-plugin-alert");return o.dataLoaded?o.args.help_tag?(wu(),Cu(s,{key:1})):(wu(),Eu("main",ed,[Lu("div",rd,[Lu("div",nd,[o.args.disable_system?Bu("v-if",!0):(wu(),Eu("div",id,[Pu(a,{data:o.data},null,8,["data"])])),o.args.disable_ip?Bu("v-if",!0):(wu(),Eu("div",od,[Pu(l,{data:o.data},null,8,["data"])])),o.args.disable_now?Bu("v-if",!0):(wu(),Eu("div",sd,[Pu(c,{data:o.data},null,8,["data"])])),o.args.disable_uptime?Bu("v-if",!0):(wu(),Eu("div",ad,[Pu(u,{data:o.data},null,8,["data"])]))]),o.args.disable_cloud?Bu("v-if",!0):(wu(),Eu("div",ld,[Lu("div",cd,[Pu(p,{data:o.data},null,8,["data"])])]))]),o.args.enable_separator?(wu(),Eu("div",ud)):Bu("v-if",!0),Lu("div",pd,[Lu("div",dd,[Bu(" Quicklook "),o.args.disable_quicklook?Bu("v-if",!0):(wu(),Eu("div",md,[Pu(d,{data:o.data},null,8,["data"])])),Bu(" CPU "),o.args.disable_cpu&&o.args.percpu?Bu("v-if",!0):(wu(),Eu("div",fd,[Pu(m,{data:o.data},null,8,["data"])])),Bu(' TODO: percpu need to be refactor\n
\n \n
\n
\n \n
'),Bu(" GPU "),!o.args.disable_gpu&&o.hasGpu?(wu(),Eu("div",hd,[Pu(f,{data:o.data},null,8,["data"])])):Bu("v-if",!0),Bu(" MEM "),o.args.disable_mem?Bu("v-if",!0):(wu(),Eu("div",gd,[Pu(h,{data:o.data},null,8,["data"])])),Bu(" SWAP "),o.args.disable_memswap?Bu("v-if",!0):(wu(),Eu("div",bd,[Pu(g,{data:o.data},null,8,["data"])])),Bu(" LOAD "),o.args.disable_load?Bu("v-if",!0):(wu(),Eu("div",yd,[Pu(b,{data:o.data},null,8,["data"])]))])]),o.args.enable_separator?(wu(),Eu("div",vd)):Bu("v-if",!0),Lu("div",xd,[Lu("div",wd,[o.args.disable_left_sidebar?Bu("v-if",!0):(wu(),Eu("div",_d,[(wu(!0),Eu(hu,null,Ec(o.leftMenu,(t=>{return wu(),Eu(hu,null,[o.args[`disable_${t}`]?Bu("v-if",!0):(wu(),Cu((e=`glances-plugin-${t}`,Ko(e)?Ac(wc,e,!1)||e:e||kc),{key:0,id:`plugin-${t}`,class:"plugin",data:o.data},null,8,["id","data"]))],64);var e})),256))])),Lu("div",kd,[o.args.disable_vms?Bu("v-if",!0):(wu(),Cu(y,{key:0,data:o.data},null,8,["data"])),o.args.disable_containers?Bu("v-if",!0):(wu(),Cu(v,{key:1,data:o.data},null,8,["data"])),Pu(x,{data:o.data},null,8,["data"]),o.args.disable_alert?Bu("v-if",!0):(wu(),Cu(w,{key:2,data:o.data},null,8,["data"]))])])])])):(wu(),Eu("div",Jp,td))}]]));nx.config.globalProperties.$filters=e,nx.mount("#app")})()})(); \ No newline at end of file
+ CPU% + MEM% + PID + @click="$emit('update:sorter', 'username')" v-show="!getDisableStats().includes('username')"> USER NISS + + Command
+ {{ process.cpu_percent == -1 ? '?' : $filters.number(process.cpu_percent, 1) }} + {{ process.memory_percent == -1 ? '?' : $filters.number(process.memory_percent, 1) }} + {{ $filters.bytes(process.memvirt) }} + {{ $filters.bytes(process.memres) }} + {{ process.pid }} + {{ process.username }} + {{ $filters.exclamation(process.nice) }} + {{ process.status }} + {{ process.name }} + {{ process.cmdline }}